@font-face {
  font-family: 'gothamlight_italic';
  src: url("../fonts/gotham-lightitalic-webfont.eot");
  src: url("../fonts/gotham-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-lightitalic-webfont.woff2") format("woff2"), url("../fonts/gotham-lightitalic-webfont.woff") format("woff"), url("../fonts/gotham-lightitalic-webfont.ttf") format("truetype"), url("../fonts/gotham-lightitalic-webfont.svg#gothamlight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brothers';
  src: url("../fonts/ufonts_com_brothers.eot");
  src: url("../fonts/ufonts_com_brothers.eot") format("embedded-opentype"), url("../fonts/ufonts_com_brothers.woff2") format("woff2"), url("../fonts/ufonts_com_brothers.woff") format("woff"), url("../fonts/ufonts_com_brothers.ttf") format("truetype"), url("../fonts/ufonts_com_brothers.svg#brothers") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cylburn_regularregular';
  src: url("../fonts/cylburn-webfont.eot");
  src: url("../fonts/cylburn-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cylburn-webfont.woff2") format("woff2"), url("../fonts/cylburn-webfont.woff") format("woff"), url("../fonts/cylburn-webfont.ttf") format("truetype"), url("../fonts/cylburn-webfont.svg#cylburn_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothambook_italic';
  src: url("../fonts/gotham-bookitalic-webfont.eot");
  src: url("../fonts/gotham-bookitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bookitalic-webfont.woff2") format("woff2"), url("../fonts/gotham-bookitalic-webfont.woff") format("woff"), url("../fonts/gotham-bookitalic-webfont.ttf") format("truetype"), url("../fonts/gotham-bookitalic-webfont.svg#gothambook_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothammedium_italic';
  src: url("../fonts/gotham-mediumitalic-webfont.eot");
  src: url("../fonts/gotham-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/gotham-mediumitalic-webfont.woff") format("woff"), url("../fonts/gotham-mediumitalic-webfont.ttf") format("truetype"), url("../fonts/gotham-mediumitalic-webfont.svg#gothammedium_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothambold';
  src: url("../fonts/gotham-bold-webfont.eot");
  src: url("../fonts/gotham-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bold-webfont.woff2") format("woff2"), url("../fonts/gotham-bold-webfont.woff") format("woff"), url("../fonts/gotham-bold-webfont.ttf") format("truetype"), url("../fonts/gotham-bold-webfont.svg#gothambold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothambook';
  src: url("../fonts/gotham-book-webfont.eot");
  src: url("../fonts/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-book-webfont.woff2") format("woff2"), url("../fonts/gotham-book-webfont.woff") format("woff"), url("../fonts/gotham-book-webfont.ttf") format("truetype"), url("../fonts/gotham-book-webfont.svg#gothambook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothammedium';
  src: url("../fonts/gotham-medium-webfont.eot");
  src: url("../fonts/gotham-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-medium-webfont.woff2") format("woff2"), url("../fonts/gotham-medium-webfont.woff") format("woff"), url("../fonts/gotham-medium-webfont.ttf") format("truetype"), url("../fonts/gotham-medium-webfont.svg#gothammedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

aside, nav, footer, header, section {
  display: block;
}

body {
  margin: 0;
  color: #333;
  font: 14px/26px gothambook, Arial, sans-serif;
  background: #fff;
}

img {
  border-style: none;
}

a {
  text-decoration: none;
  color: #0099cc;
}

a:hover {
  text-decoration: underline;
}

input, textarea, select {
  font: 100% gothambook_italic, Arial, Helvetica, sans-serif;
  vertical-align: middle;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

.alignleft {
  float: left;
  margin: 0 30px 0 0;
}

.alignright {
  float: right;
  margin: 0 0 0 30px;
}

.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

#main .content {
  max-width: 1280px;
  margin: 0 auto;
}

#main .content:after {
  display: block;
  clear: both;
  content: '';
}

h1 {
  color: #666;
  font: 18px/26px gothambold, Arial, sans-serif;
  margin: 0 0 20px;
  text-transform: uppercase;
}

h2 {
  color: #0099cc;
  font: 15px/26px gothambook, Arial, sans-serif;
  margin: 0 0 20px;
  text-transform: uppercase;
}

h3 {
  color: #333;
  font: 15px/26px gothammedium, Arial, sans-serif;
  margin: 0 0 20px;
}

p {
  margin: 0 0 20px;
}

.wp-caption {
  overflow: hidden;
  background: #f4f4f4;
  margin: 0 0 22px;
}

.wp-caption img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
}

.wp-caption .wp-caption-text {
  padding: 10px 16px;
  margin: 0;
  font: 12px/20px gothambook_italic, Arial, Helvetica, sans-serif;
}

.wp-caption.alignleft .size-medium {
  height: 336px;
  width: auto;
  max-width: none;
}

.wp-caption.alignright .size-medium {
  height: 336px;
  width: auto;
  max-width: none;
}

blockquote {
  overflow: hidden;
  margin: 0 auto 25px;
  background: rgba(255, 255, 255, 0.4);
  max-width: 648px;
  position: relative;
  padding: 38px 74px 34px;
  color: #9c6d2f;
  font: 17px/26px brothers, Arial, sans-serif;
}

blockquote:after {
  background: url("../images/bg-q-t.png") no-repeat;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 37px;
  height: 25px;
  content: '';
}

blockquote:before {
  background: url("../images/bg-q-b.png") no-repeat;
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 37px;
  height: 25px;
  content: '';
}

blockquote q {
  text-transform: uppercase;
  color: #9c6d2f;
  quotes: none;
  display: block;
  margin: 0;
  padding: 0;
  font: italic 17px/26px brothers, Arial, sans-serif;
}

.content-part ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0 0 20px;
}

.content-part ul li {
  vertical-align: top;
  overflow: hidden;
}

.content-part ul li {
  padding: 0 0 20px 17px;
  background: url("../images/bullet.gif") no-repeat -3px 6px;
}

.wp-caption.alignright {
  margin-left: 23px;
  max-width: 47.5%;
}

.wp-caption.alignleft {
  margin-right: 23px;
  max-width: 47.5%;
}

#header:after {
  content: '';
  display: block;
  clear: both;
}

#header {
  width: 100%;
  background: #fff;
  padding: 45px 0 0;
}

#header .opener {
  display: none;
}

#header .sticky-wrapper {
  height: 41px !important;
}

#header .logo {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto 39px;
  width: 256px;
  height: 115px;
  background: url("../images/logo.png") no-repeat;
}

#header .logo a {
  height: 100%;
  display: block;
}

#header .nav-h {
  width: 100%;
  background: #333;
  position: relative;
  z-index: 50;
}

#header .nav-f:after,
#header .nav-h:after,
#header #nav:after {
  content: '';
  display: block;
  clear: both;
}

#header .nav-f {
  max-width: 860px;
  margin: 0 auto;
}

#header #nav {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  overflow: visible;
  position: static !important;
  float: left;
}

#header #nav li {
  vertical-align: top;
  overflow: hidden;
}

#header #nav li {
  text-transform: uppercase;
  font: 14px/20px gothambold, Arial, sans-serif;
  float: left;
  overflow: visible;
  position: relative;
}

#header #nav li a {
  display: block;
  padding: 11px 20px 10px 21px;
  position: relative;
  z-index: 1;
  color: #fff;
}

#header #nav li a:hover {
  text-decoration: none;
}

#header #nav > li:hover:after {
  width: 100%;
  height: 65px;
  background: url("../images/bg-nav.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-size: 100% 65px;
}

#header #nav li.item_home a {
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/bg-home.png") no-repeat 50% 8px;
  width: 19px;
  padding: 11px 14px 10px;
  height: 20px;
}

#header #nav .drop {
  position: absolute;
  top: 41px;
  left: 0;
  width: 600px;
  background: rgba(243, 243, 244, 0.9);
  display: none;
}

#header #nav .drop .capture {
  display: block;
  color: #026283;
  padding: 16px;
  width: 268px;
  position: absolute;
  bottom: -4px;
  left: 0;
  text-transform: none;
  font: 12px/17px gothambook_italic, Arial, sans-serif;
}

