@charset "UTF-8";
/**============================================================
* Theme Name: Love Pet
* Version: 1.6
* Description: Love Pet theme from Boostifythemes
* Author: Boostifythemes
* Author URI: http://themeforest.net/user/boostifythemes
* Theme URI: https://boostifythemes.com/
* Text Domain: love-pet
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options
*============================================================*/
/* ---------------- TABLE OF CONTENT ----------------------
	-----------------------------------------------------------
	-----------------------------------------------------------


	0. FRAMEWORK

	1. REFERENCES
	   1.1. VARIABLES
	   1.2. MIXINS

	2. GENERAL
	   2.1. BASE
	   2.2. TYPOGRAPHY
	   2.3. COMMON

	3. COMPONENT
	   3.1. HEADER
	   3.2. BLOG
	   3.3. FOOTER
	   3.4. SHORTCODE
	   3.5. WOOCOMMERCE
	   3.6. CUSTOM

   4. PLUGINS
	   3.1. IONICON
	   3.2. AWESOME
	   3.3. OWL-CAROUSEL
	   3.4. SLICK-CAROUSEL
	   3.5. PLYR MEDIA CONTROL
	   3.6. PRETTY PHOTO


	-----------------------------------------------------------
	-----------------------------------------------------------
------------------- END TABLE OF CONTENT ------------------*/
/* 0. FRAMEWORK
***********************/
@media print {
  *,
  *:before,
  *:after {
    background: rgba(0, 0, 0, 0) !important;
    color: #000 !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;
  }
}
.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: 1200px;
  }
}
.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%;
  }
}
/* I. REFERENCES */
/* II. GENERAL
***********************/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
  outline: none;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
