@charset "UTF-8";
/*!
	Table of content
	================
*/
/*!
	1. 	Normalize CSS Reset
	2. 	Global Scope Style
	3. 	Bootstrap Grid Framework
		3.1	Bootstrap Grid Settings
		3.2 Bootstrap Grid Mixins
		3.3 Bootstrap Grid Classes

	4.	Header Styles
		4.1 Dropdown Menu

	5.	Content Wide Styles
		5.1	Wordpress Default Classes

	6.	Sidebar Styles
		6.1 Default Wordpress Widgets

	7.	Components
		7.1 Social Icons
		7.2 Magnific Popup
		7.3 Owl Carousel

	8.	Footer Style

*/
/* 1. Normalize CSS Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
amount_info
{
      float: right;
    color: #000;
}
body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 2em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 2em;
  margin: 1.33em 0;
}

h5 {
  font-size: 1em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

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

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

/* 2. Global Scope Style */
body {
  color: #77828b;
  font-family: 'TimesNewRomanPSMT';
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

a {
  color: #222964;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
a:hover {
  color: #666;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

ul, ol {
  padding-left: 0;
}

iframe {
  display: block;
  border: none;
}

.site-content {
  background-color: white;
  z-index: 1;
  position: relative;
}

/* 3. Bootstrap grid framework */
/* 3.1 Boostrap Grid Settings */
/* 3.2 Bootstrap Grid Mixins */
/* 3.3 Bootstrap Grid Classes */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container-fluid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.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-1 {
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

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

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

  table.visible-xs {
    display: table;
  }

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

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

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

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

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

  table.visible-print {
    display: table;
  }

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

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
.equal-height {
  display: table;
  width: 100%;
}
.equal-height [class^="col-"] {
  float: none;
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .equal-height [class^="col-sm-"] {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .equal-height [class^="col-md-"] {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .equal-height [class^="col-lg-"] {
    width: 100%;
    display: block;
  }
}

/* 4. Header */
.site-header {
  *zoom: 1;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}
.site-header:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media screen and (min-width: 991px) {
  .site-header--type-2 .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 990px) {
  .site-header--type-2 .header-content {
    float: left;
  }
}
.site-header--type-2 .header-content .left-menu, .site-header--type-2 .header-content .right-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-header--type-2 .branding {
  width: 180px;
  text-align: center;
  float: none;
  display: block;
  margin-right: 0;
}
.site-header--type-2 .branding img {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .site-header--type-2 .branding {
    position: relative;
    float: left;
  }
}
.site-header--type-2 .branding .site-description {
  display: none;
}
.site-header--type-2 .top-header {
  text-align: left;
}
.site-header--type-2 .top-header .right-section {
  padding: 10px 0;
}
.site-header--type-2 .left-menu, .site-header--type-2 .right-menu {
  width: 50%;
}
@media screen and (max-width: 990px) {
  .site-header--type-2 .left-menu, .site-header--type-2 .right-menu {
    display: none;
  }
}
.site-header--type-2 .left-menu .main-navigation, .site-header--type-2 .right-menu .main-navigation {
  width: 100%;
}
.site-header--type-2 .left-menu .menu {
  text-align: right;
}
.site-header--type-2 .left-menu .menu > li {
  display: inline-block;
  float: none;
}
.site-header--type-2 .menu-toggle {
  float: right;
  line-height: 70px;
}

.header-collapsed .site-header {
  background-color: transparent;
  position: absolute;
  width: 100%;
}
.header-collapsed .bottom-header {
  background: none;
}
.header-collapsed .bottom-header:before {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), transparent 80%);
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent 80%);
}

.top-header {
  background-color: #1f2326;
  text-align: center;
  font-weight: 400;
  z-index: 2;
  position: relative;
}
.top-header a {
  color: #d4dbe3;
  font-weight: 700;
}
.top-header .text-center {
  padding: 15px 0;
}
.top-header .top-menu {
  text-align: left;
}

.bottom-header {
  position: relative;
  background-size: cover;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
.bottom-header:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
@media screen and (min-width: 991px) {
  .bottom-header.sticky-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: white;
  }
  .admin-bar .bottom-header.sticky-header {
    top: 32px;
  }
  .bottom-header.sticky-header:before {
    opacity: 0;
    background-color: white;
  }
  .bottom-header.sticky-header .logo-light {
    display: none;
  }
  .bottom-header.sticky-header .logo-dark {
    display: block;
  }
  .bottom-header.sticky-header .desktop-navigation .menu > .menu-item > a,
  .bottom-header.sticky-header .desktop-navigation .menu > .page_item > a,
  .bottom-header.sticky-header .search-toggle,
  .bottom-header.sticky-header .sidebar-toggle {
    color: #77828b;
  }
  .has-header-bg .bottom-header.sticky-header:before {
    background: rgba(0, 0, 0, 0.3);
  }
  .bottom-header.sticky-header.shrinked .branding {
    padding: 10px 0;
    width: 120px;
  }
  .bottom-header.sticky-header.shrinked .branding img {
    max-width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .bottom-header {
    min-height: 80px;
  }
}
.bottom-header .container {
  position: relative;
  z-index: 1;
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-content .main-navigation {
  margin-left: 0;
  margin-right: auto;
}

.branding {
  color: white;
  font-family: "Shadows Into Light", "Roboto", "Open Sans", arial, sans-serif;
  margin-right: 30px;
  padding: 20px 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 180px;
}
@media screen and (max-width: 480px) {
  .branding {
    max-width: 120px;
  }
}
.branding img {
  max-width: 100%;
  max-height: 180px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}
.branding .logo-dark {
  display: none;
}
.branding .site-title {
  font-size: 50px;
  font-size: 3.84615em;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .branding .site-title {
    font-size: 40px;
    font-size: 3.07692em;
  }
}
@media screen and (min-width: 991px) {
  .sticky-header .branding .site-title {
    font-size: 36px;
    font-size: 2.76923em;
  }
}
.branding .site-description {
  font-size: 18px;
  font-size: 1.38462em;
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 480px) {
  .menu-toggle {
    float: left;
  }
}

.sidebar-toggle,
.search-toggle {
  background: none;
  color: white;
  font-size: 24px;
  font-size: 1.84615em;
  border: none;
  outline: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 50%;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .sidebar-toggle,
  .search-toggle {
    font-size: 18px;
    font-size: 1.38462em;
    z-index: 1;
    position: relative;
  }
}

.sidebar-toggle {
  float: right;
}

.main-search-form {
  float: right;
}
.main-search-form .search-form-box {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-top: 5px solid #222964;
  z-index: 999;
}
.main-search-form .search-form-box .close {
  font-size: 36px;
  font-size: 2.76923em;
  position: absolute;
  top: 100px;
  right: 100px;
  -webkit-transition: 0.3s cubic-bezier(0.92, -0.03, 1, 0.69);
  transition: 0.3s cubic-bezier(0.92, -0.03, 1, 0.69);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
@media screen and (max-width: 640px) {
  .main-search-form .search-form-box .close {
    top: 100px;
    right: 20px;
  }
}
.main-search-form .search-form-box form {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .main-search-form .search-form-box form {
    width: 90%;
  }
}
.main-search-form .search-form-box form input, .main-search-form .search-form-box form span {
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: 0.2s cubic-bezier(0.01, 0.63, 0.64, 1);
  transition: 0.2s cubic-bezier(0.01, 0.63, 0.64, 1);
  opacity: 0;
}
.main-search-form .search-form-box form input {
  font-size: 64px;
  font-size: 4.92308em;
  width: 100%;
  display: block;
  border: none;
  padding-left: 0 !important;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.main-search-form .search-form-box form span {
  display: block;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.main-search-form .search-form-box.active {
  top: 0;
}
.main-search-form .search-form-box.active .close {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.main-search-form .search-form-box.active form input, .main-search-form .search-form-box.active form span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.top-menu .menu {
  margin: 0;
  list-style: none;
  *zoom: 1;
}
.top-menu .menu:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.top-menu .menu li {
  float: left;
  position: relative;
}
.top-menu .menu li a {
  padding: 15px 15px;
  display: block;
  white-space: nowrap;
}
.top-menu .menu li a:hover {
  color: #222964;
}
.top-menu .menu li ul {
  display: none;
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #1f2326;
}
.top-menu .menu li ul li {
  float: none;
}
.top-menu .menu li ul a {
  padding: 10px 15px;
}
.top-menu .menu li ul a:hover {
  color: white;
  background-color: #222964;
}
.top-menu .menu li ul ul {
  left: 100%;
  top: 0;
}
.top-menu .menu li:hover > ul {
  display: block;
}

/* 4.1 Dropdown Menu */
.desktop-navigation {
  z-index: 9;
}
.desktop-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 990px) {
  .desktop-navigation .menu {
    display: none;
  }
}
.desktop-navigation .menu > .menu-item {
  display: inline-block;
}
.desktop-navigation .menu > .menu-item.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.desktop-navigation .menu > ul {
  margin: 0;
}
.desktop-navigation .menu > .page_item {
  display: inline-block;
}
.desktop-navigation .menu > .page_item.page_item_has_children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.desktop-navigation .menu-item, .desktop-navigation .page_item {
  position: relative;
}
.desktop-navigation .menu-item:hover > .sub-menu, .desktop-navigation .menu-item:hover > .children, .desktop-navigation .page_item:hover > .sub-menu, .desktop-navigation .page_item:hover > .children {
  display: block;
}
.desktop-navigation .menu-item a, .desktop-navigation .page_item a {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  font-size: 0.84615em;
  color: white;
  white-space: nowrap;
}
.desktop-navigation .menu-item a [class*="ico"], .desktop-navigation .page_item a [class*="ico"] {
  color: #888;
  margin-right: 5px;
  display: inline-block;
}
.desktop-navigation .menu-item > a, .desktop-navigation .page_item > a {
  padding: 20px;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu, .desktop-navigation .page_item.mega-menu > .sub-menu {
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 10px 30px;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image {
  background-size: contain;
  padding-right: 200px;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.top-left, .desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.bottom-left, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.top-left, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.bottom-left {
  padding-left: 200px;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.top-left, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.top-left {
  background-position: top left;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.top-right, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.top-right {
  background-position: top right;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.top-right, .desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.bottom-right, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.top-right, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.bottom-right {
  padding-right: 200px;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.bottom-left, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.bottom-left {
  background-position: bottom left;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.bottom-right, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.bottom-right {
  background-position: bottom right;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu > .menu-item, .desktop-navigation .page_item.mega-menu > .sub-menu > .menu-item {
  min-width: 250px;
  max-width: 100%;
  display: table-cell;
  padding: 10px;
  border-bottom: none !important;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu .menu-item:not(:last-child), .desktop-navigation .page_item.mega-menu > .sub-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(70, 70, 70, 0.1);
}
.desktop-navigation .menu-item.mega-menu > .sub-menu .menu-item:hover > a, .desktop-navigation .page_item.mega-menu > .sub-menu .menu-item:hover > a {
  background-color: transparent;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu .menu-item a, .desktop-navigation .page_item.mega-menu > .sub-menu .menu-item a {
  color: #77828b;
  padding: 10px 0;
  white-space: normal;
  line-height: 1.7;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu .menu-item a:hover, .desktop-navigation .page_item.mega-menu > .sub-menu .menu-item a:hover {
  color: #222964;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu .menu-item-has-children > a, .desktop-navigation .page_item.mega-menu > .sub-menu .menu-item-has-children > a {
  font-weight: 700 !important;
  padding: 15px 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 0.92308em;
  position: relative;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu .menu-item-has-children > a:after, .desktop-navigation .page_item.mega-menu > .sub-menu .menu-item-has-children > a:after {
  content: " ";
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #222964;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu .sub-menu, .desktop-navigation .page_item.mega-menu > .sub-menu .sub-menu {
  position: relative;
  left: 0;
  box-shadow: none;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 0 !important;
      -ms-transform-origin: 50% 0 !important;
          transform-origin: 50% 0 !important;
  opacity: 1 !important;
  padding: 0;
  background-color: transparent;
  top: 0;
  display: block !important;
}
.desktop-navigation .menu-item.mega-menu > .sub-menu .sub-menu .menu-item-has-children, .desktop-navigation .page_item.mega-menu > .sub-menu .sub-menu .menu-item-has-children {
  margin-top: 10px;
}
.desktop-navigation .menu-item.mega-menu.mega-fullwidth, .desktop-navigation .page_item.mega-menu.mega-fullwidth {
  position: static;
}
.desktop-navigation .menu-item.mega-menu.mega-fullwidth > .sub-menu, .desktop-navigation .page_item.mega-menu.mega-fullwidth > .sub-menu {
  left: 0;
  right: 0;
}
.desktop-navigation .sub-menu, .desktop-navigation .children {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  left: 0;
  background-color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: none;
}
.desktop-navigation .sub-menu .menu-item, .desktop-navigation .sub-menu .page_item, .desktop-navigation .children .menu-item, .desktop-navigation .children .page_item {
  float: none;
}
.desktop-navigation .sub-menu .menu-item a, .desktop-navigation .sub-menu .page_item a, .desktop-navigation .children .menu-item a, .desktop-navigation .children .page_item a {
  padding: 10px 30px;
  color: #77828b;
}
.desktop-navigation .sub-menu .menu-item:hover > a, .desktop-navigation .sub-menu .page_item:hover > a, .desktop-navigation .children .menu-item:hover > a, .desktop-navigation .children .page_item:hover > a {
  color: white;
  background-color: #222964;
}
.desktop-navigation .sub-menu .sub-menu, .desktop-navigation .sub-menu .children, .desktop-navigation .children .sub-menu, .desktop-navigation .children .children {
  left: 100%;
  top: -30px;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

/* Mobile Navigation */
.menu-toggle {
  display: none;
  border: none;
  background: transparent;
  padding: 20px 10px;
  outline: none;
  text-align: center;
  font-family: 'TimesNewRomanPSMT';
  text-transform: uppercase;
  color: white;
  float: left;
}
.menu-toggle .fa {
  font-size: 18px;
  font-size: 1.38462em;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 991px) {
  .menu-toggle {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  .menu-toggle {
    display: block;
  }
}

/* Mobile Accordion Menu style */
.mobile-navigation {
  clear: both;
  display: none;
  z-index: 9;
  padding-bottom: 10px;
  position: absolute;
  top: 100%;
  right: 20px;
  left: 20px;
}
@media screen and (min-width: 991px) {
  .mobile-navigation {
    display: none !important;
  }
}
.mobile-navigation .menu {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.mobile-navigation .menu, .mobile-navigation .menu > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  background: white;
  border: 1px solid #dcd0c7;
}
.mobile-navigation .menu .sub-menu,
.mobile-navigation .menu .children, .mobile-navigation .menu > ul .sub-menu,
.mobile-navigation .menu > ul .children {
  list-style: none;
  position: relative;
  padding-left: 20px;
  display: none;
  border-top: 1px solid #dcd0c7;
  background-image: none !important;
}
.mobile-navigation .menu .sub-menu .menu-item, .mobile-navigation .menu .sub-menu .page_item,
.mobile-navigation .menu .children .menu-item,
.mobile-navigation .menu .children .page_item, .mobile-navigation .menu > ul .sub-menu .menu-item, .mobile-navigation .menu > ul .sub-menu .page_item,
.mobile-navigation .menu > ul .children .menu-item,
.mobile-navigation .menu > ul .children .page_item {
  border-left: 1px dashed #dcd0c7;
}
.mobile-navigation .menu-item, .mobile-navigation .page_item {
  position: relative;
}
.mobile-navigation .menu-item:not(:last-child), .mobile-navigation .page_item:not(:last-child) {
  border-bottom: 1px solid #dcd0c7;
}
.mobile-navigation .menu-item a, .mobile-navigation .page_item a {
  display: block;
  color: inherit;
  padding: 15px 20px !important;
  height: auto !important;
  font-size: 13px;
  font-size: 1em;
  line-height: 1.5 !important;
}
.mobile-navigation .menu-item a:hover, .mobile-navigation .page_item a:hover {
  color: #222964;
}
.mobile-navigation .menu-item.current-menu-item a, .mobile-navigation .page_item.current-menu-item a {
  color: #222964;
}
.mobile-navigation .menu-item-has-children, .mobile-navigation .page_item_has_children {
  position: relative;
}
.mobile-navigation .menu-item-has-children > button, .mobile-navigation .page_item_has_children > button {
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  background: white;
  padding: 15px 25px 15px 20px;
  text-align: center;
  border: none;
  border-left: 1px solid #dcd0c7;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  color: #24292d;
  font-size: 18px;
  font-size: 1.38462em;
  line-height: 1.1;
}
.mobile-navigation .menu-item-has-children.active:after, .mobile-navigation .page_item_has_children.active:after {
  content: "\f106";
}

/* 5. Content Wide Style */
.text-center {
  text-align: center;
}

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

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

.primary-color-text {
  color: #222964;
}

.primary-color-background {
  background-color: #222964;
}

.secondary-color-text {
  color: #1f2326;
}

.secondary-color-background {
  background-color: #1f2326;
}

.strong-color {
  color: #24292d;
}

.muted-color {
  color: #d4dbe3;
}

.spacer, .spacer-100 {
  height: 50px;
  border: none;
  display: block;
  clear: both;
}

.spacer-100 {
  height: 100px;
}

.page-header {
  background-color: #1f2326;
  background-size: cover !important;
  padding: 270px 0 100px;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.page-header:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-header .page-title {
  margin: 0;
  font-size: 120px;
  font-size: 9.23077em;
  color: white;
  font-family: antoniolight; text-transform:uppercase;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.breadcrumbs {
  font-size: 28px;
  font-size: 2.15385em;
  font-family: antoniolight; text-transform:uppercase;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.breadcrumbs a {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumbs a:hover {
  color: white;
}

blockquote p {
  font-family: inherit;
  font-size: 18px;
  font-size: 1.38462em;
  font-style: normal;
}

.page-contact {
  padding: 100px 0;
}
.page-contact .contact-detail .address, .page-contact .contact-detail .phone {
  padding-left: 30px;
  position: relative;
}
.page-contact .contact-detail .address .fa, .page-contact .contact-detail .phone .fa {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  font-size: 1.38462em;
}
.page-contact .contact-map {
  margin-bottom: 50px;
}
.page-contact .row {
  margin: 0 -15px;
}
.page-contact .row [class*="col-"] {
  padding: 0 15px;
}

.page-search {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (min-width: 991px) {
  .page-search {
    padding: 0 200px 100px;
  }
}

.main-content img {
  max-width: 100%;
}

.error404 .entry-header, .search-no-results .entry-header {
  font-family: antoniolight; text-transform:uppercase;
  text-align: center;
}
.error404 .entry-header .fourohfour, .search-no-results .entry-header .fourohfour {
  font-size: 200px;
  font-size: 15.38462em;
  color: #24292d;
  line-height: 1;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-top: 50px;
}
.error404 .entry-header .entry-title, .search-no-results .entry-header .entry-title {
  margin: 20px 0 10px;
  font-size: 48px;
  font-size: 3.69231em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #77828b;
}
.error404 .widget_search, .search-no-results .widget_search {
  margin-top: 35px;
}
.error404 .entry-content .random-posts, .search-no-results .entry-content .random-posts {
  padding: 80px 0;
}
.error404 .entry-content .random-posts .section-title, .search-no-results .entry-content .random-posts .section-title {
  margin-bottom: 60px;
}

/* 5.1 Wordpress Default Classes */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 5.2 Wordpress Default Classes */
.button, input[type="submit"], input[type="reset"], .products .product__action .added_to_cart.wc-forward, .widget.widget_product_search form input[type="submit"], .widget.widget_search input[type="submit"], .widget.widget_mc4wp_widget .mc4wp-form input[type="submit"], .widget.tokoo-mailchimp-subscribe-form .mc4wp-form input[type="submit"], .rtb-booking-form button[type="submit"] {
  padding: 15px 20px;
  display: inline-block;
  background-color: #24292d;
  color: white;
  border: none;
  font-size: 14px;
  font-size: 1.07692em;
  text-transform: uppercase;
  border-radius: 0 !important;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="password"],
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  padding: 15px 20px !important;
  border: 1px solid #d4dbe3;
  display: inline-block;
  outline: none;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
}
input[type="text"]:focus, input[type="text"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="password"]:focus,
input[type="password"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  border-color: #222964;
}

select {
  padding-right: 30px;
  background: url('./views/themes/theme-1/assets/img/select-arrow.png') right center no-repeat;
}

/* 5.3 Post */
.posts-holder {
  *zoom: 1;
}
.posts-holder:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.posts-holder.minimal-layout {
  max-width: 820px;
  margin: 0 auto;
}

body.single-post .main-content .container {
  max-width: 820px;
  margin: 0 auto;
}

.type-post, .type-page {
  margin-bottom: 100px;
}
.type-post .inner-post, .type-page .inner-post {
  *zoom: 1;
}
.type-post .inner-post:after, .type-page .inner-post:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.type-post .inner-post:after {
  content: " ";
  height: 10px;
  width: 80%;
  background: url('./views/themes/theme-1/assets/images/separator.png') repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
  
.minimal-layout .type-post, .minimal-layout .type-page {
  text-align: left;
    position: relative;
    padding-bottom: 25px;
}
.type-post.sticky, .type-page.sticky {
  border: 2px solid #ecad24;
  padding: 30px 30px 80px;
}
.type-post .entry-meta, .type-page .entry-meta {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  color: #888;
  text-align: center;
  font-size: 12px;
  font-size: 0.92308em;
  font-family: 'TrajanPro-Regular';
}
.type-post .entry-meta a, .type-page .entry-meta a {
  color: #888;
  font-family: 'TrajanPro-Regular';
}
.type-post .entry-title, .type-page .entry-title {
  text-transform: uppercase;
  font-size: 3.2em;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  padding: 10px 0;
  word-break: break-word;
}
.type-post .entry-title a, .type-page .entry-title a {
  color: #333;
  font-family: antoniolight; text-transform:uppercase;
}
.type-post .status-media, .type-page .status-media {
  padding: 50px;
  text-align: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.type-post .status-media:after, .type-page .status-media:after {
  content: " ";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  position: absolute;
}
.type-post .status-media blockquote p, .type-page .status-media blockquote p {
  font-family: 'TimesNewRomanPSMT';
  font-weight: 300;
  font-size: 24px;
  font-size: 1.84615em;
  color: white;
}
.type-post .status-media iframe, .type-page .status-media iframe {
  margin: 0 auto;
}
.type-post .featured-image, .type-page .featured-image {
  margin-bottom: 30px;
}
.type-post .featured-image img, .type-page .featured-image img {
  width: 100%;
  display: block;
  height: auto;
  max-width: 100%;
}
.type-post .featured-image.gallery-slider, .type-page .featured-image.gallery-slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.type-post .featured-image.gallery-slider .slides, .type-page .featured-image.gallery-slider .slides {
  *zoom: 1;
  list-style: none;
  width: 2000%;
  margin: 0;
}
.type-post .featured-image.gallery-slider .slides:after, .type-page .featured-image.gallery-slider .slides:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.type-post .featured-image.gallery-slider .slides li, .type-page .featured-image.gallery-slider .slides li {
  float: left;
}
.type-post .featured-image.gallery-slider .flex-direction-nav, .type-page .featured-image.gallery-slider .flex-direction-nav {
  margin: 0;
  letter-spacing: none;
}
.type-post .featured-image.gallery-slider .flex-direction-nav li, .type-page .featured-image.gallery-slider .flex-direction-nav li {
  line-height: 0;
}
.type-post .featured-image.gallery-slider .flex-direction-nav .flex-prev, .type-post .featured-image.gallery-slider .flex-direction-nav .flex-next, .type-page .featured-image.gallery-slider .flex-direction-nav .flex-prev, .type-page .featured-image.gallery-slider .flex-direction-nav .flex-next {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 2;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  font-size: 24px;
  font-size: 1.84615em;
  top: 0;
  bottom: 50px;
  margin: auto;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.type-post .featured-image.gallery-slider .flex-direction-nav .flex-prev, .type-page .featured-image.gallery-slider .flex-direction-nav .flex-prev {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.type-post .featured-image.gallery-slider .flex-direction-nav .flex-next, .type-page .featured-image.gallery-slider .flex-direction-nav .flex-next {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.type-post .featured-image.gallery-slider:hover .flex-next, .type-post .featured-image.gallery-slider:hover .flex-prev, .type-page .featured-image.gallery-slider:hover .flex-next, .type-page .featured-image.gallery-slider:hover .flex-prev {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.type-post .featured-image.gallery-slider .flex-control-nav, .type-page .featured-image.gallery-slider .flex-control-nav {
  list-style: none;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.type-post .featured-image.gallery-slider .flex-control-nav li, .type-page .featured-image.gallery-slider .flex-control-nav li {
  display: inline-block;
  margin: 0 5px;
}
.type-post .featured-image.gallery-slider .flex-control-nav li a, .type-page .featured-image.gallery-slider .flex-control-nav li a {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  overflow: hidden;
  text-indent: -99999px;
  cursor: pointer;
}
.type-post .featured-image.gallery-slider .flex-control-nav li a.flex-active, .type-page .featured-image.gallery-slider .flex-control-nav li a.flex-active {
  background-color: #222964;
}
.type-post .featured-image.media-wrap iframe, .type-page .featured-image.media-wrap iframe {
  max-width: 100%;
  width: 100%;
  display: block;
}
.type-post .entry-excerpt, .type-page .entry-excerpt {
  padding: 0 50px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.23077em;
  text-align: center;
  word-break: break-word;
}
.type-post .entry-action, .type-page .entry-action {
  text-align: center;
  font-size: 14px;
  font-size: 1.07692em;
}
.type-post .entry-action .entry-share, .type-page .entry-action .entry-share {
  display: inline-block;
}
.type-post .entry-action .entry-share a, .type-page .entry-action .entry-share a {
  padding: 10px 15px;
  color: #24292d;
}
.type-post .entry-action .entry-share a:hover, .type-page .entry-action .entry-share a:hover {
  color: #222964;
}
.type-post .entry-action .more-link, .type-page .entry-action .more-link {
  padding: 10px 20px;
  font-weight: 700;
  display: inline-block;
  color: #24292d;
  text-align: center;
  position: relative;
}
/*.type-post .entry-action .more-link:before, .type-page .entry-action .more-link:before {
  content: " ";
  top: 0;
  bottom: 0;
  width: 1px;
  left: 0;
  background-color: #222964;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
  position: absolute;
}*/
.masonry-layout .type-post, .masonry-layout .type-page {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  .masonry-layout .type-post, .masonry-layout .type-page {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .masonry-layout .type-post, .masonry-layout .type-page {
    width: 100%;
  }
}
.masonry-layout .type-post .inner-post, .masonry-layout .type-page .inner-post {
  background-color: #fff;
  border-radius: 2px;
  padding-bottom: 50px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.masonry-layout .type-post .inner-post:hover, .masonry-layout .type-page .inner-post:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.masonry-layout .type-post .entry-meta, .masonry-layout .type-page .entry-meta {
  font-size: 11px;
  font-size: 0.84615em;
  font-weight: 400;
  color: #888;
}
.masonry-layout .type-post .entry-title, .masonry-layout .type-page .entry-title {
  font-size: 16px;
  font-size: 1.23077rem;
  padding: 0 10px;
  margin: 10px 10px 5px 10px;
  word-break: break-word;
}
.masonry-layout .type-post .featured-image, .masonry-layout .type-page .featured-image {
  overflow: hidden;
}
.masonry-layout .type-post .entry-excerpt, .masonry-layout .type-page .entry-excerpt {
  font-size: inherit;
  max-height: 95px;
  overflow: hidden;
  position: relative;
  padding: 0 40px;
}
.masonry-layout .type-post .more-link, .masonry-layout .type-page .more-link {
  font-size: 12px;
  font-size: 0.92308em;
  font-weight: 400;
  padding: 5px 5px;
  margin-top: -20px;
  text-align: center;
  max-width: 230px;
  margin: -20px auto;
  display: block;
}
.type-post .entry-details, .type-page .entry-details {
  padding: 0 50px;
  text-align: left;
}
.type-post .entry-tags, .type-page .entry-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 0 15px;
  font-size: 1.23077em;
}
.type-post .entry-tags strong, .type-page .entry-tags strong {
  padding-right: 15px;
  color: #24292d;
  text-transform: uppercase;
  
  min-width: 120px;
}
.type-post .entry-tags a, .type-page .entry-tags a {
  color: #77828b;
}
.type-post .entry-tags a:hover, .type-page .entry-tags a:hover {
  color: #222964;
}
.type-post .share-post, .type-page .share-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 30px;
  font-size: 1.23077em;
}
.type-post .share-post strong, .type-page .share-post strong {
  min-width: 120px;
  color: #24292d;
  padding-right: 15px;
  text-transform: uppercase;
  
}
.type-post .share-post .entry-share a, .type-page .share-post .entry-share a {
  padding: 5px 10px;
  display: inline-block;
}
.type-post .author-box, .type-post .entry-related, .type-page .author-box, .type-page .entry-related {
  padding: 15px 0;
  *zoom: 1;
}
.type-post .author-box:after, .type-post .entry-related:after, .type-page .author-box:after, .type-page .entry-related:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.type-post .author-box > h3, .type-post .entry-related > h3, .type-page .author-box > h3, .type-page .entry-related > h3 {
  font-size: 1.23077em;
  
  color: #24292d;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #d4dbe3;
  margin-bottom: 30px !important;
}
.type-post .author-box .post-author, .type-page .author-box .post-author {
  padding-left: 80px;
  position: relative;
}
.type-post .author-box .post-author__image, .type-page .author-box .post-author__image {
  position: absolute;
  left: 0;
  top: 0;
}
.type-post .author-box .post-author__image img, .type-page .author-box .post-author__image img {
  border-radius: 50%;
}
.type-post .author-box .post-author__name, .type-page .author-box .post-author__name {
  margin-top: 0;
  text-transform: uppercase;
}
.type-post .author-box .post-author__name a, .type-page .author-box .post-author__name a {
  color: #24292d;
}
.type-post .entry-related ul, .type-page .entry-related ul {
  list-style: none;
  margin: 0 -15px;
}
.type-post .entry-related li, .type-page .entry-related li {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
.type-post .entry-related h3, .type-page .entry-related h3 {
  font-size: 1.23077em;
}
.type-post .entry-related h3 a:hover, .type-page .entry-related h3 a:hover {
  color: #222964;
}

.masonry-layout {
  position: relative;
}
.masonry-layout:before {
  content: " ";
  width: 64px;
  height: 64px;
  background: url('./views/themes/theme-1/assets/img/loader.gif') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.masonry-layout .type-post {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.masonry-layout .type-post.sticky {
  border: none;
}
.masonry-layout .type-post.sticky .inner-post {
  border: 2px solid #222964;
  padding: 15px 15px 40px;
}
.masonry-layout.loaded:before {
  opacity: 0;
}
.masonry-layout.loaded .type-post {
  opacity: 1;
}

.posts-navigation {
  *zoom: 1;
  position: relative;
  margin-bottom: 80px;
  text-align: center;
  display: block;
}
.posts-navigation:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.posts-navigation .page-numbers {
  padding: 5px 10px;
  display: inline-block;
  color: #1f2326;
  outline: none;
  position: relative;
}
.posts-navigation .page-numbers:last-child:after {
  display: none;
}
.posts-navigation .page-numbers.current {
  color: #77828b;
}
.posts-navigation .prev, .posts-navigation .next {
  background-color: #1f2326;
  padding: 5px 15px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-size: 11px;
  font-size: 0.84615em;
  font-weight: 700;
}
.posts-navigation .prev .fa, .posts-navigation .next .fa {
  font-size: 18px;
  font-size: 1.38462em;
}
.posts-navigation .prev:hover, .posts-navigation .next:hover {
  background-color: #222964;
}
.posts-navigation .prev {
  float: left;
}
.posts-navigation .prev .fa {
  margin-right: 30px;
}
.posts-navigation .next {
  float: right;
}
.posts-navigation .next .fa {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .posts-navigation .prev .fa {
    margin: 0;
  }
  .posts-navigation .next .fa {
    margin: 0;
  }
}

.single .type-post,
.single .type-page {
  margin-top: 70px;
}
.single .type-post .entry-overview:after,
.single .type-page .entry-overview:after {
  display: none;
}

.post-navigation {
  overflow: hidden;
  padding: 60px 0;
  margin: 70px 0;
  position: relative;
}
.post-navigation:before {
  content: " ";
  width: 30px;
  height: 2px;
  background-color: #d4dbe3;
  position: absolute;
  left: 0;
  top: 0;
}
.post-navigation:after {
  content: " ";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 10px;
  left: 0;
  background: url('./views/themes/theme-1/assets/img/separator.png') repeat-x;
}
.post-navigation .prev-post, .post-navigation .next-post {
  width: 50%;
  position: relative;
  text-transform: uppercase;
  color: #24292d;
  font-weight: 400;
  font-size: 13px;
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  .post-navigation .prev-post, .post-navigation .next-post {
    width: 100%;
    margin-bottom: 30px;
  }
}
.post-navigation .prev-post .fa, .post-navigation .next-post .fa {
  position: absolute;
  top: 3px;
  color: #222964;
  font-size: 18px;
  font-size: 1.38462em;
}
.post-navigation .prev-post:hover, .post-navigation .next-post:hover {
  color: #222964;
}
.post-navigation .prev-post {
  padding-left: 20px;
  padding-right: 15px;
  float: left;
}
@media screen and (max-width: 480px) {
  .post-navigation .prev-post {
    padding-right: 0;
  }
}
.post-navigation .prev-post .fa {
  left: 0;
}
.post-navigation .next-post {
  padding-right: 20px;
  padding-left: 15px;
  float: right;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .post-navigation .next-post {
    padding-left: 0;
  }
}
.post-navigation .next-post .fa {
  right: 0;
}

.entry-content, .page-content, .comment-content {
  font-size: 1.23077em;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
  font-weight: 400;
  color: #24292d;
  margin: .2em 0 .7em;
}
.entry-content h1, .page-content h1, .comment-content h1 {
  font-size: 2.25em;
}
.entry-content h2, .page-content h2, .comment-content h2 {
  font-size: 1.875em;
}
.entry-content h3, .page-content h3, .comment-content h3 {
  font-size: 1.5em;
}
.entry-content h4, .page-content h4, .comment-content h4 {
  font-size: 1.3125em;
}
.entry-content h5, .page-content h5, .comment-content h5 {
  font-size: 1.125em;
}
.entry-content h6, .page-content h6, .comment-content h6 {
  font-size: 0.9375em;
}
.entry-content img, .page-content img, .comment-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .leading, .page-content .leading, .comment-content .leading {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.38462em;
  color: #a7b3bc;
  line-height: 30px;
}
.entry-content blockquote, .page-content blockquote, .comment-content blockquote {
  padding-left: 30px;
  border-left: 2px solid #222964;
  font-size: 18px;
  font-size: 1.38462em;
}
.entry-content blockquote cite, .page-content blockquote cite, .comment-content blockquote cite {
  display: block;
  text-align: right;
  font-size: 11px;
  font-size: 0.84615rem;
  margin-top: 30px;
  font-style: normal;
}
.entry-content blockquote p, .page-content blockquote p, .comment-content blockquote p {
  font-size: 1em;
}
.entry-content blockquote.alignright, .page-content blockquote.alignright, .comment-content blockquote.alignright {
  float: right;
  margin: 0 0 0 50px;
  padding: 20px 0 20px 30px;
  max-width: 70%;
}
.entry-content blockquote.alignleft, .page-content blockquote.alignleft, .comment-content blockquote.alignleft {
  float: left;
  margin: 0 50px 0 0;
  padding: 20px 30px 20px 0;
  max-width: 70%;
  border-left: none;
  border-right: 2px solid #222964;
}
.entry-content table th, .entry-content table td, .page-content table th, .page-content table td, .comment-content table th, .comment-content table td {
  border: 1px solid #d4dbe3;
  padding: 10px;
}
.entry-content table th, .page-content table th, .comment-content table th {
  color: #24292d;
}
.entry-content ul, .entry-content ol, .page-content ul, .page-content ol, .comment-content ul, .comment-content ol {
  margin-left: 20px;
}

.comments-area {
  padding: 0 50px;
}

.comment-reply-title,
.comments-title,
.comment-respond .comment-reply-title {
  font-size: 16px !important;
  color: #24292d;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #d4dbe3;
  margin-bottom: 50px !important;
}

.comment-list, .comment-list .children {
  list-style: none;
  position: relative;
  margin: 0 !important;
}

.comment {
  position: relative;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .comment {
    padding-left: 0;
  }
}
.comment .avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.comment-body {
  padding-bottom: 40px;
  min-height: 60px;
}
.comment .fn, .comment .fn a {
  color: #24292d;
  font-size: 13px;
  font-size: 1em;
}
.comment .says {
  display: none;
}
.comment-meta {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .comment-meta {
    padding-left: 80px;
    position: relative;
    min-height: 60px;
    padding-top: 10px;
  }
}
.comment-metadata {
  color: #d4dbe3;
  font-size: 11px;
  font-size: 0.84615em;
}
.comment-metadata a {
  color: #d4dbe3;
}
@media screen and (max-width: 768px) {
  .comment-content {
    padding-left: 0;
  }
}
.comment .reply {
  color: #24292d;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .comment .reply {
    padding-left: 0;
  }
}
.comment .reply a {
  color: #24292d;
}
.comment .reply:after {
  content: " ";
  width: 30px;
  height: 2px;
  background-color: #d4dbe3;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .comment .reply:after {
    left: 0;
  }
}

.comment-respond {
  margin-bottom: 70px;
}
.comment-respond .comment-form {
  *zoom: 1;
  margin: 0 -15px;
}
.comment-respond .comment-form:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.comment-respond .comment-form .comment-notes, .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url, .comment-respond .comment-form-comment, .comment-respond .comment-form .logged-in-as {
  float: left;
  padding: 0 15px;
}
.comment-respond .comment-form .comment-notes, .comment-respond .comment-form-comment {
  width: 100%;
  float: none;
}
.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 990px) {
  .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
    width: 100%;
    margin-bottom: 30px;
  }
}
.comment-respond .comment-form-author input, .comment-respond .comment-form-email input, .comment-respond .comment-form-url input {
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  font-size: 1em;
}
.comment-respond .comment-form-comment {
  position: relative;
  clear: both;
}
.comment-respond .comment-form-comment textarea {
  width: 100%;
  height: 150px;
  font-size: 13px;
  font-size: 1em;
}
.comment-respond .comment-form .form-allowed-tags, .comment-respond .comment-form .form-submit {
  padding: 0 15px;
}
.comment-respond .comment-form .form-submit input {
  padding: 10px 30px;
  text-align: center;
  background-color: #1f2326;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.23077em;
  color: white;
  border: none;
}

.sticky {
  padding: 20px;
  border: 2px solid #222964;
}
.sticky .entry-share {
  top: 20px;
  right: 20px;
}
.sticky .entry-overview:after {
  display: none;
}

.gallery-caption {
  font-style: style;
  font-size: 13px;
  font-size: 1em;
}

.bypostauthor .avatar {
  border: 2px solid #222964;
}

.archive-wrap {
  padding: 100px 0;
}
@media screen and (min-width: 991px) {
  .archive-wrap {
    width: 80%;
    margin: 0 auto;
  }
}
.archive-wrap [class*="-archive"] {
  margin-bottom: 30px;
}
.archive-wrap .section-title {
  font-size: 16px;
  font-size: 1.23077em;
}
.archive-wrap ul {
  list-style-type: none;
  margin: 0 0 30px;
}
.archive-wrap ul li {
  border-bottom: 1px solid #d4dbe3;
  padding: 5px 0;
}
.archive-wrap .latest-posts-list h3 {
  display: inline;
  font-size: 13px;
  font-size: 1em;
}

/* 5.3 Woocommerce */
.products {
  list-style: none;
  *zoom: 1;
}
.products:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.products .product {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 15px;
}
.products .product:nth-child(4n+1) {
  clear: both;
}
@media screen and (max-width: 990px) {
  .products .product {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .products .product {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .products .product {
    width: 100%;
  }
}
.products .product .onsale {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 100%;
  width: 40px;
  max-width: 80px;
  border-radius: 3px;
  right: 0;
  margin: 0 auto;
  background-color: #222964;
  color: white;
}
.products .product .onsale:after {
  content: " ";
  width: 0;
  border-style: solid;
  border-width: 10px 20px;
  border-color: #222964 transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.products .product__image {
  width: 170px;
  max-width: 100%;
  margin-bottom: 20px;
  margin: 0 auto 22px;
  position: relative;
}
.products .product__image a {
  display: block;
}
.products .product__image img {
  width: 170px;
  max-width: 100%;
  height: auto !important;
  display: block;
  border-radius: 50%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.products .product:hover .product__image img {
  opacity: .4;
}
.products .product:hover .addon .yith-wcqv-button.quickview, .products .product:hover .addon .yith-wcwl-add-to-wishlist {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.products .product .addon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}
.products .product .addon .yith-wcqv-button.quickview, .products .product .addon .yith-wcwl-add-to-wishlist {
  display: inline-block;
  line-height: normal;
  margin: 0 5px;
  -webkit-transition: 0.3s cubic-bezier(0, 0.4, 0.25, 1.34);
  transition: 0.3s cubic-bezier(0, 0.4, 0.25, 1.34);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  color: #1f2326;
}
.products .product .addon .yith-wcqv-button.quickview .fa, .products .product .addon .yith-wcwl-add-to-wishlist .fa {
  margin-right: 0;
}
.products .product .addon .yith-wcqv-button.quickview {
  font-size: 24px;
  font-size: 1.84615em;
}
.products .product .addon .yith-wcwl-add-to-wishlist {
  position: relative;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  position: relative;
}
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  float: none;
  display: block;
  border-radius: 0;
  font-size: 22px;
  font-size: 1.69231em;
}
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a [class*="icon"] {
  margin-right: 0;
}
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  position: relative;
  padding: 10px;
}
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before,
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before {
  content: "\f004";
  font-family: FontAwesome;
  color: red;
  line-height: 1.2;
  font-size: 22px;
  font-size: 1.69231em;
}
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span,
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span {
  display: none;
}
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  position: absolute;
  bottom: 100%;
  padding: 10px;
  padding-bottom: 20px;
  margin-left: -20px;
  left: -50%;
  white-space: nowrap;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
  content: " ";
  width: 100%;
  top: 0;
  bottom: 10px;
  background-color: white;
  border-radius: 3px;
  position: absolute;
  left: 0;
  z-index: -1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after,
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: white transparent transparent;
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: auto;
}
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover a,
.products .product .addon .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 1;
}
.products .product .addon .clear {
  display: none;
}
.products .product__title {
  font-size: 14px;
  font-size: 1.07692em;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products .product__title a {
  color: #24292d;
}
.products .product__title a:hover {
  color: #222964;
}
.products .product__categories {
  font-size: 13px;
  font-size: 1em;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 5px;
}
.products .product__categories:after {
  content: " ";
  width: 20px;
  height: 1px;
  background-color: #222964;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  position: absolute;
}
.products .product__categories a {
  color: #77828b;
}
.products .product__categories a:hover {
  color: #222964;
}
.products .product__action {
  height: 34px;
  overflow: hidden;
}
.products .product__action .product__price {
  display: block;
  height: 34px;
  font-size: 18px;
  font-size: 1.38462em;
  color: #24292d;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-weight: 700;
}
.products .product__action .product__price .amount span {
  margin-right: 5px;
  color: #77828b;
  font-weight: 400;
}
.products .product__action .product__price del, .products .product__action .product__price ins {
  display: inline-block;
}
.products .product__action .product__price del sup {
  text-decoration: none;
}
.products .product__action .product__price ins {
  text-decoration: none;
}
.products .product__action .button, .products .product__action input[type="submit"], .products .product__action input[type="reset"], .products .product__action .added_to_cart.wc-forward, .products .product__action .widget.widget_product_search form input[type="submit"], .widget.widget_product_search form .products .product__action input[type="submit"], .products .product__action .widget.widget_mc4wp_widget .mc4wp-form input[type="submit"], .widget.widget_mc4wp_widget .mc4wp-form .products .product__action input[type="submit"], .products .product__action .widget.tokoo-mailchimp-subscribe-form .mc4wp-form input[type="submit"], .widget.tokoo-mailchimp-subscribe-form .mc4wp-form .products .product__action input[type="submit"], .products .product__action .rtb-booking-form button[type="submit"], .rtb-booking-form .products .product__action button[type="submit"] {
  height: 34px;
  margin: 0;
  padding: 7px 20px 3px;
  font-size: 11px;
  font-size: 0.84615em;
  text-transform: uppercase;
}
.products .product__action .button:hover, .products .product__action input[type="submit"]:hover, .products .product__action input[type="reset"]:hover, .products .product__action .added_to_cart.wc-forward:hover, .products .product__action .rtb-booking-form button[type="submit"]:hover, .rtb-booking-form .products .product__action button[type="submit"]:hover {
  color: white;
}
.products .product__action .add_to_cart_button.added {
  display: none;
}
.products .product__action .added_to_cart.wc-forward {
  background: none;
  color: #222964;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.84615em;
  padding-top: 7px;
}
.products .product__action .added_to_cart.wc-forward:hover {
  color: #222964;
  text-decoration: underline;
}
.products .product__action .yith-wcqv-button {
  display: none;
}
.products .product:hover .product__price {
  margin-top: -34px;
}
.products + .posts-navigation {
  padding: 70px 0 70px;
  position: relative;
  *zoom: 1;
  margin: 50px 0;
}
.products + .posts-navigation:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.products + .posts-navigation:before {
  content: " ";
  width: 100%;
  height: 10px;
  background: url('./views/themes/theme-1/assets/img/separator.png') repeat-x;
  left: 0;
  position: absolute;
}
.products + .posts-navigation:before {
  top: 0;
}

.columns-1 .product {
  width: 100%;
}
.columns-1 .product:nth-child(4n+1) {
  clear: none;
}
.columns-2 .product {
  width: 50%;
}
.columns-2 .product:nth-child(4n+1) {
  clear: none;
}
.columns-3 .product {
  width: 33.3333%;
}
.columns-3 .product:nth-child(4n+1) {
  clear: none;
}
.columns-4 .product {
  width: 25%;
}
.columns-4 .product:nth-child(4n+1) {
  clear: both;
}
.columns-5 .product {
  width: 20%;
}
.columns-5 .product:nth-child(4n+1) {
  clear: none;
}
.columns-6 .product {
  width: 16.6667%;
}
.columns-6 .product:nth-child(4n+1) {
  clear: none;
}
.columns-7 .product {
  width: 12.2857%;
}
.columns-7 .product:nth-child(4n+1) {
  clear: none;
}
.columns-8 .product {
  width: 12.5%;
}
.columns-8 .product:nth-child(4n+1) {
  clear: none;
}
.columns-9 .product {
  width: 11.1111%;
}
.columns-9 .product:nth-child(4n+1) {
  clear: none;
}
.columns-10 .product {
  width: 10%;
}
.columns-10 .product:nth-child(4n+1) {
  clear: none;
}

.products-sorting {
  padding: 50px 0;
  *zoom: 1;
}
.products-sorting:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.products-sorting .woocommerce-result-count {
  float: left;
  font-family: antoniolight; text-transform:uppercase;
  font-weight: 700;
  font-size: 30px;
  font-size: 2.30769em;
  color: #24292d;
}
.products-sorting .woocommerce-ordering {
  float: right;
  position: relative;
}
.products-sorting .woocommerce-ordering select {
  border: none;
  padding-left: 0;
}
.products-sorting .woocommerce-ordering:after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 30px;
  border: 1px solid #222964;
  left: 20px;
}

.product-overview, #yith-quick-view-content {
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
  padding-top: 100px;
}
.product-overview:after, #yith-quick-view-content:after {
  content: " ";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  background: url('./views/themes/theme-1/assets/img/separator.png') repeat-x;
}
.product-overview .images, #yith-quick-view-content .images {
  width: 40%;
  float: left;
}
.product-overview .images > a, #yith-quick-view-content .images > a {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.product-overview .images > a img, #yith-quick-view-content .images > a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
}
.product-overview .images .thumbnails, #yith-quick-view-content .images .thumbnails {
  text-align: center;
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 990px) {
  .product-overview .images .thumbnails, #yith-quick-view-content .images .thumbnails {
    margin-bottom: 50px;
  }
}
.product-overview .images .thumbnails a, #yith-quick-view-content .images .thumbnails a {
  display: inline-block;
  text-align: center;
}
.product-overview .images .thumbnails a img, #yith-quick-view-content .images .thumbnails a img {
  border-radius: 50%;
  display: block;
  width: 70px !important;
  height: 70px !important;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.product-overview .images .slick-prev, .product-overview .images .slick-next, #yith-quick-view-content .images .slick-prev, #yith-quick-view-content .images .slick-next {
  padding: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  font-size: 1.84615em;
  cursor: pointer;
}
.product-overview .images .slick-prev, #yith-quick-view-content .images .slick-prev {
  left: 0;
}
.product-overview .images .slick-next, #yith-quick-view-content .images .slick-next {
  right: 0;
}
.product-overview .product-summary, .product-overview .summary, #yith-quick-view-content .product-summary, #yith-quick-view-content .summary {
  width: 50%;
  float: right;
  position: relative;
}
.product-overview .product-summary span.onsale, .product-overview .summary span.onsale, #yith-quick-view-content .product-summary span.onsale, #yith-quick-view-content .summary span.onsale {
  position: absolute;
  top: 0;
  right: 15px;
  background-color: #FF5722;
  color: white;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.product-overview .images, .product-overview .product-summary, .product-overview .summary, #yith-quick-view-content .images, #yith-quick-view-content .product-summary, #yith-quick-view-content .summary {
  padding: 0 15px;
}
@media screen and (max-width: 990px) {
  .product-overview .images, .product-overview .product-summary, .product-overview .summary, #yith-quick-view-content .images, #yith-quick-view-content .product-summary, #yith-quick-view-content .summary {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.product-overview .woocommerce-breadcrumb a, #yith-quick-view-content .woocommerce-breadcrumb a {
  color: inherit;
}
.product-overview .product_title, #yith-quick-view-content .product_title {
  font-family: "Shadows Into Light", "Roboto", "Open Sans", arial, sans-serif;
  font-size: 64px;
  font-size: 4.92308em;
  margin: 0 0 20px;
}
.product-overview .price, #yith-quick-view-content .price {
  font-size: 50px;
  font-size: 3.84615em;
  font-family: 'TimesNewRomanPSMT';
  font-weight: 700;
  margin-bottom: 0;
  line-height: normal;
  color: #24292d;
}
.product-overview .price .amount span, #yith-quick-view-content .price .amount span {
  font-size: inherit;
  margin-right: 10px;
  font-weight: normal;
  color: #77828b;
}
.product-overview .add_to_wishlist, #yith-quick-view-content .add_to_wishlist {
  color: #77828b;
}
.product-overview .add_to_wishlist .fa, #yith-quick-view-content .add_to_wishlist .fa {
  color: #222964;
}
.product-overview [itemprop="description"], #yith-quick-view-content [itemprop="description"] {
  margin: 30px 0;
}
.product-overview .quantity, #yith-quick-view-content .quantity {
  float: left;
  margin-right: 10px;
}
.product-overview .quantity input, #yith-quick-view-content .quantity input {
  width: 150px;
}
.product-overview .cart, #yith-quick-view-content .cart {
  margin-bottom: 50px;
}
.product-overview .button, .product-overview input[type="submit"], .product-overview input[type="reset"], .product-overview .products .product__action .added_to_cart.wc-forward, .products .product__action .product-overview .added_to_cart.wc-forward, .product-overview .widget.widget_product_search form input[type="submit"], .widget.widget_product_search form .product-overview input[type="submit"], .product-overview .widget.widget_search input[type="submit"], .widget.widget_search .product-overview input[type="submit"], .product-overview .widget.widget_mc4wp_widget .mc4wp-form input[type="submit"], .widget.widget_mc4wp_widget .mc4wp-form .product-overview input[type="submit"], .product-overview .widget.tokoo-mailchimp-subscribe-form .mc4wp-form input[type="submit"], .widget.tokoo-mailchimp-subscribe-form .mc4wp-form .product-overview input[type="submit"], .product-overview .rtb-booking-form button[type="submit"], .rtb-booking-form .product-overview button[type="submit"], #yith-quick-view-content .button, #yith-quick-view-content input[type="submit"], #yith-quick-view-content input[type="reset"], #yith-quick-view-content .products .product__action .added_to_cart.wc-forward, .products .product__action #yith-quick-view-content .added_to_cart.wc-forward, #yith-quick-view-content .rtb-booking-form button[type="submit"], .rtb-booking-form #yith-quick-view-content button[type="submit"] {
  color: white;
  background-color: #1f2326;
  text-transform: uppercase;
  margin: 0;
}
.product-overview .product_meta, #yith-quick-view-content .product_meta {
  clear: both;
  font-size: 14px;
  font-size: 1.07692em;
}
.product-overview .product_meta a, #yith-quick-view-content .product_meta a {
  color: #77828b;
}
.product-overview .product_meta > span, #yith-quick-view-content .product_meta > span {
  display: block;
  font-weight: 700;
}
.product-overview .product_meta > span a, #yith-quick-view-content .product_meta > span a {
  font-weight: normal;
}

.product-details {
  position: relative;
  padding: 100px 0 100px;
  overflow: hidden;
}
.product-details:after {
  content: " ";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  background: url('./views/themes/theme-1/assets/img/separator.png') repeat-x;
}
.product-details .tabs {
  width: 30%;
  float: left;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .product-details .tabs {
    width: 100%;
    float: none;
  }
}
.product-details .tabs li {
  border-bottom: 1px solid #d4dbe3;
}
@media screen and (max-width: 768px) {
  .product-details .tabs li {
    display: inline-block;
    border-bottom: none;
    border-right: 1px solid #d4dbe3;
  }
}
.product-details .tabs a {
  padding: 10px 20px;
  display: block;
  text-transform: uppercase;
  color: #77828b;
}
@media screen and (max-width: 768px) {
  .product-details .tabs a {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.product-details .panel {
  float: right;
  width: 70%;
  padding: 0 50px;
  min-height: 200px;
  border-left: 1px solid #d4dbe3;
}
@media screen and (max-width: 768px) {
  .product-details .panel {
    width: 100%;
    float: none;
    border-left: none;
    border-top: 1px solid #d4dbe3;
    padding: 30px 0;
  }
}
.product-details .panel > h2 {
  font-size: 16px;
  font-size: 1.23077em;
  font-weight: 600;
  color: #24292d;
}

#reviews #comments h2 {
  font-size: 16px;
  font-size: 1.23077em;
  font-weight: 600;
  color: #24292d;
}
#reviews .comment-respond .comment-form {
  margin: 0 -15px;
}
#reviews .comment-form .comment-form-author,
#reviews .comment-form .comment-form-email {
  width: 50%;
}
#reviews .comment-form .comment-form-rating {
  width: 100%;
  padding: 15px;
}
#reviews .woocommerce-noreviews {
  margin-bottom: 50px;
}

.upsells {
  padding: 100px 0;
  position: relative;
}
.upsells:after {
  content: " ";
  width: 100%;
  height: 10px;
  background: url('./views/themes/theme-1/assets/img/separator.png') repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.upsells .related-title {
  text-align: center;
  font-size: 16px;
  font-size: 1.23077em;
  margin-bottom: 70px;
  text-transform: uppercase;
}
.upsells .related-title span {
  color: #24292d;
  padding-bottom: 5px;
  border-bottom: 2px solid #d4dbe3;
}

.table-finder {
  padding: 50px 0;
  margin: 50px 0;
}
.table-finder .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.table-finder .section-title span {
  padding: 0 0 10px;
  color: #24292d;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 2px solid #d4dbe3;
}
.table-finder form {
  *zoom: 1;
  margin: 0 -5px;
  display: table;
  width: 100%;
}
.table-finder form:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.table-finder .control {
  width: 25%;
  display: table-cell;
  vertical-align: bottom;
  padding: 10px;
}
@media screen and (max-width: 990px) {
  .table-finder .control {
    width: 50%;
    display: block;
    float: left;
  }
  .table-finder .control button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .table-finder .control {
    width: 100%;
  }
}
.table-finder .control > label {
  display: block;
  font-size: 10px;
  font-size: 0.76923em;
  text-transform: uppercase;
  color: #24292d;
  margin-bottom: 5px;
}
.table-finder .control > input {
  width: 100%;
}
.table-finder .control > button {
  padding: 16px 20px;
  color: white;
  background-color: #1f2326;
  border: none;
  text-transform: uppercase;
  width: 100%;
}
.table-finder .control > button .fa {
  margin-left: 15px;
}

.star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 18px;
  font-size: 1.38462em;
  width: 5.4em;
  font-family: "dripicons";
  color: #d4dbe3;
}
.star-rating:before {
  content: "\e090\e090\e090\e090\e090";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\e090\e090\e090\e090\e090";
  top: 0;
  position: absolute;
  left: 0;
  color: #24292d;
}

.woocommerce-product-rating {
  *zoom: 1;
  line-height: 2;
  display: block;
  margin-bottom: 30px;
}
.woocommerce-product-rating:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.woocommerce-product-rating:after, .woocommerce-product-rating:before {
  content: " ";
  display: table;
}
.woocommerce-product-rating:after {
  clear: both;
}
.woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left;
}
.woocommerce-product-rating .woocommerce-review-link {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  font-size: 0.92308em;
  font-family: #d4dbe3;
}

p.stars {
  position: relative;
  font-size: 1em;
}
p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0 !important;
  outline: 0;
}
p.stars a:last-child {
  border-right: 0;
}
p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
  border-right: 1px solid #ccc;
}
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
  font-family: "FontAwesome";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