#header #nav .drop ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 16px;
}

#header #nav .drop li {
  vertical-align: top;
  overflow: hidden;
  margin: 0 0 14px;
  padding: 0;
  float: none;
  font: 14px/17px gothambook, Arial, sans-serif;
}

#header #nav .drop li a {
  color: #58595b;
  padding: 0;
  float: left;
}

#header #nav .drop li a:hover {
  text-decoration: underline;
}

#header #nav .drop li.item_companion-drives,
#header #nav .drop li.item_trail-shires {
  color: #3996bb;
  font: 14px/17px gothammedium, Arial, sans-serif;
}

#header #nav .drop li.item_companion-drives a,
#header #nav .drop li.item_trail-shires a {
  color: #3996bb;
}

#header #nav .drop .left-s {
  width: 49.5%;
  float: left;
  padding: 31px 0 0;
}

#header #nav .drop .right-s {
  width: 49.5%;
  float: right;
}

#header #nav .drop img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}

#header #nav li:hover .drop {
  display: block;
}

#header #nav li.item_explore-the-trail .right-s {
  margin: 31px 0 0 -1px;
  border-left: 1px solid #d1d2d4;
}

#header #nav li.item_contact .drop,
#header #nav li.item_trail-tales .drop {
  right: 0;
  left: auto;
}

#header #nav li.item_contact .drop .left-s,
#header #nav li.item_trail-tales .drop .left-s {
  padding: 0;
}

#header #nav li.item_contact .drop .right-s,
#header #nav li.item_trail-tales .drop .right-s {
  padding: 31px 0 0;
}

#header #nav li.item_trail-tales .drop li.item_golden-quest-trail-blog {
  font: 14px/17px gothammedium, Arial, sans-serif;
}

#header #nav li.item_trail-tales .drop li.item_golden-quest-trail-blog a {
  color: #3996bb;
}

#header #nav li.item_contact .drop .capture,
#header #nav li.item_trail-tales .drop .capture {
  left: auto;
  right: 0;
}

#header .is-sticky #nav li.item_home a {
  background: url("../images/bg-home2.png") no-repeat 50% 6px;
}

#header .search {
  float: right;
  position: relative;
}

#header .search a {
  font: 14px/20px gothambold, Arial, sans-serif;
  color: #fff;
  padding: 11px 25px 10px 25px;
  background: url("../images/bg-search.png") no-repeat center;
  float: left;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-indent: -9999px;
  text-align: left;
}

#header .search .drop {
  position: absolute;
  top: 41px;
  right: 0;
  padding: 44px 30px 30px;
  width: 240px;
  background: rgba(243, 243, 244, 0.9);
  display: none;
}

#header .search .drop label {
  display: block;
  font-size: 14px;
  margin: 0 0 11px;
}

#header .search .drop input[type="text"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 5px 8px;
  width: 192px;
  height: 31px;
  color: #58595b;
  border: 1px solid #fff;
  background: #fff;
  font-size: 14px;
  line-height: 21px;
  float: left;
}

#header .search .drop input[type="submit"] {
  background: #818285;
  border: none;
  width: 42px;
  float: right;
  display: block;
  height: 31px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font: 14px/30px gothambold, Arial, sans-serif;
}

#header .search:hover .drop {
  display: block;
}

#header .search:hover:after {
  width: 50px;
  height: 65px;
  background: url("../images/bg-nav.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-size: 50px 65px;
}

.blog .title-area .text-f {
  background: url("../images/bg-arrow2.png") no-repeat 100% 0;
  background-size: 2038px 100%;
}

.single .title-area .text-f {
  background: url("../images/bg-arrow2.png") no-repeat 100% 0;
  background-size: 2038px 100%;
}

.archive .title-area .text-f {
  background: url("../images/bg-arrow2.png") no-repeat 100% 0;
  background-size: 2038px 100%;
}

.title-area {
  width: 100%;
  margin: 0;
  position: relative;
  height: 394px;
  overflow: hidden;
}

.title-area img {
  width: 100%;
  display: block;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.title-area .text-h {
  position: absolute;
  width: 1280px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -640px;
  height: 100%;
}

.title-area .text-f {
  float: left;
  left: -9999px;
  margin: 0 0 0 -9999px;
  padding: 0 50px 0 10032px;
  background: url("../images/bg-arrow.png") no-repeat 100% 0;
  background-size: 2038px 100%;
  width: 434px;
  height: 100%;
  position: relative;
  -webkit-transition: background 1s linear;
  -moz-transition: background 1s linear;
  -ms-transition: background 1s linear;
  -o-transition: background 1s linear;
  transition: background 1s linear;
}

.title-area .text-f2 {
  width: 100%;
  height: 100%;
  display: table;
}

.title-area .text {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  opacity: 1;
}

.title-area .text h2 {
  color: #000;
  padding: 35px 0 0;
  margin: 0 57px 0 -9px;
  text-align: right;
  text-transform: none;
  font: 131px/170px cylburn_regularregular, Arial, sans-serif;
}

.title-area .text h2 span {
  text-transform: uppercase;
  float: left;
  text-align: left;
  color: #fff;
  margin: -33px -409px 0 0;
  font: 95px/100px brothers, Arial, sans-serif;
}

.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 29px;
}

.slider .gmask {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider .gmask ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.slider .gmask ul li {
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.slider .gmask ul li.active {
  z-index: 2;
  position: relative;
}

.slider .gmask ul li img {
  width: 100%;
  display: block;
  height: auto;
}

.slider .gmask ul .text-h {
  position: absolute;
  width: 1280px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -640px;
  height: 100%;
}

.slider .gmask ul .text-f {
  float: left;
  left: -9999px;
  margin: 0 0 0 -9999px;
  padding: 0 50px 0 10032px;
  background: url("../images/bg-arrow.png") no-repeat 100% 0;
  background-size: 2038px 100%;
  width: 434px;
  height: 100%;
  position: relative;
  -webkit-transition: background 1s linear;
  -moz-transition: background 1s linear;
  -ms-transition: background 1s linear;
  -o-transition: background 1s linear;
  transition: background 1s linear;
}

.slider .gmask ul .text-f2 {
  width: 100%;
  height: 100%;
  display: table;
}

.slider .gmask ul .text {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.slider .gmask ul .text p {
  margin: 0 0 21px;
}

.slider .gmask ul .text h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 45px;
  line-height: 50px;
  margin: 0 0 10px;
  color: #fff;
}

.slider .gmask ul .text h2 span {
  font-family: gothammedium, Arial, sans-serif;
  display: block;
}

.slider .gmask ul .text .link {
  float: left;
  text-decoration: underline;
  color: #fff;
  text-transform: uppercase;
  font: 20px/25px gothammedium, Arial, sans-serif;
}

.slider .gmask ul .text .link:hover {
  text-decoration: none;
}

.slider .switcher {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
  padding: 9px 0;
}

.slider .switcher li {
  vertical-align: top;
  overflow: hidden;
}

.slider .switcher li {
  display: inline-block;
  margin: 0 3px;
  line-height: 16px;
}

.slider .switcher li a {
  display: block;
  border: 1px solid #d1d2d4;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
}

.slider .switcher li a:hover,
.slider .switcher li.active a {
  text-decoration: none;
  background: #d1d2d4;
}

#main .logo-section {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding: 30px 0;
}

#main .logo-section .prev,
#main .logo-section .next {
  display: none;
}

#main .logo-section .holder {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#main .logo-section h3 {
  text-transform: uppercase;
  margin: 0 0 33px;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #999;
}

#main .logo-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 99999px;
  position: relative;
  overflow: hidden;
}

#main .logo-section ul li {
  vertical-align: top;
  overflow: hidden;
}

#main .logo-section ul li {
  line-height: 68px;
  display: inline-block;
  margin: 0 15px;
  float: left;
}

#main .logo-section ul li img {
  vertical-align: middle;
}

#main .section-tales {
  overflow: hidden;
  padding: 35px 0 39px;
  width: 100%;
  background: url("../images/bg1.jpg") no-repeat;
  background-size: cover;
}

#main .section-tales .content {
  max-width: 960px;
}

