@charset "UTF-8";
/**
*	Berg Restaurant HTML5 template
*
*	----------------------------------------------------
*		FOR BEST EXPERIENCE, PLEASE USE LESS VERSION
*		YOU CAN FIND EVERYTHING HOW TO CUSTOMIZE
*		AND COMPILE LESS IN OUR DOCUMENTATION
*	----------------------------------------------------
*
*	These css is generated from LESS files. You can easily change the most of sections, just by altering variables or mixins in LESS.
*	It built with gulp and gulp-less. We recommend using Sublime Text 2 with installed LESS Build package or any other external LESS compiler.
*
*	Table of contents:
*	
*	1. Bootstrap 3.1.1 (modified) - normalize, define grid, form, basic typography, bootstrap components
*	2. Font Awesome - icon pack
*	3. Simple Line Icons - icon pack
*	4. Fontello - icon pack
*	5. Basic - basic global styles
*	6. Home - home pages
*	7. Navbar - desktop and mobile navigation
*	8. Blog - blog section without single post
*	9. Post - two versions of single post
*	10. Reservation - reservation section with form
*	11. Menu - menu list, two versions - with images and without
*	12. Restaurant - restaurant fullscreen page section
*	13. Shop - shop section, similiar to menu but with minor changes
*	14. Product - single product page
*	15. Contact - contact section, map with form
*	16. Cart - cart section
*	17. Gallery - gallery page, (columns count is customizable from the markup)
*	18. Overlay - overlay lightbox,
*	19. Footer - page footer
*	20. Carousel - carousel used in overlay and product page (reviews)
*	21. Animations - global animation classes
*
*	Variables 
*
*		Typography
*			@text-font-family: 'Cabin', Helvetica, Arial, sans-serif;
*			@header-font-family: 'Cabin', Helvetica, Arial, sans-serif;
*
*		Colors
*			@bgColor: #fff;
*			@bgColor2: #111;
*			@bgColor3: #eee;
*			@textColor: #333;
*			@textColor2: #fff;
*			@highlightColor: #ca293e;
*			@borderColor: #eee;
**/
/* 1. Bootstrap */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.625;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  line-height: 1.2;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
}
h1,
.h1 {
  font-family: "Lato";
  line-height: 1.2em;
  font-weight: 900;
  letter-spacing: 3px;
}
h2,
.h2 {
  font-family: "Lato";
  line-height: 1.2em;
  font-weight: 900;
  letter-spacing: 3px;
}
h3,
.h3 {
  font-family: "Lato";
  line-height: 1.2em;
  font-weight: 900;
  letter-spacing: 2px;
}
h4,
.h4 {
  font-family: "Lato";
  line-height: 1.2em;
  font-weight: 900;
  letter-spacing: 2px;
}
h5,
.h5 {
  font-family: "Lato";
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}
h6,
.h6 {
  font-family: "Lato";
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}
h1 .lead,
.h1 .lead,
h2 .lead,
.h2 .lead,
h3 .lead,
.h3 .lead,
h4 .lead,
.h4 .lead,
h5 .lead,
.h5 .lead,
h6 .lead,
.h6 .lead {
  font-size: inherit;
}
@media (min-width: 0px) and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 28px !important;
  }
  h2,
  .h2 {
    font-size: 24px !important;
  }
  h3,
  .h3 {
    font-size: 20px !important;
  }
  h4,
  .h4 {
    font-size: 16px !important;
  }
  h5,
  .h5 {
    font-size: 12px !important;
  }
  h6,
  .h6 {
    font-size: 11px !important;
  }
  .sub-h1 {
    font-size: 14px !important;
  }
  .sub-h2 {
    font-size: 12px !important;
  }
  .sub-h3 {
    font-size: 12px !important;
  }
  .sub-h4 {
    font-size: 10px !important;
  }
  .sub-h5 {
    font-size: 10px !important;
  }
  .sub-h6 {
    font-size: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 36px !important;
  }
  h2,
  .h2 {
    font-size: 28px !important;
  }
  h3,
  .h3 {
    font-size: 20px !important;
  }
  h4,
  .h4 {
    font-size: 16px !important;
  }
  h5,
  .h5 {
    font-size: 14px !important;
  }
  h6,
  .h6 {
    font-size: 12px !important;
  }
  .sub-h1 {
    font-size: 16px !important;
  }
  .sub-h2 {
    font-size: 14px !important;
  }
  .sub-h3 {
    font-size: 14px !important;
  }
  .sub-h4 {
    font-size: 12px !important;
  }
  .sub-h5 {
    font-size: 12px !important;
  }
  .sub-h6 {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 48px;
  }
  h2,
  .h2 {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
  .sub-h1 {
    font-size: 16px;
  }
  .sub-h2 {
    font-size: 12px;
  }
  .sub-h3 {
    font-size: 12px;
  }
  .sub-h4 {
    font-size: 10px;
  }
  .sub-h5 {
    font-size: 10px;
  }
  .sub-h6 {
    font-size: 10px;
  }
}
p {
  margin: 0;
}
.lead {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ff5200;
}
a.text-primary:hover {
  color: #cc4200;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ff5200;
}
a.bg-primary:hover {
  background-color: #cc4200;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.625;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.625;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 30px;
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.625;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1130px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .side-navigation .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .side-navigation .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .boxed-layout.container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .boxed-layout.container {
    width: 100%;
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .boxed-layout.container {
    width: 100%;
    max-width: 1250px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .open-layout.container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .open-layout.container {
    width: 100%;
    max-width: 1200px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (min-width: 1200px) {
  .open-layout.container {
    width: 100%;
    max-width: 1400px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
.container-offset {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container-offset {
    width: 750px;
  }
}
@media (min-width: 1310px) {
  .container-offset {
    width: 970px;
  }
}
@media (min-width: 1310px) {
  .container-offset {
    width: 1130px;
  }
}
.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: 0%;
}
.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: 0%;
}
.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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.625;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 14px;
  line-height: 1.625;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 15px;
  line-height: 1.625;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 42px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 32px;
  padding: 7px 18px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 32px;
  line-height: 32px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 52.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
}
.has-success .form-control:focus {
  border-color: #2b542c;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
}
.has-warning .form-control:focus {
  border-color: #66512c;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
}
.has-error .form-control:focus {
  border-color: #843534;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 11px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 10px 25px;
  font-size: 12px;
  line-height: 1.625;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: #ff5200;
}
.btn-link:hover,
.btn-link:focus {
  color: #ff5200;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 15px 35px;
  font-size: 12px;
  line-height: 1.33;
  border-radius: 2px;
}
.btn-sm {
  padding: 7px 18px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 6px 15px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.label {
  display: inline;
  padding: .15em .6em .2em;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #ff5200;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #cc4200;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 10px;
}
.badge-green {
  background-color: #e6fdf8;
  color: #5e9681;
}
.badge-yellow {
  background-color: #fff4e2;
  color: #9d8967;
}
.badge-blue {
  background-color: #dff2fe;
  color: #5e7f96;
}
.badge-red {
  background-color: #fdeaea;
  color: #a85959;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #333333;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #e6fdf8;
  border-color: #c3fff2;
  color: #5e9681;
}
.alert-success hr {
  border-top-color: #a9ffec;
}
.alert-success .alert-link {
  color: #4a7766;
}
.alert-info {
  background-color: #dff2fe;
  border-color: #cfebfe;
  color: #5e7f96;
}
.alert-info hr {
  border-top-color: #b6e1fd;
}
.alert-info .alert-link {
  color: #4a6477;
}
.alert-warning {
  background-color: #fff4e2;
  border-color: #ffeccc;
  color: #9d8967;
}
.alert-warning hr {
  border-top-color: #ffe3b3;
}
.alert-warning .alert-link {
  color: #7f6e52;
}
.alert-danger {
  background-color: #fdeaea;
  border-color: #fedede;
  color: #a85959;
}
.alert-danger hr {
  border-top-color: #fdc5c5;
}
.alert-danger .alert-link {
  color: #874747;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix,
.container,
.container-offset,
.container-fluid,
.row,
.form-horizontal .form-group,
.mobile-nav .flyout-container .menu,
.vc_row {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-offset:before,
.container-offset:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.mobile-nav .flyout-container .menu:before,
.mobile-nav .flyout-container .menu:after,
.vc_row:before,
.vc_row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-offset:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.mobile-nav .flyout-container .menu:after,
.vc_row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* End of Bootstrap */
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_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  cursor: pointer;
}
div.pp_default .pp_expand {
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  cursor: pointer;
}
div.pp_default .pp_contract {
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  border: 1px solid #aaaaaa;
}
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_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: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 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: #ffffff;
}
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: #000000;
}
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: #ffffff;
}
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: #ffffff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #ffffff;
}
.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;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome-4.5.0/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/font-awesome-4.5.0/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/font-awesome-4.5.0/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/font-awesome-4.5.0/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/font-awesome-4.5.0/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/font-awesome-4.5.0/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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";
}
/* Custom font for icons */
/* ------------------------------------------------------ */
@font-face {
  font-family: 'Simple-Line-Icons';
  src: url('../fonts/simple-line-icons/fonts/Simple-Line-Icons.eot');
  src: url('../fonts/simple-line-icons/fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/simple-line-icons/fonts/Simple-Line-Icons.woff') format('woff'), url('../fonts/simple-line-icons/fonts/Simple-Line-Icons.ttf') format('truetype'), url('../fonts/simple-line-icons/fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Simple-Line-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.s-icon-user-female,
.s-icon-user-follow,
.s-icon-user-following,
.s-icon-user-unfollow,
.s-icon-trophy,
.s-icon-screen-smartphone,
.s-icon-screen-desktop,
.s-icon-plane,
.s-icon-notebook,
.s-icon-moustache,
.s-icon-mouse,
.s-icon-magnet,
.s-icon-energy,
.s-icon-emoticon-smile,
.s-icon-disc,
.s-icon-cursor-move,
.s-icon-crop,
.s-icon-credit-card,
.s-icon-chemistry,
.s-icon-user,
.s-icon-speedometer,
.s-icon-social-youtube,
.s-icon-social-twitter,
.s-icon-social-tumblr,
.s-icon-social-facebook,
.s-icon-social-dropbox,
.s-icon-social-dribbble,
.s-icon-shield,
.s-icon-screen-tablet,
.s-icon-magic-wand,
.s-icon-hourglass,
.s-icon-graduation,
.s-icon-ghost,
.s-icon-game-controller,
.s-icon-fire,
.s-icon-eyeglasses,
.s-icon-envelope-open,
.s-icon-envelope-letter,
.s-icon-bell,
.s-icon-badge,
.s-icon-anchor,
.s-icon-wallet,
.s-icon-vector,
.s-icon-speech,
.s-icon-puzzle,
.s-icon-printer,
.s-icon-present,
.s-icon-playlist,
.s-icon-pin,
.s-icon-picture,
.s-icon-map,
.s-icon-layers,
.s-icon-handbag,
.s-icon-globe-alt,
.s-icon-globe,
.s-icon-frame,
.s-icon-folder-alt,
.s-icon-film,
.s-icon-feed,
.s-icon-earphones-alt,
.s-icon-earphones,
.s-icon-drop,
.s-icon-drawer,
.s-icon-docs,
.s-icon-directions,
.s-icon-direction,
.s-icon-diamond,
.s-icon-cup,
.s-icon-compass,
.s-icon-call-out,
.s-icon-call-in,
.s-icon-call-end,
.s-icon-calculator,
.s-icon-bubbles,
.s-icon-briefcase,
.s-icon-book-open,
.s-icon-basket-loaded,
.s-icon-basket,
.s-icon-bag,
.s-icon-action-undo,
.s-icon-action-redo,
.s-icon-wrench,
.s-icon-umbrella,
.s-icon-trash,
.s-icon-tag,
.s-icon-support,
.s-icon-size-fullscreen,
.s-icon-size-actual,
.s-icon-shuffle,
.s-icon-share-alt,
.s-icon-share,
.s-icon-rocket,
.s-icon-question,
.s-icon-pie-chart,
.s-icon-pencil,
.s-icon-note,
.s-icon-music-tone-alt,
.s-icon-music-tone,
.s-icon-microphone,
.s-icon-loop,
.s-icon-logout,
.s-icon-login,
.s-icon-list,
.s-icon-like,
.s-icon-home,
.s-icon-grid,
.s-icon-graph,
.s-icon-equalizer,
.s-icon-dislike,
.s-icon-cursor,
.s-icon-control-start,
.s-icon-control-rewind,
.s-icon-control-play,
.s-icon-control-pause,
.s-icon-control-forward,
.s-icon-control-end,
.s-icon-calendar,
.s-icon-bulb,
.s-icon-bar-chart,
.s-icon-arrow-up,
.s-icon-arrow-right,
.s-icon-arrow-left,
.s-icon-arrow-down,
.s-icon-ban,
.s-icon-bubble,
.s-icon-camcorder,
.s-icon-camera,
.s-icon-check,
.s-icon-clock,
.s-icon-close,
.s-icon-cloud-download,
.s-icon-cloud-upload,
.s-icon-doc,
.s-icon-envelope,
.s-icon-eye,
.s-icon-flag,
.s-icon-folder,
.s-icon-heart,
.s-icon-info,
.s-icon-key,
.s-icon-link,
.s-icon-lock,
.s-icon-lock-open,
.s-icon-magnifier,
.s-icon-magnifier-add,
.s-icon-magnifier-remove,
.s-icon-paper-clip,
.s-icon-paper-plane,
.s-icon-plus,
.s-icon-pointer,
.s-icon-power,
.s-icon-refresh,
.s-icon-reload,
.s-icon-settings,
.s-icon-star,
.s-icon-symbol-female,
.s-icon-symbol-male,
.s-icon-target,
.s-icon-volume-1,
.s-icon-volume-2,
.s-icon-volume-off,
.s-icon-users {
  font-family: 'Simple-Line-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.s-icon-user-female:before {
  content: "\e000";
}
.s-icon-user-follow:before {
  content: "\e002";
}
.s-icon-user-following:before {
  content: "\e003";
}
.s-icon-user-unfollow:before {
  content: "\e004";
}
.s-icon-trophy:before {
  content: "\e006";
}
.s-icon-screen-smartphone:before {
  content: "\e010";
}
.s-icon-screen-desktop:before {
  content: "\e011";
}
.s-icon-plane:before {
  content: "\e012";
}
.s-icon-notebook:before {
  content: "\e013";
}
.s-icon-moustache:before {
  content: "\e014";
}
.s-icon-mouse:before {
  content: "\e015";
}
.s-icon-magnet:before {
  content: "\e016";
}
.s-icon-energy:before {
  content: "\e020";
}
.s-icon-emoticon-smile:before {
  content: "\e021";
}
.s-icon-disc:before {
  content: "\e022";
}
.s-icon-cursor-move:before {
  content: "\e023";
}
.s-icon-crop:before {
  content: "\e024";
}
.s-icon-credit-card:before {
  content: "\e025";
}
.s-icon-chemistry:before {
  content: "\e026";
}
.s-icon-user:before {
  content: "\e005";
}
.s-icon-speedometer:before {
  content: "\e007";
}
.s-icon-social-youtube:before {
  content: "\e008";
}
.s-icon-social-twitter:before {
  content: "\e009";
}
.s-icon-social-tumblr:before {
  content: "\e00a";
}
.s-icon-social-facebook:before {
  content: "\e00b";
}
.s-icon-social-dropbox:before {
  content: "\e00c";
}
.s-icon-social-dribbble:before {
  content: "\e00d";
}
.s-icon-shield:before {
  content: "\e00e";
}
.s-icon-screen-tablet:before {
  content: "\e00f";
}
.s-icon-magic-wand:before {
  content: "\e017";
}
.s-icon-hourglass:before {
  content: "\e018";
}
.s-icon-graduation:before {
  content: "\e019";
}
.s-icon-ghost:before {
  content: "\e01a";
}
.s-icon-game-controller:before {
  content: "\e01b";
}
.s-icon-fire:before {
  content: "\e01c";
}
.s-icon-eyeglasses:before {
  content: "\e01d";
}
.s-icon-envelope-open:before {
  content: "\e01e";
}
.s-icon-envelope-letter:before {
  content: "\e01f";
}
.s-icon-bell:before {
  content: "\e027";
}
.s-icon-badge:before {
  content: "\e028";
}
.s-icon-anchor:before {
  content: "\e029";
}
.s-icon-wallet:before {
  content: "\e02a";
}
.s-icon-vector:before {
  content: "\e02b";
}
.s-icon-speech:before {
  content: "\e02c";
}
.s-icon-puzzle:before {
  content: "\e02d";
}
.s-icon-printer:before {
  content: "\e02e";
}
.s-icon-present:before {
  content: "\e02f";
}
.s-icon-playlist:before {
  content: "\e030";
}
.s-icon-pin:before {
  content: "\e031";
}
.s-icon-picture:before {
  content: "\e032";
}
.s-icon-map:before {
  content: "\e033";
}
.s-icon-layers:before {
  content: "\e034";
}
.s-icon-handbag:before {
  content: "\e035";
}
.s-icon-globe-alt:before {
  content: "\e036";
}
.s-icon-globe:before {
  content: "\e037";
}
.s-icon-frame:before {
  content: "\e038";
}
.s-icon-folder-alt:before {
  content: "\e039";
}
.s-icon-film:before {
  content: "\e03a";
}
.s-icon-feed:before {
  content: "\e03b";
}
.s-icon-earphones-alt:before {
  content: "\e03c";
}
.s-icon-earphones:before {
  content: "\e03d";
}
.s-icon-drop:before {
  content: "\e03e";
}
.s-icon-drawer:before {
  content: "\e03f";
}
.s-icon-docs:before {
  content: "\e040";
}
.s-icon-directions:before {
  content: "\e041";
}
.s-icon-direction:before {
  content: "\e042";
}
.s-icon-diamond:before {
  content: "\e043";
}
.s-icon-cup:before {
  content: "\e044";
}
.s-icon-compass:before {
  content: "\e045";
}
.s-icon-call-out:before {
  content: "\e046";
}
.s-icon-call-in:before {
  content: "\e047";
}
.s-icon-call-end:before {
  content: "\e048";
}
.s-icon-calculator:before {
  content: "\e049";
}
.s-icon-bubbles:before {
  content: "\e04a";
}
.s-icon-briefcase:before {
  content: "\e04b";
}
.s-icon-book-open:before {
  content: "\e04c";
}
.s-icon-basket-loaded:before {
  content: "\e04d";
}
.s-icon-basket:before {
  content: "\e04e";
}
.s-icon-bag:before {
  content: "\e04f";
}
.s-icon-action-undo:before {
  content: "\e050";
}
.s-icon-action-redo:before {
  content: "\e051";
}
.s-icon-wrench:before {
  content: "\e052";
}
.s-icon-umbrella:before {
  content: "\e053";
}
.s-icon-trash:before {
  content: "\e054";
}
.s-icon-tag:before {
  content: "\e055";
}
.s-icon-support:before {
  content: "\e056";
}
.s-icon-size-fullscreen:before {
  content: "\e057";
}
.s-icon-size-actual:before {
  content: "\e058";
}
.s-icon-shuffle:before {
  content: "\e059";
}
.s-icon-share-alt:before {
  content: "\e05a";
}
.s-icon-share:before {
  content: "\e05b";
}
.s-icon-rocket:before {
  content: "\e05c";
}
.s-icon-question:before {
  content: "\e05d";
}
.s-icon-pie-chart:before {
  content: "\e05e";
}
.s-icon-pencil:before {
  content: "\e05f";
}
.s-icon-note:before {
  content: "\e060";
}
.s-icon-music-tone-alt:before {
  content: "\e061";
}
.s-icon-music-tone:before {
  content: "\e062";
}
.s-icon-microphone:before {
  content: "\e063";
}
.s-icon-loop:before {
  content: "\e064";
}
.s-icon-logout:before {
  content: "\e065";
}
.s-icon-login:before {
  content: "\e066";
}
.s-icon-list:before {
  content: "\e067";
}
.s-icon-like:before {
  content: "\e068";
}
.s-icon-home:before {
  content: "\e069";
}
.s-icon-grid:before {
  content: "\e06a";
}
.s-icon-graph:before {
  content: "\e06b";
}
.s-icon-equalizer:before {
  content: "\e06c";
}
.s-icon-dislike:before {
  content: "\e06d";
}
.s-icon-cursor:before {
  content: "\e06e";
}
.s-icon-control-start:before {
  content: "\e06f";
}
.s-icon-control-rewind:before {
  content: "\e070";
}
.s-icon-control-play:before {
  content: "\e071";
}
.s-icon-control-pause:before {
  content: "\e072";
}
.s-icon-control-forward:before {
  content: "\e073";
}
.s-icon-control-end:before {
  content: "\e074";
}
.s-icon-calendar:before {
  content: "\e075";
}
.s-icon-bulb:before {
  content: "\e076";
}
.s-icon-bar-chart:before {
  content: "\e077";
}
.s-icon-arrow-up:before {
  content: "\e078";
}
.s-icon-arrow-right:before {
  content: "\e079";
}
.s-icon-arrow-left:before {
  content: "\e07a";
}
.s-icon-arrow-down:before {
  content: "\e07b";
}
.s-icon-ban:before {
  content: "\e07c";
}
.s-icon-bubble:before {
  content: "\e07d";
}
.s-icon-camcorder:before {
  content: "\e07e";
}
.s-icon-camera:before {
  content: "\e07f";
}
.s-icon-check:before {
  content: "\e080";
}
.s-icon-clock:before {
  content: "\e081";
}
.s-icon-close:before {
  content: "\e082";
}
.s-icon-cloud-download:before {
  content: "\e083";
}
.s-icon-cloud-upload:before {
  content: "\e084";
}
.s-icon-doc:before {
  content: "\e085";
}
.s-icon-envelope:before {
  content: "\e086";
}
.s-icon-eye:before {
  content: "\e087";
}
.s-icon-flag:before {
  content: "\e088";
}
.s-icon-folder:before {
  content: "\e089";
}
.s-icon-heart:before {
  content: "\e08a";
}
.s-icon-info:before {
  content: "\e08b";
}
.s-icon-key:before {
  content: "\e08c";
}
.s-icon-link:before {
  content: "\e08d";
}
.s-icon-lock:before {
  content: "\e08e";
}
.s-icon-lock-open:before {
  content: "\e08f";
}
.s-icon-magnifier:before {
  content: "\e090";
}
.s-icon-magnifier-add:before {
  content: "\e091";
}
.s-icon-magnifier-remove:before {
  content: "\e092";
}
.s-icon-paper-clip:before {
  content: "\e093";
}
.s-icon-paper-plane:before {
  content: "\e094";
}
.s-icon-plus:before {
  content: "\e095";
}
.s-icon-pointer:before {
  content: "\e096";
}
.s-icon-power:before {
  content: "\e097";
}
.s-icon-refresh:before {
  content: "\e098";
}
.s-icon-reload:before {
  content: "\e099";
}
.s-icon-settings:before {
  content: "\e09a";
}
.s-icon-star:before {
  content: "\e09b";
}
.s-icon-symbol-female:before {
  content: "\e09c";
}
.s-icon-symbol-male:before {
  content: "\e09d";
}
.s-icon-target:before {
  content: "\e09e";
}
.s-icon-volume-1:before {
  content: "\e09f";
}
.s-icon-volume-2:before {
  content: "\e0a0";
}
.s-icon-volume-off:before {
  content: "\e0a1";
}
.s-icon-users:before {
  content: "\e001";
}
/* Custom fontello font */
/* ------------------------------------------------------ */
@font-face {
  font-family: 'arrows';
  src: url('../fonts/arrows/arrows.eot?26498109');
  src: url('../fonts/arrows/arrows.eot?26498109#iefix') format('embedded-opentype'), url('../fonts/arrows/arrows.woff?26498109') format('woff'), url('../fonts/arrows/arrows.ttf?26498109') format('truetype'), url('../fonts/arrows/arrows.svg?26498109#arrows') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'arrows';
    src: url('../font/arrows.svg?26498109#arrows') format('svg');
  }
}
*/
[class^="arrow-"]:before,
[class*=" arrow-"]:before {
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.arrow-down-open-mini:before {
  content: '\e800';
}
/* '' */
.arrow-right-open-mini:before {
  content: '\e801';
}
/* '' */
.arrow-left-open-mini:before {
  content: '\e802';
}
/* '' */
.arrow-down-open:before {
  content: '\e803';
}
/* '' */
.arrow-up-open-mini:before {
  content: '\e804';
}
/* '' */
.arrow-left-open:before {
  content: '\e805';
}
/* '' */
.arrow-right-open:before {
  content: '\e806';
}
/* '' */
.arrow-up-open:before {
  content: '\e807';
}
/* '' */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?cfa32o');
  src: url('../fonts/icomoon/icomoon.eot?cfa32o#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?cfa32o') format('truetype'), url('../fonts/icomoon/icomoon.woff?cfa32o') format('woff'), url('../fonts/icomoon/icomoon.svg?cfa32o#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-sl-bag:before {
  content: "\e800";
}
.icon-sl-search:before {
  content: "\e801";
}
.icon-mobile:before {
  content: "\e000";
}
.icon-laptop:before {
  content: "\e001";
}
.icon-desktop:before {
  content: "\e002";
}
.icon-tablet:before {
  content: "\e003";
}
.icon-phone:before {
  content: "\e004";
}
.icon-document:before {
  content: "\e005";
}
.icon-documents:before {
  content: "\e006";
}
.icon-search:before {
  content: "\e007";
}
.icon-clipboard:before {
  content: "\e008";
}
.icon-newspaper:before {
  content: "\e009";
}
.icon-notebook:before {
  content: "\e00a";
}
.icon-book-open:before {
  content: "\e00b";
}
.icon-browser:before {
  content: "\e00c";
}
.icon-calendar:before {
  content: "\e00d";
}
.icon-presentation:before {
  content: "\e00e";
}
.icon-picture:before {
  content: "\e00f";
}
.icon-pictures:before {
  content: "\e010";
}
.icon-video:before {
  content: "\e011";
}
.icon-camera:before {
  content: "\e012";
}
.icon-printer:before {
  content: "\e013";
}
.icon-toolbox:before {
  content: "\e014";
}
.icon-briefcase:before {
  content: "\e015";
}
.icon-wallet:before {
  content: "\e016";
}
.icon-gift:before {
  content: "\e017";
}
.icon-bargraph:before {
  content: "\e018";
}
.icon-grid:before {
  content: "\e019";
}
.icon-expand:before {
  content: "\e01a";
}
.icon-focus:before {
  content: "\e01b";
}
.icon-edit:before {
  content: "\e01c";
}
.icon-adjustments:before {
  content: "\e01d";
}
.icon-ribbon:before {
  content: "\e01e";
}
.icon-hourglass:before {
  content: "\e01f";
}
.icon-lock:before {
  content: "\e020";
}
.icon-megaphone:before {
  content: "\e021";
}
.icon-shield:before {
  content: "\e022";
}
.icon-trophy:before {
  content: "\e023";
}
.icon-flag:before {
  content: "\e024";
}
.icon-map:before {
  content: "\e025";
}
.icon-puzzle:before {
  content: "\e026";
}
.icon-basket:before {
  content: "\e027";
}
.icon-envelope:before {
  content: "\e028";
}
.icon-streetsign:before {
  content: "\e029";
}
.icon-telescope:before {
  content: "\e02a";
}
.icon-gears:before {
  content: "\e02b";
}
.icon-key:before {
  content: "\e02c";
}
.icon-paperclip:before {
  content: "\e02d";
}
.icon-attachment:before {
  content: "\e02e";
}
.icon-pricetags:before {
  content: "\e02f";
}
.icon-lightbulb:before {
  content: "\e030";
}
.icon-layers:before {
  content: "\e031";
}
.icon-pencil:before {
  content: "\e032";
}
.icon-tools:before {
  content: "\e033";
}
.icon-tools-2:before {
  content: "\e034";
}
.icon-scissors:before {
  content: "\e035";
}
.icon-paintbrush:before {
  content: "\e036";
}
.icon-magnifying-glass:before {
  content: "\e037";
}
.icon-circle-compass:before {
  content: "\e038";
}
.icon-linegraph:before {
  content: "\e039";
}
.icon-mic:before {
  content: "\e03a";
}
.icon-strategy:before {
  content: "\e03b";
}
.icon-beaker:before {
  content: "\e03c";
}
.icon-caution:before {
  content: "\e03d";
}
.icon-recycle:before {
  content: "\e03e";
}
.icon-anchor:before {
  content: "\e03f";
}
.icon-profile-male:before {
  content: "\e040";
}
.icon-profile-female:before {
  content: "\e041";
}
.icon-bike:before {
  content: "\e042";
}
.icon-wine:before {
  content: "\e043";
}
.icon-hotairballoon:before {
  content: "\e044";
}
.icon-globe:before {
  content: "\e045";
}
.icon-genius:before {
  content: "\e046";
}
.icon-map-pin:before {
  content: "\e047";
}
.icon-dial:before {
  content: "\e048";
}
.icon-chat:before {
  content: "\e049";
}
.icon-heart:before {
  content: "\e04a";
}
.icon-cloud:before {
  content: "\e04b";
}
.icon-upload:before {
  content: "\e04c";
}
.icon-download:before {
  content: "\e04d";
}
.icon-target:before {
  content: "\e04e";
}
.icon-hazardous:before {
  content: "\e04f";
}
.icon-piechart:before {
  content: "\e050";
}
.icon-speedometer:before {
  content: "\e051";
}
.icon-global:before {
  content: "\e052";
}
.icon-compass:before {
  content: "\e053";
}
.icon-lifesaver:before {
  content: "\e054";
}
.icon-clock:before {
  content: "\e055";
}
.icon-aperture:before {
  content: "\e056";
}
.icon-quote:before {
  content: "\e057";
}
.icon-scope:before {
  content: "\e058";
}
.icon-alarmclock:before {
  content: "\e059";
}
.icon-refresh:before {
  content: "\e05a";
}
.icon-happy:before {
  content: "\e05b";
}
.icon-sad:before {
  content: "\e05c";
}
.icon-facebook:before {
  content: "\e05d";
}
.icon-twitter:before {
  content: "\e05e";
}
.icon-googleplus:before {
  content: "\e05f";
}
.icon-rss:before {
  content: "\e060";
}
.icon-tumblr:before {
  content: "\e061";
}
.icon-linkedin:before {
  content: "\e062";
}
.icon-dribbble:before {
  content: "\e063";
}
/* Basic styles */
/* ------------------------------------------------------ */
@-ms-viewport {
  width: auto !important;
}
div,
section,
article,
span,
li,
a,
a:focus,
a:active,
input:focus,
textarea:focus,
input:active,
textarea:active {
  outline: transparent !important;
}
html {
  width: 100%;
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  width: 100%;
  line-height: 1.625;
  height: 100%;
  font-weight: 400;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body.nav-left {
    padding-left: 300px;
  }
}
@media (min-width: 0) and (max-width: 991px) {
  body {
    padding-top: 0 !important;
  }
}
.fullwidth-container .container {
  width: 100%;
}
.content-wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
  /*overflow-x: hidden;*/
}
.boxed-layout .content-wrapper {
  overflow: hidden;
}
.boxed-nav {
  left: 0;
  right: 0;
}
.remove-padding {
  margin: -30px;
}
.bottom-space {
  margin-bottom: 30px;
}
body .wpb_row {
  margin-bottom: 30;
  padding: 0;
}
.column-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.wpb_wrapper {
  position: relative;
  height: 100%;
}
a {
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
a i {
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
a.sub {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: transparent !important;
}
.main-txt-color {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 992px) {
  .col-md-4 {
    width: 33.33333%;
  }
}
select {
  box-shadow: none !important;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.parallax-scene {
  height: 100%;
  z-index: -999998;
  position: relative;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-perspective: 3000px;
  -moz-perspective: 3000px;
  perspective: 3000px;
}
.content-padding {
  padding-top: 60px;
}
a.vc_read_more {
  text-transform: none;
}
.thin-header {
  font-weight: 300;
}
.berg-arrow {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a.flex-next,
a.flex-prev {
  background: #ffffff;
}
a.flex-next:before,
a.flex-prev:before {
  color: #333333;
}
.post-gallery-wrapper:hover .berg-arrow {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.post-gallery-wrapper:hover .berg-arrow:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.page-content-wrapper > p,
.page-content-wrapper > blockquote {
  margin-bottom: 30px;
}
.page-content-wrapper > h1,
.page-content-wrapper > h2,
.page-content-wrapper > h3,
.page-content-wrapper > h4,
.page-content-wrapper > h5,
.page-content-wrapper > h6 {
  margin-bottom: 30px;
}
.remove_columns_padding .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
.scroll-anchor {
  position: absolute;
  z-index: 2;
  width: 90px;
  margin-left: -45px;
  left: 50%;
  margin-top: 120px;
  bottom: 0;
  text-align: center;
}
.scroll-anchor a {
  font-size: 36px;
  -webkit-transition: opacity 0.3s, color 0.3s;
  -moz-transition: opacity 0.3s, color 0.3s;
  -o-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
.social-profiles ul {
  margin: 0;
}
.social-profiles ul li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.social-profiles ul li i,
.social-profiles ul li img {
  display: block;
}
.social-profiles ul li:last-child {
  margin-right: 0 !important;
}
.social-img img {
  margin: 0 auto;
}
.bottom-ad,
.top-ad {
  text-align: center;
  padding-bottom: 60px;
  clear: both;
}
.bottom-ad *,
.top-ad * {
  max-width: 100%;
}
.blog-tiles .bottom-ad {
  padding-top: 60px;
}
p:empty {
  display: none;
}
.sticky,
.gallery-caption,
.bypostauthor {
  position: relative;
}
.wp-caption .wp-caption-text {
  margin: 0;
}
.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  padding: 15px;
  margin: 0;
}
.post-gallery-wrapper {
  position: relative;
}
.post-gallery-wrapper .controls {
  z-index: 99 !important;
}
.upb_row_bg,
.backstretch,
.upb_video-bg {
  -webkit-perspective: 4000px;
  -moz-perspective: 4000px;
  perspective: 4000px;
  /*.lh-backface-visibility(hidden);*/
}
.upb_bg_overlay {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Images */
/* ------------------------------------------------------ */
img {
  max-width: 100%;
}
img.alignright {
  float: right;
  margin: .3em 0 .3em 1em;
}
img.alignleft {
  float: left;
  margin: .3em 1em .3em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.backstretch img {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.unveil img {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.unveil.loaded img {
  opacity: 1;
}
.unveil .loaded,
.unveil .lazy-loaded {
  opacity: 1;
}
.vc_admin_label .admin_label_content img {
  width: 60px;
  height: auto;
}
/* Typography list */
/* ------------------------------------------------------ */
ul {
  margin-left: 20px;
}
ul > li {
  list-style-type: square;
}
ul > li li {
  list-style-type: circle;
}
ol {
  margin-left: 20px;
  padding: 0;
}
ol > li {
  list-style-type: decimal;
}
ol > li li {
  list-style-type: decimal;
}
dt {
  margin-bottom: 5px;
}
dd {
  margin-left: 20px;
  margin-bottom: 5px;
}
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
/* Tables */
/* ------------------------------------------------------ */
/* Forms */
/* ------------------------------------------------------ */
.message-success {
  position: absolute;
  top: 0;
  opacity: 0;
  text-align: center;
  right: 0;
  width: 100%;
  background: #63C55F;
}
.message-success i {
  color: #fff;
  font-size: 30px;
  line-height: 1.5em;
  width: 100%;
  height: 100%;
  display: block;
}
.message-error {
  /*border-width: 1px !important;*/
  border-color: #E43832 !important;
}
.message-error::-webkit-input-placeholder {
  color: #e43832 !important;
}
.message-error:-moz-placeholder {
  color: #e43832 !important;
}
.message-error::-moz-placeholder {
  color: #e43832 !important;
}
.message-error:-ms-input-placeholder {
  color: #e43832 !important;
}
.input-row-1 {
  height: 2.5em !important;
}
.input-row-2 {
  height: 6em !important;
}
.input-row-3 {
  height: 9.4em !important;
}
.input-row-4 {
  height: 12.8em !important;
}
.input-row-5 {
  height: 16.25em !important;
}
.input-row-6 {
  height: 19.7em !important;
}
/* Search */
/* ------------------------------------------------------ */
.search-section .post_details {
  margin-bottom: 30px;
}
.search-section .post_details_footer {
  font-family: 'Droid Serif';
  font-style: italic;
  font-size: 10px;
  letter-spacing: 1px;
}
.search-section .post_details_footer a {
  font-family: 'Lato';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 400;
}
.search-section .h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-section .post-content {
  margin-bottom: 30px;
}
.search-section .content-padding {
  padding-bottom: 60px;
}
.search-section .content-padding .page-header,
.search-section .content-padding h1 {
  margin-top: 0 !important;
}
.search-section .search-content article {
  padding: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.search-section .no-results .page-header {
  padding-bottom: 15px;
}
.search-section .no-results .searchform {
  margin-top: 30px;
}
.mobile-search {
  position: relative;
  padding-bottom: 15px;
}
.mobile-search a {
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  right: 0;
  margin-right: 8px;
  height: 42px;
}
.mobile-search a i {
  line-height: 42px;
}
.mobile-search .search-input {
  height: 42px;
}
.mobile-search .searchform {
  margin: 0;
}
.mobile-search .searchform input {
  line-height: 1;
}
.mobile-search .search-wrapper {
  width: 100%;
}
.mobile-search .search-wrapper .icon-search-wrapper i {
  color: transparent !important;
}
.menu-header {
  table-layout: fixed;
}
.mobile-cart {
  width: 35px;
  text-align: center;
}
.mobile-cart a {
  font-size: 20px ;
}
.menu-item-language img.iclflag {
  margin-right: 10px;
  vertical-align: baseline;
}
.reorder {
  width: 30px;
}
.search-wrapper {
  position: relative;
  display: inline-block;
}
.search-wrapper .search-input {
  background: transparent;
  border-radius: 2px;
  min-height: 40px;
  height: auto;
  padding: 10px 50px 10px 15px;
}
.search-wrapper .icon-search-wrapper {
  position: absolute;
  top: 0;
  font-size: 16px;
  width: 50px;
  height: 100%;
  right: 0;
}
.search-wrapper .icon-search-wrapper i {
  display: inline-block;
  width: 50px;
  position: relative;
  height: 100%;
  vertical-align: middle;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
}
.search-wrapper .icon-search-wrapper i:before {
  display: inline-block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.search-wrapper .icon-search-wrapper i .search-submit {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border-color: transparent;
}
.search-wrapper .icon-search-wrapper:hover i {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.search-overlay {
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s, visibility 0s 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s, visibility 0s 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s, visibility 0s 0.4s;
  transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, visibility 0s 0.4s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 113;
  /* firefox 19+ */
  /* ie */
}
.search-overlay .overlay-close {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 60px;
  cursor: pointer;
  margin-top: 60px;
}
.search-overlay .overlay-close:before,
.search-overlay .overlay-close:after {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-overlay .overlay-close:before {
  width: 2px;
  height: 41px;
  right: 20px;
}
.search-overlay .overlay-close:after {
  width: 41px;
  height: 2px;
  right: 0px;
  top: 20px;
}
.search-overlay form {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  margin-top: -48px;
  width: 100%;
}
.search-overlay input {
  background: transparent;
  font-size: 40px;
  display: block;
  height: auto;
  border: none;
  height: 60px;
  position: relative;
  z-index: 2;
}
.search-overlay i {
  color: #999;
  font-size: 24px;
  width: 60px;
}
.search-overlay .search-wrapper .icon-search-wrapper {
  width: 90px;
  z-index: 3;
}
.search-overlay ::-webkit-input-placeholder {
  opacity: 0.5;
  color: inherit;
}
.search-overlay ::-moz-placeholder {
  opacity: 0.5;
  color: inherit;
}
.search-overlay :-ms-input-placeholder {
  opacity: 0.5;
  color: inherit;
}
.search-overlay input:-moz-placeholder {
  opacity: 0.5;
  color: inherit;
}
.search-overlay .search-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  zoom: 1;
  filter: alpha(opacity=15);
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
  border-width: 1px;
  border-style: solid;
}
.search-overlay .search-wrapper .search-input {
  padding: 10px 90px 15px 30px;
}
.search-visible.search-overlay {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s;
}
#secondary.widget-area .search-wrapper {
  width: 100%;
}
.video-wrapper.test {
  background-position: center center;
  background-size: cover;
}
/* Scroll */
/* ------------------------------------------------------ */
.ui-page-scrolling-section {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ui-page-scrolling-control {
  cursor: pointer;
}
.ui-page-scrolling-main {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* Archives */
/* ------------------------------------------------------ */
.tags-archive .post-content {
  padding: 0 !important;
}
.tags-archive article {
  padding-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.tags-archive article p {
  margin-bottom: 0;
}
/* Attachment */
/* ------------------------------------------------------ */
#attachment .entry-header {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
#attachment .entry-header a,
#attachment .entry-header span {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#attachment .entry-header .date {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}
#attachment .entry-header h1 {
  font-size: 48px;
  position: relative;
}
#attachment .entry-header .entry-meta {
  margin: 30px 0;
  padding-top: 0;
  margin-top: 0;
}
#attachment .attachment {
  margin: 0;
}
#attachment .entry-content {
  margin: 0;
}
#attachment .entry-content .attachment a {
  width: 100%;
  display: block;
}
#attachment .entry-content .attachment a img {
  width: 100%;
}
/* Error 404 */
/* ------------------------------------------------------ */
.error-404,
.no-results {
  margin-bottom: 30px;
  margin-top: 30px;
}
.error-404 .page-header,
.no-results .page-header {
  text-align: center;
  padding-bottom: 0;
}
.error-404 .error,
.no-results .error {
  font-size: 60px;
  margin-bottom: 30px;
}
.error-404 .page-title,
.no-results .page-title {
  margin-bottom: 30px;
}
.error-404 .page-content,
.no-results .page-content {
  text-align: center;
}
.error-404 p,
.no-results p {
  margin-bottom: 30px;
}
/* Media queries */
/* ------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 991px) {
  .pre-content h1 {
    margin-top: 30px;
  }
  .pre-content h1 p {
    margin: 0;
    padding: 0;
  }
  .pre-content p {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .nav-left .section-intro {
    width: calc(100% - 300px);
    left: 300px;
  }
  .nav-left:not(.page-template-default) .section-scroll > .container {
    margin-left: 0;
  }
  body {
    overflow-y: scroll;
  }
}
@media (min-width: 0) and (max-width: 991px) {
  .mobile-height {
    height: 200px;
  }
}
@media (max-width: 600px) {
  div.vc_responsive .cta_align_left .wpb_call_text,
  .vc_responsive .cta_align_right .wpb_call_text {
    display: block;
  }
  div.cta_align_right .wpb_button_a,
  div.cta_align_left .wpb_button_a {
    width: 100%;
    display: block;
  }
}
/* End of basic styles */
/* ------------------------------------------------------ */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.hentry {
  margin: 0 0 30px;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.wp-caption {
  margin-bottom: 30px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 30px;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.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%;
}
/* Intro section */
/* ------------------------------------------------------ */
.intro-section-slider {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.2;
}
.intro-section-slider .slider-header {
  margin-bottom: 15px;
  display: inline-block;
  /*padding: 0 10px;*/
}
.intro-section-slider .slider-desc {
  font-size: 36px;
  text-transform: none;
  font-weight: 300;
  margin: 0 0 15px 0;
  line-height: 1.2;
  display: inline-block;
  /* padding: 5px 10px; */
}
@media (min-width: 0px) and (max-width: 767px) {
  .intro-section-slider .slider-desc {
    font-size: 22px;
  }
}
.intro-section-slider .btn {
  margin-top: 15px;
  /*.lh-backface-visibility(hidden); */
}
.intro-section-slider .btn:nth-child(2) {
  margin-left: 15px;
}
.intro-section-slider .swiper-slide {
  height: 100% !important;
}
.intro-section {
  position: relative;
  overflow: hidden;
  clear: both;
}
.intro-section .custom-title {
  margin-bottom: 5px;
}
.intro-section .custom-subtitle {
  margin-bottom: 0;
  font-size: 20px;
}
.intro-section .post-intro .post_details {
  font-size: 20px;
}
.intro-section .post-header {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .intro-section.left-nav-full {
    position: relative;
    /*left: -300px; padding-left: 300px !important; margin-right: -300px; */
  }
}
.window_edge .intro-section.left-nav-full.fullscreen-intro {
  position: relative;
}
@media (min-width: 992px) {
  .window_edge .intro-section.left-nav-full.fullscreen-intro {
    left: -300px;
    padding-left: 300px !important;
    margin-right: -300px;
  }
  .window_edge .intro-section.left-nav-full.fullscreen-intro.intro-section-slider {
    padding-left: 0 !important;
  }
  .window_edge .intro-section.left-nav-full.fullscreen-intro .intro-slides-content {
    padding-left: 300px;
  }
  .window_edge .intro-section.left-nav-full.fullscreen-intro .intro-slides .arrow-left-open {
    left: 300px;
  }
  .window_edge .intro-section.left-nav-full.fullscreen-intro .swiper-pagination {
    width: auto;
    left: 300px;
    right: 0;
  }
}
.swiper-slide .backstretch {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
}
.intro-slides-content {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
  -webkit-perspective: 3000px;
  -moz-perspective: 3000px;
  perspective: 3000px;
  table-layout: fixed;
}
.intro-slides {
  height: 100%;
}
.intro-slides:hover .arrow-left-open,
.intro-slides:hover .arrow-right-open {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.intro-slides:hover .slides-pagination {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.intro-slides .arrow-left-open,
.intro-slides .arrow-right-open {
  position: absolute;
  top: 50%;
  z-index: 2;
  height: 50px;
  width: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-top: -25px;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s, color 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s, color 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s, color 0.4s;
  transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, color 0.4s;
}
.intro-slides .arrow-left-open:hover,
.intro-slides .arrow-right-open:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.intro-slides .arrow-left-open:before,
.intro-slides .arrow-right-open:before {
  font-size: 36px;
  line-height: 50px;
}
.intro-slides .arrow-left-open {
  left: 0;
}
.intro-slides .arrow-right-open {
  right: 0;
}
.intro-slides .slides-pagination {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.intro-slides .slides-pagination a {
  color: transparent !important;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-align: center;
  box-shadow: 0 0 1px #000;
}
.intro-slides .slides-pagination:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.intro-slides.pagination-off .slides-pagination {
  display: none !important;
}
.intro-section .post-header-content {
  line-height: 1.2;
}
.intro-section .post-header-content h1 {
  margin: 0 0 10px;
}
.intro-section .post-header-content .post-header-content-inner > .post_details {
  margin-bottom: 35px;
}
.post-header-content-top {
  position: absolute;
  top: 60px;
  width: 100%;
  left: 0;
}
.post-header-content-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.post-header-content-bottom {
  position: absolute;
  bottom: 60px;
  width: 100%;
  left: 0;
}
.swiper-pagination-bullet {
  -webkit-transition: opacity 0.4s 0.2s, color 0.4s;
  -moz-transition: opacity 0.4s 0.2s, color 0.4s;
  -o-transition: opacity 0.4s 0.2s, color 0.4s;
  transition: opacity 0.4s 0.2s, color 0.4s;
}
.swiper-pagination-bullet-active {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.intro-end .close-on-click {
  cursor: pointer;
}
.section-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.opacity-0 {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.opacity-10 {
  zoom: 1;
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
}
.opacity-20 {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.opacity-30 {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.opacity-40 {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.opacity-50 {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.opacity-60 {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.opacity-70 {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.opacity-80 {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.opacity-90 {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.opacity-100 {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* Intro section - media queries */
/* ------------------------------------------------------ */
@media (max-width: 767px) {
  div.page-intro .post-header-content h1 {
    font-size: 28px;
  }
}
/* Visual Composer elements */
/* ------------------------------------------------------ */
/* Separator */
/* ------------------------------------------------------ */
.separator-style {
  margin-top: -2px;
}
.silesia-separator .wpb_wrapper {
  height: auto;
}
.icon-separator {
  font-family: 'Defaults';
}
/* Heading */
/* ------------------------------------------------------ */
.custom-subheading {
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* Posts grid & Portfolio grid */
/* ------------------------------------------------------ */
.wpb_teaser_grid .isotope-item:hover img,
.wpb_gallery .wpb_image_grid .isotope-item a:hover img {
  opacity: 1 !important;
}
.wpb_gallery a .after-bg-hover {
  overflow: hidden;
  position: relative;
}
.wpb_gallery a .after-bg-hover:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.wpb_gallery a:hover figure:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.wpb_gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.wpb_gallery a:hover .post-format-icon {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.wpb_gallery a img {
  -webkit-transition: -webkit-transform 0.5s, opacity 0.4s;
  -moz-transition: -moz-transform 0.5s, opacity 0.4s;
  -o-transition: -o-transform 0.5s, opacity 0.4s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s, opacity 0.4s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wpb_gallery a .center-vertical {
  display: table;
  height: 100%;
  width: 100%;
}
.wpb_gallery a .center-vertical-inner {
  display: table-cell;
  vertical-align: middle;
}
.post-grid-footer .blog-button {
  margin-top: 0;
}
.wpb_teaser_grid .boxed-post {
  overflow: hidden;
}
.wpb_teaser_grid .post_details {
  margin-bottom: 30px;
}
.wpb_teaser_grid .post_details li {
  margin-right: 5px;
  font-weight: normal;
}
.wpb_teaser_grid .post_details ul li:last-child .comma {
  display: none;
}
.boxed-post .owl-controls,
.post-gallery-wrapper .owl-controls {
  display: none !important;
}
.wpb_teaser_grid .categories_filter,
.wpb_categories_filter {
  padding: 0 15px;
}
.wpb_teaser_grid .categories_filter.align-left,
.wpb_categories_filter.align-left {
  text-align: left;
}
.wpb_teaser_grid .categories_filter.align-center,
.wpb_categories_filter.align-center {
  text-align: center;
}
.wpb_teaser_grid .categories_filter.align-right,
.wpb_categories_filter.align-right {
  text-align: right;
}
.wpb_teaser_grid .categories_filter li,
.wpb_categories_filter li {
  display: inline-block !important;
  float: none !important;
  width: auto;
  position: relative;
}
.wpb_teaser_grid .categories_filter li a,
.wpb_categories_filter li a {
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: border-color 0.5s, color 0.5s;
  -moz-transition: border-color 0.5s, color 0.5s;
  -o-transition: border-color 0.5s, color 0.5s;
  transition: border-color 0.5s, color 0.5s;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  border-radius: 2px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 400;
}
.vc_empty_space {
  clear: both;
}
.wpb_teaser_grid_post .single-post-content,
.wpb_grid .single-post-content,
.vc_slide_post .single-post-content {
  padding: 0;
}
.wpb_teaser_grid_post .single-post-content iframe,
.wpb_grid .single-post-content iframe,
.vc_slide_post .single-post-content iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.teaser_grid_container .isotope-inner,
div.vc_carousel .isotope-inner {
  padding: 0 15px;
}
.teaser_grid_container .post-thumb,
div.vc_carousel .post-thumb {
  margin-bottom: 30px;
}
.teaser_grid_container .post-thumb img,
div.vc_carousel .post-thumb img {
  width: 100%;
  height: auto;
}
.teaser_grid_container .entry-content,
div.vc_carousel .entry-content {
  margin-top: 0;
}
.teaser_grid_container .wpb_thumbnails li {
  margin-bottom: 30px;
}
.teaser_grid_container .images-hover figure:before {
  display: none;
}
.teaser_grid_container .images-hover .image-hover-before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
  z-index: 2;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.teaser_grid_container .images-hover .portfolio-img:hover .image-hover-before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.wpb_teaser_grid_post .padding-class .single-post-content,
.wpb_grid .padding-class .single-post-content,
.vc_slide_post .padding-class .single-post-content {
  padding: 0 15px;
}
.wpb_teaser_grid_post .padding-class .berg-arrow.berg-arrow-left,
.wpb_grid .padding-class .berg-arrow.berg-arrow-left,
.vc_slide_post .padding-class .berg-arrow.berg-arrow-left {
  left: 15px;
}
.wpb_teaser_grid_post .padding-class .berg-arrow.berg-arrow-right,
.wpb_grid .padding-class .berg-arrow.berg-arrow-right,
.vc_slide_post .padding-class .berg-arrow.berg-arrow-right {
  right: 15px;
}
.teaser_grid_container .boxed-post .post-thumb figure,
.vc_carousel .vc_item .post-thumb figure {
  overflow: hidden;
  position: relative;
}
.teaser_grid_container .boxed-post .post-thumb figure:after,
.vc_carousel .vc_item .post-thumb figure:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.teaser_grid_container .boxed-post .post-thumb figure .image-hover-before,
.vc_carousel .vc_item .post-thumb figure .image-hover-before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
  z-index: 2;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.teaser_grid_container .boxed-post .post-thumb a:hover figure:after,
.vc_carousel .vc_item .post-thumb a:hover figure:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.teaser_grid_container .boxed-post .post-thumb a:hover img,
.vc_carousel .vc_item .post-thumb a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.teaser_grid_container .boxed-post .post-thumb a:hover .post-format-icon,
.vc_carousel .vc_item .post-thumb a:hover .post-format-icon {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.teaser_grid_container .boxed-post .post-thumb a:hover .image-hover-before,
.vc_carousel .vc_item .post-thumb a:hover .image-hover-before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.teaser_grid_container .boxed-post .post-thumb img,
.vc_carousel .vc_item .post-thumb img {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s;
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s;
  -o-transition: -o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s;
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
.teaser_grid_container .boxed-post .post-thumb .post-format-icon,
.vc_carousel .vc_item .post-thumb .post-format-icon {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.45s, opacity 0.4s;
  -moz-transition: -moz-transform 0.5s, -moz-filter 0.45s, opacity 0.4s;
  -o-transition: -o-transform 0.5s, filter 0.45s, opacity 0.4s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s,-webkit-filter 0.45s,-moz-filter 0.45s,-o-filter 0.45s,filter 0.45s, opacity 0.4s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  position: absolute;
  left: 45px;
  right: 45px;
  top: 45px;
  bottom: 45px;
  text-align: center;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5em;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.teaser_grid_container .boxed-post .post-thumb .post-format-icon > span,
.vc_carousel .vc_item .post-thumb .post-format-icon > span {
  display: table;
  height: 100%;
  width: 100%;
}
.teaser_grid_container .boxed-post .post-thumb .post-format-icon > span > span,
.vc_carousel .vc_item .post-thumb .post-format-icon > span > span {
  display: table-cell;
  vertical-align: middle;
}
.teaser_grid_container .boxed-post .post-grid-footer,
.vc_carousel .vc_item .post-grid-footer {
  margin-bottom: 30px;
}
.wpb_teaser_grid .wpb_heading {
  padding: 0 15px;
}
/* Message boxes */
/* ------------------------------------------------------ */
div.vc_message_box .vc_message_box-icon i,
div.vc_message_box p {
  color: inherit !important;
}
/* Tabs & Tour */
/* ------------------------------------------------------ */
.vc_tta:not(.vc_tta_tour) li.vc_tta-tab:last-of-type {
  margin-right: 0 !important;
}
.vc_tta_tour li.vc_tta-tab:last-of-type {
  margin-bottom: 0 !important;
}
.vc_tta-accordion .vc_tta-panel:first-of-type .vc_tta-panel-heading {
  margin-top: 0 !important;
}
.vc_tta.vc_general .vc_tta-panel-body {
  padding: 15px;
}
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-bottom .vc_tta-panel-body,
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-top .vc_tta-panel-body {
  padding: 0 !important;
}
.vc_tta.active-border .vc_tta-tab {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  border-color: transparent;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.vc_tta.vc_general .vc_tta-tab > a {
  padding: 5px 15px;
  line-height: 1;
}
.vc_tta.vc_general .vc_tta-tab .vc_tta-title-text {
  font-weight: 400;
}
.vc_tta.vc_general .vc_tta-tab span {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 1px;
}
.vc_tta.vc_general .vc_tta-panel-title {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 15px;
  line-height: 1;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 16px;
  letter-spacing: 1px;
}
.vc_tta.vc_general .vc_tta-panel-title span {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 400;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-heading {
  border: none;
  position: relative;
}
.vc_tta-accordion.show-plus-left .vc_tta-panel.vc_active .vc_tta-panel-heading:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -o-transition: -o-transform 0.5s, opacity 0.3s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s, opacity 0.3s;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.vc_tta-accordion.show-plus-left .vc_tta-panel .vc_tta-panel-heading a {
  padding-left: 40px;
}
.vc_tta-accordion.show-plus-left .vc_tta-panel .vc_tta-panel-heading:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 10px;
  left: 15px;
  border-radius: 50%;
}
.vc_tta-accordion.show-plus-left .vc_tta-panel .vc_tta-panel-heading:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 2px;
  left: 19px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.8s;
  -moz-transition: -moz-transform 0.5s, opacity 0.8s;
  -o-transition: -o-transform 0.5s, opacity 0.8s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s, opacity 0.8s;
}
.vc_tta-accordion.show-plus-right .vc_tta-panel.vc_active .vc_tta-panel-heading:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -o-transition: -o-transform 0.5s, opacity 0.3s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s, opacity 0.3s;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.vc_tta-accordion.show-plus-right .vc_tta-panel .vc_tta-panel-heading a {
  padding-right: 40px;
}
.vc_tta-accordion.show-plus-right .vc_tta-panel .vc_tta-panel-heading:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 10px;
  right: 15px;
  border-radius: 50%;
}
.vc_tta-accordion.show-plus-right .vc_tta-panel .vc_tta-panel-heading:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 2px;
  right: 19px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.8s;
  -moz-transition: -moz-transform 0.5s, opacity 0.8s;
  -o-transition: -o-transform 0.5s, opacity 0.8s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s, opacity 0.8s;
}
/* Accordion */
/* ------------------------------------------------------ */
/* Toggle (FAQ) */
/* ------------------------------------------------------ */
/* Single Image */
/* ------------------------------------------------------ */
.wpb_single_image div.vc_single_image-wrapper {
  overflow: hidden;
  /* display: inline-block;*/
  position: relative;
}
.wpb_single_image div.vc_single_image-wrapper.vc_circle {
  border-radius: 50%;
}
.wpb_single_image div.vc_single_image-wrapper.vc_circle:after {
  border-radius: 50%;
}
.wpb_single_image .hover_img.vc_single_image-wrapper {
  -webkit-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  z-index: 11;
  /* cursor: pointer;*/
}
.wpb_single_image .hover_img.vc_single_image-wrapper:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s, border 0.4s;
  -moz-transition: opacity 0.4s, border 0.4s;
  -o-transition: opacity 0.4s, border 0.4s;
  transition: opacity 0.4s, border 0.4s;
  z-index: 10;
}
.wpb_single_image .hover_img.vc_single_image-wrapper img {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  z-index: 10;
}
.wpb_single_image .hover_img.vc_single_image-wrapper:hover {
  border-color: transparent !important;
}
.wpb_single_image .hover_img.vc_single_image-wrapper:hover:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.wpb_single_image .hover_img.vc_single_image-wrapper:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
/* Images gallery */
/* ------------------------------------------------------ */
div.wpb_gallery_slides .isotope-item {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
div.wpb_gallery_slides .isotope-item.vc_circle {
  border-radius: 50%;
}
div.wpb_gallery_slides .isotope-item.vc_circle:after {
  border-radius: 50%;
}
div.wpb_gallery_slides .hover_img .gallery-link {
  z-index: 11;
  position: relative;
  /* overflow: hidden;*/
  -webkit-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
div.wpb_gallery_slides .hover_img .gallery-link:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s, border 0.4s;
  -moz-transition: opacity 0.4s, border 0.4s;
  -o-transition: opacity 0.4s, border 0.4s;
  transition: opacity 0.4s, border 0.4s;
  z-index: 11;
}
div.wpb_gallery_slides .hover_img img {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  /*.lh-transform-origin(left); */
  z-index: 10;
}
div.wpb_gallery_slides .hover_img:hover .gallery-link {
  border-color: transparent !important;
}
div.wpb_gallery_slides .hover_img:hover .gallery-link:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
div.wpb_gallery_slides .hover_img:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.hide-controls .flex-control-nav,
.hide-controls .nivo-controlNav {
  display: none;
}
div.pp_hoverContainer .pp_next,
div.pp_hoverContainer .pp_previous {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
div.pp_hoverContainer:hover .pp_next,
div.pp_hoverContainer:active .pp_next,
div.pp_hoverContainer:focus .pp_next,
div.pp_hoverContainer:hover .pp_previous,
div.pp_hoverContainer:active .pp_previous,
div.pp_hoverContainer:focus .pp_previous {
  opacity: 1;
}
.pp_gallery {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden;
}
div.wpb_gallery .isotope-item img {
  width: 100% !important;
}
/* Pie chart */
/* ------------------------------------------------------ */
div.vc_pie_chart .vc_pie_wrapper {
  margin: 30px auto;
}
/* Info circles */
/* ------------------------------------------------------ */
div.info-c-full-br .info-c-full,
.info-c-semi-br .info-c-full {
  overflow: hidden;
}
div.info-c-full-br img.info-circle-img-icon,
.info-c-semi-br img.info-circle-img-icon {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
div.info-c-full-br .icon-circle-list .info-circle-icons {
  overflow: hidden;
}
/* Modal box */
/* ------------------------------------------------------ */
.ult-overlay-close {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  top: 30px;
  right: 30px;
  text-align: center;
}
.ult-overlay-close i {
  line-height: 40px;
  font-size: 28px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  /*color: #fff;*/
}
div.ult_modal-body.ult-img img,
div.ult_modal-body.ult-gallery img {
  width: 100%;
}
div.ult_modal-body.ult-html {
  padding: 30px ;
}
div.ult_modal-body iframe {
  margin-bottom: -7px;
  width: 100%;
}
div.ult_modal-body .gallery {
  margin-bottom: 0px;
}
div.ult_modal-body .wp-caption {
  margin-bottom: 0;
}
div.ult_modal-body .wp-caption .wp-caption-text {
  margin: 0;
  padding: 15px 0;
}
p.overlay-show {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
div.ult-overlay.ult-open h4.ult_modal-title {
  opacity: 1;
}
div.ult-overlay h4.ult_modal-title {
  opacity: 0;
}
/**
 * Logo Carousel
 */
.logo-carousel-shortcode {
  position: relative;
  /*padding: 0 30px; */
}
.logo-carousel-shortcode .logo-carousel-container .swiper-slide {
  text-align: center;
}
.logo-carousel-shortcode .logo-carousel-container .swiper-slide img {
  width: auto;
  max-width: 100%;
}
.logo-carousel-shortcode .logo-carousel-controls {
  position: absolute;
  top: 50%;
  z-index: 20;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  -moz-transition: background-color 0.3s, opacity 0.3s;
  -o-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
  opacity: 0;
}
.logo-carousel-shortcode .logo-carousel-controls i {
  height: 30px;
  line-height: 30px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 20px;
}
.logo-carousel-shortcode .logo-carousel-controls.prev-slide {
  left: 10px;
}
.logo-carousel-shortcode .logo-carousel-controls.next-slide {
  right: 10px;
}
.logo-carousel-shortcode:hover .logo-carousel-controls {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.logo-carousel-shortcode:hover .logo-carousel-controls:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.logo-carousel-shortcode .swiper-item {
  position: relative ;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  /*overflow: hidden;*/
}
.logo-carousel-shortcode .swiper-item .slide-link {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  display: inline-block;
}
.logo-carousel-shortcode .swiper-item.hover_img .slide-link {
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.logo-carousel-shortcode .swiper-item.hover_img .slide-link:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s, border 0.4s;
  -moz-transition: opacity 0.4s, border 0.4s;
  -o-transition: opacity 0.4s, border 0.4s;
  transition: opacity 0.4s, border 0.4s;
  z-index: 11;
}
.logo-carousel-shortcode .swiper-item.hover_img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 10;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.logo-carousel-shortcode .swiper-item.hover_img:hover .slide-link {
  border-color: transparent !important;
}
.logo-carousel-shortcode .swiper-item.hover_img:hover .slide-link:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.logo-carousel-shortcode .swiper-item.hover_img:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
/* Images carousel */
/* ------------------------------------------------------ */
/*div.vc_images_carousel .vc_carousel-indicators .vc_active,*/
div.vc_carousel .vc_carousel-indicators .vc_active {
  background-color: transparent !important;
}
/*.vc_images_carousel .vc_carousel-control .icon-prev, .vc_images_carousel .vc_carousel-control .icon-next,*/
.vc_carousel .vc_carousel-control .icon-prev,
.vc_carousel .vc_carousel-control .icon-next {
  right: -20px;
}
/*.wpb_images_carousel,*/
.vc_carousel .entry-title {
  margin-bottom: 15px;
  margin-top: 15px;
  margin-right: 90px;
}
.vc_carousel .vc_carousel-control span {
  /*background: fade(@bgColor, 50%);*/
  font-size: 22px;
}
/*.vc_images_carousel ol.vc_carousel-indicators,*/
.vc_carousel ol.vc_carousel-indicators {
  position: absolute;
  bottom: -30px;
}
/* Posts carousel */
/* ------------------------------------------------------ */
div.vc_carousel .vc_carousel-inner {
  position: relative;
}
div.vc_carousel .entry-content {
  margin-bottom: 30px;
  margin-right: 90px;
}
div.vc_carousel .silesia-btn {
  margin-bottom: 30px;
}
div.vc_carousel div.teaser_grid_container a.vc_read_more {
  border-width: 2px;
  border-style: solid;
  text-transform: none;
}
div.vc_carousel .vc_carousel-control {
  margin-top: 10px;
  opacity: 1 !important;
  width: 30px;
  height: 30px;
  top: 0;
  left: auto;
  text-shadow: none;
  z-index: 10;
}
div.vc_carousel .vc_carousel-control.vc_left {
  right: 45px;
}
div.vc_carousel .vc_carousel-control.vc_right {
  right: 0;
}
div.vc_carousel .vc_carousel-control span {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  /*background: rgba(129, 129, 129, 0.2)*/
}
.vc_carousel-control {
  z-index: 100;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* Progress bar */
/* ------------------------------------------------------ */
.horizontal-progress-bar.txt-inside {
  position: relative;
  /*margin-top: 30px;*/
}
.horizontal-progress-bar.txt-inside .progress-bar-heading {
  position: absolute !important;
  width: 100%;
  height: 100%;
}
.horizontal-progress-bar.txt-inside .progress-bar-heading h5 {
  left: 10px;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-progress-bar.txt-inside .progress-bar-heading p {
  right: 10px !important;
  bottom: auto !important;
  z-index: 1;
  line-height: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.vc_progress_bar {
  /*margin-bottom: 15px; */
}
div.vc_progress_bar h5 {
  margin-bottom: 7px;
}
div.vc_progress_bar p {
  font-weight: 400;
}
div.vc_progress_bar .vc_single_bar {
  border-radius: 2px !important;
  overflow: hidden;
}
div.vc_progress_bar .vc_single_bar .vc_bar {
  border-radius: 0 !important;
}
div.vc_progress_bar small {
  height: 100%;
}
div.vc_progress_bar .vc_single_bar {
  /*border-radius: 0 !important;*/
  box-shadow: 0 0 0 0 !important;
  background: transparent !important;
}
div.vc_progress_bar .vc_label {
  display: block;
}
div.vc_progress_bar.horizontal-progress-bar .progress-bar-heading {
  position: relative;
}
div.vc_progress_bar.horizontal-progress-bar .progress-bar-heading p {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  line-height: 1em;
}
div.vc_progress_bar.vertical-progress-bar .vc_single_bar {
  margin-bottom: 15px;
}
div.vc_progress_bar.vertical-progress-bar .vc_bar {
  bottom: 0;
  top: auto;
}
div.vc_progress_bar.vertical-progress-bar p {
  position: absolute;
  right: 0;
}
div.vc_progress_bar.vertical-progress-bar .vc_single_bar .vc_bar {
  height: 0%;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
/* Timeline */
/* ------------------------------------------------------ */
.timeline-block .img-icon {
  margin-bottom: 0 !important;
}
.timeline-line z:first-of-type {
  top: 0;
}
.ult-timeline-title {
  margin-top: 0 !important;
}
.backstretch img {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
/* Buttons */
/* ------------------------------------------------------ */
.silesia-btn.btn-primary:hover {
  background: transparent !important;
}
.silesia-btn.btn-color:hover {
  background: transparent !important;
}
.silesia-btn.btn-primary-o {
  background: transparent;
}
.silesia-btn.btn-primary-o i {
  color: transparent;
}
.silesia-btn.btn-color-o {
  background: transparent;
}
.silesia-btn.btn-color-o i {
  color: transparent;
}
.silesia-btn.btn-primary-t {
  border: transparent;
  background: transparent;
}
.silesia-btn.btn-primary-t i {
  color: transparent;
}
.silesia-btn.btn-color-t {
  border: transparent;
  background: transparent;
}
.silesia-btn.btn-color-t i {
  color: transparent;
}
.btn-icon-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.btn-arrow {
  position: relative;
}
.btn-arrow span:first-child {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  display: block;
}
.btn-arrow i {
  position: absolute;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, color 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s, color 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s, color 0.3s;
  transition: opacity 0.3s,-webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, color 0.3s;
  top: 50%;
  -webkit-transform: translate(20px, -50%);
  -moz-transform: translate(20px, -50%);
  -o-transform: translate(20px, -50%);
  -ms-transform: translate(20px, -50%);
  transform: translate(20px, -50%);
  right: 12px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-arrow:hover span:first-child {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -o-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}
.btn-arrow:hover i {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.btn-arrow.btn-lg i {
  right: 15px;
}
.btn-arrow.btn-xs i {
  right: 6px;
}
.btn-arrow.btn-sm i {
  right: 7px;
}
.btn-txt-pos {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.btn i {
  display: inline-block;
  vertical-align: middle;
  /* color: inherit !important; */
}
.btn-center {
  text-align: center;
}
.btn-left {
  text-align: left;
}
.btn-right {
  text-align: right;
}
.silesia-btn {
  border: 1px solid;
  border-radius: 2px !important;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  /*.lh-backface-visibility(hidden);*/
}
.silesia-btn:hover {
  background: transparent;
}
.silesia-btn-2 {
  border-width: 2px;
  border-style: solid;
}
.silesia-btn-2 span {
  font-weight: bold;
  letter-spacing: 1px;
}
.silesia-btn-2:hover {
  border-color: transparent;
}
input,
button,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:focus,
button:focus,
textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-default {
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -webkit-backface-visibility: hidden;
}
.button-transparent {
  zoom: 1 !important;
  filter: alpha(opacity=0) !important;
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
}
.button-submit {
  position: relative;
  display: inline-block;
  width: auto !important;
  float: right;
}
.button-submit .button-send {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn-custom {
  padding: 10px 30px;
}
.ult-button-list > a:last-child {
  margin-right: 0 !important;
}
/* Team member */
/* ------------------------------------------------------ */
.team-member .team-heading {
  margin: 30px 0 20px 0;
}
.team-member .team-heading h5,
.team-member .team-heading p {
  margin: 0;
}
.team-member .team-desc {
  margin-bottom: 20px;
}
.team-member .team-desc.hover-desc {
  margin-bottom: 0;
}
.team-hover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.team-hover .hover-desc {
  position: absolute;
  width: 100%;
  padding: 15px;
  top: 50%;
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  zoom: 1 !important;
  filter: alpha(opacity=0) !important;
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.45s, opacity 0.4s;
  -moz-transition: -moz-transform 0.5s, -moz-filter 0.45s, opacity 0.4s;
  -o-transition: -o-transform 0.5s, filter 0.45s, opacity 0.4s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s,-webkit-filter 0.45s,-moz-filter 0.45s,-o-filter 0.45s,filter 0.45s, opacity 0.4s;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  z-index: 1;
}
.team-hover .hover-desc p {
  margin-bottom: 0;
  color: #fff;
}
.team-hover img {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.team-hover .hover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}
.team-hover:hover .hover-desc {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.team-hover:hover .hover-overlay {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.team-hover:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.team-member img {
  width: 100%;
}
/* Pricing table */
/* ------------------------------------------------------ */
.ult_info_table .ult_pricing_table {
  border-width: 0;
  border-style: none;
}
.ult_pricing_table {
  border-width: 1px;
  border-style: solid;
}
.pricing-table {
  padding: 0;
  text-align: center;
  position: relative;
  border: 1px solid;
}
.pricing-table .pt-heading {
  text-align: center;
  padding: 30px 30px 15px 30px;
}
.pricing-table .pt-heading h4 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.pricing-table .pt-price {
  padding: 15px 30px;
  /*border-bottom-style: solid; border-top-style: solid;*/
  /*border-bottom-width: 2px; border-top-width: 2px;*/
}
.pricing-table .pt-price .price_body {
  text-align: center;
}
.pricing-table .pt-price .price_figure {
  font-weight: 400;
  font-size: 64px;
  font-family: "Droid serif";
  line-height: 1em;
}
.pricing-table .pt-price .price_currency {
  font-size: 28px;
  line-height: 1em;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  left: -20px;
  font-style: normal;
}
.pricing-table .pt-price.separators-hide {
  border: none;
}
.pricing-table .pt-price .price > div {
  display: inline-block;
  position: relative;
}
.pricing-table .pt-price .price > div.price_term {
  display: block;
  padding-top: 5px;
}
.pricing-table .pt_price_features {
  margin: 0;
  padding: 15px 30px 30px 30px;
}
.pricing-table .pt_price_features p {
  padding: 30px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
.pricing-table .pt_price_features p:last-of-type {
  border: none;
}
.pricing-table .pt_price_features .list {
  margin: 0 15px;
}
.pricing-table .pt_price_features .list li {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding: 10px;
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  list-style-type: none;
}
.pricing-table .pt-price-link {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0 30px 30px 30px;
}
/* Recent posts */
/* ------------------------------------------------------ */
div.post_recent_container .post_recent_list {
  margin: 0;
}
div.post_recent_container .post_recent_list .post-content > div:last-of-type,
div.post_recent_container .post_recent_list .post-content > span:last-of-type,
div.post_recent_container .post_recent_list .post-content > p:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
div.post_recent_container .post_recent_list li {
  list-style-type: none;
}
div.post_recent_container .post_recent_list .format-video .post-featured-element,
div.post_recent_container .post_recent_list .format-audio .post-featured-element {
  margin-bottom: -7px;
}
.post_recent_container .img-post figure {
  overflow: hidden;
  position: relative;
}
.post_recent_container .img-post figure:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.post_recent_container a.img-post:hover figure:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.post_recent_container a.img-post:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.post_recent_container a.img-post:hover .post-format-icon {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.post_recent_container .img-post img {
  -webkit-transition: -webkit-transform 0.5s, opacity 0.4s;
  -moz-transition: -moz-transform 0.5s, opacity 0.4s;
  -o-transition: -o-transform 0.5s, opacity 0.4s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s, opacity 0.4s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.post_recent_container .post-format-icon {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s ease-out, opacity 0.4s;
  -o-transition: -o-transform 0.4s ease-out, opacity 0.4s;
  transition: -webkit-transform 0.4s ease-out,-moz-transform 0.4s ease-out,-o-transform 0.4s ease-out,transform 0.4s ease-out, opacity 0.4s;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  text-align: center;
  z-index: 1;
}
.post_recent_container .post-format-icon i {
  font-size: 36px;
  line-height: 50px;
}
/* Countdown */
/* ------------------------------------------------------ */
div.ult_countdown.ult-cd-no-border .ult_countdown-section .ult_countdown-amount {
  border-width: 0;
  border-style: none;
}
div.ult_countdown .ult_countdown-amount {
  margin: 0 auto;
}
.ult-cd-s2 .ult_countdown-period {
  padding: 0 !important;
}
/* Icons */
/* ------------------------------------------------------ */
.smile_icon_list_wrap .img-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.smile_icon_list_wrap .smile_icon_list.top li .icon_list_icon {
  margin-bottom: 30px !important;
}
.icons {
  overflow: hidden;
}
.icons li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.icons li span {
  font-size: 14px;
}
.icons li i {
  font-size: 18px;
  margin-right: 10px;
  color: #ff5200;
}
p .align-icon {
  display: inline-block !important;
}
/* Heading */
/* ------------------------------------------------------ */
.silesia-heading .sub-heading {
  margin: 0;
  font-size: 18px;
  letter-spacing: 1px;
  font-style: italic;
}
/* Call to action */
/* ------------------------------------------------------ */
div.cta_align_left {
  display: table;
  width: 100%;
  vertical-align: middle;
}
div.cta_align_left .wpb_button_a {
  text-align: left;
  float: none;
}
div.cta_align_left .wpb_button_a span {
  white-space: pre-wrap;
}
div.cta_align_left .wpb_call_text {
  float: none;
  text-align: right;
}
div.cta_align_left .cta_wrapper_txt {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
div.cta_align_left .cta_wrapper_txt p:last-child,
div.cta_align_left .cta_wrapper_txt h1:last-child,
div.cta_align_left .cta_wrapper_txt h2:last-child,
div.cta_align_left .cta_wrapper_txt h3:last-child,
div.cta_align_left .cta_wrapper_txt h4:last-child {
  margin-bottom: 0;
}
div.cta_align_left .cta_wrapper_txt p {
  margin-bottom: 0;
}
div.cta_align_left .cta_wrapper_txt .wpb_call_text {
  margin-bottom: 30px;
}
div.cta_align_left .cta_wrapper_btn {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
div.cta_align_left .cta_wrapper_btn .silesia-btn {
  white-space: nowrap;
}
div.cta_align_right {
  display: table;
  width: 100%;
  vertical-align: middle;
}
div.cta_align_right .wpb_button_a {
  text-align: right;
  float: none;
}
div.cta_align_right .wpb_button_a span {
  white-space: pre-wrap;
}
div.cta_align_right .wpb_call_text {
  float: none;
  text-align: left;
}
div.cta_align_right .cta_wrapper_txt {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
div.cta_align_right .cta_wrapper_txt p:last-child,
div.cta_align_right .cta_wrapper_txt h1:last-child,
div.cta_align_right .cta_wrapper_txt h2:last-child,
div.cta_align_right .cta_wrapper_txt h3:last-child,
div.cta_align_right .cta_wrapper_txt h4:last-child {
  margin-bottom: 0;
}
div.cta_align_right .cta_wrapper_txt p {
  margin-bottom: 0;
}
div.cta_align_right .cta_wrapper_txt .wpb_call_text {
  margin-bottom: 30px;
}
div.cta_align_right .cta_wrapper_btn {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  text-align: right;
}
div.cta_align_right .cta_wrapper_btn .silesia-btn {
  white-space: nowrap;
}
.cta_align_bottom .silesia-btn {
  margin-top: 30px;
}
div.call_to_action {
  /*padding: 30px;*/
  /* border-width: 1px; border-style: solid; border-color: transparent;*/
}
div.call_to_action .custom-subheading {
  margin-top: 5px;
}
/* Carousel controls */
/* ------------------------------------------------------ */
.arrow-section i {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.arrow-section i:hover {
  color: #ff5200;
}
.arrow-section {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  display: block;
  color: #ffffff;
  bottom: 20px;
  text-align: center;
  line-height: 50px;
}
.arrow-section i {
  line-height: 50px;
  font-size: 70px;
}
.arrow-section.arrow1 {
  bottom: 20px;
  display: none;
}
.arrow-section.arrow2 {
  display: none;
  top: 45%;
  margin-top: 80px;
}
/* Google map */
/* ------------------------------------------------------ */
#map {
  background-color: #e5e3df;
}
::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  background-color: #d5d5d5;
  -webkit-border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background: #aeaeae;
  -webkit-border-radius: 0;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  background: #bbb;
  cursor: pointer;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999;
  /* makes sure it stays on top */
}
#status {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
  left: 0;
  /* centers the loading animation horizontally one the screen */
  top: 0;
  /* centers the loading animation vertically one the screen */
  background-repeat: no-repeat;
  background-position: center;
}
#status .loading-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#status .loading-wrapper img {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s, -moz-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s, -o-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s,-webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1),-moz-transform 3s cubic-bezier(0.19, 1, 0.22, 1),-o-transform 3s cubic-bezier(0.19, 1, 0.22, 1),transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
#status .loading-wrapper img.ready {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#status-loaded {
  -webkit-transition: width 0.7s;
  -moz-transition: width 0.7s;
  -o-transition: width 0.7s;
  transition: width 0.7s;
  width: 0;
  height: 80px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-repeat: no-repeat;
  background-position: center;
  margin: -16px 0 0 -64px;
  /* is width and height divided by two */
}
/* Testimonial carousel */
/* ------------------------------------------------------ */
.testimonials-carousel {
  padding: 0 45px;
}
.testimonials-carousel .testimonial-item img {
  width: auto !important;
  max-width: 100%;
}
.testimonials-carousel .owl-item {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}
.testimonials-carousel .owl-controls {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.testimonials-carousel .owl-nav {
  height: 30px;
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -15px;
}
.testimonials-carousel .owl-prev,
.testimonials-carousel .owl-next {
  height: 30px !important;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: transparent !important;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 3px;
}
.testimonials-carousel .owl-prev:before,
.testimonials-carousel .owl-next:before {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: color 0.3s, background 0.3s;
  -moz-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.testimonials-carousel .owl-prev {
  float: left;
}
.testimonials-carousel .owl-prev:before {
  content: '\e805';
  font-family: 'arrows';
  left: 0;
}
.testimonials-carousel .owl-next {
  float: right;
}
.testimonials-carousel .owl-next:before {
  content: '\e806';
  font-family: 'arrows';
  right: 0;
}
.testimonials-carousel .owl-dots {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -45px;
  text-align: center;
}
.testimonials-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s, background 0.3s;
  -moz-transition: opacity 0.3s, background 0.3s;
  -o-transition: opacity 0.3s, background 0.3s;
  transition: opacity 0.3s, background 0.3s;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.testimonials-carousel .owl-dots .owl-dot:hover {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.testimonials-carousel .owl-dots .owl-dot.active {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.testimonials-carousel:hover .owl-prev,
.testimonials-carousel:hover .owl-next {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.testimonials-carousel:hover .owl-prev:hover,
.testimonials-carousel:hover .owl-next:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* VC elements media queries */
/* ------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 991px) {
  .info-c-full .info-circle-img-icon {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pricing-table-sm {
    width: 50% !important;
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .icons li {
    width: 25%;
  }
  .simple-line-icons li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  div.ult_countdown.ult-cd-s1 .ult_countdown-section span.ult_countdown-period {
    display: block;
  }
  div.aio-icon-img {
    margin-right: 15px;
  }
  div.aio-icon {
    margin-right: 15px;
  }
  div.ult_modal-body.ult-img figure {
    width: auto !important;
  }
  div.info-c-full .info-circle-img-icon,
  div.info-c-full i {
    display: none;
  }
  div.ult-overlay .ult-overlay-close {
    right: 0;
    top: 0;
  }
  div.wpb_gallery .isotope-item {
    width: 100% !important;
  }
  div.cta_align_left {
    text-align: center;
  }
  div.cta_align_left .cta_wrapper_btn {
    display: block;
    padding-right: 0;
    text-align: center !important;
  }
  div.cta_align_left .wpb_button_a {
    margin-bottom: 30px;
    text-align: center;
  }
  div.cta_align_left .cta_wrapper_txt {
    display: block;
  }
  div.cta_align_right {
    text-align: center;
  }
  div.cta_align_right .cta_wrapper_btn {
    display: block;
    padding-right: 0;
    text-align: center !important;
  }
  div.cta_align_right .wpb_button_a {
    margin-top: 30px;
    text-align: center;
  }
  div.cta_align_right .cta_wrapper_txt {
    display: block;
  }
  div.cta_align_right .cta_wrapper_txt p:last-child {
    margin-bottom: 30px;
  }
  div.info-circle-responsive .smile_icon_list li .icon_list_icon {
    font-size: 36px;
    width: 76px;
    line-height: 1em;
    height: 36px;
    padding: 20px 0;
  }
  div.info-circle-responsive .smile_icon_list li .icon_list_icon i {
    font-size: 36px;
  }
  div.info-circle-responsive .smile_icon_list li .icon_list_icon img {
    margin-top: -20px;
  }
  div.info-circle-responsive.info-circle-wrapper .smile_icon_list.left li .icon_description {
    margin-left: 76px !important;
    padding: 0 0 0 30px;
  }
  div.info-circle-responsive.info-circle-wrapper .smile_icon_list.left li .icon_description h3 {
    margin-bottom: 15px;
  }
  div.info-circle-responsive.info-circle-wrapper .smile_icon_list.left li .icon_description p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  div.vc_responsive .cta_align_left .wpb_call_text,
  .vc_responsive .cta_align_right .wpb_call_text {
    display: block;
  }
  div.cta_align_right .wpb_button_a,
  div.cta_align_left .wpb_button_a {
    width: 100%;
    display: block;
  }
}
/* Pretty photo / Lightbox */
/* ------------------------------------------------------ */
div.pp_pic_holder .pp_loaderIcon {
  background: url(../images/spinner.gif) center center no-repeat !important;
  height: 32px;
  width: 32px;
  margin: -16px 0 0 -16px;
}
div.pp_pic_holder .pp_top,
div.pp_pic_holder .pp_bottom {
  display: none;
}
div.pp_pic_holder .pp_left,
div.pp_pic_holder .pp_right {
  background: none !important;
}
div.pp_pic_holder .ppt {
  display: none !important;
}
div.pp_pic_holder .pp_details {
  position: absolute !important;
  top: 0;
  z-index: 200;
  margin: 0 !important;
}
div.pp_pic_holder .pp_description {
  display: none !important;
}
div.pp_pic_holder .pp_close {
  background: #111 !important;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  background: #161616;
  z-index: 9999;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  top: 0px;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
div.pp_pic_holder .pp_close:before {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -1px;
}
div.pp_pic_holder .pp_close:after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -1px;
}
div.pp_pic_holder .pp_nav {
  display: none !important;
}
div.pp_pic_holder .pp_content:hover .pp_close {
  opacity: 1;
}
div.pp_pic_holder .pp_hoverContainer {
  z-index: 100 !important;
}
div.pp_pic_holder .pp_content_container {
  z-index: 999;
}
div.pp_pic_holder .pp_previous {
  text-indent: 0;
  color: transparent !important;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  left: 0;
  -webkit-transition: color 0.3s, background 0.3s;
  -moz-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
div.pp_pic_holder .pp_previous.berg-arrow-left {
  left: 0;
}
div.pp_pic_holder .pp_previous.berg-arrow-right {
  right: 0;
}
div.pp_pic_holder .pp_previous:after {
  content: "\e805";
  color: #333333;
  font-family: "arrows";
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
div.pp_pic_holder .pp_previous:hover {
  background: #ffffff !important;
}
div.pp_pic_holder .pp_next {
  text-indent: 0;
  color: transparent !important;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  right: 0;
  -webkit-transition: color 0.3s, background 0.3s;
  -moz-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
div.pp_pic_holder .pp_next.berg-arrow-left {
  left: 0;
}
div.pp_pic_holder .pp_next.berg-arrow-right {
  right: 0;
}
div.pp_pic_holder .pp_next:after {
  content: "\e806";
  color: #333333;
  font-family: "arrows";
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  right: 0;
  position: absolute;
  top: 0;
}
div.pp_pic_holder .pp_next:hover {
  background: #ffffff !important;
}
div.pp_pic_holder .pp_expand {
  display: none !important;
}
div.pp_overlay {
  background: #111 !important;
  opacity: 1 !important;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background: transparent !important;
}
/* Tiny MCE */
/* ------------------------------------------------------ */
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6,
.wpb_text_column p,
.wpb_text_column blockquote {
  margin-bottom: 30px;
}
.wpb_text_column h1:empty,
.wpb_text_column h2:empty,
.wpb_text_column h3:empty,
.wpb_text_column h4:empty,
.wpb_text_column h5:empty,
.wpb_text_column h6:empty,
.wpb_text_column p:empty,
.wpb_text_column blockquote:empty {
  margin: 0;
  padding: 0;
  display: none;
}
.wpb_heading,
.newsletter_heading,
.silesia-contact-form h2 {
  margin-bottom: 30px;
}
.info-c-full h3.info-circle-heading {
  margin-bottom: 15px;
}
.ult_modal-body.ult-gallery p:last-child {
  margin-bottom: 0;
}
.team-desc > h1,
.testimonial-item > h1,
.info-circle-text > h1,
.pricing-table .pt_price_features.separators-hide > h1,
.ult_modal-body > h1,
.ult_info_table.ult_design_2 .ult_price_features > h1,
.ult_info_table.ult_design_5 .ult_price_features > h1,
.team-desc > h2,
.testimonial-item > h2,
.info-circle-text > h2,
.pricing-table .pt_price_features.separators-hide > h2,
.ult_modal-body > h2,
.ult_info_table.ult_design_2 .ult_price_features > h2,
.ult_info_table.ult_design_5 .ult_price_features > h2,
.team-desc > h3,
.testimonial-item > h3,
.info-circle-text > h3,
.pricing-table .pt_price_features.separators-hide > h3,
.ult_modal-body > h3,
.ult_info_table.ult_design_2 .ult_price_features > h3,
.ult_info_table.ult_design_5 .ult_price_features > h3,
.team-desc > h4,
.testimonial-item > h4,
.info-circle-text > h4,
.pricing-table .pt_price_features.separators-hide > h4,
.ult_modal-body > h4,
.ult_info_table.ult_design_2 .ult_price_features > h4,
.ult_info_table.ult_design_5 .ult_price_features > h4,
.team-desc > h5,
.testimonial-item > h5,
.info-circle-text > h5,
.pricing-table .pt_price_features.separators-hide > h5,
.ult_modal-body > h5,
.ult_info_table.ult_design_2 .ult_price_features > h5,
.ult_info_table.ult_design_5 .ult_price_features > h5,
.team-desc > h6,
.testimonial-item > h6,
.info-circle-text > h6,
.pricing-table .pt_price_features.separators-hide > h6,
.ult_modal-body > h6,
.ult_info_table.ult_design_2 .ult_price_features > h6,
.ult_info_table.ult_design_5 .ult_price_features > h6,
.team-desc > p,
.testimonial-item > p,
.info-circle-text > p,
.pricing-table .pt_price_features.separators-hide > p,
.ult_modal-body > p,
.ult_info_table.ult_design_2 .ult_price_features > p,
.ult_info_table.ult_design_5 .ult_price_features > p,
.team-desc > blockquote,
.testimonial-item > blockquote,
.info-circle-text > blockquote,
.pricing-table .pt_price_features.separators-hide > blockquote,
.ult_modal-body > blockquote,
.ult_info_table.ult_design_2 .ult_price_features > blockquote,
.ult_info_table.ult_design_5 .ult_price_features > blockquote {
  margin-bottom: 15px;
}
.team-desc > h1:empty,
.testimonial-item > h1:empty,
.info-circle-text > h1:empty,
.pricing-table .pt_price_features.separators-hide > h1:empty,
.ult_modal-body > h1:empty,
.ult_info_table.ult_design_2 .ult_price_features > h1:empty,
.ult_info_table.ult_design_5 .ult_price_features > h1:empty,
.team-desc > h2:empty,
.testimonial-item > h2:empty,
.info-circle-text > h2:empty,
.pricing-table .pt_price_features.separators-hide > h2:empty,
.ult_modal-body > h2:empty,
.ult_info_table.ult_design_2 .ult_price_features > h2:empty,
.ult_info_table.ult_design_5 .ult_price_features > h2:empty,
.team-desc > h3:empty,
.testimonial-item > h3:empty,
.info-circle-text > h3:empty,
.pricing-table .pt_price_features.separators-hide > h3:empty,
.ult_modal-body > h3:empty,
.ult_info_table.ult_design_2 .ult_price_features > h3:empty,
.ult_info_table.ult_design_5 .ult_price_features > h3:empty,
.team-desc > h4:empty,
.testimonial-item > h4:empty,
.info-circle-text > h4:empty,
.pricing-table .pt_price_features.separators-hide > h4:empty,
.ult_modal-body > h4:empty,
.ult_info_table.ult_design_2 .ult_price_features > h4:empty,
.ult_info_table.ult_design_5 .ult_price_features > h4:empty,
.team-desc > h5:empty,
.testimonial-item > h5:empty,
.info-circle-text > h5:empty,
.pricing-table .pt_price_features.separators-hide > h5:empty,
.ult_modal-body > h5:empty,
.ult_info_table.ult_design_2 .ult_price_features > h5:empty,
.ult_info_table.ult_design_5 .ult_price_features > h5:empty,
.team-desc > h6:empty,
.testimonial-item > h6:empty,
.info-circle-text > h6:empty,
.pricing-table .pt_price_features.separators-hide > h6:empty,
.ult_modal-body > h6:empty,
.ult_info_table.ult_design_2 .ult_price_features > h6:empty,
.ult_info_table.ult_design_5 .ult_price_features > h6:empty,
.team-desc > p:empty,
.testimonial-item > p:empty,
.info-circle-text > p:empty,
.pricing-table .pt_price_features.separators-hide > p:empty,
.ult_modal-body > p:empty,
.ult_info_table.ult_design_2 .ult_price_features > p:empty,
.ult_info_table.ult_design_5 .ult_price_features > p:empty,
.team-desc > blockquote:empty,
.testimonial-item > blockquote:empty,
.info-circle-text > blockquote:empty,
.pricing-table .pt_price_features.separators-hide > blockquote:empty,
.ult_modal-body > blockquote:empty,
.ult_info_table.ult_design_2 .ult_price_features > blockquote:empty,
.ult_info_table.ult_design_5 .ult_price_features > blockquote:empty {
  margin: 0;
  padding: 0;
  display: none;
}
.icon_description > p,
.icon_description_text > p,
.icon_description > blockquote,
.icon_description_text > blockquote {
  margin-bottom: 15px;
}
.icon_description > p:empty,
.icon_description_text > p:empty,
.icon_description > blockquote:empty,
.icon_description_text > blockquote:empty {
  margin: 0;
  padding: 0;
  display: none;
}
/* Blockquote */
/* ------------------------------------------------------ */
blockquote {
  font-size: 16px;
  font-style: italic;
}
blockquote footer {
  margin-top: 15px;
}
/* Dropcap */
/* ------------------------------------------------------ */
.dropcap {
  color: #ffffff;
  background: #111111;
  text-align: center;
  font-size: 2em;
  float: left;
  padding: 0 10px;
  margin-right: 0.3em;
}
.dropcap.small {
  font-size: 85%;
}
/* Highlights */
/* ------------------------------------------------------ */
.highlight {
  padding: 2px;
}
.highlight.highlight-border {
  padding: 2px 4px;
  border-width: 1px;
  border-style: solid;
}
/* End of visual composer elements  */
/* ------------------------------------------------------ */
.yo.aio-icon.hover-icon,
.yo.aio-icon-img.hover-icon,
.yo .icon_list_icon.hover-icon,
.yo.social-profiles .hover-icon {
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: border 0.3s, background 0.3s;
  -moz-transition: border 0.3s, background 0.3s;
  -o-transition: border 0.3s, background 0.3s;
  transition: border 0.3s, background 0.3s;
}
.yo.aio-icon.hover-icon i,
.yo.aio-icon-img.hover-icon i,
.yo .icon_list_icon.hover-icon i,
.yo.social-profiles .hover-icon i {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.yo.aio-icon.hover-icon.circle:after,
.yo.aio-icon-img.hover-icon.circle:after,
.yo .icon_list_icon.hover-icon.circle:after,
.yo.social-profiles .hover-icon.circle:after,
.yo.aio-icon.hover-icon.circle:before,
.yo.aio-icon-img.hover-icon.circle:before,
.yo .icon_list_icon.hover-icon.circle:before,
.yo.social-profiles .hover-icon.circle:before {
  border-radius: 50%;
}
.yo.aio-icon.hover-icon:before,
.yo.aio-icon-img.hover-icon:before,
.yo .icon_list_icon.hover-icon:before,
.yo.social-profiles .hover-icon:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -o-transition: -o-transform 0.5s, opacity 0.3s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s, opacity 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: -1;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.yo.aio-icon.hover-icon:after,
.yo.aio-icon-img.hover-icon:after,
.yo .icon_list_icon.hover-icon:after,
.yo.social-profiles .hover-icon:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-width: 3px;
  border-style: solid;
  background: transparent;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -o-transition: -o-transform 0.5s, opacity 0.3s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s, opacity 0.3s;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: -2;
}
.yo.aio-icon.hover-icon:hover,
.yo.aio-icon-img.hover-icon:hover,
.yo .icon_list_icon.hover-icon:hover,
.yo.social-profiles .hover-icon:hover {
  border-color: transparent !important;
  background-color: transparent !important;
}
.yo.aio-icon.hover-icon:hover:before,
.yo.aio-icon-img.hover-icon:hover:before,
.yo .icon_list_icon.hover-icon:hover:before,
.yo.social-profiles .hover-icon:hover:before {
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -o-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.5s;
  -moz-transition: -moz-transform 0.3s, opacity 0.5s;
  -o-transition: -o-transform 0.3s, opacity 0.5s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, opacity 0.5s;
}
.yo.aio-icon.hover-icon:hover:after,
.yo.aio-icon-img.hover-icon:hover:after,
.yo .icon_list_icon.hover-icon:hover:after,
.yo.social-profiles .hover-icon:hover:after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.5s;
  -moz-transition: -moz-transform 0.3s, opacity 0.5s;
  -o-transition: -o-transform 0.3s, opacity 0.5s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, opacity 0.5s;
}
.yo.aio-icon.hover-icon i,
.yo.aio-icon-img.hover-icon i,
.yo .icon_list_icon.hover-icon i,
.yo.social-profiles .hover-icon i {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
/* Effect 2 */
/* Effect 2a */
/* Comments */
/* ------------------------------------------------------ */
.comments-container {
  padding: 0;
}
.comments-container .single-comments-count {
  font-size: 12px;
  letter-spacing: 1px;
}
.comments-container .comment-list {
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
}
.comments-container .comment-list > li:last-of-type .text {
  border: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.comments-container .comment {
  overflow: hidden;
}
.comments-container .comment .form-control {
  font-size: 13px;
}
.comments-container .comment .comment-respond {
  margin-top: 30px;
}
.comments-container .comments-title {
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 30px;
}
.comments-container li {
  margin-bottom: 30px;
  list-style-type: none;
}
.comments-container li p {
  margin-bottom: 0;
}
.comments-container .image {
  float: left;
  width: 40px;
  height: 40px;
}
.comments-container .comment_info {
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 1em;
  float: left;
  margin-left: 15px;
  font-size: 14px;
}
.comments-container .name {
  margin: 5px 0;
  line-height: 1em;
  font-size: 14px;
}
.comments-container .comment_details {
  font-size: 13px;
}
.comments-container .comment-reply-link {
  line-height: 1em;
  padding-left: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 400;
}
.comments-container .reply-comment-separator {
  line-height: 1em;
  border-left-width: 1px;
  border-left-style: solid;
  margin-left: 6px;
}
.comments-container .text {
  margin-left: 55px;
  padding-bottom: 30px;
  border-bottom: 1px dotted;
}
.comments-container .text_holder {
  position: relative;
  clear: both;
}
.comments-container .text_holder p {
  font-size: 14px;
  line-height: 1.8em;
}
.comments-container .comments_details {
  font-size: 12px;
}
.comments-container .children {
  margin-left: 55px;
}
.comment-respond-separator {
  border-top-width: 1px;
  border-top-style: solid;
}
.comment-respond {
  margin-top: 0px;
}
.comment_form input.form-control:not([type=submit]),
.comment_form textarea.form-control:not([type=submit]),
.comment input.form-control:not([type=submit]),
.comment textarea.form-control:not([type=submit]) {
  -webkit-transition: border-color 0.3s, color 0.3s, background 0.3s;
  -moz-transition: border-color 0.3s, color 0.3s, background 0.3s;
  -o-transition: border-color 0.3s, color 0.3s, background 0.3s;
  transition: border-color 0.3s, color 0.3s, background 0.3s;
  background: rgba(0, 0, 0, 0.04);
  border-color: transparent;
}
.comment_form input.form-control:not([type=submit]):focus,
.comment_form textarea.form-control:not([type=submit]):focus,
.comment input.form-control:not([type=submit]):focus,
.comment textarea.form-control:not([type=submit]):focus {
  background: transparent !important;
}
.comment_form input.form-control:not([type=submit]).error-comment,
.comment_form textarea.form-control:not([type=submit]).error-comment,
.comment input.form-control:not([type=submit]).error-comment,
.comment textarea.form-control:not([type=submit]).error-comment {
  border-color: #E43832;
  background: transparent;
}
.comment_form input.form-control:not([type=submit]).error-comment::-webkit-input-placeholder,
.comment_form textarea.form-control:not([type=submit]).error-comment::-webkit-input-placeholder,
.comment input.form-control:not([type=submit]).error-comment::-webkit-input-placeholder,
.comment textarea.form-control:not([type=submit]).error-comment::-webkit-input-placeholder {
  color: #e43832;
}
.comment_form input.form-control:not([type=submit]).error-comment:-moz-placeholder,
.comment_form textarea.form-control:not([type=submit]).error-comment:-moz-placeholder,
.comment input.form-control:not([type=submit]).error-comment:-moz-placeholder,
.comment textarea.form-control:not([type=submit]).error-comment:-moz-placeholder {
  color: #e43832;
}
.comment_form input.form-control:not([type=submit]).error-comment::-moz-placeholder,
.comment_form textarea.form-control:not([type=submit]).error-comment::-moz-placeholder,
.comment input.form-control:not([type=submit]).error-comment::-moz-placeholder,
.comment textarea.form-control:not([type=submit]).error-comment::-moz-placeholder {
  color: #e43832;
}
.comment_form input.form-control:not([type=submit]).error-comment:-ms-input-placeholder,
.comment_form textarea.form-control:not([type=submit]).error-comment:-ms-input-placeholder,
.comment input.form-control:not([type=submit]).error-comment:-ms-input-placeholder,
.comment textarea.form-control:not([type=submit]).error-comment:-ms-input-placeholder {
  color: #e43832;
}
.comment-success {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  left: 0;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  background: transparent;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  display: none;
}
.comment-success i {
  height: 100%;
  display: table;
  vertical-align: middle;
  width: 100%;
}
.comment-success i:before {
  vertical-align: middle;
  display: table-cell;
}
.comment-form {
  overflow: hidden;
}
.comment-form .form-submit {
  float: right;
  position: relative;
  margin-bottom: 0;
}
#commentform {
  overflow: hidden;
}
#commentform .comment-form-input {
  width: 33.32%;
  display: block;
  float: left;
}
#commentform .comment-form-input input {
  width: calc(100% - 15px);
}
#commentform .comment-form-input:last-of-type input {
  width: 100%;
}
#cancel-comment-reply-link {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: -20px;
}
#reply-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 15px;
  border: 1px solid;
}
div.comment_form h4,
div.comment h4 {
  margin-bottom: 5px;
  margin-top: 0;
}
div.comment_form .logged-in-as,
div.comment .logged-in-as {
  margin-bottom: 15px;
  font-size: 10px;
  font-family: 'Droid Serif';
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 25px;
  text-align: right;
}
div.comment_form .logged-in-as a,
div.comment .logged-in-as a {
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Lato';
}
div.comment_form .form-control,
div.comment .form-control {
  border-width: 1px;
  border-radius: 2px;
}
div.comment_form .form-submit,
div.comment .form-submit {
  text-align: right;
}
div.comment_form .comment_date,
div.comment .comment_date {
  font-style: italic;
  letter-spacing: 1px;
  font-size: 11px;
}
.paginate-comments {
  text-align: center;
  margin-bottom: 30px;
}
.paginate-comments a,
.paginate-comments span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  line-height: 28px;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  /*.lh-transition(border-color .3s, color .3s);*/
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  /*.lh-transition(opacity .3s); */
  -webkit-transition: border-color 0.3s, color 0.3s, opacity 0.3s;
  -moz-transition: border-color 0.3s, color 0.3s, opacity 0.3s;
  -o-transition: border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: border-color 0.3s, color 0.3s, opacity 0.3s;
}
.paginate-comments a.current,
.paginate-comments span.current {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.paginate-comments a:hover,
.paginate-comments span:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.paginate-comments .prev {
  border: none;
  color: transparent !important;
}
.paginate-comments .prev:before {
  content: '\e802';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  font-family: "arrows";
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: border-color 0.3s, color 0.3s, opacity 0.3s;
  -moz-transition: border-color 0.3s, color 0.3s, opacity 0.3s;
  -o-transition: border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: border-color 0.3s, color 0.3s, opacity 0.3s;
}
.paginate-comments .prev:hover {
  color: transparent !important;
}
.paginate-comments .next {
  border: none;
  color: transparent !important;
}
.paginate-comments .next:hover {
  color: transparent !important;
}
.paginate-comments .next:before {
  content: '\e801';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  font-family: "arrows";
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: border-color 0.3s, color 0.3s, opacity 0.3s;
  -moz-transition: border-color 0.3s, color 0.3s, opacity 0.3s;
  -o-transition: border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: border-color 0.3s, color 0.3s, opacity 0.3s;
}
@media (max-width: 767px) {
  .comments-container .text,
  .comments-container .children {
    margin-left: 0;
  }
  #commentform .comment-form-input {
    width: 100%;
    float: none !important;
  }
  #commentform .comment-form-input input {
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 991px) {
  #reply-title {
    font-size: 16px !important;
  }
}
/* Navigation bar section */
/* ------------------------------------------------------ */
.nav-default .nav-dark,
.midnightHeader.default .nav-dark {
  display: none;
}
.nav-default .nav-light,
.midnightHeader.default .nav-light {
  display: none;
}
.nav-default .logo-first,
.midnightHeader.default .logo-first {
  display: none;
}
.nav-default .logo-third,
.midnightHeader.default .logo-third {
  display: none;
}
.nav-dark .nav-default,
.midnightHeader.dark .nav-default {
  display: none;
}
.nav-dark .nav-light,
.midnightHeader.dark .nav-light {
  display: none;
}
.nav-dark .logo-second,
.midnightHeader.dark .logo-second {
  display: none;
}
.nav-dark .logo-third,
.midnightHeader.dark .logo-third {
  display: none;
}
.nav-light .nav-default,
.midnightHeader.third .nav-default {
  display: none;
}
.nav-light .nav-dark,
.midnightHeader.third .nav-dark {
  display: none;
}
.nav-light .logo-second,
.midnightHeader.third .logo-second {
  display: none;
}
.nav-light .logo-first,
.midnightHeader.third .logo-first {
  display: none;
}
.midnightHeader.none .nav-default {
  display: none;
}
.midnightHeader.none .nav-dark {
  display: none;
}
.midnightHeader.none .nav-light {
  display: none;
}
.subnav-dropdown {
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
  width: 100% !important;
}
.subnav-dropdown .subnav {
  opacity: 0.3;
}
.window_edge .top-nav-static #main-navbar {
  position: absolute;
}
.paging-navigation {
  text-align: center !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
  margin: 0 15px !important;
  display: inline-block;
}
.top-nav .nav-separator {
  text-indent: -9999px;
  border-left: 1px solid transparent;
  padding: 0 !important;
  margin: 0 20px 0 15px;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.nav-icon-left {
  margin-right: 5px;
  vertical-align: baseline;
  width: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.nav-icon-right {
  margin-left: 10px;
  vertical-align: baseline;
  width: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.without-label .nav-icon-right {
  margin-left: 0px;
}
.top-nav .main-nav {
  z-index: 1;
  padding-right: 0;
  *zoom: 1;
  /*font-size: 12px; font-weight: 600; */
}
.top-nav .main-nav:before,
.top-nav .main-nav:after {
  content: " ";
  display: table;
}
.top-nav .main-nav:after {
  clear: both;
}
.top-nav .main-nav:before,
.top-nav .main-nav:after {
  content: " ";
  display: table;
}
.top-nav .main-nav:after {
  clear: both;
}
.top-nav .main-nav > ul {
  height: 100%;
  padding: 0;
  margin: 0;
}
.top-nav .main-nav > ul > li {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  list-style-type: none;
  text-align: left;
}
.top-nav .main-nav > ul > li.menu-item-has-children:after {
  content: '\e800';
  font-family: arrows;
  display: inline-block;
  font-size: 10px;
  margin-left: 3px;
  margin-right: -10px;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  z-index: 0;
}
.top-nav .main-nav > ul > li.menu-item-has-children > span > a {
  border-right: 20px solid transparent;
  margin-right: -20px;
}
.top-nav .main-nav > ul > li .hover-subnav {
  position: relative;
}
.top-nav .main-nav > ul > li a {
  /*line-height: 60px*/
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  line-height: inherit !important;
  vertical-align: middle;
  cursor: pointer;
}
.top-nav .main-nav > ul > li:hover .subnav {
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  opacity: 1;
  visibility: visible;
}
.top-nav .main-nav > ul > li:hover:after {
  -moz-animation: arrow-bounce 0.6s 1;
  -webkit-animation: arrow-bounce 0.6s 1;
  animation: arrow-bounce 0.6s 1;
}
#main-navbar {
  pointer-events: none;
}
#main-navbar .nav-default,
#main-navbar .nav-dark,
#main-navbar .nav-light {
  pointer-events: auto;
}
.has-icon.link--kukuri.nav-wr-icon-left:before {
  left: 20px;
}
.nav-no-link {
  cursor: default !important;
}
.logo {
  z-index: 2;
  position: relative;
  padding: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-right: 15px;
  font-size: 0;
}
.logo .logo-start,
.logo .logo-scroll {
  opacity: 1;
  -webkit-transition: opacity 0.3s, height 0.3s;
  -moz-transition: opacity 0.3s, height 0.3s;
  -o-transition: opacity 0.3s, height 0.3s;
  transition: opacity 0.3s, height 0.3s;
  left: 0;
  white-space: nowrap;
}
.logo a,
.logo figure {
  display: inline-block;
  height: 100%;
}
.logo figure {
  position: relative;
}
.logo img {
  max-height: 100%;
  display: inline-block;
  padding: 15px 0;
}
.logo .spacer {
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -1px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.main-navbar-wrapper {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.main-nav.frame-hover .menu > li:not(.cart-nav):not(.search-nav) > span > a {
  z-index: 2;
}
.main-nav.frame-hover .menu > li:not(.cart-nav):not(.search-nav) > span > a:hover span:after {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.main-nav.frame-hover .menu > li:not(.cart-nav):not(.search-nav) > span > a span {
  position: relative;
}
.main-nav.frame-hover .menu > li:not(.cart-nav):not(.search-nav) > span > a span:after {
  content: '';
  z-index: 1;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  border: 1px solid;
  top: -5px;
  left: -10px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  transition: opacity 0.3s,-webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.main-nav.frame-hover .menu > li:not(.cart-nav):not(.search-nav).cart-nav > span > a:hover:after,
.main-nav.frame-hover .menu > li:not(.cart-nav):not(.search-nav).search-nav > span > a:hover:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.main-nav.frame-hover .menu > li:not(.cart-nav):not(.search-nav).current-menu-ancestor > span > a span:after,
.main-nav.frame-hover .menu > li:not(.cart-nav):not(.search-nav).current-menu-item > span > a span:after {
  zoom: 1 !important;
  filter: alpha(opacity=30) !important;
  -webkit-opacity: 0.3 !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.main-nav.frame-hover .menu > li:not(.cart-nav):not(.search-nav).current-menu-ancestor:after,
.main-nav.frame-hover .menu > li:not(.cart-nav):not(.search-nav).current-menu-item:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.main-nav.frame-hover .menu > li:not(.cart-nav):not(.search-nav):hover:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.main-nav.underline-hover .menu > li:not(.cart-nav):not(.search-nav) > span > a:hover span:after {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.main-nav.underline-hover .menu > li:not(.cart-nav):not(.search-nav) > span > a span {
  position: relative;
}
.main-nav.underline-hover .menu > li:not(.cart-nav):not(.search-nav) > span > a span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  bottom: -7px;
  left: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  transition: opacity 0.3s,-webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.main-nav.underline-hover .menu > li:not(.cart-nav):not(.search-nav).current-menu-ancestor > span > a:after,
.main-nav.underline-hover .menu > li:not(.cart-nav):not(.search-nav).current-menu-item > span > a:after {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.main-nav.underline-hover .menu > li:not(.cart-nav):not(.search-nav).cart-nav > span > a:hover span:after,
.main-nav.underline-hover .menu > li:not(.cart-nav):not(.search-nav).search-nav > span > a:hover span:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.main-nav .menu.current-menu-ancestor > span > a,
.main-nav .menu.current-menu-item > span > a {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
/* Additional bar */
/* ------------------------------------------------------ */
#nav-additional.hide-additional {
  overflow: hidden;
}
#nav-additional.hide-additional.after-scroll {
  margin-top: -1px;
  -webkit-transition: height 0.6s, opacity 0s 0.6s, margin-top 0s 0.1s;
  -moz-transition: height 0.6s, opacity 0s 0.6s, margin-top 0s 0.1s;
  -o-transition: height 0.6s, opacity 0s 0.6s, margin-top 0s 0.1s;
  transition: height 0.6s, opacity 0s 0.6s, margin-top 0s 0.1s;
}
.additional-languages div {
  padding: 0 9px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.additional-languages div a,
.additional-languages div > span {
  padding: 2px 0;
  margin: 0 6px;
}
.additional-languages div > span {
  position: relative;
}
.additional-languages div > span:before {
  content: '';
  height: 1px;
  border-top: 1px solid;
  color: inherit;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
}
.additional-bar {
  overflow: hidden;
}
.additional-bar ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.additional-bar ul li {
  float: left;
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
}
.additional-bar ul form {
  display: none;
}
.additional-bar ul a i {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.additional-bar li {
  border-top: none !important;
  border-bottom: none !important;
}
.additional-bar .pull-right li {
  border-right: none !important;
}
.additional-bar .pull-left li {
  border-left: none !important;
}
.additional-bar .pull-right > li:last-child {
  border-right: none !important;
}
.additional-bar .pull-left > li:first-child {
  border-left: none !important;
}
.additional-bar .social-profiles ul {
  margin: -15px 0;
}
.additional-bar .social-profiles ul li {
  font-size: 25px;
  line-height: 12px;
  vertical-align: top;
  padding: 15px 0;
  text-align: center;
  width: 42px;
  /* border-right: none !important;*/
}
.additional-bar .social-profiles ul li:first-child {
  border-left: none !important;
}
.additional-bar .social-profiles ul li:last-child {
  border-right: none !important;
}
.additional-bar > ul > li {
  line-height: 12px;
  vertical-align: top;
  padding: 15px 0;
  text-align: center;
  min-width: 42px;
}
.additional-bar .custom-text {
  padding: 0 20px;
}
.additional-bar .menu {
  padding: 0 15px;
}
.additional-bar .menu li {
  padding: 0 5px;
  border: none !important;
}
#nav-additional {
  -webkit-transition: height 0.6s, opacity 0s 0s, margin-top 0s 0.1s;
  -moz-transition: height 0.6s, opacity 0s 0s, margin-top 0s 0.1s;
  -o-transition: height 0.6s, opacity 0s 0s, margin-top 0s 0.1s;
  transition: height 0.6s, opacity 0s 0s, margin-top 0s 0.1s;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
/* Top navigation */
/* ------------------------------------------------------ */
.main-navbar-wrapper .top-nav {
  position: relative;
}
.menu-item-language > span > a {
  display: inline-block !important;
}
.top-nav .strike-hover .menu-item-has-flags .iclflag,
.top-nav .color-hover .menu-item-has-flags .iclflag {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.top-nav .strike-hover .menu-item-has-flags span > a,
.top-nav .color-hover .menu-item-has-flags span > a {
  padding-left: 25px !important;
}
.top-nav .frame-hover .menu-item-has-flags .iclflag,
.top-nav .underline-hover .menu-item-has-flags .iclflag {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.top-nav .frame-hover .menu-item-has-flags span > a > span,
.top-nav .underline-hover .menu-item-has-flags span > a > span {
  padding-left: 25px !important;
}
.top-nav .cart-nav i {
  font-size: 28px;
}
.top-nav .mega-menu:hover .next-level {
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  opacity: 1;
  visibility: visible;
}
.top-nav .normal li {
  line-height: 22px;
}
.top-nav .normal li > span {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-nav .normal li:hover > span {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.top-nav .normal .subnav-wrapper {
  white-space: nowrap;
}
.top-nav .normal .menu-item-has-children .next-level {
  visibility: hidden;
}
.top-nav .normal .menu-item-has-children:before {
  content: '\e801';
  font-family: arrows;
  position: absolute;
  display: inline-block;
  margin-top: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
}
.top-nav .normal .menu-item-has-children.next-level-arrow-left:before {
  left: 15px;
  content: '\e802';
}
.top-nav .normal .menu-item-has-children.next-level-arrow-right:before {
  right: 30px;
}
.top-nav .normal .menu-item-has-children:hover .next-level {
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.top-nav .normal .menu-item-has-children:hover.next-level-arrow-right:before {
  -moz-animation: arrow-bounce-right 0.6s 1;
  -webkit-animation: arrow-bounce-right 0.6s 1;
  animation: arrow-bounce-right 0.6s 1;
}
.top-nav .normal .menu-item-has-children:hover.next-level-arrow-left:before {
  -moz-animation: arrow-bounce-left 0.6s 1;
  -webkit-animation: arrow-bounce-left 0.6s 1;
  animation: arrow-bounce-left 0.6s 1;
}
.top-nav .mega-menu .subnav {
  left: 0;
  right: 0;
  margin: 0 -15px;
}
.top-nav .mega-menu .subnav-wrapper {
  display: table;
  width: 100%;
  float: none;
  table-layout: fixed;
}
.top-nav .mega-menu .subnav-wrapper li {
  display: table-cell;
}
.top-nav .mega-menu .subnav-wrapper > li > span > a {
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 900;
  letter-spacing: 3px;
}
.top-nav .mega-menu .subnav-wrapper > li:after {
  content: '';
  position: absolute;
  right: 1px;
  bottom: -15px;
  width: 1px;
  top: -15px;
}
.top-nav .mega-menu .subnav-wrapper > li:last-child:after {
  content: none;
}
.top-nav .mega-menu .subnav-wrapper .menu-item-has-children {
  margin-bottom: 15px;
}
.top-nav .mega-menu .subnav-wrapper .menu-item-has-children > .menu-item-children {
  /*font-weight: bold;*/
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: inline-block;
}
.top-nav .mega-menu .subnav-wrapper .menu-item-has-children:last-child {
  border: none;
}
.top-nav .mega-menu .subnav-wrapper .menu-item-children {
  padding: 2px 0;
}
.top-nav .mega-menu .next-level {
  position: static;
  display: block;
  background-color: transparent !important;
  margin-left: 0;
}
.top-nav .mega-menu .next-level li {
  padding: 0 !important;
  display: block;
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 22px;
}
.top-nav .mega-menu .next-level li:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.top-nav .mega-menu > .subnav > ul > .menu-item > span a {
  margin-bottom: 15px;
  font-size: 110%;
}
.top-nav .language-dropdown .subnav-wrapper {
  padding: 15px 0;
}
.top-nav .language-dropdown li {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  padding: 0 15px;
}
.top-nav .language-dropdown li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 15px;
  display: inline-block;
}
.top-nav .show-cart .menu-empty-cart.product {
  font-size: 18px;
  text-align: center;
  padding: 30px 60px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: 400;
}
.top-nav .show-cart .menu-empty-cart.product i {
  vertical-align: middle;
  display: block;
  font-size: 34px !important;
  margin-bottom: 15px;
}
.show-cart {
  position: absolute;
}
.top-nav .normal .subnav-wrapper .menu-item-children,
.top-nav .mega-menu .next-level .menu-item-children {
  font-weight: 400;
  text-transform: none;
}
.subnav-unfold-top .next-level {
  top: auto !important;
  bottom: -30px !important;
}
.subnav-unfold-top .subnav {
  top: auto !important;
  bottom: 0 !important;
}
.normal .subnav {
  margin-left: -30px;
  margin-right: -30px;
  display: block;
}
.normal .subnav-wrapper .menu-item .menu-item-children {
  padding: 2px 0;
}
.normal .next-level {
  padding: 30px 0;
  margin-top: -30px !important;
  margin: 0;
  position: absolute;
  top: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  width: auto;
  white-space: nowrap;
}
.normal .next-level.next-level-right {
  left: 100%;
}
.normal .next-level.next-level-left {
  right: 100%;
}
#main-navbar-wrapper .menu > li > a,
#main-navbar-wrapper .menu > li > span {
  -webkit-transition: line-height 0.3s, color 0.3s;
  -moz-transition: line-height 0.3s, color 0.3s;
  -o-transition: line-height 0.3s, color 0.3s;
  transition: line-height 0.3s, color 0.3s;
  overflow: hidden;
}
@media (max-width: 767px) {
  #nav-wrapper {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #nav-wrapper {
    display: none !important;
  }
}
#main-navbar-wrapper {
  clear: both;
  overflow: hidden;
}
.top-nav .main-nav,
.top-nav .menu > .menu-item > .menu-item-children,
.top-nav .subnav .menu-item-children {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#main-navbar {
  /*position: fixed*/
  /*height: 0; */
  top: 0;
  width: 100%;
  z-index: 113;
}
#main-navbar .nav {
  overflow: hidden;
  height: 100%;
}
#main-navbar nav {
  /*height: 60px;*/
  position: relative;
  z-index: 2;
  min-width: 1px;
}
.subnav-dropdown .dynamic-cart {
  width: 300px;
}
/* Left navigation */
/* ------------------------------------------------------ */
#sidebar-nav {
  overflow: hidden;
  width: 300px;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media (max-width: 767px) {
  #sidebar-nav {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sidebar-nav {
    display: none !important;
  }
}
#sidebar-nav .main-nav > .menu > .menu-item {
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  /*border-bottom: 1px solid rgba(12,12,12,0.03);*/
  padding: 10px 0;
  margin: 0;
  position: relative;
}
#sidebar-nav .main-nav > .menu > .menu-item:after {
  content: '';
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  height: 1px;
  left: -30px;
  right: -30px;
  position: absolute;
  bottom: 1px;
}
#sidebar-nav .main-nav > .menu > .menu-item:last-child:after {
  border-bottom: none !important;
}
#sidebar-nav .main-nav .subnav-wrapper > li {
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  padding: 0;
}
#sidebar-nav .main-nav .subnav-wrapper > li > span {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#sidebar-nav .main-nav .subnav-wrapper > li:hover > span {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#sidebar-nav .main-nav .next-level .menu-item {
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#sidebar-nav .main-nav .next-level .menu-item:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#sidebar-nav .main-nav ul li a {
  display: block;
}
#sidebar-nav .main-nav.hide-separators > .menu > .menu-item {
  padding: 0;
}
#sidebar-nav .main-nav.hide-separators > .menu > .menu-item:after {
  display: none;
}
#sidebar-nav .background-start-color,
#sidebar-nav .background-intro {
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
}
#sidebar-nav .content-bg {
  background: transparent;
}
#sidebar-nav .logo {
  margin-right: 0;
}
#sidebar-nav .logo figure {
  display: block;
  width: 100%;
  text-align: center;
  top: 0;
}
#sidebar-nav .logo a {
  display: block;
  width: 100%;
  position: relative;
}
#sidebar-nav .logo a img {
  display: block;
  margin: 0 auto;
  padding: 0;
}
#sidebar-nav .logo .logo-after {
  position: absolute;
}
#sidebar-nav .logo .logo-start,
#sidebar-nav .logo .logo-scroll {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#sidebar-nav #nav-additional {
  border: none;
  text-align: right;
}
#sidebar-nav #nav-additional .additional-bar {
  border-left: none;
  border-top: none;
  border-right: none;
}
#sidebar-nav #nav-additional .dynamic-cart i {
  font-size: 28px;
}
#sidebar-nav #nav-additional .icon-sl-search {
  font-size: 18px;
}
#sidebar-nav #nav-additional .additional-languages div {
  padding: 0;
}
#sidebar-nav #nav-additional ul {
  display: table;
  width: 100%;
}
#sidebar-nav #nav-additional a,
#sidebar-nav #nav-additional i {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#sidebar-nav #nav-additional span,
#sidebar-nav #nav-additional i {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
#sidebar-nav #nav-additional ul li {
  display: inline-block;
  padding-bottom: 0;
  display: table-cell;
  width: auto;
  float: none;
  border-right: none;
  padding: 15px 0;
  vertical-align: middle;
  min-width: 60px;
}
#sidebar-nav #nav-additional ul li:first-child {
  border-left: none;
}
#sidebar-nav #nav-additional ul li.dynamic-cart .subnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 59px;
  bottom: 0;
  display: block;
  width: auto;
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
#sidebar-nav #nav-additional ul li.dynamic-cart .subnav li {
  width: 100% !important;
  margin-left: 0;
  border: none;
}
#sidebar-nav #nav-additional ul li.dynamic-cart:hover .subnav {
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
#sidebar-nav #nav-additional ul li.dynamic-cart .show-cart {
  padding-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 95px;
  display: block;
  max-height: none;
  width: auto;
}
#sidebar-nav #nav-additional ul li.dynamic-cart .product {
  padding: 15px;
  display: table;
}
#sidebar-nav #nav-additional ul li.dynamic-cart .summation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#sidebar-nav .nav-wrapper {
  overflow-y: scroll;
  margin-right: -25px;
  height: 100%;
  position: relative;
}
#sidebar-nav .nav-wrapper .wrapper {
  position: relative;
  min-height: 100%;
  margin-right: 15px;
}
#sidebar-nav ul {
  margin: 0;
}
#sidebar-nav ul li {
  margin: 0;
  list-style: none;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0px;
}
#sidebar-nav ul .menu-item {
  cursor: pointer;
}
#sidebar-nav .subnav {
  position: relative;
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: block;
  min-height: 0;
  margin: 0;
  width: 100%;
  /*padding-bottom: 30px;*/
}
#sidebar-nav .subnav li {
  padding: 0;
}
#sidebar-nav .subnav .next-level {
  overflow: hidden;
  display: none;
}
#sidebar-nav .mega-menu .next-level {
  position: relative;
}
#sidebar-nav .mega-menu .subnav-wrapper {
  display: block;
}
#sidebar-nav .mega-menu .subnav-wrapper li {
  display: block;
  /*padding: 0*/
}
#sidebar-nav .mega-menu .subnav-wrapper .menu-item-has-children > .menu-item-children {
  margin-bottom: 0;
  border: none;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 15px;
}
#sidebar-nav .subnav-wrapper {
  border: none;
  padding: 0;
  float: none;
  padding: 10px 0;
}
#sidebar-nav .main-nav.text-center ul li > span {
  padding: 0 30px 0 30px;
}
#sidebar-nav .main-nav ul li > span {
  padding: 0 30px 0 0;
  display: block;
}
#sidebar-nav .main-nav > ul > li {
  padding: 0;
  display: block;
  margin-bottom: 10px;
}
#sidebar-nav .main-nav > ul > li a {
  display: inline-block;
}
#sidebar-nav .main-nav > ul > li.cart-nav,
#sidebar-nav .main-nav > ul > li.search-nav {
  width: auto;
  display: inline-block;
  padding-top: 15px;
  padding-right: 15px;
}
#sidebar-nav .main-nav > ul > li.cart-nav a,
#sidebar-nav .main-nav > ul > li.search-nav a {
  font-size: 14px;
}
#sidebar-nav .normal .subnav,
#sidebar-nav .mega-menu .subnav {
  margin-left: 0;
}
#sidebar-nav .normal .next-level,
#sidebar-nav .mega-menu .next-level {
  position: relative;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin-top: 0 !important;
  padding: 10px 0;
  border: none;
  white-space: normal;
}
#sidebar-nav .normal .subnav-wrapper .menu-item .menu-item-children,
#sidebar-nav .mega-menu .subnav-wrapper .menu-item .menu-item-children {
  padding: 0;
  /*padding-right: 15px;*/
}
#sidebar-nav .menu > li > .menu-item-children {
  margin-bottom: 15px;
  display: inline-block;
}
#sidebar-nav.show-angle-sub-item .menu-item .subnav-wrapper .menu-item-has-children > span {
  position: relative;
}
#sidebar-nav.show-angle-sub-item .menu-item .subnav-wrapper .menu-item-has-children > span:before {
  content: '\e801';
  font-family: 'arrows';
  position: absolute;
  font-size: 10px;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  top: 50%;
  margin-top: -8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, opacity 0.3s;
  right: 0;
}
#sidebar-nav.show-angle-sub-item .menu-item .subnav-wrapper .menu-item-has-children:hover > span:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#sidebar-nav .social-profiles {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#sidebar-nav .social-profiles ul {
  display: table;
  width: 100%;
}
#sidebar-nav .social-profiles ul li {
  display: table-cell;
  width: auto;
  border-right: none !important;
  padding: 15px 0;
  border-bottom: none!important;
}
#sidebar-nav .social-profiles ul li:first-child {
  border-left: none !important;
}
#sidebar-nav .social-profiles ul li a {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
#sidebar-nav .social-profiles ul li i {
  line-height: 1em;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#sidebar-nav .social-profiles ul img {
  max-width: 30px;
}
#sidebar-nav .menu-empty-cart {
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 60px !important;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-top: -134px;
}
#sidebar-nav .menu-empty-cart i {
  vertical-align: middle;
  display: block;
  font-size: 70px !important;
  margin-bottom: 30px;
}
.close-nav-left.show-angle-item .menu > .menu-item-has-children > span {
  position: relative;
}
.close-nav-left.show-angle-item .menu > .menu-item-has-children > span:before {
  content: '\e801';
  font-family: 'arrows';
  font-size: 10px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, opacity 0.3s;
  right: 0;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.close-nav-left.show-angle-item .menu > .menu-item-has-children > span:hover:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.open-nav-left.show-angle-item .menu > .menu-item-has-children:before {
  content: '';
  display: none !important;
}
.open-sub-nav-left.show-angle-sub-item .menu > .menu-item-has-children > .subnav > .subnav-wrapper li:before {
  content: '';
  display: none !important;
}
.subnav-wrapper {
  position: relative;
  float: left;
  margin: 0;
  border-top-width: 4px;
  border-top-style: solid;
  padding: 30px 0;
}
.subnav {
  position: absolute;
  z-index: 100;
  min-height: 80px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  float: none;
  display: table;
  /*width: 100%; right: 0;*/
  table-layout: fixed;
  visibility: hidden;
}
.subnav li {
  float: none;
  /*display: table-cell*/
  /*display:inline-block;*/
  vertical-align: top;
  position: relative;
  padding: 0 60px 0 30px;
  list-style-type: none;
}
.subnav li:hover div a {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.subnav.show-subnav {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* Mobile navigation */
/* ------------------------------------------------------ */
#menu-mobile-navigation {
  margin-left: 0;
}
.mobile-nav {
  z-index: 113;
  position: relative;
}
.mobile-nav img {
  padding: 0;
}
.mobile-nav .subnav-wrapper {
  border: none;
}
.mobile-nav li {
  list-style-type: none;
}
.mobile-nav .menu-header {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  vertical-align: middle;
}
.mobile-nav .menu-header li {
  display: table-cell;
  vertical-align: middle;
}
.mobile-nav .menu-header .reorder {
  text-align: right;
}
.mobile-nav .menu-header .reorder a {
  display: block;
  font-size: 20px;
  margin-right: 0;
}
.mobile-nav .menu-header .logo {
  display: block;
  line-height: 70px;
  vertical-align: middle;
  padding: 0;
}
.mobile-nav .menu-header .logo img {
  display: block;
}
.mobile-nav .flyout-open .reorder i {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.mobile-nav .flyout-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 112;
  text-align: left;
  background: #fff;
}
.mobile-nav .flyout-container .menu {
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .mobile-nav .flyout-container .menu {
    width: 750px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .mobile-nav .flyout-container .menu {
    width: 970px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .mobile-nav .flyout-container .menu {
    width: 1130px;
    max-width: 100%;
  }
}
.mobile-nav .flyout-container .menu > .subnav-open > .open-children i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-nav .flyout-container .subnav-wrapper {
  overflow: hidden;
  height: 0;
  margin-left: 0;
  padding-top: 0;
  width: 100%;
  padding-bottom: 0;
}
.mobile-nav .flyout-container .open-children {
  position: absolute;
  right: -15px;
  top: 0;
  width: 60px;
  text-align: center;
  cursor: pointer;
  display: table;
  vertical-align: middle;
}
.mobile-nav .flyout-container .open-children i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
  -moz-transition: -moz-transform 0.3s, color 0.3s;
  -o-transition: -o-transform 0.3s, color 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, color 0.3s;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
}
.mobile-nav .flyout-container .social-profiles {
  text-align: center;
}
.mobile-nav .flyout-container .social-profiles li {
  margin: 0 5px;
}
.mobile-nav .flyout-container .social-profiles li i {
  font-size: 34px;
}
.mobile-nav .flyout-container > ul.menu > li:last-of-type > ul > li:last-of-type a {
  border: none !important;
}
.mobile-nav .menu-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
}
.mobile-nav .menu-item.dynamic-cart {
  width: auto;
  text-align: right;
  width: 60px;
}
.mobile-nav .menu-item.dynamic-cart a {
  padding: 10px 0;
}
.mobile-nav .menu-item a,
.mobile-nav .menu-item > .menu-item-children {
  position: relative;
  padding: 10px 0;
  display: block;
}
.mobile-nav .subnav-wrapper .subnav-wrapper li a,
.mobile-nav .subnav-wrapper .subnav-wrapper li .menu-item-children {
  padding-right: 30px;
  margin-left: 30px;
}
.mobile-nav .subnav-wrapper .subnav-open .open-children i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-nav .subnav-wrapper li {
  position: relative;
}
.mobile-nav .subnav-wrapper li a,
.mobile-nav .subnav-wrapper li .menu-item-children {
  padding-right: 15px;
  margin-left: 15px;
}
.mobile-nav #nav-additional {
  border-bottom: none;
  padding: 0 5px;
}
.mobile-nav #nav-additional .additional-bar {
  padding: 0;
}
.mobile-nav #nav-additional .additional-bar ul {
  text-align: right;
}
.mobile-nav #nav-additional .additional-bar li {
  float: none;
  display: inline-block !important;
}
.border-last {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.mobile-nav.remove-padding-bottom .flyout-container .menu {
  padding-bottom: 0;
}
/* End of navigation bar section */
/* ------------------------------------------------------ */
/* Sidebar */
/* ------------------------------------------------------ */
.widget-sidebar:empty {
  display: none;
}
.widget-sidebar h4:first-of-type {
  margin-top: 0;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}
.widget-sidebar .widget-wrapper {
  margin-bottom: 60px;
}
.widget-sidebar .font-italic {
  font-family: droid serif;
  text-transform: none;
  font-style: italic;
}
.widget-sidebar .widget_archive ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.widget-sidebar .widget_archive ul li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget-sidebar .widget_archive a {
  font-style: italic;
  font-size: 12px;
  color: #C39F76 !important;
  font-weight: 300;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.widget-sidebar .widget_archive a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.widget-sidebar .widget_categories > ul > li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.widget-sidebar .widget_categories > ul > li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget-sidebar .widget_categories > ul > li li {
  margin-bottom: 0;
}
.widget-sidebar .widget_categories > ul > li .children a {
  padding-left: 15px;
  font-size: 10px;
}
.widget-sidebar .widget_categories a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
}
.widget-sidebar:empty {
  display: none;
}
.vc_wp_meta h2,
.vc_wp_calendar h2,
.vc_wp_recentcomments h2,
.vc_wp_search h2,
.vc_wp_pages h2,
.vc_wp_tagcloud h2,
.vc_wp_custommenu h2,
.vc_wp_posts h2,
.vc_wp_categories h2,
.vc_wp_archives h2,
.vc_wp_text h2,
.vc_wp_rss h2,
.vc_wp_links h2 {
  font-size: 14px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.widget-wrapper {
  padding: 0 30px;
}
.widget-wrapper .recent-post-title {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
}
.widget-wrapper .recent-post-thumbnail {
  width: 70px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
.widget-wrapper .recent-post-thumbnail:before {
  content: '';
  z-index: 2;
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border: 1px solid #fff;
}
.widget-wrapper .recent-post-thumbnail img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  /*.lh-backface-visibility(hidden)*/
}
.widget-wrapper .recent-post-thumbnail:hover img {
  -webkit-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.widget-wrapper .recent-post-thumbnail:hover:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.widget-wrapper .portfolio-widget {
  margin: 0 -5px;
  overflow: hidden;
}
.widget-wrapper .portfolio-widget .portfolio-item-widget {
  display: block;
  float: left;
  width: 33.3334%;
}
.widget-wrapper .portfolio-widget .portfolio-item-widget a {
  display: block;
  margin: 5px;
  position: relative;
  overflow: hidden;
}
.widget-wrapper .portfolio-widget .portfolio-item-widget a:before {
  content: '';
  z-index: 2;
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border: 1px solid #fff;
}
.widget-wrapper .portfolio-widget .portfolio-item-widget a img {
  width: 100%;
  -webkit-transition: -webkit-transform 1.2s;
  -moz-transition: -moz-transform 1.2s;
  -o-transition: -o-transform 1.2s;
  transition: -webkit-transform 1.2s,-moz-transform 1.2s,-o-transform 1.2s,transform 1.2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.widget-wrapper .portfolio-widget .portfolio-item-widget a:hover img {
  -webkit-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.widget-wrapper .portfolio-widget .portfolio-item-widget a:hover:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.widget-wrapper .portfolio-widget.items-feature-side .portfolio-item-widget:first-of-type {
  width: 66.666% !important;
}
.widget-wrapper .portfolio-widget.items-feature-side .portfolio-item-widget:nth-child(4) {
  clear: left;
}
.widget-wrapper .portfolio-widget.items-feature-up .portfolio-item-widget:first-of-type {
  width: 100% !important;
}
.remove-title .widget-title {
  display: none !important;
}
.widget-sidebar-right {
  padding-left: 45px;
}
.widget-sidebar-left {
  padding-right: 45px;
}
.widget-sidebar .widget-title,
.widget-sidebar .widgettitle {
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  margin-left: -30px;
  margin-right: -30px;
}
.widget-sidebar ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.widget-sidebar ul li {
  padding: 0;
  list-style-type: none;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 300;
  /* text-transform: uppercase; */
}
.widget-sidebar ul li cite {
  margin-bottom: 15px;
  display: block;
  font-style: italic;
}
.widget-sidebar ul li .rss-date {
  display: block;
}
.widget-sidebar ul li .rsswidget {
  font-weight: 600;
}
.widget-sidebar ul li:not(.recentcomments) a:not(.recent-post-title) {
  color: inherit;
}
.widget-sidebar .widget-wrapper {
  font-size: 14px;
}
.widget-sidebar .widget-wrapper table {
  width: 100%;
}
.widget-sidebar .widget-wrapper table caption {
  margin-bottom: 0;
}
.widget-sidebar .widget-wrapper h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.widget-sidebar .widget-wrapper:last-child {
  border-bottom: none;
}
.widget-sidebar .widget-wrapper span.post-date {
  display: block;
  font-size: 10px;
  font-weight: 400;
  padding-top: 5px;
  text-transform: none;
  font-style: italic;
}
.widget-sidebar select.postform,
.widget-sidebar #archives-dropdown-2 {
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 15px;
  line-height: 1.625;
  background-image: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
  min-height: 40px;
  padding: 6px 15px;
  height: auto;
  font-size: 10px;
  letter-spacing: 1px;
  border-radius: 2px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 400;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  -moz-transition: color 0.3s, background 0.3s, border 0.3s;
  -o-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
  background: rgba(0, 0, 0, 0.04);
}
.widget-sidebar select.postform:focus,
.widget-sidebar #archives-dropdown-2:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.widget-sidebar select.postform::-moz-placeholder,
.widget-sidebar #archives-dropdown-2::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  opacity: 1;
}
.widget-sidebar select.postform:-ms-input-placeholder,
.widget-sidebar #archives-dropdown-2:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.widget-sidebar select.postform::-webkit-input-placeholder,
.widget-sidebar #archives-dropdown-2::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.widget-sidebar select.postform[disabled],
.widget-sidebar #archives-dropdown-2[disabled],
.widget-sidebar select.postform[readonly],
.widget-sidebar #archives-dropdown-2[readonly],
fieldset[disabled] .widget-sidebar select.postform,
fieldset[disabled] .widget-sidebar #archives-dropdown-2 {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.widget-sidebar select.postform,
textarea.widget-sidebar #archives-dropdown-2 {
  height: auto;
}
.widget-sidebar select.postform:focus,
.widget-sidebar #archives-dropdown-2:focus,
.widget-sidebar select.postform.active,
.widget-sidebar #archives-dropdown-2.active,
.widget-sidebar select.postform:active,
.widget-sidebar #archives-dropdown-2:active,
.widget-sidebar select.postform:hover,
.widget-sidebar #archives-dropdown-2:hover {
  outline: none;
  background: transparent;
}
.widget-sidebar #calendar_wrap {
  max-width: 100%;
}
.widget-sidebar #wp-calendar caption {
  font-size: 12px;
  letter-spacing: 1px;
  font-style: italic;
}
.widget-sidebar #wp-calendar td {
  border: none !important;
  padding: 5px 0;
}
.widget-sidebar #wp-calendar td,
.widget-sidebar #wp-calendar th {
  text-align: center;
}
.widget-sidebar #wp-calendar #prev {
  padding-top: 10px;
  padding-bottom: 0;
}
.widget-sidebar #wp-calendar #prev a {
  display: block;
  font-family: droid serif;
  font-size: 12px;
  font-style: italic;
}
.widget-sidebar #wp-calendar #today {
  font-weight: 700;
}
.widget-sidebar #wp-calendar thead {
  border-width: 1px;
  border-style: solid;
}
.widget-sidebar #wp-calendar thead th {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
}
.widget-sidebar #wp-calendar tbody tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.widget-sidebar caption {
  margin: 0;
  padding: 10px 0;
}
.widget-sidebar .widget_nav_menu .menu > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
.widget-sidebar .widget_nav_menu .menu > li:last-of-type {
  border-bottom: none;
}
.widget-sidebar .widget_nav_menu .menu > li > a {
  font-weight: 400;
}
.widget-sidebar .widget_nav_menu .menu > li li {
  padding-left: 10px;
  margin: 0;
}
.widget-sidebar .widget_nav_menu .menu > li li li {
  padding-left: 10px;
}
.widget-sidebar .widget_nav_menu .menu > li li a {
  font-weight: 300;
}
.widget-sidebar .widget_nav_menu a {
  text-transform: uppercase;
  font-size: 12px;
}
.widget-sidebar .textwidget img {
  width: 100%;
  height: auto;
}
.widget-sidebar .textwidget .wp-smiley {
  width: auto;
}
.widget-sidebar .textwidget strong {
  margin: 15px 0;
  display: inline-block;
}
.widget-sidebar .textwidget strong:first-of-type {
  margin-top: 0 !important;
}
.widget-sidebar .textwidget .wp-caption-text {
  margin-top: 15px;
}
.widget-sidebar .tagcloud a {
  /*border-width: 1px; border-style: solid; margin: 4px 2px; display: inline-block;*/
  padding: 2px 15px;
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.widget-sidebar .tagcloud {
  text-align: justify;
}
.widget-sidebar li,
.widget-sidebar .tagcloud a {
  padding: 5px;
}
.widget-sidebar .widget-title .rsswidget img {
  display: none;
}
.widget-sidebar .widget_rss .rssSummary {
  letter-spacing: 0;
}
.widget-sidebar .widget_rss .rss-date {
  font-size: 10px;
  /* color: #C39F76; */
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 10px;
}
.widget-sidebar .widget_rss li .rsswidget {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.widget-sidebar .recentcomments {
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
.widget-sidebar .recentcomments:last-of-type {
  border-bottom-style: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget-sidebar .recentcomments > a {
  display: inline-block !important;
}
.widget-sidebar .recentcomments .comment-author-link,
.widget-sidebar .recentcomments .comment-details > a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
}
.widget-sidebar .recentcomments .comment-details {
  margin-top: 5px;
}
.widget-sidebar .recentcomments .spacer {
  font-size: 10px;
}
.widget-sidebar .recentcomments .comment {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 0;
}
.widget-sidebar .product_list_widget {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.widget-sidebar .product_list_widget li {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  padding-bottom: 10px;
}
.widget-sidebar .product_list_widget li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.widget-sidebar .product_list_widget li a {
  display: block;
}
.widget-sidebar .product_list_widget li:nth-child(2n+1) {
  *zoom: 1;
  clear: left;
}
.widget-sidebar .product_list_widget li:nth-child(2n+1):before,
.widget-sidebar .product_list_widget li:nth-child(2n+1):after {
  content: " ";
  display: table;
}
.widget-sidebar .product_list_widget li:nth-child(2n+1):after {
  clear: both;
}
.widget-sidebar .product_list_widget li:nth-child(2n+1):before,
.widget-sidebar .product_list_widget li:nth-child(2n+1):after {
  content: " ";
  display: table;
}
.widget-sidebar .product_list_widget li:nth-child(2n+1):after {
  clear: both;
}
.widget-sidebar .product_list_widget li .star-rating {
  margin: 5px auto;
}
.widget-sidebar .product_list_widget li.empty {
  float: none;
  width: 100%;
  text-align: left;
}
.widget-sidebar .search-form {
  max-width: 500px;
}
.widget-sidebar .search-form label {
  width: 50%;
  float: left;
}
.widget-sidebar .search-form label span {
  display: none;
}
.widget-sidebar .search-form label input {
  width: 100% !important;
  font-weight: 400;
}
.widget-sidebar .search-form .search-submit {
  /*.btn(); .btn-dark(); .btn-sm();*/
  margin-left: 15px;
}
.widget-sidebar .search-wrapper input.form-control {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.04);
  -webkit-transition: border 0.3s, background 0.3s;
  -moz-transition: border 0.3s, background 0.3s;
  -o-transition: border 0.3s, background 0.3s;
  transition: border 0.3s, background 0.3s;
}
.widget-sidebar .search-wrapper input.form-control:focus {
  background: transparent !important;
}
/*8. Blog  */
/* ------------------------------------------------------ */
.post_details {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 2;
}
.post_details ul {
  display: inline;
  margin: 0;
}
.post_details li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  padding-right: 0 !important;
}
.post_details li:last-child {
  margin-right: 0;
  padding-right: 0 !important;
}
.post_details.large li {
  letter-spacing: 0px;
  margin-right: 0;
}
.post_details.large li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.post_details span {
  display: inline-block;
}
.post_details .post-details-cat {
  padding-right: 4px;
}
.post_details time:not(.header-time) {
  /*color: #C39F76; */
  /*border-bottom: 1px solid fade(red, 50%);*/
  padding-bottom: 5px;
  position: relative;
}
.post_details time:not(.header-time):after {
  height: 1px;
  content: '';
  border-top: 1px solid;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.30;
}
.blog-tiles .post_details time {
  padding-bottom: 5px;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.blog-tiles .post-footer {
  margin-bottom: 0;
}
.post-footer {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.8;
  display: inline-block;
  margin-bottom: 30px;
}
.post-footer .font-italic {
  font-family: droid serif;
  text-transform: none;
  font-style: italic;
}
.post-excerpt {
  margin-bottom: 30px;
}
.blog-button {
  float: right;
  display: inline-block;
  margin-bottom: 30px;
}
.blog-tiles .blog-button {
  float: none;
  margin-bottom: 0;
}
.post_details:empty,
.post-footer:empty,
.post-header:empty {
  display: none;
}
.blog-list .post_details .list-share li:last-child {
  padding-right: 5px !important;
}
.silesia-pagination {
  margin: 30px 0;
}
.silesia-pagination ul {
  margin: 0;
  text-align: center;
}
.silesia-pagination ul li {
  list-style-type: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.silesia-pagination ul li a {
  display: block;
  line-height: 28px;
  font-size: 14px;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s, color 0.3s;
  -moz-transition: opacity 0.3s, color 0.3s;
  -o-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
.silesia-pagination ul li.active a {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.silesia-pagination ul li:hover a {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.silesia-pagination .pagination-prev {
  position: relative;
}
.silesia-pagination .pagination-prev a {
  border: none;
}
.silesia-pagination .pagination-prev a:before {
  content: '\e802';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  font-family: "arrows";
  font-size: 1.5em;
  line-height: 30px;
}
.silesia-pagination .pagination-next {
  position: relative;
}
.silesia-pagination .pagination-next a {
  border: none;
}
.silesia-pagination .pagination-next a:before {
  content: '\e801';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  font-family: "arrows";
  font-size: 1.5em;
  line-height: 30px;
}
.post_details_buttons > span {
  margin-right: 5px;
  font-size: 10px;
  border: none;
  padding-right: 5px;
}
.post_details_buttons > span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.post_details_buttons i {
  font-size: 12px;
  vertical-align: middle;
}
.post_details_buttons .count {
  margin-left: 3px;
  font-style: normal;
}
.post_details_buttons .share {
  position: absolute;
  right: 30px;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s, visibility 0s 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s, visibility 0s 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s, visibility 0s 0.4s;
  transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, visibility 0s 0.4s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.post_details_buttons .share .list-share {
  margin: 0;
  padding: 2px 5px;
}
.post_details_buttons .share .list-share li {
  text-align: center;
  line-height: 30px;
  list-style-type: none;
  display: inline-block;
  padding: 0 5px;
}
.post_details_buttons .share .list-share a {
  display: block;
  line-height: 30px;
}
.post_details_buttons .share .list-share:after {
  right: 8px;
  left: auto;
  content: '';
  width: 0;
  height: 0;
  border-top-width: 6px;
  border-top-style: solid;
  border-right: 6px solid transparent !important;
  border-left: 6px solid transparent !important;
  border-bottom: none !important;
  position: absolute;
  bottom: -6px;
}
.post_details_buttons .share i {
  font-size: 16px;
}
.post_details_buttons .share.arrow-left .list-share:after {
  right: auto;
  left: 8px;
}
.post-grid-excerpt {
  margin-bottom: 30px;
}
.post-grid-footer .share {
  position: absolute;
  left: 30px;
  text-align: center;
  max-width: 100%;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s, visibility 0s 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s, visibility 0s 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s, visibility 0s 0.4s;
  transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, visibility 0s 0.4s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /*padding: 0 15px;*/
}
.post-grid-footer .share ul,
.post-grid-footer .share li {
  height: 100%;
}
.post-grid-footer .share ul {
  text-align: center;
}
.post-grid-footer .share ul li {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.post-grid-footer .share li:last-of-type {
  margin-right: 0 !important;
}
.post-grid-footer .share a {
  display: inline-block;
  vertical-align: middle;
}
.post-grid-footer .share a i {
  font-size: 16px;
}
#post .single-post-content .share .list-share li {
  text-align: center;
  line-height: 30px;
  display: inline-block;
}
#post .single-post-content .share .list-share a {
  display: block;
  line-height: 30px;
}
#post .single-post-content .share .list-share:after {
  right: 8px;
  left: auto;
}
#post .single-post-content .share i {
  font-size: 16px;
}
#post .single-post-content .share.arrow-left .list-share:after {
  right: auto;
  left: 8px;
}
.meta-cat-tag {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
  width: 50%;
  text-align: left;
}
.meta-cat-tag .post-meta {
  width: 100% !important;
  /* vertical-align: top;*/
}
.meta-cat-tag .post-meta span,
.meta-cat-tag .post-meta a {
  font-size: 12px !important;
}
.meta-cat-tag .tags-list {
  /*margin-bottom: 15px;*/
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.meta-cat-tag .tags-list-title {
  margin-right: 2px;
  font-size: 10px;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}
.single-post-footer {
  overflow: hidden;
  display: table;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  /*border-bottom: 1px solid #ddd; */
  text-align: right;
}
.single-post-footer.no-author {
  margin-bottom: 60px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.single-post-footer > a {
  display: table-cell;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  border-left-width: 1px;
  border-left-style: solid;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.single-post-footer > a i {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.single-post-footer > a:hover i {
  color: #fff !important;
}
.single-post-footer > a:hover.share-facebook {
  background: #3b5998;
}
.single-post-footer > a:hover.share-twitter {
  background: #00aced;
}
.single-post-footer > a:hover.share-pinterest {
  background: #cb2027;
}
.single-post-footer > a:hover.share-linkedin {
  background: #007bb5;
}
.single-post-footer > a:hover.share-google-plus {
  background: #dd4b39;
}
.single-post-footer > a:hover.share-tumblr {
  background: #32506d;
}
.single-post-footer > a:hover.share-reddit {
  background: #ff5700;
}
.blog-list .post {
  position: relative;
  margin-bottom: 60px;
}
.blog-list .post:last-of-type {
  margin-bottom: 0;
}
.blog-list .blog-icon-share {
  margin-right: 0;
  border-right: none;
}
#blog.blog-tiles .post_details_buttons {
  position: relative;
}
#blog.blog-tiles .post_details_buttons .share {
  position: absolute;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s, visibility 0s 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s, visibility 0s 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s, visibility 0s 0.4s;
  transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, visibility 0s 0.4s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
#blog.blog-tiles .post_details_buttons .share .list-share:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: auto;
  left: -9px;
  top: 12px;
}
#blog.blog-tiles .post-content {
  z-index: 3;
}
#blog.blog-tiles article .post-content > div {
  z-index: 3;
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  padding: 0 45px;
}
#blog.blog-tiles article .post-content > div > div {
  display: table-cell;
  vertical-align: middle;
}
#blog.blog-tiles article .post-content:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
  z-index: 2;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#blog.blog-tiles article:hover .post-content:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#blog.blog-tiles article:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
#blog.blog-tiles .blog-icon-share {
  margin-right: 0;
  border-right: none;
}
#blog.blog-tiles #more-posts-load-posts {
  margin-bottom: 30px;
}
.share-post {
  z-index: 1;
}
#blog .show-social-share,
.teaser_grid_container .show-social-share,
#post .single-post-content .show-social-share {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s;
}
.post_recent_container .post_details {
  padding-bottom: 30px;
}
.post_recent_container .post_details .recent-post-meta {
  padding-right: 5px;
}
.post-header {
  /*margin-bottom: 30px;*/
  overflow: hidden;
}
.post-header .entry-title {
  margin-bottom: 30px;
}
.blog-large .post-content {
  padding: 30px 30px 0 30px;
}
#blog .nav-previous,
#blog .nav-next {
  text-align: center;
  margin-bottom: 30px;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
#blog .nav-previous a,
#blog .nav-next a {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 10px 25px;
  font-size: 12px;
  line-height: 1.625;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid;
  border-radius: 2px !important;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  /*.lh-backface-visibility(hidden);*/
  padding: 7px 18px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 2px;
}
#blog .nav-previous a:focus,
#blog .nav-next a:focus,
#blog .nav-previous a:active:focus,
#blog .nav-next a:active:focus,
#blog .nav-previous a.active:focus,
#blog .nav-next a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#blog .nav-previous a:hover,
#blog .nav-next a:hover,
#blog .nav-previous a:focus,
#blog .nav-next a:focus {
  text-decoration: none;
}
#blog .nav-previous a:active,
#blog .nav-next a:active,
#blog .nav-previous a.active,
#blog .nav-next a.active {
  outline: 0;
  background-image: none;
}
#blog .nav-previous a.disabled,
#blog .nav-next a.disabled,
#blog .nav-previous a[disabled],
#blog .nav-next a[disabled],
fieldset[disabled] #blog .nav-previous a,
fieldset[disabled] #blog .nav-next a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#blog .nav-previous a:hover,
#blog .nav-next a:hover {
  background: transparent;
}
#blog .nav-next {
  text-align: left;
}
#blog .nav-next a {
  margin-left: 8px;
}
#blog .nav-previous {
  text-align: right;
}
#blog .nav-previous a {
  margin-right: 8px;
}
#blog.blog-tiles .nav-previous,
#blog.blog-tiles .nav-next {
  margin-top: 30px;
}
.nav-previous,
.nav-next {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
.nav-previous a,
.nav-next a {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 10px 25px;
  font-size: 12px;
  line-height: 1.625;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid;
  border-radius: 2px !important;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  /*.lh-backface-visibility(hidden);*/
  padding: 7px 18px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 2px;
}
.nav-previous a:focus,
.nav-next a:focus,
.nav-previous a:active:focus,
.nav-next a:active:focus,
.nav-previous a.active:focus,
.nav-next a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.nav-previous a:hover,
.nav-next a:hover,
.nav-previous a:focus,
.nav-next a:focus {
  text-decoration: none;
}
.nav-previous a:active,
.nav-next a:active,
.nav-previous a.active,
.nav-next a.active {
  outline: 0;
  background-image: none;
}
.nav-previous a.disabled,
.nav-next a.disabled,
.nav-previous a[disabled],
.nav-next a[disabled],
fieldset[disabled] .nav-previous a,
fieldset[disabled] .nav-next a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-previous a:hover,
.nav-next a:hover {
  background: transparent;
}
.nav-next {
  text-align: left;
}
.nav-next a {
  margin-left: 8px;
}
.nav-previous {
  text-align: right;
}
.nav-previous a {
  margin-right: 8px;
}
#more-posts-load-posts {
  border: none;
  margin-bottom: 30px;
  margin-top: 30px;
}
.author-name {
  margin-top: 0;
}
#blog.blog-tiles .entry-title {
  line-height: 1.5em;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
#blog.blog-tiles .entry-title a {
  display: block;
}
#blog.blog-tiles .top-ad {
  padding-top: 60px;
}
#blog.blog-tiles .post-header {
  margin: 0;
}
#blog.blog-tiles .post-header-sep {
  margin: 0 auto;
}
#blog.blog-tiles p {
  margin-bottom: 0;
}
#blog.blog-tiles .blog-tiles-excerpt {
  margin-bottom: 30px;
}
#blog.blog-tiles .post-content > div > div > div:last-child {
  margin-bottom: 0 !important;
}
#blog.blog-tiles .row-full {
  overflow: hidden;
}
#blog.blog-grid .post_details_buttons {
  float: right!important;
}
#blog.blog-grid .row-full {
  overflow: hidden;
}
#blog.blog-grid .row-full #blog-content-append {
  margin: 0 15px;
}
#blog.blog-grid.blog-tiles .row-full #blog-content-append {
  margin: 0 -15px;
}
#blog.blog-grid.grid-two .grid-sizer,
#blog.blog-grid.grid-two .post-grid,
#blog.blog-grid.grid-two .post-image-grid {
  width: 50%;
}
#blog.blog-grid.grid-three .grid-sizer,
#blog.blog-grid.grid-three .post-grid,
#blog.blog-grid.grid-three .post-image-grid {
  width: 33.33333%;
}
#blog.blog-grid.grid-four .grid-sizer,
#blog.blog-grid.grid-four .post-grid,
#blog.blog-grid.grid-four .post-image-grid {
  width: 25%;
}
#blog.blog-grid.grid-five .grid-sizer,
#blog.blog-grid.grid-five .post-grid,
#blog.blog-grid.grid-five .post-image-grid {
  width: 20%;
}
#blog.blog-grid #more-posts-load-posts {
  margin-left: 15px;
  margin-right: 15px;
}
#blog.blog-grid .row-full #more-posts-load-posts {
  margin-right: 0;
  margin-left: 0;
}
#blog.blog-list .content-bg figure,
#blog.blog-grid .content-bg figure {
  overflow: hidden;
  position: relative;
}
#blog.blog-list .content-bg figure:after,
#blog.blog-grid .content-bg figure:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#blog.blog-list .content-bg figure:before,
#blog.blog-grid .content-bg figure:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
  z-index: 2;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#blog.blog-list .content-bg a:hover figure:after,
#blog.blog-grid .content-bg a:hover figure:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#blog.blog-list .content-bg a:hover img,
#blog.blog-grid .content-bg a:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
#blog.blog-list .content-bg a:hover .post-format-icon,
#blog.blog-grid .content-bg a:hover .post-format-icon {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
#blog.blog-list .content-bg a:hover figure:before,
#blog.blog-grid .content-bg a:hover figure:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#blog.blog-list img,
#blog.blog-grid img {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s;
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s;
  -o-transition: -o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s;
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
#blog.blog-list .post-format-icon,
#blog.blog-grid .post-format-icon {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.45s, opacity 0.4s;
  -moz-transition: -moz-transform 0.5s, -moz-filter 0.45s, opacity 0.4s;
  -o-transition: -o-transform 0.5s, filter 0.45s, opacity 0.4s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s,-webkit-filter 0.45s,-moz-filter 0.45s,-o-filter 0.45s,filter 0.45s, opacity 0.4s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  position: absolute;
  left: 45px;
  right: 45px;
  top: 45px;
  bottom: 45px;
  text-align: center;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5em;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
#blog.blog-list .post-format-icon > span,
#blog.blog-grid .post-format-icon > span {
  display: table;
  height: 100%;
  width: 100%;
}
#blog.blog-list .post-format-icon > span > span,
#blog.blog-grid .post-format-icon > span > span {
  display: table-cell;
  vertical-align: middle;
}
#more-posts-load-posts {
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s, background 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, background 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s;
  text-align: center;
}
#more-posts-load-posts.no-posts span {
  font-size: 12px;
  font-weight: bold;
}
#more-posts-load-posts span,
#more-posts-load-posts a {
  letter-spacing: 1px;
}
#more-posts-load-posts.no-posts:hover {
  border-color: inherit !important;
}
/* Realted posts */
/* ------------------------------------------------------ */
.related-posts {
  padding: 0 30px 30px;
  overflow: hidden;
  position: relative;
}
.related-posts .related-thumb-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  transition: -webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, opacity 0.4s;
  padding: 0 30px;
  z-index: 2;
}
.related-posts .related-thumb-content h3 {
  line-height: 1.5em;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
.related-thumb {
  height: 300px;
  overflow: hidden;
  float: left;
  width: 50%;
  position: relative;
}
.related-thumb:hover figure:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.related-thumb:hover figure span {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.related-thumb > div {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.related-thumb figure {
  width: 100%;
  height: 100%;
}
.related-thumb figure span {
  width: 100%;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  background-size: cover;
  background-position: center center;
}
.related-thumb figure:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s, background-color 0.5s;
  -moz-transition: opacity 0.4s, background-color 0.5s;
  -o-transition: opacity 0.4s, background-color 0.5s;
  transition: opacity 0.4s, background-color 0.5s;
}
.related-thumb figure:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
  z-index: 2;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.related-thumb .date-related-post,
.related-thumb .author-related-post {
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 1px;
}
.related-thumb .author-name {
  font-family: 'Lato';
  text-transform: uppercase;
  font-style: normal;
}
/* Single Post */
/* ------------------------------------------------------ */
.post-large .post-featured-element {
  width: 100%;
  height: auto;
}
.post-medium {
  /*overflow: hidden; */
}
.post-medium .post-featured-element {
  width: 30%;
  float: left;
  margin-right: 30px;
}
.post-grid {
  float: left;
  padding: 0 15px;
}
.post-grid .content-bg {
  position: relative;
}
.post-grid .post-content {
  padding: 30px 30px 0 30px;
  overflow: hidden;
}
.post-image-grid {
  margin: 0;
}
.post-image-grid .post-header {
  margin: 0 0 30px 0;
}
.post-image-grid .post-content {
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.post-featured-element {
  overflow: hidden;
}
.post-featured-element img {
  width: 100%;
  height: auto;
}
.post-featured-element iframe {
  width: 100%;
  display: block;
}
.boxed-post {
  /*border: 1px solid; */
}
.boxed-post h4:first-child,
.boxed-post .entry-content:first-child,
.boxed-post .vc_read_more:first-child {
  margin-top: 30px;
}
.boxed-post .post-thumb:first-child,
.boxed-post .single-post-content:first-child,
.boxed-post .post-gallery-wrapper:first-child {
  margin: 0;
}
.boxed-post .post-thumb,
.boxed-post .single-post-content,
.boxed-post .post-gallery-wrapper {
  margin: 0;
}
.boxed-post .post-content {
  padding: 30px 30px 0 30px;
  overflow: hidden;
}
.single-post-content {
  padding: 30px;
}
.single-post-content .entry-title {
  clear: both;
}
.single-post-content .featured-element img {
  width: 100%;
  display: block;
}
.single-post-content .featured-element.video-featured-element iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.single-post-content .featured-element.audio-featured-element iframe {
  width: 100%;
}
.single-post-content .single-post-content-wrapper > p,
.single-post-content .single-post-content-wrapper > blockquote {
  margin-bottom: 30px;
}
.single-post-content .single-post-content-wrapper > h1,
.single-post-content .single-post-content-wrapper > h2,
.single-post-content .single-post-content-wrapper > h3,
.single-post-content .single-post-content-wrapper > h4,
.single-post-content .single-post-content-wrapper > h5,
.single-post-content .single-post-content-wrapper > h6 {
  margin-bottom: 30px;
}
.single-post-content .author-description {
  /*margin: 0 0 30px 0;*/
  padding: 60px 30px;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
}
.single-post-content .author-description .image {
  margin-right: 30px;
  /*width: 170px;*/
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  border-radius: 50%;
}
.single-post-content .author-description .image > div {
  /*border-width: 1px; border-style: solid; padding: 5px;*/
  border-radius: 50%;
}
.single-post-content .author-description .author-name {
  margin-bottom: 15px;
  padding-top: 0px;
}
.single-post-content .author-description .author-text {
  font-size: 14px;
  margin-left: 162px;
  line-height: 1.8em;
}
.single-post-content .author-description .author-text p {
  margin-bottom: 15px;
}
.single-post-content .author-description .author-text p:last-child {
  margin-bottom: 0;
}
.single-post-content .author-description .author-text-additional {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .single-post-content .author-description .image {
    margin: 0 0 30px 0;
  }
  .single-post-content .author-description .image,
  .single-post-content .author-description .image img {
    width: 200px;
    float: none !important;
    margin: 0 auto;
  }
  .single-post-content .author-description .author-name {
    text-align: center;
    margin-top: 30px;
  }
  .single-post-content .author-description .author-text {
    margin-left: 0;
    text-align: center;
  }
}
.single-post-content .post-meta {
  font-size: 10px;
}
.single-post-content .post-meta span,
.single-post-content .post-meta a {
  letter-spacing: 1px;
  font-size: 10px !important;
}
.single-post-content .post-meta a {
  font-family: 'Lato';
  font-weight: 400;
  line-height: 2em;
  font-style: normal;
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
}
.single-post-content .tags-list a {
  font-weight: 400;
  line-height: 2em;
}
.single-post-content .post_details_buttons {
  line-height: 1;
}
.single-post-content .post_details_buttons a {
  line-height: 2;
}
.single-post-content .post_details_buttons .share {
  position: absolute;
  right: 30px;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s, visibility 0s 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s, visibility 0s 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s, visibility 0s 0.4s;
  transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, visibility 0s 0.4s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.single-post-content .post_details_buttons .share .list-share li {
  text-align: center;
  line-height: 30px;
}
.single-post-content .post_details_buttons .share .list-share a {
  display: block;
  line-height: 30px;
}
.single-post-content .post_details_buttons .share .list-share:after {
  right: 8px;
  left: auto;
}
.single-post-content .post_details_buttons .share i {
  font-size: 16px;
}
.single-post-content .post_details_buttons .share.arrow-left .list-share:after {
  right: auto;
  left: 8px;
}
.author-intro .author-description {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: left !important;
}
.author-intro .author-description .image {
  margin-right: 30px;
}
.author-intro .author-description .author-name {
  margin-bottom: 15px;
}
.author-intro .author-description .author-text {
  font-size: 18px;
  margin-left: 180px;
  line-height: 1.8em;
}
.author-intro .author-description .author-text p:last-child {
  margin-bottom: 0;
}
.blog .load-post {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.blog .load-more {
  margin-left: -15px;
  margin-right: -15px;
  float: none !important;
  width: auto;
}
.paging-navigation {
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  text-align: right;
  margin-top: 30px;
}
.paging-navigation h1 {
  display: none;
}
.paging-navigation div {
  margin-top: 30px;
}
/* Blog media queries */
/* ------------------------------------------------------ */
@media (min-width: 992px) {
  .blog-large .post_details_buttons {
    float: right !important;
  }
  .single-post .share-post {
    right: 45px !important;
  }
}
@media (max-width: 767px) {
  .blog-large .post-content {
    padding: 15px !important;
  }
  .blog-button {
    display: none !important;
  }
  .blog-tiles .post-grid-footer {
    display: none !important;
  }
  .single-post-content {
    padding: 15px;
  }
  .author-description .author-avatar {
    width: 100% !important;
  }
  .single-post-footer {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  .single-post-footer .meta-cat-tag {
    display: block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
  }
  .single-post-footer > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: none;
    vertical-align: middle;
  }
  .single-post .remove-padding {
    margin: -15px;
    margin-bottom: 30px;
  }
  .share-post {
    right: 15px !important;
  }
  .single-post .share-post {
    right: 30px !important;
  }
  .widget-wrapper {
    padding: 0 15px;
  }
  .widget-wrapper .widget-title {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 991px) {
  .post-grid .post-content {
    padding: 15px;
  }
  .related-posts .related-thumb {
    height: 150px;
    overflow: hidden;
    float: none;
    width: 100%;
    position: relative;
  }
  .blog-large .post-featured-element {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .blog-large .post-content {
    margin-left: 0 !important;
  }
  #blog.blog-tiles .blog-tiles-excerpt,
  #blog.blog-tiles .post-header-sep {
    display: none !important;
  }
  #blog.blog-tiles .entry-title {
    margin-bottom: 0;
  }
  #blog.blog-tiles .post-grid-footer {
    margin-top: 30px;
  }
  #blog.blog-tiles .row .post-image-grid {
    padding-bottom: 15px;
  }
  #blog.blog-tiles .post_details_buttons {
    margin-bottom: 0 !important;
  }
  #blog.blog-grid .row-full {
    overflow: hidden;
  }
  #blog.blog-grid .row-full #blog-content-append {
    margin: 0 -15px;
  }
  #blog.blog-grid .grid-sizer,
  #blog.blog-grid .post-grid,
  #blog.blog-grid .post-image-grid {
    width: 100% !important;
  }
  #blog.blog-grid #more-posts-load-posts {
    margin-left: 15px;
    margin-right: 15px;
  }
  #blog.blog-grid .row-full #more-posts-load-posts {
    margin-right: 0;
    margin-left: 0;
  }
  .single-post .share-post {
    right: 45px !important;
  }
  #blog.blog-list .hentry {
    margin-bottom: 30px;
  }
  .widget-sidebar-right {
    padding-left: 15px;
  }
  .widget-sidebar-left {
    padding-right: 15px;
  }
  .widget-sidebar {
    margin-top: 60px;
  }
}
/* End of blog  */
/* ------------------------------------------------------ */
/* Contact */
/* ------------------------------------------------------ */
div.wpcf7 {
  margin: 0;
  padding: 0;
}
div.wpcf7 input[type=text],
div.wpcf7 input[type=email],
div.wpcf7 input[type=password],
div.wpcf7 input[type=tel],
div.wpcf7 textarea,
div.wpcf7 select,
div.wpcf7 input[type=url],
div.wpcf7 input[type=number],
div.wpcf7 input[type=date] {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 15px;
  line-height: 1.625;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
  height: auto;
  min-height: 40px;
  -webkit-transition: border 0.5s, color 0.5s;
  -moz-transition: border 0.5s, color 0.5s;
  -o-transition: border 0.5s, color 0.5s;
  transition: border 0.5s, color 0.5s;
  padding: 6px 15px;
  border-radius: 2px;
}
div.wpcf7 input[type=text]:focus,
div.wpcf7 input[type=email]:focus,
div.wpcf7 input[type=password]:focus,
div.wpcf7 input[type=tel]:focus,
div.wpcf7 textarea:focus,
div.wpcf7 select:focus,
div.wpcf7 input[type=url]:focus,
div.wpcf7 input[type=number]:focus,
div.wpcf7 input[type=date]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
div.wpcf7 input[type=text]::-moz-placeholder,
div.wpcf7 input[type=email]::-moz-placeholder,
div.wpcf7 input[type=password]::-moz-placeholder,
div.wpcf7 input[type=tel]::-moz-placeholder,
div.wpcf7 textarea::-moz-placeholder,
div.wpcf7 select::-moz-placeholder,
div.wpcf7 input[type=url]::-moz-placeholder,
div.wpcf7 input[type=number]::-moz-placeholder,
div.wpcf7 input[type=date]::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  opacity: 1;
}
div.wpcf7 input[type=text]:-ms-input-placeholder,
div.wpcf7 input[type=email]:-ms-input-placeholder,
div.wpcf7 input[type=password]:-ms-input-placeholder,
div.wpcf7 input[type=tel]:-ms-input-placeholder,
div.wpcf7 textarea:-ms-input-placeholder,
div.wpcf7 select:-ms-input-placeholder,
div.wpcf7 input[type=url]:-ms-input-placeholder,
div.wpcf7 input[type=number]:-ms-input-placeholder,
div.wpcf7 input[type=date]:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
div.wpcf7 input[type=text]::-webkit-input-placeholder,
div.wpcf7 input[type=email]::-webkit-input-placeholder,
div.wpcf7 input[type=password]::-webkit-input-placeholder,
div.wpcf7 input[type=tel]::-webkit-input-placeholder,
div.wpcf7 textarea::-webkit-input-placeholder,
div.wpcf7 select::-webkit-input-placeholder,
div.wpcf7 input[type=url]::-webkit-input-placeholder,
div.wpcf7 input[type=number]::-webkit-input-placeholder,
div.wpcf7 input[type=date]::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
div.wpcf7 input[type=text][disabled],
div.wpcf7 input[type=email][disabled],
div.wpcf7 input[type=password][disabled],
div.wpcf7 input[type=tel][disabled],
div.wpcf7 textarea[disabled],
div.wpcf7 select[disabled],
div.wpcf7 input[type=url][disabled],
div.wpcf7 input[type=number][disabled],
div.wpcf7 input[type=date][disabled],
div.wpcf7 input[type=text][readonly],
div.wpcf7 input[type=email][readonly],
div.wpcf7 input[type=password][readonly],
div.wpcf7 input[type=tel][readonly],
div.wpcf7 textarea[readonly],
div.wpcf7 select[readonly],
div.wpcf7 input[type=url][readonly],
div.wpcf7 input[type=number][readonly],
div.wpcf7 input[type=date][readonly],
fieldset[disabled] div.wpcf7 input[type=text],
fieldset[disabled] div.wpcf7 input[type=email],
fieldset[disabled] div.wpcf7 input[type=password],
fieldset[disabled] div.wpcf7 input[type=tel],
fieldset[disabled] div.wpcf7 textarea,
fieldset[disabled] div.wpcf7 select,
fieldset[disabled] div.wpcf7 input[type=url],
fieldset[disabled] div.wpcf7 input[type=number],
fieldset[disabled] div.wpcf7 input[type=date] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareadiv.wpcf7 input[type=text],
textareadiv.wpcf7 input[type=email],
textareadiv.wpcf7 input[type=password],
textareadiv.wpcf7 input[type=tel],
textareadiv.wpcf7 textarea,
textareadiv.wpcf7 select,
textareadiv.wpcf7 input[type=url],
textareadiv.wpcf7 input[type=number],
textareadiv.wpcf7 input[type=date] {
  height: auto;
}
div.wpcf7 input[type=text]::-webkit-input-placeholder,
div.wpcf7 input[type=email]::-webkit-input-placeholder,
div.wpcf7 input[type=password]::-webkit-input-placeholder,
div.wpcf7 input[type=tel]::-webkit-input-placeholder,
div.wpcf7 textarea::-webkit-input-placeholder,
div.wpcf7 select::-webkit-input-placeholder,
div.wpcf7 input[type=url]::-webkit-input-placeholder,
div.wpcf7 input[type=number]::-webkit-input-placeholder,
div.wpcf7 input[type=date]::-webkit-input-placeholder {
  color: inherit;
}
div.wpcf7 input[type=text]:-moz-placeholder,
div.wpcf7 input[type=email]:-moz-placeholder,
div.wpcf7 input[type=password]:-moz-placeholder,
div.wpcf7 input[type=tel]:-moz-placeholder,
div.wpcf7 textarea:-moz-placeholder,
div.wpcf7 select:-moz-placeholder,
div.wpcf7 input[type=url]:-moz-placeholder,
div.wpcf7 input[type=number]:-moz-placeholder,
div.wpcf7 input[type=date]:-moz-placeholder {
  color: inherit;
}
div.wpcf7 input[type=text]::-moz-placeholder,
div.wpcf7 input[type=email]::-moz-placeholder,
div.wpcf7 input[type=password]::-moz-placeholder,
div.wpcf7 input[type=tel]::-moz-placeholder,
div.wpcf7 textarea::-moz-placeholder,
div.wpcf7 select::-moz-placeholder,
div.wpcf7 input[type=url]::-moz-placeholder,
div.wpcf7 input[type=number]::-moz-placeholder,
div.wpcf7 input[type=date]::-moz-placeholder {
  color: inherit;
}
div.wpcf7 input[type=text]:-ms-input-placeholder,
div.wpcf7 input[type=email]:-ms-input-placeholder,
div.wpcf7 input[type=password]:-ms-input-placeholder,
div.wpcf7 input[type=tel]:-ms-input-placeholder,
div.wpcf7 textarea:-ms-input-placeholder,
div.wpcf7 select:-ms-input-placeholder,
div.wpcf7 input[type=url]:-ms-input-placeholder,
div.wpcf7 input[type=number]:-ms-input-placeholder,
div.wpcf7 input[type=date]:-ms-input-placeholder {
  color: inherit;
}
div.wpcf7 input[type=checkbox],
div.wpcf7 input[type=radio] {
  width: auto;
  margin-right: 5px;
}
div.wpcf7 input[type=file] {
  line-height: 16px;
  border: none !important;
}
div.wpcf7 textarea {
  height: auto;
  resize: none;
}
div.wpcf7 p {
  margin-bottom: 15px;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
div.wpcf7 .wpcf7-select {
  border-radius: 0 !important;
}
div.wpcf7 .wpcf7-submit {
  display: block !important;
  z-index: 20;
  position: relative;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
div.wpcf7 .wpcf7-quiz-label {
  font-weight: 400;
  font-size: 16px;
}
div.wpcf7 .wpcf7-file {
  padding-left: 15px;
}
div.wpcf7 .wpcf7-file::-webkit-file-upload-button {
  background: transparent;
  border-radius: 2px;
  height: auto;
  min-height: 40px;
  padding: 6px 15px;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 400;
  color: #666;
  -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background 0.3s, border-color 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
  margin-left: -15px;
}
div.wpcf7 .wpcf7-file::-webkit-file-upload-button:hover {
  color: #fff;
  background: #333;
  border-color: #333;
}
div.wpcf7-response-output {
  margin: 0;
  padding: 6px 15px;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.captcha-wrapper {
  position: relative;
  /*overflow: hidden;*/
}
.captcha-wrapper span {
  display: inline-block;
  width: 70%;
}
.captcha-wrapper .captcha-img {
  position: absolute;
  background: #fff;
  padding: 6px 15px;
  width: calc(30% - 15px);
  display: inline-block;
  margin-left: 15px;
  text-align: center;
  height: 100%;
}
.captcha-wrapper .captcha-img .img-wrapper {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.wpcf7-mail-sent-ok {
  border: 1px solid #8AE599;
  /*background-color: #5ADF70;*/
  background: #8AE599;
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
div.wpcf7-mail-sent-ng {
  border: 1px solid #ff0000;
  color: #ff0000;
}
div.wpcf7-spam-blocked {
  border: 1px solid #FFF200;
  color: #FFA500;
}
div.wpcf7-validation-errors {
  border: 1px solid #FDF8A7;
  background: #FDF8A7;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
span.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  background: transparent;
}
.wpcf7-not-valid {
  /*border-width: 1px !important;*/
  border-color: #E43832 !important;
  border: 1px solid #ff2d55 !important;
}
.wpcf7-not-valid::-webkit-input-placeholder {
  color: #e43832 !important;
}
.wpcf7-not-valid:-moz-placeholder {
  color: #e43832 !important;
}
.wpcf7-not-valid::-moz-placeholder {
  color: #e43832 !important;
}
.wpcf7-not-valid:-ms-input-placeholder {
  color: #e43832 !important;
}
.wpcf7-not-valid::-moz-placeholder {
  font-weight: 300 !important;
  color: #ff2d55 !important;
  opacity: 1 !important;
}
.wpcf7-not-valid:-ms-input-placeholder {
  font-weight: 300 !important;
  color: #ff2d55 !important;
}
.wpcf7-not-valid::-webkit-input-placeholder {
  font-weight: 300 !important;
  color: #ff2d55 !important;
}
.wpcf7-not-valid::-webkit-input-placeholder {
  color: #ff2d55 !important;
}
.wpcf7-not-valid:-moz-placeholder {
  color: #ff2d55 !important;
}
.wpcf7-not-valid:-ms-input-placeholder {
  color: #ff2d55 !important;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: none;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 2px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}
span.wpcf7-list-item {
  margin-left: 0.5em;
}
.wpcf7-display-none {
  display: none;
  opacity: 0;
}
.wpcf7-display-none.response-show {
  display: block !important;
}
.wpcf7-response-output {
  position: absolute;
  bottom: 0;
  z-index: 0;
  min-height: 55px;
  padding: 6px 15px !important;
  width: 100%;
  z-index: 11;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #888;
}
div.wpcf7-response-output {
  margin: 0 !important;
}
.message-error {
  border: 1px solid #ff2d55 !important;
}
.message-error::-moz-placeholder {
  font-weight: 300 !important;
  color: #ff2d55 !important;
  opacity: 1 !important;
}
.message-error:-ms-input-placeholder {
  font-weight: 300 !important;
  color: #ff2d55 !important;
}
.message-error::-webkit-input-placeholder {
  font-weight: 300 !important;
  color: #ff2d55 !important;
}
.message-error::-webkit-input-placeholder {
  color: #ff2d55 !important;
}
.message-error:-moz-placeholder {
  color: #ff2d55 !important;
}
.message-error:-ms-input-placeholder {
  color: #ff2d55 !important;
}
/* Newsletter */
/* ------------------------------------------------------ */
.newsletter input {
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.newsletter input:focus,
.newsletter input:active,
.newsletter input:hover {
  box-shadow: none !important;
}
.newsletter .newsletter_heading {
  margin-top: 0;
  margin-bottom: 30px;
}
.newsletter-input-xs .btn-right-pos .newsletter_submit,
.newsletter-input-sm .btn-right-pos .newsletter_submit {
  padding-left: 15px;
}
.newsletter-input-md .btn-right-pos .newsletter_submit,
.newsletter-input-lg .btn-right-pos .newsletter_submit,
.newsletter-input-custom .btn-right-pos .newsletter_submit {
  padding-left: 30px;
}
.newsletter-input-custom .newsletter_submit button {
  padding: 8px 25px !important;
  line-height: 1.5 !important;
}
.newsletter_form .newsletter_email {
  width: 100%;
  vertical-align: middle;
}
.newsletter_form .newsletter_email.input-xs {
  height: auto;
  padding: 0 !important;
}
.newsletter_form .newsletter_email.input-xs input {
  padding: 3px 12px;
  font-size: 10px;
  line-height: 1.5;
}
.newsletter_form .newsletter_email.input-sm {
  height: auto;
  padding: 0 !important;
}
.newsletter_form .newsletter_email.input-sm input {
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.5;
}
.newsletter_form .newsletter_email.input-md {
  height: auto;
  padding: 0 !important;
}
.newsletter_form .newsletter_email.input-md input {
  padding: 8px 25px;
  font-size: 14px;
  line-height: 1.5;
}
.newsletter_form .newsletter_email.input-lg {
  height: auto;
  padding: 0 !important;
}
.newsletter_form .newsletter_email.input-lg input {
  padding: 12px 30px;
  font-size: 16px;
  line-height: 1.33;
}
.newsletter_form .newsletter_email.input-custom {
  height: auto;
  padding: 0 !important;
  width: 600px !important;
}
.newsletter_form .newsletter_email.input-custom input {
  padding: 8px 25px;
  line-height: 1.5;
}
.newsletter_form .newsletter_email input {
  background: transparent;
  height: 100%;
  /*min-height: 40px;*/
  -webkit-transition: border 0.3s, color 0.3s;
  -moz-transition: border 0.3s, color 0.3s;
  -o-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
  vertical-align: middle;
  border-radius: 2px;
}
.newsletter_form .newsletter_email input:focus {
  outline: none;
  color: inherit;
}
.newsletter_form .newsletter_email input::-webkit-input-placeholder,
.newsletter_form .newsletter_email input:-moz-placeholder {
  opacity: 0.7;
}
.newsletter_form.btn-right-pos .newsletter_email {
  display: inline-block;
  max-width: 70%;
  width: 400px;
}
.newsletter_form.btn-right-pos .newsletter_submit {
  display: inline-block;
  max-width: 30%;
  vertical-align: baseline;
  text-align: left;
  text-align: right;
}
.newsletter_form.btn-right-pos .newsletter_submit input {
  height: 100%;
}
.newsletter_form.btn-right-pos .newsletter-wrapper {
  margin-left: 0;
  max-width: 100%;
  display: block;
}
.newsletter_form.btn-right-pos button {
  max-width: 100%;
  width: 100%;
  /* border: 2px solid #c39f76; color: #c39f76;*/
  /*background: transparent;*/
}
.newsletter_form.btn-right-pos button span {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 2px;
}
.newsletter_form.btn-bottom-pos {
  margin: 0 auto;
}
.newsletter_form.btn-bottom-pos .newsletter_email {
  display: block;
  max-width: 70%;
  width: 400px;
  margin: 0 auto;
}
.newsletter_form.btn-bottom-pos .newsletter_submit {
  display: inline-block;
  max-width: 30%;
  vertical-align: middle;
  margin-top: 15px;
}
.newsletter_form.btn-bottom-pos .newsletter_submit input {
  height: 100%;
}
.newsletter_form.btn-bottom-pos .newsletter-wrapper {
  margin-left: 0;
  max-width: 100%;
  display: block;
}
.newsletter_form.btn-bottom-pos button {
  max-width: 100%;
  width: 100%;
  /* border: 2px solid #c39f76; color: #c39f76;*/
  /*background: transparent;*/
}
.newsletter_form.btn-bottom-pos button span {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 2px;
}
.newsletter_form .newsletter-error {
  /*border-width: 1px !important;*/
  border-color: #E43832 !important;
  border: 1px solid #ff2d55 !important;
}
.newsletter_form .newsletter-error::-webkit-input-placeholder {
  color: #e43832 !important;
}
.newsletter_form .newsletter-error:-moz-placeholder {
  color: #e43832 !important;
}
.newsletter_form .newsletter-error::-moz-placeholder {
  color: #e43832 !important;
}
.newsletter_form .newsletter-error:-ms-input-placeholder {
  color: #e43832 !important;
}
.newsletter_form .newsletter-error::-moz-placeholder {
  font-weight: 300 !important;
  color: #ff2d55 !important;
  opacity: 1 !important;
}
.newsletter_form .newsletter-error:-ms-input-placeholder {
  font-weight: 300 !important;
  color: #ff2d55 !important;
}
.newsletter_form .newsletter-error::-webkit-input-placeholder {
  font-weight: 300 !important;
  color: #ff2d55 !important;
}
.newsletter_form .newsletter-error::-webkit-input-placeholder {
  color: #ff2d55 !important;
}
.newsletter_form .newsletter-error:-moz-placeholder {
  color: #ff2d55 !important;
}
.newsletter_form .newsletter-error:-ms-input-placeholder {
  color: #ff2d55 !important;
}
.newsletter_form .newsletter-wrapper {
  display: table;
  position: relative;
  height: 100%;
}
.newsletter_form .newsletter-success {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  left: 0;
  text-align: center;
  border-width: 2px;
  background: transparent;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  display: none;
}
.newsletter_form .newsletter-success i {
  height: 100%;
  display: table;
  vertical-align: middle;
  width: 100%;
}
.newsletter_form .newsletter-success i:before {
  vertical-align: middle;
  display: table-cell;
}
.newsletter_form .btn-transparent {
  opacity: 0;
}
/* End of contact */
/* ------------------------------------------------------ */
/* Cart */
/* ------------------------------------------------------ */
.top-nav .dynamic-cart .subnav {
  width: 400px;
}
.top-nav .dynamic-cart .show-cart {
  width: 400px;
}
.dynamic-cart {
  max-width: 400px;
}
.dynamic-cart .dynamic-cart-count {
  letter-spacing: 1px;
  margin-left: 5px;
  display: inline-block;
}
.dynamic-cart .cart-icon {
  overflow: visible !important;
}
.dynamic-cart .cart-icon:after {
  content: '';
  width: 0;
  height: 0;
  border: none !important;
}
.dynamic-cart .subnav {
  margin-right: 0;
  right: 0;
  width: 300px;
  min-height: initial;
}
.dynamic-cart .show-cart {
  margin-left: 0;
  max-height: 400px;
  width: 300px;
  overflow-y: auto;
  padding: 0;
}
.dynamic-cart .show-cart li {
  list-style-type: none;
  overflow: hidden;
}
.dynamic-cart .show-cart li:nth-last-child(1) {
  border-bottom: none;
}
.dynamic-cart .show-cart .img-product {
  display: table-cell;
  vertical-align: middle;
}
.dynamic-cart .show-cart .product {
  padding: 15px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
  display: table;
  width: 100%;
  text-align: left;
  table-layout: fixed;
}
.dynamic-cart .show-cart .remove-product {
  position: absolute;
}
.dynamic-cart .show-cart .img-product {
  width: 75px;
}
.dynamic-cart .show-cart .img-product img,
.dynamic-cart .show-cart .img-product figure {
  width: 60px;
  height: 60px;
}
.dynamic-cart .show-cart .img-product figure {
  overflow: hidden;
}
.dynamic-cart .show-cart .img-product figure img {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.dynamic-cart .show-cart .img-product figure:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dynamic-cart .list-product {
  display: table-cell;
  vertical-align: middle;
}
.dynamic-cart .list-product > a {
  display: block;
}
.dynamic-cart .list-product .quantity,
.dynamic-cart .list-product .price-product {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.8;
}
.dynamic-cart .list-product .quantity {
  width: auto;
  min-width: 10px;
}
.dynamic-cart .list-product .price-product {
  margin-left: 5px;
}
.dynamic-cart .list-product .quantity-x {
  font-size: 10px;
}
.dynamic-cart .list-product h5 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-right: 30px;
  text-transform: uppercase;
}
.dynamic-cart .summation {
  border-top-width: 2px;
  border-top-style: solid;
  width: 100%;
  display: inline-block;
  padding: 15px;
}
.dynamic-cart .summation span {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 14px;
}
.dynamic-cart .summation .amount {
  margin-left: 5px;
}
.dynamic-cart .btn-cart {
  padding-top: 15px;
  overflow: hidden;
}
.dynamic-cart .btn-cart div {
  padding-right: 2px;
  width: 50%;
  float: left;
}
.dynamic-cart .btn-cart div:last-child {
  padding-right: 0;
  padding-left: 2px;
}
.dynamic-cart .btn-cart a {
  width: 100%;
}
.woocommerce .cart-empty.lead {
  margin-top: 60px;
}
.remove-product {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9999;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  right: 15px;
}
.remove-product span {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  line-height: 30px;
  font-size: 18px;
}
.cart-view {
  margin-top: 30px;
}
#cart .cart-header {
  padding: 15px 0;
  margin: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
#cart .cart-header h5 {
  text-transform: uppercase;
  font-size: 12px;
}
#cart .cart-header .product-name {
  text-align: center;
}
#cart .cart-item {
  padding: 15px 0;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  margin: 0;
}
#cart .cart-item .product-price,
#cart .cart-item .quantity,
#cart .cart-item .name,
#cart .cart-item .product-subtotal,
#cart .cart-item .product-remove {
  line-height: 70px;
}
#cart .product-name {
  overflow: hidden;
  display: table;
  vertical-align: middle;
}
#cart .product-name a {
  display: table-cell;
  vertical-align: middle;
}
#cart .product-name .product-thumbnail {
  width: 85px;
}
#cart .product-name .product-thumbnail figure {
  width: 70px;
  overflow: hidden;
}
#cart .product-name .product-thumbnail figure img {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#cart .product-name .product-thumbnail figure:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#cart .product-name img {
  width: 70px;
  height: 70px;
}
#cart .product-name .name {
  /* text-transform: uppercase; */
  font-size: 16px;
  font-weight: 400;
  /* font-weight: 700; */
  letter-spacing: 1px;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#cart .product-quantity {
  text-align: center;
}
#cart .product-quantity .quantity {
  min-width: 0;
}
#cart .product-quantity button,
#cart .product-quantity input {
  height: 30px;
  line-height: 30px;
}
#cart .product-quantity button {
  vertical-align: baseline;
  width: 20px;
}
#cart .product-quantity input {
  width: 30px;
  font-size: 12px;
}
#cart .remove-x {
  font-size: 20px;
}
#cart .product-subtotal,
#cart .product-price {
  text-align: center;
}
#cart .cart-buttons {
  margin-top: 15px;
  margin-bottom: 15px;
}
#cart .cart-buttons #coupon_code {
  width: auto;
  min-height: 34px;
  line-height: 30px;
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#cart .apply-coupon {
  text-align: right;
}
#cart .apply-coupon .btn-wrapper {
  display: inline-block;
}
.woocommerce-cart .cart-collaterals,
.wpb_wrapper .woocommerce .cart-collaterals {
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals {
  padding: 0 30px;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals table,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals table {
  margin-bottom: 15px;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals table tr,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals table tr {
  border-bottom-style: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals table th,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals table th,
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals table td,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals table td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: inherit;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals table th,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals table th {
  padding: 15px 15px 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals table td,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals table td {
  padding: 15px 0;
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals table select,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals table select,
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals table input[type="text"],
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals table input[type="text"] {
  min-height: 34px;
  line-height: 1;
  padding: 0 10px;
  border-radius: 0 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals table tr,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals table tr,
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals table td,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals table td,
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals table th,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals table th {
  border-top: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals table .amount,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals table .amount {
  font-family: 'Droid Serif';
  /* font-style: italic; */
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals #shipping_method,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals #shipping_method {
  position: relative;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals #shipping_method li,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals #shipping_method li {
  text-align: left;
  text-indent: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals #shipping_method li input[type="radio"],
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals #shipping_method li input[type="radio"] {
  margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals .shipping-calculator-form p,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals .shipping-calculator-form p {
  margin: 10px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals #calc_shipping_country_field,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals #calc_shipping_country_field {
  position: relative;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals #calc_shipping_country_field:after,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals #calc_shipping_country_field:after {
  content: "\f0d7" !important;
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 0;
  height: 34px;
  line-height: 34px;
  z-index: -1;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals .shipping,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals .shipping {
  overflow: hidden;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals .shipping ul,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals .shipping ul {
  float: right;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals .shipping label,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .cart-totals .shipping label {
  margin-bottom: 0;
}
.coupon-wrapper {
  padding-bottom: 15px;
}
.country_select {
  border-radius: 0 !important;
  line-height: 1em;
}
/* Shop cart mediaqueries */
/* ------------------------------------------------------ */
@media (max-width: 991px) {
  .cart-totals {
    margin-top: 30px;
  }
  .cart-totals .cart-totals-wrapper {
    border-style: solid;
    border-width: 2px;
  }
  .cart-totals .wc-proceed-to-checkout {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #cart .product-name .product-thumbnail,
  #cart .product-quantity button {
    display: none;
  }
  #cart .cart-item .product-name {
    height: 70px;
  }
  #cart .apply-coupon {
    text-align: left;
  }
}
/* End of cart */
/* ------------------------------------------------------ */
/* 17. Gallery section */
/* ------------------------------------------------------ */
.wpb_gallery .isotope-item a .gallery-hover-zoom {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
  z-index: 111;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s ease-out, opacity 0.4s;
  -o-transition: -o-transform 0.4s ease-out, opacity 0.4s;
  transition: -webkit-transform 0.4s ease-out,-moz-transform 0.4s ease-out,-o-transform 0.4s ease-out,transform 0.4s ease-out, opacity 0.4s;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}
.wpb_gallery .isotope-item a .gallery-hover-zoom i {
  line-height: 50px;
  font-size: 24px;
}
.wpb_gallery .isotope-item a:hover .gallery-hover-zoom {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.images-hover figure {
  overflow: hidden;
  position: relative;
}
.images-hover figure:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.images-hover figure:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
  z-index: 2;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.images-hover .portfolio-img:hover figure:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.images-hover .portfolio-img:hover figure:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.images-hover .portfolio-img:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.images-hover .portfolio-img:hover .post-format-icon {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.images-hover img {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s;
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s;
  -o-transition: -o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s;
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.images-hover img.center-transform {
  -webkit-transform-origin: center !important;
  -moz-transform-origin: center !important;
  -o-transform-origin: center !important;
  -ms-transform-origin: center !important;
  transform-origin: center !important;
}
.images-hover img.right-transform {
  -webkit-transform-origin: right !important;
  -moz-transform-origin: right !important;
  -o-transform-origin: right !important;
  -ms-transform-origin: right !important;
  transform-origin: right !important;
}
.images-hover img.top-transform {
  -webkit-transform-origin: top !important;
  -moz-transform-origin: top !important;
  -o-transform-origin: top !important;
  -ms-transform-origin: top !important;
  transform-origin: top !important;
}
.images-hover img.bottom-transform {
  -webkit-transform-origin: bottom !important;
  -moz-transform-origin: bottom !important;
  -o-transform-origin: bottom !important;
  -ms-transform-origin: bottom !important;
  transform-origin: bottom !important;
}
.portfolio-single-fullscreen-featured {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.remove_columns_padding .list-categories {
  padding: 0 30px !important;
}
.post_recent_container .img-post figure {
  overflow: hidden;
  position: relative;
}
.post_recent_container .img-post figure:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.post_recent_container a.img-post:hover figure:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.post_recent_container a.img-post:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.post_recent_container a.img-post:hover .post-format-icon {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.post_recent_container .img-post img {
  -webkit-transition: -webkit-transform 0.5s, opacity 0.4s;
  -moz-transition: -moz-transform 0.5s, opacity 0.4s;
  -o-transition: -o-transform 0.5s, opacity 0.4s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s, opacity 0.4s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.post_recent_container .post-format-icon {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s ease-out, opacity 0.4s;
  -o-transition: -o-transform 0.4s ease-out, opacity 0.4s;
  transition: -webkit-transform 0.4s ease-out,-moz-transform 0.4s ease-out,-o-transform 0.4s ease-out,transform 0.4s ease-out, opacity 0.4s;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  text-align: center;
  z-index: 1;
}
.post_recent_container .post-format-icon i {
  font-size: 36px;
  line-height: 50px;
}
.portfolio-list {
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}
.portfolio-list.grid-two .grid-sizer,
.portfolio-list.grid-two .portfolio-item {
  width: 50%;
}
.portfolio-list.grid-three .grid-sizer,
.portfolio-list.grid-three .portfolio-item {
  width: 33.33333%;
}
.portfolio-list.grid-four .grid-sizer,
.portfolio-list.grid-four .portfolio-item {
  width: 25%;
}
.portfolio-list.grid-five .grid-sizer,
.portfolio-list.grid-five .portfolio-item {
  width: 20%;
}
.portfolio-list .portfolio-padding {
  padding-bottom: 30px;
}
.portfolio-list .portfolio-img {
  display: block;
  position: relative;
}
.portfolio-list .portfolio-img .empty-hover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 111;
}
.portfolio-list .portfolio-img figure {
  z-index: 1;
}
.portfolio-list .portfolio-img .hover-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.portfolio-list .portfolio-img .hover-elements .el-wrap {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
.portfolio-list .portfolio-img .hover-elements .elements {
  display: table-cell;
  vertical-align: middle;
}
.portfolio-list .portfolio-img .hover-elements i {
  font-size: 20px;
  /*font-weight: bold !important;*/
}
.portfolio-list .portfolio-img .hover-elements a {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.portfolio-list .portfolio-img .hover-elements a:hover {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.portfolio-list .portfolio-img .portfolio-hover-title {
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -o-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.45s;
  -moz-transition: -moz-transform 0.5s, -moz-filter 0.45s;
  -o-transition: -o-transform 0.5s, filter 0.45s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s,-webkit-filter 0.45s,-moz-filter 0.45s,-o-filter 0.45s,filter 0.45s;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.portfolio-list .portfolio-img .portfolio-hover-title h4 {
  margin: 0;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 1.5em;
  font-weight: 700;
}
.portfolio-list .portfolio-img .portfolio-hover-categories {
  margin-bottom: 5px;
  padding: 0 30px;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: -webkit-transform 0.4s, -webkit-filter 0.45s;
  -moz-transition: -moz-transform 0.4s, -moz-filter 0.45s;
  -o-transition: -o-transform 0.4s, filter 0.45s;
  transition: -webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s,-webkit-filter 0.45s,-moz-filter 0.45s,-o-filter 0.45s,filter 0.45s;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.portfolio-list .portfolio-img .portfolio-hover-categories .categories {
  margin-bottom: 0 !important;
  line-height: 1.2;
  /* border-bottom-style: solid; border-bottom-width: 1px;*/
  padding-bottom: 5px;
  position: relative;
}
.portfolio-list .portfolio-img .portfolio-hover-categories .categories:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  opacity: 0.7;
  z-index: -1;
}
.portfolio-list .portfolio-img .portfolio-hover-link,
.portfolio-list .portfolio-img .portfolio-hover-zoom {
  display: inline-block;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.portfolio-list .portfolio-img .portfolio-hover-link i,
.portfolio-list .portfolio-img .portfolio-hover-zoom i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin-left: 5px;
  margin-right: 5px;
}
.portfolio-list .portfolio-img .portfolio-hover-link i:hover,
.portfolio-list .portfolio-img .portfolio-hover-zoom i:hover {
  color: inherit;
}
.portfolio-list .portfolio-img .portfolio-hover-link {
  -webkit-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -o-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.45s;
  -moz-transition: -moz-transform 0.5s, -moz-filter 0.45s;
  -o-transition: -o-transform 0.5s, filter 0.45s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s,-webkit-filter 0.45s,-moz-filter 0.45s,-o-filter 0.45s,filter 0.45s;
}
.portfolio-list .portfolio-img .portfolio-hover-zoom {
  -webkit-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -o-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.45s;
  -moz-transition: -moz-transform 0.5s, -moz-filter 0.45s;
  -o-transition: -o-transform 0.5s, filter 0.45s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s,-webkit-filter 0.45s,-moz-filter 0.45s,-o-filter 0.45s,filter 0.45s;
}
.portfolio-list .portfolio-img:hover .hover-elements {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.portfolio-list .portfolio-img:hover .portfolio-hover-link,
.portfolio-list .portfolio-img:hover .portfolio-hover-zoom,
.portfolio-list .portfolio-img:hover .portfolio-hover-title,
.portfolio-list .portfolio-img:hover .portfolio-hover-categories {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.portfolio-item .portfolio-img img {
  width: 100%;
}
.portfolio-item .portfolio-excerpt {
  /*padding: 30px 30px 0 30px; margin-bottom: 30px;*/
  padding: 15px;
  overflow: hidden;
  /*text-align: center; */
}
.portfolio-item .portfolio-excerpt p {
  margin-bottom: 0;
  font-size: 12px;
}
.portfolio-item .portfolio-excerpt h5:last-child {
  margin-bottom: 0;
}
.portfolio-item h4,
.portfolio-item h5 {
  margin-bottom: 0px;
  margin-top: 0;
}
.portfolio-item .categories {
  margin: 0;
  overflow: hidden;
  display: inline-block;
  font-size: 12px;
  position: relative;
  line-height: 1.2;
  /*letter-spacing: 1px;*/
}
.portfolio-categories ul {
  margin: 0;
  margin: 30px 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  /* padding: 0 15px;*/
}
.portfolio-categories ul.align-left {
  text-align: left;
}
.portfolio-categories ul.align-center {
  text-align: center;
}
.portfolio-categories ul.align-right {
  text-align: right;
}
.portfolio-categories ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.portfolio-categories ul li a {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 10px;
  border-style: solid;
  display: block;
  border-width: 1px;
  border-color: transparent;
  border-radius: 2px;
  -webkit-transition: border-color 0.5s, color 0.5s;
  -moz-transition: border-color 0.5s, color 0.5s;
  -o-transition: border-color 0.5s, color 0.5s;
  transition: border-color 0.5s, color 0.5s;
  line-height: 1;
}
.portfolio-categories ul li:last-child {
  margin-right: 0;
}
.portfolio-single .portfolio-single-content > p,
.portfolio-single .portfolio-single-content > blockquote {
  margin-bottom: 30px;
}
.portfolio-single .portfolio-images {
  margin-left: 0;
}
.portfolio-single .portfolio-images li {
  list-style-type: none;
  margin-bottom: 30px;
}
.portfolio-single .portfolio-single-header {
  margin: 30px 0;
}
.portfolio-single .portfolio-details h5 {
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.625;
}
.portfolio-single .categories {
  margin-bottom: 30px;
}
.portfolio-single .list-categories {
  margin: 0;
}
.portfolio-single .list-categories li {
  list-style-type: none;
  display: inline-block;
  margin-right: 7px;
}
.portfolio-single .list-categories li:last-child a {
  border-right: none;
}
.portfolio-single .list-categories a {
  padding-right: 8px;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-style: none !important;
  font-size: 14px;
}
.portfolio-single .custom-field {
  font-size: 14px;
  margin-bottom: 30px;
}
.portfolio-single .custom-field p {
  font-size: 14px;
  margin-bottom: 10px;
}
.portfolio-sibling-label {
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  transition: -webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, opacity 0.4s;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}
.portfolio-sibling {
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  height: 60px;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
  -o-transition: -o-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
  transition: -webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
  visibility: hidden;
}
.portfolio-sibling.portfolio-sibling-previous {
  left: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.portfolio-sibling.portfolio-sibling-previous img {
  height: 100%;
  width: auto;
  float: left;
}
.portfolio-sibling.portfolio-sibling-previous .content {
  float: left;
  margin: 0 15px;
}
.portfolio-sibling.portfolio-sibling-next {
  right: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.portfolio-sibling.portfolio-sibling-next img {
  height: 100%;
  width: auto;
  float: right;
}
.portfolio-sibling.portfolio-sibling-next .content {
  float: left;
  margin: 0 15px;
  text-align: right;
}
.portfolio-sibling .title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 8px;
  display: block;
}
.portfolio-sibling .categories {
  display: block;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 1px;
}
#portfolio-single-1 {
  padding-bottom: 60px;
}
#portfolio-single-1 .spacing {
  margin-bottom: 30px;
}
#portfolio-single-1 .border-color {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 30px;
}
#portfolio-single-1 .share {
  text-align: right;
}
#portfolio-single-1 .portfolio-single-link {
  text-align: right;
  margin-top: 15px;
}
#portfolio-single-1 .list-share {
  margin: 0;
}
#portfolio-single-1 .list-share li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
#portfolio-single-1 .list-share li a {
  padding: 5px;
  font-size: 14px;
}
.portfolio-single .portfolio-arrows a:hover .portfolio-sibling {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s, visibility 0s 0s;
  -o-transition: -o-transform 0.4s, opacity 0.4s, visibility 0s 0s;
  transition: -webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, opacity 0.4s, visibility 0s 0s;
}
.portfolio-single .portfolio-arrows a:hover .portfolio-sibling-label.portfolio-sibling-previous {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}
.portfolio-single .portfolio-arrows a:hover .portfolio-sibling-label.portfolio-sibling-next {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}
.portfolio-single-fullscreen {
  position: relative;
}
.portfolio-single-fullscreen .swiper-slide {
  width: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.portfolio-single-full-content {
  position: absolute;
  left: 10%;
  padding: 0 30px;
  bottom: 60px;
  z-index: 999;
  width: 80%;
}
.portfolio-single-full-content .list-share {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  text-align: right;
}
.portfolio-single-full-content .list-share li {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.portfolio-single-full-content h1 {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 0;
}
.portfolio-single-full-content h4 {
  display: inline-block;
  padding: 0 10px;
  margin: 5px 0;
}
.portfolio-single .carousel-wrapper {
  overflow: hidden;
}
.portfolio-single .portfolio-single-carousel {
  position: relative;
}
.portfolio-single .portfolio-arrows {
  padding: 30px 0;
  *zoom: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
}
.portfolio-single .portfolio-arrows:before,
.portfolio-single .portfolio-arrows:after {
  content: " ";
  display: table;
}
.portfolio-single .portfolio-arrows:after {
  clear: both;
}
.portfolio-single .portfolio-arrows:before,
.portfolio-single .portfolio-arrows:after {
  content: " ";
  display: table;
}
.portfolio-single .portfolio-arrows:after {
  clear: both;
}
.portfolio-single .portfolio-arrows a {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.portfolio-single img {
  width: 100%;
}
.portfolio-single .swiper-arrows a {
  position: absolute;
  top: 50%;
  z-index: 999;
  display: block;
  font-size: 30px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: 46px;
  margin-top: -25px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s, color 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s, color 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s, color 0.4s;
  transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, color 0.4s;
}
.portfolio-single .swiper-arrows .arrow-right-open {
  right: 15px;
}
.portfolio-single .swiper-arrows .arrow-left-open {
  left: 15px;
}
.portfolio-single .portfolio-single-carousel:hover .swiper-arrows a {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.portfolio-single .silesia-swiper-container.gallery-thumbs {
  overflow: hidden;
}
#portfolio-single-2 {
  padding-bottom: 60px;
}
#portfolio-single-2 .spacing {
  margin-bottom: 30px;
}
#portfolio-single-2 .carousel-wrapper {
  position: relative;
  overflow: hidden;
}
#portfolio-single-2 .carousel-wrapper:hover .control-left,
#portfolio-single-2 .carousel-wrapper:hover .control-right {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#portfolio-single-2 .share {
  margin: 30px 0;
  text-align: right;
}
#portfolio-single-2 .list-share {
  margin: 0;
}
#portfolio-single-2 .list-share li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
#portfolio-single-2 .list-share li a {
  padding: 5px;
  font-size: 14px;
}
#portfolio-single-2 h4 {
  font-weight: bold;
}
#portfolio-single-2 .portfolio-section-padding {
  padding: 30px 15px;
  overflow: hidden;
  margin: 0 15px;
}
#portfolio-single-2 .control-left,
#portfolio-single-2 .control-right {
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: rgba(255, 255, 255, 0.7);
}
#portfolio-single-2 .control-left {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  z-index: 1;
  margin-top: -30px;
  left: 0;
}
#portfolio-single-2 .control-right {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  z-index: 1;
  margin-top: -30px;
  right: 0;
}
#portfolio-single-2 .silesia-swiper-container.gallery-thumbs {
  overflow: hidden;
}
#portfolio-single-3 .portfolio-sibling {
  background: rgba(0, 0, 0, 0.7);
}
#portfolio-single-3 .porfolio-arrows-wrapper {
  position: absolute;
  width: 80%;
  left: 10%;
  padding: 0 30px;
  z-index: 99;
  top: 0;
}
#portfolio-single-3 .portfolio-arrows {
  border: none;
}
#portfolio-single-3 .portfolio-sibling-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
}
#portfolio-single-3 .swiper-slide-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0.4;
}
#portfolio-single-3 .swiper-slide {
  background: #000;
}
#portfolio-single-3 .swiper-slide-active .swiper-slide-bg {
  opacity: 1;
}
#portfolio-single-3 .active .swiper-slide-bg {
  opacity: 1;
}
#portfolio-single-3 .swiper-slide-prev,
#portfolio-single-3 .swiper-slide-next {
  cursor: pointer;
}
#portfolio-single-3 .swiper-slide-prev:hover .swiper-slide-bg,
#portfolio-single-3 .swiper-slide-next:hover .swiper-slide-bg {
  opacity: 0.8;
}
/* Gallery media queries */
/* ------------------------------------------------------ */
@media (max-width: 767px) {
  .portfolio-list.grid-two .grid-sizer,
  .portfolio-list.grid-two .portfolio-item {
    width: 100%;
  }
  .portfolio-list.grid-three .grid-sizer,
  .portfolio-list.grid-three .portfolio-item {
    width: 100%;
  }
  .portfolio-list.grid-four .grid-sizer,
  .portfolio-list.grid-four .portfolio-item {
    width: 100%;
  }
  .portfolio-list.grid-five .grid-sizer,
  .portfolio-list.grid-five .portfolio-item {
    width: 100%;
  }
  #portfolio-single-2 .portfolio-section-padding {
    padding: 0;
  }
  .portfolio-categories ul {
    margin: 15px 0;
  }
  .portfolio-list .portfolio-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pp_pic_holder {
    width: 100% !important;
    height: auto;
    left: 0 !important;
  }
  .pp_pic_holder .pp_left,
  .pp_pic_holder .pp_right {
    padding: 0 !important;
  }
  .pp_pic_holder .pp_content,
  .pp_pic_holder img {
    width: 100% !important;
    height: auto !important;
  }
  .pp_pic_holder .pp_details {
    z-index: 100 !important;
    width: 100% !important;
  }
  .pp_pic_holder .pp_hoverContainer {
    width: 100% !important;
    height: 100% !important;
  }
  .portfolio-categories ul.list-categories {
    text-align: center;
  }
}
@media (max-width: 991px) {
  #gallery .mix {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .side-navigation .container.portfolio-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-list.grid-two .grid-sizer,
  .portfolio-list.grid-two .portfolio-item {
    width: 50%;
  }
  .portfolio-list.grid-three .grid-sizer,
  .portfolio-list.grid-three .portfolio-item {
    width: 50%;
  }
  .portfolio-list.grid-four .grid-sizer,
  .portfolio-list.grid-four .portfolio-item {
    width: 50%;
  }
  .portfolio-list.grid-five .grid-sizer,
  .portfolio-list.grid-five .portfolio-item {
    width: 50%;
  }
}
.silesia-swiper-container.gallery-thumbs {
  margin-top: 4px;
}
.silesia-swiper-container.gallery-thumbs .swiper-slide {
  cursor: pointer;
}
.wpb_thumbnails {
  margin: 0;
}
ul.portfolio-grid-no-spaces .isotope-inner {
  padding: 0px;
}
ul.portfolio-grid-no-spaces > li {
  margin: 0 !important;
}
.wpb_teaser_grid .isotope-item figure {
  background: #000;
}
.wpb_teaser_grid .isotope-item img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  height: auto;
}
.wpb_teaser_grid .isotope-item:hover img {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.wpb_image_grid .isotope-item a:hover img {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
/* End of gallery section */
/* ------------------------------------------------------ */
/* Overlay section */
/* ------------------------------------------------------ */
body.berg-overlay-active .content-wrapper {
  display: none;
}
.berg-overlay-background {
  background: #111111;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 998;
  display: none;
}
body.no-intro .berg-overlay-background {
  margin-top: -80px;
  min-height: calc(100% + 80px);
}
.berg-overlay {
  display: none;
  background: #111111;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 999;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.berg-overlay.berg-overlay-loaded {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.berg-overlay.berg-overlay-loaded .berg-overlay-container {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.berg-overlay-container {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.berg-overlay-gallery-wrapper {
  position: relative;
}
.berg-overlay-gallery {
  position: relative;
  height: 100%;
}
.berg-overlay-gallery .item {
  height: 100%;
}
.berg-overlay-gallery .item figure {
  height: 100%;
  display: block;
  position: relative;
  background-size: contain;
}
.berg-overlay-gallery .item-video {
  height: 100%;
}
.berg-overlay-gallery .owl-stage-outer,
.berg-overlay-gallery .owl-stage,
.berg-overlay-gallery .owl-item {
  height: 100%;
}
.berg-overlay-gallery .owl-item img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto !important;
  height: auto;
}
.berg-overlay-gallery .owl-item img.loaded {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.berg-overlay-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: #161616;
  z-index: 9999;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.berg-overlay-close:before {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -1px;
}
.berg-overlay-close:after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -1px;
}
.berg-arrow {
  position: absolute;
  top: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  cursor: pointer;
}
.berg-arrow.berg-arrow-left {
  left: 0;
}
.berg-arrow.berg-arrow-right {
  right: 0;
}
.berg-overlay-carousel {
  height: 100%;
}
.berg-overlay-content {
  background: #ffffff;
  overflow: hidden;
}
.berg-overlay-content article {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}
.berg-overlay-header {
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
.berg-overlay-header h2 {
  margin-top: 10px;
}
.berg-overlay-header h4 {
  margin: 0;
}
.berg-overlay-to-bottom {
  text-align: right;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin: 30px 0 -30px;
}
.berg-overlay-container .owl-controls {
  display: none !important;
}
.gallery-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 1003;
  background: #111111;
}
.gallery-wrapper #gallery {
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery-wrapper article {
  background: #ffffff;
  width: 40%;
  height: 100%;
  padding: 60px 40px;
  top: 0;
  z-index: 100;
  position: relative;
}
.gallery-wrapper article h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.gallery-wrapper article h4 {
  font-style: italic;
  font-size: 300;
}
.gallery-wrapper article .gallery-description {
  margin: 40px 0;
}
.gallery-wrapper .gallery-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #111111;
}
.gallery-wrapper .gallery-content .controls {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 100;
}
.gallery-wrapper .gallery-content .controls .owl-prev,
.gallery-wrapper .gallery-content .controls .owl-next {
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  color: #ffffff;
  z-index: 999;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.gallery-wrapper .gallery-content .controls .owl-prev:hover,
.gallery-wrapper .gallery-content .controls .owl-next:hover {
  color: #ff5200;
}
.gallery-wrapper .gallery-content .controls .owl-prev {
  left: 40px;
  top: 50%;
}
.gallery-wrapper .gallery-content .controls .owl-next {
  right: 40px;
  top: 50%;
}
.gallery-wrapper .gallery-content .controls i {
  font-size: 56px;
  line-height: 50px;
}
.gallery-wrapper .gallery-content.fullscreen .gallery {
  width: 100%;
}
.gallery-wrapper .gallery-content.fullscreen .close-button {
  color: #ffffff;
}
.gallery-wrapper .gallery-content.fullscreen .close-button:hover {
  color: #ffffff;
}
.gallery-wrapper.animating .gallery {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.gallery-wrapper .gallery {
  width: 60%;
  height: 100%;
  position: relative;
}
.gallery-wrapper .gallery .hover-fullscreen {
  position: absolute !important;
  top: 50%;
  left: 50%;
  display: block;
  font-size: 26px;
  color: #333333;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: -25px;
  margin-left: -25px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.gallery-wrapper .gallery .hover-fullscreen i {
  line-height: 50px;
}
.gallery-wrapper .gallery:hover .hover-fullscreen {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-wrapper .gallery .hover-normal-size {
  position: absolute !important;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  color: #333333;
  font-size: 26px;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-wrapper.overlay-active {
  z-index: 1004;
}
.gallery-wrapper.large-image .gallery {
  width: 100%;
}
.gallery-wrapper.full-image #portfolio-images .item {
  text-align: center;
  width: 100%;
}
.gallery-wrapper .sharer {
  padding: 0;
  position: absolute;
  bottom: 40px;
  left: 40px;
  overflow: hidden;
  margin-bottom: 0;
}
.gallery-wrapper .sharer li {
  float: left;
}
.gallery-wrapper .sharer li a {
  color: #333333;
  padding-right: 17px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.gallery-wrapper .sharer li a:before {
  content: "/";
  position: absolute;
  right: 5px;
  top: 0;
  color: #333333;
}
.gallery-wrapper .sharer li a:hover {
  color: #ff5200;
  /*.lh-transition-delay(.3s);*/
}
.gallery-wrapper .sharer li a:hover:before {
  color: #333333;
}
.gallery-wrapper .sharer li:last-child a:before {
  display: none;
}
#images {
  width: 100%;
  overflow: hidden;
  height: 100%;
  padding: 60px 100px;
  position: relative;
}
#images .item {
  height: 100%;
}
#images .item figure {
  height: 100%;
  display: block;
  position: relative;
  background-size: contain;
}
#images .item-video {
  height: 100%;
}
#images .owl-stage-outer,
#images .owl-stage,
#images .owl-item {
  height: 100%;
}
#images img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
}
#images img.loaded {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#images .owl-video-wrapper {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.7s 0.5s;
  -moz-transition: opacity 0.7s 0.5s;
  -o-transition: opacity 0.7s 0.5s;
  transition: opacity 0.7s 0.5s;
}
#images .owl-video-wrapper.loaded {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#images .item figure:after {
  content: "\f1ce";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transition: opacity 0.3s, visibility 0.3s 0.5s;
  -moz-transition: opacity 0.3s, visibility 0.3s 0.5s;
  -o-transition: opacity 0.3s, visibility 0.3s 0.5s;
  transition: opacity 0.3s, visibility 0.3s 0.5s;
  visibility: visible;
  font-family: 'fontAwesome';
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
#images .item figure img {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.7s 0.5s;
  -moz-transition: opacity 0.7s 0.5s;
  -o-transition: opacity 0.7s 0.5s;
  transition: opacity 0.7s 0.5s;
}
#images .item figure.loaded:after {
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s 0.5s;
  -moz-transition: opacity 0.3s, visibility 0.3s 0.5s;
  -o-transition: opacity 0.3s, visibility 0.3s 0.5s;
  transition: opacity 0.3s, visibility 0.3s 0.5s;
}
#images .item figure.loaded img {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.screenshot {
  position: relative;
  padding-bottom: 100px;
}
.screenshot a {
  display: block;
  width: 25%;
  float: left;
}
.screenshot a img {
  width: 100%;
  height: auto;
}
.gallery-hover {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-hover:hover:after {
  zoom: 1;
  filter: alpha(opacity=95);
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  z-index: 1;
}
.gallery-hover:hover i {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  -moz-transition: opacity 0.3s 0.2s, -moz-transform 0.3s 0.2s;
  -o-transition: opacity 0.3s 0.2s, -o-transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s,-webkit-transform 0.3s 0.2s,-moz-transform 0.3s 0.2s,-o-transform 0.3s 0.2s,transform 0.3s 0.2s;
}
.gallery-hover:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transform: translate(40px, 40px);
  -moz-transform: translate(40px, 40px);
  -o-transform: translate(40px, 40px);
  -ms-transform: translate(40px, 40px);
  transform: translate(40px, 40px);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s 0.1s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s 0.1s;
  -o-transition: opacity 0.3s, -o-transform 0.3s 0.1s;
  transition: opacity 0.3s,-webkit-transform 0.3s 0.1s,-moz-transform 0.3s 0.1s,-o-transform 0.3s 0.1s,transform 0.3s 0.1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-hover img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery-hover i {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  color: #ff5200;
  font-size: 40px;
  line-height: 50px;
  z-index: 2;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, -moz-transform 0.3s 0s;
  -o-transition: opacity 0.3s 0s, -o-transform 0.3s 0s;
  transition: opacity 0.3s 0s,-webkit-transform 0.3s 0s,-moz-transform 0.3s 0s,-o-transform 0.3s 0s,transform 0.3s 0s;
  -webkit-transform: translate(20px, 20px);
  -moz-transform: translate(20px, 20px);
  -o-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  text-align: center;
}
.close-button {
  position: absolute !important;
  z-index: 100;
  top: 30px;
  right: 40px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  cursor: pointer;
  color: #333333;
  text-align: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: color 0.3s, -webkit-transform 0.3s 0.1s;
  -moz-transition: color 0.3s, -moz-transform 0.3s 0.1s;
  -o-transition: color 0.3s, -o-transform 0.3s 0.1s;
  transition: color 0.3s,-webkit-transform 0.3s 0.1s,-moz-transform 0.3s 0.1s,-o-transform 0.3s 0.1s,transform 0.3s 0.1s;
}
.close-button i {
  font-size: 30px;
  line-height: 30px;
  width: 30px;
}
.close-button:hover {
  color: #ff5200;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* End of overlay section */
/* ------------------------------------------------------ */
/* Footer section */
/* ------------------------------------------------------ */
/* Footer mediaqueries */
/* ------------------------------------------------------ */
@media (max-width: 991px) {
  #footer {
    position: relative;
  }
}
@media (min-width: 992px) {
  #footer-spacer {
    display: block;
  }
}
/* End of footer section */
/* ------------------------------------------------------ */
/* Carousel */
/* ------------------------------------------------------ */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: flat;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-rtl {
  direction: rtl;
}
.owl-carousel .owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: flat;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  font-size: 24px;
  margin: 0 5px;
  padding: 7px;
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  color: #ff5200;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
/* 20. End of carousel */
/* ------------------------------------------------------ */
/* Animations  */
/* ------------------------------------------------------ */
.yo-anim-enabled .yo-anim {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.yo-anim-enabled .yo-anim.yo-anim-start {
  opacity: 1;
}
.yo-anim-enabled .yo-anim.yo-anim-fade.yo-anim-start {
  -webkit-animation: yo-fade 0.4s ease-in forwards;
  -moz-animation: yo-fade 0.4s ease-in forwards;
  -o-animation: yo-fade 0.4s ease-in forwards;
  animation: yo-fade 0.4s ease-in forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-fade-ltr.yo-anim-start {
  -webkit-animation: yo-ltr 0.4s ease-out forwards;
  -moz-animation: yo-ltr 0.4s ease-out forwards;
  -o-animation: yo-ltr 0.4s ease-out forwards;
  animation: yo-ltr 0.4s ease-out forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-fade-rtl.yo-anim-start {
  -webkit-animation: yo-rtl 0.4s ease-out forwards;
  -moz-animation: yo-rtl 0.4s ease-out forwards;
  -o-animation: yo-rtl 0.4s ease-out forwards;
  animation: yo-rtl 0.4s ease-out forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-fade-ttb.yo-anim-start {
  -webkit-animation: yo-ttb 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -moz-animation: yo-ttb 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -o-animation: yo-ttb 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: yo-ttb 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-fade-btt.yo-anim-start {
  -webkit-animation: yo-btt 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -moz-animation: yo-btt 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -o-animation: yo-btt 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: yo-btt 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-zoyo-in.yo-anim-start {
  -webkit-animation: yo-zoyo-in 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -moz-animation: yo-zoyo-in 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -o-animation: yo-zoyo-in 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: yo-zoyo-in 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-zoyo-out.yo-anim-start {
  -webkit-animation: yo-zoyo-out 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -moz-animation: yo-zoyo-out 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -o-animation: yo-zoyo-out 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: yo-zoyo-out 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-pop-out.yo-anim-start {
  -webkit-animation: yo-zoyo-in 0.4s cubic-bezier(0.17, 0.89, 0.45, 1.47) forwards;
  -moz-animation: yo-zoyo-in 0.4s cubic-bezier(0.17, 0.89, 0.45, 1.47) forwards;
  -o-animation: yo-zoyo-in 0.4s cubic-bezier(0.17, 0.89, 0.45, 1.47) forwards;
  animation: yo-zoyo-in 0.4s cubic-bezier(0.17, 0.89, 0.45, 1.47) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-spin.yo-anim-start {
  -webkit-animation: yo-spin 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -moz-animation: yo-spin 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -o-animation: yo-spin 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: yo-spin 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-spin-lt {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.yo-anim-enabled .yo-anim.yo-anim-spin-lt.yo-anim-start {
  -webkit-animation: yo-spin-lt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -moz-animation: yo-spin-lt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -o-animation: yo-spin-lt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: yo-spin-lt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-spin-rt {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.yo-anim-enabled .yo-anim.yo-anim-spin-rt.yo-anim-start {
  -webkit-animation: yo-spin-rt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -moz-animation: yo-spin-rt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -o-animation: yo-spin-rt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: yo-spin-rt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-flip-x.yo-anim-start {
  -webkit-animation: yo-flip-x 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -moz-animation: yo-flip-x 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -o-animation: yo-flip-x 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: yo-flip-x 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-flip-y.yo-anim-start {
  -webkit-animation: yo-flip-y 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -moz-animation: yo-flip-y 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -o-animation: yo-flip-y 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: yo-flip-y 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-flip {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.yo-anim-enabled .yo-anim.yo-anim-flip.yo-anim-start {
  -webkit-animation: yo-flip 0.4s cubic-bezier(1, 0, 0, 1) forwards;
  -moz-animation: yo-flip 0.4s cubic-bezier(1, 0, 0, 1) forwards;
  -o-animation: yo-flip 0.4s cubic-bezier(1, 0, 0, 1) forwards;
  animation: yo-flip 0.4s cubic-bezier(1, 0, 0, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-fade-3d {
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  -moz-transition: -moz-transform 0.8s, opacity 0.8s;
  -o-transition: -o-transform 0.8s, opacity 0.8s;
  transition: -webkit-transform 0.8s,-moz-transform 0.8s,-o-transform 0.8s,transform 0.8s, opacity 0.8s;
  -webkit-transform: translate3d(0, 0, 800px) rotate3d(0, 1, 0, 50deg);
  -moz-transform: translate3d(0, 0, 800px) rotate3d(0, 1, 0, 50deg);
  -o-transform: translate3d(0, 0, 800px) rotate3d(0, 1, 0, 50deg);
  -ms-transform: translate3d(0, 0, 800px) rotate3d(0, 1, 0, 50deg);
  transform: translate3d(0, 0, 800px) rotate3d(0, 1, 0, 50deg);
}
.yo-anim-enabled .yo-anim.yo-anim-fade-3d.yo-anim-start {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
 * Animation Shortcodes
 */
/* keyframes */
@-webkit-keyframes yo-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes yo-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes yo-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes yo-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes yo-ltr {
  0% {
    -webkit-transform: translate(-40px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes yo-ltr {
  0% {
    -moz-transform: translate(-40px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes yo-ltr {
  0% {
    -o-transform: translate(-40px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes yo-ltr {
  0% {
    transform: translate(-40px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes yo-rtl {
  0% {
    -webkit-transform: translate(40px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes yo-rtl {
  0% {
    -moz-transform: translate(40px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes yo-rtl {
  0% {
    -o-transform: translate(40px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes yo-rtl {
  0% {
    transform: translate(40px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes yo-ttb {
  0% {
    -webkit-transform: translate(0, -40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes yo-ttb {
  0% {
    -moz-transform: translate(0, -40px);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes yo-ttb {
  0% {
    -o-transform: translate(0, -40px);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes yo-ttb {
  0% {
    transform: translate(0, -40px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes yo-btt {
  0% {
    -webkit-transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes yo-btt {
  0% {
    -moz-transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes yo-btt {
  0% {
    -o-transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes yo-btt {
  0% {
    transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes yo-zoyo-in {
  0% {
    -webkit-transform: scale(0.4, 0.4);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@-moz-keyframes yo-zoyo-in {
  0% {
    -moz-transform: scale(0.4, 0.4);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 1;
  }
}
@-o-keyframes yo-zoyo-in {
  0% {
    -o-transform: scale(0.4, 0.4);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes yo-zoyo-in {
  0% {
    transform: scale(0.4, 0.4);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes yo-zoyo-out {
  0% {
    -webkit-transform: scale(1.4, 1.4);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@-moz-keyframes yo-zoyo-out {
  0% {
    -moz-transform: scale(1.4, 1.4);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 1;
  }
}
@-o-keyframes yo-zoyo-out {
  0% {
    -o-transform: scale(1.4, 1.4);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes yo-zoyo-out {
  0% {
    transform: scale(1.4, 1.4);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes yo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 1;
  }
}
@-moz-keyframes yo-spin {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -moz-transform: rotate(360deg);
    opacity: 1;
  }
}
@-o-keyframes yo-spin {
  0% {
    -o-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -o-transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes yo-spin {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes yo-spin-lt {
  0% {
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes yo-spin-lt {
  0% {
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: rotate(0deg);
    opacity: 1;
  }
}
@-o-keyframes yo-spin-lt {
  0% {
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes yo-spin-lt {
  0% {
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes yo-spin-rt {
  0% {
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes yo-spin-rt {
  0% {
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: rotate(0deg);
    opacity: 1;
  }
}
@-o-keyframes yo-spin-rt {
  0% {
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes yo-spin-rt {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes yo-flip-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes yo-flip-x {
  0% {
    -moz-transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes yo-flip-x {
  0% {
    -o-transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes yo-flip-x {
  0% {
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes yo-flip-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes yo-flip-y {
  0% {
    -moz-transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes yo-flip-y {
  0% {
    -o-transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes yo-flip-y {
  0% {
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes yo-flip {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  30% {
    -webkit-transform: perspective(550px) rotateX(-35deg);
    opacity: .4;
  }
  60% {
    -webkit-transform: perspective(550px) rotateX(15deg);
    opacity: .6;
  }
  80% {
    -webkit-transform: perspective(550px) rotateX(-7deg);
    opacity: .8;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes yo-flip {
  0% {
    -moz-transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  30% {
    -moz-transform: perspective(550px) rotateX(-35deg);
    opacity: .4;
  }
  60% {
    -moz-transform: perspective(550px) rotateX(15deg);
    opacity: .6;
  }
  80% {
    -moz-transform: perspective(550px) rotateX(-7deg);
    opacity: .8;
  }
  100% {
    -moz-transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes yo-flip {
  0% {
    -o-transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  30% {
    -o-transform: perspective(550px) rotateX(-35deg);
    opacity: .4;
  }
  60% {
    -o-transform: perspective(550px) rotateX(15deg);
    opacity: .6;
  }
  80% {
    -o-transform: perspective(550px) rotateX(-7deg);
    opacity: .8;
  }
  100% {
    -o-transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes yo-flip {
  0% {
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  30% {
    transform: perspective(550px) rotateX(-35deg);
    opacity: .4;
  }
  60% {
    transform: perspective(550px) rotateX(15deg);
    opacity: .6;
  }
  80% {
    transform: perspective(550px) rotateX(-7deg);
    opacity: .8;
  }
  100% {
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
/* 21. End of animations  */
/* ------------------------------------------------------ */
/* mono social icons */
@font-face {
  font-family: 'Mono Social Icons Font';
  src: url('../monosocial/MonoSocialIconsFont-1.10.eot');
  src: url('../monosocial/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'), url('../monosocial/MonoSocialIconsFont-1.10.woff') format('woff'), url('../monosocial/MonoSocialIconsFont-1.10.ttf') format('truetype'), url('../monosocial/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
  src: url('../monosocial/MonoSocialIconsFont-1.10.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.monosymbol,
a.monosymbol:before {
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
a.monosymbol:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%;
}
a.monosymbol {
  background: #9f9f9f;
  padding: 7px 5px 3px 5px;
  color: white;
  text-decoration: none;
  font-style: normal;
}
i.monosymbol {
  text-decoration: none;
  font-style: normal;
}
/*!
 * Visual Composer v4.3.4 (http://vc.wpbakery.com)
 * Copyright 2011-2014 Michael M - WPBakery.com
 */
/** Front end editor */
/* Navbar */
/* Modal box */
/* Panel */
@media (max-width: 767px) {
  .vc_hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vc_hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vc_hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .vc_hidden-lg {
    display: none !important;
  }
}
.vc_non_responsive .vc_row .vc_col-sm-1 {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-2 {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-3 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-4 {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-5 {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-6 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-7 {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-8 {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-9 {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-10 {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-11 {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-12 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
  margin-left: 100%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
  margin-left: 91.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
  margin-left: 83.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
  margin-left: 75%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
  margin-left: 66.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
  margin-left: 58.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
  margin-left: 50%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
  margin-left: 41.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
  margin-left: 33.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
  margin-left: 25%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
  margin-left: 16.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
  margin-left: 8.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
  margin-left: 0%;
}
.vc_non_responsive .vc_row .vc_hidden-sm {
  display: none !important;
}
.vc_row {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.vc_col-xs-1, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12 {
  float: left;
}
.vc_col-xs-12 {
  width: 100%;
}
.vc_col-xs-11 {
  width: 91.66666667%;
}
.vc_col-xs-10 {
  width: 83.33333333%;
}
.vc_col-xs-9 {
  width: 75%;
}
.vc_col-xs-8 {
  width: 66.66666667%;
}
.vc_col-xs-7 {
  width: 58.33333333%;
}
.vc_col-xs-6 {
  width: 50%;
}
.vc_col-xs-5 {
  width: 41.66666667%;
}
.vc_col-xs-4 {
  width: 33.33333333%;
}
.vc_col-xs-3 {
  width: 25%;
}
.vc_col-xs-2 {
  width: 16.66666667%;
}
.vc_col-xs-1 {
  width: 8.33333333%;
}
.vc_col-xs-pull-12 {
  right: 100%;
}
.vc_col-xs-pull-11 {
  right: 91.66666667%;
}
.vc_col-xs-pull-10 {
  right: 83.33333333%;
}
.vc_col-xs-pull-9 {
  right: 75%;
}
.vc_col-xs-pull-8 {
  right: 66.66666667%;
}
.vc_col-xs-pull-7 {
  right: 58.33333333%;
}
.vc_col-xs-pull-6 {
  right: 50%;
}
.vc_col-xs-pull-5 {
  right: 41.66666667%;
}
.vc_col-xs-pull-4 {
  right: 33.33333333%;
}
.vc_col-xs-pull-3 {
  right: 25%;
}
.vc_col-xs-pull-2 {
  right: 16.66666667%;
}
.vc_col-xs-pull-1 {
  right: 8.33333333%;
}
.vc_col-xs-pull-0 {
  right: auto;
}
.vc_col-xs-push-12 {
  left: 100%;
}
.vc_col-xs-push-11 {
  left: 91.66666667%;
}
.vc_col-xs-push-10 {
  left: 83.33333333%;
}
.vc_col-xs-push-9 {
  left: 75%;
}
.vc_col-xs-push-8 {
  left: 66.66666667%;
}
.vc_col-xs-push-7 {
  left: 58.33333333%;
}
.vc_col-xs-push-6 {
  left: 50%;
}
.vc_col-xs-push-5 {
  left: 41.66666667%;
}
.vc_col-xs-push-4 {
  left: 33.33333333%;
}
.vc_col-xs-push-3 {
  left: 25%;
}
.vc_col-xs-push-2 {
  left: 16.66666667%;
}
.vc_col-xs-push-1 {
  left: 8.33333333%;
}
.vc_col-xs-push-0 {
  left: auto;
}
.vc_col-xs-offset-12 {
  margin-left: 100%;
}
.vc_col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.vc_col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.vc_col-xs-offset-9 {
  margin-left: 75%;
}
.vc_col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.vc_col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.vc_col-xs-offset-6 {
  margin-left: 50%;
}
.vc_col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.vc_col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.vc_col-xs-offset-3 {
  margin-left: 25%;
}
.vc_col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.vc_col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.vc_col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12 {
    float: left;
  }
  .vc_col-sm-12 {
    width: 100%;
  }
  .vc_col-sm-11 {
    width: 91.66666667%;
  }
  .vc_col-sm-10 {
    width: 83.33333333%;
  }
  .vc_col-sm-9 {
    width: 75%;
  }
  .vc_col-sm-8 {
    width: 66.66666667%;
  }
  .vc_col-sm-7 {
    width: 58.33333333%;
  }
  .vc_col-sm-6 {
    width: 50%;
  }
  .vc_col-sm-5 {
    width: 41.66666667%;
  }
  .vc_col-sm-4 {
    width: 33.33333333%;
  }
  .vc_col-sm-3 {
    width: 25%;
  }
  .vc_col-sm-2 {
    width: 16.66666667%;
  }
  .vc_col-sm-1 {
    width: 8.33333333%;
  }
  .vc_col-sm-pull-12 {
    right: 100%;
  }
  .vc_col-sm-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-sm-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-sm-pull-9 {
    right: 75%;
  }
  .vc_col-sm-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-sm-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-sm-pull-6 {
    right: 50%;
  }
  .vc_col-sm-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-sm-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-sm-pull-3 {
    right: 25%;
  }
  .vc_col-sm-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-sm-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-sm-pull-0 {
    right: auto;
  }
  .vc_col-sm-push-12 {
    left: 100%;
  }
  .vc_col-sm-push-11 {
    left: 91.66666667%;
  }
  .vc_col-sm-push-10 {
    left: 83.33333333%;
  }
  .vc_col-sm-push-9 {
    left: 75%;
  }
  .vc_col-sm-push-8 {
    left: 66.66666667%;
  }
  .vc_col-sm-push-7 {
    left: 58.33333333%;
  }
  .vc_col-sm-push-6 {
    left: 50%;
  }
  .vc_col-sm-push-5 {
    left: 41.66666667%;
  }
  .vc_col-sm-push-4 {
    left: 33.33333333%;
  }
  .vc_col-sm-push-3 {
    left: 25%;
  }
  .vc_col-sm-push-2 {
    left: 16.66666667%;
  }
  .vc_col-sm-push-1 {
    left: 8.33333333%;
  }
  .vc_col-sm-push-0 {
    left: auto;
  }
  .vc_col-sm-offset-12 {
    margin-left: 100%;
  }
  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-sm-offset-9 {
    margin-left: 75%;
  }
  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-sm-offset-6 {
    margin-left: 50%;
  }
  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-sm-offset-3 {
    margin-left: 25%;
  }
  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .vc_col-md-1, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12 {
    float: left;
  }
  .vc_col-md-12 {
    width: 100%;
  }
  .vc_col-md-11 {
    width: 91.66666667%;
  }
  .vc_col-md-10 {
    width: 83.33333333%;
  }
  .vc_col-md-9 {
    width: 75%;
  }
  .vc_col-md-8 {
    width: 66.66666667%;
  }
  .vc_col-md-7 {
    width: 58.33333333%;
  }
  .vc_col-md-6 {
    width: 50%;
  }
  .vc_col-md-5 {
    width: 41.66666667%;
  }
  .vc_col-md-4 {
    width: 33.33333333%;
  }
  .vc_col-md-3 {
    width: 25%;
  }
  .vc_col-md-2 {
    width: 16.66666667%;
  }
  .vc_col-md-1 {
    width: 8.33333333%;
  }
  .vc_col-md-pull-12 {
    right: 100%;
  }
  .vc_col-md-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-md-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-md-pull-9 {
    right: 75%;
  }
  .vc_col-md-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-md-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-md-pull-6 {
    right: 50%;
  }
  .vc_col-md-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-md-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-md-pull-3 {
    right: 25%;
  }
  .vc_col-md-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-md-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-md-pull-0 {
    right: auto;
  }
  .vc_col-md-push-12 {
    left: 100%;
  }
  .vc_col-md-push-11 {
    left: 91.66666667%;
  }
  .vc_col-md-push-10 {
    left: 83.33333333%;
  }
  .vc_col-md-push-9 {
    left: 75%;
  }
  .vc_col-md-push-8 {
    left: 66.66666667%;
  }
  .vc_col-md-push-7 {
    left: 58.33333333%;
  }
  .vc_col-md-push-6 {
    left: 50%;
  }
  .vc_col-md-push-5 {
    left: 41.66666667%;
  }
  .vc_col-md-push-4 {
    left: 33.33333333%;
  }
  .vc_col-md-push-3 {
    left: 25%;
  }
  .vc_col-md-push-2 {
    left: 16.66666667%;
  }
  .vc_col-md-push-1 {
    left: 8.33333333%;
  }
  .vc_col-md-push-0 {
    left: auto;
  }
  .vc_col-md-offset-12 {
    margin-left: 100%;
  }
  .vc_col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-md-offset-9 {
    margin-left: 75%;
  }
  .vc_col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-md-offset-6 {
    margin-left: 50%;
  }
  .vc_col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-md-offset-3 {
    margin-left: 25%;
  }
  .vc_col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .vc_col-lg-1, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12 {
    float: left;
  }
  .vc_col-lg-12 {
    width: 100%;
  }
  .vc_col-lg-11 {
    width: 91.66666667%;
  }
  .vc_col-lg-10 {
    width: 83.33333333%;
  }
  .vc_col-lg-9 {
    width: 75%;
  }
  .vc_col-lg-8 {
    width: 66.66666667%;
  }
  .vc_col-lg-7 {
    width: 58.33333333%;
  }
  .vc_col-lg-6 {
    width: 50%;
  }
  .vc_col-lg-5 {
    width: 41.66666667%;
  }
  .vc_col-lg-4 {
    width: 33.33333333%;
  }
  .vc_col-lg-3 {
    width: 25%;
  }
  .vc_col-lg-2 {
    width: 16.66666667%;
  }
  .vc_col-lg-1 {
    width: 8.33333333%;
  }
  .vc_col-lg-pull-12 {
    right: 100%;
  }
  .vc_col-lg-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-lg-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-lg-pull-9 {
    right: 75%;
  }
  .vc_col-lg-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-lg-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-lg-pull-6 {
    right: 50%;
  }
  .vc_col-lg-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-lg-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-lg-pull-3 {
    right: 25%;
  }
  .vc_col-lg-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-lg-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-lg-pull-0 {
    right: auto;
  }
  .vc_col-lg-push-12 {
    left: 100%;
  }
  .vc_col-lg-push-11 {
    left: 91.66666667%;
  }
  .vc_col-lg-push-10 {
    left: 83.33333333%;
  }
  .vc_col-lg-push-9 {
    left: 75%;
  }
  .vc_col-lg-push-8 {
    left: 66.66666667%;
  }
  .vc_col-lg-push-7 {
    left: 58.33333333%;
  }
  .vc_col-lg-push-6 {
    left: 50%;
  }
  .vc_col-lg-push-5 {
    left: 41.66666667%;
  }
  .vc_col-lg-push-4 {
    left: 33.33333333%;
  }
  .vc_col-lg-push-3 {
    left: 25%;
  }
  .vc_col-lg-push-2 {
    left: 16.66666667%;
  }
  .vc_col-lg-push-1 {
    left: 8.33333333%;
  }
  .vc_col-lg-push-0 {
    left: auto;
  }
  .vc_col-lg-offset-12 {
    margin-left: 100%;
  }
  .vc_col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-lg-offset-9 {
    margin-left: 75%;
  }
  .vc_col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-lg-offset-6 {
    margin-left: 50%;
  }
  .vc_col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-lg-offset-3 {
    margin-left: 25%;
  }
  .vc_col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*
//Grid
.vc_container-block {
    .container-fixed();
    @media (min-width: @screen-sm) {
        width: @container-sm;
    }
    @media (min-width: @screen-md) {
        width: @container-md;
    }
    @media (min-width: @screen-lg-min) {
        width: @container-lg;
    }
}
*/
.vc_pull-right {
  float: right !important;
  float: right;
}
.vc_pull-left {
  float: left !important;
  float: left;
}
.vc_clearfix {
  *zoom: 1;
}
.vc_clearfix:before,
.vc_clearfix:after {
  content: " ";
  display: table;
}
.vc_clearfix:after {
  clear: both;
}
.vc_clearfix:before,
.vc_clearfix:after {
  content: " ";
  display: table;
}
.vc_clearfix:after {
  clear: both;
}
.vc_el-clearfix {
  clear: both;
}
@media (max-width: 767px) {
  .vc_el-clearfix-xs {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vc_el-clearfix-sm {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vc_el-clearfix-md {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .vc_el-clearfix-lg {
    clear: both;
  }
}
.vc_visible {
  display: block;
}
.vc_table {
  width: 100%;
  margin-bottom: 22px;
  border-collapse: collapse;
}
.vc_table > thead > tr > th,
.vc_table > tbody > tr > th,
.vc_table > tfoot > tr > th,
.vc_table > thead > tr > td,
.vc_table > tbody > tr > td,
.vc_table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.625;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.vc_table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.vc_table > caption + thead > tr:first-child > th,
.vc_table > colgroup + thead > tr:first-child > th,
.vc_table > thead:first-child > tr:first-child > th,
.vc_table > caption + thead > tr:first-child > td,
.vc_table > colgroup + thead > tr:first-child > td,
.vc_table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.vc_table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.vc_table .table {
  background-color: #ffffff;
}
.vc_table-bordered {
  border: 1px solid #dddddd;
}
.vc_table-bordered > thead > tr > th,
.vc_table-bordered > tbody > tr > th,
.vc_table-bordered > tfoot > tr > th,
.vc_table-bordered > thead > tr > td,
.vc_table-bordered > tbody > tr > td,
.vc_table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.vc_table-bordered > thead > tr > th,
.vc_table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.vc_txt_align_left {
  text-align: left;
}
.vc_txt_align_right {
  text-align: right;
}
.vc_txt_align_center {
  text-align: center;
}
.vc_txt_align_justify {
  text-align: justify;
  text-justify: inter-word;
}
.vc_el_width_50 {
  width: 50%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vc_el_width_60 {
  width: 60%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vc_el_width_70 {
  width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vc_el_width_80 {
  width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vc_el_width_90 {
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vc_el_width_100 {
  width: 100%;
}
.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* 2. Alerts (Message boxes)
---------------------------------------------------------- */
/* ================================
 * Message box
 * ================================ */
.vc_message_box {
  border: 1px solid transparent;
  display: block;
  overflow: hidden;
  margin: 0 0 0px 0;
  padding: 1em 1em 1em 4em;
  position: relative;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vc_message_box > p:first-child {
  margin-top: 0;
}
.vc_message_box > p:last-child {
  margin-bottom: 0;
}
.vc_message_box-icon {
  bottom: 0;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  left: 0;
  position: absolute;
  top: 0;
  width: 4em;
}
.vc_message_box-icon > * {
  font-size: 1.7em;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vc_message_box-icon > .fa {
  font-size: 1.7em;
  line-height: 1;
}
.vc_color-blue.vc_message_box {
  color: #364a8a;
  border-color: #c5cff0;
  background-color: #edf1fa;
}
.vc_color-blue.vc_message_box .vc_message_box-icon {
  color: #5472d2;
}
.vc_color-blue.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #5472d2;
}
.vc_color-blue.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-blue.vc_message_box-outline,
.vc_color-blue.vc_message_box-solid-icon {
  color: #364a8a;
  border-color: #5472d2;
  background-color: transparent;
}
.vc_color-blue.vc_message_box-outline .vc_message_box-icon,
.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
  color: #5472d2;
}
.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #5472d2;
}
.vc_color-blue.vc_message_box-3d {
  box-shadow: 0 5px 0 #9daee5;
}
.vc_color-turquoise.vc_message_box {
  color: #085b61;
  border-color: #c6ecee;
  background-color: #ebfcfd;
}
.vc_color-turquoise.vc_message_box .vc_message_box-icon {
  color: #00c1cf;
}
.vc_color-turquoise.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #00c1cf;
}
.vc_color-turquoise.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-turquoise.vc_message_box-outline,
.vc_color-turquoise.vc_message_box-solid-icon {
  color: #085b61;
  border-color: #00c1cf;
  background-color: transparent;
}
.vc_color-turquoise.vc_message_box-outline .vc_message_box-icon,
.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
  color: #00c1cf;
}
.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #00c1cf;
}
.vc_color-turquoise.vc_message_box-3d {
  box-shadow: 0 5px 0 #9fdee3;
}
.vc_color-pink.vc_message_box {
  color: #d82e21;
  border-color: #ffd8d6;
  background-color: #fff0ef;
}
.vc_color-pink.vc_message_box .vc_message_box-icon {
  color: #fe6c61;
}
.vc_color-pink.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #fe6c61;
}
.vc_color-pink.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-pink.vc_message_box-outline,
.vc_color-pink.vc_message_box-solid-icon {
  color: #d82e21;
  border-color: #fe6c61;
  background-color: transparent;
}
.vc_color-pink.vc_message_box-outline .vc_message_box-icon,
.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fe6c61;
}
.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #fe6c61;
}
.vc_color-pink.vc_message_box-3d {
  box-shadow: 0 5px 0 #fea9a3;
}
.vc_color-violet.vc_message_box {
  color: #5e4a81;
  border-color: #d4c8e9;
  background-color: #f0ecf7;
}
.vc_color-violet.vc_message_box .vc_message_box-icon {
  color: #8d6dc4;
}
.vc_color-violet.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #8d6dc4;
}
.vc_color-violet.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-violet.vc_message_box-outline,
.vc_color-violet.vc_message_box-solid-icon {
  color: #5e4a81;
  border-color: #8d6dc4;
  background-color: transparent;
}
.vc_color-violet.vc_message_box-outline .vc_message_box-icon,
.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
  color: #8d6dc4;
}
.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #8d6dc4;
}
.vc_color-violet.vc_message_box-3d {
  box-shadow: 0 5px 0 #b8a3da;
}
.vc_color-peacoc.vc_message_box {
  color: #366a79;
  border-color: #c2e3ec;
  background-color: #e9f5f8;
}
.vc_color-peacoc.vc_message_box .vc_message_box-icon {
  color: #4cadc9;
}
.vc_color-peacoc.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #4cadc9;
}
.vc_color-peacoc.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-peacoc.vc_message_box-outline,
.vc_color-peacoc.vc_message_box-solid-icon {
  color: #366a79;
  border-color: #4cadc9;
  background-color: transparent;
}
.vc_color-peacoc.vc_message_box-outline .vc_message_box-icon,
.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
  color: #4cadc9;
}
.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #4cadc9;
}
.vc_color-peacoc.vc_message_box-3d {
  box-shadow: 0 5px 0 #9ad1e1;
}
.vc_color-chino.vc_message_box {
  color: #978258;
  border-color: #e5ded2;
  background-color: #f7f5f2;
}
.vc_color-chino.vc_message_box .vc_message_box-icon {
  color: #cec2ab;
}
.vc_color-chino.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #cec2ab;
}
.vc_color-chino.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-chino.vc_message_box-outline,
.vc_color-chino.vc_message_box-solid-icon {
  color: #978258;
  border-color: #cec2ab;
  background-color: transparent;
}
.vc_color-chino.vc_message_box-outline .vc_message_box-icon,
.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
  color: #cec2ab;
}
.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #cec2ab;
}
.vc_color-chino.vc_message_box-3d {
  box-shadow: 0 5px 0 #d2c7b1;
}
.vc_color-mulled_wine.vc_message_box {
  color: #1e1b22;
  border-color: #d0ccd6;
  background-color: #eae8ed;
}
.vc_color-mulled_wine.vc_message_box .vc_message_box-icon {
  color: #50485b;
}
.vc_color-mulled_wine.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #50485b;
}
.vc_color-mulled_wine.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-mulled_wine.vc_message_box-outline,
.vc_color-mulled_wine.vc_message_box-solid-icon {
  color: #1e1b22;
  border-color: #50485b;
  background-color: transparent;
}
.vc_color-mulled_wine.vc_message_box-outline .vc_message_box-icon,
.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
  color: #50485b;
}
.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #50485b;
}
.vc_color-mulled_wine.vc_message_box-3d {
  box-shadow: 0 5px 0 #b6afc0;
}
.vc_color-vista_blue.vc_message_box {
  color: #3e8e5e;
  border-color: #bcebcf;
  background-color: #e3f7eb;
}
.vc_color-vista_blue.vc_message_box .vc_message_box-icon {
  color: #75d69c;
}
.vc_color-vista_blue.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #75d69c;
}
.vc_color-vista_blue.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-vista_blue.vc_message_box-outline,
.vc_color-vista_blue.vc_message_box-solid-icon {
  color: #3e8e5e;
  border-color: #75d69c;
  background-color: transparent;
}
.vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon,
.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
  color: #75d69c;
}
.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #75d69c;
}
.vc_color-vista_blue.vc_message_box-3d {
  box-shadow: 0 5px 0 #94dfb3;
}
.vc_color-orange.vc_message_box {
  color: #c3811c;
  border-color: #fbe1ba;
  background-color: #fef6eb;
}
.vc_color-orange.vc_message_box .vc_message_box-icon {
  color: #f7be68;
}
.vc_color-orange.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #f7be68;
}
.vc_color-orange.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-orange.vc_message_box-outline,
.vc_color-orange.vc_message_box-solid-icon {
  color: #c3811c;
  border-color: #f7be68;
  background-color: transparent;
}
.vc_color-orange.vc_message_box-outline .vc_message_box-icon,
.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
  color: #f7be68;
}
.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #f7be68;
}
.vc_color-orange.vc_message_box-3d {
  box-shadow: 0 5px 0 #f9cd8a;
}
.vc_color-sky.vc_message_box {
  color: #2a6194;
  border-color: #bedaf4;
  background-color: #eaf3fb;
}
.vc_color-sky.vc_message_box .vc_message_box-icon {
  color: #5aa1e3;
}
.vc_color-sky.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #5aa1e3;
}
.vc_color-sky.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-sky.vc_message_box-outline,
.vc_color-sky.vc_message_box-solid-icon {
  color: #2a6194;
  border-color: #5aa1e3;
  background-color: transparent;
}
.vc_color-sky.vc_message_box-outline .vc_message_box-icon,
.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
  color: #5aa1e3;
}
.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #5aa1e3;
}
.vc_color-sky.vc_message_box-3d {
  box-shadow: 0 5px 0 #93c1ed;
}
.vc_color-green.vc_message_box {
  color: #3e562b;
  border-color: #c2e1a9;
  background-color: #eaf5e2;
}
.vc_color-green.vc_message_box .vc_message_box-icon {
  color: #6dab3c;
}
.vc_color-green.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #6dab3c;
}
.vc_color-green.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-green.vc_message_box-outline,
.vc_color-green.vc_message_box-solid-icon {
  color: #3e562b;
  border-color: #6dab3c;
  background-color: transparent;
}
.vc_color-green.vc_message_box-outline .vc_message_box-icon,
.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
  color: #6dab3c;
}
.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #6dab3c;
}
.vc_color-green.vc_message_box-3d {
  box-shadow: 0 5px 0 #a7d484;
}
.vc_color-juicy_pink.vc_message_box {
  color: #a3231f;
  border-color: #fbc7c5;
  background-color: #fef5f5;
}
.vc_color-juicy_pink.vc_message_box .vc_message_box-icon {
  color: #f4524d;
}
.vc_color-juicy_pink.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #f4524d;
}
.vc_color-juicy_pink.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-juicy_pink.vc_message_box-outline,
.vc_color-juicy_pink.vc_message_box-solid-icon {
  color: #a3231f;
  border-color: #f4524d;
  background-color: transparent;
}
.vc_color-juicy_pink.vc_message_box-outline .vc_message_box-icon,
.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
  color: #f4524d;
}
.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #f4524d;
}
.vc_color-juicy_pink.vc_message_box-3d {
  box-shadow: 0 5px 0 #f89895;
}
.vc_color-sandy_brown.vc_message_box {
  color: #c3501c;
  border-color: #fbceba;
  background-color: #fef1eb;
}
.vc_color-sandy_brown.vc_message_box .vc_message_box-icon {
  color: #f79468;
}
.vc_color-sandy_brown.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #f79468;
}
.vc_color-sandy_brown.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-sandy_brown.vc_message_box-outline,
.vc_color-sandy_brown.vc_message_box-solid-icon {
  color: #c3501c;
  border-color: #f79468;
  background-color: transparent;
}
.vc_color-sandy_brown.vc_message_box-outline .vc_message_box-icon,
.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
  color: #f79468;
}
.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #f79468;
}
.vc_color-sandy_brown.vc_message_box-3d {
  box-shadow: 0 5px 0 #f9ac8a;
}
.vc_color-purple.vc_message_box {
  color: #886389;
  border-color: #e3cbe3;
  background-color: #f5ecf5;
}
.vc_color-purple.vc_message_box .vc_message_box-icon {
  color: #b97ebb;
}
.vc_color-purple.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #b97ebb;
}
.vc_color-purple.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-purple.vc_message_box-outline,
.vc_color-purple.vc_message_box-solid-icon {
  color: #886389;
  border-color: #b97ebb;
  background-color: transparent;
}
.vc_color-purple.vc_message_box-outline .vc_message_box-icon,
.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
  color: #b97ebb;
}
.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #b97ebb;
}
.vc_color-purple.vc_message_box-3d {
  box-shadow: 0 5px 0 #d1a9d2;
}
.vc_color-grace.vc_message_box {
  color: #687a2c;
  border-color: #b7d650;
  background-color: #eaf3cc;
}
.vc_color-grace.vc_message_box .vc_message_box-icon {
  color: #aed13b;
}
.vc_color-grace.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #aed13b;
}
.vc_color-grace.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-grace.vc_message_box-outline,
.vc_color-grace.vc_message_box-solid-icon {
  color: #687a2c;
  border-color: #aed13b;
  background-color: transparent;
}
.vc_color-grace.vc_message_box-outline .vc_message_box-icon,
.vc_color-grace.vc_message_box-solid-icon .vc_message_box-icon {
  color: #aed13b;
}
.vc_color-grace.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #aed13b;
}
.vc_color-grace.vc_message_box-3d {
  box-shadow: 0 5px 0 #a1c42e;
}
.vc_color-black.vc_message_box {
  color: #ffffff;
  border-color: #2a2a2a;
  background-color: #3c3c3c;
}
.vc_color-black.vc_message_box .vc_message_box-icon {
  color: #2a2a2a;
}
.vc_color-black.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #2a2a2a;
}
.vc_color-black.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-black.vc_message_box-outline,
.vc_color-black.vc_message_box-solid-icon {
  color: #ffffff;
  border-color: #2a2a2a;
  background-color: transparent;
}
.vc_color-black.vc_message_box-outline .vc_message_box-icon,
.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
  color: #2a2a2a;
}
.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #2a2a2a;
}
.vc_color-black.vc_message_box-3d {
  box-shadow: 0 5px 0 #101010;
}
.vc_color-grey.vc_message_box {
  color: #858585;
  border-color: #d2d2d2;
  background-color: #ebebeb;
}
.vc_color-grey.vc_message_box .vc_message_box-icon {
  color: #ebebeb;
}
.vc_color-grey.vc_message_box-solid {
  color: #858585;
  border-color: transparent;
  background-color: #ebebeb;
}
.vc_color-grey.vc_message_box-solid .vc_message_box-icon {
  color: #858585;
}
.vc_color-grey.vc_message_box-outline,
.vc_color-grey.vc_message_box-solid-icon {
  color: #858585;
  border-color: #ebebeb;
  background-color: transparent;
}
.vc_color-grey.vc_message_box-outline .vc_message_box-icon,
.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ebebeb;
}
.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
  color: #858585;
  background-color: #ebebeb;
}
.vc_color-grey.vc_message_box-3d {
  box-shadow: 0 5px 0 #b8b8b8;
}
.vc_color-white.vc_message_box {
  color: #b3b3b3;
  border-color: #e6e6e6;
  background-color: #ffffff;
}
.vc_color-white.vc_message_box .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-white.vc_message_box-solid {
  color: #b3b3b3;
  border-color: transparent;
  background-color: #ffffff;
}
.vc_color-white.vc_message_box-solid .vc_message_box-icon {
  color: #b3b3b3;
}
.vc_color-white.vc_message_box-outline,
.vc_color-white.vc_message_box-solid-icon {
  color: #b3b3b3;
  border-color: #ffffff;
  background-color: transparent;
}
.vc_color-white.vc_message_box-outline .vc_message_box-icon,
.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
  color: #b3b3b3;
  background-color: #ffffff;
}
.vc_color-white.vc_message_box-3d {
  box-shadow: 0 5px 0 #cccccc;
}
.vc_color-info.vc_message_box {
  color: #5e7f96;
  border-color: #cfebfe;
  background-color: #dff2fe;
}
.vc_color-info.vc_message_box .vc_message_box-icon {
  color: #56b0ee;
}
.vc_color-info.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #56b0ee;
}
.vc_color-info.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-info.vc_message_box-outline,
.vc_color-info.vc_message_box-solid-icon {
  color: #5e7f96;
  border-color: #56b0ee;
  background-color: transparent;
}
.vc_color-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #56b0ee;
}
.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #56b0ee;
}
.vc_color-info.vc_message_box-3d {
  box-shadow: 0 5px 0 #9dd6fd;
}
.vc_color-success.vc_message_box {
  color: #5e9681;
  border-color: #c3fff2;
  background-color: #e6fdf8;
}
.vc_color-success.vc_message_box .vc_message_box-icon {
  color: #1bbc9b;
}
.vc_color-success.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #1bbc9b;
}
.vc_color-success.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-success.vc_message_box-outline,
.vc_color-success.vc_message_box-solid-icon {
  color: #5e9681;
  border-color: #1bbc9b;
  background-color: transparent;
}
.vc_color-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #1bbc9b;
}
.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #1bbc9b;
}
.vc_color-success.vc_message_box-3d {
  box-shadow: 0 5px 0 #90ffe7;
}
.vc_color-warning.vc_message_box {
  color: #9d8967;
  border-color: #ffeccc;
  background-color: #fff4e2;
}
.vc_color-warning.vc_message_box .vc_message_box-icon {
  color: #fcb53f;
}
.vc_color-warning.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #fcb53f;
}
.vc_color-warning.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-warning.vc_message_box-outline,
.vc_color-warning.vc_message_box-solid-icon {
  color: #9d8967;
  border-color: #fcb53f;
  background-color: transparent;
}
.vc_color-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fcb53f;
}
.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #fcb53f;
}
.vc_color-warning.vc_message_box-3d {
  box-shadow: 0 5px 0 #ffd999;
}
.vc_color-danger.vc_message_box {
  color: #a85959;
  border-color: #fedede;
  background-color: #fdeaea;
}
.vc_color-danger.vc_message_box .vc_message_box-icon {
  color: #ff7877;
}
.vc_color-danger.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #ff7877;
}
.vc_color-danger.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-danger.vc_message_box-outline,
.vc_color-danger.vc_message_box-solid-icon {
  color: #a85959;
  border-color: #ff7877;
  background-color: transparent;
}
.vc_color-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ff7877;
}
.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #ff7877;
}
.vc_color-danger.vc_message_box-3d {
  box-shadow: 0 5px 0 #fdacac;
}
.vc_color-alert-info.vc_message_box {
  color: #31708f;
  border-color: #bce8f1;
  background-color: #d9edf7;
}
.vc_color-alert-info.vc_message_box .vc_message_box-icon {
  color: #31708f;
}
.vc_color-alert-info.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #31708f;
}
.vc_color-alert-info.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-alert-info.vc_message_box-outline,
.vc_color-alert-info.vc_message_box-solid-icon {
  color: #31708f;
  border-color: #31708f;
  background-color: transparent;
}
.vc_color-alert-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #31708f;
}
.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #31708f;
}
.vc_color-alert-info.vc_message_box-3d {
  box-shadow: 0 5px 0 #91d9e8;
}
.vc_color-alert-info.vc_message_box-outline,
.vc_color-alert-info.vc_message_box-solid-icon {
  border-color: #bce8f1;
}
.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
  background-color: #bce8f1;
}
.vc_color-alert-success.vc_message_box {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}
.vc_color-alert-success.vc_message_box .vc_message_box-icon {
  color: #3c763d;
}
.vc_color-alert-success.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #3c763d;
}
.vc_color-alert-success.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-alert-success.vc_message_box-outline,
.vc_color-alert-success.vc_message_box-solid-icon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: transparent;
}
.vc_color-alert-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #3c763d;
}
.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #3c763d;
}
.vc_color-alert-success.vc_message_box-3d {
  box-shadow: 0 5px 0 #bbdba1;
}
.vc_color-alert-success.vc_message_box-outline,
.vc_color-alert-success.vc_message_box-solid-icon {
  border-color: #d6e9c6;
}
.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
  background-color: #d6e9c6;
}
.vc_color-alert-warning.vc_message_box {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3;
}
.vc_color-alert-warning.vc_message_box .vc_message_box-icon {
  color: #8a6d3b;
}
.vc_color-alert-warning.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #8a6d3b;
}
.vc_color-alert-warning.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-alert-warning.vc_message_box-outline,
.vc_color-alert-warning.vc_message_box-solid-icon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: transparent;
}
.vc_color-alert-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #8a6d3b;
}
.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #8a6d3b;
}
.vc_color-alert-warning.vc_message_box-3d {
  box-shadow: 0 5px 0 #f5d89e;
}
.vc_color-alert-warning.vc_message_box-outline,
.vc_color-alert-warning.vc_message_box-solid-icon {
  border-color: #faebcc;
}
.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
  background-color: #faebcc;
}
.vc_color-alert-danger.vc_message_box {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}
.vc_color-alert-danger.vc_message_box .vc_message_box-icon {
  color: #a94442;
}
.vc_color-alert-danger.vc_message_box-solid {
  color: #ffffff;
  border-color: transparent;
  background-color: #a94442;
}
.vc_color-alert-danger.vc_message_box-solid .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-alert-danger.vc_message_box-outline,
.vc_color-alert-danger.vc_message_box-solid-icon {
  color: #a94442;
  border-color: #a94442;
  background-color: transparent;
}
.vc_color-alert-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #a94442;
}
.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ffffff;
  background-color: #a94442;
}
.vc_color-alert-danger.vc_message_box-3d {
  box-shadow: 0 5px 0 #dca7b0;
}
.vc_color-alert-danger.vc_message_box-outline,
.vc_color-alert-danger.vc_message_box-solid-icon {
  border-color: #ebccd1;
}
.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
  background-color: #ebccd1;
}
.vc_color-black.vc_message_box .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-black.vc_message_box-outline,
.vc_color-black.vc_message_box-outline .vc_message_box-icon {
  color: #2a2a2a;
}
.vc_color-black.vc_message_box-solid-icon {
  color: #2a2a2a;
}
.vc_color-grey.vc_message_box .vc_message_box-icon {
  color: #858585;
}
.vc_color-white.vc_message_box .vc_message_box-icon {
  color: #b3b3b3;
}
.vc_color-white.vc_message_box-outline,
.vc_color-white.vc_message_box-outline .vc_message_box-icon {
  color: #ffffff;
}
.vc_color-white.vc_message_box-solid-icon {
  color: #ffffff;
}
.vc_message_box-outline,
.vc_message_box-solid-icon {
  border-width: 2px;
}
.vc_message_box-solid-icon .vc_message_box-icon {
  width: 3.25em;
}
.vc_message_box-rounded {
  border-radius: 5px;
}
.vc_message_box-round {
  border-radius: 4em;
}
/* 4. Separators
---------------------------------------------------------- */
/* 5. Single image
---------------------------------------------------------- */
img {
  height: auto;
}
.wpb_single_image img {
  height: auto;
  max-width: 100%;
}
.wpb_single_image.vc_align_center {
  text-align: center;
}
.wpb_single_image.vc_align_right {
  text-align: right;
}
.wpb_single_image.vc_align_left {
  text-align: left;
}
div .vc_box_rounded {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div .vc_box_outline,
div .vc_box_outline_circle {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: 1px solid #ebebeb;
}
div .vc_box_border,
div .vc_box_border_circle {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: none;
}
div .vc_box_shadow,
div .vc_box_shadow_border,
div .vc_box_shadow_border_circle,
div .vc_box_shadow_circle {
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
div .vc_box_shadow_border,
div .vc_box_shadow_border_circle {
  padding: 6px;
}
div .vc_box_shadow_3d {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}
div .vc_box_circle,
div .vc_box_outline_circle,
div .vc_box_border_circle,
div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
  border-radius: 5000px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.vc_box_shadow_3d_wrap {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 100%;
}
.vc_box_shadow_3d_wrap:after,
.vc_box_shadow_3d_wrap:before {
  content: "";
  position: absolute;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  left: 10px;
  bottom: 8%;
  width: 40%;
  height: 20%;
  max-height: 100px;
  max-width: 300px;
  z-index: -1;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.vc_box_shadow_3d_wrap:after {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}
/***************** OLD CSS *****************/
/* Content elements margins
---------------------------------------------------------- */
.wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
  margin-bottom: 0;
}
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 0px;
}
.fb_like,
.twitter-share-button,
.entry-content .twitter-share-button,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element,
.wpb_accordion .wpb_content_element,
.wpb_toggle_content {
  margin-bottom: 0px;
}
.wpb_column > .wpb_wrapper > *:last-child {
  margin-bottom: 0;
}
/* Toggle / FAQ
---------------------------------------------------------- */
.wpb_toggle,
#content h4.wpb_toggle {
  background: url(../images/toggle_open.png) no-repeat left center;
  padding-left: 25px;
  clear: both;
  margin-top: 0;
  font-weight: normal;
}
.wpb_toggle_title_active,
#content h4.wpb_toggle_title_active {
  background: url(../images/toggle_close.png) no-repeat left center;
}
.wpb_toggle:hover {
  cursor: pointer;
}
.wpb_toggle_content {
  display: none;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 15px;
}
.wpb_toggle_open {
  display: block;
}
/* Widgetised column element
---------------------------------------------------------- */
.wpb_widgetised_column .wpb_wrapper > ul {
  margin: 0;
}
.wpb_widgetised_column .wpb_wrapper > ul > li {
  margin-left: 0;
  background-image: none;
  list-style: none !important;
}
.wpb_widgetised_column .wpb_wrapper > ul > li:after,
.wpb_widgetised_column .wpb_wrapper > ul > li:before {
  display: none !important;
}
/* Call to action
---------------------------------------------------------- */
.vc_call_to_action {
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
  padding: 2em;
  border-radius: 5px;
}
.vc_call_to_action *:last-child {
  margin-bottom: 0;
}
.vc_call_to_action.vc_cta_square {
  border-radius: 0;
}
.vc_call_to_action.vc_cta_square_outlined {
  border-radius: 0;
  background: none !important;
}
.vc_call_to_action.vc_cta_round {
  border-radius: 50px;
}
.vc_call_to_action.vc_cta_outlined {
  background: none !important;
}
.vc_call_to_action hgroup h2,
.vc_call_to_action hgroup h4 {
  margin: 0;
  clear: none;
}
.vc_call_to_action hgroup + p {
  margin-top: 1em;
}
.vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
  float: right;
  margin-left: 2em;
}
.vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn {
  float: left;
  margin-right: 2em;
}
.wpb_call_to_action {
  position: relative;
  background-color: #f7f7f7;
  padding: 20px;
  padding: 0px;
  border: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpb_call_to_action .wpb_button {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cta_align_left .wpb_button {
  float: left;
}
.cta_align_right .wpb_button {
  float: right;
}
.cta_align_left .wpb_button,
.cta_align_right .wpb_button {
  max-width: 27.5%;
}
.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
  width: 70%;
  float: left;
  clear: none;
}
.cta_align_left .wpb_call_text {
  float: right;
}
.wpb_call_to_action .wpb_call_text,
#content .wpb_call_to_action .wpb_call_text {
  margin: 0;
  padding-top: 0;
}
.cta_align_bottom {
  text-align: center;
}
.cta_align_bottom .wpb_button {
  position: static;
  margin-top: 0px;
  display: inline-block;
}
.cta_no_button .wpb_call_text {
  width: auto;
  float: none;
}
/* Call to action responsive rules
---------------------------------------------------------- */
@media (max-width: 600px) {
  .vc_responsive .cta_align_left .wpb_button,
  .vc_responsive .cta_align_right .wpb_button {
    max-width: 70%;
    width: 70%;
    float: none;
    display: block;
    margin: 3% auto;
  }
  .vc_responsive .cta_align_left .wpb_call_text,
  .vc_responsive .cta_align_right .wpb_call_text {
    width: auto;
    max-width: none;
    text-align: center;
  }
}
.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_tour_next_prev_nav a:focus {
  outline: none;
}
/** Tabs/Tour Common **/
.wpb_content_element .wpb_tour_tabs_wrapper,
.wpb_content_element .wpb_tabs_nav {
  padding: 0;
}
.wpb_content_element .wpb_tabs_nav {
  margin: 0;
  padding-left: 0 !important;
  text-indent: inherit !important;
}
#content .wpb_content_element .wpb_tabs_nav {
  margin: 0;
}
.wpb_content_element .wpb_tabs_nav li {
  white-space: nowrap;
  padding: 0;
  background-image: none;
  list-style: none !important;
}
.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
  display: none !important;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
  cursor: default;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
  display: none;
}
/** Tabs/Tour/Accordion Common **/
.wpb_content_element {
  /* fix: #1019
  .wpb_tour_tabs_wrapper .wpb_tabs_nav li,
  .wpb_accordion_wrapper .wpb_accordion_header {
    .wpb_transition();
  }*/
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.wpb_content_element .wpb_accordion_header a {
  border-bottom: none;
  text-decoration: none;
  display: block;
  padding: 0.5em 1em;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 0;
}
/** Tabs **/
.wpb_tabs .wpb_tabs_nav li {
  float: left;
  margin: 0 1px 0 0;
}
/** Tour **/
.wpb_tour .wpb_tabs_nav {
  float: left;
  width: 31.66666667%;
}
.wpb_tour .wpb_tabs_nav li {
  margin: 0 0 1px 0;
  clear: left;
  width: 100%;
}
.wpb_tour .wpb_tabs_nav a {
  width: 100%;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  float: left;
  width: 68.33333333%;
}
.wpb_tour_next_prev_nav {
  margin-left: 31.66666667%;
  padding-left: 0px;
  font-size: 80%;
}
.wpb_tour_next_prev_nav a {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.wpb_tour_next_prev_nav a:hover {
  text-decoration: none;
  border-bottom: none;
}
.wpb_tour_next_prev_nav span {
  width: 48%;
  display: inline-block;
  padding-top: 15px;
  float: left;
}
.wpb_tour_next_prev_nav span.wpb_next_slide {
  text-align: right;
  float: right;
}
/** Accordion **/
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  margin: 0 0 1px 0;
  padding-top: 0;
  position: relative;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding-left: 1em;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.7em;
  top: 0.7em;
}
/* tabs_tour_accordion responsive rules */
@media (max-width: 480px) {
  .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
  .vc_responsive .wpb_tour .wpb_tab,
  .vc_responsive .wpb_tour_next_prev_nav {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .vc_responsive .wpb_tour_next_prev_nav {
    width: auto;
    padding: 0 1em;
  }
  .vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
    margin-bottom: 1em;
  }
  .vc_responsive .wpb_tour .wpb_tab {
    padding-left: 1em;
    padding-right: 1em;
  }
}
/* Teaser Grid
---------------------------------------------------------- */
.wpb_column .wpb_wrapper .wpb_teaser_grid {
  float: none;
}
body ul.wpb_thumbnails-fluid li {
  /* some themes add bg image as a bullet */
  padding: 0;
  margin-left: 0;
  background-image: none;
  list-style: none !important;
}
body ul.wpb_thumbnails-fluid li:after,
body ul.wpb_thumbnails-fluid li:before {
  display: none !important;
}
body ul.wpb_thumbnails-fluid li .entry-content *:last-child {
  margin-bottom: 0;
}
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
  padding: 0;
  overflow: visible !important;
}
/* Grid adjustments */
/* Teaser grid
---------------------------------------------------------- */
.wpb_teaser_grid .entry-content {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
.grid_layout-thumbnail .post-thumb {
  margin-bottom: 0;
}
.grid_layout-thumbnail .post-thumb img {
  max-width: 100%;
}
/* Carousel layout
---------------------------------------------------------- */
.wpb_carousel .wpb_wrapper {
  position: relative;
}
.wpb_carousel .prev,
.wpb_carousel .next {
  position: absolute;
  top: 3px;
  background-color: #f7f7f7;
  padding: 0px 6px 0px 6px;
  font-size: 12px;
  z-index: 10;
  text-decoration: none;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.wpb_carousel .prev:hover,
.wpb_carousel .next:hover {
  background-color: #f0f0f0;
}
.wpb_carousel .prev:focus,
.wpb_carousel .next:focus {
  outline: none;
  text-decoration: none;
}
.wpb_carousel .prev {
  right: 30px;
}
.wpb_carousel .next {
  right: 0px;
}
.wpb_carousel .wpb_thumbnails-fluid {
  width: 100%;
}
.wpb_carousel .wpb_thumbnails-fluid > [class*="vc_span"] {
  height: auto !important;
}
/*** Categories filter ***/
.wpb_teaser_grid .categories_filter,
.wpb_categories_filter {
  list-style: none;
  list-style-type: none;
  margin: 0 0 10px 0;
}
.wpb_teaser_grid .categories_filter li,
.wpb_categories_filter li {
  display: block;
  float: left;
  margin: 0 8px 15px 0;
  background-image: none;
  list-style: none !important;
}
.wpb_teaser_grid .categories_filter li:after,
.wpb_categories_filter li:after,
.wpb_teaser_grid .categories_filter li:before,
.wpb_categories_filter li:before {
  display: none !important;
}
.wpb_teaser_grid .categories_filter li a,
.wpb_categories_filter li a {
  text-decoration: none;
}
@media (max-width: 480px) {
  .vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
    margin-left: 0;
    width: auto;
  }
  .vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_col-"] {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
/* Image grid
---------------------------------------------------------- */
.wpb_image_grid .wpb_image_grid_ul {
  margin: 0;
  padding: 0;
}
.wpb_image_grid .wpb_image_grid_ul > li {
  background-image: none;
  list-style: none !important;
}
.wpb_image_grid .wpb_image_grid_ul > li:after,
.wpb_image_grid .wpb_image_grid_ul > li:before {
  display: none !important;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  list-style: none;
  margin: 0;
  padding: 8px;
  max-width: 100%;
  float: left;
}
.wpb_image_grid .wpb_image_grid_ul a {
  display: block;
}
.wpb_image_grid .wpb_image_grid_ul img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Gallery
---------------------------------------------------------- */
.wpb_gallery .theme-default .nivoSlider {
  margin-bottom: 0;
}
.wpb_gallery .theme-default .nivo-controlNav {
  padding: 10px 0 3px 0;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
  bottom: -35px;
}
.wpb_gallery .wpb_flexslider .flex-caption {
  cursor: default;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
  line-height: 1;
}
.wpb_gallery .wpb_flexslider .flex-control-paging {
  z-index: 10;
}
/*** remove ul & li margins ***/
#content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.slides,
.wpb_gallery_slides ul.slides,
#content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.flex-direction-nav,
body .wpb_gallery_slides ul li,
.wpb_content_element .wpb_gallery_slides ul li {
  list-style: none;
  padding: 0;
  background-image: none;
  margin: 0;
}
/* Video widget
---------------------------------------------------------- */
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
  padding-top: 56%;
  position: relative;
}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {
  padding-top: 0 !important;
  position: static;
}
.wpb_video_widget .wpb_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpb_video_wrapper .fluid-width-video-wrapper {
  padding-top: 0 !important;
  position: static;
}
/* Posts slider
---------------------------------------------------------- */
.wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
  background-color: #f7f7f7;
  opacity: 1;
  color: inherit;
  padding: 10px 15px;
  position: static;
}
.wpb_posts_slider .wpb_gallery_slides > ul > li {
  background-image: none;
  list-style: none !important;
}
.wpb_posts_slider .wpb_gallery_slides > ul > li:after,
.wpb_posts_slider .wpb_gallery_slides > ul > li:before {
  display: none !important;
}
/* Progress bar
---------------------------------------------------------- */
.vc_progress_bar .vc_single_bar {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.vc_progress_bar .vc_single_bar:last-child {
  margin-bottom: 0;
}
.vc_progress_bar .vc_single_bar .vc_label {
  display: block;
  position: relative;
  z-index: 1;
}
.vc_progress_bar .vc_single_bar .vc_bar {
  display: block;
  position: absolute;
  height: 100%;
  background-color: #e0e0e0;
  width: 0%;
  top: 0;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: width 1s linear;
  -moz-transition: width 1s linear;
  -webkit-transition: width 1s linear;
  -o-transition: width 1s linear;
}
.vc_progress_bar .vc_single_bar .vc_bar.striped {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.vc_progress_bar .vc_single_bar .vc_bar.animated {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar {
  background-color: #0074cc;
}
.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar {
  background-color: #0074cc;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_bar {
  background-color: #49afcd;
}
.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_bar {
  background-color: #49afcd;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_bar {
  background-color: #5bb75b;
}
.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_bar {
  background-color: #5bb75b;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_bar {
  background-color: #faa732;
}
.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_bar {
  background-color: #faa732;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar {
  background-color: #da4f49;
}
.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_bar {
  background-color: #da4f49;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_bar {
  background-color: #414141;
}
.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_bar {
  background-color: #414141;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_bar {
  background-color: #5472d2;
}
.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_bar {
  background-color: #5472d2;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_bar {
  background-color: #00c1cf;
}
.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_bar {
  background-color: #00c1cf;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_bar {
  background-color: #fe6c61;
}
.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_bar {
  background-color: #fe6c61;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_bar {
  background-color: #8d6dc4;
}
.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_bar {
  background-color: #8d6dc4;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_bar {
  background-color: #4cadc9;
}
.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_bar {
  background-color: #4cadc9;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_bar {
  background-color: #cec2ab;
}
.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_bar {
  background-color: #cec2ab;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_bar {
  background-color: #50485b;
}
.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_bar {
  background-color: #50485b;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_bar {
  background-color: #75d69c;
}
.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_bar {
  background-color: #75d69c;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_bar {
  background-color: #75d69c;
}
.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_bar {
  background-color: #75d69c;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_bar {
  background-color: #2a2a2a;
}
.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_bar {
  background-color: #2a2a2a;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_bar {
  background-color: #ebebeb;
}
.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_label {
  color: #666666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_bar {
  background-color: #ebebeb;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_label {
  color: #666666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_bar {
  background-color: #f7be68;
}
.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_bar {
  background-color: #f7be68;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_bar {
  background-color: #5aa1e3;
}
.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_bar {
  background-color: #5aa1e3;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_bar {
  background-color: #6dab3c;
}
.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_bar {
  background-color: #6dab3c;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_bar {
  background-color: #f4524d;
}
.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_bar {
  background-color: #f4524d;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_bar {
  background-color: #f79468;
}
.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_bar {
  background-color: #f79468;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_bar {
  background-color: #b97ebb;
}
.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_bar {
  background-color: #b97ebb;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_bar {
  background-color: #ffffff;
}
.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_label {
  color: #666666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_bar {
  background-color: #ffffff;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_label {
  color: #666666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/*** Pie chart **/
.vc_pie_chart {
  z-index: 0;
  text-align: center;
  opacity: 0;
}
.vc_pie_chart.vc_ready {
  opacity: 1;
}
.vc_pie_chart .vc_pie_wrapper {
  position: relative;
  margin: 0 auto;
}
.vc_pie_chart canvas {
  position: relative;
  z-index: 1;
}
.vc_pie_chart .vc_pie_chart_value {
  font-size: 200%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vc_pie_chart[data-pie-color="wpb_button"] .vc_pie_chart_back {
  border-color: #f7f7f7;
}
.vc_pie_chart[data-pie-color="btn-primary"] .vc_pie_chart_back {
  border-color: #0088cc;
}
.vc_pie_chart[data-pie-color="btn-info"] .vc_pie_chart_back {
  border-color: #58b9da;
}
.vc_pie_chart[data-pie-color="btn-success"] .vc_pie_chart_back {
  border-color: #6ab165;
}
.vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_chart_back {
  border-color: #ff9900;
}
.vc_pie_chart[data-pie-color="btn-danger"] .vc_pie_chart_back {
  border-color: #ff675b;
}
.vc_pie_chart[data-pie-color="btn-inverse"] .vc_pie_chart_back {
  border-color: #555555;
}
.vc_pie_chart_back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 6px solid #f7f7f7;
  border-radius: 999px;
  border-radius: 50%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vc_chart .vc_chart-legend {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.vc_chart .vc_chart-legend li {
  line-height: 1.3em;
  list-style: none;
  margin: 0 0 0.3em 0;
  min-height: 1.3em;
}
.vc_chart .vc_chart-legend span {
  border-radius: 0.3em;
  display: inline-block;
  height: 1.3em;
  left: 0;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 1.3em;
}
@media (min-width: 767px) {
  .vc_chart .vc_chart-legend {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
  }
  .vc_chart .vc_chart-legend li {
    margin-left: 1em;
  }
  .vc_chart .vc_chart-with-legend {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
  }
}
.vc_line-chart .vc_chart-with-legend {
  width: 75%;
}
.vc_line-chart .vc_chart-legend {
  width: 25%;
}
.vc_carousel .vc_carousel-control {
  text-shadow: none;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  /*.icon-prev,
        .icon-next {
            background-color: @vc_carousel_arrows_bg;
            .wpb_transition();
            &:hover {
                background-color: @vc_carousel_arrows_bg_hover;
            }
        }*/
}
.vc_carousel .vc_carousel-control:active,
.vc_carousel .vc_carousel-control:focus {
  outline: none;
}
.vc_carousel .vc_carousel-indicators li {
  width: 5px;
  height: 5px;
  margin: 0;
  border-color: #f7f7f7;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.vc_separator {
  display: table;
}
.vc_separator h4 {
  line-height: 1em;
  font-size: 100%;
  display: table-cell;
  white-space: pre;
}
.vc_separator h4 .normal {
  font-size: 12px;
  font-weight: normal;
}
.vc_separator.vc_separator_align_center h4 {
  padding: 0 0.8em;
}
.vc_separator.vc_separator_align_left {
  margin-left: 0;
}
.vc_separator.vc_separator_align_left h4 {
  padding: 0 0.8em 0 0;
}
.vc_separator.vc_separator_align_left .vc_sep_holder {
  width: 100%;
}
.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l {
  display: none;
}
.vc_separator.vc_separator_align_right {
  margin-right: 0;
}
.vc_separator.vc_separator_align_right h4 {
  padding: 0 0 0 0.8em;
  margin: 0 !important;
}
.vc_separator.vc_separator_align_right .vc_sep_holder {
  width: 100%;
}
.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
  display: none;
}
.vc_separator .vc_sep_holder {
  display: table-cell;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.vc_separator .vc_sep_holder .vc_sep_line {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}
.vc_separator.vc_sep_double {
  height: 3px;
}
.vc_separator.vc_sep_double .vc_sep_line {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  height: 3px;
}
.vc_separator.vc_sep_dashed .vc_sep_line {
  border-top-style: dashed;
}
.vc_separator.vc_sep_dotted .vc_sep_line {
  border-top-style: dotted;
}
.vc_separator.vc_sep_color_blue .vc_sep_line {
  border-color: #5472d2;
}
.vc_separator.vc_sep_color_turquoise .vc_sep_line {
  border-color: #00c1cf;
}
.vc_separator.vc_sep_color_pink .vc_sep_line {
  border-color: #fe6c61;
}
.vc_separator.vc_sep_color_violet .vc_sep_line {
  border-color: #8d6dc4;
}
.vc_separator.vc_sep_color_peacoc .vc_sep_line {
  border-color: #4cadc9;
}
.vc_separator.vc_sep_color_chino .vc_sep_line {
  border-color: #cec2ab;
}
.vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
  border-color: #50485b;
}
.vc_separator.vc_sep_color_vista_blue .vc_sep_line {
  border-color: #75d69c;
}
.vc_separator.vc_sep_color_black .vc_sep_line {
  border-color: #2a2a2a;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #ebebeb;
}
.vc_separator.vc_sep_color_orange .vc_sep_line {
  border-color: #f7be68;
}
.vc_separator.vc_sep_color_sky .vc_sep_line {
  border-color: #5aa1e3;
}
.vc_separator.vc_sep_color_green .vc_sep_line {
  border-color: #6dab3c;
}
.vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
  border-color: #f4524d;
}
.vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
  border-color: #f79468;
}
.vc_separator.vc_sep_color_purple .vc_sep_line {
  border-color: #b97ebb;
}
.vc_separator.vc_sep_color_white .vc_sep_line {
  border-color: #ffffff;
}
.vc_separator.vc_sep_color_grace .vc_sep_line {
  border-color: #aed13b;
}
.wpb_separator,
.vc_text_separator {
  border-bottom: 1px solid #ebebeb;
}
/* Separator
---------------------------------------------------------- */
.wpb_separator {
  clear: both;
  height: 1px;
}
/* Text Separator
---------------------------------------------------------- */
.vc_text_separator {
  clear: both;
  height: 1px;
}
.vc_text_separator div {
  display: inline-block;
  background-color: #ffffff;
  padding: 1px 1em;
  position: relative;
  top: -9px;
}
.separator_align_center {
  text-align: center;
}
.separator_align_left {
  text-align: left;
}
.separator_align_right {
  text-align: right;
}
/**
 * Tabs, Tours, Accordions
 */
.vc_tta-container {
  margin-bottom: 0px;
}
/* General Styles for TTA
 * ========================== */
.vc_tta.vc_general {
  font-size: 1em;
}
.vc_tta.vc_general .vc_tta-panels-container,
.vc_tta.vc_general .vc_tta-panels {
  box-sizing: border-box;
  position: relative;
}
.vc_tta.vc_general .vc_tta-panel {
  display: block;
}
.vc_tta.vc_general .vc_tta-panel-heading {
  border: solid transparent;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.vc_tta.vc_general .vc_tta-panel-title {
  margin: 0;
  line-height: 1;
}
.vc_tta.vc_general .vc_tta-panel-title > a {
  background: transparent;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  border: none;
}
.vc_tta.vc_general .vc_tta-panel-title > a:focus,
.vc_tta.vc_general .vc_tta-panel-title > a:hover {
  text-decoration: none;
  outline: none;
}
.vc_tta.vc_general .vc_tta-panel-body {
  border: solid transparent;
  box-sizing: content-box;
  display: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
.vc_tta.vc_general .vc_tta-panel-body > :last-child {
  margin-bottom: 0;
}
.vc_tta.vc_general .vc_tta-panel.vc_active {
  display: block;
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  display: block;
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a:hover {
  cursor: default;
}
.vc_tta.vc_general .vc_tta-panel.vc_animating .vc_tta-panel-body {
  display: block;
  min-height: 0;
}
.vc_tta.vc_general.vc_tta-o-all-clickable .vc_tta-panel .vc_tta-panel-title > a:hover {
  cursor: pointer;
}
.vc_tta.vc_general .vc_tta-tabs-container {
  display: block;
  position: relative;
  z-index: 3;
}
.vc_tta.vc_general .vc_tta-tabs-list {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.vc_tta.vc_general .vc_tta-tab {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.vc_tta.vc_general .vc_tta-tab > a {
  display: block;
  box-sizing: border-box;
  border: solid transparent;
  position: relative;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.vc_tta.vc_general .vc_tta-tab > a:hover,
.vc_tta.vc_general .vc_tta-tab > a:focus {
  text-decoration: none;
  outline: none;
}
.vc_tta.vc_general .vc_tta-tab.vc_active > a {
  cursor: default;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.vc_tta.vc_general .vc_tta-tab.vc_active > a:hover {
  cursor: default;
}
.vc_tta.vc_general .vc_tta-tab.vc_active > a::before,
.vc_tta.vc_general .vc_tta-tab.vc_active > a::after {
  display: none;
  content: '';
  position: absolute;
  border-width: inherit;
  border-color: inherit;
  border-style: inherit;
  width: 100vw;
  height: 200vw;
}
.vc_tta.vc_general .vc_tta-icon {
  font-size: 1.15em;
  line-height: 0;
  display: inline;
}
.vc_tta.vc_general .vc_tta-icon::before {
  display: inline;
}
.vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child),
.vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
  margin-left: 14px;
}
.vc_tta.vc_general .vc_tta-title-text:empty {
  display: inline-block;
}
/**
* Icons Adaptations
* ====================== */
.vc_tta-icon.fa,
.vc_tta-icon.vc_li {
  vertical-align: middle;
}
/* Accordions
 * ========================== */
.vc_tta.vc_tta-accordion .vc_tta-tabs-container {
  display: none;
}
/* Tabs
 * ========================== */
.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  display: none;
}
.vc_non_responsive .vc_tta.vc_tta-tabs .vc_tta-tabs-container,
.vc_tta-o-non-responsive .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  display: block;
}
.vc_non_responsive .vc_tta.vc_tta-tabs .vc_tta-panel-heading,
.vc_tta-o-non-responsive .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
  display: none;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block;
  }
  .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
    display: none;
  }
}
/* Shapes for TTA
 * ========================== */
.vc_tta.vc_tta-shape-square .vc_tta-panel-body {
  min-height: 0px;
}
.vc_tta.vc_tta-shape-square .vc_tta-panel-body,
.vc_tta.vc_tta-shape-square .vc_tta-panel-heading {
  border-radius: 0px;
}
.vc_tta.vc_tta-shape-square .vc_tta-tabs-container {
  margin: 0px;
}
.vc_tta.vc_tta-shape-square .vc_tta-tab > a {
  border-radius: 0px;
}
.vc_non_responsive .vc_tta.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels {
  border-radius: 0px;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels {
    border-radius: 0px;
  }
}
.vc_tta.vc_tta-shape-square.vc_tta-o-no-fill .vc_tta-panel-body {
  border-radius: 0;
}
.vc_tta.vc_tta-shape-square.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-shape-square.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {
  min-height: 10px;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
  border-radius: 5px;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
  margin: 5px;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
  border-radius: 5px;
}
.vc_non_responsive .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
    border-radius: 5px;
  }
}
.vc_tta.vc_tta-shape-rounded.vc_tta-o-no-fill .vc_tta-panel-body {
  border-radius: 0;
}
.vc_tta.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.vc_tta.vc_tta-shape-round .vc_tta-panel-body {
  min-height: 4em;
}
.vc_tta.vc_tta-shape-round .vc_tta-panel-body,
.vc_tta.vc_tta-shape-round .vc_tta-panel-heading {
  border-radius: 2em;
}
.vc_tta.vc_tta-shape-round .vc_tta-tabs-container {
  margin: 2em;
}
.vc_tta.vc_tta-shape-round .vc_tta-tab > a {
  border-radius: 2em;
}
.vc_non_responsive .vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels {
  border-radius: 2em;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels {
    border-radius: 2em;
  }
}
.vc_tta.vc_tta-shape-round.vc_tta-o-no-fill .vc_tta-panel-body {
  border-radius: 0;
}
.vc_tta.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
}
/* Adaptation for Shapes
 * ========================== */
.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_non_responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after {
  box-sizing: border-box;
  content: '';
  display: none;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  border-style: inherit;
  border-width: inherit;
}
@media (min-width: 768px) {
  .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
  .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after {
    box-sizing: border-box;
    content: '';
    display: none;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    border-style: inherit;
    border-width: inherit;
  }
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
  border-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-body {
  border-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-body {
  border-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child).vc_active .vc_tta-panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_non_responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after {
  box-sizing: border-box;
  content: '';
  display: none;
  position: absolute;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  border-style: inherit;
  border-width: inherit;
}
@media (min-width: 768px) {
  .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
  .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after {
    box-sizing: border-box;
    content: '';
    display: none;
    position: absolute;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    border-style: inherit;
    border-width: inherit;
  }
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
  border-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-body {
  border-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-body {
  border-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child).vc_active .vc_tta-panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* Styles for TTA
 * ========================== */
.vc_tta.vc_tta-style-classic .vc_tta-panel-body,
.vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
  border-width: 1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: -1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: -1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-tabs-list {
  padding-left: 1px;
  padding-top: 1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-tab {
  margin-left: -1px;
  margin-top: -1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-tab > a {
  border-width: 1px;
}
.vc_non_responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  border: 1px solid transparent;
}
.vc_non_responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
  margin: -1px;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border: 1px solid transparent;
  }
  .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
    margin: -1px;
  }
}
.vc_tta.vc_tta-style-modern .vc_tta-panel-body,
.vc_tta.vc_tta-style-modern .vc_tta-panel-heading {
  border-width: 1px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
}
.vc_tta.vc_tta-style-modern .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: -1px;
}
.vc_tta.vc_tta-style-modern .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: -1px;
}
.vc_tta.vc_tta-style-modern .vc_tta-tabs-list {
  padding-left: 1px;
  padding-top: 1px;
}
.vc_tta.vc_tta-style-modern .vc_tta-tab {
  margin-left: -1px;
  margin-top: -1px;
}
.vc_tta.vc_tta-style-modern .vc_tta-tab > a {
  border-width: 1px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
}
.vc_tta.vc_tta-style-modern .vc_tta-tab.vc_active > a {
  background-clip: border-box;
}
.vc_non_responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
  border: 1px solid transparent;
}
.vc_non_responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panel,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panel {
  margin: -1px;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
    border: 1px solid transparent;
  }
  .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panel {
    margin: -1px;
  }
}
.vc_tta.vc_tta-style-outline .vc_tta-panel-body,
.vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
  border-width: 2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: -2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: -2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-tabs-list {
  padding-left: 2px;
  padding-top: 2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-tab {
  margin-left: -2px;
  margin-top: -2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-tab > a {
  border-width: 2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::before,
.vc_tta.vc_tta-style-outline .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::after {
  display: block;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}
.vc_non_responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
  border: 2px solid transparent;
}
.vc_non_responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panel,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panel {
  margin: -2px;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
    border: 2px solid transparent;
  }
  .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panel {
    margin: -2px;
  }
}
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline.vc_tta-pageable .vc_tta-panel {
  margin: 0;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-style-outline.vc_tta-pageable .vc_tta-panel {
    margin: 0;
  }
}
.vc_tta.vc_tta-style-flat .vc_tta-panel-body,
.vc_tta.vc_tta-style-flat .vc_tta-panel-heading {
  border-width: 0;
}
.vc_tta-pageable .vc_tta-panel-title {
  display: none;
}
/* Don't Fill Content With Colors
 * =================================== */
.vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
.vc_non_responsive .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
    border-color: transparent;
    background-color: transparent;
  }
}
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-tabs-container {
  margin: 0;
}
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-top .vc_tta-panel-body,
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-bottom .vc_tta-panel-body {
  padding-left: 0;
  padding-right: 0;
}
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-left .vc_tta-panel-body,
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-right .vc_tta-panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
/* TTA Spacings
 * =================================== */
.vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 1px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 1px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -1px;
  margin-bottom: 0px;
  margin-left: -1px;
  margin-right: 0px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 1px;
  margin-right: 0px;
}
.vc_tta.vc_tta-spacing-2 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-2 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 2px;
}
.vc_tta.vc_tta-spacing-2 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-2 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 2px;
}
.vc_tta.vc_tta-spacing-2 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.vc_tta.vc_tta-spacing-2 .vc_tta-tab {
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
}
.vc_tta.vc_tta-spacing-3 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-3 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 3px;
}
.vc_tta.vc_tta-spacing-3 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-3 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 3px;
}
.vc_tta.vc_tta-spacing-3 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -2px;
  margin-bottom: -1px;
  margin-left: -2px;
  margin-right: -1px;
}
.vc_tta.vc_tta-spacing-3 .vc_tta-tab {
  margin-top: 2px;
  margin-bottom: 1px;
  margin-left: 2px;
  margin-right: 1px;
}
.vc_tta.vc_tta-spacing-4 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-4 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 4px;
}
.vc_tta.vc_tta-spacing-4 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-4 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 4px;
}
.vc_tta.vc_tta-spacing-4 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -2px;
  margin-right: -2px;
}
.vc_tta.vc_tta-spacing-4 .vc_tta-tab {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
.vc_tta.vc_tta-spacing-5 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-5 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 5px;
}
.vc_tta.vc_tta-spacing-5 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-5 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 5px;
}
.vc_tta.vc_tta-spacing-5 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -3px;
  margin-bottom: -2px;
  margin-left: -3px;
  margin-right: -2px;
}
.vc_tta.vc_tta-spacing-5 .vc_tta-tab {
  margin-top: 3px;
  margin-bottom: 2px;
  margin-left: 3px;
  margin-right: 2px;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-10 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 10px;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-10 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 10px;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: -5px;
  margin-right: -5px;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-tab {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.vc_tta.vc_tta-spacing-15 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-15 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 15px;
}
.vc_tta.vc_tta-spacing-15 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-15 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 15px;
}
.vc_tta.vc_tta-spacing-15 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -8px;
  margin-bottom: -7px;
  margin-left: -8px;
  margin-right: -7px;
}
.vc_tta.vc_tta-spacing-15 .vc_tta-tab {
  margin-top: 8px;
  margin-bottom: 7px;
  margin-left: 8px;
  margin-right: 7px;
}
.vc_tta.vc_tta-spacing-20 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-20 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 20px;
}
.vc_tta.vc_tta-spacing-20 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-20 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 20px;
}
.vc_tta.vc_tta-spacing-20 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
}
.vc_tta.vc_tta-spacing-20 .vc_tta-tab {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.vc_tta.vc_tta-spacing-25 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-25 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 25px;
}
.vc_tta.vc_tta-spacing-25 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-25 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 25px;
}
.vc_tta.vc_tta-spacing-25 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -13px;
  margin-bottom: -12px;
  margin-left: -13px;
  margin-right: -12px;
}
.vc_tta.vc_tta-spacing-25 .vc_tta-tab {
  margin-top: 13px;
  margin-bottom: 12px;
  margin-left: 13px;
  margin-right: 12px;
}
.vc_tta.vc_tta-spacing-30 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-30 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 30px;
}
.vc_tta.vc_tta-spacing-30 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-30 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 30px;
}
.vc_tta.vc_tta-spacing-30 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.vc_tta.vc_tta-spacing-30 .vc_tta-tab {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.vc_tta.vc_tta-spacing-35 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-35 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 35px;
}
.vc_tta.vc_tta-spacing-35 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-35 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 35px;
}
.vc_tta.vc_tta-spacing-35 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -18px;
  margin-bottom: -17px;
  margin-left: -18px;
  margin-right: -17px;
}
.vc_tta.vc_tta-spacing-35 .vc_tta-tab {
  margin-top: 18px;
  margin-bottom: 17px;
  margin-left: 18px;
  margin-right: 17px;
}
/* TTA Gaps
 * =================================== */
.vc_tta.vc_tta-gap-1 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-1 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 1px;
}
.vc_tta.vc_tta-gap-1 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 1px;
}
.vc_tta.vc_tta-gap-1.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 1px;
}
.vc_tta.vc_tta-gap-1.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 1px;
}
.vc_tta.vc_tta-gap-1.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 1px;
}
.vc_tta.vc_tta-gap-1.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 1px;
}
.vc_tta.vc_tta-gap-2 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-2 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 2px;
}
.vc_tta.vc_tta-gap-2 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 2px;
}
.vc_tta.vc_tta-gap-2.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 2px;
}
.vc_tta.vc_tta-gap-2.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 2px;
}
.vc_tta.vc_tta-gap-2.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 2px;
}
.vc_tta.vc_tta-gap-2.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 2px;
}
.vc_tta.vc_tta-gap-3 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-3 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 3px;
}
.vc_tta.vc_tta-gap-3 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 3px;
}
.vc_tta.vc_tta-gap-3.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 3px;
}
.vc_tta.vc_tta-gap-3.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 3px;
}
.vc_tta.vc_tta-gap-3.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 3px;
}
.vc_tta.vc_tta-gap-3.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 3px;
}
.vc_tta.vc_tta-gap-4 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-4 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 4px;
}
.vc_tta.vc_tta-gap-4 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 4px;
}
.vc_tta.vc_tta-gap-4.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 4px;
}
.vc_tta.vc_tta-gap-4.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 4px;
}
.vc_tta.vc_tta-gap-4.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 4px;
}
.vc_tta.vc_tta-gap-4.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 4px;
}
.vc_tta.vc_tta-gap-5 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-5 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 5px;
}
.vc_tta.vc_tta-gap-5 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 5px;
}
.vc_tta.vc_tta-gap-5.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 5px;
}
.vc_tta.vc_tta-gap-5.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 5px;
}
.vc_tta.vc_tta-gap-5.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 5px;
}
.vc_tta.vc_tta-gap-5.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 5px;
}
.vc_tta.vc_tta-gap-10 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-10 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 10px;
}
.vc_tta.vc_tta-gap-10 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 10px;
}
.vc_tta.vc_tta-gap-10.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 10px;
}
.vc_tta.vc_tta-gap-10.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 10px;
}
.vc_tta.vc_tta-gap-10.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 10px;
}
.vc_tta.vc_tta-gap-10.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 10px;
}
.vc_tta.vc_tta-gap-15 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-15 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 15px;
}
.vc_tta.vc_tta-gap-15 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 15px;
}
.vc_tta.vc_tta-gap-15.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 15px;
}
.vc_tta.vc_tta-gap-15.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 15px;
}
.vc_tta.vc_tta-gap-15.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 15px;
}
.vc_tta.vc_tta-gap-15.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 15px;
}
.vc_tta.vc_tta-gap-20 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-20 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 20px;
}
.vc_tta.vc_tta-gap-20 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 20px;
}
.vc_tta.vc_tta-gap-20.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 20px;
}
.vc_tta.vc_tta-gap-20.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 20px;
}
.vc_tta.vc_tta-gap-20.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 20px;
}
.vc_tta.vc_tta-gap-20.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 20px;
}
.vc_tta.vc_tta-gap-25 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-25 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 25px;
}
.vc_tta.vc_tta-gap-25 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 25px;
}
.vc_tta.vc_tta-gap-25.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 25px;
}
.vc_tta.vc_tta-gap-25.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 25px;
}
.vc_tta.vc_tta-gap-25.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 25px;
}
.vc_tta.vc_tta-gap-25.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 25px;
}
.vc_tta.vc_tta-gap-30 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-30 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 30px;
}
.vc_tta.vc_tta-gap-30 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 30px;
}
.vc_tta.vc_tta-gap-30.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 30px;
}
.vc_tta.vc_tta-gap-30.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 30px;
}
.vc_tta.vc_tta-gap-30.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 30px;
}
.vc_tta.vc_tta-gap-30.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 30px;
}
.vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-35 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 35px;
}
.vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 35px;
}
.vc_tta.vc_tta-gap-35.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 35px;
}
.vc_tta.vc_tta-gap-35.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 35px;
}
.vc_tta.vc_tta-gap-35.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 35px;
}
.vc_tta.vc_tta-gap-35.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 35px;
}
/* Positions For Tabs
 * ========================== */
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  overflow: hidden;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  overflow: hidden;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before {
  right: auto;
  bottom: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after {
  left: auto;
  bottom: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  overflow: hidden;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-list {
  overflow: hidden;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before {
  right: auto;
  top: auto;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after {
  left: auto;
  top: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
  border-top-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 0;
}
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
  overflow: hidden;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab {
  display: block;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before {
  right: auto;
  bottom: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after {
  right: auto;
  top: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 0;
}
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list {
  overflow: hidden;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab {
  display: block;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before {
  left: auto;
  bottom: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after {
  left: auto;
  top: auto;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
  border-top-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* Positions Fixes For Tabs
 * ========================== */
.vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::before,
.vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::before,
.vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::after,
.vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::after {
  display: none;
}
.vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-container,
.vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-tabs-list,
.vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-list {
  overflow: initial;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a {
  border-bottom-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a::before {
  display: block;
  height: auto;
  top: 100%;
  right: 100%;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a::after {
  display: block;
  height: auto;
  top: 100%;
  left: 100%;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-top: 0;
  margin-bottom: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-modern .vc_tta-tabs-container {
  margin-bottom: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-outline .vc_tta-tabs-container {
  margin-bottom: -2px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-outline:not(.vc_tta-pageable) .vc_tta-panels {
  border-top-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a {
  border-top-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a::before {
  display: block;
  height: auto;
  bottom: 100%;
  right: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a::after {
  display: block;
  height: auto;
  bottom: 100%;
  left: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 0;
  margin-bottom: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-classic .vc_tta-tabs-container,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-modern .vc_tta-tabs-container {
  margin-top: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-outline .vc_tta-tabs-container {
  margin-top: -2px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-outline:not(.vc_tta-pageable) .vc_tta-panels {
  border-bottom-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a {
  border-right-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a::before {
  display: block;
  width: auto;
  left: 100%;
  bottom: 100%;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a::after {
  display: block;
  width: auto;
  left: 100%;
  top: 100%;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-left: 0;
  margin-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-modern .vc_tta-tabs-container {
  margin-right: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tabs-container {
  margin-right: -2px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-panels {
  border-left-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panels,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panels {
  margin-top: 0;
  border-top-left-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panel-body::before {
  display: none;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a {
  border-left-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a::before {
  display: block;
  width: auto;
  right: 100%;
  bottom: 100%;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a::after {
  display: block;
  width: auto;
  right: 100%;
  top: 100%;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 0;
  margin-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-classic .vc_tta-tabs-container,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-modern .vc_tta-tabs-container {
  margin-left: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tabs-container {
  margin-left: -2px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-panels {
  border-right-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panels,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panels {
  margin-top: 0;
  border-top-right-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panel-body::before {
  display: none;
}
/* Sizes For Tabs
 * ========================== */
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-xs .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-xs .vc_tta-tabs-container {
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-sm .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-sm .vc_tta-tabs-container {
  flex-basis: 20%;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-md .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-md .vc_tta-tabs-container {
  flex-basis: 30%;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-lg .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-lg .vc_tta-tabs-container {
  flex-basis: 40%;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-xl .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-xl .vc_tta-tabs-container {
  flex-basis: 50%;
}
/* Controls Alignments
 * =================================== */
.vc_tta.vc_tta-controls-align-left .vc_tta-tabs-container,
.vc_tta.vc_tta-controls-align-left .vc_tta-panel-heading {
  text-align: left;
}
.vc_tta.vc_tta-controls-align-right .vc_tta-tabs-container,
.vc_tta.vc_tta-controls-align-right .vc_tta-panel-heading {
  text-align: right;
}
.vc_tta.vc_tta-controls-align-center .vc_tta-tabs-container,
.vc_tta.vc_tta-controls-align-center .vc_tta-panel-heading {
  text-align: center;
}
/* Controls Alignments Fixes
 * ========================== */
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-left: 0;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before {
  display: none;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
  border-top-left-radius: 0;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-left: 0;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before {
  display: none;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
  border-bottom-left-radius: 0;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-right: 0;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after {
  display: none;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
  border-top-right-radius: 0;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-right: 0;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after {
  display: none;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-bottom:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
  border-bottom-right-radius: 0;
}
.vc_tta-tabs.vc_tta-has-pagination:not(.vc_tta-tabs-position-bottom) {
  padding-bottom: 60px;
}
.vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vc_tta-tabs.vc_tta-has-pagination.vc_tta-tabs-position-bottom {
  padding-top: 60px;
}
.vc_tta-tabs.vc_tta-has-pagination.vc_tta-tabs-position-bottom .vc_pagination {
  top: auto;
  bottom: 100%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
/* Control Icons For Accordions
 * ============================= */
.vc_tta .vc_tta-controls-icon {
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  position: relative;
  font-size: inherit;
  margin: 0;
}
.vc_tta .vc_tta-controls-icon:before,
.vc_tta .vc_tta-controls-icon:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vc_tta .vc_tta-title-text:not(:empty) ~ .vc_tta-controls-icon {
  margin-left: 0;
}
/* Control Icons
 * ============================= */
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 2px 0 0 0;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  bottom: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 0 0 2px;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translate(-25%, -25%);
  -ms-transform: rotate(45deg) translate(-25%, -25%);
  transform: rotate(45deg) translate(-25%, -25%);
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 6px;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  display: none;
}
.vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  -webkit-transform: rotate(225deg) translate(-25%, -25%);
  -ms-transform: rotate(225deg) translate(-25%, -25%);
  transform: rotate(225deg) translate(-25%, -25%);
}
.vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
  -webkit-transform: rotate(180deg) translateY(25%);
  -ms-transform: rotate(180deg) translateY(25%);
  transform: rotate(180deg) translateY(25%);
}
/* Control Icons Positions
 * ============================= */
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 46px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
  padding-right: 42px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
/*overlay*/
.upb_bg_overlay {
  color: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
}
/*Common*/
.vc-row-translate {
  overflow: hidden;
}
.wpb_row,
.wpb_column,
.upb_video_class {
  position: relative;
}
.wpb_column .wpb_column {
  min-height: 1px;
}
.upb_video_class {
  overflow: hidden;
}
.upb_row_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.upb_bg_img {
  display: none !important;
}
/*Default Background*/
.vcpb-default {
  background-attachment: initial;
  background-size: cover;
  background-repeat: no-repeat;
}
/*Fix Background*/
.vcpb-fix {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
/*jQuery Vertical Parallax*/
.vertical_layer_parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.vcpb-vz-jquery {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: fixed;
}
/*jQuery Horizontal Parallax*/
.vcpb-hz-jquery {
  background-repeat: no-repeat;
  background-position: 0 50%;
}
/*jQuery Mouse Parallax*/
.vcpb-fs-jquery {
  overflow: hidden;
}
/*Video Background*/
.upb_video-wrapper {
  display: block;
  max-width: 100%;
  height: 100%;
}
.upb_video-text {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.upb-background-text-wrapper,
.upb_video-text-wrapper {
  position: relative;
}
.full-browser-size {
  display: table;
  width: 100%;
}
.video-browser-size .upb_video-text,
.full-browser-size .upb-background-text {
  display: table-cell;
  vertical-align: middle;
}
.upb_video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
/*Embedded Video*/
.upb_video-src {
  object-fit: cover;
}
/*YouTube & Vimeo Video*/
.upb_utube_iframe,
.upb_vimeo_iframe {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-controls {
  position: absolute;
  bottom: 0;
  right: 0.5%;
  cursor: pointer;
  width: auto !important;
  min-width: 15px !important;
  height: auto !important;
}
.video-controls i {
  font-size: 25px;
}
/* row backgrounds seperator */
.ult-vc-seperator {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 1;
}
.ult-main-seperator-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.ult-vc-seperator.top_seperator {
  top: 0;
  bottom: auto;
}
.ult-vc-seperator.bottom_seperator {
  top: auto;
  bottom: 0;
}
/* triangle and circle svg */
.uvc-svg-triangle,
.uvc-svg-circle {
  position: absolute;
  top: 0;
  bottom: auto;
  z-index: 1;
}
.bottom_seperator .uvc-svg-triangle,
.bottom_seperator .uvc-svg-circle {
  top: auto;
  bottom: 0;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
/* large triangle */
.uvc-x-large-triangle {
  position: absolute;
  top: 0;
  bottom: auto;
  z-index: 1;
}
.bottom_seperator .uvc-x-large-triangle {
  top: auto;
  bottom: 0;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
/* large left triangle */
.uvc-x-large-triangle-left,
.uvc-x-large-triangle-right {
  position: absolute;
  top: 0;
  bottom: auto;
  z-index: 1;
}
.bottom_seperator .uvc-x-large-triangle-left,
.bottom_seperator .uvc-x-large-triangle-right {
  top: auto;
  bottom: 0;
}
.top_seperator .uvc-x-large-triangle-left {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.top_seperator .uvc-x-large-triangle-right {
  -moz-transform: scale(-1);
  -webkit-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.bottom_seperator .uvc-x-large-triangle-right {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
/* center curve */
.uvc-x-large-circle {
  position: absolute;
  top: auto;
  bottom: 0;
}
.top_seperator .uvc-x-large-circle {
  top: 0;
  bottom: auto;
}
.bottom_seperator .uvc-x-large-circle {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
/* left curve */
.uvc-curve-up-seperator {
  position: absolute;
  top: auto;
  bottom: 0;
}
.top_seperator .uvc-curve-up-seperator {
  top: 0;
  bottom: auto;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
/* right curve */
.uvc-curve-down-seperator {
  position: absolute;
  top: auto;
  bottom: 0;
}
.bottom_seperator .uvc-curve-down-seperator {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.top_seperator .uvc-curve-down-seperator {
  top: 0;
  bottom: auto;
  -moz-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
/* left tilt */
.uvc-tilt-left-seperator {
  position: absolute;
  top: auto;
  bottom: 0;
}
.top_seperator .uvc-tilt-left-seperator {
  top: 0;
  bottom: auto;
  -moz-transform: scale(-1);
  -webkit-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
/* tilt right */
.uvc-tilt-right-seperator {
  position: absolute;
  top: auto;
  bottom: 0;
}
.bottom_seperator .uvc-tilt-right-seperator {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.top_seperator .uvc-tilt-right-seperator {
  top: 0;
  bottom: auto;
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* round split */
.ult-rounded-split-seperator-wrapper {
  z-index: 1;
}
.ult-rounded-split-seperator {
  position: relative;
  height: 100%;
}
.ult-rounded-split-seperator:before,
.ult-rounded-split-seperator:after {
  left: 0;
  z-index: 10;
  width: 50%;
  height: 70px;
  background: inherit;
  content: '';
  position: absolute;
}
.top_seperator.ult-rounded-split-seperator-wrapper {
  top: 0;
  bottom: auto;
}
/* waves */
.uvc-wave-seperator {
  position: absolute;
  top: auto;
  bottom: 0;
}
.top_seperator .uvc-wave-seperator {
  top: 0;
  bottom: auto;
  -moz-transform: scale(-1);
  -webkit-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
/* cloud */
.uvc-cloud-seperator {
  position: absolute;
  top: auto;
  bottom: 0;
}
.top_seperator .uvc-cloud-seperator {
  top: 0;
  bottom: auto;
  -moz-transform: scale(-1);
  -webkit-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
/*! * Datepicker for Bootstrap * * Copyright 2012 Stefan Petre * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * */
.clearfix,
.container,
.container-offset,
.container-fluid,
.row,
.form-horizontal .form-group,
.mobile-nav .flyout-container .menu,
.vc_row {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-offset:before,
.container-offset:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.mobile-nav .flyout-container .menu:before,
.mobile-nav .flyout-container .menu:after,
.vc_row:before,
.vc_row:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.container:after,
.container-offset:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.mobile-nav .flyout-container .menu:after,
.vc_row:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 3000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #999999;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #04c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active:hover,
.bootstrap-datetimepicker-widget td.active:hover:hover,
.bootstrap-datetimepicker-widget td.active:active,
.bootstrap-datetimepicker-widget td.active:hover:active,
.bootstrap-datetimepicker-widget td.active.active,
.bootstrap-datetimepicker-widget td.active:hover.active,
.bootstrap-datetimepicker-widget td.active.disabled,
.bootstrap-datetimepicker-widget td.active:hover.disabled,
.bootstrap-datetimepicker-widget td.active[disabled],
.bootstrap-datetimepicker-widget td.active:hover[disabled] {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3;
}
.bootstrap-datetimepicker-widget td.active:active,
.bootstrap-datetimepicker-widget td.active:hover:active,
.bootstrap-datetimepicker-widget td.active.active,
.bootstrap-datetimepicker-widget td.active:hover.active {
  background-color: #039\9;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #04c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.active:hover,
.bootstrap-datetimepicker-widget td span.active:active,
.bootstrap-datetimepicker-widget td span.active.active,
.bootstrap-datetimepicker-widget td span.active.disabled,
.bootstrap-datetimepicker-widget td span.active[disabled] {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3;
}
.bootstrap-datetimepicker-widget td span.active:active,
.bootstrap-datetimepicker-widget td span.active.active {
  background-color: #039\9;
}
.bootstrap-datetimepicker-widget td span.old {
  color: #999999;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
/*Common*/
.ult_countdown,
.wpb_row .wpb_column .wpb_wrapper .ult_countdown {
  width: 100%;
  height: auto;
  display: block;
  line-height: 1;
  float: left;
  text-align: center;
}
.ult_countdown .ult_countdown-row {
  display: block;
  margin: 0 auto;
}
.ult_countdown .ult_countdown-section {
  display: inline-block;
}
.ult_countdown .ult_countdown-section .ult_countdown-amount {
  font-size: 42px;
  letter-spacing: 2px;
  font-weight: 300;
  /*min-width: 1.7em;	max-width: 100%;	min-height: 1.7em;	line-height: 1.7em;	padding: 0;	margin: 0 auto;*/
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ult_countdown .ult_countdown-section .ult_countdown-period {
  padding: 0 0px 0 5px;
}
/*No Border*/
.ult_countdown.ult-cd-no-border .ult_countdown-section .ult_countdown-amount {
  min-width: 1em;
  max-width: 100%;
  min-height: 1em;
  line-height: 1em;
}
/*Style 1*/
.ult_countdown.ult-cd-s1 .ult_countdown-section {
  padding: 0 15px;
}
.ult_countdown.ult-cd-s1 .ult_countdown-section .ult_countdown-amount {
  display: inline-block;
}
/*Style 2*/
.ult_countdown.ult-cd-s2 .ult_countdown-section {
  padding: 0 15px;
}
.ult_countdown.ult-cd-s2 .ult_countdown-section .ult_countdown-amount {
  display: block;
}
.ult_countdown.ult-cd-s2 .ult_countdown-section .ult_countdown-period {
  margin-top: 5px;
  width: 100%;
  display: block;
}
/* Common style */
.ult-new-ib {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  text-align: center;
}
.ult-new-ib:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  background: rgba(0, 0, 0, 0.3);
}
.ult-new-ib.show-border-start .border-bottom-header:after,
.ult-new-ib.show-border-start .show-border:before,
.ult-new-ib.show-border-start .show-border:after {
  zoom: 1 !important;
  filter: alpha(opacity=30) !important;
  -webkit-opacity: 0.3 !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
  -webkit-transform: scale(1, 1) !important;
  -moz-transform: scale(1, 1) !important;
  -o-transform: scale(1, 1) !important;
  -ms-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
}
.ult-new-ib.show-border-start.ult-ib-effect-style13 .border-bottom-header:after,
.ult-new-ib.show-border-start.ult-ib-effect-style1 .border-bottom-header:after {
  width: 100%;
}
.ult-new-ib.show-content .ult-new-ib-content {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.ult-new-ib.show-content.ult-ib-effect-style6 .ult-new-ib-content {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.ult-new-ib.show-content.ult-ib-effect-style1 .ult-new-ib-content,
.ult-new-ib.show-content.ult-ib-effect-style10 .ult-new-ib-content,
.ult-new-ib.show-content.ult-ib-effect-style13 .ult-new-ib-content {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ult-new-ib:hover:after {
  background: rgba(0, 0, 0, 0.7);
}
.ult-new-ib:hover .border-bottom-header:after,
.ult-new-ib:hover .show-border:before,
.ult-new-ib:hover .show-border:after {
  zoom: 1 !important;
  filter: alpha(opacity=30) !important;
  -webkit-opacity: 0.3 !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
}
.ult-new-ib img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ult-new-ib .ult-new-ib-desc {
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ult-new-ib.hide-content .hover-desc.vertical_middle .desc-wrapper.show-title {
  position: relative;
}
.ult-new-ib.hide-content .hover-desc.vertical_middle .desc-wrapper.show-title .ult-new-ib-title {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: -webkit-transform 0.6s,-moz-transform 0.6s,-o-transform 0.6s,transform 0.6s;
}
.ult-new-ib.hide-content .hover-desc.vertical_bottom .desc-wrapper.show-title {
  position: relative;
}
.ult-new-ib.hide-content .hover-desc.vertical_bottom .desc-wrapper.show-title .border-bottom-header:after {
  top: 0 !important;
  bottom: auto;
}
.ult-new-ib.hide-content .hover-desc.vertical_bottom .desc-wrapper.show-title .ult-new-ib-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0 !important;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 0 !important;
}
.ult-new-ib .hover-desc {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.ult-new-ib .hover-desc .desc-wrapper {
  display: table-cell;
}
.ult-new-ib .hover-desc.vertical_top .desc-wrapper {
  vertical-align: top;
}
.ult-new-ib .hover-desc.vertical_middle .desc-wrapper {
  vertical-align: middle;
}
.ult-new-ib .hover-desc.vertical_bottom .desc-wrapper {
  vertical-align: bottom;
}
.ult-new-ib .ult-new-ib-desc::before,
.ult-new-ib .ult-new-ib-desc::after {
  pointer-events: none;
}
.ult-new-ib-title .custom-subheading {
  margin-top: 5px;
}
.ult-new-ib-title,
.ult-new-ib-content {
  z-index: 1111;
}
.ult-new-ib .ult-new-ib-title,
.ult-new-ib .ult-new-ib-content {
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s, color 0.4s;
  -moz-transition: opacity 0.4s ease-in-out, -moz-transform 0.4s, color 0.4s;
  -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s, color 0.4s;
  transition: opacity 0.4s ease-in-out,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, color 0.4s;
}
.ult-new-ib .ult-new-ib-content {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}
.ult-new-ib .ult-new-ib-content p,
.ult-new-ib .ult-new-ib-content h1,
.ult-new-ib .ult-new-ib-content h2,
.ult-new-ib .ult-new-ib-content h3,
.ult-new-ib .ult-new-ib-content h4,
.ult-new-ib .ult-new-ib-content h5,
.ult-new-ib .ult-new-ib-content h6,
.ult-new-ib .ult-new-ib-content a,
.ult-new-ib .ult-new-ib-content span {
  /*font-size: 16px; */
  line-height: 1.5em;
  color: inherit;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.ult-new-ib > a {
  z-index: 1000;
  display: block;
}
.ult-new-ib:hover.cursor-pointer {
  cursor: pointer;
}
.ult-new-ib:hover.cursor-default {
  cursor: default;
}
.border-bottom-header {
  position: relative;
  border: none;
}
.border-bottom-header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background: transparent;
  -webkit-transition: width 0.6s, opacity 0.4s ease-in-out;
  -moz-transition: width 0.6s, opacity 0.4s ease-in-out;
  -o-transition: width 0.6s, opacity 0.4s ease-in-out;
  transition: width 0.6s, opacity 0.4s ease-in-out;
  border-bottom-color: inherit;
}
/* Individual effects */
/*style1*/
.ult-ib-effect-style1 .border-bottom-header:after {
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.ult-ib-effect-style1 img {
  -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
  -moz-transform: translate3d(-10px, 0, 0) scale(1.1);
  -o-transform: translate3d(-10px, 0, 0) scale(1.1);
  -ms-transform: translate3d(-10px, 0, 0) scale(1.1);
  transform: translate3d(-10px, 0, 0) scale(1.1);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /*width: 100%; */
}
.ult-ib-effect-style1 .ult-new-ib-title,
.ult-ib-effect-style1 .ult-new-ib-content {
  -webkit-transform: translate3d(0, 20px, 0) scale(1);
  -moz-transform: translate3d(0, 20px, 0) scale(1);
  -o-transform: translate3d(0, 20px, 0) scale(1);
  -ms-transform: translate3d(0, 20px, 0) scale(1);
  transform: translate3d(0, 20px, 0) scale(1);
}
.ult-ib-effect-style1 .show-title .ult-new-ib-title {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style1 .ult-new-ib-content,
.ult-ib-effect-style1.title-hover .ult-new-ib-title {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.ult-ib-effect-style1:hover .border-bottom-header:after {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.ult-ib-effect-style1:hover .ult-new-ib-content {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ult-ib-effect-style1:hover img,
.ult-ib-effect-style1:hover .ult-new-ib-title,
.ult-ib-effect-style1:hover .ult-new-ib-content {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style1.title-hover:hover .ult-new-ib-title {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ult-ib-effect-style1:hover .ult-new-ib-content {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
/***** style2 *****/
.ult-ib-effect-style13 img {
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.25);
  -moz-transform: translate3d(-30px, 0, 0) scale(1.25);
  -o-transform: translate3d(-30px, 0, 0) scale(1.25);
  -ms-transform: translate3d(-30px, 0, 0) scale(1.25);
  transform: translate3d(-30px, 0, 0) scale(1.25);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ult-ib-effect-style13 .border-bottom-header:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.ult-ib-effect-style13:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.25);
  -moz-transform: translate3d(0, 0, 0) scale(1.25);
  -o-transform: translate3d(0, 0, 0) scale(1.25);
  -ms-transform: translate3d(0, 0, 0) scale(1.25);
  transform: translate3d(0, 0, 0) scale(1.25);
}
.ult-ib-effect-style13:hover .ult-new-ib-content {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style13:hover .border-bottom-header:after {
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.ult-ib-effect-style13 .ult-new-ib-desc {
  text-align: left;
}
.ult-ib-effect-style13.title-hover .ult-new-ib-title {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  -moz-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}
.ult-ib-effect-style13.title-hover:hover .ult-new-ib-title {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ult-ib-effect-style13 .ult-new-ib-content {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}
/***** style3 *****/
.ult-ib-effect-style10 img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.ult-ib-effect-style10 .ult-new-ib-desc.show-border:before,
.ult-ib-effect-style10 .ult-new-ib-desc.show-border:after {
  position: absolute;
  /* top: 30px; right: 30px; bottom: 30px; left: 30px;*/
  content: '';
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 1.2s;
  -moz-transition: opacity 0.6s, -moz-transform 1.2s;
  -o-transition: opacity 0.6s, -o-transform 1.2s;
  transition: opacity 0.6s,-webkit-transform 1.2s,-moz-transform 1.2s,-o-transform 1.2s,transform 1.2s;
}
.ult-ib-effect-style10 .ult-new-ib-desc.show-border:before {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  border-color: inherit;
}
.ult-ib-effect-style10 .ult-new-ib-desc.show-border:after {
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  border-color: inherit;
}
.ult-ib-effect-style10 .show-title .ult-new-ib-title {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style10.title-hover .ult-new-ib-title {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.ult-ib-effect-style10.title-hover:hover .ult-new-ib-title {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ult-ib-effect-style10:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ult-ib-effect-style10:hover .ult-new-ib-desc.show-border:before,
.ult-ib-effect-style10:hover .ult-new-ib-desc.show-border:after {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ult-ib-effect-style10:hover .ult-new-ib-title,
.ult-ib-effect-style10:hover .ult-new-ib-content {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style10 .ult-new-ib-title {
  /*margin-bottom: 15px;*/
  -webkit-transform: translate3d(0, -15px, 0);
  -moz-transform: translate3d(0, -15px, 0);
  -o-transform: translate3d(0, -15px, 0);
  -ms-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.ult-ib-effect-style10 .ult-new-ib-content {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  -moz-transform: translate3d(0, 15px, 0);
  -o-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}
/***** style4 *****/
.ult-ib-effect-style6 img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.ult-ib-effect-style6 .ult-new-ib-desc.show-border:before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-width: 1px;
  border-style: solid;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.6s, -webkit-transform 1.2s, top 0.6s, left 0.6s, bottom 0.6s, right 0.6s;
  -moz-transition: opacity 0.6s, -moz-transform 1.2s, top 0.6s, left 0.6s, bottom 0.6s, right 0.6s;
  -o-transition: opacity 0.6s, -o-transform 1.2s, top 0.6s, left 0.6s, bottom 0.6s, right 0.6s;
  transition: opacity 0.6s,-webkit-transform 1.2s,-moz-transform 1.2s,-o-transform 1.2s,transform 1.2s, top 0.6s, left 0.6s, bottom 0.6s, right 0.6s;
  border-color: inherit;
}
.ult-ib-effect-style6 .show-title .ult-new-ib-title {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style6.title-hover .ult-new-ib-title {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.ult-ib-effect-style6.title-hover:hover .ult-new-ib-title {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ult-ib-effect-style6 .ult-new-ib-title {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.ult-ib-effect-style6 .ult-new-ib-content {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.ult-ib-effect-style6:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ult-ib-effect-style6:hover .ult-new-ib-title {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style6:hover .show-border:before {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ult-ib-effect-style6:hover .ult-new-ib-content {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/***** style2 *****/
/***** style5 *****/
/***** style6 *****/
/***** style7 *****/
/***** style10 *****/
/***** style11 *****/
@media (min-width: 0) and (max-width: 991px) {
  .ult-new-ib .ult-new-ib-content p,
  .ult-new-ib .ult-new-ib-content h1,
  .ult-new-ib .ult-new-ib-content h2,
  .ult-new-ib .ult-new-ib-content h3,
  .ult-new-ib .ult-new-ib-content h4,
  .ult-new-ib .ult-new-ib-content h5,
  .ult-new-ib .ult-new-ib-content h6,
  .ult-new-ib .ult-new-ib-content a,
  .ult-new-ib .ult-new-ib-content span {
    font-size: 16px;
    line-height: 1.5em;
  }
  .ult-new-ib .ult-new-ib-desc:before,
  .ult-new-ib .ult-new-ib-desc:after {
    top: 15px !important;
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
  }
  .ult-new-ib .hover-desc {
    padding: 30px !important;
  }
}
/* ======== Info Box CSS =========== */
.aio-icon-box,
.wpb_column > .wpb_wrapper .aio-icon-component .aio-icon-box {
  margin-bottom: 30px;
}
.aio-icon-component .aio-icon,
.aio-icon-component .aio-icon-img {
  -webkit-transition: -webkit-transform 200ms linear;
  -moz-transition: -moz-transform 200ms linear;
  -o-transition: -o-transform 200ms linear;
  transition: transform 200ms linear;
}
.aio-icon-header h3.aio-icon-title {
  margin: 0;
  display: block;
}
.aio-icon-description {
  width: 100%;
  display: block;
  margin-top: 0;
}
.aio-icon-header + .aio-icon-description {
  margin-top: 15px;
}
.aio-icon-read {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
a.aio-icon-box-link {
  text-decoration: none;
}
/*Default Icon*/
.default-icon .aio-icon-default {
  display: table-cell;
  vertical-align: middle;
}
.default-icon .aio-icon-default .aio-icon,
.default-icon .aio-icon-default .aio-icon-img {
  margin-right: 15px;
}
.default-icon .aio-icon-header {
  display: table-cell;
  vertical-align: middle;
}
/*Icon Top*/
.top-icon .aio-icon,
.top-icon .aio-icon-img,
.top-icon .aio-icon-header,
.top-icon .aio-icon-description {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.top-icon .aio-icon-header h3.aio-icon-title {
  margin: 25px 0 15px;
}
.top-icon .aio-icon-description {
  margin-top: 15px;
}
.top-icon .aio-icon-header + .aio-icon-description {
  margin-top: 0;
}
/*Icon Left*/
.aio-icon-box.left-icon {
  display: inline-block;
}
.left-icon .aio-icon-left {
  display: table-cell;
  vertical-align: top;
  /*padding-right: 15px;*/
}
.left-icon .aio-icon-left .aio-icon,
.left-icon .aio-icon-left .aio-icon-img {
  margin-right: 15px;
}
.left-icon .aio-ibd-block {
  display: table-cell;
  vertical-align: middle;
}
.left-icon .aio-icon-description,
.left-icon .aio-icon-header {
  float: left;
  width: 100%;
}
/*Boxed Icon*/
.square_box-icon .aio-icon,
.square_box-icon .aio-icon-img,
.square_box-icon .aio-icon-header,
.square_box-icon .aio-icon-description {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.square_box-icon .aio-icon-header,
.square_box-icon .aio-icon-description {
  padding: 0 5%;
}
.square_box-icon .aio-icon-description {
  padding-bottom: 1em;
}
.square_box-icon .aio-icon-header h3.aio-icon-title {
  margin: 15px 0 15px;
}
.square_box-icon .aio-icon-square_box .aio-icon {
  position: absolute;
  right: 0;
  left: 0;
}
.square_box-icon .aio-icon-square_box {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.aio-icon-box.top-icon {
  text-align: center;
}
/*Hover Effects*/
/*No Zoom Effect*/
.style_1 .aio-icon-box:hover .aio-icon,
.style_1 .aio-icon-box:hover .aio-icon-img {
  transform: scale(1);
}
/*Zoom Effect*/
.style_2 .aio-icon-box:hover .aio-icon,
.style_2 .aio-icon-box:hover .aio-icon-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/*Bounce Up Effect*/
.style_3 .aio-icon-box:hover .aio-icon,
.style_3 .aio-icon-box:hover .aio-icon-img {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
/*Hover Compatibility with animations*/
/*
.aio-icon-box:hover .animated {
	-webkit-animation-name: bsf !important;
	-moz-animation-name: bsf !important;
	-o-animation-name: bsf !important;
	animation-name: bsf !important;
	-webkit-animation-fill-mode: none !important;
	-moz-animation-fill-mode: none !important;
	-o-animation-fill-mode: none !important;
	animation-fill-mode: none !important;
	-webkit-animation-duration: 0 !important;
	-moz-animation-duration: 0 !important;
	-o-animation-duration: 0 !important;
	animation-duration: 0 !important;
	webkit-transform-origin: center !important;
	-moz-transform-origin: center !important;
	-o-transform-origin: center !important;
	transform-origin: center !important;
}
@-webkit-keyframes bsf
{
}
@keyframes bsf
{
}
*/
.info-c-full .info-c-full-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.info-circle-icons {
  cursor: pointer;
}
.info-circle-icons {
  text-align: center;
}
.info-circle-wrapper {
  float: left;
  width: 100%;
}
.info-circle-wrapper .smile_icon_list.left li .icon_description {
  margin-left: 1.2em;
  border-radius: 5px;
  padding: 10px 10px 10px 15px;
}
.info-c-full-br img,
.info-c-semi-br img {
  box-shadow: none;
  max-width: 100%;
  width: 1em;
}
.info-c-full-br,
.info-c-semi-br {
  max-width: 80%;
  position: relative;
  border-radius: 50%;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.info-c-full-br .info-c-full {
  text-align: center;
  width: 60%;
  height: 60%;
  margin: 20%;
  border-radius: 50%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**********/
.info-circle-def {
  display: table;
  width: 100%;
  height: 100%;
}
.info-circle-sub-def {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .info-circle-responsive .info-circle-def {
    display: block;
    width: auto;
    height: auto;
  }
  .info-circle-responsive .info-circle-sub-def {
    display: block;
    vertical-align: top;
  }
}
.info-c-full i {
  line-height: 1.5em;
  width: 1.5em;
  height: 1.5em;
}
.info-c-full h3 {
  margin: 0;
  text-align: center;
}
.info-c-full {
  padding: 20px;
}
.info-circle-text {
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 90%;
  margin: 0 auto;
}
.info-c-full-br .icon-circle-list .info-details {
  display: none;
}
.info-c-full-br .icon-circle-list .info-circle-icons {
  height: 2em;
  width: 2em;
  list-style: none;
  position: absolute;
  opacity: 0;
  border-radius: 50%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.info-c-full-br .icon-circle-list {
  position: absolute;
  top: 50% 	;
  left: 50%;
}
.info-c-semi-br.br-dash-out {
  border-style: dashed;
  border-width: 2px;
  position: relative;
}
.info-c-semi {
  border: 2px solid green;
  margin: 50px;
  text-align: center;
  line-height: 200px;
}
.info-c-semi-br .icon-circle-list .info-circle-icons img {
  width: 64px;
  max-width: 100%;
}
.info-c-semi-br .icon-circle-list .info-circle-icons span {
  display: none;
}
.info-c-semi-br .icon-circle-list .info-circle-icons {
  list-style: none;
  position: absolute;
  margin: -32px;
}
.info-c-semi-br .icon-circle-list {
  position: absolute;
  top: 200px 	;
  left: 200px;
}
.info-circle-responsive .smile_icon_list_wrap {
  display: none;
}
@media (max-width: 800px) {
  .info-circle-responsive .smile_icon_list_wrap {
    display: block;
  }
  .info-circle-responsive .info-c-full-br {
    display: none;
  }
}
/* Buzz Out */
.info-circle-buzz-out {
  -webkit-animation-name: circle_buzz_out;
  animation-name: circle_buzz_out;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes circle_buzz_out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes circle_buzz_out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
/* Pulse */
.info-circle-pulse {
  -webkit-animation-name: circle_pulse;
  animation-name: circle_pulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes circle_pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes circle_pulse {
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/* Push */
.info-circle-push {
  -webkit-animation-name: circle_push;
  animation-name: circle_push;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes circle_push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes circle_push {
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* Pop */
.info-circle-pop {
  -webkit-animation-name: circle_pop;
  animation-name: circle_pop;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes circle_pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes circle_pop {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*Responsive Fixes*/
.smile_icon_list.ic-resp-img li.icon_list_item {
  min-height: 0.5em !important;
}
.smile_icon_list.ic-resp-img li .icon_list_icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.info-circle-wrapper .smile_icon_list.left.ic-resp-img li .icon_description {
  margin-left: 0.4em !important;
}
/*Google Maps CSS*/
.ultimate_google_map img {
  max-width: none;
}
/*/*Modal Box CSS*/
/*Cursor*/
button.overlay-show,
button.overlay-show-cornershape,
button.overlay-show-genie,
button.overlay-show-boxes,
img.overlay-show,
img.overlay-show-cornershape,
img.overlay-show-genie,
img.overlay-show-boxes,
span.overlay-show,
div.ult-overlay-close {
  cursor: pointer;
}
/*Button*/
/*.btn {	display: block;	margin: 2px;	padding: 8px 13px;	font-size: 14px;	line-height: 1.5;	border-radius: 3px;}.btn-lg {	padding: 10px 16px;	font-size: 18px;	line-height: 1.33;	border-radius: 6px;}.btn-sm {	padding: 5px 10px;	font-size: 12px;	line-height: 1.5;	border-radius: 3px;}.btn-md {	padding: 6px 12px;	font-size: 14px;	line-height: 1.5;	border-radius: 3px;}.btn-block {	display: block;	width: 100%;	padding-right: 0;	padding-left: 0;}.btn:active {	box-shadow: none;	outline: 0;}*/
/*Button Alignment*/
button.ult-align-center {
  margin: 0 auto;
  display: block;
}
button.ult-align-left {
  float: left;
}
button.ult-align-right {
  float: right;
}
.modal-txt.ult-align-center {
  text-align: center;
}
.modal-txt.ult-align-left {
  text-align: left;
}
.modal-txt.ult-align-right {
  text-align: right;
}
.modal-txt {
  display: block;
}
.modal-txt p {
  display: inline-block;
}
/*Image*/
img.ult-modal-img {
  box-shadow: none;
  border: none;
  max-width: 100%;
  display: block;
}
img.ult-modal-inside-img {
  width: 48px;
  vertical-align: middle;
  padding: 5px 0;
  box-shadow: none;
  border: none;
}
.ult_modal-body.ult-img h1,
.ult_modal-body.ult-youtube h1,
.ult_modal-body.ult-wimeo h1,
.ult_modal-body.ult-img h2,
.ult_modal-body.ult-youtube h2,
.ult_modal-body.ult-wimeo h2,
.ult_modal-body.ult-img h3,
.ult_modal-body.ult-youtube h3,
.ult_modal-body.ult-wimeo h3,
.ult_modal-body.ult-img h4,
.ult_modal-body.ult-youtube h4,
.ult_modal-body.ult-wimeo h4,
.ult_modal-body.ult-img h5,
.ult_modal-body.ult-youtube h5,
.ult_modal-body.ult-wimeo h5,
.ult_modal-body.ult-img p,
.ult_modal-body.ult-youtube p,
.ult_modal-body.ult-wimeo p {
  margin-bottom: 0;
}
/*Image Alignment*/
img.ult-align-center {
  margin: 0 auto;
}
img.ult-align-left {
  float: left;
}
img.ult-align-right {
  float: right;
}
/*Overlay*/
.ult-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(28, 28, 28, 0.9);
  z-index: 9999;
  z-index: 16777271;
  visibility: hidden;
}
.ult_modal-auto-top.ult-open {
  display: block;
  overflow: auto;
  overflow-y: scroll;
}
/* Overlay closing cross */
.ult-overlay-close {
  z-index: 9999;
}
/*Modal Box*/
.ult_modal {
  overflow: hidden;
  width: 400px;
  max-width: 100%;
  transition: all 300ms ease-in;
  z-index: 99;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
}
.ult_modal-auto-top .ult_modal {
  margin: 35px auto;
  top: 0;
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.ult_modal-content {
  overflow: hidden;
}
/*Modal Header*/
.ult_modal-header {
  padding: 15px 30px;
}
.ult_modal-header > .modal-icon {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 0;
}
h4.ult_modal-title {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
/*Modal Body*/
.ult_modal-body {
  max-width: 100%;
  overflow: hidden;
}
.ult_modal-body img {
  max-width: 100%;
}
/*iframe Support*/
.ult-overlay iframe,
.ult-overlay object {
  opacity: 0;
  position: absolute;
  z-index: -99999;
  max-width: 100%;
}
.ult-overlay.ult-open iframe,
.ult-overlay.ult-open object {
  opacity: 1;
  position: relative;
  z-index: 9999;
  z-index: 16777271;
}
/*Modal Size*/
.ult_modal.ult-small {
  width: 35%;
}
.ult_modal.ult-medium {
  width: 60%;
}
.ult_modal.ult-container {
  width: 96%;
}
.ult_modal.ult-block {
  width: auto;
  max-width: 90%;
  display: table;
}
/* Effects Fade */
.overlay-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
  -ms-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.overlay-fade.ult-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay-fade .ult_modal-content {
  opacity: 0.4;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -o-transition: -o-transform 0.5s, opacity 0.5s;
  -ms-transition: -ms-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-fade.ult-open .ult_modal-content {
  opacity: 1;
}
.overlay-fade.ult-close .ult_modal-content {
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -o-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
/* Effects Corner */
.overlay-corner {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px) translateX(50px);
  -moz-transform: translateY(50px) translateX(50px);
  -o-transform: translateY(50px) translateX(50px);
  -ms-transform: translateY(50px) translateX(50px);
  transform: translateY(50px) translateX(50px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s, visibility 0.5s;
  -ms-transition: opacity 0.5s, -ms-transform 0.5s, visibility 0.5s;
  transition: opacity 0.5s, transform 0.5s, visibility 0.5s;
}
.overlay-corner.ult-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%) translateX(0%);
  -moz-transform: translateY(0%) translateX(0%);
  -o-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  -ms-transition: opacity 0.5s, -ms-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.overlay-cornerbottomright,
.overlay-cornerbottomleft,
.overlay-cornertopleft,
.overlay-cornertopright {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s, visibility 0.5s;
  -ms-transition: opacity 0.5s, -ms-transform 0.5s, visibility 0.5s;
  transition: opacity 0.5s, transform 0.5s, visibility 0.5s;
}
.overlay-cornerbottomright.ult-open,
.overlay-cornerbottomleft.ult-open,
.overlay-cornertopleft.ult-open,
.overlay-cornertopright.ult-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%) translateX(0%);
  -moz-transform: translateY(0%) translateX(0%);
  -o-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  -ms-transition: opacity 0.5s, -ms-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
/* Effects Corner Bottom Right */
.overlay-cornerbottomright {
  -webkit-transform: translateY(200px) translateX(200px);
  -moz-transform: translateY(200px) translateX(200px);
  -o-transform: translateY(200px) translateX(200px);
  -ms-transform: translateY(200px) translateX(200px);
  transform: translateY(200px) translateX(200px);
}
/* Effects Corner Bottom Left */
.overlay-cornerbottomleft {
  -webkit-transform: translateY(200px) translateX(-200px);
  -moz-transform: translateY(200px) translateX(-200px);
  -o-transform: translateY(200px) translateX(-200px);
  -ms-transform: translateY(200px) translateX(-200px);
  transform: translateY(200px) translateX(-200px);
}
/* Effects Corner Top Left */
.overlay-cornertopleft {
  -webkit-transform: translateY(-200px) translateX(-200px);
  -moz-transform: translateY(-200px) translateX(-200px);
  -o-transform: translateY(-200px) translateX(-200px);
  -ms-transform: translateY(-200px) translateX(-200px);
  transform: translateY(-200px) translateX(-200px);
}
/* Effects Corner Top Right */
.overlay-cornertopright {
  -webkit-transform: translateY(-200px) translateX(200px);
  -moz-transform: translateY(-200px) translateX(200px);
  -o-transform: translateY(-200px) translateX(200px);
  -ms-transform: translateY(-200px) translateX(200px);
  transform: translateY(-200px) translateX(200px);
}
/* Effects Zoom */
.overlay-zoomin,
.overlay-zoomout {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s, visibility 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s, visibility 0.2s;
  -ms-transition: -ms-transform 0.2s, opacity 0.2s, visibility 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
}
.overlay-zoomin.ult-open,
.overlay-zoomout.ult-open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
/* Effects Zoom In */
.overlay-zoomin {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
/* Effects Zoom Out */
.overlay-zoomout {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
/*Responsive*/
@media (max-width: 767px) {
  .ult_modal.ult-small,
  .ult_modal.ult-medium,
  .ult_modal.ult-container {
    width: 80%;
  }
  .ult_modal.ult-block {
    max-width: 80%;
  }
}
/*Common*/
.ult_pricing_table_wrap {
  min-width: 100%;
}
.wpb_column .wpb_wrapper .ult_pricing_table_wrap,
.wpb_column .wpb_wrapper .ult_pricing_table_wrap:last-child {
  display: block;
  float: left;
}
.ult_pricing_table,
.ult_pricing_heading,
.ult_price_body_block,
.ult_price_features,
.ult_price_link,
.ult_price_description_block {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  display: block;
  position: relative;
}
.ult_info_table {
  padding: 0;
  margin: 0;
}
.ult_info_table h4 {
  margin: 0 0 5px 0;
}
.ult_info_table h5 {
  margin: 0;
}
.ult_info_table .ult_price_link {
  padding: 0 15px 30px 15px !important;
}
.ult_info_table.ult_design_5 .ult_price_features {
  padding: 30px 15px !important;
}
.ult_info_table.ult_design_5 .ult_price_body_block {
  padding: 0;
}
.ult_info_table.ult_design_5 .ult_price_body_block .aio-icon,
.ult_info_table.ult_design_5 .ult_price_body_block .aio-icon-img {
  margin-bottom: 0 !important ;
}
.ult_info_table.ult_design_5 .ult_price_body_block .aio-icon-img {
  width: 100%;
}
.ult_info_table.ult_design_5 .ult_pricing_heading {
  padding: 30px 15px;
}
.ult_info_table.ult_design_2.full_image .aio-icon-img {
  margin-top: -30px !important;
}
.ult_info_table.ult_design_2 .ult_price_body_block {
  padding: 30px 0;
}
.ult_info_table.ult_design_2 .ult_price_body_block .aio-icon,
.ult_info_table.ult_design_2 .ult_price_body_block .aio-icon-img {
  margin-bottom: 0 !important ;
}
.ult_info_table.ult_design_2 .ult_price_body_block .aio-icon-img {
  width: 100%;
}
.ult_info_table.ult_design_2 .ult_pricing_heading {
  padding: 30px 15px 15px 15px;
}
.ult_info_table.ult_design_2 .ult_price_features {
  padding: 0 15px 30px 15px !important;
}
.ult_pricing_table {
  list-style-type: none;
  text-align: center;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*Price Box Heading*/
.ult_pricing_table .ult_pricing_heading {
  padding: 20px 0;
}
.ult_pricing_table .ult_pricing_heading h3 {
  padding: 0;
  margin: 0;
  color: inherit;
}
.ult_pricing_table .ult_pricing_heading .sub {
  padding: 0;
  margin: 0;
}
/*Price Box Body*/
.ult_pricing_table .ult_price_body,
.wpb_column > .wpb_wrapper > .ult_pricing_table_wrap .ult_pricing_table .ult_price_body {
  display: table;
  margin: 0px auto;
}
.ult_price_body .ult_price {
  vertical-align: middle;
  display: table-cell;
  word-break: break-all;
}
.ult_price_body .ult_price .ult_price_figure {
  display: block;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal;
}
.ult_price_body .ult_price .ult_price_term {
  font-size: 11px;
  font-weight: normal;
  display: block;
}
/*Price Box Features*/
.ult_pricing_table .ult_price_features {
  padding: 15px;
  margin: 0;
}
.ult_pricing_table .ult_price_features ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}
.ult_pricing_table .ult_price_features ul li {
  list-style-type: none;
  padding: 5px 0;
  margin: 0;
  line-height: 1.5em;
  text-decoration: none;
}
.ult_pricing_table a {
  text-decoration: none !important;
  cursor: pointer;
}
/*Price Box Description*/
.ult_pricing_table .ult_price_description_block .ult_price_description {
  list-style-type: none;
  padding: 15px;
  margin: 0;
  line-height: 1.5em;
}
/*Price Box Link*/
.ult_pricing_table .ult_price_link {
  padding: 15px 0;
}
.ult_pricing_table .ult_price_link .ult_price_action_button {
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  line-height: 1em;
  padding: 9px 20px;
}
/*Price Box Image*/
.ult_pricing_table_wrap .ult_price_features img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.ult_clr {
  clear: both;
}
.ult_featured .ult_pricing_table {
  position: relative;
  z-index: 9;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
/*Hover Styles*/
.ult_info_table.ult_design_1 .ult_pricing_table .ult_price_body {
  border: none;
  width: auto;
  height: auto;
}
.ult_info_table .ult_pricing_table .ult_price_body .aio-icon.none {
  display: block;
  margin: 0 auto;
}
/* ======== Stats Counter =========== */
div.stats-desc > div.counter_prefix,
div.stats-desc > div.counter_suffix {
  display: inline;
}
.stats-block,
.wpb_row .wpb_column .wpb_wrapper .stats-block {
  display: block;
}
.stats-block .stats-number {
  line-height: 1.3em;
  display: inline;
}
.stats-block .aio-icon {
  margin-bottom: 30px !important;
}
.stats-block .stats-text {
  font-weight: 400;
  letter-spacing: 1px;
  width: 100%;
}
.stats-block .stats-text.font-italic {
  font-family: Droid Serif;
  font-style: italic;
}
/*Icon Left*/
.stats-left .aio-icon-left {
  display: table-cell;
  padding-right: 15px;
}
.stats-left .stats-desc {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: auto;
}
/*Icon Top*/
.stats-top .aio-icon-top,
.stats-top .stats-desc {
  width: 100%;
  display: block;
  text-align: center;
}
.stats-top .aio-icon,
.stats-top .img-icon {
  margin: 0 auto;
}
.stats-top .aio-icon-img {
  margin: 0 auto;
}
.stats-top .stats-number {
  padding: 8px 0;
}
/*Icon Right*/
.stats-right.stats-block {
  display: inline-block;
  width: 100%;
}
.stats-right .aio-icon-right {
  display: table-cell;
  padding-left: 15px;
}
.stats-right .stats-desc {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
/*RTL Fix*/
.stats-block.stats-left,
.stats-block.stats-right {
  direction: ltr;
}
/**
 * Plugin Name: Ultimate Addons for Visual Composer
 * Plugin URI: http://codecanyon.net/item/ultimate-addons-for-visual-composer/6892199
 * Description: All in one plugin for your Visual Composer needs!
 * Version: 2.7.0
 * Author: BrainstormForce
 * Author URI: http://codecanyon.net/user/BrainstormForce
 */
/*===================================*/
/*Visual Composer 4.3.1 Compatibility*/
.smile_icon_list_wrap,
.smile_icon_list_wrap *,
.aio-icon-component,
.aio-icon-component *,
.ult_pricing_table_wrap,
.ult_pricing_table_wrap *,
.ult-new-ib,
.ult-new-ib *,
.align-icon,
.align-icon *,
.flip-box-wrap,
.flip-box-wrap *,
.banner-block,
.banner-block *,
.uvc-heading,
.uvc-heading *,
.ult-animation,
.ult-animation *,
.ubtn,
.ubtn *,
.stats-block,
.stats-block *,
.smile-icon-timeline-wrap,
.smile-icon-timeline-wrap *,
.ult-overlay,
.ult-overlay *,
.ultimate-map-wrapper,
.ultimate-map-wrapper *,
.ultimate-google-trends,
.ultimate-google-trends *,
.ult_countdown,
.ult_countdown *,
.info-circle-wrapper,
.info-circle-wrapper *,
.uavc-icons,
.uavc-icons *,
.uavc-list-icon,
.uavc-list-icon * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ======== Just Icon CSS =========== */
.aio-icon {
  display: inline-block;
  font-size: 32px;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1em;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  /*overflow: hidden;*/
}
/*Icon without background*/
.aio-icon.none {
  display: inline-block;
  font-size: 32px;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1em;
  /*overflow: visible;*/
}
/*Circle Icon*/
.aio-icon.circle {
  border-radius: 50%;
}
/*Image Icon*/
.aio-icon-img {
  display: block;
  /*overflow:hidden;*/
}
/*Circle Image Icon*/
.aio-icon-img.uavc-circle {
  width: 1em;
  min-height: 1em;
  border-radius: 50%;
  overflow: hidden;
}
/*Square Image Icon*/
.aio-icon-img.uavc-square {
  width: 1em;
  min-height: 1em;
  border-radius: 0;
}
.aio-icon-img .img-icon {
  max-width: 100% !important;
  box-shadow: none !important;
  display: block;
}
/*Icon Tooltip*/
.aio-tooltip {
  display: inline-block;
  text-align: center;
  width: auto;
  max-width: 100%;
}
/* ======== Icon List CSS =========== */
/*Common*/
.smile_icon_list_wrap,
.wpb_row .wpb_column .wpb_wrapper .smile_icon_list_wrap {
  margin-bottom: 0;
}
.smile_icon_list {
  list-style: none !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  *zoom: 1;
}
.smile_icon_list:before,
.smile_icon_list:after {
  content: " ";
  display: table;
}
.smile_icon_list:after {
  clear: both;
}
.smile_icon_list:before,
.smile_icon_list:after {
  content: " ";
  display: table;
}
.smile_icon_list:after {
  clear: both;
}
.smile_icon_list li.icon_list_item {
  list-style: none !important;
  position: relative !important;
  min-height: 1em !important;
}
.smile_icon_list li.icon_list_item:last-child {
  margin: 0 !important;
  padding-bottom: 0 !important;
}
.smile_icon_list li .icon_list_icon {
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  float: left;
  z-index: 9;
  position: relative;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  /*overflow: hidden;*/
}
.smile_icon_list .list-img-icon {
  display: block;
  margin: 0 auto;
  max-height: 100% !important;
  max-width: 100% !important;
  box-shadow: none !important;
}
.smile_icon_list li .icon_description h3 {
  margin-top: 0;
  margin-bottom: 0em;
  clear: none !important;
}
.smile_icon_list li .icon_description h4 {
  margin-top: 0;
}
.smile_icon_list li .icon_description span.icon_description_text {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  display: block;
}
.smile_icon_list li .icon_list_connector {
  height: 100%;
  position: absolute;
  top: 1em;
  z-index: 1;
}
.smile_icon_list li:last-child .icon_list_connector {
  display: none;
}
.smile_icon_list.no_bg .icon_list_icon {
  /*background: rgba(0,0,0,0);*/
}
.smile_icon_list.square .icon_list_icon {
  /*border-radius: 5px;*/
}
.smile_icon_list.circle .icon_list_icon {
  border-radius: 50%;
}
/*left*/
.smile_icon_list.left li .icon_list_connector {
  left: 0.5em;
  border-right-width: 1px;
}
.smile_icon_list.left li .icon_description {
  margin-left: 1em;
  padding-left: 30px;
}
/*right*/
.smile_icon_list.right {
  text-align: right;
}
.smile_icon_list.right li .icon_list_icon {
  float: right;
  position: relative;
}
.smile_icon_list.right li .icon_list_connector {
  right: 0.5em;
  border-left-width: 1px;
}
.smile_icon_list.right li .icon_description {
  margin-right: 1em;
  padding-right: 30px;
}
/*top*/
.smile_icon_list.top,
.smile_icon_list.top:before,
.smile_icon_list.top:after {
  content: " ";
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.smile_icon_list.top {
  display: block;
}
.smile_icon_list.top li {
  display: block;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.smile_icon_list.top li .icon_list_icon {
  margin: 0 auto;
  float: none;
}
.smile_icon_list.top li .icon_description {
  text-align: center;
  margin: 15px;
  padding-bottom: 0;
}
.smile_icon_list.top li .icon_list_connector {
  position: absolute;
  top: 0.5em;
  left: 50%;
  width: 100%;
  height: 10px;
  border-top-width: 1px;
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .smile_icon_list_wrap .smile_icon_list.top {
    display: inline-block;
    width: 100%;
  }
  .smile_icon_list.top li.icon_list_item {
    display: block;
    width: 100% !important;
    float: left;
  }
  .smile_icon_list.top li .icon_list_connector {
    display: none;
  }
}
/*Genesis Compatibility*/
.full-width-content.wpb-js-composer .site-inner {
  overflow: visible !important;
}
/*icon .circle theme depened fix*/
.smile_icon_list.circle {
  float: none;
  border: 0;
  width: auto;
  margin: 0;
  cursor: inherit;
}
/*Animation Block Transition*/
.ult-animation.ult-animate-viewport {
  -webkit-transition: opacity 900ms linear;
  -moz-transition: opacity 900ms linear;
  transition: opacity 900ms linear;
}
/*==============================*/
/*List Icon*/
.uavc-list-icon ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 30px !important;
  position: relative !important;
}
.uavc-list-icon ul:last-child {
  margin: 0 !important;
}
.uavc-list-icon li {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  clear: both !important;
  line-height: 1.6em;
  overflow: visible;
}
.uavc-list-content {
  display: block;
  width: 100%;
  margin-bottom: 7px;
}
.uavc-list-content .aio-icon,
.uavc-list-content span.uavc-list-desc {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
/*Icons*/
.uavc-icons,
.wpb_column .wpb_wrapper .uavc-icons {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
}
.uavc-icons > div:last-of-type,
.wpb_column .wpb_wrapper .uavc-icons > div:last-of-type {
  margin-right: 0 !important;
}
.hover-icon-color.aio-icon,
.hover-icon-color.aio-icon-img,
.hover-icon-color.icon_list_icon {
  -webkit-transition: border 0.3s, background 0.3s;
  -moz-transition: border 0.3s, background 0.3s;
  -o-transition: border 0.3s, background 0.3s;
  transition: border 0.3s, background 0.3s;
  position: relative;
  z-index: 11;
}
.hover-icon-color.aio-icon i,
.hover-icon-color.aio-icon-img i,
.hover-icon-color.icon_list_icon i {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.yo .yo.aio-icon.simple,
.yo .yo.icon_list_item .icon-list-simple {
  background-color: transparent !important;
  border: none !important;
}
.yo.social-profiles ul li.social-icon {
  -webkit-transition: border 0.3s, background 0.3s;
  -moz-transition: border 0.3s, background 0.3s;
  -o-transition: border 0.3s, background 0.3s;
  transition: border 0.3s, background 0.3s;
}
.yo.social-profiles ul li.social-icon i {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  color: inherit;
}
.yo.social-profiles ul li.social-icon a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.yo.social-profiles ul li.social-icon a:hover {
  /*color: inherit !important;*/
}
.yo.social-profiles ul li.social-icon a:hover i {
  color: inherit !important;
}
.yo.social-profiles ul li.social-icon-simple {
  border: none !important;
  background-color: transparent !important;
}
.simple-icon-hover i {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.uavc-icons:last-child,
.wpb_column .wpb_wrapper .uavc-icons:last-child {
  margin-bottom: 0;
}
.uavc-icons-left.uavc-icons {
  text-align: left;
}
.uavc-icons-center.uavc-icons {
  text-align: center;
}
.uavc-icons-right.uavc-icons {
  text-align: right;
}
/*Common*/
.smile-icon-timeline-wrap {
  margin-bottom: 50px !important;
  margin-top: 30px !important;
  display: block;
  position: relative;
  z-index: 9;
  max-width: 100%;
}
.timeline-wrapper {
  position: relative;
}
.timeline-wrapper:last-child {
  padding-bottom: 0;
}
.timeline-line {
  position: absolute;
  left: 50%;
  margin-left: 0;
  height: 100%;
  z-index: -1;
}
.timeline-line z {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: -4px;
}
.smile-icon-timeline-wrap .timeline-separator-text {
  text-align: center;
  margin-bottom: 30px;
}
.timeline-separator-text .sep-text {
  display: inline-block;
  padding: 6px 15px;
  line-height: 1.5em;
  z-index: 99;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
}
.smile-icon-timeline-wrap .timeline-feature-item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  border-radius: 4px;
}
.timeline-wrapper .timeline-feature-item.feat-item {
  margin-bottom: 20px;
}
.smile-icon-timeline-wrap .timeline-feature-item.feat-top {
  margin-bottom: 40px;
}
.timeline-wrapper .timeline-block {
  width: 49.9999%;
  margin-bottom: 30px;
  position: relative;
  display: block;
  table-layout: fixed;
  border-radius: 0px;
}
.timeline-block .timeline-icon-block,
.timeline-block .timeline-header-block {
  display: block;
  position: relative;
  vertical-align: middle;
}
.timeline-block .timeline-header-block {
  width: 100%;
}
.timeline-block .timeline-header {
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-block .timeline-header-block .timeline-header,
.timeline-feature-item .timeline-header-block .timeline-header {
  display: inline-block;
}
.timeline-block .timeline-header-block .timeline-header .img-icon,
.timeline-feature-item .timeline-header-block .timeline-header .img-icon,
.timeline-block .timeline-header-block .timeline-header iframe,
.timeline-feature-item .timeline-header-block .timeline-header iframe,
.timeline-block .timeline-header-block .timeline-header object,
.timeline-feature-item .timeline-header-block .timeline-header object {
  line-height: 0;
  display: inline-block;
  vertical-align: top;
  box-shadow: none;
  border: none;
  border-radius: 0;
  /*width: 100%;*/
  max-width: 100%;
}
.timeline-clear {
  clear: both;
}
/*Timeline Dot*/
.timeline-wrapper .timeline-dot,
.timeline-feature-item .timeline-dot {
  width: 7px;
  height: 7px;
  border-radius: 500px;
  position: absolute;
  top: 30px;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.3s;
  -moz-transition: opacity 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s;
  transition: opacity 0.6s 0.3s;
}
.timeline-post-left .timeline-dot {
  right: -4px;
  opacity: 1;
}
.timeline-post-right .timeline-dot {
  left: -3px;
  opacity: 1;
  top: 45px;
}
.feat-item .feat-dot {
  top: -30px;
  left: 50%;
  position: absolute;
}
.feat-item .feat-dot.feat-top {
  top: auto;
  bottom: -25px;
}
.feat-item .timeline-dot {
  left: -6px;
  position: relative;
  top: 0;
}
.timeline-post-left .ult-timeline-icon .aio-icon {
  /*left: -1em;*/
  position: relative;
}
.timeline-post-left .ult-timeline-icon .aio-icon.none,
.timeline-post-left .ult-timeline-icon .aio-icon-img {
  /*left: -0.5em;*/
  position: relative;
}
/*Right*/
.timeline-post-right .timeline-header {
  text-align: left;
}
.timeline-post-right .ult-timeline-icon .aio-icon {
  /*right: -1em;*/
  position: relative;
}
.timeline-post-right .ult-timeline-icon .aio-icon.none,
.timeline-post-right .ult-timeline-icon .aio-icon-img {
  /*right: -0.5em;*/
  position: relative;
}
/*Featured Item*/
.timeline-feature-item.feat-item .timeline-header {
  display: block;
  padding: 30px 30px 0;
}
.timeline-feature-item.feat-item .timeline-icon-block {
  display: block;
  width: 100%;
}
.timeline-feature-item.feat-item .ult-timeline-icon {
  margin: 0 auto;
}
.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon-img {
  margin-left: auto;
  margin-right: auto;
}
.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon,
.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon-img {
  margin-top: 15px;
}
/*Anchor Tag*/
.timeline-block a,
a .timeline-block {
  text-decoration: none;
}
/*Timeline Clash Resolution*/
/*Timeline form elements*/
.timeline-block input,
.timeline-block select,
.timeline-block button,
.timeline-block textarea,
.timeline-block input.wpcf7-form-control {
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .jstime .timeline-block {
    padding-right: 30px;
    padding-left: 30px;
  }
  .jstime .timeline-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .smile-icon-timeline-wrap {
    max-width: 100%;
  }
  .smile-icon-timeline-wrap .timeline-feature-item {
    margin-right: 0 !important;
  }
  .smile-icon-timeline-wrap .timeline-line {
    left: 50% !important;
    margin-left: 0 !important;
  }
  .smile-icon-timeline-wrap .timeline-block,
  .smile-icon-timeline-wrap .timeline-separator-text {
    width: 100%;
    max-width: 100%;
  }
  .jstime .timeline-block.timeline-post-right {
    margin-left: 0 !important;
  }
  .smile-icon-timeline-wrap .ult-timeline-arrow,
  .smile-icon-timeline-wrap .timeline-dot {
    display: none;
  }
  .timeline-block .timeline-header {
    display: block;
    text-align: left;
  }
  .timeline-block.timeline-post-left .timeline-icon-block {
    padding: 5px 0 5px 15px;
    /*vertical-align: top;*/
  }
  .timeline-block.timeline-post-right .timeline-icon-block {
    padding: 5px 15px 5px 0;
    /*vertical-align: top;*/
  }
  .timeline-post-left .ult-timeline-icon .aio-icon,
  .timeline-post-left .ult-timeline-icon .aio-icon.none,
  .timeline-post-left .ult-timeline-icon .aio-icon-img {
    left: 0;
  }
  .timeline-post-right .ult-timeline-icon .aio-icon,
  .timeline-post-right .ult-timeline-icon .aio-icon.none,
  .timeline-post-right .ult-timeline-icon .aio-icon-img {
    right: 0;
  }
}
/*CSS Timeline*/
.smile-icon-timeline-wrap.csstime .timeline-wrapper .timeline-block {
  width: calc(50% - 19px);
}
.csstime .timeline-line {
  margin-left: 0px;
}
@media (max-width: 767px) {
  .smile-icon-timeline-wrap.csstime .timeline-wrapper .timeline-block {
    width: 100%;
  }
}
.bsf_tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.bsf_tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.bsf_tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.bsf_tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.bsf_tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.bsf_tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.bsf_tooltip-inner {
  max-width: 200px;
  padding: 5px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #3B3B3B;
  border-radius: 0;
}
.bsf_tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bsf_tooltip.top .bsf_tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3B3B3B;
}
.bsf_tooltip.top-left .bsf_tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #3B3B3B;
}
.bsf_tooltip.top-right .bsf_tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #3B3B3B;
}
.bsf_tooltip.right .bsf_tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #3B3B3B;
}
.bsf_tooltip.left .bsf_tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #3B3B3B;
}
.bsf_tooltip.bottom .bsf_tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3B3B3B;
}
.bsf_tooltip.bottom-left .bsf_tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3B3B3B;
}
.bsf_tooltip.bottom-right .bsf_tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3B3B3B;
}
/*Fade Effect*/
.bsf_tooltip.fade {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.bsf_tooltip.fade.in {
  opacity: 1;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.smile_icon_list div:last-child > li .icon_list_connector {
  display: none;
}
/* Woocommerce */
/* ------------------------------------------------------ */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: star;
  src: url(../fonts/woocommerce/star.eot);
  src: url(../fonts/woocommerce/star.eot?#iefix) format("embedded-opentype"), url(../fonts/woocommerce/star.woff) format("woff"), url(../fonts/woocommerce/star.ttf) format("truetype"), url(../fonts/woocommerce/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(../fonts/woocommerce/WooCommerce.eot);
  src: url(../fonts/woocommerce/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/woocommerce/WooCommerce.woff) format("woff"), url(../fonts/woocommerce/WooCommerce.ttf) format("truetype"), url(../fonts/woocommerce/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #333;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}
.admin-bar p.demo_store {
  top: 32px;
}
.woocommerce .widget-sidebar {
  overflow: hidden;
}
.clear {
  clear: both;
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  display: block;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  content: "";
  background: url(../images/icons/loader.svg) center center / cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 0;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  padding: 15px 15px 15px 75px;
  margin: 30px 0;
  position: relative;
  background-color: rgba(155, 155, 155, 0.07);
  list-style: none!important;
  width: auto;
  font-size: 20px;
  font-weight: 300;
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-message:after {
  clear: both;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 1.5em;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  float: right;
}
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
  list-style: none!important;
  padding-left: 0!important;
  margin-left: 0 !important;
}
.woocommerce .woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce .woocommerce-message:before {
  content: "\e015";
  color: #8fae1b;
}
.woocommerce .woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce .woocommerce-info:before {
  color: #1e85be;
}
.woocommerce .woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce .woocommerce-error:before {
  content: "\e016";
  color: #b81c23;
}
.woocommerce small.note {
  display: block;
  color: #777;
  font-size: .857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: .92em;
  color: #777777;
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb:after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #777777;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product .product_title {
  clear: both;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #77a464;
  font-size: 1.25em;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  background: inherit;
  font-weight: 700;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: .5;
  display: block;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: #77a464;
}
.woocommerce div.product .out-of-stock {
  color: #ff0000;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 30px;
}
.woocommerce div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 2px;
  margin: 0 -2px;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6b6b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: 2px 2px 0 #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  box-shadow: -2px 2px 0 #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  left: -6px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  right: -6px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
}
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart:after {
  clear: both;
}
.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart:after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
}
.woocommerce div.product form.cart .variations select {
  width: 100%;
  float: left;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .variations td {
  vertical-align: top;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
}
.woocommerce span.onsale {
  z-index: 2;
  font-weight: 700;
  padding: 3px 8px;
  top: 10px;
  right: 10px;
  position: absolute;
  text-align: center;
  font-size: 12px;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  clear: both;
}
.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
  content: " ";
  display: table;
}
.woocommerce .products ul:after,
.woocommerce ul.products:after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none;
}
.woocommerce ul.products li.product .onsale {
  top: 10px;
  right: 10px;
  left: auto;
  margin: 0;
}
.woocommerce ul.products li.product h3 {
  margin: 0;
  line-height: 1.2;
  font-family: "Lato";
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}
.woocommerce ul.products li.product h3 small,
.woocommerce ul.products li.product h3 .small {
  font-weight: normal;
  line-height: 1;
}
.woocommerce ul.products li.product h3 .lead {
  font-size: inherit;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
  margin-top: 1em;
}
.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: 0.857em;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: .5;
  display: block;
}
.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
}
.woocommerce ul.products li.product .price .from {
  font-size: .67em;
  margin: -2px 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, 0.5);
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0 0 30px;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: .25;
  padding-right: 2.618em;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: .618em;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .53em;
  vertical-align: bottom;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #dad8da;
  text-decoration: none;
  background-image: none;
  color: #515151;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #a46497;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #935386;
  color: #ffffff;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #a46497;
  color: #ffffff;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: #ebe9eb;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  padding-top: .5em;
  white-space: nowrap;
  display: inline-block;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #777;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #777777;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review:after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #777;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li:before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.woocommerce .star-rating:before {
  content: "\73\73\73\73\73";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating:after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 10px 0 6px;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: 0 0;
  border: 0;
}
.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond:after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 30px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#review_form input:not([type=submit]),
#review_form textarea:not([type=submit]) {
  background: rgba(0, 0, 0, 0.04);
  -webkit-transition: border 0.3s, background 0.3s;
  -moz-transition: border 0.3s, background 0.3s;
  -o-transition: border 0.3s, background 0.3s;
  transition: border 0.3s, background 0.3s;
  border-color: transparent;
}
#review_form input:not([type=submit]):focus,
#review_form textarea:not([type=submit]):focus {
  background: transparent;
}
.woocommerce p.stars {
  position: relative;
  font-size: 1em;
}
.woocommerce p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0!important;
  outline: 0;
}
.woocommerce p.stars a:last-child {
  border-right: 0;
}
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
  border-right: 1px solid #cccccc;
}
.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after {
  font-family: WooCommerce;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce p.stars a.star-1 {
  width: 2em;
}
.woocommerce p.stars a.star-1:after {
  content: "\e021";
}
.woocommerce p.stars a.star-1.active:after,
.woocommerce p.stars a.star-1:hover:after {
  content: "";
}
.woocommerce p.stars a.star-2 {
  width: 3em;
}
.woocommerce p.stars a.star-2:after {
  content: "\e021\e021";
}
.woocommerce p.stars a.star-2.active:after,
.woocommerce p.stars a.star-2:hover:after {
  content: "";
}
.woocommerce p.stars a.star-3 {
  width: 4em;
}
.woocommerce p.stars a.star-3:after {
  content: "\e021\e021\e021";
}
.woocommerce p.stars a.star-3.active:after,
.woocommerce p.stars a.star-3:hover:after {
  content: "";
}
.woocommerce p.stars a.star-4 {
  width: 5em;
}
.woocommerce p.stars a.star-4:after {
  content: "\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-4.active:after,
.woocommerce p.stars a.star-4:hover:after {
  content: "";
}
.woocommerce p.stars a.star-5 {
  width: 6em;
  border: 0;
}
.woocommerce p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-5.active:after,
.woocommerce p.stars a.star-5:hover:after {
  content: "";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  text-align: left;
  width: 100%;
  border-collapse: separate;
  margin-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.woocommerce table.shop_table.order_details {
  margin-bottom: 60px;
}
.woocommerce table.shop_table.order_details .amount {
  font-family: 'Droid Serif';
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: inherit;
  padding: 6px 12px;
  vertical-align: middle;
}
.woocommerce table.shop_table td small {
  font-weight: 400;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions {
  text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button {
  margin: 0.125em 0 0.125em 0.25em;
}
.woocommerce > p {
  font-style: italic;
}
.woocommerce td.product-name dl.variation {
  margin: 0.25em 0;
}
.woocommerce td.product-name dl.variation:after,
.woocommerce td.product-name dl.variation:before {
  content: " ";
  display: table;
}
.woocommerce td.product-name dl.variation:after {
  clear: both;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce td.product-name dl.variation dt {
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce td.product-name dl.variation dd {
  padding: 0 0 0.25em;
}
.woocommerce td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
  padding: 0 15px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 100%;
  margin: 0 0 15px 0;
  height: auto;
  box-shadow: none;
  padding: 0;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
  clear: both;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top-width: 2px;
  border-top-style: solid;
  padding: 15px 0;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
  font-weight: 400;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  position: relative;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  right: 15px;
  width: 21px;
  display: block;
  padding: 0;
}
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
  content: " ";
  display: table;
}
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .5s .5s ease;
  -moz-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  border-radius: 2px;
  min-height: 34px;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #aa0000;
}
.woocommerce form .form-row::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row:-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row:-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-width: 2px;
  border-style: solid;
  padding: 30px;
  text-align: left;
  margin-bottom: 30px;
}
.woocommerce ul#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0;
  padding: .25em 0 .25em 0;
  text-indent: 0;
  list-style: none;
}
.woocommerce ul#shipping_method li input {
  margin: 0;
}
.woocommerce ul#shipping_method li label {
  position: relative;
}
.woocommerce ul#shipping_method li label > span {
  margin-left: 15px;
  display: inline-block;
  font-weight: 300;
}
.woocommerce ul#shipping_method li .amount {
  margin-left: 5px;
  font-weight: 400;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce .order_details {
  margin-left: 0;
  list-style: none;
}
.woocommerce .order_details li {
  list-style: none;
}
.woocommerce .order_received {
  margin: 30px 0;
  padding: 0;
  border-bottom: 1px dotted;
  border-top: 1px dotted;
}
.woocommerce .order_details:after,
.woocommerce .order_details:before {
  content: " ";
  display: table;
}
.woocommerce .order_details:after {
  clear: both;
}
.woocommerce .order_details > div {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 700;
}
.woocommerce .order_details > div strong {
  display: block;
  font-size: 16px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 300;
  margin-top: 15px;
}
.woocommerce .order_details > div strong .amount {
  font-family: 'Droid Serif';
}
.woocommerce .order_details li:last-of-type {
  border: none;
}
.woocommerce .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.woocommerce .widget_layered_nav ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  list-style: none;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.woocommerce .widget_layered_nav ul li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_layered_nav ul li:before {
  content: " ";
  display: table;
}
.woocommerce .widget_layered_nav ul li:after {
  clear: both;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
  padding: 1px 0;
}
.woocommerce .widget_layered_nav ul li.chosen a:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  color: #aa0000;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  color: #aa0000;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  margin-top: 30px;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 5px;
  height: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -0.3em;
  margin-left: 0px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-color: rgba(200, 200, 200, 0.2);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-style: solid;
  border-width: 1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title:after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
  margin: 30px 0;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}
.woocommerce-cart table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce-cart table.cart img {
  width: 32px;
  box-shadow: none;
}
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1;
}
.woocommerce-cart table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
}
.woocommerce-cart .wc-proceed-to-checkout,
.wpb_wrapper .woocommerce .wc-proceed-to-checkout {
  padding: 1em 0;
  text-align: center;
}
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.wpb_wrapper .woocommerce .wc-proceed-to-checkout:after,
.wpb_wrapper .woocommerce .wc-proceed-to-checkout:before {
  content: " ";
  display: table;
}
.woocommerce-cart .wc-proceed-to-checkout:after,
.wpb_wrapper .woocommerce .wc-proceed-to-checkout:after {
  clear: both;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.wpb_wrapper .woocommerce .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 1em;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button,
.wpb_wrapper .woocommerce .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.wpb_wrapper .woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "";
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .cart_totals p.cart-totals-small,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals p.cart-totals-small {
  font-size: 12px;
  margin-bottom: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
  border-left: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals table th {
  width: 25%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals table td,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals table th {
  vertical-align: middle;
  border-left: 0;
  border-right: 0;
  padding: 6px 0;
  line-height: 2em;
}
.woocommerce-cart .cart-collaterals .cart_totals table small,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals table small {
  color: #777777;
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals tr td,
.wpb_wrapper .woocommerce .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.wpb_wrapper .woocommerce .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: 400;
}
.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-checkout .checkout .shipping_address {
  clear: both;
}
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  margin: 0;
  list-style: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
  content: " ";
  display: table;
}
.woocommerce-checkout #payment ul.payment_methods:after {
  clear: both;
}
.woocommerce-checkout #payment ul.payment_methods li {
  text-align: left;
  margin: 0;
  font-weight: 400;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 15px 0 0;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-checkout #payment div.payment_box {
  border-width: 1px;
  border-style: solid;
  position: relative;
  width: 100%;
  padding: 15px;
  margin: 15px 0 30px 0;
}
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}
.woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
  color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box:-moz-placeholder {
  color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
  color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(../images/icons/credit-cards/visa.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(../images/icons/credit-cards/mastercard.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(../images/icons/credit-cards/laser.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(../images/icons/credit-cards/diners.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(../images/icons/credit-cards/maestro.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(../images/icons/credit-cards/jcb.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(../images/icons/credit-cards/amex.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(../images/icons/credit-cards/discover.png);
}
.woocommerce-checkout #payment div.payment_box span.help {
  font-size: .857em;
  color: #777;
  font-weight: 400;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em;
  margin-left: 15px;
}
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}
.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}
.select2-container {
  min-height: 34px !important;
  border-radius: 2px !important;
  padding: 3px 15px !important;
}
.woocommerce .myaccount_user {
  margin-bottom: 45px;
}
.woocommerce .myaccount_address {
  margin-bottom: 15px;
}
.woocommerce .login .sec-font {
  margin-bottom: 30px;
}
.woocommerce .myaccount_user,
.woocommerce .myaccount_address,
.woocommerce .order-info,
.woocommerce .payment-information,
.woocommerce > p.sec-font,
.woocommerce .login .sec-font {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  padding: 30px;
  background: rgba(0, 0, 0, 0.02);
  /*letter-spacing: 1px; */
  /*    a { font-weight: 700; }*/
}
.woocommerce .order-number a {
  font-weight: 400;
}
.woocommerce .order-actions a {
  margin-right: 5px;
}
.woocommerce .order-actions a:last-of-type {
  margin-right: 0;
}
.woocommerce .order-total .amount {
  font-family: 'Droid Serif';
}
/* Shop section */
/* ------------------------------------------------------ */
.woocommerce ul.products li.product a img {
  margin: 0;
}
.btn-input {
  padding: 0;
}
.btn-input input,
.btn-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 1.5;
  outline: none;
}
.rating-select select {
  display: none;
}
.rating-select > span span {
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.rating.rating-select {
  cursor: pointer;
  float: right;
  text-align: center;
  width: 85px;
  position: absolute;
  top: 20px;
  right: 1px;
  /*color: red;*/
  margin-bottom: 10px;
  letter-spacing: 3px;
  font-family: 'fontAwesome' !important;
  /* margin-right: -2px;*/
}
.rating > span {
  position: relative;
  overflow: hidden;
}
.rating > span:before {
  content: "\f006\f006\f006\f006\f006";
  font-family: 'fontAwesome' !important;
  margin-right: 0px;
}
.rating > span span {
  position: absolute;
  left: 0;
  top: -2px;
  height: 100%;
  line-height: 25px;
}
.rating > span span:after {
  content: "\f005\f005\f005\f005\f005";
  position: absolute;
  top: -2px;
  left: 0;
  font-family: 'fontAwesome' !important;
  width: 100%;
  margin-right: 0;
  overflow: hidden;
  white-space: nowrap;
}
#ship-to-different-address-checkbox {
  margin-left: 5px;
}
#ship-to-different-address label {
  font-weight: 400 !important;
}
.woocommerce .addresses .address header.title {
  overflow: hidden;
}
.woocommerce .addresses .address header.title h3 {
  float: left;
}
.woocommerce .addresses .address header.title .edit {
  float: right;
  margin-top: 30px;
}
#order_review .amount {
  font-family: "Droid Serif";
}
#order_review .shipping td {
  padding: 0 !important;
}
.woocommerce .rating-select p.stars {
  display: none;
}
body.woocommerce-checkout .woocommerce,
body.woocommerce-cart .woocommerce,
body.woocommerce-page .woocommerce {
  padding-top: 0px;
  padding-bottom: 0px;
}
body.woocommerce-checkout .widget-wrapper .amount,
body.woocommerce-cart .widget-wrapper .amount,
body.woocommerce-page .widget-wrapper .amount {
  font-family: 'Droid Serif';
}
body.woocommerce-checkout .widget-wrapper .product-categories a,
body.woocommerce-cart .widget-wrapper .product-categories a,
body.woocommerce-page .widget-wrapper .product-categories a {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.8em;
}
body.woocommerce-checkout .widget-wrapper .reviewer,
body.woocommerce-cart .widget-wrapper .reviewer,
body.woocommerce-page .widget-wrapper .reviewer {
  font-family: 'Droid Serif';
  font-style: italic;
}
.widget_product_search form {
  width: 100%;
  position: relative;
}
.widget_product_search form:before {
  content: "\e090";
  font-family: 'Simple-Line-Icons';
  width: 30px;
  line-height: 40px;
  color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.widget_product_search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  background: transparent;
  border: transparent;
  color: transparent;
}
.widget_product_search input[type="text"] {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 15px;
  line-height: 1.625;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
  min-height: 40px;
  padding: 6px 15px;
  height: auto;
  background: rgba(0, 0, 0, 0.04);
  border-color: transparent;
  padding-right: 45px;
  -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
  -moz-transition: border 0.3s, background 0.3s, color 0.3s;
  -o-transition: border 0.3s, background 0.3s, color 0.3s;
  transition: border 0.3s, background 0.3s, color 0.3s;
  border-radius: 2px;
}
.widget_product_search input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.widget_product_search input[type="text"]::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  opacity: 1;
}
.widget_product_search input[type="text"]:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.widget_product_search input[type="text"]::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.widget_product_search input[type="text"][disabled],
.widget_product_search input[type="text"][readonly],
fieldset[disabled] .widget_product_search input[type="text"] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.widget_product_search input[type="text"] {
  height: auto;
}
.widget_product_search input[type="text"]:focus {
  background: transparent;
}
.woocommerce .place-order {
  margin-top: 30px;
}
.woocommerce .reviews-qty {
  font-size: 12px;
  letter-spacing: 1px;
}
.woocommerce .comments-container .comment-list {
  padding: 15px 0 0 0;
}
.woocommerce .comment-reply-title {
  margin: 0;
  line-height: 1.2;
  font-family: "Lato";
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}
.woocommerce .comment-reply-title small,
.woocommerce .comment-reply-title .small {
  font-weight: normal;
  line-height: 1;
}
.woocommerce .comment-reply-title .lead {
  font-size: inherit;
}
.woocommerce .star-rating {
  font-size: 12px;
  margin-top: 25px;
}
.woocommerce div.product form.cart {
  margin: 0;
}
.woocommerce div.product-type-simple form.cart,
.woocommerce .variations_button {
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 15px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.woocommerce .reset_variations {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce .single_variation.silesia-price {
  margin-bottom: 10px;
}
.woocommerce .single_variation.silesia-price .price {
  color: inherit;
  font-size: inherit;
}
.woocommerce .single_variation.silesia-price .price del {
  display: inline-block;
  opacity: 0.3;
}
.woocommerce .single_variation.silesia-price .price .amount {
  font-weight: 400;
}
.woocommerce .price-label {
  font-size: 12px;
  font-weight: 700;
}
.woocommerce .product_meta {
  padding-top: 15px;
  font-size: 12px;
}
.woocommerce .product_meta .posted_in,
.woocommerce .product_meta .tagged_as {
  display: block;
  font-style: italic;
}
.woocommerce .product_meta .posted_in a,
.woocommerce .product_meta .tagged_as a {
  font-family: 'Lato';
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}
.woocommerce .product_meta .sku_wrapper {
  float: right;
  width: 40%;
  text-align: right;
}
.product-image-inner {
  position: relative;
}
.woocommerce #accordion {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-top: 30px;
}
.woocommerce #accordion > h3 {
  margin: 0;
  line-height: 1.2;
  font-family: "Lato";
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 0;
  cursor: pointer;
  border-top-width: 1px;
  border-top-style: solid;
  text-transform: none;
}
.woocommerce #accordion > h3 small,
.woocommerce #accordion > h3 .small {
  font-weight: normal;
  line-height: 1;
}
.woocommerce #accordion > h3 .lead {
  font-size: inherit;
}
.woocommerce #accordion > h3 .arrow {
  opacity: 0.3;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.5s, -moz-transform 0.4s;
  -o-transition: opacity 0.5s, -o-transform 0.4s;
  transition: opacity 0.5s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s;
}
.woocommerce #accordion > h3:first-child {
  border-top: none;
}
.woocommerce #accordion > h3:hover .arrow {
  opacity: 1;
}
.woocommerce #accordion .accordion-arrows {
  position: relative;
  background: yellow;
}
.woocommerce #accordion .accordion-arrows .arrow {
  position: absolute;
  right: 0;
  top: 0;
}
.woocommerce #accordion .arrow-down-open-mini {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.woocommerce #accordion .active-tab .arrow {
  opacity: 1;
}
.woocommerce #accordion .active-tab .arrow-down-open-mini {
  -webkit-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -o-transform: rotateZ(-180deg);
  -ms-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}
.woocommerce #accordion .accordion-content {
  padding: 15px 0 30px;
}
.woocommerce #accordion .accordion-content .comment-form {
  position: relative;
}
.woocommerce #accordion .accordion-content .logged-in-as {
  margin-bottom: 15px;
  font-size: 10px;
  font-family: 'Droid Serif';
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 400;
}
.woocommerce #accordion .accordion-content .logged-in-as a {
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Lato';
}
.woocommerce table.shop_table tr.order-total th,
.woocommerce table.shop_table tr.order-total td {
  font-size: 1em;
  font-weight: 900;
  padding: 30px 15px;
}
.woocommerce-padding {
  margin-top: 60px;
  margin-bottom: 30px;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 -15px;
}
.woocommerce .silesia-product-thumbnail {
  position: relative;
  text-align: center;
}
.woocommerce .silesia-product-thumbnail .silesia-shop-buttons {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.woocommerce .silesia-product-thumbnail .silesia-shop-buttons > div {
  display: table;
  width: 100%;
  height: 100%;
}
.woocommerce .silesia-product-thumbnail .silesia-shop-buttons > div > div {
  display: table-cell;
  vertical-align: middle;
}
.woocommerce .silesia-product-thumbnail img {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.woocommerce .silesia-product-thumbnail:hover .silesia-shop-buttons {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.woocommerce .silesia-product-thumbnail:hover img {
  opacity: 0.05;
}
.woocommerce .added_to_cart.wc-forward {
  display: none;
  margin-top: 10px;
  /*.btn(); .btn-sm(); font-weight: 700; letter-spacing: 1px;*/
}
.woocommerce ul.products li.product > a:first-child {
  display: block;
}
.woocommerce ul.products-archive li.product,
.woocommerce-page ul.products-archive li.product {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .woocommerce ul.products-archive li.product,
  .woocommerce-page ul.products-archive li.product {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .woocommerce ul.products-archive li.product:nth-child(2n+1),
  .woocommerce-page ul.products-archive li.product:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce ul.products-archive li.product:nth-child(3n+1),
  .woocommerce-page ul.products-archive li.product:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .woocommerce .col-md-8 ul.products-archive li.product:nth-child(3n+1),
  .woocommerce-page .col-md-8 ul.products-archive li.product:nth-child(3n+1) {
    clear: left;
  }
}
.wpb_wrapper ul.products-archive li.product,
.woocommerce .col-md-12 ul.products-archive li.product,
.woocommerce-page .col-md-12 ul.products-archive li.product {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .wpb_wrapper ul.products-archive li.product,
  .woocommerce .col-md-12 ul.products-archive li.product,
  .woocommerce-page .col-md-12 ul.products-archive li.product {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .wpb_wrapper ul.products-archive li.product:nth-child(4n+1),
  .woocommerce .col-md-12 ul.products-archive li.product:nth-child(4n+1),
  .woocommerce-page .col-md-12 ul.products-archive li.product:nth-child(4n+1) {
    clear: left;
  }
}
.vc_row .woocommerce .silesia-product-thumbnail img {
  width: 100%;
}
.vc_row .woocommerce.columns-1 ul.products-archive li.product {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .vc_row .woocommerce.columns-1 ul.products-archive li.product {
    float: left;
    width: 100%;
  }
}
.vc_row .woocommerce.columns-2 ul.products-archive li.product {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .vc_row .woocommerce.columns-2 ul.products-archive li.product {
    float: left;
    width: 50%;
  }
}
.vc_row .woocommerce.columns-3 ul.products-archive li.product {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .vc_row .woocommerce.columns-3 ul.products-archive li.product {
    float: left;
    width: 33.33333333%;
  }
}
.vc_row .woocommerce.columns-4 ul.products-archive li.product {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .vc_row .woocommerce.columns-4 ul.products-archive li.product {
    float: left;
    width: 25%;
  }
}
.col-md-8 .linked-products-wrapper > .products {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-8 .linked-products li.product {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-md-8 .linked-products li.product {
    float: left;
    width: 25%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .col-md-8 .linked-products li.product:nth-child(2n+1) {
    clear: left;
  }
}
.col-md-8 .linked-products li.product h3 {
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
.col-md-8 .linked-products li.product img {
  width: 100%;
  height: auto;
}
.col-md-12 .linked-products-wrapper > .products {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-12 .linked-products-wrapper > .products {
    float: left;
    width: 50%;
  }
}
.col-md-12 .linked-products li.product {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-md-12 .linked-products li.product {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-md-12 .linked-products li.product {
    float: left;
    width: 50%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .col-md-12 .linked-products li.product:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .col-md-12 .linked-products li.product:nth-child(2n+1) {
    clear: left;
  }
}
.col-md-12 .linked-products li.product h3 {
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
.col-md-12 .linked-products li.product img {
  width: 100%;
  height: auto;
}
.woocommerce div.product div.summary {
  margin: 0 0 30px 0;
}
.woocommerce div.product div.summary > div > h1 {
  margin-top: 30px;
}
.woocommerce div.product div.summary.col-md-12 {
  margin: 0 0 30px 0;
}
.woocommerce div.product div.summary.col-md-12 > div > h1 {
  margin-top: 0;
}
.woocommerce div.product {
  margin-top: 30px;
}
.product-list-description {
  padding: 15px 15px 30px;
}
.woocommerce-ordering {
  text-align: right;
}
@media (min-width: 0) and (max-width: 767px) {
  .woocommerce-ordering {
    margin-top: 15px !important;
    text-align: left;
  }
}
.woocommerce h2,
.woocommerce h3,
.woocommerce h4 {
  margin: 30px 0;
}
.woocommerce .silesia-short-description {
  margin-bottom: 30px;
}
.woocommerce .silesia-short-description p {
  margin-bottom: 15px;
}
.woocommerce .social-share {
  float: right;
  margin-bottom: 23px;
}
.woocommerce .social-share ul {
  margin: 0;
}
.woocommerce .social-share ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.woocommerce .social-share ul li a {
  padding: 5px;
  font-size: 14px;
}
.woocommerce-page .select2-drop-active {
  border-radius: 0;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.woocommerce-page .select2-search input {
  margin: 4px 0;
}
.woocommerce div.product-type-grouped .table-qty {
  width: 150px;
}
.woocommerce div.product-type-grouped form.cart .group_table {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 15px;
  border-collapse: separate;
  border-layout: fixed;
}
.woocommerce div.product-type-grouped form.cart .group_table td {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 15px 0;
}
.woocommerce div.product-type-grouped form.cart .group_table td.silesia-price.highlight-txt-color {
  padding-right: 25px;
  text-align: right;
}
.woocommerce div.product-type-grouped form.cart {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 15px;
}
.woocommerce .quantity {
  min-width: 150px;
}
.woocommerce .quantity .qty {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 5px;
  width: 45px;
}
.woocommerce .quantity button {
  vertical-align: top;
  padding: 8px 0;
  width: 45px;
}
.woocommerce .silesia-price {
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 400;
  /*font-style: italic;*/
  font-size: 14px;
}
.woocommerce .silesia-price ins {
  display: inline-block;
  text-decoration: none;
}
.woocommerce .silesia-price del {
  display: inline-block;
  opacity: 0.3;
  margin-right: 5px;
}
.woocommerce .silesia-price-large {
  font-size: 18px;
  font-weight: 400;
}
.woocommerce div.product form.cart .variations label {
  font-size: 12px;
  display: block;
}
.woocommerce .form-group label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 400;
}
.woocommerce .form-control {
  background-color: transparent;
}
.woocommerce .silesia-order-frame {
  border-width: 2px;
  border-style: solid;
  padding: 0 30px 30px 30px;
}
.widget-wrapper ul.product-categories li {
  margin-bottom: 0;
}
.widget-wrapper ul.product-categories ul.children {
  margin-left: 5px;
  border-left-width: 1px;
  border-left-style: dotted;
  padding-left: 15px;
}
.woocommerce .product-variation {
  margin-bottom: 15px;
}
.woocommerce .woocommerce-breadcrumb {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  /* margin-bottom: 60px; */
  /* border-bottom: 1px solid #eee; */
  /* padding-bottom: 15px; */
}
.woocommerce div.product form.cart .group_table td {
  line-height: 1.8;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td label {
  margin: 0;
}
.woocommerce .woocommerce-result-count {
  margin: 0;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-ordering {
  margin-top: -45px;
  margin-bottom: 45px;
}
.woocommerce table.shop_table td {
  padding: 15px;
}
.woocommerce mark {
  background: transparent;
  font-weight: 700;
  color: inherit;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  width: 100px;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
.woocommerce-checkout .create-account {
  margin-top: 15px;
}
.woocommerce-checkout .create-account label {
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .create-account p {
  margin-bottom: 15px;
}
.woocommerce-checkout .payment-information {
  margin-bottom: 30px;
}
.woocommerce-checkout .payment-information p {
  /*.lead();*/
  font-family: 'Droid Serif';
}
.woocommerce-checkout .select2-search input {
  margin: 4px 0 0 0;
}
.woocommerce .select2-container {
  width: 100%;
  padding: 6px 15px;
}
.woocommerce .select2-container .select2-choice {
  border: none;
  background-color: transparent;
  padding: 0;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 100%;
}
.woocommerce .col2-set:after,
.woocommerce .col2-set:before,
.woocommerce-page .col2-set:after,
.woocommerce-page .col2-set:before {
  content: " ";
  display: table;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
  clear: both;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before {
  content: " ";
  display: table;
}
.woocommerce #content div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after {
  clear: both;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  float: left;
  width: 25%;
  margin: 0;
  padding: 2px;
}
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear: both;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
  content: " ";
  display: table;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
  clear: both;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before {
  content: " ";
  display: table;
}
.woocommerce #content div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after {
  clear: both;
}
.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
  float: right;
  height: auto;
}
.woocommerce .related:after,
.woocommerce .related:before,
.woocommerce .upsells.products:after,
.woocommerce .upsells.products:before,
.woocommerce-page .related:after,
.woocommerce-page .related:before,
.woocommerce-page .upsells.products:after,
.woocommerce-page .upsells.products:before {
  content: " ";
  display: table;
}
.woocommerce .related:after,
.woocommerce .upsells.products:after,
.woocommerce-page .related:after,
.woocommerce-page .upsells.products:after {
  clear: both;
}
.woocommerce .related ul,
.woocommerce .related ul.products,
.woocommerce .upsells.products ul,
.woocommerce .upsells.products ul.products,
.woocommerce-page .related ul,
.woocommerce-page .related ul.products,
.woocommerce-page .upsells.products ul,
.woocommerce-page .upsells.products ul.products {
  float: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  height: auto;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  text-align: right;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 80px;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left;
}
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
  display: none;
}
.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}
.woocommerce form .form-row:after,
.woocommerce form .form-row:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before {
  content: " ";
  display: table;
}
.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
  clear: both;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  text-align: right;
  padding: 0 1em;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
}
/* End of shop section */
/* ------------------------------------------------------ */
/**
 * Swiper 3.1.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 10, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  opacity: 0.2;
  border: 4px solid;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* To Top */
/* ------------------------------------------------------ */
#scroll-up {
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px !important;
  right: 17px;
  bottom: 17px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  z-index: 10000;
  height: 29px;
  width: 29px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#scroll-up i {
  line-height: 29px !important;
  width: 29px !important;
  height: 29px !important;
  font-size: 14px !important;
  top: 0px !important;
  left: 0px !important;
  text-align: center !important;
  background-color: transparent !important;
}
#scroll-up:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
#scroll-up.scroll-up-show {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
body[data-smooth-scrolling="1"] #scroll-up {
  right: 33px;
}
@-moz-keyframes arrow-bounce {
  0%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@-webkit-keyframes arrow-bounce {
  0%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes arrow-bounce {
  0%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@-moz-keyframes arrow-bounce-right {
  0%,
  100% {
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
  50% {
    -moz-transform: translateX(3px) translateY(-50%);
    -ms-transform: translateX(3px) translateY(-50%);
    -webkit-transform: translateX(3px) translateY(-50%);
    transform: translateX(3px) translateY(-50%);
  }
}
@-webkit-keyframes arrow-bounce-right {
  0%,
  100% {
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
  50% {
    -moz-transform: translateX(3px) translateY(-50%);
    -ms-transform: translateX(3px) translateY(-50%);
    -webkit-transform: translateX(3px) translateY(-50%);
    transform: translateX(3px) translateY(-50%);
  }
}
@keyframes arrow-bounce-right {
  0%,
  100% {
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
  50% {
    -moz-transform: translateX(3px) translateY(-50%);
    -ms-transform: translateX(3px) translateY(-50%);
    -webkit-transform: translateX(3px) translateY(-50%);
    transform: translateX(3px) translateY(-50%);
  }
}
@-moz-keyframes arrow-bounce-left {
  0%,
  100% {
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
  50% {
    -moz-transform: translateX(-3px) translateY(-50%);
    -ms-transform: translateX(-3px) translateY(-50%);
    -webkit-transform: translateX(-3px) translateY(-50%);
    transform: translateX(-3px) translateY(-50%);
  }
}
@keyframes arrow-bounce-left {
  0%,
  100% {
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
  50% {
    -moz-transform: translateX(-3px) translateY(-50%);
    -ms-transform: translateX(-3px) translateY(-50%);
    -webkit-transform: translateX(-3px) translateY(-50%);
    transform: translateX(-3px) translateY(-50%);
  }
}
@keyframes arrow-bounce-left {
  0%,
  100% {
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
  50% {
    -moz-transform: translateX(-3px) translateY(-50%);
    -ms-transform: translateX(-3px) translateY(-50%);
    -webkit-transform: translateX(-3px) translateY(-50%);
    transform: translateX(-3px) translateY(-50%);
  }
}
.arrow-bounce {
  -moz-animation: arrow-bounce 0.5s infinite;
  -webkit-animation: arrow-bounce 0.5s infinite;
  animation: arrow-bounce 0.5s infinite;
}
/* General link styles */
.link {
  outline: none;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
/* Kukuri */
.link--kukuri {
  overflow: hidden;
}
.link--kukuri i {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.link--kukuri:hover {
  color: rgba(255, 255, 255, 0) !important;
  -webkit-transition: color 0.3s 0s;
  -moz-transition: color 0.3s 0s;
  -o-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}
.link--kukuri::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  margin-top: -1px;
  right: 0;
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.link--kukuri:hover::after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.link--kukuri::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #c39f76;
  white-space: nowrap;
  width: 0%;
  -webkit-transition: width 0.4s 0.2s, opacity 0.3s 0.2s;
  -moz-transition: width 0.4s 0.2s, opacity 0.3s 0.2s;
  -o-transition: width 0.4s 0.2s, opacity 0.3s 0.2s;
  transition: width 0.4s 0.2s, opacity 0.3s 0.2s;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.link--kukuri:hover::before {
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6,
.wpb_text_column p {
  color: inherit;
}
.wpb_text_column h1,
.wpb_text_column .h1,
.wpb_text_column h2,
.wpb_text_column .h2,
.wpb_text_column h3,
.wpb_text_column .h3,
.wpb_text_column h4,
.wpb_text_column .h4,
.wpb_text_column h5,
.wpb_text_column .h5,
.wpb_text_column h6,
.wpb_text_column .h6,
.wpb_text_column p {
  margin-top: 0;
  margin-bottom: 0;
}
.form-control {
  min-height: 40px;
  padding: 6px 15px;
  height: auto;
}
