/*
Theme Name: Construct
Theme URI: http://construct.themepiko.com/
Author: themepiko
Author URI: http://themepiko.com/
Description: Construct is a modernized take on an ever-popular Portfolio layout the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Janan will make your WordPress woocommerce look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: piko-construct

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Construct is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*fixed variable*/
/** Font Face **/
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue.eot");
  src: url("../fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Thin';
  src: url("../fonts/helveticaneue-thin.eot");
  src: url("../fonts/helveticaneue-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue-thin.woff2") format("woff2"), url("../fonts/helveticaneue-thin.woff") format("woff"), url("../fonts/helveticaneue-thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url("../fonts/HelveticaNeueLight.eot");
  src: url("../fonts/HelveticaNeueLight.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLight.woff2") format("woff2"), url("../fonts/HelveticaNeueLight.woff") format("woff"), url("../fonts/HelveticaNeueLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Medium';
  src: url("../fonts/HelveticaNeue-Medium.eot");
  src: url("../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
## owl
--------------------------------------------------------------*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
## bootstrap custom
--------------------------------------------------------------*/
/* * Bootstrap v3.3.7 (http://getbootstrap.com)  
* Copyright 2011-2016 Twitter, Inc.  
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .nav:before, .nav:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .nav:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #747474;
  font-family: "HelveticaNeue-Light";
  font-size: 0.9230769231rem;
  line-height: 1.56;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "HelveticaNeue-Light";
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #333;
  margin-top: 0;
  margin-bottom: 1.2307692308rem;
}

h1, .h1 {
  font-size: 2.275rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.6875rem;
}

h4, .h4 {
  font-size: 1.375rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.2307692308rem;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.container {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

hr {
  background-color: #ebeaea;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}

ul, ol {
  margin: 0 0 30px 0;
  padding-left: 22px;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}

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

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

del {
  opacity: 0.8;
}

table,
th,
td {
  border: 1px solid #ebeaea;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #aaa9a9;
}

:-moz-placeholder {
  color: #aaa9a9;
}

::-moz-placeholder {
  color: #aaa9a9;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #aaa9a9;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.piko-button {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  text-transform: capitalize;
  padding: 7px 22px;
  background: #333;
  border: none;
  color: #ffffff;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  display: inline-block;
}

.piko-button.button-2x {
  min-width: 140px;
  color: #777;
}

.piko-button.button-3x {
  min-width: 160px;
  padding: 12px 25px;
}

.piko-button.style1 {
  background: transparent;
  border: 1px solid #ebeaea;
  color: #333;
}

.piko-button.style2 {
  background: transparent;
  border: 2px solid #eee;
  color: #666;
}

.piko-button.color {
  background-color: #45bf55;
}

.tab-btn {
  display: block;
  padding: 15px 3px;
  letter-spacing: 0.5px;
  max-width: 160px;
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  vertical-align: middle;
  width: 100%;
}
.tab-btn:after {
  overflow: hidden;
  border: 1px solid transparent;
  bottom: -5px;
  content: "";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}
.tab-btn:hover:after {
  border: 1px solid #333;
  width: 95%;
}

.portfolio-tabs li.active a.active:after {
  overflow: hidden;
  border: 1px solid #333;
  bottom: -5px;
  content: "";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 95%;
}

input {
  line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #333;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 16px 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.piko-button:hover, .piko-button.active, .piko-button:focus {
  background: #45bf55;
  border-color: #45bf55;
  color: #ffffff;
  outline: none;
}

.piko-button.color:hover, .piko-button.color.active, .piko-button.color:focus {
  background: #333;
  border-color: #333;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background: transparent;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 0.0769230769rem solid #ebeaea;
  border-radius: 0;
  color: #686868;
  padding: 15px;
  width: 100%;
}

/*text area horizontal line*/
/*textarea {
     background-attachment: local;
    background-image:    
    repeating-linear-gradient(white, white 30px, $color__background-screen 30px, $color__background-screen 31px, white 31px);
    line-height: 30px;
}*/
.form-control {
  height: auto;
}

.form-control:focus {
  box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #45bf55;
  color: #1a1a1a;
  outline: 0;
}

.post-password-form {
  margin-bottom: 1.75em;
}

.post-password-form label {
  display: block;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}

.post-password-form input[type="password"] {
  margin-top: 0.4375em;
}

.post-password-form > :last-child {
  margin-bottom: 0;
}

.search-form {
  position: relative;
}

.search-form > button.search-submit,
.search-form > button.search-submit,
.search-form > button.search-submit {
  right: 0;
  margin-top: -3.2307692308rem;
  border: transparent;
  background: transparent;
  padding-right: 0;
  position: absolute;
  font-size: 1.3076923077rem;
}

.search-form > button.search-submit i,
.search-form > button.search-submit i {
  color: #959595;
}

/*--------------------------------------------------------------
# inc folder
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## animate
--------------------------------------------------------------*/
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -moz-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes zoomInDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomInDown {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -moz-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -moz-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes zoomInRight {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomInRight {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -moz-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes zoomInUp {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomInUp {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -moz-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -moz-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
  }
}
@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -moz-transform-origin: left center;
  }
}
@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -o-transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -moz-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
  }
}
@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -moz-transform-origin: right center;
  }
}
@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -o-transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -moz-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -moz-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

/*--------------------------------------------------------------
## fontAwesome
--------------------------------------------------------------*/
/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*--------------------------------------------------------------
## linearicons
--------------------------------------------------------------*/
@font-face {
  font-family: 'Linearicons-Free';
  src: url("../fonts/Linearicons-Free.eot?w118d");
  src: url("../fonts/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"), url("../fonts/Linearicons-Free.woff2?w118d") format("woff2"), url("../fonts/Linearicons-Free.woff?w118d") format("woff"), url("../fonts/Linearicons-Free.ttf?w118d") format("truetype"), url("../fonts/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
 
	 Better Font Rendering =========== 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
[class^="lnr-"]:before,
[class*=" lnr-"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Linearicons-Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
  content: "\e800";
}

.lnr-apartment:before {
  content: "\e801";
}

.lnr-pencil:before {
  content: "\e802";
}

.lnr-magic-wand:before {
  content: "\e803";
}

.lnr-drop:before {
  content: "\e804";
}

.lnr-lighter:before {
  content: "\e805";
}

.lnr-poop:before {
  content: "\e806";
}

.lnr-sun:before {
  content: "\e807";
}

.lnr-moon:before {
  content: "\e808";
}

.lnr-cloud:before {
  content: "\e809";
}

.lnr-cloud-upload:before {
  content: "\e80a";
}

.lnr-cloud-download:before {
  content: "\e80b";
}

.lnr-cloud-sync:before {
  content: "\e80c";
}

.lnr-cloud-check:before {
  content: "\e80d";
}

.lnr-database:before {
  content: "\e80e";
}

.lnr-lock:before {
  content: "\e80f";
}

.lnr-cog:before {
  content: "\e810";
}

.lnr-trash:before {
  content: "\e811";
}

.lnr-dice:before {
  content: "\e812";
}

.lnr-heart:before {
  content: "\e813";
}

.lnr-star:before {
  content: "\e814";
}

.lnr-star-half:before {
  content: "\e815";
}

.lnr-star-empty:before {
  content: "\e816";
}

.lnr-flag:before {
  content: "\e817";
}

.lnr-envelope:before {
  content: "\e818";
}

.lnr-paperclip:before {
  content: "\e819";
}

.lnr-inbox:before {
  content: "\e81a";
}

.lnr-eye:before {
  content: "\e81b";
}

.lnr-printer:before {
  content: "\e81c";
}

.lnr-file-empty:before {
  content: "\e81d";
}

.lnr-file-add:before {
  content: "\e81e";
}

.lnr-enter:before {
  content: "\e81f";
}

.lnr-exit:before {
  content: "\e820";
}

.lnr-graduation-hat:before {
  content: "\e821";
}

.lnr-license:before {
  content: "\e822";
}

.lnr-music-note:before {
  content: "\e823";
}

.lnr-film-play:before {
  content: "\e824";
}

.lnr-camera-video:before {
  content: "\e825";
}

.lnr-camera:before {
  content: "\e826";
}

.lnr-picture:before {
  content: "\e827";
}

.lnr-book:before {
  content: "\e828";
}

.lnr-bookmark:before {
  content: "\e829";
}

.lnr-user:before {
  content: "\e82a";
}

.lnr-users:before {
  content: "\e82b";
}

.lnr-shirt:before {
  content: "\e82c";
}

.lnr-store:before {
  content: "\e82d";
}

.lnr-cart:before {
  content: "\e82e";
}

.lnr-tag:before {
  content: "\e82f";
}

.lnr-phone-handset:before {
  content: "\e830";
}

.lnr-phone:before {
  content: "\e831";
}

.lnr-pushpin:before {
  content: "\e832";
}

.lnr-map-marker:before {
  content: "\e833";
}

.lnr-map:before {
  content: "\e834";
}

.lnr-location:before {
  content: "\e835";
}

.lnr-calendar-full:before {
  content: "\e836";
}

.lnr-keyboard:before {
  content: "\e837";
}

.lnr-spell-check:before {
  content: "\e838";
}

.lnr-screen:before {
  content: "\e839";
}

.lnr-smartphone:before {
  content: "\e83a";
}

.lnr-tablet:before {
  content: "\e83b";
}

.lnr-laptop:before {
  content: "\e83c";
}

.lnr-laptop-phone:before {
  content: "\e83d";
}

.lnr-power-switch:before {
  content: "\e83e";
}

.lnr-bubble:before {
  content: "\e83f";
}

.lnr-heart-pulse:before {
  content: "\e840";
}

.lnr-construction:before {
  content: "\e841";
}

.lnr-pie-chart:before {
  content: "\e842";
}

.lnr-chart-bars:before {
  content: "\e843";
}

.lnr-gift:before {
  content: "\e844";
}

.lnr-diamond:before {
  content: "\e845";
}

.lnr-linearicons:before {
  content: "\e846";
}

.lnr-dinner:before {
  content: "\e847";
}

.lnr-coffee-cup:before {
  content: "\e848";
}

.lnr-leaf:before {
  content: "\e849";
}

.lnr-paw:before {
  content: "\e84a";
}

.lnr-rocket:before {
  content: "\e84b";
}

.lnr-briefcase:before {
  content: "\e84c";
}

.lnr-bus:before {
  content: "\e84d";
}

.lnr-car:before {
  content: "\e84e";
}

.lnr-train:before {
  content: "\e84f";
}

.lnr-bicycle:before {
  content: "\e850";
}

.lnr-wheelchair:before {
  content: "\e851";
}

.lnr-select:before {
  content: "\e852";
}

.lnr-earth:before {
  content: "\e853";
}

.lnr-smile:before {
  content: "\e854";
}

.lnr-sad:before {
  content: "\e855";
}

.lnr-neutral:before {
  content: "\e856";
}

.lnr-mustache:before {
  content: "\e857";
}

.lnr-alarm:before {
  content: "\e858";
}

.lnr-bullhorn:before {
  content: "\e859";
}

.lnr-volume-high:before {
  content: "\e85a";
}

.lnr-volume-medium:before {
  content: "\e85b";
}

.lnr-volume-low:before {
  content: "\e85c";
}

.lnr-volume:before {
  content: "\e85d";
}

.lnr-mic:before {
  content: "\e85e";
}

.lnr-hourglass:before {
  content: "\e85f";
}

.lnr-undo:before {
  content: "\e860";
}

.lnr-redo:before {
  content: "\e861";
}

.lnr-sync:before {
  content: "\e862";
}

.lnr-history:before {
  content: "\e863";
}

.lnr-clock:before {
  content: "\e864";
}

.lnr-download:before {
  content: "\e865";
}

.lnr-upload:before {
  content: "\e866";
}

.lnr-enter-down:before {
  content: "\e867";
}

.lnr-exit-up:before {
  content: "\e868";
}

.lnr-bug:before {
  content: "\e869";
}

.lnr-code:before {
  content: "\e86a";
}

.lnr-link:before {
  content: "\e86b";
}

.lnr-unlink:before {
  content: "\e86c";
}

.lnr-thumbs-up:before {
  content: "\e86d";
}

.lnr-thumbs-down:before {
  content: "\e86e";
}

.lnr-magnifier:before {
  content: "\e86f";
}

.lnr-cross:before {
  content: "\e870";
}

.lnr-menu:before {
  content: "\e871";
}

.lnr-list:before {
  content: "\e872";
}

.lnr-chevron-up:before {
  content: "\e873";
}

.lnr-chevron-down:before {
  content: "\e874";
}

.lnr-chevron-left:before {
  content: "\e875";
}

.lnr-chevron-right:before {
  content: "\e876";
}

.lnr-arrow-up:before {
  content: "\e877";
}

.lnr-arrow-down:before {
  content: "\e878";
}

.lnr-arrow-left:before {
  content: "\e879";
}

.lnr-arrow-right:before {
  content: "\e87a";
}

.lnr-move:before {
  content: "\e87b";
}

.lnr-warning:before {
  content: "\e87c";
}

.lnr-question-circle:before {
  content: "\e87d";
}

.lnr-menu-circle:before {
  content: "\e87e";
}

.lnr-checkmark-circle:before {
  content: "\e87f";
}

.lnr-cross-circle:before {
  content: "\e880";
}

.lnr-plus-circle:before {
  content: "\e881";
}

.lnr-circle-minus:before {
  content: "\e882";
}

.lnr-arrow-up-circle:before {
  content: "\e883";
}

.lnr-arrow-down-circle:before {
  content: "\e884";
}

.lnr-arrow-left-circle:before {
  content: "\e885";
}

.lnr-arrow-right-circle:before {
  content: "\e886";
}

.lnr-chevron-up-circle:before {
  content: "\e887";
}

.lnr-chevron-down-circle:before {
  content: "\e888";
}

.lnr-chevron-left-circle:before {
  content: "\e889";
}

.lnr-chevron-right-circle:before {
  content: "\e88a";
}

.lnr-crop:before {
  content: "\e88b";
}

.lnr-frame-expand:before {
  content: "\e88c";
}

.lnr-frame-contract:before {
  content: "\e88d";
}

.lnr-layers:before {
  content: "\e88e";
}

.lnr-funnel:before {
  content: "\e88f";
}

.lnr-text-format:before {
  content: "\e890";
}

.lnr-text-format-remove:before {
  content: "\e891";
}

.lnr-text-size:before {
  content: "\e892";
}

.lnr-bold:before {
  content: "\e893";
}

.lnr-italic:before {
  content: "\e894";
}

.lnr-underline:before {
  content: "\e895";
}

.lnr-strikethrough:before {
  content: "\e896";
}

.lnr-highlight:before {
  content: "\e897";
}

.lnr-text-align-left:before {
  content: "\e898";
}

.lnr-text-align-center:before {
  content: "\e899";
}

.lnr-text-align-right:before {
  content: "\e89a";
}

.lnr-text-align-justify:before {
  content: "\e89b";
}

.lnr-line-spacing:before {
  content: "\e89c";
}

.lnr-indent-increase:before {
  content: "\e89d";
}

.lnr-indent-decrease:before {
  content: "\e89e";
}

.lnr-pilcrow:before {
  content: "\e89f";
}

.lnr-direction-ltr:before {
  content: "\e8a0";
}

.lnr-direction-rtl:before {
  content: "\e8a1";
}

.lnr-page-break:before {
  content: "\e8a2";
}

.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}

.lnr-sort-amount-asc:before {
  content: "\e8a4";
}

.lnr-hand:before {
  content: "\e8a5";
}

.lnr-pointer-up:before {
  content: "\e8a6";
}

.lnr-pointer-right:before {
  content: "\e8a7";
}

.lnr-pointer-down:before {
  content: "\e8a8";
}

.lnr-pointer-left:before {
  content: "\e8a9";
}

/*--------------------------------------------------------------
## streamline-large icon
--------------------------------------------------------------*/
@font-face {
  font-family: "streamline-large";
  src: url("../fonts/streamline-large.eot");
  src: url("../fonts/streamline-large.eot?#iefix") format("embedded-opentype"), url("../fonts/streamline-large.woff") format("woff"), url("../fonts/streamline-large.ttf") format("truetype"), url("../fonts/streamline-large.svg#streamline-large") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "streamline-small";
  src: url("../fonts/streamline-small.eot");
  src: url("../fonts/streamline-small.eot?#iefix") format("embedded-opentype"), url("../fonts/streamline-small.woff") format("woff"), url("../fonts/streamline-small.ttf") format("truetype"), url("fonts/streamline-small.svg#streamline-small") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "streamline-large" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  vertical-align: middle;
  speak: none;
  line-height: 1;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="sl-large-"]:before,
[class*=" sl-large-"]:before {
  font-family: "streamline-large" !important;
  display: inline-block;
  font: normal normal normal 14px/1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="sl-small-"]:before,
[class*=" sl-small-"]:before {
  font-family: "streamline-small" !important;
  display: inline-block;
  font: normal normal normal 14px/1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sl-large-helmet:before {
  content: "a";
}

.sl-large-wallet:before {
  content: "b";
}

.sl-large-roller:before {
  content: "c";
}

.sl-large-driller:before {
  content: "d";
}

.sl-large-bubble-check:before {
  content: "e";
}

.sl-large-shield:before {
  content: "f";
}

.sl-large-truck:before {
  content: "g";
}

.sl-large-house-1:before {
  content: "h";
}

.sl-large-eco:before {
  content: "i";
}

.sl-large-garage:before {
  content: "j";
}

.sl-large-conversation:before {
  content: "k";
}

.sl-large-phone:before {
  content: "l";
}

.sl-large-location:before {
  content: "m";
}

.sl-large-mail:before {
  content: "n";
}

.sl-large-wrench:before {
  content: "o";
}

.sl-large-measure:before {
  content: "p";
}

.sl-large-bucket:before {
  content: "q";
}

.sl-large-globe:before {
  content: "r";
}

.sl-large-house-2:before {
  content: "s";
}

.sl-large-briefcase:before {
  content: "t";
}

.sl-large-quote:before {
  content: "u";
}

.sl-large-clock:before {
  content: "v";
}

.sl-large-fax:before {
  content: "w";
}

.sl-large-key:before {
  content: "x";
}

.sl-large-pencil:before {
  content: "y";
}

.sl-large-hammer:before {
  content: "z";
}

.sl-large-wrenches:before {
  content: "A";
}

.sl-large-screwdriver:before {
  content: "B";
}

.sl-large-ruler:before {
  content: "C";
}

.sl-large-stationery:before {
  content: "D";
}

.sl-large-faq:before {
  content: "E";
}

.sl-large-bubble:before {
  content: "F";
}

.sl-large-person:before {
  content: "G";
}

.sl-large-team:before {
  content: "H";
}

.sl-large-camera:before {
  content: "I";
}

.sl-large-picture:before {
  content: "J";
}

.sl-large-cart-1:before {
  content: "K";
}

.sl-large-cart-2:before {
  content: "L";
}

.sl-large-photo:before {
  content: "M";
}

.sl-large-video:before {
  content: "N";
}

.sl-large-speaker:before {
  content: "O";
}

.sl-large-lock:before {
  content: "P";
}

.sl-large-trophy:before {
  content: "Q";
}

.sl-large-chat:before {
  content: "R";
}

.sl-large-list:before {
  content: "S";
}

.sl-large-poster:before {
  content: "T";
}

.sl-large-documents:before {
  content: "U";
}

.sl-large-forklift:before {
  content: "V";
}

.sl-large-building:before {
  content: "W";
}

.sl-large-fence:before {
  content: "X";
}

.sl-large-lab:before {
  content: "Y";
}

.sl-large-watering-can:before {
  content: "Z";
}

.sl-large-trowel:before {
  content: "0";
}

.sl-large-shovel:before {
  content: "1";
}

.sl-large-cone:before {
  content: "2";
}

.sl-large-lightbulb:before {
  content: "3";
}

.sl-large-door:before {
  content: "4";
}

.sl-large-bricks:before {
  content: "5";
}

.sl-large-brush-1:before {
  content: "6";
}

.sl-large-brush-2:before {
  content: "7";
}

.sl-large-percent:before {
  content: "8";
}

.sl-large-gears:before {
  content: "9";
}

.sl-large-tick:before {
  content: "!";
}

.sl-large-plan:before {
  content: "@";
}

.sl-large-megaphone:before {
  content: "#";
}

.sl-large-calculator:before {
  content: "$";
}

.sl-large-trolley:before {
  content: "%";
}

.sl-large-payment:before {
  content: "^";
}

.sl-large-construction:before {
  content: "&";
}

.sl-large-scissors:before {
  content: "*";
}

/*stream line samll icon*/
.sl-small-helmet:before {
  content: "a";
}

.sl-small-wallet:before {
  content: "b";
}

.sl-small-roller:before {
  content: "c";
}

.sl-small-driller:before {
  content: "d";
}

.sl-small-bubble-check:before {
  content: "e";
}

.sl-small-shield:before {
  content: "f";
}

.sl-small-truck:before {
  content: "g";
}

.sl-small-house-1:before {
  content: "h";
}

.sl-small-eco:before {
  content: "i";
}

.sl-small-garage:before {
  content: "j";
}

.sl-small-conversation:before {
  content: "k";
}

.sl-small-phone:before {
  content: "l";
}

.sl-small-location:before {
  content: "m";
}

.sl-small-mail:before {
  content: "n";
}

.sl-small-wrench:before {
  content: "o";
}

.sl-small-measure:before {
  content: "p";
}

.sl-small-bucket:before {
  content: "q";
}

.sl-small-globe:before {
  content: "r";
}

.sl-small-house-2:before {
  content: "s";
}

.sl-small-briefcase:before {
  content: "t";
}

.sl-small-quote:before {
  content: "u";
}

.sl-small-clock:before {
  content: "v";
}

.sl-small-fax:before {
  content: "w";
}

.sl-small-key:before {
  content: "x";
}

.sl-small-pencil:before {
  content: "y";
}

.sl-small-hammer:before {
  content: "z";
}

.sl-small-wrenches:before {
  content: "A";
}

.sl-small-screwdriver:before {
  content: "B";
}

.sl-small-ruler:before {
  content: "C";
}

.sl-small-stationery:before {
  content: "D";
}

.sl-small-faq:before {
  content: "E";
}

.sl-small-bubble:before {
  content: "F";
}

.sl-small-person:before {
  content: "G";
}

.sl-small-team:before {
  content: "H";
}

.sl-small-camera:before {
  content: "I";
}

.sl-small-picture:before {
  content: "J";
}

.sl-small-cart-1:before {
  content: "K";
}

.sl-small-cart-2:before {
  content: "L";
}

.sl-small-photo:before {
  content: "M";
}

.sl-small-video:before {
  content: "N";
}

.sl-small-speaker:before {
  content: "O";
  line-height: 50px;
}

.sl-small-lock:before {
  content: "P";
}

.sl-small-trophy:before {
  content: "Q";
}

.sl-small-chat:before {
  content: "R";
}

.sl-small-list:before {
  content: "S";
}

.sl-small-poster:before {
  content: "T";
}

.sl-small-documents:before {
  content: "U";
}

.sl-small-forklift:before {
  content: "V";
}

.sl-small-building:before {
  content: "W";
}

.sl-small-fence:before {
  content: "X";
}

.sl-small-lab:before {
  content: "Y";
}

.sl-small-watering-can:before {
  content: "Z";
  line-height: 40px;
}

.sl-small-trowel:before {
  content: "0";
}

.sl-small-shovel:before {
  content: "1";
}

.sl-small-cone:before {
  content: "2";
}

.sl-small-lightbulb:before {
  content: "3";
}

.sl-small-door:before {
  content: "4";
}

.sl-small-bricks:before {
  content: "5";
}

.sl-small-brush-1:before {
  content: "6";
}

.sl-small-brush-2:before {
  content: "7";
}

.sl-small-percent:before {
  content: "8";
}

.sl-small-gears:before {
  content: "9";
}

.sl-small-tick:before {
  content: "!";
  line-height: 42px;
}

.sl-small-plan:before {
  content: "@";
}

.sl-small-megaphone:before {
  content: "#";
}

.sl-small-calculator:before {
  content: "$";
}

.sl-small-trolley:before {
  content: "%";
}

.sl-small-payment:before {
  content: "^";
}

.sl-small-construction:before {
  content: "&";
}

.sl-small-scissors:before {
  content: "*";
}

/*--------------------------------------------------------------
## prettyPhoto
--------------------------------------------------------------*/
/* PrettyPhoto V3.1.6 */
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: .7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
  background: #000;
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
  outline: 0;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 70px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 70px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff;
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative;
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: transparent;
}

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

/*--------------------------------------------------------------
## ladda-themeless
--------------------------------------------------------------*/
/*
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2013 Hakim El Hattab, http://hakim.se
 */
.ladda-button {
  position: relative;
}

.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  opacity: 0;
  pointer-events: none;
}

.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}

.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}

.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}

.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}

.ladda-button[data-style=expand-right] .ladda-spinner {
  right: 14px;
}

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: 4px;
}

.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}

.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 14px;
}

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}

.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}

.ladda-button[data-style=expand-up] {
  overflow: hidden;
}

.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: -16px;
}

.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 14px;
  margin-top: 0;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}

.ladda-button[data-style=expand-down] {
  overflow: hidden;
}

.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: -16px;
}

.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}

.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}

.ladda-button[data-style=slide-left] {
  overflow: hidden;
}

.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: -16px;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

.ladda-button[data-style=slide-right] {
  overflow: hidden;
}

.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: -16px;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

.ladda-button[data-style=slide-up] {
  overflow: hidden;
}

.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  margin-top: 1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: -16px;
}

.ladda-button[data-style=slide-down] {
  overflow: hidden;
}

.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  margin-top: -2em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: -16px;
}

.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
}

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0);
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
}

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0.8);
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}

/*--------------------------------------------------------------
## vegas css
--------------------------------------------------------------*/
.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-overlay {
  opacity: .5;
  background: transparent url("../images/bg/dot.png") center center repeat;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
  bottom: -76px;
}

/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*--------------------------------------------------------------
## responsive vspacing
--------------------------------------------------------------*/
/* =============================================
   1.2 PADDING RESPONSIVE
   =============================================*/
.pd0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr30 {
  padding-right: 30px;
}

.pr50 {
  padding-right: 50px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr0 {
  padding-right: 0;
}

@media (min-width: 1401px) {
  .pr120 {
    padding-right: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pr0-lg {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pr0-md {
    padding-right: 0 !important;
  }

  .pr15-md {
    padding-right: 15px !important;
  }
}
@media (max-width: 768px) {
  .pr0-sm {
    padding-right: 0 !important;
  }

  .pr15-sm {
    padding-right: 15px !important;
  }
}
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pt105 {
  padding-top: 105px;
}

.pt115 {
  padding-top: 115px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt135 {
  padding-top: 135px;
}

.pt140 {
  padding-top: 140px;
}

.pt170 {
  padding-top: 170px;
}

.pt175 {
  padding-top: 175px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb105 {
  padding-bottom: 105px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb115 {
  padding-bottom: 115px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb135 {
  padding-bottom: 135px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.min-w125 {
  min-width: 125px;
}

div[class^=mb],
div[class^=mt] {
  min-height: 1px;
}

.mg0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.m0a {
  margin: 0 auto;
}

/*margin left*/
.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mlr15 {
  margin: 0 15px;
}

.mlr10 {
  margin: 0 10px;
}

.mlr5 {
  margin: 0 5px;
}

@media (max-width: 992px) {
  .mlr15-md {
    margin: 0 15px;
  }

  .mlr10-md {
    margin: 0 10px;
  }

  .mlr5-md {
    margin: 0 5px;
  }
}
.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt10-r {
  margin-top: -10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt15-r {
  margin-top: -15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt-65 {
  margin-top: -65px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb150 {
  margin-bottom: 100px !important;
}

@media (max-width: 1199px) {
  .mb30-lg {
    margin-bottom: 30px !important;
  }

  .mt30-lg {
    margin-top: 30px !important;
  }

  .mb50-lg {
    margin-bottom: 50px !important;
  }

  .mt50-lg {
    margin-top: 50px !important;
  }

  .mt0-lg {
    margin-top: 0 !important;
  }

  .mt100-lg {
    margin-top: 100px !important;
  }

  .mt120-lg {
    margin-top: 120px !important;
  }
}
@media (max-width: 992px) {
  .pt0-md {
    padding-top: 0;
  }

  .pt5-md {
    padding-top: 5px;
  }

  .pt10-md {
    padding-top: 10px;
  }

  .pt15-md {
    padding-top: 15px;
  }

  .pt20-md {
    padding-top: 20px;
  }

  .pt25-md {
    padding-top: 25px;
  }

  .pt30-md {
    padding-top: 30px;
  }

  .pt35-md {
    padding-top: 35px;
  }

  .pt40-md {
    padding-top: 40px;
  }

  .pt45-md {
    padding-top: 45px;
  }

  .pt50-md {
    padding-top: 50px;
  }

  .pt55-md {
    padding-top: 55px;
  }

  .pt60-md {
    padding-top: 60px;
  }

  .pt65-md {
    padding-top: 65px;
  }

  .pt70-md {
    padding-top: 70px;
  }

  .pt75-md {
    padding-top: 75px;
  }

  .pt80-md {
    padding-top: 80px;
  }

  .pt85-md {
    padding-top: 85px;
  }

  .pt90-md {
    padding-top: 90px;
  }

  .pt95-md {
    padding-top: 95px;
  }

  .pt100-md {
    padding-top: 100px;
  }

  .pb0-md {
    padding-bottom: 0;
  }

  .pb5-md {
    padding-bottom: 5px;
  }

  .pb10-md {
    padding-bottom: 10px;
  }

  .pb15-md {
    padding-bottom: 15px;
  }

  .pb20-md {
    padding-bottom: 20px;
  }

  .pb25-md {
    padding-bottom: 25px;
  }

  .pb30-md {
    padding-bottom: 30px;
  }

  .pb35-md {
    padding-bottom: 35px;
  }

  .pb40-md {
    padding-bottom: 40px;
  }

  .pb45-md {
    padding-bottom: 45px;
  }

  .pb50-md {
    padding-bottom: 50px;
  }

  .pb55-md {
    padding-bottom: 55px;
  }

  .pb60-md {
    padding-bottom: 60px;
  }

  .pb65-md {
    padding-bottom: 65px;
  }

  .pb70-md {
    padding-bottom: 70px;
  }

  .pb75-md {
    padding-bottom: 75px;
  }

  .pb80-md {
    padding-bottom: 80px;
  }

  .pb85-md {
    padding-bottom: 85px;
  }

  .pb90-md {
    padding-bottom: 90px;
  }

  .pb95-md {
    padding-bottom: 95px;
  }

  .pb100-md {
    padding-bottom: 100px;
  }

  .mt0-md {
    margin-top: 0 !important;
  }

  .mt5-md {
    margin-top: 5px !important;
  }

  .mt10-md {
    margin-top: 10px !important;
  }

  .mt15-md {
    margin-top: 15px !important;
  }

  .mt20-md {
    margin-top: 20px !important;
  }

  .mt25-md {
    margin-top: 25px !important;
  }

  .mt30-md {
    margin-top: 30px !important;
  }

  .mt35-md {
    margin-top: 35px !important;
  }

  .mt40-md {
    margin-top: 40px !important;
  }

  .mt45-md {
    margin-top: 45px !important;
  }

  .mt50-md {
    margin-top: 50px !important;
  }

  .mt55-md {
    margin-top: 55px !important;
  }

  .mt60-md {
    margin-top: 60px !important;
  }

  .mt65-md {
    margin-top: 65px !important;
  }

  .mt70-md {
    margin-top: 70px !important;
  }

  .mt75-md {
    margin-top: 75px !important;
  }

  .mt80-md {
    margin-top: 80px !important;
  }

  .mt85-md {
    margin-top: 85px !important;
  }

  .mt90-md {
    margin-top: 90px !important;
  }

  .mt95-md {
    margin-top: 95px !important;
  }

  .mt100-md {
    margin-top: 100px !important;
  }

  .mb0-md {
    margin-bottom: 0 !important;
  }

  .mb5-md {
    margin-bottom: 5px !important;
  }

  .mb10-md {
    margin-bottom: 10px !important;
  }

  .mb15-md {
    margin-bottom: 15px !important;
  }

  .mb20-md {
    margin-bottom: 20px !important;
  }

  .mb25-md {
    margin-bottom: 25px !important;
  }

  .mb30-md {
    margin-bottom: 30px !important;
  }

  .mb35-md {
    margin-bottom: 35px !important;
  }

  .mb40-md {
    margin-bottom: 40px !important;
  }

  .mb45-md {
    margin-bottom: 45px !important;
  }

  .mb50-md {
    margin-bottom: 50px !important;
  }

  .mb55-md {
    margin-bottom: 55px !important;
  }

  .mb60-md {
    margin-bottom: 60px !important;
  }

  .mb65-md {
    margin-bottom: 65px !important;
  }

  .mb70-md {
    margin-bottom: 70px !important;
  }

  .mb75-md {
    margin-bottom: 75px !important;
  }

  .mb80-md {
    margin-bottom: 80px !important;
  }

  .mb85-md {
    margin-bottom: 85px !important;
  }

  .mb90-md {
    margin-bottom: 90px !important;
  }

  .mb95-md {
    margin-bottom: 95px !important;
  }

  .mb100-md {
    margin-bottom: 100px !important;
  }

  .flex-column-reverse-md {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 768px) {
  .pt0-sm {
    padding-top: 0;
  }

  .pt5-sm {
    padding-top: 5px;
  }

  .pt10-sm {
    padding-top: 10px;
  }

  .pt15-sm {
    padding-top: 15px;
  }

  .pt20-sm {
    padding-top: 20px;
  }

  .pt25-sm {
    padding-top: 25px;
  }

  .pt30-sm {
    padding-top: 30px;
  }

  .pt35-sm {
    padding-top: 35px;
  }

  .pt40-sm {
    padding-top: 40px;
  }

  .pt45-sm {
    padding-top: 45px;
  }

  .pt50-sm {
    padding-top: 50px;
  }

  .pt55-sm {
    padding-top: 55px;
  }

  .pt60-sm {
    padding-top: 60px;
  }

  .pt65-sm {
    padding-top: 65px;
  }

  .pt70-sm {
    padding-top: 70px;
  }

  .pt75-sm {
    padding-top: 75px;
  }

  .pt80-sm {
    padding-top: 80px;
  }

  .pt85-sm {
    padding-top: 85px;
  }

  .pt90-sm {
    padding-top: 90px;
  }

  .pt95-sm {
    padding-top: 95px;
  }

  .pt100-sm {
    padding-top: 100px;
  }

  .pb0-sm {
    padding-bottom: 0;
  }

  .pb5-sm {
    padding-bottom: 5px;
  }

  .pb10-sm {
    padding-bottom: 10px;
  }

  .pb15-sm {
    padding-bottom: 15px;
  }

  .pb20-sm {
    padding-bottom: 20px;
  }

  .pb25-sm {
    padding-bottom: 25px;
  }

  .pb30-sm {
    padding-bottom: 30px;
  }

  .pb35-sm {
    padding-bottom: 35px;
  }

  .pb40-sm {
    padding-bottom: 40px;
  }

  .pb45-sm {
    padding-bottom: 45px;
  }

  .pb50-sm {
    padding-bottom: 50px;
  }

  .pb55-sm {
    padding-bottom: 55px;
  }

  .pb60-sm {
    padding-bottom: 60px;
  }

  .pb65-sm {
    padding-bottom: 65px;
  }

  .pb70-sm {
    padding-bottom: 70px;
  }

  .pb75-sm {
    padding-bottom: 75px;
  }

  .pb80-sm {
    padding-bottom: 80px;
  }

  .pb85-sm {
    padding-bottom: 85px;
  }

  .pb90-sm {
    padding-bottom: 90px;
  }

  .pb95-sm {
    padding-bottom: 95px;
  }

  .pb100-sm {
    padding-bottom: 100px;
  }

  .pl0-sm {
    padding-left: 0 !important;
  }

  .mt0-sm {
    margin-top: 0 !important;
  }

  .mt5-sm {
    margin-top: 5px !important;
  }

  .mt10-sm {
    margin-top: 10px !important;
  }

  .mt15-sm {
    margin-top: 15px !important;
  }

  .mt20-sm {
    margin-top: 20px !important;
  }

  .mt25-sm {
    margin-top: 25px !important;
  }

  .mt30-sm {
    margin-top: 30px !important;
  }

  .mt35-sm {
    margin-top: 35px !important;
  }

  .mt40-sm {
    margin-top: 40px !important;
  }

  .mt45-sm {
    margin-top: 45px !important;
  }

  .mt50-sm {
    margin-top: 50px !important;
  }

  .mt55-sm {
    margin-top: 55px !important;
  }

  .mt60-sm {
    margin-top: 60px !important;
  }

  .mt65-sm {
    margin-top: 65px !important;
  }

  .mt70-sm {
    margin-top: 70px !important;
  }

  .mt75-sm {
    margin-top: 75px !important;
  }

  .mt80-sm {
    margin-top: 80px !important;
  }

  .mt85-sm {
    margin-top: 85px !important;
  }

  .mt90-sm {
    margin-top: 90px !important;
  }

  .mt95-sm {
    margin-top: 95px !important;
  }

  .mt100-sm {
    margin-top: 100px !important;
  }

  .mb0-sm {
    margin-bottom: 0 !important;
  }

  .mb5-sm {
    margin-bottom: 5px !important;
  }

  .mb10-sm {
    margin-bottom: 10px !important;
  }

  .mb15-sm {
    margin-bottom: 15px !important;
  }

  .mb20-sm {
    margin-bottom: 20px !important;
  }

  .mb25-sm {
    margin-bottom: 25px !important;
  }

  .mb30-sm {
    margin-bottom: 30px !important;
  }

  .mb35-sm {
    margin-bottom: 35px !important;
  }

  .mb40-sm {
    margin-bottom: 40px !important;
  }

  .mb45-sm {
    margin-bottom: 45px !important;
  }

  .mb50-sm {
    margin-bottom: 50px !important;
  }

  .mb55-sm {
    margin-bottom: 55px !important;
  }

  .mb60-sm {
    margin-bottom: 60px !important;
  }

  .mb65-sm {
    margin-bottom: 65px !important;
  }

  .mb70-sm {
    margin-bottom: 70px !important;
  }

  .mb75-sm {
    margin-bottom: 75px !important;
  }

  .mb80-sm {
    margin-bottom: 80px !important;
  }

  .mb85-sm {
    margin-bottom: 85px !important;
  }

  .mb90-sm {
    margin-bottom: 90px !important;
  }

  .mb95-sm {
    margin-bottom: 95px !important;
  }

  .mb100-sm {
    margin-bottom: 100px !important;
  }

  .ml0-sm {
    margin-left: 0 !important;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*custome css header*/
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1.07692rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown.open {
  display: block;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1.07692rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

.f-dropdown.drop-right.open {
  display: block;
}

.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1.07692rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

.f-dropdown.drop-left.open {
  display: block;
}

.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1.07692rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}

.f-dropdown.drop-top.open {
  display: block;
}

.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}

.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}

.f-dropdown li {
  cursor: pointer;
  font-size: 1.07692rem;
  line-height: 1.38462rem;
  margin: 0;
}

.f-dropdown li:hover,
.f-dropdown li:focus {
  background: transparent;
}

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1.07692rem;
  height: auto;
  max-height: none;
  padding: 1.53846rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}

.f-dropdown.content.open {
  display: block;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.radius {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

.f-dropdown.mega.open {
  left: 0 !important;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover, a:focus, a:active {
  color: #45bf55;
}
a:hover, a:focus, a:active {
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
.header-top {
  background-color: #333;
  font-size: 0.8461538462rem;
  color: #fff;
}
.header-top ul {
  display: inline-block;
}
.header-top ul + ul {
  padding-left: 1.1538461538rem;
}
.header-top ul + ul li {
  position: relative;
}
.header-top li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding-top: 1.0769230769rem;
  padding-bottom: 1.0769230769rem;
}
.header-top li + li {
  padding-left: 1.1538461538rem;
}
.header-top li:hover ul {
  display: block;
}
.header-top li:hover ul ul {
  display: none;
}
.header-top li a {
  display: inline-block;
}
.header-top li li {
  display: block;
  padding: 0;
}
.header-top li li a {
  display: block;
  padding: 0.3846153846rem 1.9230769231rem 0.3846153846rem 0.7692307692rem;
  font-size: 0.7692307692rem;
  white-space: nowrap;
}
.header-top li li a img {
  margin-right: 0.3846153846rem;
}
.header-top ul.menu > .menu-item-has-children > a:after {
  content: "+";
  padding-left: 0.2307692308rem;
  font-size: 0.8461538462rem;
  font-weight: bold;
  vertical-align: middle;
  top: -0.0769230769rem;
  position: relative;
}
.header-top ul {
  margin: 0;
}
.header-top ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  padding: 0.3846153846rem;
  border: 1px solid #ebeaea;
}
.header-top .fa {
  color: #45bf55;
  padding-right: 0.7692307692rem;
}
.header-top a {
  color: #fff;
}
.header-top a:hover {
  color: #45bf55;
}
.header-top .sub-menu a {
  color: #333;
}
.header-top .top-bar-navigation {
  text-align: right;
}
.header-top .top-bar-navigation ul ul {
  text-align: left;
  background: #fff;
}

.header-right .sticky-logo {
  display: none;
}

.site-header .header-actions > ul {
  margin: 0;
  list-style: none;
}
.site-header .header-actions > ul > li {
  float: left;
}
.site-header .header-actions .tools_button {
  line-height: 3.0769230769rem;
  padding: 0.9230769231rem 0;
  display: block;
  position: relative;
}
.site-header .header-actions .tools_button .cart-items {
  font-size: 0.7692307692rem;
  position: absolute;
  height: 1.2307692308rem;
  line-height: 1.2307692308rem;
  width: 1.2307692308rem;
  text-align: center;
  background: #45bf55;
  color: #fff;
  top: 1.1538461538rem;
  right: -50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}
.site-header .header-actions .search-button {
  padding-left: 0.7692307692rem;
}
.site-header .header-actions .search-button .tools_button {
  font-size: 1.3846153846rem;
}
.site-header .header-actions .search-button .tools_button_icon {
  position: relative;
  top: 0.2307692308rem;
}
.site-header .header-actions .shopping-bag-button {
  padding-right: 0.7692307692rem;
}
.site-header .header-actions .shopping-bag-button .tools_button {
  font-size: 1.5384615385rem;
}
.site-header .site-logo {
  margin: 0;
  display: block;
}
.site-header .site-logo a {
  display: inline-block;
}
.site-header .sticky-logo {
  display: none;
}
.site-header #header-search-form {
  min-width: 22.3076923077rem;
  left: auto !important;
  right: 0;
  margin-top: 0;
  border: 1px solid #ebeaea;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}
.site-header #header-search-form.animated {
  display: block;
}
.site-header #header-search-form:before, .site-header #header-search-form:after {
  display: none;
}
.site-header #header-search-form .search-form {
  position: relative;
  overflow: hidden;
}
.site-header #header-search-form .search-form .search-field {
  border: none;
  margin: 0;
  /*height: rem-calc(50px);*/
  padding: 0.7692307692rem 3.0769230769rem 0.7692307692rem 1.1538461538rem;
}
.site-header #header-search-form .search-form .search-submit {
  right: 1.1538461538rem;
}

@media (min-width: 992px) {
  .site-logo-image {
    max-width: 185px;
  }
}
/*--------------------------------------------------------------
	3.1 Header topmenu
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	3.1 Header Layout 1
---------------------------------------------------------------*/
.header-layout-1 .site-header .site-logo {
  text-align: center;
  padding-bottom: 0.3846153846rem;
  padding-top: 1.9230769231rem;
}
.header-layout-1 .site-header .header-actions {
  position: absolute;
  top: 0;
  right: 1.1538461538rem;
}
.header-layout-1 .site-header .header-actions > ul a {
  color: #333;
}
.header-layout-1 .site-header .header-actions > ul a:hover {
  color: #45bf55;
}
.header-layout-1 .site-header .header-main {
  border-bottom: 1px solid #ebeaea;
}
.header-layout-1 .site-header .header-main .header-right {
  position: relative;
}
.header-layout-1 .site-header .main-menu {
  text-align: center;
}
.header-layout-1 .site-header .main-menu > .menu-item {
  float: none;
  display: inline-block;
  margin: 0;
}

/*--------------------------------------------------------------
	3.2 Header Layout 2
---------------------------------------------------------------*/
.header-layout-2 .site-header .header-main {
  border-bottom: 1px solid #ebeaea;
}
.header-layout-2 .site-header .header-main .header-left {
  float: left;
  width: 25%;
  height: 4.9230769231rem;
  display: table;
}
.header-layout-2 .site-header .header-main .header-left .site-logo {
  display: table-cell;
  vertical-align: middle;
}
.header-layout-2 .site-header .header-main .header-right {
  float: right;
  width: 75%;
}
.header-layout-2 .site-header .header-main .header-right .main-menu {
  float: left;
  width: 77.7777777778%;
}
.header-layout-2 .site-header .header-main .header-right .header-actions {
  float: right;
  width: 22.2222222222%;
}
.header-layout-2 .site-header .header-main .header-right .header-actions > ul {
  float: right;
}
.header-layout-2 .site-header .header-main .header-right .header-actions > ul a {
  color: #333;
}
.header-layout-2 .site-header .header-main .header-right .header-actions > ul a:hover {
  color: #45bf55;
}
.header-layout-2 .site-header .main-menu-wrap {
  float: left;
  width: 100%;
}
.header-layout-2 .site-header .main-menu {
  text-align: center;
}
.header-layout-2 .site-header .main-menu > .menu-item {
  float: none;
  display: inline-block;
  margin: 0;
}

@media (max-width: 991px) {
  .header-layout-2 .site-header .header-main .header-left {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-layout-2 .site-header .header-main .header-right .header-actions {
    float: right;
    width: 100%;
  }
}
/*--------------------------------------------------------------
	3.3 Header Layout 3
---------------------------------------------------------------*/
.header-layout-3 #page .header-side-nav + .container {
  padding-top: 0;
}
.header-layout-3 .header-wrapper.header-side-nav {
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: 1001;
}
.header-layout-3 .header-wrapper.header-side-nav #header {
  left: 0;
  min-height: 100vh;
  padding-left: 1.1538461538rem;
  padding-right: 1.1538461538rem;
  padding-top: 0.7692307692rem;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #333;
  width: 28.4615384615rem;
}
.header-layout-3 .header-wrapper.header-side-nav #header.active-sticky {
  padding-right: 0.2307692308rem;
}
.header-layout-3 .site-header .site-logo {
  padding: 3.8461538462rem 0 2.3076923077rem 5.7692307692rem;
}
.header-layout-3 .site-header .header-actions:before, .header-layout-3 .site-header .header-actions:after {
  content: " ";
  display: table;
}
.header-layout-3 .site-header .header-actions:after {
  clear: both;
}
.header-layout-3 .site-header .header-actions a.tools_button {
  color: #8c8989;
}
.header-layout-3 .site-header .header-actions a.tools_button[aria-expanded="true"], .header-layout-3 .site-header .header-actions a.tools_button:hover {
  color: #fff;
}
.header-layout-3 .site-header .header-3-bottom {
  margin-left: -1.1538461538rem;
  margin-right: -1.1538461538rem;
  margin-top: 3.8461538462rem;
  font-size: 0.8461538462rem;
  letter-spacing: 1px;
}
.header-layout-3 .site-header .header-3-bottom:before, .header-layout-3 .site-header .header-3-bottom:after {
  content: " ";
  display: table;
}
.header-layout-3 .site-header .header-3-bottom:after {
  clear: both;
}
.header-layout-3 .site-header .header-3-bottom .widget {
  padding: 0 1.1538461538rem;
  margin-bottom: 1.5384615385rem;
  color: #8c8989;
}
.header-layout-3 .site-header .header-3-bottom .widget:before, .header-layout-3 .site-header .header-3-bottom .widget:after {
  content: " ";
  display: table;
}
.header-layout-3 .site-header .header-3-bottom .widget:after {
  clear: both;
}
.header-layout-3 .site-header .header-3-bottom .widget.widget_text {
  text-align: center;
  line-height: 2;
}
.header-layout-3 .site-header .header-3-bottom .widget.widget_piko_flickr_widget, .header-layout-3 .site-header .header-3-bottom .widget.widget_piko-socials-icon, .header-layout-3 .site-header .header-3-bottom .widget.null-instagram-feed {
  text-align: center;
}
.header-layout-3 .site-header .header-3-bottom .widget a,
.header-layout-3 .site-header .header-3-bottom .widget .widget-title {
  color: #8c8989;
}
.header-layout-3 .site-header .header-3-bottom .widget a:hover {
  color: #fff;
}
.header-layout-3 .site-header .header-3-bottom .social-page-icon a {
  border: 1px solid #8c8989;
  background-color: transparent;
}
.header-layout-3 .site-header .header-3-bottom .social-page-icon a:hover {
  border-color: #45bf55;
  background-color: #45bf55;
}
.header-layout-3 .site-header .header-3-bottom .tagcloud a {
  border-color: #8c8989;
}
.header-layout-3 .site-header .header-3-bottom .tagcloud a:hover {
  border-color: #45bf55;
}
.header-layout-3 .site-header .header-3-bottom .wpb_content_element {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .header-layout-3 .site-header .header-actions {
    padding: 0 0 1.1538461538rem 5.7692307692rem;
  }

  .header-layout-3 .site-header #header-search-form {
    min-width: 18.4615384615rem;
    left: inherit !important;
    right: inherit;
    margin-left: -0.7692307692rem;
  }

  .header-layout-3 .site-header .header-dropdown.cart-dropdown .dropdown-menu {
    left: inherit;
    right: inherit;
  }
}
@media (min-width: 992px) {
  .header-layout-3 .site-header .header-actions {
    padding: 0 0 1.1538461538rem 5.7692307692rem;
  }

  .header-layout-3 .site-header #header-search-form {
    min-width: 18.4615384615rem;
    left: inherit !important;
    right: inherit;
    margin-left: -0.7692307692rem;
  }

  .header-layout-3 .site-header .header-dropdown.cart-dropdown .dropdown-menu {
    left: inherit;
    right: inherit;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .header-layout-3 .site-header .sticky-logo {
    float: left;
  }

  .header-layout-3 .site-header.active-sticky .header-actions,
  .header-layout-3 .site-header .header-actions {
    position: inherit;
    float: right;
  }
}
/*--------------------------------------------------------------
	3.4 Header Layout 4
---------------------------------------------------------------*/
.header-layout-4 .active-sticky .header-top {
  display: none;
}
.header-layout-4 .site-header .header-main .header-left {
  float: left;
  width: 25%;
}
.header-layout-4 .site-header .header-main .header-right {
  float: right;
  width: 75%;
}
.header-layout-4 .site-header .header-main .header-right .header-toogle-menu-button {
  display: none;
}
.header-layout-4 .site-header .header-main .header-right .header-actions {
  float: right;
  width: 22.2222222222%;
}
.header-layout-4 .site-header .header-main .header-right .header-actions > ul {
  float: right;
}
.header-layout-4 .site-header .header-main .header-right .header-boxes-container > ul {
  float: right;
  margin-top: 1.5384615385rem;
}
.header-layout-4 .site-header .site-logo {
  display: inline-block;
}
.header-layout-4 .site-header .site-logo a {
  display: block;
}
.header-layout-4 .site-header .header-toogle-menu-button {
  display: inline-block;
  padding: 0.3846153846rem 0.7692307692rem 0 1.5384615385rem;
  cursor: pointer;
}
.header-layout-4 .site-header .header-toogle-menu-button .header-toogle-menu-icon {
  top: 0.3846153846rem;
  position: relative;
}
.header-layout-4 .site-header .header-toogle-menu-button .header-toogle-menu-icon:before {
  display: block;
  content: "\e871";
  font-family: "Linearicons-Free";
  font-size: 2.3076923077rem;
}
.header-layout-4 .site-header .header-toogle-menu-button.active .header-toogle-menu-icon:before {
  content: "\e870";
}
.header-layout-4 .header-wrapper .mega-menu-sidebar {
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: 110;
  min-height: 100vh;
  background: #333;
  width: 28.4615384615rem;
  left: -28.4615384615rem;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header-layout-4 .header-wrapper .mega-menu-sidebar .main-menu-wrap {
  margin-top: 20%;
}
.header-layout-4 .header-wrapper .mega-menu-sidebar.open-menu {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-layout-4 .site-header .header-main .header-left {
    width: 35%;
  }
  .header-layout-4 .site-header .header-main .header-right {
    width: 65%;
  }
}
/*--------------------------------------------------------------
	3.6 Header Layout 6
---------------------------------------------------------------*/
.header-layout-6 .site-header .site-logo {
  text-align: center;
  padding: 1.2307692308rem 0.3076923077rem 1.3076923077rem;
  display: none;
}
.header-layout-6 .site-header .header-actions > ul a {
  color: #333;
}
.header-layout-6 .site-header .header-actions > ul a:hover {
  color: #45bf55;
}
.header-layout-6 .site-header .header-main {
  border-bottom: 1px solid #ebeaea;
}
.header-layout-6 .site-header .header-main .header-right {
  position: relative;
}
.header-layout-6 .site-header .main-menu {
  text-align: center;
}
.header-layout-6 .site-header .main-menu > .menu-item {
  float: none;
  display: inline-block;
  margin: 0;
}

@media (min-width: 992px) {
  .header-layout-6 .site-header .site-logo {
    display: block;
    top: 0;
    left: 50%;
    position: absolute;
    margin-left: -6rem;
  }
  .header-layout-6 .site-header .header-main .header-right {
    display: block;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-left {
    width: 50%;
    float: left;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-left #menu-main-menu {
    text-align: right;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-left .logo-left-width {
    width: 5.3846153846rem;
    height: 0.7692307692rem;
    float: right;
    margin-left: 1.5384615385rem;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-right {
    width: 50%;
    float: left;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-right #menu-secondary-menu, .header-layout-6 .site-header .header-main .header-right .nav-right .logo-right-width, .header-layout-6 .site-header .header-main .header-right .nav-right .header-actions {
    float: left;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-right .logo-right-width {
    width: 5.3846153846rem;
    height: 0.7692307692rem;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-right #menu-secondary-menu {
    text-align: right;
    padding-left: 1.5384615385rem;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-right #menu-secondary-menu + .header-actions {
    padding-left: 1.5384615385rem;
  }
}
@media (min-width: 992px) and (max-width: 1070px) {
  .header-layout-6 .mega-menu > li.menu-item > a, .mega-menu > li.menu-item > h5 {
    padding: 1.6923076923rem 0.3846153846rem;
  }
}
@media (min-width: 992px) {
  /*.header-layout-6 .site-header #menu-secondary-menu.mega-menu  > .menu-item:nth-of-type(4),*/
  .header-layout-6 .site-header .mega-menu > .menu-item:nth-of-type(5),
  .header-layout-6 .site-header .mega-menu > .menu-item:nth-of-type(6),
  .header-layout-6 .site-header .mega-menu > .menu-item:nth-of-type(7),
  .header-layout-6 .site-header .mega-menu > .menu-item:nth-of-type(8),
  .header-layout-6 .site-header .mega-menu > .menu-item:nth-of-type(9) {
    display: none !important;
  }
}
/*--------------------------------------------------------------
	3.5 Header Layout Transparency
---------------------------------------------------------------*/
.header-layout-6.header-transparency .header-wrapper,
.header-layout-5.header-transparency .header-wrapper,
.header-layout-4.header-transparency .header-wrapper,
.header-layout-2.header-transparency .header-wrapper,
.header-layout-1.header-transparency .header-wrapper {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-layout-6.header-transparency .header-wrapper #header.site-header:not(.active-sticky),
.header-layout-5.header-transparency .header-wrapper #header.site-header:not(.active-sticky),
.header-layout-4.header-transparency .header-wrapper #header.site-header:not(.active-sticky),
.header-layout-2.header-transparency .header-wrapper #header.site-header:not(.active-sticky),
.header-layout-1.header-transparency .header-wrapper #header.site-header:not(.active-sticky) {
  background-color: transparent;
}
.header-layout-6.header-transparency .header-top .site-top-bar-text,
.header-layout-5.header-transparency .header-top .site-top-bar-text,
.header-layout-4.header-transparency .header-top .site-top-bar-text,
.header-layout-2.header-transparency .header-top .site-top-bar-text,
.header-layout-1.header-transparency .header-top .site-top-bar-text {
  color: #fff;
}
.header-layout-6.header-transparency .header-top .site-top-bar-text .fa,
.header-layout-5.header-transparency .header-top .site-top-bar-text .fa,
.header-layout-4.header-transparency .header-top .site-top-bar-text .fa,
.header-layout-2.header-transparency .header-top .site-top-bar-text .fa,
.header-layout-1.header-transparency .header-top .site-top-bar-text .fa {
  color: #fff;
}
.header-layout-6.header-transparency .header-top .site-top-bar-text a,
.header-layout-5.header-transparency .header-top .site-top-bar-text a,
.header-layout-4.header-transparency .header-top .site-top-bar-text a,
.header-layout-2.header-transparency .header-top .site-top-bar-text a,
.header-layout-1.header-transparency .header-top .site-top-bar-text a {
  color: #fff;
}
.header-layout-6.header-transparency .header-top .site-top-bar-text a:hover,
.header-layout-5.header-transparency .header-top .site-top-bar-text a:hover,
.header-layout-4.header-transparency .header-top .site-top-bar-text a:hover,
.header-layout-2.header-transparency .header-top .site-top-bar-text a:hover,
.header-layout-1.header-transparency .header-top .site-top-bar-text a:hover {
  color: #45bf55;
}
.header-layout-6.header-transparency .header-top .top-bar-navigation .menu > li > a,
.header-layout-5.header-transparency .header-top .top-bar-navigation .menu > li > a,
.header-layout-4.header-transparency .header-top .top-bar-navigation .menu > li > a,
.header-layout-2.header-transparency .header-top .top-bar-navigation .menu > li > a,
.header-layout-1.header-transparency .header-top .top-bar-navigation .menu > li > a {
  color: #fff;
}
.header-layout-6.header-transparency .header-top .top-bar-navigation .menu > li > a .fa,
.header-layout-5.header-transparency .header-top .top-bar-navigation .menu > li > a .fa,
.header-layout-4.header-transparency .header-top .top-bar-navigation .menu > li > a .fa,
.header-layout-2.header-transparency .header-top .top-bar-navigation .menu > li > a .fa,
.header-layout-1.header-transparency .header-top .top-bar-navigation .menu > li > a .fa {
  color: inherit;
}
.header-layout-6.header-transparency .header-top .top-bar-navigation .menu > li > a:hover,
.header-layout-5.header-transparency .header-top .top-bar-navigation .menu > li > a:hover,
.header-layout-4.header-transparency .header-top .top-bar-navigation .menu > li > a:hover,
.header-layout-2.header-transparency .header-top .top-bar-navigation .menu > li > a:hover,
.header-layout-1.header-transparency .header-top .top-bar-navigation .menu > li > a:hover {
  color: #45bf55;
}
.header-layout-6.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button,
.header-layout-6.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > a,
.header-layout-6.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > h5,
.header-layout-5.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button,
.header-layout-5.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > a,
.header-layout-5.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > h5,
.header-layout-4.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button,
.header-layout-4.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > a,
.header-layout-4.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > h5,
.header-layout-2.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button,
.header-layout-2.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > a,
.header-layout-2.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > h5,
.header-layout-1.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button,
.header-layout-1.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > a,
.header-layout-1.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > h5 {
  color: #fff;
}
.header-layout-6.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button:hover,
.header-layout-6.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > a:hover,
.header-layout-6.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > h5:hover,
.header-layout-5.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button:hover,
.header-layout-5.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > a:hover,
.header-layout-5.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > h5:hover,
.header-layout-4.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button:hover,
.header-layout-4.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > a:hover,
.header-layout-4.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > h5:hover,
.header-layout-2.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button:hover,
.header-layout-2.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > a:hover,
.header-layout-2.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > h5:hover,
.header-layout-1.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button:hover,
.header-layout-1.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > a:hover,
.header-layout-1.header-transparency .site-header:not(.active-sticky) .mega-menu > li.menu-item > h5:hover {
  color: #45bf55;
}

.header-layout-4.header-transparency .site-header .header-main .header-left,
.header-layout-4.header-transparency .site-header .header-top,
.header-layout-5.header-transparency .site-header .header-main .header-left,
.header-layout-5.header-transparency .site-header .header-top {
  border-bottom-color: #fff;
}
.header-layout-4.header-transparency .site-header .header-main .header-right,
.header-layout-5.header-transparency .site-header .header-main .header-right {
  background-color: transparent;
}
.header-layout-4.header-transparency #header.site-header:not(.active-sticky) .header-boxes-container li,
.header-layout-5.header-transparency #header.site-header:not(.active-sticky) .header-boxes-container li {
  color: #fff;
}
.header-layout-4.header-transparency #header.site-header:not(.active-sticky) .header-boxes-container li span,
.header-layout-5.header-transparency #header.site-header:not(.active-sticky) .header-boxes-container li span {
  color: #fff;
}

.header-transparency.header-layout-4 #header.site-header:not(.active-sticky) .header-toogle-menu-button {
  color: #fff;
}

.header-transparency .header-top {
  background-color: transparent;
}

/*--------------------------------------------------------------
	3.6 Header Sticky
---------------------------------------------------------------*/
.site-header.active-sticky:not(.sticky-menu-header), .header-layout-2 .site-header.active-sticky.sticky-menu-header .header-main, .header-layout-6 .site-header.active-sticky.sticky-menu-header .main-menu-wrap, .header-layout-5 .site-header.active-sticky.sticky-menu-header .main-menu-wrap, .header-layout-1 .site-header.active-sticky.sticky-menu-header .main-menu-wrap {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}

.sticky-header-hide-logo .site-header.active-sticky .site-logo,
.sticky-header-hide-logo .site-header.active-sticky .sticky-logo {
  display: none !important;
}

.sticky-header-hide-search .site-header.active-sticky #header-search-form,
.sticky-header-hide-search .site-header.active-sticky li.search-button {
  display: none !important;
}

.sticky-header-hide-cart .site-header.active-sticky #header-mini-cart,
.sticky-header-hide-cart .site-header.active-sticky li.shopping-bag-button {
  display: none !important;
}

.site-header.active-sticky .sticky-logo {
  /*				.site-logo-image{
  					.header-layout-4 &,
  					.header-layout-2 &,
  					.header-layout-1 &{
  						max-height: rem-calc(60px);
  						padding-top: 2px;
  					}
  				}*/
}
.header-layout-4 .site-header.active-sticky .sticky-logo, .header-layout-2 .site-header.active-sticky .sticky-logo, .header-layout-1 .site-header.active-sticky .sticky-logo {
  display: table;
  position: absolute;
  z-index: 999;
  left: 0;
  height: 4.9230769231rem;
}
.header-layout-4 .site-header.active-sticky .sticky-logo a, .header-layout-2 .site-header.active-sticky .sticky-logo a, .header-layout-1 .site-header.active-sticky .sticky-logo a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.header-layout-1 .site-header.active-sticky .header-actions {
  right: 0;
}
.header-layout-1 .site-header.active-sticky #main-menu {
  position: relative;
}
.site-header.active-sticky:not(.sticky-menu-header) {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 111;
  padding: 0;
  left: 0;
  top: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.header-layout-4 .site-header.active-sticky:not(.sticky-menu-header) > .header-main {
  padding: 0;
}
.header-layout-2 .site-header.active-sticky.sticky-menu-header .header-main {
  width: 100%;
  background: #fff;
  z-index: 111;
  padding: 0;
  left: 0;
  top: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.header-layout-6 .site-header.active-sticky.sticky-menu-header .main-menu-wrap, .header-layout-5 .site-header.active-sticky.sticky-menu-header .main-menu-wrap, .header-layout-1 .site-header.active-sticky.sticky-menu-header .main-menu-wrap {
  width: 100%;
  background: #fff;
  z-index: 111;
  padding: 0;
  left: 0;
  top: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.header-layout-2 .site-header.active-sticky .header-main .main-menu-wrap {
  position: relative;
}
.header-layout-2 .site-header.active-sticky .header-main .header-left {
  display: none;
}
.header-layout-2 .site-header.active-sticky .header-main .header-right {
  width: 100%;
}
.header-layout-2 .site-header.active-sticky .header-main .header-right .main-menu {
  width: 100%;
}
.header-layout-2 .site-header.active-sticky .header-main .header-right .header-actions {
  width: auto;
  position: absolute;
  right: 0;
}

.header-layout-3 .header-wrapper.header-side-nav #header.active-sticky .site-logo {
  padding-top: 3.0769230769rem;
}
.header-layout-3 .header-wrapper.header-side-nav #header.active-sticky .header-3-bottom {
  display: none;
}

.header-layout-4 .header-wrapper .active-sticky + .mega-menu-sidebar .main-menu-wrap {
  position: relative;
}

.header-layout-4 .site-header.active-sticky .header-main .header-left {
  display: none;
}
.header-layout-4 .site-header.active-sticky .header-main .header-right {
  width: 100%;
}
.header-layout-4 .site-header.active-sticky .header-main .header-right .header-toogle-menu-button {
  display: block;
  float: left;
  padding-top: 0;
}
.header-layout-4 .site-header.active-sticky .header-main .header-right .sticky-logo {
  float: left;
  display: block;
  position: static;
}
.header-layout-4 .site-header.active-sticky .header-main .header-right .sticky-logo .site-logo-image {
  max-height: 4.6153846154rem;
  padding-top: 1.3846153846rem;
}

@media only screen and (max-width: 991px) {
  .header-layout-3 .header-wrapper.header-side-nav #header.active-sticky {
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown;
  }
}
@media only screen and (min-width: 992px) {
  .header-layout-3 .header-wrapper.header-side-nav #header.active-sticky .header-main {
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown;
  }

  .header-layout-3 #page > * {
    padding-left: 28.46154rem;
  }

  .header-layout-3 .header-wrapper.header-side-nav #header.active-sticky,
  .header-layout-6 .site-header.active-sticky.sticky-menu-header .main-menu-wrap,
  .header-layout-5 .site-header.active-sticky.sticky-menu-header .main-menu-wrap,
  .header-layout-1 .site-header.active-sticky.sticky-menu-header .main-menu-wrap,
  .header-layout-2 .site-header.active-sticky.sticky-menu-header .header-main {
    position: fixed;
  }

  .header-layout-5 .site-header.active-sticky.sticky-menu-header .main-menu-wrap {
    background-color: #45bf55;
  }
}
/*--------------------------------------------------------------
## menu effect
--------------------------------------------------------------*/
@-webkit-keyframes menuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes menuFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.menuFadeInUp {
  -webkit-animation-name: menuFadeInUp;
  animation-name: menuFadeInUp;
}

@-webkit-keyframes menuFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes menuFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.menuFadeInDown {
  -webkit-animation-name: menuFadeInDown;
  animation-name: menuFadeInDown;
}

@-webkit-keyframes menuFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes menuFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.menuFadeInLeft {
  -webkit-animation-name: menuFadeInLeft;
  animation-name: menuFadeInLeft;
}

@-webkit-keyframes menuFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes menuFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.menuFadeInRight {
  -webkit-animation-name: menuFadeInRight;
  animation-name: menuFadeInRight;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
/* Mega Menu */
.mega-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-menu:before, .mega-menu:after {
  content: " ";
  display: table;
}
.mega-menu:after {
  clear: both;
}
.mega-menu li.menu-item {
  display: block;
  position: relative;
}
.mega-menu li.menu-item > a,
.mega-menu li.menu-item > h5 {
  display: block;
  text-decoration: none;
  text-align: left;
  position: relative;
  outline: medium none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.8461538462rem;
  font-weight: 400;
  font-family: inherit;
  font-size: inherit;
}
.mega-menu li.menu-item > a > .fa,
.mega-menu li.menu-item > h5 > .fa {
  width: 1.3846153846rem;
  text-align: center;
}
.mega-menu li.menu-item > a > .fa,
.mega-menu li.menu-item > a > .avatar,
.mega-menu li.menu-item > h5 > .fa,
.mega-menu li.menu-item > h5 > .avatar {
  margin-right: 0.3846153846rem;
}
.mega-menu li.menu-item > a > .avatar img,
.mega-menu li.menu-item > h5 > .avatar img {
  margin-top: -0.3846153846rem;
  margin-bottom: -0.3076923077rem;
}
.mega-menu li.menu-item > h5 {
  cursor: default;
}
.mega-menu ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-menu > li.menu-item {
  float: left;
}
.mega-menu > li.menu-item.narrow {
  position: relative;
}
.mega-menu > li.menu-item > a,
.mega-menu > li.menu-item > h5 {
  color: #333;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5384615385rem;
  padding: 1.6923076923rem 0.7692307692rem;
  text-transform: uppercase;
}
.mega-menu > li.menu-item > a > .fa,
.mega-menu > li.menu-item > h5 > .fa {
  width: auto;
}
.mega-menu > li.menu-item > a .tip,
.mega-menu > li.menu-item > h5 .tip {
  position: absolute;
  top: 0.3846153846rem;
  font-size: 0.7692307692rem;
}
.mega-menu > li.menu-item > a .tip .tip-arrow:before,
.mega-menu > li.menu-item > h5 .tip .tip-arrow:before {
  content: '\f107';
  left: 2px;
  bottom: -3px;
  top: auto;
  width: auto;
  height: auto;
}
.mega-menu > li.menu-item.active > a,
.mega-menu > li.menu-item.active > h5, .mega-menu > li.menu-item:hover > a,
.mega-menu > li.menu-item:hover > h5 {
  color: #45bf55;
}
.mega-menu > li.menu-item.has-sub:hover {
  z-index: 111;
}
.mega-menu > li.menu-item.has-sub:hover > a,
.mega-menu > li.menu-item.has-sub:hover > h5 {
  margin-bottom: -2px;
}
.menu-arrow .mega-menu > li.has-sub > a:after,
.menu-arrow .mega-menu > li.has-sub > h5:after {
  content: '\f107';
  font-family: "FontAwesome";
}
.mega-menu .popup {
  background: #fff;
  position: absolute;
  left: 0;
  text-align: left;
  top: 100%;
  display: none;
  margin: 2px 0 0;
  z-index: 111;
}
.mega-menu .popup > .inner:before, .mega-menu .popup > .inner:after {
  content: " ";
  display: table;
}
.mega-menu .popup > .inner:after {
  clear: both;
}
.mega-menu .popup ul.sub-menu {
  position: relative;
  z-index: 10;
  background: #fff;
}
.mega-menu .popup li.menu-item {
  padding: 0;
  float: none;
}
.mega-menu .wide .popup {
  right: auto;
  left: 0;
}
.mega-menu .wide .popup > .inner {
  padding: 4.6153846154rem 6.5384615385rem;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ebeaea;
}
.mega-menu .wide .popup > .inner > ul.sub-menu {
  max-width: 100%;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item {
  float: left;
  padding: 0 1.1538461538rem;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.3846153846rem;
  text-transform: uppercase;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > ul.sub-menu {
  padding-bottom: 1.1538461538rem;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
  margin-left: -0.6153846154rem;
  padding: 0.3076923077rem 0.6153846154rem;
  font-size: 1rem;
  line-height: 1.5384615385rem;
  font-weight: normal;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > ul.sub-menu {
  padding-left: 0.7692307692rem;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > .menu-block-item {
  margin-bottom: -0.7692307692rem;
}
.mega-menu .narrow .popup > .inner ul.sub-menu {
  border: 1px solid #ebeaea;
}
.mega-menu .narrow .popup ul.sub-menu {
  min-width: 13.8461538462rem;
  /*padding: rem-calc(5px);*/
}
.mega-menu .narrow .popup ul.sub-menu ul.sub-menu {
  position: absolute;
  left: 100%;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mega-menu .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  top: -0.0769230769rem;
}
.mega-menu .narrow .popup li.menu-item > a,
.mega-menu .narrow .popup li.menu-item > h5 {
  font-weight: 400;
  padding: 0.5384615385rem 1.3076923077rem;
  font-size: 0.7692307692rem;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
}
.mega-menu .narrow .popup li.menu-item:last-child > a,
.mega-menu .narrow .popup li.menu-item:last-child > h5 {
  border-bottom-width: 0;
}
.mega-menu .narrow .popup li.menu-item:hover > ul.sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.mega-menu .narrow .popup li.menu-item-has-children > a,
.mega-menu .narrow .popup li.menu-item-has-children > h5 {
  padding-right: 1.5384615385rem;
}
.mega-menu .narrow .popup li.menu-item-has-children > a:before,
.mega-menu .narrow .popup li.menu-item-has-children > h5:before {
  content: "";
  float: right;
  margin-right: -0.3076923077rem;
  font-family: "FontAwesome";
  font-weight: normal;
  line-height: 1.6923076923rem;
}
.mega-menu .narrow.pos-left .popup {
  left: 0px;
  right: auto;
}
.mega-menu .narrow.pos-left .popup ul.sub-menu ul.sub-menu {
  left: 100%;
  right: auto;
}
.mega-menu .narrow.pos-left .popup li.menu-item-has-children > a:before,
.mega-menu .narrow.pos-left .popup li.menu-item-has-children > h5:before {
  content: '\f0da';
}
.mega-menu .narrow.pos-right .popup {
  right: 0px;
  left: auto;
}
.mega-menu .narrow.pos-right .popup ul.sub-menu ul.sub-menu {
  right: 100%;
  left: auto;
}
.mega-menu .narrow.pos-right .popup li.menu-item-has-children > a:before,
.mega-menu .narrow.pos-right .popup li.menu-item-has-children > h5:before {
  content: '\f0d9';
}
.mega-menu .tip {
  color: #fff;
  display: inline-block;
  font-size: 0.6153846154rem;
  line-height: 1;
  padding: 2px;
  position: absolute;
  margin-left: 0.7692307692rem;
  vertical-align: middle;
}
.mega-menu .tip.hot {
  background-color: #45bf55;
}
.mega-menu .tip.hot .tip-arrow:before {
  color: #45bf55;
}
.mega-menu .tip .tip-arrow {
  display: none;
}
.mega-menu .tip .tip-arrow:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 5px;
  position: absolute;
  width: 4px;
  height: 6px;
  margin: auto;
  content: "";
  left: -4px;
  text-align: right;
  top: 0;
  bottom: 0;
}
.mega-menu .inline-menu-item {
  display: inline-block;
}
.mega-menu.effect-down .popup {
  top: -2000px;
}
.mega-menu.effect-down .popup li.menu-item > a,
.mega-menu.effect-down .popup li.menu-item > h5 {
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate(0, -5px);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.mega-menu.effect-down > li.menu-item .popup {
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate(0, -5px);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.mega-menu.effect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > a,
.mega-menu.effect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.effect-down > li.menu-item:hover .popup {
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.effect-down > li.menu-item:hover li.menu-item > a,
.mega-menu.effect-down > li.menu-item:hover li.menu-item > h5 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.effect-fadein-up > li.menu-item .popup {
  -webkit-animation: menuFadeInUp 0.2s ease-out;
  -o-animation: menuFadeInUp 0.2s ease-out;
  animation: menuFadeInUp 0.2s ease-out;
}
.mega-menu.effect-fadein-down > li.menu-item .popup {
  -webkit-animation: menuFadeInDown 0.2s ease-out;
  -o-animation: menuFadeInDown 0.2s ease-out;
  animation: menuFadeInDown 0.2s ease-out;
}
.mega-menu.effect-fadein > li.menu-item .popup {
  -webkit-animation: fadeIn 0.2s ease-out;
  -o-animation: fadeIn 0.2s ease-out;
  animation: fadeIn 0.2s ease-out;
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu {
  display: block !important;
  top: -2000px;
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate(0, -5px);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > a,
.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > h5 {
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate(0, -5px);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > a,
.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > h5 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInLeft 0.2s ease-out;
  -o-animation: menuFadeInLeft 0.2s ease-out;
  animation: menuFadeInLeft 0.2s ease-out;
}
.mega-menu.subeffect-fadein-left .narrow.pos-left .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInLeft 0.2s ease-out;
  -o-animation: menuFadeInLeft 0.2s ease-out;
  animation: menuFadeInLeft 0.2s ease-out;
}
.mega-menu.subeffect-fadein-left .narrow.pos-right .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu.subeffect-fadein-right .narrow.pos-left .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu.subeffect-fadein-right .narrow.pos-right .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInLeft 0.2s ease-out;
  -o-animation: menuFadeInLeft 0.2s ease-out;
  animation: menuFadeInLeft 0.2s ease-out;
}
.mega-menu.subeffect-fadein-up .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInUp 0.2s ease-out;
  -o-animation: menuFadeInUp 0.2s ease-out;
  animation: menuFadeInUp 0.2s ease-out;
}
.mega-menu.subeffect-fadein-down .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInDown 0.2s ease-out;
  -o-animation: menuFadeInDown 0.2s ease-out;
  animation: menuFadeInDown 0.2s ease-out;
}
.mega-menu.subeffect-fadein .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: fadeIn 0.2s ease-out;
  -o-animation: fadeIn 0.2s ease-out;
  animation: fadeIn 0.2s ease-out;
}

.mega-menu.show-arrow > li.has-sub > a:after, .mega-menu.show-arrow > li.has-sub > h5:after {
  display: inline-block;
  content: "\f107";
  font-weight: normal;
  margin: 1px 0 -1px 4px;
  line-height: 1;
  font-family: FontAwesome;
}
#main-menu .mega-menu.show-arrow > li.has-sub > a:after,
#main-menu .mega-menu.show-arrow > li.has-sub > h5:after {
  content: "+";
  font-size: 0.8461538462rem;
  position: relative;
  top: 3px;
}

.mega-menu-item-icon {
  padding-right: 0.3846153846rem;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item:hover {
  z-index: 2;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > ul.sub-menu {
  background-color: transparent;
  z-index: inherit;
}

li.menu-item.sub-menu-color-white li.menu-item > h5,
li.menu-item.sub-menu-color-white li.menu-item > a {
  color: #fff;
}
li.menu-item.sub-menu-color-white li.menu-item > h5:hover,
li.menu-item.sub-menu-color-white li.menu-item > a:hover {
  color: #45bf55;
}
li.menu-item.sub-menu-color-white .inner > ul > li > ul > li ul {
  background: #333;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
  font-size: 0.7692307692rem;
  padding: 0.6153846154rem;
  text-transform: uppercase;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
  display: inline-block;
  border-bottom: 1px solid #ebeaea;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1.0769230769rem;
  padding-bottom: 0.7692307692rem;
  margin-bottom: 1.5384615385rem;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-right > ul.sub-menu,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item ul.sub-menu {
  position: absolute;
  display: none;
  left: 100%;
  right: auto;
  min-width: 11.5384615385rem;
  top: 0;
  padding: 0.3846153846rem;
  border: 1px solid #ebeaea;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-right > ul.sub-menu li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-right > ul.sub-menu li.menu-item > h5,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item ul.sub-menu li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item ul.sub-menu li.menu-item > h5 {
  margin-left: 0;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-right:hover > ul.sub-menu, .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item:hover > ul.sub-menu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: fadeInLeft 0.2s ease;
  -o-animation: fadeInLeft 0.2s ease;
  animation: fadeInLeft 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-left > ul.sub-menu {
  left: auto;
  right: 100%;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-left:hover > ul.sub-menu {
  -webkit-animation: fadeInRight 0.2s ease;
  -o-animation: fadeInRight 0.2s ease;
  animation: fadeInRight 0.2s ease;
}

/* Side Menu */
.header-side-nav .main-menu-wrap {
  margin-left: -2.3076923077rem;
  margin-right: -1.1538461538rem;
}

.mega-menu-sidebar .main-menu.mega-menu > li.menu-item {
  display: block;
  float: none;
}
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item > h5 {
  display: block;
  font-size: 1.0769230769rem;
  line-height: 1.9230769231rem;
  padding: 0.7692307692rem 2.3076923077rem 0.7692307692rem 8.0769230769rem;
  color: #8c8989;
  letter-spacing: 2px;
}
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item.active > a,
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item.active > h5, .mega-menu-sidebar .main-menu.mega-menu > li.menu-item:hover > a,
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item:hover > h5 {
  color: #fff;
  background: #2c2c2c;
  margin-bottom: 0;
}
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item > .popup {
  top: 0;
  margin-top: 0;
}
.mega-menu-sidebar .main-menu.mega-menu .narrow > .popup {
  left: 100%;
}
.mega-menu-sidebar .main-menu.mega-menu .wide .popup > .inner {
  padding: 2.3076923077rem 3.0769230769rem;
}
.mega-menu-sidebar .main-menu.mega-menu.show-arrow > li.has-sub > a:after,
.mega-menu-sidebar .main-menu.mega-menu.show-arrow > li.has-sub > h5:after {
  content: "\f105";
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .popup {
  top: -200vh;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .popup li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .popup li.menu-item > h5 {
  margin-top: -10px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down > li.menu-item:hover .popup {
  top: 0;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down > li.menu-item:hover li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down > li.menu-item:hover li.menu-item > h5 {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu {
  display: block !important;
  top: -200vh;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > h5 {
  margin-top: -10px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  top: -5px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > h5 {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-left > li.menu-item:hover .popup {
  -webkit-animation: menuFadeInLeft 0.2s ease;
  -o-animation: menuFadeInLeft 0.2s ease;
  animation: menuFadeInLeft 0.2s ease;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: menuFadeInLeft 0.2s ease;
  -o-animation: menuFadeInLeft 0.2s ease;
  animation: menuFadeInLeft 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-right > li.menu-item:hover .popup {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-up > li.menu-item:hover .popup {
  -webkit-animation: menuFadeInUp 0.2s ease-out;
  -o-animation: menuFadeInUp 0.2s ease-out;
  animation: menuFadeInUp 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-up .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: menuFadeInUp 0.2s ease-out;
  -o-animation: menuFadeInUp 0.2s ease-out;
  animation: menuFadeInUp 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-down > li.menu-item:hover .popup {
  -webkit-animation: menuFadeInDown 0.2s ease-out;
  -o-animation: menuFadeInDown 0.2s ease-out;
  animation: menuFadeInDown 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: menuFadeInDown 0.2s ease-out;
  -o-animation: menuFadeInDown 0.2s ease-out;
  animation: menuFadeInDown 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein > li.menu-item:hover .popup {
  -webkit-animation: fadeIn 0.2s ease;
  -o-animation: fadeIn 0.2s ease;
  animation: fadeIn 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: fadeIn 0.2s ease;
  -o-animation: fadeIn 0.2s ease;
  animation: fadeIn 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}

.mega-menu-sidebar #main-menu .main-menu.mega-menu.show-arrow > li.has-sub > a:after,
.mega-menu-sidebar #main-menu .main-menu.mega-menu.show-arrow > li.has-sub > h5:after {
  content: "\f105";
  line-height: inherit;
  position: absolute;
  right: 1.1538461538rem;
  top: auto;
}

/* Mobile */
.mobile-main-menu {
  margin: 0;
}
.mobile-main-menu .menu-item {
  position: relative;
  display: block;
}
.mobile-main-menu .menu-item a {
  display: block;
}
.mobile-main-menu .menu-item .tip {
  display: inline-block;
  font-size: 10px;
  line-height: normal;
  padding: 1px 5px;
  position: absolute;
  top: 4px;
  margin-left: 10px;
}
.mobile-main-menu span.arrow {
  position: absolute;
  font-weight: normal;
  color: #fff;
  padding: 0.8461538462rem 1.1538461538rem;
  right: 0;
  z-index: 2;
  top: 0;
  cursor: pointer;
  font-size: 0.9230769231rem;
}
.mobile-main-menu span.arrow:before {
  content: "\f067";
  font-family: FontAwesome;
}
.mobile-main-menu > li > a {
  text-transform: uppercase;
}
.mobile-main-menu li.menu-item a {
  color: #fff;
  padding: 0.7692307692rem 1.1538461538rem;
}
.mobile-main-menu li.menu-item a > .fa {
  margin-right: 5px;
}
.mobile-main-menu li.menu-item li a {
  padding-left: 2.3076923077rem;
  line-height: normal;
}
.mobile-main-menu li.menu-item li li a {
  padding-left: 3.4615384615rem;
}
.mobile-main-menu li.menu-item li li li a {
  padding-left: 4.6153846154rem;
}
.mobile-main-menu li.menu-item.active > a, .mobile-main-menu li.menu-item:hover > a {
  background: #242424;
  color: #45bf55;
}
.mobile-main-menu li.menu-item ul {
  display: none;
  margin-left: 0;
}
.mobile-main-menu li.open > ul {
  display: block;
}
.mobile-main-menu li.open > span.arrow:before {
  content: "\f068";
}

#mobile_menu_wrapper {
  position: fixed;
  top: 0;
  height: 100%;
  min-height: 100%;
  z-index: 1001;
  overflow: scroll;
  width: 15.3846153846rem;
  background: #333;
  transform: translate(-15.3846153846rem, 0);
  -webkit-transform: translate(-15.3846153846rem, 0);
  -moz-transform: translate(-15.3846153846rem, 0);
  -ms-transform: translate(-15.3846153846rem, 0);
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

#mobile_menu_wrapper_overlay {
  display: none;
  position: fixed;
  background: #000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1000;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.open-mobile-menu #mobile_menu_wrapper {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.open-mobile-menu .toggle-menu-mobile-button .lnr:before {
  content: "\e870";
}
.open-mobile-menu #mobile_menu_wrapper_overlay {
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*--------------------------------------------------------------
	Min Width 992px - Max Width 1350px	=>	Fix on medium desktop devices
---------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .header-layout-3 .site-header .header-actions,
  .header-layout-3 .site-header .site-logo {
    padding-left: 0;
  }

  .header-layout-3 .header-wrapper.header-side-nav #header {
    width: 20rem;
  }

  .header-layout-3 #page > * {
    padding-left: 20rem;
  }

  .header-layout-4 .header-wrapper .mega-menu-sidebar {
    width: 20rem;
  }

  .mega-menu-sidebar .main-menu.mega-menu > li.menu-item > h5,
  .mega-menu-sidebar .main-menu.mega-menu > li.menu-item > a {
    padding-left: 2.30769rem;
  }
}
/*--------------------------------------------------------------
	Max Width 1199px  					=>	Fix on small desktop devices
---------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .header-layout-1 .site-header .site-logo {
    padding: 3.84615rem 0 2.30769rem;
  }

  .header-top li + li {
    padding-left: 10px;
  }

  .page-header-layout-1 .page-header-wrapper {
    padding: 7.69231rem 0;
  }

  .page-header-layout-1 .page_header_title h1 {
    padding: 1.53846rem 2.30769rem;
  }

  .page-header-layout-1 .page_header_breadcrumbs .breadcrumb .delimiter:before {
    padding-left: 0.76923rem;
    padding-right: 0.76923rem;
  }

  #page_wrapper > .main {
    padding-top: 3.84615rem;
  }

  .wrapper-product-category.wrapper-product-category-list,
  .arexworks-woocommerce-toolbar,
  .sidebar-inner .widget {
    margin-bottom: 2.30769rem;
  }

  .products.products-list > li:not(.product-category) .product-inner {
    padding-bottom: 2.30769rem;
  }

  .products.products-list > li:not(.product-category) + li .product-inner {
    padding-top: 2.30769rem;
  }
}
/*--------------------------------------------------------------
	Min Width 992 - Max Width 1199px	=>	Fix on tablet devices
---------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top {
    font-size: 0.7692307692rem;
  }
}
/*--------------------------------------------------------------
	Max Width 991px						=>	Fix on tablet devices
---------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  /*
  	Header
  */
  .header-layout-4 .site-header .header-main,
  .header-layout-2 .site-header .header-main {
    padding: 0;
  }

  .site-header .header-main .header-3-bottom,
  .site-header .header-main .main-menu,
  .site-header .header-main .header-left {
    display: none;
  }

  .site-header .header-main .header-right {
    width: 100% !important;
  }

  .site-header .sticky-logo {
    display: block;
    padding: 0.76923rem 0;
    max-width: calc(100% - 120px);
    max-width: -moz-calc(100% - 120px);
  }

  .site-header .sticky-logo a {
    display: block;
    height: 4.3846153846rem;
    line-height: 3.6923076923rem;
  }

  .site-header .sticky-logo a img {
    max-height: 3.6923076923rem;
  }

  .site-header .header-top {
    padding: 10px 0;
  }

  .site-header .header-top ul {
    text-align: center;
  }

  .site-header .header-top ul li {
    padding: 2px 10px;
  }

  .site-header .header-actions {
    right: 0;
    position: absolute;
    top: 0;
    min-width: 9.23077rem;
  }

  .header-layout-1 .site-header .header-actions {
    right: 0;
  }

  .site-header .header-actions > ul > li {
    padding-right: 1.15385rem;
  }

  .site-header .header-actions > ul > li:last-child {
    padding-right: 0;
  }

  .site-header .header-actions .tools_button {
    line-height: 3.07692rem;
    padding-top: 1.53846rem;
    padding-bottom: 1.53846rem;
  }

  .site-header .header-actions .cart-dropdown .tools_button {
    padding-bottom: 1.3076923077rem;
  }

  .site-header .header-actions .tools_button.toggle-menu-mobile-button {
    font-size: 2.3076923077rem;
  }

  .site-header .header-actions .tools_button.toggle-menu-mobile-button .tools_button_icon {
    display: inline-block;
    padding-top: 2px;
  }

  	/*  .site-header .header-actions .tools_button .cart-items {
      top: 10px;
    }*/
  .header-layout-4 .site-header.active-sticky .sticky-logo,
  .header-layout-3 .site-header.active-sticky .sticky-logo,
  .header-layout-2 .site-header.active-sticky .sticky-logo,
  .header-layout-1 .site-header.active-sticky .sticky-logo {
    display: block;
    padding: 0.76923rem 0;
    max-width: calc(100% - 120px);
    max-width: -moz-calc(100% - 120px);
    position: static;
    float: left;
  }

  .header-layout-4 .site-header.active-sticky .sticky-logo .site-logo-image,
  .header-layout-3 .site-header.active-sticky .sticky-logo .site-logo-image,
  .header-layout-2 .site-header.active-sticky .sticky-logo .site-logo-image,
  .header-layout-1 .site-header.active-sticky .sticky-logo .site-logo-image {
    max-height: 3.84615rem !important;
    padding-top: 0 !important;
  }

  .header-layout-4 .site-header.active-sticky .header-main .header-right .header-toogle-menu-button {
    display: none;
  }

  .header-layout-4 .site-header.active-sticky .header-actions,
  .header-layout-3 .site-header.active-sticky .header-actions,
  .header-layout-2 .site-header.active-sticky .header-actions,
  .header-layout-1 .site-header.active-sticky .header-actions {
    position: static;
    float: right;
  }

  .header-layout-3 .site-header.active-sticky .header-actions {
    padding: 0;
  }

  .header-layout-4 .site-header.active-sticky .header-actions .tools_button,
  .header-layout-3 .site-header.active-sticky .header-actions .tools_button,
  .header-layout-2 .site-header.active-sticky .header-actions .tools_button,
  .header-layout-1 .site-header.active-sticky .header-actions .tools_button {
    padding-top: 1.15385rem;
    padding-bottom: 1.15385rem;
  }

  .header-layout-4 .site-header.active-sticky .header-actions .tools_button.toggle-menu-mobile-button .tools_button_icon,
  .header-layout-3 .site-header.active-sticky .header-actions .tools_button.toggle-menu-mobile-button .tools_button_icon,
  .header-layout-2 .site-header.active-sticky .header-actions .tools_button.toggle-menu-mobile-button .tools_button_icon,
  .header-layout-1 .site-header.active-sticky .header-actions .tools_button.toggle-menu-mobile-button .tools_button_icon {
    display: block;
    line-height: 2.69231rem;
    padding-top: 0.38462rem;
  }

  .header-layout-3 .header-wrapper.header-side-nav {
    position: static;
  }

  .header-layout-3 .header-wrapper.header-side-nav #header {
    position: static;
    width: 100%;
    padding: 0;
    min-height: 0;
    bottom: auto;
    top: 0;
    z-index: 111;
  }

  .header-layout-4 .header-wrapper .mega-menu-sidebar.open-menu {
    display: none;
  }

  .header-layout-3 #page_wrapper > * {
    padding-left: 0;
  }

  .hide-footer-layout .footer-wrapper {
    display: block;
  }

  #site-footer .copyright_text,
  #site-footer .payment_methods {
    text-align: center !important;
  }

  #site-footer .payment_methods {
    margin-top: 1.15385rem;
  }

  /*
  	Shortcode
  */
  .custom-style-widget-nav-menu.vc_wp_custommenu {
    top: 1.53846rem;
  }

  .custom-style-widget-nav-menu.widget,
  .custom-style-widget-nav-menu .widget {
    padding-left: 0.76923rem;
    padding-right: 0.76923rem;
  }

  .custom-style-widget-nav-menu.widget .widgettitle,
  .custom-style-widget-nav-menu .widget .widgettitle {
    margin-left: -0.76923rem;
    margin-right: -0.76923rem;
  }

  .custom-style-widget-nav-menu.widget > ul > li,
  .custom-style-widget-nav-menu .widget > ul > li {
    padding: 0.76923rem 0;
  }

  .custom-style-widget-nav-menu.widget > ul > li ul,
  .custom-style-widget-nav-menu .widget > ul > li ul {
    padding: 0.76923rem;
  }

  /*
  	Woo-ecommerce
  */
  .woocommerce .onsale-badge,
  .woocommerce .new-badge {
    right: 0;
    top: 0;
    padding: 10px 0;
  }

  .woocommerce .badge ~ .badge {
    left: 0;
  }

  .arexworks-woocommerce-toolbar .toolbar-left {
    padding: 0;
  }

  .products li.product-category {
    margin-bottom: 0;
  }

  #woocommerce-tabs .resp-tab-content {
    padding: 1.53846rem;
  }

  .section-before-cart .pikoworks-icon-box .box-icon {
    width: 5.38462rem;
    height: 5.38462rem;
    line-height: 5.38462rem;
    border-width: 1px;
    font-size: 1.53846rem;
  }

  .section-before-cart .pikoworks-icon-box .box-heading {
    font-size: 2.30769rem;
  }

  .section-before-cart .pikoworks-icon-box .box-sub-heading {
    font-size: 1.38462rem;
  }

  /*
  	- Single Product
  */
  .related-heading {
    margin: 2.30769rem 0;
  }

  .related-heading h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .site-header #header-search-form {
    right: -0.6923076923rem;
  }

  .site-header .header-actions > ul {
    float: right;
    margin-right: 1.1538461538rem;
  }
}
@media (max-width: 991px) {
  .site-header #header-search-form {
    margin-top: -0.2307692308rem;
  }
}
@media (max-width: 360px) {
  .site-header #header-search-form {
    min-width: 19.2307692308rem;
  }
}
@media (max-width: 320px) {
  .site-header .sticky-logo {
    max-width: calc(100% - 150px);
    max-width: -moz-calc(100% - 150px);
  }
}
.wrap_menu-left-static .menu-left-static {
  width: 25%;
}

.wrap_menu-left-static .menu-left-body-content {
  width: 75%;
}

@media (max-width: 767px) {
  .header-dropdown.cart-dropdown .dropdown-menu {
    position: fixed !important;
  }
}
/*--------------------------------------------------------------
	3.5 Header Layout 5
---------------------------------------------------------------*/
.header-layout-5 .site-header .header-top {
  background-color: transparent;
  color: #747474;
  border-bottom: 1px solid #ebeaea;
}
.header-layout-5 .site-header .header-top a {
  color: #747474;
}
.header-layout-5 .site-header .header-top a:hover, .header-layout-5 .site-header .header-top a:focus {
  color: #45bf55;
}
.header-layout-5 .site-header .header-top li .sub-menu li {
  padding-top: 0;
  padding-bottom: 0;
}
.header-layout-5 .site-header .header-left {
  display: block;
}
.header-layout-5 .site-header .site-logo {
  display: none;
  float: left;
  padding-bottom: 0.3846153846rem;
  padding-top: 1.5384615385rem;
}
.header-layout-5 .site-header .header-main {
  /*border-bottom: 1px solid $border-color;*/
}
.header-layout-5 .site-header .header-main .header-right {
  position: relative;
  display: none;
  background-color: #45bf55;
}
.header-layout-5 .site-header .main-menu {
  text-align: center;
}
.header-layout-5 .site-header .main-menu > .menu-item {
  float: none;
  display: inline-block;
  margin: 0;
}
.header-layout-5 .site-header .main-menu > .menu-item > a, .header-layout-5 .site-header .main-menu > .menu-item h5 {
  padding: 0.5384615385rem 1rem;
  color: #fff;
}

@media (min-width: 992px) {
  .header-layout-5 .site-header .site-logo {
    display: block;
  }
  .header-layout-5 .site-header .header-main .header-left {
    border-bottom: 1px solid #45bf55;
  }
  .header-layout-5 .site-header .header-main .header-left .header-actions {
    right: 1.1538461538rem;
  }
  .header-layout-5 .site-header .header-main .header-left .header-actions > ul {
    margin-top: 0.7692307692rem;
  }
  .header-layout-5 .site-header .header-main .header-right {
    display: block;
  }
  .header-layout-5 .header-actions,
  .header-layout-5 .header-boxes-container {
    float: right;
  }
}
@media (max-width: 991px) {
  .header-layout-5 .site-header .site-header .header-actions .tools_button {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-boxes-container {
  display: none;
  font-size: 0;
}

@media (min-width: 1280px) {
  .header-boxes-container {
    display: block;
    margin-right: 10px;
  }
}
.header-boxes-container ul {
  margin-top: 32px;
}

.header-boxes-container li {
  position: relative;
  display: inline-block;
  padding-left: 48px;
  margin-right: 40px;
  font-size: 14px;
  line-height: 1;
  color: #999999;
}

/*@media (min-width: 1600px) {
.header-boxes-container ul {
    margin-right: 70px;
  }
}*/
.header-boxes-container i {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #45bf55;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.header-boxes-container li:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 26px;
  left: 38px;
  top: 50%;
  margin-top: -13px;
  background-color: #e3e3e3;
}

.header-boxes-container li span {
  font: 600 13px/1;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}

.header-boxes-container li p {
  margin-top: 3px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## login form
--------------------------------------------------------------*/
.button-togole .fa-unlock-alt {
  display: none;
}

.button-togole .icon i {
  font-family: "HelveticaNeue-Light";
  font-style: normal;
  color: #fff;
  padding-left: 3px;
}

.button-togole.active .icon {
  width: 8px;
}

.button-togole.active .piko-menu-bar,
.button-togole.active .icon,
.button-togole.active .cart-number {
  display: none;
}

.piko-show-account {
  background: #f6f6f6;
  display: none;
  left: auto;
  right: 0;
  position: absolute;
  top: 100%;
  width: 400px;
  z-index: 1001;
  padding: 40px 30px;
  color: #303030;
}

.piko-show-account a {
  color: #303030;
}

.button-togole.active .fa-unlock-alt {
  display: initial;
}

/* Page login */
.piko-my-account {
  max-width: 390px;
  margin: 0 auto;
}

.piko-my-account .inner-my-acount {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.piko-my-account .inner-my-acount #piko-login-form,
.piko-my-account .inner-my-acount #piko-register-form {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease 0s;
}

.piko-my-account .inner-my-acount #piko-login-form {
  position: relative;
  top: 10px;
}

.piko-my-account .inner-my-acount #piko-register-form {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 10px;
  margin-bottom: 100px;
}

.piko-my-account .inner-my-acount .register-form {
  /*background-color: #f6f6f6;*/
}

.piko-my-account .inner-my-acount #piko-login-form.slide, .piko-my-account .inner-my-acount #piko-register-form.slide {
  top: 0;
}

.piko-my-account .inner-my-acount #piko-login-form.show, .piko-my-account .inner-my-acount #piko-register-form.show {
  opacity: 1;
  z-index: 5;
}

.piko-my-account span.title {
  display: block;
  font-size: 21px;
  margin-bottom: 10px;
}

.piko-my-account .form-group {
  margin-bottom: 0px;
  padding-top: 5px;
}

.woocommerce .piko-my-account .form-group {
  margin-bottom: 15px;
}

.piko-my-account .remember {
  margin-top: 15px;
}

.piko-my-account .remember label {
  margin-bottom: 0;
}

.piko-my-account form input[type="text"],
.piko-my-account form input[type="password"] {
  border: 1px solid #ededed;
  background-color: #ffffff;
  padding: 8px 15px;
  border-radius: 0;
  width: 100%;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  height: 40px;
}

.piko-my-account form .form-group label {
  text-transform: initial;
  margin-bottom: 5px;
  display: block;
}

.piko-my-account form button[type="submit"] {
  width: 100%;
  margin: 13px 0 15px;
}

.piko-my-account .hr {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  margin: 35px 0;
  border-bottom: 1px solid #eaeaea;
}

.piko-login-form .bottom-login > a {
  border-bottom: 1px solid;
  float: right;
}

.piko-my-account .piko-togoleform {
  border: 2px solid #333;
  background-color: #f6f6f6;
  color: #333;
  display: block;
  font-size: 11px;
  letter-spacing: 5px;
  margin-bottom: 20px;
  margin-top: 35px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}

.piko-my-account .piko-togoleform:hover {
  background-color: #333;
  color: #ffffff;
}

.piko-login-form .checkbox-remember {
  float: left;
  margin-right: 20px;
}

.piko-login-form .checkbox-remember input[type="checkbox"] {
  margin: 0 7px 0 0;
  vertical-align: middle;
}

.piko-login-form .bottom-login {
  overflow: hidden;
  padding-bottom: 15px;
}

.piko-show-account.logged-in .piko-my-account h4 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 8px;
}

.header-top ul ul.link-external {
  display: block;
  position: relative;
  top: inherit;
  left: inherit;
  z-index: inherit;
  padding: inherit;
  border: none;
  background: transparent;
}

.link-external li {
  list-style: none;
  padding: 15px 0;
}

.link-external li a {
  color: inherit;
}

.link-external li a:hover {
  color: #bda47d;
}

.piko-show-account.logged-in .link-account {
  background: transparent;
  width: 100%;
  color: #333;
  border: 2px solid;
  margin-top: 30px;
}

.piko-show-account.logged-in .link-account:hover {
  background: #45bf55;
  border-color: #45bf55;
}

.piko-layout-header .piko-show-account.logged-in .piko-my-account h4 {
  color: inherit;
  border-color: #353535;
}

.piko-layout-header .piko-show-account.logged-in .link-account {
  background: #45bf55;
  border-color: #45bf55;
}

.piko-layout-header .piko-show-account.logged-in .link-account:hover {
  background: #333;
  border-color: #333;
  color: #ffffff;
}

/** Login/Register form **/
.piko-my-account .inner-my-acount .piko-login-form,
.piko-my-account .inner-my-acount .piko-register-form {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease 0s;
}

.piko-my-account .inner-my-acount .piko-login-form {
  position: relative;
  top: 10px;
}

.piko-my-account .inner-my-acount .piko-register-form {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 10px;
}

.piko-my-account .inner-my-acount .piko-login-form.slide, .piko-my-account .inner-my-acount .piko-register-form.slide {
  top: 0;
}

.piko-my-account .inner-my-acount .piko-login-form.show, .piko-my-account .inner-my-acount .piko-register-form.show {
  opacity: 1;
  z-index: 5;
}

.piko-my-account .inner-my-acount {
  overflow: visible;
}

@media (min-width: 992px) {
  .piko-my-account .inner-my-acount {
    margin-bottom: 6.1538461538rem;
  }
}
.piko-show-account {
  text-align: left;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
blockquote:before:before,
blockquote:before:after,
blockquote:after:before,
blockquote:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.entry-summary:before:before,
.entry-summary:before:after,
.entry-summary:after:before,
.entry-summary:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-main > article:before:before,
.site-main > article:before:after,
.site-main > article:after:before,
.site-main > article:after:after,
.primary-menu:before:before,
.primary-menu:before:after,
.primary-menu:after:before,
.primary-menu:after:after,
.social-links-menu:before:before,
.social-links-menu:before:after,
.social-links-menu:after:before,
.social-links-menu:after:after,
.textwidget:before:before,
.textwidget:before:after,
.textwidget:after:before,
.textwidget:after:after,
.content-bottom-widgets:before:before,
.content-bottom-widgets:before:after,
.content-bottom-widgets:after:before,
.content-bottom-widgets:after:after {
  content: " ";
  display: table;
}
.clear:before:after,
.clear:after:after,
blockquote:before:after,
blockquote:after:after,
.entry-content:before:after,
.entry-content:after:after,
.entry-summary:before:after,
.entry-summary:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-content:before:after,
.site-content:after:after,
.site-main > article:before:after,
.site-main > article:after:after,
.primary-menu:before:after,
.primary-menu:after:after,
.social-links-menu:before:after,
.social-links-menu:after:after,
.textwidget:before:after,
.textwidget:after:after,
.content-bottom-widgets:before:after,
.content-bottom-widgets:after:after {
  clear: both;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 2.3076923077rem;
}

.widget-area > .widget_search {
  padding-top: 0;
}
.widget-area > .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-area > .widget ul li {
  display: block;
  color: #333;
  padding: 0.6153846154rem 0;
}
.widget-area .widget_nav_menu ul li {
  padding: 0.6153846154rem 0.6153846154rem;
}
.widget-area > .widget.widget_recent_comments ul li {
  padding-left: 0;
}
.widget-area > .widget.widget_recent_comments ul li span a {
  color: #45bf55;
}

.widget .widget-title {
  font-size: 1.0769230769rem;
  letter-spacing: 0.0769230769rem;
  line-height: 1.3125;
  margin: 0 0 0.9230769231rem;
  font-weight: 600;
  text-transform: uppercase;
}
.widget .widget-title .widget-title:empty {
  margin-bottom: 0;
}
.widget .widget-title a {
  color: #333;
}

/* Calendar widget */
.widget.widget_calendar table {
  margin: 0;
}

.widget_calendar td,
.widget_calendar th {
  line-height: 2.5625;
  padding: 0;
  text-align: center;
}

.widget_calendar caption {
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.widget_calendar tbody a {
  background-color: #45bf55;
  color: #fff;
  display: block;
}
.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
  background-color: #333;
  color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}
.widget_recent_entries li:last-child .post-date {
  margin-bottom: 0;
}

/*post tabs*/
.widget-area > .widget.piko-tabs-widget ul {
  margin-bottom: 1.3846153846rem;
}
.widget-area > .widget.piko-tabs-widget ul li {
  border-bottom: none;
  padding: 0;
}
.widget-area > .widget.piko-tabs-widget ul li:first-child {
  border-top: none;
}
.widget-area > .widget.piko-tabs-widget .media-left img {
  max-width: inherit;
}
.widget-area > .widget.piko-tabs-widget .media-left i {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  color: #ccc;
  text-align: center;
}

/* RSS widget */
.widget_rss .rsswidget img {
  margin-top: -0.375em;
}
.widget_rss .rss-date, .widget_rss cite {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}
.widget_rss .rssSummary:last-child {
  margin-bottom: 2.1538461538em;
}
.widget_rss li:last-child :last-child {
  margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
  border: 1px solid #ebeaea;
  display: inline-block;
  line-height: 1;
  padding: 0.5625em 0.4375em 0.75em;
  margin: 0 0.3076923077rem 0.6153846154rem 0;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}
.tagcloud a:hover, .tagcloud a:focus {
  background-color: #45bf55;
  border-color: #45bf55;
  color: #fff;
  outline: 0;
}

.has-sidebar-left {
  float: right;
}

.widget_recent_postimage .media-left img {
  max-width: inherit;
}

/*fixed widgets border*/
.widget_pages li > .children > li,
.widget_categories li > .children > li {
  padding-left: 0.7692307692rem;
  border-bottom: none;
  padding-bottom: 0;
}

.widget_pages li > .children > li:first-child,
.widget_categories li > .children > li:first-child {
  border-top: none;
}

/*default select option*/
select {
  width: 180px;
  background-color: white;
  border: thin solid #e7e7e7;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(135deg, #ccc 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image: linear-gradient(45deg, #ccc 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ccc 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: #ccc;
  outline: 0;
}

.widget input[type="search"] {
  padding-right: 0;
  width: 98%;
}
.widget button.search-submit {
  margin-right: 0.7692307692rem;
}

/*--------------------------------------------------------------
## instagram
--------------------------------------------------------------*/
/*instagram wrap*/
.widget.widget_piko_flickr_widget ul li:first-child,
.widget.null-instagram-feed ul li:first-child {
  border-top: none;
}

.widget.widget_piko_flickr_widget ul li,
.widget.null-instagram-feed ul li {
  border-bottom: none;
}

.widget_piko_flickr_widget {
  display: table;
}
.widget_piko_flickr_widget img {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity .25s ease;
}
.widget_piko_flickr_widget img:hover, .widget_piko_flickr_widget img:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.instagram-wrap {
  margin-bottom: 45px;
  position: relative;
}

.instagram-wrap .widget {
  margin: 0;
  padding: 0;
  border: none;
}

.null-instagram-feed ul {
  text-align: center;
  padding: 0;
  list-style: none;
}

.null-instagram-feed li {
  overflow: hidden;
  list-style: none;
  list-style-image: inherit !important;
}

.null-instagram-feed li img {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.null-instagram-feed li img:hover {
  opacity: 0.7;
}

.null-instagram-feed li a {
  display: block;
  position: relative;
}

.null-instagram-feed li a .insta-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: rgba(20, 20, 20, 0.5);
}

.null-instagram-feed li a .insta-info span {
  display: inline-block;
  top: 50%;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 83px;
  text-transform: uppercase;
  padding: 0 1em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  opacity: 0;
}

.null-instagram-feed li a .insta-info span.insta-likes:before {
  content: "\f004";
  font-family: FontAwesome;
  color: #fff;
  display: inline-block;
  padding-right: 6px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.null-instagram-feed li a .insta-info span.insta-comments:before {
  content: "\f075";
  font-family: FontAwesome;
  color: #fff;
  display: inline-block;
  padding-right: 6px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.null-instagram-feed li a .insta-info span:hover {
  color: #b3b3b3;
}

.null-instagram-feed li a .insta-info span:hover:before {
  color: #b3b3b3 !important;
}

.null-instagram-feed .row a.prettyPhoto {
  right: 15px;
}

section.widget.null-instagram-feed .row a.prettyPhoto,
.null-instagram-feed ul.no-gutters.row a.prettyPhoto {
  right: 0;
}

.site-footer .sub-footer .null-instagram-feed.widget ul li a:hover {
  box-shadow: none !important;
}

.null-instagram-feed li:hover a.prettyPhoto {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.null-instagram-feed li:hover .insta-info {
  opacity: 1;
}

.null-instagram-feed li:hover .insta-info span {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.null-instagram-feed .row li {
  padding-bottom: 30px;
}

.null-instagram-feed ul.no-gutters.row li {
  padding-bottom: 0;
}

section.widget.null-instagram-feed .clear {
  font-size: 15px;
  text-align: center;
}

section.widget.null-instagram-feed {
  padding-bottom: 20px;
}

section.widget.null-instagram-feed li a .insta-info span {
  font-size: 15px;
}

/*.sub-footer section.widget.null-instagram-feed,
.sub-footer section.widget.null-instagram-feed .instagram-pics.row{
    padding: 0;
}*/
section.widget.null-instagram-feed .instagram-pics.row li {
  padding: 0 0 10px;
}

section.widget.null-instagram-feed .instagram-pics.row {
  margin-right: 0;
  margin-left: 0;
}

section.widget.null-instagram-feed .instagram-pics.row > [class^="col-"],
section.widget.null-instagram-feed .instagram-pics.row > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

section.widget.null-instagram-feed .instagram-pics.row.no-gap > [class^="col-"],
section.widget.null-instagram-feed .instagram-pics.row.no-gap > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

section.widget.null-instagram-feed .instagram-pics.row.no-gap li {
  padding-bottom: 0;
}

section.widget.null-instagram-feed .instagram-pics li a i {
  color: #fff;
}

section.widget.null-instagram-feed .instagram-pics .insta-info span {
  display: none;
}

@media only screen and (max-width: 992px) {
  .null-instagram-feed .instagram-pics .insta-info span {
    display: none;
  }
}
.sidebar .widget.widget_piko_flickr_widget {
  list-style: none;
}

.widget_piko_flickr_widget .flickr-widget > ul {
  padding: 0;
}

.sidebar .widget.widget_piko_flickr_widget li {
  display: block;
  float: left;
  margin: 0 1px 1px 0;
  padding: 0;
  width: calc(33.3% - 1px);
  max-width: 127px;
  overflow: hidden;
}

.sidebar .widget.widget_piko_flickr_widget li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.sidebar .widget.widget_piko_flickr_widget li a img {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar .widget.widget_latest_tweets_widget li {
  border: 0;
}

.sidebar .widget .tweet_list li {
  padding: 7px 10px 7px 10px;
  position: relative;
  margin-bottom: 14px;
  background-color: #f6f6fa;
  transition: all 0.4s;
}

.sidebar .widget .tweet_list li .twitter-icon {
  position: absolute;
  right: 12px;
  bottom: 6px;
  font-size: 20px;
  line-height: 1;
  color: #c7c7c7;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.sidebar .widget .tweet_list li .tweet_time {
  display: block;
  position: relative;
  font-size: 12px;
  font-style: italic;
  color: #6a6a6a;
  margin-top: 9px;
  padding-top: 3px;
}

.sidebar .widget .tweet_list li .tweet_time:after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar .widget .tweet_list li:hover {
  background-color: #eaeaea;
}

.sidebar .widget .tweet_list li:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
  margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

body:not(.search-results) .entry-summary {
  color: #686868;
  line-height: 1.4736842105;
  margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
  margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
  margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
  margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
  padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
  margin-bottom: 1.4736842105em;
  padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
  border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
  margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
  margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
  margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
  margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
  margin-bottom: 0;
}

.search-results .embed-responsive + header {
  margin-top: 1.1538461538rem;
}

.more-link {
  white-space: nowrap;
}

.entry-footer {
  color: #686868;
  margin: 1.5384615385rem 0 0.7692307692rem;
}
.entry-footer :empty {
  margin: 0;
}
.entry-footer a {
  color: #686868;
}
.entry-footer a:hover, .entry-footer a:focus {
  color: #45bf55;
}
.entry-footer .sticky-post {
  float: right;
  background-color: #25201f;
  color: #fff;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  margin: 0;
}
.entry-footer .tags-links a {
  display: inline-table;
  text-transform: capitalize;
  padding: 8px 10px;
  background: #f3f3f3;
  border-radius: 1px;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: 1px solid #f9f9f9;
  box-shadow: inherit;
}
.entry-footer .tags-links a:hover, .entry-footer .tags-links a:focus {
  color: #45bf55;
}

.single.single-post .entry-footer .tags-links {
  margin-bottom: 30px;
}

.blog-list .entry-footer {
  margin: 0.7692307692rem 0 0.7692307692rem;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
  display: none;
}

.sticky .posted-on,
.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-header {
  border-top: 4px solid #ddd;
  padding-top: 1.75em;
  border-top-style: double;
  margin: 0px 0 20px;
}

.page-title {
  line-height: 1.3;
}

.taxonomy-description {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.taxonomy-description p {
  margin: 0.5384615385em 0 1.6153846154em;
}
.taxonomy-description > :last-child {
  margin-bottom: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.75em;
}
.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
}
.page-links a:hover, .page-links a:focus {
  background-color: #45bf55;
  border-color: transparent;
  color: #fff;
}
.page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
}
.page-links > .page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}

.entry-attachment {
  margin-bottom: 1.75em;
}

.entry-caption {
  color: #686868;
  font-size: 0.6923076923rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 1.0769230769em;
}
.entry-caption > :last-child {
  margin-bottom: 0;
}

.content-bottom-widgets {
  margin: 0 7.6923%;
}
.content-bottom-widgets .widget-area {
  margin-bottom: 3.5em;
}

/*blog post wrap*/
.posts-wrap article {
  margin-bottom: 40px;
}
.posts-wrap .entry-thumbnail {
  position: relative;
}
.posts-wrap .entry-header + .embed-responsive,
.posts-wrap .entry-header + figure,
.posts-wrap .embed-responsive + .entry-header {
  margin-top: 1.1538461538rem;
}
.posts-wrap .blog-title .entry-title {
  font-size: 1.3846153846rem;
  margin-bottom: 0.3076923077rem;
  line-height: 1.4;
}
.posts-wrap .blog-title .entry-title i {
  margin-left: 0.6153846154rem;
  padding: 0.2307692308rem 0.3076923077rem;
  background-color: #45bf55;
  font-size: 0.6153846154rem;
  text-transform: uppercase;
  color: #fff;
}
.posts-wrap .blog-title .entry-title i span {
  padding-left: 0.2307692308rem;
  text-transform: uppercase;
  font-family: 'HelveticaNeue-Light', sans-serif;
}
.posts-wrap .blog-title .title-blog-meta {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
.posts-wrap .blog-title .title-blog-meta li {
  display: inline-block;
  font-size: 0.7692307692rem;
}
.posts-wrap .blog-title .title-blog-meta li:after {
  content: '|';
  padding: 0 5px;
  font-size: 0.6923076923rem;
}
.posts-wrap .blog-title .title-blog-meta li:last-child:after {
  content: '';
  padding: 0;
}
.posts-wrap .blog-title .title-blog-meta li a {
  color: #747474;
}
.posts-wrap .blog-title .title-blog-meta li a:hover {
  color: #45bf55;
}
.posts-wrap blockquote {
  background-color: #fbfbfb;
  border-left: 0.5384615385rem solid #eaeaea;
  padding: 0.9230769231rem 0.6153846154rem;
  margin: 1.5em 10px;
}
.posts-wrap blockquote :before {
  color: #ccc;
  content: '\f10d';
  font-size: 1.0769230769rem;
  font-family: fontAwesome;
  line-height: 0.1em;
  margin-right: 0.25em;
}
.posts-wrap blockquote cite {
  display: inline-block;
  margin-top: 0.6153846154rem;
}
.posts-wrap blockquote cite :before {
  content: '';
}
.posts-wrap blockquote p {
  display: inline;
}

.single-post .posts-wrap .entry-content .blog-title {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 0.3846153846rem 0 0.5384615385rem;
}

.single-post .posts-wrap .blog-title .title-blog-meta {
  margin: 0;
}

.single-post .posts-wrap .entry-content .blog-title + .page-links {
  margin-top: 1.1538461538rem;
}

@media (min-width: 991px) {
  .single-post .posts-wrap .blog-title .entry-title {
    font-size: 2.1538461538rem;
  }
}
.posts-wrap .entry-thumbnail-wrap {
  margin-bottom: 1.1538461538rem;
  margin-top: 0;
}
.posts-wrap .entry-thumbnail-wrap .blog-date {
  background-color: #45bf55;
  position: absolute;
  top: 0.7692307692rem;
  left: 1.5384615385rem;
  width: 4.6153846154rem;
  padding: 0.3846153846rem 0.5384615385rem;
  text-align: center;
  z-index: 2;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.0769230769rem;
}
.posts-wrap .entry-thumbnail-wrap .blog-date p {
  margin: 0;
}
.posts-wrap .entry-thumbnail-wrap .blog-date p span:first-child {
  font-size: 0.6923076923rem;
  white-space: nowrap;
  display: block;
}
.posts-wrap .entry-thumbnail-wrap .blog-date p span:last-child {
  border-top: 0.0769230769rem solid #ffffff60;
  font-size: 0.7692307692rem;
  margin-top: 0.3846153846rem;
  display: block;
  padding-top: 0.3846153846rem;
}

.null-instagram-feed a.prettyPhoto,
.posts-wrap .entry-thumbnail a.prettyPhoto {
  position: absolute;
  top: 0;
  width: 56px;
  height: 55px;
  right: 0;
  line-height: 54px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

section.widget.null-instagram-feed a.prettyPhoto,
.widget-area .widget.null-instagram-feed a.prettyPhoto {
  font-size: 0.9230769231rem;
  width: 2.3076923077rem;
  height: 2.3076923077rem;
  line-height: 1.9230769231rem;
}

.posts-wrap .entry-thumbnail a.entry-thumbnail_overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.posts-wrap .entry-thumbnail:hover a.entry-thumbnail_overlay:before {
  opacity: 1;
}

.posts-wrap .entry-thumbnail:hover a.prettyPhoto {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.posts-wrap article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.8;
  width: 80px;
  height: 80px;
  font-size: 5.3846153846rem;
  line-height: 5.3846153846rem;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.posts-wrap .entry-thumbnail_overlay img {
  width: 100%;
  display: block;
}

.posts-wrap .entry-thumbnail a.entry-thumbnail_overlay:before {
  background-color: rgba(0, 0, 0, 0.6);
}

/*vc-post shortcode*/
.blog-post-slide.posts-wrap .entry-title {
  line-height: 1.4;
  margin-bottom: 0.7692307692rem;
}
.blog-post-slide.posts-wrap p {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .columns-4:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columns-4:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .columns-3:nth-child(3n+1),
  .columns-2:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columns-4:nth-child(2n+1),
  .columns-3:nth-child(2n+1),
  .columns-2:nth-child(2n+1) {
    clear: both;
  }
}
.style3.posts-wrap .blog-title .title-blog-meta {
  padding-bottom: 0.6153846154rem;
}
.style3.posts-wrap .btnwrap {
  margin-top: 1.1538461538rem;
}

@media (min-width: 751px) {
  .single-post .embed-responsive {
    max-width: 1140px;
    width: 1140px;
    margin-left: calc( -1140px/2 + 100%/2);
    margin-right: calc( -1140px/2 + 100%/2);
  }
}
.single-post .embed-responsive {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Post formats
--------------------------------------------------------------*/
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
  line-height: 1.473684211;
  margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## pagination
--------------------------------------------------------------*/
.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.pagination .next:after,
.pagination .prev:before,
.search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "fontAwesome";
  font-size: 0.75rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

.post-navigation {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  clear: both;
}

.post-navigation a {
  display: block;
  padding: 1.75em 0;
}
.post-navigation a .meta-nav {
  color: #747474;
}
.post-navigation a .post-title {
  color: #333;
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}

.post-navigation .nav-links div {
  display: inline-block;
}

.post-navigation .nav-links .nav-next {
  float: right;
  text-align: right;
}

.post-navigation .post-title {
  display: inline;
  line-height: 1.2173913043;
  text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
  color: #45bf55;
}

body .pagination {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}

body .pagination:before,
body .pagination:after {
  content: "";
  height: 42px;
  position: absolute;
  top: 0;
  width: 42px;
  z-index: 0;
}

body .pagination a:hover,
body .pagination a:focus {
  color: #1a1a1a;
}

body .pagination .nav-links {
  position: relative;
  line-height: 42px;
}

body .pagination .nav-links:before,
body .pagination .nav-links:after {
  line-height: 41px;
  opacity: 0.3;
  width: 42px;
  z-index: 1;
}

body .pagination .nav-links:before {
  content: "\f177";
  right: -1px;
}

body .pagination .nav-links:after {
  content: "\f178";
}

body .pagination .page-numbers {
  letter-spacing: 0.013157895em;
  line-height: 1;
  border: 1px solid #ebeaea;
  padding: 5px 10px 6px;
  display: inline-block;
}

body .pagination .page-numbers:last-child {
  margin: 0;
}

body .pagination .current {
  background-color: #45bf55;
  color: #fff;
  border-color: #45bf55;
}

body .pagination .prev,
body .pagination .next {
  color: #8c8989;
  height: 15px;
  padding: 0;
  border: inherit;
  width: 30px;
  line-height: 18px;
  overflow: hidden;
  word-break: break-all;
  display: inline-block;
  z-index: 2;
}

body .pagination .next {
  width: 35px;
}

body .pagination .prev:before,
body .pagination .next:after {
  font-size: 15px;
  height: 43px;
  line-height: 42px;
  position: absolute;
  width: 43px;
  color: #333;
}

body .pagination .prev:hover,
body .pagination .prev:focus,
body .pagination .next:hover,
body .pagination .next:focus {
  color: #45bf55;
}

body .pagination .prev:focus,
body .pagination .next:focus {
  outline: 0;
}

body .pagination .prev:before {
  content: "\f177";
  left: -1px;
  top: -1px;
}

body .pagination .next {
  right: 0;
}

body .pagination .next:after {
  content: "\f178";
  right: -1px;
  top: -1px;
}

.image-navigation,
.comment-navigation {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0;
}

.comment-navigation {
  margin-right: 0;
  margin-left: 0;
}

.comments-title + .comment-navigation {
  border-bottom: 0;
  margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}

/*--------------------------------------------------------------
## Comments/ author
--------------------------------------------------------------*/
/*social sheare*/
.piko-single-post-shear {
  width: 100%;
  line-height: 3.4615384615rem;
  background-color: #fbfbfb;
  border: 1px solid #eaeaea;
  display: inline-block;
  padding: 0.9230769231rem 0.6153846154rem;
  vertical-align: middle;
  margin: 1.1538461538rem 0 2.3076923077rem;
}
.piko-single-post-shear h4 {
  float: left;
  font-size: 0.9230769231rem;
  letter-spacing: 0.0769230769rem;
  margin: 0;
  padding-top: 5px;
}
.piko-single-post-shear .piko-social-btn a {
  width: 2.3076923077rem;
  float: right;
  margin: 0 0.1538461538rem;
  line-height: 2.3076923077rem;
  border: 1px solid #e1e1e1;
  text-align: center;
  color: #8c8989;
  background-color: #f8f8f8;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}
.piko-single-post-shear .piko-social-btn a:hover {
  border-color: #45bf55;
  background-color: #fff;
}
.piko-single-post-shear .piko-social-btn a .text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

@media (min-width: 451px) and (max-width: 767px) {
  .widget .search-form > button.search-submit {
    margin-top: -0.43077rem;
  }
}
@media (max-width: 767px) {
  .piko-single-post-shear h4 {
    float: inherit;
    display: block;
    text-align: center;
    margin-bottom: 0.7692307692rem;
  }

  .piko-single-post-shear .piko-social-btn a {
    float: inherit;
    display: inline-block;
  }

  .piko-single-post-shear .piko-social-btn {
    text-align: center;
  }
}
.bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}

.comment-metadata,
.pingback .edit-link {
  color: #686868;
  font-size: 12px;
  line-height: 1.6153846154;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}

.comment-list .comment-form {
  padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #686868;
  line-height: 1.6153846154;
}

.no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 500;
  margin: 0;
  padding-top: 1.75em;
}

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0;
}

.form-allowed-tags code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.form-submit {
  margin-bottom: 0;
}

.required {
  color: #999;
}

.comment-reply-title small {
  font-size: 100%;
}
.comment-reply-title small a {
  border: 0;
  float: right;
  height: 20px;
  overflow: hidden;
  width: 20px;
}
.comment-reply-title small a:hover, .comment-reply-title small a:focus {
  color: #45bf55;
}
.comment-reply-title small a:hover:before, .comment-reply-title small a:focus:before {
  color: #45bf55;
}
.comment-reply-title small a:before {
  content: "\f014";
  font-size: 1.0769230769rem;
  position: relative;
  color: #8c8989;
}

/*custom single author*/
.author-info {
  padding: 2.3076923077rem 2.3076923077rem 2.3076923077rem;
  color: #888;
  background-color: #fbfbfb;
  border: 1px solid #eaeaea;
  display: inline-flex;
  margin-bottom: 3.8461538462rem;
}

@media (max-width: 991px) {
  .author-info {
    padding: 1.9230769231rem 1.5384615385rem 1.9230769231rem;
    margin-bottom: 3.0769230769rem;
  }
}
@media (max-width: 767px) {
  .author-info {
    padding: 1.5384615385rem 1.5384615385rem 1.5384615385rem;
  }
}
.author-info figure {
  max-width: 120px;
}

.author-info figure,
.author-info .author-content {
  display: inline-block;
}

@media (max-width: 992px) {
  .author-info figure {
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  .author-info figure {
    max-width: 70px;
    margin-right: 20px;
  }
}
.author-info figure img {
  border-radius: 50%;
}

.author-info a {
  color: #333;
}

.author-info a:hover, .author-info a:focus {
  color: #45bf55;
}

.author-info .author-content {
  margin-left: 2.3076923077rem;
}

@media (max-width: 991px) {
  .author-info .author-content {
    margin-left: 1.9230769231rem;
  }
}
@media (max-width: 767px) {
  .author-info .author-content {
    margin-left: 1.5384615385rem;
  }
}
@media (max-width: 480px) {
  .author-info .author-content {
    margin-left: 0;
  }
}
.author-info .author-content h4 {
  font-weight: 500;
  font-size: 1.3846153846rem;
  line-height: 1.3846153846rem;
  margin-bottom: 0.7692307692rem;
  margin: 0;
  text-transform: capitalize;
}

.author-info .author-content p:last-of-type {
  margin: 0.3846153846rem 0;
}

.author-info .author-content .more-link {
  color: #aaa9a9;
}

.author-info .author-content .more-link:hover, .author-info .author-content .more-link:focus {
  color: #45bf55;
}

.author-info:after {
  content: '';
  display: table;
  clear: both;
}

/*custom single comment*/
.comments {
  margin-bottom: 3.8461538462rem;
}

.page .comments {
  margin-top: 1.9230769231rem;
}

@media (max-width: 992px) {
  .comments {
    margin-bottom: 3.0769230769rem;
  }
}
@media (max-width: 767px) {
  .comments {
    margin-bottom: 2.3076923077rem;
  }
}
.comments .media {
  margin-top: 0;
}

.comments .media .avatar {
  max-width: 140px;
}

@media (max-width: 991px) {
  .comments .media .avatar {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .comments .media .avatar {
    max-width: 90px;
  }
}
.comments .media .avatar, .comments .media .avatar img {
  border-radius: 50%;
}

.comments .media .media-left {
  padding: 0;
}

@media (max-width: 480px) {
  .comments .media .media-left {
    display: none;
  }
}
.comments .media .media-body {
  padding-left: 3.0769230769rem;
}

@media (max-width: 991px) {
  .comments .media .media-body {
    padding-left: 2.3076923077rem;
  }
}
@media (max-width: 480px) {
  .comments .media .media-body {
    padding-left: 0;
  }
}
.comments .media .media-body .media-body-wrapper {
  position: relative;
  z-index: 2;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  padding: 1.2307692308rem 2.3076923077rem 2.1538461538rem;
  border-radius: 5px;
}

.comments .comments-title {
  margin-bottom: 2.3076923077rem;
}

@media (max-width: 992px) {
  .comments .media .media-body .media-body-wrapper {
    padding-left: 1.9230769231rem;
    padding-right: 1.9230769231rem;
  }

  .comments .comments-title {
    margin-bottom: 1.1538461538rem;
  }
}
@media (max-width: 767px) {
  .comments .media .media-body .media-body-wrapper {
    padding: 1.3846153846rem 1.5384615385rem 1.7692307692rem;
  }
}
.comments .media .media-body .media-body-wrapper:before {
  content: '';
  display: block;
  width: 40px;
  height: 45px;
  background-image: url("../images/comment-arrow.png");
  position: absolute;
  right: 100%;
  top: 80px;
  z-index: 1;
}

@media (max-width: 767px) {
  .comments .media .media-body .media-body-wrapper:before {
    top: 40px;
  }
}
@media (max-width: 480px) {
  .comments .media .media-body .media-body-wrapper:before {
    display: none;
  }
}
.comments .media ul {
  margin-left: 60px;
}

@media (max-width: 767px) {
  .comments .media ul {
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  .comments .media ul {
    margin-left: 20px;
  }
}
.comments .comment {
  padding: 0;
  color: #888888;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  margin-bottom: 2.6923076923rem;
}

@media (max-width: 991px) {
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback {
    margin-bottom: 1.9230769231rem;
  }
}
@media (max-width: 767px) {
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback {
    margin-bottom: 1.1538461538rem;
  }
}
.comments .comment h4 a,
.comments .comment h4 {
  font-size: 1.2307692308rem;
  color: #666;
  font-weight: 500;
  text-transform: capitalize;
}

.comments .comment h4 a:hover {
  color: #45bf55;
}

.comments .comment h4 span {
  float: right;
  color: #d7d7d7;
  font-size: 90%;
  font-weight: 400;
}

.comments .comment .comment-date a,
.comments .comment .comment-date {
  color: #aeaeae;
}

.comments .comment .comment-date a:hover {
  color: #45bf55;
}

.comments .comment p:last-of-type {
  margin-bottom: 9px;
}

.comment-respond p > label:first-child {
  margin-bottom: 6px;
  display: block;
}

.reply-btn {
  border: 1px solid #fafafa;
  font-size: 0.7692307692rem;
  text-transform: capitalize;
  padding: 0.3076923077rem 0.7692307692rem;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}
.reply-btn a {
  color: #666;
}

.comment-reply-link:before {
  content: '\f122';
  font-family: fontAwesome;
  padding-right: 0.6153846154rem;
  color: #999;
}

.media-body-wrapper .reply-btn {
  position: absolute;
  right: 41px;
  top: 20px;
  z-index: 10;
}

@media (max-width: 767px) {
  .media-body-wrapper .reply-btn {
    right: 26px;
  }
}
@media (max-width: 480px) {
  .media-body-wrapper .reply-btn {
    top: auto;
    right: auto;
    position: static;
    margin-top: 6px;
  }
}
.reply-btn:hover a, .reply-btn:focus a {
  color: #8c8989;
}

.reply-btn:hover, .reply-btn:focus {
  border-color: #45bf55;
  background-color: #fff;
}

.comment-respond {
  margin-bottom: 3.0769230769rem;
}

.tab-content .comment-respond {
  margin-bottom: 0;
}

.comment-respond .comment-reply-title {
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 8px;
}

.comment-respond .logged-in-as {
  margin-right: 15px;
}

.comment-respond .form-group {
  margin-bottom: 15px;
}

.comment-respond .btn-custom,
.comment-respond .btn {
  min-width: 175px;
  background-color: #45bf55;
}

.comment-respond textarea.form-control {
  min-height: 196px;
}

@media (min-width: 992px) {
  .comment-respond {
    margin-bottom: 3.8461538462rem;
  }
}
@media (min-width: 1200px) {
  .comment-respond {
    margin-bottom: 4.6153846154rem;
  }
}
@media (min-width: 1440px) {
  .comment-respond {
    margin-bottom: 5.3846153846rem;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-links:before {
  display: block;
  clear: both;
  content: "";
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 2.3076923077rem;
  margin-bottom: 2.3076923077rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 2.3076923077rem;
  margin-bottom: 2.3076923077rem;
}

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

ul.aligncenter, ol.aligncenter {
  list-style-position: inside;
  padding: 0;
  text-align: center;
}
ul.aligncenter ul, ul.aligncenter ol, ol.aligncenter ul, ol.aligncenter ol {
  list-style-position: inside;
}

.wp-caption {
  padding: 0.6153846154rem 0.6153846154rem 0.3076923077rem;
  margin-bottom: 2rem;
  max-width: 100%;
  box-sizing: border-box;
}

img.alignright {
  margin-left: 10%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
  display: inline-block;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.7;
  margin: 0;
  padding: 0.6153846154rem;
  font-style: italic;
  border-bottom: 2px solid #dedede;
}

.wp-caption.alignnone {
  padding: 0;
}

body:not(.wpb-js-composer) .content-area:not([class*="has-sidebar-"]) .type-page .wp-caption.alignnone,
.content-area:not([class*="has-sidebar-"]) .type-post > .entry-content .wp-caption.alignnone {
  max-width: calc(100% + 40px);
  margin-left: -20px;
}

.widget ol,
.widget ul,
.widget li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*widget*/
.widget_rss .widget-title .rsswidget {
  padding-right: 0.7692307692rem;
}
.widget_rss li .rsswidget {
  color: #333;
  display: block;
}
.widget_rss .rss-date {
  font-size: 0.9230769231rem;
}
.widget_rss .rssSummary {
  margin-top: 0.3846153846rem;
}
.widget_rss ul li:not(:last-child) {
  padding-bottom: 0.3846153846rem;
}
.widget_rss cite {
  text-align: right;
  display: block;
  margin-top: 7px;
}

.trackback .comment-edit-link,
.pingback .comment-edit-link {
  padding-left: 0.9230769231rem;
}

.comment-list li.pingback p,
.comment-list li.trackback p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.comment-list li.trackback:first-child {
  margin-top: 1.2307692308rem;
}

/*Gutenberg*/
.no-sidebar .alignwide {
  max-width: 1140px;
  width: 1140px;
  margin-left: calc( -1140px/2 + 100%/2);
  margin-right: calc( -1140px/2 + 100%/2);
}

.no-sidebar.page .alignwide {
  max-width: 1400px;
  width: 1400px;
  margin-left: calc( -1400px/2 + 100%/2);
  margin-right: calc( -1400px/2 + 100%/2);
}

.no-sidebar .alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc( -100vw/2 + 100%/2);
  margin-right: calc( -100vw/2 + 100%/2);
}

[class*="has-sidebar"] .wp-block-cover,
.single-product .wp-block-cover.aligncenter,
.single-product .alignfull:not(.separator),
.single-product .alignwide,
.col-lg-6 .alignfull,
.col-lg-6 .alignwide,
[class*="has-sidebar"] .alignfull,
[class*="has-sidebar"] .alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-sidebar.single-portfolio .entry-content:not(.portfolio-1) > *:not([class*="wp-block-"]),
.no-sidebar.single-post .content-area {
  max-width: 750px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1440px) {
  .no-sidebar.page .alignwide {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .no-sidebar .alignwide {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-media-text + p {
  margin-top: 1.5384615385rem;
}

.wp-block-cover {
  margin-bottom: 2.3076923077rem;
}

.entry-content > .wp-block-cover:last-child {
  margin-bottom: 0;
}

.wp-block-quote.has-text-align-right {
  border-right-width: 1px !important;
}

.wp-block-pullquote {
  border-width: 1px 0 !important;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote q {
  margin-bottom: 0;
}

.has-large-font-size,
p[style*="font-size:"] {
  line-height: 1.3;
}

@media (min-width: 768px) {
  .default .sub-post.has-post-thumbnail .entry-media {
    margin-bottom: 0;
    padding-right: 15px;
    width: 50%;
    float: left;
  }

  .default .sub-post.has-post-thumbnail .entry-summary {
    width: 50%;
    float: right;
    padding-left: 25px;
    padding-top: 30px;
    text-align: left;
  }

  .default .sub-post.has-post-thumbnail .entry-summary {
    padding-top: 0;
  }
  .default .sub-post.has-post-thumbnail .entry-summary .entry-title {
    margin-top: -1rem !important;
  }
}
[class*="edge"] .page-header,
[class*="edge"] .entry-title,
[class*="embeds"] .entry-excerpt {
  overflow-wrap: anywhere;
}

/* for admin themepikologo: */
.ab-icon #themepiko-icon {
  width: 15px;
}

#themepiko-icon .st0 {
  fill: #a0a5aa;
}

.ab-top-menu > li:hover > .ab-item #themepiko-icon .st0 {
  fill: #00b9eb;
}

#themepiko-icon .st1 {
  fill: #444;
}

.ab-top-menu > li:hover > .ab-item #themepiko-icon .st1 {
  fill: #fff;
}

.entry-content.clearfix::before {
  content: "";
  display: table;
  table-layout: fixed;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
p.has-drop-cap:not(:focus)::first-letter {
  font-size: 6em;
}

p.wp-block-subhead {
  color: #838889;
  opacity: 1;
}

.has-small-font-size {
  font-size: 12px;
}

.has-medium-font-size {
  font-size: 24px;
}

.has-large-font-size {
  font-size: 40px;
  line-height: 1.25;
}

.has-huge-font-size {
  font-size: 64px;
  line-height: 1.25;
}

/*--------------------------------------------------------------
## Color
--------------------------------------------------------------*/
.has-primary-color {
  color: #45bf55;
}

.has-secondary-color {
  color: #333;
}

.has-gray-color {
  color: #747474;
}

.has-light-gray-color {
  color: #ebeaea;
}

.has-white-color {
  color: #fff;
}

.has-primary-background-color {
  background-color: #45bf55;
}

.has-secondary-background-color {
  background-color: #333;
}

.has-gray-background-color {
  background-color: #747474;
}

.has-light-gray-background-color {
  background-color: #ebeaea;
}

.has-white-background-color {
  background-color: #fff;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 0;
  padding-left: 100px;
}

.wp-block-quote.is-style-large, .wp-block-quote.is-large {
  font-size: 28px;
  padding: 0 100px;
  border-left: 4px solid;
}

.wp-block-quote.is-style-large:before, .wp-block-quote.is-large:before {
  display: none;
}

.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
  font-size: inherit;
}

.wp-block-cover .wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  margin: 0;
}

.wp-block-code {
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #cdcfd0;
  border: 0;
  padding: 1.6em;
}

.wp-block-code code {
  font-size: inherit;
  font-family: inherit;
  background: transparent;
}

.wp-block-pullquote blockquote:before {
  display: none;
}

.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
  padding-left: 30px;
  padding-right: 30px;
}

.wp-block-separator {
  margin: 1.5em auto;
  border-bottom: 0;
  clear: both;
}

.wp-block-gallery {
  margin-bottom: 0;
}
.wp-block-gallery .blocks-gallery-grid {
  margin-bottom: -20px;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc( (100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}

.wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-image img {
  display: block;
}

.wp-block-gallery + .wp-block-image {
  margin-top: 0;
}

.wp-block-image + .wp-block-image {
  margin-top: 20px;
}

@media (min-width: 600px) {
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item {
    width: calc( (100% - 40px) / 2);
  }

  .wp-block-gallery.columns-2 .blocks-gallery-image,
  .wp-block-gallery.columns-2 .blocks-gallery-item {
    width: calc( (100% - 40px * 1) / 2);
  }

  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc( (100% - 40px * 2) / 3);
  }

  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc( (100% - 40px * 3) / 4);
  }

  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc( (100% - 40px * 4) / 5);
  }

  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc( (100% - 40px * 5) / 6);
  }

  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc( (100% - 40px * 6) / 7);
  }

  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc( (100% - 40px * 7) / 8);
  }

  .wp-block-image {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.entry-content .gallery {
  margin: 0 -20px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 20px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-10 .gallery-item {
  max-width: 10%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.entry-content > [class*="wp-block-"]:not(.wp-block-spacer),
[class*=inner-container] > *,
.wp-block-template-part > *,
.wp-block-post-template :where(li > *) {
  margin-top: 2.3076923077rem;
  margin-bottom: 2.3076923077rem;
}

.entry-content > *.alignleft,
.entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *,
.entry-content > *.alignfull.has-background {
  margin-top: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
  margin-left: auto;
  margin-right: auto;
}

hr.wp-block-separator {
  border-bottom: 1px solid #ebeaea;
  opacity: 1;
}

.home:not(.blog) .just-wraper {
  margin-bottom: 0;
}

.entry-content > :first-child,
.entry-content > .revslider:first-child {
  margin-top: 0 !important;
}

.entry-content > :last-child {
  margin-bottom: 0 !important;
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
  color: #fff;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 10px;
}

.widget .wp-block-group__inner-container > *:first-child {
  font-size: 18px;
  margin-bottom: 17px;
}

/*wp widget comment*/
.wp-block-latest-comments > li {
  position: relative;
  margin: 0.78125rem 0;
}

.widget_block .wp-block-latest-comments__comment {
  line-height: inherit;
}

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments:not(.has-avatars) > li,
.widget_recent_entries:not(.widget_block) ul > li,
.widget_recent_comments li.recentcomments {
  padding-left: 2.3076923077rem;
}

.wp-block-latest-comments:not(.has-avatars) > li::before,
.widget_recent_entries:not(.widget_block) ul > li:before,
.widget_recent_comments li.recentcomments:before {
  content: "\f0e6";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  color: #747474;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wp-block-latest-comments__comment-date {
  text-transform: uppercase;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 13px;
}

.widget_recent_entries:not(.widget_block) ul > li:before {
  content: "\f044";
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
}

.widget_block.widget_recent_entries ul > li > a {
  display: block;
  margin-top: 10px;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  display: inline-block;
  margin-right: 10px;
  color: revert;
  text-transform: uppercase;
  font-size: 12px;
}

.sidebar .wp-block-latest-posts__post-excerpt {
  font-size: 13px;
  padding-bottom: 20px;
}

.sidebar .widget_block .wp-block-latest-posts li:first-child {
  padding-top: 0;
}

.wp-block-search__button {
  height: auto;
  line-height: 1;
  white-space: nowrap;
}

.wp-block-search input.wp-block-search__input {
  padding: 11px 10px;
}

.wp-block-search .wp-block-search__label {
  margin-bottom: 5px;
  display: block;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: #ccc;
}

.widget_block ul.wp-block-archives li, .widget_block .wp-block-categories li {
  padding-bottom: 0;
}

.wp-block-calendar table th {
  background: transparent;
}

.wp-block-calendar td {
  color: #7f7f82;
}

.wp-block-search .wp-block-search__label {
  font-weight: 400 !important;
}

.entry ul.wp-block-archives li,
.entry .wp-block-categories li,
.entry .wp-block-latest-posts li {
  padding-bottom: 0.75rem;
}

.widget_block .wp-block-latest-posts > li > a {
  display: block;
}

.wp-block-latest-posts__featured-image {
  margin-bottom: 10px;
}

.wp-block-rss {
  list-style: none !important;
  padding-left: 0;
}

.wp-block-rss li a {
  padding: 5px 0;
  display: inline-block;
}

.widget-area .widget_media_image:first-child .wp-block-image {
  margin-top: 0;
}

@media (max-width: 991px) {
  .site-content .widget-area {
    margin-top: 50px;
  }
}
.widget_block .wp-block-categories .children {
  display: block;
}

.posts-wrap ul.wp-block-archives li, .posts-wrap .wp-block-categories li, .posts-wrap .wp-block-latest-posts li {
  padding-bottom: 0.75rem;
}

.wp-block-latest-comments li article {
  margin-bottom: re;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header-main {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-branding {
  margin: 0.875em auto 0.875em 0;
}

/*.site-title {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.2173913043;
	margin: 0;
}*/
.site-branding .site-title a {
  color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
  color: #007acc;
}

.site-description {
  color: #686868;
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.0769230769;
  margin: 0.538461538em 0 0;
}

.menu-toggle {
  background-color: transparent;
  border: 1px solid #d1d1d1;
  color: #1a1a1a;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 1.076923077em 0;
  padding: 0.769230769em;
}

.no-js .menu-toggle {
  display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  border-color: #007acc;
  color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.menu-toggle:focus {
  outline: 0;
}

.menu-toggle.toggled-on:focus {
  outline: thin dotted;
}

.header-image {
  clear: both;
  margin: 0.875em 0;
}

.header-image a {
  display: block;
}

.header-image a:hover img,
.header-image a:focus img {
  opacity: 0.85;
}

/*bradcrumb*/
/* Page Header */
.page-header {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}

.page-header h1 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  margin: 15px 0 0;
}

.page-header {
  padding: 41px 0 40px;
  margin-bottom: 40px;
}

.archive-woocommerce .woo-archive-slider,
.just-wraper {
  margin-bottom: 40px;
}

.remove-header-padding {
  margin-top: -40px;
}

.archive-woocommerce .just-wraper,
.archive-woocommerce .page-header {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .archive-woocommerce .woo-archive-slider,
  .just-wraper,
  .page-header {
    margin-bottom: 45px;
  }

  .remove-header-padding {
    margin-top: -45px;
  }
}
@media (min-width: 1600px) {
  .archive-woocommerce .woo-archive-slider,
  .just-wraper,
  .page-header {
    margin-bottom: 50px;
  }

  .remove-header-padding {
    margin-top: -50px;
  }
}
.single-product .just-wraper,
.single-product .page-header,
.page .just-wraper,
.error404 .just-wraper,
.error404 .page-header {
  margin-bottom: 0;
}

.page-header h1 {
  float: none;
  font-weight: 700;
  font-size: 45px;
  margin: 0 0 0.6153846154rem;
  line-height: 1.3;
}

.page-header h1 + .breadcrumb {
  float: none;
}

.text-center.page-header:not(.woo-breadcrumb) .breadcrumb {
  /*padding-top: rem-calc(5px);*/
}

.page-header .breadcrumb {
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .page-header.title-left h1 {
    float: left;
    margin: 0;
    font-size: 1.6923076923rem;
    line-height: 30px;
  }

  .page-header.title-left:not(.woo-breadcrumb) h1 {
    padding-top: 0.2307692308rem;
  }

  .page-header.title-left .breadcrumb {
    float: right;
  }
}
@media (min-width: 768px) {
  .page-header.title-right h1 {
    float: right;
    margin: 0;
    font-size: 1.6923076923rem;
    line-height: 30px;
  }

  .page-header.title-right:not(.woo-breadcrumb) h1 {
    padding-top: 0.2307692308rem;
  }

  .page-header.title-right .breadcrumb {
    float: left;
  }
}
/* Breadcrumb */
.breadcrumb {
  padding: 8px 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  letter-spacing: 0.7px;
  font: 500 13px/17px;
}

@media (min-width: 768px) {
  .page-header.title-left:not(.woo-breadcrumb) .breadcrumb,
  .page-header.title-right:not(.woo-breadcrumb) .breadcrumb {
    padding: 10px 0;
  }

  .page-header.title-left.woo-breadcrumb .breadcrumb,
  .page-header.title-right.woo-breadcrumb .breadcrumb {
    padding-top: 7px;
  }
}
.page-header {
  background-color: #f5f5f5;
}

.page-header h1,
.breadcrumb a,
.breadcrumb i {
  color: #333;
}

.breadcrumb > .current {
  color: #747474;
}

.woo-single .page-header h1,
.woo-single .breadcrumb a,
.woo-single .breadcrumb i {
  color: #8c8989;
}

.woo-single .breadcrumb a:hover, .woo-single .breadcrumb a:focus,
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #45bf55;
}

.breadcrumb i {
  margin: 0 5px 0 5px;
}

.breadcrumb .prefix {
  margin-right: 15px;
  color: #333;
}

@media (min-width: 768px) {
  .breadcrumb i {
    margin: 0 8px 0 10px;
  }
}
.page-header.has-bg-img.woo-single {
  margin-bottom: 30px;
}

/* Page Header Parallax - Background Image */
.page-header.parallax,
.page-header.bg-image {
  position: relative;
}

.page-header.parallax:after,
.page-header.bg-image:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.page-header.parallax .container-fluid,
.page-header.parallax .container,
.page-header.bg-image .container-fluid,
.page-header.bg-image .container {
  position: relative;
  z-index: 2;
}

.page-header.parallax .breadcrumb li a:hover,
.page-header.parallax .breadcrumb li a:focus,
.page-header.bg-image .breadcrumb li a:hover,
.page-header.bg-image .breadcrumb li a:focus {
  color: #45bf55;
}

@media (max-width: 767px) {
  .page-header h1 {
    font-size: 1.4615384615rem !important;
    line-height: 1.9230769231rem !important;
    margin-bottom: 0.3076923077rem !important;
  }
}
/*header action*/
.header .dropdown .dropdown-menu {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  visibility: hidden;
  overflow: hidden;
  height: 0;
  background: #fff;
  border-radius: 0;
  border: 1px solid #ebebeb;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  z-index: -1;
  transition: opacity 0.4s, transform 0.4s ease-out;
}

.header .dropdown.open > .dropdown-menu, .header .dropdown:hover .dropdown-menu, .header .dropdown:focus .dropdown-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 99;
}

.dropdowns-container {
  float: none;
}

.top-dropdowns ul,
.dropdowns-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .dropdowns-container {
    float: right;
  }
}
@media (max-width: 991px) {
  .dropdowns-container .dropdowns-wrapper {
    float: right;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.dropdowns-container:after {
  content: '';
  clear: both;
  display: table;
}

.header-dropdown {
  display: inline-block;
}

.header-dropdown li {
  position: relative;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header-dropdown li:hover > ul, .header-dropdown li:focus > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*.header-dropdown ul:not(.link-external),*/
.header-dropdown ul:not(.product_list_widget) {
  position: absolute;
  right: -7px;
  top: 100%;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: hidden;
  transition: all 0.4s;
  background-color: #fff;
  min-width: 170px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.header-dropdown ul ul {
  right: 100%;
  margin-right: -1px;
  top: 0;
}

@media (max-width: 767px) {
  .header-dropdown ul ul {
    right: 0;
    top: 100%;
    margin-right: 0;
  }
}
.header-dropdown.account-dropdown ul {
  min-width: 200px;
  right: 0;
  margin-right: -90px;
}

@media (max-width: 991px) {
  .header-dropdown.account-dropdown ul {
    margin-right: -80px;
  }
}
@media (max-width: 767px) {
  .header-dropdown.cart-dropdown {
    position: static;
  }
}
.header-dropdown.cart-dropdown > a {
  position: relative;
}

.header-dropdown.cart-dropdown > a .cart-items {
  display: block;
  transition: all 0.4s;
  min-width: 14px;
  position: absolute;
  top: 6px;
  border-radius: 50%;
  color: #fff;
  background-color: #45bf55;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
}

@media (max-width: 991px) {
  right: -7px;
}
.header-dropdown.cart-dropdown .dropdown-menu {
  left: 0;
  right: 0;
  padding: 17px 19px 29px;
  width: auto;
  color: #777;
}

@media (max-width: 767px) {
  .header-dropdown.cart-dropdown .dropdown-menu {
    top: inherit;
  }
}
@media (min-width: 768px) {
  .header-dropdown.cart-dropdown .dropdown-menu {
    left: auto;
    right: -30px;
    width: 350px;
  }

  .header-dropdown.cart-dropdown.wmpl .dropdown-menu {
    right: -65px;
  }
}
.header-dropdown.cart-dropdown .dropdown-menu > p {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

.header-dropdown.cart-dropdown .dropdown-menu > p span {
  font-weight: 500;
}

@media (max-width: 991px) {
  .site-header .sticky-logo {
    position: relative;
    z-index: 99;
  }
}
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.site {
  background-color: #fff;
}

.site-content {
  word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.site-main {
  margin-bottom: 3.8461538462rem;
}
.site-main > :last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## service
--------------------------------------------------------------*/
.column-wrap .column {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .column-wrap .column {
    float: left;
  }
}
.column-wrap .column {
  width: 100%;
}

@media (min-width: 768px) {
  .max-col-5 .column,
  .max-col-4 .column,
  .max-col-3 .column,
  .max-col-2 .column {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .max-col-4 .column,
  .max-col-3 .column {
    width: 33.3%;
  }

  .max-col-4 .column.wide,
  .max-col-3 .column.wide {
    width: 66.6%;
  }
}
@media (min-width: 992px) {
  .col-md-9 .max-col-4 .column, .col-md-9
  .max-col-3 .column {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-md-9 .max-col-4 .column, .col-md-9
  .max-col-3 .column {
    width: 33.3%;
  }

  .col-md-9 .max-col-4 .column.wide, .col-md-9
  .max-col-3 .column.wide {
    width: 66.6%;
  }
}
@media (min-width: 992px) {
  .max-col-5 .column {
    width: 33.3%;
  }

  .max-col-5 .column.wide {
    width: 66.6%;
  }
}
@media (min-width: 1200px) {
  .max-col-4 .column {
    width: 25%;
  }

  .max-col-4 .column.wide {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-md-9 .max-col-4 .column {
    width: 33.3%;
  }

  .col-md-9 .max-col-4 .column.wide {
    width: 66.6%;
  }
}
@media (min-width: 1600px) {
  .col-md-9 .max-col-4 .column {
    width: 25%;
  }

  .col-md-9 .max-col-4 .column.wide {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .max-col-5 .column {
    width: 25%;
  }

  .max-col-5 .column.wide {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .max-col-5 .column {
    width: 20%;
  }

  .max-col-5 .column.wide {
    width: 40%;
  }
}
/*--------------------------------------------------------------
## service
--------------------------------------------------------------*/
.widget-area .widget_nav_menu .menu-service-container ul {
  margin-bottom: 1.5384615385rem;
}
.widget-area .widget_nav_menu .menu-service-container ul li {
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ebeaea;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  padding: 0;
  margin-bottom: 0.1538461538rem;
}
.widget-area .widget_nav_menu .menu-service-container ul li a {
  padding: 1.0769230769rem 1.0769230769rem;
  display: block;
  letter-spacing: 0.0769230769rem;
}
.widget-area .widget_nav_menu .menu-service-container ul li.current-menu-item {
  background-color: #45bf55;
}
.widget-area .widget_nav_menu .menu-service-container ul li.current-menu-item a {
  color: #fff;
}

.service-single {
  margin-bottom: 3.8461538462rem;
}
.service-single p {
  margin-top: 0;
}
.service-single .slider-wrap + #piko_videos {
  margin-top: 1.1538461538rem;
}
.service-single .slider-wrap + p {
  margin-top: 1.5384615385rem;
}
.service-single .image-wrap img {
  margin-bottom: 1.5384615385rem;
}

#piko_videos {
  margin-bottom: 1.5384615385rem;
}

.pikoworks-single > #piko_videos {
  margin-bottom: 3.8461538462rem;
}

.widget-area .widget_text .brochure {
  margin-bottom: 1.5384615385rem;
}
.widget-area .widget_text .brochure li {
  background-color: #ebeaea;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  padding: 0;
  margin-bottom: 0.1538461538rem;
}
.widget-area .widget_text .brochure li a {
  font-weight: 600;
  display: block;
  letter-spacing: 0.0769230769rem;
}
.widget-area .widget_text .brochure li a i {
  background-color: #45bf55;
  padding: 0.9230769231rem 0.9230769231rem;
  margin-right: 0.7692307692rem;
  font-size: 1.2307692308rem;
}
.widget-area .widget_text .brochure li a:hover i {
  color: #fff;
}

.service-wrap header h4 {
  margin-bottom: 0.3846153846rem;
  line-height: 1.5;
}
.service-wrap p {
  margin-top: 0;
}
.service-wrap .content-center .block {
  text-align: center;
  padding: 0 0.6153846154rem;
}
.service-wrap header a {
  text-transform: uppercase;
  letter-spacing: 0.0769230769rem;
}

.service-style-1 .block header {
  margin-top: 1.1538461538rem;
}

.service-style-2 .block p {
  padding: 0;
  margin-top: 0;
}

/*layout overlay*/
.overlay-style-2 .entry-thumbnail {
  position: relative;
}
.overlay-style-2 .entry-thumbnail a:not(.prettyPhoto):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #45bf55;
}
.overlay-style-2 article:hover .entry-thumbnail a:before,
.overlay-style-2 .portfolio-item:hover .entry-thumbnail a:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale(1);
  z-index: 1;
}
.overlay-style-2 article h4,
.overlay-style-2 .portfolio-item h4 {
  margin-bottom: 0.7692307692rem;
}
.overlay-style-2 article .btnwrap,
.overlay-style-2 .portfolio-item .btnwrap {
  margin-bottom: 1.1538461538rem;
}

.overlay-style-2 .entry-thumbnail:hover a.entry-thumbnail_overlay:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.overlay-style-2 .entry-thumbnail a.entry-thumbnail_overlay:before {
  background-color: #45bf55;
}

.overlay-style-2 article:hover .entry-thumbnail a.prettyPhoto {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 3;
}

.overlay-style-2 article:hover .entry-thumbnail-wrap .blog-date {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity .35s linear;
}

.poverlay-style-2 .entry-thumbnail .entry-thumbnail-hover {
  transform: scale(0);
  background-color: #45bf55;
}

.poverlay-style-2 .portfolio-item:hover .entry-thumbnail .entry-thumbnail-hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale(1);
}

@media (min-width: 1200px) {
  .ourteam-wrap.columns-4 section:nth-child(4n+1),
  .columns-4 .portfolio-item:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ourteam-wrap.columns-4 section:nth-child(3n+1),
  .columns-4 .portfolio-item:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .ourteam-wrap.columns-3 section:nth-child(3n+1),
  .ourteam-wrap.columns-2 section:nth-child(2n+1),
  .columns-3 .portfolio-item:nth-child(3n+1),
  .columns-2 .portfolio-item:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ourteam-wrap.columns-4 section:nth-child(2n+1),
  .ourteam-wrap.columns-3 section:nth-child(2n+1),
  .ourteam-wrap.columns-2 section:nth-child(2n+1),
  .columns-4 .portfolio-item:nth-child(2n+1),
  .columns-3 .portfolio-item:nth-child(2n+1),
  .columns-2 .portfolio-item:nth-child(2n+1) {
    clear: both;
  }
}
/*--------------------------------------------------------------
## owl-carousel
--------------------------------------------------------------*/
.owl-carousel .owl-nav > div {
  position: absolute;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.owl-carousel:hover .owl-nav > div {
  opacity: 1;
  filter: alpha(opacity=100);
}

.owl-carousel .owl-nav > div.owl-prev {
  left: -30px;
}

.owl-carousel .owl-nav > div.owl-next {
  right: -30px;
}

.owl-carousel:hover .owl-nav > div.owl-prev {
  left: 10px;
}

.owl-carousel:hover .owl-nav > div.owl-next {
  right: 10px;
}

.owl-nav-show.owl-carousel .owl-nav > div {
  opacity: 1;
}
.owl-nav-show.owl-carousel .owl-nav > div.owl-next {
  right: -3.4615384615rem;
}
.owl-nav-show.owl-carousel .owl-nav > div.owl-prev {
  left: -3.4615384615rem;
}
.owl-nav-show.owl-carousel:hover .owl-nav > div.owl-next {
  right: -3.4615384615rem;
}
.owl-nav-show.owl-carousel:hover .owl-nav > div.owl-prev {
  left: -3.4615384615rem;
}

.home-box-wapper .owl-nav-show.owl-carousel .owl-nav > div {
  opacity: 1;
}
.home-box-wapper .owl-nav-show.owl-carousel:hover .owl-nav > div.owl-next,
.home-box-wapper .owl-nav-show.owl-carousel .owl-nav > div.owl-next {
  right: 0;
}
.home-box-wapper .owl-nav-show.owl-carousel:hover .owl-nav > div.owl-prev,
.home-box-wapper .owl-nav-show.owl-carousel .owl-nav > div.owl-prev {
  left: 0;
}

.owl-nav-show.owl-carousel .owl-nav > div {
  padding: 0.3846153846rem 1rem;
  background: #333;
  color: #fff;
}

.portfolio:not(.default) .owl-nav-show.owl-carousel .owl-nav > div {
  background: #ebeaea;
  color: #333;
}

/*owl nav show outer*/
.owl-nav-show-hover.owl-carousel .owl-nav > div,
.owl-nav-show-inner.owl-carousel .owl-nav > div {
  padding: 0.5384615385rem 0.6153846154rem;
  background: #ebeaea;
  color: #333;
}

.owl-nav-show-hover.owl-carousel .owl-nav > div:hover,
.owl-nav-show-inner.owl-carousel .owl-nav > div:hover,
.owl-nav-show.owl-carousel .owl-nav > div:hover {
  background-color: #45bf55;
  color: #fff;
}

.owl-nav-show-hover.owl-carousel:hover .owl-nav > div.owl-prev {
  left: 0;
}

.owl-nav-show-hover.owl-carousel:hover .owl-nav > div.owl-next {
  right: -1px;
}

.owl-nav-show-inner.owl-carousel .owl-nav > div {
  opacity: 1;
}

/*owl nav show inner*/
.owl-nav-show-inner.owl-carousel .owl-nav > div.owl-prev {
  left: 0px;
}

.owl-nav-show-inner.owl-carousel .owl-nav > div.owl-next {
  right: -1px;
}

.owl-nav-show-inner.owl-carousel:hover .owl-nav > div.owl-prev {
  left: 0;
}

.owl-nav-show-inner.owl-carousel:hover .owl-nav > div.owl-next {
  right: -1px;
}

/*owl pagination*/
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  cursor: not-allowed;
}
.owl-carousel .owl-nav .owl-prev.disabled:hover,
.owl-carousel .owl-nav .owl-next.disabled:hover {
  background-color: currentColor;
}
.owl-carousel .owl-dots {
  margin: 1.1538461538rem 0;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 0.7692307692rem;
  height: 0.7692307692rem;
  border: 1px solid #333;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.3;
  filter: alpha(opacity=30);
  margin: 0 0.3076923077rem;
}
.testimonial-wrap .owl-carousel .owl-dots .owl-dot {
  border: 1px solid #fff;
}
.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #45bf55;
  border-color: #45bf55;
}
.testimonial-wrap .owl-carousel .owl-dots .owl-dot.active {
  border-color: #45bf55;
}

.testimonial-wrap .owl-carousel .owl-dots .owl-dot {
  border: 1px solid #fff;
}

.brand-logo-slide .owl-carousel .owl-dots {
  margin-top: 1.6923076923rem;
}

/*--------------------------------------------------------------
## preloader
--------------------------------------------------------------*/
#site-loading {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*--------------------------------------------------------------
## round 01
--------------------------------------------------------------*/
.round-1 {
  background-color: #374140;
}
.round-1 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
.round-1 .spinner {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
.round-1 #spinner_one {
  -webkit-animation: round-1-one 1.5s infinite;
  animation: round-1-one 1.5s infinite;
}
.round-1 #spinner_two {
  -webkit-animation: round-1-two 1.5s infinite;
  animation: round-1-two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.round-1 #spinner_three {
  -webkit-animation: round-1-three 1.5s infinite;
  animation: round-1-three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes round-1-one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes round-1-two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes round-1-three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*--------------------------------------------------------------
## round 02
--------------------------------------------------------------*/
.round-5 {
  background-color: #cf4a30;
}
.round-5 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: round-5-loading-center-absolute 1s infinite;
  animation: round-5-loading-center-absolute 1s infinite;
}
.round-5 .spinner {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.round-5 .spinner:nth-child(2n+0) {
  margin-right: 0;
}
.round-5 #spinner_one {
  -webkit-animation: round-5-one 1s infinite;
  animation: round-5-one 1s infinite;
}
.round-5 #spinner_two {
  -webkit-animation: round-5-two 1s infinite;
  animation: round-5-two 1s infinite;
}
.round-5 #spinner_three {
  -webkit-animation: round-5-three 1s infinite;
  animation: round-5-three 1s infinite;
}
.round-5 #spinner_four {
  -webkit-animation: round-5-four 1s infinite;
  animation: round-5-four 1s infinite;
}

@-webkit-keyframes round-5-loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round-5-loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes round-5-one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@keyframes round-5-one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@-webkit-keyframes round-5-two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@keyframes round-5-two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@-webkit-keyframes round-5-three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@keyframes round-5-three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@-webkit-keyframes round-5-four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
@keyframes round-5-four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
/*--------------------------------------------------------------
## round 03
--------------------------------------------------------------*/
.round-7 {
  background-color: #db5800;
}
.round-7 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 100px;
  margin-top: -10px;
  margin-left: -50px;
}
.round-7 .spinner {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: absolute;
}
.round-7 #spinner_one {
  -webkit-animation: round-7 2s linear infinite;
  animation: round-7 2s linear infinite;
}
.round-7 #spinner_two {
  -webkit-animation: round-7 2s linear infinite -.4s;
  animation: round-7 2s linear infinite -.4s;
}
.round-7 #spinner_three {
  -webkit-animation: round-7 2s linear infinite -.8s;
  animation: round-7 2s linear infinite -.8s;
}
.round-7 #spinner_four {
  -webkit-animation: round-7 2s linear infinite -1.2s;
  animation: round-7 2s linear infinite -1.2s;
}
.round-7 #spinner_five {
  -webkit-animation: round-7 2s linear infinite -1.6s;
  animation: round-7 2s linear infinite -1.6s;
}

@-webkit-keyframes round-7 {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
@keyframes round-7 {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
/*--------------------------------------------------------------
## square 01
--------------------------------------------------------------*/
.square-1 {
  background-color: #bd4932;
}
.square-1 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}
.square-1 .spinner {
  width: 80px;
  height: 80px;
  background-color: #FFF;
  -webkit-animation: square-1 1s infinite ease-in-out;
  animation: square-1 1s infinite ease-in-out;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}

@-webkit-keyframes square-1 {
  0% {
    -webkit-transform: perspective(160px);
  }
  50% {
    -webkit-transform: perspective(160px) rotateY(-180deg);
  }
  100% {
    -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
  }
}
@keyframes square-1 {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}
/*--------------------------------------------------------------
## square 02
--------------------------------------------------------------*/
.square-2 {
  background-color: #db9e36;
}
.square-2 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.square-2 .spinner {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  position: absolute;
  left: 65px;
  top: 65px;
}
.square-2 .spinner:nth-child(2n+0) {
  margin-right: 0;
}
.square-2 #spinner_one {
  -webkit-animation: square-2-one 2s infinite;
  animation: square-2-one 2s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.square-2 #spinner_two {
  -webkit-animation: square-2-two 2s infinite;
  animation: square-2-two 2s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.square-2 #spinner_three {
  -webkit-animation: square-2-three 2s infinite;
  animation: square-2-three 2s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.square-2 #spinner_four {
  -webkit-animation: square-2-four 2s infinite;
  animation: square-2-four 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.square-2 #spinner_five {
  -webkit-animation: square-2-five 2s infinite;
  animation: square-2-five 2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.square-2 #spinner_six {
  -webkit-animation: square-2-six 2s infinite;
  animation: square-2-six 2s infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.square-2 #spinner_seven {
  -webkit-animation: square-2-seven 2s infinite;
  animation: square-2-seven 2s infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.square-2 #spinner_eight {
  -webkit-animation: square-2-eight 2s infinite;
  animation: square-2-eight 2s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.square-2 #spinner_big {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation: square-2-big 2s infinite;
  animation: square-2-big 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes square-2-one {
  50% {
    -webkit-transform: translate(-65px, -65px);
  }
}
@keyframes square-2-one {
  50% {
    transform: translate(-65px, -65px);
    -webkit-transform: translate(-65px, -65px);
  }
}
@-webkit-keyframes square-2-two {
  50% {
    -webkit-transform: translate(0, -65px);
  }
}
@keyframes square-2-two {
  50% {
    transform: translate(0, -65px);
    -webkit-transform: translate(0, -65px);
  }
}
@-webkit-keyframes square-2-three {
  50% {
    -webkit-transform: translate(65px, -65px);
  }
}
@keyframes square-2-three {
  50% {
    transform: translate(65px, -65px);
    -webkit-transform: translate(65px, -65px);
  }
}
@-webkit-keyframes square-2-four {
  50% {
    -webkit-transform: translate(65px, 0);
  }
}
@keyframes square-2-four {
  50% {
    transform: translate(65px, 0);
    -webkit-transform: translate(65px, 0);
  }
}
@-webkit-keyframes square-2-five {
  50% {
    -webkit-transform: translate(65px, 65px);
  }
}
@keyframes square-2-five {
  50% {
    transform: translate(65px, 65px);
    -webkit-transform: translate(65px, 65px);
  }
}
@-webkit-keyframes square-2-six {
  50% {
    -webkit-transform: translate(0, 65px);
  }
}
@keyframes square-2-six {
  50% {
    transform: translate(0, 65px);
    -webkit-transform: translate(0, 65px);
  }
}
@-webkit-keyframes square-2-seven {
  50% {
    -webkit-transform: translate(-65px, 65px);
  }
}
@keyframes square-2-seven {
  50% {
    transform: translate(-65px, 65px);
    -webkit-transform: translate(-65px, 65px);
  }
}
@-webkit-keyframes square-2-eight {
  50% {
    -webkit-transform: translate(-65px, 0);
  }
}
@keyframes square-2-eight {
  50% {
    transform: translate(-65px, 0);
    -webkit-transform: translate(-65px, 0);
  }
}
@-webkit-keyframes square-2-big {
  50% {
    -webkit-transform: scale(0.5);
  }
}
@keyframes square-2-big {
  50% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
/*--------------------------------------------------------------
## square 03
--------------------------------------------------------------*/
.square-5 {
  background-color: #2980b9;
}
.square-5 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 118px;
  width: 118px;
  margin-top: -59px;
  margin-left: -59px;
}
.square-5 .spinner {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}
.square-5 .spinner:nth-child(3n+0) {
  margin-right: 0px;
}
.square-5 #spinner_one {
  -webkit-animation: square-5 1s -0.9s ease-in-out infinite;
  animation: square-5 1s -0.9s ease-in-out infinite;
}
.square-5 #spinner_two {
  -webkit-animation: square-5 1s -0.8s ease-in-out infinite;
  animation: square-5 1s -0.8s ease-in-out infinite;
}
.square-5 #spinner_three {
  -webkit-animation: square-5 1s -0.7s ease-in-out infinite;
  animation: square-5 1s -0.7s ease-in-out infinite;
}
.square-5 #spinner_four {
  -webkit-animation: square-5 1s -0.6s ease-in-out infinite;
  animation: square-5 1s -0.6s ease-in-out infinite;
}
.square-5 #spinner_five {
  -webkit-animation: square-5 1s -0.5s ease-in-out infinite;
  animation: square-5 1s -0.5s ease-in-out infinite;
}
.square-5 #spinner_six {
  -webkit-animation: square-5 1s -0.4s ease-in-out infinite;
  animation: square-5 1s -0.4s ease-in-out infinite;
}
.square-5 #spinner_seven {
  -webkit-animation: square-5 1s -0.3s ease-in-out infinite;
  animation: square-5 1s -0.3s ease-in-out infinite;
}
.square-5 #spinner_eight {
  -webkit-animation: square-5 1s -0.2s ease-in-out infinite;
  animation: square-5 1s -0.2s ease-in-out infinite;
}
.square-5 #spinner_nine {
  -webkit-animation: square-5 1s -0.1s ease-in-out infinite;
  animation: square-5 1s -0.1s ease-in-out infinite;
}

@-webkit-keyframes square-5 {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes square-5 {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/*--------------------------------------------------------------
## square 04
--------------------------------------------------------------*/
.square-7 {
  background-color: #e74c3c;
}
.square-7 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}
.square-7 .spinner {
  width: 25px;
  height: 25px;
  background-color: #FFF;
  margin-right: 50px;
  float: left;
  margin-bottom: 50px;
}
.square-7 .spinner:nth-child(2n+0) {
  margin-right: 0;
}
.square-7 #spinner_one {
  -webkit-animation: square-7-one 2s infinite;
  animation: square-7-one 2s infinite;
}
.square-7 #spinner_two {
  -webkit-animation: square-7-two 2s infinite;
  animation: square-7-two 2s infinite;
}
.square-7 #spinner_three {
  -webkit-animation: square-7-three 2s infinite;
  animation: square-7-three 2s infinite;
}
.square-7 #spinner_four {
  -webkit-animation: square-7-four 2s infinite;
  animation: square-7-four 2s infinite;
}

@-webkit-keyframes square-7-one {
  25% {
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes square-7-one {
  25% {
    transform: translate(75px, 0) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(75px, 75px) rotate(-180deg);
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
  }
  75% {
    transform: translate(0, 75px) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes square-7-two {
  25% {
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes square-7-two {
  25% {
    transform: translate(0, 75px) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(-75px, 75px) rotate(-180deg);
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
  }
  75% {
    transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes square-7-three {
  25% {
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes square-7-three {
  25% {
    transform: translate(0, -75px) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(75px, -75px) rotate(-180deg);
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
  }
  75% {
    transform: translate(75px, 0) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes square-7-four {
  25% {
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes square-7-four {
  25% {
    transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(-75px, -75px) rotate(-180deg);
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
  }
  75% {
    transform: translate(0, -75px) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/*--------------------------------------------------------------
## square 05
--------------------------------------------------------------*/
.square-8 {
  background-color: #2c3e50;
}
.square-8 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: square-8-loading-center-absolute 1.5s infinite;
  animation: square-8-loading-center-absolute 1.5s infinite;
}
.square-8 .spinner {
  width: 25px;
  height: 25px;
  background-color: #FFF;
  float: left;
}
.square-8 #spinner_one {
  -webkit-animation: square-8-one 1.5s infinite;
  animation: square-8-one 1.5s infinite;
}
.square-8 #spinner_two {
  -webkit-animation: square-8-two 1.5s infinite;
  animation: square-8-two 1.5s infinite;
}
.square-8 #spinner_three {
  -webkit-animation: square-8-three 1.5s infinite;
  animation: square-8-three 1.5s infinite;
}
.square-8 #spinner_four {
  -webkit-animation: square-8-four 1.5s infinite;
  animation: square-8-four 1.5s infinite;
}

@-webkit-keyframes square-8-loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes square-8-loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes square-8-one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes square-8-one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes square-8-two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes square-8-two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes square-8-three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes square-8-three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes square-8-four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes square-8-four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
/*--------------------------------------------------------------
## others 01
--------------------------------------------------------------*/
.various-4 {
  background-color: #45b29d;
}
.various-4 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 150px;
  margin-top: -25px;
  margin-left: -75px;
}
.various-4 .spinner {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #FFF;
  -webkit-animation: various-4 1s infinite;
  animation: various-4 1s infinite;
  float: left;
}
.various-4 .spinner:last-child {
  margin-right: 0;
}
.various-4 .spinner:nth-child(10) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.various-4 .spinner:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.various-4 .spinner:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.various-4 .spinner:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.various-4 .spinner:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.various-4 .spinner:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.various-4 .spinner:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.various-4 .spinner:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.various-4 .spinner:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes various-4 {
  50% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes various-4 {
  50% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
/*--------------------------------------------------------------
## others 02
--------------------------------------------------------------*/
.various-7 {
  background-color: #df5a49;
}
.various-7 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}
.various-7 .spinner {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-left: 5px solid #FFF;
  border-right: 5px solid #FFF;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-animation: various-7 2s infinite;
  animation: various-7 2s infinite;
}
.various-7 #spinner_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
.various-7 #spinner_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.various-7 #spinner_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.various-7 #spinner_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes various-7 {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes various-7 {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*--------------------------------------------------------------
## others 03
--------------------------------------------------------------*/
.various-8 {
  background-color: #17607d;
}
.various-8 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.various-8 .spinner {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  border-right: 5px solid transparent;
  -webkit-animation: various-8 2s infinite;
  animation: various-8 2s infinite;
}
.various-8 #spinner_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
.various-8 #spinner_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.various-8 #spinner_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.various-8 #spinner_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes various-8 {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes various-8 {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
/*--------------------------------------------------------------
## others 04
--------------------------------------------------------------*/
.various-9 {
  background-color: #ff9311;
}
.various-9 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}
.various-9 .spinner {
  position: absolute;
  height: 10px;
  width: 50px;
  background-color: #FFF;
}
.various-9 .spinner:nth-child(2n+0) {
  -webkit-animation: various-9-animate-right 2s infinite;
  animation: various-9-animate-right 2s infinite;
}
.various-9 .spinner:nth-child(2n+1) {
  -webkit-animation: various-9-animate-left 2s infinite;
  animation: various-9-animate-left 2s infinite;
}
.various-9 .spinner:nth-child(1) {
  top: 0px;
  left: 0px;
}
.various-9 .spinner:nth-child(2) {
  top: 0px;
  left: 50px;
}
.various-9 .spinner:nth-child(3) {
  top: 10px;
  left: 0px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.various-9 .spinner:nth-child(4) {
  top: 10px;
  left: 50px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.various-9 .spinner:nth-child(5) {
  top: 20px;
  left: 0px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.various-9 .spinner:nth-child(6) {
  top: 20px;
  left: 50px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.various-9 .spinner:nth-child(7) {
  top: 30px;
  left: 0px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.various-9 .spinner:nth-child(8) {
  top: 30px;
  left: 50px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.various-9 .spinner:nth-child(9) {
  top: 40px;
  left: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.various-9 .spinner:nth-child(10) {
  top: 40px;
  left: 50px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.various-9 .spinner:nth-child(11) {
  top: 50px;
  left: 0px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.various-9 .spinner:nth-child(12) {
  top: 50px;
  left: 50px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.various-9 .spinner:nth-child(13) {
  top: 60px;
  left: 0px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.various-9 .spinner:nth-child(14) {
  top: 60px;
  left: 50px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.various-9 .spinner:nth-child(15) {
  top: 70px;
  left: 0px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.various-9 .spinner:nth-child(16) {
  top: 70px;
  left: 50px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.various-9 .spinner:nth-child(17) {
  top: 80px;
  left: 0px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.various-9 .spinner:nth-child(18) {
  top: 80px;
  left: 50px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.various-9 .spinner:nth-child(19) {
  top: 90px;
  left: 0px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.various-9 .spinner:nth-child(20) {
  top: 90px;
  left: 50px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes various-9-animate-right {
  50% {
    -ms-transform: translate(200px, -200px) rotate(180deg);
    -webkit-transform: translate(200px, -200px) rotate(180deg);
    transform: translate(200px, -200px) rotate(180deg);
  }
}
@keyframes various-9-animate-right {
  50% {
    -ms-transform: translate(200px, -200px) rotate(180deg);
    -webkit-transform: translate(200px, -200px) rotate(180deg);
    transform: translate(200px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes various-9-animate-left {
  50% {
    -ms-transform: translate(-200px, -200px) rotate(180deg);
    -webkit-transform: translate(-200px, -200px) rotate(180deg);
    transform: translate(-200px, -200px) rotate(180deg);
  }
}
@keyframes various-9-animate-left {
  50% {
    -ms-transform: translate(-200px, -200px) rotate(180deg);
    -webkit-transform: translate(-200px, -200px) rotate(180deg);
    transform: translate(-200px, -200px) rotate(180deg);
  }
}
/*--------------------------------------------------------------
## Multisites
--------------------------------------------------------------*/
.widecolumn {
  margin-bottom: 3.5em;
  padding: 0 7.6923%;
}

.widecolumn .mu_register {
  width: auto;
}

.widecolumn .mu_register .mu_alert {
  background: transparent;
  border-color: #d1d1d1;
  color: inherit;
  margin-bottom: 3.5em;
  padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
  margin-top: 0;
}

.widecolumn h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 1.2173913043;
  margin-bottom: 1.2173913043em;
}

.widecolumn p {
  margin: 1.75em 0;
}

.widecolumn p + h2 {
  margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  text-transform: uppercase;
}

.widecolumn .mu_register label {
  margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
  font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}

.widecolumn .mu_register #blogname {
  margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
  margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
  font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## homeboxed
--------------------------------------------------------------*/
body.theme_float {
  background-color: #e6e6e6;
  border: 30px solid transparent;
  overflow: hidden;
}
body.theme_float:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  top: 0;
  z-index: 1002;
  left: 0;
}
body.theme_float:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  bottom: 0;
  z-index: 1002;
  display: block;
  left: 0;
}

body:not(.custom-background-image).theme_float:before,
body:not(.custom-background-image).theme_float:after {
  background: inherit;
  content: "";
  display: block;
  height: 21px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}

body:not(.custom-background-image).theme_float:before {
  top: 0;
}

body:not(.custom-background-image).theme_float.admin-bar:before {
  top: 46px;
}

body:not(.custom-background-image).theme_float:after {
  bottom: 0;
}

/*boxed 1200px*/
#page {
  position: relative;
  overflow: hidden;
}

body.home-box-wapper #page {
  margin: 0px auto;
  max-width: 1200px;
  background: #fff;
  box-shadow: 0px 1px 15px -7px rgba(0, 0, 0, 0.64);
  -webkit-transition: all .01s ease-in-out;
  transition: all .01s ease-in-out;
}

body.boxed_bg_image_default {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

body.boxed_bg_image_pattern {
  background-repeat: repeat;
  background-position: 50% 50%;
}

body.home-box-wapper {
  background-repeat: repeat;
  background-position: 50% 50%;
}

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
/*portfolio wraping*/
.portfolio-container {
  position: relative;
  margin-bottom: 3.8461538462rem;
}

.portfolio {
  position: relative;
}
.portfolio .portfolio-tabs {
  display: table;
  width: 100%;
  margin-bottom: 1.5384615385rem;
}
.portfolio .portfolio-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.portfolio .portfolio-tabs ul li {
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
}
.portfolio .portfolio-tabs ul li.none-magic-line {
  margin: 0;
}

.portfolio .portfolio-tabs.tabs-hidden {
  display: none;
}

.portfolio .portfolio-tabs .tab-wrapper.center {
  text-align: center;
}

.portfolio .portfolio-tabs .tab-wrapper.center ul {
  text-align: center;
  display: inline-block;
}

.portfolio .portfolio-tabs .tab-wrapper.right > ul {
  float: right;
}

.portfolio .portfolio-tabs .tab-wrapper.left > ul {
  float: left;
}

.portfolio .portfolio-tabs .title-portfolio {
  position: absolute;
  padding: 15px 0;
}

.portfolio .portfolio-tabs .title-portfolio.left {
  right: 0;
}

.portfolio .portfolio-tabs .title-portfolio.isolation {
  display: block;
  margin-bottom: 30px;
}

.portfolio .portfolio-tabs .title-portfolio.isolation > span {
  display: block;
}

.portfolio .portfolio-tabs .title-portfolio.isolation.left,
.portfolio .portfolio-tabs .title-portfolio.isolation.right {
  float: none;
  position: relative;
  left: 0;
  right: 0;
}

.portfolio .portfolio-tabs .title-portfolio.isolation.right {
  text-align: right;
}

.portfolio-wrapper.piko-col-md-2 .portfolio-item {
  width: 50%;
  float: left;
  padding-bottom: 0;
}

.portfolio-wrapper.piko-col-md-2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner h5 {
  font-size: 22px;
  margin-bottom: 0.5em;
}

.portfolio-wrapper.piko-col-md-2 .entry-hover-inner span.link-button a.view-gallery,
.portfolio-wrapper.piko-col-md-2 .entry-hover-inner span.link-button a.link {
  font-size: 1.6875rem;
}

.portfolio-wrapper.piko-col-md-3 .portfolio-item {
  width: 33.3333333%;
  float: left;
}

.portfolio-wrapper.piko-col-md-4 .portfolio-item {
  width: 25%;
  float: left;
}

.grid-sizer {
  width: 25%;
}

.portfolio-wrapper.piko-col-md-5 .portfolio-item {
  width: 20%;
  padding-bottom: 0;
  float: left;
}

.portfolio-wrapper.piko-col-md-6 .portfolio-item {
  width: 16.66667%;
  padding-bottom: 0;
}

.portfolio-wrapper.piko-col-md-6 .owl-wrapper-outer .portfolio-item {
  width: 100%;
  padding: 0;
}

.portfolio-wrapper.col-padding-02 .portfolio-item {
  padding: 0px 2px 4px 2px;
}

.portfolio-wrapper.col-padding-02 {
  margin-left: -2px;
  margin-right: -2px;
}

.portfolio-wrapper.col-padding-05 .portfolio-item {
  padding: 0px 5px 10px 5px;
}

.portfolio-wrapper.col-padding-05 {
  margin-left: -5px;
  margin-right: -5px;
}

.portfolio-wrapper.col-padding-10 .portfolio-item {
  padding: 0px 10px 20px 10px;
}

.portfolio-wrapper.col-padding-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.portfolio-wrapper.col-padding-15 .portfolio-item {
  padding: 0px 15px 30px 15px;
}

.portfolio-wrapper.col-padding-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.portfolio-wrapper.col-padding-20 .portfolio-item {
  padding: 0px 20px 40px 20px;
}

.portfolio-wrapper.col-padding-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.portfolio-wrapper.col-padding-40 .portfolio-item {
  padding: 0px 40px 80px 40px;
}

.portfolio-wrapper.col-padding-40 {
  margin-left: -40px;
  margin-right: -40px;
}

.portfolio-wrapper .portfolio-item {
  padding: 0px;
  position: relative;
}

.portfolio-wrapper .portfolio-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: inline-block;
}

.portfolio-wrapper .portfolio-item span.link-button {
  display: inline-block;
}

.portfolio-wrapper .portfolio-item span.link-button a.view-gallery,
.portfolio-wrapper .portfolio-item span.link-button a.link {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 37px;
  font-size: 1.375rem;
  float: left;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-wrapper .portfolio-item span.link-button a.view-gallery:hover,
.portfolio-wrapper .portfolio-item span.link-button a.link:hover {
  opacity: .8;
}

.portfolio-wrapper .portfolio-item span.link-button a:first-child {
  margin-right: 14px;
}

.portfolio-wrapper .portfolio-item .entry-thumbnail {
  overflow: hidden;
}

.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover-wrap {
  position: relative;
  text-align: center;
}

.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover a {
  border-radius: 0px;
  border: none;
  width: 100%;
  text-decoration: none;
  display: inline;
}

.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-inner {
  display: table-cell;
  vertical-align: middle;
}

.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-inner.title-bottom {
  text-align: center;
}

.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-inner.title-bottom a {
  font-size: 2rem;
}

.portfolio-item.hover-align-center .entry-hover-wrapper {
  text-align: center;
  padding-left: 1.5384615385rem;
  padding-right: 1.5384615385rem;
}

.portfolio-item.hover-align-left .entry-hover-wrapper {
  text-align: left;
}
.portfolio-item.hover-align-left .entry-hover-wrapper .entry-hover-inner {
  padding-left: 1.1538461538rem;
  padding-right: 1.1538461538rem;
}

.portfolio-item.hover-align-bottom .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.portfolio-item .entry-hover-inner .category {
  display: block;
}

.portfolio-item .entry-thumbnail .entry-hover-wrapper .entry-hover-inner .excerpt {
  max-height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
}

body.boxed .portfolio-item .entry-thumbnail .entry-hover-wrapper .entry-hover-inner .icon.full {
  display: none;
}

body.boxed .portfolio.style_2 .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}

body.boxed .portfolio.style_2 .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 20px;
}

.portfolio-load-more-wrapper {
  text-align: center;
  margin-top: 88px;
  position: relative;
}

.entry-thumbnail {
  overflow: hidden;
  position: relative;
}

.entry-thumbnail-hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner h5 a,
.entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner h5 {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0.25em;
  line-height: 1.3;
}

.entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .excerpt,
.entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a,
.entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .category,
.entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner h5 {
  color: #fff;
}

.entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner h5 a:hover {
  opacity: 0.8;
}

.entry-thumbnail:hover .entry-thumbnail-hover {
  opacity: 1;
}

.entry-thumbnail .entry-thumbnail-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio .paging {
  margin-top: 40px;
  text-align: center;
}

.portfolio-item.hover-dir .entry-thumbnail .entry-thumbnail-hover {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.portfolio-wrapper.piko-col-md-2 .entry-title-wrapper,
.portfolio-wrapper.piko-col-md-3 .entry-title-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.portfolio-wrapper.piko-col-md-4 .entry-title-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.portfolio-wrapper.piko-col-md-5 .entry-title-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.portfolio-wrapper.piko-col-md-6 .entry-title-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.portfolio-wrapper .entry-title-wrapper h5,
.portfolio-wrapper .entry-title-wrapper h5 {
  font-size: 1.3076923077rem;
  line-height: 1.2;
  margin-bottom: 0.2307692308rem;
}

.portfolio-wrapper.piko-col-md-5 .entry-title-wrapper h5,
.portfolio-wrapper.piko-col-md-6 .entry-title-wrapper h5 {
  margin-bottom: 0;
  font-size: 1.1538461538rem;
}

.portfolio-item .entry-thumbnail.title-excerpt .entry-thumbnail-hover {
  background-color: transparent;
  top: 0;
}

.portfolio-item .entry-thumbnail.title-excerpt .entry-thumbnail-hover .entry-hover-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.portfolio-item .entry-thumbnail.title-excerpt .entry-thumbnail-hover .excerpt {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.portfolio-item .entry-thumbnail.title-excerpt .entry-thumbnail-hover .title h5 {
  text-align: left;
  padding-left: 30px;
}

.portfolio-item.height-50 .entry-thumbnail.title-excerpt .entry-thumbnail-hover {
  height: 50%;
  top: auto;
  bottom: 30px;
}

.portfolio-item.height-50 .entry-thumbnail.title-excerpt .entry-thumbnail-hover .entry-hover-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.piko-col-md-5 .portfolio-item .entry-thumbnail.title-category-excerpt a.title {
  display: inline-block;
  margin-top: 12px;
}

.piko-col-md-5 .portfolio-item .entry-thumbnail.title-category-excerpt a.title h5 {
  margin-bottom: 0;
}

.piko-col-md-5 .portfolio-item .entry-thumbnail.title-category-excerpt div.excerpt-wrap {
  margin-top: 30px;
}

.piko-col-md-5 .portfolio-item .entry-thumbnail.title-category-excerpt div.excerpt-wrap span.excerpt {
  margin-top: -12px;
}

.archive-portfolio {
  margin-top: 40px;
}

/*post related title*/
.related-post {
  margin-bottom: 3.8461538462rem;
}
.related-post .related-title {
  overflow: hidden;
  text-align: center;
}
.related-post .related-title .title-relate {
  display: inline-block;
  position: relative;
  margin-bottom: 3.0769230769rem;
}
.related-post .related-title .title-relate:before, .related-post .related-title .title-relate:after {
  content: "";
  top: 49%;
  position: absolute;
  border-bottom: 0.0769230769rem solid #ebeaea;
  width: 999%;
}
.related-post .related-title .title-relate:before {
  margin-left: 1.5384615385rem;
  left: 100%;
}
.related-post .related-title .title-relate:after {
  margin-right: 1.5384615385rem;
  right: 100%;
}
.related-post .portfolio-wrapper .entry-title-inner h4 {
  margin-top: 1rem;
  line-height: 1.2;
  margin-bottom: 0.2307692308rem;
}

.hover-animation .category,
.hover-animation h5 {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 50);
}

.hover-animation .link-button {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, -50);
}

.hover-animation .link-button,
.hover-animation h5 {
  transition: all .6s ease;
}

.hover-animation .category {
  transition: all .9s ease;
}

.hover-animation:hover .link-button,
.hover-animation:hover .category,
.hover-animation:hover h5 {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/*single portfolio*/
.portfolio-info.padding-top {
  padding-top: 1.5384615385rem;
}

.portfolio-info.extra-field {
  margin-top: 4.6153846154rem;
}

.portfolio-info h6 {
  font-size: 0.9230769231rem;
  display: inline-block;
  margin-bottom: 0;
  min-width: 6.1538461538rem;
  letter-spacing: 0.0769230769rem;
}
.portfolio-info .portfolio-info-box {
  padding: 1rem 0;
  border-top: 1px solid #ebeaea;
  line-height: 1;
}
.portfolio-info .portfolio-info-box:last-child {
  border-bottom: 1px solid #ebeaea;
}
.portfolio-info .portfolio-info-box .portfolio-meta {
  display: inline-block;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
.portfolio-info .share ul li a {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.portfolio-info .share ul li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.post-single {
  margin-bottom: 3.8461538462rem;
}
.post-single .entry-header h3 {
  margin-bottom: 0.2307692308rem;
}
.post-single .owl-wrap {
  margin-bottom: 2.6923076923rem;
}
.post-single .owl-wrap .owl-prev i,
.post-single .owl-wrap .owl-next i {
  font-size: 2.3076923077rem;
  color: #fff;
  font-family: 'Linearicons-Free';
}
.post-single .owl-wrap .owl-prev.disabled:hover,
.post-single .owl-wrap .owl-next.disabled:hover {
  background-color: transparent;
}
.post-single .owl-wrap .owl-next i:before {
  content: "\e87a";
}
.post-single .owl-wrap .owl-prev i:before {
  content: "\e879";
}
.post-single .category a {
  color: #747474;
}
.post-single .share {
  border-top: 1px solid #ebeaea;
  padding: 0.9230769231rem 0 1.9230769231rem;
  position: relative;
}
.post-single .share h6 {
  text-transform: uppercase;
  display: inline-block;
  padding-right: 1.3846153846rem;
  font-size: 0.9230769231rem;
  margin-bottom: 0;
}
.post-single .share ul {
  list-style: none;
  display: inline-block;
  position: absolute;
  margin-bottom: 0;
  padding-left: 0;
}
.post-single .share ul li {
  padding-right: 1.2307692308rem;
  float: left;
  color: #747474;
}
.post-single .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
}

.single-content-wrap .category.btn {
  margin-bottom: 1.8461538462rem;
  padding: 0.9230769231rem 1.3846153846rem;
  border: solid 0.1538461538rem #ebeaea;
  margin-right: 0.1538461538rem;
  display: inline-block;
}

@media only screen and (min-width: 1920px) {
  .portfolio-wrapper .portfolio-item .entry-thumbnail > img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .portfolio .portfolio-tabs .title-portfolio {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .title-more-link .title-wrapper .subtitle {
    max-height: 7.6923076923rem;
    overflow: hidden;
  }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  .portfolio-item.hover-align-left .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
    padding-left: 1.5384615385rem;
  }

  .portfolio-item.hover-align-left .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.excerpt {
    line-height: 1.5;
    max-height: 4.4615384615rem;
  }

  .portfolio-item.hover-align-left .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.link-button {
    padding-top: 1.3846153846rem;
  }
}
@media (max-width: 1000px) {
  .portfolio-wrapper.piko-col-md-2 .portfolio-item .post-title,
  .portfolio-wrapper.piko-col-md-2 .portfolio-item .category {
    font-size: 0.9230769231rem;
  }

  .portfolio-wrapper.piko-col-md-2 .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner h5,
  .portfolio-wrapper.piko-col-md-2 .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span {
    font-size: 0.9230769231rem;
  }

  .portfolio-item .entry-thumbnail.icon .separate .line {
    height: 1.5384615385rem;
  }

  .portfolio .portfolio-tabs {
    margin-bottom: 2.3076923077rem;
  }
}
@media (max-width: 768px) {
  .portfolio .portfolio-tabs .title-portfolio.isolation.right,
  .portfolio .portfolio-tabs .title-portfolio.isolation.left,
  .portfolio .portfolio-tabs .title-portfolio.isolation.center,
  .portfolio .portfolio-tabs .title-portfolio.left,
  .portfolio .portfolio-tabs .title-portfolio.center,
  .portfolio .portfolio-tabs .title-portfolio.right {
    float: none;
    display: block;
    line-height: 1;
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    margin-bottom: 2.3076923077rem;
  }

  .portfolio .portfolio-tabs .title-portfolio.isolation.right > span,
  .portfolio .portfolio-tabs .title-portfolio.isolation.left > span,
  .portfolio .portfolio-tabs .title-portfolio.isolation.center > span {
    display: block;
  }

  .portfolio .portfolio-tabs .title-portfolio.isolation.right .bottom-line,
  .portfolio .portfolio-tabs .title-portfolio.isolation.left .bottom-line,
  .portfolio .portfolio-tabs .title-portfolio.isolation.center .bottom-line,
  .portfolio .portfolio-tabs .title-portfolio.left .bottom-line,
  .portfolio .portfolio-tabs .title-portfolio.center .bottom-line,
  .portfolio .portfolio-tabs .title-portfolio.right .bottom-line {
    margin-top: 1.5384615385rem;
    display: inline-block;
  }

  .portfolio .portfolio-tabs .tab-wrapper {
    text-align: center;
  }

  .portfolio .portfolio-tabs .tab-wrapper.right ul,
  .portfolio .portfolio-tabs .tab-wrapper.left ul,
  .portfolio .portfolio-tabs .tab-wrapper.center ul {
    float: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }

  .portfolio .portfolio-tabs .tab-wrapper.right ul li,
  .portfolio .portfolio-tabs .tab-wrapper.left ul li,
  .portfolio .portfolio-tabs .tab-wrapper.center ul li {
    margin-left: 0;
  }

  .portfolio .portfolio-tabs .tab-wrapper.right .magic-line-container,
  .portfolio .portfolio-tabs .tab-wrapper.left .magic-line-container,
  .portfolio .portfolio-tabs .tab-wrapper.center .magic-line-container {
    display: inline-block;
    float: none;
  }

  .portfolio.slider .portfolio-tabs .title-portfolio {
    text-align: left;
  }

  .portfolio.slider .portfolio-tabs .title-portfolio .bottom-line {
    display: block;
  }

  .portfolio.slider .owl-controls .owl-buttons div.owl-prev,
  .portfolio.slider .owl-controls .owl-buttons div.owl-next {
    top: -80px;
  }
}
@media (max-width: 767px) {
  .portfolio .one-page {
    margin-top: 3.8461538462rem;
  }
}
@media (max-width: 600px) {
  .portfolio-item .entry-thumbnail .entry-hover-wrapper .entry-hover-inner h5 {
    margin-bottom: 0;
  }

  .title-more-link .more-link-wrap {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .portfolio .portfolio-tabs ul {
    width: 100%;
  }

  .portfolio .portfolio-tabs ul li {
    width: 100%;
    padding-bottom: 0;
    margin: 0;
    padding-top: 0.3076923077rem;
    padding-bottom: 0.3076923077rem;
  }

  .portfolio .portfolio-tabs ul li.none-magic-line {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 990px) {
  .portfolio-wrapper.piko-col-md-3 .portfolio-item,
  .portfolio-wrapper.piko-col-md-4 .portfolio-item,
  .portfolio-wrapper.piko-col-md-5 .portfolio-item,
  .portfolio-wrapper.piko-col-md-6 .portfolio-item,
  .portfolio-wrapper.piko-col-md-5 .more-link-wrap {
    width: 50%;
  }
}
@media (min-width: 320px) and (max-width: 590px) {
  .portfolio-wrapper.piko-col-md-2 .portfolio-item,
  .portfolio-wrapper.piko-col-md-3 .portfolio-item,
  .portfolio-wrapper.piko-col-md-4 .portfolio-item,
  .portfolio-wrapper.piko-col-md-5 .portfolio-item,
  .portfolio-wrapper.piko-col-md-6 .portfolio-item,
  .portfolio-wrapper.piko-col-md-5 .more-link-wrap {
    width: 100%;
  }

  .magic-line-container .magic-line {
    display: none;
  }

  .title-more-link .title-inner-wrap {
    padding-left: 1.1538461538rem;
    padding-right: 1.1538461538rem;
  }
}
/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
/*shortcode color*/
.margin-b50 {
  margin-bottom: 2.6923076923rem;
}

@media (min-width: 1280px) {
  .margin-b50 {
    margin-bottom: 3.8461538462rem;
  }
}
@media (min-width: 991px) {
  .margin-b50 {
    margin-bottom: 3.4615384615rem;
  }
}
/*Read more button*/
.btn_read_more:after {
  content: "\e87a";
  font-family: "Linearicons-Free";
  font-size: 16px;
  margin-left: 5px;
  vertical-align: middle;
}

.btn_read_more:hover:after {
  -webkit-animation: block_read__icon 1.5s 0s infinite;
  animation: block_read__icon 1.5s 0s infinite;
}

@-webkit-keyframes block_read__icon {
  50% {
    padding-left: 10px;
  }
  100% {
    padding-left: 0;
  }
}
@keyframes block_read__icon {
  50% {
    padding-left: 10px;
  }
  100% {
    padding-left: 0;
  }
}
.btn-inline {
  display: inline-block;
  margin: 0 0.1538461538rem;
}

.btn-inline.btn-fullwidth {
  display: inherit;
}

.btn-wrap a {
  padding: 0.7692307692rem 1.8461538462rem 0.7692307692rem;
  font-weight: 700;
  border: 0.0769230769rem solid #45bf55;
  background-color: #45bf55;
  color: #fff;
  font-size: 16px;
  display: block;
  -webkit-animation: all 0.3s ease 0s;
  -o-animation: all 0.3s ease 0s;
  animation: all 0.3s ease 0s;
}
.small .btn-wrap a {
  padding: 0.5384615385rem 1.2307692308rem 0.5384615385rem;
}
.large .btn-wrap a {
  padding: 1rem 2.6153846154rem 1rem;
}
.layout-round .btn-wrap a {
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
}
.layout-outline .btn-wrap a {
  background-color: transparent;
  color: #333;
}
.twopx .btn-wrap a {
  border: 0.1538461538rem solid #45bf55;
}
.threepx .btn-wrap a {
  border: 0.2307692308rem solid #45bf55;
}
.btn-wrap a:hover {
  background-color: transparent !important;
  color: #333 !important;
}
.layout-outline .btn-wrap a:hover {
  background-color: #45bf55 !important;
  border-color: #45bf55 !important;
  color: #fff !important;
}

.arrow {
  list-style: none;
  margin: 0;
  padding: 0;
}
.arrow li {
  line-height: 1.0769230769rem;
  margin: 0;
  padding: 0;
  margin-bottom: 0.7692307692rem;
  padding-left: 1.9230769231rem;
}
.arrow li:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  height: 1rem;
  width: 1rem;
  line-height: 1rem;
  position: absolute;
  font-size: 0.8461538462rem;
  content: '\f00c';
  float: left;
  margin-right: 0;
  margin-left: -1.9230769231rem;
  font-family: 'fontAwesome';
  text-align: center;
  color: #45bf55;
}

/*fixed background*/
.fixed-bg {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.scroll {
  background-attachment: scroll;
}

/*brand logo style*/
.brand-logo-style img {
  position: relative;
}

.brand-logo-style figure {
  position: relative;
  overflow: hidden;
}

/* ---------------------------------
    16.9 Zoom In effect 
-----------------------------------*/
.font-icon,
.hover01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.hover01:hover .font-icon,
.hover01:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shine effect */
.hover01,
.hover02,
.hover03,
.hover04,
.hover05 {
  position: relative;
  overflow: hidden;
}

.hover02:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover02:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* Circle effect */
.hover03:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.hover03:hover:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.hover04 a:before,
.hover04 a:after {
  position: absolute;
  content: '';
  opacity: 0;
}

.hover04 a:before {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.hover04 a:after {
  top: 10px;
  right: 20px;
  bottom: 10px;
  left: 20px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.hover04 a:before,
.hover04 a:after {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.hover04:hover a:before,
.hover04:hover a:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hover04:hover a:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.hover05 a:before {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px dotted #fff;
  content: '';
}

.hover05 a:before {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.hover05:hover a:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*overlay text*/
figure .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  opacity: 0;
  border: 2px;
  padding: 5px 10px 6px;
  background: rgba(0, 0, 0, 0.6);
}

figure .overlay:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1px solid #fff;
}

figure:hover .overlay {
  opacity: 1;
}

.icon-block {
  display: table;
}
.icon-layout-2.text-center .icon-block {
  margin: 0 auto;
}
.icon-block .icon-wrap, .icon-block .icon-content {
  display: table-cell;
}
.icon-layout-2 .icon-block .icon-wrap, .icon-layout-2 .icon-block .icon-content {
  display: inline-block;
  margin-bottom: 1.1538461538rem;
}
.icon-block .icon-wrap {
  width: 3.8461538462rem;
  height: 3.8461538462rem;
  line-height: 3.8461538462rem;
  color: #45bf55;
  background-color: #232526;
  text-align: center;
  font-size: 1.9230769231rem;
  display: block;
  margin-top: 0.3846153846rem;
  border-radius: 0.0769230769rem;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.icon-block .icon-wrap span {
  /*padding-top: rem-calc(4px);*/
  display: block;
}
.gray-bg .icon-block .icon-wrap {
  background-color: #ebeaea;
}
.icon-border .icon-block .icon-wrap {
  border: 1px solid #ebeaea;
  border-radius: 50%;
  margin-top: 0;
  background-color: transparent;
}
.icon-border.white-bg .icon-block .icon-wrap {
  background-color: #fff;
}
.icon-border.icon-layout-2 .icon-block .icon-wrap {
  width: 6.1538461538rem;
  height: 6.1538461538rem;
  line-height: 6.1538461538rem;
  font-size: 2.6923076923rem;
}
.icon-block .icon-content {
  vertical-align: top;
}
.icon-layout-1 .icon-block .icon-content {
  padding-left: 1rem;
}
.icon-layout-2 .icon-block .icon-content {
  width: 100%;
}
.icon-layout-2.counter-box .icon-block .icon-content {
  margin-top: 0;
}
.icon-block .icon-content .count {
  font-size: 1.9230769231rem;
  color: #fff;
}
.icon-layout-2.counter-box .icon-block .icon-content .count {
  font-size: 2.6923076923rem;
  margin-bottom: 1rem;
}
.icon-block .icon-content h4 {
  margin: 0;
  padding: 0;
}
.icon-layout-2 .icon-block .icon-content h4 {
  margin-bottom: 0.7692307692rem;
}
.icon-border.white-bg .icon-block .icon-content h4 {
  padding-top: 0.3846153846rem;
}
.counter-box .icon-block .icon-content h4 {
  color: #fff;
}
.icon-block .icon-content h4 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.icon-block .icon-content p {
  margin-top: 0;
}
.counter-box .icon-block .icon-content p {
  color: #fff;
}
.icon-block:hover .icon-wrap {
  background-color: #45bf55;
}
.counter-bg .icon-block:hover .icon-wrap {
  background-color: transparent;
}
.icon-border.white-bg .icon-block:hover .icon-wrap {
  background-color: #45bf55;
}
.icon-border .icon-block:hover .icon-wrap {
  border: 1px solid #45bf55;
}

.icon-layout-2:not(.counter-bg) .icon-block:hover .icon-wrap i, .icon-layout-2:not(.counter-bg) .icon-block:hover .icon-wrap span,
.icon-layout-1:not(.counter-bg) .icon-block:hover .icon-wrap i,
.icon-layout-1:not(.counter-bg) .icon-block:hover .icon-wrap span {
  color: #fff;
}

.icon-layout-1.counter-box .icon-block .icon-wrap {
  background-color: transparent;
  font-size: 5.3846153846rem;
  width: inherit;
  height: inherit;
  line-height: 1;
  margin-top: 0;
}
.icon-layout-1.counter-box .icon-block .icon-wrap span {
  line-height: 2rem;
}

.icon-layout-2.counter-box .icon-block:hover .icon-wrap {
  background-color: transparent;
}

/*counter box*/
/*content form*/
.wpcf7 p {
  margin-bottom: 35px;
}

.wpcf7 .piko-contact p {
  margin-bottom: 15px;
}

div.wpcf7-mail-sent-ok {
  border-color: #45bf55;
}

.piko-contact input[type="text"],
.piko-contact input[type="email"],
.piko-contact input[type="url"],
.piko-contact input[type="password"],
.piko-contact input[type="search"],
.piko-contact input[type="tel"],
.piko-contact input[type="number"],
.piko-contact textarea {
  /*border-color: #f9f9f9;*/
}

.piko-contact input[type="text"]:focus,
.piko-contact input[type="email"]:focus,
.piko-contact input[type="url"]:focus,
.piko-contact input[type="password"]:focus,
.piko-contact input[type="search"]:focus,
.piko-contact input[type="tel"]:focus,
.piko-contact input[type="number"]:focus,
.piko-contact textarea:focus {
  border-color: #45bf55;
}

.piko-contact .contact-Field {
  margin-bottom: 20px;
}

.piko-contact input[type="submit"] {
  background-color: #45bf55;
}

.piko-contact input[type="submit"]:hover {
  background-color: #333;
}

.contact-us-details .contact-address {
  padding-left: 60px;
}

.address-wrapper {
  background: #f9f9f9;
  padding: 42px 20px 37px 38px;
}

.address-wrapper p {
  margin: 50px 80px 38px 0;
}

.address-wrapper ul {
  list-style: none;
  margin: 0.6153846154rem 0 0;
}

.address-wrapper ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
  line-height: 26px;
}

.address-wrapper ul li i {
  position: absolute;
  top: 4px;
  left: 0;
  padding-left: 1px;
}

.address-wrapper ul li i {
  font-size: 16px;
}

.address-wrapper ul li i.fa-map-marker {
  font-size: 20px;
}

.address-wrapper ul li i.fa-map-marker {
  font-size: 22px;
}

/*map*/
.google-map {
  background-color: #ebeaea;
  padding: 0.0769230769rem;
}

/*map with contact*/
.map-contact-wrap #map_contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#map_contact {
  height: 600px;
}

.map-contact-wrap .contact .container {
  position: relative;
  z-index: 3;
}

.map-contact-wrap .contact-box {
  padding: 40px;
  margin: 40px 0;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 2px 2px 5px #aaaaaa;
  -webkit-box-shadow: 2px 2px 5px #aaaaaa;
  -moz-box-shadow: 2px 2px 5px #aaaaaa;
  -o-box-shadow: 2px 2px 5px #aaaaaa;
}

.map-contact-wrap .contact-box h1 {
  font-size: 18px;
  margin: 0 0 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.map-contact-wrap .wpcf7 p {
  margin-bottom: 15px;
}

/*error 404*/
.error404 .site-inner.container {
  width: 100%;
}
.error404 .site-inner {
  background-color: #e5ffb9;
}
.error404 .content-area .not-found {
  padding: 3.8461538462rem 0 3.0769230769rem;
}
.error404 .content-area .not-found .page-title {
  margin-bottom: 0.7692307692rem;
}
.error404 .content-area .not-found .p {
  font-size: 1.1538461538rem;
}
.error404 .content-area .not-found .number-404 {
  font-size: 7.6923076923rem;
  line-height: 7.6923076923rem;
  font-weight: 700;
  color: #333;
}
.error404 .content-area .not-found .number-404 span {
  color: #45bf55;
}
.error404 .content-area .not-found form {
  margin-bottom: 1.5384615385rem;
}
.error404 .content-area .not-found .error-button a {
  color: #fff;
}

@media (min-width: 992px) {
  .error404 .not-found .page-content {
    max-width: 30.7692307692rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error404 .not-found .page-content {
    max-width: 23.0769230769rem;
  }
  .error404 .not-found .page-content form {
    max-width: 19.2307692308rem;
  }
}
@media (max-width: 767px) {
  .error404 .not-found .page-content {
    max-width: 19.2307692308rem;
  }
  .error404 .not-found .page-content form {
    max-width: 16.5384615385rem;
  }
}
.error404 .not-found img {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 100%;
  top: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .error404 .not-found img {
    max-width: 88%;
    margin-right: -8px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .error404 .not-found img {
    max-width: 80%;
    margin-right: -5px;
  }
}
/*social icon*/
.social-page-icon a {
  width: 2.6923076923rem;
  height: 2.6923076923rem;
  line-height: 2.3076923077rem;
  display: inline-block;
  text-align: center;
  margin-left: 0.0769230769rem;
  margin-right: 0.0769230769rem;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}
.social-layout-1 .social-page-icon a {
  border: 2px solid #45bf55;
  background-color: #45bf55;
  color: #fff;
}
.social-layout-1 .social-page-icon a:hover {
  color: #333;
  background-color: transparent;
}
.social-layout-2 .social-page-icon a {
  border: 2px solid #eee;
  background-color: #f5f5f5;
  color: #8c8989;
}
.social-layout-2 .social-page-icon a:hover {
  color: #fff;
  background-color: #45bf55;
  border-color: #45bf55;
}

/*Gutenberg*/
@media (min-width: 750px) {
  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }

  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }
}
/*--------------------------------------------------------------
## fixed vc cols
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .vc-col-48-full .vc_col-sm-4,
  .vc-col-48-full .vc_col-sm-8 {
    width: 100%;
  }
  .vc-col-48-full .vc_col-sm-4 > .vc_column-inner {
    padding-top: 0 !important;
  }
}
/**
* Simple Info Box
*/
.simlple-info-box {
  position: relative;
  transform-origin: top center;
  -webkit-transition: all .10s ease-in-out;
  -moz-transition: all .10s ease-in-out;
  transition: all .10s ease-in-out;
}

.simlple-info-box h5 {
  margin-top: 0.3846153846rem !important;
  margin-bottom: 0.7692307692rem;
}

.simlple-info-box h2 {
  margin-bottom: 0.1538461538rem;
}

.simlple-info-box > img {
  display: block;
  max-width: 100%;
  border-radius: 4px;
}

.simlple-info-box > section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.75) 3%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.75) 3%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.75) 3%, rgba(0, 0, 0, 0) 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  border-radius: 4px;
}

.simlple-info-box > section > a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 6px 18px;
  font-size: 11px;
  border-radius: 220px;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Main title
--------------------------------------------------------------*/
.main-title-wrap {
  overflow: hidden;
}

.main-title-wrap.right {
  text-align: right;
}

.main-title-wrap.center {
  text-align: center;
}

.main-title-wrap .main-title {
  display: inline-block;
  position: relative;
  letter-spacing: 0.0769230769rem;
}

.main-title-wrap:not(.left) .main-title:after, .main-title-wrap:not(.right) .main-title:before {
  content: "";
  top: 49%;
  position: absolute;
  border-bottom: 0.0769230769rem solid #ebeaea;
  width: 999%;
  z-index: 2;
}

.main-title-wrap:not(.left) .main-title.line-double:after, .main-title-wrap:not(.right) .main-title.line-double:before {
  border-bottom: 0.2307692308rem solid #ebeaea;
}

.main-title-wrap .title-line:before {
  content: "";
  top: 20%;
  position: absolute;
  left: -1.5384615385rem;
  width: 0.1538461538rem;
  height: 1.5384615385rem;
  background: #ebeaea;
  z-index: 3;
}

.main-title-wrap .title-line:after {
  content: "";
  top: 20%;
  position: absolute;
  right: -20px;
  width: 2px;
  height: 20px;
  background: #ebeaea;
  z-index: 3;
}

.main-title-wrap .title-square2:before {
  content: "";
  top: 45%;
  position: absolute;
  left: -3.3846153846rem;
  width: 2.3076923077rem;
  height: 0.3076923077rem;
  background: #45bf55;
  z-index: 4;
}

.main-title-wrap .title-square2:after {
  content: "";
  top: 45%;
  position: absolute;
  right: -3.3846153846rem;
  width: 2.3076923077rem;
  height: 0.3076923077rem;
  background: #45bf55;
  z-index: 4;
}

.main-title-wrap .main-title:after {
  margin-right: 1.5384615385rem;
  right: 100%;
}

.main-title-wrap .main-title:before {
  margin-left: 1.5384615385rem;
  left: 100%;
}

.main-title-wrap.sub {
  text-align: inherit;
}

.main-title-wrap .sub-title {
  display: inline-block;
  position: relative;
  text-align: left;
}

.main-title-wrap .sub-title:after {
  content: "";
  top: 60%;
  position: absolute;
  border-bottom: 0.0769230769rem solid #ebeaea;
  width: 999%;
  z-index: 2;
  margin-left: 0.7692307692rem;
}

.main-title-wrap .sub-title.two:after {
  content: "";
  top: 48%;
  position: absolute;
  border-bottom: 0.0769230769rem solid #ebeaea;
  padding: 0.2307692308rem 0;
  border-top: 0.0769230769rem solid #ebeaea;
  width: 999%;
}

.style-layout-3 .main-title-wrap .main-title:after, .style-layout-3 .main-title-wrap .main-title:before {
  top: 120%;
  left: 0;
}
.style-layout-3 .main-title-wrap .main-title .title-square2 {
  padding-top: 0.4615384615rem;
}
.style-layout-3 .main-title-wrap .main-title .title-square2:after {
  top: 115%;
  left: 0;
}
.style-layout-3 .main-title-wrap.center-bottom {
  text-align: center;
}
.style-layout-3 .main-title-wrap.center-bottom .main-title:before {
  border-bottom: none;
}
.style-layout-3 .main-title-wrap.center-bottom .main-title .title-square2:before {
  content: inherit;
}
.style-layout-3 .main-title-wrap.center-bottom .main-title .title-square2:after {
  left: 50%;
  margin-left: -1.5384615385rem;
}

.style-layout-5 .icon-title {
  letter-spacing: 0.0769230769rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5384615385rem;
  display: block;
}
.style-layout-5 .icon-title span {
  padding-right: 0.3846153846rem;
}

/*--------------------------------------------------------------
## testimonial
--------------------------------------------------------------*/
/*Read more button*/
.testimonial-1 .testimonial {
  height: auto;
  padding: 1.1538461538rem;
  position: relative;
  background-color: #fff;
}
.testimonial-1 .testimonial:after {
  top: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-top-color: #fff;
  border-width: 1.1538461538rem;
  margin-left: -1.1538461538rem;
}
.testimonial-1 .testimonial .quote {
  width: 3.0769230769rem;
  height: 3.0769230769rem;
  background-color: #ebeaea;
  position: absolute;
  margin-left: -1.2307692308rem;
  line-height: 3.0769230769rem;
  font-size: 1.2307692308rem;
  text-align: center;
  color: #939393;
}
.testimonial-1 .testimonial p {
  position: relative;
  padding-left: 3.0769230769rem;
  margin: 0;
  font-size: 1.0769230769rem;
}

.testimonial-name {
  margin-top: 2.3076923077rem;
  margin-left: 1.5384615385rem;
  text-align: left;
  color: #333;
  display: table;
}
.testimonial-name p {
  display: table-cell;
  vertical-align: middle;
}
.testimonial-name p + p {
  padding-left: 1.5384615385rem;
}
.testimonial-name a {
  font-size: 0.9230769231rem;
  color: #747474;
}
.testimonial-name a:hover {
  color: #45bf55;
}
.testimonial-name span {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.0769230769rem;
}
.testimonial-name span.designation {
  font-size: 0.7692307692rem;
  color: #747474;
}
.testimonial-name img {
  max-width: 5.3846153846rem;
  max-height: 5.3846153846rem;
  border: 0.0769230769rem solid #fff;
}
.testimonial-name .rating {
  font-size: 0.7692307692rem;
  color: #45bf55;
}

.testimonial-wrap .comment h6 {
  font-size: 1.2307692308rem;
  text-transform: uppercase;
  letter-spacing: 0.0384615385rem;
  margin: 0 0 8px;
}
.testimonial-wrap .comment .designation,
.testimonial-wrap .comment a {
  color: #fff;
  letter-spacing: 0.0769230769rem;
}
.testimonial-wrap .comment a:hover {
  color: #45bf55;
}
.testimonial-wrap .comment-text p {
  color: #fff;
}

.testimonial-3 {
  text-align: center;
}
.testimonial-3 h6 {
  color: #45bf55;
}
.testimonial-3 .round-wrap {
  margin-top: 1.6923076923rem;
}
.testimonial-3 .round-wrap .round {
  margin: 0 auto;
  width: 1.3846153846rem;
  height: 1.3846153846rem;
  line-height: 1.3846153846rem;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
}
.testimonial-3 .icon {
  color: #fff;
  font-size: 1.1538461538rem;
  position: relative;
  top: -0.3846153846rem;
  display: block;
}

.testimonial-2 {
  text-align: center;
}
.testimonial-2 h6 {
  color: #45bf55;
}
.testimonial-2 .comment-image .box {
  width: 6.1538461538rem;
  height: 6.1538461538rem;
  line-height: 6.1538461538rem;
  font-size: 2.3076923077rem;
  color: #ccc;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
}
.testimonial-2 .comment-image .box img {
  overflow: hidden;
}
.testimonial-2 .comment-image .box + span {
  font-size: 1.6923076923rem;
  color: #fff;
  position: relative;
  top: -0.4153846154rem;
}
.testimonial-2 .comment {
  margin-bottom: 0.3846153846rem;
}

/*--------------------------------------------------------------
## button
--------------------------------------------------------------*/
.btnwrap a:hover {
  color: #2fb040;
}
.btnwrap a span {
  display: inline-block;
  color: #fff;
  z-index: 5;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 99.99%;
}
.btnwrap .piko-btn-8 span, .btnwrap .piko-btn-9 span {
  position: initial;
}
.btnwrap .piko-btn-8 span .shuffle, .btnwrap .piko-btn-9 span .shuffle {
  display: inline-block;
  z-index: 5;
  position: relative;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 99.99%;
}

.btnwrap:not(.white) a {
  color: #45bf55;
  background-color: #45bf55;
}

.btnwrap.white a {
  color: #fff;
}
.btnwrap.white a:hover {
  color: #2fb040;
}

.btnwrap.btn-center {
  display: table;
  margin: 0 auto;
}

.btnwrap *:before,
.btnwrap *:after {
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

[class^="piko-btn-"] {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  border: 0.0769230769rem solid currentColor;
  /*dynamics*/
}
.btnwrap.twopx [class^="piko-btn-"] {
  border: 0.1538461538rem solid;
}
.btnwrap.threepx [class^="piko-btn-"] {
  border: 0.2307692308rem solid;
}
.btnwrap.medium [class^="piko-btn-"] {
  padding: 13px 15px 12px;
  width: 220px;
  height: 48px;
}
.btnwrap.small [class^="piko-btn-"] {
  padding: 9px 10px 8px;
  width: 180px;
  height: 40px;
}
.btnwrap.large [class^="piko-btn-"] {
  padding: 20px 15px 19px;
  height: 60px;
  width: 280px;
}

.piko-btn-0:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2fb040;
  transform: translateX(-100%);
}
.piko-btn-0:hover:before {
  transform: translateX(0);
}

.piko-btn-1:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 60px solid #2fb040;
  transform: translateX(-100%);
}
.piko-btn-1:hover:before {
  transform: translateX(0);
}

.piko-btn-2:before, .piko-btn-2:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 60px solid #2fb040;
}
.piko-btn-2:before {
  right: -50px;
  border-right: 50px solid transparent;
  transform: translateX(-100%);
}
.piko-btn-2:after {
  left: -50px;
  border-left: 50px solid transparent;
  transform: translateX(100%);
}
.piko-btn-2:hover:before {
  transform: translateX(-40%);
}
.piko-btn-2:hover:after {
  transform: translateX(40%);
}

.piko-btn-4:before, .piko-btn-4:after,
.piko-btn-3:before,
.piko-btn-3:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.piko-btn-4:before,
.piko-btn-3:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 60px solid #2fb040;
  transform: translateX(-100%);
}
.piko-btn-4:after,
.piko-btn-3:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 60px solid #2fb040;
  transform: translateX(100%);
}
.piko-btn-4:hover:before,
.piko-btn-3:hover:before {
  transform: translateX(-50%);
}
.piko-btn-4:hover:after,
.piko-btn-3:hover:after {
  transform: translateX(50%);
}

.piko-btn-4:before {
  border-right: 0;
}
.piko-btn-4:after {
  border-left: 0;
}

.btnwrap.white a.piko-btn-4:before,
.btnwrap.white a.piko-btn-3:before {
  border-bottom-color: #fff;
}

.btnwrap.white a.piko-btn-4:after,
.btnwrap.white a.piko-btn-3:after {
  border-top-color: #fff;
}

.btnwrap.white:hover a.piko-btn-4,
.btnwrap.white:hover a.piko-btn-3 {
  color: #fff;
}
.btnwrap.white:hover a.piko-btn-4 span,
.btnwrap.white:hover a.piko-btn-3 span {
  color: #333;
}

.piko-btn-5:before, .piko-btn-5:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 30px solid #2fb040;
  border-bottom: 30px solid #2fb040;
}
.piko-btn-5:before {
  border-right: 30px solid transparent;
  transform: translateX(-100%);
}
.piko-btn-5:after {
  border-left: 30px solid transparent;
  transform: translateX(100%);
}
.piko-btn-5:hover:before {
  transform: translateX(-30%);
}
.piko-btn-5:hover:after {
  transform: translateX(30%);
}

.piko-btn-6:before, .piko-btn-6:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2fb040;
}
.piko-btn-6:before {
  transform: translateY(-100%);
}
.piko-btn-6:after {
  transform: translateY(100%);
}
.piko-btn-6:hover:before {
  transform: translateY(-50%);
}
.piko-btn-6:hover:after {
  transform: translateY(50%);
}

.piko-btn-7:before, .piko-btn-7:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid;
  transform: rotate(360deg);
}
.piko-btn-7:before {
  bottom: 0;
  left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #2fb040;
}
.piko-btn-7:after {
  top: 0;
  right: 0;
  border-top-color: transparent;
  border-right-color: #2fb040;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.piko-btn-7:hover:before, .piko-btn-7:hover:after {
  border-width: 60px 294px;
}

.piko-btn-8:before, .piko-btn-8:after,
.piko-btn-8 span:before,
.piko-btn-8 span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2fb040;
}
.piko-btn-8:before {
  transform: translate(-100%, -100%);
}
.piko-btn-8:after {
  transform: translate(-100%, 100%);
}
.piko-btn-8 span:before {
  transform: translate(100%, -100%);
}
.piko-btn-8 span:after {
  transform: translate(100%, 100%);
}
.piko-btn-8:hover:before {
  transform: translate(-50%, -50%);
}
.piko-btn-8:hover:after {
  transform: translate(-50%, 50%);
}
.piko-btn-8:hover span:before {
  transform: translate(50%, -50%);
}
.piko-btn-8:hover span:after {
  transform: translate(50%, 50%);
}

.piko-btn-9:before, .piko-btn-9:after,
.piko-btn-9 span:before,
.piko-btn-9 span:after {
  content: '';
  position: absolute;
  width: 25.25%;
  height: 0;
  top: 0;
  background-color: #2fb040;
}
.piko-btn-9:before {
  left: 0;
}
.piko-btn-9:after {
  left: 50%;
}
.piko-btn-9 span:before, .piko-btn-9 span:after {
  top: auto;
  bottom: 0;
}
.piko-btn-9 span:before {
  left: 25%;
}
.piko-btn-9 span:after {
  left: 75%;
}
.piko-btn-9:hover:before, .piko-btn-9:hover:after,
.piko-btn-9:hover span:before,
.piko-btn-9:hover span:after {
  height: 60px;
}

.piko-btn-10 {
  height: 60px;
}
.piko-btn-10 .aware {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #2fb040;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.piko-btn-10:hover .aware {
  width: 225%;
  height: 630px;
}
.piko-btn-10:active {
  background-color: #2fb040;
}

/*--------------------------------------------------------------
## stroy video shortcode
--------------------------------------------------------------*/
.story-section {
  position: relative;
  width: 100%;
  background-color: #efefef;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .story-section {
    display: table;
  }
}
.story-section .story-content-col {
  font-size: 16px;
  line-height: 1.64;
  padding: 50px 20px;
}
@media (min-width: 768px) {
  .story-section .story-content-col {
    display: table-cell;
    vertical-align: middle;
    width: 46.45%;
    font-size: 15px;
    padding: 60px 25px;
  }
}
@media (min-width: 1200px) {
  .story-section .story-content-col {
    padding: 75px 40px;
    font-size: 16px;
    width: 36.45%;
  }
}
@media (min-width: 1440px) {
  .story-section .story-content-col {
    padding: 95px 50px;
    font-size: 17px;
  }
}
.story-section .story-video-col {
  padding: 0;
  background-size: cover;
  text-align: center;
  background-position: center center;
  padding: 100px 0;
}
@media (min-width: 768px) {
  .story-section .story-video-col {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width: 53.55%;
  }
}
@media (min-width: 1200px) {
  .story-section .story-video-col {
    width: 63.55%;
  }
}
.story-section .story-video-col img {
  display: block;
  width: 100%;
  height: auto;
}

.video-btn {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  padding-left: 1.0769230769rem;
  font-size: 4.2307692308rem;
  text-align: center;
  color: #fff;
  transition: background-color 0.35s;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-btn.smaller {
  width: 7.6923076923rem;
  height: 7.6923076923rem;
  line-height: 7.6923076923rem;
}
.video-btn:hover, .video-btn:focus {
  background-color: rgba(0, 0, 0, 0.8);
}

/*backgorund slide*/
@media (min-width: 1170px) {
  .font70 {
    font-size: 75px;
    line-height: 85px;
  }
}
@media (max-width: 992px) {
  .font70 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 768px) {
  .font70 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .font70 {
    font-size: 30px;
    line-height: 35px;
  }
}
/*--------------------------------------------------------------
## prettyphoto
--------------------------------------------------------------*/
div.light_square .pp_close,
a.pp_next,
a.pp_previous,
a.pp_expand, a.pp_contract,
div.light_square .pp_close,
div.light_square .pp_previous:hover,
div.light_square .pp_next:hover,
div.light_square .pp_contract:after,
div.light_square .pp_expand:after,
div.light_square .pp_contract:hover:after,
div.light_square .pp_expand:hover:after,
div.light_square .pp_contract:hover:after,
div.light_square .pp_contract:hover,
div.light_square .pp_contract {
  background: transparent !important;
}

div.light_square .pp_contract:after,
div.light_square .pp_expand:after {
  content: "\e88c";
  font-family: "Linearicons-Free";
  cursor: pointer;
  font-size: 2.1538461538rem;
}

div.light_square .pp_contract,
div.light_square .pp_expand {
  top: 0;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

/*div.light_square .pp_contract:hover:after,
div.light_square .pp_expand:hover:after{
    content: "\e079";   
    font-family: "Linearicons-Free";
    font-size: 26px;
}*/
div.light_square .pp_contract:hover:after {
  content: "\e88d";
  font-family: "Linearicons-Free";
  font-size: 2.1538461538rem;
}

div.light_square .pp_close:after {
  top: -12px;
  content: "\e870";
  font-family: "Linearicons-Free";
  position: relative;
  font-size: 1.9230769231rem;
}

div.light_square .pp_close {
  color: #fff;
}
div.light_square .pp_close:hover {
  color: #45bf55;
}

div.light_square .pp_description {
  color: #fff;
}

div.light_square .pp_next:after {
  content: "\e87a";
  font-family: "Linearicons-Free";
  font-size: 3.8461538462rem;
  font-weight: 100;
}

div.light_square .pp_previous:after {
  content: "\e879";
  font-family: "Linearicons-Free";
  font-size: 3.8461538462rem;
  font-weight: 100;
}

a.pp_next {
  width: 100px;
  height: 100px;
  font-size: 0;
  text-align: right;
  left: 5.3846153846rem;
  top: 45%;
  position: relative;
  text-indent: inherit;
  color: #ebeaea;
}
a.pp_next:hover {
  color: #45bf55;
}

a.pp_previous {
  width: 100px;
  height: 100px;
  font-size: 0;
  right: 5.3846153846rem;
  top: 45%;
  position: relative;
  text-indent: inherit;
  color: #ebeaea;
}
a.pp_previous:hover {
  color: #45bf55;
}

a.pp_expand, a.pp_contract {
  height: inherit;
  font-size: 0;
  text-indent: inherit;
  width: inherit;
}

a.pp_close {
  font-size: 0;
  top: -1px;
  line-height: inherit;
  text-indent: inherit;
}

div.light_square .pp_close {
  width: 35px;
}

div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right {
  background: transparent !important;
}

div.light_rounded .pp_description, div.light_square .pp_description {
  padding: 0 10px;
}

.pp_content_container .pp_details {
  margin: 7px 0 2px;
}

.pp_nav {
  margin: 3px 10px 0 15px;
  line-height: 14px;
}

.pp_content iframe {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## fancy select
--------------------------------------------------------------*/
div.fancy-select {
  position: relative;
  text-align: left;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

div.fancy-select div.trigger {
  cursor: pointer;
  padding: 10px 24px 9px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  border: 1px solid #ebeaea;
  color: #333;
  width: 200px;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}

.woocommerce-ordering div.fancy-select div.trigger {
  color: #333;
}

div.fancy-select div.trigger:after {
  display: block;
  position: absolute;
  top: 11px;
  font-family: fontawesome;
  content: "\f107";
  font-weight: normal;
  font-size: 0.9230769231rem;
  position: absolute;
  right: 10px;
}

div.fancy-select div.trigger.open {
  border-color: #ebeaea;
  color: #878585;
}

.woocommerce-ordering div.fancy-select:hover div.trigger:after,
div.fancy-select div.trigger.open:after {
  content: "\f106";
}

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 33px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #fff;
  border: 1px solid #ebeaea;
  min-width: 200px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

.woocommerce-ordering div.fancy-select:hover ul.options,
.woocommerce-ordering div.fancy-select:focus ul.options,
div.fancy-select ul.options.open {
  visibility: visible;
  top: 41px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
  padding: 4px 12px;
  color: #747474;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
  background: #45bf55;
  color: #fff;
}

div.fancy-select ul.options li:not(.selected).hover {
  color: #45bf55;
}

/*--------------------------------------------------------------
## woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    14.1 mini cart
---------------------------------------------------------------*/
.widget.woocommerce .product_list_widget li {
  margin: 0;
  padding: 15px;
  border: 1px solid #eee;
}
.widget.woocommerce .product_list_widget li ins {
  background-color: transparent;
  line-height: 1px;
}

@media (min-width: 1200px) {
  .footer .widget.woocommerce .product_list_widget li {
    padding: 24px 20px 25px;
  }
}
.widget.woocommerce .product_list_widget li + li {
  margin-top: -1px;
}

.widget.woocommerce .product_list_widget li:after {
  content: '';
  display: table;
  clear: both;
}

.widget.woocommerce .product_list_widget li img {
  position: relative;
  float: left;
  max-width: 90px;
  border: 1px solid #eae9e9;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .widget.woocommerce .product_list_widget li img {
    max-width: 100px;
    margin-right: 20px;
  }
}
@media (min-width: 1440px) {
  widget.woocommerce .product_list_widget li img {
    max-width: 120px;
    margin-right: 23px;
  }
}
.widget.woocommerce .product_list_widget li .amount {
  margin-bottom: 0;
  font-size: 1rem;
  color: #45bf55;
}

.widget.woocommerce .product_list_widget li del .amount {
  color: #cbcbcb;
}

.shoping-cart-widget .product_list_widget li a.remove,
.product_list_widget li a.remove {
  position: absolute;
  right: 0;
  top: 20px;
  color: inherit;
}

.product_list_widget {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.product_list_widget li img {
  position: absolute;
  left: 0;
  width: 90px !important;
  height: auto;
}

.product_list_widget li {
  white-space: normal;
  padding: 10px 30px 20px 110px;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100px;
  margin-bottom: 10px;
}

.header-dropdown .product_list_widget li a {
  border: none;
  padding: 0;
}

.header-dropdown .product_list_widget li:hover a,
.header-dropdown .product_list_widget li:focus a {
  background-color: transparent;
  color: inherit;
}

.product_list_widget span.quantity {
  color: #45bf55;
}

.product_list_widget li.empty {
  padding: 20px 0 0;
  text-align: center;
  min-height: 1px;
}

.product_list_widget li:last-child {
  border: 0;
}

.product_list_widget li a {
  display: block;
  font-size: 97%;
  line-height: 1.3;
}

.product_list_widget li a span.product-title {
  max-height: 3.1923076923rem;
  overflow: hidden;
  display: inherit;
}

.header-actions .product_list_widget li a {
  max-height: 4.0846153846rem;
  font-size: 0.9230769231rem;
  overflow: hidden;
}

.header-actions .quantity {
  margin-top: 5px;
}

.product_list_widget span.amount {
  display: inline-block;
  font-weight: bold;
}

.product_list_widget del span.amount {
  color: #777777;
  font-weight: normal;
  text-decoration: line-through;
}

.product_list_widget .variation {
  font-size: 80%;
  margin: 0;
}

.product_list_widget .variation dt, .product_list_widget .variation dd {
  display: inline-block;
}

.product_list_widget .variation dd {
  margin: 0 0 0 5px;
}

.product_list_widget .star-rating {
  font-size: 80%;
  margin-top: 5px;
}

.product_list_widget .reviewer {
  font-size: 70%;
  text-transform: uppercase;
}

.product_list_widget li a.remove {
  font-size: 23px;
  font-weight: 100;
  color: #c0c0c0;
}

.product_list_widget li a.remove:hover {
  color: #777777;
}

.widget_shopping_cart_content .total {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #333;
}

.widget_shopping_cart_content a.button,
.widget_shopping_cart_content button.button,
.widget_shopping_cart_content input.button {
  margin: 0 10px 0 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.7692307692rem 1.1538461538rem;
  font-weight: 500;
  left: auto;
  border: 1px solid #e6e6e6;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}

.header-actions .widget_shopping_cart_content a.button:hover,
.header-actions .widget_shopping_cart_content button.button:hover,
.header-actions .widget_shopping_cart_content input.button:hover {
  border-color: #8c8989;
}

.header-actions .header-dropdown li {
  text-transform: none;
}

/*--------------------------------------------------------------
    14.2 mini cart
---------------------------------------------------------------*/
.woocommerce-toolbar {
  border: 1px solid #ebeaea;
  padding: 0.7692307692rem;
  margin-bottom: 3.8461538462rem;
}
.woocommerce-toolbar:before, .woocommerce-toolbar:after {
  content: " ";
  display: table;
}
.woocommerce-toolbar:after {
  clear: both;
}
.woocommerce-toolbar .toolbar-left {
  padding-right: 1.1538461538rem;
}
.woocommerce-toolbar .sort-by-wrapper,
.woocommerce-toolbar .gridlist-toggle-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-toolbar .gridlist-toggle-wrapper {
  padding-right: 0.7692307692rem;
}
.woocommerce-toolbar .gridlist-toggle-wrapper a {
  border: 1px solid #ebeaea;
  color: #8c8989;
  float: left;
  width: 2.6923076923rem;
  height: 2.6923076923rem;
  line-height: 2.4615384615rem;
  text-align: center;
  font-size: 1.0769230769rem;
}
.woocommerce-toolbar .gridlist-toggle-wrapper a + a {
  margin-left: 0.7692307692rem;
}
.woocommerce-toolbar .gridlist-toggle-wrapper a.active {
  color: #45bf55;
}
.woocommerce-toolbar .gridlist-toggle-wrapper a i {
  line-height: inherit;
}
.woocommerce-toolbar .woocommerce-result-count {
  line-height: 1.8461538462rem;
  text-transform: uppercase;
  margin: 0 0.3846153846rem 0;
  font-size: 0.7692307692rem;
  letter-spacing: 1px;
}
.woocommerce-toolbar .woocommerce-ordering,
.woocommerce-toolbar .woocommerce-result-count {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-toolbar .sort-by-wrapper {
  position: relative;
}
.woocommerce-toolbar .sort-by-wrapper .sort-by-label {
  font-size: 0.7692307692rem;
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 1.8461538462rem;
}
.woocommerce-toolbar .sort-by-wrapper .sort-by-label:after {
  font-family: fontawesome;
  content: "\f107";
  font-weight: normal;
  padding-left: 0.7692307692rem;
  font-size: 0.8461538462rem;
}
.woocommerce-toolbar .sort-by-wrapper:hover .sort-by-label:after {
  content: "\f106";
}
.woocommerce-toolbar .sort-by-wrapper .sort-by-content {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  background: #fff;
  z-index: 99;
  min-width: 100%;
  left: 0;
  padding: 0.3846153846rem 0.7692307692rem;
  top: 28px;
  border: 1px solid #ebeaea;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
.woocommerce-toolbar .sort-by-wrapper .sort-by-content ul {
  margin: 0;
  list-style: none;
}
.woocommerce-toolbar .sort-by-wrapper .sort-by-content ul li {
  padding: 0;
  margin: 0;
}
.woocommerce-toolbar .sort-by-wrapper .sort-by-content ul a {
  padding: 0.2307692308rem 0;
  display: block;
  white-space: pre;
}
.woocommerce-toolbar .sort-by-wrapper:hover .sort-by-label {
  color: #45bf55;
}
.woocommerce-toolbar .sort-by-wrapper:hover .sort-by-content {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 35px;
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}
.woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content li {
  padding: 0.2307692308rem 0;
}
.woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content a {
  display: inline;
  padding: 0;
  white-space: normal;
}
.woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content a:after {
  font-size: 0.8461538462rem;
  padding-top: 0;
}
.woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content .count {
  font-size: 0.7692307692rem;
}
.woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content {
  min-width: 15.3846153846rem;
}
.woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content .price_slider_wrapper {
  padding-top: 0.7692307692rem;
}
.woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content .price_slider_wrapper .price_label {
  margin-bottom: 1.1538461538rem;
  font-size: 0.9230769231rem;
}
.woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content .price_slider_wrapper .button {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .woocommerce-toolbar .woocommerce-result-count {
    display: none;
  }
}
@media (min-width: 360px) {
  .woocommerce-toolbar .sort-by-wrapper {
    min-width: 4.6153846154rem;
  }

  .woocommerce-toolbar .gridlist-toggle-wrapper {
    padding-right: 1.1538461538rem;
  }
}
/*--------------------------------------------------------------
    14.3 product
---------------------------------------------------------------*/
.products .product {
  text-align: center;
}
.products .product figure {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.products .product figure > .product-image {
  width: 100%;
  line-height: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.products .product figure > .product-image img {
  width: 100%;
}
.products .product figure > .product-image + .product-image {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  transition: opacity 0.8s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
}
.products .product figure > .product-image + .product-image img {
  max-width: none;
}
.products .product:hover figure .product-image + .product-image {
  right: 0;
  left: 0;
  opacity: 0;
}
.products .product .product-title {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.7692307692rem;
  margin-bottom: 0;
  letter-spacing: 0.0769230769rem;
  max-height: 3.6153846154rem;
  overflow: hidden;
  line-height: 1.3;
}
.products .product .price {
  margin: 0.7692307692rem auto 0;
  display: block;
  color: #45bf55;
}
.products .product .price del span {
  color: #8c8989;
}
.products .product > .added_to_cart,
.products .product > a.button {
  font-size: 0.7692307692rem;
  text-transform: uppercase;
  letter-spacing: 0.0307692308rem;
  border-top: 1px solid #ebeaea;
  border-bottom: 1px solid #ebeaea;
  padding: 0.5384615385rem 0.4615384615rem;
  margin-top: 0.7692307692rem;
  display: inline-block;
}
.products .product > .added_to_cart:hover, .products .product > .added_to_cart:focus,
.products .product > a.button:hover,
.products .product > a.button:focus {
  border-color: #747474;
}

.product-button {
  min-height: 1px;
  position: absolute;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 50%;
  bottom: -37px;
  margin-left: -50px;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.product-button .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.product-button .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}
.product-button .yith-wcwl-add-to-wishlist a:hover {
  color: #45bf55;
}
.product-button .add_to_cart_button,
.product-button .added_to_cart.wc-forward,
.product-button .product_type_external,
.product-button .product_type_grouped,
.product-button .yith-wcqv-button,
.product-button .compare,
.product-button .yith-wcwl-add-to-wishlist {
  float: left;
  color: #747474;
  display: block;
  text-align: center;
  font-size: 0;
  padding: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  width: 2.6923076923rem;
  height: 2.6923076923rem;
  line-height: 2.6923076923rem;
  border: 1px solid #ebeaea;
  background-color: #fff;
}
.product-button .add_to_cart_button:before,
.product-button .add_to_cart_button a:before, .product-button .add_to_cart_button:before, .product-button .add_to_cart_button:before, .product-button .add_to_cart_button:before, .product-button .add_to_cart_button:before, .product-button .add_to_cart_button:before,
.product-button .added_to_cart.wc-forward:before,
.product-button .added_to_cart.wc-forward a:before,
.product-button .added_to_cart.wc-forward:before,
.product-button .added_to_cart.wc-forward:before,
.product-button .added_to_cart.wc-forward:before,
.product-button .added_to_cart.wc-forward:before,
.product-button .added_to_cart.wc-forward:before,
.product-button .product_type_external:before,
.product-button .product_type_external a:before,
.product-button .product_type_external:before,
.product-button .product_type_external:before,
.product-button .product_type_external:before,
.product-button .product_type_external:before,
.product-button .product_type_external:before,
.product-button .product_type_grouped:before,
.product-button .product_type_grouped a:before,
.product-button .product_type_grouped:before,
.product-button .product_type_grouped:before,
.product-button .product_type_grouped:before,
.product-button .product_type_grouped:before,
.product-button .product_type_grouped:before,
.product-button .yith-wcqv-button:before,
.product-button .yith-wcqv-button a:before,
.product-button .yith-wcqv-button:before,
.product-button .yith-wcqv-button:before,
.product-button .yith-wcqv-button:before,
.product-button .yith-wcqv-button:before,
.product-button .yith-wcqv-button:before,
.product-button .compare:before,
.product-button .compare a:before,
.product-button .compare:before,
.product-button .compare:before,
.product-button .compare:before,
.product-button .compare:before,
.product-button .compare:before,
.product-button .yith-wcwl-add-to-wishlist:before,
.product-button .yith-wcwl-add-to-wishlist a:before,
.product-button .yith-wcwl-add-to-wishlist:before,
.product-button .yith-wcwl-add-to-wishlist:before,
.product-button .yith-wcwl-add-to-wishlist:before,
.product-button .yith-wcwl-add-to-wishlist:before,
.product-button .yith-wcwl-add-to-wishlist:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6923076923rem;
  height: 2.6923076923rem;
  line-height: 2.6923076923rem;
}
.product-button .add_to_cart_button a:hover, .product-button .add_to_cart_button:hover, .product-button .add_to_cart_button:hover, .product-button .add_to_cart_button:hover,
.product-button .add_to_cart_button .added_to_cart.wc-forward:hover,
.product-button .add_to_cart_button a:focus, .product-button .add_to_cart_button:focus, .product-button .add_to_cart_button:focus, .product-button .add_to_cart_button:focus,
.product-button .add_to_cart_button .added_to_cart.wc-forward:focus, .product-button .add_to_cart_button:focus, .product-button .add_to_cart_button:focus,
.product-button .added_to_cart.wc-forward a:hover,
.product-button .added_to_cart.wc-forward:hover,
.product-button .added_to_cart.wc-forward:hover,
.product-button .added_to_cart.wc-forward:hover,
.product-button .added_to_cart.wc-forward .added_to_cart.wc-forward:hover,
.product-button .added_to_cart.wc-forward a:focus,
.product-button .added_to_cart.wc-forward:focus,
.product-button .added_to_cart.wc-forward:focus,
.product-button .added_to_cart.wc-forward:focus,
.product-button .added_to_cart.wc-forward .added_to_cart.wc-forward:focus,
.product-button .added_to_cart.wc-forward:focus,
.product-button .added_to_cart.wc-forward:focus,
.product-button .product_type_external a:hover,
.product-button .product_type_external:hover,
.product-button .product_type_external:hover,
.product-button .product_type_external:hover,
.product-button .product_type_external .added_to_cart.wc-forward:hover,
.product-button .product_type_external a:focus,
.product-button .product_type_external:focus,
.product-button .product_type_external:focus,
.product-button .product_type_external:focus,
.product-button .product_type_external .added_to_cart.wc-forward:focus,
.product-button .product_type_external:focus,
.product-button .product_type_external:focus,
.product-button .product_type_grouped a:hover,
.product-button .product_type_grouped:hover,
.product-button .product_type_grouped:hover,
.product-button .product_type_grouped:hover,
.product-button .product_type_grouped .added_to_cart.wc-forward:hover,
.product-button .product_type_grouped a:focus,
.product-button .product_type_grouped:focus,
.product-button .product_type_grouped:focus,
.product-button .product_type_grouped:focus,
.product-button .product_type_grouped .added_to_cart.wc-forward:focus,
.product-button .product_type_grouped:focus,
.product-button .product_type_grouped:focus,
.product-button .yith-wcqv-button a:hover,
.product-button .yith-wcqv-button:hover,
.product-button .yith-wcqv-button:hover,
.product-button .yith-wcqv-button:hover,
.product-button .yith-wcqv-button .added_to_cart.wc-forward:hover,
.product-button .yith-wcqv-button a:focus,
.product-button .yith-wcqv-button:focus,
.product-button .yith-wcqv-button:focus,
.product-button .yith-wcqv-button:focus,
.product-button .yith-wcqv-button .added_to_cart.wc-forward:focus,
.product-button .yith-wcqv-button:focus,
.product-button .yith-wcqv-button:focus,
.product-button .compare a:hover,
.product-button .compare:hover,
.product-button .compare:hover,
.product-button .compare:hover,
.product-button .compare .added_to_cart.wc-forward:hover,
.product-button .compare a:focus,
.product-button .compare:focus,
.product-button .compare:focus,
.product-button .compare:focus,
.product-button .compare .added_to_cart.wc-forward:focus,
.product-button .compare:focus,
.product-button .compare:focus,
.product-button .yith-wcwl-add-to-wishlist a:hover,
.product-button .yith-wcwl-add-to-wishlist:hover,
.product-button .yith-wcwl-add-to-wishlist:hover,
.product-button .yith-wcwl-add-to-wishlist:hover,
.product-button .yith-wcwl-add-to-wishlist .added_to_cart.wc-forward:hover,
.product-button .yith-wcwl-add-to-wishlist a:focus,
.product-button .yith-wcwl-add-to-wishlist:focus,
.product-button .yith-wcwl-add-to-wishlist:focus,
.product-button .yith-wcwl-add-to-wishlist:focus,
.product-button .yith-wcwl-add-to-wishlist .added_to_cart.wc-forward:focus,
.product-button .yith-wcwl-add-to-wishlist:focus,
.product-button .yith-wcwl-add-to-wishlist:focus {
  color: #45bf55;
}

.product.column:hover .product-button,
.product.column:focus .product-button {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: -2px;
}

.products.products-list .product .price {
  font-size: 1.1538461538rem;
  font-weight: 600;
  margin-bottom: 0.9230769231rem;
}
.products.products-list .product .product-list-button > .added_to_cart,
.products.products-list .product .product-list-button > a.button {
  font-size: 0.7692307692rem;
  text-transform: uppercase;
  letter-spacing: 0.0769230769rem;
  border-top: 1px solid #ebeaea;
  border-bottom: 1px solid #ebeaea;
  padding: 0.6923076923rem 0.8461538462rem;
  white-space: nowrap;
}
.products.products-list .product .product-list-button > .added_to_cart:hover, .products.products-list .product .product-list-button > .added_to_cart:focus,
.products.products-list .product .product-list-button > a.button:hover,
.products.products-list .product .product-list-button > a.button:focus {
  border-color: #747474;
}
.products.products-list .product .product-list-button > .added_to_cart {
  border-color: #747474;
}

.products.products-list .product-button {
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  bottom: 0;
  margin-top: 1.5384615385rem;
}
.products.products-list .product-button .add_to_cart_button,
.products.products-list .product-button .added_to_cart.wc-forward,
.products.products-list .product-button .product_type_external,
.products.products-list .product-button .product_type_grouped,
.products.products-list .product-button .yith-wcqv-button,
.products.products-list .product-button .compare,
.products.products-list .product-button .yith-wcwl-add-to-wishlist {
  margin: 0.1538461538rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border: 1px solid #ebeaea;
  background-color: #fff;
}
.products.products-list .product-button .add_to_cart_button a:hover, .products.products-list .product-button .add_to_cart_button:hover, .products.products-list .product-button .add_to_cart_button:hover, .products.products-list .product-button .add_to_cart_button:hover,
.products.products-list .product-button .add_to_cart_button .added_to_cart.wc-forward:hover,
.products.products-list .product-button .add_to_cart_button a:focus, .products.products-list .product-button .add_to_cart_button:focus, .products.products-list .product-button .add_to_cart_button:focus, .products.products-list .product-button .add_to_cart_button:focus,
.products.products-list .product-button .add_to_cart_button .added_to_cart.wc-forward:focus, .products.products-list .product-button .add_to_cart_button:focus, .products.products-list .product-button .add_to_cart_button:focus,
.products.products-list .product-button .added_to_cart.wc-forward a:hover,
.products.products-list .product-button .added_to_cart.wc-forward:hover,
.products.products-list .product-button .added_to_cart.wc-forward:hover,
.products.products-list .product-button .added_to_cart.wc-forward:hover,
.products.products-list .product-button .added_to_cart.wc-forward .added_to_cart.wc-forward:hover,
.products.products-list .product-button .added_to_cart.wc-forward a:focus,
.products.products-list .product-button .added_to_cart.wc-forward:focus,
.products.products-list .product-button .added_to_cart.wc-forward:focus,
.products.products-list .product-button .added_to_cart.wc-forward:focus,
.products.products-list .product-button .added_to_cart.wc-forward .added_to_cart.wc-forward:focus,
.products.products-list .product-button .added_to_cart.wc-forward:focus,
.products.products-list .product-button .added_to_cart.wc-forward:focus,
.products.products-list .product-button .product_type_external a:hover,
.products.products-list .product-button .product_type_external:hover,
.products.products-list .product-button .product_type_external:hover,
.products.products-list .product-button .product_type_external:hover,
.products.products-list .product-button .product_type_external .added_to_cart.wc-forward:hover,
.products.products-list .product-button .product_type_external a:focus,
.products.products-list .product-button .product_type_external:focus,
.products.products-list .product-button .product_type_external:focus,
.products.products-list .product-button .product_type_external:focus,
.products.products-list .product-button .product_type_external .added_to_cart.wc-forward:focus,
.products.products-list .product-button .product_type_external:focus,
.products.products-list .product-button .product_type_external:focus,
.products.products-list .product-button .product_type_grouped a:hover,
.products.products-list .product-button .product_type_grouped:hover,
.products.products-list .product-button .product_type_grouped:hover,
.products.products-list .product-button .product_type_grouped:hover,
.products.products-list .product-button .product_type_grouped .added_to_cart.wc-forward:hover,
.products.products-list .product-button .product_type_grouped a:focus,
.products.products-list .product-button .product_type_grouped:focus,
.products.products-list .product-button .product_type_grouped:focus,
.products.products-list .product-button .product_type_grouped:focus,
.products.products-list .product-button .product_type_grouped .added_to_cart.wc-forward:focus,
.products.products-list .product-button .product_type_grouped:focus,
.products.products-list .product-button .product_type_grouped:focus,
.products.products-list .product-button .yith-wcqv-button a:hover,
.products.products-list .product-button .yith-wcqv-button:hover,
.products.products-list .product-button .yith-wcqv-button:hover,
.products.products-list .product-button .yith-wcqv-button:hover,
.products.products-list .product-button .yith-wcqv-button .added_to_cart.wc-forward:hover,
.products.products-list .product-button .yith-wcqv-button a:focus,
.products.products-list .product-button .yith-wcqv-button:focus,
.products.products-list .product-button .yith-wcqv-button:focus,
.products.products-list .product-button .yith-wcqv-button:focus,
.products.products-list .product-button .yith-wcqv-button .added_to_cart.wc-forward:focus,
.products.products-list .product-button .yith-wcqv-button:focus,
.products.products-list .product-button .yith-wcqv-button:focus,
.products.products-list .product-button .compare a:hover,
.products.products-list .product-button .compare:hover,
.products.products-list .product-button .compare:hover,
.products.products-list .product-button .compare:hover,
.products.products-list .product-button .compare .added_to_cart.wc-forward:hover,
.products.products-list .product-button .compare a:focus,
.products.products-list .product-button .compare:focus,
.products.products-list .product-button .compare:focus,
.products.products-list .product-button .compare:focus,
.products.products-list .product-button .compare .added_to_cart.wc-forward:focus,
.products.products-list .product-button .compare:focus,
.products.products-list .product-button .compare:focus,
.products.products-list .product-button .yith-wcwl-add-to-wishlist a:hover,
.products.products-list .product-button .yith-wcwl-add-to-wishlist:hover,
.products.products-list .product-button .yith-wcwl-add-to-wishlist:hover,
.products.products-list .product-button .yith-wcwl-add-to-wishlist:hover,
.products.products-list .product-button .yith-wcwl-add-to-wishlist .added_to_cart.wc-forward:hover,
.products.products-list .product-button .yith-wcwl-add-to-wishlist a:focus,
.products.products-list .product-button .yith-wcwl-add-to-wishlist:focus,
.products.products-list .product-button .yith-wcwl-add-to-wishlist:focus,
.products.products-list .product-button .yith-wcwl-add-to-wishlist:focus,
.products.products-list .product-button .yith-wcwl-add-to-wishlist .added_to_cart.wc-forward:focus,
.products.products-list .product-button .yith-wcwl-add-to-wishlist:focus,
.products.products-list .product-button .yith-wcwl-add-to-wishlist:focus {
  color: #45bf55;
  border-color: #747474;
}

.products.products-list .product.column:hover .product-button,
.products.products-list .product.column:focus .product-button {
  bottom: 0;
}

.products.products-list article {
  width: 100% !important;
  text-align: initial;
  border-bottom: 1px solid #ebeaea;
}
.products.products-list article:first-child {
  border-top: 1px solid #ebeaea;
}

.products.products-grid .product .star-rating {
  margin: 0.7692307692rem auto 0;
}

/* Product List */
.products-list .column-wrap .column {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .products-list .column-wrap .column {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .products-list .column-wrap .column {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.products.products-list {
  padding: 20px 0 40px;
  margin-bottom: 0;
  border: none;
}

@media (min-width: 992px) {
  .products.products-list {
    padding: 20px 20px 40px;
    margin-top: -2.8461538462rem;
  }
}
.products.products-list article:after {
  content: '';
  display: table;
  clear: both;
}

.products.products-list figure {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .products.products-list figure {
    float: left;
    width: 27%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .products.products-list figure {
    width: 18%;
  }
}
@media (min-width: 992px) {
  .col-md-9 .products.products-list figure {
    width: 26%;
  }
}
@media (min-width: 1200px) {
  .col-md-9 .products.products-list figure {
    width: 22%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .col-md-9 .products.products-list figure {
    width: 25%;
  }
}
.products.products-list figure {
  border: none;
}

.products.products-list .product-countdown {
  bottom: 12px;
}

.products.products-list .product-countdown .countdown-section {
  margin: 0 2.5px;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .products.products-list .product-countdown .countdown-amount {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .products.products-list .product-countdown .countdown-period {
    font-size: 8px;
  }
}
.products.products-list .product-content {
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .products.products-list .product-description {
    float: left;
    width: 50%;
    padding: 15px 50px 0 20px;
  }
}
@media (min-width: 992px) {
  .products.products-list product-meta {
    width: 52%;
  }
}
@media (min-width: 1200px) {
  .products.products-list .product-description {
    width: 67%;
    padding: 25px 80px 0 40px;
  }
}
@media (min-width: 1600px) {
  .products.products-list .product-description {
    padding: 30px 110px 0 45px;
  }
}
@media (min-width: 768px) {
  .col-md-9 .products.products-list .product-description {
    padding: 5px 20px 0 20px;
  }
}
@media (min-width: 992px) {
  .col-md-9 .products.products-list .product-description {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .col-md-9 .products.products-list .product-description {
    width: 61%;
    padding: 8px 39px 0 39px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .col-md-9 .products.products-list .product-description {
    width: 52%;
  }
}
@media (max-width: 1599px) {
  .col-md-9 .products.products-list .product-description p {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .col-md-9 .products.products-list .product-description p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .products.products-list .product-description p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .products.products-list .product-description p {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .products.products-list .product-description p {
    display: none;
  }
}
@media (max-width: 767px) {
  .products.products-list .product-list-button {
    text-align: left;
    margin-top: 1.1538461538rem;
  }
  .products.products-list .product-list-button .product-button {
    margin-top: -2rem;
    left: 11.1538461538rem;
  }

  .products.products-list .product-type-variable .product-list-button .product-button {
    left: 12.6923076923rem;
  }
}
.products.products-list .product-description p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .products.products-list .product-description div[itemprop="description"] {
    max-height: 125px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .products.products-list .product-description div[itemprop="description"] {
    max-height: 100px;
    overflow: hidden;
  }
}
.product-list-button .shopswatchinput {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .products.products-list .product-list-button {
    float: left;
    width: 23%;
    text-align: right;
    border-left: 1px solid #e9e9e9;
    padding: 8px 0;
    margin-top: 13px;
  }
}
@media (min-width: 992px) {
  .products.products-list .product-list-button {
    width: 21%;
    margin-top: 19px;
  }
}
@media (min-width: 1200px) {
  .products.products-list .product-list-button {
    width: 15%;
    padding-bottom: 0.9230769231rem;
  }
}
@media (min-width: 992px) {
  .col-md-9 .products.products-list .product-list-button {
    width: 26%;
  }
}
@media (min-width: 1200px) {
  .col-md-9 .products.products-list .product-list-button {
    width: 17%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .col-md-9 .products.products-list .product-list-button {
    width: 23%;
  }
}
.products.products-list .list-content ul,
.products.products-grid .list-content ul {
  padding: 0;
  list-style: none;
}

@media (min-width: 991px) {
  .products.products-list .product-title {
    font-size: 1.3076923077rem;
    padding-top: 0;
  }
}
/*@media (min-width: 1600px) {
  .products.products-list .product-title {
    font-size: rem-calc(22px);
  }
}*/
.products.products-list .product-colors {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .products.products-list .product-colors {
    margin-bottom: 30px;
  }
}
.products.products-list .product-action {
  width: auto;
  margin-right: 0;
}

@media (max-width: 767px) {
  .products.products-list article:first-child {
    border-top: inherit;
  }

  .products.products-list article {
    border-bottom: inherit;
  }

  .products.products-list {
    padding-top: 0;
    margin-top: -50px;
  }

  .products.products-list .product.column {
    margin-bottom: 40px;
  }
}
.product-button .yith-wcwl-add-to-wishlist {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-button .yith-wcqv-button {
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

.product-button .compare {
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.product-button .add_to_cart_button,
.product-button .added_to_cart,
.product-button .product_type_external,
.product-button .product_type_grouped {
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.product:hover .product-button .yith-wcwl-add-to-wishlist,
.product:hover .product-button .yith-wcqv-button,
.product:hover .product-button .compare,
.product:hover .product-button .add_to_cart_button,
.product:hover .product-button .added_to_cart.wc-forward,
.product:hover .product-button .product_type_external,
.product:hover .product-button .product_type_grouped {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.yith-wcwl-add-to-wishlist .ajax-loading {
  left: 2px;
  position: absolute;
  top: 6px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f08a";
  font-family: "fontAwesome";
  font-size: 1rem;
}

.product-button .compare {
  margin-bottom: 4px;
}

.product-button .yith-wcqv-button:before {
  content: "\f06e";
  font-family: "fontAwesome";
  font-size: 1rem;
}

.product-button .compare:before {
  content: "\f074";
  font-family: fontAwesome;
  font-size: 1rem;
}

.product-button .button.product_type_variable {
  font-size: 0;
}

.product-button .button.product_type_variable:before {
  content: "\e068";
  font-family: fontAwesome;
  font-size: 24px;
}

.product-button .add_to_cart_button:before,
.product-button .product_type_external:before,
.product-button .product_type_grouped:before {
  content: "\f07a";
  font-family: fontAwesome;
  font-size: 24px;
}

.products .product .add_to_cart_button.added,
.product-button .add_to_cart_button.added {
  display: none;
}

.product-button .added_to_cart.wc-forward::before {
  content: "\f00c";
  font-family: fontAwesome;
  font-size: 24px;
  color: #747474;
}

.product-button .add_to_cart_button.loading:before {
  content: "\f110";
  font-family: fontAwesome;
  font-size: 20px;
}

.products .product .added_to_cart.wc-forward {
  border-color: #747474;
}

.products .product .added_to_cart.wc-forward::before {
  content: "\f00c";
  font-family: fontAwesome;
  padding-right: 0.6153846154rem;
  color: #747474;
}

.products .product .add_to_cart_button.loading:before {
  content: "\f110";
  font-family: fontAwesome;
  padding-right: 0.6153846154rem;
}

.products .product .add_to_cart_button.loading:before,
.product-button .add_to_cart_button.loading:before {
  -webkit-animation: spin 0.6s linear 0s infinite normal;
  animation: spin 0.6s linear 0s infinite normal;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.product .price ins {
  background: transparent;
}

.product .onsale {
  width: 3rem;
  text-align: center;
  z-index: 12;
  background: #f5af35;
  color: white;
  left: 1rem;
  padding: 0.3076923077rem 0.1538461538rem 0.1538461538rem;
  position: absolute;
}
.product .onsale:after {
  content: "";
  width: 0;
  height: 0;
  left: 0;
  top: 1.6153846154rem;
  border-right: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
  border-top: 1.5rem solid #f5af35;
  position: absolute;
  z-index: 5;
}
.product .onsale + .onsale {
  display: none;
}

.product .owl-carousel .onsale {
  left: 0;
}

.product .onsale.outofstock:after {
  display: none;
}

.product-label.outofstock {
  font-size: 14px;
  line-height: 0.8;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 5px;
  background-color: #c2c2c2;
  max-width: 35px;
}

.product-countdown:after {
  content: '';
  display: table;
  clear: both;
}

.single-product .product-countdown {
  margin-top: 1.3846153846rem;
}

#yith-quick-view-modal .product-countdown {
  display: none;
}

.products .product .product-countdown {
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 10px;
  z-index: 15;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.products-list .product-top .product-countdown {
  right: -5px;
}

.product-countdown .countdown-row {
  clear: both;
  width: 100%;
  padding: 0px;
  text-align: center;
}

.product-countdown .countdown-section {
  display: block;
  float: left;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 0.3076923077rem;
  border: 1px solid #dcdcdc;
  box-shadow: inset 2px 2px 0 #fcfcfc;
  padding-top: 0.2307692308rem;
  padding-bottom: 0.3076923077rem;
  margin: 0 0.3076923077rem;
  transition: border 0.4s, background 0.4s;
  width: calc(25% - 10px);
}

.single-product .product-countdown .countdown-section:first-child {
  margin-left: 0;
}

.product-countdown .countdown-amount {
  font-size: 2.1538461538rem;
  color: #8c8989;
  font-weight: 600;
  letter-spacing: 0.1538461538rem;
}

.product-countdown .countdown-period {
  display: block;
  width: 100%;
  margin-top: 1px;
  text-transform: uppercase;
  font-size: 0.6153846154rem;
  padding-left: 1px;
  padding-right: 1px;
  white-space: nowrap;
}

.product-countdown.countdown-sep {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 1600px) {
  .product-countdown.countdown-sep {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product-countdown.countdown-sep .countdown-section {
  margin: 0 10px;
  position: relative;
}

@media (min-width: 1600px) {
  .product-countdown.countdown-sep .countdown-section {
    margin: 0 15px;
  }
}
.product-countdown.countdown-sep .countdown-section:after {
  content: ':';
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  left: 100%;
  margin-left: 8px;
  top: 50%;
  margin-top: -15px;
  color: #b8b8b8;
}

@media (min-width: 1600px) {
  .product-countdown.countdown-sep .countdown-section:after {
    margin-left: 11.5px;
  }
}
.product-countdown.countdown-sep .countdown-section:last-child:after {
  display: none;
}

.products .product:hover .product-countdown {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.col-md-9 .products-grid.columns-3 .product .product-countdown {
  left: 5px;
  right: 5px;
}
.col-md-9 .products-grid.columns-3 .product .product-countdown .countdown-amount {
  font-size: 1.6923076923rem;
  letter-spacing: 0.0769230769rem;
}

.products.products-list .product .product-countdown {
  left: 0;
  right: 0;
  bottom: 5px;
}
.products.products-list .product .product-countdown .countdown-section {
  width: calc(25% - 5px);
}
.products.products-list .product .product-countdown .countdown-amount {
  font-size: 1.2307692308rem;
  letter-spacing: 0;
}

/*fix product category*/
.products-list .product-category.product {
  position: relative;
}

.products-list .product-category.product img {
  float: left;
}

.products-list .product-category.product h2 {
  right: 0;
  position: absolute;
  top: 49%;
}

.products-grid .product-category.product,
.archive.woocommerce .products .product-category.product {
  width: 33.3%;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 15px 10px;
}

.archive.woocommerce .product-category.product a {
  border: 1px solid #ebeaea;
  display: block;
  overflow: hidden;
}

.archive.woocommerce .products-list .product-category.product a {
  border: none;
}

.product-category.product h2 {
  margin-top: 1.0769230769rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.0769230769rem;
  font-weight: 600;
  text-align: center;
  color: #333;
}

.product-category.product h2:hover {
  color: #45bf55;
}

.product-category.product h2 mark {
  background-color: transparent;
  color: #333;
}

/*--------------------------------------------------------------
    14.4 product
---------------------------------------------------------------*/
.widget_product_categories ul .open-this,
.wpb_widgetised_column .widget_product_categories ul .open-this {
  cursor: pointer;
  float: right;
  height: 30px;
  position: relative;
  right: 15px;
  width: 30px;
  text-align: right;
  z-index: 1;
  display: block;
  margin: 0;
  font-size: 0;
}

.widget_product_categories ul .open-this:before,
.wpb_widgetised_column .widget_product_categories ul .open-this:before {
  font-size: 16px;
  color: #999;
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f107';
}

.widget_product_categories ul li.opened > .open-this:before,
.wpb_widgetised_column .widget_product_categories ul li.opened > .open-this:before {
  content: '\f106';
}

ul.product-categories li.cat-item ul.children {
  display: none;
}

ul.product-categories li.cat-item.cat-parent.opened {
  padding-bottom: 0;
}

ul.product-categories > li.cat-item > a {
  text-transform: uppercase;
}

ul.product-categories ul.children li:last-child {
  border-bottom: none;
}

ul.product-categories ul.children li {
  padding-left: 0;
  padding-right: 0;
}

ul.product-categories ul.children {
  padding-left: 0;
}

ul.product-categories ul.children > li > a {
  color: inherit;
  padding-left: 1.1538461538rem;
}

ul.product-categories ul.children li:first-child {
  border-top: inherit;
}

ul.product-categories ul.children > li > a:before {
  content: "\f105";
  display: inline-block;
  text-align: right;
  font-family: "FontAwesome";
  padding-right: 12px;
}

/* price filter */
.price_slider_wrapper {
  padding: 1.5384615385rem 0;
}

.price_slider_wrapper .ui-slider {
  position: relative;
}

.price_slider_wrapper .ui-widget-content {
  background: transparent;
}

.widget_price_filter .ui-slider-horizontal {
  top: -5px;
  height: 4px;
  border-radius: 0;
  border: none;
}

.widget_price_filter .ui-slider .ui-slider-range {
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: none;
  border-radius: 0;
  background: #f5af35;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  top: -6px;
  border: none;
  border-radius: 0;
  margin: 0;
  position: absolute;
  z-index: 2;
  border-radius: 0;
  background: #f5af35;
  cursor: default;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.widget_price_filter .ui-slider .ui-slider-handle:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #f5af35 transparent transparent transparent;
}

.widget_price_filter .price_slider {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.widget_price_filter .price_slider_amount {
  margin-top: 17px;
  overflow: hidden;
}

.widget_price_filter .price_slider_amount button {
  float: right;
  font-size: 0.8461538462rem;
  padding: 0.6153846154rem 0.7692307692rem;
  margin-top: 6px;
}

.widget_price_filter .price_slider_amount .price_label {
  float: left;
  line-height: 3.0769230769rem;
  font-size: 1rem;
}

.widget_price_filter .ui-slider-horizontal {
  border: medium none;
  border-radius: 0;
  height: 4px;
  background-color: #ebeaea;
}

.widget_price_filter .button:hover {
  background-color: #f5af35;
}

/*--------------------------------------------------------------
    14.5 single product
---------------------------------------------------------------*/
/*Product single page details*/
.button_position_left .product .onsale {
  right: inherit;
  left: -3px;
}

.button_position_left .product .onsale.new-badge {
  left: 1px;
}

.cross-sells .owl-controls .owl-nav,
.single-product .upsells.products .owl-controls .owl-nav {
  display: none;
}

.sub-footer .deals-percentage,
.single-product .relate-product .deals-percentage {
  display: none;
}

#yith-quick-view-content.single-product .onsale {
  left: 15px;
  top: 0;
  right: auto;
}

.product .sold-out {
  position: absolute;
  top: 90px;
  left: 0px;
  font-size: 10px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #333;
  border: 2px solid #333;
  padding: 0 7px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 5;
}

.product .new {
  position: absolute;
  top: 70px;
  left: 20px;
  font-size: 10px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #45bf55;
  border: 2px solid #45bf55;
  padding: 0 7px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 5;
}

/*footer conent*/
.product-footer .shear-product-wrap {
  display: block;
  padding-right: 5px;
}

.product-footer .shear-product-wrap h5 {
  color: #fff;
  padding-left: 45px;
  float: left;
  padding-top: 10px;
  font-weight: 400;
}

.product-footer .shear-product {
  float: right;
}

.product-footer .shear-product .shear-icon-wrap {
  padding: 11px 10px;
}

.product-footer .shear-product i {
  color: #ccc;
}

.product-footer .shear-product a:hover i {
  color: #45bf55;
}

.product-footer span.text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.summary.entry-summary .woocommerce-product-rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.summary.entry-summary .woocommerce-product-rating .star-rating + .woocommerce-review-link:before {
  color: #747474;
  content: "|";
  padding-left: 0.76923rem;
  padding-right: 0.76923rem;
  position: relative;
  top: -1px;
}

.summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
  padding-top: 7px;
  color: #747474;
}

.summary.entry-summary .product_title {
  font-size: 1.2307692308rem;
  margin-bottom: 0.1538461538rem;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .product-gallery-container {
    margin-bottom: 2.3076923077rem;
  }
}
.single-product div[itemprop="description"] {
  margin-bottom: 35px;
}

.single-product .products.relate-product div[itemprop="description"],
.single-product .upsells.products div[itemprop="description"] {
  display: none;
}

.summary.entry-summary .name-category {
  color: inherit;
}

.summary.entry-summary table.variations th,
.summary.entry-summary table.variations td,
.summary.entry-summary table.variations {
  border: none;
}

.summary.entry-summary table.variations td.label {
  vertical-align: initial;
}

.summary.entry-summary table.variations {
  width: auto;
}

.summary.entry-summary .variations .value {
  display: inline-block;
  margin-right: 10px;
}

.summary.entry-summary .product-addtocart .variations {
  display: inline-block;
}

.summary.entry-summary .product-addtocart .quantity {
  display: inline-block;
}

.summary.entry-summary .single-product-button {
  display: block;
}

.summary.entry-summary .quantity span {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.summary.entry-summary .quantity input[type="text"] {
  border-color: #e6e6e6;
  font-size: 10px;
  color: #333;
  padding: 3px;
  text-align: center;
  width: 45px;
}

.summary.entry-summary .name-category {
  margin-bottom: 25px;
}

.summary.entry-summary .price {
  display: block;
  margin: 0.3846153846rem 0;
  font-size: 1.5384615385rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.summary .single_add_to_cart_button {
  background: #45bf55;
  line-height: 1;
  padding: 0.94375em 0.975em 0.98125em;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.9230769231rem;
}
.summary .single_add_to_cart_button:hover {
  background: #333;
}

.category-product-slide .amount,
.summary.entry-summary .price .amount {
  color: #45bf55;
}

.category-product-slide .price del,
.summary.entry-summary .price del {
  color: inherit;
  font-size: 1.2307692308rem;
}

.summary.entry-summary .price del .amount {
  color: #8c8989;
}

.summary.entry-summary .variations_button {
  display: inline-block;
  vertical-align: top;
}

.summary.entry-summary .product-button .yith-wcwl-add-to-wishlist {
  display: inline-block;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  margin-left: 3px;
}

.summary.entry-summary .compare-button a {
  display: block;
}

.summary.entry-summary .compare-button a:before {
  content: "\f074";
  font-family: fontAwesome;
  font-size: 1.0769230769rem;
}

.summary.entry-summary .compare-button a:before,
.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  display: block;
  color: #8c8989;
}

.summary.entry-summary .compare-button a:hover:before,
.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #fff;
  background-color: #333;
}

.summary.entry-summary .single-product-wrap div {
  display: inline-block;
}

.summary.entry-summary .cart,
.summary.entry-summary .single-product-wrap {
  display: inline-block;
  vertical-align: top;
}

.product-type-variable .summary.entry-summary .cart.variations_form {
  vertical-align: inherit;
}

.product-type-variable.outofstock .summary.entry-summary .cart.variations_form + div.single-product-wrap {
  margin-top: 0;
  margin-left: 0;
}

.product-type-grouped .summary.entry-summary .cart,
.product-type-grouped .summary.entry-summary .single-product-wrap div {
  position: relative;
}

.product-type-external .summary.entry-summary .cart {
  margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-9 .piko-woo-right-col .single_add_to_cart_button {
    letter-spacing: 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .piko-woo-right-col .single_add_to_cart_button {
    letter-spacing: 0;
  }
}
.summary.entry-summary .compare-button,
.summary.entry-summary .yith-wcwl-add-to-wishlist a {
  border: 1px solid #ebeaea;
  width: 42px;
  line-height: 42px;
  height: 42px;
  color: #333;
  display: block;
  margin-top: 1px;
  float: left;
  text-align: center;
  font-size: 0;
  border-radius: inherit;
}

.summary.entry-summary .compare-button {
  margin-left: 7px;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist a {
  margin-left: 10px;
}

.summary.entry-summary .compare-button:hover,
.summary.entry-summary .yith-wcwl-add-to-wishlist a:hover {
  border-color: #333;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.summary.entry-summary .compare-button a:hover,
.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  color: #959595;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover,
.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover,
.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover {
  border-color: #45bf55;
}

.summary.entry-summary .product-button .yith-wcwl-add-to-wishlist a {
  height: 40px;
  width: 40px;
}

.summary.entry-summary .product-button .yith-wcwl-add-to-wishlist a:hover {
  color: #ffffff;
  background-color: #45bf55;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a::before,
.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before
 {
  font-size: 1.0769230769rem;
}

.summary.entry-summary .product-button .yith-wcwl-add-to-wishlist a::before,
.summary.entry-summary .product-button .yith-wcqv-button::before {
  line-height: 42px;
  width: 42px;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist .ajax-loading {
  left: 12px;
  top: 12px;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback,
.summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
  left: 100%;
  right: auto;
  padding-left: 10px;
}

.single-product .summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback,
.single-product .summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
  left: 0;
  margin-left: -175px;
}

.shop_attributes {
  line-height: 32px;
  width: 100%;
  border: none;
}

.shop_attributes th {
  font-weight: normal;
}

.shop_attributes td p {
  margin-bottom: 0 !important;
}

.shop_attributes td {
  text-align: right;
}

.shop_attributes th, .shop_attributes td {
  border: none;
  border-bottom: 1px solid #f2f2f2;
}

.shop_attributes tr:last-child th,
.shop_attributes tr:last-child td {
  border-bottom: none;
}

.summary .added_to_cart.wc-forward {
  background: #333;
  border: medium none;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 5px;
  padding: 9px 25px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 15px;
}

.summary .added_to_cart.wc-forward:hover,
.summary .added_to_cart.wc-forward:focus {
  background: #45bf55;
}

/* Group product */
.summary.entry-summary .product-addtocart table.group_table td .quantity {
  margin-bottom: 0;
}

.summary.entry-summary .product-addtocart table.group_table .label {
  color: #333;
  font-size: 15px;
  font-weight: normal;
}

table.group_table {
  border: none;
}

table.group_table td {
  border: medium none;
}

.summary.entry-summary table.group_table .price {
  display: table-cell;
  font-size: 15px;
  margin: 0;
  text-align: center;
}

td.label {
  display: table-cell;
  vertical-align: middle;
  border-radius: 0;
  text-align: left;
  font-size: 15px;
  text-transform: capitalize;
  color: #333;
}

/*print button*/
.print-button > ul {
  margin: 20px 0 0;
}

.print-button > ul > li {
  list-style: none;
}

.print-button > ul > li > a {
  color: #ccc;
  top: -10px;
  position: relative;
}

.has-sidebar-left .print-button > ul > li > a,
.has-sidebar-right .print-button > ul > li > a {
  top: 0;
}

.print-button > ul > li i {
  padding-right: 6px;
}

.print-button button {
  position: relative;
  float: left;
  padding: 0;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f3f3f3;
  color: #ccc;
}

.print-button button:focus,
.print-button button:hover {
  background: #e1e1e1;
  outline: none;
  color: #fff;
}

.print-button .social {
  display: block;
  float: left;
  position: relative;
  background-color: #f3f3f3;
  border: 1px solid #f9f9f9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
  font-size: 18px;
  outline: none;
  cursor: pointer;
  transition: all 200ms ease;
}

.print-button button {
  z-index: 10;
}

.print-button .social-share {
  z-index: 9;
  min-width: 500%;
  padding: 0;
  margin: 0;
}

.print-button .social-share li {
  color: #bfbfbf;
}

.print-button .social-share li:hover {
  color: #fff;
  background-color: #45bf55;
}

.print-button .social-share {
  padding: 0;
  margin: 0;
}

.print-button .social-share li {
  opacity: 0;
  transform: scale(0) translateX(0);
}

.print-button .social-share li:nth-child(1) {
  transition-delay: 0ms;
}

.print-button .social-share li:nth-child(2) {
  transition-delay: 100ms;
}

.print-button .social-share li:nth-child(3) {
  transition-delay: 150ms;
}

.print-button .social-share li:nth-child(4) {
  transition-delay: 200ms;
}

.print-button .social-share li:nth-child(5) {
  transition-delay: 250ms;
}

.print-button .social-share li:nth-child(6) {
  transition-delay: 300ms;
}

.print-button .social-share li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.print-button .start-animation li {
  transform: scale(1) translateX(100%);
  opacity: 1;
}

.print-button span.text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.piko-woo-right-col .product_meta {
  padding-left: 15px;
  padding-top: 12px;
}

.upsells.products {
  margin-top: 2.3076923077rem;
}

.piko-woo-right-col .upsells.products h3 {
  padding-top: 20px;
}

/* review */
.woocommerce #reviews #comments .commentlist {
  padding: 0;
  margin: 0;
}

.woocommerce #reviews #comments {
  margin-bottom: 40px;
}

#reviews {
  margin-top: 15px;
}

#reviews #comments ol.commentlist li {
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  list-style: none;
}

#reviews #comments ol.commentlist li img.avatar {
  float: left;
  height: auto;
  line-height: 1;
  margin-top: 0;
  width: 60px;
}

#reviews #comments ol.commentlist li .comment-text {
  display: block;
  padding: 1.3846153846rem;
  margin-left: 5.7692307692rem;
  position: relative;
  z-index: 2;
  background-color: #f1f1f1;
  border-radius: 10px;
}

.comment-form-rating {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.comment-form-rating label {
  white-space: nowrap;
  margin-right: 20px;
}

#reviews #comments ol.commentlist li .comment-text:after {
  content: '';
  position: absolute;
  top: 0.3846153846rem;
  left: -0.3846153846rem;
  width: 0;
  height: 0;
  border-bottom: 1rem solid transparent;
  border-top: 1rem solid transparent;
  border-right: 0.4615384615rem solid #f1f1f1;
}

#reviews #comments div[itemprop="description"] {
  margin-bottom: 0.6153846154rem;
}

#reviews #comments ol.commentlist li .comment-text .star-rating {
  margin: 0;
}

#reviews #comments ol.commentlist li .comment-text p.meta {
  margin: 8px 0 0;
  color: #8c8989;
}

#reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-weight: normal;
}

.star-rating {
  height: 13px;
  line-height: 13px;
  overflow: hidden;
  position: relative;
  width: 85px;
  font-size: 13px;
  margin-top: 11px;
  color: #bfbfbf;
}

.star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  float: left;
  font-family: "FontAwesome";
  left: 0;
  letter-spacing: 5px;
  position: absolute;
  top: 0;
}

.star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 13px;
  position: absolute;
  top: 0;
  color: #f5af35;
}

.star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font-family: "FontAwesome";
  left: 0;
  letter-spacing: 5px;
  position: absolute;
  top: 0;
}

.product-tabs {
  margin: 2.6923076923rem 0;
}
.product-tabs ul {
  margin: 0;
}

/* Nav Pills */
.nav.nav-pills {
  margin-bottom: 1.5384615385rem;
}

@media (min-width: 768px) {
  .nav.nav-pills {
    margin-bottom: 1.9230769231rem;
  }
}
@media (min-width: 992px) {
  .nav.nav-pills {
    margin-bottom: 2.3076923077rem;
  }
}
.nav.nav-pills > li + li {
  margin-left: 0.1538461538rem;
}

.nav.nav-pills > li > a {
  position: relative;
  padding: 0.8461538462rem 0.4615384615rem 0.6923076923rem;
  font-weight: 600;
  font-size: 0.8461538462rem;
  color: #8c8989;
  background-color: #f1f1f1;
  letter-spacing: 0.07em;
  transition: background 0.35s;
  border: none;
  border-radius: 0;
  margin: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .nav.nav-pills > li > a {
    padding: 0.9230769231rem 0.5384615385rem 0.8461538462rem;
    font-size: 0.9230769231rem;
  }
}
@media (min-width: 992px) {
  .nav.nav-pills > li > a {
    padding: 1.0769230769rem 0.9230769231rem 1.0769230769rem;
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .nav.nav-pills > li > a {
    padding: 1.1538461538rem 1.3846153846rem 1.1538461538rem;
    font-size: 1.0769230769rem;
  }
}
.nav.nav-pills > li > a:after {
  content: '';
  display: none;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -6px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .nav.nav-pills > li > a:after {
    border-bottom-color: #fff;
  }
}
.nav.nav-pills > li.active > a,
.nav.nav-pills > li > a:hover,
.nav.nav-pills > li > a:focus {
  background-color: #45bf55;
  color: #fff;
}

.nav.nav-pills > li.active > a:after {
  display: block;
}

@media (min-width: 768px) {
  .nav.nav-pills.nav-justified > li + li {
    padding-left: 2px;
  }
}
@media (min-width: 992px) {
  .nav.nav-pills.nav-justified > li + li {
    padding-left: 3px;
  }
}
@media (min-width: 1200px) {
  .nav.nav-pills.nav-justified > li + li {
    padding-left: 4px;
  }
}
@media (min-width: 1600px) {
  .nav.nav-pills.nav-justified > li + li {
    padding-left: 6px;
  }
}
/* Nav Pills Bordered */
.nav.nav-pills.nav-bordered {
  margin-bottom: 22px;
  font-size: 0;
}

@media (min-width: 992px) {
  .nav.nav-pills.nav-bordered {
    margin-bottom: 40px;
  }
}
.nav.nav-pills.nav-bordered > li {
  float: none;
  display: inline-block;
  margin: 0 5px;
}

@media (min-width: 768px) {
  .nav.nav-pills.nav-bordered > li {
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .nav.nav-pills.nav-bordered > li {
    margin: 0 15px;
  }
}
.products-tab .nav.nav-pills.nav-bordered > li:first-child {
  margin: 0 23px 0 0;
}

.products-tab .nav.nav-pills.nav-bordered > li:last-child {
  margin: 0;
}

@media (min-width: 1200px) {
  .nav.nav-pills.nav-bordered > li {
    margin: 0 23px;
  }
}
.nav.nav-pills.nav-bordered > li + li {
  margin-left: 0;
}

.nav.nav-pills.nav-bordered > li > a {
  position: relative;
  padding: 6px 14.5px 4px;
  font-weight: 700;
  font-size: 1.0769230769rem;
  color: #9d9c9c;
  background-color: transparent;
  letter-spacing: 0.05em;
  transition: background 0.35s;
  border: 2px solid transparent;
  text-trnsform: uppercase;
  border-radius: 18px;
  margin: 0;
}

@media (min-width: 992px) {
  .nav.nav-pills.nav-bordered > li > a {
    font-size: 16px;
    padding: 7px 23px 5px;
  }
}
.nav.nav-pills.nav-bordered > li > a:after {
  display: none;
}

.nav.nav-pills.nav-bordered > li > a:hover, .nav.nav-pills.nav-bordered > li > a:focus {
  background-color: transparent;
  border-color: #45bf55;
  color: #45bf55;
}

.nav.nav-pills.nav-bordered > li.active > a {
  background-color: transparent;
  border-color: #45bf55;
  color: #45bf55;
}

.nav.nav-pills.nav-bordered > li.active > a:after {
  display: none;
}

.nav.nav-pills.nav-bordered.simple-tabs {
  margin-bottom: 22px;
}

@media (min-width: 992px) {
  .nav.nav-pills.nav-bordered.simple-tabs {
    margin-bottom: 35px;
  }
}
.nav.nav-pills.nav-bordered.simple-tabs > li > a {
  color: #9d9c9c;
}

.nav.nav-pills.nav-bordered.simple-tabs > li > a:hover, .nav.nav-pills.nav-bordered.simple-tabs > li > a:focus {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #555555;
}

.nav.nav-pills.nav-bordered.simple-tabs > li.active > a {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #555555;
}

.nav.nav-pills.nav-bordered.v2 {
  font-size: 0;
}

.nav.nav-pills.nav-bordered.v2 > li {
  margin: 0 6px;
}

@media (min-width: 768px) {
  .nav.nav-pills.nav-bordered.v2 > li {
    margin: 0 12px;
  }
}
@media (min-width: 992px) {
  .nav.nav-pills.nav-bordered.v2 > li {
    margin: 0 17px;
  }
}
@media (min-width: 1200px) {
  .nav.nav-pills.nav-bordered.v2 > li {
    margin: 0 25px;
  }
}
.nav.nav-pills.nav-bordered.v2 > li > a {
  padding: 6px 14.5px 4px;
  font: 400 16px/1.5 "Fira Sans", Arial, sans-serif;
  color: #bcbcbc;
  font-style: italic;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .nav.nav-pills.nav-bordered.v2 > li > a {
    font-size: 17px;
    padding: 6.5px 26px 4.5px;
  }
}
.nav.nav-pills.nav-bordered.v2 > li > a:after {
  display: none;
}

.nav.nav-pills.nav-bordered.v2 > li > a:hover, .nav.nav-pills.nav-bordered.v2 > li > a:focus {
  background-color: transparent;
  border-color: #45bf55;
  color: #45bf55;
}

.nav.nav-pills.nav-bordered.v2 > li.active > a {
  background-color: transparent;
  border-color: #45bf55;
  color: #45bf55;
}

.nav.nav-pills.nav-bordered.v2 > li.active > a:after {
  display: none;
}

.tab-content p {
  margin-bottom: 20px;
}

.tab-content p:last-child {
  margin-bottom: 0;
}

.tab-content ul {
  list-style: disc;
  padding-left: 16px;
}

.tab-content ul li {
  margin-bottom: 7px;
}

.tab-carousel-container .tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-carousel-container .tab-content > .tab-pane.active {
  display: block;
  height: auto;
  overflow: visible;
}

.tab-carousel-container .carousel-overflow-container.top-align {
  padding-top: 25px;
  margin-top: -25px;
}

#review_form_wrapper .comments-title, #review_form_wrapper .comment-reply-title {
  font-weight: 300;
  border: inherit;
  margin: 0;
  padding: 0;
}

#review_form_wrapper .comment-form {
  padding-top: 0;
}

#review_form_wrapper .comment-form textarea {
  width: 100%;
}

.comment-form-rating .stars {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}

#review_form .stars span {
  float: left;
  font-size: 13px;
  height: 12px;
  letter-spacing: 5px;
  line-height: normal;
  position: relative;
  width: 81px;
}

#review_form .stars > span::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  left: 0;
  position: absolute;
}

#review_form #commentform .stars > span a {
  float: left;
  height: 0;
  left: 0;
  line-height: normal;
  overflow: hidden;
  padding-top: 12px;
  position: absolute;
  text-align: center;
  top: 0;
}

#review_form #commentform .stars > span a:hover::before,
#review_form #commentform .stars > span a.active::before {
  color: #45bf55;
  content: "\f005\f005\f005\f005\f005";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  left: 0;
  position: absolute;
  top: 0;
}

#review_form #commentform .stars span a.star-1 {
  width: 16px;
  z-index: 10;
}

#review_form #commentform .stars span a.star-2 {
  width: 32px;
  z-index: 9;
}

#review_form #commentform .stars span a.star-3 {
  width: 48px;
  z-index: 8;
}

#review_form #commentform .stars span a.star-4 {
  width: 64px;
  z-index: 7;
}

#review_form #commentform .stars span a.star-5 {
  width: 80px;
  z-index: 6;
}

div.product .summary .product_meta {
  margin: 1.5384615385rem 0 1.5384615385rem;
}
div.product .summary .product_meta .sku_wrapper {
  display: block;
  margin-bottom: 0.3076923077rem;
}
div.product .summary .product_meta .sku_wrapper:before {
  content: "\f02a";
  font-family: fontAwesome;
  padding-right: 0.3846153846rem;
  color: #8c8989;
}
div.product .summary .product_meta > span.posted_in {
  display: inline-block;
  margin-right: 1.5384615385rem;
  text-transform: uppercase;
}
div.product .summary .product_meta > span.posted_in:last-child {
  margin-right: 0;
}
div.product .summary .product_meta > span.posted_in:before {
  content: "\f0e8";
  font-family: fontAwesome;
  padding-right: 0.3846153846rem;
  color: #8c8989;
}
div.product .summary .product_meta > span.posted_in a {
  color: #8c8989;
  text-transform: none;
}
div.product .summary .product_meta > span.posted_in a:hover {
  color: #45bf55;
}

div.product .summary .product-share > span {
  font-size: 15px;
  color: #333;
  display: block;
  margin-bottom: 10px;
}

div.product .summary .product-share ul li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  margin-right: 25px;
}

div.product .summary .product-share ul li:last-child {
  margin-right: 0;
}

div.product .summary .product-share ul li a {
  color: #333;
}

div.product .summary .product-share ul li a:hover {
  color: #45bf55;
}

.relate-product {
  overflow: hidden;
  text-align: center;
}

.relate-product .title-relate {
  display: inline-block;
  position: relative;
  margin: 60px 0 30px;
}

.relate-product .title-relate:after, .relate-product .title-relate:before {
  content: "";
  top: 49%;
  position: absolute;
  border-bottom: 1px solid #e6e6e6;
  width: 999%;
}

.relate-product .title-relate:after {
  margin-right: 20px;
  right: 100%;
}

.relate-product .title-relate:before {
  margin-left: 20px;
  left: 100%;
}

.relate-product .products {
  text-align: left;
  margin-bottom: 30px;
}

.relate-product .products .row {
  margin: 0;
}

.relate-product .products div.product {
  padding: 0;
  margin-bottom: 0;
}

.relate-product .products .owl-carousel .owl-nav > div {
  top: 45%;
}

.relate-product .product-footer::before {
  left: 0;
}

.entry-summary .group_table .label {
  white-space: inherit;
  width: 180px;
}

/*--------------------------------------------------------------
    14.6 woo base
---------------------------------------------------------------*/
/** WooCommerce **/
.product-title:after {
  content: '';
  clear: both;
}

.list-categories .active_product_category a {
  color: #333;
}

.woocommerce .woocommerce-ordering {
  z-index: 1;
}

.woof_products_top_panel {
  display: none !important;
}

.products .product.outofstock .product-button .product_type_simple,
.product.outofstock .product_type_simple {
  display: none;
}

.woocommerce-edit-account .input-text {
  min-width: 200px;
}

.woocommerce-edit-account legend {
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 0.4em;
}

.cart-button .add_to_cart_button.added {
  display: none;
}

.cart-button a.added_to_cart {
  color: #fff;
}

.cart-button a.add_to_cart_button:hover {
  color: #45bf55;
}

.cart-button a.cart-read-more,
.cart-button a.add_to_cart_button,
.cart-button a.added_to_cart {
  display: inline-block;
  margin: 0 3px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  overflow: visible;
  padding: 1em 1.8em;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border: 1px solid #333;
  border-radius: 28px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  background-color: #333;
  text-shadow: 0px 1px 0px #2f6627;
}

.cart-button a.cart-read-more {
  color: #45bf55;
  background: transparent;
}

.cart-button .add_to_cart_button.loading:after {
  content: "\f021";
  font-family: fontAwesome;
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 10px;
  -webkit-animation: spin 0.6s linear 0s infinite normal;
  animation: spin 0.6s linear 0s infinite normal;
}

.cart-button a.cart-read-more:hover {
  background-color: #45bf55;
  color: #333;
}

.cart-button a.added_to_cart:after {
  content: '\f00c';
  padding-left: 8px;
  font-family: fontAwesome;
  color: #45bf55;
}

/* Shopping cart */
/*woocommerce-error*/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  background-color: #f7f6f7;
  border-bottom: 1px solid #45bf55;
  list-style: none !important;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
  content: " ";
  display: table;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  font-family: fontAwesome;
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  float: right;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-message {
  border-bottom-color: #ffc000;
}

.woocommerce-message:before {
  content: "\f05a";
  color: #ffc000;
}

.woocommerce-info:before {
  content: "\f129";
  color: #45bf55;
}

.piko-coupon-checkout .woocommerce-info:before {
  content: "\f0a3";
}

.piko-checkout-login .woocommerce-info:before {
  content: "\f007";
}

.woocommerce-error {
  border-bottom-color: #b81c23;
}

.woocommerce-error:before {
  content: "\f071";
  color: #b81c23;
}

.single_variation_wrap .woocommerce-info {
  border-bottom: 0;
  border-radius: 5px;
}

.piko-coupon-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 0 !important;
}

.piko-coupon-checkout .checkout_coupon p:first-child {
  margin-top: 20px;
}

/* -------Product----------- */
.woocommerce.woocommerce-page .term-description,
.woocommerce.woocommerce-page h1.page-title {
  display: none;
}

.woocommerce-message {
  /*margin-bottom: 30px;*/
  margin-top: 30px;
}

.term-description {
  padding: 0 40px;
}

.woo-breadcrumb-filter {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 30px;
  /*padding: 0 40px;*/
  position: relative;
  z-index: 9;
}

.woo-breadcrumb-filter:after,
.woo-breadcrumb-filter:before {
  display: table;
  content: "";
  clear: both;
}

.woo-breadcrumb-filter .woocommerce-result-count {
  margin: 0 15px 0 0;
}

.woocommerce-breadcrumb a {
  color: #565656;
}

.woocommerce-breadcrumb i {
  color: #949494;
}

.woocommerce-breadcrumb a:after {
  content: '';
  margin: 0 4px;
}

.woof_search_is_going nav.woocommerce-breadcrumb {
  display: initial !important;
}

.product .product-innercotent > a img {
  width: 100%;
}

.product-innercotent {
  position: relative;
  overflow: hidden;
}

.product-innercotent > a img {
  width: 100%;
}

.product-innercotent:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-innercotent:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.product-innercotent.no-overlay:after {
  display: none;
}

.product-innercotent .info-product {
  position: absolute;
  bottom: 35px;
  padding: 0 37px;
  width: 100%;
  z-index: 2;
}

.product-innercotent .info-product .title-product,
.product-innercotent .info-product .piko-viewdetail {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.product-innercotent:hover .info-product .title-product,
.product-innercotent:hover .info-product .piko-viewdetail {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.product.title_price_always_show .info-product {
  padding: 0 35px;
  margin-top: 25px;
}

.product.title_price_always_show .product-innercotent .product-button {
  top: auto;
  bottom: 40px;
}

.product-innercotent .info-product .title-product,
.product-innercotent .info-product > h3,
.info-product > h3 {
  font-size: 15px;
  margin-bottom: 0;
  color: #333;
  display: block;
  padding-right: 25px;
  font-family: inherit;
}

.product-innercotent .info-product .title-product a,
.info-product > h3 a {
  color: inherit;
}

.product-innercotent .info-product .title-product a:hover,
.info-product > h3 a:hover {
  color: #45bf55;
}

.product-innercotent .info-product .price-product,
.info-product .price-product {
  font-size: 15px;
}

.product-innercotent .info-product .piko-viewdetail,
.info-product .piko-viewdetail {
  color: #333;
  float: right;
  font-size: 20px;
  margin-top: -23px;
  position: relative;
}

.product-innercotent .info-product .piko-viewdetail:hover,
.info-product .piko-viewdetail:hover {
  color: #45bf55;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
  display: none;
  position: absolute;
  white-space: nowrap;
  z-index: 5;
  color: #949494;
  font-size: 13px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  padding-right: 10px;
  top: -30px;
  margin-left: -30px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover span.feedback,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover span.feedback {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Product grid */
.products.has-grid-masonry {
  margin-bottom: 30px;
}

.site-main article.product-category:first-child,
.site-main article.product:first-child {
  padding-top: 0;
}

.archive.woocommerce .site-main .products-list article.product-category:first-child {
  padding-top: 25px;
  padding-bottom: 0;
  border-bottom: none;
}

.site-main .products-list article.product:first-child {
  padding-top: 25px;
}

.products article.product {
  margin-bottom: 30px;
}

.products-grid-no-margin.products > .row {
  margin-left: 0;
  margin-right: 0;
}

.products-grid-no-margin.products div.product {
  padding: 0;
  margin-bottom: 0;
}

.products-grid-no-margin.products div.product.title_price_always_show {
  margin-bottom: 30px;
}

.products .piko-catalog-masonry div.product {
  margin-bottom: 0px;
}

.products.has-grid-masonry > .row {
  margin: 0;
}

/* pagination */
.woocommerce-pagination {
  left: 50%;
  position: relative;
  display: inline-block;
}

.woocommerce-pagination ul.page-numbers {
  margin: 25px 0 60px 0;
  text-align: center;
}

.main-content .woocommerce-pagination ul.page-numbers,
.content-area .woocommerce-pagination ul.page-numbers {
  text-align: left;
}

.woocommerce-pagination .page-numbers li {
  display: inline-block;
  margin-right: 7px;
  float: none;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  font-size: 1.0769230769rem;
  color: #c1c1c1;
  width: 2.3076923077rem;
  height: 2.3076923077rem;
  line-height: 2.3076923077rem;
  text-align: center;
  display: inline-block;
  border: 1px solid;
}

.woocommerce-pagination .page-numbers li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers.current {
  color: #333;
}

/* track_order */
form.track_order {
  padding: 0 8%;
  text-align: center;
}

form.track_order > p {
  line-height: 30px;
}

form.track_order .form-tracking {
  background-color: #f7f7f7;
  padding: 25px 35px;
  max-width: 485px;
  margin: 40px auto 0;
  text-align: left;
}

form.track_order .form-row {
  margin-bottom: 30px;
}

form.track_order .form-row label {
  display: block;
  font-size: 15px;
  color: #010101;
  font-weight: 300;
  margin-bottom: 10px;
}

form.track_order .form-row input.input-text {
  width: 100%;
  background-color: #ffffff;
  border-color: #ededed;
}

form.track_order .form-row input[type="submit"] {
  min-width: 250px;
}

/* ------------------------ */
/*  SHOP WIDGET 	   */
/* ------------------------ */
/* quick view */
.zoomWindowContainer > div {
  z-index: 100 !important;
}

.zoomContainer {
  z-index: 99;
}

#yith-quick-view-modal {
  z-index: 99;
}

/* quick view */
#yith-quick-view-modal .yith-wcqv-main,
.woocommerce #yith-quick-view-modal .yith-wcqv-main {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  overflow-y: auto !important;
}

#yith-quick-view-modal img {
  width: 100%;
  height: auto;
}

#yith-quick-view-modal .yith-wcqv-main .print-button .social-share {
  min-width: 200px;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
  padding: 0 !important;
}

#yith-quick-view-content.single-product .price {
  font-size: 20px;
  margin: 0px;
}

.quick-view.summary.entry-summary .woocommerce-product-rating {
  margin-bottom: 20px;
}

.quick-view.summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
  margin-right: 20px;
  color: #777;
}

#yith-quick-view-content div.images {
  width: 100%;
  float: none;
}

#yith-quick-view-content,
#yith-quick-view-content .product-single {
  margin-bottom: 0;
}

#yith-quick-view-content.single-product .summary .product_title {
  font-size: 25px;
}

#yith-quick-view-close {
  color: transparent;
  width: 45px;
  height: 40px;
  line-height: 40px;
  top: 0;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  border: 0;
  background-color: #333;
}

#yith-quick-view-close:hover {
  border-color: #45bf55;
  background-color: #45bf55;
}

#yith-quick-view-close:hover:before {
  color: #fff;
}

#yith-quick-view-close:before {
  content: "\f00d";
  color: #fff;
  font-size: 25px;
  font-family: "fontAwesome";
  left: -1px;
  position: absolute;
  right: 0;
  font-weight: 100;
}

#yith-quick-view-close:hover, #yith-quick-view-close:focus {
  color: transparent;
}

#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
  display: initial !important;
}

.quick-view.summary .product_meta {
  margin-top: 30px;
  padding: 6px 0;
}

.quick-view.summary .product_meta {
  margin-bottom: 0px !important;
}

#yith-quick-view-content div.summary {
  padding-top: 0;
  width: 100% !important;
}

#yith-quick-view-content div.summary .print-button > ul {
  padding-top: 15px;
}

#yith-quick-view-content .product-single.product-layout-2 .quantity {
  display: block;
  margin: 0 0 20px;
}

#yith-quick-view-content div.swatchinput {
  display: inline-block;
  padding-right: 7px;
  padding-bottom: 3px;
}

#yith-quick-view-content .attribute-swatch {
  display: none;
}

#yith-quick-view-content .product-details-box table td.label {
  padding-right: 10px;
}

#yith-quick-view-content .product-details-box table td {
  padding: 0 0 7px 0;
}

#yith-quick-view-content .product-details-box .reset_variations {
  position: absolute;
  top: inherit;
}

.column.product > .button.yith-wcqv-button {
  display: none;
}

/* ------------------------ 
	PAGE CART
 ------------------------ */
.shop_table {
  text-align: left;
  font-size: 15px;
  table-layout: inherit;
  width: 100%;
}

.shop_table th, .shop_table td {
  padding: 0.4em;
}

.cart_totals .shop_table tr th:first-child,
.cart_totals .shop_table tr td:first-child {
  font-weight: 600;
  letter-spacing: 1px;
}

.shop_table thead th {
  font-size: 21px;
  font-weight: normal;
  text-align: center;
  color: #333;
}

.shop_table thead th.product-remove:before {
  content: "\f014";
  font-family: fontAwesome;
  color: #bfbfbf;
}

.shop_table tbody tr.cart_item td {
  padding: 0.9230769231rem 0.3846153846rem;
  text-align: center;
}

.shop_table tbody tr.cart_item td.product-thumbnail {
  padding: 0.9230769231rem 0.9230769231rem;
}

.shop_table tbody .cart_item .product-thumbnail a img {
  width: 140px !important;
  height: auto;
}

.shop_table tbody .cart_item .product-name a {
  color: #333;
}

.shop_table tbody .cart_item .product-name a:hover {
  color: #45bf55;
}

table.shop_table td.actions {
  padding: 30px 0;
  text-align: right;
}

table.shop_table td.actions .coupon {
  float: left;
  margin-left: 47px;
}

table.shop_table td.actions .coupon + button {
  margin-right: 47px;
}

table.shop_table td.actions .coupon input {
  display: inline-block;
}

table.shop_table td.actions > input[type="submit"] {
  float: left;
  background: transparent;
  border: 1px solid #e1e1e1;
  color: #333;
  margin-left: 50px;
}

table.shop_table td.actions > input[disabled=""] {
  color: #ccc;
  cursor: not-allowed;
}

table.shop_table td.actions > input[type="submit"]:hover {
  border-color: #45bf55;
  color: #ffffff;
  background: #45bf55;
}

table.shop_table td.actions > input[disabled=""]:hover {
  color: #ccc;
  background: transparent !important;
  border-color: #e1e1e1 !important;
}

table.shop_table td.actions .coupon label[for="coupon_code"] {
  display: none;
}

table.shop_table td.actions .coupon input.input-text {
  background: #f8f8f8;
  border-color: #e1e1e1;
  width: 50%;
  color: #b0b0b0;
  float: left;
}

.cart-collaterals {
  margin-top: 70px;
}

.cart-collaterals:after,
.cart-collaterals:before {
  content: "";
  display: table;
  clear: both;
}

.cart-collaterals .cart_totals {
  float: right;
  width: 48%;
  max-width: 460px;
}

.cart-collaterals > .shipping {
  float: left;
  width: 48%;
  max-width: 460px;
}

.cart_totals > h2, .shipping > h4 {
  font-size: 21px;
  font-family: inherit;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cart_totals table th, .cart_totals table td {
  padding: 1.5384615385rem;
  color: #333;
  font-weight: normal;
}

.cart_totals table th {
  width: 50%;
}

.cart_totals table td {
  text-align: right;
}

.cart_totals table tr.shipping td {
  color: inherit;
  font-size: inherit;
}

.cart_totals table tr.order-total td .amount {
  color: #45bf55;
  font-weight: normal;
}

.cart_totals .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  background: #45bf55;
  margin: 1.1538461538rem 0;
  display: block;
  text-align: center;
  padding: 1rem 0;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #333;
}

@media (max-width: 768px) {
  table.shop_table td.actions .coupon {
    float: inherit;
    margin: 0 20px;
  }
  table.shop_table td.actions .coupon input.input-text {
    float: inherit;
    width: 100%;
  }
  table.shop_table td.actions .coupon .button {
    margin-top: 10px;
    width: 100%;
  }
  table.shop_table td.actions > .button {
    width: calc(100% - 40px);
    margin: 15px 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  table.shop_table_responsive tbody th,
  table.shop_table_responsive thead,
  table.shop_table_responsive tr td.product-thumbnail:before,
  table.wishlist_table tbody th,
  table.wishlist_table thead,
  table.wishlist_table tr td.product-thumbnail:before {
    display: none;
  }

  table.shop_table_responsive tr td,
  table.wishlist_table tr td {
    display: block;
    clear: both;
    overflow: hidden;
  }

  table.shop_table_responsive tr td:not(.product-quantity) {
    text-align: right;
  }

  table.shop_table_responsive tr.bundle-products td:not(.product-quantity),
  table.wishlist_table tr td:not(.product-quantity) {
    text-align: left;
  }

  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
    color: #222;
  }

  table.shop_table_responsive tr.bundle-products td:before {
    display: none;
  }

  table.shop_table_responsive tr td.product-remove:before,
  table.shop_table_responsive tr td.actions:before,
  table.wishlist_table tr td.product-remove:before,
  table.wishlist_table tr td.actions:before {
    content: '';
  }

  table.shop_table_responsive tr td.product-thumbnail,
  table.wishlist_table tr td.product-thumbnail {
    text-align: center;
  }

  table.shop_table_responsive .product-quantity .quantity {
    float: right;
  }

  .cart_totals td {
    width: 100%;
  }
}
/* ----------------------
    CHECKOUT
----------------------- */
.checkout .woocommerce-billing-fields {
  display: inline-block;
  width: 100%;
}

#billing_state_field + #billing_phone_field,
.woocommerce-billing-fields #billing_last_name_field, .woocommerce-billing-fields #billing_phone_field,
.woocommerce-billing-fields #billing_city_field, .woocommerce-shipping-fields #shipping_last_name_field,
.woocommerce-shipping-fields #shipping_city_field {
  padding-left: 0 !important;
}

.piko-checkout-login {
  width: 48.5%;
  float: left;
}

.piko-coupon-checkout {
  margin-left: 3%;
  float: right;
  width: 48.5%;
}

body.logged-in .piko-coupon-checkout {
  width: 100%;
  margin-left: 0;
}

form.woocommerce-checkout {
  display: inline-block;
  margin: 70px 0;
  overflow: hidden;
  width: 100%;
}

.woocommerce-info {
  color: #666;
  font-size: 15px;
}

.piko-checkout-login form.login, .piko-coupon-checkout form.checkout_coupon {
  display: none;
}

.woocommerce-checkout .form-row label {
  font-weight: 300;
  font-size: 15px;
  color: #909090;
  display: block;
  margin-bottom: 0.6153846154rem;
}

.woocommerce-checkout .form-row .input-text, .woocommerce-checkout .form-row select {
  width: 100%;
}

.woocommerce-checkout label.inline {
  display: inline;
  margin: 0 0 0 10px;
}

.checkout.woocommerce-checkout .piko-order-review {
  float: right;
  border: 2px solid #e7e7e7;
  width: 33%;
  padding: 30px 25px;
  margin-left: 3%;
}

.checkout.woocommerce-checkout .col2-set {
  float: left;
  width: 64%;
}

abbr[data-original-title], abbr[title] {
  border-bottom: none;
}

.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, h3.order_review_heading, h3#order_review_heading {
  font-size: 21px;
  margin-bottom: 30px;
  font-family: inherit;
  line-height: 45px;
}

.woocommerce-billing-fields .form-row {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.woocommerce-billing-fields #billing_first_name_field,
.woocommerce-billing-fields #billing_last_name_field,
.woocommerce-billing-fields #billing_email_field,
.woocommerce-billing-fields #billing_phone_field,
.woocommerce-billing-fields #billing_postcode_field,
.woocommerce-billing-fields #billing_city_field,
.woocommerce-shipping-fields #shipping_first_name_field,
.woocommerce-shipping-fields #shipping_last_name_field,
.woocommerce-shipping-fields #shipping_postcode_field,
.woocommerce-shipping-fields #shipping_city_field {
  float: left;
  width: 50%;
}

#billing_state_field + #billing_phone_field,
.woocommerce-billing-fields #billing_first_name_field,
.woocommerce-billing-fields #billing_email_field,
.woocommerce-billing-fields #billing_postcode_field,
.woocommerce-shipping-fields #shipping_first_name_field,
.woocommerce-shipping-fields #shipping_postcode_field {
  padding-right: 15px;
}

.woocommerce-billing-fields #billing_last_name_field,
.woocommerce-billing-fields #billing_phone_field,
.woocommerce-billing-fields #billing_city_field,
.woocommerce-shipping-fields #shipping_last_name_field,
.woocommerce-shipping-fields #shipping_city_field {
  padding-left: 15px;
}

#billing_phone_field + #billing_email_field {
  padding-right: 0;
}

.woocommerce-checkout .form-row.create-account label {
  display: inline;
  margin-left: 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.shop_table.woocommerce-checkout-review-order-table thead {
  display: none;
}

.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item:first-child {
  border-top: 1px solid #f4f4f4;
}

.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item td {
  padding: 20px 20px;
  text-align: left;
}

.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item td dl {
  padding: 0;
  margin: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-total {
  text-align: right;
  min-width: 100px;
}

/*select 2*/
.select2-container--default .select2-selection--single {
  padding: 10px 10px 12px;
  border-color: #e1e1e1;
  border-radius: 0;
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #45bf55;
}

.shop_table.woocommerce-checkout-review-order-table tr.shipping td:last-child {
  max-width: 135px;
  color: #949494;
  font-size: 13px;
  width: 50%;
}

.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-name .product-quantity {
  font-weight: 300;
}

.shop_table tfoot th, .shop_table tfoot td {
  padding: 20px 15px;
}

.shop_table tfoot td {
  text-align: right;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
  font-weight: bold;
}

.shop_table.woocommerce-checkout-review-order-table tr.order-total td .amount {
  color: #45bf55;
}

.woocommerce-checkout-payment .payment_methods {
  padding: 0 0 20px 0;
}

.woocommerce-checkout-payment .payment_methods li {
  list-style: none;
}

.woocommerce-checkout-payment .payment_methods li label {
  font-weight: 300;
  font-size: 15px;
  color: #333;
}

.woocommerce-checkout-payment .payment_methods li.payment_method_paypal label img {
  max-width: 140px;
  margin: 0 10px;
}

.woocommerce-checkout-payment .payment_methods li label .about_paypal {
  font-size: 13px;
}

.woocommerce-checkout-payment .form-row.place-order .terms {
  margin: 25px 0;
}

.woocommerce-checkout-payment .form-row.place-order .terms label {
  display: inline;
  font-size: 13px;
  margin: 0;
}

.woocommerce-checkout-payment .form-row.place-order .terms .input-checkbox {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}

.woocommerce-checkout-payment .form-row.place-order input[type="submit"] {
  display: block;
  background-color: #45bf55;
  width: 100%;
}

.woocommerce-checkout-payment .form-row.place-order input[type="submit"]:hover {
  background-color: #333;
}

.woocommerce-shipping-fields #ship-to-different-address {
  border-bottom: none;
}

.woocommerce-shipping-fields #ship-to-different-address label,
.woocommerce-shipping-fields #ship-to-different-address .input-checkbox {
  display: inline;
}

.order_details li {
  list-style: none;
}

.woocommerce-order-received .content-page .woocommerce h2 {
  font-size: 25px;
}

.shop_table.order_details td {
  padding: 15px 5px;
}

.shop_table.order_details td.product-name a {
  color: inherit;
}

.shop_table.order_details td.product-name a:hover {
  color: #45bf55;
}

.shop_table.order_details td.product-name strong {
  font-weight: normal;
}

.shop_table.customer_details th, .shop_table.customer_details td {
  padding: 15px 5px;
}

.shop_table.customer_details tr:first-child td {
  border-top: 1px solid #f1f1f1;
}

.shop_table tr td {
  word-break: break-all;
  -moz-word-break: break-all;
}

.shop_table.customer_details tr td {
  border-right: 1px solid #f1f1f1;
}

.shop_table.customer_details tr th:first-child, .shop_table.customer_details tr td:first-child {
  padding-left: 5px;
}

.col2-set.addresses {
  overflow: hidden;
}

.col2-set.addresses .col-1,
.col2-set.addresses .col-2 {
  width: 48%;
  padding: 20px;
  border: 1px solid #f1f1f1;
  float: left;
}

.col2-set.addresses .col-1 {
  margin-right: 2%;
}

.col2-set.addresses .col-2 {
  margin-left: 2%;
}

header.title h3 {
  font-size: 25px;
}

.woocommerce-account .main-container .woocommerce h2 {
  font-size: 25px;
}

.woocommerce-account .piko-my-account .login-submit input[type="submit"] {
  width: 100%;
}

.select2-drop-active {
  border-color: #ebeaea;
}

.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  margin-bottom: 3.0769230769rem;
}

/*----------------------
	Page wishlist
----------------------- */
.woocommerce table.wishlist_table {
  font-size: 15px;
  width: 100%;
  margin-bottom: 5rem;
}

.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td {
  text-align: center;
}

.woocommerce table.shop_table.cart.wishlist_table td.product-remove a {
  height: 16px;
  width: 16px;
  border: none;
  font-size: 1.1538461538rem;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
  color: #333;
}

.wishlist-title h2 {
  display: none !important;
}

.wishlist_table .product-name a:first-child {
  color: #333;
}

.wishlist_table .product-name a:first-child:hover {
  color: #45bf55;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background: transparent !important;
}

.woocommerce table.wishlist_table tbody td {
  padding: 0.7692307692rem 0.3846153846rem;
}

.wishlist_table .add_to_cart.button,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-popup-button a.add_to_wishlist,
.wishlist_table a.ask-an-estimate-button,
.wishlist-title a.show-title-form,
.hidden-title-form a.hide-title-form,
.woocommerce .yith-wcwl-wishlist-new button,
.wishlist_manage_table a.create-new-wishlist,
.wishlist_manage_table button.submit-wishlist-changes,
.yith-wcwl-wishlist-search-form button.wishlist-search-button {
  border-radius: 0;
}

.wishlist_table .product-stock-status span,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  line-height: 25px;
  border-top: 2px solid #45bf55;
  border-bottom: 2px solid #45bf55;
  color: #45bf55;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 10px;
  display: inline-block;
  padding: 0 12px;
}

.wishlist_table a.button {
  max-width: 6.1538461538rem;
  font-size: 0.7692307692rem;
  text-transform: uppercase;
  letter-spacing: 0.0769230769rem;
  border-top: 1px solid #ebeaea;
  border-bottom: 1px solid #ebeaea;
  padding: 0.5384615385rem 0.4615384615rem;
}
.wishlist_table a.button:hover, .wishlist_table a.button:focus {
  border-color: #747474;
}
.wishlist_table .product-name a.button {
  display: none;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
  display: initial !important;
}

.reset_variations {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #ffffff;
  margin-left: 10px;
  padding: 7px 10px;
}

@media (max-width: 360px) {
  .reset_variations {
    margin-top: 7px;
    margin-left: 0;
    padding: 2px 4px;
  }
}
.reset_variations:hover, .reset_variations:focus {
  border-color: #45bf55;
  background: #45bf55;
  color: #ffffff;
}

.woocommerce-error {
  list-style: outside none none;
  padding: 0 40px;
}

.woocommerce .quantity, .woocommerce-page .quantity {
  position: relative;
  /*overflow: hidden;*/
  zoom: 1;
  padding-right: 0.5384615385rem;
  display: inline-block;
  top: 2px;
  /* Hide buttons for opera */
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
  width: 3.8461538462rem;
  font-weight: 600;
  font-size: 0.9615384615rem;
  line-height: 1;
  text-align: center;
}

.woocommerce .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce-page .quantity input[type=number] {
  padding-right: 0.3846153846rem;
}

/*product compare*/
table.compare-list thead th {
  background: transparent !important;
  color: #fff !important;
  font-weight: 500;
  border-bottom: 2px solid #777;
}

/*woocommerce-MyAccount-navigation*/
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul li {
  font-size: 18px;
  margin-top: 15px;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #333;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #45bf55;
}

/* Products List */
.products .products-list .product {
  width: 100% !important;
}

/* --------------------- */
/* RESPONSIVE		 */
/* --------------------- */
@media (max-width: 1199px) {
  #yith-quick-view-modal.open .yith-wcqv-wrapper {
    max-width: 95%;
    margin-left: -5px;
  }

  a.backtotop span.icon {
    margin-right: 15px;
  }

  a.backtotop span.text-totop {
    transform: translateX(-13px) rotate(-90deg);
    -o-transform: translateX(-13px) rotate(-90deg);
    -webkit-transform: translateX(-13px) rotate(-90deg);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-innercotent .info-product {
    padding: 0 20px;
    bottom: 15px;
  }

  .product-innercotent .product-button {
    top: 15px;
  }

  .product-innercotent:hover .product-button {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .product-innercotent:hover:after {
    display: none;
  }

  .product-innercotent .product-button {
    top: 10px;
  }

  .product-innercotent:hover .product-button {
    right: 10px;
  }

  .product-innercotent .info-product {
    bottom: 10px;
    padding: 0 15px;
  }

  .product-button .yith-wcwl-add-to-wishlist, .product-button .yith-wcqv-button, .product-button .add_to_cart_button, .product-button .added_to_cart.wc-forward {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .checkout.woocommerce-checkout .col2-set {
    width: 100%;
  }

  .checkout.woocommerce-checkout .piko-order-review {
    width: 100%;
  }

  .piko-checkout-login {
    width: 100%;
    margin-bottom: 30px;
  }

  .piko-coupon-checkout {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #yith-quick-view-content.single-product .images {
    width: 50%;
    display: block;
    float: left;
  }

  #yith-quick-view-content.single-product .summary.entry-summary {
    width: auto;
    display: block;
    float: none;
    overflow: hidden;
    min-height: 400px;
  }

  #yith-quick-view-content.single-product div[itemprop="description"] {
    display: none;
  }

  #yith-quick-view-modal.open .yith-wcqv-wrapper {
    width: 85%;
  }

  #yith-quick-view-content.single-product .summary.entry-summary .woocommerce-product-rating {
    margin-bottom: 15px;
  }

  #yith-quick-view-content.single-product .summary.entry-summary .product-addtocart .quantity {
    margin-bottom: 15px;
  }

  #yith-quick-view-content.single-product .price {
    margin: 15px 0 15px;
  }

  #yith-quick-view-content.single-product .summary .product_meta {
    margin-top: 35px;
  }

  #yith-quick-view-content.single-product .summary.entry-summary .product-addtocart .variations {
    margin-bottom: 15px;
  }

  #yith-quick-view-content.single-product .summary.entry-summary .product-addtocart .variations .value {
    margin-bottom: 15px;
  }

  .wishlist_table .product-stock-status span, .wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    letter-spacing: 2px;
  }

  .cart-button a.cart-read-more, .cart-button a.add_to_cart_button, .cart-button a.added_to_cart {
    padding: .8em 1em;
    font-size: 12px;
  }

  .testimonial-widget .widget-caption {
    margin-top: 20px;
  }

  .img-cat-block.style-3 .cat-btn {
    height: 0;
    padding: 0 15px 20px;
  }

  .img-cat-block.style-1 .sub-categories {
    padding-bottom: 20px;
  }

  .countdown-style-3 .box-count, .countdown-style-1 .box-count {
    margin: 10px 5px 5px 0;
  }

  .countdown-style-2 .box-count .number, .countdown-style-1 .box-count .number {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .shop_table thead th {
    font-size: 15px;
  }

  .product-innercotent .product-button {
    top: 20px;
    right: 10px;
  }

  .product-innercotent .info-product {
    padding: 0 20px;
    bottom: 20px;
  }

  .summary.entry-summary .variations .value {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .summary.entry-summary .price {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .summary.entry-summary .product-addtocart .variations, .summary.entry-summary .variations .value {
    display: block;
  }

  #yith-quick-view-content.single-product .images {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 15px;
  }

  #yith-quick-view-content.single-product .images img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    float: none;
    display: block;
  }

  #yith-quick-view-content.single-product .summary.entry-summary {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    padding-left: 0;
  }

  #yith-quick-view-content.single-product div[itemprop="description"] {
    display: block;
  }

  #yith-quick-view-content.single-product .summary.entry-summary .woocommerce-product-rating {
    margin-bottom: 15px;
  }

  #yith-quick-view-content.single-product .summary.entry-summary .product-addtocart .quantity {
    margin-bottom: 15px;
  }

  #yith-quick-view-content.single-product .price {
    margin: 15px 0 15px;
  }

  #yith-quick-view-content.single-product .summary .product_meta {
    margin-top: 35px;
  }

  #yith-quick-view-content.single-product .summary.entry-summary .product-addtocart .variations {
    margin-bottom: 15px;
  }

  #yith-quick-view-content.single-product .summary.entry-summary .product-addtocart .variations .value {
    margin-bottom: 15px;
  }

  .piko-checkout-login {
    width: 100%;
    margin-bottom: 0;
  }

  .piko-coupon-checkout {
    width: 100%;
    margin-left: 0;
  }

  form.woocommerce-checkout {
    margin-top: 20px;
  }

  .checkout.woocommerce-checkout .col2-set {
    width: 100%;
  }

  .woocommerce-billing-fields #billing_first_name_field, .woocommerce-billing-fields #billing_last_name_field, .woocommerce-billing-fields #billing_email_field, .woocommerce-billing-fields #billing_phone_field, .woocommerce-billing-fields #billing_postcode_field, .woocommerce-billing-fields #billing_city_field, .woocommerce-shipping-fields #shipping_first_name_field, .woocommerce-shipping-fields #shipping_last_name_field, .woocommerce-shipping-fields #shipping_postcode_field, .woocommerce-shipping-fields #shipping_city_field {
    float: left;
    width: 100%;
  }

  .woocommerce-billing-fields #billing_first_name_field, .woocommerce-billing-fields #billing_email_field, .woocommerce-billing-fields #billing_postcode_field, .woocommerce-shipping-fields #shipping_first_name_field, .woocommerce-shipping-fields #shipping_postcode_field {
    padding-right: 0;
  }

  .woocommerce-billing-fields #billing_last_name_field, .woocommerce-billing-fields #billing_phone_field, .woocommerce-billing-fields #billing_city_field, .woocommerce-shipping-fields #shipping_last_name_field, .woocommerce-shipping-fields #shipping_city_field {
    padding-left: 0;
  }

  .checkout.woocommerce-checkout .piko-order-review {
    width: 100%;
    margin-left: 0;
    padding: 20px 15px;
  }

  .woocommerce-checkout label.inline {
    display: block;
    margin: 15px 0 0 0;
  }

  .col2-set.addresses .col-1, .col2-set.addresses .col-2 {
    width: 100%;
    margin: 0 0 20px 0;
  }

  /*	table.shop_table td.actions .coupon{
  		float: none;
  		width: 100%;
  	}*/
  table.shop_table td.actions > input[type="submit"] {
    float: none;
    margin-top: 20px;
  }

  .cart-collaterals .cart_totals {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }

  .cart-collaterals > .shipping {
    width: 100%;
    max-width: none;
  }

  button, input[type="submit"], .button, .piko-button {
    letter-spacing: 3px;
  }

  .product-button .button.yith-wcqv-button {
    display: none;
  }

  #yith-quick-view-modal {
    display: none;
  }

  .product-innercotent .info-product .title-product, .product-innercotent .info-product .piko-viewdetail {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .wishlist_table .product-stock-status span, .wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    letter-spacing: 0;
  }

  .cart-button a.cart-read-more, .cart-button a.add_to_cart_button, .cart-button a.added_to_cart {
    padding: .8em 1em;
    font-size: 12px;
  }

  .woocommerce-toolbar .woocommerce-result-count,
  .woocommerce-toolbar .woocommerce-ordering {
    float: none;
  }

  .woocommerce-toolbar .woocommerce-ordering {
    margin: 15px 0 10px;
  }
}
@media (max-width: 480px) {
  /*	table.shop_table td.actions .coupon input{
  		width: 100%;
  	}*/
  .print-button > ul {
    padding-top: 10px;
  }

  .shop_table tbody tr.cart_item td {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0;
  }

  .woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    width: 45px;
    text-align: inherit;
  }

  .woocommerce .quantity, .woocommerce-page .quantity {
    margin: 0;
    padding: 0;
  }

  .shop_table thead th {
    font-size: 15px;
  }

  .shop_table .actions .coupon input[type="text"] {
    padding: 8px 15px 7px;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

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

#cboxTitle {
  margin: 0;
}

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

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

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

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

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

#cboxOverlay {
  display: inherit;
}

#cboxContent {
  background: #fff;
}

#cboxClose {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

.required {
  color: red;
}

#topcontrol {
  right: 2.30769rem;
  z-index: 99;
}

#topcontrol button {
  width: 4.61538rem;
  height: 4.61538rem;
  color: #7e883a;
}

#topcontrol button:hover {
  color: #fff;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  background-color: #303030;
  width: auto !important;
  font-size: 14px;
  padding: 0.76923rem 1.53846rem 0.84615rem 1.53846rem;
  letter-spacing: 2px;
}

#cboxOverlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

#yith-quick-view-modal .yith-quick-view-overlay {
  background: rgba(0, 0, 0, 0.6);
}

/**
 * Swiper 3.4.1 * Most modern mobile touch slider and framework with hardware accelerated transitions *  * http://www.idangero.us/swiper/ *  * Copyright 2016, Vladimir Kharlampidi * The iDangero.us * http://www.idangero.us/ * 
 * Licensed under MIT *  * Released on: December 13, 2016 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*product thumbnail style2*/
.product-gallery-container .product-zoom-wrapper {
  margin-bottom: 20px;
}

.swiper-button-next, .swiper-button-prev {
  background-size: 0;
  margin-top: -17px;
  font-size: 30px;
  color: #ccc;
}

.swiper-button-next {
  text-align: right;
}

.swiper-button-next:not(.swiper-button-disabled):hover i, .swiper-button-prev:not(.swiper-button-disabled):hover i {
  color: #45bf55;
}

/* Nav Pills */
.tab-layout-1 .nav.nav-pills {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .tab-layout-1 .nav.nav-pills {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .tab-layout-1 .nav.nav-pills {
    margin-bottom: 30px;
  }
}
.tab-layout-1 .nav.nav-pills > li + li {
  margin-left: 2px;
}

.tab-layout-1 .nav.nav-pills > li > a {
  position: relative;
  padding: 12px 6px 9px;
  font-size: 12px;
  font-weight: 600;
  color: #b1b1b1;
  background-color: #ececec;
  letter-spacing: 0.07em;
  transition: background 0.35s;
  border: none;
  border-radius: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .tab-layout-1 .nav.nav-pills > li > a {
    padding: 14px 10px 11px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .nav.nav-pills > li > a {
    padding: 17px 12px 14px;
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .tab-layout-1 .nav.nav-pills > li > a {
    padding: 20px 20px 16px;
    font-size: 16px;
  }
}
.tab-layout-1 .nav.nav-pills > li > a:after {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #ececec transparent;
}

@media (min-width: 768px) {
  .tab-layout-1 .nav.nav-pills > li > a:after {
    border-bottom-color: #fff;
  }
}
.tab-layout-1 .nav.nav-pills > li > a:hover, .tab-layout-1 .nav.nav-pills > li > a:focus {
  background-color: #45bf55;
  color: #fff;
}

.tab-layout-1 .nav.nav-pills > li.active > a {
  background-color: #45bf55;
  color: #fff;
}

.tab-layout-1 .nav.nav-pills > li.active > a:after {
  display: block;
}

@media (min-width: 768px) {
  .tab-layout-1 .nav.nav-pills.nav-justified > li + li {
    padding-left: 2px;
  }
}
@media (min-width: 992px) {
  .tab-layout-1 .nav.nav-pills.nav-justified > li + li {
    padding-left: 3px;
  }
}
@media (min-width: 1200px) {
  .tab-layout-1 .nav.nav-pills.nav-justified > li + li {
    padding-left: 4px;
  }
}
@media (min-width: 1600px) {
  .tab-layout-1 .nav.nav-pills.nav-justified > li + li {
    padding-left: 6px;
  }
}
.tab-layout-1 .tab-content {
  line-height: 1.65;
}

.tab-layout-1 .tab-content h2 {
  display: none;
}

.tab-layout-1 .tab-content p {
  margin-bottom: 20px;
}

.tab-layout-1 .tab-content p:last-child {
  margin-bottom: 0;
}

.tab-layout-1 .tab-content ul {
  list-style: disc;
  padding-left: 16px;
}

.tab-layout-1 .tab-content ul li {
  margin-bottom: 7px;
}

.tab-layout-1 .tab-carousel-container .tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-layout-1 .tab-carousel-container .tab-content > .tab-pane.active {
  display: block;
  height: auto;
  overflow: visible;
}

.tab-layout-1 .tab-carousel-container .carousel-overflow-container.top-align {
  padding-top: 25px;
  margin-top: -25px;
}

/*--------------------------------------------------------------
    14.7 vc product shortcode
---------------------------------------------------------------*/
/*
product tab
*/
/*bootrap tabs fix*/
.vc-product-tab .nav-tabs > li > a {
  bottom: -0.0769230769rem;
}

.tab-content.slide {
  margin-bottom: 3.4615384615rem;
}

.slide.tab-content > .tab-pane {
  height: 0;
}

.slide.tab-content > .active {
  height: auto;
}

.vc-product-tab .nav-tabs > li {
  float: none;
  display: inline-block;
}

.vc-product-tab .tabs-heading-center {
  text-align: center;
  margin: 0 1.1538461538rem 1.9230769231rem;
}
.vc-product-tab .tabs-heading-left {
  margin: 0 1.1538461538rem 1.9230769231rem 0;
}
.vc-product-tab .tabs-heading-right {
  text-align: right;
  margin: 0 0 1.9230769231rem 1.1538461538rem;
}
.vc-product-tab .star-rating {
  margin: 0.3846153846rem auto;
}

@media (min-width: 1200px) {
  .vc-product-tab.columns-4 .article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vc-product-tab.columns-4 .article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .vc-product-tab.columns-3 .article:nth-child(3n+1),
  .vc-product-tab.columns-2 .article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vc-product-tab.columns-4 .article:nth-child(2n+1),
  .vc-product-tab.columns-3 .article:nth-child(2n+1),
  .vc-product-tab.columns-2 .article:nth-child(2n+1) {
    clear: both;
  }
}
/*for categories*/
.product-catigories {
  margin-bottom: 3.8461538462rem;
}

.product-footer h5.category {
  padding: 0;
  margin: 0;
}

.style2 .piko-categories .product-footer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: table;
  line-height: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: -0.0384615385rem;
}

.style2 .piko-categories .product-footer:before {
  position: initial;
}

.style2 .piko-categories .product-footer .category,
.style2 .piko-categories .product-footer .product-count {
  display: inherit;
  text-align: center;
  text-transform: uppercase;
  float: none;
  margin: 0 auto;
  font-weight: 500;
}

.style2 .piko-categories .product-footer .category > a {
  padding: 0;
  font-size: 1.2307692308rem;
  color: #333;
}

.style2 .piko-categories:hover .product-footer .category > a {
  color: #45bf55;
}

.style2 .piko-categories .product-footer .product-count {
  color: #8c8989;
  text-transform: uppercase;
  font-size: 0.7692307692rem;
}

/*--------------------------------------------------------------
## our team
--------------------------------------------------------------*/
.ourteam-wrap {
  margin-bottom: 45px;
}

.ourteam-wrap section {
  margin-bottom: 20px;
}

.ourteam-wrap.style1,
.ourteam-wrap.style2 {
  text-align: center;
}

.ourteam-wrap .avatar-inner {
  position: relative;
  overflow: hidden;
}

.ourteam-wrap.style4 .overflow-hidden,
.ourteam-wrap.style3 .overflow-hidden,
.ourteam-wrap.style2 .overflow-hidden {
  margin: 0 15px;
}

.ourteam-wrap.style4 .wrap {
  padding: 0 0.6153846154rem;
  background-color: #fff;
}
.ourteam-wrap.style4 .wrap .position + p {
  margin-top: 0;
}

.ourteam-wrap.style4 .ourteam .icon-overlay a:hover {
  color: #fff;
}

.ourteam-wrap .avatar-inner i:hover {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ourteam-wrap .avatar-inner img {
  width: 100%;
  height: auto;
}

.ourteam-wrap .avatar-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.ourteam-wrap.style3 .avatar-overlay {
  text-align: center;
}

.ourteam-wrap .avatar-overlay a,
.ourteam-wrap .avatar-overlay i {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ourteam-wrap .avatar:hover .avatar-overlay {
  opacity: 1;
  background-color: rgba(222, 193, 140, 0.95);
}

.ourteam-wrap h5 {
  font-size: 0.8461538462rem;
  line-height: 1.3;
  padding-top: 1.1538461538rem;
  text-transform: uppercase;
  margin-bottom: 0.7692307692rem;
}

.ourteam-wrap .person-team-wrapper h5 {
  padding-top: 0;
}

.ourteam-wrap.style1 h4,
.ourteam-wrap.style3 h5 {
  margin-bottom: 0;
}

.ourteam-wrap .position {
  padding-bottom: 1.2307692308rem;
  font-size: 0.9230769231rem;
  line-height: 1.2;
  display: block;
}

.ourteam-wrap .person-team-wrapper .position {
  padding-bottom: 0.3076923077rem;
}

.ourteam-wrap ul {
  list-style-type: none;
  padding-bottom: 0.1538461538rem;
}
.ourteam-wrap ul li {
  display: inline-block;
}
.ourteam-wrap ul li a {
  width: 2.3076923077rem;
  float: right;
  margin: 0 0.1538461538rem;
  line-height: 2.3076923077rem;
  border: 1px solid #e1e1e1;
  text-align: center;
  color: #8c8989;
  background-color: #f8f8f8;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}
.ourteam-wrap ul li a:hover {
  border-color: #45bf55;
  background-color: #fff;
  color: #45bf55;
}

.ourteam-wrap figure {
  position: relative;
  overflow: hidden;
}
.ourteam-wrap figure figcaption {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  right: 0;
  bottom: 4px;
  transition: all 0.3s ease 0.1s;
}
.ourteam-wrap figure figcaption .resume-icon {
  padding: 0.3846153846rem 0.7692307692rem;
  background-color: #45bf55;
  color: #fff;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  font-size: 0.7692307692rem;
  text-transform: uppercase;
}
.ourteam-wrap figure figcaption .resume-icon:hover {
  color: #333;
}
.ourteam-wrap figure figcaption .resume-icon i {
  padding-right: 0.3076923077rem;
}

.ourteam:hover figure figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.style4.person-team {
  padding-top: 1.1538461538rem;
}

.style4.ourteam-wrap .position + p {
  margin-bottom: 0;
  padding-bottom: 1.2307692308rem;
}

.person-team {
  display: table;
  width: 100%;
}

.person-team-wrapper {
  min-width: 50%;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

owl-carousel .owl-nav > div.owl-prev {
  left: -30px;
}

.ourteam-wrap .owl-carousel .owl-nav > div {
  top: 43%;
}

.ourteam-wrap.img-thumb, .ourteam-wrap.img-thumb {
  text-align: inherit;
}

.ourteam-wrap.img-thumb .wrap h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: normal;
}

/*our team single*/
.ourteam-wrap .team-img .team-name {
  background-color: #ebeaea;
  padding: 0.9230769231rem 0;
  text-align: center;
  text-transform: uppercase;
}
.ourteam-wrap .team-img .team-name h4 {
  margin-bottom: 0.2307692308rem;
}
.ourteam-wrap .team-img .team-name .position {
  font-size: 0.7692307692rem;
}
.ourteam-wrap h4 {
  text-transform: uppercase;
}
.ourteam-wrap table {
  border: none;
  letter-spacing: 0.0384615385rem;
}
.ourteam-wrap table th, .ourteam-wrap table td {
  border: none;
  padding: 1.1538461538rem 0.3846153846rem;
}
.ourteam-wrap table tbody > tr:nth-of-type(2n+1) {
  background-color: #f1f1f1;
}
.ourteam-wrap ul {
  margin-left: 0;
}

/* --- timeline --- */
.vertical-align-table {
  display: table;
}

.vertical-align-cell {
  display: table-cell;
  vertical-align: middle;
}

.works-history .history-left {
  width: 190px;
  min-width: 190px;
}
.works-history .history-left .label-content {
  position: relative;
}
.works-history .history-left .label-content .square {
  position: absolute;
  display: block;
  width: 1.1538461538rem;
  height: 1.1538461538rem;
  top: 0.3076923077rem;
  right: -0.6153846154rem;
  background-color: #45bf55;
}
.works-history .history-left .label-content .square:after {
  content: "";
  display: block;
  width: 0.3846153846rem;
  height: 0.3846153846rem;
  margin-left: 0.3846153846rem;
  margin-top: 0.3846153846rem;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.works-history .history-left .label-content label {
  float: right;
  max-width: 100px;
  overflow: hidden;
  margin-right: 3.0769230769rem;
  font-weight: 500;
  color: #fff;
  font-size: 0.7692307692rem;
  line-height: 1rem;
  background-color: #45bf55;
  padding: 0.2307692308rem 0.7692307692rem 0.2307692308rem 1.1538461538rem;
  white-space: nowrap;
}
.works-history .history-left .label-content label:after {
  content: "";
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-top: 0.7692307692rem solid transparent;
  border-bottom: 0.7692307692rem solid transparent;
  border-left: 0.7692307692rem solid #45bf55;
  margin-right: 2.3846153846rem;
  position: absolute;
  z-index: 5;
}
.works-history .history-content {
  padding: 1.3846153846rem 0 1.6923076923rem 2.3076923077rem;
  border-left: 1px solid #ebeaea;
}
.works-history .history-content .title {
  margin-right: 0.7692307692rem;
}
.works-history .history-content .subtitle {
  font-weight: 500;
  font-size: 0.6923076923rem;
  color: #8c8989;
  line-height: 1.2307692308rem;
  letter-spacing: 1px;
  margin-top: 0.4615384615rem;
}
.works-history h4 {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .works-history .history-left {
    width: 70px;
    min-width: 70px;
  }
}
@media (max-width: 991px) {
  .ourteam-wrap .table-responsive {
    padding-top: 50px;
    clear: left;
  }
}
@media (max-width: 767px) {
  .ourteam-wrap h4.about {
    margin-top: 3.0769230769rem;
  }
}
.seperator {
  overflow: hidden;
  text-align: center;
}
.seperator span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.07692rem;
}
.seperator span:before {
  content: "";
  top: 49%;
  position: absolute;
  border-bottom: 0.07692rem solid #ebeaea;
  width: 9999%;
  z-index: 2;
  margin-left: 0.0769230769rem;
  left: 100%;
}
.seperator span:after {
  content: "";
  top: 49%;
  position: absolute;
  border-bottom: 0.07692rem solid #ebeaea;
  width: 9999%;
  z-index: 2;
  margin-right: 0.0769230769rem;
  right: 100%;
}
.seperator span i {
  display: block;
  width: 2.3076923077rem;
  background-color: #45bf55;
}
.seperator span i:after {
  content: "";
  position: relative;
  display: block;
  width: 0.3846153846rem;
  height: 0.3846153846rem;
  margin-left: 1.0769230769rem;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.icon-overlay {
  min-height: 1px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 10;
  left: 50%;
  bottom: 0;
  margin-left: -5.3846153846rem;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.icon-overlay a {
  color: #747474;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  width: 2.6923076923rem;
  height: 2.6923076923rem;
  line-height: 2.6923076923rem;
  border: 1px solid #ebeaea;
  background-color: #fff;
}
.icon-overlay a:hover {
  border-color: #45bf55;
  background-color: #45bf55;
  color: #fff;
}

.ourteam:hover .icon-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ourteam:hover .icon-overlay a {
  transition: all 0.3s ease 0.1s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.ourteam img {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s ease 0s;
}

.ourteam-archive .ourteam:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media (min-width: 1200px) {
  .columns-4 .ourteam:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columns-4 .ourteam:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .columns-3 .ourteam:nth-child(3n+1),
  .columns-2 .ourteam:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columns-4 .ourteam:nth-child(2n+1),
  .columns-3 .ourteam:nth-child(2n+1),
  .columns-2 .ourteam:nth-child(2n+1) {
    clear: both;
  }
}
/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
}

.sub-footer {
  padding: 4.6153846154rem 0;
  position: relative;
}

.sub-footer section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 1.1538461538rem;
  margin-bottom: 0;
}

.sub-footer .widget {
  border: none;
}

.sidebar-two .sub-footer .widget .widget-title {
  border: none;
  padding-left: 0;
  position: relative;
  color: #ebeaea;
}

.has-footer-parallax .sub-footer [class^="col-"],
.has-footer-parallax .sub-footer [class*=" col-"] {
  padding-left: 0;
}

/*.sub-footer .widget .widget-title:before{
    border: none;
}
.sub-footer .widget .widget-title{
    
}
.sub-footer .widget .widget-title:before{
    content: '';
    background: #e6e6e6; 
    position: absolute;
    height: 3px;
    display: block;
    bottom: 0px;
    width: 35px;
}*/
.sub-footer .widget ol,
.sub-footer .widget ul {
  padding: 0;
  list-style: none;
}

.sidebar-two .sub-footer .widget p,
.sidebar-two .sub-footer .widget address {
  color: #8c8989;
}

.sidebar-two .sub-footer .widget .tagcloud a,
.sidebar-two .sub-footer .widget ul li a,
.sidebar-two .sub-footer .widget a,
.sidebar-two .sub-footer .widget abbr {
  color: #bfbfbf;
  display: block;
  margin: 0.3846153846rem 0;
}

.sidebar-two .sub-footer .widget .tagcloud a {
  border-color: #8c8989;
}
.sidebar-two .sub-footer .widget .tagcloud a:hover {
  color: #333;
  border-color: #45bf55;
}

.sub-footer .widget:nth-of-type(5),
.sub-footer .widget:nth-of-type(6),
.sub-footer .widget:nth-of-type(7),
.sub-footer .widget:nth-of-type(8) {
  padding-top: 3.0769230769rem;
}

.site-footer .footer-layout3-wrap .sidebar-two .sub-footer .widget ul li a:hover {
  text-decoration: underline;
}

.sidebar-two .sub-footer .widget a:hover,
.sub-footer .widget ul li a:hover,
.sub-footer .widget .comment-author-link a {
  color: #45bf55;
}

.sub-footer.cols_1 section {
  width: 100%;
}

.sub-footer.cols_2 section {
  width: 50%;
}

.sub-footer.cols_3 section {
  width: 33%;
}

.sub-footer.cols_4 section {
  width: 24.75%;
}

.sub-footer.cols_5 section {
  width: 19.85%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sub-footer.cols_5 section,
  .sub-footer.cols_3 section,
  .sub-footer.cols_4 section {
    width: 50%;
  }

  .sub-footer .widget:nth-of-type(3),
  .sub-footer .widget:nth-of-type(5),
  .sub-footer .widget:nth-of-type(4) {
    padding-top: 3.0769230769rem;
  }
}
@media (max-width: 767px) {
  .sub-footer.cols_2 section,
  .sub-footer.cols_3 section,
  .sub-footer.cols_5 section,
  .sub-footer.cols_4 section {
    width: 100%;
  }

  .sub-footer .widget {
    padding-bottom: 3.0769230769rem;
  }
  .sub-footer .widget:last-child {
    padding-bottom: 0;
  }
}
/*.main-footer{
    position:relative;
}*/
/*.site-footer .footer-layout3-wrap .main-footer{
    height:inherit;
}*/
.site-footer .footer-layout3-wrap .sub-footer {
  border: 0;
}

.site-footer .footer-layout3-wrap .sidebar-one {
  border-bottom: 1px solid #ebeaea;
}

.site-footer .footer-layout3-wrap .sidebar-two {
  background-color: #333;
  border-bottom: 1px solid currentColor;
}

/*.main-footer .info-left{
    background-color: $color__background-footer;
}*/
.main-footer .info-right-wrap {
  /*  position: relative;
    top: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);*/
}

.main-footer {
  padding: 1.3846153846rem 0;
}

.main-footer .site-info {
  padding-top: 1.1538461538rem;
}
.main-footer .site-info a {
  color: #bfbfbf;
}
.main-footer .site-info a:hover {
  color: #45bf55;
}

.site-info p {
  display: initial;
}

.main-footer .row .site-info p:first-child {
  padding-top: 2.0769230769rem;
}

.site-info p:last-child {
  word-break: break-all;
}

.payments-icon ul,
.social-icon,
.footer-links-menu {
  list-style: none;
  text-align: right;
}

.footer-links-menu {
  padding-top: 8px;
}

.payments-icon ul li,
.footer-links-menu li {
  list-style: none;
  display: inline-block;
  text-transform: capitalize;
}

.payments-icon ul li {
  padding: 0 0.7692307692rem;
}

.payments-icon ul li img {
  opacity: .5;
}
.payments-icon ul li img:hover {
  opacity: .8;
}

.footer-layout3-wrap .main-footer .social-icon a,
.footer-layout3-wrap .main-footer .footer-links-menu li a {
  color: #bfbfbf;
}
.footer-layout3-wrap .main-footer .social-icon a:hover,
.footer-layout3-wrap .main-footer .footer-links-menu li a:hover {
  color: #45bf55;
}

.footer-links-menu li a {
  color: #333;
}
.footer-links-menu li a:hover {
  color: #45bf55;
}

/*social icon*/
.social-icon a {
  padding: 0 0.7692307692rem;
}

.main-footer {
  /*background: $color__background-footer;*/
}

.site-info {
  color: #8c8989;
  line-height: 1.6153846154;
}

.site-footer.layout2 .site-info a {
  color: #333;
}

.info-center-wrap .site-info {
  text-align: center;
  padding: 1.9230769231rem 1.1538461538rem;
  position: relative;
}
.info-center-wrap .site-info > p {
  padding: 0;
  margin: 0;
}
.info-center-wrap .site-info a {
  color: #bfbfbf;
}
.info-center-wrap .site-info a:hover, .info-center-wrap .site-info a:focus {
  color: #45bf55;
}

.site-footer .footer-layout3-wrap .main-footer {
  background-color: #232526;
}

.footer-links-menu li a:after,
.site-footer .site-title:after {
  content: "|";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.3846153846rem 0 0.6153846154rem;
}

.footer-links-menu li:last-child a:after {
  content: "";
}

/*flickr, instagram widgets*/
.site-footer ul, .site-footer ol {
  margin: 0;
}

.site-footer .flickr-widget ul li {
  display: initial;
  border: 0;
}

.site-footer .flickr-widget ul li img {
  margin: 0.2307692308rem;
}

.site-footer .flickr-widget ul li img:hover {
  opacity: .5;
  -webkit-transition: opacity .5s ease-out .3s;
  transition: opacity .5s ease-out .3s;
}

.site-footer .flickr-widget ul li:hover {
  padding: 0;
}

/*footer layout 1*/
.site-footer.layout1 .info-center-wrap, .site-footer.layout1 .info-left {
  background: #232526;
}
.site-footer.layout1 .main-footer {
  padding: 0;
}
.site-footer.layout1 .main-footer .site-info {
  padding: 2.3076923077rem 0;
}
.site-footer.layout1 .main-footer .info-right-wrap {
  padding: 0.7692307692rem 0;
}
.site-footer.layout1 .backtotop {
  position: absolute;
  left: 50%;
  margin-top: -3.8461538462rem;
  margin-left: -1.9230769231rem;
  background: #fff;
  width: 3.8461538462rem;
  height: 4.6153846154rem;
  bottom: 0.7692307692rem;
  padding-top: 0.5384615385rem;
  text-align: center;
}
.site-footer.layout1 .backtotop a span:last-child {
  font-size: 0.9230769231rem;
  text-transform: uppercase;
}

/*footer o2*/
.site-footer.layout2 {
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.site-footer.layout2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}

.site-footer.layout2 .info-center-wrap {
  border-top: 1px solid currentColor;
}

.site-footer.layout2 .main-footer {
  background: transparent;
  border-top: 0.0769230769rem solid currentColor;
  padding-bottom: 6.1538461538rem;
  position: relative;
}

/*footer parallux*/
.has-footer-parallax .site-inner {
  position: relative;
  z-index: 1;
  margin-bottom: 26.9230769231rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 8.0769230769rem 6.9230769231rem -6.9230769231rem;
}

.footer-parallax .container .footer-perallx-wrap {
  position: fixed;
  bottom: 0;
  margin-left: -1.1538461538rem;
}
.footer-parallax .container-fluid .footer-perallx-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-left: -1.1538461538rem;
}
.footer-parallax .footer-perallx-wrap .row {
  margin-left: 0;
}

.has-footer-parallax .footer-perallx-wrap .sub-footer,
.has-footer-parallax .footer-perallx-wrap .main-footer,
.has-footer-parallax .footer-perallx-wrap .site-info {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.7s ease-in;
}

.has-footer-parallax.fp_show .footer-perallx-wrap .sub-footer,
.has-footer-parallax.fp_show .footer-perallx-wrap .main-footer,
.has-footer-parallax.fp_show .footer-perallx-wrap .site-info {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 768px) {
  .footer-parallax .container .footer-perallx-wrap {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .footer-parallax .container .footer-perallx-wrap {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .footer-parallax .container .footer-perallx-wrap {
    width: 1170px;
  }
}
@media (max-width: 991px) {
  .footer-parallax .container-fluid .footer-perallx-wrap,
  .footer-parallax .container .footer-perallx-wrap {
    position: inherit;
  }

  .has-footer-parallax .site-inner {
    margin-bottom: 0 !important;
    box-shadow: inherit;
  }
}
.site-footer.layout2 .footer-perallx-wrap .info-center-wrap,
.site-footer.layout2 .footer-perallx-wrap .main-footer {
  border-top: 1px solid #ebeaea;
  position: relative;
}

/*fix page boxed float*/
.theme_float .site-footer.layout2 .footer-perallx-wrap .info-center-wrap {
  bottom: 2.3076923077rem;
}

/*back to top*/
.back-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 45px;
  text-align: center;
  position: fixed;
  bottom: 40px;
  right: 35px;
  border-radius: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: 99;
  white-space: nowrap;
  background: #333;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.back-top i {
  color: #fff;
  font-size: 20px;
}
.back-top:hover {
  background-color: #45bf55;
  opacity: 1;
}

.back-top.top-is-visible, .back-top.top-fade-out, .back-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.back-top.top-is-visible {
  visibility: visible;
  opacity: 1;
}

.back-top.top-fade-out {
  opacity: .9;
}

@media (max-width: 767px) {
  .back-top {
    bottom: 100px;
  }
}
/*--------------------------------------------------------------
## progressbar
--------------------------------------------------------------*/
.progress-container {
  position: relative;
  margin-bottom: 1.6923076923rem;
}
.progress-container .progress-title {
  color: #8c8989;
  font-size: 1.0769230769rem;
  margin-bottom: 0.3076923077rem;
  text-transform: none;
}
.progress-container .progress {
  height: 1.2307692308rem;
  margin-bottom: 0;
  background-color: #ebeaea;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}
.progress-container .progress .progress-bar {
  position: relative;
  box-shadow: none;
  background-color: #45bf55;
}
.progress-container .progress .progress-bar .progress-val {
  display: inline-block;
  min-width: 2.3076923077rem;
  text-align: center;
  color: #fff;
  background-color: #45bf55;
  position: absolute;
  right: -8px;
  bottom: 100%;
  z-index: 99;
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 0.6923076923rem;
  padding: 0.2307692308rem 0.0769230769rem 0.2307692308rem;
}
.progress-container .progress .progress-bar .progress-val:after {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 0.4615384615rem solid #45bf55;
  border-right: 0.5384615385rem solid transparent;
  z-index: 0;
}

@media (min-width: 992px) {
  .progress-container {
    margin-bottom: 2.3076923077rem;
  }
}
.progress.progress-sm {
  height: 0.6923076923rem;
}
.progress.progress-sm .progress-bar .progress-val {
  padding: 0.0769230769rem;
}

/*--------------------------------------------------------------
## coming soon
--------------------------------------------------------------*/
.coming-soon:not(.logged-in) {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.coming-soon .maintenance {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .coming-soon .maintenance {
    font-size: 1.0769230769rem;
  }
}
@media (min-width: 1600px) {
  .coming-soon .maintenance {
    font-size: 1.3076923077rem;
  }
}
.coming-soon .maintenance {
  padding-top: 5%;
}

.coming-soon .maintenance.enable-news {
  padding-top: 3%;
}

@media (max-width: 768px) {
  .coming-soon .maintenance {
    padding-top: 50px;
  }
}
.coming-soon .maintenance h1 {
  text-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 1.0769230769rem;
}

@media (min-width: 768px) {
  .coming-soon .maintenance h1 {
    margin-bottom: 1.2307692308rem;
  }
}
@media (min-width: 1200px) {
  .coming-soon .maintenance h1 {
    margin-bottom: 1.3846153846rem;
  }
}
@media (min-width: 1440px) {
  .coming-soon .maintenance h1 {
    font-size: 4.2307692308rem;
  }
}
@media (min-width: 1600px) {
  .coming-soon .maintenance h1 {
    font-size: 5rem;
    margin-bottom: 21px;
  }
}
.coming-soon .maintenance .social-page,
.coming-soon .maintenance form,
.coming-soon .maintenance p {
  max-width: 30.7692307692rem;
  margin-bottom: 1.9230769231rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.coming-soon .maintenance a {
  color: #777;
}
.coming-soon .maintenance a:hover {
  color: #45bf55;
}

@media (min-width: 768px) {
  .coming-soon .maintenance p {
    margin-bottom: 1.6923076923rem;
  }
}
@media (min-width: 1200px) {
  .coming-soon .maintenance p {
    font-size: 1.1538461538rem;
    margin-bottom: 1.8461538462rem;
  }
}
@media (min-width: 1600px) {
  .coming-soon .maintenance p {
    max-width: 34.6153846154rem;
    margin-bottom: 2.3076923077rem;
  }
}
.coming-soon .maintenance p.subs {
  margin-bottom: 0.7692307692rem;
}

.coming-soon .maintenance .coming-countdown {
  max-width: 30.7692307692rem;
}

@media (min-width: 1200px) {
  .coming-soon .maintenance .coming-countdown {
    max-width: 34.6153846154rem;
  }
}
@media (min-width: 1600px) {
  .coming-soon .maintenance .coming-countdown {
    max-width: 36.9230769231rem;
  }
}
.coming-soon .maintenance .countdown-row {
  clear: both;
  width: 100%;
  padding: 0px;
}

.coming-soon .maintenance .countdown-show1 .countdown-section {
  width: 98%;
}

.coming-soon .maintenance .countdown-show2 .countdown-section {
  width: 48%;
}

.coming-soon .maintenance .countdown-show3 .countdown-section {
  width: 32.5%;
}

.coming-soon .maintenance .countdown-show4 .countdown-section {
  width: 24.5%;
}

.coming-soon .maintenance .countdown-show5 .countdown-section {
  width: 19.5%;
}

.coming-soon .maintenance .countdown-show6 .countdown-section {
  width: 16.25%;
}

.coming-soon .maintenance .countdown-show7 .countdown-section {
  width: 14%;
}

.coming-soon .maintenance .countdown-section {
  display: block;
  float: left;
}

.coming-soon .maintenance .countdown-amount {
  font-size: 2.3076923077rem;
  line-height: 1;
  font-weight: 700;
  color: #45bf55;
}

@media (min-width: 768px) {
  .coming-soon .maintenance .countdown-amount {
    font-size: 3.0769230769rem;
  }
}
@media (min-width: 1200px) {
  .coming-soon .maintenance .countdown-amount {
    font-size: 3.8461538462rem;
  }
}
@media (min-width: 1440px) {
  .coming-soon .maintenance .countdown-amount {
    font-size: 4.6153846154rem;
  }
}
@media (min-width: 1600px) {
  .coming-soon .maintenance .countdown-amount {
    font-size: 5.3846153846rem;
  }
}
.coming-soon .maintenance .countdown-period {
  display: block;
  font-weight: 500;
  font-size: 0.9230769231rem;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 0.3846153846rem;
  font-size: 0.7692307692rem;
}

@media (min-width: 992px) {
  .coming-soon .maintenance .countdown-period {
    font-size: 1.0769230769rem;
  }
}
@media (min-width: 1200px) {
  .coming-soon .maintenance .countdown-period {
    padding-left: 0.7692307692rem;
  }
}
@media (min-width: 1440px) {
  .coming-soon .maintenance .countdown-period {
    font-size: 1.1538461538rem;
    padding-left: 0.9230769231rem;
  }
}
@media (min-width: 1600px) {
  .coming-soon .maintenance .countdown-period {
    font-size: 1.2307692308rem;
    padding-left: 1.0769230769rem;
  }
}
.coming-soon .maintenance .countdown-descr {
  display: block;
  width: 100%;
}

.newsletter-form-wrap input {
  max-width: 25.9230769231rem;
}
.newsletter-form-wrap span {
  position: relative;
  top: -2.8461538462rem;
  float: right;
}
.newsletter-form-wrap span button {
  padding: 0.94375em 0.975em 1.07em;
}

.social-page a {
  display: inline-block;
  height: 2.6923076923rem;
  width: 2.6923076923rem;
  line-height: 2.6923076923rem;
  text-align: center;
  border: 1px solid #ebeaea;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}
.social-page a:hover, .social-page a:focus {
  border-color: #45bf55;
  background-color: #45bf55;
}
.social-page a:hover i, .social-page a:focus i {
  color: #fff;
}
.social-page a i {
  color: #bfbfbf;
}

@media (min-width: 768px) {
  .maintenance.layout-center {
    text-align: center;
    margin: 0 auto;
  }
  .maintenance.layout-center .coming-content {
    padding-left: 3.0769230769rem;
  }
  .maintenance.layout-center .coming-content .social-page {
    padding-left: 5rem;
  }
}
/*--------------------------------------------------------------
## newsletter
--------------------------------------------------------------*/
.piko-newslatter .form-newsletter {
  position: relative;
}
.piko-newslatter .form-newsletter input {
  width: 80%;
}
.piko-newslatter .form-newsletter .button_newletter {
  position: absolute;
}
.piko-newslatter .form-newsletter:after {
  content: '';
  clear: both;
}
.sub-footer .piko-newslatter h4 {
  font-size: 1.1538461538rem;
  color: #747474;
}
.sub-footer .piko-newslatter .button_newletter {
  background-color: #45bf55;
}
.sub-footer .piko-newslatter .button_newletter:hover {
  color: #333;
}
.piko-newslatter .layout_title_before h4 {
  margin-bottom: 0.1538461538rem;
  letter-spacing: 0.0769230769rem;
}
.piko-newslatter .layout_title_before p {
  margin-top: 0;
}
.piko-newslatter .layout_title_after .button_newletter {
  font-size: 0;
}
.piko-newslatter .layout_title_after .button_newletter:before {
  content: '\e87a';
  font-family: 'Linearicons-Free';
  font-size: 1.5384615385rem;
  padding: 0.5384615385rem 0.9230769231rem;
  display: block;
}
.piko-newslatter .layout_title_after h4 {
  margin: 0.7692307692rem 0 0.0769230769rem;
  letter-spacing: 0.0769230769rem;
}
.piko-newslatter .layout_title_after p {
  margin: 0;
}

/*--------------------------------------------------------------
## pricing table
--------------------------------------------------------------*/
.pricing-box {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  text-align: center;
  -webkit-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
  margin-bottom: 30px;
}
.pricing-box:not(.featured) h4 {
  background-color: #333;
}
.pricing-box.featured h4 {
  background-color: #45bf55;
}
.pricing-box h4 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 1.2307692308rem;
}
.pricing-box .price {
  background-color: #f4f4f4;
}
.pricing-box .price h2 {
  font-size: 2.6923076923rem;
  line-height: 3.4615384615rem;
  padding: 1.5384615385rem 0 0.7692307692rem;
  margin-bottom: 0;
}
.pricing-box .price span {
  padding-bottom: 20px;
  display: block;
}
.pricing-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-box ul li {
  padding: 0.6923076923rem 0.3846153846rem 0.7692307692rem;
  text-align: center;
  border-bottom: 1px dotted #f4f4f4;
}

.pricing-box .price-head {
  position: relative;
  overflow: hidden;
}
.pricing-box .price-head .pricing-ribbon {
  height: 6.7692307692rem;
  overflow: hidden;
  position: absolute;
  right: -0.1538461538rem;
  top: -0.8076923077rem;
  width: 6.5384615385rem;
}
.pricing-box .price-head .pricing-ribbon .ribbon {
  background: #f5af35;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-size: 0.8461538462rem;
  left: -0.3846153846rem;
  color: #333;
  padding: 0.6153846154rem 0 0.3846153846rem 0;
  position: relative;
  text-align: center;
  top: 1.1538461538rem;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 10rem;
  text-transform: uppercase;
  border-top: 1px solid #fff5;
  border-bottom: 1px solid #fff5;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*--------------------------------------------------------------
## - >= 1199px
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  body:not(.search-results) .entry-summary {
    line-height: 1.5217391304;
    margin-bottom: 1.826086957em;
  }

  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -0.913043478em;
  }

  body:not(.search-results) .entry-summary p,
  body:not(.search-results) .entry-summary address,
  body:not(.search-results) .entry-summary hr,
  body:not(.search-results) .entry-summary ul,
  body:not(.search-results) .entry-summary ol,
  body:not(.search-results) .entry-summary dl,
  body:not(.search-results) .entry-summary dd,
  body:not(.search-results) .entry-summary table {
    margin-bottom: 1.5217391304em;
  }

  body:not(.search-results) .entry-summary li > ul,
  body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 0.956521739em;
  }

  body:not(.search-results) .entry-summary li > ol,
  body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.52173913em;
  }

  body:not(.search-results) .entry-summary blockquote {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin: 0 0 1.5217391304em;
    padding-left: 1.347826087em;
  }

  body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
    margin-left: -1.52173913em;
  }

  body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
    margin-left: 0;
  }

  body:not(.search-results) .entry-summary blockquote cite,
  body:not(.search-results) .entry-summary blockquote small {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.8421052632;
  }

  body:not(.search-results) .entry-summary th,
  body:not(.search-results) .entry-summary td {
    padding: 0.3043478261em;
  }

  body:not(.search-results) .entry-summary pre {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    padding: 1.75em;
  }

  body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.5217391304em;
    padding: 0.3043478261em;
  }

  body:not(.search-results) .entry-summary .alignleft {
    margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
  }

  body:not(.search-results) .entry-summary .alignright {
    margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
  }

  body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.5217391304em;
  }
}
/*--------------------------------------------------------------
## - >= 992px
--------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .home-box-wapper.piko-layout-header-fullscreen.piko-layout-header-static .piko-layout-header,
  .home-box-wapper.piko-layout-header-fixed .piko-layout-header {
    width: 100%;
  }

  .home-box-wapper {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .owl-nav-show.owl-carousel .owl-nav > div {
    padding: 0.3846153846rem 0.6923076923rem;
  }

  .owl-nav-show.owl-carousel .owl-nav > div.owl-next {
    right: -2.0769230769rem;
  }
  .owl-nav-show.owl-carousel .owl-nav > div.owl-prev {
    left: -2.0769230769rem;
  }
  .owl-nav-show.owl-carousel:hover .owl-nav > div.owl-next {
    right: -2.0769230769rem;
  }
  .owl-nav-show.owl-carousel:hover .owl-nav > div.owl-prev {
    left: -2.0769230769rem;
  }
}
/*--------------------------------------------------------------
## - >= 768px
--------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .margin-t150 {
    margin-top: 0px !important;
  }

  .search-results .page-title {
    font-size: 30px;
  }

  .banner-title-wrap {
    margin-bottom: 40px;
  }

  .main-title-wrap .main-title {
    font-size: 25px;
  }

  .site-info p:first-child {
    padding: 28px 0 15px;
  }

  .site-info p:last-child {
    padding: 0;
  }

  /*shortcode block*/
  .icon-block .icon-content > h3,
  .block-header .block-title {
    font-size: 17px;
  }

  .block-header.right-bottom {
    top: 50%;
  }

  .block-header.right-center {
    right: -80px;
  }

  .home-box-wapper {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
  }

  .theme_float_full.piko-layout-header-fullscreen.piko-layout-header-static .piko-layout-header,
  .theme_float_full.piko-layout-header-fixed .piko-layout-header,
  .home-box-wapper.piko-layout-header-fullscreen.piko-layout-header-static .piko-layout-header,
  .home-box-wapper.piko-layout-header-fixed .piko-layout-header {
    width: 100%;
  }

  body.theme_float {
    border: none;
    overflow: hidden;
  }

  body.theme_float:before {
    position: inherit;
    width: 100%;
    height: 30px;
  }

  body.theme_float:after {
    position: inherit;
    width: 100%;
    height: 0px;
    background-color: transparent;
  }

  body:not(.custom-background-image).theme_float:before,
  body:not(.custom-background-image).theme_float:after {
    background: inherit;
    height: inherit;
    position: inherit;
    width: 100%;
  }

  .service-style-2 .portfolio-item:nth-child(1),
  .service-style-2 .portfolio-item:nth-child(2) {
    display: table-cell;
  }
  .service-style-2 .portfolio-item:nth-child(3),
  .service-style-2 .portfolio-item:nth-child(4) {
    width: 350px;
    display: inline-block;
    vertical-align: top;
  }
  .service-style-2 .portfolio-item:nth-child(4) {
    float: right;
  }

  .service-style-2 portfolio-wrapper {
    display: table;
  }
}
@media (max-width: 991px) {
  .owl-nav-show.owl-carousel .owl-nav > div {
    opacity: 0;
  }
  .owl-nav-show.owl-carousel:hover .owl-nav > div {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .owl-nav-show.owl-carousel .owl-nav > div.owl-next {
    right: -1.1538461538rem;
  }
  .owl-nav-show.owl-carousel .owl-nav > div.owl-prev {
    left: -1.1538461538rem;
  }
  .owl-nav-show.owl-carousel:hover .owl-nav > div.owl-next {
    right: 0;
  }
  .owl-nav-show.owl-carousel:hover .owl-nav > div.owl-prev {
    left: 0;
  }

  .map-contact-wrap #map_contact {
    display: none;
  }

  .map-contact-wrap .contact-box {
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
  }
}
@media (max-width: 768px) {
  .site-info p:first-child {
    padding: 30px 0 13px;
  }

  .site-info p:last-child {
    padding: 0;
  }
}
/*--------------------------------------------------------------
## - >= 480px
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .margin-t150 {
    margin-top: 0px !important;
  }

  .theme_float_full.piko-layout-header-fullscreen.piko-layout-header-static .piko-layout-header,
  .theme_float_full.piko-layout-header-fixed .piko-layout-header,
  .home-box-wapper.piko-layout-header-fullscreen.piko-layout-header-static .piko-layout-header,
  .home-box-wapper.piko-layout-header-fixed .piko-layout-header {
    width: 100%;
  }

  body.theme_float {
    border: none;
    overflow: hidden;
  }

  body.theme_float:before {
    position: inherit;
    width: 100%;
    height: 30px;
  }

  body.theme_float:after {
    position: inherit;
    width: 100%;
    height: 0px;
    background-color: transparent;
  }

  body:not(.custom-background-image).theme_float:before,
  body:not(.custom-background-image).theme_float:after {
    background: inherit;
    height: inherit;
    position: inherit;
    width: 100%;
  }

  .search-results .page-title {
    font-size: 25px;
  }

  .blog-title-wrap .blog-title .entry-title,
  .page-banner .banner-title,
  .main-title-wrap .main-title {
    font-size: 22px;
  }

  .site-info p:first-child {
    padding: 22px 0 23px;
  }

  .site-info p {
    padding: 22px 0 23px;
    position: relative;
  }

  .site-info {
    line-height: 1;
  }

  .backtotop {
    left: inherit;
    right: 0;
    line-height: 20px;
    margin-right: 10px;
    -webkit-transform: none !important;
    transform: none !important;
    bottom: -40px;
  }

  .backtop-line {
    top: -20px;
  }

  .backtotop span.fa {
    padding-top: 15px;
  }

  .banner-title-wrap {
    margin-bottom: 30px;
  }

  #menu-toggle {
    display: block;
  }

  .navbar-collapse.collapse {
    margin-top: 50px;
    border-top: 3px solid #45bf55;
  }

  .feature-product-tabs .nav > li {
    border-bottom: 1px solid #e6e6e6;
  }

  .feature-product-tabs .nav > li > a:focus, .feature-product-tabs .nav > li > a:hover, .feature-product-tabs .nav > li.active > a {
    background-color: transparent;
  }

  .feature-product-tabs .navbar-nav {
    margin: 0 -15px;
  }

  .tabs-menu .nav > li.active:before {
    width: 4px;
    background-color: #45bf55;
  }

  .piko-layout-header.piko-layout-header-03 .form-inline .form-group input[name="s"] {
    min-width: 200px;
  }

  .piko-countdown-wrap .date_warp .number {
    font-size: 60px;
  }

  .piko-countdown-wrap .date_warp .name {
    font-size: 18px;
  }

  .screen-middle {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    transform: none;
    overflow-y: scroll;
  }

  .home-box-wapper {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
  }

  .home-box-wapper-dark {
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.2);
    width: 100%;
  }

  .main-title-wrap.sub,
  .ourteam-wrap.style1 .wrap {
    margin-top: 20px;
  }

  .site-footer.layout1 .backtotop {
    left: inherit;
    bottom: 185px;
    height: 3.6923076923rem;
    background: #f8f8f8;
  }

  .site-footer.layout1 .footer-links-menu li a,
  .site-footer.layout1 .social-icon a {
    color: #bfbfbf;
  }

  .site-footer.layout1 .footer-links-menu li a:hover,
  .site-footer.layout1 .social-icon a:hover {
    color: #d4d4d4;
  }

  .site-footer.layout2 .main-footer {
    padding: 25px 0;
  }

  .service-wrap.service-style-2 .portfolio-item {
    margin-bottom: 1.1538461538rem;
  }
}
@media (max-width: 480px) {
  .piko-layout-header .piko-show-account {
    right: -50px;
    width: 330px;
    padding: 10px 30px;
  }

  .piko-layout-header .toggle-header.two .piko-show-account {
    right: -15px;
  }

  .post-navigation .post-title {
    display: none;
  }

  .backtotop {
    margin-right: 0;
  }

  .site-info p:first-child {
    padding-bottom: 0;
  }

  .site-info p:last-child {
    padding: 0;
  }

  .piko-layout-header.piko-layout-header-03 .form-inline .form-group input[name="s"] {
    min-width: 0;
  }

  .coming-time-box {
    width: 380px;
  }
}
@media (max-width: 479px) {
  #menu-top-menu li:last-child {
    display: none;
  }

  #menu-toggle {
    margin-right: 0;
  }

  .menu2.mobile-shop-cart,
  .piko-layout-header-03 .mobile-shop-cart {
    right: -90px;
  }

  .piko-layout-header-04 .cart-top-two .mobile-shop-cart::after,
  .piko-layout-header-03 .cart-top-two .mobile-shop-cart::after {
    margin-right: 90px;
  }
}