#main .section-tales .top {
  position: relative;
  margin: 0 0 -10px;
  overflow: hidden;
  padding: 10px 63px 0 22px;
}

#main .section-tales .top h2 {
  float: left;
  color: #000;
  padding: 33px 0 0;
  margin: -10px 45px 0 0;
  text-transform: none;
  font: 131px/150px cylburn_regularregular, Arial, sans-serif;
}

#main .section-tales .top h2 span {
  text-transform: uppercase;
  float: left;
  color: #9c6d2f;
  margin: -34px -80px 0 0;
  font: 95px/100px brothers, Arial, sans-serif;
}

#main .section-tales .top .arrows {
  float: right;
  width: 40px;
}

#main .section-tales .top .arrows .prev, #main .section-tales .top .arrows .next {
  width: 20px;
  height: 26px;
  background: url("../images/bg-arrows.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  bottom: 44px;
  right: 37px;
  float: left;
}

#main .section-tales .top .arrows .next {
  right: 10px;
  background-position: -20px 0;
}

#main .section-tales p {
  margin: 0 0 45px;
}

#main .section-tales .holder {
  overflow: hidden;
  position: relative;
  padding: 23px 0 0;
}

#main .section-tales .gall:after {
  content: '';
  display: block;
  clear: both;
}

#main .section-tales .gall {
  margin: 0;
  list-style: none;
  width: 9999px;
  padding: 0 0 10px;
  position: relative;
}

#main .section-tales .gall li {
  width: 291px;
  margin: 0 16px 0 12px;
  float: left;
  font-size: 13px;
  line-height: 20px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
}

#main .section-tales .gall li .text {
  overflow: hidden;
  padding: 15px 15px 26px;
}

#main .section-tales .gall li .date {
  display: block;
  margin: 0 0 10px;
  font: 13px/20px gothamlight_italic, Arial, sans-serif;
}

#main .section-tales .gall li .img-h {
  overflow: hidden;
}

#main .section-tales .gall li .img-h img {
  display: block;
  width: 100%;
  height: auto;
}

#main .section-tales .gall li .tag {
  background: url("../images/bg-tag.png") no-repeat;
  font: 17px/22px gothammedium, Arial, sans-serif;
  color: #fff;
  margin: -23px auto -9px;
  text-align: center;
  text-transform: uppercase;
  width: 155px;
  height: 67px;
  padding: 0 10px 15px;
  overflow: hidden;
}

#main .section-tales .gall li .tag .h {
  width: 100%;
  height: 100%;
  display: table;
}

#main .section-tales .gall li .tag-h {
  height: 100%;
  overflow: hidden;
}

#main .section-tales .gall li .f {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#main .section-tales .gall li .f a {
  color: #fff;
}

#main .section-tales .gall h2 {
  color: #9c6d2f;
  font: 20px/24px brothers, Arial, sans-serif;
  margin: 0 0 11px;
  letter-spacing: -0.6px;
}

#main .section-tales .gall h2 a {
  color: #9c6d2f;
}

#main .section-tales .gall p a {
  font-family: gothambook_italic, Arial,sans-serif;
  text-decoration: underline;
  color: #333;
}

#main .section-tales .gall p a:hover {
  text-decoration: none;
}

#main .section-tales .gall:after {
  content: '';
  display: block;
  clear: both;
}

#main .section-gall {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#main .section-gall .mask {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#main .section-gall .next, #main .section-gall .prev {
  height: 100%;
  width: 10%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
}

#main .section-gall .next {
  left: auto;
  right: 0;
}

#main .section-gall ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 0;
  position: relative;
  width: 99999px;
  line-height: 0;
}

#main .section-gall ul li {
  vertical-align: top;
  overflow: hidden;
}

#main .section-gall ul li {
  width: 320px;
  display: inline-block;
  position: relative;
  float: left;
}

#main .section-gall ul li a {
  display: block;
}

#main .section-gall ul li a:hover {
  text-decoration: none;
}

#main .section-gall ul li img {
  vertical-align: top;
}

#main .section-gall ul li .text-h {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 5%;
  width: 90%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#main .section-gall ul li a:hover .text-h {
  opacity: 1;
}

#main .section-gall ul li .text-f {
  width: 100%;
  height: 100%;
  display: table;
}

#main .section-gall ul li .text {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#main .section-gall ul li .tag {
  font-size: 19px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin: 21px 0 9px;
}

#main .section-gall ul li .title {
  font: 29px/30px gothambold, Arial, sans-serif;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin: 0 0 22px;
}

#main .section-gall ul li .plus {
  width: 39px;
  height: 39px;
  background: url("../images/bg-plus.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

#main .section-map {
  background: #666;
  overflow: hidden;
  width: 100%;
  padding: 0 0 22px;
}
#main .section-map .content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#main .section-map .text-area {
  width: 477px;
  padding: 0 0 0 51px;
  color: #fff;
  margin-top: 26px;
}

#main .section-map .text-area p {
  margin: 0 0 10px;
}

#main .section-map .text-area .title-holder {
  margin: 0 0 46px -46px;
  overflow: hidden;
}

#main .section-map h2 {
  font: 30px/61px gothambold, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  float: left;
  padding: 0 53px 0 40px;
  background: #3996bb url("../images/bg-title2.gif") no-repeat 100% 0;
  background-size: 27px 100%;
  margin: 0 0 0 65px;
}

#main .section-map h2:before {
  background: url("../images/bg-title.gif") no-repeat;
  width: 84px;
  height: 61px;
  content: '';
  margin: 0 0 0 -105px;
  float: left;
}

#main .section-map .tabset {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding: 11px 0 0;
}

#main .section-map .tabset li {
  vertical-align: top;
  overflow: hidden;
}

#main .section-map .tabset li {
  font: 18px/22px gothambold, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 0 5px;
}

#main .section-map .tabset li a:hover, #main .section-map .tabset li a.active {
  background: url("../images/bg-tabset.png") no-repeat;
}

#main .section-map .tabset li a {
  color: #ccc;
  padding: 8px 0 4px 40px;
  float: left;
}

#main .section-map .tabset li a:hover {
  text-decoration: none;
  color: #fff;
}

#main .section-map .tabset .hidden {
  display: none;
}

#main .section-map .tabset li.item1 a:hover,
#main .section-map .tabset li.item1 a.active {
  background-position: 0 0;
  color: #fff;
}

#main .section-map .tabset li.item2 a:hover,
#main .section-map .tabset li.item2 a.active {
  background-position: 0 -92px;
  color: #99c64f;
}

#main .section-map .tabset li.item3 a:hover,
#main .section-map .tabset li.item3 a.active {
  background-position: 0 -182px;
  color: #fdbd50;
}

#main .section-map .tabset li.item4 a:hover,
#main .section-map .tabset li.item4 a.active {
  background-position: 0 -299px;
  color: #e87c1e;
}

#main .section-map .tabset li.item5 a:hover,
#main .section-map .tabset li.item5 a.active {
  background-position: 0 -413px;
  color: #3996bb;
}

#main .section-map .tabset li.item6 a:hover,
#main .section-map .tabset li.item6 a.active {
  background-position: 0 -500px;
  color: #72b5e4;
}

#main .section-map .map-area {
  overflow: hidden;
  text-align: center;
  background: none;
  margin: 13px -22px 0 0;
  width: calc(100% - 506px);
}

#main .section-map .tab {
  overflow: hidden;
  display: none;
}

#main .section-map .tab img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#main .section-map .tab.default {
  display: block;
}

.content-part .link {
  float: left;
  text-transform: uppercase;
  color: #3794b6;
  padding: 0 39px 0 0;
  margin: -6px 0 0;
  font: 20px/37px gothambold, Arial, sans-serif;
  background: url("../images/bg-download.gif") no-repeat 100% 0;
  text-decoration: none;
}

.home .content-part {
  padding: 0 150px 56px;
}

.home .content-part .alignleft {
  margin: -7px 91px 0 -84px;
}

#main .subscribe {
  overflow: hidden;
  margin: 0 0 43px;
  width: 272px;
}

#main .subscribe .gform_wrapper {
  overflow: hidden;
  padding: 0;
}

