/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / header
3. Search box / .search-box
4. Tabs / .tabs
5. Home Slider / .home-slider
6. Gallery box / .gallery-box
7. Video box / .video-box
8. Destination box / .destination-box
9. Blog / .blog-page
10. Gallery / .gallery-page
11. Destinations / .inspirations-destinations
12. Sidebar / .sidebar
13. Footer / footer
-------------------------------------------------------------------*/
/* GRADIENTS - .gradient
 ---------*/
/* BORDERS & ROUNDED - .bordered
 -----------------*/
/* OPACITY & TRANSITIONS - .opacity, .transition-duration
 ---------------------*/
/* SHADOWS - .drop-shadow
 -------*/
/* COLUMNS - .columns
 -------*/
/* FONTS - .main-font
 -----*/
/* SPACING - .no-spacing
 -------*/
.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  display: table;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-2i {
  width: 20%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
.col-1,
.col-2,
.col-2i,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}
/* Reset styles
*******************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html {
  overflow-y: scroll;
  /* 1 */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 3 */

  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form Elements
*******************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  height: 35px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid #c4c5c7;
  height: 25px;
  font-size: 12px;
  padding: 5px;
  color: #5f6062;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: none;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.j {
  text-align: justify;
}
.r {
  text-align: right;
}
/* Clearfix
*******************************/
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
/* Links
*******************************/
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* Headers
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
/* Text elements
*******************************/
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
  font-size: 15px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Framework Typo
*******************************/
.story {
  line-height: 1.5;
}
.story ul {
  list-style: none;
}
.story ul li {
  list-style: none;
  font-size: 13px;
  color: #767676;
  position: relative;
}
.story ul li:before {
  content: "\f00c";
  position: absolute;
  font-family: FontAwesome;
  font-size: 10px;
  color: #c0c42e;
  margin-top: -4px;
  left: -16px;
  top: 3px;
}
.story ol {
  list-style: none;
  font-size: 13px;
  color: #767676;
  position: relative;
  counter-reset: li;
}
.story ol li {
  position: relative;
}
.story ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -18px;
  font-size: 17px;
  color: #c0c42e;
}
.story ul,
.story ol {
  margin: 0 0 1em 2em;
  line-height: 3em;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  color: #93897e;
  text-decoration: none;
}
.story table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
  border: none;
}
.story table thead {
  background: #4b3a28;
  color: #ffffff;
  font-size: 13px;
  border: none;
}
.story table thead tr td,
.story table thead tr th {
  padding: 16px 26px;
}
.story table tbody {
  font-size: 13px;
}
.story table tbody tr {
  border: 1px solid #f2f2f2;
}
.story table tbody tr:nth-child(2n) {
  background: #fbfbf3;
}
.story table tbody tr td,
.story table tbody tr th {
  text-align: center;
  border: none;
  padding: 26px;
  color: #000000;
}
.story table tbody tr td a,
.story table tbody tr th a {
  color: #000000;
}
.story table th {
  font-weight: bold;
}
.story embed,
.story iframe {
  max-width: 100%;
  height: 300px;
}
.story pre,
.story code {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 15px 10px 0px;
  overflow: auto;
}
.story address {
  display: inline-block;
  padding: 20px;
  background: #eaeaea;
  line-height: 20px;
  margin-bottom: 15px;
}
.story blockquote {
  background: #fbfbf3;
  padding: 40px 0;
  line-height: 20px;
  margin: 1em 0em;
  color: #767676;
  position: relative;
  font-style: italic;
}
.story blockquote:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fbfbf3;
  right: 100%;
  top: 0;
}
.story blockquote:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fbfbf3;
  left: 100%;
  top: 0;
}
.story blockquote p {
  padding-left: 62px;
}
.story blockquote p:before {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 38px;
  color: rgba(0, 0, 0, 0.1);
}
.story .wp-caption {
  box-shadow: 1px 1px 2px #bebebe;
  width: auto;
  max-width: 100%;
}
.story .wp-caption p.wp-caption-text {
  background: #ffffff;
  text-align: center;
  color: #a1a1a1!important;
  margin: 0!important;
}
.story dl {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 20px 10px 0px;
  overflow: auto;
}
.story dl dt {
  width: 150px;
  float: left;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-transform: uppercase;
}
.story dl dd {
  margin-left: 160px;
  margin-bottom: 10px;
  line-height: 18px;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */

  height: auto;
  /* Override height to match resized width for correct aspect ratio. */

}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  position: relative;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  position: relative;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* GRADIENTS - .gradient
 ---------*/
/* BORDERS & ROUNDED - .bordered
 -----------------*/
/* OPACITY & TRANSITIONS - .opacity, .transition-duration
 ---------------------*/
/* SHADOWS - .drop-shadow
 -------*/
/* COLUMNS - .columns
 -------*/
/* FONTS - .main-font
 -----*/
/* SPACING - .no-spacing
 -------*/