ul,
ol {
  padding-left: 20px;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
iframe,
embed,
figure,
figcaption {
  margin: 20px 0;
  max-width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------
Initial Setup
----------------------------------------------*/
input:focus,
textarea:focus {
  outline: none;
}
img,
video {
  max-width: 100%;
  vertical-align: top;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
html {
  font-size: 14px;
  background: #ffffff;
}
body {
  font-size: 14px;
  color: #6c6c6c;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  line-height: 1;
}
select {
  border: 1px solid #ddd;
}
button,
input,
select,
textarea {
  font-family: 'Lato', sans-serif;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  clear: both;
  margin: 15px 0;
  color: #232323;
}
h1 {
  font-size: 42px;
  line-height: 64px;
}
h2 {
  font-size: 40px;
  line-height: 56px;
}
h3 {
  font-size: 30px;
  line-height: 48px;
}
h4 {
  font-size: 24px;
  line-height: 40px;
}
h5 {
  font-size: 20px;
  line-height: 36px;
}
h6 {
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
  h1.vc_custom_heading {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  h2 {
    font-size: 25px;
    line-height: 32px;
  }
  h2.vc_custom_heading {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  h3.vc_custom_heading {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  h4.vc_custom_heading {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  h5 {
    font-size: 15px;
    line-height: 28px;
  }
  h5.vc_custom_heading {
    font-size: 15px !important;
    line-height: 28px !important;
  }
  h6 {
    font-size: 14px;
    line-height: 28px;
  }
  h6.vc_custom_heading {
    font-size: 14px !important;
    line-height: 28px !important;
  }
}
p {
  line-height: 24px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0 0 10px;
  color: #6c6c6c;
}
p:empty {
  display: none;
}
li ul,
li ol {
  padding-left: 0;
  margin-left: 20px;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
li,
figcaption {
  line-height: 24px;
}
blockquote {
  color: #333333;
  font-size: 18px;
  line-height: 1.6667;
  font-style: italic;
  padding: 40px 40px 40px 120px;
  position: relative;
  clear: both;
  display: block;
}
blockquote:before {
  width: 50px;
  height: 50px;
  left: 60px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  position: absolute;
  content: '“';
  font-family: 'Lato', sans-serif;
  font-size: 72px;
  line-height: 82px;
  color: #4acbbc;
}
blockquote p {
  margin-bottom: 1.6667em;
}
blockquote > p:last-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote small {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
blockquote a {
  font-size: 16px;
  color: #000000;
}
blockquote a:hover {
  text-decoration: none;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}
address {
  font-style: italic;
  margin: 0 0 1.6em;
  line-height: 24px;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 24px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 15px 0;
}
table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 20px 0;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  max-width: 100%;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
tbody th {
  background: #ffffff;
}
thead th {
  font-weight: 700;
  background: #f78263;
  color: #ffffff;
}
th,
td {
  padding: 1em;
  border-width: 0 1px 1px 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
del {
  opacity: 0.8;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  opacity: 1;
}
:-moz-placeholder {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  opacity: 1;
}
textarea {
  max-width: 100%;
}
a {
  color: #f78263;
  text-decoration: none;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
dl {
  margin: 0 0 1.75em;
  line-height: 24px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 10px;
}
.gallery-icon img {
  margin: 0 auto;
}
.bypostauthor {
  outline: none;
}
.wp-caption {
  margin-bottom: 15px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.wp-caption .wp-caption-text a {
  color: #7b98aa;
}
.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.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-item {
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 1.79104477%;
}
/* Alignments */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}
/* blog base */
.post-password-form label {
  float: left;
}
.post-password-form input[type='password'] {
  height: 36px;
  min-width: 200px;
  max-width: 100%;
  padding: 0 10px;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}
.post-password-form input[type='submit'] {
  height: 36px;
  padding: 0 15px;
  cursor: pointer;
  border: 0;
  float: left;
  background: #000000;
  color: #ffffff;
}
/* COMMON */
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
/***************************Style***************************/
.cl {
  clear: both;
}
.flw {
  float: left;
  width: 100%;
}
/* float */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: left;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .text-right-sm {
    text-align: right;
  }
}
@media only screen and (min-width: 993px) {
  .text-right-md {
    text-align: right;
  }
}
.text-lowercase {
  text-transform: lowercase!important;
}
.text-uppercase {
  text-transform: uppercase!important;
}
.text-capitalize {
  text-transform: capitalize!important;
}
.text-none {
  text-transform: none!important;
}
.line-height-default {
  line-height: 1!important;
}
/*white wrap*/
.no-wrap {
  white-space: nowrap;
}
/*display*/
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-inline-flex {
  display: inline-flex;
}
/* calc */
/*flex box*/
/*transform*/
.tr-none {
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transform: none;
}
/*padding margin*/
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
select {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/*transition-duration*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/*theme col*/
.theme-col-item {
  float: left;
}
@media (min-width: 992px) {
  .theme-col-2 .theme-col-item {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: -o-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
  .theme-col-2 .theme-col-item:nth-of-type(2n+3) {
    clear: both;
  }
  .theme-col-2 .theme-col-item:nth-of-type(odd) {
    margin-right: 30px;
  }
  .theme-col-3 .theme-col-item {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: -o-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
  }
  .theme-col-3 .theme-col-item:nth-of-type(3n+4) {
    clear: both;
  }
  .theme-col-3 .theme-col-item:nth-of-type(3n+2) {
    margin: 0 30px;
  }
  .theme-col-4 .theme-col-item {
    width: -webkit-calc((100% - 90px) / 4);
    width: -moz-calc((100% - 90px) / 4);
    width: -o-calc((100% - 90px) / 4);
    width: calc((100% - 90px) / 4);
  }
  .theme-col-4 .theme-col-item:nth-of-type(4n+5) {
    clear: both;
  }
  .theme-col-4 .theme-col-item:nth-of-type(n+1) {
    margin-right: 30px;
  }
  .theme-col-4 .theme-col-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .theme-col-2 .theme-col-item,
  .theme-col-3 .theme-col-item,
  .theme-col-4 .theme-col-item {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: -o-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
  .theme-col-2 .theme-col-item:nth-of-type(2n+3),
  .theme-col-3 .theme-col-item:nth-of-type(2n+3),
  .theme-col-4 .theme-col-item:nth-of-type(2n+3) {
    clear: both;
  }
  .theme-col-2 .theme-col-item:nth-of-type(odd),
  .theme-col-3 .theme-col-item:nth-of-type(odd),
  .theme-col-4 .theme-col-item:nth-of-type(odd) {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .theme-col-2 .theme-col-item,
  .theme-col-3 .theme-col-item,
  .theme-col-4 .theme-col-item {
    width: 100%;
  }
}
/* V. COMPONENT
***********************/
/* HEADER */
.theme-breadcrumb {
  margin-bottom: 120px;
  position: relative;
  background-size: cover;
  background-color: #EBF8E6;
}
.bread {
  text-align: center;
  padding: 80px 0;
}
.page-title {
  font-size: 36px !important;
  color: #222222;
  font-family: 'Quicksand', sans-serif;
  margin-top: 0;
  padding-bottom: 15px;
  position: relative;
}
.page-title:after {
  content: url(images/bread-shap.png);
  position: absolute;
  bottom: 0;
  line-height: 0;
  left: -webkit-calc(50% - (47px / 2));
  left: -moz-calc(50% - (47px / 2));
  left: -o-calc(50% - (47px / 2));
  left: calc(50% - (47px / 2));
}
.page-title span {
  color: #f78263;
}
.crumbs > span {
  display: inline-block;
}
.crumbs > span:last-of-type:after {
  content: none;
}
.crumbs > span:after {
  content: "\f3d1";
  font-family: "ionicons";
  font-size: 10px;
  margin: 0 8px;
}
.crumbs a {
  color: #758070;
}
.crumbs a:hover {
  color: #000000;
}
.crumbs .last-item i {
  color: #222222;
  font-style: normal;
}
/*logo*/
.ht-logo {
  margin: 0;
}
.add-menu-suggest {
  font-weight: 700;
  margin-right: 30px;
  color: #222;
}
.add-menu-suggest:hover {
  color: #4acbbc;
}
/*topbar button toggle*/
#topbar-toggle {
  font-family: "ionicons";
  width: 100%;
  background: #222222;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  height: 30px;
  font-size: 24px;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  #topbar-toggle {
    display: none;
  }
}
/*search form mobile*/
@media (min-width: 992px) {
  .mobile-search-btn {
    display: none !important;
  }
}
/*header layout box*/
.theme-header-layout {
  float: left;
  width: 100%;
}
.theme-header-layout #ht-search-btn:hover {
  color: #4acbbc;
}
.theme-header-layout:not(.header-layout-5):not(.header-layout-4) .theme-header-box {
  -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.08);
}
.theme-header-box {
  position: relative;
  z-index: 10;
  /*shopping cart*/
}
.theme-header-box ul {
  padding-left: 0;
  margin-left: 0;
}
.theme-header-box li {
  list-style: none;
}
.theme-header-box .theme-primary-menu a i {
  margin-right: 5px;
}
.theme-header-box .theme-shopping-cart {
  position: relative;
  padding-left: 25px;
  height: 110px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.theme-header-box .theme-shopping-cart:hover .theme-minicart {
  opacity: 1;
  visibility: visible;
}
.theme-header-box .shopping-cart-icon {
  position: relative;
  font-size: 16px;
  font-weight: normal !important;
  color: inherit;
}
.theme-header-box .counter-cart {
  position: absolute;
  line-height: 1;
  top: -10px;
  right: -12px;
  font-size: 11px;
  line-height: 0;
  background: #f78263;
  color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-weight: normal;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-header-box .theme-minicart {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 280px;
  background: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-header-box .theme-minicart .cart_list.product_list_widget .mini_cart_item:hover {
  background: rgba(236, 236, 236, 0.21);
}
.theme-header-box .theme-minicart .cart_list.product_list_widget a {
  color: #807d7d;
}
.theme-header-box .theme-minicart .cart_list.product_list_widget a:not(.remove) {
  padding-right: 15px;
}
.theme-header-box .theme-minicart .cart_list.product_list_widget a.remove {
  line-height: 11px;
}
.theme-header-box .theme-minicart .total,
.theme-header-box .theme-minicart .buttons {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theme-header-box .theme-minicart .total *,
.theme-header-box .theme-minicart .buttons * {
  font-weight: 700;
  color: #807d7d;
}
.theme-header-box .theme-minicart .buttons a:hover {
  color: #232323;
}
.cart-price-total {
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 20px;
}
.cart-price-total .cart-price-txt {
  font-size: 13px;
  color: #767676;
  font-weight: normal;
}
.cart-price-total .woocommerce-Price-amount {
  font-family: 'Quicksand', sans-serif;
  color: #222222;
  font-size: 20px;
}
/*search form*/
.ht-search-open {
  overflow: hidden;
}
.ht-search-open .ht-search-form {
  opacity: 1;
  visibility: visible;
}
.ht-search-open .ht-search-form input {
  visibility: visible;
}
.ht-search-form {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 23, 25, 0.8);
  opacity: 0;
  visibility: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ht-search-form span {
  cursor: pointer;
  color: #999;
  font-size: 40px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.ht-search-form span:hover {
  color: #aaa;
}
.ht-search-form input {
  background: rgba(0, 0, 0, 0);
  border: 0;
  text-align: center;
  color: #999999;
  font-size: 40px;
  width: 100%;
  max-width: 600px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  margin: 20px 0;
  padding: 0 15px;
}
.ht-search-form i {
  color: #999;
  font-size: 13px;
}
/*img on menu*/
.mega-menu img {
  margin: 10px 0;
}
/*mega menu*/
@media (min-width: 992px) {
  .theme-header-layout .theme-primary-menu li.menu-item-has-mega-menu {
    position: static;
  }
  .theme-header-layout .theme-primary-menu li.menu-item-has-mega-menu:hover > a {
    color: #4acbbc;
  }
  .theme-primary-menu {
    /*mega menu*/
  }
  .theme-primary-menu .mega-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .theme-primary-menu .menu-item-has-mega-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .theme-primary-menu .sub-menu {
    border-radius: 4px;
    display: initial !important;
  }
  .theme-primary-menu .mega-menu-row {
    text-align: left;
    width: 100%;
    float: left;
    left: 0;
    margin-left: 0;
    padding: 20px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .theme-primary-menu .mega-menu-row > li {
    width: 25%;
    float: left;
  }
  .theme-primary-menu .mega-menu-row > li > a {
    padding: 0 10px;
    margin-bottom: 15px;
    display: block;
    color: #232323;
    font-weight: 700;
  }
  .theme-primary-menu .mega-menu-row li {
    overflow: hidden;
  }
  .theme-primary-menu .mega-menu-row li span {
    color: #b6b6b6;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .theme-primary-menu .mega-menu-row li div {
    line-height: 24px;
    color: #b6b6b6;
    font-size: 12px;
    padding: 5px 10px;
  }
  .theme-primary-menu .mega-menu-row li div p {
    margin-top: 10px;
    color: #b6b6b6;
  }
  .theme-primary-menu .mega-menu-row li ul {
    position: static;
    float: left;
    border: 0;
    width: 100%;
  }
  .theme-primary-menu .mega-menu-row li ul li {
    width: 100%;
    padding: 0 0 0 1px;
  }
  .theme-primary-menu .mega-menu-row .sub-menu {
    margin-left: 0;
    left: 0;
    position: static;
    background: rgba(0, 0, 0, 0);
  }
  .theme-primary-menu .mega-menu-row .sub-menu a {
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    white-space: nowrap;
    color: #696767;
  }
  .theme-primary-menu .mega-menu-row .sub-menu a i {
    min-width: 20px;
  }
  .theme-primary-menu .mega-menu-row a {
    border: 0;
  }
  .theme-primary-menu .mega-menu-row a:hover {
    color: #4acbbc;
  }
  .theme-primary-menu .mega-menu-col li {
    display: inline-block;
  }
  .theme-primary-menu .mega-menu-col .sub-menu {
    width: 100%;
  }
}
.header-layout-1 {
  /*search button*/
}
@media (min-width: 992px) {
  .header-layout-1 {
    /*primary menu*/
    /*button*/
  }
  .header-layout-1 .theme-header-box {
    float: left;
    width: 100%;
    padding: 0 175px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-layout-1 .primary-menu-box {
    flex-grow: 1;
    text-align: right;
  }
  .header-layout-1 .theme-primary-menu > li {
    display: inline-flex;
    margin-right: 20px;
    font-size: 0;
    line-height: 1;
    /*parent item menu*/
  }
  .header-layout-1 .theme-primary-menu > li > a {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    color: #222222;
    font-weight: 700;
    font-size: 14px;
    line-height: 110px;
    padding: 0 15px;
  }
  .header-layout-1 .theme-primary-menu > li.current-menu-item > a,
  .header-layout-1 .theme-primary-menu > li.current-menu-ancestor > a,
  .header-layout-1 .theme-primary-menu > li.current-menu-parent > a,
  .header-layout-1 .theme-primary-menu > li.current_page_parent > a,
  .header-layout-1 .theme-primary-menu > li.current_page_ancestor > a {
    color: #4acbbc;
  }
  .header-layout-1 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    background: #ffffff;
    min-width: 180px;
    text-align: left;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .header-layout-1 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul ul {
    left: 100%;
    top: 0;
  }
  .header-layout-1 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul li.menu-item-has-children:after {
    content: "\f3d3";
    font-family: "ionicons" !important;
    font-size: 12px !important;
    top: 17px;
    color: #000000;
    line-height: 1 !important;
    position: absolute;
    right: 10px;
  }
  .header-layout-1 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a {
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    color: #232323;
  }
  .header-layout-1 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a:hover {
    background: rgba(239, 239, 239, 0.28);
  }
  .header-layout-1 .theme-primary-menu > li:not(.menu-item-has-mega-menu):hover > a {
    color: #4acbbc;
  }
  .header-layout-1 .theme-primary-menu li {
    position: relative;
  }
  .header-layout-1 .theme-primary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .header-layout-1 .theme-primary-menu li a {
    font-size: 14px;
  }
  .header-layout-1 .theme-primary-menu .mega-menu {
    max-width: -webkit-calc((100% - 350px));
    max-width: -moz-calc((100% - 350px));
    max-width: -o-calc((100% - 350px));
    max-width: calc((100% - 350px));
    left: 175px;
  }
  .header-layout-1 .hd1-btn {
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    margin-right: 30px;
    cursor: pointer;
    background: #f78263;
    border: 1px solid #f78263;
    font-weight: 700;
    border-radius: 50px;
    padding: 5px 15px;
  }
  .header-layout-1 .hd1-btn:hover {
    color: #f78263;
    background: #ffffff;
  }
  .header-layout-1 .hd1-btn span {
    margin-right: 7px;
  }
}
.header-layout-1 #ht-search-btn {
  font-size: 14px;
  color: #222;
  border: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.header-layout-2 {
  /*search button*/
}
@media (min-width: 992px) {
  .header-layout-2 {
    /*primary menu*/
  }
  .header-layout-2 .theme-topbar {
    float: left;
    width: 100%;
    padding: 12px 75px;
    background: #f1f1f1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-layout-2 .theme-topbar-item * {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
  }
  .header-layout-2 .theme-topbar-item ul {
    padding: 0;
    margin: 0;
  }
  .header-layout-2 .theme-topbar-item li {
    display: inline-block;
  }
  .header-layout-2 .theme-topbar-item li + li {
    margin-left: 30px;
  }
  .header-layout-2 .theme-topbar-item span[class*="fa-"],
  .header-layout-2 .theme-topbar-item span[class*="ion-"] {
    margin-right: 7px;
    line-height: 1;
  }
  .header-layout-2 .theme-topbar-item a {
    text-decoration: underline;
  }
  .header-layout-2 .topbar-has-dropdown {
    position: relative;
  }
  .header-layout-2 .topbar-has-dropdown:after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 7px;
  }
  .header-layout-2 .topbar-has-dropdown:hover .topbar-dropdown-list {
    opacity: 1;
    visibility: visible;
  }
  .header-layout-2 .topbar-has-dropdown .topbar-dropdown-list {
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    min-width: 80px;
    z-index: 11;
    padding: 15px;
    text-align: right;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .header-layout-2 .topbar-has-dropdown .topbar-dropdown-list li {
    float: left;
    width: 100%;
  }
  .header-layout-2 .topbar-has-dropdown .topbar-dropdown-list li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .header-layout-2 .theme-header-box {
    float: left;
    width: 100%;
    padding: 0 75px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-layout-2 .primary-menu-box {
    flex-grow: 1;
    text-align: center;
  }
  .header-layout-2 .theme-primary-menu > li {
    display: inline-flex;
    margin-right: 20px;
    font-size: 0;
    line-height: 1;
    /*parent item menu*/
  }
  .header-layout-2 .theme-primary-menu > li > a {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    color: #222222;
    font-weight: 700;
    font-size: 14px;
    line-height: 110px;
    padding: 0 15px;
  }
  .header-layout-2 .theme-primary-menu > li.current-menu-item > a,
  .header-layout-2 .theme-primary-menu > li.current-menu-ancestor > a,
  .header-layout-2 .theme-primary-menu > li.current-menu-parent > a,
  .header-layout-2 .theme-primary-menu > li.current_page_parent > a,
  .header-layout-2 .theme-primary-menu > li.current_page_ancestor > a {
    color: #4acbbc;
  }
  .header-layout-2 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    background: #ffffff;
    min-width: 180px;
    text-align: left;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .header-layout-2 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul ul {
    left: 100%;
    top: 0;
  }
  .header-layout-2 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul li.menu-item-has-children:after {
    content: "\f3d3";
    font-family: "ionicons" !important;
    font-size: 12px !important;
    top: 17px;
    color: #000000;
    line-height: 1 !important;
    position: absolute;
    right: 10px;
  }
  .header-layout-2 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a {
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    color: #232323;
  }
  .header-layout-2 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a:hover {
    background: rgba(239, 239, 239, 0.28);
  }
  .header-layout-2 .theme-primary-menu > li:not(.menu-item-has-mega-menu):hover > a {
    color: #4acbbc;
  }
  .header-layout-2 .theme-primary-menu li {
    position: relative;
  }
  .header-layout-2 .theme-primary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .header-layout-2 .theme-primary-menu li a {
    font-size: 14px;
  }
  .header-layout-2 .theme-primary-menu .mega-menu {
    max-width: -webkit-calc((100% - 150px));
    max-width: -moz-calc((100% - 150px));
    max-width: -o-calc((100% - 150px));
    max-width: calc((100% - 150px));
    left: 75px;
  }
}
.header-layout-2 #ht-search-btn {
  font-size: 14px;
  color: #222;
  border: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.header-layout-3 {
  /*search button*/
}
@media (min-width: 992px) {
  .header-layout-3 {
    /*primary menu*/
  }
  .header-layout-3 .theme-header-box {
    float: left;
    width: 100%;
    padding: 0 275px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-layout-3 .primary-menu-box {
    flex-grow: 1;
    text-align: center;
  }
  .header-layout-3 .theme-primary-menu > li {
    display: inline-flex;
    margin-right: 20px;
    font-size: 0;
    line-height: 1;
    /*parent item menu*/
  }
  .header-layout-3 .theme-primary-menu > li > a {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    color: #222222;
    font-weight: 700;
    font-size: 14px;
    line-height: 110px;
    padding: 0 15px;
  }
  .header-layout-3 .theme-primary-menu > li.current-menu-item > a,
  .header-layout-3 .theme-primary-menu > li.current-menu-ancestor > a,
  .header-layout-3 .theme-primary-menu > li.current-menu-parent > a,
  .header-layout-3 .theme-primary-menu > li.current_page_parent > a,
  .header-layout-3 .theme-primary-menu > li.current_page_ancestor > a {
    color: #4acbbc;
  }
  .header-layout-3 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    background: #ffffff;
    min-width: 180px;
    text-align: left;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .header-layout-3 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul ul {
    left: 100%;
    top: 0;
  }
  .header-layout-3 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul li.menu-item-has-children:after {
    content: "\f3d3";
    font-family: "ionicons" !important;
    font-size: 12px !important;
    top: 17px;
    color: #000000;
    line-height: 1 !important;
    position: absolute;
    right: 10px;
  }
  .header-layout-3 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a {
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    color: #232323;
  }
  .header-layout-3 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a:hover {
    background: rgba(239, 239, 239, 0.28);
  }
  .header-layout-3 .theme-primary-menu > li:not(.menu-item-has-mega-menu):hover > a {
    color: #4acbbc;
  }
  .header-layout-3 .theme-primary-menu li {
    position: relative;
  }
  .header-layout-3 .theme-primary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .header-layout-3 .theme-primary-menu li a {
    font-size: 14px;
  }
  .header-layout-3 .theme-primary-menu .mega-menu {
    max-width: -webkit-calc((100% - 550px));
    max-width: -moz-calc((100% - 550px));
    max-width: -o-calc((100% - 550px));
    max-width: calc((100% - 550px));
    left: 275px;
  }
}
.header-layout-3 #ht-search-btn {
  font-size: 18px;
  color: #222;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: 0;
}
.header-layout-4 {
  /*search button*/
}
@media (min-width: 992px) {
  .header-layout-4 {
    /*topbar*/
    /**/
    /*primary menu*/
    /*theme-advanced-search*/
    /*shopping cart icon*/
  }
  .header-layout-4 .theme-topbar {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 9px 0;
  }
  .header-layout-4 .theme-topbar .container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-layout-4 .theme-topbar-item {
    font-size: 12px;
  }
  .header-layout-4 .theme-topbar-item * {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
  }
  .header-layout-4 .theme-topbar-item ul {
    padding: 0;
    margin: 0;
  }
  .header-layout-4 .theme-topbar-item li {
    display: inline-block;
  }
  .header-layout-4 .theme-topbar-item li + li {
    margin-left: 30px;
  }
  .header-layout-4 .theme-topbar-item span[class*="fa-"],
  .header-layout-4 .theme-topbar-item span[class*="ion-"] {
    margin-right: 7px;
    line-height: 1;
  }
  .header-layout-4 .topbar-has-dropdown {
    position: relative;
  }
  .header-layout-4 .topbar-has-dropdown:after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 7px;
  }
  .header-layout-4 .topbar-has-dropdown:hover .topbar-dropdown-list {
    opacity: 1;
    visibility: visible;
  }
  .header-layout-4 .topbar-has-dropdown .topbar-dropdown-list {
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    min-width: 80px;
    z-index: 11;
    padding: 15px;
    text-align: right;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .header-layout-4 .topbar-has-dropdown .topbar-dropdown-list li {
    float: left;
    width: 100%;
  }
  .header-layout-4 .topbar-has-dropdown .topbar-dropdown-list li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .header-layout-4 .theme-header-box {
    float: left;
    width: 100%;
  }
  .header-layout-4 .theme-header-row-top {
    position: relative;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-layout-4 .theme-header-row-bot {
    background: #f78263;
    position: relative;
    bottom: -25px;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-layout-4 .theme-primary-menu > li {
    display: inline-flex;
    margin-right: 20px;
    font-size: 0;
    line-height: 1;
    /*parent item menu*/
  }
  .header-layout-4 .theme-primary-menu > li > a {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    color: #222222;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
    padding: 0 15px;
  }
  .header-layout-4 .theme-primary-menu > li.current-menu-item > a,
  .header-layout-4 .theme-primary-menu > li.current-menu-ancestor > a,
  .header-layout-4 .theme-primary-menu > li.current-menu-parent > a,
  .header-layout-4 .theme-primary-menu > li.current_page_parent > a,
  .header-layout-4 .theme-primary-menu > li.current_page_ancestor > a {
    color: #4acbbc;
  }
  .header-layout-4 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    background: #ffffff;
    min-width: 180px;
    text-align: left;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .header-layout-4 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul ul {
    left: 100%;
    top: 0;
  }
  .header-layout-4 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul li.menu-item-has-children:after {
    content: "\f3d3";
    font-family: "ionicons" !important;
    font-size: 12px !important;
    top: 17px;
    color: #000000;
    line-height: 1 !important;
    position: absolute;
    right: 10px;
  }
  .header-layout-4 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a {
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    color: #232323;
  }
  .header-layout-4 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a:hover {
    background: rgba(239, 239, 239, 0.28);
  }
  .header-layout-4 .theme-primary-menu > li:not(.menu-item-has-mega-menu):hover > a {
    color: #4acbbc;
  }
  .header-layout-4 .theme-primary-menu li {
    position: relative;
  }
  .header-layout-4 .theme-primary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .header-layout-4 .theme-primary-menu li a {
    font-size: 14px;
  }
  .header-layout-4 .theme-primary-menu .mega-menu {
    width: 100%;
    left: 0;
  }
  .header-layout-4 .theme-advanced-search {
    border: 1px dashed #dadada;
    border-radius: 50px;
    height: 42px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-layout-4 .theme-advanced-search .search-separator {
    width: 1px;
    height: 18px;
    background: #dddddd;
    margin: 0 10px;
  }
  .header-layout-4 .theme-advanced-search input[type="text"] {
    border: 0;
    height: 42px;
    background: rgba(0, 0, 0, 0);
    color: #767676;
    width: 260px;
    padding-right: 10px;
  }
  .header-layout-4 .theme-advanced-search .search-adv-label {
    position: relative;
  }
  .header-layout-4 .theme-advanced-search .search-adv-label:after {
    content: "\f35f";
    font-family: "ionicons";
    font-size: 18px;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    color: #222222;
  }
  .header-layout-4 .theme-advanced-search select {
    height: 42px;
    border: 0;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    color: #222222;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0);
    line-height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .header-layout-4 .theme-advanced-search button {
    cursor: pointer;
    width: 34px;
    height: 34px;
    color: #ffffff;
    border: 1px solid #f78263;
    background: #f78263;
    border-radius: 50%;
    margin-right: 3px;
    font-size: 20px;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .header-layout-4 .theme-advanced-search button:hover,
  .header-layout-4 .theme-advanced-search button:focus {
    background: #ffffff;
    color: #f78263;
  }
  .header-layout-4 .shopping-cart-icon {
    color: #4acbbc;
    font-size: 30px;
  }
  .header-layout-4 .counter-cart {
    top: 8px;
    right: -10px;
  }
  .header-layout-4 .cart-price-total {
    display: inline-flex;
  }
  .header-layout-4 .hd4-btn {
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    background: rgba(0, 0, 0, 0);
    border-radius: 50px;
    padding: 5px 15px;
  }
  .header-layout-4 .hd4-btn:hover {
    background: #ffffff;
    color: #f78263;
  }
  .header-layout-4 .hd4-btn span[class*="fa-"],
  .header-layout-4 .hd4-btn span[class*="ion-"] {
    margin-right: 10px;
    line-height: 1;
    color: inherit;
  }
}
.header-layout-4 #ht-search-btn {
  font-size: 14px;
  color: #222;
  border: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.header-layout-5 {
  /*search button*/
}
.header-layout-5 .theme-header-box {
  position: absolute;
}
@media (min-width: 992px) {
  .header-layout-5 {
    /*primary menu*/
    /*button*/
  }
  .header-layout-5 .theme-header-box {
    float: left;
    width: 100%;
    padding: 0 75px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-layout-5 .primary-menu-box {
    flex-grow: 1;
    text-align: right;
  }
  .header-layout-5 .theme-primary-menu > li {
    display: inline-flex;
    margin-right: 20px;
    font-size: 0;
    line-height: 1;
    /*parent item menu*/
  }
  .header-layout-5 .theme-primary-menu > li > a {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    color: #222222;
    font-weight: 700;
    font-size: 14px;
    line-height: 110px;
    padding: 0 15px;
  }
  .header-layout-5 .theme-primary-menu > li.current-menu-item > a,
  .header-layout-5 .theme-primary-menu > li.current-menu-ancestor > a,
  .header-layout-5 .theme-primary-menu > li.current-menu-parent > a,
  .header-layout-5 .theme-primary-menu > li.current_page_parent > a,
  .header-layout-5 .theme-primary-menu > li.current_page_ancestor > a {
    color: #4acbbc;
  }
  .header-layout-5 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    background: #ffffff;
    min-width: 180px;
    text-align: left;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .header-layout-5 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul ul {
    left: 100%;
    top: 0;
  }
  .header-layout-5 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul li.menu-item-has-children:after {
    content: "\f3d3";
    font-family: "ionicons" !important;
    font-size: 12px !important;
    top: 17px;
    color: #000000;
    line-height: 1 !important;
    position: absolute;
    right: 10px;
  }
  .header-layout-5 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a {
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    color: #232323;
  }
  .header-layout-5 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a:hover {
    background: rgba(239, 239, 239, 0.28);
  }
  .header-layout-5 .theme-primary-menu > li:not(.menu-item-has-mega-menu):hover > a {
    color: #4acbbc;
  }
  .header-layout-5 .theme-primary-menu li {
    position: relative;
  }
  .header-layout-5 .theme-primary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .header-layout-5 .theme-primary-menu li a {
    font-size: 14px;
  }
  .header-layout-5 .theme-primary-menu .mega-menu {
    max-width: -webkit-calc((100% - 150px));
    max-width: -moz-calc((100% - 150px));
    max-width: -o-calc((100% - 150px));
    max-width: calc((100% - 150px));
    left: 75px;
  }
  .header-layout-5 .hd5-btn {
    background: #4acbbc;
    border: 1px solid #4acbbc;
    border-radius: 50px;
    height: 45px;
    padding: 0 15px;
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    margin-left: 40px;
    min-width: 230px;
    font-weight: 700;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-layout-5 .hd5-btn span {
    margin-right: 7px;
  }
}
.header-layout-5 #ht-search-btn {
  font-size: 14px;
  color: #222;
  border: 1px solid #939393;
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-layout-6 {
  /*search button*/
}
@media (min-width: 992px) {
  .header-layout-6 {
    /*primary menu*/
    /*button*/
  }
  .header-layout-6 .theme-header-box {
    float: left;
    width: 100%;
    padding: 0 175px;
    min-height: 110px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-layout-6 .primary-menu-box {
    flex-grow: 1;
    text-align: right;
  }
  .header-layout-6 .theme-primary-menu > li {
    display: inline-flex;
    margin-right: 20px;
    font-size: 0;
    line-height: 1;
    /*parent item menu*/
  }
  .header-layout-6 .theme-primary-menu > li > a {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    color: #222222;
    font-weight: 700;
    font-size: 14px;
    line-height: 110px;
    padding: 0 15px;
  }
  .header-layout-6 .theme-primary-menu > li.current-menu-item > a,
  .header-layout-6 .theme-primary-menu > li.current-menu-ancestor > a,
  .header-layout-6 .theme-primary-menu > li.current-menu-parent > a,
  .header-layout-6 .theme-primary-menu > li.current_page_parent > a,
  .header-layout-6 .theme-primary-menu > li.current_page_ancestor > a {
    color: #4acbbc;
  }
  .header-layout-6 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    background: #ffffff;
    min-width: 180px;
    text-align: left;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .header-layout-6 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul ul {
    left: 100%;
    top: 0;
  }
  .header-layout-6 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul li.menu-item-has-children:after {
    content: "\f3d3";
    font-family: "ionicons" !important;
    font-size: 12px !important;
    top: 17px;
    color: #000000;
    line-height: 1 !important;
    position: absolute;
    right: 10px;
  }
  .header-layout-6 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a {
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    color: #232323;
  }
  .header-layout-6 .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a:hover {
    background: rgba(239, 239, 239, 0.28);
  }
  .header-layout-6 .theme-primary-menu > li:not(.menu-item-has-mega-menu):hover > a {
    color: #4acbbc;
  }
  .header-layout-6 .theme-primary-menu li {
    position: relative;
  }
  .header-layout-6 .theme-primary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .header-layout-6 .theme-primary-menu li a {
    font-size: 14px;
  }
  .header-layout-6 .theme-primary-menu .mega-menu {
    max-width: -webkit-calc((100% - 350px));
    max-width: -moz-calc((100% - 350px));
    max-width: -o-calc((100% - 350px));
    max-width: calc((100% - 350px));
    left: 175px;
  }
  .header-layout-6 .hd6-btn {
    background: #4acbbc;
    border-radius: 50px;
    height: 45px;
    padding: 0 15px;
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    margin-left: 40px;
    min-width: 230px;
    font-weight: 700;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-layout-6 .hd6-btn span {
    margin-right: 7px;
  }
}
.header-layout-6 #ht-search-btn {
  font-size: 14px;
  color: #222;
  border: 1px solid #939393;
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* BLOG CONTENT */
.blog:not(.single-ht-service) #main,
.archive:not(.single-ht-service) #main,
.single:not(.single-ht-service) #main,
.search:not(.single-ht-service) #main,
.page-template-blog-grid:not(.single-ht-service) #main {
  margin-bottom: 120px;
}
.blog [id^='post-'],
.archive [id^='post-'],
.single [id^='post-'],
.search [id^='post-'],
.page-template-blog-grid [id^='post-'] {
  float: left;
  width: 100%;
  position: relative;
}
/* blog grid template */
.page-template-blog-grid .blog-article {
  border-bottom: 0;
}
.page-template-blog-grid .theme-has-sticky-post .blog-post-cover + .post-content {
  padding: 20px 40px 35px 40px;
}
.page-template-blog-grid .theme-has-sticky-post .post-content .blog-post-sumary {
  margin-bottom: 30px;
}
.blog-article {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #d1d1d1;
}
/* wrap all content blog single */
.theme-blog-single .blog-article {
  border-bottom: 0;
}
.theme-blog-single .blog-post-info {
  border-bottom: 1px solid #e8e8e8;
}
.theme-blog-single li {
  list-style: initial;
}
/* post content */
.post-content {
  float: left;
  width: 100%;
}
/* post thumbnail */
.page_content:not(.blog-grid-template) .blog-post-cover {
  max-height: 400px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.blog-post-cover {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
/* post title in single */
.single .post-tit {
  margin-bottom: 20px;
  font-size: 24px;
  white-space: normal;
}
/* sticky post */
.theme-has-sticky-post .blog-article {
  position: relative;
}
.theme-has-sticky-post .blog-post-cover {
  margin-bottom: 0;
}
.theme-has-sticky-post .blog-post-cover + .post-content {
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
  position: absolute;
}
.theme-has-sticky-post .blog-post-info {
  margin-bottom: 0;
  padding-bottom: 0;
}
.theme-has-sticky-post .sticky-text {
  display: inline-table;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 10px;
  color: #ffffff;
  background: #4acbbc;
  padding: 6px 22px;
  border-radius: 11px;
  line-height: 1;
}
.theme-has-sticky-post .post-content {
  background: #ffffff;
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.theme-has-sticky-post .post-content .post-tit {
  order: 1;
  margin-bottom: 10px;
  font-size: 24px;
}
.theme-has-sticky-post .post-content .blog-post-sumary {
  order: 2;
  margin-bottom: 10px;
}
.theme-has-sticky-post .post-content .blog-post-info {
  order: 3;
}
.page_content:not(.blog-grid-template) .theme-has-sticky-post .post-content .post-tit a {
  font-size: 20px;
}
.page_content:not(.blog-grid-template) .theme-has-sticky-post .post-content .blog-post-sumary {
  display: none;
}
.col-item-clear + .theme-has-post-format {
  clear: both;
}
/*  */
.list-post-info {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.list-post-info span {
  text-transform: uppercase;
  font-size: 10px;
  color: #888888;
  letter-spacing: 2px;
  margin-right: 5px;
}
.blog-post-info {
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 23px;
  margin-bottom: 20px;
}
.blog-post-info span:not(.fa):not([class^='ion']) {
  font-size: 12px;
  margin-right: 3px;
}
.blog-post-info li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
  color: #767676;
  text-transform: uppercase;
  font-size: 12px;
}
.blog-post-info li a {
  color: #767676;
  text-transform: uppercase;
  font-size: 12px;
}
.blog-post-info li a:hover {
  color: #f78263;
}
.blog-post-info li span {
  font-size: 16px;
  margin-right: 8px;
}
.post-tit {
  line-height: initial;
  font-size: 0;
  margin: 0;
}
.post-tit a {
  font-size: 20px;
  color: #222222;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  display: block;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-tit a:hover {
  color: #4acbbc;
}
.post-author {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.post-author strong {
  display: inline-block;
  color: #222222;
  font-size: 12px;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
}
.post-author strong img {
  border-radius: 50%;
  border: 1px solid #aeaeae;
  margin-right: 13px;
}
.post-author strong a {
  color: #222222;
}
/* post nav */
.blog-post-nav {
  margin: 30px 0;
  padding: 50px 0;
  border-top: 1px dotted #e2e2e2;
  border-bottom: 1px dotted #e2e2e2;
}
.post-nav-control {
  width: 100%;
  max-width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.post-nav-control.prev-post {
  float: left;
  flex-direction: row-reverse;
}
.post-nav-control.prev-post .post-nav-thumb {
  margin-right: 15px;
}
.post-nav-control.prev-post .post-nav-sum span {
  margin-right: 5px;
}
.post-nav-control.next-post {
  float: right;
  text-align: right;
}
.post-nav-control.next-post .post-nav-thumb {
  margin-left: 15px;
}
.post-nav-control.next-post .post-nav-sum {
  text-align: right;
}
.post-nav-control.next-post .post-nav-sum span {
  margin-left: 5px;
}
.post-nav-control.next-post .post-nav-sum a.post-nav-link {
  float: right;
}
.post-nav-sum a {
  float: left;
}
.post-nav-sum a:hover {
  color: #000000 !important;
}
.post-nav-sum a:not(.post-nav-link) {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  color: #232323;
  line-height: 24px;
}
.post-nav-sum a.post-nav-link {
  color: #999999;
  font-size: 14px;
  float: left;
  clear: both;
  margin-top: 15px;
}
.post-nav-sum a.post-nav-link span {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.post-nav-thumb {
  width: 120px;
  min-width: 120px;
  height: 100px;
  overflow: hidden;
}
.post-nav-thumb:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.post-nav-thumb img {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* comment list */
#comments {
  float: left;
  width: 100%;
}
#comments .comment-total-title {
  margin-bottom: 50px;
}
.comment-list {
  border-bottom: 1px dotted #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.comment-list [id^='comment-'] {
  float: left;
  width: 100%;
  margin-bottom: 45px;
}
.comment-list [id^='comment-'] + #respond #reply-title {
  margin-top: 0;
}
.comment-list .children {
  float: left;
  width: 100%;
  padding-left: 50px;
}
.comment-list .comment-avatar {
  width: 90px;
  float: left;
}
.comment-list .comment-avatar img {
  border-radius: 50%;
  border: 5px solid #f2f2f2;
}
.comment-list .comment-content {
  float: left;
  margin-left: 29px;
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: -o-calc(100% - 120px);
  width: calc(100% - 120px);
}
.comment-list .comment-author {
  float: left;
}
.comment-list .comment-author-name {
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  color: #232323;
}
.comment-list .comment-block-info {
  float: right;
}
.comment-list .comment-time {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
}
.comment-list .comment-reply-link {
  color: #f78263;
  font-size: 12px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  border: 1px solid #f78263;
  padding: 4px 13px;
  border-radius: 12px;
  margin-left: 20px;
}
.comment-list .comment-text {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.comment-list .comment-edit-link {
  float: left;
  color: #f78263;
  font-size: 12px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  border: 1px solid #f78263;
  padding: 0px 13px;
  border-radius: 50px;
}
.comment-post-pingback {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.comment-post-pingback .edit-link {
  float: left;
  width: 100%;
  margin-top: 10px;
}
/* comment form */
#respond {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
#reply-title {
  font-size: 20px;
}
#commentform input {
  margin-top: 10px;
}
#commentform input:not([type="submit"]) {
  width: 100%;
  float: left;
  border: 0;
  padding: 10px 0;
  border-bottom: 1px dotted #e5e5e5;
}
#commentform input:not([type="submit"]):focus {
  border-style: solid;
}
#commentform input[type="submit"] {
  margin-top: 30px;
  border: 1px solid #f78263;
  border-radius: 22px;
  background: #ffffff;
  cursor: pointer;
  color: #f78263;
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  padding: 15px 38px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#commentform input[type="submit"]:hover {
  background: #f78263;
  color: #ffffff;
}
#commentform textarea {
  height: 120px;
  resize: none;
  border: 0;
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dotted #e5e5e5;
}
#commentform textarea:focus {
  border-style: solid;
}
/* pagination */
.paging-navigation,
.woocommerce-pagination {
  float: left;
  width: 100%;
  text-align: center;
}
.paging-navigation > span,
.woocommerce-pagination > span {
  margin-right: 5px;
}
.paging-navigation ul,
.woocommerce-pagination ul {
  padding: 0;
}
.paging-navigation ul.page-numbers,
.woocommerce-pagination ul.page-numbers {
  display: inline-block;
}
.paging-navigation li,
.woocommerce-pagination li {
  list-style: none;
  margin: 0 4px;
  font-size: 0;
  display: inline-block;
}
.paging-navigation li .page-numbers,
.woocommerce-pagination li .page-numbers {
  font-size: 12px;
  color: #333333;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.paging-navigation li .page-numbers.prev,
.woocommerce-pagination li .page-numbers.prev {
  font-size: 0;
}
.paging-navigation li .page-numbers.prev:before,
.woocommerce-pagination li .page-numbers.prev:before {
  content: "\f3cf";
  font-family: "ionicons";
  font-size: 14px;
}
.paging-navigation li .page-numbers.next,
.woocommerce-pagination li .page-numbers.next {
  font-size: 0;
}
.paging-navigation li .page-numbers.next:before,
.woocommerce-pagination li .page-numbers.next:before {
  content: "\f3d1";
  font-family: "ionicons";
  font-size: 14px;
}
.paging-navigation li .page-numbers.dots,
.woocommerce-pagination li .page-numbers.dots {
  border-color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
}
.paging-navigation li .page-numbers.dots:hover,
.woocommerce-pagination li .page-numbers.dots:hover {
  color: #333333;
}
.paging-navigation li .page-numbers:hover,
.woocommerce-pagination li .page-numbers:hover {
  border-color: #dddddd;
}
.paging-navigation li .page-numbers.current,
.woocommerce-pagination li .page-numbers.current {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}
/* POST TYPE ============================*/
.ht-post-type {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.ht-post-type iframe {
  margin: 0;
}
/* gallery */
.theme-blog-crs .slick-arrow {
  font-size: 0;
  width: 50px;
  height: 45px;
  background: #f6f6f6;
  color: #333333;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  cursor: pointer;
  border: 0;
  z-index: 2;
}
.theme-blog-crs .slick-arrow:before {
  font-family: "ionicons";
  font-size: 24px;
}
.theme-blog-crs .slick-arrow.slick-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.theme-blog-crs .slick-arrow.slick-prev:before {
  content: "\f3cf";
}
.theme-blog-crs .slick-arrow.slick-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.theme-blog-crs .slick-arrow.slick-next:before {
  content: "\f3d1";
}
.theme-blog-crs .slick-arrow.slick-disabled {
  cursor: default;
  background: #f6f6f6;
  color: #999999;
}
/* blockquote */
.theme-post-type-quote blockquote {
  padding: 0px 30px 30px 60px;
}
.theme-post-type-quote blockquote:before {
  top: 0;
  left: 0;
}
/* link */
.theme-post-type-link a {
  font-size: 18px;
  font-style: italic;
}
.theme-post-type-link a:hover {
  text-decoration: underline;
}
/* SIDEBAR */
.blog:not(.woocommerce) .pro-carousel-box,
.archive:not(.woocommerce) .pro-carousel-box,
.single:not(.woocommerce) .pro-carousel-box,
.page-template-blog-grid:not(.woocommerce) .pro-carousel-box {
  max-width: 271px;
}
.page #theme-right-sidebar,
.woocommerce-page #theme-right-sidebar {
  padding-left: 0;
}
#theme-right-sidebar {
  position: relative;
}
@media (min-width: 992px) {
  #theme-right-sidebar {
    padding-left: 99px;
  }
  #theme-right-sidebar:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #e8e8e8;
    left: 35px;
  }
}
@media (max-width: 991px) {
  #theme-right-sidebar {
    margin-top: 50px;
  }
}
#theme-right-sidebar .widget:not(.woocommerce) {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
#theme-right-sidebar .widget:not(.woocommerce) ul,
#theme-right-sidebar .widget:not(.woocommerce) ol {
  padding-left: 0;
}
#theme-right-sidebar .widget:not(.woocommerce) li {
  list-style: none;
}
#theme-right-sidebar .widget:not(.woocommerce):first-of-type .widget-title {
  margin-top: 0;
}
#theme-right-sidebar .widget:not(.woocommerce) .widget-title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
#theme-right-sidebar .widget:not(.woocommerce) .widget-title:after {
  content: '';
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px dashed #dedede;
}
#theme-right-sidebar .widget:not(.woocommerce) > ul > li:first-of-type {
  border-top: 0;
}
#theme-right-sidebar .widget:not(.woocommerce) > ul > li:last-of-type {
  border-bottom: 1px dashed #d3d3d3;
}
#theme-right-sidebar .widget:not(.woocommerce) li {
  border-top: 1px dashed #d3d3d3;
  position: relative;
  padding-left: 20px;
}
#theme-right-sidebar .widget:not(.woocommerce) li.recentcomments {
  padding: 10px 0 10px 20px;
}
#theme-right-sidebar .widget:not(.woocommerce) li.recentcomments a {
  margin: 0;
}
#theme-right-sidebar .widget:not(.woocommerce) li ul,
#theme-right-sidebar .widget:not(.woocommerce) li ol {
  padding-left: 0;
  margin-left: 0;
}
#theme-right-sidebar .widget:not(.woocommerce) li a {
  display: inline-block;
  margin: 10px 0;
  color: #6c6c6c;
}
#theme-right-sidebar .widget:not(.woocommerce) li a:hover {
  color: #f78263;
}
#theme-right-sidebar .widget:not(.woocommerce) li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  left: 0;
  top: 20px;
}
.widget select {
  width: 100%;
  height: 36px;
}
/* search widget */
.search-form {
  float: left;
  width: 100%;
  position: relative;
}
.search-field {
  float: left;
  width: 100%;
  height: 45px;
  border: 1px solid #e8e8e8;
  padding: 0 45px 0 10px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.search-field:focus {
  border-color: #c1baba;
}
.search-submit {
  font-size: 22px;
  cursor: pointer;
  border: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0);
}
/* recent post with thumbnail widget */
.widget_recent_post_thumbnail_item {
  border-bottom: 1px dashed #d1d1d1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.widget_recent_post_thumbnail_item:last-of-type {
  margin-bottom: 0;
}
.widget_recent_post_thumbnail_item .blog-recent-post-thumbnail-img {
  width: 100px;
  float: left;
}
.widget_recent_post_thumbnail_item .blog-recent-post-thumbnail-img img {
  width: 100px;
  height: 90px;
}
.widget_recent_post_thumbnail_item .blog-recent-post-thumbnail-sumary {
  margin: 0;
  line-height: initial;
  float: left;
  margin-left: 19px;
  max-width: -webkit-calc(100% - 120px);
  max-width: -moz-calc(100% - 120px);
  max-width: -o-calc(100% - 120px);
  max-width: calc(100% - 120px);
}
.widget_recent_post_thumbnail_item .blog-recent-post-thumbnail-sumary a {
  font-weight: 600;
  color: #232323;
  line-height: 22px;
}
.widget_recent_post_thumbnail_item .blog-recent-post-thumbnail-sumary dd {
  margin-top: 10px;
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
/* calendar */
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td {
  padding: 9px;
}
.widget_calendar #wp-calendar th {
  color: #ffffff;
}
.widget_calendar caption {
  margin-bottom: 15px;
}
.widget_calendar a {
  color: #f78263;
}
.widget_calendar #next {
  text-align: right;
}
/* tags */
.tagcloud {
  float: left;
  width: 100%;
}
.tagcloud a {
  font-size: 14px !important;
  border-radius: 4px;
  padding: 5px 10px;
  color: #232323;
  border: 1px solid #e1e1e1;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
}
.tagcloud a:hover {
  color: #f78263;
}
.widget_nav_menu li .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li {
  padding-left: 10px !important;
}
/* FOOTER */
.theme-footer {
  position: relative;
  background-size: cover;
  background-color: #262626;
}
.theme-footer-widget {
  padding-top: 115px;
  padding-bottom: 85px;
  /* nav menu */
}
.theme-footer-widget ul {
  padding-left: 0;
}
.theme-footer-widget li {
  list-style: none;
}
.theme-footer-widget .textwidget p {
  clear: both;
}
.theme-footer-widget .widget_nav_menu li {
  padding: 9px 0;
}
.theme-footer-widget .widget_nav_menu li:last-of-type {
  margin-bottom: 0;
}
.theme-footer-widget .widget_nav_menu li .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li {
  padding-left: 10px !important;
}
.theme-footer-widget .widget_nav_menu a:hover {
  text-decoration: underline;
}
.footer-widget-title {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 40px;
}
.footer-logo {
  float: left;
  margin-bottom: 40px;
}
.follow-us {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.follow-us > div {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.follow-us li {
  display: inline-block;
}
.follow-us li + li {
  margin-left: 5px;
}
.follow-us li a {
  background: #e3f4cb;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.follow-us span[class^="ion-"],
.follow-us span[class*="fa-"] {
  font-size: 0;
  line-height: 1;
  color: rgba(0, 0, 0, 0.71) !important;
}
.follow-us span[class^="ion-"]:before,
.follow-us span[class*="fa-"]:before {
  font-size: 16px;
}
/*working hours - calendar*/
.theme-working-hours p {
  margin-bottom: 0;
}
.theme-working-hours li {
  padding: 9px 0;
}
.theme-working-hours li + li {
  border-top: 1px solid rgba(95, 93, 93, 0.3);
}
.theme-working-hours li .ht-date-time {
  min-width: 45%;
  display: inline-block;
}
.theme-working-hours li * {
  color: #767676;
  display: inline-block;
}
/*mail*/
.footer-email-widget p {
  margin-bottom: 40px;
}
.footer-email-widget label {
  float: left;
  width: 100%;
  position: relative;
}
.footer-email-widget label:after {
  content: "\f422";
  font-family: "ionicons";
  position: absolute;
  right: 0;
  font-size: 18px;
  top: 10px;
}
.footer-email-widget input {
  border: 0;
  float: left;
  width: 100%;
  height: 45px;
  margin-bottom: 30px;
  padding-right: 20px;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(95, 93, 93, 0.3);
}
.footer-email-widget input:focus {
  border-bottom-color: rgba(95, 93, 93, 0.5);
}
.footer-email-widget button {
  float: left;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #f78263;
  background: rgba(0, 0, 0, 0);
  color: #f78263;
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  height: 45px;
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer-email-widget button:hover,
.footer-email-widget button:focus {
  background: #f78263;
  color: #ffffff;
}
/* instagram */
.ht-instagram-feed .instagram-pics {
  -webkit-column-count: 1;
  column-count: 1;
}
.ht-instagram-feed .instagram-pics.instagram-size-thumbnail {
  -webkit-column-count: 2;
  column-count: 2;
}
.ht-instagram-feed li {
  margin-bottom: 10px;
}
.footer-infomation {
  background: #1c1c1c;
  padding: 23px 0;
  border-top: 1px solid rgba(95, 93, 93, 0.3);
}
.footer-infomation .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-infomation * {
  color: #888888;
}
.footer-infomation .ftl.text-center {
  max-width: 100%;
  width: 100%;
}
.footer-infomation .ftl,
.footer-infomation .ftr {
  max-width: 50%;
  margin-bottom: 0;
}
.footer-infomation ul {
  padding-left: 0;
}
.footer-infomation li {
  display: inline-block;
}
.footer-infomation a:hover {
  text-decoration: underline;
}
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-size: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.scroll-to-top.scroll-animation {
  bottom: 50px;
}
/* row */
.vc_row-has-fill .vc_column-inner {
  padding: 0 !important;
}
/* custom heading */
.vc_custom_heading span {
  color: #f78263;
}
.vc_custom_heading .heading-shape {
  display: inherit;
  line-height: 0;
  margin-top: 15px;
}
/* gg maps */
.wpb_gmaps_widget iframe {
  margin: 0;
}
/*iconbox===========*/
.theme-iconbox {
  direction: ltr;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.theme-iconbox.icon-inline-title.direct-left {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.theme-iconbox.icon-inline-title.direct-left * {
  text-align: left;
}
.theme-iconbox.icon-inline-title.direct-left .iconbox-icon {
  margin-right: 20px;
}
.theme-iconbox.icon-inline-title.direct-right {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: right;
}
.theme-iconbox.icon-inline-title.direct-right * {
  text-align: right;
}
.theme-iconbox.icon-inline-title.direct-right .iconbox-icon {
  order: 2;
  margin-left: 20px;
}
.theme-iconbox.icon-inline-title .iconbox-icon {
  max-width: 100px;
  flex: 0 0 auto;
}
.theme-iconbox.icon-above-title.text-left {
  text-align: left;
}
.theme-iconbox.icon-above-title.text-left * {
  text-align: left;
}
.theme-iconbox.icon-above-title.text-right {
  text-align: right;
}
.theme-iconbox.icon-above-title.text-right * {
  text-align: right;
}
.theme-iconbox.icon-above-title.text-center {
  text-align: center;
}
.theme-iconbox.icon-above-title.text-center * {
  text-align: center;
}
.theme-iconbox.icon-above-title .iconbox-icon {
  margin-bottom: 40px;
}
.theme-iconbox .iconbox-title {
  display: inline-block;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 15px;
}
.theme-iconbox .iconbox-icon {
  line-height: 1;
}
.theme-iconbox .iconbox-content {
  margin-bottom: 0;
  line-height: 22px;
}
.theme-iconbox .iconbox-bot {
  padding: 0 10px;
}
/* contact form 7 =============*/
.wpcf7 {
  float: left;
  width: 100%;
}
.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url('images/ajax-loader.gif');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 input[aria-invalid="true"],
.wpcf7 textarea[aria-invalid="true"],
.wpcf7 select[aria-invalid="true"] {
  border-color: #f00 !important;
}
.wpcf7 br {
  display: none !important;
}
.wpcf7 textarea {
  resize: none;
}
.wpcf7 label span {
  color: #f00;
}
.wpcf7-response-output {
  margin: 20px 0;
  float: left;
  width: 100%;
}
.wpcf7-response-output.wpcf7-display-none {
  display: none;
}
.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none !important;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok {
  border: 0;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  font-size: 13px;
  color: #f00;
  line-height: 22px;
  clear: both;
}
.wpcf7-mail-sent-ok {
  color: #27ae61;
  font-size: 13px;
  line-height: 22px;
}
/* contact */
.theme-contact-form {
  float: left;
}
.theme-contact-form label {
  color: #333333;
}
.theme-contact-form input:not([type="submit"]) {
  float: left;
  width: 100%;
  height: 50px;
  border: 1px solid #dddddd;
  padding: 10px;
  margin: 5px 0 20px 0;
}
.theme-contact-form input:not([type="submit"]):focus {
  border-color: #bbb;
}
.theme-contact-form input[type="submit"] {
  float: left;
  border-radius: 25px;
  background: #f78263;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #f78263;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  min-width: 220px;
  height: 50px;
  padding: 0 20px;
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-contact-form input[type="submit"]:hover {
  background: #ffffff;
  color: #f78263;
}
.theme-contact-form textarea {
  float: left;
  width: 100%;
  margin-top: 5px;
  resize: none;
  min-height: 150px;
  padding: 10px;
  border: 1px solid #dddddd;
}
.theme-contact-form textarea:focus {
  border-color: #bbb;
}
/* subscribe */
.theme-subscribe-form {
  float: left;
  width: 100%;
}
.theme-subscribe-form .wpcf7-form-control-wrap {
  float: left;
  width: 73%;
}
.theme-subscribe-form input:not([type="submit"]) {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  border-radius: 25px 0 0 25px;
  border: 1px solid #dddddd;
  border-right: 0;
  color: #767676;
}
.theme-subscribe-form input:not([type="submit"]):focus {
  border-color: #bbb;
}
.theme-subscribe-form input[type="submit"] {
  float: left;
  width: 26.9%;
  max-width: 190px;
  height: 50px;
  padding: 0 15px;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  border: 0;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  background: #f78263;
  border: 1px solid #f78263;
  color: #ffffff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-subscribe-form input[type="submit"]:hover {
  background: #ffffff;
  color: #f78263;
}
.theme-subscribe-form .ajax-loader.is-active {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  margin-top: 20px;
}
/*appointment form*/
.rev_slider .theme-cf7 {
  background: #ffffff;
  padding: 30px;
}
.rev_slider .theme-cf7 .appoint-box {
  margin-bottom: 30px;
}
.rev_slider .theme-cf7.appointment-style-4 textarea {
  margin-top: 0;
  margin-bottom: 30px;
}
.theme-cf7 {
  float: left;
  width: 100%;
  border: 1px solid #efefef;
}
.theme-cf7 .ajax-loader.is-active {
  float: left;
  width: 100%;
  display: block !important;
  margin-top: 10px;
}
.theme-cf7.appointment-style-2 {
  border-color: #4acbbc;
}
.theme-cf7.appointment-style-2 .appoint-top {
  background: #4acbbc;
}
.theme-cf7.appointment-style-2 .appoint-title,
.theme-cf7.appointment-style-2 .appoint-sub {
  color: #ffffff;
}
.theme-cf7.appointment-style-3 {
  border: 0;
}
.theme-cf7.appointment-style-3 .appoint-help {
  margin-top: 0;
}
.theme-cf7.appointment-style-3 .appoint-top,
.theme-cf7.appointment-style-3 .appoint-cont {
  background: #ffffff;
  border-bottom: 0;
  padding: 15px;
}
.theme-cf7.appointment-style-3 img {
  margin-bottom: 30px;
}
.theme-cf7.appointment-style-3 input:not([type="submit"]):not(.ht-input-date) {
  border-width: 0 0 1px 0;
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.theme-cf7.appointment-style-3 input:not([type="submit"]).ht-input-date {
  background: #f9f9f9;
}
.theme-cf7.appointment-style-3 input[type="submit"] {
  border-radius: 50px;
  margin-bottom: 15px;
}
.theme-cf7.appointment-style-3 textarea {
  border-width: 0 0 1px 0;
  padding: 0;
  margin: 20px 0;
  height: 100px;
}
.theme-cf7.appointment-style-4 {
  border: 0;
}
.theme-cf7.appointment-style-4 .appoint-cont {
  background: #ffffff;
}
.theme-cf7.appointment-style-4 label {
  color: #222222;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.theme-cf7.appointment-style-4 input:not([type="submit"]):not(.ht-input-date) {
  border-width: 0 0 1px 0;
  padding: 0;
  color: #222222;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.theme-cf7.appointment-style-4 input.ht-input-date {
  background: #f6f6f6;
  font-weight: 700;
  border-color: rgba(0, 0, 0, 0);
  color: #bbbbbb !important;
}
.theme-cf7.appointment-style-4 input[type="submit"] {
  border-radius: 50px;
}
.theme-cf7.appointment-style-4 textarea {
  border-width: 0 0 1px 0;
  padding: 0;
  color: #222222;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-top: 30px;
  resize: none;
}
.theme-cf7 *:not(input):not(textarea):not(img):empty {
  display: none;
}
.theme-cf7 .appoint-top {
  text-align: center;
  background: #f7f7f7;
  border-bottom: 1px solid #efefef;
  padding: 40px 15px;
}
.theme-cf7 .appoint-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 28px;
  color: #222222;
  line-height: 30px;
  margin-bottom: 5px;
}
.theme-cf7 .appoint-sub {
  font-size: 14px;
  color: #222222;
}
.theme-cf7 .appoint-cont {
  padding: 20px;
  background: #fbfbfb;
  float: left;
  width: 100%;
}
.theme-cf7 .appoint-box {
  float: left;
  width: 100%;
}
.theme-cf7 .appoint-box.half-col {
  width: -webkit-calc((100% - 10px) / 2);
  width: -moz-calc((100% - 10px) / 2);
  width: -o-calc((100% - 10px) / 2);
  width: calc((100% - 10px) / 2);
}
.theme-cf7 .appoint-box.half-col + .half-col {
  margin-left: 10px;
}
.theme-cf7 label {
  display: block;
  font-size: 15px;
  color: #222222;
  margin-bottom: 5px;
}
.theme-cf7 label span {
  color: #f00;
}
.theme-cf7 input {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 20px;
}
.theme-cf7 input:not([type="submit"]) {
  border: 1px solid #efefef;
  background: #ffffff;
  margin-bottom: 15px;
  color: #999;
}
.theme-cf7 input:not([type="submit"]).ht-input-date {
  color: #4acbbc;
}
.theme-cf7 input:not([type="submit"]):focus {
  border-color: #ddd;
}
.theme-cf7 input[type="submit"] {
  background: #f78263;
  color: #ffffff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid #f78263;
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-cf7 input[type="submit"]:before {
  content: "\f125";
  font-family: "ionicons";
}
.theme-cf7 input[type="submit"]:hover,
.theme-cf7 input[type="submit"]:focus {
  background: #ffffff;
  color: #f78263;
}
.theme-cf7 textarea {
  height: 123px;
  float: left;
  width: 100%;
  border: 1px solid #efefef;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 45px;
  max-height: 400px;
  color: #999999;
}
.theme-cf7 textarea:focus {
  border-color: #ddd;
}
.theme-cf7 .appoint-help {
  width: 100%;
  text-align: center;
  color: #888888;
  float: left;
  margin-top: 30px;
  font-size: 14px;
}
.theme-cf7 .appoint-help a:hover {
  text-decoration: underline;
}
/* testi ===============*/
.theme-testi {
  float: left;
  width: 100%;
}
.theme-testi.testi-style-1 * {
  text-align: left;
}
.theme-testi.testi-style-1 .theme-testi-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.theme-testi.testi-style-2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-testi.testi-style-2 * {
  text-align: center;
}
.theme-testi.testi-style-2 .testi-name {
  float: none;
  display: inline-block;
}
.theme-testi.testi-style-2 .testi-content {
  padding: 0 50px;
  width: 100%;
}
.theme-testi.testi-style-2 .testi-text {
  max-width: 700px;
  margin: 0 auto;
}
.testi-img {
  float: left;
  width: 380px;
  height: 380px;
  overflow: hidden;
  margin-right: 130px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testi-img img {
  border-radius: 50%;
}
.testi-img + .testi-content {
  max-width: 570px;
}
.testi-content {
  float: left;
  margin-right: 15px;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: calc(100% - 100px);
}
.testi-title {
  font-size: 48px;
  font-family: 'Quicksand', sans-serif;
  line-height: 60px;
  color: #222222;
}
.testi-rating {
  float: left;
  width: 100%;
  margin: 10px 0 20px 0;
}
.testi-rating span {
  color: #ffcd54;
  font-size: 20px;
}
.testi-text p {
  font-size: 18px;
  color: #767676;
  font-family: 'Quicksand', sans-serif;
}
.testi-text p:empty {
  display: none;
}
.testi-name {
  font-family: 'Quicksand', sans-serif;
  color: #222222;
  letter-spacing: 3px;
  float: left;
  padding-top: 70px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/testi-shape.png);
}
/* controls */
.slick-dots {
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slick-dots li {
  line-height: 0;
  margin-bottom: 16px;
}
.slick-dots li.slick-active button {
  background: #f78263;
}
.slick-dots li.slick-active button:before {
  border-color: #f78263;
}
.slick-dots li:last-of-type {
  margin-bottom: 0;
}
.slick-dots li button {
  cursor: pointer;
  border: 0;
  background: #e5e5e5;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 0;
  padding: 0;
  position: relative;
}
.slick-dots li button:before {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow {
  font-size: 0;
  cursor: pointer;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #f78263;
  color: #f78263;
  background: #ffffff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow:before {
  font-family: "ionicons";
  font-size: 24px;
}
.slick-arrow.slick-prev:before {
  content: "\f3d2";
}
.slick-arrow.slick-next:before {
  content: "\f3d3";
}
.slick-arrow.slick-disabled {
  color: #ddd;
  border-color: #ddd;
}
/* services */
.theme-services {
  float: left;
  width: 100%;
}
.theme-services.service-grid * {
  text-align: left;
}
.theme-services.service-grid .theme-service-item {
  margin-bottom: 30px;
}
.theme-services.service-grid .service-img {
  height: 270px;
  width: 100%;
}
.theme-services.service-grid .service-title {
  font-size: 0;
  line-height: 1;
  margin: 35px 0 10px 0;
}
.theme-services.service-grid .service-title a {
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}
.theme-services.service-grid .service-title a:hover {
  color: #4acbbc;
}
.theme-services.service-grid .service-content {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding: 0 40px 40px;
}
.theme-services.service-grid .service-price {
  color: #4acbbc;
  font-size: 20px;
  margin: 5px 0 10px 0;
  display: inline-block;
}
.theme-services.service-list * {
  text-align: left;
}
.theme-services.service-list .theme-service-item {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 70px;
  padding-bottom: 70px;
}
.theme-services.service-list .theme-service-item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.theme-services.service-list .service-img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin: 0 100px 0 70px;
}
.theme-services.service-list .service-img + .service-content {
  max-width: 670px;
}
.theme-services.service-list .service-content {
  float: left;
  width: 100%;
}
.theme-services.service-list .service-title {
  font-size: 0;
  line-height: 1;
  padding: 18px 30px;
  margin: 0 0 30px 0;
  background: #f1f1f1;
}
.theme-services.service-list .service-title a {
  font-size: 20px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #222222;
}
.theme-services.service-list .service-desc {
  padding-left: 30px;
  font-size: 15px;
  margin-bottom: 20px;
}
.theme-services.service-list .service-list-pet {
  padding-left: 70px;
}
.theme-services.service-list .service-list-pet li {
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  line-height: 30px;
}
.theme-services.service-list .service-more {
  float: left;
  margin: 40px 0 0 50px;
  text-transform: uppercase;
  color: #ffffff;
  background: #f78263;
  border: 1px solid #f78263;
  border-radius: 25px;
  min-width: 200px;
  height: 50px;
  padding: 0 15px;
  font-size: 15px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-services.service-list .service-more:hover {
  color: #f78263;
  background: #ffffff;
}
.theme-services .service-img {
  overflow: hidden;
  float: left;
}
.theme-services .service-img:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.theme-services .service-img img {
  max-width: inherit;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.service-list-pet {
  list-style-image: url('images/pet.png');
}
/* blog news */
.theme-blog-news {
  float: left;
  width: 100%;
}
.theme-blog-news * {
  text-align: left;
}
@media (min-width: 769px) {
  .theme-blog-news .single .post-tit {
    font-size: 18px;
  }
  .theme-blog-news .post-tit a {
    font-size: 18px;
  }
}
.theme-blog-news .blog-news-item {
  margin-bottom: 50px;
}
.theme-blog-news .sc-blog-news-img {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.theme-blog-news .sc-blog-news-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-blog-news .sc-blog-news-img:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-news-style-1 .blog-post-sumary,
.blog-news-style-1 .post-author {
  display: none;
}
.blog-news-style-1 .blog-news-item {
  margin-bottom: 0;
}
.blog-news-style-1 .blog-news-item.no-thumbnail {
  padding-top: 33px;
  padding-bottom: 22px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #dddddd;
}
.blog-news-style-1 .blog-news-item.no-thumbnail .sc-blog-news-img,
.blog-news-style-1 .blog-news-item.no-thumbnail .news-cates,
.blog-news-style-1 .blog-news-item.no-thumbnail .blog-post-sumary,
.blog-news-style-1 .blog-news-item.no-thumbnail .post-author {
  display: none;
}
.blog-news-style-1 .blog-news-item.no-thumbnail:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.blog-news-style-1 .blog-news-item.no-thumbnail .sc-blog-news-img + .post-content {
  margin-bottom: 0;
}
.blog-news-style-1 .sc-blog-news-img + .post-content {
  margin-bottom: 30px;
}
.blog-news-style-1 .news-style-1-date {
  float: left;
  width: 110px;
  text-align: center;
  color: #4acbbc;
}
.blog-news-style-1 .news-style-1-date strong {
  font-size: 48px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.blog-news-style-1 .news-style-1-date span {
  font-size: 12px;
  text-transform: uppercase;
}
.blog-news-style-1 .news-style-1-date + .flw {
  width: -webkit-calc(100% - 111px);
  width: -moz-calc(100% - 111px);
  width: -o-calc(100% - 111px);
  width: calc(100% - 111px);
}
.blog-news-style-1 .news-cates a {
  font-style: italic;
  font-size: 12px;
  color: #888888;
}
.blog-news-style-2.sc-news-has-thumbnail .sc-blog-news-img {
  display: block;
}
.blog-news-style-2 .sc-blog-news-img {
  display: none;
}
.theme-blog-sc-carousel .blog-news-item {
  padding-right: 50px;
  margin-bottom: 0;
}
.theme-blog-sc-carousel .post-author {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.theme-blog-sc-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.theme-blog-sc-carousel .slick-arrow.slick-prev {
  left: -90px;
}
.theme-blog-sc-carousel .slick-arrow.slick-next {
  right: -90px;
}
/* accordion */
.theme-accordion {
  float: left;
  width: 100%;
  counter-reset: ahihi;
}
.theme-accordion * {
  text-align: left;
}
.theme-accordion .accordion_in {
  background: #f8f8f8;
  border-bottom: 1px solid #ffffff;
  padding: 0 15px 0 70px;
  position: relative;
  float: left;
  width: 100%;
}
.theme-accordion .accordion_in:before {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #222222;
  font-weight: 700;
  font-size: 16px;
  content: counter(ahihi, decimal-leading-zero) '.';
  counter-increment: ahihi;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-accordion .accordion_in.acc_active {
  background: #f4f4f4;
}
.theme-accordion .accordion_in.acc_active .acc_icon_expand {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.theme-accordion .acc_head {
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  color: #222222;
  float: left;
  width: 100%;
  padding: 22px 70px 22px 0;
  position: relative;
}
.theme-accordion .acc_icon_expand {
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 20px;
  line-height: 1;
}
.theme-accordion .acc_icon_expand:before {
  font-family: "ionicons";
  content: "\f104";
}
.theme-accordion .acc_content {
  font-size: 15px;
  padding-right: 70px;
  margin-top: -10px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  color: #6c6c6c;
}
/* button */
.vc_general.vc_btn3[class*="vc_btn3-style-theme-default-btn"] {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid #f78263;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.vc_general.vc_btn3.vc_btn3-style-theme-default-btn {
  color: #f78263;
  background: #ffffff;
}
.vc_general.vc_btn3.vc_btn3-style-theme-default-btn:hover {
  background: #f78263;
  color: #ffffff;
}
.vc_general.vc_btn3.vc_btn3-style-theme-default-btn-2 {
  color: #ffffff;
  background: #f78263;
}
.vc_general.vc_btn3.vc_btn3-style-theme-default-btn-2:hover {
  background: #ffffff;
  color: #f78263;
}
.vc_general.vc_btn3.vc_btn3-style-theme-default-btn-3 {
  color: #f78263;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.vc_general.vc_btn3.vc_btn3-style-theme-default-btn-3:hover {
  background: #f78263;
  color: #ffffff;
  border-color: #f78263;
}
.vc_general.vc_btn3.vc_btn3-size-xs {
  min-width: 100px;
  height: 35px;
}
.vc_general.vc_btn3.vc_btn3-size-sm {
  min-width: 150px;
  height: 40px;
}
.vc_general.vc_btn3.vc_btn3-size-md {
  min-width: 180px;
  height: 45px;
}
.vc_general.vc_btn3.vc_btn3-size-lg {
  min-width: 200px;
}
/* gallery */
.theme-gallery.ht-gallery-grid .ht-gallery-item {
  margin-bottom: 30px;
}
.theme-gallery.ht-gallery-carousel {
  display: flex;
}
.theme-gallery.ht-gallery-carousel .ht-gallery-item {
  max-width: 455px;
  margin-right: 20px;
}
.theme-gallery.ht-gallery-carousel .slick-list {
  order: 1;
}
.theme-gallery.ht-gallery-carousel .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border: 0;
  top: -webkit-calc(100% + 45px);
  top: -moz-calc(100% + 45px);
  top: -o-calc(100% + 45px);
  top: calc(100% + 45px);
}
.theme-gallery.ht-gallery-carousel .slick-prev {
  order: 2;
  left: 30%;
}
.theme-gallery.ht-gallery-carousel .slick-prev:before {
  content: "\f3d5";
}
.theme-gallery.ht-gallery-carousel .slick-next {
  order: 3;
  right: 30%;
}
.theme-gallery.ht-gallery-carousel .slick-next:before {
  content: "\f3d6";
}
.theme-gallery .ht-gallery-item {
  position: relative;
  overflow: hidden;
}
.theme-gallery .ht-gallery-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.theme-gallery .ht-gallery-item img {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.gallery-carousel-bot {
  float: left;
  width: 100%;
  margin-top: 20px;
  background: #f8dec7;
  text-align: center;
  height: 100px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-carousel-bot .gallery-box {
  background: #ffffff;
  border-radius: 25px;
  display: inline-block;
  height: 50px;
  padding: 0 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-carousel-bot .gallery-box span {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #6c6c6c;
  margin-right: 15px;
}
.gallery-carousel-bot .gallery-box a {
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #f78263;
  text-transform: uppercase;
}
.gallery-carousel-bot .gallery-box a:hover {
  text-decoration: underline;
}
/* product category - woocommerce */
.sc-product-cat-item {
  text-align: center;
  margin-bottom: 50px;
}
.sc-product-cat-item:hover .sc-product-cat-name:before,
.sc-product-cat-item:hover .sc-product-cat-name:after {
  width: 25%;
}
.sc-product-cat-item:hover .sc-product-cat-desc {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.sc-product-cat-img {
  min-height: 220px;
}
.sc-product-cat-cont {
  display: block;
  margin-top: 15px;
}
.sc-product-cat-name {
  font-size: 0;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.sc-product-cat-name a {
  color: #333;
  font-size: 20px;
  line-height: 46px;
}
.sc-product-cat-name:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 2px;
  background: #f78263;
  bottom: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-product-cat-name:after {
  content: '';
  position: absolute;
  width: 0;
  right: 50%;
  height: 2px;
  background: #f78263;
  bottom: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-product-cat-desc {
  color: #767676;
  opacity: 0;
  position: relative;
  top: 10px;
  visibility: hidden;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* product */
.sc-pro-filter {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.sc-pro-filter strong {
  font-family: 'Quicksand', sans-serif;
  font-size: 40px;
  color: #cccccc;
  display: inline-block;
  padding-bottom: 10px;
  margin: 0 20px 30px 20px;
  cursor: pointer;
  position: relative;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-pro-filter strong:before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: #f78263;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-pro-filter strong:hover {
  color: #999;
}
.sc-pro-filter strong.is-checked {
  color: #222222;
}
.sc-pro-filter strong.is-checked:before {
  width: 100%;
}
.sc-pro.sc-pro-normal .col-md-6:nth-of-type(2n+3),
.sc-pro.sc-pro-normal .col-md-4:nth-of-type(3n+4),
.sc-pro.sc-pro-normal .col-md-3:nth-of-type(4n+5) {
  clear: both;
}
.sc-pro.sc-pro-normal .col-md-3 .sc-pro-img {
  width: 100%;
  margin-bottom: 15px;
}
.sc-pro.sc-pro-normal .col-md-3 .sc-pro-cont {
  width: 100%;
  margin-left: 0;
}
.sc-pro.sc-pro-normal .sc-pro-item {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #efefef;
  margin-bottom: 25px;
  padding: 15px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-pro.sc-pro-normal .sc-pro-item:hover {
  -webkit-box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.08);
}
.sc-pro.sc-pro-normal .sc-pro-item:hover .add_to_cart_button,
.sc-pro.sc-pro-normal .sc-pro-item:hover .yith-wcwl-add-to-wishlist,
.sc-pro.sc-pro-normal .sc-pro-item:hover .added_to_cart.wc-forward {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.sc-pro.sc-pro-normal .sc-pro-item:hover .sc-pro-name,
.sc-pro.sc-pro-normal .sc-pro-item:hover .add_to_cart_inline {
  top: 0;
}
.sc-pro.sc-pro-normal .sc-pro-img {
  width: 120px;
  float: left;
  text-align: center;
}
.sc-pro.sc-pro-normal .sc-pro-cont {
  float: left;
  margin-left: 20px;
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: -o-calc(100% - 140px);
  width: calc(100% - 140px);
}
.sc-pro.sc-pro-normal .sc-pro-name {
  margin-top: 0;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  margin: 10px 0;
  position: relative;
  top: 20px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-pro.sc-pro-normal .sc-pro-name a {
  white-space: nowrap;
  color: #5a5a5a;
}
.sc-pro.sc-pro-normal .sc-pro-name a:hover {
  color: #f78263;
}
.sc-pro.sc-pro-normal del {
  color: #999999;
  opacity: 1;
}
.sc-pro.sc-pro-normal del .woocommerce-Price-amount {
  font-size: 12px;
  color: #999999;
  font-weight: normal;
  text-decoration: line-through;
}
.sc-pro.sc-pro-normal ins {
  background: rgba(0, 0, 0, 0);
}
.sc-pro.sc-pro-normal ins .woocommerce-Price-amount {
  color: #f78263;
}
.sc-pro.sc-pro-normal .woocommerce-Price-amount {
  font-size: 15px;
  color: #333;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  float: left;
  margin-right: 7px;
}
.sc-pro.sc-pro-normal .woocommerce-Price-amount + .woocommerce-Price-amount:before {
  content: '-';
  margin-right: 7px;
}
.sc-pro.sc-pro-normal .add_to_cart_inline {
  font-size: 0;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  position: relative;
  top: 20px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-pro.sc-pro-normal .add_to_cart_button,
.sc-pro.sc-pro-normal .added_to_cart.wc-forward {
  float: left;
  clear: both;
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #9b9b9b;
  margin-right: 10px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: -10px;
  color: #9b9b9b;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-pro.sc-pro-normal .add_to_cart_button:hover,
.sc-pro.sc-pro-normal .added_to_cart.wc-forward:hover {
  background: #9b9b9b;
  color: #ffffff;
}
.sc-pro.sc-pro-normal .add_to_cart_button:before,
.sc-pro.sc-pro-normal .added_to_cart.wc-forward:before {
  content: "\f3f8";
  font-family: "ionicons";
  font-size: 18px;
}
.sc-pro.sc-pro-normal .added_to_cart.wc-forward {
  clear: none;
}
.sc-pro.sc-pro-normal .added_to_cart.wc-forward:before {
  content: "\f121";
}
.sc-pro.sc-pro-normal .yith-wcwl-add-to-wishlist {
  float: left;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 10px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-pro.sc-pro-normal .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.sc-pro.sc-pro-normal .yith-wcwl-add-to-wishlist *:empty {
  display: none;
}
.sc-pro.sc-pro-normal .add_to_wishlist {
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #9b9b9b;
  color: #9b9b9b;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-pro.sc-pro-normal .add_to_wishlist:hover {
  background: #9b9b9b;
  color: #ffffff;
}
.sc-pro.sc-pro-normal .add_to_wishlist:before {
  content: "\f08a";
  font-family: "FontAwesome";
  font-size: 14px;
}
.sc-pro.sc-pro-normal .yith-wcwl-wishlistaddedbrowse a,
.sc-pro.sc-pro-normal .yith-wcwl-wishlistexistsbrowse a {
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #9b9b9b;
  color: #9b9b9b;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-pro.sc-pro-normal .yith-wcwl-wishlistaddedbrowse a:hover,
.sc-pro.sc-pro-normal .yith-wcwl-wishlistexistsbrowse a:hover {
  background: #9b9b9b;
  color: #ffffff;
}
.sc-pro.sc-pro-normal .yith-wcwl-wishlistaddedbrowse a:before,
.sc-pro.sc-pro-normal .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 14px;
  content: "\f004";
  font-family: "FontAwesome";
}
.sc-pro.sc-pro-tab {
  float: left;
  width: 100%;
  /*add ti wishlist*/
  /*wrap added to wishlist btn*/
}
.sc-pro.sc-pro-tab.ht-product-col-2 .sc-pro-tab-box {
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
  width: -o-calc(100% / 2);
  width: calc(100% / 2);
}
.sc-pro.sc-pro-tab.ht-product-col-2 .sc-pro-tab-box:nth-of-type(2n+3) {
  clear: both;
}
.sc-pro.sc-pro-tab.ht-product-col-3 .sc-pro-tab-box {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
}
.sc-pro.sc-pro-tab.ht-product-col-3 .sc-pro-tab-box:nth-of-type(3n+4) {
  clear: both;
}
.sc-pro.sc-pro-tab.ht-product-col-4 .sc-pro-tab-box {
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
  width: -o-calc(100% / 4);
  width: calc(100% / 4);
}
.sc-pro.sc-pro-tab.ht-product-col-4 .sc-pro-tab-box:nth-of-type(4n+5) {
  clear: both;
}
.sc-pro.sc-pro-tab .sc-pro-tab-box {
  float: left;
  margin-bottom: 50px;
}
.sc-pro.sc-pro-tab .sc-pro-item {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-pro.sc-pro-tab .sc-pro-item.sc-pro-var .sc-pro-price {
  display: block;
}
.sc-pro.sc-pro-tab .sc-pro-item:hover {
  -webkit-box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.08);
}
.sc-pro.sc-pro-tab .sc-pro-item:hover .sc-pro-action {
  top: -50px;
  opacity: 1;
  visibility: visible;
}
.sc-pro.sc-pro-tab .sc-pro-img {
  text-align: center;
  display: block;
}
.sc-pro.sc-pro-tab .sc-pro-cont {
  position: relative;
  padding: 20px;
}
.sc-pro.sc-pro-tab .sc-pro-terms {
  color: #999999;
}
.sc-pro.sc-pro-tab .sc-pro-terms a {
  font-style: italic;
  color: #999999;
}
.sc-pro.sc-pro-tab .sc-pro-terms a:hover {
  color: #f78263;
}
.sc-pro.sc-pro-tab .sc-pro-name {
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  margin: 10px 0 15px 0;
}
.sc-pro.sc-pro-tab .sc-pro-name a {
  white-space: nowrap;
  color: #5a5a5a;
}
.sc-pro.sc-pro-tab .sc-pro-name a:hover {
  color: #f78263;
}
.sc-pro.sc-pro-tab .sc-pro-price {
  display: flex;
  flex-direction: column-reverse;
}
.sc-pro.sc-pro-tab del .woocommerce-Price-amount {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}
.sc-pro.sc-pro-tab ins {
  background: rgba(0, 0, 0, 0);
  line-height: 1;
}
.sc-pro.sc-pro-tab .woocommerce-Price-amount {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #f78263;
  font-size: 16px;
}
.sc-pro.sc-pro-tab .sc-pro-action {
  left: 0;
  position: absolute;
  height: 50px;
  top: -70px;
  width: 100%;
  background: #f78263;
  padding: 0 25px;
  opacity: 0;
  visibility: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-pro.sc-pro-tab .sc-pro-action *:empty {
  display: none;
}
.sc-pro.sc-pro-tab .add_to_cart_button {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
.sc-pro.sc-pro-tab .added_to_cart.wc-forward {
  font-size: 0;
  margin-left: 7px;
}
.sc-pro.sc-pro-tab .added_to_cart.wc-forward:before {
  content: "\f122";
  font-family: "ionicons";
  color: #ffffff;
  font-size: 18px;
}
.sc-pro.sc-pro-tab .yith-wcwl-add-to-wishlist {
  line-height: 1;
  flex-grow: 1;
  text-align: right;
}
.sc-pro.sc-pro-tab .yith-wcwl-wishlistaddedbrowse .feedback,
.sc-pro.sc-pro-tab .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.sc-pro.sc-pro-tab .yith-wcwl-wishlistaddedbrowse a,
.sc-pro.sc-pro-tab .yith-wcwl-wishlistexistsbrowse a {
  font-size: 0;
}
.sc-pro.sc-pro-tab .yith-wcwl-wishlistaddedbrowse a:before,
.sc-pro.sc-pro-tab .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #ffffff;
}
.sc-pro.sc-pro-tab .add_to_wishlist {
  font-size: 0;
}
.sc-pro.sc-pro-tab .add_to_wishlist:before {
  content: "\f08a";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #ffffff;
}
/* product sale with countdown */
.sc-pro-sale {
  float: left;
  width: 100%;
}
.sc-pro-count-item {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-pro-count-item + .sc-pro-count-item {
  margin-top: 50px;
}
.sc-pro-count-img {
  width: 50%;
}
.sc-pro-count-img + .sc-pro-count-cont {
  width: 50%;
}
.sc-pro-count-cont {
  width: 100%;
  border: 5px solid #eafee2;
  padding: 40px;
}
.sc-pro-count-name {
  font-size: 48px;
  line-height: 1;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc-pro-count-name a {
  white-space: nowrap;
  color: #444444;
}
.sc-pro-count-price del {
  opacity: 1;
  color: #aaaaaa;
  margin-right: 10px;
}
.sc-pro-count-price del .woocommerce-Price-amount {
  color: #aaaaaa;
}
.sc-pro-count-price ins {
  background: rgba(0, 0, 0, 0);
}
.sc-pro-count-price .woocommerce-Price-amount {
  color: #f78263;
  font-size: 20px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
.sc-pro-count-desc {
  margin: 10px 0 30px 0;
}
.sc-pro-sale-time {
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: column;
}
.sc-pro-sale-time + .sc-pro-sale-time {
  margin-left: 50px;
  position: relative;
}
.sc-pro-sale-time + .sc-pro-sale-time:before {
  content: ':';
  position: absolute;
  left: -30px;
  font-size: 36px;
  color: #86e48b;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
}
.sc-pro-sale-time strong {
  font-size: 40px;
  font-family: 'Quicksand', sans-serif;
  color: #86e48b;
  margin-bottom: 15px;
}
.sc-pro-sale-time span {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #767676;
  font-weight: normal;
  text-transform: uppercase;
}
.sc-pro-count-action {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sc-pro-count-action *:empty {
  display: none;
}
.sc-pro-count-action .add_to_cart_button {
  margin-right: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  min-width: 200px;
  height: 45px;
  padding: 0 15px;
  background: #f78263;
  border: 1px solid #f78263;
  border-radius: 50px;
  float: left;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-pro-count-action .add_to_cart_button:hover {
  background: #ffffff;
  color: #f78263;
}
.sc-pro-count-action .added_to_cart.wc-forward {
  font-size: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #f78263;
  margin-right: 20px;
  color: #f78263;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-pro-count-action .added_to_cart.wc-forward:hover {
  background: #f78263;
  color: #ffffff;
}
.sc-pro-count-action .added_to_cart.wc-forward:before {
  content: "\f3f8";
  font-family: "ionicons";
  font-size: 18px;
}
.sc-pro-count-action .added_to_cart.wc-forward {
  clear: none;
}
.sc-pro-count-action .added_to_cart.wc-forward:before {
  content: "\f121";
}
.sc-pro-count-action .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.sc-pro-count-action .add_to_wishlist:before {
  content: "\f08a";
}
.sc-pro-count-action .add_to_wishlist a,
.sc-pro-count-action .yith-wcwl-add-button a,
.sc-pro-count-action .yith-wcwl-wishlistaddedbrowse a,
.sc-pro-count-action .yith-wcwl-wishlistexistsbrowse a {
  font-size: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #f78263;
  color: #f78263;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-pro-count-action .add_to_wishlist a:hover,
.sc-pro-count-action .yith-wcwl-add-button a:hover,
.sc-pro-count-action .yith-wcwl-wishlistaddedbrowse a:hover,
.sc-pro-count-action .yith-wcwl-wishlistexistsbrowse a:hover {
  background: #f78263;
  color: #ffffff;
}
.sc-pro-count-action .add_to_wishlist a:before,
.sc-pro-count-action .yith-wcwl-add-button a:before,
.sc-pro-count-action .yith-wcwl-wishlistaddedbrowse a:before,
.sc-pro-count-action .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 14px;
  content: "\f004";
  font-family: "FontAwesome";
}
/*brand logo*/
.theme-brand-crs {
  float: left;
  width: 100%;
}
.theme-brand-crs.slick-slider {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-brand-crs.slick-slider img {
  display: inline-block;
}
.theme-brand-crs:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.theme-brand-crs .brand-item-img {
  text-align: center;
}
@media (min-width: 993px) {
  .theme-brand-crs .brand-item-img {
    margin: 0 75px;
  }
}
.theme-brand-crs .slick-arrow {
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #aaa;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.theme-brand-crs .slick-arrow:before {
  font-size: 50px;
}
/*widget services*/
.wpb_widgetised_column li {
  list-style: none;
}
.wpb_widgetised_column .widget-title {
  margin-top: 0;
}
.wpb_widgetised_column .widget {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.wpb_widgetised_column .widget_nav_menu ul {
  padding-left: 0;
}
.wpb_widgetised_column .widget_nav_menu a {
  color: #6c6c6c;
  height: 50px;
  padding: 0 30px;
  line-height: 26px;
  margin-bottom: 1px;
  background: #f8f8f8;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wpb_widgetised_column .widget_nav_menu a:hover {
  background: #e2dfdf;
}
.wpb_widgetised_column .widget_nav_menu .current-menu-item > a {
  background: #e2dfdf;
}
.wpb_widgetised_column .widget_nav_menu .sub-menu {
  margin-left: 0;
}
.wpb_widgetised_column .widget_nav_menu .sub-menu a {
  padding: 0 30px 0 40px;
}
.wpb_widgetised_column .services-contact {
  padding-left: 0;
}
.wpb_widgetised_column .services-contact span[class^="ion-"] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 3px;
}
.wpb_widgetised_column .services-contact span[class^="ion-"]:before {
  font-size: 18px;
  color: #222222;
}
.wpb_widgetised_column .services-contact li {
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
/*contact info page*/
.contact-page-info {
  padding-left: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-page-info li {
  list-style: none;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px dotted #dfdfdf;
  padding-right: 50px;
  margin-right: 50px;
  min-height: 60px;
}
.contact-page-info li:last-of-type {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.contact-page-info span[class^="ion-"] {
  font-size: 0;
  line-height: 1;
  color: #333333;
  margin-right: 15px;
}
.contact-page-info span[class^="ion-"]:before {
  font-size: 24px;
}
/* landing */
@media (min-width: 1366px) {
  .page-landing .container {
    width: 1260px;
  }
}
@-webkit-keyframes landing-animate-btn {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes landing-animate-btn {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.theme-landing-item {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.theme-landing-item .landing-img {
  float: left;
  width: 100%;
  height: 420px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition-duration: 2s;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}
.theme-landing-item .landing-img.over-is-disable {
  cursor: default;
}
.theme-landing-item .landing-img:not(.over-is-disable):hover {
  /* background-position: bottom center; */
}
.theme-landing-item .landing-img:not(.over-is-disable):hover .landing-animate-btn {
  opacity: 1;
  visibility: visible;
}
.theme-landing-item .landing-img:not(.over-is-disable):hover:after {
  opacity: 1;
  visibility: visible;
}
.theme-landing-item .landing-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #fff;
}
.theme-landing-item .landing-img:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-landing-item .landing-img .landing-animate-btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  background: #f78263;
  padding: 10px 20px;
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-landing-item .landing-img .landing-animate-btn:before {
  content: '';
  position: absolute;
  border: #f78263 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.theme-landing-item .landing-img .landing-animate-btn:focus:before,
.theme-landing-item .landing-img .landing-animate-btn:hover:before,
.theme-landing-item .landing-img .landing-animate-btn:active:before {
  -webkit-animation-name: landing-animate-btn;
  animation-name: landing-animate-btn;
}
.theme-landing-item .landing-title {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #222222;
  font-family: 'Quicksand', sans-serif;
}
@font-face {
  font-family: 'star';
  src: url('fonts/star.eot');
  src: url('fonts/star.eot?#iefix') format('embedded-opentype'), url('fonts/star.woff') format('woff'), url('fonts/star.ttf') format('truetype'), url('fonts/star.svg#star') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(fonts/WooCommerce.eot);
  src: url(fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(fonts/WooCommerce.woff) format("woff"), url(fonts/WooCommerce.ttf) format("truetype"), url(fonts/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: normal;
  font-style: normal;
}
.woocommerce-cart #main,
.woocommerce-checkout #main,
.woocommerce-account #main,
.woocommerce-wishlist #main {
  margin-bottom: 100px;
}
/* woocommerce sidebar position */
/* message */
.woocommerce-message,
.cart-empty,
.return-to-shop {
  float: left;
  width: 100%;
  color: #6c6c6c;
  font-size: 13px;
  margin-bottom: 30px;
}
.woocommerce-message a,
.cart-empty a,
.return-to-shop a {
  color: #f78263;
}
.woocommerce-message a:hover,
.cart-empty a:hover,
.return-to-shop a:hover {
  text-decoration: underline;
}
.woocommerce-message {
  margin-bottom: 0;
}
.woocommerce-error {
  color: #f00;
  padding-left: 0;
  margin-top: 10px;
}
/* shop content--------------------------------------------------------------------------------- */
#content-shop {
  float: left;
  margin-left: 50px;
  width: -webkit-calc(100% - 299px);
  width: -moz-calc(100% - 299px);
  width: -o-calc(100% - 299px);
  width: calc(100% - 299px);
}
#content-shop ul {
  padding-left: 0;
}
.woocommerce-page ins {
  background-color: inherit;
}
.woocommerce-page del {
  opacity: 1;
}
.woocommerce-page li {
  list-style: none;
}
.shop-content-top {
  background: #f1f1f1;
  margin-bottom: 80px;
  padding: 15px 20px;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-content-top .woocommerce-message {
  position: absolute;
  left: 0;
  top: -50%;
}
.shop-content-top .woocommerce-result-count {
  margin-bottom: 0;
}
.shop-content-top select {
  border-radius: 5px !important;
  height: 40px;
  padding: 0 10px;
}
.pro-per-page {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}
.pro-per-page:after {
  content: 'Sort by:';
  margin-right: 10px;
  margin-left: 30px;
}
.pro-per-page form {
  margin: 0 10px;
}
.switch-style {
  flex-grow: 1;
  text-align: right;
}
.switch-style .ss-action {
  font-size: 18px;
  color: #bbbbbb;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.switch-style .ss-action:not(.active) {
  border: 1px solid rgba(0, 0, 0, 0);
}
.switch-style .ss-action:not(.active):hover {
  border-color: #ccc;
}
.switch-style .ss-action.active {
  cursor: default;
  background: #dddddd;
  color: #333333;
}
#shop-content-box {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #e3e3e3;
  margin-bottom: 60px;
}
/* shop widget---------------------------------------------------------------------------------- */
#sidebar-shop {
  width: 249px;
  float: left;
}
#sidebar-shop ul {
  padding-left: 0;
  display: block;
  clear: both;
}
#sidebar-shop ul ul {
  padding-left: 20px;
}
#sidebar-shop .widget_calendar #wp-calendar th,
#sidebar-shop .widget_calendar #wp-calendar td {
  padding: 5px;
}
/* shopping cart */
.cart_list.product_list_widget {
  float: left;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.cart_list.product_list_widget .mini_cart_item {
  margin-bottom: 10px;
  padding-left: 90px;
  list-style: none;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  min-height: 90px;
  position: relative;
}
.cart_list.product_list_widget img {
  max-width: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
.cart_list.product_list_widget a {
  display: block;
  color: #000000;
  padding-right: 10px;
}
.cart_list.product_list_widget .remove {
  position: absolute;
  right: 0;
  padding-right: 0;
  font-weight: bold;
  color: #f00;
  font-size: 18px;
}
.cart_list.product_list_widget .remove:hover {
  text-decoration: none;
}
.cart_list.product_list_widget .quantity {
  display: inline-block;
}
.cart_list.product_list_widget .quantity .woocommerce-Price-amount {
  color: #6c6c6c;
  font-size: 12px;
}
.widget_shopping_cart_content .total {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  float: left;
  width: 100%;
}
.widget_shopping_cart_content .buttons {
  float: left;
  width: 100%;
  margin: 0;
  border-top: 1px dotted #ddd;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
.widget_shopping_cart_content .buttons a {
  color: #000000;
  font-weight: 700;
  font-size: 13px;
}
.widget_shopping_cart_content .buttons a:hover {
  text-decoration: underline;
}
/* widget */
.widget.shop {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.widget.shop a {
  color: #6c6c6c;
}
.widget.shop a:hover {
  color: #f78263;
}
.widget.shop:first-of-type .shop-widget-title {
  margin-top: 0;
}
.widget.shop select {
  float: left;
  width: 100%;
  height: 40px;
  padding: 10px;
  line-height: 40px;
}
.widget.shop .woocommerce-product-search {
  float: left;
  width: 100%;
}
.widget.shop .woocommerce-product-search input[type="search"] {
  height: 40px;
  padding: 10px 0 10px 10px;
  float: left;
  border: 1px solid #ddd;
  border-right: 0;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: calc(100% - 40px);
}
.widget.shop .woocommerce-product-search input[type="search"]:focus {
  border-color: #bbb;
}
.widget.shop .woocommerce-product-search input[type="search"]:focus + input[type="submit"] {
  border-color: #bbb;
}
.widget.shop .woocommerce-product-search input[type="submit"] {
  height: 40px;
  cursor: pointer;
  width: 40px;
  float: left;
  border: 1px solid #ddd;
  border-left: 0;
  background: #ddd;
  color: #5d5d5d;
  text-transform: uppercase;
  font-size: 0;
  background: url(images/search.png) no-repeat center center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.widget.shop .count {
  color: #6c6c6c;
  margin-left: 10px;
}
.widget.shop.widget_layered_nav li {
  padding: 6px 0;
  color: #f78263;
}
.widget.shop.widget_layered_nav a {
  color: #767676;
}
.widget.shop.widget_layered_nav a:hover {
  color: #f78263;
}
.widget.shop.widget_layered_nav .count {
  color: #767676;
  margin-left: 10px;
}
.widget.shop.widget_layered_nav_filters .woocommerce-Price-amount {
  margin-left: 10px;
  font-weight: normal;
}
.widget.shop.widget_product_categories ul {
  padding-left: 20px !important;
  position: relative;
}
.widget.shop.widget_product_categories .cat-parent:before {
  content: "\f10a";
  font-family: "ionicons";
  color: #333333;
  position: absolute;
  left: 0;
}
.widget.shop.widget_product_categories .cat-parent > a {
  font-style: normal;
}
.widget.shop.widget_product_categories .cat-parent li {
  font-style: italic;
}
.widget.shop.widget_product_categories .cat-parent li a {
  font-style: italic;
}
.widget.shop.widget_product_categories .children {
  margin: 6px 0 0 0;
  position: relative;
}
.widget.shop.widget_product_categories .children:before {
  content: '';
  height: -webkit-calc(100% - 15px);
  height: -moz-calc(100% - 15px);
  height: -o-calc(100% - 15px);
  height: calc(100% - 15px);
  width: 1px;
  border-left: 1px dotted #ddd;
  position: absolute;
  left: 10px;
  top: 0;
}
.widget.shop.widget_product_categories .children li {
  position: relative;
}
.widget.shop.widget_product_categories .children li:before {
  content: '';
  width: 10px;
  height: 1px;
  border-top: 1px dotted #ddd;
  position: absolute;
  left: -10px;
  top: 20px;
}
.widget.shop.widget_product_categories .children li:last-of-type {
  border-bottom: 0;
}
.widget.shop.widget_product_categories li {
  padding: 6px 0;
  color: #f78263;
}
.widget.shop.widget_product_categories li.cat-parent {
  padding-bottom: 0;
}
.widget.shop.widget_product_categories a {
  color: #333333;
}
.widget.shop.widget_product_categories a:hover {
  color: #f78263;
}
.widget.shop.widget_price_filter .price_slider_wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.widget.shop.widget_price_filter .price_slider {
  background: #dddddd;
  height: 1px;
  position: relative;
  text-align: left;
  margin: 15px 7.5px;
}
.widget.shop.widget_price_filter .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 1px;
  background: #f78263;
}
.widget.shop.widget_price_filter .ui-slider-handle {
  top: -7.5px;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #f78263;
  cursor: col-resize;
  margin-left: -7.5px;
  border-radius: 50%;
}
.widget.shop.widget_price_filter .price_slider_amount {
  float: left;
  width: 100%;
}
.widget.shop.widget_price_filter .price_slider_amount button {
  float: right;
  font-weight: 700;
  border: 0;
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
  color: #f78263;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
.widget.shop.widget_price_filter .price_slider_amount .price_label {
  display: inline-block;
  color: #999999;
}
.widget.shop.widget_top_rated_products li,
.widget.shop.widget_products li,
.widget.shop.widget_recent_reviews li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 90px;
  border-bottom: 1px dotted #ddd;
  position: relative;
  min-height: 90px;
}
.widget.shop.widget_top_rated_products a,
.widget.shop.widget_products a,
.widget.shop.widget_recent_reviews a {
  display: block;
}
.widget.shop.widget_top_rated_products img,
.widget.shop.widget_products img,
.widget.shop.widget_recent_reviews img {
  max-width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.widget.shop.widget_top_rated_products del,
.widget.shop.widget_products del,
.widget.shop.widget_recent_reviews del {
  display: inline-block;
}
.widget.shop.widget_top_rated_products del .woocommerce-Price-amount,
.widget.shop.widget_products del .woocommerce-Price-amount,
.widget.shop.widget_recent_reviews del .woocommerce-Price-amount {
  color: #999999;
}
.widget.shop.widget_top_rated_products ins .woocommerce-Price-amount,
.widget.shop.widget_products ins .woocommerce-Price-amount,
.widget.shop.widget_recent_reviews ins .woocommerce-Price-amount {
  color: #f78263;
}
.widget.shop.widget_top_rated_products .reviewer,
.widget.shop.widget_products .reviewer,
.widget.shop.widget_recent_reviews .reviewer,
.widget.shop.widget_top_rated_products .woocommerce-Price-amount,
.widget.shop.widget_products .woocommerce-Price-amount,
.widget.shop.widget_recent_reviews .woocommerce-Price-amount {
  display: block;
}
.widget.shop .woocommerce-Price-amount {
  color: #333333;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
/* shop-content-list ---------------------------------------*/
.shop-content-grid .product {
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: -o-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
}
.shop-content-grid .product:nth-of-type(3n+4) {
  clear: both;
}
.shop-content-grid .product:nth-of-type(3n+2) {
  margin: 0 30px;
}
.shop-content-list ul.products .product {
  width: 100%;
  /*add to cart + add to wishlist*/
}
.shop-content-list ul.products .product:nth-of-type(3n+2) {
  margin: 0 0 50px 0;
}
.shop-content-list ul.products .product:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shop-content-list ul.products .product > a.woocommerce-LoopProduct-link {
  float: left;
  width: 270px;
  border: 1px solid #eeeeee;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.shop-content-list ul.products .product .pro-loop-content {
  margin-left: 40px;
  height: auto;
  padding: 0;
  width: -webkit-calc(100% - 310px);
  width: -moz-calc(100% - 310px);
  width: -o-calc(100% - 310px);
  width: calc(100% - 310px);
}
.shop-content-list ul.products .product .woocommerce-loop-product__title {
  margin-top: 0;
}
.shop-content-list ul.products .product .star-rating {
  margin-bottom: 10px;
}
.shop-content-list ul.products .product .price {
  display: block;
  color: #6c6c6c;
}
.shop-content-list ul.products .product .price del .woocommerce-Price-amount {
  text-decoration: line-through;
  font-size: 14px;
  color: #6c6c6c;
}
.shop-content-list ul.products .product .price .woocommerce-Price-amount {
  color: #333333;
  font-size: 18px;
  display: inline-block;
  margin-right: 7px;
  font-weight: 700;
}
.shop-content-list ul.products .product .price .woocommerce-Price-amount + .woocommerce-Price-amount {
  margin-left: 7px;
}
.shop-content-list ul.products .product .pro-loop-action {
  float: left;
  width: 100%;
  opacity: 1;
  visibility: visible;
  position: static;
  height: auto;
  padding: 0;
  display: block;
  background: #ffffff;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.shop-content-list ul.products .product .pro-loop-action .woocommerce-LoopProduct-link {
  pointer-events: none;
  display: block;
  cursor: default;
}
.shop-content-list ul.products .product .pro-loop-sumary {
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}
.shop-content-list ul.products .product .pro-loop-sumary p {
  font-size: 13px;
  margin: 0;
}
.shop-content-list ul.products .product .add_to_cart_button {
  background: #f78263;
  min-width: 200px;
  padding: 0 15px;
  height: 50px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f78263;
}
.shop-content-list ul.products .product .add_to_cart_button:hover {
  background: #ffffff;
  color: #f78263;
}
.shop-content-list ul.products .product .added_to_cart.wc-forward {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #777777;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.shop-content-list ul.products .product .added_to_cart.wc-forward:hover {
  background: #777;
}
.shop-content-list ul.products .product .added_to_cart.wc-forward:hover:before {
  color: #ffffff;
}
.shop-content-list ul.products .product .added_to_cart.wc-forward:before {
  color: #777777;
}
.shop-content-list ul.products .product .add_to_wishlist:hover {
  background: #777;
}
.shop-content-list ul.products .product .add_to_wishlist:hover:before {
  color: #ffffff;
}
.shop-content-list ul.products .product .add_to_wishlist:before {
  color: #777777;
}
.shop-content-list ul.products .product .yith-wcwl-add-to-wishlist {
  text-align: left;
  display: inline-block;
  margin-left: 25px;
}
.shop-content-list ul.products .product .add_to_wishlist {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #777777;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.shop-content-list ul.products .product .yith-wcwl-wishlistaddedbrowse a,
.shop-content-list ul.products .product .yith-wcwl-wishlistexistsbrowse a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #777;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.shop-content-list ul.products .product .yith-wcwl-wishlistaddedbrowse a:hover,
.shop-content-list ul.products .product .yith-wcwl-wishlistexistsbrowse a:hover {
  background: #777;
}
.shop-content-list ul.products .product .yith-wcwl-wishlistaddedbrowse a:hover:before,
.shop-content-list ul.products .product .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #ffffff;
}
.shop-content-list ul.products .product .yith-wcwl-wishlistaddedbrowse a:before,
.shop-content-list ul.products .product .yith-wcwl-wishlistexistsbrowse a:before {
  color: #777777;
}
/* product============================================================ */
.woocommerce.columns-1 ul.products .product {
  width: 100%;
}
.woocommerce.columns-2 ul.products .product {
  width: -webkit-calc((100% - 30px) / 2);
  width: -moz-calc((100% - 30px) / 2);
  width: -o-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
}
.woocommerce.columns-2 ul.products .product:nth-of-type(2n+3) {
  clear: both;
}
.woocommerce.columns-2 ul.products .product:nth-of-type(odd) {
  margin-right: 30px;
}
.woocommerce.columns-3 ul.products .product {
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: -o-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
}
.woocommerce.columns-3 ul.products .product:nth-of-type(3n+4) {
  clear: both;
}
.woocommerce.columns-3 ul.products .product:nth-of-type(3n+2) {
  margin: 0 30px;
}
.woocommerce.columns-0 ul.products .product,
.woocommerce.columns-4 ul.products .product {
  width: -webkit-calc((100% - 90px) / 4);
  width: -moz-calc((100% - 90px) / 4);
  width: -o-calc((100% - 90px) / 4);
  width: calc((100% - 90px) / 4);
}
.woocommerce.columns-0 ul.products .product:nth-of-type(4n+5),
.woocommerce.columns-4 ul.products .product:nth-of-type(4n+5) {
  clear: both;
}
.woocommerce.columns-0 ul.products .product:nth-of-type(n+1),
.woocommerce.columns-4 ul.products .product:nth-of-type(n+1) {
  margin-right: 30px;
}
.woocommerce.columns-0 ul.products .product:nth-of-type(4n),
.woocommerce.columns-4 ul.products .product:nth-of-type(4n) {
  margin-right: 0;
}
.woocommerce.columns-5 ul.products .product {
  width: -webkit-calc((100% - 80px) / 5);
  width: -moz-calc((100% - 80px) / 5);
  width: -o-calc((100% - 80px) / 5);
  width: calc((100% - 80px) / 5);
}
.woocommerce.columns-5 ul.products .product:nth-of-type(5n+6) {
  clear: both;
}
.woocommerce.columns-5 ul.products .product:nth-of-type(n+1) {
  margin-right: 20px;
}
.woocommerce.columns-5 ul.products .product:nth-of-type(5n) {
  margin-right: 0;
}
.woocommerce.columns-6 ul.products .product {
  width: -webkit-calc((100% - 50px) / 6);
  width: -moz-calc((100% - 50px) / 6);
  width: -o-calc((100% - 50px) / 6);
  width: calc((100% - 50px) / 6);
}
.woocommerce.columns-6 ul.products .product:nth-of-type(6n+7) {
  clear: both;
}
.woocommerce.columns-6 ul.products .product:nth-of-type(n+1) {
  margin-right: 10px;
}
.woocommerce.columns-6 ul.products .product:nth-of-type(6n) {
  margin-right: 0;
}
ul.products {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.products ins {
  background-color: inherit;
}
ul.products del {
  opacity: 1;
}
ul.products .product {
  float: left;
  max-width: 100%;
  position: relative;
  margin-bottom: 50px;
  list-style: none;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /*add to cart*/
  /*add ti wishlist*/
  /*wrap added to wishlist btn*/
}
ul.products .product:hover {
  -webkit-box-shadow: 1px 2px 10px 1px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 1px 2px 10px 1px rgba(50, 50, 50, 0.2);
  box-shadow: 1px 2px 10px 1px rgba(50, 50, 50, 0.2);
}
ul.products .product:hover .pro-loop-action {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
ul.products .product > a.woocommerce-LoopProduct-link {
  display: block;
  text-align: center;
  min-height: 270px;
}
ul.products .product .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 1.4;
  color: #6c6c6c;
  margin-top: 0;
  margin-bottom: 10px;
  color: #5a5a5a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
ul.products .product .price {
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column-reverse;
}
ul.products .product .price .woocommerce-Price-amount {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #f78263;
}
ul.products .product .price del {
  color: #999999;
}
ul.products .product .price del .woocommerce-Price-amount {
  font-weight: normal;
  font-size: 11px;
  color: #999999;
}
ul.products .product .pro-loop-content {
  float: left;
  width: 100%;
  position: relative;
  padding: 15px;
  height: 130px;
}
ul.products .product .pro-loop-action {
  visibility: hidden;
  opacity: 0;
  background: #f78263;
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
ul.products .product .pro-loop-action *:empty {
  display: none;
}
ul.products .product .pro-loop-sumary {
  display: none;
}
ul.products .product.product-type-variable .price {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
ul.products .product.product-type-variable .price .woocommerce-Price-amount {
  margin-right: 7px;
}
ul.products .product.product-type-variable .price .woocommerce-Price-amount + .woocommerce-Price-amount {
  margin-left: 7px;
}
ul.products .product .star-rating {
  margin-bottom: 5px;
}
ul.products .product .add_to_cart_button {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
ul.products .product .added_to_cart.wc-forward {
  font-size: 0;
  margin-left: 7px;
}
ul.products .product .added_to_cart.wc-forward:before {
  content: "\f122";
  font-family: "ionicons";
  color: #ffffff;
  font-size: 18px;
}
ul.products .product .yith-wcwl-add-to-wishlist {
  line-height: 1;
  flex-grow: 1;
  text-align: right;
}
ul.products .product .yith-wcwl-wishlistaddedbrowse .feedback,
ul.products .product .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
ul.products .product .yith-wcwl-wishlistaddedbrowse a,
ul.products .product .yith-wcwl-wishlistexistsbrowse a {
  font-size: 0;
}
ul.products .product .yith-wcwl-wishlistaddedbrowse a:before,
ul.products .product .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #ffffff;
}
ul.products .product .add_to_wishlist {
  font-size: 0;
}
ul.products .product .add_to_wishlist:before {
  content: "\f08a";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #ffffff;
}
/* end product============================================================ */
.onsale {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  background: #f78263;
  color: #ffffff;
  padding: 5px 10px;
  z-index: 3;
}
/* rating */
.star-rating {
  display: inline-block;
  margin-right: 10px;
  color: #ffd015;
  overflow: hidden;
  position: relative;
  height: 1em;
  width: 5.4em;
  line-height: 1;
  font-family: star;
  font-size: .857em;
}
.star-rating:before {
  content: "\73\73\73\73\73";
  color: #ffd015;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  line-height: 12px;
}
/* pagination */
.woocommerce-pagination {
  text-align: left;
}
/* shop single------------------------------------------------------------------------------*/
.single-product .woocommerce-message {
  margin-bottom: 15px;
}
.woo-single {
  position: relative;
  /*content shop in left*/
  /*sidebar shop in left*/
  /*gallery*/
  /*sumary*/
}
.woo-single #content-shop {
  margin: 0;
  width: 100%;
}
.woo-single #content-shop.content-inleft {
  margin-right: 50px;
  width: -webkit-calc(100% - 299px);
  width: -moz-calc(100% - 299px);
  width: -o-calc(100% - 299px);
  width: calc(100% - 299px);
}
.woo-single #content-shop.content-inleft .summary.entry-summary .cart .quantity input {
  width: 80px;
}
.woo-single #content-shop.content-inleft .summary.entry-summary .cart .single_add_to_cart_button {
  min-width: 160px;
  margin-left: 10px;
}
.woo-single #content-shop.content-inleft .summary.entry-summary .yith-wcwl-add-to-wishlist {
  margin-left: 10px;
}
.woo-single #content-shop.content-inleft .product_meta > span {
  width: 100%;
}
.woo-single #content-shop.content-inleft .related.products li.product,
.woo-single #content-shop.content-inleft .up-sells.products li.product {
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: -o-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
}
.woo-single #content-shop.content-inleft .related.products li.product:nth-of-type(3n),
.woo-single #content-shop.content-inleft .up-sells.products li.product:nth-of-type(3n) {
  margin-right: 0;
}
.woo-single #content-shop.content-inleft .related.products li.product:nth-of-type(4n),
.woo-single #content-shop.content-inleft .up-sells.products li.product:nth-of-type(4n) {
  margin-right: 30px;
}
.woo-single #content-shop.content-inleft .related.products li.product:nth-of-type(3n+4),
.woo-single #content-shop.content-inleft .up-sells.products li.product:nth-of-type(3n+4) {
  clear: both;
}
.woo-single #content-shop.content-inleft .related.products li.product:nth-of-type(4n+5),
.woo-single #content-shop.content-inleft .up-sells.products li.product:nth-of-type(4n+5) {
  clear: none;
}
.woo-single #sidebar-shop.sidebar-inleft + #content-shop {
  margin-left: 50px;
  width: -webkit-calc(100% - 299px);
  width: -moz-calc(100% - 299px);
  width: -o-calc(100% - 299px);
  width: calc(100% - 299px);
}
.woo-single #sidebar-shop.sidebar-inleft + #content-shop .summary.entry-summary .cart .quantity input {
  width: 80px;
}
.woo-single #sidebar-shop.sidebar-inleft + #content-shop .summary.entry-summary .cart .single_add_to_cart_button {
  min-width: 160px;
  margin-left: 10px;
}
.woo-single #sidebar-shop.sidebar-inleft + #content-shop .summary.entry-summary .yith-wcwl-add-to-wishlist {
  margin-left: 10px;
}
.woo-single #sidebar-shop.sidebar-inleft + #content-shop .product_meta > span {
  width: 100%;
}
.woo-single #sidebar-shop.sidebar-inleft + #content-shop .related.products li.product,
.woo-single #sidebar-shop.sidebar-inleft + #content-shop .up-sells.products li.product {
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: -o-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
}
.woo-single #sidebar-shop.sidebar-inleft + #content-shop .related.products li.product:nth-of-type(3n),
.woo-single #sidebar-shop.sidebar-inleft + #content-shop .up-sells.products li.product:nth-of-type(3n) {
  margin-right: 0;
}
.woo-single #sidebar-shop.sidebar-inleft + #content-shop .related.products li.product:nth-of-type(4n),
.woo-single #sidebar-shop.sidebar-inleft + #content-shop .up-sells.products li.product:nth-of-type(4n) {
  margin-right: 30px;
}
.woo-single #sidebar-shop.sidebar-inleft + #content-shop .related.products li.product:nth-of-type(3n+4),
.woo-single #sidebar-shop.sidebar-inleft + #content-shop .up-sells.products li.product:nth-of-type(3n+4) {
  clear: both;
}
.woo-single #sidebar-shop.sidebar-inleft + #content-shop .related.products li.product:nth-of-type(4n+5),
.woo-single #sidebar-shop.sidebar-inleft + #content-shop .up-sells.products li.product:nth-of-type(4n+5) {
  clear: none;
}
.woo-single .product {
  position: relative;
  float: left;
  width: 100%;
}
.woo-single .woocommerce-product-gallery {
  float: left;
  width: 470px;
  position: relative;
}
.woo-single .woocommerce-product-gallery__trigger {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-size: 0;
  line-height: 1;
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woo-single .woocommerce-product-gallery__trigger:hover:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.woo-single .woocommerce-product-gallery__trigger:before {
  content: "\f2f5";
  font-family: "ionicons";
  color: #333;
  font-size: 25px;
}
.woo-single .woocommerce-product-gallery__wrapper {
  max-width: initial;
  margin: 0;
}
.woo-single .woocommerce-product-gallery__image {
  min-height: 350px !important;
  max-height: 350px !important;
}
.woo-single .flex-viewport {
  height: 350px;
  margin-bottom: 10px;
  border: 1px solid #eeeeee;
}
.woo-single .flex-control-nav {
  padding-left: 0;
}
.woo-single .flex-control-nav li {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #eeeeee;
  max-width: 86px;
  max-height: 70px;
  margin-right: 10px;
  text-align: center;
  overflow: hidden;
}
.woo-single .summary.entry-summary {
  float: left;
  margin-left: 50px;
  width: -webkit-calc(100% - 520px);
  width: -moz-calc(100% - 520px);
  width: -o-calc(100% - 520px);
  width: calc(100% - 520px);
}
.woo-single .summary.entry-summary .cart {
  float: left;
}
.woo-single .summary.entry-summary .cart .quantity {
  float: left;
}
.woo-single .summary.entry-summary .cart input {
  width: 140px;
  height: 50px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  border: 1px solid #eeeeee;
}
.woo-single .summary.entry-summary .cart .single_add_to_cart_button {
  float: left;
  margin-left: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 15px;
  min-width: 200px;
  height: 50px;
  border-radius: 24px;
  background: #f78263;
  color: #ffffff;
  border: 1px solid #f78263;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woo-single .summary.entry-summary .cart .single_add_to_cart_button:hover {
  background: #ffffff;
  color: #f78263;
}
.woo-single .summary.entry-summary .cart.variations_form {
  max-width: 370px;
  position: relative;
  margin-bottom: 20px;
}
.woo-single .summary.entry-summary .cart.variations_form .variations {
  margin-top: 0;
}
.woo-single .summary.entry-summary .cart.variations_form .label {
  width: 140px;
}
.woo-single .summary.entry-summary .cart.variations_form td {
  padding: 10px;
}
.woo-single .summary.entry-summary .cart.variations_form select {
  padding: 0 15px;
  height: 40px;
  display: inline-block;
}
.woo-single .summary.entry-summary .cart.variations_form .reset_variations {
  display: inline-block;
  margin-left: 5px;
}
.woo-single .summary.entry-summary .cart.variations_form + .yith-wcwl-add-to-wishlist {
  margin-top: 82px;
}
.woo-single .summary.entry-summary .add_to_cart_button {
  background: #f78263;
  min-width: 200px;
  padding: 0 15px;
  height: 50px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f78263;
}
.woo-single .summary.entry-summary .add_to_cart_button:hover {
  background: #ffffff;
  color: #f78263;
}
.woo-single .summary.entry-summary .added_to_cart.wc-forward {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #777777;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.woo-single .summary.entry-summary .added_to_cart.wc-forward:hover {
  background: #777;
}
.woo-single .summary.entry-summary .added_to_cart.wc-forward:hover:before {
  color: #ffffff;
}
.woo-single .summary.entry-summary .added_to_cart.wc-forward:before {
  color: #777777;
}
.woo-single .summary.entry-summary .add_to_wishlist {
  font-size: 0;
}
.woo-single .summary.entry-summary .add_to_wishlist:hover {
  background: #777;
}
.woo-single .summary.entry-summary .add_to_wishlist:hover:before {
  color: #ffffff;
}
.woo-single .summary.entry-summary .add_to_wishlist:before {
  color: #777777;
  content: "\f08a";
  font-family: "FontAwesome";
  font-size: 18px;
}
.woo-single .summary.entry-summary .yith-wcwl-add-to-wishlist {
  text-align: left;
  float: left;
  margin-left: 25px;
}
.woo-single .summary.entry-summary .yith-wcwl-add-to-wishlist *:empty {
  display: none;
}
.woo-single .summary.entry-summary .add_to_wishlist {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #777777;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.woo-single .summary.entry-summary .yith-wcwl-wishlistaddedbrowse span,
.woo-single .summary.entry-summary .yith-wcwl-wishlistexistsbrowse span {
  display: none;
}
.woo-single .summary.entry-summary .yith-wcwl-wishlistaddedbrowse a,
.woo-single .summary.entry-summary .yith-wcwl-wishlistexistsbrowse a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #777;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.woo-single .summary.entry-summary .yith-wcwl-wishlistaddedbrowse a:hover,
.woo-single .summary.entry-summary .yith-wcwl-wishlistexistsbrowse a:hover {
  background: #777;
}
.woo-single .summary.entry-summary .yith-wcwl-wishlistaddedbrowse a:hover:before,
.woo-single .summary.entry-summary .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #ffffff;
}
.woo-single .summary.entry-summary .yith-wcwl-wishlistaddedbrowse a:before,
.woo-single .summary.entry-summary .yith-wcwl-wishlistexistsbrowse a:before {
  color: #777777;
  content: "\f004";
  font-family: "FontAwesome";
  font-size: 18px;
}
.woo-single .product_title {
  margin-top: 0;
  font-size: 22px;
  line-height: 1;
}
.woo-single .woocommerce-product-rating {
  border-bottom: 1px dotted #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.woo-single .woocommerce-review-link {
  color: #aaaaaa;
}
.woo-single .single_variation_wrap {
  float: left;
  width: 100%;
}
.woo-single .woocommerce-variation {
  position: absolute;
  left: 0;
  top: -webkit-calc(100% + 15px);
  top: -moz-calc(100% + 15px);
  top: -o-calc(100% + 15px);
  top: calc(100% + 15px);
}
.woo-single .woocommerce-variation .woocommerce-variation-price {
  margin-bottom: 13px;
}
.woo-single .price del .woocommerce-Price-amount {
  font-size: 14px;
  color: #999999;
}
.woo-single .price .woocommerce-Price-amount {
  color: #f78263;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  margin-right: 7px;
}
.woo-single .price .woocommerce-Price-amount + .woocommerce-Price-amount {
  margin-left: 7px;
}
.woo-single .woocommerce-product-details__short-description {
  margin-bottom: 40px;
}
.woo-single .product_meta {
  margin-top: 40px;
  width: 100%;
  float: left;
}
.woo-single .product_meta > span {
  font-weight: 700;
  color: #333;
  font-size: 13px;
  float: left;
  width: 40%;
}
.woo-single .product_meta > span a:hover {
  text-decoration: underline;
}
.woo-single .product_meta > span span,
.woo-single .product_meta > span a {
  font-weight: normal;
  color: #6c6c6c;
}
/* tabs */
.woocommerce-tabs {
  float: left;
  width: 100%;
  margin: 70px 0;
  text-align: left;
  border: 1px solid #eeeeee;
}
.woocommerce-tabs .wc-tabs {
  float: left;
  width: 100%;
  text-align: center;
  background: #f1f1f1;
}
.woocommerce-tabs .wc-tabs li {
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
.woocommerce-tabs .wc-tabs li.active {
  border-bottom: 1px solid #53c9bb;
}
.woocommerce-tabs .wc-tabs li.active a {
  color: #333333;
}
.woocommerce-tabs .wc-tabs a {
  color: #6c6c6c;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 0;
  display: inline-block;
}
.woocommerce-tabs .wc-tabs a:hover {
  color: #333;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  float: left;
  width: 100%;
  padding: 30px;
  /* comment list */
}
.woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 20px;
  line-height: 32px;
  margin-top: 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-author,
.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-email {
  margin-bottom: 20px !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-author label,
.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-email label {
  float: left;
  width: 100%;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-author input,
.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-email input {
  float: left;
  width: 100%;
  max-width: 370px;
  height: 40px;
  border: 1px solid #e8e8e8;
  padding: 0 20px;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment {
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment:last-of-type {
  border-bottom: 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment_container {
  position: relative;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment_container img {
  position: absolute;
  left: 0;
  max-width: 60px;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment_container .comment-text {
  margin: 0 0 0 80px;
}
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper {
  float: left;
  width: 100%;
  margin-top: 25px;
  border-top: 1px dotted #eeeeee;
  padding-top: 25px;
}
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form {
  float: left;
  width: 100%;
}
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form p {
  float: left;
  width: 100%;
  margin: 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form .stars > span:hover a:before {
  content: "\e020";
}
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form .stars.selected a.active:before {
  content: "\e020";
}
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form .stars.selected a.active ~ a:before {
  content: "\e021";
}
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form .stars.selected a:not(.active):before {
  content: "\e020";
}
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form .stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  color: #eecf23;
}
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form .stars a:hover ~ a:before {
  content: "\e021";
}
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form .stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  text-indent: 0;
  content: "\e021";
}
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form #comment {
  float: left;
  width: 100%;
  border: 1px solid #e8e8e8;
  margin: 20px 0;
  padding: 10px;
}
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form #comment:focus {
  border-color: #bbb;
}
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form input[type="submit"] {
  min-width: 130px;
  padding: 0 15px;
  height: 40px;
  background: #f78263;
  border: 1px solid #f78263;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form input[type="submit"]:hover,
.woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form input[type="submit"]:focus {
  background: #ffffff;
  color: #f78263;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-tabs #reviews {
  float: left;
  width: 100%;
}
/* related product + upsells*/
.up-sells.products {
  margin-bottom: 40px;
  border-bottom: 1px dotted #eeeeee;
}
.related.products,
.up-sells.products {
  float: left;
  width: 100%;
}
.related.products > h2,
.up-sells.products > h2 {
  font-size: 22px;
}
.related.products li.product,
.up-sells.products li.product {
  float: left;
  position: relative;
  width: -webkit-calc((100% - 90px) / 4);
  width: -moz-calc((100% - 90px) / 4);
  width: -o-calc((100% - 90px) / 4);
  width: calc((100% - 90px) / 4);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.related.products li.product:nth-of-type(4n+5),
.up-sells.products li.product:nth-of-type(4n+5) {
  clear: both;
}
.related.products li.product:nth-of-type(n+1),
.up-sells.products li.product:nth-of-type(n+1) {
  margin-right: 30px;
}
.related.products li.product:nth-of-type(4n),
.up-sells.products li.product:nth-of-type(4n) {
  margin-right: 0;
}
/* shop bread cart-checkout-thank you */
.shop-br {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
  counter-reset: bread;
}
.shop-br .shop-br-item {
  float: left;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 80px;
  background: #f1f1f1;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #999999;
  width: -webkit-calc((100% - 10px) / 3);
  width: -moz-calc((100% - 10px) / 3);
  width: -o-calc((100% - 10px) / 3);
  width: calc((100% - 10px) / 3);
}
.shop-br .shop-br-item.active {
  color: #ffffff;
  background: #4acbbc;
  border-color: #4acbbc;
}
.shop-br .br-cart {
  z-index: 5;
}
.shop-br .br-cart.active {
  border-color: #4acbbc;
}
.shop-br .br-cart.active:after {
  border-left-color: inherit;
}
.shop-br .br-cart:after {
  content: '';
  position: absolute;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f1f1f1;
}
.shop-br .br-checkout {
  margin: 0 5px;
  z-index: 4;
}
.shop-br .br-checkout.active:after {
  border-left-color: inherit;
}
.shop-br .br-checkout:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
}
.shop-br .br-checkout:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f1f1f1;
}
.shop-br .br-order {
  z-index: 3;
}
.shop-br .br-order:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
}
.shop-br span:before {
  content: counter(bread, decimal-leading-zero) '. ';
  counter-increment: bread;
}
.shop-br .shop-br-url {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent;
  z-index: 5;
}
/* shop cart------------------------------------------------------------------------------*/
.woocommerce-cart {
  float: left;
  width: 100%;
}
.woocommerce-cart .shop_table.cart {
  border-left: 0;
  border-top: 0;
  margin-top: 0;
}
.woocommerce-cart .shop_table.cart * {
  color: #6c6c6c;
}
.woocommerce-cart .shop_table.cart a:hover {
  color: #f78263;
}
.woocommerce-cart .shop_table.cart thead th {
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
}
.woocommerce-cart .shop_table.cart tr {
  position: relative;
}
.woocommerce-cart .shop_table.cart tr th {
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
}
.woocommerce-cart .shop_table.cart tr td,
.woocommerce-cart .shop_table.cart tr th {
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  background: #ffffff;
}
.woocommerce-cart .product-remove {
  width: 0;
  position: relative;
}
.woocommerce-cart .product-remove a {
  position: absolute;
  top: 45px;
  left: -30px;
  line-height: 1;
  font-size: 25px;
  color: #f00 !important;
}
.woocommerce-cart .product-thumbnail img {
  border: 1px solid #ccc;
  max-width: 100px;
}
.woocommerce-cart .product-name {
  padding-right: 10px !important;
}
.woocommerce-cart .product-quantity input {
  width: 61px;
  height: 38px;
  text-align: center;
  color: #232323;
  font-weight: 700;
  padding: 0 5px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 16px;
}
.woocommerce-cart .product-subtotal .woocommerce-Price-amount {
  color: #333333;
}
.woocommerce-cart .actions {
  border: 0;
}
.woocommerce-cart .actions input[type="text"] {
  width: 370px;
  height: 45px;
  border-radius: 5px;
  background: #f9f9f9;
  background-repeat: no-repeat;
  background-image: url(images/shop/coupon.png), url(images/shop/arrow.png);
  background-position: left 20px center, right 20px center;
  border: 1px dotted #f0f0f0;
  padding: 0 40px 0 70px;
  float: left;
}
.woocommerce-cart .actions input[type="text"]::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color: #aaaaaa;
}
.woocommerce-cart .actions input[type="submit"] {
  min-width: 150px;
  padding: 0 15px;
  height: 45px;
  border-radius: 50px;
  background: #333333;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-left: 15px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-cart .actions input[type="submit"]:hover,
.woocommerce-cart .actions input[type="submit"]:focus {
  background: #ffffff;
  color: #333333;
}
.woocommerce-cart .coupon {
  float: left;
}
.woocommerce-cart .coupon ~ .button {
  display: inline-block;
}
.woocommerce-cart .cart-collaterals {
  float: left;
  width: 100%;
  background: #f1f1f1;
  position: relative;
  padding: 60px 40px;
}
.woocommerce-cart .cart-collaterals * {
  font-family: 'Quicksand', sans-serif;
}
.woocommerce-cart .cart-collaterals:before,
.woocommerce-cart .cart-collaterals:after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -25px;
}
.woocommerce-cart .cart-collaterals:before {
  top: -28px;
}
.woocommerce-cart .cart-collaterals:after {
  bottom: -28px;
}
.woocommerce-cart .cart-collaterals h2 {
  font-size: 22px;
  text-align: center;
  margin: 0;
  line-height: 1;
  text-align: left;
}
.woocommerce-cart .cart-collaterals table {
  border: 0;
}
.woocommerce-cart .cart-collaterals table th {
  width: 100px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals table td,
.woocommerce-cart .cart-collaterals table th {
  background: rgba(0, 0, 0, 0);
  border: 0;
  padding: 10px 0;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid #dddddd;
  padding-top: 30px;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a {
  text-transform: uppercase;
  background: #f78263;
  border: 1px solid #f78263;
  color: #ffffff;
  border-radius: 50px;
  height: 55px;
  padding: 0 15px;
  min-width: 200px;
  max-width: 250px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a:hover {
  background: #ffffff;
  color: #f78263;
}
.woocommerce-cart .cart_totals {
  float: left;
  width: 100%;
}
/*wishlist--------------*/
.shop_table.wishlist_table {
  border-left: 0;
  border-top: 0;
  margin-top: 0;
}
.shop_table.wishlist_table * {
  color: #6c6c6c;
}
.shop_table.wishlist_table a:hover {
  color: #f78263;
}
.shop_table.wishlist_table thead th {
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
}
.shop_table.wishlist_table tr {
  position: relative;
}
.shop_table.wishlist_table tr th {
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
}
.shop_table.wishlist_table tr td,
.shop_table.wishlist_table tr th {
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  background: #ffffff;
}
.shop_table.wishlist_table tfoot {
  display: none;
}
.shop_table.wishlist_table .product-remove {
  width: 30px;
}
.shop_table.wishlist_table .product-remove a {
  color: #f00;
  font-size: 24px;
}
/* shop checkout------------------------------------------------------------------------------*/
.woocommerce-checkout {
  /*right order*/
}
.woocommerce-checkout li {
  list-style: none;
}
.woocommerce-checkout .woocommerce-form__label span.required {
  display: none;
}
.woocommerce-checkout .woocommerce-info {
  color: #6c6c6c;
}
.woocommerce-checkout .woocommerce-info a {
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-info a.showlogin {
  color: #f78263;
}
.woocommerce-checkout .woocommerce-info a.showcoupon {
  color: #4acbbc;
}
.woocommerce-checkout .woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-checkout .login,
.woocommerce-checkout .checkout_coupon {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.woocommerce-checkout .login p,
.woocommerce-checkout .checkout_coupon p {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.woocommerce-checkout .login .form-row label,
.woocommerce-checkout .checkout_coupon .form-row label {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.woocommerce-checkout .login .form-row input:not([type="checkbox"]):not([type="submit"]),
.woocommerce-checkout .checkout_coupon .form-row input:not([type="checkbox"]):not([type="submit"]) {
  float: left;
  width: 100%;
  max-width: 370px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
}
.woocommerce-checkout .login .form-row input[type="submit"],
.woocommerce-checkout .checkout_coupon .form-row input[type="submit"] {
  width: -webkit-calc(370px / 3);
  width: -moz-calc(370px / 3);
  width: -o-calc(370px / 3);
  width: calc(370px / 3);
  height: 40px;
  background: #ffffff;
  color: #f78263;
  border: 1px solid #f78263;
  margin-top: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-checkout .login .form-row input[type="submit"]:hover,
.woocommerce-checkout .checkout_coupon .form-row input[type="submit"]:hover,
.woocommerce-checkout .login .form-row input[type="submit"]:focus,
.woocommerce-checkout .checkout_coupon .form-row input[type="submit"]:focus {
  background: #f78263;
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-checkout .login .form-row button[type="submit"],
.woocommerce-checkout .checkout_coupon .form-row button[type="submit"] {
  width: -webkit-calc(370px / 3);
  width: -moz-calc(370px / 3);
  width: -o-calc(370px / 3);
  width: calc(370px / 3);
  height: 40px;
  background: #ffffff;
  color: #f78263;
  border: 1px solid #f78263;
  margin-top: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-checkout .login .form-row button[type="submit"]:hover,
.woocommerce-checkout .checkout_coupon .form-row button[type="submit"]:hover,
.woocommerce-checkout .login .form-row button[type="submit"]:focus,
.woocommerce-checkout .checkout_coupon .form-row button[type="submit"]:focus {
  background: #f78263;
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-checkout .login .form-row .inline,
.woocommerce-checkout .checkout_coupon .form-row .inline {
  font-size: 13px;
}
.woocommerce-checkout .login .lost_password a,
.woocommerce-checkout .checkout_coupon .lost_password a {
  color: #000000;
}
.woocommerce-checkout .login .lost_password a:hover,
.woocommerce-checkout .checkout_coupon .lost_password a:hover {
  text-decoration: underline;
}
.woocommerce-checkout #customer_details {
  float: left;
  width: 100%;
  margin-right: 30px;
  max-width: -webkit-calc(100% - 500px);
  max-width: -moz-calc(100% - 500px);
  max-width: -o-calc(100% - 500px);
  max-width: calc(100% - 500px);
}
.woocommerce-checkout #customer_details .form-row {
  float: left;
}
.woocommerce-checkout #customer_details .form-row label {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.woocommerce-checkout #customer_details .form-row label .required {
  text-decoration: none;
}
.woocommerce-checkout #customer_details .form-row input:not([type="checkbox"]) {
  float: left;
  width: 100%;
  height: 50px;
  border: 1px solid #f3f3f3;
  background: #f9f9f9;
  padding: 0 15px;
}
.woocommerce-checkout #customer_details .form-row input:not([type="checkbox"]):focus {
  border-color: #ccc;
}
.woocommerce-checkout #customer_details .form-row.form-row-first {
  width: -webkit-calc((100% - 30px) / 2);
  width: -moz-calc((100% - 30px) / 2);
  width: -o-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}
.woocommerce-checkout #customer_details .form-row.form-row-last {
  width: -webkit-calc((100% - 30px) / 2);
  width: -moz-calc((100% - 30px) / 2);
  width: -o-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
}
.woocommerce-checkout #customer_details .form-row.form-row-wide {
  width: 100%;
}
.woocommerce-checkout #customer_details .create-account {
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-checkout #customer_details .create-account input {
  margin: 0 5px 0 0;
}
.woocommerce-checkout #customer_details .create-account label {
  margin: 0;
}
.woocommerce-checkout .woocommerce-billing-fields {
  float: left;
  width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields > h3 {
  font-size: 24px;
}
.woocommerce-checkout .woocommerce-billing-fields p {
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-shipping-fields {
  float: left;
  width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-fields > h3 {
  font-size: 24px;
  color: #f78263;
}
.woocommerce-checkout .woocommerce-shipping-fields #order_comments_field label {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-shipping-fields #order_comments_field textarea {
  float: left;
  width: 100%;
  padding: 10px;
  height: 90px;
  background: #f9f9f9;
  border: 1px solid #f3f3f3;
}
.woocommerce-checkout .woocommerce-shipping-fields #order_comments_field textarea:focus {
  border-color: #ccc;
}
.woocommerce-checkout .woocommerce-account-fields {
  float: left;
  width: 100%;
}
.woocommerce-checkout .woocommerce-account-fields .create-account {
  float: left;
  width: 100%;
}
.woocommerce-checkout .woocommerce-account-fields .create-account .required {
  text-decoration: none;
}
.woocommerce-checkout .woocommerce-account-fields .form-row {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.woocommerce-checkout .woocommerce-account-fields .form-row label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.woocommerce-checkout .woocommerce-account-fields .form-row input {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: #f9f9f9;
  border: 1px solid #f3f3f3;
}
.woocommerce-checkout .woocommerce-account-fields .form-row input:focus {
  border-color: #ccc;
}
.woocommerce-checkout .woocommerce-account-fields .woocommerce-password-strength {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.woocommerce-checkout .woocommerce-additional-fields {
  float: left;
  width: 100%;
}
.woocommerce-checkout .woocommerce-additional-fields > h3 {
  display: none;
}
.woocommerce-checkout .woocommerce-additional-fields .form-row {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.woocommerce-checkout .woocommerce-additional-fields .form-row label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.woocommerce-checkout .woocommerce-additional-fields .form-row textarea {
  width: 100%;
  height: 90px;
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #f3f3f3;
  resize: none;
}
.woocommerce-checkout .woocommerce-additional-fields .form-row textarea:focus {
  border-color: #ccc;
}
.woocommerce-checkout .woocommerce-form__label,
.woocommerce-checkout .mailchimp-newsletter {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.woocommerce-checkout .woocommerce-form__label input,
.woocommerce-checkout .mailchimp-newsletter input {
  display: none;
}
.woocommerce-checkout .woocommerce-form__label input:checked + span:before,
.woocommerce-checkout .mailchimp-newsletter input:checked + span:before {
  background: #232323;
}
.woocommerce-checkout .woocommerce-form__label span,
.woocommerce-checkout .mailchimp-newsletter span {
  line-height: 16px;
  padding-left: 26px;
  position: relative;
  color: #333333;
}
.woocommerce-checkout .woocommerce-form__label span:before,
.woocommerce-checkout .mailchimp-newsletter span:before {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #232323;
}
.woocommerce-checkout .mailchimp-newsletter input:checked + label span:before {
  background: #232323;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  float: left;
  width: 100%;
  max-width: 470px;
  background: #f1f1f1;
}
.woocommerce-checkout #order_review_heading {
  clear: none;
  margin: 0;
  padding: 40px 0 0 40px;
  position: relative;
  text-transform: uppercase;
  font-size: 22px;
}
.woocommerce-checkout #order_review_heading:before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -28px;
}
.woocommerce-checkout #order_review {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 40px 60px 40px;
}
.woocommerce-checkout #order_review:after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -28px;
}
.woocommerce-checkout #order_review .shop_table {
  border: 0;
}
.woocommerce-checkout #order_review .shop_table th,
.woocommerce-checkout #order_review .shop_table td {
  padding: 10px 0;
  border: 0;
  background: rgba(0, 0, 0, 0);
}
.woocommerce-checkout #order_review .shop_table thead th {
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #333;
}
.woocommerce-checkout #order_review .shop_table tbody td {
  border-bottom: 1px solid #dddddd;
}
.woocommerce-checkout #order_review .shop_table tfoot th {
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #333;
}
.woocommerce-checkout #order_review .shop_table .order-total td {
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #333;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  float: left;
  width: 100%;
}
.woocommerce-checkout .payment_methods {
  float: left;
  width: 100%;
  margin: 20px 0;
  padding: 0;
}
.woocommerce-checkout .payment_methods input {
  margin: 0 8px 0 0;
}
.woocommerce-checkout .payment_methods li {
  border-top: 1px solid #dddddd;
  padding: 20px 0;
  float: left;
  width: 100%;
}
.woocommerce-checkout .payment_methods li label {
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #333;
}
.woocommerce-checkout .payment_methods img {
  margin-right: 7px;
  margin-left: 5px;
}
.woocommerce-checkout .payment_methods .payment_method_paypal img {
  float: left;
  margin-left: 25px !important;
  margin: 10px 0;
  width: 90%;
}
.woocommerce-checkout .payment_methods .payment_method_paypal a {
  float: left;
  font-size: 13px;
  margin-left: 25px;
}
.woocommerce-checkout .payment_methods .payment_box {
  padding-left: 25px;
  float: left;
  width: 100%;
}
.woocommerce-checkout #place_order {
  float: left;
  width: 100%;
  background: #f78263;
  border-radius: 50px;
  height: 55px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  border: 1px solid #f78263;
  cursor: pointer;
  text-transform: uppercase;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #place_order:focus {
  background: #ffffff;
  color: #f78263;
}
/* shop order review (thank you)------------------------------------------------------------------------------*/
.woocommerce-order-received h1,
.woocommerce-order-received h2,
.woocommerce-order-received h3,
.woocommerce-order-received h4,
.woocommerce-order-received h5,
.woocommerce-order-received h6 {
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 36px;
  color: #333;
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
  float: left;
  width: 100%;
  color: #333;
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.woocommerce-order-received .woocommerce-thankyou-order-received:before {
  content: "\f120";
  color: #4acbbc;
  font-family: "ionicons";
  font-size: 24px;
  margin-right: 20px;
}
.woocommerce-order-received .woocommerce-order-overview {
  float: left;
  width: 100%;
  padding: 0;
  margin: 20px 0;
  font-size: 16px;
}
.woocommerce-order-received .woocommerce-order-overview li {
  line-height: 32px;
}
.woocommerce-order-received .shop_table * {
  color: #333;
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
}
.woocommerce-order-received .shop_table thead th {
  font-weight: 700;
}
.woocommerce-order-received .shop_table th,
.woocommerce-order-received .shop_table td {
  background: #ffffff;
}
/* shop account-----------------------------------------------------------------------------*/
.woocommerce-account li {
  list-style: none;
}
.woocommerce-account .woocommerce-info {
  color: #6c6c6c;
}
.woocommerce-account .woocommerce-info a {
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-info a.showlogin {
  color: #eecf23;
}
.woocommerce-account .woocommerce-info a.showcoupon {
  color: #4acbbc;
}
.woocommerce-account .woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-account .login,
.woocommerce-account .checkout_coupon {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.woocommerce-account .login p,
.woocommerce-account .checkout_coupon p {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.woocommerce-account .login .form-row label,
.woocommerce-account .checkout_coupon .form-row label {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.woocommerce-account .login .form-row input:not([type="checkbox"]):not([type="submit"]),
.woocommerce-account .checkout_coupon .form-row input:not([type="checkbox"]):not([type="submit"]) {
  float: left;
  width: 100%;
  max-width: 370px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
}
.woocommerce-account .login .form-row input[type="submit"],
.woocommerce-account .checkout_coupon .form-row input[type="submit"] {
  width: -webkit-calc(370px / 3);
  width: -moz-calc(370px / 3);
  width: -o-calc(370px / 3);
  width: calc(370px / 3);
  height: 40px;
  background: #ffffff;
  color: #f78263;
  border: 1px solid #f78263;
  margin-top: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-account .login .form-row input[type="submit"]:hover,
.woocommerce-account .checkout_coupon .form-row input[type="submit"]:hover,
.woocommerce-account .login .form-row input[type="submit"]:focus,
.woocommerce-account .checkout_coupon .form-row input[type="submit"]:focus {
  background: #f78263;
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-account .login .form-row .inline,
.woocommerce-account .checkout_coupon .form-row .inline {
  font-size: 13px;
}
.woocommerce-account .login .lost_password a,
.woocommerce-account .checkout_coupon .lost_password a {
  color: #000000;
}
.woocommerce-account .login .lost_password a:hover,
.woocommerce-account .checkout_coupon .lost_password a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-content ul {
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li,
.woocommerce-account .woocommerce-MyAccount-content li {
  display: inline-block;
  margin-right: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-content li.is-active a {
  color: #000000;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
}
.woocommerce-account .woocommerce-MyAccount-content {
  margin-top: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row {
  float: left;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row label {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #f78263;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row input:not([type="checkbox"]) {
  float: left;
  width: 100%;
  height: 50px;
  border: 1px solid #f3f3f3;
  background: #f9f9f9;
  padding: 0 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row input:not([type="checkbox"]):focus {
  border-color: #ccc;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row.form-row-first {
  width: -webkit-calc(calc((100% - 30px) / 2));
  width: -moz-calc(calc((100% - 30px) / 2));
  width: -o-calc(calc((100% - 30px) / 2));
  width: calc(calc((100% - 30px) / 2));
  margin-right: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row.form-row-last {
  width: -webkit-calc(calc((100% - 30px) / 2));
  width: -moz-calc(calc((100% - 30px) / 2));
  width: -o-calc(calc((100% - 30px) / 2));
  width: calc(calc((100% - 30px) / 2));
}
.woocommerce-account .woocommerce-MyAccount-content .form-row.form-row-wide {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"] {
  width: 185px;
  height: 50px;
  background: #ffffff;
  color: #f78263;
  border: 1px solid #f78263;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]:hover,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]:focus {
  background: #f78263;
  color: #ffffff;
}
/* clearfix product */
.product.col-md-3:nth-child(3n+4) {
  clear: both;
}
.product.col-md-4:nth-child(4n+5) {
  clear: both;
}
/* widget product carousel */
.widget-pro-carousel .slick-arrow {
  border: 0;
  position: absolute;
  width: initial;
  height: initial;
  min-width: initial;
  color: #333333;
  top: -42px;
}
.widget-pro-carousel .slick-arrow:before {
  font-size: 18px;
}
.widget-pro-carousel .slick-prev {
  right: 24px;
}
.widget-pro-carousel .slick-prev:before {
  content: "\f124";
}
.widget-pro-carousel .slick-next {
  right: 0;
}
.widget-pro-carousel .slick-next:before {
  content: "\f125";
}
.widget-pro-carousel .slick-disabled {
  color: #cccccc;
}
.pro-carousel-box {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
  max-width: 249px;
}
.pro-carousel-box a {
  color: #6c6c6c;
}
.pro-carousel-box a:hover {
  color: #f78263;
}
.pro-carousel-box del .woocommerce-Price-amount {
  margin-right: 10px;
  color: #999999;
}
.pro-carousel-box ins .woocommerce-Price-amount {
  color: #f78263;
}
.pro-carousel-box .woocommerce-Price-amount {
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
}
.pro-carousel-img {
  float: left;
  width: 80px;
}
.pro-carousel-cont {
  float: left;
  margin-left: 19px;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: calc(100% - 100px);
}
.register,
.lost_reset_password {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.register p,
.lost_reset_password p {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.register .form-row label,
.lost_reset_password .form-row label {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.register .form-row input:not([type="checkbox"]):not([type="submit"]),
.lost_reset_password .form-row input:not([type="checkbox"]):not([type="submit"]) {
  float: left;
  width: 100%;
  max-width: 370px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
}
.register .form-row input[type="submit"],
.lost_reset_password .form-row input[type="submit"] {
  width: -webkit-calc(370px / 3);
  width: -moz-calc(370px / 3);
  width: -o-calc(370px / 3);
  width: calc(370px / 3);
  height: 40px;
  background: #ffffff;
  color: #f78263;
  border: 1px solid #f78263;
  margin-top: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.register .form-row input[type="submit"]:hover,
.lost_reset_password .form-row input[type="submit"]:hover,
.register .form-row input[type="submit"]:focus,
.lost_reset_password .form-row input[type="submit"]:focus {
  background: #f78263;
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.register .form-row .inline,
.lost_reset_password .form-row .inline {
  font-size: 13px;
}
.register .lost_password a,
.lost_reset_password .lost_password a {
  color: #000000;
}
.register .lost_password a:hover,
.lost_reset_password .lost_password a:hover {
  text-decoration: underline;
}
.register .woocommerce-password-strength,
.lost_reset_password .woocommerce-password-strength {
  clear: both;
}
@media (min-width: 992px) {
  #customer_login {
    display: flex;
  }
}
.select2-container {
  float: left;
  width: 100%;
}
.select2-container.select2-container--open .select2-selection--single {
  border-color: #aaa;
}
.select2-container .select2-dropdown {
  border-radius: 0;
}
.select2-container .select2-choice {
  padding: 0 15px;
  line-height: 50px;
  border-radius: 0;
  height: 50px;
  background: #f9f9f9;
}
.select2-container .select2-choice:focus {
  border-color: #ccc;
}
.select2-container .select2-selection--single {
  border-radius: 0;
  height: 50px;
  background: #f9f9f9;
  border: 1px solid #f3f3f3;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.select2-container .select2-selection__rendered {
  line-height: 50px !important;
}
/*404 error*/
.error404 #main {
  margin: 120px 0;
}
.error404 .error-content h4 {
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
}
.error404 .error-title {
  font-size: 120px;
  line-height: 90px;
  margin: 60px 0 30px 0;
}
.error404 .error-search-form {
  float: left;
  margin-top: 50px;
}
.error404 .error-search-form input {
  float: left;
}
.error404 .error-search-form input[type="text"] {
  background: #f1f1f1;
  border-radius: 50px 0 0 50px;
  color: #aaaaaa;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 50px;
  width: 320px;
  max-width: 100%;
  padding: 0 30px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.error404 .error-search-form input[type="text"]:focus {
  background: #333333;
  color: #ffffff;
}
.error404 .error-search-form input[type="submit"] {
  background: #333333;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  color: #ffffff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  min-width: 180px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-left: 5px;
  text-transform: uppercase;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.error404 .error-search-form input[type="submit"]:hover {
  opacity: 0.8;
}
/*custom heading*/
.vc_custom_heading {
  margin-top: 0;
}
/* VC MAPS */
.page_content .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
/* vc_empty_space */
.vc_empty_space {
  float: left;
  width: 100%;
}
/* woo margin bottom */
.woocommerce.archive #main {
  padding-bottom: 0;
}
/*edit location*/
[id*="-edit-location"] {
  position: absolute;
  left: 0;
  top: 0;
}
[id*="-edit-location"] .customize-partial-edit-shortcut-button {
  left: 50px !important;
  top: 20px !important;
}
/*demo content*/
.block-info {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  flex-direction: row;
}
.block-info img {
  margin-right: 20px;
}
/*home 7 cft7 fill row*/
@media (min-width: 993px) {
  #fill-row-has-ctf7 .wpcf7 {
    float: none;
    width: 370px;
    margin: 0 auto;
  }
}
/*accordion default title*/
.vc_tta-panel-title {
  font-size: 18px;
}
/* loading efftec */
#p-loading {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out 0.3s ease-out;
  -moz-transition: opacity 0.25s ease-in-out 0.3s ease-out;
  -o-transition: opacity 0.25s ease-in-out 0.3s ease-out;
  transition: opacity 0.25s ease-in-out 0.3s ease-out;
}
#load {
  width: 150px;
  animation: loading 3s linear infinite;
}
#load #loading-inner {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 10;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  animation: loading-circle 2s linear infinite;
  stroke: #51BBA7;
  fill: transparent;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-circle {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}
@media (max-width: 991px) {
  .primary-menu-box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0 50px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.1);
  }
  .primary-menu-box .theme-primary-menu > li.current-menu-item > a,
  .primary-menu-box .theme-primary-menu > li.current-menu-ancestor > a,
  .primary-menu-box .theme-primary-menu > li.current-menu-parent > a,
  .primary-menu-box .theme-primary-menu > li.current_page_parent > a,
  .primary-menu-box .theme-primary-menu > li.current_page_ancestor > a {
    color: #f78263;
  }
  .primary-menu-box .theme-primary-menu a {
    display: block;
    color: #222222;
    padding: 5px 0;
    font-weight: 700;
  }
  .primary-menu-box .theme-primary-menu a:hover {
    color: #f78263;
  }
  .primary-menu-box .has-submenu {
    position: relative;
  }
  .primary-menu-box .has-submenu .sub-menu {
    padding-left: 15px;
  }
  .primary-menu-box .sub-toggle:after {
    content: "\f3d3";
    font-family: "ionicons";
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 1;
    color: #222;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .primary-menu-box .sub-toggle.expanded:after {
    transform: rotate(90deg);
  }
}
.menu-collapser {
  cursor: pointer;
  order: 3;
}
.menu-collapser .collapse-button {
  font-size: 25px;
  color: #222222;
}
@media (max-width: 1366px) {
  .theme-header-layout:not(.header-layout-4) .theme-topbar {
    padding-left: 50px;
    padding-right: 50px;
  }
  .theme-header-layout:not(.header-layout-4) .theme-header-box {
    padding-left: 50px;
    padding-right: 50px;
  }
  .theme-header-layout:not(.header-layout-4) .theme-primary-menu .mega-menu {
    max-width: 100%;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .testi-img {
    margin-right: 50px;
  }
  .theme-working-hours li .ht-date-time {
    min-width: 40%;
  }
  /*shop*/
  .sc-pro-count-item {
    display: block;
  }
  .sc-pro-count-item .sc-pro-count-img {
    width: 100%;
  }
  .sc-pro-count-item .sc-pro-count-cont {
    float: left;
    width: 100%;
  }
  .shop-content-top .pro-per-page > span {
    display: none;
  }
  .shop-content-top .pro-per-page:after {
    content: none;
  }
  ul.products .product .woocommerce-loop-product__title {
    font-size: 14px;
  }
  .woocommerce-cart .actions input[type="text"] {
    width: initial;
  }
  .woo-single .flex-viewport {
    height: auto;
  }
  .woo-single .woocommerce-product-gallery {
    width: 100%;
  }
  .woo-single .summary.entry-summary {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .woo-single .summary.entry-summary .cart .single_add_to_cart_button {
    margin-left: 10px;
  }
  .woo-single .summary.entry-summary .yith-wcwl-add-to-wishlist {
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  .header-layout-5 .theme-primary-menu > li,
  .header-layout-6 .theme-primary-menu > li {
    margin-right: 0;
  }
  .header-layout-5 .hd5-btn,
  .header-layout-6 .hd5-btn,
  .header-layout-5 .hd6-btn,
  .header-layout-6 .hd6-btn {
    min-width: 180px;
  }
  .woocommerce-cart .product-remove {
    width: 30px;
  }
  .woocommerce-cart .product-remove a {
    position: static;
  }
}
@media (max-width: 991px) {
  .theme-topbar {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .theme-topbar .theme-topbar-item + .theme-topbar-item {
    margin-top: 10px;
  }
  .theme-topbar .theme-topbar-item ul {
    padding-left: 0;
  }
  .theme-topbar .theme-topbar-item a {
    color: #888888;
  }
  .theme-topbar .theme-topbar-item span[class^="ion-"] {
    min-width: 15px;
    display: inline-block;
  }
  .theme-advanced-search {
    display: none;
  }
  .theme-header-row-top {
    float: left;
  }
  .theme-header-row-bot {
    float: right;
    background: #ffffff !important;
  }
  .theme-header-row-bot .hd4-btn {
    display: none;
  }
  .primary-menu-box {
    display: none;
  }
  .theme-header-layout.header-layout-4 .theme-header-box .container {
    width: 100%;
    padding: 0 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .theme-header-layout .theme-header-box {
    padding: 15px;
    float: left;
    width: 100%;
    background: #ffffff;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .theme-header-layout .lg img {
    max-width: 100px;
  }
  .theme-header-layout #ht-search-btn {
    border: 0;
  }
  .theme-header-layout #ht-search-btn:hover {
    color: initial;
  }
  .pro-carousel-box {
    max-width: initial;
  }
  .theme-footer-widget .widget {
    float: left;
    width: 100%;
    margin-bottom: 50px;
  }
  .theme-gallery.ht-gallery-carousel .slick-prev {
    left: 15px;
  }
  .theme-gallery.ht-gallery-carousel .slick-next {
    right: 15px;
  }
  .contact-page-info {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-page-info li {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .theme-working-hours {
    text-align: right;
  }
  .theme-working-hours .ht-date-time {
    float: left;
    text-align: left;
  }
  .scroll-to-top {
    opacity: 0.7;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .scroll-to-top.scroll-animation {
    bottom: 15px;
  }
  .block-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .block-info * {
    font-size: 15px !important;
  }
  .block-info li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .block-info li + li {
    margin-top: 10px;
  }
  .theme-brand-crs .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  #ht-search-btn {
    order: 2;
    position: absolute;
    right: 80px;
    font-size: 18px !important;
  }
  /*shop*/
  #sidebar-shop {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #content-shop {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .woo-list > .container,
  .woo-single > .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .woo-list > .container #content-shop,
  .woo-single > .container #content-shop {
    order: 1 !important;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .woo-list > .container #sidebar-shop,
  .woo-single > .container #sidebar-shop {
    order: 2 !important;
    margin: 0;
  }
  .sc-pro.sc-pro-tab[class*="ht-product-col-"] .sc-pro-tab-box {
    width: 50% !important;
  }
  .theme-header-box .theme-shopping-cart {
    display: none;
  }
  .theme-header-box > [class*="-btn"] {
    display: none;
  }
  .related.products li.product,
  .up-sells.products li.product {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: -o-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
  .related.products li.product:nth-of-type(n+1),
  .up-sells.products li.product:nth-of-type(n+1) {
    margin-right: 15px;
  }
  .shop-br .shop-br-item {
    font-size: 15px;
  }
  .woocommerce-cart .cart-collaterals {
    margin-top: 50px;
  }
  .woocommerce-checkout #customer_details {
    margin: 0 0 50px 0;
    max-width: 100%;
  }
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    max-width: 100%;
  }
  .woo-single .product_title {
    font-size: 16px;
  }
  .woo-single .price .woocommerce-Price-amount {
    font-size: 15px;
  }
  .woo-single .summary.entry-summary .cart .single_add_to_cart_button {
    font-size: 0;
    width: 50px;
    height: 50px;
    min-width: initial;
  }
  .woo-single .summary.entry-summary .cart .single_add_to_cart_button:before {
    content: "\f3f8";
    font-family: "ionicons";
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .theme-has-sticky-post .blog-post-cover + .post-content {
    position: static;
  }
  .theme-has-sticky-post .post-content {
    padding: 20px 0 !important;
  }
  .theme-has-sticky-post .post-content .post-tit a {
    font-size: 15px !important;
  }
  .primary-menu-box {
    padding: 0 15px;
  }
  #ht-search-btn {
    right: 40px;
  }
  .theme-header-layout:not(.header-layout-4) .theme-header-box {
    padding: 15px;
  }
  .theme-header-layout:not(.header-layout-4) .theme-topbar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .theme-testi .testi-title {
    font-size: 20px;
  }
  .theme-testi .testi-test p {
    font-size: 14px;
  }
  .theme-testi.testi-style-1 .theme-testi-item {
    display: block;
  }
  .theme-testi.testi-style-1 .testi-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .theme-testi.testi-style-1 .testi-img img {
    max-width: 70%;
  }
  .theme-testi.testi-style-1 .testi-img + .testi-content {
    max-width: 100%;
  }
  .theme-testi.testi-style-1 .testi-content {
    width: 100%;
    margin-right: 0;
  }
  .slick-dots {
    width: 100%;
    height: 50px;
    position: absolute;
    top: initial;
    left: 0;
    right: 0;
    bottom: -50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .slick-dots li {
    margin: 10px 10px 0 0;
  }
  .footer-infomation .container {
    flex-direction: column;
    text-align: center;
  }
  .footer-infomation .ftl,
  .footer-infomation .ftr {
    max-width: 100%;
  }
  .footer-infomation .ftr {
    margin-top: 10px;
  }
  .post-nav-control {
    max-width: 100%;
  }
  .post-nav-control.next-post {
    margin-top: 30px;
    justify-content: flex-start;
  }
  .post-nav-control.next-post .post-nav-thumb {
    margin-left: 0;
    margin-right: 15px;
    order: 1;
  }
  .post-nav-control.next-post .post-nav-sum {
    order: 2;
    text-align: left;
  }
  .post-nav-control.next-post .post-nav-sum a.post-nav-link {
    float: left;
  }
  .bread {
    padding: 30px 0;
  }
  .page-title {
    font-size: 20px;
    line-height: 28px;
  }
  .single .post-tit {
    font-size: 15px;
  }
  .post-tit a {
    font-size: 15px;
    white-space: normal;
  }
  .theme-cf7 .appoint-title {
    font-size: 16px;
  }
  .theme-cf7 .appoint-box.half-col {
    margin-left: 0 !important;
    width: 100%;
  }
  /*shop*/
  .shop_table_responsive .cart_item:nth-child(even) td {
    background: rgba(0, 0, 0, 0.025) !important;
  }
  .shop_table_responsive .cart_item td {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .shop_table_responsive .product-remove {
    width: 100%;
    text-align: left !important;
  }
  .shop_table_responsive thead {
    display: none;
  }
  .shop_table_responsive td {
    display: block;
    text-align: right!important;
  }
  .shop_table_responsive td.product-remove::before,
  .shop_table_responsive td.actions::before {
    content: none;
  }
  .shop_table_responsive td:before {
    content: attr(data-title) ': ';
    font-weight: 700;
    float: left;
  }
  .shop_table_responsive .product-thumbnail {
    display: none;
  }
  .sc-pro-filter strong {
    font-size: 15px;
    margin: 0 15px 15px;
    padding-bottom: 0;
  }
  .sc-pro.sc-pro-tab .sc-pro-name {
    font-size: 14px;
  }
  .sc-pro.sc-pro-tab .woocommerce-Price-amount {
    font-size: 14px;
  }
  .sc-pro.sc-pro-tab[class*="ht-product-col-"] .sc-pro-tab-box {
    width: 100% !important;
  }
  .sc-pro-sale .sc-pro-count-name {
    font-size: 20px;
  }
  .sc-pro-sale .sc-pro-count-price .woocommerce-Price-amount {
    font-size: 16px;
  }
  .related.products li.product,
  .up-sells.products li.product {
    width: 100%;
  }
  .related.products li.product:nth-of-type(n+1),
  .up-sells.products li.product:nth-of-type(n+1) {
    margin-right: 0;
  }
  #reply-title {
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
  }
  ul.products .product .woocommerce-loop-product__title {
    white-space: normal;
  }
  ul.products .product .pro-loop-action {
    opacity: 1;
    visibility: visible;
    top: -50px;
  }
  .sc-product-cat-name a {
    font-size: 15px;
  }
  .sc-pro.sc-pro-normal .sc-pro-img {
    width: 100px;
  }
  .sc-pro.sc-pro-normal .sc-pro-cont {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -o-calc(100% - 110px);
    width: calc(100% - 110px);
    margin-left: 10px;
  }
  .sc-pro.sc-pro-normal .sc-pro-name {
    top: 0;
    margin-top: 0;
  }
  .sc-pro.sc-pro-normal .sc-pro-name a {
    font-size: 14px;
    white-space: normal;
  }
  .sc-pro.sc-pro-normal .add_to_cart_inline {
    top: 0;
  }
  .sc-pro.sc-pro-normal .sc-pro-item {
    padding: 15px 0;
  }
  .sc-pro.sc-pro-normal .sc-pro-item .add_to_cart_button,
  .sc-pro.sc-pro-normal .sc-pro-item .yith-wcwl-add-to-wishlist,
  .sc-pro.sc-pro-normal .sc-pro-item .added_to_cart.wc-forward {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .shop-content-grid .product {
    width: 100%;
    margin: 0 0 50px 0 !important;
  }
  .shop-content-list ul.products .product > a.woocommerce-LoopProduct-link {
    width: 100%;
  }
  .shop-content-list ul.products .product .pro-loop-content {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
  .woocommerce-checkout .woocommerce-billing-fields .form-row.form-row-first {
    width: 100%;
    margin-right: 0;
  }
  .woocommerce-checkout .woocommerce-billing-fields .form-row.form-row-last {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .shop-content-top .pro-per-page,
  .shop-content-top .woocommerce-ordering {
    display: none;
  }
  .woocommerce-cart .coupon {
    width: 100%;
  }
  .woocommerce-cart .coupon input[type="submit"] {
    width: 48.5%;
    float: right;
  }
  .woocommerce-cart .actions > [type="submit"] {
    width: 100%;
    margin-top: 15px;
  }
  .woocommerce-cart .actions input[type="text"] {
    width: 48.5%;
  }
  .woocommerce-cart .actions input[type="submit"] {
    margin-left: 0;
    font-size: 12px;
  }
  .shop-br {
    display: none;
  }
  .error404 .error-search-form {
    width: 100%;
  }
  .error404 .error-search-form input[type="text"] {
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: -o-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
  .error404 .error-search-form input[type="submit"] {
    min-width: initial;
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  .ht-search-form input {
    font-size: 30px;
  }
  .comment-list .children {
    padding-left: 20px;
  }
  .comment-list .comment-avatar {
    width: 50px;
  }
  .comment-list .comment-content {
    margin-left: 15px;
    width: -webkit-calc(100% - 66px);
    width: -moz-calc(100% - 66px);
    width: -o-calc(100% - 66px);
    width: calc(100% - 66px);
  }
  .comment-list .comment-block-info {
    width: 100%;
    float: left;
    position: relative;
  }
  .comment-list .comment-reply-link {
    margin-left: 0;
    float: right;
    border-radius: 50px;
    padding: 0 13px;
  }
  .sc-pro-sale .sc-pro-sale-time + .sc-pro-sale-time {
    margin-left: 30px;
  }
  .sc-pro-sale .sc-pro-sale-time + .sc-pro-sale-time:before {
    font-size: 20px;
  }
  .sc-pro-sale .sc-pro-sale-time strong {
    font-size: 20px;
  }
  .sc-pro-sale .sc-pro-sale-time span {
    text-transform: none;
  }
}
@media (max-width: 480px) {
  .blog:not(.single-ht-service):not(.single-ht-service) #main,
  .archive:not(.single-ht-service):not(.single-ht-service) #main,
  .single:not(.single-ht-service):not(.single-ht-service) #main,
  .search:not(.single-ht-service):not(.single-ht-service) #main,
  .page-template-blog-grid:not(.single-ht-service) #main {
    margin-bottom: 30px;
  }
  .blog-article {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .theme-cf7 .appoint-cont {
    padding: 10px;
  }
  .woocommerce-checkout #order_review_heading {
    text-align: center;
    padding-left: 0;
  }
  .woocommerce-checkout #order_review {
    padding: 0 10px 60px 10px;
  }
  .sc-pro-sale .sc-pro-count-action .add_to_cart_button {
    min-width: 45px;
    padding: 0;
    font-size: 0;
  }
  .sc-pro-sale .sc-pro-count-action .add_to_cart_button:before {
    content: "\f3f8";
    font-family: "ionicons";
    font-size: 18px;
  }
  .woocommerce-cart .actions input {
    width: 100% !important;
  }
  .woocommerce-cart .actions input[type="submit"] {
    margin-top: 10px;
  }
  .shop-content-list ul.products .product .yith-wcwl-add-to-wishlist {
    margin-left: 7px;
  }
  .shop-content-list ul.products .product .price .woocommerce-Price-amount {
    font-size: 14px;
  }
  .shop-content-list ul.products .product .add_to_cart_button {
    font-size: 0;
    min-width: 50px;
    padding: 0;
  }
  .shop-content-list ul.products .product .add_to_cart_button:before {
    content: "\f3f8";
    font-family: "ionicons";
    font-size: 18px;
  }
  ul.products .product {
    padding-bottom: 30px;
    border-bottom: 1px dotted #ddd;
  }
  .sc-pro.sc-pro-normal .sc-pro-name a {
    font-size: 12px;
    line-height: 26px;
  }
  .theme-gallery.ht-gallery-carousel .ht-gallery-item {
    max-width: 100%;
    margin-right: 0;
  }
  .gallery-carousel-bot {
    display: none;
  }
  .footer-infomation .ftr li {
    padding: 0 !important;
    margin: 0 5px;
  }
  .theme-testi .testi-img {
    height: auto;
    margin-bottom: 10px !important;
  }
  .theme-testi .testi-title {
    font-size: 16px;
  }
  .theme-testi .testi-rating {
    margin: 0;
  }
  .theme-testi .testi-text {
    float: left;
    width: 100%;
  }
  .theme-testi .testi-text p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .theme-testi .testi-name {
    background: none;
    padding: 0;
  }
  .post-nav-sum a:not(.post-nav-link) {
    font-size: 14px;
  }
  .post-author strong {
    text-transform: none;
  }
  .blog-post-info li {
    float: left;
    margin-right: 0;
    width: 50%;
    text-transform: none;
  }
  .blog-post-info li a {
    text-transform: none;
  }
  #commentform input[type="submit"] {
    padding: 10px 30px;
  }
  .widget-title {
    font-size: 15px;
  }
  blockquote {
    padding: 30px 0 30px 30px;
    font-size: 14px;
  }
  blockquote * {
    font-size: 14px !important;
  }
  blockquote:before {
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 65px;
    left: 0;
  }
  .shop-content-top {
    padding: 10px;
  }
  .switch-style .ss-action {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .blog-news-style-1 .blog-news-item.no-thumbnail {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .blog-news-style-1 .sc-blog-news-img + .post-content {
    margin-bottom: 0;
  }
  .sc-pro-sale .sc-pro-sale-time + .sc-pro-sale-time {
    margin-left: 10px;
  }
  .sc-pro-sale .sc-pro-sale-time + .sc-pro-sale-time:before {
    content: none;
  }
  .sc-pro-sale .sc-pro-sale-time strong {
    font-size: 15px;
    margin-bottom: 0;
  }
  .sc-pro-sale .sc-pro-sale-time span {
    text-transform: none;
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .blog-news-style-1 .news-style-1-date {
    width: 60px;
  }
  .blog-news-style-1 .news-style-1-date strong {
    font-size: 25px;
    margin-bottom: 0;
  }
  .blog-news-style-1 .news-style-1-date + .flw {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .woo-single h1,
  .woo-single h2,
  .woo-single h3,
  .woo-single h4,
  .woo-single h5,
  .woo-single h6 {
    font-size: 15px !important;
    line-height: 28px !important;
  }
  .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 15px;
  }
}
/* service image */
@media (max-width: 991px) {
  .theme-services.service-list .service-img {
    float: none;
    display: block;
    margin: 0 auto 50px auto;
  }
}
/* V. PLUGINS
***********************/
@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot");
  src: url("fonts/ionicons.eot") format("embedded-opentype"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
  content: "\f101";
}
.ion-alert-circled:before {
  content: "\f100";
}
.ion-android-add:before {
  content: "\f2c7";
}
.ion-android-add-circle:before {
  content: "\f359";
}
.ion-android-alarm-clock:before {
  content: "\f35a";
}
.ion-android-alert:before {
  content: "\f35b";
}
.ion-android-apps:before {
  content: "\f35c";
}
.ion-android-archive:before {
  content: "\f2c9";
}
.ion-android-arrow-back:before {
  content: "\f2ca";
}
.ion-android-arrow-down:before {
  content: "\f35d";
}
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}
.ion-android-arrow-dropleft:before {
  content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}
.ion-android-arrow-dropright:before {
  content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}
.ion-android-arrow-dropup:before {
  content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}
.ion-android-arrow-forward:before {
  content: "\f30f";
}
.ion-android-arrow-up:before {
  content: "\f366";
}
.ion-android-attach:before {
  content: "\f367";
}
.ion-android-bar:before {
  content: "\f368";
}
.ion-android-bicycle:before {
  content: "\f369";
}
.ion-android-boat:before {
  content: "\f36a";
}
.ion-android-bookmark:before {
  content: "\f36b";
}
.ion-android-bulb:before {
  content: "\f36c";
}
.ion-android-bus:before {
  content: "\f36d";
}
.ion-android-calendar:before {
  content: "\f2d1";
}
.ion-android-call:before {
  content: "\f2d2";
}
.ion-android-camera:before {
  content: "\f2d3";
}
.ion-android-cancel:before {
  content: "\f36e";
}
.ion-android-car:before {
  content: "\f36f";
}
.ion-android-cart:before {
  content: "\f370";
}
.ion-android-chat:before {
  content: "\f2d4";
}
.ion-android-checkbox:before {
  content: "\f374";
}
.ion-android-checkbox-blank:before {
  content: "\f371";
}
.ion-android-checkbox-outline:before {
  content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}
.ion-android-checkmark-circle:before {
  content: "\f375";
}
.ion-android-clipboard:before {
  content: "\f376";
}
.ion-android-close:before {
  content: "\f2d7";
}
.ion-android-cloud:before {
  content: "\f37a";
}
.ion-android-cloud-circle:before {
  content: "\f377";
}
.ion-android-cloud-done:before {
  content: "\f378";
}
.ion-android-cloud-outline:before {
  content: "\f379";
}
.ion-android-color-palette:before {
  content: "\f37b";
}
.ion-android-compass:before {
  content: "\f37c";
}
.ion-android-contact:before {
  content: "\f2d8";
}
.ion-android-contacts:before {
  content: "\f2d9";
}
.ion-android-contract:before {
  content: "\f37d";
}
.ion-android-create:before {
  content: "\f37e";
}
.ion-android-delete:before {
  content: "\f37f";
}
.ion-android-desktop:before {
  content: "\f380";
}
.ion-android-document:before {
  content: "\f381";
}
.ion-android-done:before {
  content: "\f383";
}
.ion-android-done-all:before {
  content: "\f382";
}
.ion-android-download:before {
  content: "\f2dd";
}
.ion-android-drafts:before {
  content: "\f384";
}
.ion-android-exit:before {
  content: "\f385";
}
.ion-android-expand:before {
  content: "\f386";
}
.ion-android-favorite:before {
  content: "\f388";
}
.ion-android-favorite-outline:before {
  content: "\f387";
}
.ion-android-film:before {
  content: "\f389";
}
.ion-android-folder:before {
  content: "\f2e0";
}
.ion-android-folder-open:before {
  content: "\f38a";
}
.ion-android-funnel:before {
  content: "\f38b";
}
.ion-android-globe:before {
  content: "\f38c";
}
.ion-android-hand:before {
  content: "\f2e3";
}
.ion-android-hangout:before {
  content: "\f38d";
}
.ion-android-happy:before {
  content: "\f38e";
}
.ion-android-home:before {
  content: "\f38f";
}
.ion-android-image:before {
  content: "\f2e4";
}
.ion-android-laptop:before {
  content: "\f390";
}
.ion-android-list:before {
  content: "\f391";
}
.ion-android-locate:before {
  content: "\f2e9";
}
.ion-android-lock:before {
  content: "\f392";
}
.ion-android-mail:before {
  content: "\f2eb";
}
.ion-android-map:before {
  content: "\f393";
}
.ion-android-menu:before {
  content: "\f394";
}
.ion-android-microphone:before {
  content: "\f2ec";
}
.ion-android-microphone-off:before {
  content: "\f395";
}
.ion-android-more-horizontal:before {
  content: "\f396";
}
.ion-android-more-vertical:before {
  content: "\f397";
}
.ion-android-navigate:before {
  content: "\f398";
}
.ion-android-notifications:before {
  content: "\f39b";
}
.ion-android-notifications-none:before {
  content: "\f399";
}
.ion-android-notifications-off:before {
  content: "\f39a";
}
.ion-android-open:before {
  content: "\f39c";
}
.ion-android-options:before {
  content: "\f39d";
}
.ion-android-people:before {
  content: "\f39e";
}
.ion-android-person:before {
  content: "\f3a0";
}
.ion-android-person-add:before {
  content: "\f39f";
}
.ion-android-phone-landscape:before {
  content: "\f3a1";
}
.ion-android-phone-portrait:before {
  content: "\f3a2";
}
.ion-android-pin:before {
  content: "\f3a3";
}
.ion-android-plane:before {
  content: "\f3a4";
}
.ion-android-playstore:before {
  content: "\f2f0";
}
.ion-android-print:before {
  content: "\f3a5";
}
.ion-android-radio-button-off:before {
  content: "\f3a6";
}
.ion-android-radio-button-on:before {
  content: "\f3a7";
}
.ion-android-refresh:before {
  content: "\f3a8";
}
.ion-android-remove:before {
  content: "\f2f4";
}
.ion-android-remove-circle:before {
  content: "\f3a9";
}
.ion-android-restaurant:before {
  content: "\f3aa";
}
.ion-android-sad:before {
  content: "\f3ab";
}
.ion-android-search:before {
  content: "\f2f5";
}
.ion-android-send:before {
  content: "\f2f6";
}
.ion-android-settings:before {
  content: "\f2f7";
}
.ion-android-share:before {
  content: "\f2f8";
}
.ion-android-share-alt:before {
  content: "\f3ac";
}
.ion-android-star:before {
  content: "\f2fc";
}
.ion-android-star-half:before {
  content: "\f3ad";
}
.ion-android-star-outline:before {
  content: "\f3ae";
}
.ion-android-stopwatch:before {
  content: "\f2fd";
}
.ion-android-subway:before {
  content: "\f3af";
}
.ion-android-sunny:before {
  content: "\f3b0";
}
.ion-android-sync:before {
  content: "\f3b1";
}
.ion-android-textsms:before {
  content: "\f3b2";
}
.ion-android-time:before {
  content: "\f3b3";
}
.ion-android-train:before {
  content: "\f3b4";
}
.ion-android-unlock:before {
  content: "\f3b5";
}
.ion-android-upload:before {
  content: "\f3b6";
}
.ion-android-volume-down:before {
  content: "\f3b7";
}
.ion-android-volume-mute:before {
  content: "\f3b8";
}
.ion-android-volume-off:before {
  content: "\f3b9";
}
.ion-android-volume-up:before {
  content: "\f3ba";
}
.ion-android-walk:before {
  content: "\f3bb";
}
.ion-android-warning:before {
  content: "\f3bc";
}
.ion-android-watch:before {
  content: "\f3bd";
}
.ion-android-wifi:before {
  content: "\f305";
}
.ion-aperture:before {
  content: "\f313";
}
.ion-archive:before {
  content: "\f102";
}
.ion-arrow-down-a:before {
  content: "\f103";
}
.ion-arrow-down-b:before {
  content: "\f104";
}
.ion-arrow-down-c:before {
  content: "\f105";
}
.ion-arrow-expand:before {
  content: "\f25e";
}
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}
.ion-arrow-graph-down-right:before {
  content: "\f260";
}
.ion-arrow-graph-up-left:before {
  content: "\f261";
}
.ion-arrow-graph-up-right:before {
  content: "\f262";
}
.ion-arrow-left-a:before {
  content: "\f106";
}
.ion-arrow-left-b:before {
  content: "\f107";
}
.ion-arrow-left-c:before {
  content: "\f108";
}
.ion-arrow-move:before {
  content: "\f263";
}
.ion-arrow-resize:before {
  content: "\f264";
}
.ion-arrow-return-left:before {
  content: "\f265";
}
.ion-arrow-return-right:before {
  content: "\f266";
}
.ion-arrow-right-a:before {
  content: "\f109";
}
.ion-arrow-right-b:before {
  content: "\f10a";
}
.ion-arrow-right-c:before {
  content: "\f10b";
}
.ion-arrow-shrink:before {
  content: "\f267";
}
.ion-arrow-swap:before {
  content: "\f268";
}
.ion-arrow-up-a:before {
  content: "\f10c";
}
.ion-arrow-up-b:before {
  content: "\f10d";
}
.ion-arrow-up-c:before {
  content: "\f10e";
}
.ion-asterisk:before {
  content: "\f314";
}
.ion-at:before {
  content: "\f10f";
}
.ion-backspace:before {
  content: "\f3bf";
}
.ion-backspace-outline:before {
  content: "\f3be";
}
.ion-bag:before {
  content: "\f110";
}
.ion-battery-charging:before {
  content: "\f111";
}
.ion-battery-empty:before {
  content: "\f112";
}
.ion-battery-full:before {
  content: "\f113";
}
.ion-battery-half:before {
  content: "\f114";
}
.ion-battery-low:before {
  content: "\f115";
}
.ion-beaker:before {
  content: "\f269";
}
.ion-beer:before {
  content: "\f26a";
}
.ion-bluetooth:before {
  content: "\f116";
}
.ion-bonfire:before {
  content: "\f315";
}
.ion-bookmark:before {
  content: "\f26b";
}
.ion-bowtie:before {
  content: "\f3c0";
}
.ion-briefcase:before {
  content: "\f26c";
}
.ion-bug:before {
  content: "\f2be";
}
.ion-calculator:before {
  content: "\f26d";
}
.ion-calendar:before {
  content: "\f117";
}
.ion-camera:before {
  content: "\f118";
}
.ion-card:before {
  content: "\f119";
}
.ion-cash:before {
  content: "\f316";
}
.ion-chatbox:before {
  content: "\f11b";
}
.ion-chatbox-working:before {
  content: "\f11a";
}
.ion-chatboxes:before {
  content: "\f11c";
}
.ion-chatbubble:before {
  content: "\f11e";
}
.ion-chatbubble-working:before {
  content: "\f11d";
}
.ion-chatbubbles:before {
  content: "\f11f";
}
.ion-checkmark:before {
  content: "\f122";
}
.ion-checkmark-circled:before {
  content: "\f120";
}
.ion-checkmark-round:before {
  content: "\f121";
}
.ion-chevron-down:before {
  content: "\f123";
}
.ion-chevron-left:before {
  content: "\f124";
}
.ion-chevron-right:before {
  content: "\f125";
}
.ion-chevron-up:before {
  content: "\f126";
}
.ion-clipboard:before {
  content: "\f127";
}
.ion-clock:before {
  content: "\f26e";
}
.ion-close:before {
  content: "\f12a";
}
.ion-close-circled:before {
  content: "\f128";
}
.ion-close-round:before {
  content: "\f129";
}
.ion-closed-captioning:before {
  content: "\f317";
}
.ion-cloud:before {
  content: "\f12b";
}
.ion-code:before {
  content: "\f271";
}
.ion-code-download:before {
  content: "\f26f";
}
.ion-code-working:before {
  content: "\f270";
}
.ion-coffee:before {
  content: "\f272";
}
.ion-compass:before {
  content: "\f273";
}
.ion-compose:before {
  content: "\f12c";
}
.ion-connection-bars:before {
  content: "\f274";
}
.ion-contrast:before {
  content: "\f275";
}
.ion-crop:before {
  content: "\f3c1";
}
.ion-cube:before {
  content: "\f318";
}
.ion-disc:before {
  content: "\f12d";
}
.ion-document:before {
  content: "\f12f";
}
.ion-document-text:before {
  content: "\f12e";
}
.ion-drag:before {
  content: "\f130";
}
.ion-earth:before {
  content: "\f276";
}
.ion-easel:before {
  content: "\f3c2";
}
.ion-edit:before {
  content: "\f2bf";
}
.ion-egg:before {
  content: "\f277";
}
.ion-eject:before {
  content: "\f131";
}
.ion-email:before {
  content: "\f132";
}
.ion-email-unread:before {
  content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}
.ion-eye:before {
  content: "\f133";
}
.ion-eye-disabled:before {
  content: "\f306";
}
.ion-female:before {
  content: "\f278";
}
.ion-filing:before {
  content: "\f134";
}
.ion-film-marker:before {
  content: "\f135";
}
.ion-fireball:before {
  content: "\f319";
}
.ion-flag:before {
  content: "\f279";
}
.ion-flame:before {
  content: "\f31a";
}
.ion-flash:before {
  content: "\f137";
}
.ion-flash-off:before {
  content: "\f136";
}
.ion-folder:before {
  content: "\f139";
}
.ion-fork:before {
  content: "\f27a";
}
.ion-fork-repo:before {
  content: "\f2c0";
}
.ion-forward:before {
  content: "\f13a";
}
.ion-funnel:before {
  content: "\f31b";
}
.ion-gear-a:before {
  content: "\f13d";
}
.ion-gear-b:before {
  content: "\f13e";
}
.ion-grid:before {
  content: "\f13f";
}
.ion-hammer:before {
  content: "\f27b";
}
.ion-happy:before {
  content: "\f31c";
}
.ion-happy-outline:before {
  content: "\f3c6";
}
.ion-headphone:before {
  content: "\f140";
}
.ion-heart:before {
  content: "\f141";
}
.ion-heart-broken:before {
  content: "\f31d";
}
.ion-help:before {
  content: "\f143";
}
.ion-help-buoy:before {
  content: "\f27c";
}
.ion-help-circled:before {
  content: "\f142";
}
.ion-home:before {
  content: "\f144";
}
.ion-icecream:before {
  content: "\f27d";
}
.ion-image:before {
  content: "\f147";
}
.ion-images:before {
  content: "\f148";
}
.ion-information:before {
  content: "\f14a";
}
.ion-information-circled:before {
  content: "\f149";
}
.ion-ionic:before {
  content: "\f14b";
}
.ion-ios-alarm:before {
  content: "\f3c8";
}
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}
.ion-ios-albums:before {
  content: "\f3ca";
}
.ion-ios-albums-outline:before {
  content: "\f3c9";
}
.ion-ios-americanfootball:before {
  content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}
.ion-ios-analytics:before {
  content: "\f3ce";
}
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}
.ion-ios-arrow-back:before {
  content: "\f3cf";
}
.ion-ios-arrow-down:before {
  content: "\f3d0";
}
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}
.ion-ios-arrow-left:before {
  content: "\f3d2";
}
.ion-ios-arrow-right:before {
  content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}
.ion-ios-arrow-up:before {
  content: "\f3d8";
}
.ion-ios-at:before {
  content: "\f3da";
}
.ion-ios-at-outline:before {
  content: "\f3d9";
}
.ion-ios-barcode:before {
  content: "\f3dc";
}
.ion-ios-barcode-outline:before {
  content: "\f3db";
}
.ion-ios-baseball:before {
  content: "\f3de";
}
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}
.ion-ios-basketball:before {
  content: "\f3e0";
}
.ion-ios-basketball-outline:before {
  content: "\f3df";
}
.ion-ios-bell:before {
  content: "\f3e2";
}
.ion-ios-bell-outline:before {
  content: "\f3e1";
}
.ion-ios-body:before {
  content: "\f3e4";
}
.ion-ios-body-outline:before {
  content: "\f3e3";
}
.ion-ios-bolt:before {
  content: "\f3e6";
}
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}
.ion-ios-book:before {
  content: "\f3e8";
}
.ion-ios-book-outline:before {
  content: "\f3e7";
}
.ion-ios-bookmarks:before {
  content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}
.ion-ios-box:before {
  content: "\f3ec";
}
.ion-ios-box-outline:before {
  content: "\f3eb";
}
.ion-ios-briefcase:before {
  content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}
.ion-ios-browsers:before {
  content: "\f3f0";
}
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}
.ion-ios-calculator:before {
  content: "\f3f2";
}
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}
.ion-ios-calendar:before {
  content: "\f3f4";
}
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}
.ion-ios-camera:before {
  content: "\f3f6";
}
.ion-ios-camera-outline:before {
  content: "\f3f5";
}
.ion-ios-cart:before {
  content: "\f3f8";
}
.ion-ios-cart-outline:before {
  content: "\f3f7";
}
.ion-ios-chatboxes:before {
  content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}
.ion-ios-chatbubble:before {
  content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}
.ion-ios-checkmark:before {
  content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}
.ion-ios-circle-filled:before {
  content: "\f400";
}
.ion-ios-circle-outline:before {
  content: "\f401";
}
.ion-ios-clock:before {
  content: "\f403";
}
.ion-ios-clock-outline:before {
  content: "\f402";
}
.ion-ios-close:before {
  content: "\f406";
}
.ion-ios-close-empty:before {
  content: "\f404";
}
.ion-ios-close-outline:before {
  content: "\f405";
}
.ion-ios-cloud:before {
  content: "\f40c";
}
.ion-ios-cloud-download:before {
  content: "\f408";
}
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}
.ion-ios-cloud-outline:before {
  content: "\f409";
}
.ion-ios-cloud-upload:before {
  content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}
.ion-ios-cloudy:before {
  content: "\f410";
}
.ion-ios-cloudy-night:before {
  content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}
.ion-ios-cog:before {
  content: "\f412";
}
.ion-ios-cog-outline:before {
  content: "\f411";
}
.ion-ios-color-filter:before {
  content: "\f414";
}
.ion-ios-color-filter-outline:before {
  content: "\f413";
}
.ion-ios-color-wand:before {
  content: "\f416";
}
.ion-ios-color-wand-outline:before {
  content: "\f415";
}
.ion-ios-compose:before {
  content: "\f418";
}
.ion-ios-compose-outline:before {
  content: "\f417";
}
.ion-ios-contact:before {
  content: "\f41a";
}
.ion-ios-contact-outline:before {
  content: "\f419";
}
.ion-ios-copy:before {
  content: "\f41c";
}
.ion-ios-copy-outline:before {
  content: "\f41b";
}
.ion-ios-crop:before {
  content: "\f41e";
}
.ion-ios-crop-strong:before {
  content: "\f41d";
}
.ion-ios-download:before {
  content: "\f420";
}
.ion-ios-download-outline:before {
  content: "\f41f";
}
.ion-ios-drag:before {
  content: "\f421";
}
.ion-ios-email:before {
  content: "\f423";
}
.ion-ios-email-outline:before {
  content: "\f422";
}
.ion-ios-eye:before {
  content: "\f425";
}
.ion-ios-eye-outline:before {
  content: "\f424";
}
.ion-ios-fastforward:before {
  content: "\f427";
}
.ion-ios-fastforward-outline:before {
  content: "\f426";
}
.ion-ios-filing:before {
  content: "\f429";
}
.ion-ios-filing-outline:before {
  content: "\f428";
}
.ion-ios-film:before {
  content: "\f42b";
}
.ion-ios-film-outline:before {
  content: "\f42a";
}
.ion-ios-flag:before {
  content: "\f42d";
}
.ion-ios-flag-outline:before {
  content: "\f42c";
}
.ion-ios-flame:before {
  content: "\f42f";
}
.ion-ios-flame-outline:before {
  content: "\f42e";
}
.ion-ios-flask:before {
  content: "\f431";
}
.ion-ios-flask-outline:before {
  content: "\f430";
}
.ion-ios-flower:before {
  content: "\f433";
}
.ion-ios-flower-outline:before {
  content: "\f432";
}
.ion-ios-folder:before {
  content: "\f435";
}
.ion-ios-folder-outline:before {
  content: "\f434";
}
.ion-ios-football:before {
  content: "\f437";
}
.ion-ios-football-outline:before {
  content: "\f436";
}
.ion-ios-game-controller-a:before {
  content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}
.ion-ios-game-controller-b:before {
  content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}
.ion-ios-gear:before {
  content: "\f43d";
}
.ion-ios-gear-outline:before {
  content: "\f43c";
}
.ion-ios-glasses:before {
  content: "\f43f";
}
.ion-ios-glasses-outline:before {
  content: "\f43e";
}
.ion-ios-grid-view:before {
  content: "\f441";
}
.ion-ios-grid-view-outline:before {
  content: "\f440";
}
.ion-ios-heart:before {
  content: "\f443";
}
.ion-ios-heart-outline:before {
  content: "\f442";
}
.ion-ios-help:before {
  content: "\f446";
}
.ion-ios-help-empty:before {
  content: "\f444";
}
.ion-ios-help-outline:before {
  content: "\f445";
}
.ion-ios-home:before {
  content: "\f448";
}
.ion-ios-home-outline:before {
  content: "\f447";
}
.ion-ios-infinite:before {
  content: "\f44a";
}
.ion-ios-infinite-outline:before {
  content: "\f449";
}
.ion-ios-information:before {
  content: "\f44d";
}
.ion-ios-information-empty:before {
  content: "\f44b";
}
.ion-ios-information-outline:before {
  content: "\f44c";
}
.ion-ios-ionic-outline:before {
  content: "\f44e";
}
.ion-ios-keypad:before {
  content: "\f450";
}
.ion-ios-keypad-outline:before {
  content: "\f44f";
}
.ion-ios-lightbulb:before {
  content: "\f452";
}
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}
.ion-ios-list:before {
  content: "\f454";
}
.ion-ios-list-outline:before {
  content: "\f453";
}
.ion-ios-location:before {
  content: "\f456";
}
.ion-ios-location-outline:before {
  content: "\f455";
}
.ion-ios-locked:before {
  content: "\f458";
}
.ion-ios-locked-outline:before {
  content: "\f457";
}
.ion-ios-loop:before {
  content: "\f45a";
}
.ion-ios-loop-strong:before {
  content: "\f459";
}
.ion-ios-medical:before {
  content: "\f45c";
}
.ion-ios-medical-outline:before {
  content: "\f45b";
}
.ion-ios-medkit:before {
  content: "\f45e";
}
.ion-ios-medkit-outline:before {
  content: "\f45d";
}
.ion-ios-mic:before {
  content: "\f461";
}
.ion-ios-mic-off:before {
  content: "\f45f";
}
.ion-ios-mic-outline:before {
  content: "\f460";
}
.ion-ios-minus:before {
  content: "\f464";
}
.ion-ios-minus-empty:before {
  content: "\f462";
}
.ion-ios-minus-outline:before {
  content: "\f463";
}
.ion-ios-monitor:before {
  content: "\f466";
}
.ion-ios-monitor-outline:before {
  content: "\f465";
}
.ion-ios-moon:before {
  content: "\f468";
}
.ion-ios-moon-outline:before {
  content: "\f467";
}
.ion-ios-more:before {
  content: "\f46a";
}
.ion-ios-more-outline:before {
  content: "\f469";
}
.ion-ios-musical-note:before {
  content: "\f46b";
}
.ion-ios-musical-notes:before {
  content: "\f46c";
}
.ion-ios-navigate:before {
  content: "\f46e";
}
.ion-ios-navigate-outline:before {
  content: "\f46d";
}
.ion-ios-nutrition:before {
  content: "\f470";
}
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}
.ion-ios-paper:before {
  content: "\f472";
}
.ion-ios-paper-outline:before {
  content: "\f471";
}
.ion-ios-paperplane:before {
  content: "\f474";
}
.ion-ios-paperplane-outline:before {
  content: "\f473";
}
.ion-ios-partlysunny:before {
  content: "\f476";
}
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}
.ion-ios-pause:before {
  content: "\f478";
}
.ion-ios-pause-outline:before {
  content: "\f477";
}
.ion-ios-paw:before {
  content: "\f47a";
}
.ion-ios-paw-outline:before {
  content: "\f479";
}
.ion-ios-people:before {
  content: "\f47c";
}
.ion-ios-people-outline:before {
  content: "\f47b";
}
.ion-ios-person:before {
  content: "\f47e";
}
.ion-ios-person-outline:before {
  content: "\f47d";
}
.ion-ios-personadd:before {
  content: "\f480";
}
.ion-ios-personadd-outline:before {
  content: "\f47f";
}
.ion-ios-photos:before {
  content: "\f482";
}
.ion-ios-photos-outline:before {
  content: "\f481";
}
.ion-ios-pie:before {
  content: "\f484";
}
.ion-ios-pie-outline:before {
  content: "\f483";
}
.ion-ios-pint:before {
  content: "\f486";
}
.ion-ios-pint-outline:before {
  content: "\f485";
}
.ion-ios-play:before {
  content: "\f488";
}
.ion-ios-play-outline:before {
  content: "\f487";
}
.ion-ios-plus:before {
  content: "\f48b";
}
.ion-ios-plus-empty:before {
  content: "\f489";
}
.ion-ios-plus-outline:before {
  content: "\f48a";
}
.ion-ios-pricetag:before {
  content: "\f48d";
}
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}
.ion-ios-pricetags:before {
  content: "\f48f";
}
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}
.ion-ios-printer:before {
  content: "\f491";
}
.ion-ios-printer-outline:before {
  content: "\f490";
}
.ion-ios-pulse:before {
  content: "\f493";
}
.ion-ios-pulse-strong:before {
  content: "\f492";
}
.ion-ios-rainy:before {
  content: "\f495";
}
.ion-ios-rainy-outline:before {
  content: "\f494";
}
.ion-ios-recording:before {
  content: "\f497";
}
.ion-ios-recording-outline:before {
  content: "\f496";
}
.ion-ios-redo:before {
  content: "\f499";
}
.ion-ios-redo-outline:before {
  content: "\f498";
}
.ion-ios-refresh:before {
  content: "\f49c";
}
.ion-ios-refresh-empty:before {
  content: "\f49a";
}
.ion-ios-refresh-outline:before {
  content: "\f49b";
}
.ion-ios-reload:before {
  content: "\f49d";
}
.ion-ios-reverse-camera:before {
  content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}
.ion-ios-rewind:before {
  content: "\f4a1";
}
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}
.ion-ios-rose:before {
  content: "\f4a3";
}
.ion-ios-rose-outline:before {
  content: "\f4a2";
}
.ion-ios-search:before {
  content: "\f4a5";
}
.ion-ios-search-strong:before {
  content: "\f4a4";
}
.ion-ios-settings:before {
  content: "\f4a7";
}
.ion-ios-settings-strong:before {
  content: "\f4a6";
}
.ion-ios-shuffle:before {
  content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}
.ion-ios-skipbackward:before {
  content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}
.ion-ios-skipforward:before {
  content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}
.ion-ios-snowy:before {
  content: "\f4ae";
}
.ion-ios-speedometer:before {
  content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}
.ion-ios-star:before {
  content: "\f4b3";
}
.ion-ios-star-half:before {
  content: "\f4b1";
}
.ion-ios-star-outline:before {
  content: "\f4b2";
}
.ion-ios-stopwatch:before {
  content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}
.ion-ios-sunny:before {
  content: "\f4b7";
}
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}
.ion-ios-telephone:before {
  content: "\f4b9";
}
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}
.ion-ios-tennisball:before {
  content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}
.ion-ios-time:before {
  content: "\f4bf";
}
.ion-ios-time-outline:before {
  content: "\f4be";
}
.ion-ios-timer:before {
  content: "\f4c1";
}
.ion-ios-timer-outline:before {
  content: "\f4c0";
}
.ion-ios-toggle:before {
  content: "\f4c3";
}
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}
.ion-ios-trash:before {
  content: "\f4c5";
}
.ion-ios-trash-outline:before {
  content: "\f4c4";
}
.ion-ios-undo:before {
  content: "\f4c7";
}
.ion-ios-undo-outline:before {
  content: "\f4c6";
}
.ion-ios-unlocked:before {
  content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}
.ion-ios-upload:before {
  content: "\f4cb";
}
.ion-ios-upload-outline:before {
  content: "\f4ca";
}
.ion-ios-videocam:before {
  content: "\f4cd";
}
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}
.ion-ios-volume-high:before {
  content: "\f4ce";
}
.ion-ios-volume-low:before {
  content: "\f4cf";
}
.ion-ios-wineglass:before {
  content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}
.ion-ios-world:before {
  content: "\f4d3";
}
.ion-ios-world-outline:before {
  content: "\f4d2";
}
.ion-ipad:before {
  content: "\f1f9";
}
.ion-iphone:before {
  content: "\f1fa";
}
.ion-ipod:before {
  content: "\f1fb";
}
.ion-jet:before {
  content: "\f295";
}
.ion-key:before {
  content: "\f296";
}
.ion-knife:before {
  content: "\f297";
}
.ion-laptop:before {
  content: "\f1fc";
}
.ion-leaf:before {
  content: "\f1fd";
}
.ion-levels:before {
  content: "\f298";
}
.ion-lightbulb:before {
  content: "\f299";
}
.ion-link:before {
  content: "\f1fe";
}
.ion-load-a:before {
  content: "\f29a";
}
.ion-load-b:before {
  content: "\f29b";
}
.ion-load-c:before {
  content: "\f29c";
}
.ion-load-d:before {
  content: "\f29d";
}
.ion-location:before {
  content: "\f1ff";
}
.ion-lock-combination:before {
  content: "\f4d4";
}
.ion-locked:before {
  content: "\f200";
}
.ion-log-in:before {
  content: "\f29e";
}
.ion-log-out:before {
  content: "\f29f";
}
.ion-loop:before {
  content: "\f201";
}
.ion-magnet:before {
  content: "\f2a0";
}
.ion-male:before {
  content: "\f2a1";
}
.ion-man:before {
  content: "\f202";
}
.ion-map:before {
  content: "\f203";
}
.ion-medkit:before {
  content: "\f2a2";
}
.ion-merge:before {
  content: "\f33f";
}
.ion-mic-a:before {
  content: "\f204";
}
.ion-mic-b:before {
  content: "\f205";
}
.ion-mic-c:before {
  content: "\f206";
}
.ion-minus:before {
  content: "\f209";
}
.ion-minus-circled:before {
  content: "\f207";
}
.ion-minus-round:before {
  content: "\f208";
}
.ion-model-s:before {
  content: "\f2c1";
}
.ion-monitor:before {
  content: "\f20a";
}
.ion-more:before {
  content: "\f20b";
}
.ion-mouse:before {
  content: "\f340";
}
.ion-music-note:before {
  content: "\f20c";
}
.ion-navicon:before {
  content: "\f20e";
}
.ion-navicon-round:before {
  content: "\f20d";
}
.ion-navigate:before {
  content: "\f2a3";
}
.ion-network:before {
  content: "\f341";
}
.ion-no-smoking:before {
  content: "\f2c2";
}
.ion-nuclear:before {
  content: "\f2a4";
}
.ion-outlet:before {
  content: "\f342";
}
.ion-paintbrush:before {
  content: "\f4d5";
}
.ion-paintbucket:before {
  content: "\f4d6";
}
.ion-paper-airplane:before {
  content: "\f2c3";
}
.ion-paperclip:before {
  content: "\f20f";
}
.ion-pause:before {
  content: "\f210";
}
.ion-person:before {
  content: "\f213";
}
.ion-person-add:before {
  content: "\f211";
}
.ion-person-stalker:before {
  content: "\f212";
}
.ion-pie-graph:before {
  content: "\f2a5";
}
.ion-pin:before {
  content: "\f2a6";
}
.ion-pinpoint:before {
  content: "\f2a7";
}
.ion-pizza:before {
  content: "\f2a8";
}
.ion-plane:before {
  content: "\f214";
}
.ion-planet:before {
  content: "\f343";
}
.ion-play:before {
  content: "\f215";
}
.ion-playstation:before {
  content: "\f30a";
}
.ion-plus:before {
  content: "\f218";
}
.ion-plus-circled:before {
  content: "\f216";
}
.ion-plus-round:before {
  content: "\f217";
}
.ion-podium:before {
  content: "\f344";
}
.ion-pound:before {
  content: "\f219";
}
.ion-power:before {
  content: "\f2a9";
}
.ion-pricetag:before {
  content: "\f2aa";
}
.ion-pricetags:before {
  content: "\f2ab";
}
.ion-printer:before {
  content: "\f21a";
}
.ion-pull-request:before {
  content: "\f345";
}
.ion-qr-scanner:before {
  content: "\f346";
}
.ion-quote:before {
  content: "\f347";
}
.ion-radio-waves:before {
  content: "\f2ac";
}
.ion-record:before {
  content: "\f21b";
}
.ion-refresh:before {
  content: "\f21c";
}
.ion-reply:before {
  content: "\f21e";
}
.ion-reply-all:before {
  content: "\f21d";
}
.ion-ribbon-a:before {
  content: "\f348";
}
.ion-ribbon-b:before {
  content: "\f349";
}
.ion-sad:before {
  content: "\f34a";
}
.ion-sad-outline:before {
  content: "\f4d7";
}
.ion-scissors:before {
  content: "\f34b";
}
.ion-search:before {
  content: "\f21f";
}
.ion-settings:before {
  content: "\f2ad";
}
.ion-share:before {
  content: "\f220";
}
.ion-shuffle:before {
  content: "\f221";
}
.ion-skip-backward:before {
  content: "\f222";
}
.ion-skip-forward:before {
  content: "\f223";
}
.ion-social-android:before {
  content: "\f225";
}
.ion-social-android-outline:before {
  content: "\f224";
}
.ion-social-angular:before {
  content: "\f4d9";
}
.ion-social-angular-outline:before {
  content: "\f4d8";
}
.ion-social-apple:before {
  content: "\f227";
}
.ion-social-apple-outline:before {
  content: "\f226";
}
.ion-social-bitcoin:before {
  content: "\f2af";
}
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}
.ion-social-buffer:before {
  content: "\f229";
}
.ion-social-buffer-outline:before {
  content: "\f228";
}
.ion-social-chrome:before {
  content: "\f4db";
}
.ion-social-chrome-outline:before {
  content: "\f4da";
}
.ion-social-codepen:before {
  content: "\f4dd";
}
.ion-social-codepen-outline:before {
  content: "\f4dc";
}
.ion-social-css3:before {
  content: "\f4df";
}
.ion-social-css3-outline:before {
  content: "\f4de";
}
.ion-social-designernews:before {
  content: "\f22b";
}
.ion-social-designernews-outline:before {
  content: "\f22a";
}
.ion-social-dribbble:before {
  content: "\f22d";
}
.ion-social-dribbble-outline:before {
  content: "\f22c";
}
.ion-social-dropbox:before {
  content: "\f22f";
}
.ion-social-dropbox-outline:before {
  content: "\f22e";
}
.ion-social-euro:before {
  content: "\f4e1";
}
.ion-social-euro-outline:before {
  content: "\f4e0";
}
.ion-social-facebook:before {
  content: "\f231";
}
.ion-social-facebook-outline:before {
  content: "\f230";
}
.ion-social-foursquare:before {
  content: "\f34d";
}
.ion-social-foursquare-outline:before {
  content: "\f34c";
}
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}
.ion-social-github:before {
  content: "\f233";
}
.ion-social-github-outline:before {
  content: "\f232";
}
.ion-social-google:before {
  content: "\f34f";
}
.ion-social-google-outline:before {
  content: "\f34e";
}
.ion-social-googleplus:before {
  content: "\f235";
}
.ion-social-googleplus-outline:before {
  content: "\f234";
}
.ion-social-hackernews:before {
  content: "\f237";
}
.ion-social-hackernews-outline:before {
  content: "\f236";
}
.ion-social-html5:before {
  content: "\f4e3";
}
.ion-social-html5-outline:before {
  content: "\f4e2";
}
.ion-social-instagram:before {
  content: "\f351";
}
.ion-social-instagram-outline:before {
  content: "\f350";
}
.ion-social-javascript:before {
  content: "\f4e5";
}
.ion-social-javascript-outline:before {
  content: "\f4e4";
}
.ion-social-linkedin:before {
  content: "\f239";
}
.ion-social-linkedin-outline:before {
  content: "\f238";
}
.ion-social-markdown:before {
  content: "\f4e6";
}
.ion-social-nodejs:before {
  content: "\f4e7";
}
.ion-social-octocat:before {
  content: "\f4e8";
}
.ion-social-pinterest:before {
  content: "\f2b1";
}
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}
.ion-social-python:before {
  content: "\f4e9";
}
.ion-social-reddit:before {
  content: "\f23b";
}
.ion-social-reddit-outline:before {
  content: "\f23a";
}
.ion-social-rss:before {
  content: "\f23d";
}
.ion-social-rss-outline:before {
  content: "\f23c";
}
.ion-social-sass:before {
  content: "\f4ea";
}
.ion-social-skype:before {
  content: "\f23f";
}
.ion-social-skype-outline:before {
  content: "\f23e";
}
.ion-social-snapchat:before {
  content: "\f4ec";
}
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}
.ion-social-tumblr:before {
  content: "\f241";
}
.ion-social-tumblr-outline:before {
  content: "\f240";
}
.ion-social-tux:before {
  content: "\f2c5";
}
.ion-social-twitch:before {
  content: "\f4ee";
}
.ion-social-twitch-outline:before {
  content: "\f4ed";
}
.ion-social-twitter:before {
  content: "\f243";
}
.ion-social-twitter-outline:before {
  content: "\f242";
}
.ion-social-usd:before {
  content: "\f353";
}
.ion-social-usd-outline:before {
  content: "\f352";
}
.ion-social-vimeo:before {
  content: "\f245";
}
.ion-social-vimeo-outline:before {
  content: "\f244";
}
.ion-social-whatsapp:before {
  content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}
.ion-social-windows:before {
  content: "\f247";
}
.ion-social-windows-outline:before {
  content: "\f246";
}
.ion-social-wordpress:before {
  content: "\f249";
}
.ion-social-wordpress-outline:before {
  content: "\f248";
}
.ion-social-yahoo:before {
  content: "\f24b";
}
.ion-social-yahoo-outline:before {
  content: "\f24a";
}
.ion-social-yen:before {
  content: "\f4f2";
}
.ion-social-yen-outline:before {
  content: "\f4f1";
}
.ion-social-youtube:before {
  content: "\f24d";
}
.ion-social-youtube-outline:before {
  content: "\f24c";
}
.ion-soup-can:before {
  content: "\f4f4";
}
.ion-soup-can-outline:before {
  content: "\f4f3";
}
.ion-speakerphone:before {
  content: "\f2b2";
}
.ion-speedometer:before {
  content: "\f2b3";
}
.ion-spoon:before {
  content: "\f2b4";
}
.ion-star:before {
  content: "\f24e";
}
.ion-stats-bars:before {
  content: "\f2b5";
}
.ion-steam:before {
  content: "\f30b";
}
.ion-stop:before {
  content: "\f24f";
}
.ion-thermometer:before {
  content: "\f2b6";
}
.ion-thumbsdown:before {
  content: "\f250";
}
.ion-thumbsup:before {
  content: "\f251";
}
.ion-toggle:before {
  content: "\f355";
}
.ion-toggle-filled:before {
  content: "\f354";
}
.ion-transgender:before {
  content: "\f4f5";
}
.ion-trash-a:before {
  content: "\f252";
}
.ion-trash-b:before {
  content: "\f253";
}
.ion-trophy:before {
  content: "\f356";
}
.ion-tshirt:before {
  content: "\f4f7";
}
.ion-tshirt-outline:before {
  content: "\f4f6";
}
.ion-umbrella:before {
  content: "\f2b7";
}
.ion-university:before {
  content: "\f357";
}
.ion-unlocked:before {
  content: "\f254";
}
.ion-upload:before {
  content: "\f255";
}
.ion-usb:before {
  content: "\f2b8";
}
.ion-videocamera:before {
  content: "\f256";
}
.ion-volume-high:before {
  content: "\f257";
}
.ion-volume-low:before {
  content: "\f258";
}
.ion-volume-medium:before {
  content: "\f259";
}
.ion-volume-mute:before {
  content: "\f25a";
}
.ion-wand:before {
  content: "\f358";
}
.ion-waterdrop:before {
  content: "\f25b";
}
.ion-wifi:before {
  content: "\f25c";
}
.ion-wineglass:before {
  content: "\f2b9";
}
.ion-woman:before {
  content: "\f25d";
}
.ion-wrench:before {
  content: "\f2ba";
}
.ion-xbox:before {
  content: "\f30c";
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  font-style: inherit;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa:before {
  font-family: FontAwesome!important;
}
.fa-lg {
  font-size: 1.43333333em;
  line-height: .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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.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;
}
/*consult icon*/
@font-face {
  font-family: consult;
  src: url(fonts/consult.eot?z634xf);
  src: url(fonts/consult.eot?z634xf#iefix) format('embedded-opentype'), url(fonts/consult.ttf?z634xf) format('truetype'), url(fonts/consult.woff?z634xf) format('woff'), url(fonts/consult.svg?z634xf#consult) format('svg');
  font-weight: 400;
  font-style: normal;
}
[class*=" cs-icon-"],
[class^=cs-icon-] {
  font-family: consult!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cs-icon-airplane:before {
  content: "\e900";
}
.cs-icon-chart:before {
  content: "\e901";
}
.cs-icon-des:before {
  content: "\e902";
}
.cs-icon-light:before {
  content: "\e903";
}
.cs-icon-medal:before {
  content: "\e904";
}
.cs-icon-pig:before {
  content: "\e905";
}
.cs-icon-portrait:before {
  content: "\e906";
}
.cs-icon-print:before {
  content: "\e907";
}
.cs-icon-ship:before {
  content: "\e908";
}
.cs-icon-support:before {
  content: "\e909";
}
.cs-icon-user:before {
  content: "\e90a";
}
.cs-icon-world:before {
  content: "\e90b";
}
.cs-icon-play-btn:before {
  content: "\e936";
}
.cs-icon-3d_rotation:before {
  content: "\e84d";
}
.cs-icon-ac_unit:before {
  content: "\eb3b";
}
.cs-icon-alarm:before {
  content: "\e855";
}
.cs-icon-access_alarms:before {
  content: "\e191";
}
.cs-icon-schedule:before {
  content: "\e8b5";
}
.cs-icon-accessibility:before {
  content: "\e84e";
}
.cs-icon-accessible:before {
  content: "\e914";
}
.cs-icon-account_balance:before {
  content: "\e84f";
}
.cs-icon-account_balance_wallet:before {
  content: "\e850";
}
.cs-icon-account_box:before {
  content: "\e851";
}
.cs-icon-account_circle:before {
  content: "\e853";
}
.cs-icon-adb:before {
  content: "\e60e";
}
.cs-icon-add:before {
  content: "\e145";
}
.cs-icon-add_a_photo:before {
  content: "\e439";
}
.cs-icon-alarm_add:before {
  content: "\e856";
}
.cs-icon-add_alert:before {
  content: "\e003";
}
.cs-icon-add_box:before {
  content: "\e146";
}
.cs-icon-add_circle:before {
  content: "\e147";
}
.cs-icon-control_point:before {
  content: "\e3ba";
}
.cs-icon-add_location:before {
  content: "\e567";
}
.cs-icon-add_shopping_cart:before {
  content: "\e854";
}
.cs-icon-queue:before {
  content: "\e03c";
}
.cs-icon-add_to_queue:before {
  content: "\e05c";
}
.cs-icon-adjust:before {
  content: "\e39e";
}
.cs-icon-airline_seat_flat:before {
  content: "\e630";
}
.cs-icon-airline_seat_flat_angled:before {
  content: "\e631";
}
.cs-icon-airline_seat_individual_suite:before {
  content: "\e632";
}
.cs-icon-airline_seat_legroom_extra:before {
  content: "\e633";
}
.cs-icon-airline_seat_legroom_normal:before {
  content: "\e634";
}
.cs-icon-airline_seat_legroom_reduced:before {
  content: "\e635";
}
.cs-icon-airline_seat_recline_extra:before {
  content: "\e636";
}
.cs-icon-airline_seat_recline_normal:before {
  content: "\e637";
}
.cs-icon-flight:before {
  content: "\e539";
}
.cs-icon-airplanemode_inactive:before {
  content: "\e194";
}
.cs-icon-airplay:before {
  content: "\e055";
}
.cs-icon-airport_shuttle:before {
  content: "\eb3c";
}
.cs-icon-alarm_off:before {
  content: "\e857";
}
.cs-icon-alarm_on:before {
  content: "\e858";
}
.cs-icon-album:before {
  content: "\e019";
}
.cs-icon-all_inclusive:before {
  content: "\eb3d";
}
.cs-icon-all_out:before {
  content: "\e90c";
}
.cs-icon-android:before {
  content: "\e859";
}
.cs-icon-announcement:before {
  content: "\e85a";
}
.cs-icon-apps:before {
  content: "\e5c3";
}
.cs-icon-archive:before {
  content: "\e149";
}
.cs-icon-arrow_back:before {
  content: "\e5c4";
}
.cs-icon-arrow_downward:before {
  content: "\e5db";
}
.cs-icon-arrow_drop_down:before {
  content: "\e5c5";
}
.cs-icon-arrow_drop_down_circle:before {
  content: "\e5c6";
}
.cs-icon-arrow_drop_up:before {
  content: "\e5c7";
}
.cs-icon-arrow_forward:before {
  content: "\e5c8";
}
.cs-icon-arrow_upward:before {
  content: "\e5d8";
}
.cs-icon-art_track:before {
  content: "\e060";
}
.cs-icon-aspect_ratio:before {
  content: "\e85b";
}
.cs-icon-poll:before {
  content: "\e801";
}
.cs-icon-assignment:before {
  content: "\e85d";
}
.cs-icon-assignment_ind:before {
  content: "\e85e";
}
.cs-icon-assignment_late:before {
  content: "\e85f";
}
.cs-icon-assignment_return:before {
  content: "\e860";
}
.cs-icon-assignment_returned:before {
  content: "\e861";
}
.cs-icon-assignment_turned_in:before {
  content: "\e862";
}
.cs-icon-assistant:before {
  content: "\e39f";
}
.cs-icon-flag:before {
  content: "\e153";
}
.cs-icon-attach_file:before {
  content: "\e226";
}
.cs-icon-attach_money:before {
  content: "\e227";
}
.cs-icon-attachment:before {
  content: "\e2bc";
}
.cs-icon-audiotrack:before {
  content: "\e3a1";
}
.cs-icon-autorenew:before {
  content: "\e863";
}
.cs-icon-av_timer:before {
  content: "\e01b";
}
.cs-icon-backspace:before {
  content: "\e14a";
}
.cs-icon-cloud_upload:before {
  content: "\e2c3";
}
.cs-icon-battery_alert:before {
  content: "\e19c";
}
.cs-icon-battery_charging_full:before {
  content: "\e1a3";
}
.cs-icon-battery_std:before {
  content: "\e1a5";
}
.cs-icon-battery_unknown:before {
  content: "\e1a6";
}
.cs-icon-beach_access:before {
  content: "\eb3e";
}
.cs-icon-beenhere:before {
  content: "\e52d";
}
.cs-icon-block:before {
  content: "\e14b";
}
.cs-icon-bluetooth:before {
  content: "\e1a7";
}
.cs-icon-bluetooth_searching:before {
  content: "\e1aa";
}
.cs-icon-bluetooth_connected:before {
  content: "\e1a8";
}
.cs-icon-bluetooth_disabled:before {
  content: "\e1a9";
}
.cs-icon-blur_circular:before {
  content: "\e3a2";
}
.cs-icon-blur_linear:before {
  content: "\e3a3";
}
.cs-icon-blur_off:before {
  content: "\e3a4";
}
.cs-icon-blur_on:before {
  content: "\e3a5";
}
.cs-icon-class:before {
  content: "\e86e";
}
.cs-icon-turned_in:before {
  content: "\e8e6";
}
.cs-icon-turned_in_not:before {
  content: "\e8e7";
}
.cs-icon-border_all:before {
  content: "\e228";
}
.cs-icon-border_bottom:before {
  content: "\e229";
}
.cs-icon-border_clear:before {
  content: "\e22a";
}
.cs-icon-border_color:before {
  content: "\e22b";
}
.cs-icon-border_horizontal:before {
  content: "\e22c";
}
.cs-icon-border_inner:before {
  content: "\e22d";
}
.cs-icon-border_left:before {
  content: "\e22e";
}
.cs-icon-border_outer:before {
  content: "\e22f";
}
.cs-icon-border_right:before {
  content: "\e230";
}
.cs-icon-border_style:before {
  content: "\e231";
}
.cs-icon-border_top:before {
  content: "\e232";
}
.cs-icon-border_vertical:before {
  content: "\e233";
}
.cs-icon-branding_watermark:before {
  content: "\e06b";
}
.cs-icon-brightness_1:before {
  content: "\e3a6";
}
.cs-icon-brightness_2:before {
  content: "\e3a7";
}
.cs-icon-brightness_3:before {
  content: "\e3a8";
}
.cs-icon-brightness_4:before {
  content: "\e3a9";
}
.cs-icon-brightness_low:before {
  content: "\e1ad";
}
.cs-icon-brightness_medium:before {
  content: "\e1ae";
}
.cs-icon-brightness_high:before {
  content: "\e1ac";
}
.cs-icon-brightness_auto:before {
  content: "\e1ab";
}
.cs-icon-broken_image:before {
  content: "\e3ad";
}
.cs-icon-brush:before {
  content: "\e3ae";
}
.cs-icon-bubble_chart:before {
  content: "\e6dd";
}
.cs-icon-bug_report:before {
  content: "\e868";
}
.cs-icon-build:before {
  content: "\e869";
}
.cs-icon-burst_mode:before {
  content: "\e43c";
}
.cs-icon-domain:before {
  content: "\e7ee";
}
.cs-icon-business_center:before {
  content: "\eb3f";
}
.cs-icon-cached:before {
  content: "\e86a";
}
.cs-icon-cake:before {
  content: "\e7e9";
}
.cs-icon-phone:before {
  content: "\e0cd";
}
.cs-icon-call_end:before {
  content: "\e0b1";
}
.cs-icon-call_made:before {
  content: "\e0b2";
}
.cs-icon-merge_type:before {
  content: "\e252";
}
.cs-icon-call_missed:before {
  content: "\e0b4";
}
.cs-icon-call_missed_outgoing:before {
  content: "\e0e4";
}
.cs-icon-call_received:before {
  content: "\e0b5";
}
.cs-icon-call_split:before {
  content: "\e0b6";
}
.cs-icon-call_to_action:before {
  content: "\e06c";
}
.cs-icon-camera:before {
  content: "\e3af";
}
.cs-icon-photo_camera:before {
  content: "\e412";
}
.cs-icon-camera_enhance:before {
  content: "\e8fc";
}
.cs-icon-camera_front:before {
  content: "\e3b1";
}
.cs-icon-camera_rear:before {
  content: "\e3b2";
}
.cs-icon-camera_roll:before {
  content: "\e3b3";
}
.cs-icon-cancel:before {
  content: "\e5c9";
}
.cs-icon-redeem:before {
  content: "\e8b1";
}
.cs-icon-card_membership:before {
  content: "\e8f7";
}
.cs-icon-card_travel:before {
  content: "\e8f8";
}
.cs-icon-casino:before {
  content: "\eb40";
}
.cs-icon-cast:before {
  content: "\e307";
}
.cs-icon-cast_connected:before {
  content: "\e308";
}
.cs-icon-center_focus_strong:before {
  content: "\e3b4";
}
.cs-icon-center_focus_weak:before {
  content: "\e3b5";
}
.cs-icon-change_history:before {
  content: "\e86b";
}
.cs-icon-chat:before {
  content: "\e0b7";
}
.cs-icon-chat_bubble:before {
  content: "\e0ca";
}
.cs-icon-chat_bubble_outline:before {
  content: "\e0cb";
}
.cs-icon-check:before {
  content: "\e5ca";
}
.cs-icon-check_box:before {
  content: "\e834";
}
.cs-icon-check_box_outline_blank:before {
  content: "\e835";
}
.cs-icon-check_circle:before {
  content: "\e86c";
}
.cs-icon-navigate_before:before {
  content: "\e408";
}
.cs-icon-navigate_next:before {
  content: "\e409";
}
.cs-icon-child_care:before {
  content: "\eb41";
}
.cs-icon-child_friendly:before {
  content: "\eb42";
}
.cs-icon-chrome_reader_mode:before {
  content: "\e86d";
}
.cs-icon-close:before {
  content: "\e5cd";
}
.cs-icon-clear_all:before {
  content: "\e0b8";
}
.cs-icon-closed_caption:before {
  content: "\e01c";
}
.cs-icon-wb_cloudy:before {
  content: "\e42d";
}
.cs-icon-cloud_circle:before {
  content: "\e2be";
}
.cs-icon-cloud_done:before {
  content: "\e2bf";
}
.cs-icon-cloud_download:before {
  content: "\e2c0";
}
.cs-icon-cloud_off:before {
  content: "\e2c1";
}
.cs-icon-cloud_queue:before {
  content: "\e2c2";
}
.cs-icon-code:before {
  content: "\e86f";
}
.cs-icon-photo_library:before {
  content: "\e413";
}
.cs-icon-collections_bookmark:before {
  content: "\e431";
}
.cs-icon-palette:before {
  content: "\e40a";
}
.cs-icon-colorize:before {
  content: "\e3b8";
}
.cs-icon-comment:before {
  content: "\e0b9";
}
.cs-icon-compare:before {
  content: "\e3b9";
}
.cs-icon-compare_arrows:before {
  content: "\e915";
}
.cs-icon-laptop:before {
  content: "\e31e";
}
.cs-icon-confirmation_number:before {
  content: "\e638";
}
.cs-icon-contact_mail:before {
  content: "\e0d0";
}
.cs-icon-contact_phone:before {
  content: "\e0cf";
}
.cs-icon-contacts:before {
  content: "\e0ba";
}
.cs-icon-content_copy:before {
  content: "\e14d";
}
.cs-icon-content_cut:before {
  content: "\e14e";
}
.cs-icon-content_paste:before {
  content: "\e14f";
}
.cs-icon-control_point_duplicate:before {
  content: "\e3bb";
}
.cs-icon-copyright:before {
  content: "\e90d";
}
.cs-icon-mode_edit:before {
  content: "\e254";
}
.cs-icon-create_new_folder:before {
  content: "\e2cc";
}
.cs-icon-payment:before {
  content: "\e8a1";
}
.cs-icon-crop:before {
  content: "\e3be";
}
.cs-icon-crop_16_9:before {
  content: "\e3bc";
}
.cs-icon-crop_3_2:before {
  content: "\e3bd";
}
.cs-icon-crop_landscape:before {
  content: "\e3c3";
}
.cs-icon-crop_7_5:before {
  content: "\e3c0";
}
.cs-icon-crop_din:before {
  content: "\e3c1";
}
.cs-icon-crop_free:before {
  content: "\e3c2";
}
.cs-icon-crop_original:before {
  content: "\e3c4";
}
.cs-icon-crop_portrait:before {
  content: "\e3c5";
}
.cs-icon-crop_rotate:before {
  content: "\e437";
}
.cs-icon-crop_square:before {
  content: "\e3c6";
}
.cs-icon-dashboard:before {
  content: "\e871";
}
.cs-icon-data_usage:before {
  content: "\e1af";
}
.cs-icon-date_range:before {
  content: "\e916";
}
.cs-icon-dehaze:before {
  content: "\e3c7";
}
.cs-icon-delete:before {
  content: "\e872";
}
.cs-icon-delete_forever:before {
  content: "\e92b";
}
.cs-icon-delete_sweep:before {
  content: "\e16c";
}
.cs-icon-description:before {
  content: "\e873";
}
.cs-icon-desktop_mac:before {
  content: "\e30b";
}
.cs-icon-desktop_windows:before {
  content: "\e30c";
}
.cs-icon-details:before {
  content: "\e3c8";
}
.cs-icon-developer_board:before {
  content: "\e30d";
}
.cs-icon-developer_mode:before {
  content: "\e1b0";
}
.cs-icon-device_hub:before {
  content: "\e335";
}
.cs-icon-phonelink:before {
  content: "\e326";
}
.cs-icon-devices_other:before {
  content: "\e337";
}
.cs-icon-dialer_sip:before {
  content: "\e0bb";
}
.cs-icon-dialpad:before {
  content: "\e0bc";
}
.cs-icon-directions:before {
  content: "\e52e";
}
.cs-icon-directions_bike:before {
  content: "\e52f";
}
.cs-icon-directions_boat:before {
  content: "\e532";
}
.cs-icon-directions_bus:before {
  content: "\e530";
}
.cs-icon-directions_car:before {
  content: "\e531";
}
.cs-icon-directions_railway:before {
  content: "\e534";
}
.cs-icon-directions_run:before {
  content: "\e566";
}
.cs-icon-directions_transit:before {
  content: "\e535";
}
.cs-icon-directions_walk:before {
  content: "\e536";
}
.cs-icon-disc_full:before {
  content: "\e610";
}
.cs-icon-dns:before {
  content: "\e875";
}
.cs-icon-not_interested:before {
  content: "\e033";
}
.cs-icon-do_not_disturb_alt:before {
  content: "\e611";
}
.cs-icon-do_not_disturb_off:before {
  content: "\e643";
}
.cs-icon-remove_circle:before {
  content: "\e15c";
}
.cs-icon-dock:before {
  content: "\e30e";
}
.cs-icon-done:before {
  content: "\e876";
}
.cs-icon-done_all:before {
  content: "\e877";
}
.cs-icon-donut_large:before {
  content: "\e917";
}
.cs-icon-donut_small:before {
  content: "\e918";
}
.cs-icon-drafts:before {
  content: "\e151";
}
.cs-icon-drag_handle:before {
  content: "\e25d";
}
.cs-icon-time_to_leave:before {
  content: "\e62c";
}
.cs-icon-dvr:before {
  content: "\e1b2";
}
.cs-icon-edit_location:before {
  content: "\e568";
}
.cs-icon-eject:before {
  content: "\e8fb";
}
.cs-icon-markunread:before {
  content: "\e159";
}
.cs-icon-enhanced_encryption:before {
  content: "\e63f";
}
.cs-icon-equalizer:before {
  content: "\e01d";
}
.cs-icon-error:before {
  content: "\e000";
}
.cs-icon-error_outline:before {
  content: "\e001";
}
.cs-icon-euro_symbol:before {
  content: "\e926";
}
.cs-icon-ev_station:before {
  content: "\e56d";
}
.cs-icon-insert_invitation:before {
  content: "\e24f";
}
.cs-icon-event_available:before {
  content: "\e614";
}
.cs-icon-event_busy:before {
  content: "\e615";
}
.cs-icon-event_note:before {
  content: "\e616";
}
.cs-icon-event_seat:before {
  content: "\e90e";
}
.cs-icon-exit_to_app:before {
  content: "\e879";
}
.cs-icon-expand_less:before {
  content: "\e5ce";
}
.cs-icon-expand_more:before {
  content: "\e5cf";
}
.cs-icon-explicit:before {
  content: "\e01e";
}
.cs-icon-explore:before {
  content: "\e87a";
}
.cs-icon-exposure:before {
  content: "\e3ca";
}
.cs-icon-exposure_neg_1:before {
  content: "\e3cb";
}
.cs-icon-exposure_neg_2:before {
  content: "\e3cc";
}
.cs-icon-exposure_plus_1:before {
  content: "\e3cd";
}
.cs-icon-exposure_plus_2:before {
  content: "\e3ce";
}
.cs-icon-exposure_zero:before {
  content: "\e3cf";
}
.cs-icon-extension:before {
  content: "\e87b";
}
.cs-icon-face:before {
  content: "\e87c";
}
.cs-icon-fast_forward:before {
  content: "\e01f";
}
.cs-icon-fast_rewind:before {
  content: "\e020";
}
.cs-icon-favorite:before {
  content: "\e87d";
}
.cs-icon-favorite_border:before {
  content: "\e87e";
}
.cs-icon-featured_play_list:before {
  content: "\e06d";
}
.cs-icon-featured_video:before {
  content: "\e06e";
}
.cs-icon-sms_failed:before {
  content: "\e626";
}
.cs-icon-fiber_dvr:before {
  content: "\e05d";
}
.cs-icon-fiber_manual_record:before {
  content: "\e061";
}
.cs-icon-fiber_new:before {
  content: "\e05e";
}
.cs-icon-fiber_pin:before {
  content: "\e06a";
}
.cs-icon-fiber_smart_record:before {
  content: "\e062";
}
.cs-icon-get_app:before {
  content: "\e884";
}
.cs-icon-file_upload:before {
  content: "\e2c6";
}
.cs-icon-filter:before {
  content: "\e3d3";
}
.cs-icon-filter_1:before {
  content: "\e3d0";
}
.cs-icon-filter_2:before {
  content: "\e3d1";
}
.cs-icon-filter_3:before {
  content: "\e3d2";
}
.cs-icon-filter_4:before {
  content: "\e3d4";
}
.cs-icon-filter_5:before {
  content: "\e3d5";
}
.cs-icon-filter_6:before {
  content: "\e3d6";
}
.cs-icon-filter_7:before {
  content: "\e3d7";
}
.cs-icon-filter_8:before {
  content: "\e3d8";
}
.cs-icon-filter_9:before {
  content: "\e3d9";
}
.cs-icon-filter_9_plus:before {
  content: "\e3da";
}
.cs-icon-filter_b_and_w:before {
  content: "\e3db";
}
.cs-icon-filter_center_focus:before {
  content: "\e3dc";
}
.cs-icon-filter_drama:before {
  content: "\e3dd";
}
.cs-icon-filter_frames:before {
  content: "\e3de";
}
.cs-icon-terrain:before {
  content: "\e564";
}
.cs-icon-filter_list:before {
  content: "\e152";
}
.cs-icon-filter_none:before {
  content: "\e3e0";
}
.cs-icon-filter_tilt_shift:before {
  content: "\e3e2";
}
.cs-icon-filter_vintage:before {
  content: "\e3e3";
}
.cs-icon-find_in_page:before {
  content: "\e880";
}
.cs-icon-find_replace:before {
  content: "\e881";
}
.cs-icon-fingerprint:before {
  content: "\e90f";
}
.cs-icon-first_page:before {
  content: "\e5dc";
}
.cs-icon-fitness_center:before {
  content: "\eb43";
}
.cs-icon-flare:before {
  content: "\e3e4";
}
.cs-icon-flash_auto:before {
  content: "\e3e5";
}
.cs-icon-flash_off:before {
  content: "\e3e6";
}
.cs-icon-flash_on:before {
  content: "\e3e7";
}
.cs-icon-flight_land:before {
  content: "\e910";
}
.cs-icon-flight_takeoff:before {
  content: "\e911";
}
.cs-icon-flip:before {
  content: "\e3e8";
}
.cs-icon-flip_to_back:before {
  content: "\e882";
}
.cs-icon-flip_to_front:before {
  content: "\e883";
}
.cs-icon-folder:before {
  content: "\e2c7";
}
.cs-icon-folder_open:before {
  content: "\e2c8";
}
.cs-icon-folder_shared:before {
  content: "\e2c9";
}
.cs-icon-folder_special:before {
  content: "\e617";
}
.cs-icon-font_download:before {
  content: "\e167";
}
.cs-icon-format_align_center:before {
  content: "\e234";
}
.cs-icon-format_align_justify:before {
  content: "\e235";
}
.cs-icon-format_align_left:before {
  content: "\e236";
}
.cs-icon-format_align_right:before {
  content: "\e237";
}
.cs-icon-format_bold:before {
  content: "\e238";
}
.cs-icon-format_clear:before {
  content: "\e239";
}
.cs-icon-format_color_fill:before {
  content: "\e23a";
}
.cs-icon-format_color_reset:before {
  content: "\e23b";
}
.cs-icon-format_color_text:before {
  content: "\e23c";
}
.cs-icon-format_indent_decrease:before {
  content: "\e23d";
}
.cs-icon-format_indent_increase:before {
  content: "\e23e";
}
.cs-icon-format_italic:before {
  content: "\e23f";
}
.cs-icon-format_line_spacing:before {
  content: "\e240";
}
.cs-icon-format_list_bulleted:before {
  content: "\e241";
}
.cs-icon-format_list_numbered:before {
  content: "\e242";
}
.cs-icon-format_paint:before {
  content: "\e243";
}
.cs-icon-format_quote:before {
  content: "\e244";
}
.cs-icon-format_shapes:before {
  content: "\e25e";
}
.cs-icon-format_size:before {
  content: "\e245";
}
.cs-icon-format_strikethrough:before {
  content: "\e246";
}
.cs-icon-format_textdirection_l_to_r:before {
  content: "\e247";
}
.cs-icon-format_textdirection_r_to_l:before {
  content: "\e248";
}
.cs-icon-format_underlined:before {
  content: "\e249";
}
.cs-icon-question_answer:before {
  content: "\e8af";
}
.cs-icon-forward:before {
  content: "\e154";
}
.cs-icon-forward_10:before {
  content: "\e056";
}
.cs-icon-forward_30:before {
  content: "\e057";
}
.cs-icon-forward_5:before {
  content: "\e058";
}
.cs-icon-free_breakfast:before {
  content: "\eb44";
}
.cs-icon-fullscreen:before {
  content: "\e5d0";
}
.cs-icon-fullscreen_exit:before {
  content: "\e5d1";
}
.cs-icon-functions:before {
  content: "\e24a";
}
.cs-icon-g_translate:before {
  content: "\e927";
}
.cs-icon-games:before {
  content: "\e021";
}
.cs-icon-gavel:before {
  content: "\e912";
}
.cs-icon-gesture:before {
  content: "\e155";
}
.cs-icon-gif:before {
  content: "\e913";
}
.cs-icon-goat:before {
  content: "\e919";
}
.cs-icon-golf_course:before {
  content: "\eb45";
}
.cs-icon-my_location:before {
  content: "\e55c";
}
.cs-icon-location_searching:before {
  content: "\e1b7";
}
.cs-icon-location_disabled:before {
  content: "\e1b6";
}
.cs-icon-star:before {
  content: "\e838";
}
.cs-icon-gradient:before {
  content: "\e3e9";
}
.cs-icon-grain:before {
  content: "\e3ea";
}
.cs-icon-graphic_eq:before {
  content: "\e1b8";
}
.cs-icon-grid_off:before {
  content: "\e3eb";
}
.cs-icon-grid_on:before {
  content: "\e3ec";
}
.cs-icon-people:before {
  content: "\e7fb";
}
.cs-icon-group_add:before {
  content: "\e7f0";
}
.cs-icon-group_work:before {
  content: "\e886";
}
.cs-icon-hd:before {
  content: "\e052";
}
.cs-icon-hdr_off:before {
  content: "\e3ed";
}
.cs-icon-hdr_on:before {
  content: "\e3ee";
}
.cs-icon-hdr_strong:before {
  content: "\e3f1";
}
.cs-icon-hdr_weak:before {
  content: "\e3f2";
}
.cs-icon-headset:before {
  content: "\e310";
}
.cs-icon-headset_mic:before {
  content: "\e311";
}
.cs-icon-healing:before {
  content: "\e3f3";
}
.cs-icon-hearing:before {
  content: "\e023";
}
.cs-icon-help:before {
  content: "\e887";
}
.cs-icon-help_outline:before {
  content: "\e8fd";
}
.cs-icon-high_quality:before {
  content: "\e024";
}
.cs-icon-highlight:before {
  content: "\e25f";
}
.cs-icon-highlight_off:before {
  content: "\e888";
}
.cs-icon-restore:before {
  content: "\e8b3";
}
.cs-icon-home:before {
  content: "\e88a";
}
.cs-icon-hot_tub:before {
  content: "\eb46";
}
.cs-icon-local_hotel:before {
  content: "\e549";
}
.cs-icon-hourglass_empty:before {
  content: "\e88b";
}
.cs-icon-hourglass_full:before {
  content: "\e88c";
}
.cs-icon-http:before {
  content: "\e91a";
}
.cs-icon-lock:before {
  content: "\e897";
}
.cs-icon-photo:before {
  content: "\e410";
}
.cs-icon-image_aspect_ratio:before {
  content: "\e3f5";
}
.cs-icon-import_contacts:before {
  content: "\e0e0";
}
.cs-icon-import_export:before {
  content: "\e0c3";
}
.cs-icon-important_devices:before {
  content: "\e91b";
}
.cs-icon-inbox:before {
  content: "\e156";
}
.cs-icon-indeterminate_check_box:before {
  content: "\e91c";
}
.cs-icon-info:before {
  content: "\e88e";
}
.cs-icon-info_outline:before {
  content: "\e88f";
}
.cs-icon-input:before {
  content: "\e890";
}
.cs-icon-insert_comment:before {
  content: "\e24c";
}
.cs-icon-insert_drive_file:before {
  content: "\e24d";
}
.cs-icon-tag_faces:before {
  content: "\e420";
}
.cs-icon-link:before {
  content: "\e157";
}
.cs-icon-invert_colors:before {
  content: "\e891";
}
.cs-icon-invert_colors_off:before {
  content: "\e0c4";
}
.cs-icon-iso:before {
  content: "\e3f6";
}
.cs-icon-keyboard:before {
  content: "\e312";
}
.cs-icon-keyboard_arrow_down:before {
  content: "\e313";
}
.cs-icon-keyboard_arrow_left:before {
  content: "\e314";
}
.cs-icon-keyboard_arrow_right:before {
  content: "\e315";
}
.cs-icon-keyboard_arrow_up:before {
  content: "\e316";
}
.cs-icon-keyboard_backspace:before {
  content: "\e317";
}
.cs-icon-keyboard_capslock:before {
  content: "\e318";
}
.cs-icon-keyboard_hide:before {
  content: "\e31a";
}
.cs-icon-keyboard_return:before {
  content: "\e31b";
}
.cs-icon-keyboard_tab:before {
  content: "\e31c";
}
.cs-icon-keyboard_voice:before {
  content: "\e31d";
}
.cs-icon-kitchen:before {
  content: "\eb47";
}
.cs-icon-label:before {
  content: "\e892";
}
.cs-icon-label_outline:before {
  content: "\e893";
}
.cs-icon-language:before {
  content: "\e894";
}
.cs-icon-laptop_chromebook:before {
  content: "\e31f";
}
.cs-icon-laptop_mac:before {
  content: "\e320";
}
.cs-icon-laptop_windows:before {
  content: "\e321";
}
.cs-icon-last_page:before {
  content: "\e5dd";
}
.cs-icon-open_in_new:before {
  content: "\e89e";
}
.cs-icon-layers:before {
  content: "\e53b";
}
.cs-icon-layers_clear:before {
  content: "\e53c";
}
.cs-icon-leak_add:before {
  content: "\e3f8";
}
.cs-icon-leak_remove:before {
  content: "\e3f9";
}
.cs-icon-lens:before {
  content: "\e3fa";
}
.cs-icon-library_books:before {
  content: "\e02f";
}
.cs-icon-library_music:before {
  content: "\e030";
}
.cs-icon-lightbulb_outline:before {
  content: "\e91d";
}
.cs-icon-line_style:before {
  content: "\e91e";
}
.cs-icon-line_weight:before {
  content: "\e91f";
}
.cs-icon-linear_scale:before {
  content: "\e260";
}
.cs-icon-linked_camera:before {
  content: "\e438";
}
.cs-icon-list:before {
  content: "\e896";
}
.cs-icon-live_help:before {
  content: "\e0c6";
}
.cs-icon-live_tv:before {
  content: "\e639";
}
.cs-icon-local_play:before {
  content: "\e553";
}
.cs-icon-local_airport:before {
  content: "\e53d";
}
.cs-icon-local_atm:before {
  content: "\e53e";
}
.cs-icon-local_bar:before {
  content: "\e540";
}
.cs-icon-local_cafe:before {
  content: "\e541";
}
.cs-icon-local_car_wash:before {
  content: "\e542";
}
.cs-icon-local_convenience_store:before {
  content: "\e543";
}
.cs-icon-restaurant_menu:before {
  content: "\e561";
}
.cs-icon-local_drink:before {
  content: "\e544";
}
.cs-icon-local_florist:before {
  content: "\e545";
}
.cs-icon-local_gas_station:before {
  content: "\e546";
}
.cs-icon-shopping_cart:before {
  content: "\e8cc";
}
.cs-icon-local_hospital:before {
  content: "\e548";
}
.cs-icon-local_laundry_service:before {
  content: "\e54a";
}
.cs-icon-local_library:before {
  content: "\e54b";
}
.cs-icon-local_mall:before {
  content: "\e54c";
}
.cs-icon-theaters:before {
  content: "\e8da";
}
.cs-icon-local_offer:before {
  content: "\e54e";
}
.cs-icon-local_parking:before {
  content: "\e54f";
}
.cs-icon-local_pharmacy:before {
  content: "\e550";
}
.cs-icon-local_pizza:before {
  content: "\e552";
}
.cs-icon-print2:before {
  content: "\e8ad";
}
.cs-icon-local_shipping:before {
  content: "\e558";
}
.cs-icon-local_taxi:before {
  content: "\e559";
}
.cs-icon-location_city:before {
  content: "\e7f1";
}
.cs-icon-location_off:before {
  content: "\e0c7";
}
.cs-icon-room:before {
  content: "\e8b4";
}
.cs-icon-lock_open:before {
  content: "\e898";
}
.cs-icon-lock_outline:before {
  content: "\e899";
}
.cs-icon-looks:before {
  content: "\e3fc";
}
.cs-icon-looks_3:before {
  content: "\e3fb";
}
.cs-icon-looks_4:before {
  content: "\e3fd";
}
.cs-icon-looks_5:before {
  content: "\e3fe";
}
.cs-icon-looks_6:before {
  content: "\e3ff";
}
.cs-icon-looks_one:before {
  content: "\e400";
}
.cs-icon-looks_two:before {
  content: "\e401";
}
.cs-icon-sync:before {
  content: "\e627";
}
.cs-icon-loupe:before {
  content: "\e402";
}
.cs-icon-low_priority:before {
  content: "\e16d";
}
.cs-icon-loyalty:before {
  content: "\e89a";
}
.cs-icon-mail_outline:before {
  content: "\e0e1";
}
.cs-icon-map:before {
  content: "\e55b";
}
.cs-icon-markunread_mailbox:before {
  content: "\e89b";
}
.cs-icon-memory:before {
  content: "\e322";
}
.cs-icon-menu:before {
  content: "\e5d2";
}
.cs-icon-message:before {
  content: "\e0c9";
}
.cs-icon-mic:before {
  content: "\e029";
}
.cs-icon-mic_none:before {
  content: "\e02a";
}
.cs-icon-mic_off:before {
  content: "\e02b";
}
.cs-icon-mms:before {
  content: "\e618";
}
.cs-icon-mode_comment:before {
  content: "\e253";
}
.cs-icon-monetization_on:before {
  content: "\e263";
}
.cs-icon-money_off:before {
  content: "\e25c";
}
.cs-icon-monochrome_photos:before {
  content: "\e403";
}
.cs-icon-mood_bad:before {
  content: "\e7f3";
}
.cs-icon-more:before {
  content: "\e619";
}
.cs-icon-more_horiz:before {
  content: "\e5d3";
}
.cs-icon-more_vert:before {
  content: "\e5d4";
}
.cs-icon-motorcycle:before {
  content: "\e920";
}
.cs-icon-mouse:before {
  content: "\e323";
}
.cs-icon-move_to_inbox:before {
  content: "\e168";
}
.cs-icon-movie_creation:before {
  content: "\e404";
}
.cs-icon-movie_filter:before {
  content: "\e43a";
}
.cs-icon-multiline_chart:before {
  content: "\e6df";
}
.cs-icon-music_note:before {
  content: "\e405";
}
.cs-icon-music_video:before {
  content: "\e063";
}
.cs-icon-nature:before {
  content: "\e406";
}
.cs-icon-nature_people:before {
  content: "\e407";
}
.cs-icon-navigation:before {
  content: "\e55d";
}
.cs-icon-near_me:before {
  content: "\e569";
}
.cs-icon-network_cell:before {
  content: "\e1b9";
}
.cs-icon-network_check:before {
  content: "\e640";
}
.cs-icon-network_locked:before {
  content: "\e61a";
}
.cs-icon-network_wifi:before {
  content: "\e1ba";
}
.cs-icon-new_releases:before {
  content: "\e031";
}
.cs-icon-next_week:before {
  content: "\e16a";
}
.cs-icon-nfc:before {
  content: "\e1bb";
}
.cs-icon-no_encryption:before {
  content: "\e641";
}
.cs-icon-signal_cellular_no_sim:before {
  content: "\e1ce";
}
.cs-icon-note:before {
  content: "\e06f";
}
.cs-icon-note_add:before {
  content: "\e89c";
}
.cs-icon-notifications:before {
  content: "\e7f4";
}
.cs-icon-notifications_active:before {
  content: "\e7f7";
}
.cs-icon-notifications_none:before {
  content: "\e7f5";
}
.cs-icon-notifications_off:before {
  content: "\e7f6";
}
.cs-icon-notifications_paused:before {
  content: "\e7f8";
}
.cs-icon-offline_pin:before {
  content: "\e921";
}
.cs-icon-ondemand_video:before {
  content: "\e63a";
}
.cs-icon-opacity:before {
  content: "\e922";
}
.cs-icon-open_in_browser:before {
  content: "\e89d";
}
.cs-icon-open_with:before {
  content: "\e89f";
}
.cs-icon-pages:before {
  content: "\e7f9";
}
.cs-icon-pageview:before {
  content: "\e8a0";
}
.cs-icon-pan_tool:before {
  content: "\e925";
}
.cs-icon-panorama:before {
  content: "\e40b";
}
.cs-icon-radio_button_unchecked:before {
  content: "\e836";
}
.cs-icon-panorama_horizontal:before {
  content: "\e40d";
}
.cs-icon-panorama_vertical:before {
  content: "\e40e";
}
.cs-icon-panorama_wide_angle:before {
  content: "\e40f";
}
.cs-icon-party_mode:before {
  content: "\e7fa";
}
.cs-icon-pause:before {
  content: "\e034";
}
.cs-icon-pause_circle_filled:before {
  content: "\e035";
}
.cs-icon-pause_circle_outline:before {
  content: "\e036";
}
.cs-icon-people_outline:before {
  content: "\e7fc";
}
.cs-icon-perm_camera_mic:before {
  content: "\e8a2";
}
.cs-icon-perm_contact_calendar:before {
  content: "\e8a3";
}
.cs-icon-perm_data_setting:before {
  content: "\e8a4";
}
.cs-icon-perm_device_information:before {
  content: "\e8a5";
}
.cs-icon-person_outline:before {
  content: "\e7ff";
}
.cs-icon-perm_media:before {
  content: "\e8a7";
}
.cs-icon-perm_phone_msg:before {
  content: "\e8a8";
}
.cs-icon-perm_scan_wifi:before {
  content: "\e8a9";
}
.cs-icon-person:before {
  content: "\e7fd";
}
.cs-icon-person_add:before {
  content: "\e7fe";
}
.cs-icon-person_pin:before {
  content: "\e55a";
}
.cs-icon-person_pin_circle:before {
  content: "\e56a";
}
.cs-icon-personal_video:before {
  content: "\e63b";
}
.cs-icon-pets:before {
  content: "\e923";
}
.cs-icon-phone_android:before {
  content: "\e324";
}
.cs-icon-phone_bluetooth_speaker:before {
  content: "\e61b";
}
.cs-icon-phone_forwarded:before {
  content: "\e61c";
}
.cs-icon-phone_in_talk:before {
  content: "\e61d";
}
.cs-icon-phone_iphone:before {
  content: "\e325";
}
.cs-icon-phone_locked:before {
  content: "\e61e";
}
.cs-icon-phone_missed:before {
  content: "\e61f";
}
.cs-icon-phone_paused:before {
  content: "\e620";
}
.cs-icon-phonelink_erase:before {
  content: "\e0db";
}
.cs-icon-phonelink_lock:before {
  content: "\e0dc";
}
.cs-icon-phonelink_off:before {
  content: "\e327";
}
.cs-icon-phonelink_ring:before {
  content: "\e0dd";
}
.cs-icon-phonelink_setup:before {
  content: "\e0de";
}
.cs-icon-photo_album:before {
  content: "\e411";
}
.cs-icon-photo_filter:before {
  content: "\e43b";
}
.cs-icon-photo_size_select_actual:before {
  content: "\e432";
}
.cs-icon-photo_size_select_large:before {
  content: "\e433";
}
.cs-icon-photo_size_select_small:before {
  content: "\e434";
}
.cs-icon-picture_as_pdf:before {
  content: "\e415";
}
.cs-icon-picture_in_picture:before {
  content: "\e8aa";
}
.cs-icon-picture_in_picture_alt:before {
  content: "\e924";
}
.cs-icon-pie_chart:before {
  content: "\e6c4";
}
.cs-icon-pie_chart_outlined:before {
  content: "\e6c5";
}
.cs-icon-pin_drop:before {
  content: "\e55e";
}
.cs-icon-play_arrow:before {
  content: "\e037";
}
.cs-icon-play_circle_filled:before {
  content: "\e038";
}
.cs-icon-play_circle_outline:before {
  content: "\e039";
}
.cs-icon-play_for_work:before {
  content: "\e928";
}
.cs-icon-playlist_add:before {
  content: "\e03b";
}
.cs-icon-playlist_add_check:before {
  content: "\e065";
}
.cs-icon-playlist_play:before {
  content: "\e05f";
}
.cs-icon-plus_one:before {
  content: "\e800";
}
.cs-icon-polymer:before {
  content: "\e8ab";
}
.cs-icon-pool:before {
  content: "\eb48";
}
.cs-icon-portable_wifi_off:before {
  content: "\e0ce";
}
.cs-icon-portrait2:before {
  content: "\e416";
}
.cs-icon-power:before {
  content: "\e63c";
}
.cs-icon-power_input:before {
  content: "\e336";
}
.cs-icon-power_settings_new:before {
  content: "\e8ac";
}
.cs-icon-pregnant_woman:before {
  content: "\e929";
}
.cs-icon-present_to_all:before {
  content: "\e0df";
}
.cs-icon-priority_high:before {
  content: "\e645";
}
.cs-icon-public:before {
  content: "\e80b";
}
.cs-icon-publish:before {
  content: "\e255";
}
.cs-icon-queue_music:before {
  content: "\e03d";
}
.cs-icon-queue_play_next:before {
  content: "\e066";
}
.cs-icon-radio:before {
  content: "\e03e";
}
.cs-icon-radio_button_checked:before {
  content: "\e837";
}
.cs-icon-rate_review:before {
  content: "\e560";
}
.cs-icon-receipt:before {
  content: "\e8b0";
}
.cs-icon-recent_actors:before {
  content: "\e03f";
}
.cs-icon-record_voice_over:before {
  content: "\e92a";
}
.cs-icon-redo:before {
  content: "\e15a";
}
.cs-icon-refresh:before {
  content: "\e5d5";
}
.cs-icon-remove:before {
  content: "\e15b";
}
.cs-icon-remove_circle_outline:before {
  content: "\e15d";
}
.cs-icon-remove_from_queue:before {
  content: "\e067";
}
.cs-icon-visibility:before {
  content: "\e8f4";
}
.cs-icon-remove_shopping_cart:before {
  content: "\e92c";
}
.cs-icon-reorder:before {
  content: "\e8fe";
}
.cs-icon-repeat:before {
  content: "\e040";
}
.cs-icon-repeat_one:before {
  content: "\e041";
}
.cs-icon-replay:before {
  content: "\e042";
}
.cs-icon-replay_10:before {
  content: "\e059";
}
.cs-icon-replay_30:before {
  content: "\e05a";
}
.cs-icon-replay_5:before {
  content: "\e05b";
}
.cs-icon-reply:before {
  content: "\e15e";
}
.cs-icon-reply_all:before {
  content: "\e15f";
}
.cs-icon-report:before {
  content: "\e160";
}
.cs-icon-warning:before {
  content: "\e002";
}
.cs-icon-restaurant:before {
  content: "\e56c";
}
.cs-icon-restore_page:before {
  content: "\e92d";
}
.cs-icon-ring_volume:before {
  content: "\e0d1";
}
.cs-icon-room_service:before {
  content: "\eb49";
}
.cs-icon-rotate_90_degrees_ccw:before {
  content: "\e418";
}
.cs-icon-rotate_left:before {
  content: "\e419";
}
.cs-icon-rotate_right:before {
  content: "\e41a";
}
.cs-icon-rounded_corner:before {
  content: "\e92e";
}
.cs-icon-router:before {
  content: "\e328";
}
.cs-icon-rowing:before {
  content: "\e92f";
}
.cs-icon-rss_feed:before {
  content: "\e0e5";
}
.cs-icon-rv_hookup:before {
  content: "\e642";
}
.cs-icon-satellite:before {
  content: "\e562";
}
.cs-icon-save:before {
  content: "\e161";
}
.cs-icon-scanner:before {
  content: "\e329";
}
.cs-icon-school:before {
  content: "\e80c";
}
.cs-icon-screen_lock_landscape:before {
  content: "\e1be";
}
.cs-icon-screen_lock_portrait:before {
  content: "\e1bf";
}
.cs-icon-screen_lock_rotation:before {
  content: "\e1c0";
}
.cs-icon-screen_rotation:before {
  content: "\e1c1";
}
.cs-icon-screen_share:before {
  content: "\e0e2";
}
.cs-icon-sd_storage:before {
  content: "\e1c2";
}
.cs-icon-search:before {
  content: "\e8b6";
}
.cs-icon-security:before {
  content: "\e32a";
}
.cs-icon-select_all:before {
  content: "\e162";
}
.cs-icon-send:before {
  content: "\e163";
}
.cs-icon-sentiment_dissatisfied:before {
  content: "\e811";
}
.cs-icon-sentiment_neutral:before {
  content: "\e812";
}
.cs-icon-sentiment_satisfied:before {
  content: "\e813";
}
.cs-icon-sentiment_very_dissatisfied:before {
  content: "\e814";
}
.cs-icon-sentiment_very_satisfied:before {
  content: "\e815";
}
.cs-icon-settings:before {
  content: "\e8b8";
}
.cs-icon-settings_applications:before {
  content: "\e8b9";
}
.cs-icon-settings_backup_restore:before {
  content: "\e8ba";
}
.cs-icon-settings_bluetooth:before {
  content: "\e8bb";
}
.cs-icon-settings_brightness:before {
  content: "\e8bd";
}
.cs-icon-settings_cell:before {
  content: "\e8bc";
}
.cs-icon-settings_ethernet:before {
  content: "\e8be";
}
.cs-icon-settings_input_antenna:before {
  content: "\e8bf";
}
.cs-icon-settings_input_composite:before {
  content: "\e8c1";
}
.cs-icon-settings_input_hdmi:before {
  content: "\e8c2";
}
.cs-icon-settings_input_svideo:before {
  content: "\e8c3";
}
.cs-icon-settings_overscan:before {
  content: "\e8c4";
}
.cs-icon-settings_phone:before {
  content: "\e8c5";
}
.cs-icon-settings_power:before {
  content: "\e8c6";
}
.cs-icon-settings_remote:before {
  content: "\e8c7";
}
.cs-icon-settings_system_daydream:before {
  content: "\e1c3";
}
.cs-icon-settings_voice:before {
  content: "\e8c8";
}
.cs-icon-share:before {
  content: "\e80d";
}
.cs-icon-shop:before {
  content: "\e8c9";
}
.cs-icon-shop_two:before {
  content: "\e8ca";
}
.cs-icon-shopping_basket:before {
  content: "\e8cb";
}
.cs-icon-short_text:before {
  content: "\e261";
}
.cs-icon-show_chart:before {
  content: "\e6e1";
}
.cs-icon-shuffle:before {
  content: "\e043";
}
.cs-icon-signal_cellular_4_bar:before {
  content: "\e1c8";
}
.cs-icon-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}
.cs-icon-signal_cellular_null:before {
  content: "\e1cf";
}
.cs-icon-signal_cellular_off:before {
  content: "\e1d0";
}
.cs-icon-signal_wifi_4_bar:before {
  content: "\e1d8";
}
.cs-icon-signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}
.cs-icon-signal_wifi_off:before {
  content: "\e1da";
}
.cs-icon-sim_card:before {
  content: "\e32b";
}
.cs-icon-sim_card_alert:before {
  content: "\e624";
}
.cs-icon-skip_next:before {
  content: "\e044";
}
.cs-icon-skip_previous:before {
  content: "\e045";
}
.cs-icon-slideshow:before {
  content: "\e41b";
}
.cs-icon-slow_motion_video:before {
  content: "\e068";
}
.cs-icon-stay_primary_portrait:before {
  content: "\e0d6";
}
.cs-icon-smoke_free:before {
  content: "\eb4a";
}
.cs-icon-smoking_rooms:before {
  content: "\eb4b";
}
.cs-icon-textsms:before {
  content: "\e0d8";
}
.cs-icon-snooze:before {
  content: "\e046";
}
.cs-icon-sort:before {
  content: "\e164";
}
.cs-icon-sort_by_alpha:before {
  content: "\e053";
}
.cs-icon-spa:before {
  content: "\eb4c";
}
.cs-icon-space_bar:before {
  content: "\e256";
}
.cs-icon-speaker:before {
  content: "\e32d";
}
.cs-icon-speaker_group:before {
  content: "\e32e";
}
.cs-icon-speaker_notes:before {
  content: "\e8cd";
}
.cs-icon-speaker_notes_off:before {
  content: "\e930";
}
.cs-icon-speaker_phone:before {
  content: "\e0d2";
}
.cs-icon-spellcheck:before {
  content: "\e8ce";
}
.cs-icon-star_border:before {
  content: "\e83a";
}
.cs-icon-star_half:before {
  content: "\e839";
}
.cs-icon-stars:before {
  content: "\e8d0";
}
.cs-icon-stay_primary_landscape:before {
  content: "\e0d5";
}
.cs-icon-stop:before {
  content: "\e047";
}
.cs-icon-stop_screen_share:before {
  content: "\e0e3";
}
.cs-icon-storage:before {
  content: "\e1db";
}
.cs-icon-store_mall_directory:before {
  content: "\e563";
}
.cs-icon-straighten:before {
  content: "\e41c";
}
.cs-icon-streetview:before {
  content: "\e56e";
}
.cs-icon-strikethrough_s:before {
  content: "\e257";
}
.cs-icon-style:before {
  content: "\e41d";
}
.cs-icon-subdirectory_arrow_left:before {
  content: "\e5d9";
}
.cs-icon-subdirectory_arrow_right:before {
  content: "\e5da";
}
.cs-icon-subject:before {
  content: "\e8d2";
}
.cs-icon-subscriptions:before {
  content: "\e064";
}
.cs-icon-subtitles:before {
  content: "\e048";
}
.cs-icon-subway:before {
  content: "\e56f";
}
.cs-icon-supervisor_account:before {
  content: "\e8d3";
}
.cs-icon-surround_sound:before {
  content: "\e049";
}
.cs-icon-swap_calls:before {
  content: "\e0d7";
}
.cs-icon-swap_horiz:before {
  content: "\e8d4";
}
.cs-icon-swap_vert:before {
  content: "\e8d5";
}
.cs-icon-swap_vertical_circle:before {
  content: "\e8d6";
}
.cs-icon-switch_camera:before {
  content: "\e41e";
}
.cs-icon-switch_video:before {
  content: "\e41f";
}
.cs-icon-sync_disabled:before {
  content: "\e628";
}
.cs-icon-sync_problem:before {
  content: "\e629";
}
.cs-icon-system_update:before {
  content: "\e62a";
}
.cs-icon-system_update_alt:before {
  content: "\e8d7";
}
.cs-icon-tab:before {
  content: "\e8d8";
}
.cs-icon-tab_unselected:before {
  content: "\e8d9";
}
.cs-icon-tablet:before {
  content: "\e32f";
}
.cs-icon-tablet_android:before {
  content: "\e330";
}
.cs-icon-tablet_mac:before {
  content: "\e331";
}
.cs-icon-tap_and_play:before {
  content: "\e62b";
}
.cs-icon-text_fields:before {
  content: "\e262";
}
.cs-icon-text_format:before {
  content: "\e165";
}
.cs-icon-texture:before {
  content: "\e421";
}
.cs-icon-thumb_down:before {
  content: "\e8db";
}
.cs-icon-thumb_up:before {
  content: "\e8dc";
}
.cs-icon-thumbs_up_down:before {
  content: "\e8dd";
}
.cs-icon-timelapse:before {
  content: "\e422";
}
.cs-icon-timeline:before {
  content: "\e931";
}
.cs-icon-timer:before {
  content: "\e425";
}
.cs-icon-timer_10:before {
  content: "\e423";
}
.cs-icon-timer_3:before {
  content: "\e424";
}
.cs-icon-timer_off:before {
  content: "\e426";
}
.cs-icon-title:before {
  content: "\e264";
}
.cs-icon-toc:before {
  content: "\e8de";
}
.cs-icon-today:before {
  content: "\e8df";
}
.cs-icon-toll:before {
  content: "\e8e0";
}
.cs-icon-tonality:before {
  content: "\e427";
}
.cs-icon-touch_app:before {
  content: "\e932";
}
.cs-icon-toys:before {
  content: "\e332";
}
.cs-icon-track_changes:before {
  content: "\e8e1";
}
.cs-icon-traffic:before {
  content: "\e565";
}
.cs-icon-train:before {
  content: "\e570";
}
.cs-icon-tram:before {
  content: "\e571";
}
.cs-icon-transfer_within_a_station:before {
  content: "\e572";
}
.cs-icon-transform:before {
  content: "\e428";
}
.cs-icon-translate:before {
  content: "\e8e2";
}
.cs-icon-trending_down:before {
  content: "\e8e3";
}
.cs-icon-trending_flat:before {
  content: "\e8e4";
}
.cs-icon-trending_up:before {
  content: "\e8e5";
}
.cs-icon-tune:before {
  content: "\e429";
}
.cs-icon-tv:before {
  content: "\e333";
}
.cs-icon-unarchive:before {
  content: "\e169";
}
.cs-icon-undo:before {
  content: "\e166";
}
.cs-icon-unfold_less:before {
  content: "\e5d6";
}
.cs-icon-unfold_more:before {
  content: "\e5d7";
}
.cs-icon-update:before {
  content: "\e933";
}
.cs-icon-usb:before {
  content: "\e1e0";
}
.cs-icon-verified_user:before {
  content: "\e8e8";
}
.cs-icon-vertical_align_bottom:before {
  content: "\e258";
}
.cs-icon-vertical_align_center:before {
  content: "\e259";
}
.cs-icon-vertical_align_top:before {
  content: "\e25a";
}
.cs-icon-vibration:before {
  content: "\e62d";
}
.cs-icon-video_call:before {
  content: "\e070";
}
.cs-icon-video_label:before {
  content: "\e071";
}
.cs-icon-video_library:before {
  content: "\e04a";
}
.cs-icon-videocam:before {
  content: "\e04b";
}
.cs-icon-videocam_off:before {
  content: "\e04c";
}
.cs-icon-videogame_asset:before {
  content: "\e338";
}
.cs-icon-view_agenda:before {
  content: "\e8e9";
}
.cs-icon-view_array:before {
  content: "\e8ea";
}
.cs-icon-view_carousel:before {
  content: "\e8eb";
}
.cs-icon-view_column:before {
  content: "\e8ec";
}
.cs-icon-view_comfy:before {
  content: "\e42a";
}
.cs-icon-view_compact:before {
  content: "\e42b";
}
.cs-icon-view_day:before {
  content: "\e8ed";
}
.cs-icon-view_headline:before {
  content: "\e8ee";
}
.cs-icon-view_list:before {
  content: "\e8ef";
}
.cs-icon-view_module:before {
  content: "\e8f0";
}
.cs-icon-view_quilt:before {
  content: "\e8f1";
}
.cs-icon-view_stream:before {
  content: "\e8f2";
}
.cs-icon-view_week:before {
  content: "\e8f3";
}
.cs-icon-vignette:before {
  content: "\e435";
}
.cs-icon-visibility_off:before {
  content: "\e8f5";
}
.cs-icon-voice_chat:before {
  content: "\e62e";
}
.cs-icon-voicemail:before {
  content: "\e0d9";
}
.cs-icon-volume_down:before {
  content: "\e04d";
}
.cs-icon-volume_mute:before {
  content: "\e04e";
}
.cs-icon-volume_off:before {
  content: "\e04f";
}
.cs-icon-volume_up:before {
  content: "\e050";
}
.cs-icon-vpn_key:before {
  content: "\e0da";
}
.cs-icon-vpn_lock:before {
  content: "\e62f";
}
.cs-icon-wallpaper:before {
  content: "\e1bc";
}
.cs-icon-watch:before {
  content: "\e334";
}
.cs-icon-watch_later:before {
  content: "\e934";
}
.cs-icon-wb_auto:before {
  content: "\e42c";
}
.cs-icon-wb_incandescent:before {
  content: "\e42e";
}
.cs-icon-wb_iridescent:before {
  content: "\e436";
}
.cs-icon-wb_sunny:before {
  content: "\e430";
}
.cs-icon-wc:before {
  content: "\e63d";
}
.cs-icon-web:before {
  content: "\e051";
}
.cs-icon-web_asset:before {
  content: "\e069";
}
.cs-icon-weekend:before {
  content: "\e16b";
}
.cs-icon-whatshot:before {
  content: "\e80e";
}
.cs-icon-widgets:before {
  content: "\e1bd";
}
.cs-icon-wifi:before {
  content: "\e63e";
}
.cs-icon-wifi_lock:before {
  content: "\e1e1";
}
.cs-icon-wifi_tethering:before {
  content: "\e1e2";
}
.cs-icon-work:before {
  content: "\e8f9";
}
.cs-icon-wrap_text:before {
  content: "\e25b";
}
.cs-icon-youtube_searched_for:before {
  content: "\e8fa";
}
.cs-icon-zoom_in:before {
  content: "\e8ff";
}
.cs-icon-zoom_out:before {
  content: "\e935";
}
.cs-icon-zoom_out_map:before {
  content: "\e56b";
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots li {
  list-style: none;
}
.plyr .plyr__video-embed iframe,
.plyr__tooltip {
  pointer-events: none;
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
.plyr {
  position: relative;
  width: 100%;
  direction: ltr;
  float: left;
}
.plyr iframe {
  margin: 0;
}
.plyr a,
.plyr button,
.plyr input,
.plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.plyr audio,
.plyr video {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}
.plyr input[type=range] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
}
.plyr input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}
.plyr input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.plyr input[type=range]::-moz-range-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none;
}
.plyr input[type=range]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.plyr input[type=range]::-ms-track {
  height: 8px;
  background: 0 0;
  border: 0;
  color: transparent;
}
.plyr input[type=range]::-ms-fill-upper {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
}
.plyr input[type=range]::-ms-fill-lower {
  height: 8px;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
  background: #3498db;
}
.plyr input[type=range]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}
.plyr input[type=range]::-ms-tooltip {
  display: none;
}
.plyr input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr input[type=range].tab-focus:focus {
  outline-offset: 3px;
}
.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr input[type=range]:active::-moz-range-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr input[type=range]:active::-ms-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr--video input[type=range].tab-focus:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}
.plyr--audio input[type=range].tab-focus:focus {
  outline: rgba(86, 93, 100, 0.5) dotted 1px;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute!important;
  padding: 0!important;
  border: 0!important;
  height: 1px!important;
  width: 1px !important;
}
.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}
.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}
.plyr video::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-40px);
  transition: transform .3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 150%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr--fullscreen-active .plyr__captions {
  font-size: 32px;
}
.plyr--hide-controls .plyr__captions {
  transform: translateY(-15px);
}
.plyr::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > button {
  margin-left: 5px;
}
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls > button:first-child {
  margin-left: 0;
}
.plyr__controls .plyr__volume {
  margin-left: 5px;
}
.plyr__controls [data-plyr=pause] {
  margin-left: 0;
}
.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  transition: background .3s ease, color .3s ease, opacity .3s ease;
  color: inherit;
}
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.plyr__controls button:focus {
  outline: 0;
}
.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
  display: none;
}
@media (min-width: 480px) {
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time,
  .plyr__controls > button {
    margin-left: 10px;
  }
}
.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}
.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity 0.3s ease;
}
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}
.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64;
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
.plyr__play-large {
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 1px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}
.plyr__play-large:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}
.plyr .plyr__play-large {
  display: inline-block;
  outline: none;
}
.plyr--audio .plyr__play-large,
.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
  display: none;
}
.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}
.plyr--playing .plyr__controls [data-plyr=pause] {
  display: inline-block;
}
.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
  display: block;
}
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr--captions-active .plyr__controls .icon--captions-on + svg,
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg {
  display: none;
}
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}
.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
}
.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.plyr button:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}
.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}
.plyr__progress {
  position: relative;
  display: none;
  -ms-flex: 1;
  flex: 1;
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
}
.plyr__progress input[type=range]::-moz-range-track {
  background: 0 0;
}
.plyr__progress input[type=range]::-ms-fill-upper {
  background: 0 0;
}
.plyr__progress .plyr__tooltip {
  left: 0;
}
.plyr .plyr__progress {
  display: inline-block;
}
.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px;
}
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: 0 0;
}
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}
.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: 0 0;
  transition: none;
}
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}
.plyr__progress--buffer::-webkit-progress-value {
  transition: width 0.2s ease;
}
.plyr__progress--buffer::-moz-progress-bar {
  transition: width 0.2s ease;
}
.plyr__progress--buffer::-ms-fill {
  transition: width 0.2s ease;
}
.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}
.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.66);
}
.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.66);
}
.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.66);
}
.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.plyr__time + .plyr__time {
  display: none;
}
@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}
.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}
.plyr__volume {
  display: none;
}
.plyr .plyr__volume {
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.plyr .plyr__volume input[type=range] {
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}
.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
  display: none !important;
}
.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important;
}
.plyr--fullscreen-active video {
  height: 100%;
}
.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* Pretty photo*/
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: 0.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: none;
}
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: 100000;
}
.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: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  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: #fff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
  margin-bottom: 20px;
}
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;
}
/*date picker ui*/
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
}
.ui-datepicker * {
  background: #fff;
}
.ui-datepicker-calendar {
  border: 0;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-next span {
  margin-left: -15px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/*# sourceMappingURL=style.css.map */

/*******  Custom Css Edits  *******/
.theme-breadcrumb {
  position: relative;
}
.page-title {
  color: #fff !important;
}
.page-title::after {
  display: none !important;
}
.header_main {
  position: relative;
}
.header_main::before,
.theme-breadcrumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0,0.35);
  z-index: 1;
}
.header_main .vc_column_container,
.theme-breadcrumb .container {
  z-index: 2;
  position: relative;
}