#main .subscribe .gform_heading {
  overflow: hidden;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
}

#main .subscribe .gform_heading p {
  margin: 0;
}

#main .subscribe .gform_body {
  float: left;
  width: 80%;
}

#main .subscribe .gform_body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0;
}

#main .subscribe .gform_body ul li {
  vertical-align: top;
  overflow: hidden;
}

#main .subscribe .gform_body ul label {
  display: none !important;
}

#main .subscribe .gform_body ul li {
  padding: 0;
  background: none;
}

#main .subscribe .gform_body ul input[type="text"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 5px 8px;
  width: 100%;
  height: 31px;
  color: #58595b;
  border: 1px solid #dededf !important;
  background: #fff;
  font-size: 13px;
  line-height: 21px;
}

#main .subscribe .gform_footer {
  float: left;
  width: 15%;
  margin: 1px 0 0 7px;
}

#main .subscribe .gform_footer input[type="submit"] {
  background: #818285;
  border: none;
  width: 100%;
  display: block;
  height: 29px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font: 13px/28px gothambold, Arial, sans-serif;
}

#grid {
  padding: 23px 0 0;
  margin: 0 -26px 0 0;
  position: relative;
}

.post {
  width: 290px;
  float: left;
  vertical-align: top;
  font-size: 13px;
  line-height: 20px;
  margin: 0 25px 67px 0;
  background: #fff;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
}

.post .text {
  overflow: hidden;
  padding: 9px 15px;
}

.post .date {
  display: block;
  margin: 0 0 10px;
  font: 13px/20px gothamlight_italic, Arial, sans-serif;
}

.post .img-h {
  overflow: hidden;
}

.post .img-h img {
  display: block;
  width: 100%;
  height: auto;
}

.post .tag {
  background: url("../images/bg-tag.png") no-repeat;
  font: 17px/22px gothammedium, Arial, sans-serif;
  color: #fff;
  margin: -23px auto 0;
  text-align: center;
  text-transform: uppercase;
  width: 155px;
  height: 62px;
  padding: 0 10px 20px;
  position: relative;
  overflow: hidden;
}

.post .tag .h {
  width: 100%;
  height: 100%;
  display: table;
}

.post .tag a {
  color: #fff;
}

.post .tag a:hover {
  text-decoration: none;
}

.post .tag-h {
  height: 100%;
  overflow: hidden;
}

.post .f {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.post h2 {
  color: #9c6d2f;
  font: 20px/24px brothers, Arial, sans-serif;
  margin: 0 0 11px;
}

.post h2 a {
  color: #9c6d2f;
}

.post p {
  margin: 0 0 15px;
}

.post p a {
  font-family: gothambook_italic, Arial,sans-serif;
  text-decoration: underline;
  color: #333;
}

.post p a:hover {
  text-decoration: none;
}

#grid:after {
  content: '';
  display: block;
  clear: both;
}

.post.first_post {
  width: 605px;
}

.post.first_post .img-h {
  margin: -59px 0 0;
}

.post.first_post .tag {
  margin: -23px auto 0 60px;
}

.pagination {
  overflow: hidden;
  text-align: right;
  margin: 0 0 25px;
}

.pagination .prev, .pagination .next {
  width: 20px;
  height: 26px;
  background: url("../images/bg-arrows.png") no-repeat;
  text-indent: 9999px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.pagination .next {
  right: 0;
  background-position: -20px 0;
}

.bio {
  overflow: hidden;
  border: 1px solid #9c6d2f;
  clear: both;
  border-width: 1px 0;
  padding: 10px 0;
  font: 15px/26px gothambook_italic, Arial, Helvetica, sans-serif;
}

.bio .author {
  float: left;
  margin: 10px 4px 0 0;
  text-transform: uppercase;
  color: #9c6d2f;
  font-weight: bold;
  font: 15px/26px gothambook_italic, Arial, Helvetica, sans-serif;
}

.bio .author a {
  color: #9c6d2f;
}

.bio p {
  margin: 10px 0 10px;
}

.bio .photo {
  float: left;
  margin: 0 18px 0 0;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
  overflow: hidden;
}

.bio .photo img {
  vertical-align: top;
}

.bio p .author {
  text-transform: uppercase;
  color: #9c6d2f;
  font-weight: bold;
}

.heading-area {
  overflow: hidden;
  margin: -29px 0 23px;
  padding: 10px;
  background: rgba(129, 130, 133, 0.7);
  color: #333;
  font: 15px/26px gothammedium_italic, Arial, Helvetica, sans-serif;
}

.heading-area p {
  margin: 0;
}

.heading-area .title-h {
  float: left;
  margin: -10px 32px -15px -10px;
  background: url("../images/bg-title4.png") no-repeat;
  padding: 10px 0 10px 30px;
}

.heading-area .title-h h2 {
  color: #000;
  padding: 15px 0 0 48px;
  margin: 0;
  text-align: right;
  text-transform: none;
  font: 62px/72px cylburn_regularregular, Arial, sans-serif;
}

.heading-area .title-h h2 span {
  text-transform: uppercase;
  float: left;
  text-align: left;
  color: #fff;
  margin: -12px -71px 0 0;
  font: 29px/36px brothers, Arial, sans-serif;
}

.top-head {
  background: #333;
  padding: 10px 10px 10px 15px;
  position: relative;
  margin: 0 44px 20px 0;
}

.top-head h2 {
  text-transform: uppercase;
  margin: 0 0 8px;
  color: #fff;
  font: 19px/24px gothambold, Arial, sans-serif;
}

.top-head .row {
  overflow: hidden;
}

.top-head .row span {
  float: left;
  padding: 0 8px 0 11px;
  color: #fff;
  font: 15px/20px gothambook_italic, Arial, Helvetica, sans-serif;
  background: url("../images/sep-01.png") no-repeat 0 3px;
}

.top-head .row span a {
  color: #fff;
  text-decoration: underline;
}

.top-head .row span a:hover {
  text-decoration: none;
}

.top-head .row span:first-child {
  padding: 0 8px 0 0;
  background: none;
}

.top-head:after {
  width: 44px;
  height: 100%;
  background: url("../images/bg-title5.png") no-repeat;
  background-size: 44px 100%;
  position: absolute;
  top: 0;
  right: -44px;
  content: '';
}

.bottom {
  overflow: hidden;
  clear: both;
  padding: 15px 0 0;
}

.bottom .pagination {
  float: right;
}

.bottom .left {
  color: #666;
  font: 15px/31px gothambook_italic, Arial, Helvetica, sans-serif;
  float: left;
}

.bottom .left .label {
  float: left;
  margin: 0 3px 0 0;
}

.bottom .left .tags {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.bottom .left .tags li {
  vertical-align: top;
  overflow: hidden;
}

.bottom .left .social,
.bottom .left .tags {
  float: left;
  margin: 0 6px 0 0;
}

.bottom .left .social a,
.bottom .left .tags a {
  color: #666;
  text-decoration: underline;
}

.bottom .left .social a:hover,
.bottom .left .tags a:hover {
  text-decoration: none;
}

.bottom .left .btn,
.bottom .left .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: left;
  padding: 0 0 0 5px;
}

.bottom .left .btn li,
.bottom .left .social-networks li {
  vertical-align: top;
  overflow: hidden;
}

.bottom .left .btn span,
.bottom .left .btn li,
.bottom .left .social-networks span,
.bottom .left .social-networks li {
  float: left;
  padding: 0;
  background: none;
  margin: 0 2px 0 0;
}

.bottom .left .btn span span,
.bottom .left .btn span a,
.bottom .left .btn li span,
.bottom .left .btn li a,
.bottom .left .social-networks span span,
.bottom .left .social-networks span a,
.bottom .left .social-networks li span,
.bottom .left .social-networks li a {
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  background: url("../images/bg-social2.png") no-repeat !important;
  width: 28px;
  height: 28px;
}

.bottom .left .btn span span:hover,
.bottom .left .btn li span:hover,
.bottom .left .social-networks span span:hover,
.bottom .left .social-networks li span:hover {
  opacity: 0.6;
}

.bottom .left .btn .st_facebook_large span,
.bottom .left .btn .facebook,
.bottom .left .social-networks .st_facebook_large span,
.bottom .left .social-networks .facebook {
  background-position: 0 0 !important;
}

.bottom .left .btn .st_googleplus_large span,
.bottom .left .btn .google,
.bottom .left .social-networks .st_googleplus_large span,
.bottom .left .social-networks .google {
  background-position: -31px 0 !important;
}

.bottom .left .btn .st_sharethis_large span,
.bottom .left .btn .rss,
.bottom .left .social-networks .st_sharethis_large span,
.bottom .left .social-networks .rss {
  background-position: -61px 0 !important;
}

#footer:after {
  content: '';
  display: block;
  clear: both;
}

