@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:100,400,300italic,300,400italic,500,500italic,700italic,700,900,900italic);
@import url(//fonts.googleapis.com/css?family=Abril+Fatface);
/*========================================================
                        Includes
=========================================================*/
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #222222;
  color: #343943;
  font: 400 14px/20px 'Roboto', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 120px;
  line-height: 130px;
  font-family: 'Abril Fatface', cursive;
}
h2 {
  font-size: 72px;
  line-height: 72px;
  font-family: 'Abril Fatface', cursive;
}
h3 {
  font-size: 30px;
  line-height: 33px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #343943;
  letter-spacing: 0.75px;
}
._h3 h3 {
  font-size: 36px;
  line-height: 44px;
  font-family: 'Abril Fatface', cursive;
  color: #343943;
  text-transform: uppercase;
  margin-bottom: 31px;
  display: inline-block;
}
h3 + * {
  margin-top: 24px;
}
h3 + h4 {
  margin-top: 21px;
}
h4 {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
h4 + p {
  margin-top: 20px;
}
p {
  font-size: 14px;
  line-height: 20px;
}
p a:hover {
  text-decoration: underline;
}
p + h4 {
  margin-top: 32px;
}
.p-col {
  color: #fff;
}
.p-col-01 {
  color: #343943;
}
p + a {
  margin-top: 25px;
}
p + p {
  margin-top: 20px;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
.privacy {
  display: inline-block;
  text-decoration: underline;
}
.privacy:hover {
  color: #fff;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
blockquote {
  color: #b88a28;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
hr {
  border: 0;
  border-top: 1px solid #343943;
  background: none;
  padding: 0;
  margin: 0;
}
/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  background: #ebf3df;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 11;
  border: 8px solid #d1be83;
  padding: 19px;
  padding-top: 23px;
  padding-bottom: 30px;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
}
.sf-menu > li + li {
  margin-top: 16px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  color: #343943;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  display: inline-block;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #c2aa5e;
  background: #ebf3df;
}
.sf-menu > li.active > a {
  color: #c2aa5e;
  background: #ebf3df;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  border: 8px solid #d1be83;
  margin-left: 6px;
  margin-top: -5px;
  width: 261px;
  padding-top: 28px;
  padding-left: 29px;
  padding-bottom: 38px;
  max-width: 261px;
  background: #ebf3df;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li > a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  text-align: left;
  color: #343943;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #c2aa5e;
  background: #ebf3df;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li + li {
  margin-top: 10px;
}
.sf-menu ul ul {
  position: static;
  border: none;
  top: 100%;
  width: auto;
  text-align: right;
  margin-right: 29px;
  margin-top: 10px;
  padding: 0;
  z-index: 4;
}
.sf-menu ul ul > li > a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  color: #343943;
  display: inline-block;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #c2aa5e;
  background: #ebf3df;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -6px;
  margin-left: 10px;
  content: '\f0da';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Roboto', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #ebf3df;
  z-index: 999;
  border-bottom: 1px solid #b3b3b3;
}
.isStuck .brand {
  float: left;
  text-align: left;
  margin: 0 auto;
  margin-top: 0px;
}
.isStuck .brand_name {
  overflow: hidden;
  color: #343943;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
}
.isStuck .brand_slogan {
  color: #c2aa5e;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 24px;
  margin-top: 0px;
  margin-left: 0px;
  padding-bottom: 3px;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .isStuck .brand_slogan {
    line-height: 26px;
  }
}
.isStuck .nav {
  margin-top: 0px;
  float: right;
  display: block;
  text-align: center;
}
.isStuck .sf-menu {
  border: none;
  padding: 0;
  padding-top: 22px;
}
.isStuck .sf-menu > li {
  position: relative;
  float: left;
}
.isStuck .sf-menu > li + li {
  margin-top: 0px;
  margin-left: 15px;
}
.isStuck .sf-menu ul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border: 8px solid #d1be83;
  margin-left: 0px;
  margin-top: 51px;
  width: 261px;
  padding-top: 28px;
  padding-left: 29px;
  padding-bottom: 38px;
  max-width: 261px;
  background: #ebf3df;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.isStuck .sf-menu ul ul {
  position: static;
  border: none;
  top: 100%;
  width: auto;
  text-align: left;
  margin-left: 29px;
  margin-top: 10px;
  padding: 0;
  z-index: 4;
}
.isStuck .sf-menu > li > .sf-with-ul {
  position: relative;
}
.isStuck .sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 10px;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #343943 transparent;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #c2aa5e transparent;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*=============================*/
.audiojs {
  position: relative;
  max-width: 550px;
  padding: 17px 192px 0 0;
  padding-top: 19px;
  height: 46px;
  background: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.audiojs p + p {
  margin-top: 0;
}
@media (max-width: 979px) {
  .audiojs {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .audiojs {
    padding: 17px 12px 0 0;
    height: 100px;
  }
}
.fixed-player {
  position: relative;
  background: #ebf3df;
  max-width: 100%;
  z-index: 9999;
  height: 56px;
  padding-top: 5px;
  border-top: 1px solid #cfd3da;
}
.fixed-player .audiojs {
  max-width: 100%;
  padding-left: 10px;
}
.fixed-player .audiojs .loaded {
  background: #fff;
}
@media (max-width: 479px) {
  .fixed-player .audiojs {
    padding-top: 12.5px;
    padding-right: 122px;
    max-width: 100%;
  }
  .fixed-player .audiojs .play-pause,
  .fixed-player .audiojs .prev-btn,
  .fixed-player .audiojs .next-btn {
    margin-top: 0;
    width: 30px;
    height: 30px;
  }
  .fixed-player .audiojs .play-pause:before,
  .fixed-player .audiojs .prev-btn:before,
  .fixed-player .audiojs .next-btn:before {
    top: 0;
    line-height: 30px;
  }
  .fixed-player .audiojs .play-pause {
    margin-right: 40px;
  }
  .fixed-player .audiojs .prev-btn {
    margin-right: 75px;
  }
  .fixed-player .audiojs .next-btn {
    margin-right: 5px;
  }
  .fixed-player .audiojs p:before {
    top: 0;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .fixed-player {
    height: 40px;
  }
}
.fixed-player .close-button {
  text-align: center;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  right: -40px;
  margin-top: -31px;
  width: 30px;
  height: 30px;
  background: #343943;
  top: 0;
  color: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.fixed-player .close-button:hover {
  color: #c2aa5e;
}
.fixed-player .close-button:before {
  line-height: 30px;
}
.audiojs .play-pause {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 46px;
  background: #baab75;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #343943;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0px;
  margin-right: 53px;
}
.audiojs .play-pause:hover {
  background: #ebf3df;
}
@media (max-width: 479px) {
  .audiojs .play-pause {
    margin-right: 93px;
  }
}
.audiojs .prev-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 46px;
  background: #baab75;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #343943;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0px;
  margin-right: 104px;
}
@media (max-width: 479px) {
  .audiojs .prev-btn {
    margin-right: 183px;
  }
}
.audiojs .prev-btn:before {
  content: "\f048";
  font-family: 'FontAwesome';
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
}
.audiojs .prev-btn:hover {
  background: #ebf3df;
}
.audiojs .next-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 46px;
  background: #baab75;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #343943;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0px;
  margin-right: 2px;
}
@media (max-width: 479px) {
  .audiojs .next-btn {
    margin-right: 3px;
  }
}
.audiojs .next-btn:before {
  content: "\f051";
  font-family: 'FontAwesome';
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
}
.audiojs .next-btn:before.lt-ie9 {
  left: 15px;
}
.audiojs .next-btn:hover {
  background: #ebf3df;
}
@media (max-width: 479px) {
  .audiojs .next-btn,
  .audiojs .prev-btn,
  .audiojs .play-pause {
    margin-top: 50px;
  }
}
.lt-ie9 .audiojs .next-btn:before,
.lt-ie9 .audiojs .prev-btn:before,
.lt-ie9 .audiojs p:before {
  left: 15px;
}
.audiojs p {
  display: none;
  position: relative;
  cursor: pointer;
}
.audiojs p:before {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  font-size: 20px;
  line-height: 20px;
  font-family: 'FontAwesome';
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.audiojs .play {
  display: block;
}
.audiojs .next-btn,
.audiojs .prev-btn {
  display: inline-block;
}
.audiojs .scrubber {
  position: relative;
  cursor: pointer;
  background: #343943;
  height: 6px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background: #343943;
  z-index: 1;
}
.audiojs .progress:after {
  content: '';
  position: absolute;
  right: -12px;
  top: -3px;
  width: 12px;
  height: 12px;
  background: #343943;
  z-index: 5;
}
.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%!important;
  padding-right: 12px;
  background: #ebf3df;
}
.audiojs .time {
  color: #ffffff;
  display: none;
}
.audiojs .error-message {
  position: absolute;
  left: 0;
  top: 42px;
  display: none;
  margin: 0px 10px;
  overflow: hidden;
  line-height: 36px;
  color: #e5e5e5;
  z-index: 1;
}
.close-button {
  cursor: pointer;
  position: absolute;
  right: 100%;
  margin-top: -20px;
  margin-right: 40px;
  width: 20px;
  height: 20px;
  background: #000;
  top: 0px;
  color: #ffffff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.close-button:hover {
  color: #343943;
}
.audiojs .play:before {
  content: '\f04b';
  font-size: 20px;
  margin-left: 2px;
}
.audiojs .loading:before {
  content: '\f110';
}
.audiojs .error:before {
  content: '\f00d';
}
.audiojs .pause:before {
  content: '\f04c';
  font-size: 20px;
}
.playing .play,
.playing .loading,
.playing .error {
  display: none;
}
.playing .pause {
  display: block;
}
.loading .play,
.loading .pause,
.loading .error {
  display: none;
}
.loading .loading {
  display: block;
}
.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
  display: none;
}
.error .error {
  display: block;
}
.error .play-pause p {
  cursor: auto;
}
.error .error-message {
  display: block;
}
/*================= Player block========================*/
.player-block {
  border: 9px solid #baab75;
  border-top: 10px solid #baab75;
  border-bottom: 10px solid #baab75;
  padding: 5px 0;
  position: relative;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.player-block_title {
  max-width: 190px;
  width: 190px;
  display: inline-block;
  float: left;
}
@media (max-width: 979px) {
  .player-block_title {
    max-width: 100%;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
.player-block_title p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2.8px;
  color: #343943;
  margin-top: 13px;
  margin-left: 29px;
  text-transform: uppercase;
  position: relative;
}
.player-wrap {
  width: 550px;
  display: block;
  float: left;
}
.player-wrap:before,
.player-wrap:after {
  content: " ";
  display: table;
}
.player-wrap:after {
  clear: both;
}
@media (max-width: 979px) {
  .player-wrap {
    width: 100%;
    position: relative;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.about-song {
  float: right;
  display: block;
  max-width: 300px;
  margin-right: 75px;
}
.about-song_title,
.about-song_album {
  float: left;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2.8px;
  color: #343943;
  margin-top: 14px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .about-song {
    float: none;
    display: block;
    max-width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  .about-song_title,
  .about-song_album {
    float: none;
  }
}
/*======== prev - next buttons =========================*/
/*=========== play-list================*/
.music-list {
  display: none;
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #d1be83;
  background: transparent;
}
.lt-ie9 .thumb_overlay {
  filter: alpha(opacity=0);
}
.thumb_overlay_block {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
}
.thumb_overlay_block_cnt {
  height: 100%;
  width: 100%;
  padding-top: 36px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.thumb_overlay_block_cnt .thumb-icon {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 37px;
  height: 37px;
  background: url(../images/page-1_video-hover-icon.jpg);
}
.thumb_overlay_block_cnt p {
  margin-top: 5px;
  font-size: 18px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #cedbcd;
  text-transform: uppercase;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  filter: alpha(opacity=100);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*==================   Tumbnail    ======================*/
.thumb2 {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb2 img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb2_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #d1be83;
  background: transparent;
}
.thumb2_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb2_overlay:before {
  display: none;
}
.thumb2:hover .thumb2_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb2:hover .thumb2_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb2:hover .thumb2_overlay:before {
  display: block;
}
.thumb2:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*=====================================================================*/
.thumb3 {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb3 img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb3_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #d1be83;
  background: transparent;
}
.thumb3_overlay:before {
  content: url(../images/page-1_video-hover-icon.jpg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 37px;
  height: 37px;
  display: inline-block;
  margin: 0 auto;
  margin-top: -19px;
  text-align: center;
}
.lt-ie9 .thumb3_overlay:before {
  display: none;
}
.thumb3:hover .thumb3_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb3:hover .thumb3_overlay {
  filter: alpha(opacity=100);
}
.lt-ie9 .thumb3:hover .thumb3_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb3:hover .thumb3_overlay:before {
  display: block;
}
.thumb3:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #cdbf87;
  background: #343943;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 12px 18px;
  padding-top: 10px;
  padding-bottom: 11px;
  display: inline-block;
  position: relative;
}
.btn:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #343943;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  margin-left: 6px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #d1be83;
  color: #fff;
}
.btn:hover:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #d1be83;
}
.btn._hover2 {
  color: #fff;
  background: #d1be83;
}
.btn._hover2:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #d1be83;
}
.btn._hover2:hover {
  background: #343943;
  color: #cdbf87;
}
.btn._hover2:hover:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #343943;
}
.btn01 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #bccdc2;
  letter-spacing: 1.8px;
  background: #343943;
  display: inline-block;
  position: relative;
  padding-left: 70px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 19px;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn01:before {
  content: url(../images/page-1_btn-icon01.png);
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -5px;
}
.btn01:hover {
  color: #ebf3df;
  background: #d1be83;
}
.btn01:hover:before {
  content: url(../images/page-1_btn-icon01-hover.png);
}
.btn02 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
  color: #343943;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-block;
  border: 8px solid #baab75;
  padding: 10px 17px;
  position: relative;
  z-index: 10;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn02:hover {
  color: #baab75;
}
.btn03 {
  display: inline-block;
  position: relative;
}
.btn03:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #cdbf87;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  margin-left: 12px;
}
/*===================      Lists       =======================*/
.list li {
  position: relative;
  padding: 4px 0;
  padding-left: 21px;
}
.list li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #343943;
}
.list li a:hover {
  color: #ebf3df;
}
.list li a:hover:before {
  margin-left: 4px;
}
.list li a:before {
  content: "\f061";
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1px;
  color: #343943;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.track-list {
  display: block;
}
.track-list li p {
  position: relative;
  padding: 4px 0;
  padding-left: 24px;
  color: #343943;
  cursor: pointer;
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.track-list li p:before {
  content: "\f028";
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3px;
  font-family: 'FontAwesome';
  color: #343943;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.track-list li p:hover {
  color: #ebf3df;
}
.track-list .playing p:before {
  color: #fff;
}
.track-list .stopped p:before {
  color: #ac9241;
}
/*==================      Box      ===============================================================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box .where {
  color: #b4b7b6;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.75px;
}
.box .where .where2 {
  line-height: 34px;
}
.box .date {
  font-size: 72px;
  line-height: 72px;
  color: #343943;
  font-family: 'Abril Fatface', cursive;
  letter-spacing: -0.72px;
}
.box .date .v1 {
  letter-spacing: 3.6px;
}
.box .time {
  color: #d1be83;
  font-size: 72px;
  line-height: 72px;
  font-family: 'Abril Fatface', cursive;
  letter-spacing: -0.72px;
}
.box .who {
  color: #343943;
  font-size: 36px;
  line-height: 36px;
  font-family: 'Abril Fatface', cursive;
  letter-spacing: 1.8px;
}
.box .who + p {
  color: #8c918f;
}
.box .who2 {
  color: #343943;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.box .p1 {
  font-size: 36px;
  line-height: 36px;
  font-family: 'Abril Fatface', cursive;
  letter-spacing: 1.8px;
  color: #d1be83;
}
@media (max-width: 1199px) {
  .box .date,
  .box .time {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .box {
    text-align: center;
  }
}
.box .where + time {
  margin-top: -3px;
}
.box time + .who {
  margin-top: 6px;
}
.box .who + p {
  margin-top: 18px;
}
.box p + .btn {
  margin-top: 16px;
}
.box time + .p1 {
  margin-top: 6px;
}
.box p + .who2 {
  margin-top: 9px;
}
.box .who2 + .where {
  margin-top: 1px;
}
.box .where + .btn {
  margin-top: 17px;
}
.box-01 {
  position: relative;
}
.box-01 h3 {
  display: inline-block;
  font-size: 30px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: 0.75px;
  color: #c2aa5e;
}
@media (max-width: 767px) {
  .box-01 h3 {
    text-align: center;
    width: 100%;
  }
}
.box-01 h3 + * {
  margin-top: 23px;
}
.box-01_img-block {
  position: relative;
}
.box-01_img-block img {
  width: 100%;
}
.box-01_img-block_cnt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.box-01_img-block_cnt p {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Abril Fatface', cursive;
  color: #fff;
  padding-left: 17px;
  padding-bottom: 16px;
}
.box-01_img-block_cnt p span {
  margin-top: -10px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  line-height: 29px;
  font-weight: 100;
}
@media (max-width: 979px) {
  .box-01_img-block_cnt p span {
    font-size: 30px;
  }
}
.box-01_cnt {
  background: #343943;
  padding-top: 19px;
  padding-bottom: 21px;
  border-top: 1px solid #40454d;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-01_cnt .price {
  font-size: 30px;
  line-height: 33px;
  font-weight: 700;
  color: #ebf3df;
  margin-left: 27px;
}
.box-01_cnt span {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 33px;
  color: #cdbf87;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin-right: 41px;
  margin-left: 20px;
  margin-top: 5px;
  text-decoration: none !important;
}
.box-01 ._cnt2 {
  background: #d1be83;
  border-top: 0;
  padding-top: 20px;
  padding-bottom: 16px;
}
.box-01 ._cnt2:before,
.box-01 ._cnt2:after {
  content: " ";
  display: table;
}
.box-01 ._cnt2:after {
  clear: both;
}
.box-01 ._cnt2 .price {
  color: #ebf3df;
}
@media (max-width: 1199px) {
  .box-01 ._cnt2 .price {
    margin-left: 0;
    text-align: center;
  }
}
.box-01 ._cnt2 span {
  float: right;
  color: #cdbf87;
  margin-left: 0;
}
@media (max-width: 1199px) {
  .box-01 ._cnt2 span {
    margin-left: 10px;
    text-align: center;
    margin-right: 25px;
  }
}
@media (max-width: 979px) {
  .box-01 ._cnt2 span {
    float: none;
  }
}
.box-01 ._cnt2 .btn03 {
  color: #ebf3df;
}
.box-01 ._cnt2 .btn03:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #ebf3df;
}
.box-01 a:hover .box-01_cnt {
  background: #d1be83;
}
.box-01 a:hover .box-01_cnt p,
.box-01 a:hover .box-01_cnt span {
  color: #ebf3df;
}
.box-01 a:hover .box-01_cnt span:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #ebf3df;
}
.box-01 a.revers-hover:hover .box-01_cnt {
  background: #343943;
}
.box-01 a.revers-hover:hover .box-01_cnt p,
.box-01 a.revers-hover:hover .box-01_cnt span {
  color: #d1be83;
}
.box-01 a.revers-hover:hover .box-01_cnt span:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #d1be83;
}
.box-03 {
  text-align: center;
}
.box-03_block {
  position: relative;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 9px solid #baab75;
  border-top: 10px solid #baab75;
  border-bottom: 10px solid #baab75;
}
.box-03_block p {
  padding: 0 17px;
  color: #343943;
}
.box-03_block .btn02 {
  margin-bottom: -35px;
  background: #bccdc2;
  padding-right: 12px;
  padding-top: 9px;
  margin-left: -5px;
}
.box-03_block time {
  font-family: 'Abril Fatface', cursive;
  font-size: 36px;
  line-height: 33px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  display: inline-block;
  background: #bccdc2;
  margin-top: -44px;
  position: relative;
  z-index: 10;
  color: #343943;
  padding: 0 11px;
  padding-left: 14px;
}
.box-03_block time span {
  font-size: 72px;
  line-height: 60px;
  letter-spacing: normal;
}
.box-03_block time + p {
  margin-top: 17px;
}
.box-03_block p + .btn02 {
  margin-top: 17px;
}
.box-03_block_cnt {
  padding-bottom: 27px;
}
.box-03_block_cnt .quote {
  font-size: 170px;
  line-height: 40px;
  color: #343943;
  letter-spacing: 8.5px;
  font-family: 'Abril Fatface', cursive;
  background: #bccdc2;
  padding-top: 20px;
  margin-top: -10px;
  margin-left: 3px;
  z-index: 10;
  position: relative;
  display: inline-block;
}
.box-03_block_cnt .quote + p {
  font-style: italic;
  margin-top: -3px;
}
.box-03_block_cnt .author {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.box-03_block_cnt p + .author {
  margin-top: 10px;
}
.box-04 h3 {
  font-weight: 700;
  color: #343943;
  letter-spacing: 0.75px;
}
.box-04_cnt {
  margin-top: -4px;
}
.box-04_cnt p {
  color: #343943;
}
@media (max-width: 767px) {
  .box-04 {
    text-align: center;
  }
}
.box-05 h3 {
  font-weight: 700;
  color: #343943;
  letter-spacing: 0.75px;
}
@media (max-width: 767px) {
  .box-05 h3 {
    text-align: center;
  }
}
.box-05 h3 + * {
  margin-top: 15px;
}
.box-06 h3 {
  font-weight: 700;
  color: #343943;
  letter-spacing: 0.75px;
}
.box-06 h3 + * {
  margin-top: 20px;
}
.box-06 p {
  color: #343943;
}
.box-06 p + * {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .box-06 {
    text-align: center;
  }
}
.box-07 {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
}
.box-07_block {
  position: relative;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 9px solid #b0a36f;
  border-right: 9px solid #b0a36f;
  border-top: 10px solid #b0a36f;
  border-bottom: 10px solid #b0a36f;
}
.box-07_block.no-top-border {
  border-top: 0;
}
.box-07_cnt h3 {
  font-family: 'Abril Fatface', cursive;
  color: #343943;
  background: #a8bdb6;
  margin-top: -23px;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 21px;
  position: relative;
}
@media (max-width: 979px) {
  .box-07_cnt h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.box-07_cnt h3.borders {
  padding: 0;
  margin-top: -15px;
  position: relative;
  background: none;
}
.box-07_cnt h3.borders:before {
  position: absolute;
  bottom: 10px;
  right: 100%;
  content: "";
  margin-right: 4px;
  width: 3000px;
  height: 10px;
  background: #b0a36f;
  display: inline-block;
}
.box-07_cnt h3.borders:after {
  position: absolute;
  bottom: 10px;
  left: 100%;
  content: "";
  margin-left: 4px;
  width: 3000px;
  height: 10px;
  background: #b0a36f;
  display: inline-block;
}
@media (max-width: 1199px) {
  .box-07_cnt h3.borders {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 979px) {
  .box-07_cnt h3.borders {
    font-size: 18px;
    line-height: 24px;
  }
  .box-07_cnt h3.borders:before {
    bottom: 7px;
  }
  .box-07_cnt h3.borders:after {
    bottom: 7px;
  }
}
.box-07_cnt ul {
  padding: 0 50px 29px 50px;
  text-align: left;
}
@media (max-width: 979px) {
  .box-07_cnt ul {
    padding: 0 20px 29px 20px;
  }
}
.box-07_cnt h3 + * {
  margin-top: 15px;
}
.photos h3 {
  font-weight: 700;
  color: #343943;
  letter-spacing: 0.75px;
}
.photos h3 + * {
  margin-top: 25px;
}
.photos_block a {
  display: inline-block;
}
.photos_block a img {
  display: inline-block;
  width: 180px;
}
.photos_block a + a {
  margin-left: 7px;
}
@media (max-width: 1199px) {
  .photos_block a {
    width: 20%;
  }
  .photos_block a img {
    display: inline-block;
    width: 100%;
  }
  .photos_block a {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .photos_block a + a {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  .photos_block a {
    width: 48%;
  }
  .photos_block a {
    margin-left: 0;
    margin-right: 0;
  }
  .photos_block a + a {
    margin-left: 0;
  }
  .photos_block a {
    margin-top: 4px;
  }
}
@media (max-width: 479px) {
  .photos_block a {
    width: 100%;
  }
  .photos_block a img {
    height: auto;
    width: 100%;
  }
  .photos_block a {
    margin-top: 15px;
  }
}
.photos_block + .photos_block {
  margin-top: 9px;
}
@media (max-width: 979px) {
  .photos_block + .photos_block {
    margin-top: 0px;
  }
}
.address {
  color: #343943;
}
.address_cnt {
  position: relative;
  display: block;
  margin-top: -4px;
}
.address_cnt p + table {
  margin-top: 20px;
}
.address_cnt p a {
  text-decoration: underline;
}
.address_cnt .td-off {
  padding-left: 10px;
}
.address_cnt hr {
  margin: 28px 0;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .address_cnt {
    text-align: center;
  }
  .address_cnt table {
    margin-left: auto;
    margin-right: auto;
  }
}
.box-08 img + * {
  margin-top: 26px;
}
.box-08_cnt {
  color: #343943;
}
.box-08_cnt h4 {
  text-transform: uppercase;
}
.box-08_cnt h4 + * {
  margin-top: 4px;
}
.box-08_cnt .post-info {
  display: block;
  position: relative;
}
.box-08_cnt .post-info:before,
.box-08_cnt .post-info:after {
  content: " ";
  display: table;
}
.box-08_cnt .post-info:after {
  clear: both;
}
.box-08_cnt .post-info_date {
  font-size: 14px;
  line-height: 18px;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.box-08_cnt .post-info_date:before {
  margin-right: 5px;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 979px) {
  .box-08_cnt .post-info_date {
    text-align: center;
    display: inline-block;
    position: relative;
    float: none;
    margin-right: 0;
  }
}
.box-08_cnt .post-info_comments a:before {
  margin-right: 5px;
  font-size: 15px;
  line-height: 18px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-08_cnt .post-info_comments a:hover {
  text-decoration: none;
}
.box-08_cnt .post-info_comments a:hover:before {
  color: #c2aa5e;
}
@media (max-width: 979px) {
  .box-08_cnt .post-info_comments {
    text-align: center;
    display: inline-block;
    position: relative;
  }
}
.box-08_cnt hr {
  margin-top: 7px;
  margin-bottom: 21px;
}
@media (max-width: 979px) {
  .box-08 {
    text-align: center;
  }
}
.box-08_cnt2 {
  color: #343943;
  margin-top: 17px !important;
}
.box-08_cnt2 .post-info + * {
  margin-top: 10px;
}
.box-08_cnt2 * + a {
  margin-top: 10px;
}
.box-08_cnt2 a {
  text-transform: uppercase;
  display: inline-block;
}
.box-08_cnt2 a:hover {
  color: #fff;
}
.press-release {
  color: #343943;
}
.press-release h4 + p {
  margin-top: 15px;
}
/*===========================================================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ebf3df;
}
header .brand {
  float: none;
  text-align: center;
  margin: 0 auto;
  margin-top: 26px;
}
header .nav {
  margin-top: 28px;
  float: none;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*==================     Brand     ======================*/
.brand {
  position: relative;
  display: block;
  background: #ebf3df;
  z-index: 2;
}
.brand_name {
  overflow: hidden;
  color: #343943;
  line-height: 100px;
}
@media (max-width: 479px) {
  .brand_name {
    font-size: 72px;
    line-height: 72px;
  }
}
.brand_slogan {
  color: #c2aa5e;
  font-size: 30px;
  line-height: 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 24px;
  margin-top: 20px;
  margin-left: 23px;
  padding-bottom: 11px;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .brand_slogan {
    line-height: 26px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}
.border-block {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1142px;
  border: 9px solid #b88a28;
  border-top: 10px solid #b88a28;
  opacity: 0.5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -362px;
}
.lt-ie9 .border-block {
  filter: alpha(opacity=50);
}
@media (max-width: 979px) {
  .border-block {
    margin-top: -450px;
    height: 1344px;
  }
}
@media (max-width: 767px) {
  .border-block {
    display: none;
  }
}
.border-block-01 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100px;
  border: 9px solid #b88a28;
  border-top: 10px solid #b88a28;
  border-bottom: none;
  opacity: 0.5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -252px;
}
.lt-ie9 .border-block-01 {
  filter: alpha(opacity=50);
}
@media (max-width: 979px) {
  .border-block-01 {
    margin-top: -350px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .border-block-01 {
    display: none;
  }
}
.img-block {
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .img-block img {
    width: 100%;
  }
}
.img-block:hover img {
  opacity: 0;
}
.lt-ie9 .img-block:hover img {
  filter: alpha(opacity=0);
}
.img-block .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 .img-block .img-hover {
  filter: alpha(opacity=0);
}
.img-block .img-hover_block {
  height: 100%;
  width: 100%;
  display: table;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img-block .img-hover_block .img-hover_cnt {
  height: 100%;
  width: 100%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.img-block .img-hover_block .img-hover_cnt p {
  opacity: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #343943;
  text-transform: uppercase;
}
.lt-ie9 .img-block .img-hover_block .img-hover_cnt p {
  filter: alpha(opacity=0);
}
.img-block:hover .img-hover {
  opacity: 1;
}
.lt-ie9 .img-block:hover .img-hover {
  filter: alpha(opacity=100);
}
.img-block:hover .img-hover_block {
  background: #ebf3df;
}
.img-block:hover .img-hover_block .img-hover_cnt p {
  opacity: 1;
}
.lt-ie9 .img-block:hover .img-hover_block .img-hover_cnt p {
  filter: alpha(opacity=100);
}
@media (max-width: 979px) {
  blockquote > h2 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .ta-c {
    text-align: center;
  }
}
/*==================      Well     ======================*/
.well {
  padding-top: 110px;
  padding-bottom: 60px;
}
.well-02 {
  padding-top: 59px;
  padding-bottom: 59px;
}
.well-02 .row + .row {
  margin-top: 38px;
}
.well-03 {
  padding-top: 28px;
  padding-bottom: 98px;
}
@media (max-width: 767px) {
  .well-03 [class*="grid_"] + [class*="grid_"] {
    margin-top: 80px;
  }
}
.well-04 {
  padding-top: 47px;
  padding-bottom: 59px;
}
.well-05 {
  padding-top: 55px;
  padding-bottom: 72px;
}
.well-05 h3 + * {
  margin-top: 25px;
}
.well-05 .row + .row {
  margin-top: 19px;
}
.off {
  margin-top: 62px;
}
.off1 {
  margin-top: 74px;
}
.off2 {
  padding-bottom: 60px;
}
.off3 {
  padding-top: 48px;
  padding-bottom: 72px;
}
@media (max-width: 767px) {
  .off3 [class*="grid_"] + [class*="grid_"] {
    margin-top: 50px;
  }
}
.off4 {
  padding-top: 48px;
  padding-bottom: 72px;
}
.off4 h3 + * {
  margin-top: 36px;
}
.off5 {
  padding-bottom: 57px;
}
.w-off {
  padding-bottom: 53px;
}
.w-off2 {
  padding-bottom: 46px;
}
.w-off3 {
  padding-top: 72px;
}
.w-off4 {
  padding-bottom: 65px;
}
.cnt_off {
  margin-top: -4px;
}
.footer-off {
  padding-bottom: 83px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #343943;
}
.no-bg {
  background: none;
}
.bg-wrap {
  background: #a8bdb6 url(../images/page-1_bg01.jpg) top center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .bg-wrap {
    background: #ebf3df url(../images/page-1_bg02.png) center center no-repeat;
    background-size: cover;
  }
}
.bg-wrap-01 {
  background: #ebf3df;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZjNkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2E4YmRiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOGJkYjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ebf3df 0%, #a8bdb6 55%, #a8bdb6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebf3df), color-stop(55%, #a8bdb6), color-stop(100%, #a8bdb6));
  background: -webkit-linear-gradient(top, #ebf3df 0%, #a8bdb6 55%, #a8bdb6 100%);
  background: -o-linear-gradient(top, #ebf3df 0%, #a8bdb6 55%, #a8bdb6 100%);
  background: -ms-linear-gradient(top, #ebf3df 0%, #a8bdb6 55%, #a8bdb6 100%);
  background: linear-gradient(to bottom, #ebf3df 0%, #a8bdb6 55%, #a8bdb6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf3df', endColorstr='#a8bdb6', GradientType=0);
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #222222;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjY2RjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2JkY2VjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYWQ5Y2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #bccdc2 0%, #bdcec2 72%, #cad9cb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bccdc2), color-stop(72%, #bdcec2), color-stop(100%, #cad9cb));
  background: -webkit-linear-gradient(top, #bccdc2 0%, #bdcec2 72%, #cad9cb 100%);
  background: -o-linear-gradient(top, #bccdc2 0%, #bdcec2 72%, #cad9cb 100%);
  background: -ms-linear-gradient(top, #bccdc2 0%, #bdcec2 72%, #cad9cb 100%);
  background: linear-gradient(to bottom, #bccdc2 0%, #bdcec2 72%, #cad9cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bccdc2', endColorstr='#cad9cb', GradientType=0);
}
footer .pp {
  text-align: center;
  color: #ebf3df;
  font-size: 18px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 3.6px;
  margin-top: 10px;
  text-transform: uppercase;
}
footer .pp a:hover {
  color: #343943;
}
footer .footer-brand {
  text-align: center;
}
footer .footer-brand .brand_name {
  font-size: 72px;
  line-height: 72px;
  color: #ebf3df;
  font-family: 'Abril Fatface', cursive;
}