.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  display: table;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-2i {
  width: 20%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
.col-1,
.col-2,
.col-2i,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#WooCommerce') format('svg');
  font-weight: normal;
  font-style: normal;
}
.bgblack {
  background: #000000;
}
.bggreen {
  background: #c0c42e;
}
.light {
  color: #ffffff;
}
.light a {
  color: #ffffff;
}
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  color: #ffffff;
}
.dark {
  color: #000000;
}
.dark a {
  color: #000000;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #000000;
}
.clear {
  clear: both;
}
.wrapper {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.wrapper-medium {
  max-width: 570px;
  margin: 0 auto;
  position: relative;
  clear: both;
  padding-top: 40px;
}
.wrapper-small {
  max-width: 440px;
  margin: 0 auto;
  position: relative;
}
.wrapper-title {
  max-width: 570px;
  margin: 0 auto;
  position: relative;
}
.button {
  padding: 12px 20px;
  display: inline-block;
  background: #c0c42e !important;
  color: #ffffff !important;
  font-size: 13px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button:hover {
  background: #d2d64f !important;
}
header {
  padding: 86.5px 0 ;
  padding-bottom: 50px;
  z-index: 2;
  width: 100%;
  top: 0;
  background: #ffffff;
}
header.white {
  position: absolute;
  background: none;
}
header.white .logo {
  font-size: 51px;
  position: relative;
  color: #ffffff;
}
header.white .logo a {
  font-weight: 700;
  color: #ffffff;
}
header.white .logo a img {
  max-width: 200px;
  height: auto;
}
header.white .logo:after {
  content: "";
  height: 80px;
  position: absolute;
  right: 23%;
  top: -8px;
  border-right: 1px solid #e5e5e5;
}
header.white nav .menu-icon {
  display: none;
}
header.white nav .menu > li {
  position: relative;
}
header.white nav .menu > li.current-menu-item > a:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #c0c42e;
  position: absolute;
  bottom: -4px;
}
header.white nav .menu > li > a {
  display: inline-block;
  margin-bottom: 22%;
  position: relative;
  color: #ffffff;
}
header.white nav .menu > li:hover > a:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #c0c42e;
  position: absolute;
  bottom: -4px;
}
header.white nav .menu > li > ul:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #c0c42e;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -2.5px;
}
header.white nav .menu li {
  display: inline-block;
  padding: 0 25px 0 20px;
  position: relative;
}
header.white nav .menu li ul {
  display: none;
  padding: 10px 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
header.white nav .menu li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header.white nav .menu li ul li a {
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
header.white nav .menu li:hover > ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: #c0c42e;
}
header.white nav .menu li:hover > ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}
header.white nav .menu li:hover > ul li:hover ul {
  left: 100%;
  top: 0;
}
header.white nav .small-menu {
  float: left;
  margin-bottom: 30px;
}
header.white nav .small-menu li a {
  font-size: 13px;
}
header.white nav .small-menu li:after {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  font-size: 4px;
  color: #ffffff;
}
header.white nav .small-menu li:last-child:after {
  display: none;
}
header.white nav .small-menu li ul li {
  padding: 8px 20px;
}
header.white nav .small-menu li ul li:after {
  display: none;
}
header.white nav .big-menu {
  clear: both;
}
header.white nav .big-menu li a {
  font-size: 18px;
  text-transform: uppercase;
}
header.white nav .big-menu li ul li {
  padding: 8px 20px;
}
header.white nav .big-menu li ul li:after {
  display: none;
}
header.white nav .big-menu li ul li a {
  font-size: 13px;
  text-transform: none;
}
header .logo {
  font-size: 51px;
  position: relative;
  color: #c0c42e;
}
header .logo a {
  font-weight: 700;
  color: #c0c42e;
}
header .logo a img {
  max-width: 200px;
  height: auto;
}
header .logo:after {
  content: "";
  height: 80px;
  position: absolute;
  right: 23%;
  top: -8px;
  border-right: 1px solid #e5e5e5;
}
header nav .menu-icon {
  display: none;
}
header nav .menu > li {
  position: relative;
}
header nav .menu > li.current-menu-item > a:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #c0c42e;
  position: absolute;
  bottom: -4px;
}
header nav .menu > li > a {
  display: inline-block;
  margin-bottom: 22%;
  position: relative;
}
header nav .menu > li:hover > a:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #c0c42e;
  position: absolute;
  bottom: -4px;
}
header nav .menu > li > ul:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #c0c42e;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -2.5px;
}
header nav .menu li {
  display: inline-block;
  padding: 0 25px 0 20px;
  position: relative;
}
header nav .menu li ul {
  display: none;
  z-index: 9999;
  padding: 10px 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
header nav .menu li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header nav .menu li ul li a {
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
header nav .menu li:hover > ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: #c0c42e;
}
header nav .menu li:hover > ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}
header nav .menu li:hover > ul li:hover ul {
  left: 100%;
  top: 0;
}
header nav .small-menu {
  float: left;
  margin-bottom: 30px;
}
header nav .small-menu li a {
  font-size: 13px;
}
header nav .small-menu li:after {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  font-size: 4px;
}
header nav .small-menu li:last-child:after {
  display: none;
}
header nav .small-menu li ul li {
  padding: 8px 20px;
}
header nav .small-menu li ul li:after {
  display: none;
}
header nav .big-menu {
  clear: both;
}
header nav .big-menu li a {
  font-size: 18px;
  text-transform: uppercase;
}
header nav .big-menu li ul li {
  padding: 8px 20px;
}
header nav .big-menu li ul li:after {
  display: none;
}
header nav .big-menu li ul li a {
  font-size: 13px;
  text-transform: none;
}
.search-box {
  float: left;
  min-height: 10px;
  min-width: 10px;
  margin-left: 20px;
  position: relative;
}
.search-box .button_s {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: 10px;
}
.search-box .button_s:before {
  content: "\f002";
  font-family: FontAwesome;
  color: #c0c42e;
  font-size: 13px;
}
.search-box form {
  display: none;
  margin-top: -11px;
  overflow: hidden;
}
.search-box input[type="text"] {
  padding: 6px 24px 6px 6px;
  font-size: 13px;
  border: none;
  color: #938978;
  right: 0;
}
.search-box input[type="submit"] {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 1;
  font-size: 0;
  top: 50%;
  right: 10px;
  margin-top: -6.5px;
  background: none;
}
.search .wrapper .col-12 article img {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.search .wrapper .col-12 article:hover img {
  opacity: 0.8;
}
.tabs {
  padding: 70px 0 110px 0;
  text-align: center;
  background: #f7f7e7;
}
.tabs li {
  display: inline-block;
  width: 20%;
  text-align: center;
  margin-left: -4px;
  height: 150px;
  position: relative;
}
.tabs li:first-child {
  margin-left: 0;
}
.tabs li .tab-title {
  font-size: 0;
  display: inherit;
}
.tabs li .tab-title:before {
  content: "";
  display: block;
  background: url(images/tabs.png) no-repeat;
  width: 75px;
  height: 75px;
}
.tabs li .tab-title.one:before {
  background-position: -3px -69px;
}
.tabs li .tab-title.two:before {
  background-position: -95px -69px;
}
.tabs li .tab-title.three:before {
  background-position: -189px -73px;
}
.tabs li .tab-title.four:before {
  background-position: -290px -69px;
}
.tabs li .tab-title.five:before {
  background-position: -380px -69px;
}
.tabs li .tab-title:hover.one:before {
  background-position: -3px 3px;
}
.tabs li .tab-title:hover.two:before {
  background-position: -99px 3px;
}
.tabs li .tab-title:hover.three:before {
  background-position: -186px -1px;
}
.tabs li .tab-title:hover.four:before {
  background-position: -290px 3px;
}
.tabs li .tab-title:hover.five:before {
  background-position: -380px 8px;
}
.tabs li.ui-state-active .tab-title.one:before {
  background-position: -3px 3px;
}
.tabs li.ui-state-active .tab-title.two:before {
  background-position: -99px 3px;
}
.tabs li.ui-state-active .tab-title.three:before {
  background-position: -186px -1px;
}
.tabs li.ui-state-active .tab-title.four:before {
  background-position: -290px 3px;
}
.tabs li.ui-state-active .tab-title.five:before {
  background-position: -380px 8px;
}
.tabs li.ui-state-active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: 50%;
  margin-right: -5px;
  width: 10px;
  height: 10px;
  background: #c0c42e;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tabs .ale-tab {
  background: #ffffff;
  padding: 50px 60px;
  text-align: center;
}
.tabs .ale-tab h2 {
  color: #4b3a28 url(images/bg.png) 50% 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}
.tabs .ale-tab h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 86px;
  height: 2px;
  background: #f7f7e7;
  right: 130%;
  top: 44%;
}
.tabs .ale-tab h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 86px;
  height: 2px;
  background: #f7f7e7;
  left: 130%;
  top: 44%;
}
.tabs .ale-tab p {
  color: #636363;
  font-size: 15px;
  line-height: 2em;
  text-align: center;
}
.about-tabs {
  padding-bottom: 90px;
  background: #f7f7e7;
}
.about-tabs li {
  display: inline-block;
  text-align: center;
  margin-left: -4px;
  position: relative;
}
.about-tabs li:first-child {
  margin-left: 0;
}
.about-tabs li .tab-title {
  font-size: 20px;
  display: inherit;
  color: #000000;
  padding: 22px 40px;
  background: #fbfbf3;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.about-tabs li .tab-title:hover {
  background: #f2f2e2;
}
.about-tabs li.ui-state-active .tab-title {
  background: #ffffff;
}
.about-tabs li.ui-state-active .tab-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  background: #c0c42e;
  top: 0;
  left: 0;
}
.about-tabs .ale-tab {
  background: #ffffff;
  padding: 30px;
  overflow: auto;
}
.about-tabs .ale-tab img {
  float: left;
  margin-right: 30px;
  max-width: 290px;
  height: auto;
}
.about-tabs .ale-tab h2 {
  position: relative;
  margin-bottom: 30px;
  font-size: 26px;
}
.about-tabs .ale-tab p {
  color: #636363;
  font-size: 15px;
  line-height: 2em;
  display: flex;
}
.home-slider {
  position: relative;
}
.home-slider img {
  width: 100%;
  display: block;
}
.home-slider .text {
  bottom: 0;
  position: absolute;
  right: 50%;
  margin-right: -480px;
}
.home-slider .text h2 {
  font-size: 54px;
  color: #ffffff;
  text-align: center;
}
.home-slider .text hr {
  width: 190px;
  height: 4px;
  color: #c0c42e;
  background: #c0c42e;
  margin: 0 auto;
  margin-top: 62px;
  margin-bottom: 72px;
}
.home-slider .text p {
  background: #c0c42e;
  color: #ffffff;
  font-size: 15px;
  padding: 56px 156px;
  margin-bottom: 0;
  text-align: center;
  line-height: 30px;
}
.home-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.home-slider .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -23px;
}
.home-slider .flex-direction-nav .flex-prev {
  position: absolute;
  display: block;
  width: 29px;
  height: 32px;
  top: 50%;
  left: 2%;
  margin-top: -32px;
  opacity: 1;
  border: none;
  z-index: 9999;
  font-size: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home-slider .flex-direction-nav .flex-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 62px;
  color: #ffffff;
}
.home-slider .flex-direction-nav .flex-prev:hover {
  opacity: 0.6;
}
.home-slider .flex-direction-nav .flex-next {
  position: absolute;
  display: block;
  width: 29px;
  height: 32px;
  top: 50%;
  right: 2%;
  margin-top: -32px;
  opacity: 1;
  border: none;
  z-index: 9999;
  font-size: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home-slider .flex-direction-nav .flex-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 62px;
  color: #ffffff;
}
.home-slider .flex-direction-nav .flex-next:hover {
  opacity: 0.6;
}
.gallery-box > div {
  display: inline-block;
  margin-left: -4px;
  margin-bottom: -4px;
  width: 25%;
  position: relative;
  overflow: hidden;
}
.gallery-box > div:nth-child(1+4n) {
  margin-left: 0;
}
.gallery-box > div img {
  width: 100%;
  height: auto;
}
.gallery-box > div .item {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: rgba(75, 58, 40, 0.8);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 56px;
  color: #ffffff;
  box-sizing: border-box;
  z-index: 2;
}
.gallery-box > div .item .inner {
  position: absolute;
  bottom: 36px;
  width: 60%;
}
.gallery-box > div .item .inner h2 {
  color: #ffffff;
  font-size: 23px;
}
.gallery-box > div .item .inner hr {
  background: #c0c42e;
  color: #c0c42e;
  width: 25px;
}
.gallery-box > div .item .inner p {
  font-size: 15px;
  vertical-align: bottom;
}
.gallery-box > div:hover .item {
  top: 0;
}
.video-box {
  padding: 125px 0;
  overflow: auto;
  background: #f7f7e7;
}
.video-box .bgblack {
  display: table;
}
.video-box .image {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.video-box .image img {
  max-width: 100%;
  height: auto;
}
.video-box .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  cursor: pointer;
}
.video-box .image .overlay p {
  text-align: center;
  font-size: 13px;
}
.video-box .image .overlay h2 {
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 36%;
}
.video-box .image .overlay h2:before {
  content: "\f16a";
  font-family: FontAwesome;
  color: #c0c42e;
  position: absolute;
  left: 50%;
  margin-left: -27px;
  top: 37%;
  font-size: 54px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.video-box .image .overlay:hover h2:before {
  color: #ffffff;
}
.video-box .video {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9999;
  padding: 4%;
  box-sizing: border-box;
}
.video-box .video .exit {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  float: right;
}
.video-box .video .exit:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 27px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.video-box .video .exit:hover:before {
  opacity: 0.6;
}
.video-box .video iframe {
  clear: both;
  width: 100%;
  height: 500px;
}
.video-box .author {
  padding: 60px 60px 40px 60px;
}
.video-box .author .inner {
  padding-bottom: 40px;
}
.video-box .author .inner img {
  width: 55px;
  height: auto;
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 100%;
  -moz-border-radius-bottomleft: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
}
.video-box .author .inner h2 {
  color: #494a19;
  font-size: 22px;
  margin-bottom: 5px;
  margin-left: 65px;
}
.video-box .author .inner span {
  color: #7e8035;
  font-size: 12px;
  margin-left: 65px;
}
.video-box .author p {
  color: #ffffff;
  font-size: 15px;
  line-height: 2em;
}
.destination-box {
  padding: 120px 0 110px 0;
  background: #4b3a28 url(images/bg.png) 50% 50%;
}
.destination-box .wrapper {
  background: url(images/map.png) no-repeat 10% 28%, #ffffff;
}
.destination-box .wrapper .item {
  width: 100%;
  float: right;
}
.destination-box .wrapper .item article {
  padding: 94px 94px 94px 0;
  margin-left: 50%;
}
.destination-box .wrapper .item article h2 {
  font-size: 45px;
  margin-bottom: 40px;
}
.destination-box .wrapper .item article p {
  font-size: 15px;
  color: #636363;
  line-height: 2em;
}
.destination-box .wrapper .flex-viewport {
  clear: both;
}
.destination-box .wrapper .col-4 {
  position: relative;
  margin-left: 0.002%;
  overflow: hidden;
}
.destination-box .wrapper .col-4 img {
  max-width: 100%;
  height: auto;
}
.destination-box .wrapper .col-4 .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  font-size: 0;
  background: rgba(192, 196, 46, 0.8);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.destination-box .wrapper .col-4 .overlay:before {
  content: "\f06e";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 34px;
  color: #ffffff;
  margin-left: 46%;
  margin-top: 25%;
}
.destination-box .wrapper .col-4:hover .overlay {
  top: 0;
}
.destination-box .wrapper .flex-direction-nav {
  position: absolute;
  top: -22.5px;
  left: 50%;
  margin-left: -22.5px;
  background: #c0c42e;
  width: 45px;
  height: 45px;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
}
.destination-box .wrapper .flex-direction-nav li {
  display: inline-block;
}
.destination-box .wrapper .flex-direction-nav .flex-prev,
.destination-box .wrapper .flex-direction-nav .flex-next {
  font-size: 0;
  font-family: FontAwesome;
  color: #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  width: 10px;
  position: absolute;
}
.destination-box .wrapper .flex-direction-nav .flex-prev:before {
  content: "\f0d9";
  font-size: 18px;
  top: 18px;
  left: -12px;
  position: absolute;
}
.destination-box .wrapper .flex-direction-nav .flex-next:before {
  content: "\f0da";
  font-size: 18px;
  top: 18px;
  right: -4px;
  position: absolute;
}
.blog-box {
  padding: 80px 0 70px 0;
  overflow: auto;
  background: #f7f7e7 url(images/about-map.png) 50% 50% no-repeat;
}
.blog-box .wrapper .col-3 {
  padding-right: 5%;
  box-sizing: border-box;
}
.blog-box .wrapper .col-3 h2 {
  font-size: 48px;
  text-transform: uppercase;
  position: relative;
}
.blog-box .wrapper .col-3 h2 span {
  font-size: 28px;
  display: block;
}
.blog-box .wrapper .col-3 h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #000000;
  position: absolute;
  bottom: -22px;
}
.blog-box .wrapper .col-3 p {
  font-size: 12px;
  color: #636363;
  line-height: 2em;
  margin-bottom: 26px;
}
.blog-box .wrapper .col-9 {
  background: #ffffff;
}
.blog-box .wrapper .col-9 article {
  position: relative;
  display: flex;
}
.blog-box .wrapper .col-9 article:hover h2 {
  color: #c0c42e;
  text-decoration: underline;
}
.blog-box .wrapper .col-9 article:hover h2:before {
  display: block;
}
.blog-box .wrapper .col-9 article > div {
  width: 50%;
  float: left;
}
.blog-box .wrapper .col-9 article > div:nth-child(2) {
  overflow: hidden;
}
.blog-box .wrapper .col-9 article:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #e5e5e5;
}
.blog-box .wrapper .col-9 article img {
  max-width: 100%;
  height: auto;
}
.blog-box .wrapper .col-9 article .time {
  font-size: 10px;
  color: #e5e5e5;
  margin-top: 32px;
  margin-left: 48px;
}
.blog-box .wrapper .col-9 article h2 {
  margin-top: 32px;
  margin-left: 48px;
  font-size: 21px;
}
.blog-box .wrapper .col-9 article h2:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #c0c42e;
  display: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -5px;
  top: 50%;
}
.blog-box .wrapper .col-9 article a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}
.blog-box .wrapper .categories-list {
  font-size: 0;
}
.blog-box .wrapper .categories-list ul {
  padding-left: 27px;
}
.blog-box .wrapper .categories-list ul li {
  margin: 18px 0;
}
.blog-box .wrapper .categories-list ul li a {
  font-size: 14px;
  color: #000000;
  position: relative;
}
.blog-box .wrapper .categories-list ul li a:before {
  content: "\f111";
  display: block;
  position: absolute;
  font-family: FontAwesome;
  font-size: 4px;
  left: -7px;
  top: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog-box .wrapper .categories-list ul li a:hover {
  text-decoration: underline;
}
.blog-box .wrapper .categories-list ul li a:hover:before {
  color: #c0c42e;
}
.blog-box .wrapper .categories-list ul li ul {
  padding-left: 10px;
}
.info-box {
  padding: 130px 0 140px 0;
  background: #4b3a28 url(images/bg.png) 50% 50%;
}
.info-box .item {
  width: 33.333%;
  display: inline-block;
  margin-left: -4px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.info-box .item:before {
  content: "";
  position: absolute;
  top: 52px;
  left: 0;
  display: block;
  background: #bdbfbb;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.info-box .item:first-child {
  margin-left: 0;
}
.info-box .item:first-child:before {
  display: none;
}
.info-box .item p {
  text-align: center;
  font-style: italic;
}
.info-box .item p span {
  font-size: 81px;
  color: #c0c42e;
  display: block;
}
.partner-box {
  background: #4b3a28 url(images/bg.png) 50% 50%;
  text-align: center;
}
.partner-box h2 {
  background: #c0c42e;
  display: table;
  font-size: 43px;
  font-weight: 700;
  color: #ffffff;
  padding: 34px 44px;
  margin: 0 auto;
}
.partner-box a {
  display: inline-block;
  width: 13.6666667%;
  margin: 82px 0 87px 2%;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.partner-box a:nth-child(2) {
  margin-left: 0;
}
.partner-box a img {
  width: 100%;
  height: auto;
}
.partner-box a:hover {
  opacity: 1;
}
.subscribe-box {
  padding: 82px 0;
  text-align: center;
  font-size: 0;
  background: #f7f7e7;
}
.subscribe-box h2 {
  font-size: 23px;
  display: inline-block;
  margin-bottom: 60px;
  position: relative;
}
.subscribe-box h2:before {
  content: "";
  display: block;
  width: 25%;
  height: 2px;
  background: #e5e5e5;
  position: absolute;
  left: -40%;
  top: 38%;
}
.subscribe-box h2:after {
  content: "";
  display: block;
  width: 25%;
  height: 2px;
  background: #e5e5e5;
  position: absolute;
  right: -40%;
  top: 38%;
}
.subscribe-box input[type="text"] {
  padding: 30px;
  background: #e5e5d4;
  width: 55%;
  vertical-align: top;
  font-size: 20px;
  border: none;
  -webkit-box-shadow: inset 1px 1px 1px #d8d8c8;
  -moz-box-shadow: inset 1px 1px 1px #d8d8c8;
  box-shadow: inset 1px 1px 1px #d8d8c8;
}
.subscribe-box input[type="submit"] {
  padding: 27.5px;
  background: #c0c42e;
  height: auto;
  font-size: 24px;
  color: #ffffff;
  text-transform: none;
  width: 25%;
  vertical-align: top;
}
.subscribe-box input[type="checkbox"] {
  display: none;
}

/** fix, using default galleries from wordpress */
/*.gallery .viaje-gallery-item {
  float: left;
  padding: 10px;
}*/

.gallery-open-popup {
  position: relative;
}
.gallery-open-popup:hover .mask {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.gallery-open-popup .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-size: 16px;
  color: #FFF;
  font-family: Cinzel;
}
.gallery-open-popup .mask span {
  position: absolute;
  top: 45%;
  display: block;
  text-align: center;
  width: 100%;
}
.popup-gallery {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  box-sizing: border-box;
  padding: 4%;
}
.popup-gallery .slider-wrapper {
  position: relative;
}
.popup-gallery .slider-wrapper ul li:before {
  content: "";
}
.popup-gallery .container {
  max-width: 1600px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.popup-gallery .container .slider__item {
  display: none;
  margin: 0 auto;
  max-width: 1600px;
  padding: 2%;
  box-sizing: border-box;
  position: relative;
}
.popup-gallery .container .slider__item:first-child {
  display: block;
}
.popup-gallery .container .slider__item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto !important;
  max-height: 100%;
  height: auto;
}
.popup-gallery .container .slider__item .mfp-counter {
  text-align: center;
  padding-top: 1%;
  margin-bottom: 1%;
}
.popup-gallery .container .close {
  position: absolute;
  top: -4px;
  right: 50%;
  margin-right: -13.5px;
  width: 27px;
  height: 27px;
  border: none;
  font-size: 30px;
  color: #ffffff;
  z-index: 9999;
  cursor: pointer;
}
.popup-gallery .container .close .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.popup-gallery .container .close .fa:before {
  content: "\f00d";
  font-family: FontAwesome;
}
.popup-gallery .container .close:hover .fa {
  opacity: 0.6;
}
.popup-gallery .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -23px;
}
.popup-gallery .flex-direction-nav .flex-prev {
  position: absolute;
  display: block;
  width: 29px;
  height: 32px;
  top: 50%;
  left: 2%;
  margin-top: -32px;
  opacity: 1;
  border: none;
  z-index: 9999;
  font-size: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.popup-gallery .flex-direction-nav .flex-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 62px;
  color: #ffffff;
}
.popup-gallery .flex-direction-nav .flex-prev:hover {
  opacity: 0.6;
}
.popup-gallery .flex-direction-nav .flex-next {
  position: absolute;
  display: block;
  width: 29px;
  height: 32px;
  top: 50%;
  right: 2%;
  margin-top: -32px;
  opacity: 1;
  border: none;
  z-index: 9999;
  font-size: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.popup-gallery .flex-direction-nav .flex-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 62px;
  color: #ffffff;
}
.popup-gallery .flex-direction-nav .flex-next:hover {
  opacity: 0.6;
}
.blog-page {
  padding: 80px 0 70px 0;
  background: #f7f7e7;
}
.blog-page .wrapper {
  overflow: auto;
}
.blog-page .wrapper .col-3 {
  padding-right: 5%;
  box-sizing: border-box;
}
.blog-page .wrapper .col-3 h2 {
  font-size: 48px;
  text-transform: uppercase;
  position: relative;
}
.blog-page .wrapper .col-3 h2 span {
  font-size: 28px;
  display: block;
}
.blog-page .wrapper .col-3 h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #000000;
  position: absolute;
  bottom: -22px;
}
.blog-page .wrapper .col-3 p {
  font-size: 12px;
  color: #636363;
  line-height: 2em;
  margin-bottom: 26px;
}
.blog-page .wrapper .col-9 {
  background: #ffffff;
}
.blog-page .wrapper .col-9 article {
  position: relative;
  display: flex;
}
.blog-page .wrapper .col-9 article:hover h2 {
  color: #c0c42e;
  text-decoration: underline;
}
.blog-page .wrapper .col-9 article:hover h2:before {
  display: block;
}
.blog-page .wrapper .col-9 article:hover img {
  opacity: 0.8;
}
.blog-page .wrapper .col-9 article > div {
  width: 50%;
  float: left;
}
.blog-page .wrapper .col-9 article > div:nth-child(2) {
  overflow: hidden;
}
.blog-page .wrapper .col-9 article:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #e5e5e5;
}
.blog-page .wrapper .col-9 article img {
  max-width: 100%;
  height: auto;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog-page .wrapper .col-9 article .time {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 32px;
  margin-left: 48px;
}
.blog-page .wrapper .col-9 article h2 {
  margin-top: 32px;
  margin-left: 48px;
  font-size: 21px;
}
.blog-page .wrapper .col-9 article h2:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #c0c42e;
  display: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -5px;
  top: 50%;
}
.blog-page .wrapper .col-9 article a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}
.blog-page .wrapper .col-12 {
  background: #ffffff;
  float: none;
}
.blog-page .wrapper .col-12 .item {
  position: relative;
  display: flex;
}
.blog-page .wrapper .col-12 .item:hover h2 {
  color: #c0c42e;
  text-decoration: underline;
}
.blog-page .wrapper .col-12 .item:hover h2:before {
  display: block;
}
.blog-page .wrapper .col-12 .item:hover img {
  opacity: 0.8;
}
.blog-page .wrapper .col-12 .item > div {
  width: 50%;
  float: left;
}
.blog-page .wrapper .col-12 .item > div:nth-child(2) {
  overflow: hidden;
}
.blog-page .wrapper .col-12 .item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #e5e5e5;
}
.blog-page .wrapper .col-12 .item img {
  max-width: 100%;
  height: auto;
  float: right;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog-page .wrapper .col-12 .item .time {
  font-size: 10px;
  color: #e5e5e5;
  margin-top: 32px;
  margin-left: 48px;
  display: inline-block;
}
.blog-page .wrapper .col-12 .item h2 {
  margin-top: 32px;
  margin-left: 48px;
  font-size: 21px;
}
.blog-page .wrapper .col-12 .item h2:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #c0c42e;
  display: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -5px;
  top: 50%;
}
.blog-page .wrapper .col-12 .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}
.blog-page .categories-list {
  font-size: 0;
}
.blog-page .categories-list ul {
  padding-left: 27px;
}
.blog-page .categories-list ul li {
  margin: 18px 0;
}
.blog-page .categories-list ul li a {
  font-size: 14px;
  color: #000000;
  position: relative;
}
.blog-page .categories-list ul li a:before {
  content: "\f111";
  display: block;
  position: absolute;
  font-family: FontAwesome;
  font-size: 4px;
  left: -9px;
  top: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog-page .categories-list ul li a:hover {
  text-decoration: underline;
}
.blog-page .categories-list ul li a:hover:before {
  color: #c0c42e;
}
.blog-page .categories-list ul li ul {
  padding-left: 10px;
}
.single-page {
  background: #ffffff;
  overflow: hidden;
  color: #767676;
}
.single-page .wrapper {
  background: #ffffff;
  overflow: hidden;
}
.single-page .viaje-gallery-item .col-7 {
  padding-right: 2%;
  box-sizing: border-box;
}
.single-page .viaje-gallery-item img {
  max-width: 100%;
  height: auto;
}
.single-page .description h1 {
  font-size: 34px;
  margin: 40px 0;
}
.single-page .description hr {
  background: #c0c42e;
  color: #c0c42e;
  height: 4px;
  width: 192px;
  margin: 0 0 40px 0;
}
.single-page .description > ul {
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
}
.single-page .description > ul li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
}
.single-page .description > ul li:before {
  content: "";
}
.single-page .description > ul li:first-child {
  color: rgba(0, 0, 0, 0.3);
}
.single-page .description > ul li:last-child {
  color: #636363;
  margin-left: 10px;
}
.tipical-page {
  background: #ffffff;
  overflow: hidden;
  padding: 2%;
}
.tipical-page .viaje-gallery-item .col-7 {
  padding-right: 2%;
  box-sizing: border-box;
}
.tipical-page img {
  max-width: 100%;
  height: auto;
}
.tipical-page .wp-caption {
  max-width: 100%;
  height: auto;
}
.gallery-page .grid-sizer {
  width: 25%;
}
.gallery-page .viaje-gallery-item {
  float: left;
  position: relative;
  overflow: hidden;
  width: 25%;
}
.gallery-page .viaje-gallery-item.mini,
.gallery-page .viaje-gallery-item.gallery-high,
.gallery-page .viaje-gallery-item.gallery-thumba {
  width: 25%;
}
.gallery-page .viaje-gallery-item.big,
.gallery-page .viaje-gallery-item.wide {
  width: 50%;
}
.gallery-page .viaje-gallery-item:nth-child(1+4n) {
  margin-left: 0;
}
.gallery-page .viaje-gallery-item img {
  width: 100%;
  height: auto;
}
.gallery-page .viaje-gallery-item .item {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: rgba(75, 58, 40, 0.8);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 20%;
  color: #ffffff;
  box-sizing: border-box;
  z-index: 2;
}
.gallery-page .viaje-gallery-item .item:before {
  content: "\f06e";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 27px;
  color: #ffffff;
  top: 42%;
  margin-left: -13.5px;
  left: 50%;
  position: absolute;
}
.gallery-page .viaje-gallery-item .item .inner {
  position: absolute;
  bottom: 10%;
  width: 60%;
  text-align: center;
}
.gallery-page .viaje-gallery-item .item .inner h2 {
  color: #ffffff;
  font-size: 23px;
}
.gallery-page .viaje-gallery-item .item .inner hr {
  background: #c0c42e;
  color: #c0c42e;
  width: 25px;
  margin: 0 auto;
  margin-bottom: 14px;
}
.gallery-page .viaje-gallery-item .item .inner p {
  font-size: 15px;
  vertical-align: bottom;
  text-align: center;
}
.gallery-page .viaje-gallery-item:hover .item {
  top: 0;
}
.see-images {
  cursor: pointer;
}
.breadcrumbs {
  background: #4b3a28 url(images/bg.png) 50% 50%;
  padding: 24px 0;
  color: #c0c42e;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
.breadcrumbs .current {
  color: #ffffff;
  font-weight: normal;
}
.breadcrumbs a {
  color: #ffffff;
  font-weight: normal;
}
.pagination {
  padding: 50px 0;
  border-top: 1px solid #e5e5e5;
  font-size: 24px;
  text-align: center;
  background: #f7f7e7;
}
.pagination li {
  display: inline-block;
  padding: 0 27px;
}
.pagination li a {
  color: #000000;
}
.pagination li a:hover {
  color: #c0c42e;
}
.pagination li .current {
  color: #c0c42e;
  text-decoration: underline;
}
.pagination li .arrow {
  width: 8px;
  height: 8px;
  background: #c0c42e;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.pagination li .arrow.left:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  background: #989b24;
  left: 4px;
}
.pagination li .arrow.right:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  background: #989b24;
  top: 4px;
}
.pagination li .arrow:hover {
  background: #7e8035;
}
.blog-comments {
  clear: both;
  margin-top: 50px;
}
.blog-comments .comments-header {
  background: #f7f7e7;
  padding: 40px 0;
  text-align: center;
}
.blog-comments .comments-header h2 {
  font-size: 34px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}