#footer {
  max-width: 1280px;
  margin: 0 auto;
}

#footer .footer-holder {
  margin: 0 -9999px;
  padding: 50px 9999px;
  overflow: hidden;
  background: #333;
  padding: 34px 10014px 41px;
}

#footer .menu {
  -moz-column-count: 3;
  -moz-column-gap: 50px;
  -webkit-column-count: 3;
  -webkit-column-gap: 50px;
  column-count: 3;
  column-gap: 50px;
  float: left;
  width: 72%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#footer .menu li {
  vertical-align: top;
  overflow: hidden;
}

#footer .menu li {
  margin: 0 0 25px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

#footer .menu li a {
  color: #6fa8c5;
}

#footer .menu li a:hover {
  cursor: default;
  text-decoration: none;
}

#footer .menu li#menu-item-253 a:hover {
  cursor: pointer;
  text-decoration: underline;
}

#footer .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding: 7px 0 0;
  margin: 0 0 -4px;
}

#footer .menu ul li {
  vertical-align: top;
  overflow: hidden;
}

#footer .menu ul li {
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 4px;
}

#footer .menu ul li a {
  color: #fff;
}

#footer .col {
  float: right;
  width: 24%;
}

#footer .form {
  overflow: hidden;
  margin: 0 0 10px;
}

#footer .gform_description {
  display: block;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  line-height: 14px;
}

#footer .gform_wrapper {
  margin: 0 0 60px;
  overflow: hidden;
}

#footer .gform_heading {
  overflow: hidden;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
}

#footer .gform_heading p {
  margin: 0;
}

#footer .gform_confirmation_message {
  display: block;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  line-height: 14px;
  margin: 0 0 20px;
}

#footer h3 {
  margin: 0 0 9px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  color: #6fa8c5;
  font-weight: normal;
}

#footer .gform_body {
  float: left;
  max-width: 167px;
  width: 80%;
  padding: 17px 0 0;
}

#footer .gform_body label {
  display: none;
}

#footer .gform_body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#footer .gform_body ul li {
  vertical-align: top;
  overflow: hidden;
}

#footer .gform_body ul input[type="text"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 5px 8px;
  width: 100%;
  height: 31px;
  color: #58595b;
  border: 1px solid #dededf;
  background: #fff;
  font-size: 14px;
  line-height: 21px;
}

#footer .gform_body ul li.gfield_error input[type="text"] {
  background: #ffd5d5;
}

#footer .validation_message {
  display: block;
  color: #f00;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 0 0;
}

#footer .gform_footer {
  float: left;
  width: 15%;
  padding: 17px 0 0;
  margin: 0 0 0 2%;
}

#footer .gform_footer input[type="submit"] {
  background: #818285;
  border: none;
  width: 100%;
  display: block;
  height: 31px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font: 14px/30px gothambold, Arial, sans-serif;
}

#footer .validation_error {
  display: none;
}

#footer .acc {
  float: right;
  margin: 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 93px;
  height: 108px;
  background: url("../images/bg-acc.png") no-repeat;
}

#footer .panel {
  margin: 0 -9999px;
  padding: 50px 9999px;
  overflow: hidden;
  background: #ccc;
  padding: 16px 10011px;
}

#footer .copy {
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  padding: 5px 0 0;
  color: #666;
}

#footer .social-networks {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#footer .social-networks li {
  vertical-align: top;
  overflow: hidden;
}

#footer .social-networks li {
  float: left;
  margin: 0 0 0 12px;
}

#footer .social-networks li a {
  text-indent: -9999px;
  overflow: hidden;
  width: 26px;
  height: 26px;
  float: left;
  background: url("../images/bg-social.png") no-repeat;
}

#footer .social-networks li a.facebook {
  background-position: 0 0;
}

#footer .social-networks li a.twitter {
  background-position: -38px 0;
}

#footer .social-networks li a.instagram {
  background-position: -76px 0;
}

#footer .social-networks li a.trip-advisor {
  background-position: -114px 0;
}

#footer .social-networks li a.youtube {
  background-position: -151px 0;
}

#footer .social-networks li a.google {
  background-position: -189px 0;
}

#footer .social-networks li a.pinterest {
  background-position: -227px 0;
}

#footer .social-networks li a.facebook:hover {
  background-position: 0 -26px;
}

#footer .social-networks li a.twitter:hover {
  background-position: -38px -26px;
}

#footer .social-networks li a.instagram:hover {
  background-position: -76px -26px;
}

#footer .social-networks li a.trip-advisor:hover {
  background-position: -114px -26px;
}

#footer .social-networks li a.youtube:hover {
  background-position: -151px -26px;
}

#footer .social-networks li a.google:hover {
  background-position: -189px -26px;
}

#footer .social-networks li a.pinterest:hover {
  background-position: -227px -26px;
}

.arrow-t {
  width: 110px;
  height: 125px;
  background: url("../images/bg-top.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  bottom: 90px;
  right: 0;
}

.sidebar.mobile {
  display: none;
}

.sidebar .block {
  overflow: hidden;
  background: #e6e6e6;
  padding: 0 24px 56px;
  margin: 0 0 -56px;
}

.sidebar .block .capture {
  font: 16px/26px gothambook_italic, Arial, sans-serif;
  display: block;
  margin: 0 0 20px;
}

.sidebar .block .heading {
  background: #3996bb;
  margin: 0 -24px 76px;
}

.sidebar .block .heading h2 {
  text-align: center;
  font: 19px/22px gothammedium, Arial, sans-serif;
  color: #fff;
  margin: 0 0 -50px;
  float: left;
  width: 100%;
  padding: 20px 0 37px;
  background: url("../images/bg-title3.png") no-repeat 0 100%;
}

.sidebar .block .heading:after {
  content: '';
  display: block;
  clear: both;
}

.sidebar .block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.sidebar .block ul li {
  vertical-align: top;
  overflow: hidden;
}

.sidebar .block ul li {
  text-transform: uppercase;
  margin: 0 0 30px;
}

.sidebar .block ul li h3 {
  color: #666;
  font: 15px/26px gothambold, Arial, sans-serif;
  border-bottom: 1px solid #afafaf;
  margin: 0 0 12px;
  padding: 0 0 3px;
}

.sidebar .block ul li h3 a {
  color: #666;
}

.sidebar .block ul li .tags {
  overflow: hidden;
}

.sidebar .block ul li .tags a {
  margin: 0 4px 0 0;
  color: #010103;
}

.sidebar .block ul li p {
  margin: 0;
  color: #000;
  text-transform: none;
}

.sidebar .block ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding: 0 0 8px;
}

.sidebar .block ul ul li {
  vertical-align: top;
  overflow: hidden;
}

.sidebar .block ul ul li {
  margin: 0 0 5px;
}

.sidebar .block ul ul li a {
  color: #010103;
}

.sidebar .block .box {
  overflow: hidden;
  margin: 0 0 27px;
}

.sidebar .block .box p {
  margin: 0;
}

.sidebar .block h3 {
  text-transform: uppercase;
  margin: 0 0 3px;
  font: 15px/20px gothammedium, Arial, sans-serif;
}

.sidebar .block dl {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
}

.sidebar .block dl dt {
  float: left;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}

.sidebar .block dl dd {
  overflow: hidden;
  margin: 0;
}

.sidebar .block dl dd a {
  color: #333;
}

.sidebar .block address {
  display: block;
  font-style: normal;
}