p.stars a.star-1 {
  width: 2em;
}
p.stars a.star-1:after {
  content: "";
}
p.stars a.star-1.active:after, p.stars a.star-1:hover:after {
  content: "";
}
p.stars a.star-2 {
  width: 3em;
}
p.stars a.star-2:after {
  content: "";
}
p.stars a.star-2.active:after, p.stars a.star-2:hover:after {
  content: "";
}
p.stars a.star-3 {
  width: 4em;
}
p.stars a.star-3:after {
  content: "";
}
p.stars a.star-3.active:after, p.stars a.star-3:hover:after {
  content: "";
}
p.stars a.star-4 {
  width: 5em;
}
p.stars a.star-4:after {
  content: "";
}
p.stars a.star-4.active:after, p.stars a.star-4:hover:after {
  content: "";
}
p.stars a.star-5 {
  width: 6em;
  border: 0;
}
p.stars a.star-5:after {
  content: "";
}
p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
  content: "";
}

.col2-set {
  width: 100%;
}
.col2-set:after {
  content: "";
  display: block;
  clear: both;
}
.col2-set .col-1 {
  float: left;
  width: 48%;
}
.col2-set .col-2 {
  float: right;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .col2-set .col-1, .col2-set .col-2 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
form .form-row:after {
  content: "";
  display: block;
  clear: both;
}
form .form-row label {
  display: block;
}
form .form-row label.hidden {
  visibility: hidden;
}
form .form-row select {
  width: 100%;
  cursor: pointer;
  margin: 0;
}
form .form-row .required {
  color: red;
  font-weight: bold;
  border: 0;
}
form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
form .form-row label.checkbox {
  display: inline;
}
form .form-row input.input-text, form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1em;
}
form .form-row textarea {
  height: 3.5em;
  line-height: 1.5em;
  display: block;
  box-shadow: none;
}
form .form-row.woocommerce-validated input.input-text {
  background-image: url('./views/themes/theme-1/assets/css/images/icons/valid.html');
  background-position: 95% center;
  background-repeat: no-repeat;
}
form .form-row.woocommerce-invalid input.input-text {
  background-image: url('./views/themes/theme-1/assets/css/images/icons/invalid.html');
  background-position: 95% center;
  background-repeat: no-repeat;
}
form .form-row.woocommerce-invalid .chzn-single, form .form-row.woocommerce-invalid .chzn-drop, form .form-row.woocommerce-invalid input.input-text, form .form-row.woocommerce-invalid select {
  border-color: #fb7f88;
}
form .form-row ::-webkit-input-placeholder {
  line-height: 1em;
  padding-top: 2px;
}
form .form-row :-moz-placeholder {
  line-height: 1em;
  padding-top: 2px;
}
form .form-row :-ms-input-placeholder {
  line-height: 1em;
  padding-top: 2px;
}
form .form-row-first, form .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}
@media screen and (max-width: 640px) {
  form .form-row-first, form .form-row-last {
    width: 100%;
    float: none;
  }
}
form .form-row-last {
  float: right;
}
form .form-row-wide {
  clear: both;
}