.blog-comments .comments-header h2:before {
  content: "";
  display: block;
  height: 1px;
  width: 65px;
  background: #dedecf;
  position: absolute;
  left: -115px;
  top: 46%;
}
.blog-comments .comments-header h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 65px;
  background: #dedecf;
  position: absolute;
  right: -115px;
  top: 46%;
}
.blog-comments .comment {
  padding: 26px 26px 0 26px;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog-comments .comment:hover {
  border: 1px solid #e3e3bd;
}
.blog-comments .comment .img {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.blog-comments .comment .img img {
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 100%;
  -moz-border-radius-bottomleft: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: 20px;
}
.blog-comments .comment .content {
  width: 90%;
  display: inline-block;
  margin-left: -4px;
  margin-bottom: 20px;
}
.blog-comments .comment .content .name {
  display: inline-block;
}
.blog-comments .comment .content .name a {
  color: #000000;
}
.blog-comments .comment .content .time {
  display: inline-block;
  color: #938978;
  margin-left: 10px;
}
.blog-comments .comment .comment-reply-link {
  position: absolute;
  top: -1px;
  right: -1px;
  font-size: 13px;
  color: #ffffff;
  padding: 8px 16px;
  display: inline-block;
  background: #c0c42e;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog-comments .comment .comment-reply-link:hover {
  opacity: 0.8;
}
.blog-comments .comment .comment {
  border: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #e5e5e5;
  background: #fcfcf5;
  box-sizing: border-box;
}
.blog-comments .comment .comment:last-child {
  border-bottom: 1px solid transparent;
}
.blog-comments .comment .comment:last-child:after,
.blog-comments .comment .comment:last-child:before {
  border-bottom: 1px solid transparent;
}
.blog-comments .comment .comment:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: #fcfcf5;
  border-bottom: 1px solid #e5e5e5;
}
.blog-comments .comment .comment:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  background: #fcfcf5;
  border-bottom: 1px solid #e5e5e5;
}
.blog-comments form {
  text-align: center;
  background: #f7f7e7;
  padding: 36px 0;
}
.blog-comments form h2 {
  font-size: 19px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.blog-comments form h2 a {
  color: #c0c42e;
}
.blog-comments form p {
  text-align: center;
}
.blog-comments form p a {
  color: #c0c42e;
}
.blog-comments form input[type="text"],
.blog-comments form input[type="email"] {
  width: 43%;
  margin: 1%;
  -webkit-box-shadow: inset 1px 1px 1px #e3e3bd;
  -moz-box-shadow: inset 1px 1px 1px #e3e3bd;
  box-shadow: inset 1px 1px 1px #e3e3bd;
  border: 0;
  padding: 2%;
  font-size: 13px;
}
.blog-comments form textarea {
  width: 92.5%;
  height: 100px;
  margin: 1%;
  -webkit-box-shadow: inset 1px 1px 1px #e3e3bd;
  -moz-box-shadow: inset 1px 1px 1px #e3e3bd;
  box-shadow: inset 1px 1px 1px #e3e3bd;
  border: 0;
  padding: 2%;
  font-size: 13px;
}
.blog-comments form input[type="submit"] {
  display: block;
  margin: 0 auto;
  background: #4b3a28 url(images/bg.png) 50% 50%;
  color: #ffffff;
  text-transform: none;
  padding: 13px 100px;
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-top: 10px;
}
.blog-comments form .message-submit,
.blog-comments form .personal {
  width: 650px;
  margin: 0 auto;
  box-sizing: border-box;
}
.blog-comments .comments-closed {
  text-align: center;
  background: #f7f7e7;
  padding: 40px 0 80px 0;
  margin-bottom: 0;
}
.about-description {
  padding: 100px 0 80px 0;
  background: #c0c42e url(images/about-map.png) 50% 50%;
}
.about-description article {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.about-description article h1 {
  font-size: 160px;
  color: #ffffff;
  margin: 0;
}
.about-description article hr {
  width: 60px;
  height: 4px;
  color: #ffffff;
  background: #ffffff;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 20px;
}
.about-description article p {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
.about-description2 {
  padding: 122px 0 90px 0;
  background: #f7f7e7;
}
.about-description2 h2 {
  text-align: center;
  font-size: 54px;
  margin-bottom: 50px;
}
.about-description2 hr {
  width: 190px;
  height: 4px;
  color: #c0c42e;
  background: #c0c42e;
  margin: 0 auto;
  margin-bottom: 60px;
}
.about-description2 p {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  /* Chrome, Safari, Opera */

  -moz-column-gap: 80px;
  /* Firefox */

  column-gap: 80px;
  color: #636363;
  line-height: 30px;
}
.people-box {
  background: #4b3a28 url(images/bg.png) 50% 50%;
  text-align: center;
  padding-bottom: 50px;
}
.people-box h2 {
  background: #c0c42e;
  display: table;
  font-size: 43px;
  font-weight: 700;
  color: #ffffff;
  padding: 34px 44px;
  margin: 0 auto;
  margin-bottom: 85px;
}
.people-box .item {
  background: #ffffff;
  max-width: 235px;
  margin: 10px;
  padding-bottom: 24px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.people-box .item:hover {
  background: #c0c42e;
}
.people-box .item:hover a {
  background: #ffffff;
}
.people-box .item:hover h3 {
  color: #ffffff;
}
.people-box .item img {
  width: 100%;
  height: auto;
}
.people-box .item h3 {
  font-size: 21px;
  margin: 32px 0 12px 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-transform: none;
}
.people-box .item p {
  text-align: center;
  font-size: 12px;
  color: #acacac;
  margin-bottom: 20px;
}
.people-box .item .share a {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 28px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  position: relative;
  color: #c0c42e;
  margin-right: 3px;
}
.people-box .item .share a:hover {
  color: #989b24;
}
.people-box .item .share a i {
  font-style: normal;
  position: absolute;
  font-size: 28px;
  top: -4px;
  left: -1px;
}
.people-box .item .share .flickr:before {
  content: "\f16e";
}
.people-box .item .share .twitter:before {
  content: "\f081";
}
.people-box .item .share .facebook:before {
  content: "\f082";
}
.people-box .item .share .pinterest:before {
  content: "\f0d3";
}
.people-box .flex-direction-nav li {
  display: inline-block;
  padding: 0 27px;
}
.people-box .flex-direction-nav li a {
  width: 45px;
  height: 45px;
  display: block;
  background: #c0c42e;
  position: relative;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.people-box .flex-direction-nav li a:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  background: #a8ab28;
}
.people-box .flex-direction-nav li a.flex-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -12px;
}
.people-box .flex-direction-nav li a.flex-prev:before {
  left: 19.5px;
}
.people-box .flex-direction-nav li a.flex-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: -12px;
}
.people-box .flex-direction-nav li a.flex-next:before {
  top: 18.5px;
}
.people-box .flex-direction-nav li a:hover {
  background: #ffffff;
}
.destinations-box {
  text-align: center;
  background: #f7f7e7;
}
.destinations-box .wrapper {
  padding: 100px 0 80px 0;
}
.destinations-box .wrapper > h2 {
  font-size: 82px;
  color: #000000;
  margin: 0 auto;
  margin-bottom: 40px;
}
.destinations-box .wrapper > hr {
  width: 250px;
  height: 5px;
  color: #c0c42e;
  background: #c0c42e;
  margin: 0 auto;
  margin-bottom: 50px;
}
.destinations-box .wrapper > p {
  max-width: 530px;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
  color: #4b3a28;
  line-height: 2em;
}
.destinations-box .item {
  background: #ffffff;
  max-width: 306px;
  margin: 10px;
  padding-bottom: 24px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.destinations-box .item:hover {
  background: #4b3a28 url(images/bg.png) 50% 50%;
}
.destinations-box .item:hover h3 {
  color: #ffffff;
}
.destinations-box .item:hover p {
  color: #ffffff;
}
.destinations-box .item:hover a:before {
  opacity: 1;
}
.destinations-box .item:hover a:after {
  opacity: 1;
}
.destinations-box .item img {
  width: 100%;
  height: auto;
}
.destinations-box .item h3 {
  font-size: 30px;
  margin: 32px 0 20px 0;
  text-align: left;
  padding: 0 38px 0 38px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.destinations-box .item p {
  font-size: 14px;
  color: #636363;
  margin-bottom: 20px;
  padding: 0 38px 0 38px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.destinations-box .item a {
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
.destinations-box .item a:before {
  content: "";
  background: rgba(192, 196, 46, 0.8);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.destinations-box .item a:after {
  content: "\f06e";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  font-size: 27px;
  color: #ffffff;
  top: 50%;
  margin-top: -13.5px;
  margin-left: -13.5px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.destinations-box .slider-wrap {
  position: relative;
}
.destinations-box .flex-direction-nav li {
  display: inline-block;
  padding: 0 27px;
}
.destinations-box .flex-direction-nav li a {
  width: 45px;
  height: 45px;
  display: block;
  background: #c0c42e;
  position: relative;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.destinations-box .flex-direction-nav li a:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  background: #a8ab28;
}
.destinations-box .flex-direction-nav li a.flex-prev {
  position: absolute;
  left: 0;
  top: 94px;
  margin-left: -12px;
}
.destinations-box .flex-direction-nav li a.flex-prev:before {
  left: 19.5px;
}
.destinations-box .flex-direction-nav li a.flex-next {
  position: absolute;
  right: 0;
  top: 94px;
  margin-right: -12px;
}
.destinations-box .flex-direction-nav li a.flex-next:before {
  top: 18.5px;
}
.destinations-box .flex-direction-nav li a:hover {
  background: #ffffff;
}
.contact-box {
  position: relative;
}
.contact-box:before {
  content: "";
  width: 100%;
  height: 562px;
  display: block;
  top: 0;
  left: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZiZmJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7e7 0%, #fbfbf2 45%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7e7), color-stop(45%, #fbfbf2), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f7f7e7 0%, #fbfbf2 45%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f7f7e7 0%, #fbfbf2 45%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f7f7e7 0%, #fbfbf2 45%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f7f7e7 0%, #fbfbf2 45%, rgba(255, 255, 255, 0) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7e7', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */

  position: absolute;
  z-index: 2;
}
.contact-box .ale_map_canvas {
  margin-bottom: 0;
}
.contact-box .content {
  max-width: 960px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -480px;
  background: #ffffff;
  z-index: 3;
}
.contact-box .content .col-7 {
  box-sizing: border-box;
  padding: 80px  142px 80px 115px;
}
.contact-box .content .col-7 h1 {
  font-size: 54px;
  margin-bottom: 24px;
}
.contact-box .content .col-7 p {
  color: #636363;
  line-height: 2em;
  margin-bottom: 40px;
}
.contact-box .content .col-7 ul .phone {
  font-size: 27px;
  margin-bottom: 20px;
  position: relative;
}
.contact-box .content .col-7 ul .phone:before {
  content: "\f095";
  position: absolute;
  font-family: FontAwesome;
  font-size: 15px;
  left: -30px;
  top: 50%;
  margin-top: -7.5px;
  color: #c0c42e;
}
.contact-box .content .col-7 ul .country {
  font-size: 19px;
  position: relative;
}
.contact-box .content .col-7 ul .country:before {
  content: "\f14e";
  position: absolute;
  font-family: FontAwesome;
  font-size: 18px;
  left: -30px;
  top: 50%;
  margin-top: -8.5px;
  color: #c0c42e;
}
.contact-box .content .col-7 ul .address {
  margin-bottom: 18px;
  position: relative;
  font-size: 13px;
}
.contact-box .content .col-7 ul .mail {
  position: relative;
  font-size: 13px;
}
.contact-box .content .col-7 ul .mail:before {
  content: "\f0e0";
  position: absolute;
  font-family: FontAwesome;
  font-size: 15px;
  left: -30px;
  top: 50%;
  margin-top: -8.5px;
  color: #c0c42e;
}
.contact-box .content .col-5 {
  box-sizing: border-box;
  padding: 108px 40px;
  background: #c0c42e url(images/contact-map.png) 50% 50%;
  text-align: center;
}
.contact-box .content .col-5 h2 {
  font-size: 18px;
  color: #ffffff;
}
.contact-box .content .col-5 input {
  margin: 4px 0;
  padding: 4% 4% 4% 6%;
  background: #b3b72b;
  color: #ffffff;
  border: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.contact-box .content .col-5 input::-webkit-input-placeholder {
  color: #ffffff;
}
.contact-box .content .col-5 input:-moz-placeholder {
  /* FF 4-18 */

  color: #ffffff;
}
.contact-box .content .col-5 input::-moz-placeholder {
  /* FF 19+ */

  color: #ffffff;
}
.contact-box .content .col-5 input:-ms-input-placeholder {
  /* IE 10+ */

  color: #ffffff;
}
.contact-box .content .col-5 input:focus {
  background: #ffffff;
  color: #636363;
}
.contact-box .content .col-5 input:focus::-webkit-input-placeholder {
  color: #636363;
}
.contact-box .content .col-5 input:focus:-moz-placeholder {
  /* FF 4-18 */

  color: #636363;
}
.contact-box .content .col-5 input:focus::-moz-placeholder {
  /* FF 19+ */

  color: #636363;
}
.contact-box .content .col-5 input:focus:-ms-input-placeholder {
  /* IE 10+ */

  color: #636363;
}
.contact-box .content .col-5 input[type="text"],
.contact-box .content .col-5 input[type="email"] {
  width: 89%;
}
.contact-box .content .col-5 textarea {
  width: 89%;
  margin: 4px 0;
  padding: 4% 4% 4% 6%;
  height: 90px;
  background: #b3b72b;
  border: none;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.contact-box .content .col-5 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.contact-box .content .col-5 textarea:-moz-placeholder {
  /* FF 4-18 */

  color: #ffffff;
}
.contact-box .content .col-5 textarea::-moz-placeholder {
  /* FF 19+ */

  color: #ffffff;
}
.contact-box .content .col-5 textarea:-ms-input-placeholder {
  /* IE 10+ */

  color: #ffffff;
}
.contact-box .content .col-5 textarea:focus {
  background: #ffffff;
}
.contact-box .content .col-5 textarea:focus::-webkit-input-placeholder {
  color: #636363;
}
.contact-box .content .col-5 textarea:focus:-moz-placeholder {
  /* FF 4-18 */

  color: #636363;
}
.contact-box .content .col-5 textarea:focus::-moz-placeholder {
  /* FF 19+ */

  color: #636363;
}
.contact-box .content .col-5 textarea:focus:-ms-input-placeholder {
  /* IE 10+ */

  color: #636363;
}
.contact-box .content .col-5 .submit {
  background: #4b3a28 url(images/bg.png) 50% 50%;
  padding: 15px;
  height: auto;
  text-transform: none;
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  margin-top: 12px;
}
.inspirations-destinations {
  padding-top: 100px;
  position: relative;
}
.inspirations-destinations:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafaf1 57%, #f7f7e7 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(57%, #fafaf1), color-stop(100%, #f7f7e7));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafaf1 57%, #f7f7e7 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafaf1 57%, #f7f7e7 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafaf1 57%, #f7f7e7 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fafaf1 57%, #f7f7e7 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f7f7e7', GradientType=0);
  /* IE6-8 */

}
.inspirations-destinations article {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
.inspirations-destinations article h2 {
  font-size: 54px;
  margin-bottom: 40px;
}
.inspirations-destinations article hr {
  width: 190px;
  height: 4px;
  color: #c0c42e;
  background: #c0c42e;
  margin: 0 auto;
  margin-bottom: 50px;
}
.inspirations-destinations article p {
  text-align: center;
  color: #6d6d6d;
  line-height: 1.8em;
}
.inspirations-destinations .inspirations-slider {
  padding: 160px 0 60px 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.inspirations-destinations .inspirations-slider .flex-viewport {
  overflow: visible !important;
}
.inspirations-destinations .inspirations-slider .slides li {
  display: none;
  position: relative;
}
.inspirations-destinations .inspirations-slider .slides li .mask {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #f7f7e8;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.inspirations-destinations .inspirations-slider .slides li.flex-active-slide img {
  opacity: 1;
  height: auto;
}
.inspirations-destinations .inspirations-slider .slides li.flex-active-slide .mask {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.inspirations-destinations .inspirations-slider .slides li img {
  max-width: 100%;
  height: auto;
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.inspirations-destinations .inspirations-slider .slides li img:hover {
  opacity: 1;
}
.inspirations-destinations .inspirations-slider .slides li h3 {
  text-align: center;
  font-size: 26px;
  color: #636363;
  margin: 32px 0 4px 0;
}
.inspirations-destinations .inspirations-slider .slides li p {
  text-align: center;
  font-size: 10px;
  color: #938978;
}
.inspirations-destinations .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -23px;
}
.inspirations-destinations .flex-direction-nav .flex-prev {
  position: absolute;
  display: block;
  width: 29px;
  height: 32px;
  top: 50%;
  left: 2%;
  margin-top: -32px;
  opacity: 1;
  border: none;
  z-index: 9999;
  font-size: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.inspirations-destinations .flex-direction-nav .flex-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 62px;
  color: #ffffff;
}
.inspirations-destinations .flex-direction-nav .flex-prev:hover {
  opacity: 0.6;
}
.inspirations-destinations .flex-direction-nav .flex-next {
  position: absolute;
  display: block;
  width: 29px;
  height: 32px;
  top: 50%;
  right: 2%;
  margin-top: -32px;
  opacity: 1;
  border: none;
  z-index: 9999;
  font-size: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.inspirations-destinations .flex-direction-nav .flex-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 62px;
  color: #ffffff;
}
.inspirations-destinations .flex-direction-nav .flex-next:hover {
  opacity: 0.6;
}
.inspirations-map {
  background: #4b3a28 url(images/bg.png) 50% 50%;
  padding: 90px 0;
}
.inspirations-map .inspirations-map-box {
  max-width: 1531px;
  margin: 0 auto;
  position: relative;
}
.inspirations-map .inspirations-map-box > img {
  max-width: 100%;
  height: auto;
}
.inspirations-map .inspirations-map-box .item {
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #c0c42e;
  border: 5px solid #c0c42e;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
}
.inspirations-map .inspirations-map-box .item:hover {
  background: #ffffff;
}
.inspirations-map .inspirations-map-box .item:hover .inner-popup {
  display: block;
}
.inspirations-map .inspirations-map-box .item.active .inner-popup {
  display: block;
}
.inspirations-map .inspirations-map-box .item .inner-popup {
  position: absolute;
  display: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 100%;
  bottom: 100%;
  background: #ffffff;
  max-width: 296px;
  margin-right: -109px;
  margin-bottom: 71px;
}
.inspirations-map .inspirations-map-box .item .inner-popup:before {
  content: "";
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffffff;
  position: absolute;
  bottom: -23px;
}
.inspirations-map .inspirations-map-box .item .inner-popup:after {
  content: "";
  height: 40px;
  width: 100%;
  position: absolute;
  cursor: default;
}
.inspirations-map .inspirations-map-box .item .inner-popup a img {
  max-width: 296px;
  height: auto;
}
.inspirations-map .inspirations-map-box .item .inner-popup article {
  padding: 35px;
  cursor: auto;
}
.inspirations-map .inspirations-map-box .item .inner-popup article h2 {
  color: #000000;
  font-size: 26px;
}
.inspirations-map .inspirations-map-box .item .inner-popup article p {
  color: #636363;
  font-size: 13px;
}
.rewiews-box {
  background: #c0c42e;
  padding: 50px 0;
}
.rewiews-box li {
  background: url(images/people-map.png) no-repeat 10% 100%;
}
.rewiews-box .people {
  padding: 60px 60px 40px 60px;
  width: 52%;
  float: right;
  margin-right: 6%;
}
.rewiews-box .people .inner {
  padding-bottom: 40px;
}
.rewiews-box .people .inner img {
  width: 55px;
  height: auto;
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 100%;
  -moz-border-radius-bottomleft: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
}
.rewiews-box .people .inner h2 {
  color: #494a19;
  font-size: 22px;
  margin-bottom: 5px;
  margin-left: 65px;
}
.rewiews-box .people .inner span {
  color: #7e8035;
  font-size: 12px;
  margin-left: 65px;
}
.rewiews-box .people p {
  color: #ffffff;
  font-size: 15px;
  line-height: 2em;
}
.rewiews-box .flex-direction-nav li {
  display: inline-block;
  padding: 0 27px;
}
.rewiews-box .flex-direction-nav li a {
  width: 45px;
  height: 45px;
  display: block;
  background: #a8ab28;
  position: relative;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rewiews-box .flex-direction-nav li a:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  background: #c5c858;
}
.rewiews-box .flex-direction-nav li a.flex-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
  margin-left: -23px;
}
.rewiews-box .flex-direction-nav li a.flex-prev:before {
  left: 19.5px;
}
.rewiews-box .flex-direction-nav li a.flex-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -26px;
  margin-right: -23px;
}
.rewiews-box .flex-direction-nav li a.flex-next:before {
  top: 19px;
}
.rewiews-box .flex-direction-nav li a:hover {
  background: #ffffff;
}
footer {
  color: #93897e;
  font-family: Arial;
  padding: 98px 0 30px 0;
  overflow: auto;
  background: #4b3a28 url(images/bg.png) 50% 50%;
  clear: both;
}
footer a {
  color: #93897e;
}
footer a:hover {
  color: #c0c42e;
}
footer .logo {
  font-size: 51px;
  position: relative;
  margin-bottom: 90px;
}
footer .logo a {
  font-weight: 700;
  color: #3a2c1d;
}
footer .logo a img {
  max-width: 200px;
  height: auto;
}
footer h3 {
  color: #c0c42e;
  font-size: 16px;
  font-weight: bold;
}
footer nav {
  margin-bottom: 90px;
}
footer nav li {
  font-size: 11px;
  line-height: 24px;
}
footer .copyright {
  clear: both;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}
footer .copyright p {
  margin-bottom: 0;
  width: 50%;
  float: left;
  font-size: 11px;
}
footer .contact {
  margin-bottom: 80px;
}
footer .contact .phone {
  font-size: 27px;
  margin-bottom: 20px;
}
footer .contact .country {
  font-size: 14px;
  margin-bottom: 8px;
}
footer .contact .address {
  margin-bottom: 18px;
}
footer .description {
  padding: 0 30px;
  box-sizing: border-box;
}
footer .description p {
  font-size: 11px;
  line-height: 20px;
}
footer .share {
  float: right;
  margin-top: -4px;
}
footer .share a {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 29px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-left: 3px;
  margin-right: 3px;
  width: 24px;
  height: 25px;
  border-radius: 4px;
  position: relative;
}
footer .share a > * {
  font-style: inherit;
  position: absolute;
  top: -4px;
  right: 0;
}
footer .share a .flickr:before {
  content: "\f16e";
}
footer .share a .twitter:before {
  content: "\f081";
}
footer .share a .facebook:before {
  content: "\f082";
}
footer .share a .pinterest:before {
  content: "\f0d3";
}
footer .share a:hover {
  color: #c0c42e;
  background: #ffffff;
}
.h2 {
  margin-top: 50px;
  font-size: 18px;
}
.contact-content h1 {
  font-size: 28px;
}
.contact-footer {
  margin-bottom: 140px;
}
.sidebar {
  padding-left: 3%;
  font-size: 14px;
  line-height: 1.6em;
  color: #4b3a28 url(images/bg.png) 50% 50%;
  overflow: hidden;
  box-sizing: border-box;
  /* calendar widget */

}
.sidebar p {
  color: #4b3a28 url(images/bg.png) 50% 50%;
}
.sidebar img {
  max-width: 100%;
  height: auto;
}
.sidebar .widget {
  margin-bottom: 20px;
}
.sidebar .caption {
  color: #000000;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0.4em;
}
.sidebar .title,
.sidebar .entry-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.2em;
}
.sidebar a {
  color: #4b3a28;
}
.sidebar input[type="text"],
.sidebar input[type="email"] {
  width: 48% !important;
  height: 28px;
  padding: 0;
  text-align: center;
  border: 1px solid #c8bfc6;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: inset 0 0 2px 0 #f7f6f7;
  -webkit-box-shadow: inset 0 0 2px 0 #f7f6f7;
  font-weight: bold;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-appearance: textfield;
  color: #c8bfc6;
}
.sidebar input[type="submit"] {
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out 0.2s;
  -moz-transition: 0.3s ease-in-out 0.2s;
  -ms-transition: 0.3s ease-in-out 0.2s;
  -o-transition: 0.3s ease-in-out 0.2s;
  transition: 0.3s ease-in-out 0.2s;
  color: #ffffff;
  padding: 7.5px 16px;
  display: inline-block;
  background: #c0c42e;
  margin: 0;
  height: auto;
}
.sidebar input[type="submit"]:hover {
  background: #d2d64f !important;
}
.sidebar select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #c8bfc6;
  padding: 6px;
}
.sidebar .ale_about_widget img {
  margin-bottom: 6px;
}
.sidebar .aletheme-flickr .picture {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.sidebar .aletheme-flickr .picture:nth-child(3n+3) {
  margin-right: 0;
}
.sidebar .aletheme-flickr .picture img {
  width: 100%;
}
.sidebar .ale_mostcommented_widget .cf {
  margin-bottom: 20px;
}
.sidebar .ale_mostcommented_widget img {
  margin-bottom: 6px;
}
.sidebar .ale_blog_widget .cf {
  margin-bottom: 20px;
}
.sidebar .ale_blog_widget img {
  margin-bottom: 6px;
}
.sidebar .widget_calendar {
  width: 100%;
}
.sidebar .widget_calendar #wp-calendar {
  width: 100%;
}
.sidebar .widget_calendar #wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.sidebar .widget_calendar #wp-calendar thead {
  font-size: 10px;
}
.sidebar .widget_calendar #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
.sidebar .widget_calendar #wp-calendar tbody {
  color: #aaa;
}
.sidebar .widget_calendar #wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}
.sidebar .widget_calendar #wp-calendar tbody td:hover {
  background: #fff;
}
.sidebar .widget_calendar #wp-calendar tbody .pad {
  background: none;
}
.sidebar .widget_calendar #wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
.sidebar .widget_calendar #wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
.sidebar ul.children,
.sidebar ul.sub-menu {
  margin-left: 10px;
}
.sidebar .widget_shopping_cart li,
.sidebar .widget_products li,
.sidebar .widget_recent_reviews li,
.sidebar .widget_top_rated_products li,
.sidebar .yith-woocompare-widget li,
.sidebar .widget_recently_viewed_products li {
  position: relative;
  margin-bottom: 10px;
}
.sidebar .widget_shopping_cart li img,
.sidebar .widget_products li img,
.sidebar .widget_recent_reviews li img,
.sidebar .widget_top_rated_products li img,
.sidebar .yith-woocompare-widget li img,
.sidebar .widget_recently_viewed_products li img {
  margin-right: 10px;
}
.sidebar .widget_shopping_cart a,
.sidebar .widget_products a,
.sidebar .widget_recent_reviews a,
.sidebar .widget_top_rated_products a,
.sidebar .yith-woocompare-widget a,
.sidebar .widget_recently_viewed_products a {
  text-decoration: none;
  margin-right: 10px;
}
.sidebar .widget_shopping_cart .star-rating,
.sidebar .widget_products .star-rating,
.sidebar .widget_recent_reviews .star-rating,
.sidebar .widget_top_rated_products .star-rating,
.sidebar .yith-woocompare-widget .star-rating,
.sidebar .widget_recently_viewed_products .star-rating {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .widget_shopping_cart .button,
.sidebar .widget_products .button,
.sidebar .widget_recent_reviews .button,
.sidebar .widget_top_rated_products .button,
.sidebar .yith-woocompare-widget .button,
.sidebar .widget_recently_viewed_products .button,
.sidebar .widget_shopping_cart .clear-all,
.sidebar .widget_products .clear-all,
.sidebar .widget_recent_reviews .clear-all,
.sidebar .widget_top_rated_products .clear-all,
.sidebar .yith-woocompare-widget .clear-all,
.sidebar .widget_recently_viewed_products .clear-all {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out 0.2s;
  -moz-transition: 0.3s ease-in-out 0.2s;
  -ms-transition: 0.3s ease-in-out 0.2s;
  -o-transition: 0.3s ease-in-out 0.2s;
  transition: 0.3s ease-in-out 0.2s;
  color: #787878;
  padding: 8px 20px;
  margin: 0;
  text-decoration: none;
}
.sidebar .widget_shopping_cart .button:hover,
.sidebar .widget_products .button:hover,
.sidebar .widget_recent_reviews .button:hover,
.sidebar .widget_top_rated_products .button:hover,
.sidebar .yith-woocompare-widget .button:hover,
.sidebar .widget_recently_viewed_products .button:hover,
.sidebar .widget_shopping_cart .clear-all:hover,
.sidebar .widget_products .clear-all:hover,
.sidebar .widget_recent_reviews .clear-all:hover,
.sidebar .widget_top_rated_products .clear-all:hover,
.sidebar .yith-woocompare-widget .clear-all:hover,
.sidebar .widget_recently_viewed_products .clear-all:hover {
  background: #bebebe;
  color: #fff;
}
.sidebar .yith-woocompare-widget .title {
  width: 88% !important;
}
.sidebar .yith-woocompare-widget .clear-all {
  float: left;
}
.sidebar .widget_newsletterwidget .newsletter-widget {
  padding-top: 10px;
}
.sidebar .widget_newsletterwidget .newsletter-widget p {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.sidebar .widget_newsletterwidget .newsletter-widget p input[type="email"] {
  width: 97% !important;
}
.sidebar .widget_newsletterwidget .newsletter-widget p input[type="submit"] {
  width: 97% !important;
  padding: 1.6077170418%;
}
.sidebar .widget_rss li {
  margin-bottom: 20px;
}
input[type="submit"] {
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out 0.2s;
  -moz-transition: 0.3s ease-in-out 0.2s;
  -ms-transition: 0.3s ease-in-out 0.2s;
  -o-transition: 0.3s ease-in-out 0.2s;
  transition: 0.3s ease-in-out 0.2s;
  color: #ffffff;
  padding: 11.5px 16px;
  display: inline-block;
  background: #c0c42e;
  margin: 0;
  height: auto;
}
/* GRADIENTS - .gradient
 ---------*/
/* BORDERS & ROUNDED - .bordered
 -----------------*/
/* OPACITY & TRANSITIONS - .opacity, .transition-duration
 ---------------------*/
/* SHADOWS - .drop-shadow
 -------*/
/* COLUMNS - .columns
 -------*/
/* FONTS - .main-font
 -----*/
/* SPACING - .no-spacing
 -------*/
.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  display: table;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-2i {
  width: 20%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
.col-1,
.col-2,
.col-2i,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}
@media (max-width: 1380px) {
  .home-slider .text h2 {
    font-size: 34px;
  }
}
@media (max-width: 1280px) {
  .white {
    position: relative !important;
  }
  .white .logo a {
    color: #c0c42e !important;
  }
  .white nav > ul > li > a {
    color: #000000 !important;
  }
  .gallery-page .viaje-gallery-item .item:before {
    top: 17%;
  }
}
@media (max-width: 980px) {
  .home-slider .text {
    right: 0;
    margin-right: 0;
    width: 100%;
  }
  .home-slider .text h2 {
    font-size: 32px;
    padding: 0 6%;
  }
  .home-slider .text hr {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .home-slider .text p {
    padding: 6% 6%;
  }
  .gallery-box article {
    width: 50%;
    margin-left: 0;
  }
  .gallery-box article:nth-child(2n+2) {
    margin-left: -4px;
  }
  .blog-page .wrapper .col-3 {
    padding: 0 2%;
  }
  .destination-box .wrapper .col-4 {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .home-slider .text p {
    display: none;
  }
  .gallery-box > div {
    width: 50%;
    margin-left: 0;
  }
  .gallery-box > div:nth-child(2n+2) {
    margin-left: -4px;
  }
  header {
    padding: 40px 0 40px 0;
  }
  .blog-box {
    padding: 80px 1% 70px 1%;
  }
  .col-3,
  .col-9,
  .col-6 {
    width: 100%;
    float: none;
  }
  .button {
    margin-bottom: 10px;
  }
  footer {
    max-width: 100%;
  }
  footer .logo {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
  }
  footer .contact {
    width: 33%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
  }
  footer .description {
    width: 33%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  footer .col-2 {
    width: 33%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  footer .copyright p {
    margin-left: 10px;
  }
  footer .share {
    margin-right: 10px;
  }
  .contact-box .content {
    width: 100%;
    left: 0;
    margin-left: 0;
    position: relative;
  }
  .contact-box .content .col-7,
  .contact-box .content .col-5 {
    width: 100%;
    padding: 8%;
  }
  .video-box .image .overlay h2 {
    margin-top: 30%;
  }
  .about-description2 {
    padding: 122px 2% 90px 2%;
  }
  .people-box .item {
    margin: 0 auto;
  }
  .destinations-box .wrapper {
    padding: 100px 2% 80px 2%;
  }
  .gallery-page .viaje-gallery-item {
    width: 50%;
  }
  .gallery-page .viaje-gallery-item.big,
  .gallery-page .viaje-gallery-item.wide {
    width: 100%;
  }
  .tipical-page .col-8 {
    width: 100%;
  }
  .tipical-page .sidebar {
    width: 100%;
    padding-left: 0;
  }
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells,
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .about-description2 p {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 80;
  }
  body {
    overflow-x: hidden;
  }
  .col-8 {
    width: 100%;
  }
  .video-box .image .overlay h2 {
    margin-top: 31%;
  }
  .destination-box .wrapper section {
    width: 90%;
    margin: 0 auto;
  }
  header .logo,
  header.white .logo {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  header .logo:after,
  header.white .logo:after {
    content: "";
    border: none;
  }
  header nav .menu-icon,
  header.white nav .menu-icon {
    display: block;
    cursor: pointer;
    clear: both;
    margin: 0 auto;
    max-width: 43px;
    text-align: center;
  }
  header nav .menu-icon:before,
  header.white nav .menu-icon:before {
    content: "\f00b";
    font-family: FontAwesome;
    font-size: 30px;
    color: #000;
  }
  header nav .menu,
  header.white nav .menu {
    display: none;
    text-align: center;
  }
  header nav .menu > li,
  header.white nav .menu > li {
    position: relative;
  }
  header nav .menu > li > a,
  header.white nav .menu > li > a {
    display: block;
    margin-bottom: 0;
    position: relative;
    padding: 25px 0;
  }
  header nav .menu > li:hover > a:after,
  header.white nav .menu > li:hover > a:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -4px;
  }
  header nav .menu > li > ul:before,
  header.white nav .menu > li > ul:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -2.5px;
    border: none;
  }
  header nav .menu li,
  header.white nav .menu li {
    display: block;
    position: relative;
  }
  header nav .menu li ul,
  header.white nav .menu li ul {
    display: block;
    z-index: 2;
    padding: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  }
  header nav .menu li ul li,
  header.white nav .menu li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
  }
  header nav .menu li ul li a,
  header.white nav .menu li ul li a {
    color: #000000;
    padding: 25px 0;
    display: block;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
  }
  header nav .menu li ul li a:hover,
  header.white nav .menu li ul li a:hover {
    border-bottom: 2px solid #c0c42e;
  }
  header nav .menu li:hover > ul,
  header.white nav .menu li:hover > ul {
    display: block;
    position: relative;
    background: none;
  }
  header nav .menu li:hover > ul li:hover,
  header.white nav .menu li:hover > ul li:hover {
    background: none;
  }
  header nav .menu li:hover > ul li:hover ul,
  header.white nav .menu li:hover > ul li:hover ul {
    position: relative;
    left: 0;
  }
  header nav .small-menu,
  header.white nav .small-menu {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  header nav .small-menu li:after,
  header.white nav .small-menu li:after {
    content: "";
  }
  header nav .small-menu li:last-child:after,
  header.white nav .small-menu li:last-child:after {
    display: none;
  }
  header nav .small-menu li ul li,
  header.white nav .small-menu li ul li {
    padding: 4px 20px;
  }
  header nav .small-menu li ul li:after,
  header.white nav .small-menu li ul li:after {
    display: none;
  }
  header nav .big-menu,
  header.white nav .big-menu {
    clear: both;
    float: none;
    width: 100%;
  }
  header nav .big-menu li a,
  header.white nav .big-menu li a {
    text-transform: uppercase;
  }
  header nav .big-menu li ul li,
  header.white nav .big-menu li ul li {
    padding: 8px 0;
  }
  header nav .big-menu li ul li:after,
  header.white nav .big-menu li ul li:after {
    display: none;
  }
  header nav .big-menu li ul li a,
  header.white nav .big-menu li ul li a {
    text-transform: none;
  }
  header nav .search-box,
  header.white nav .search-box {
    float: none;
    margin: 0 auto;
    max-width: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  header nav .search-box .button_s,
  header.white nav .search-box .button_s {
    text-align: center;
  }
  .gallery-page .viaje-gallery-item .item:before {
    top: 4%;
  }
  .single-page .viaje-gallery-item .col-7,
  .single-page .viaje-gallery-item .col-5 {
    width: 100%;
    padding: 0 2%;
  }
  .destination-box .wrapper .item article {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .blog-box .wrapper .col-9 article {
    /*display: block;*/
  }
  .blog-box .wrapper .col-9 article > div {
    width: 100%;
  }
  .blog-page .wrapper .col-9 article {
    /*display: block;*/
  }
  .blog-page .wrapper .col-9 article > div {
    width: 100%;
  }
  .gallery-box > div {
    width: 100%;
    margin-left: 0;
  }
  .gallery-box > div:nth-child(2n+2) {
    margin-left: 0;
  }
  .gallery-box article {
    width: 100%;
  }
  .gallery-box article:nth-child(2n+2) {
    margin-left: 0;
  }
  .destination-box .wrapper .slides li .overlay:before {
    margin-left: 38%;
    margin-top: 15%;
  }
  .info-box .item {
    width: 100%;
  }
  .subscribe-box input[type="text"],
  .subscribe-box input[type="submit"] {
    width: 100%;
  }
  footer .contact {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .description {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .col-2 {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .copyright p {
    margin-left: 10px;
  }
  footer .share {
    margin-right: 10px;
  }
  .home-slider .text {
    display: none;
  }
  .about-tabs li {
    width: 100%;
  }
  .about-tabs li .tab-title {
    width: 100%;
    padding: 20px 0;
  }
  .gallery-page .viaje-gallery-item {
    width: 100%;
  }
  .gallery-page .viaje-gallery-item .item:before {
    top: 12%;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce .cart-collaterals .cross-sells ul.products li,
  .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 100%;
  }
  table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.shop_table td,
  table.shop_table tr,
  table.shop_table th {
    display: block;
  }
  table.shop_table td:nth-of-type(3):before {
    content: "Product:";
  }
  table.shop_table td:nth-of-type(4):before {
    content: "Price:";
  }
  table.shop_table td:nth-of-type(5):before {
    content: "Quqntity:";
  }
  table.shop_table td:nth-of-type(6):before {
    content: "Total:";
  }
  table.shop_table td:before {
    /* Now like a table header */

    position: relative;
    /* Top/left values mimic padding */

    left: 6px;
    width: 45%;
    white-space: nowrap;
    float: left;
  }
  table.shop_table .actions .coupon {
    width: 100% !important;
  }
  table.shop_table .actions .coupon input,
  table.shop_table .actions .coupon input[type="text"] {
    width: 100% !important;
    max-width: 100% !important;
  }
  table.shop_table .actions > input {
    width: 100% !important;
    margin-right: 0 !important;
  }
  table.shop_table .quantity {
    margin: 0;
  }
  table.shop_table .product-remove,
  table.shop_table .product-thumbnail {
    text-align: center;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .video-box .image .overlay h2 {
    margin-top: 76%;
  }
}