.bookly-details-step .bookly-form-group input {
  height: 45px !important;
}
.bookly-details-step .bookly-form-group textarea {
  resize: none;
  height: 68px !important;
  /*height: 150px !important;*/
}
.bookly-form-group > div {
  gap: 15px;
  display: flex;
  align-items: center;
}

.bookly-form select {
  height: 45px !important;
  cursor: pointer;
  color: #000 !important;
}

.bookly-time-step {
  width: 100% !important;
}
.theme-footer-widget li {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.theme-footer-widget .follow-us ul {
  gap: 15px;
  display: flex;
}
.theme-footer-widget .follow-us ul li {
  width: auto;
}
.footer-widget-title {
  margin-bottom: 15px;
}
.footer-email-widget p {
  margin-bottom: 20px;
}
.theme-footer-widget {
  padding-top: 50px !important;
  padding-bottom: 40px !important;
}
.footer-infomation .ftr ul {
  gap: 10px;
  display: flex;
}
.author-name a, .blog-post-info a { pointer-events: none; }
.mc4wp-response .mc4wp-alert p {
	padding-top: 20px;
}
.theme-services.service-grid .service-content {
  padding: 0 20px 40px;
}
.contact-page-info {
  justify-content: center;
  margin: 3rem 0 2rem !important;
}

.bookly-details-step .bookly-form-group input[type='radio'] {
  height: auto !important;
}
.shop-br {
  margin-bottom: 50px;
  border: 1px solid #000;
}
.woocommerce-order .woocommerce-notice {
  color: #000;
  padding-left: 2rem;
}
.woocommerce-order .woocommerce-order-overview {
  color: #000;
  padding-left: 2rem;
}
.theme-working-hours li:first-child {
  display: block;
  width: 100%;
}
.payment-panel-completed > div {
  padding: 0 20px !important;
  color: #000 !important;
  border: 1px solid #000;
  background-color: #fff !important;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  justify-content: center;
}
.woocommerce-form.woocommerce-verify-email {
  width: max-content;
  margin: 0 auto;
  text-align: center; 
}
.woocommerce-form.woocommerce-verify-email .form-row label {
  display: block;
  font-weight: bold;
}
.woocommerce-form.woocommerce-verify-email .form-row input {
  height: 40px;
  width: 300px;
  margin-top: 0.5rem;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.woocommerce-form.woocommerce-verify-email .form-row button {
  background: #03afa4 !important;
  border: none;
  border-radius: 8px;
  color: #fff;
  height: 40px;
  width: 300px;
}
.theme-header-box .parent_of_items {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media(min-width: 992px) {
  .bookly-customer-information-container .bookly-box.bookly-js-info-field-row {
    /*height: auto !important;*/
	height: 100px !important;
  }
}
@media(max-width: 992px) {
  .menu-collapser .collapse-button {
    font-size: 40px;
  }
  #ht-search-btn {
    position: unset !important;
    font-size: 25px !important;
  }
  .theme-breadcrumb {
    display: flex;
    align-items: center;
  }
  .page-title {
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
  .theme-header-box li {
    border-bottom: 1px solid #ddd;
  }
  .theme-header-box li a {
    padding: 10px 0 !important;
  }
  .theme-header-box li:last-of-type {
    border-bottom: none;
  }
  .theme-footer-widget {
    padding-bottom: 0 !important;
  }
  .service-content .service-title {
    text-align: left;
  }
  .service-content .service-desc {
    text-align: left;
  }
  .header-layout-6 .hd6-btn {
    height: 33px;
    padding: 5px;
    display: block;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    font-size: 14px !important;
    color: #fff !important;
  }
  .header-layout-6 .hd6-btn span {
    color: #fff;
    margin-right: 0.5rem;
  }
  .vc_row_mobile {
    display: flex;
    flex-direction: column-reverse;
  }
  .vc_row_mobile:nth-child(2) {
    display: flex;
    flex-direction: column;
  }
  .custom_gallery .ht-gallery-carousel .ht-gallery-item a {
    pointer-events: none;
  }
  .footer-infomation p a {
    display: block;
  }
}
@media (max-width: 768px) {
  .woocommerce-order .woocommerce-notice {
    margin-top: 3rem;
  }
  .theme-blog-news .sc-blog-news-img img {
    width: 100%;
  }
  .vc_btn3-container .vc_general.vc_btn3 {
    margin: 0 auto;
    display: block;
  }
  .main_contact_details {
    padding: 0 1rem !important;
  }
  .main_contact_details a:visited {
    color: #fff !important;
  }
  .main_contact_details .block-info {
    align-items: center;
  }
  .main_contact_details .block-info li {
    width: 250px;
  }
  .theme-testi.testi-style-2 .testi-content {
    padding: 0 10px;
  }
  .desktop_extra_space {
    height: 25px !important;
  }
  .doctor_main_box a {
    white-space: unset !important;
    margin: 1rem auto 2rem !important;
  }
  .vc_general.vc_btn3 {
    display: flex !important;
  }
  .product-quantity .screen-reader-text {
    position: unset !important;
  }
  .appointment_page .vc_column_container .wpb_text_column p {
    text-align: left !important;
  }
  .theme-services.service-grid .service-content {
    padding: 0 40px 40px;
  }
  .service-content .service-title,
  .service-content .service-desc {
    text-align: center;
  }
  .theme-services.service-grid .service-title a {
    font-size: 18px;
  }
}
@media(max-width: 578px) {
  .header-layout-6 #ht-search-btn {
    display: none;
  }
  .header-layout-6 .hd6-btn {
    color: #fff;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #ht-search-btn {
      right: 60px;
      font-size: 25px !important;
  }
  .woocommerce-order .woocommerce-notice {
    font-size: 16px !important;
  }
  .payment-panel-completed > div {
    font-size: 16px !important;
  }
  .payment-panel-completed > div img {
    width: 50px !important;
  }
  .gallery-carousel-bot {
    display: block;
  }
}
.bookly-btn {
	border-radius: 50px !important;
}
.iti.iti--allow-dropdown.iti--show-flags {
	width: 100%;
}
.bookly-box bookly-table .bookly-form-group {
	height: 120px !important;
}
.bookly-box.bookly-table {
	height: 100px;
}
.bookly-box.bookly-table .bookly-form-group > div {
    margin-right: 14px;
}

.bookly-box.bookly-js-info-field-row[data-type="textarea"] {
    margin-bottom: 30px !important;
}
.woocommerce-checkout .woocommerce-info a.showcoupon {
  color: #03afa4 !important;
}

.woocommerce-checkout .checkout_coupon .form-row button[type="submit"] {
  color: #fff !important;
  border: 1px solid #03afa4 !important;
  background-color: #03afa4 !important;
}

.product-name a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
table.woocommerce-table--order-details th {
	font-weight: 700 !important;
}
.order-again {
	display:none;
}
.shop-br .shop-br-item {
	background: #fff !important;
}
.vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
}
.theme-services.service-grid .service-title a {
  font-size: 15px;
}