.cart_totals table {
  width: 100%;
  margin-bottom: 30px;
}
.cart_totals table th, .cart_totals table td {
  vertical-align: middle;
}
.cart_totals table th {
  text-align: right;
  background-color: transparent !important;
  color: #24292d !important;
  padding-right: 20px;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  width: 200px;
}
.cart_totals .amount {
  position: relative;
  overflow: hidden;
  color: #24292d;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
}
.cart_totals sup {
  font-weight: 300;
  position: relative;
  margin-right: 5px;
  display: inline-block;
  font-size: 10px;
  color: #77828b;
}
.cart_totals sup:after {
  content: " ";
  width: 150px;
  height: 1px;
  background-color: #222964;
  left: 100%;
  position: absolute;
  margin-left: 5px;
  top: -15px;
}

.woocommerce-checkout-review-order-table tr td {
  border-bottom: none !important;
}
.woocommerce-checkout-review-order-table tfoot th {
  background-color: transparent !important;
  border-right: 1px solid #e3e3e3;
  text-align: right;
  padding-right: 20px;
  color: #24292d !important;
  vertical-align: top;
}

.select2-choice {
  padding: 15px 20px !important;
  border-radius: 0 !important;
  border: 1px solid #333;
  line-height: normal;
}

.clear {
  *zoom: 1;
}
.clear:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.order_details {
  margin: 0 0 30px !important;
  padding: 20px 0;
  border: 1px dashed #1f2326;
  border-left: none;
  border-right: none;
  list-style: none;
}
.order_details span {
  width: 150px;
  display: inline-block;
}