.sidebar .block p a {
  text-decoration: underline;
  color: #333;
}

.sidebar .block p a:hover {
  text-decoration: none;
}

.sidebar .banner {
  background: #75b4df url("../images/bg-banner2.jpg") no-repeat 100% 100%;
  position: relative;
  margin: 0 0 96px;
  padding: 20px 20px 0;
  text-align: center;
}

.sidebar .banner h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
}

.sidebar .banner h3 .size1 {
  font-family: gothambold, Arial, sans-serif;
}

.sidebar .banner h3 .size2 {
  font-size: 20px;
}

.sidebar .banner h3 a {
  color: #fff;
}

.sidebar .banner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}

.sidebar .banner:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 76px;
  background: url("../images/bg-banner.png") no-repeat;
  background-size: 100% 76px;
}

.download-area {
  margin: 0 -20px 0 0;
  overflow: hidden;
  padding: 34px 0 36px;
}

.download-area .box {
  float: left;
  width: 238px;
  margin: 0 20px 0 0;
  background: url("../images/bg-box.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.download-area .box .img-h {
  display: block;
  text-align: center;
}

.download-area .box .img-h img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.download-area .box a {
  display: block;
  text-decoration: none;
  padding: 96px 0 0;
}

.download-area .big {
  width: 415px;
}

.download-area .big .tag {
  margin: 0 0 0 -189px;
}

.download-area .big a {
  padding: 42px 0 0;
}

.download-area .brown {
  background: url("../images/bg-box2.jpg") no-repeat;
  background-size: cover;
}

.download-area .tag {
  background: url("../images/bg-tag2.png") no-repeat;
  font: 17px/22px gothammedium, Arial, sans-serif;
  color: #fff;
  margin: 0 0 0 -100px;
  text-align: center;
  text-transform: uppercase;
  width: 160px;
  height: 62px;
  padding: 0 20px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  overflow: hidden;
}

.download-area .tag .h {
  width: 100%;
  height: 100%;
  display: table;
}

.download-area a:hover .tag {
  margin-top: -29px;
}

.download-area .tag-h {
  height: 100%;
  overflow: hidden;
}

.download-area .f {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.download-area .btn {
  background: url("../images/bg-btn.png") no-repeat;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: 0 0 0 -23px;
}

.download-area .big .btn {
  left: auto;
  right: 12px;
  bottom: 18px;
}

.download-area a:hover .btn {
  background-position: 0 -45px;
}

.section-photo {
  width: 100%;
  overflow: hidden;
}

.section-photo .mask {
  position: relative;
  width: 100%;
}

.section-photo .mask ul {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
  width: 99999px;
}

.section-photo .mask ul li {
  vertical-align: top;
  overflow: hidden;
}

.section-photo .mask ul li {
  float: left;
}

.section-photo .mask ul li img {
  width: auto;
}

.section-photo .mask:after {
  content: '';
  display: block;
  clear: both;
}

.section-photo .holder {
  max-width: 960px;
  overflow: hidden;
  padding: 14px 288px 12px 0;
  margin: 0 auto;
}

.section-photo .holder .numb {
  float: left;
  color: #333;
  margin: 0 8px 0 0;
  font: 12px/16px gothambold, Arial, sans-serif;
}

.section-photo .holder .capture {
  color: #333;
  position: relative;
  overflow: hidden;
  overflow: hidden;
  padding: 0 10px;
  font: 12px/16px gothambook_italic, Arial, sans-serif;
}

.section-photo .holder .capture div {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}

.section-photo .holder .capture div.active {
  display: block;
}

.section-photo .holder .arrows {
  float: right;
  margin: 0 24px 0 10px;
  width: 48px;
}

.section-photo .holder .arrows .prev, .section-photo .holder .arrows .next {
  width: 20px;
  height: 26px;
  background: url("../images/bg-arrows.png") no-repeat 0 -26px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
}

.section-photo .holder .arrows .next {
  background-position: -20px -26px;
  float: right;
}

.section-photo .content {
  padding: 0 !important;
}

.section-photo .holder_h {
  background: #f3f3f4;
  padding: 0 9999px;
  margin: 0 -9999px;
}

.section-feed {
  overflow: hidden;
  width: 100%;
  background: url("../images/bg2.jpg") no-repeat;
  background-size: cover;
}

.section-feed .heading {
  padding: 12px 10007px 12px 10018px;
  margin: 0 -9999px;
  overflow: hidden;
  background: #fff;
}

.section-feed .heading .arrows {
  float: right;
  width: 48px;
  padding: 20px 0 0;
}

.section-feed .heading .arrows .prev, .section-feed .heading .arrows .next {
  width: 20px;
  height: 26px;
  background: url("../images/bg-arrows.png") no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
}

.section-feed .heading .arrows .next {
  background-position: -20px 0;
  float: right;
}

.section-feed .heading h2 {
  float: left;
  margin: 0;
  color: #000;
  text-transform: none;
  font: 58px/62px cylburn_regularregular, Arial, sans-serif;
}

.section-feed .heading h2 span {
  text-transform: uppercase;
  float: left;
  color: #9c6d2f;
  font: 36px/62px brothers, Arial, sans-serif;
}

.section-feed .holder {
  overflow: hidden;
  position: relative;
}

.section-feed .holder .feed-list:after {
  content: '';
  display: block;
  clear: both;
}

.section-feed .holder .feed-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding: 61px 0 59px;
  width: 99999px;
  position: relative;
}

.section-feed .holder .feed-list li {
  vertical-align: top;
  overflow: hidden;
}

.section-feed .holder .feed-list li {
  width: 291px;
  margin: 0 15px 0 14px;
  float: left;
  font-size: 14px;
  overflow: visible;
  position: relative;
  line-height: 20px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
}

.section-feed .holder .feed-list li a {
  display: block;
  position: relative;
}

.section-feed .holder .feed-list img {
  width: 100%;
  height: auto;
  display: block;
}

.section-feed .holder .feed-list .tag {
  background: url("../images/bg-tag.png") no-repeat;
  font: 17px/22px gothammedium, Arial, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 155px;
  height: 70px;
  padding: 0 10px 12px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -88px;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.section-feed .holder .feed-list .tag .h {
  width: 100%;
  height: 100%;
  display: table;
}

.section-feed .holder .feed-list .tag-h {
  height: 100%;
  display: block;
  overflow: hidden;
}

.section-feed .holder .feed-list .f {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.section-feed .holder .feed-list .text-h {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.section-feed .holder .feed-list .text-f {
  width: 100%;
  height: 100%;
  display: table;
}

.section-feed .holder .feed-list .text-f2 {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.section-feed .holder .feed-list .title {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 24px;
  padding: 40px 0 13px;
}

.section-feed .holder .feed-list .plus {
  width: 39px;
  height: 39px;
  background: url("../images/bg-plus.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  margin: 0 auto -20px;
}

.section-feed .holder .feed-list a:hover .text-h {
  opacity: 1;
}

.section-feed .holder .feed-list a:hover .tag {
  top: -23px;
}

.download-list {
  margin: 0 0 20px;
  overflow: hidden;
  border-bottom: 1px solid #a8d0e0;
}

.download-list h2 {
  margin: 0 0 7px;
}

.download-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.download-list ul li {
  vertical-align: top;
  overflow: hidden;
}

.download-list ul li {
  border-top: 1px solid #a8d0e0;
  padding: 0;
  background: none;
}

.download-list ul li a {
  padding: 10px 40px 9px 12px;
  display: block;
  color: #333;
}

.download-list ul li .title {
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #333;
  overflow: hidden;
}

.download-list ul li .title em {
  font-family: gothambook_italic, Arial, sans-serif;
}

.download-list ul li .num {
  float: left;
  margin: 0 20px 0 0;
  color: #333;
  font: 15px/26px gothambold, Arial, sans-serif;
}

.download-list ul li a:hover {
  text-decoration: none;
  background: #f1f2f2 url("../images/bg-icon.png") no-repeat 100% 50%;
}

.content-part:after {
  content: '';
  display: block;
  clear: both;
}

.left .content-part {
  float: left;
  padding: 50px 0 15px 18px;
  width: 932px;
}

.sidebar {
  float: right;
  width: 305px;
}

.map-area {
  overflow: hidden;
  background: #cbcdca;
  text-align: center;
}

.map-area img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.single,
.archive,
body.search,
.blog {
  background: url("../images/bg-blog.jpg") repeat-y 50% 100%;
}

.content-part p a {
  text-decoration: underline;
  color: #333;
}

.content-part p a:hover {
  text-decoration: underline;
  color: #0099cc;
}

.content-part p em {
  font-family: gothambook_italic, Arial, sans-serif;
  font-style: normal;
}

.content-part p strong {
  font-weight: normal;
  font-family: gothambold, Arial, sans-serif;
}

.content-part p strong em {
  font-weight: normal;
  font-family: gothambold, Arial, sans-serif;
  font-style: italic;
}

#main .gform_wrapper {
  padding: 50px 0;
  overflow: hidden;
}

#main .gform_footer {
  overflow: hidden;
}

#main .gform_footer input[type="submit"] {
  background: #818285;
  border: none;
  width: 100px;
  display: block;
  height: 31px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font: 14px/30px gothambold, Arial, sans-serif;
}

#main .gform_body {
  overflow: hidden;
}

#main .gform_body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#main .gform_body ul li {
  vertical-align: top;
  overflow: hidden;
  padding: 0;
  background: none;
  margin: 0 0 10px;
}

#main .gform_body ul li label {
  display: block;
  margin: 0 0 7px;
}

