﻿`@import "animate.css";
@import url(http://fonts.googleapis.com/css?family=Bevan);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:700);
@import url(../../maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                        Includes
=========================================================*/
/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 14px/20px 'garamond', sans-serif;
  -webkit-text-size-adjust: none;
  color: #bda691;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h1 {
  font: 400 72px/91px 'Bevan', sans-serif;
  letter-spacing: 14.04px;
  color: #f0f0f0;
}
h2 {
  font: 400 36px/44px 'Bevan', sans-serif;
  letter-spacing: 5.2px;
  color: #805f43;
}
h3 {
  font: 400 36px/44px 'Bevan', sans-serif;
  letter-spacing: 3.6px;
}
h4 {
  font: 400 19px/22px 'Bevan', sans-serif;
}
h5 {
  font: 400 18px/24px 'Bevan', sans-serif;
  letter-spacing: 1.8px;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
  color: #f0f0f0;
  font: 400 19px/21px 'Bevan', sans-serif;
}
address p {
  font: 400 19px/30px 'Bevan', sans-serif;
  text-transform: uppercase;
}
address dl {
  margin-top: 15px;
}
dt,
dd {
  display: inline-block;
}
dt {
  padding-right: 2px;
}
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;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.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;
}
blockquote {
  position: relative;
  padding: 24px 25px 0 0;
}
blockquote:after {
  position: absolute;
  content: '';
  background: url('../images/page-1_img11.png') no-repeat;
  width: 21px;
  height: 14px;
  bottom: 61px;
  right: 32px;
}
blockquote .quotes {
  margin-bottom: -4px;
}
blockquote * + .author {
  margin-top: 22px;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 18px;
}
* + h4,
.row__off1 {
  margin-top: 38px;
}
time + h4 {
  margin-top: 7px;
}
h3 + h4,
.off6 {
  margin-top: 29px;
}
.off {
  margin-top: 9px;
}
.off1 {
  margin-top: 21px;
}
.off2,
.event-divider {
  margin-top: 25px;
}
.off3 {
  margin-top: 0;
}
.off4 {
  margin-top: 40px;
}
.row__off,
.off5,
.off + h4 {
  margin-top: 31px;
}
.mt {
  margin-top: 5px;
}
.mt1 {
  margin-top: 3px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.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: 15px;
}
.sf-menu a {
  display: inline-block;
}
.sf-menu > li > a {
  color: #FFF;
  font: 400 18px/18px 'Bevan', sans-serif;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.active > a {
  color: #e0b691;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 0;
  z-index: 2;
  right: -169px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li + li {
  margin-top: 13px;
}
.sf-menu ul > li > a {
  color: #FFF;
  font: 400 18px/18px 'Bevan', sans-serif;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover,
.sf-menu ul > li.active > a {
  color: #e0b691;
}
.sf-menu ul ul {
  position: absolute;
  right: -169px;
  padding: 68px 0 0 0;
  z-index: 4;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 80%;
  margin-left: -6px;
  content: '\f078';
  font: 400 12px/12px 'FontAwesome';
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul {
    right: -230px;
    width: 100%;
  }
  .sf-menu ul ul {
    position: static;
    top: 100%;
    width: auto;
    margin-top: 13px;
    padding: 0 0 0 50px;
  }
}
@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: #805b3b;
  z-index: 999;
  border-bottom: 1px solid #b3ac9f;
}
.isStuck .brand {
  display: none;
}
.isStuck .nav {
  margin-top: 0;
}
.isStuck .nav:before,
.isStuck .nav:after {
  content: " ";
  display: table;
}
.isStuck .nav:after {
  clear: both;
}
.isStuck .nav ul {
  padding: 20px 0;
}
.isStuck .nav ul li {
  float: left;
}
.isStuck .nav ul li + li {
  margin-top: 0;
  margin-left: 30px;
}
.isStuck .nav:before,
.isStuck .nav:after {
  display: none;
}
.isStuck .sf-menu ul {
  background: #805b3b;
  top: 41px;
  width: 175px;
  right: -27px;
}
.isStuck .sf-menu ul li {
  text-align: center;
  float: none;
}
.isStuck .sf-menu ul li + li {
  margin-left: 0;
  margin-top: 10px;
}
.isStuck .sf-menu ul ul {
  right: -169px;
  top: 61px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  position: fixed;
  right: 40px;
  bottom: 150px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #e0b691;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .toTop {
    display: none !important;
  }
}
/*==================   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;
  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: #ffffff;
  background: transparent;
}
.thumb_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 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(128, 91, 59, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80805b3b', endColorstr='#80805b3b');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80805b3b', endColorstr='#80805b3b');
  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);
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  color: #805b3b;
  font: 400 18px/20px 'Bevan', sans-serif;
}
.btn:hover {
  color: #e0b691;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  text-align: center;
}
header .brand_name {
  margin-top: 16px;
}
header .nav {
  margin-top: 374px;
}
header .nav__mt {
  margin-top: 44px;
}
/*==================     Nav     ======================*/
.nav {
  position: relative;
}
.nav:before,
.nav:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: #FFF;
  border-radius: 50%;
  left: 50%;
  margin-left: -8px;
}
.nav:before {
  top: -36px;
}
.nav:after {
  bottom: -33px;
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}
.center {
  text-align: center;
}
h4 a:hover {
  color: #e0b691;
}
/*==================      Well     ======================*/
.well {
  padding: 61px 0 38px;
}
.well-1 {
  padding-top: 40px;
  padding-bottom: 53px;
}
.well-1__off {
  padding-top: 56px;
}
.well-2 {
  padding: 55px 0 135px;
}
.well-3 {
  padding-top: 45px;
  padding-bottom: 78px;
}
.well-3__off {
  padding-bottom: 56px;
}
.well-3__off1 {
  padding-bottom: 126px;
}
.well-3__off2 {
  padding-bottom: 50px;
}
.well-4 {
  padding-top: 42px;
  padding-bottom: 44px;
}
.well-4__off {
  padding-top: 45px;
}
.offset {
  padding-top: 11px;
}
.offset-1 {
  padding-bottom: 47px;
}
.offset-2 {
  padding-top: 66px;
}
.offset-3 {
  padding-left: 20px;
}
/*==================  Backgrounds  ======================*/
.bg-main {
  background: url('../images/rentimg01.jpg') no-repeat center top;
}
.bg-main-1 {
  background: url('../images/page-2_img01.jpg') no-repeat center top;
}
.bg-main-2 {
  background: url('../images/background.jpg') repeat;
}
.bg-main-3 {
  background: url('../images/background-1.jpg') repeat;
}
.bg-main-4 {
  background: url('../images/background-2.jpg') repeat;
}
.bg-block {
  background: #f0f0f0;
}
.bg-block p {
  color: #A9A091;
}
.bg-block-1 {
  background: #805b3b;
}
.bg-block-1 p,
.bg-block-1 h3,
.bg-block-1 h4 {
  color: #f0f0f0;
}
.bg-block-2 {
  background: #FFF;
}
.item {
  display: block;
}
.item img {
  width: 100%;
}
/*==================    Colors    ======================*/
.color-default {
  color: #805b3b;
}
.color {
  color: #FFF;
}
.color-third {
  color: #f0f0f0;
}
.img-wrap img {
  width: 100%;
}
.lt-spacing {
  letter-spacing: 3.6px;
}
/*==================    LineWrap    ======================*/
.line-wrap {
  overflow: hidden;
  margin: 2px 0 -3px 0;
}
.line-wrap:before,
.line-wrap:after {
  content: " ";
  display: table;
}
.line-wrap:after {
  clear: both;
}
.line-wrap .line-2 {
  float: right;
}
.line-1,
.line-2 {
  display: inline-block;
  width: 444px;
  height: 11px;
  background: #e0b691;
}
.line-1 {
  transform: skewX(45deg);
  margin-left: -5px;
}
.line-2 {
  transform: skewX(-45deg);
  margin-right: -5px;
}
.line-1__mod,
.line-2__mod {
  width: 471px;
  height: 17px;
  background: #f0f0f0;
}
.line-1__mod {
  margin-left: -9px;
}
.line-2__mod {
  margin-right: -9px;
}
.line-divider {
  height: 11px;
  background: #e0b691;
}
.line-divider__mod {
  background: #FFF;
}
/*==================    Indent    ======================*/
.indent {
  padding: 0 25px;
}
.indent_left {
  padding-left: 25px;
}
.indent_right {
  padding-right: 25px;
}
/*==================    TxtWrap    ======================*/
.txt-wrap p {
  padding: 0 70px;
}
.txt-wrap h2 + p {
  margin-top: 20px;
}
.txt-wrap__mod p {
  padding: 0 18px;
}
/*==================    FontWrap    ======================*/
.font-wrap {
  line-height: 42px;
  letter-spacing: 0.9px;
  color: #e0b691;
  display: block;
  margin: 48px 0 46px;
  padding: 0 9px;
}
.font-wrap span {
  color: #805b3b;
}
.font-wrap a {
  display: inline-block;
}
.font-wrap a:hover span {
  color: #e0b691;
}
/*==================     Contact    ======================*/
.contact {
  position: relative;
  margin-top: 45px;
}
.contact p {
  color: #805b3b;
  font: 400 36px/36px 'Bevan', sans-serif;
  letter-spacing: 2.8px;
}
.contact p:first-child {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}
.contact p span {
  color: #b3ac9f;
}
.contact:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: 50%;
  margin-left: -6px;
  top: -28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b3ac9f;
}
/*==================     FloatBox    ======================*/
.float-box:before,
.float-box:after {
  content: " ";
  display: table;
}
.float-box:after {
  clear: both;
}
.float-box > div {
  float: left;
  width: 33.3333333%;
}
.float-box-1 {
  padding: 0 10px;
}
.float-box-1:before,
.float-box-1:after {
  content: " ";
  display: table;
}
.float-box-1:after {
  clear: both;
}
.float-box-1 > div {
  float: left;
  width: 23.9%;
  padding: 0 5px;
}
/*==================     ThumbWrap    ======================*/
.thumb-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb-wrap_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  text-align: center;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #f0f0f0;
  background: #805b3b;
}
.lt-ie9 .thumb-wrap_overlay {
  filter: alpha(opacity=0);
}
.thumb-wrap_overlay h5 {
  margin-top: 119px;
  position: relative;
}
.thumb-wrap_overlay h5:before,
.thumb-wrap_overlay h5:after {
  position: absolute;
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #A37F61;
  left: 50%;
  margin-left: -6px;
}
.thumb-wrap_overlay h5:before {
  top: -31px;
}
.thumb-wrap_overlay h5:after {
  bottom: -28px;
}
.thumb-wrap:hover .thumb-wrap_overlay {
  opacity: 1;
}
.lt-ie9 .thumb-wrap:hover .thumb-wrap_overlay {
  filter: alpha(opacity=100);
}
.thumb-wrap-1 {
  display: block;
  overflow: hidden;
  position: relative;
}
.thumb-wrap-1_overlay {
  position: absolute;
  top: 140px;
  left: 0;
  opacity: 1;
  width: 100%;
  text-align: center;
  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;
}
.lt-ie9 .thumb-wrap-1_overlay {
  filter: alpha(opacity=100);
}
.thumb-wrap-1_overlay h2 {
  letter-spacing: 2.7px;
  color: #fff;
}
.thumb-wrap-1_overlay h5 {
  letter-spacing: 1.35px;
  line-height: 20px;
  margin-top: 10px;
}
.thumb-wrap-1_overlay:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
  left: 50%;
  margin-left: -6px;
  bottom: -26px;
}
.thumb-wrap-1:hover .thumb-wrap-1_overlay {
  opacity: 0;
}
.lt-ie9 .thumb-wrap-1:hover .thumb-wrap-1_overlay {
  filter: alpha(opacity=0);
}
/*==================     Quotes    ======================*/
.quotes {
  font-size: 72px;
  font-family: 'Bevan', sans-serif;
}
.author {
  color: #FFF;
  display: inline-block;
}
.author:hover {
  color: #e0b691;
  text-decoration: none;
  text-transform: none;
}
/*==================     EventWrap    ======================*/
.event-wrap span {
  color: #f0f0f0;
  font-size: 32px;
  line-height: 32px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.event-wrap .box_cnt__no-flow {
  padding-left: 15px;
}
.event-wrap:hover span {
  color: #e0b691;
}
.event-divider {
  width: 436px;
  height: 1px;
  background: #A78364;
}
/*==================     List    ======================*/
.list {
  counter-reset: list;
}
.list li {
  list-style-type: none;
}
.list li .data-index {
  position: relative;
  padding-left: 80px;
}
.list li .data-index:before {
  position: absolute;
  counter-increment: list;
  content: counter(list, decimal);
  top: -8px;
  left: 0;
  text-align: center;
  font: 400 28px/58px 'Bevan', sans-serif;
  width: 58px;
  height: 58px;
  border: solid 3px #FFF;
  border-radius: 50%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.list li .data-index:hover:before {
  color: #e0b691;
  border-color: #e0b691;
}
.list li:nth-child(n+4) {
  margin-top: 43px;
}
/*==================   MarkList  ======================*/
.mark-list > li {
  position: relative;
  padding-left: 19px;
  color: #a9a091;
}
.mark-list > li:before {
  position: absolute;
  content: '\f0a9';
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 14px;
  color: #805b3b;
  left: 1px;
  top: 3px;
}
.mark-list li {
  margin-top: 8px;
}
.mark-list a:hover {
  color: #e0b691;
}
/*==================     Mail    ======================*/
.mail {
  margin-top: 0;
}
.mail a {
  display: inline-block;
}
.mail a:hover {
  text-decoration: underline;
}
/*==================   PrivacyLink  ======================*/
.privacy-link {
  display: inline-block;
  margin-top: 36px;
  font: 400 18px/20px 'Bevan', sans-serif;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  color: #805b3b;
}
.privacy-link:hover {
  text-decoration: underline;
}
/*========================================================
//                     FOOTER  Styles
//=========================================================*/
footer {
  text-align: center;
}
footer h2 {
  margin-top: 15px;
  letter-spacing: 7px;
}
footer p {
  font: 400 14px/20px 'Roboto', sans-serif;
  letter-spacing: 2.8px;
  color: #805f43;
  text-transform: uppercase;
}
footer p a:hover {
  text-decoration: none;
  color: #bda691;
}
/*========================================================
                     RESPONSIVE
=========================================================*/
@media (min-width: 2050px) {
  [class*='bg-main'] {
    background-size: cover;
  }
}
@media (max-width: 979px) {
  .thumb-wrap_overlay h5 {
    margin-top: 40%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .line-1,
  .line-2 {
    width: 346px;
  }
  .line-1__mod,
  .line-2__mod {
    width: 375px;
  }
  .event-wrap h4 {
    font-size: 18px;
  }
  .float-box-1 > div {
    width: 172px;
  }
  .float-box-1 h4 {
    font-size: 16px;
    line-height: 27px;
  }
  .event-divider {
    width: 340px;
  }
  .float-box-2 .float-one {
    width: 166px;
  }
  .float-box-2 .float-two {
    width: 154px;
  }
  .mark-list {
    padding-right: 5px;
  }
  address p {
    font-size: 16px;
  }
  .thumb-wrap-1_overlay {
    top: 80px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    letter-spacing: 3.2px;
  }
  * + h4 {
    margin-top: 15px;
  }
  header .nav {
    margin-top: 30px;
  }
  nav:before,
  nav:after {
    display: none;
  }
  .mt1 {
    margin-top: 0;
  }
  [class*='well'] {
    padding: 30px 0;
  }
  .well-2,
  .well-3__off1 {
    padding-bottom: 60px;
  }
  .offset {
    padding: 10px 0;
  }
  .offset-2 {
    padding: 10px 0 0 0;
  }
  .float-box > div {
    float: none;
    width: 100%;
  }
  .float-box > div img {
    width: 100%;
  }
  .float-box-1 > div {
    float: none;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .float-box-1 div + div {
    margin-top: 20px;
  }
  .font-wrap {
    margin: 10px 0;
  }
  .txt-wrap p,
  .indent,
  .indent_right,
  .indent_left,
  .indent_res {
    padding: 0 15px;
  }
  .event-divider {
    display: none;
  }
  .mark-list {
    padding: 0 15px;
  }
  .font-wrap a {
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h1 {
    letter-spacing: 7.8px;
  }
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .line-1,
  .line-2 {
    width: 184px;
  }
  .line-1__mod,
  .line-2__mod {
    width: 211px;
  }
  .lt-spacing {
    letter-spacing: 2.6px;
  }
  blockquote:after {
    right: 10px;
  }
  .thumb-wrap-1_overlay {
    top: 120px;
  }
  .offset-3 {
    padding-left: 13px;
  }
}
@media (max-width: 479px) {
  h1 {
    letter-spacing: 3.8px;
  }
  h2,
  h3.center {
    font-size: 24px;
    line-height: 34px;
  }
  h3 {
    font-size: 33px;
    line-height: 40px;
  }
  .offset-3 {
    padding-left: 0;
  }
  .container__mod {
    padding: 0;
  }
  .line-1,
  .line-2 {
    width: 125px;
  }
  .line-1__mod,
  .line-2__mod {
    width: 151px;
  }
  .txt-wrap h2 {
    font-size: 21px;
    line-height: 31px;
  }
  .lt-spacing {
    letter-spacing: 1px;
  }
  .contact p {
    font-size: 32px;
    line-height: 32px;
  }
  blockquote:after {
    right: 0;
  }
  .thumb-wrap-1_overlay {
    top: 60px;
  }
  .event .box_aside {
    float: none;
  }
  .offset-3 {
    padding-top: 10px;
  }
  .privacy-link {
    font-size: 15px;
    letter-spacing: 1.8px;
  }
}