p.order-info mark {
  display: inline-block;
  padding: 0 10px;
  background-color: #e3e3e3;
  border-radius: 3px;
  font-family: "Shadows Into Light", "Roboto", "Open Sans", arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #444;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
}

table.shop_table {
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  table.shop_table {
    font-size: 80%;
  }
}
table.shop_table th, table.shop_table td {
  border: none;
}
table.shop_table th {
  font-weight: 400;
  line-height: 18px;
  padding: 30px 20px !important;
  background-color: #24292d;
  color: white;
  text-transform: uppercase;
}
table.shop_table tr:nth-child(even) {
  background-color: #F0F0F7;
}
table.shop_table td {
  padding: 20px 12px !important;
  vertical-align: middle;
  border-bottom: none;
}
table.shop_table td small {
  font-weight: normal;
}
table.shop_table .product-thumbnail img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
}
table.shop_table .product-price del, table.shop_table .product-subtotal del, table.shop_table .product-total del {
  position: relative;
  top: -1em;
  font-size: 10px !important;
}
table.shop_table .product-price del .amount, table.shop_table .product-subtotal del .amount, table.shop_table .product-total del .amount {
  text-decoration: line-through;
  font-size: 10px !important;
}
table.shop_table .product-price del .amount sup, table.shop_table .product-subtotal del .amount sup, table.shop_table .product-total del .amount sup {
  top: 0;
  display: inline-block;
  font-size: 10px !important;
}
table.shop_table .product-price del .amount sup:after, table.shop_table .product-subtotal del .amount sup:after, table.shop_table .product-total del .amount sup:after {
  display: none;
}
table.shop_table .product-price .amount, table.shop_table .product-subtotal .amount, table.shop_table .product-total .amount {
  position: relative;
  overflow: hidden;
  color: #24292d;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
}
table.shop_table .product-price sup, table.shop_table .product-subtotal sup, table.shop_table .product-total sup {
  font-weight: 300;
  position: relative;
  margin-right: 5px;
  display: inline-block;
  font-size: 10px;
  color: #77828b;
}
table.shop_table .product-price sup:after, table.shop_table .product-subtotal sup:after, table.shop_table .product-total sup:after {
  content: " ";
  width: 150px;
  height: 1px;
  background-color: #222964;
  left: 100%;
  position: absolute;
  margin-left: 5px;
  top: -15px;
}
@media screen and (max-width: 640px) {
  table.shop_table .product-price, table.shop_table .product-thumbnail, table.shop_table .product-remove {
    display: none;
  }
}
table.shop_table .product-name a {
  color: #24292d;
}
table.shop_table tfoot td, table.shop_table tfoot th {
  font-weight: bold;
  border-top: 1px solid #e3e3e3;
}
table.shop_table .quantity .qty {
  width: 100px;
}
table.shop_table .actions {
  padding: 15px;
}
@media screen and (max-width: 640px) {
  table.shop_table .actions .button, table.shop_table .actions input[type="submit"], table.shop_table .actions input[type="reset"], table.shop_table .actions .products .product__action .added_to_cart.wc-forward, .products .product__action table.shop_table .actions .added_to_cart.wc-forward, table.shop_table .actions .widget.widget_mc4wp_widget .mc4wp-form input[type="submit"], .widget.widget_mc4wp_widget .mc4wp-form table.shop_table .actions input[type="submit"], table.shop_table .actions .widget.tokoo-mailchimp-subscribe-form .mc4wp-form input[type="submit"], .widget.tokoo-mailchimp-subscribe-form .mc4wp-form table.shop_table .actions input[type="submit"], table.shop_table .actions .rtb-booking-form button[type="submit"], .rtb-booking-form table.shop_table .actions button[type="submit"] {
    font-size: 14px;
    padding: 10px;
    margin-right: 0;
  }
}
table.shop_table .coupon {
  float: left;
}
table.shop_table .coupon label, table.shop_table .coupon input {
  vertical-align: middle;
}
table.shop_table .coupon .button, table.shop_table .coupon input[type="submit"], table.shop_table .coupon input[type="reset"], table.shop_table .coupon .products .product__action .added_to_cart.wc-forward, .products .product__action table.shop_table .coupon .added_to_cart.wc-forward, table.shop_table .coupon .widget.widget_mc4wp_widget .mc4wp-form input[type="submit"], .widget.widget_mc4wp_widget .mc4wp-form table.shop_table .coupon input[type="submit"], table.shop_table .coupon .widget.tokoo-mailchimp-subscribe-form .mc4wp-form input[type="submit"], .widget.tokoo-mailchimp-subscribe-form .mc4wp-form table.shop_table .coupon input[type="submit"], table.shop_table .coupon .rtb-booking-form button[type="submit"], .rtb-booking-form table.shop_table .coupon button[type="submit"] {
  margin: 0 0 0 5px;
}
@media screen and (max-width: 640px) {
  table.shop_table .coupon {
    *zoom: 1;
  }
  table.shop_table .coupon:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
  }
  table.shop_table .coupon label {
    display: none;
  }
  table.shop_table .coupon input, table.shop_table .coupon .button, table.shop_table .coupon input[type="submit"], table.shop_table .coupon input[type="reset"], table.shop_table .coupon .products .product__action .added_to_cart.wc-forward, .products .product__action table.shop_table .coupon .added_to_cart.wc-forward, table.shop_table .coupon .widget.widget_mc4wp_widget .mc4wp-form input[type="submit"], .widget.widget_mc4wp_widget .mc4wp-form table.shop_table .coupon input[type="submit"], table.shop_table .coupon .widget.tokoo-mailchimp-subscribe-form .mc4wp-form input[type="submit"], .widget.tokoo-mailchimp-subscribe-form .mc4wp-form table.shop_table .coupon input[type="submit"], table.shop_table .coupon .rtb-booking-form button[type="submit"], .rtb-booking-form table.shop_table .coupon button[type="submit"] {
    font-size: 14px !important;
    padding: 10px !important;
    width: 45%;
  }
  table.shop_table .coupon .button, table.shop_table .coupon input[type="submit"], table.shop_table .coupon input[type="reset"], table.shop_table .coupon .products .product__action .added_to_cart.wc-forward, .products .product__action table.shop_table .coupon .added_to_cart.wc-forward, table.shop_table .coupon .widget.widget_mc4wp_widget .mc4wp-form input[type="submit"], .widget.widget_mc4wp_widget .mc4wp-form table.shop_table .coupon input[type="submit"], table.shop_table .coupon .widget.tokoo-mailchimp-subscribe-form .mc4wp-form input[type="submit"], .widget.tokoo-mailchimp-subscribe-form .mc4wp-form table.shop_table .coupon input[type="submit"], table.shop_table .coupon .rtb-booking-form button[type="submit"], .rtb-booking-form table.shop_table .coupon button[type="submit"] {
    float: right;
  }
}
table.shop_table input[name="update_cart"] {
  float: right;
}
table.shop_table tfoot th, table.shop_table tbody th {
  background-color: transparent;
  color: #24292d;
  border-top: 1px solid #e3e3e3;
}
table.shop_table tfoot th {
  text-align: right;
  padding-right: 20px;
  border-right: 1px solid #e3e3e3;
}
table.shop_table.customer_details tbody th {
  border-right: 1px solid #e3e3e3;
}