#main .gform_body ul li textarea,
#main .gform_body ul li input[type="text"] {
  border: 1px solid #6fa8c5;
  margin: 0;
  height: 30px;
  line-height: 20px;
  font-size: 15px;
  color: #333;
  background: #fff;
  width: 300px;
  padding: 5px 10px;
}

#main .gform_body ul li textarea {
  width: 500px;
  height: 300px;
}

.block.block_ci {
  overflow: hidden;
}

.block.block_ci h3 {
  margin: 0 0 1px;
}

.block.block_ci dl {
  overflow: hidden;
  display: block;
  margin: 0 0 20px;
}

.block.block_ci dt {
  float: left;
  margin: 0 10px 0 0;
}

.block.block_ci dd {
  overflow: hidden;
}

.block.block_ci dd a {
  color: #333;
}

.block.block_ci address {
  margin: 0 0 1px;
  display: block;
}

.block.block_ci .box {
  overflow: hidden;
  margin: 0 0 16px;
}

input[type=text], input[type=password], input[type=file], input[type=submit], textarea {
  -webkit-appearance: none;
}

.home-link {
  display: none;
}
#footer .menu ul li a {
    cursor: pointer !important;
}
#footer .menu > li {display: inline-block;}
#footer li#menu-item-253 {display: block;}
@media only screen and (max-width: 1462px) {
  #footer .acc {
    float: none;
    margin: 0 auto;
    display: block;
  }
}