#shipping_method {
  list-style: none;
  margin: 0 0 30px;
}

.woocommerce-checkout-payment {
  padding: 20px;
  border: 1px solid #e3e3e3;
}
.woocommerce-checkout-payment .payment_methods {
  margin: 0 0 30px;
  list-style: none;
}
.woocommerce-checkout-payment .payment_methods li input {
  margin-right: 10px;
}
.woocommerce-checkout-payment .payment_methods li label {
  font-weight: 700;
}
.woocommerce-checkout-payment .payment_box {
  padding: 20px;
  border: 1px solid #1f2326;
  margin: 10px 0;
}
.woocommerce-checkout-payment .payment_method_paypal img {
  height: 40px;
  vertical-align: middle;
  margin-left: 10px;
}
.woocommerce-checkout-payment .about_paypal {
  float: right;
}

table.group_table td {
  vertical-align: middle;
  width: 100%;
  display: table;
}
table.group_table td label {
  padding-left: 100px;
}
table.group_table .price {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border: none !important;
}
table.group_table .price .amount {
  margin-left: 100px;
}

#yith-quick-view-content {
  padding: 0 0 0 30px;
}
#yith-quick-view-content:after {
  display: none;
}
#yith-quick-view-content .type-product {
  *zoom: 1;
  margin: 0 -15px;
}
#yith-quick-view-content .type-product:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.add_to_cart_inline {
  border: none !important;
  text-align: center;
  position: relative;
}
.add_to_cart_inline ins, .add_to_cart_inline del, .add_to_cart_inline .amount {
  font-size: 18px;
  font-size: 1.38462rem;
}
.add_to_cart_inline del {
  color: #d4dbe3;
}
.add_to_cart_inline ins {
  text-decoration: none;
}
.add_to_cart_inline .button, .add_to_cart_inline input[type="submit"], .add_to_cart_inline input[type="reset"], .add_to_cart_inline .products .product__action .added_to_cart.wc-forward, .products .product__action .add_to_cart_inline .added_to_cart.wc-forward, .add_to_cart_inline .widget.widget_product_search form input[type="submit"], .widget.widget_product_search form .add_to_cart_inline input[type="submit"], .add_to_cart_inline .widget.widget_search input[type="submit"], .widget.widget_search .add_to_cart_inline input[type="submit"], .add_to_cart_inline .widget.widget_mc4wp_widget .mc4wp-form input[type="submit"], .widget.widget_mc4wp_widget .mc4wp-form .add_to_cart_inline input[type="submit"], .add_to_cart_inline .widget.tokoo-mailchimp-subscribe-form .mc4wp-form input[type="submit"], .widget.tokoo-mailchimp-subscribe-form .mc4wp-form .add_to_cart_inline input[type="submit"], .add_to_cart_inline .rtb-booking-form button[type="submit"], .rtb-booking-form .add_to_cart_inline button[type="submit"] {
  display: table;
  margin: 20px auto;
}
.add_to_cart_inline .button:before, .add_to_cart_inline input[type="submit"]:before, .add_to_cart_inline input[type="reset"]:before, .add_to_cart_inline .products .product__action .added_to_cart.wc-forward:before, .products .product__action .add_to_cart_inline .added_to_cart.wc-forward:before, .add_to_cart_inline .widget.widget_product_search form input[type="submit"]:before, .widget.widget_product_search form .add_to_cart_inline input[type="submit"]:before, .add_to_cart_inline .widget.widget_search input[type="submit"]:before, .widget.widget_search .add_to_cart_inline input[type="submit"]:before, .add_to_cart_inline .widget.widget_mc4wp_widget .mc4wp-form input[type="submit"]:before, .widget.widget_mc4wp_widget .mc4wp-form .add_to_cart_inline input[type="submit"]:before, .add_to_cart_inline .widget.tokoo-mailchimp-subscribe-form .mc4wp-form input[type="submit"]:before, .widget.tokoo-mailchimp-subscribe-form .mc4wp-form .add_to_cart_inline input[type="submit"]:before, .add_to_cart_inline .rtb-booking-form button[type="submit"]:before, .rtb-booking-form .add_to_cart_inline button[type="submit"]:before {
  content: "\f067";
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  color: white;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin-right: 5px;
  font-weight: 300;
  color: inherit;
}
.add_to_cart_inline .button:hover:before, .add_to_cart_inline input[type="submit"]:hover:before, .add_to_cart_inline input[type="reset"]:hover:before, .add_to_cart_inline .products .product__action .added_to_cart.wc-forward:hover:before, .products .product__action .add_to_cart_inline .added_to_cart.wc-forward:hover:before, .add_to_cart_inline .widget.widget_mc4wp_widget .mc4wp-form input[type="submit"]:hover:before, .widget.widget_mc4wp_widget .mc4wp-form .add_to_cart_inline input[type="submit"]:hover:before, .add_to_cart_inline .widget.tokoo-mailchimp-subscribe-form .mc4wp-form input[type="submit"]:hover:before, .widget.tokoo-mailchimp-subscribe-form .mc4wp-form .add_to_cart_inline input[type="submit"]:hover:before, .add_to_cart_inline .rtb-booking-form button[type="submit"]:hover:before, .rtb-booking-form .add_to_cart_inline button[type="submit"]:hover:before {
  color: white;
}
.add_to_cart_inline .button.loading:before, .add_to_cart_inline input.loading[type="submit"]:before, .add_to_cart_inline input.loading[type="reset"]:before, .add_to_cart_inline .products .product__action .loading.added_to_cart.wc-forward:before, .products .product__action .add_to_cart_inline .loading.added_to_cart.wc-forward:before, .add_to_cart_inline .widget.widget_mc4wp_widget .mc4wp-form input.loading[type="submit"]:before, .widget.widget_mc4wp_widget .mc4wp-form .add_to_cart_inline input.loading[type="submit"]:before, .add_to_cart_inline .widget.tokoo-mailchimp-subscribe-form .mc4wp-form input.loading[type="submit"]:before, .widget.tokoo-mailchimp-subscribe-form .mc4wp-form .add_to_cart_inline input.loading[type="submit"]:before, .add_to_cart_inline .rtb-booking-form button.loading[type="submit"]:before, .rtb-booking-form .add_to_cart_inline button.loading[type="submit"]:before {
  content: "\f021";
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
}
.add_to_cart_inline .button.added:before, .add_to_cart_inline input.added[type="submit"]:before, .add_to_cart_inline input.added[type="reset"]:before, .add_to_cart_inline .products .product__action .added.added_to_cart.wc-forward:before, .products .product__action .add_to_cart_inline .added.added_to_cart.wc-forward:before, .add_to_cart_inline .widget.widget_mc4wp_widget .mc4wp-form input.added[type="submit"]:before, .widget.widget_mc4wp_widget .mc4wp-form .add_to_cart_inline input.added[type="submit"]:before, .add_to_cart_inline .widget.tokoo-mailchimp-subscribe-form .mc4wp-form input.added[type="submit"]:before, .widget.tokoo-mailchimp-subscribe-form .mc4wp-form .add_to_cart_inline input.added[type="submit"]:before, .add_to_cart_inline .rtb-booking-form button.added[type="submit"]:before, .rtb-booking-form .add_to_cart_inline button.added[type="submit"]:before {
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transform: scale(1);
  content: "\f00c";
}
.add_to_cart_inline .added_to_cart.wc-forward {
  display: none;
}

.woocommerce-message, .woocommerce-error {
  margin: 0 0 50px;
  padding: 20px 0 30px;
  background: url('./views/themes/theme-1/assets/img/separator.png') repeat-x bottom center;
}
.woocommerce-message ul, .woocommerce-error ul {
  list-style: none;
}

.widget ul.product_list_widget {
  list-style: none;
  margin: 0;
}
.widget ul.product_list_widget li {
  position: relative;
  min-height: 70px;
  padding-left: 75px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.widget ul.product_list_widget li a {
  display: block;
  padding: 0 0 5px;
  color: #adadad;
}
.widget ul.product_list_widget li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.widget ul.product_list_widget .star-rating {
  float: none;
  margin-bottom: 10px;
  font-size: 13px;
}
.widget .cart_list.product_list_widget .empty {
  padding-left: 0;
}
.widget.widget_shopping_cart .product_list_widget {
  list-style: none;
  margin: 0;
}
.widget.widget_shopping_cart .product_list_widget li {
  position: relative;
  clear: both;
  text-align: left;
  min-height: 70px;
  padding-left: 60px;
  margin-bottom: 20px;
}
.widget.widget_shopping_cart .product_list_widget li.empty {
  padding-left: 0;
  margin-bottom: 0;
  font-style: italic;
  text-align: center;
}
.widget.widget_shopping_cart .product_list_widget li.empty:before {
  content: "\e04f";
  font-family: "Simple-Line-Icons";
  font-style: normal;
  font-size: 64px;
  font-size: 4.92308em;
  display: block;
  color: #e3e3e3;
}
.widget.widget_shopping_cart .product_list_widget a {
  color: #adadad;
}
.widget.widget_shopping_cart .product_list_widget img {
  width: 50px;
  height: 50px;
  position: absolute;
  margin-right: 10px;
  left: 0;
}
.widget.widget_shopping_cart .product_list_widget .remove {
  position: absolute;
  top: 0;
  right: 0;
  color: #222964;
}
.widget.widget_shopping_cart .product_list_widget .quantity {
  display: block;
}
.widget.widget_shopping_cart .total {
  *zoom: 1;
}
.widget.widget_shopping_cart .total:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.widget.widget_shopping_cart .total strong {
  float: left;
}
.widget.widget_shopping_cart .total .amount {
  float: right;
}
.widget.widget_shopping_cart .buttons .wc-forward {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.widget.widget_shopping_cart .buttons .wc-forward.checkout {
  margin-bottom: 0;
}
.widget.widget_price_filter .price_slider {
  margin-bottom: 30px;
}
.widget.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: .8751em;
}
.widget.widget_price_filter .price_slider_amount .button, .widget.widget_price_filter .price_slider_amount input[type="submit"], .widget.widget_price_filter .price_slider_amount input[type="reset"], .widget.widget_price_filter .price_slider_amount .products .product__action .added_to_cart.wc-forward, .products .product__action .widget.widget_price_filter .price_slider_amount .added_to_cart.wc-forward, .widget.widget_price_filter .price_slider_amount .rtb-booking-form button[type="submit"], .rtb-booking-form .widget.widget_price_filter .price_slider_amount button[type="submit"] {
  font-size: 1.15em;
  float: left;
}
.widget.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #cc3e00;
  cursor: pointer;
  background: #222964;
  outline: 0;
  top: -5px;
  -webkit-transition: box-shadow .3s ease, -webkit-transform .3s ease;
  transition: box-shadow .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, box-shadow .3s ease;
  transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
  -webkit-transition: transform .3s ease, box-shadow .3s ease;
}
.widget.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget.widget_price_filter .ui-slider .ui-slider-handle:active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  -webkit-transform: scale(1.5);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4);
}
.widget.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #ff7133;
  border-radius: 1em;
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background: #1a1e20;
}
.widget.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.widget.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget.widget_product_search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
.widget.widget_product_search form label {
  width: 100%;
  margin-bottom: 15px;
}
.widget.widget_product_search form .search-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 15px;
  margin-bottom: 0;
}
.widget.widget_product_search form input[type="submit"] {
  padding: 10px 15px;
  margin-left: 10px;
}