@media only screen and (max-width: 1300px) {
  .title-area .text-h,
  .slider .gmask ul .text-h {
    width: 960px;
    margin: 0 0 0 -480px;
  }
  .sidebar {
    display: none;
  }
  .sidebar.mobile {
    display: block;
  }
  .slider .gmask ul .text-f {
    padding-left: 9999px;
  }
  #main .section-map .text-area {
    padding: 40px 0 40px 14px;
    width: 392px;
  }
  #main .content {
    max-width: 960px;
  }
  .home .content-part {
    padding: 0 0 56px;
  }
  .home .content-part .alignleft {
    margin: -7px 37px 0 -40px;
  }
  #main .section-map .text-area .title-holder {
    margin: 0 0 52px -101px;
  }
  #main .section-map .tabset {
    padding: 31px 0 0;
    margin: 0 0 0 -39px;
  }
  #main .section-map .map-area {
    margin: 13px 0 0;
    float: none;
    overflow: hidden;
    width: calc(100% - 406px);
  }
  #main .logo-section {
    max-width: 960px;
  }
  #main .logo-section ul {
    width: 9999px;
    text-align: left;
  }
  #main .logo-section .holder {
    margin: 0;
    overflow: hidden;
  }
  #main .logo-section .prev, #main .logo-section .next {
    display: block;
  }
  #main .logo-section {
    position: relative;
  }
  #main .logo-section .prev, #main .logo-section .next {
    width: 20px;
    height: 26px;
    background: url("../images/bg-arrows.png") no-repeat 0 -26px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 4px;
    float: left;
    margin-top: -14px;
  }
  #main .logo-section .next {
    right: 4px;
    left: auto;
    background-position: -20px -26px;
  }
  #footer {
    max-width: 960px;
  }
  .section-photo .holder {
    padding: 14px 0;
    max-width: 960px;
  }
  .section-photo .holder .numb {
    margin: 0 8px 0 16px;
  }
  .section-photo .holder .arrows {
    margin: 0 10px 0 10px;
  }
  .arrow-t {
    display: none;
  }
  .sidebar {
    width: auto;
    float: none;
    overflow: hidden;
    clear: both;
    margin: 0 -9999px;
    padding: 0 10013px 43px;
    background: rgba(243, 241, 242, 0.5);
  }
  .sidebar .block .heading {
    max-width: 305px;
  }
  .sidebar .block {
    padding: 0;
    background: none;
  }
  .sidebar .block .heading {
    margin: 0 0 78px;
  }
  .sidebar .block {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
  .blog .sidebar .block,
  .single .sidebar .block,
  .archive .sidebar .block {
    width: 100%;
  }
  .blog .sidebar .block > ul > li,
  .single .sidebar .block > ul > li,
  .archive .sidebar .block > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 21.9%;
    margin: 0  0 0 3.5%;
  }
  .blog .sidebar .block > ul > li:first-child,
  .single .sidebar .block > ul > li:first-child,
  .archive .sidebar .block > ul > li:first-child {
    margin: 0;
  }
  .sidebar .block ul ul li {
    line-height: 22px;
  }
  .sidebar .block ul ul li {
    margin: 0 0 13px;
  }
  .sidebar .banner:after {
    display: none;
  }
  .sidebar .banner {
    float: right;
    width: 48%;
    padding: 85px 0 0;
    background: none;
  }
  .sidebar .banner img {
    display: inline-block;
    margin: 0 8% 0 0;
    width: 30%;
    vertical-align: middle;
  }
  .sidebar .banner h3 a,
  .sidebar .banner h3 {
    text-align: left;
    color: #3896ba;
  }
  .sidebar .banner h3 {
    margin: 0;
    width: 58%;
    display: inline-block;
    vertical-align: middle;
  }
  .blog .sidebar .banner,
  .single .sidebar .banner,
  .archive .sidebar .banner {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  #header #nav li a {
    padding: 11px 19px 11px 20px;
  }
  .title-area {
    height: 207px;
  }
  .left .content-part {
    padding-left: 0;
    float: none;
    overflow: hidden;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 980px) {
  #footer .copy {
    float: none;
    overflow: hidden;
    text-align: center;
    display: block;
    margin: 0;
  }
  #footer .social-networks {
    float: none;
    overflow: hidden;
    text-align: center;
    margin: 0;
  }
  #footer .social-networks li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .blog .sidebar .block > ul > li, .single .sidebar .block > ul > li, .archive .sidebar .block > ul > li {
    margin: 0 0 0 3.4%;
  }
  #main .content {
    padding: 0 10px;
  }
  .left .content-part {
    width: 100%;
  }
  .wp-caption.alignright,
  .wp-caption.alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .heading-area {
    font-size: 14px;
    line-height: 20px;
  }
  .title-area .text-h, .slider .gmask ul .text-h {
    width: 100%;
    left: 0;
    margin: 0;
  }
  .wp-caption .wp-caption-text {
    text-align: center;
  }
  .title-area .text h2 {
    font-size: 101px;
    margin: 0 128px 0 -9px;
  }
  .title-area .text h2 span {
    font-size: 77px;
  }
  #grid {
    text-align: center;
    margin: 0;
  }
  #grid .post {
    text-align: left;
    position: static !important;
    float: none;
    display: inline-block;
    margin: 0 12px 67px;
  }
  .title-area .text-h, .slider .gmask ul .text-h {
    position: static;
  }
  .slider .gmask ul li img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
  }
  .title-area img {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  .slider .gmask ul .text-f {
    padding: 10px 50px 10px 10032px;
  }
  .home .content-part .alignleft {
    margin: -7px -49px 0 -59px;
  }
  .content-part .link {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  #main .section-map .text-area {
    width: 437px;
    padding-left: 0;
    float: none;
    margin: 0 auto;
  }
  #main .section-map .text-area .title-holder {
    margin: 0 0 52px -64px;
  }
  #main .section-map .map-area {
    width: auto;
  }
  #main .section-tales .top h2 {
    float: none;
  }
  .section-feed .holder,
  #main .section-tales .holder {
    width: 640px;
    margin: 0 auto;
  }
  img.alignleft,
  img.alignright,
  img.aligncenter {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .sidebar .banner h3 {
    font-size: 20px;
  }
  .sidebar .banner h3 .size2 {
    font-size: 16px;
    display: block;
  }
  .sidebar .banner h3 .size1 {
    display: block;
  }
  .download-area .box {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 200px;
  }
  .download-area .big {
    width: 270px;
  }
  .download-area {
    margin: 0;
    text-align: center;
  }
  .download-area .box .img-h {
    padding: 10px;
  }
  .download-area .big .tag {
    left: 0;
    margin: 0;
  }
  .download-list ul li a .name {
    display: block;
    overflow: hidden;
  }
  body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
  }
}
@media only screen and (max-width: 910px) {
  .title-area img {
    width: auto;
    height: 100%;
  }
  #header #nav {
    display: none;
    position: absolute !important;
    background: #333;
    position: absolute;
    top: 41px;
    left: 0;
    float: none;
    width: 100%;
  }
  #header #nav li {
    vertical-align: top;
    float: none;
    margin: 0;
    padding: 0;
  }
  #header #nav li.item_home a,
  #header #nav > li > a {
    float: none;
    display: block;
    text-align: center;
  }
  #header #nav li a:hover {
    color: #3996bb;
  }
  #header #nav li.item_contact .drop, #header #nav li.item_trail-tales .drop,
  #header #nav li .drop {
    z-index: 10;
    left: 50%;
    right: auto;
    margin: 0 0 0 -300px;
  }
  #header #nav > li:hover:after {
    display: none;
  }
  #header #nav li.item_home a {
    margin: 0 auto;
    width: auto;
  }
  .wp-caption {
    width: 100% !important;
  }
  #header .opener {
    display: block;
    float: left;
    width: 43px;
    height: 35px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/bg-opener.png") no-repeat;
    margin: 3px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #header #nav li.item_contact .drop, #header #nav li.item_trail-tales .drop,
  #header #nav li .drop {
    width: 300px;
    margin: 0 0 0 -150px;
  }
  #header #nav .drop .left-s,
  #header #nav .drop .right-s {
    float: none;
    overflow: hidden;
    width: 100%;
  }
  #header #nav .drop img {
    display: none;
  }
  #header #nav .drop .capture {
    position: static;
    width: auto;
  }
  #header #nav li.item_explore-the-trail .right-s {
    border: none;
    margin: 0;
  }
  .title-area .text-f,
  .slider .gmask ul .text-f {
    padding: 10px;
    margin: 0;
    left: 0;
    width: auto;
  }
  .title-area .text-f {
    width: 100%;
    padding: 0;
  }
  .slider .gmask ul .text {
    font-size: 13px;
    line-height: 21px;
  }
  .title-area .text-f,
  .slider .gmask ul .text-f {
    background-position: 0 0;
  }
  #header .search .drop {
    right: 0;
  }
  .slider .gmask ul .text h2 {
    font-size: 31px;
    line-height: 40px;
  }
  .content-part .link {
    background-position: 100% 50%;
  }
  #main .section-map .text-area {
    padding: 10px;
    width: auto;
  }
  #main .section-map h2 {
    font-size: 18px;
    margin: 0 0 0 52px;
    padding: 0 53px 0 12px;
  }
  #main .section-map .tabset li {
    font-size: 15px;
  }
  #main .section-map .text-area .title-holder {
    margin-bottom: 11px;
  }
  #main .section-map .tabset {
    margin: 0;
  }
  #main .section-tales .top h2 span {
    font-size: 65px;
  }
  #main .section-tales .top h2 {
    font-size: 95px;
    margin: -10px 0 0 0;
  }
  #main .section-tales .top {
    padding: 10px;
  }
  #footer .menu {
    text-align: center;
    width: 100%;
    -moz-column-count: 1;
    -moz-column-gap: 50px;
    -webkit-column-count: 1;
    -webkit-column-gap: 50px;
    column-count: 1;
    column-gap: 50px;
  }
  #footer .col {
    width: 100%;
  }
  #footer h3 {
    text-align: center;
  }
  #footer .acc {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #footer .social-networks li {
    margin: 0 2px;
  }
  #footer .gform_wrapper {
    margin: 0 0 20px;
  }
  .title-area .text h2 span {
    font-size: 60px;
  }
  .title-area .text h2 span {
    margin: -22px -150px 0 0;
  }
  .title-area .text h2 {
    font-size: 80px;
    margin: 0 0 0 10px;
    float: left;
  }
  .download-area .box a {
    height: auto !important;
    padding-bottom: 60px;
  }
  .download-area .box {
    margin: 0 0 10px;
  }
  .section-photo .mask ul li img {
    max-width: 300px;
    height: auto;
    display: block;
  }
  .section-feed .heading h2 span {
    font-size: 26px;
    line-height: 35px;
    display: block;
    float: none;
  }
  .section-feed .heading h2 {
    font-size: 53px;
    line-height: 53px;
  }
  .sidebar .block {
    width: 100%;
    margin: 0;
  }
  .sidebar .banner {
    width: 100%;
    padding: 10px 0 0;
    margin: 0 0 10px;
  }
  .post.first_post {
    width: 290px;
  }
  .blog .sidebar .block > ul > li, .single .sidebar .block > ul > li, .archive .sidebar .block > ul > li {
    width: 100%;
    margin: 0 0 3px;
  }
  #main .gform_body ul li textarea, #main .gform_body ul li input[type="text"] {
    width: 260px;
  }
  #main .gform_body ul li textarea {
    height: 100px;
  }
  #footer .gform_footer,
  #footer .gform_body {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #footer .gform_wrapper {
    text-align: center;
  }
  .bottom .left {
    width: 80%;
  }
  .section-feed .holder, #main .section-tales .holder {
    width: 301px;
  }
  #main .section-tales .gall li,
  .section-feed .holder .feed-list li {
    margin: 0 5px;
  }
  .page-id-15 .gform_wrapper {
    margin: 0 auto;
    width: 282px;
  }
  .sidebar .banner h3 {
    font-size: 17px;
    line-height: 20px;
  }
  #footer .menu {
    display: none;
  }
  .title-area img {
    display: none;
  }
  .title-area .text-f, .slider .gmask ul .text-f {
    left: 0 !important;
  }
  #header #nav .drop .capture {
    display: none;
  }
  .home-link {
    background: url("../images/bg-home.png") no-repeat scroll 50% 10px;
    height: 20px;
    overflow: hidden;
    float: left;
    padding: 11px 14px 10px;
    text-indent: -9999px;
    display: block;
    width: 19px;
  }
  #header #nav li.item_home {
    display: none;
  }
  #header #nav .drop ul {
    padding: 0 16px;
  }
  #header #nav li.item_contact .drop .right-s, #header #nav li.item_trail-tales .drop .right-s,
  #header #nav .drop .left-s {
    padding: 18px 0 0;
  }
  #header #nav li {
    font-size: 15px;
  }
  #header #nav li.item_contact .drop, #header #nav li.item_trail-tales .drop, #header #nav li .drop {
    width: 100%;
    margin: 0;
    left: 0;
  }
  #header #nav .drop {
    background: #d1d3d4;
  }
  #header #nav .drop li {
    text-align: center;
  }
  #header #nav .drop li a {
    float: none;
  }
}

.gform_validation_container {display:none !important}