#yith-wcwl-form .wishlist-title h2 {
  text-transform: uppercase;
  font-weight: 400;
  color: #24292d;
  font-size: 18px;
  font-size: 1.38462em;
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 2px solid #77828b;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
}
.woocommerce table.wishlist_table .yith-wcqv-button {
  background: none;
  color: #222964;
  padding: 0;
  margin: 0 0 0 20px;
  font-size: 13px;
  font-size: 1em;
}
.woocommerce table.wishlist_table .yith-wcwl-share {
  margin: 0;
}
.woocommerce table.wishlist_table .yith-wcwl-share .yith-wcwl-share-title {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.woocommerce table.wishlist_table .yith-wcwl-share ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

/* 6. Sidebar and Widgets */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 360px;
  padding: 30px 30px 50px;
  background-color: #1f2326;
  *zoom: 1;
  overflow: auto;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.sidebar:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.sidebar-active .sidebar {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 9999;
}

.sidebar-overlay {
  content: " ";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: -3;
  visibility: hidden;
  opacity: 0;
}

.sidebar-active {
  overflow: hidden;
}
.sidebar-active .sidebar-overlay {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}

.close-sidebar {
  font-size: 36px;
  font-size: 2.76923em;
  float: right;
  color: white;
  margin-bottom: 30px;
}

/* 6.1 Default Wordpress Widgets */
/*======================================*
 * Widgets
 * ======================================*/
.widget {
  *zoom: 1;
  clear: both;
  position: relative;
  margin-bottom: 30px;
  word-break: break-word;
  /* Categories, Archive widget list */
  /* RSS Widget */
  /* Text Widget */
  /* Tag list */
  /* Calendar Widget */
  /* Login Widget */
  /* Search Widget */
}
.widget:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  color: #d4dbe3;
  font-size: 16px;
  font-size: 1.23077em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  word-break: break-word;
}
.widget .widget-title span {
  display: inline-block;
  padding: 5px 0;
  border-bottom: 2px solid #d4dbe3;
}
.site-footer .widget a {
  color: white;
}
.widget > ul {
  list-style: none;
}
.widget > ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.widget > ul li a {
  display: block;
  padding: 10px 0;
  color: white;
}
.site-footer .widget > ul li a {
  color: #ADADAD;
}
.widget > ul .children {
  list-style: none;
}
.widget.widget_categories ul, .widget.widget_archive ul, .widget.dokan-category-menu ul {
  list-style: none;
}
.widget.widget_categories li, .widget.widget_archive li, .widget.dokan-category-menu li {
  padding: 10px 0;
}
.widget.widget_categories a, .widget.widget_archive a, .widget.dokan-category-menu a {
  display: inline-block;
  font-weight: 700;
  padding: 0;
}
.widget.widget_categories select, .widget.widget_archive select, .widget.dokan-category-menu select {
  margin-top: 10px;
  width: 100%;
  color: white;
}
.widget.widget_categories select:active, .widget.widget_categories select:focus, .widget.widget_archive select:active, .widget.widget_archive select:focus, .widget.dokan-category-menu select:active, .widget.dokan-category-menu select:focus {
  border-color: #222964;
}
.widget.widget_recent_comments li {
  font-style: italic;
  padding: 10px 0;
}
.widget.widget_recent_comments .comment-author-link, .widget.widget_recent_comments a {
  display: inline;
  font-weight: 700;
  font-style: normal;
}
.widget.widget_recent_entries li {
  padding: 10px 0;
}
.widget.widget_recent_entries li a {
  font-size: 16px;
  font-size: 1.23077em;
  padding: 0 0 5px;
}
.widget.widget_recent_entries li .post-date {
  font-size: 12px;
  font-size: 0.92308em;
  font-style: italic;
}
.widget.widget_rss li {
  padding: 10px 0;
  list-style: none;
}
.widget.widget_rss li a.rsswidget {
  color: white;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 18px;
  font-size: 1.38462em;
  line-height: normal;
  font-weight: 600;
  
}
.widget.widget_rss li .rss-date {
  color: #939ba2;
  font-style: italic;
  font-size: 12px;
  font-size: 0.92308em;
  line-height: normal;
  margin: 5px 0 10px;
  display: block;
}
.widget.widget_rss li .rssSummary {
  font-size: 13px;
  font-size: 1em;
}
.widget.widget_rss li cite {
  font-size: 12px;
  font-size: 0.92308em;
  font-style: italic;
  display: block;
  text-align: right;
  margin-top: 10px;
}
.widget.widget_text {
  word-break: break-word;
}
.widget.widget_text img, .widget.widget_text input, .widget.widget_text textarea, .widget.widget_text select {
  max-width: 100%;
  color: white;
  background-color: transparent;
}
.widget .tagcloud a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 5px 0;
  border: 2px solid #222964;
  font-size: 1em !important;
  word-break: break-word;
}
.widget #wp-calendar {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}
.widget #wp-calendar td, .widget #wp-calendar th {
  border: 1px solid #ffffff;
  padding: 10px;
  line-height: normal;
  text-align: center;
}
.widget #wp-calendar td:last-child, .widget #wp-calendar th:last-child {
  color: #AE4F4F;
}
.widget #wp-calendar th {
  background: #ffffff;
  font-weight: 400;
}
.widget #wp-calendar td {
  font-weight: 700;
}
.widget #wp-calendar caption {
  text-transform: uppercase;
  padding: 10px;
  font-weight: 700;
  background-color: #AE4F4F;
  color: white;
  padding: 15px 20px;
}
.widget #wp-calendar #today {
  position: relative;
  color: #77828b;
}
.widget #wp-calendar #today:before {
  content: " ";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #AE4F4F;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.widget #wp-calendar #today a {
  color: #AE4F4F;
}
.widget #wp-calendar tfoot {
  text-transform: uppercase;
}
.widget.tokoo-login-form input:not([type="checkbox"]) {
  width: 100%;
}
.widget.tokoo-login-form .remember-me {
  float: left;
}
.widget.tokoo-login-form .login-submit {
  float: right;
}
.widget.tokoo-login-form .forget-link {
  clear: both;
  padding-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 300;
}
.widget.widget_search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget.widget_search form label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.widget.widget_search label {
  *zoom: 1;
}
.widget.widget_search label:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.widget.widget_search .screen-reader-text {
  display: none;
}
.widget.widget_search input[type="text"],
.widget.widget_search input[type="search"] {
  max-width: 100%;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
.widget.widget_search input[type="submit"] {
  text-align: center;
}
.widget img {
  height: auto;
}
.widget.tokoo-recent-comments-with-avatar .post-list li > a {
  float: left;
  margin-right: 15px;
}
.widget .tokoo_themeforest_widget_ul {
  list-style: none;
  margin: 0 -5px 20px;
  *zoom: 1;
}
.widget .tokoo_themeforest_widget_ul:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.widget .tokoo_themeforest_widget_ul li {
  width: 33.3333%;
  float: left;
  padding: 5px;
}
.widget .tokoo_themeforest_widget_ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.widget .tokoo_themeforest_widget_ul .tokoo_read_more {
  text-align: center;
  font-style: italic;
}
.widget.tokoo-contact-info [class*="contact"] {
  display: block;
}
.widget.widget_product_search {
  *zoom: 1;
}
.widget.widget_product_search:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.widget.widget_product_search .search-field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.widget.widget_product_search input[type="submit"] {
  float: right;
}
.widget.tokoo-mailchimp-subscribe-form p {
  text-align: center;
  font-size: 12px;
  font-size: 0.92308em;
}
.widget.tokoo-mailchimp-subscribe-form form {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.widget.tokoo-mailchimp-subscribe-form form p {
  display: table-cell;
  vertical-align: bottom;
}
.widget.tokoo-mailchimp-subscribe-form form p label {
  display: none;
}
.widget.tokoo-contact-info {
  text-align: center;
}
.widget.tokoo-contact-info p {
  font-size: 12px;
  font-size: 0.92308em;
}
.widget.tokoo-contact-info .contact-phone {
  font-size: 24px;
  font-size: 1.84615em;
}
.widget.tokoo-recent-tweets .twitter-tweets-list {
  list-style-type: none;
}
.widget.tokoo-recent-tweets .twitter-tweets-list li {
  margin-bottom: 30px;
}
.widget.tokoo-recent-tweets .tweet {
  position: relative;
  padding-bottom: 15px;
  *zoom: 1;
}
.widget.tokoo-recent-tweets .tweet:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.widget.tokoo-recent-tweets .tweet .tweet-avatar {
  float: left;
  margin-right: 20px;
}
.widget.tokoo-recent-tweets .tweet .tweet-content {
  display: table;
}
.widget.tokoo-recent-tweets .tweet .timespan {
  float: right;
}
.widget.tokoo-testimonials blockquote {
  margin: 0;
}
.widget.tokoo-mailchimp-subscribe-form input {
  width: 100%;
}
.widget.widget-office-address .contact-info {
  display: table;
  width: 100%;
}
.widget.widget-office-address .contact-info .map, .widget.widget-office-address .contact-info address {
  display: table-cell;
  vertical-align: top;
}
.widget.widget-office-address .contact-info .map {
  width: 200px;
}
.widget.widget-office-address .contact-info .map img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  display: block;
}
.widget.widget-office-address .contact-info address {
  padding-left: 30px;
}
.widget.widget-office-address .contact-info address .contact-item {
  padding-left: 30px;
  position: relative;
  color: white;
  margin-bottom: 20px;
}
.widget.widget-office-address .contact-info address strong {
  color: #d4dbe3;
  font-size: 16px;
  font-size: 1.23077em;
  margin-bottom: 20px;
  display: block;
}
.widget.widget-office-address .contact-info address [class*="icon"] {
  position: absolute;
  left: 0;
}
.widget.widget-office-address .contact-info.small {
  display: block;
}
.widget.widget-office-address .contact-info.small .map, .widget.widget-office-address .contact-info.small address {
  display: block;
}
.widget.widget-office-address .contact-info.small .map {
  margin: 0 auto 30px;
}
.widget.widget-office-address .contact-info.small address {
  padding-left: 0;
}
.widget.widget-office-hours .open-hour {
  list-style: none;
}
.widget.widget-office-hours .open-hour li {
  *zoom: 1;
  text-align: left;
  padding-bottom: 5px;
  position: relative;
  clear: both;
  display: block;
  margin-bottom: 15px;
  border-bottom: none;
}
.widget.widget-office-hours .open-hour li:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.widget.widget-office-hours .open-hour li:before {
  content: " ";
  width: 30px;
  height: 2px;
  background-color: #77828b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget.widget-office-hours .open-hour li span {
  width: 50%;
  float: left;
}
.widget.widget-office-hours .open-hour li span:first-child {
  font-size: 16px;
  font-size: 1.23077em;
}
.widget.widget-office-hours .open-hour li span:last-child {
  text-align: right;
  color: white;
}
.widget.widget-office-hours .open-hour li span.closed {
  color: #222964;
}
.widget.widget_nav_menu .menu, .widget.widget_nav_menu .menu > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  background: white;
  border: 1px solid #dcd0c7;
}
.site-footer .widget.widget_nav_menu .menu, .site-footer .widget.widget_nav_menu .menu > ul {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.widget.widget_nav_menu .menu .sub-menu,
.widget.widget_nav_menu .menu .children, .widget.widget_nav_menu .menu > ul .sub-menu,
.widget.widget_nav_menu .menu > ul .children {
  list-style: none;
  position: relative;
  padding-left: 20px;
  display: none;
  border-top: 1px solid #dcd0c7;
  background-image: none !important;
}
.site-footer .widget.widget_nav_menu .menu .sub-menu, .site-footer
.widget.widget_nav_menu .menu .children, .site-footer .widget.widget_nav_menu .menu > ul .sub-menu, .site-footer
.widget.widget_nav_menu .menu > ul .children {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.widget.widget_nav_menu .menu .sub-menu .menu-item, .widget.widget_nav_menu .menu .sub-menu .page_item,
.widget.widget_nav_menu .menu .children .menu-item,
.widget.widget_nav_menu .menu .children .page_item, .widget.widget_nav_menu .menu > ul .sub-menu .menu-item, .widget.widget_nav_menu .menu > ul .sub-menu .page_item,
.widget.widget_nav_menu .menu > ul .children .menu-item,
.widget.widget_nav_menu .menu > ul .children .page_item {
  border-left: 1px dashed #dcd0c7;
}
.site-footer .widget.widget_nav_menu .menu .sub-menu .menu-item, .site-footer .widget.widget_nav_menu .menu .sub-menu .page_item, .site-footer
.widget.widget_nav_menu .menu .children .menu-item, .site-footer
.widget.widget_nav_menu .menu .children .page_item, .site-footer .widget.widget_nav_menu .menu > ul .sub-menu .menu-item, .site-footer .widget.widget_nav_menu .menu > ul .sub-menu .page_item, .site-footer
.widget.widget_nav_menu .menu > ul .children .menu-item, .site-footer
.widget.widget_nav_menu .menu > ul .children .page_item {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.widget.widget_nav_menu .menu-item, .widget.widget_nav_menu .page_item {
  position: relative;
}
.widget.widget_nav_menu .menu-item:not(:last-child), .widget.widget_nav_menu .page_item:not(:last-child) {
  border-bottom: 1px solid #dcd0c7;
}
.site-footer .widget.widget_nav_menu .menu-item:not(:last-child), .site-footer .widget.widget_nav_menu .page_item:not(:last-child) {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.widget.widget_nav_menu .menu-item a, .widget.widget_nav_menu .page_item a {
  display: block;
  color: inherit;
  padding: 15px 20px;
  font-size: 12px;
  font-size: 0.92308em;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  
}
.widget.widget_nav_menu .menu-item a:hover, .widget.widget_nav_menu .page_item a:hover {
  color: #222964;
}
.widget.widget_nav_menu .menu-item-has-children, .widget.widget_nav_menu .page_item_has_children {
  position: relative;
}
.widget.widget_nav_menu .menu-item-has-children > button, .widget.widget_nav_menu .page_item_has_children > button {
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  background: white;
  padding: 15px 25px 13px 20px;
  text-align: center;
  border: none;
  border-left: 1px solid #dcd0c7;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  color: #24292d;
  font-size: 18px;
  font-size: 1.38462em;
  line-height: 1.1;
}
.site-footer .widget.widget_nav_menu .menu-item-has-children > button, .site-footer .widget.widget_nav_menu .page_item_has_children > button {
  background-color: transparent;
  color: inherit;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.widget.widget_nav_menu .menu-item-has-children.active:after, .widget.widget_nav_menu .page_item_has_children.active:after {
  content: "\f106";
}
.widget .tokoo-dynamic-maps-no-marker {
  border-radius: 50%;
  width: 200px;
  height: 200px !important;
  margin-bottom: 20px;
}
.widget.widget_mc4wp_widget .mc4wp-form input[type="submit"], .widget.tokoo-mailchimp-subscribe-form .mc4wp-form input[type="submit"] {
  vertical-align: middle;
  padding: 16px 20px;
  background-color: #222964;
}

/* 7. Components */
/* 7.1 Social Icon */
.social-links {
  *zoom: 1;
  text-align: center;
}
.social-links:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.social-links.large {
  font-size: 30px;
  font-size: 2.30769em;
}
.social-links.large a {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.social-links.small {
  font-size: 14px;
  font-size: 1.07692em;
}
.social-links.small a {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.social-links a {
  display: inline-block;
  padding: 0 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: none;
}
.social-links a.facebook {
  color: #3B5998;
}
.social-links a.twitter {
  color: #55ACEE;
}
.social-links a.google-plus {
  color: #E02F2F;
}
.social-links a.linkedin {
  color: #007BB5;
}
.social-links a.spotify {
  color: #78B842;
}
.social-links a.codepen {
  color: #000000;
}
.social-links a.digg {
  color: #115c83;
}
.social-links a.foursquare {
  color: #f84777;
}
.social-links a.github {
  color: #000000;
}
.social-links a.reddit {
  color: #EF4623;
}
.social-links a.skype {
  color: #00aff0;
}
.social-links a.behance {
  color: #111111;
}
.social-links a.youtube {
  color: #e02b28;
}
.social-links a.steam {
  color: #000000;
}
.social-links a.dribbble {
  color: #E94C89;
}
.social-links a.tumblr {
  color: #44546A;
}
.social-links a.wordpress {
  color: #21759b;
}
.social-links a.instagram {
  color: #974518;
}
.social-links a.pinterest {
  color: #cc2127;
}
.social-links a.flickr {
  color: #0063db;
}
.social-links a.vimeo {
  color: #1ab7ea;
}
.social-links a.vine {
  color: #00b489;
}
.social-links a.deviantart {
  color: #536551;
}
.social-links a.lastfm {
  color: #DA001C;
}
.social-links a.soundcloud {
  color: #FF4700;
}
.social-links a:hover {
  color: #adadad;
}
.social-links.boxed.small a {
  width: 20px;
  height: 20px;
  padding: 1px;
  font-size: 14px;
  line-height: normal;
}
.social-links.boxed.large a, .social-links.boxed.medium a {
  width: 40px;
  height: 40px;
  padding: 8px;
  font-size: 18px;
}
.social-links.boxed a {
  text-align: center;
  color: white !important;
  display: block !important;
  float: left;
  margin-bottom: 0;
}
.social-links.boxed a.facebook {
  background-color: #3B5998;
}
.social-links.boxed a.twitter {
  background-color: #55ACEE;
}
.social-links.boxed a.google-plus {
  background-color: #E02F2F;
}
.social-links.boxed a.linkedin {
  background-color: #007BB5;
}
.social-links.boxed a.spotify {
  background-color: #78B842;
}
.social-links.boxed a.codepen {
  background-color: #000000;
}
.social-links.boxed a.digg {
  background-color: #115c83;
}
.social-links.boxed a.foursquare {
  background-color: #f84777;
}
.social-links.boxed a.github {
  background-color: #000000;
}
.social-links.boxed a.reddit {
  background-color: #EF4623;
}
.social-links.boxed a.skype {
  background-color: #00aff0;
}
.social-links.boxed a.behance {
  background-color: #111111;
}
.social-links.boxed a.youtube {
  background-color: #e02b28;
}
.social-links.boxed a.steam {
  background-color: #000000;
}
.social-links.boxed a.dribbble {
  background-color: #E94C89;
}
.social-links.boxed a.tumblr {
  background-color: #44546A;
}
.social-links.boxed a.wordpress {
  background-color: #21759b;
}
.social-links.boxed a.instagram {
  background-color: #974518;
}
.social-links.boxed a.pinterest {
  background-color: #cc2127;
}
.social-links.boxed a.flickr {
  background-color: #0063db;
}
.social-links.boxed a.vimeo {
  background-color: #1ab7ea;
}
.social-links.boxed a.vine {
  background-color: #00b489;
}
.social-links.boxed a.deviantart {
  background-color: #536551;
}
.social-links.boxed a.lastfm {
  background-color: #DA001C;
}
.social-links.boxed a.soundcloud {
  background-color: #FF4700;
}
.social-links.boxed a:hover {
  background-color: #adadad;
}

/* 7.2 Magnific Popup */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}

/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 7.3 Owl Carousel */
.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-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  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;
  -webkit-transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-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: preserve-3d;
}

.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 .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.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('./views/themes/theme-1/assets/css/owl.video.play.png/index.html') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* 7.3 Owl Carousel */
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  -webkit-transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s, -webkit-transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 480px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px 5px 0 0;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 0;
  margin: 0;
}

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

/* 7.3 Owl Carousel */
.vc_general.vc_btn3,
.vc_btn {
  font-family: 'TimesNewRomanPSMT';
  text-transform: uppercase;
  list-style: 1px;
}

.has-overlay {
  position: relative;
  z-index: 1;
}
.has-overlay .tokoo-row-overlay {
  display: none;
}
.has-overlay .tokoo-row-overlay:nth-of-type(1) {
  display: block;
}
.has-overlay .vc_video-bg {
  z-index: -10 !important;
}

.vc_row.bg-top-left, .vc_row.bg-top-left .vc_parallax-inner .vc_column_container.bg-top-left {
  background-position: top left     !important;
}

.vc_row.bg-top-center, .vc_row.bg-top-center .vc_parallax-inner .vc_column_container.bg-top-center {
  background-position: top center   !important;
}

.vc_row.bg-top-right, .vc_row.bg-top-right .vc_parallax-inner .vc_column_container.bg-top-right {
  background-position: top right    !important;
}

.vc_row.bg-center-left, .vc_row.bg-center-left .vc_parallax-inner .vc_column_container.bg-center-left {
  background-position: center left  !important;
}

.vc_row.bg-center, .vc_row.bg-center .vc_parallax-inner .vc_column_container.bg-center {
  background-position: center       !important;
}

.vc_row.bg-center-right, .vc_row.bg-center-right .vc_parallax-inner .vc_column_container.bg-center-right {
  background-position: center right !important;
}

.vc_row.bg-bottom-left, .vc_row.bg-bottom-left .vc_parallax-inner .vc_column_container.bg-bottom-left {
  background-position: bottom left  !important;
}

.vc_row.bg-bottom-center, .vc_row.bg-bottom-center .vc_parallax-inner .vc_column_container.bg-bottom-center {
  background-position: bottom center !important;
}

.vc_row.bg-bottom-right, .vc_row.bg-bottom-right .vc_parallax-inner .vc_column_container.bg-bottom-right {
  background-position: bottom right !important;
}

.fixed-background {
  background-attachment: fixed !important;
}
.fixed-background .vc_parallax-inner {
  background-attachment: fixed !important;
}

.video-background {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tokoo-row-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute !important;
  z-index: -9;
}

.video-bg-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: -10;
}
.video-bg-wrapper video {
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.vc_grid-filter-item {
  font-family: 'TimesNewRomanPSMT';
  font-style: italic;
  font-size: 12px;
  font-size: 0.92308em;
}
.vc_grid-filter-item.vc_active, .vc_grid-filter-item:hover {
  background-color: transparent !important;
  color: #222964 !important;
}
.vc_grid-filter-item.vc_active span, .vc_grid-filter-item:hover span {
  color: #222964 !important;
}

.koo-icon-box {
  *zoom: 1;
  text-align: center;
  width: 100%;
}
.koo-icon-box:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.koo-icon-box__icon {
  font-size: 18px;
  margin-bottom: 20px;
}
.koo-icon-box__icon--circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 20px;
}
.koo-icon-box__icon--circle .fa, .koo-icon-box__icon--circle [class*="ico"] {
  margin: auto;
}
.koo-icon-box__icon--circle-outline {
  width: 100px;
  height: 100px;
  border: 2px solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 20px;
}
.koo-icon-box__icon--circle-outline .fa, .koo-icon-box__icon--circle-outline [class*="ico"], .koo-icon-box__icon--circle-outline i {
  margin: auto;
  line-height: 1;
}
.koo-icon-box--left-icon {
  position: relative;
  text-align: left;
}
.koo-icon-box--left-icon .koo-icon-box__icon {
  width: 64px;
  height: 64px;
  float: left;
  margin-right: 30px;
}
.koo-icon-box--right-icon {
  position: relative;
  text-align: left;
}
.koo-icon-box--right-icon .koo-icon-box__icon {
  float: right;
  margin-left: 30px;
  width: 64px;
  height: 64px;
}
.koo-icon-box__content {
  display: table;
}
.koo-icon-box__title {
  margin: 0 0 20px;
  font-family: antoniolight; text-transform:uppercase;
  font-size: 24px;
  font-size: 1.84615em;
  line-height: 1;
}
.koo-icon-box .text-align-left {
  text-align: left !important;
}
.koo-icon-box .text-align-right {
  text-align: right !important;
}

.fullwidth-image .vc_single_image-wrapper {
  display: block !important;
}
.fullwidth-image img {
  width: 100%;
  height: auto;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2;
  font-size: 22px !important;
}
.section-title span {
  font-family: antoniolight; text-transform:uppercase;
  padding: 0 0 10px;
  color: #24292d;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 2px solid #d4dbe3;
}

.imagebox {
  position: relative;
  z-index: 1;
  padding: 30px;
}
.imagebox.bg-top-left {
  background-position: top left     !important;
}
.imagebox.bg-top-center {
  background-position: top center   !important;
}
.imagebox.bg-top-right {
  background-position: top right    !important;
}
.imagebox.bg-center-left {
  background-position: center left  !important;
}
.imagebox.bg-center {
  background-position: center       !important;
}
.imagebox.bg-center-right {
  background-position: center right !important;
}
.imagebox.bg-bottom-left {
  background-position: bottom left  !important;
}
.imagebox.bg-bottom-center {
  background-position: bottom center !important;
}
.imagebox.bg-bottom-right {
  background-position: bottom right !important;
}
.imagebox--align-left {
  text-align: left;
}
.imagebox--align-center {
  text-align: center;
}
.imagebox--align-right {
  text-align: right;
}
.imagebox__title {
  font-size: 28px;
  font-size: 2.15385em;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}
.imagebox__desc {
  margin-bottom: 20px;
}
.imagebox__action {
  text-transform: uppercase;
  font-weight: 700;
}
.imagebox__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.imagebox__block-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.featured-menu-slider-container .slide {
  height: 590px;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.featured-menu-slider-container .slide .slide-menu-content {
  background: white;
  width: 430px;
  max-width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  padding-bottom: 30px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: .3s ease .3s;
  transition: .3s ease .3s;
}
@media screen and (max-width: 640px) {
  .featured-menu-slider-container .slide .slide-menu-content {
    bottom: auto;
    top: 50%;
  }
  .featured-menu-slider-container .slide .slide-menu-content:after {
    display: none;
  }
}
.featured-menu-slider-container .slide .slide-menu-content:after,.minimal-layout .type-post:after {
  content: " ";
  height: 10px;
  width: 80%;
  background: url('./views/themes/theme-1/assets/images/separator.png') repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.featured-menu-slider-container .slide .slide-menu-content header {
  *zoom: 1;
  background-color: #1f2326;
  padding: 20px 100px;
  line-height: 1;
  position: relative;
}
.featured-menu-slider-container .slide .slide-menu-content header:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.featured-menu-slider-container .slide .slide-menu-content header span {
  font-size: 28px;
  font-family: antoniolight; text-transform: uppercase;
  color: #d4dbe3;
  display: block;
  float: left;
  position: relative;
}
.featured-menu-slider-container .slide .slide-menu-content header span:after {
  content: " ";
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  left: 110%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.featured-menu-slider-container .slide .slide-menu-content header strong {
  font-size: 25px;
  font-family: antoniolight; text-transform:uppercase;
  color: white;
  display: block;
  clear: both;
  font-weight: 400;
}
.featured-menu-slider-container .slide .slide-menu-content header .nav-slide {
  position: absolute;
  right: 10px;
  top: 10px;
}
.featured-menu-slider-container .slide .slide-menu-content header .nav-slide a {
  font-size: 24px;
  font-size: 1.84615em;
  color: #d4dbe3;
  padding: 10px;
}
.featured-menu-slider-container .slide .slide-menu-content .menu-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 0;
}
.featured-menu-slider-container .slide .slide-menu-content .menu-item-detail, .featured-menu-slider-container .slide .slide-menu-content .menu-item-price {
  padding: 20px;
}
.featured-menu-slider-container .slide .slide-menu-content .menu-item-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.featured-menu-slider-container .slide .slide-menu-content .menu-item-title {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
}
.featured-menu-slider-container .slide .slide-menu-content .menu-item-title a {
  color: #24292d;
  font-size: 24px;
}
.featured-menu-slider-container .slide .slide-menu-content .menu-item-excerpt {
  font-family: 'TimesNewRomanPSMT';
  font-size: 14px;
  line-height: 1.5;
}
.featured-menu-slider-container .slide .slide-menu-content .menu-item-price {
  overflow: hidden;
}
.featured-menu-slider-container .slide .slide-menu-content .menu-item-price del {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.featured-menu-slider-container .slide .slide-menu-content .menu-item-price del .amount {
  text-decoration: line-through;
  color: #77828b;
}
.featured-menu-slider-container .slide .slide-menu-content .menu-item-price .amount {
  position: relative;
  overflow: hidden;
  color: #24292d;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
}
.featured-menu-slider-container .slide .slide-menu-content .menu-item-price sup {
  font-weight: 300;
  position: relative;
  margin-right: 5px;
  display: inline-block;
  font-size: 10px;
  text-decoration: none;
  color: #77828b;
}
.featured-menu-slider-container .slide .slide-menu-content .menu-item-price sup:after {
  content: " ";
  width: 150px;
  height: 1px;
  background-color: #222964;
  left: 100%;
  position: absolute;
  margin-left: 5px;
  top: -15px;
}
.featured-menu-slider-container .slick-current .slide-menu-content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 640px) {
  .featured-menu-slider-container .slick-current .slide-menu-content {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

.product-category-list .category-name {
  font-size: 30px;
  font-size: 2.30769em;
  font-family: antoniolight; text-transform:uppercase;
  color: #77828b;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 400;
}
.product-category-list .category-name a {
  color: #a7b3bc;
}
.product-category-list .category-name:after {
  content: " ";
  height: 10px;
  width: 100%;
  background: url('./views/themes/theme-1/assets/img/separator.png') repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-category-list ul {
  list-style: none;
  margin: 0 !important;
}
.product-category-list ul li {
  margin-bottom: 20px;
}
.product-category-list ul a {
  position: relative;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 20px;
  display: block;
  min-height: 120px;
  color: #77828b;
}
@media screen and (max-width: 640px) {
  .product-category-list ul a {
    padding-right: 0;
  }
}
.product-category-list ul .product-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.product-category-list ul .product-image img {
  width: 100px;
  height: 100px;
}
.product-category-list ul .product-title {
  margin: 0 0 10px;
  color: #24292d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.product-category-list ul .product-short-desc {
  display: block;
  font-family: 'TimesNewRomanPSMT';
  font-size: 14px;
  line-height: 1.5;
}
.product-category-list ul .price {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .product-category-list ul .price {
    position: relative;
    top: 0;
    margin-top: 15px;
    display: block;
  }
}
.product-category-list ul .price del {
  position: relative;
}
.product-category-list ul .price del .amount {
  text-decoration: line-through;
  color: #77828b;
}
.product-category-list ul .price .amount {
  position: relative;
  overflow: hidden;
  color: #24292d;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
}
.product-category-list ul .price sup {
  font-weight: 300;
  position: relative;
  margin-right: 5px;
  display: inline-block;
  font-size: 10px;
  color: #77828b;
}
.product-category-list ul .price sup:after {
  content: " ";
  width: 150px;
  height: 1px;
  background-color: #222964;
  left: 100%;
  position: absolute;
  margin-left: 5px;
  top: -15px;
}

hr.separator {
  height: 10px;
  border: none;
  background: url('./views/themes/theme-1/assets/img/separator.png') repeat-x;
  margin: 50px 0;
}

.highlight-section {
  *zoom: 1;
}
.highlight-section:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.highlight-section .highlight-text, .highlight-section .highlight-image {
  width: 50%;
  float: left;
  padding: 15px;
}
@media screen and (max-width: 990px) {
  .highlight-section .highlight-text, .highlight-section .highlight-image {
    width: 100%;
    float: none !important;
    padding: 15px !important;
  }
  .highlight-section .highlight-text .image-wrap:before, .highlight-section .highlight-image .image-wrap:before {
    display: none;
  }
}
.highlight-section .highlight-text img, .highlight-section .highlight-image img {
  max-width: 100%;
  height: auto;
}
.highlight-section.image-left .highlight-text {
  float: right;
  padding-left: 100px;
}
.highlight-section .highlight-text h2 {
  font-family: antoniolight; text-transform:uppercase;
  font-size: 36px;
  font-size: 2.76923em;
  font-weight: 400;
  color: #24292d;
}
.highlight-section .highlight-image img {
  width: 100%;
  height: auto;
  display: block;
}
.highlight-section .highlight-image .image-wrap {
  position: relative;
  display: block;
}
.highlight-section .highlight-image .image-wrap:before {
  content: " ";
  width: 100px;
  height: 2px;
  background-color: #222964;
  position: absolute;
  top: 50px;
  left: -50px;
}
.highlight-section .highlight-image .image-wrap:after {
  content: " ";
  width: 90%;
  height: 90%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.highlight-section.image-left .image-wrap:before {
  left: auto;
  right: -50px;
}

.white-space {
  height: 100px;
}

.subscribe-section {
  *zoom: 1;
  padding: 50px 30px;
  display: table;
  width: 100%;
}
.subscribe-section:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media screen and (max-width: 990px) {
  .subscribe-section {
    display: block;
  }
}
.subscribe-section .subscribe-title, .subscribe-section .subscribe-form {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 990px) {
  .subscribe-section .subscribe-title, .subscribe-section .subscribe-form {
    display: block !important;
    width: 100% !important;
  }
}
.subscribe-section .subscribe-title {
  padding-left: 50px;
  line-height: 1;
  width: 350px;
}
@media screen and (max-width: 640px) {
  .subscribe-section .subscribe-title {
    padding-left: 0;
  }
}
.subscribe-section .subscribe-title span {
  font-family: antoniolight; text-transform:uppercase;
  margin-left: -50px;
  font-size: 40px;
  font-size: 3.07692em;
  display: block;
}
@media screen and (max-width: 640px) {
  .subscribe-section .subscribe-title span {
    margin-left: 0;
  }
}
.subscribe-section .subscribe-title strong {
  font-family: "Shadows Into Light", "Roboto", "Open Sans", arial, sans-serif;
  font-size: 48px;
  font-size: 3.69231em;
  display: block;
  color: white;
  margin-bottom: 10px;
}
.subscribe-section .subscribe-title small {
  font-size: 14px;
  font-size: 1.07692em;
}
.subscribe-section .subscribe-form {
  display: table-cell;
  padding-top: 20px;
}
.subscribe-section .subscribe-form-controls {
  *zoom: 1;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.subscribe-section .subscribe-form-controls:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.subscribe-section .subscribe-form-controls .control {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.subscribe-section .subscribe-form-controls .control:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .subscribe-section .subscribe-form-controls .control {
    width: 100% !important;
    display: block;
    margin-bottom: 10px;
  }
}
.subscribe-section .subscribe-form-controls .control:last-child {
  width: 200px;
  text-align: right;
}
.subscribe-section .subscribe-form-controls .control label {
  display: block;
}
.subscribe-section .subscribe-form-controls .control input {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .subscribe-section .subscribe-form-controls .control input {
    width: 100%;
  }
}
.subscribe-section .subscribe-form-controls .control input[type="email"] {
  background: transparent;
  color: white;
  border: none;
  border-bottom: 1px solid #222964;
}
.subscribe-section .subscribe-form-controls button, .subscribe-section .subscribe-form-controls input[type="submit"] {
  padding: 10px 20px;
  color: white;
  background: #222964;
  height: auto;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
  font-size: 1.07692em;
}
.subscribe-section .subscribe-form-controls button .fa, .subscribe-section .subscribe-form-controls input[type="submit"] .fa {
  margin-left: 20px;
}

.image-gallery-grid {
  *zoom: 1;
}
.image-gallery-grid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.image-gallery-grid a, .image-gallery-grid img {
  display: block;
}
.image-gallery-grid a {
  width: 25%;
  float: left;
}
@media screen and (max-width: 990px) {
  .image-gallery-grid a {
    width: 50%;
  }
}
.image-gallery-grid img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

.rtb-booking-form {
  padding: 30px 0;
  position: relative;
}
.page-template-default .rtb-booking-form {
  background-image: none;
}
.rtb-booking-form form {
  overflow: hidden;
}
.rtb-booking-form .reservation, .rtb-booking-form .contact {
  float: left;
  width: 50%;
  margin: 0;
  border: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .rtb-booking-form .reservation, .rtb-booking-form .contact {
    width: 100%;
    float: none;
  }
}
.rtb-booking-form .reservation label, .rtb-booking-form .contact label {
  color: #24292d;
}
.rtb-booking-form .reservation input, .rtb-booking-form .reservation select, .rtb-booking-form .reservation textarea, .rtb-booking-form .contact input, .rtb-booking-form .contact select, .rtb-booking-form .contact textarea {
  max-width: 100%;
  width: 100%;
  border: none;
  border: 1px solid #d4dbe3;
  color: #24292d;
}
.rtb-booking-form textarea {
  resize: vertical;
}
.rtb-booking-form legend {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  font-family: antoniolight; text-transform:uppercase;
  font-size: 2em;
  color: #24292d;
}
.rtb-booking-form button[type="submit"] {
  padding: 20px 40px;
  margin: 30px auto;
  text-transform: uppercase;
  display: table;
}
.rtb-booking-form .rtb-error {
  position: relative;
  border-radius: 3px;
  background-color: #EA9786;
  padding: 10px !important;
  margin-bottom: 10px;
}
.rtb-booking-form .rtb-error:before {
  top: 100%;
  left: 10px;
  position: absolute;
  margin: 0;
  border-top: 5px solid #EA9786 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
}

.speaker {
  text-align: center;
  margin-bottom: 30px;
}
.speaker-avatar {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin-bottom: -85px;
}
.speaker-avatar.rounded img {
  border-radius: 50%;
  display: block;
  width: 170px;
  height: 170px;
  margin: 0 auto;
}
.speaker:hover .speaker-avatar {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}
.speaker .speaker-detail {
  background-color: #191E20;
  background-image: url('./views/themes/theme-1/assets/images/pattern-1.gif');
  padding: 100px 40px 40px;
  color: #77828b;
}
.speaker .speaker-detail hr {
  opacity: .4;
  margin: 15px 0;
}
.speaker-name {
  margin: 0 0 5px;
  font-size: 14px;
  font-size: 2.56em;
  line-height: normal;
}
.speaker-name a {
  color: white;
  line-height: normal;
  font-family: antoniolight; text-transform:uppercase;
}
.speaker-position {
  font-size: 12px;
  font-size: 0.92308em;
  color: #77828b;
}
.speaker .social-link {
  padding: 15px 0 0;
  margin-top: 20px;
}
.speaker .social-link a {
  color: white;
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
  font-size: 1.23077em;
}

.speaker-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
.speaker-overlay .speaker-modal {
  position: absolute;
  width: 600px;
  max-width: 100%;
  top: 50%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  opacity: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: white;
  border-radius: 3px;
  padding: 30px;
  position: relative;
  display: table;
}
.speaker-overlay .speaker-modal .left-side, .speaker-overlay .speaker-modal .speaker-detail {
  display: table-cell;
  vertical-align: top;
}
.speaker-overlay .speaker-modal .speaker-detail {
  padding-left: 30px;
}
.speaker-overlay .speaker-modal .avatar {
  margin: 0 auto;
  border-radius: 50%;
  max-width: 120px;
  display: block;
}
.speaker-overlay .speaker-modal .close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #77828b;
  color: white;
  position: absolute;
  right: -16px;
  top: -16px;
  border: 2px solid #24292d;
  text-align: center;
  font-size: 16px;
  font-size: 1.23077em;
  line-height: 2;
}
.speaker-overlay .speaker-modal h2 {
  margin: 0 0 5px;
  line-height: normal;
  font-size: 24px;
  font-size: 1.84615em;
}
.speaker-overlay .speaker-modal small {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 0.92308em;
  display: block;
}
.speaker-overlay .speaker-modal .social-links {
  margin-top: 30px;
}
.speaker-overlay .speaker-modal .social-links a {
  display: inline-block;
  font-size: 18px;
  font-size: 1.38462em;
  padding: 0 10px;
}
.speaker-overlay.active .speaker-modal {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  opacity: 1;
}

.testimonial-box {
  overflow: hidden;
  padding-left: 70px;
  position: relative;
  text-align: center;
}
.testimonial-box .testimonial-image img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
}
.testimonial-box .testimonial-content blockquote {
  margin: 0 0 20px;
  padding: 0;
  font-size: 36px;
  font-weight: 700;
}
.testimonial-box .testimonial-content blockquote:before, .testimonial-box .testimonial-content blockquote:after {
  display: none;
}
.testimonial-box .testimonial-content blockquote p {
  font-family: antoniolight; text-transform:uppercase;
  margin: 0;
  font-size: 0.8em;
  font-weight: 700;
}
.testimonial-box cite {
  font-style: normal;
  display: block;
}
.testimonial-box cite strong {
  display: block;
  font-style: normal;
  font-size: 14px;
  display: block;
}
.testimonial-box cite small {
  font-size: 12px;
}

.testimonial-carousel-block {
  position: relative;
}
.testimonial-carousel-block .owl-nav {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 18px;
  font-size: 1.38462em;
}
.testimonial-carousel-block .owl-nav .owl-prev, .testimonial-carousel-block .owl-nav .owl-next {
  display: inline-block;
  padding: 10px;
  color: #1f2326;
  background-color: transparent !important;
}

.testimonial-item {
  *zoom: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 30px 70px 30px 30px;
}
.testimonial-item:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.testimonial-item__image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.testimonial-item__quote {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 60%;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-size: 1.23077em;
}
.testimonial-item__cite {
  padding-left: 30px;
  font-style: normal;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}
.testimonial-item__cite:before {
  content: " ";
  width: 20px;
  height: 1px;
  background-color: #f3f5f7;
  position: absolute;
  top: 10px;
  left: 0;
}
.testimonial-item__cite strong {
  color: #77828b;
  display: block;
}
.testimonial-item__cite small {
  color: #d4dbe3;
}

.tokoo-separator {
  height: 10px;
  border: none;
  background: url('./views/themes/theme-1/assets/images/separator.png') repeat-x;
}

.price-box {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.price-box .price-type, .price-box .price-detail {
  width: 50%;
  display: table-cell;
  padding: 20px;
}
.price-box .price-type {
  text-align: center;
  vertical-align: middle;
}
.price-box .price-type .price {
  font-size: 72px;
  font-weight: 700;
  font-family: antoniolight; text-transform:uppercase;
  line-height: 1;
  color: #222964;
}
.price-box .price-type .price-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #24292d;
}
.price-box .price-detail {
  vertical-align: top;
}
.price-box .price-detail .feature-title {
  font-size: 18px;
  color: #24292d;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}
.price-box .price-detail ul {
  list-style: none;
  margin: 10px 0 30px 0;
}
.price-box .price-detail ul li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
}
.price-box .price-detail ul li:before {
  content: "\f00c";
  color: #222964;
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
}
.price-box .price-detail .button, .price-box .price-detail input[type="submit"], .price-box .price-detail input[type="reset"], .price-box .price-detail .products .product__action .added_to_cart.wc-forward, .products .product__action .price-box .price-detail .added_to_cart.wc-forward, .price-box .price-detail .widget.widget_product_search form input[type="submit"], .widget.widget_product_search form .price-box .price-detail input[type="submit"], .price-box .price-detail .widget.widget_mc4wp_widget .mc4wp-form input[type="submit"], .widget.widget_mc4wp_widget .mc4wp-form .price-box .price-detail input[type="submit"], .price-box .price-detail .widget.tokoo-mailchimp-subscribe-form .mc4wp-form input[type="submit"], .widget.tokoo-mailchimp-subscribe-form .mc4wp-form .price-box .price-detail input[type="submit"], .price-box .price-detail .rtb-booking-form button[type="submit"], .rtb-booking-form .price-box .price-detail button[type="submit"] {
  font-size: 14px;
  padding: 10px 20px;
}

/* 8. Footer Styles */
.site-footer {
  background-color: #1f2326;
}
.site-footer .widget-holder {
  padding: 90px 0;
}
.site-footer .footer-copy {
  text-align: center;
  padding: 80px 0;
}
.site-footer .footer-copy a {
  color: white;
}
.site-footer .social-links {
  font-size: 20px;
  font-size: 1.53846em;
  margin-bottom: 20px;
}

.footer-menu .menu {
  list-style: none;
  margin: 0;
}
.footer-menu .menu li {
  display: inline-block;
}
.footer-menu .menu li a {
  font-size: 12px;
  font-size: 0.92308em;
  padding: 5px 15px;
}

.footer-scroll-space {
  padding: 250px 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: url('./views/themes/theme-1/assets/img/pattern-1.gif');
}

.footer-testimonial-slider blockquote {
  margin: 0 auto;
  text-align: center;
  width: 768px;
  max-width: 100%;
  padding: 0 30px;
}
.footer-testimonial-slider blockquote p {
  font-size: 3.69231em;
  font-family: antoniolight; text-transform:uppercase;
}
.footer-testimonial-slider blockquote cite {
  font-style: normal;
}

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

/*************** Nov 14 2017 ****************/
.fly-slider-full .fly-slider-item a{ display: block; }
/*
     FILE ARCHIVED ON 05:32:57 Jan 27, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:20:29 Aug 25, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.198
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.037
  esindex: 0.024
  cdx.remote: 21.262
  LoadShardBlock: 165.539 (3)
  PetaboxLoader3.datanode: 202.205 (5)
  PetaboxLoader3.resolve: 260.81 (3)
  load_resource: 406.943 (2)
*/