/*reset*/
html,
body,
div,
span,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
td img {
  border: none;
}
input,
select,
button,
textarea {
  margin: 0;
  font-size: 100%;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
html {
  overflow-y: scroll;
}
body {
  text-align: left;
}
label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
/*==================*/
/*============reject============*/
#jr_overlay {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 2147483646;
  position: absolute;
}
#jr_wrap {
  position: absolute;
  width: 100%;
  z-index: 2147483647;
  padding: 0;
  margin: 0;
}
#jr_wrap #jr_inner {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #FFF;
  border: 1px solid #CCC;
  color: #4F4F4F;
  margin: 0 auto;
  height: auto;
  padding: 20px;
  position: relative;
  box-sizing: content-box;
}
#jr_wrap #jr_inner #jr_header {
  display: block;
  color: #333;
  padding: 5px 5px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 0 0.5em;
}
#jr_wrap #jr_inner p {
  padding: 5px;
  margin: 0;
}
#jr_wrap #jr_inner ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#jr_wrap #jr_inner ul li {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 122px;
  margin: 0 10px 10px 10px;
  padding: 0;
  text-align: center;
}
#jr_wrap #jr_inner ul li a {
  color: #333;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
#jr_wrap #jr_inner ul li a:hover {
  text-decoration: underline;
}
#jr_wrap #jr_inner .jr_icon {
  width: 100px;
  height: 100px;
  margin: 1px auto;
  padding: 0;
  background: transparent no-repeat scroll left top;
  cursor: pointer;
}
#jr_wrap #jr_inner #jr_close {
  clear: both;
  padding: 0;
  margin: 0;
}
#jr_wrap #jr_inner #jr_close a {
  color: #000;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
#jr_wrap #jr_inner #jr_close p {
  padding: 10px 0 0 0;
  margin: 0;
}
/*==============================*/
* {
  box-sizing: border-box;
}
.clear {
  content: "";
  display: block;
  clear: both;
}
.transition {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
a {
  color: #595959;
}
h1 {
  margin: 0 0 40px 0;
}
@media (min-width: 270px) {
  h1 {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1250px) {
  h1 {
    margin: 0 0 40px 0;
  }
}
h2,
h1 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  line-height: normal;
  color: #681e2f;
  letter-spacing: 1px;
}
@media (min-width: 270px) {
  h2,
  h1 {
    font-size: 20px;
    letter-spacing: normal;
  }
}
@media (min-width: 610px) {
  h2,
  h1 {
    font-size: 24px;
  }
}
@media (min-width: 994px) {
  h2,
  h1 {
    font-size: 28px;
  }
}
@media (min-width: 1250px) {
  h2,
  h1 {
    font-size: 30px;
  }
}
h2:before,
h1:before {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  background: #681e2f;
  margin: 15px auto;
}
h2.margin,
h1.margin {
  margin: 0 0 40px 0;
}
@media (min-width: 270px) {
  h2.margin,
  h1.margin {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1250px) {
  h2.margin,
  h1.margin {
    margin: 0 0 40px 0;
  }
}
h3 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
  line-height: normal;
  color: #681e2f;
  margin: 10px 0 50px 0;
  letter-spacing: 1px;
}
@media (min-width: 270px) {
  h3 {
    font-size: 16px;
    letter-spacing: normal;
    margin: 10px 0 20px 0;
  }
}
@media (min-width: 270px) {
  h3 {
    font-size: 18px;
    margin: 10px 0 30px 0;
  }
}
@media (min-width: 1250px) {
  h3 {
    font-size: 20px;
    margin: 10px 0 40px 0;
  }
}
@media (min-width: 1410px) {
  h3 {
    margin: 10px 0 50px 0;
  }
}
.h3 {
  color: #000000;
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  line-height: normal;
}
@media (min-width: 270px) {
  .h3 {
    font-size: 18px;
  }
}
@media (min-width: 1250px) {
  .h3 {
    font-size: 22px;
  }
}
.h3:before {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #681e2f;
  margin: 0 0 10px 0;
}
.h3.top-margin {
  margin: 40px 0 20px 0;
}
body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  background: #ffffff;
  line-height: 25px;
}
@media (min-width: 270px) {
  body,
  html {
    font-size: 13px;
  }
}
@media (min-width: 994px) {
  body,
  html {
    font-size: 14px;
  }
}
@media (min-width: 1250px) {
  body,
  html {
    font-size: 16px;
  }
}
.wrapper {
  width: 100%;
  min-height: 100%;
}
.wrapper header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #d9d9d9;
}
.wrapper header .header-wrap {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap {
    width: 95%;
  }
}
@media (min-width: 1250px) {
  .wrapper header .header-wrap {
    width: 90%;
  }
}
@media (min-width: 1410px) {
  .wrapper header .header-wrap {
    width: 85%;
  }
}
@media (min-width: 1890px) {
  .wrapper header .header-wrap {
    width: 80%;
  }
}
.wrapper header .header-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper header .header-wrap .logo {
  float: left;
  width: 35%;
  margin: 0;
  padding: 0;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .logo {
    width: 100%;
  }
}
@media (min-width: 610px) {
  .wrapper header .header-wrap .logo {
    padding: 0 0 20px 0;
  }
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .logo {
    width: 40%;
  }
}
@media (min-width: 1890px) {
  .wrapper header .header-wrap .logo {
    width: 35%;
  }
}
.wrapper header .header-wrap .logo img {
  display: block;
  margin: 0;
  height: 80px;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .logo img {
    height: 40px;
    margin: 0 auto;
  }
}
@media (min-width: 360px) {
  .wrapper header .header-wrap .logo img {
    height: 55px;
  }
}
@media (min-width: 610px) {
  .wrapper header .header-wrap .logo img {
    height: 80px;
  }
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .logo img {
    height: 60px;
    margin: 0;
  }
}
@media (min-width: 1250px) {
  .wrapper header .header-wrap .logo img {
    height: 70px;
  }
}
@media (min-width: 1336px) {
  .wrapper header .header-wrap .logo img {
    height: 80px;
  }
}
.wrapper header .header-wrap .header-info {
  float: left;
  width: 65%;
  margin: 0;
  padding: 0;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info {
    width: 100%;
  }
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .header-info {
    width: 60%;
  }
}
@media (min-width: 1890px) {
  .wrapper header .header-wrap .header-info {
    width: 65%;
  }
}
.wrapper header .header-wrap .header-info .header-info-top {
  width: 100%;
  text-align: right;
  color: #681e2f;
  padding: 0 0 20px 0;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info .header-info-top {
    text-align: center;
  }
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .header-info .header-info-top {
    text-align: right;
  }
}
.wrapper header .header-wrap .header-info .header-info-top a {
  text-decoration: none;
  color: #681e2f;
}
.wrapper header .header-wrap .header-info .header-info-top .social {
  display: inline-block;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info .header-info-top .social {
    display: none;
  }
}
@media (min-width: 770px) {
  .wrapper header .header-wrap .header-info .header-info-top .social {
    display: inline-block;
  }
}
.wrapper header .header-wrap .header-info .header-info-top .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 5px;
  background: center center no-repeat;
  background-size: cover;
}
.wrapper header .header-wrap .header-info .header-info-top .social a.fb {
  background-image: url("../imgdiz/fb.svg");
}
.wrapper header .header-wrap .header-info .header-info-top .social a.tw {
  background-image: url("../imgdiz/tw.svg");
}
.wrapper header .header-wrap .header-info .header-info-top .phone {
  display: inline-block;
  padding: 0 0 0 25px;
  margin: 0 0 0 40px;
  background: url("../imgdiz/phone.svg") left center no-repeat;
  background-size: auto 20px;
  vertical-align: top;
  font-size: 25px;
  font-weight: 400;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info .header-info-top .phone {
    padding: 15px 0 15px 25px;
    font-size: 20px;
    margin: 0;
    background-size: auto 15px;
  }
}
@media (min-width: 610px) {
  .wrapper header .header-wrap .header-info .header-info-top .phone {
    font-size: 25px;
    background-size: auto 20px;
    padding: 0 0 0 25px;
  }
}
@media (min-width: 770px) {
  .wrapper header .header-wrap .header-info .header-info-top .phone {
    margin: 0 0 0 40px;
  }
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .header-info .header-info-top .phone {
    font-size: 20px;
  }
}
@media (min-width: 1560px) {
  .wrapper header .header-wrap .header-info .header-info-top .phone {
    font-size: 25px;
  }
}
.wrapper header .header-wrap .header-info .header-info-top .map {
  display: inline-block;
  margin: 0 0 0 40px;
  padding: 0 0 0 25px;
  background: url("../imgdiz/loc.svg") left center no-repeat;
  background-size: auto 20px;
  vertical-align: top;
  font-size: 25px;
  font-weight: 400;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info .header-info-top .map {
    display: none;
  }
}
@media (min-width: 610px) {
  .wrapper header .header-wrap .header-info .header-info-top .map {
    display: inline-block;
  }
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .header-info .header-info-top .map {
    font-size: 20px;
  }
}
@media (min-width: 1560px) {
  .wrapper header .header-wrap .header-info .header-info-top .map {
    font-size: 25px;
  }
}
.wrapper header .header-wrap .header-info .menu-line {
  width: 100%;
  text-align: right;
  background: transparent;
  padding: 0;
}
.wrapper header .header-wrap .header-info .menu-line .nav {
  width: 100%;
  margin: 0;
}
.wrapper header .header-wrap .header-info .menu-line .nav .mobile-menu {
  display: none;
  width: 100%;
  text-align: left;
  line-height: 15px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 979px) {
  .wrapper header .header-wrap .header-info .menu-line .nav .mobile-menu {
    display: block;
  }
}
.wrapper header .header-wrap .header-info .menu-line .nav .mobile-menu img {
  vertical-align: middle;
  margin: 0 10px 0 10px;
}
.wrapper header .header-wrap .header-info .menu-line .nav nav {
  display: block;
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 979px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu {
    display: none;
    border: none;
    margin: 0;
  }
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 0 20px;
  line-height: 30px;
  border-bottom: 4px solid transparent;
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li {
    border-bottom: none;
    font-size: 13px;
  }
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li {
    font-size: 15px;
    border-bottom: 4px solid transparent;
  }
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li:hover {
  color: #b6828e;
  border-bottom: 4px solid #b6828e;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li:hover {
    border-bottom: none;
  }
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li:hover {
    border-bottom: 4px solid #b6828e;
  }
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li:hover > a {
  color: #b6828e;
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li:hover > ul {
  display: block;
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.active,
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.current-menu-item,
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.current_page_parent {
  color: #b6828e;
  border-bottom: 4px solid #b6828e;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.active,
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.current-menu-item,
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.current_page_parent {
    border-bottom: none;
  }
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.active,
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.current-menu-item,
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.current_page_parent {
    border-bottom: 4px solid #b6828e;
  }
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.active > a,
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.current-menu-item > a,
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.current_page_parent > a {
  color: #b6828e;
}
@media (max-width: 979px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  color: #681e2f;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul {
  display: none;
  width: 200px;
  position: absolute;
  top: 34px;
  left: 0;
  margin: 0;
  background: #681e2f;
  list-style-type: none;
  padding: 0;
  z-index: 12;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul {
    display: block;
    background: transparent;
    box-shadow: none;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 0 10px 15px;
    width: 100%;
  }
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul {
    display: none;
    position: absolute;
    background: #681e2f;
    top: 34px;
    left: 0;
    padding: 0;
    width: 200px;
  }
}
@media (min-width: 1250px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul {
    width: 170px;
  }
}
@media (min-width: 1410px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul {
    width: 200px;
  }
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li {
  display: block;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #b6828e;
  position: relative;
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li a {
  display: block;
  width: 100%;
  line-height: normal;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding: 10px;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li a {
    font-size: 14px;
    color: #681e2f;
  }
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li a {
    color: #ffffff;
  }
}
@media (min-width: 1560px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li a {
    font-size: 14px;
  }
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li a.sub-active {
  color: #b6828e;
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li a:hover {
  color: #b6828e;
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  width: 150px;
  background: #b6828e;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li > ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 0 0 15px;
    background: transparent;
    width: 100%;
  }
}
@media (min-width: 1250px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li > ul {
    display: none;
    position: absolute;
    left: 170px;
    top: 0;
    background: #b6828e;
    padding: 0;
    width: 170px;
  }
}
@media (min-width: 1410px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li > ul {
    left: 200px;
    width: 200px;
  }
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li > ul > li {
  display: block;
  border-bottom: 1px solid #ecebe5;
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li > ul > li {
    border-bottom: none;
  }
}
@media (min-width: 1250px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li > ul > li {
    border-bottom: 1px solid #ecebe5;
  }
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li > ul > li > a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li > ul > li > a {
    font-size: 13px;
  }
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li > ul > li > a {
    font-size: 14px;
  }
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li > ul > li > a:hover {
  color: #681e2f;
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li > ul > li > a:hover {
    color: #b6828e;
  }
}
@media (min-width: 1250px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li > ul > li > a:hover {
    color: #681e2f;
  }
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li:hover > ul {
  display: block;
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li.sub,
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li .current-menu-item {
  background: url("../imgdiz/sub.svg") right 5px center no-repeat;
  background-size: auto 12px;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li.sub,
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li .current-menu-item {
    background: none;
  }
}
@media (min-width: 1250px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li.sub,
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li > ul li .current-menu-item {
    background: url("../imgdiz/sub.svg") right 5px center no-repeat;
    background-size: auto 12px;
  }
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.current_page_parent ul > .current-menu-item {
  color: #b6828e;
  border-bottom: 1px solid #b6828e;
}
@media (min-width: 270px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.current_page_parent ul > .current-menu-item {
    border-bottom: none;
  }
}
@media (min-width: 994px) {
  .wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.current_page_parent ul > .current-menu-item {
    border-bottom: 1px solid #b6828e;
  }
}
.wrapper header .header-wrap .header-info .menu-line .nav nav .menu > li.current_page_parent ul > .current-menu-item > a {
  color: #b6828e;
}
.wrapper .big-slider {
  width: 100%;
  margin: 0 auto;
  display: block;
  z-index: 0;
}
@media (min-width: 270px) {
  .wrapper .big-slider {
    display: none;
  }
}
@media (min-width: 450px) {
  .wrapper .big-slider {
    display: block;
  }
}
.wrapper .big-slider div {
  width: 100%;
  height: 750px;
  position: relative;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}
@media (min-width: 450px) {
  .wrapper .big-slider div {
    height: 300px;
  }
}
@media (min-width: 770px) {
  .wrapper .big-slider div {
    height: 350px;
  }
}
@media (min-width: 994px) {
  .wrapper .big-slider div {
    height: 400px;
  }
}
@media (min-width: 1250px) {
  .wrapper .big-slider div {
    height: 550px;
  }
}
@media (min-width: 1336px) {
  .wrapper .big-slider div {
    height: 600px;
  }
}
@media (min-width: 1410px) {
  .wrapper .big-slider div {
    height: 700px;
  }
}
@media (min-width: 1890px) {
  .wrapper .big-slider div {
    height: 750px;
  }
}
.wrapper .big-slider div .slide-text {
  position: absolute;
  width: 40%;
  height: auto;
  top: 30%;
  left: -100%;
  padding: 0;
  font-size: 70px;
  font-weight: 300;
  text-shadow: 1px 1px 3px #000000;
  color: #ffffff;
  line-height: normal;
  text-transform: uppercase;
  animation: back 1.5s infinite ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  z-index: 1;
}
@keyframes back {
  from,
  to {
    left: -100%;
  }
  100% {
    left: 10%;
  }
}
@media (min-width: 450px) {
  .wrapper .big-slider div .slide-text {
    font-size: 35px;
    width: 70%;
  }
}
@media (min-width: 610px) {
  .wrapper .big-slider div .slide-text {
    width: 60%;
  }
}
@media (min-width: 770px) {
  .wrapper .big-slider div .slide-text {
    font-size: 40px;
  }
}
@media (min-width: 994px) {
  .wrapper .big-slider div .slide-text {
    font-size: 50px;
    width: 50%;
  }
}
@media (min-width: 1250px) {
  .wrapper .big-slider div .slide-text {
    font-size: 60px;
  }
}
@media (min-width: 1336px) {
  .wrapper .big-slider div .slide-text {
    font-size: 70px;
  }
}
@media (min-width: 1890px) {
  .wrapper .big-slider div .slide-text {
    width: 40%;
  }
}
.wrapper .big-slider div .slide-text span {
  color: #ffffff;
  opacity: 0;
  animation: white 1.5s infinite ease-out;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes white {
  from,
  to {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrapper .main-text-block {
  width: 55%;
  margin: 0 auto;
  padding: 60px 0 60px 0;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 270px) {
  .wrapper .main-text-block {
    width: 95%;
    font-size: 13px;
    line-height: 25px;
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 410px) {
  .wrapper .main-text-block {
    width: 90%;
    font-size: 14px;
  }
}
@media (min-width: 994px) {
  .wrapper .main-text-block {
    width: 80%;
  }
}
@media (min-width: 1250px) {
  .wrapper .main-text-block {
    padding: 60px 0 60px 0;
    width: 60%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1410px) {
  .wrapper .main-text-block {
    font-size: 18px;
  }
}
@media (min-width: 1560px) {
  .wrapper .main-text-block {
    width: 55%;
  }
}
.wrapper .gallery-form-block {
  width: 100%;
  background: #ecebe5;
  padding: 60px 0 60px 0;
}
.wrapper .gallery-form-block .office-photo {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.wrapper .gallery-form-block .office-photo div {
  width: 100%;
  height: 420px;
  background: center center no-repeat;
  background-size: cover;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
@media (min-width: 270px) {
  .wrapper .gallery-form-block .office-photo div {
    height: 250px;
  }
}
@media (min-width: 410px) {
  .wrapper .gallery-form-block .office-photo div {
    height: 300px;
  }
}
@media (min-width: 994px) {
  .wrapper .gallery-form-block .office-photo div {
    height: 350px;
  }
}
@media (min-width: 1890px) {
  .wrapper .gallery-form-block .office-photo div {
    height: 420px;
  }
}
.wrapper .gallery-form-block .form-block {
  width: 60%;
  margin: 0 auto;
  padding: 60px 0 0 0;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 270px) {
  .wrapper .gallery-form-block .form-block {
    width: 95%;
    padding: 40px 0 0 0;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
  }
}
@media (min-width: 410px) {
  .wrapper .gallery-form-block .form-block {
    width: 90%;
    font-size: 14px;
  }
}
@media (min-width: 994px) {
  .wrapper .gallery-form-block .form-block {
    width: 80%;
  }
}
@media (min-width: 1250px) {
  .wrapper .gallery-form-block .form-block {
    padding: 60px 0 0 0;
    width: 60%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1410px) {
  .wrapper .gallery-form-block .form-block {
    font-size: 18px;
  }
}
@media (min-width: 1560px) {
  .wrapper .gallery-form-block .form-block {
    width: 60%;
  }
}
.wrapper .gallery-form-block .form-block h2 {
  margin: 0 0 20px 0;
}
.wrapper .gallery-form-block .form-block form {
  width: 70%;
  margin: 40px auto;
}
@media (min-width: 270px) {
  .wrapper .gallery-form-block .form-block form {
    width: 95%;
  }
}
@media (min-width: 770px) {
  .wrapper .gallery-form-block .form-block form {
    width: 80%;
  }
}
@media (min-width: 1560px) {
  .wrapper .gallery-form-block .form-block form {
    width: 70%;
  }
}
.wrapper .gallery-form-block .form-block form table {
  width: 100%;
}
.wrapper .gallery-form-block .form-block form table td {
  display: table-cell;
  width: 50%;
  padding: 10px 30px 10px 0;
  color: #681e2f;
  text-align: left;
}
@media (min-width: 270px) {
  .wrapper .gallery-form-block .form-block form table td {
    width: 100%;
    display: block;
    padding: 10px 0 10px 0;
  }
}
@media (min-width: 610px) {
  .wrapper .gallery-form-block .form-block form table td {
    width: 50%;
    display: table-cell;
    padding: 10px 15px 10px 0;
  }
}
.wrapper .gallery-form-block .form-block form table td:nth-of-type(2) {
  padding: 10px 0 10px 30px;
}
@media (min-width: 270px) {
  .wrapper .gallery-form-block .form-block form table td:nth-of-type(2) {
    padding: 10px 0 10px 0;
  }
}
@media (min-width: 610px) {
  .wrapper .gallery-form-block .form-block form table td:nth-of-type(2) {
    padding: 10px 0 10px 15px;
  }
}
.wrapper .gallery-form-block .form-block form table td input {
  width: 100%;
  height: 40px;
  display: block;
  margin: 5px 0 0 0;
  border: none;
  outline: none;
  background: #ffffff;
  color: #595959;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 0 0 0 10px;
}
.wrapper .gallery-form-block .form-block form table td select {
  width: 100%;
  display: block;
  height: 40px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  color: #595959;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 0 0 0 10px;
  background: url("../imgdiz/select.svg") right 10px center no-repeat #ffffff;
  background-size: auto 20px;
}
.wrapper .gallery-form-block .form-block form table td textarea {
  display: block;
  width: 100%;
  height: 150px;
  margin: 5px 0 0 0;
  border: none;
  outline: none;
  background: #ffffff;
  padding: 10px;
  color: #595959;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.wrapper .gallery-form-block .form-block form table td input[type=submit] {
  width: 30%;
  height: 40px;
  background: #681e2f;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 270px) {
  .wrapper .gallery-form-block .form-block form table td input[type=submit] {
    width: 100%;
  }
}
@media (min-width: 770px) {
  .wrapper .gallery-form-block .form-block form table td input[type=submit] {
    width: 30%;
  }
}
.wrapper .gallery-form-block .form-block form table td input[type=submit]:hover {
  background: #b6828e;
}
.wrapper .gallery-form-block .form-block form table td[colspan] {
  padding: 10px 0 10px 0;
}
.wrapper .hFooter {
  width: 100%;
  height: 440px;
}
@media (min-width: 270px) {
  .wrapper .hFooter {
    height: 0;
  }
}
@media (min-width: 994px) {
  .wrapper .hFooter {
    height: 440px;
  }
}
.wrapper .page-banner {
  width: 100%;
  position: relative;
  height: 250px;
  background: center center no-repeat;
  background-size: cover;
}
@media (min-width: 270px) {
  .wrapper .page-banner {
    height: 150px;
  }
}
@media (min-width: 770px) {
  .wrapper .page-banner {
    height: 200px;
  }
}
@media (min-width: 1560px) {
  .wrapper .page-banner {
    height: 250px;
  }
}
.wrapper .page-banner h2 {
  position: absolute;
  left: 10%;
  top: 100px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000000;
}
@media (min-width: 270px) {
  .wrapper .page-banner h2 {
    font-size: 30px;
    top: 50px;
  }
}
@media (min-width: 610px) {
  .wrapper .page-banner h2 {
    font-size: 40px;
    top: 60px;
  }
}
@media (min-width: 770px) {
  .wrapper .page-banner h2 {
    top: 80px;
  }
}
@media (min-width: 1250px) {
  .wrapper .page-banner h2 {
    font-size: 50px;
    top: 70px;
  }
}
@media (min-width: 1560px) {
  .wrapper .page-banner h2 {
    top: 100px;
  }
}
.wrapper .page-banner h2:before {
  content: none;
  height: 0;
  background: transparent;
  margin: 0;
}
.wrapper .page-text-block {
  width: 100%;
  background: #ecebe5;
  padding: 60px 0 60px 0;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 270px) {
  .wrapper .page-text-block {
    font-size: 13px;
    line-height: 25px;
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 410px) {
  .wrapper .page-text-block {
    font-size: 14px;
  }
}
@media (min-width: 1250px) {
  .wrapper .page-text-block {
    padding: 60px 0 60px 0;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1410px) {
  .wrapper .page-text-block {
    font-size: 18px;
  }
}
.wrapper .page-text-block .page-text-block-wrap {
  width: 65%;
  margin: 0 auto;
}
@media (min-width: 270px) {
  .wrapper .page-text-block .page-text-block-wrap {
    width: 95%;
  }
}
@media (min-width: 410px) {
  .wrapper .page-text-block .page-text-block-wrap {
    width: 90%;
  }
}
@media (min-width: 994px) {
  .wrapper .page-text-block .page-text-block-wrap {
    width: 80%;
  }
}
@media (min-width: 1250px) {
  .wrapper .page-text-block .page-text-block-wrap {
    width: 70%;
  }
}
@media (min-width: 1560px) {
  .wrapper .page-text-block .page-text-block-wrap {
    width: 65%;
  }
}
.wrapper .page-text-block.white-bg {
  background: #ffffff;
}
.wrapper .text-photo-block {
  width: 50%;
  margin: 0 auto;
  padding: 60px 0 60px 0;
}
@media (min-width: 270px) {
  .wrapper .text-photo-block {
    width: 95%;
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 410px) {
  .wrapper .text-photo-block {
    width: 90%;
  }
}
@media (min-width: 610px) {
  .wrapper .text-photo-block {
    width: 95%;
  }
}
@media (min-width: 994px) {
  .wrapper .text-photo-block {
    width: 80%;
  }
}
@media (min-width: 1250px) {
  .wrapper .text-photo-block {
    width: 60%;
    padding: 60px 0 60px 0;
  }
}
@media (min-width: 1560px) {
  .wrapper .text-photo-block {
    width: 50%;
  }
}
.wrapper .text-photo-block:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper .text-photo-block .photo {
  float: left;
  width: 35%;
  margin: 0;
  padding: 0;
}
@media (min-width: 270px) {
  .wrapper .text-photo-block .photo {
    width: 100%;
  }
}
@media (min-width: 610px) {
  .wrapper .text-photo-block .photo {
    width: 40%;
  }
}
@media (min-width: 994px) {
  .wrapper .text-photo-block .photo {
    width: 30%;
  }
}
@media (min-width: 1250px) {
  .wrapper .text-photo-block .photo {
    width: 35%;
  }
}
@media (min-width: 1560px) {
  .wrapper .text-photo-block .photo {
    width: 35%;
  }
}
.wrapper .text-photo-block .photo img {
  display: block;
  width: 100%;
  margin: 0;
}
.wrapper .text-photo-block .text {
  float: left;
  width: 65%;
  padding: 0 0 0 60px;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 270px) {
  .wrapper .text-photo-block .text {
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 15px;
    line-height: 25px;
  }
}
@media (min-width: 610px) {
  .wrapper .text-photo-block .text {
    width: 60%;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 994px) {
  .wrapper .text-photo-block .text {
    width: 70%;
  }
}
@media (min-width: 1250px) {
  .wrapper .text-photo-block .text {
    width: 65%;
    padding: 0 0 0 40px;
  }
}
@media (min-width: 1336px) {
  .wrapper .text-photo-block .text {
    font-size: 16px;
  }
}
@media (min-width: 1560px) {
  .wrapper .text-photo-block .text {
    font-size: 18px;
    width: 65%;
  }
}
.wrapper .text-photo-block .text.no-style {
  font-style: normal;
}
.wrapper .team-block {
  width: 50%;
  margin: 0 auto;
  padding: 60px 0 60px 0;
}
@media (min-width: 270px) {
  .wrapper .team-block {
    width: 95%;
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 460px) {
  .wrapper .team-block {
    width: 80%;
  }
}
@media (min-width: 610px) {
  .wrapper .team-block {
    width: 65%;
  }
}
@media (min-width: 770px) {
  .wrapper .team-block {
    width: 95%;
  }
}
@media (min-width: 994px) {
  .wrapper .team-block {
    width: 70%;
    padding: 60px 0 60px 0;
  }
}
@media (min-width: 1250px) {
  .wrapper .team-block {
    width: 60%;
  }
}
@media (min-width: 1410px) {
  .wrapper .team-block {
    width: 50%;
  }
}
.wrapper .team-block:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper .team-block .team-col {
  float: left;
  width: 50%;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 270px) {
  .wrapper .team-block .team-col {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
}
@media (min-width: 410px) {
  .wrapper .team-block .team-col {
    font-size: 16px;
  }
}
@media (min-width: 770px) {
  .wrapper .team-block .team-col {
    width: 50%;
  }
}
.wrapper .team-block .team-col:first-of-type {
  padding: 0 40px 0 0;
}
@media (min-width: 270px) {
  .wrapper .team-block .team-col:first-of-type {
    padding: 0 0 30px 0;
  }
}
@media (min-width: 770px) {
  .wrapper .team-block .team-col:first-of-type {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 994px) {
  .wrapper .team-block .team-col:first-of-type {
    padding: 0 40px 0 0;
  }
}
@media (min-width: 1250px) {
  .wrapper .team-block .team-col:first-of-type {
    font-size: 18px;
    line-height: 30px;
  }
}
.wrapper .team-block .team-col:last-of-type {
  padding: 0 0 0 40px;
}
@media (min-width: 270px) {
  .wrapper .team-block .team-col:last-of-type {
    padding: 0;
  }
}
@media (min-width: 770px) {
  .wrapper .team-block .team-col:last-of-type {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 994px) {
  .wrapper .team-block .team-col:last-of-type {
    padding: 0 0 0 40px;
  }
}
.wrapper .team-block .team-col img {
  display: block;
  width: 100%;
  margin: 0;
}
.wrapper .team-block .team-col .team-text {
  padding: 30px 0 0 0;
  width: 100%;
}
@media (min-width: 270px) {
  .wrapper .team-block .team-col .team-text {
    padding: 20px 0 0 0;
  }
}
.wrapper .map-block {
  width: 100%;
}
.wrapper .map-block iframe {
  display: block;
  width: 100%;
  height: 400px;
}
.wrapper .contact-block {
  width: 60%;
  margin: 0 auto;
  padding: 60px 0 60px 0;
}
@media (min-width: 270px) {
  .wrapper .contact-block {
    width: 95%;
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 460px) {
  .wrapper .contact-block {
    width: 80%;
  }
}
@media (min-width: 610px) {
  .wrapper .contact-block {
    width: 70%;
  }
}
@media (min-width: 770px) {
  .wrapper .contact-block {
    width: 90%;
  }
}
@media (min-width: 994px) {
  .wrapper .contact-block {
    width: 70%;
  }
}
@media (min-width: 1250px) {
  .wrapper .contact-block {
    padding: 60px 0 60px 0;
  }
}
@media (min-width: 1336px) {
  .wrapper .contact-block {
    width: 60%;
  }
}
.wrapper .contact-block:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper .contact-block .photo {
  float: left;
  width: 40%;
}
@media (min-width: 270px) {
  .wrapper .contact-block .photo {
    width: 100%;
  }
}
@media (min-width: 770px) {
  .wrapper .contact-block .photo {
    width: 50%;
  }
}
@media (min-width: 1560px) {
  .wrapper .contact-block .photo {
    width: 40%;
  }
}
.wrapper .contact-block .photo img {
  display: block;
  width: 100%;
}
.wrapper .contact-block .contact-text {
  float: left;
  width: 60%;
  margin: 0;
  padding: 0 0 0 60px;
  font-size: 18px;
}
@media (min-width: 270px) {
  .wrapper .contact-block .contact-text {
    width: 100%;
    padding: 30px 0 0 0;
    font-size: 16px;
  }
}
@media (min-width: 770px) {
  .wrapper .contact-block .contact-text {
    width: 50%;
    padding: 0 0 0 30px;
  }
}
@media (min-width: 1250px) {
  .wrapper .contact-block .contact-text {
    font-size: 18px;
  }
}
@media (min-width: 1560px) {
  .wrapper .contact-block .contact-text {
    width: 60%;
  }
}
.wrapper .gallery-block {
  width: 100%;
}
.wrapper .gallery-block .gallery-line {
  width: 100%;
  background: #ffffff;
  padding: 50px 0 50px 0;
}
@media (min-width: 270px) {
  .wrapper .gallery-block .gallery-line {
    padding: 30px 0 30px 0;
  }
}
@media (min-width: 994px) {
  .wrapper .gallery-block .gallery-line {
    padding: 50px 0 50px 0;
  }
}
.wrapper .gallery-block .gallery-line:nth-of-type(2n) {
  background: #ecebe5;
}
.wrapper .gallery-block .gallery-line:nth-of-type(2n) > .gallery-line-wrap > .photo {
  float: right;
}
@media (min-width: 270px) {
  .wrapper .gallery-block .gallery-line:nth-of-type(2n) > .gallery-line-wrap > .photo {
    float: none;
  }
}
@media (min-width: 770px) {
  .wrapper .gallery-block .gallery-line:nth-of-type(2n) > .gallery-line-wrap > .photo {
    float: right;
  }
}
.wrapper .gallery-block .gallery-line:nth-of-type(2n) > .gallery-line-wrap > .text {
  float: left;
  padding: 30px 50px 0 0;
}
@media (min-width: 270px) {
  .wrapper .gallery-block .gallery-line:nth-of-type(2n) > .gallery-line-wrap > .text {
    float: none;
    padding: 30px 0 0 0;
  }
}
@media (min-width: 770px) {
  .wrapper .gallery-block .gallery-line:nth-of-type(2n) > .gallery-line-wrap > .text {
    float: left;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1250px) {
  .wrapper .gallery-block .gallery-line:nth-of-type(2n) > .gallery-line-wrap > .text {
    padding: 15px 30px 0 0;
  }
}
@media (min-width: 1890px) {
  .wrapper .gallery-block .gallery-line:nth-of-type(2n) > .gallery-line-wrap > .text {
    padding: 30px 50px 0 0;
  }
}
.wrapper .gallery-block .gallery-line .gallery-line-wrap {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 270px) {
  .wrapper .gallery-block .gallery-line .gallery-line-wrap {
    width: 95%;
  }
}
@media (min-width: 994px) {
  .wrapper .gallery-block .gallery-line .gallery-line-wrap {
    width: 80%;
  }
}
@media (min-width: 1250px) {
  .wrapper .gallery-block .gallery-line .gallery-line-wrap {
    width: 70%;
  }
}
@media (min-width: 1336px) {
  .wrapper .gallery-block .gallery-line .gallery-line-wrap {
    width: 60%;
  }
}
.wrapper .gallery-block .gallery-line .gallery-line-wrap .photo {
  float: left;
  width: 60%;
}
@media (min-width: 270px) {
  .wrapper .gallery-block .gallery-line .gallery-line-wrap .photo {
    float: none;
    width: 100%;
  }
}
@media (min-width: 770px) {
  .wrapper .gallery-block .gallery-line .gallery-line-wrap .photo {
    float: left;
    width: 60%;
  }
}
.wrapper .gallery-block .gallery-line .gallery-line-wrap .photo:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper .gallery-block .gallery-line .gallery-line-wrap .photo .img {
  float: left;
  width: 50%;
  overflow: hidden;
  border-right: 2px solid transparent;
}
.wrapper .gallery-block .gallery-line .gallery-line-wrap .photo .img:nth-of-type(1) {
  border-right: 2px solid #ffffff;
}
.wrapper .gallery-block .gallery-line .gallery-line-wrap .photo .img img {
  display: block;
  width: 100%;
}
.wrapper .gallery-block .gallery-line .gallery-line-wrap .photo .img span {
  display: block;
  width: 100%;
  background: #681e2f;
  color: #ffffff;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
.wrapper .gallery-block .gallery-line .gallery-line-wrap .text {
  float: right;
  width: 40%;
  padding: 30px 0 0 50px;
}
@media (min-width: 270px) {
  .wrapper .gallery-block .gallery-line .gallery-line-wrap .text {
    float: none;
    width: 100%;
    padding: 30px 0 0 0;
  }
}
@media (min-width: 770px) {
  .wrapper .gallery-block .gallery-line .gallery-line-wrap .text {
    float: right;
    width: 40%;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1250px) {
  .wrapper .gallery-block .gallery-line .gallery-line-wrap .text {
    padding: 15px 0 0 30px;
  }
}
@media (min-width: 1890px) {
  .wrapper .gallery-block .gallery-line .gallery-line-wrap .text {
    padding: 30px 0 0 50px;
  }
}
.wrapper .gallery-block .gallery-line .gallery-line-wrap .text > h3 {
  color: #000000;
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  line-height: normal;
}
@media (min-width: 270px) {
  .wrapper .gallery-block .gallery-line .gallery-line-wrap .text > h3 {
    font-size: 18px;
  }
}
@media (min-width: 1250px) {
  .wrapper .gallery-block .gallery-line .gallery-line-wrap .text > h3 {
    font-size: 22px;
  }
}
.wrapper .gallery-block .gallery-line .gallery-line-wrap .text > h3:before {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #681e2f;
  margin: 0 0 10px 0;
}
.wrapper .gallery-block .gallery-line .gallery-line-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper .text-photo-right {
  width: 65%;
  margin: 0 auto;
  padding: 60px 0 60px 0;
}
@media (min-width: 270px) {
  .wrapper .text-photo-right {
    width: 95%;
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 994px) {
  .wrapper .text-photo-right {
    width: 80%;
  }
}
@media (min-width: 1250px) {
  .wrapper .text-photo-right {
    width: 70%;
    padding: 60px 0 60px 0;
  }
}
@media (min-width: 1560px) {
  .wrapper .text-photo-right {
    width: 65%;
  }
}
.wrapper .text-photo-right:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper .text-photo-right .text {
  float: left;
  width: 60%;
  margin: 0;
  padding: 0 60px 0 0;
}
@media (min-width: 270px) {
  .wrapper .text-photo-right .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
@media (min-width: 770px) {
  .wrapper .text-photo-right .text {
    width: 60%;
    padding: 0 40px 0 0;
  }
}
.wrapper .text-photo-right .photo {
  float: right;
  width: 40%;
}
@media (min-width: 270px) {
  .wrapper .text-photo-right .photo {
    float: left;
    width: 100%;
  }
}
@media (min-width: 770px) {
  .wrapper .text-photo-right .photo {
    float: right;
    width: 40%;
  }
}
.wrapper .text-photo-right .photo img {
  width: 100%;
  display: block;
}
.wrapper .service-lines-block {
  width: 100%;
  margin: 0;
  padding: 0;
}
.wrapper .service-lines-block .service-line {
  width: 100%;
  background: #ffffff;
  padding: 50px 0 50px 0;
}
@media (min-width: 270px) {
  .wrapper .service-lines-block .service-line {
    padding: 30px 0 30px 0;
  }
}
@media (min-width: 994px) {
  .wrapper .service-lines-block .service-line {
    padding: 50px 0 50px 0;
  }
}
.wrapper .service-lines-block .service-line:nth-of-type(2n) {
  background: #ecebe5;
}
.wrapper .service-lines-block .service-line:nth-of-type(2n) > .service-line-wrap > .photo {
  float: left;
}
@media (min-width: 270px) {
  .wrapper .service-lines-block .service-line:nth-of-type(2n) > .service-line-wrap > .photo {
    float: none;
  }
}
@media (min-width: 770px) {
  .wrapper .service-lines-block .service-line:nth-of-type(2n) > .service-line-wrap > .photo {
    float: left;
  }
}
.wrapper .service-lines-block .service-line:nth-of-type(2n) > .service-line-wrap > .text {
  float: right;
  padding: 30px 0 0 50px;
}
@media (min-width: 270px) {
  .wrapper .service-lines-block .service-line:nth-of-type(2n) > .service-line-wrap > .text {
    float: none;
    padding: 30px 0 0 0;
  }
}
@media (min-width: 770px) {
  .wrapper .service-lines-block .service-line:nth-of-type(2n) > .service-line-wrap > .text {
    float: right;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1250px) {
  .wrapper .service-lines-block .service-line:nth-of-type(2n) > .service-line-wrap > .text {
    padding: 15px 0 0 30px;
  }
}
@media (min-width: 1890px) {
  .wrapper .service-lines-block .service-line:nth-of-type(2n) > .service-line-wrap > .text {
    padding: 30px 0 0 50px;
  }
}
.wrapper .service-lines-block .service-line .service-line-wrap {
  width: 65%;
  margin: 0 auto;
}
@media (min-width: 270px) {
  .wrapper .service-lines-block .service-line .service-line-wrap {
    width: 95%;
  }
}
@media (min-width: 994px) {
  .wrapper .service-lines-block .service-line .service-line-wrap {
    width: 80%;
  }
}
@media (min-width: 1250px) {
  .wrapper .service-lines-block .service-line .service-line-wrap {
    width: 70%;
  }
}
@media (min-width: 1560px) {
  .wrapper .service-lines-block .service-line .service-line-wrap {
    width: 65%;
  }
}
.wrapper .service-lines-block .service-line .service-line-wrap .photo {
  float: right;
  width: 40%;
}
@media (min-width: 270px) {
  .wrapper .service-lines-block .service-line .service-line-wrap .photo {
    float: none;
    width: 100%;
  }
}
@media (min-width: 770px) {
  .wrapper .service-lines-block .service-line .service-line-wrap .photo {
    float: right;
    width: 40%;
  }
}
.wrapper .service-lines-block .service-line .service-line-wrap .photo img {
  display: block;
  width: 100%;
}
.wrapper .service-lines-block .service-line .service-line-wrap .text {
  float: left;
  width: 60%;
  padding: 30px 50px 0 0;
}
@media (min-width: 270px) {
  .wrapper .service-lines-block .service-line .service-line-wrap .text {
    float: none;
    width: 100%;
    padding: 30px 0 0 0;
  }
}
@media (min-width: 770px) {
  .wrapper .service-lines-block .service-line .service-line-wrap .text {
    float: left;
    width: 60%;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1250px) {
  .wrapper .service-lines-block .service-line .service-line-wrap .text {
    padding: 15px 30px 0 0;
  }
}
@media (min-width: 1890px) {
  .wrapper .service-lines-block .service-line .service-line-wrap .text {
    padding: 30px 50px 0 0;
  }
}
.wrapper .service-lines-block .service-line .service-line-wrap .text > h3 {
  color: #000000;
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  line-height: normal;
}
@media (min-width: 270px) {
  .wrapper .service-lines-block .service-line .service-line-wrap .text > h3 {
    font-size: 18px;
  }
}
@media (min-width: 1250px) {
  .wrapper .service-lines-block .service-line .service-line-wrap .text > h3 {
    font-size: 22px;
  }
}
.wrapper .service-lines-block .service-line .service-line-wrap .text > h3:before {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #681e2f;
  margin: 0 0 10px 0;
}
.wrapper .service-lines-block .service-line .service-line-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper .services-page-block {
  width: 100%;
}
.wrapper .services-page-block .services-line {
  width: 100%;
  background: #ffffff;
  padding: 50px 0 50px 0;
}
@media (min-width: 270px) {
  .wrapper .services-page-block .services-line {
    padding: 30px 0 30px 0;
  }
}
@media (min-width: 994px) {
  .wrapper .services-page-block .services-line {
    padding: 50px 0 50px 0;
  }
}
.wrapper .services-page-block .services-line:nth-of-type(2n) {
  background: #ecebe5;
}
.wrapper .services-page-block .services-line:nth-of-type(2n) > .services-line-wrap > .photo {
  float: right;
}
@media (min-width: 270px) {
  .wrapper .services-page-block .services-line:nth-of-type(2n) > .services-line-wrap > .photo {
    float: none;
  }
}
@media (min-width: 770px) {
  .wrapper .services-page-block .services-line:nth-of-type(2n) > .services-line-wrap > .photo {
    float: right;
  }
}
.wrapper .services-page-block .services-line:nth-of-type(2n) > .services-line-wrap > .text {
  float: left;
  padding: 30px 50px 0 0;
}
@media (min-width: 270px) {
  .wrapper .services-page-block .services-line:nth-of-type(2n) > .services-line-wrap > .text {
    float: none;
    padding: 30px 0 0 0;
  }
}
@media (min-width: 770px) {
  .wrapper .services-page-block .services-line:nth-of-type(2n) > .services-line-wrap > .text {
    float: left;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1250px) {
  .wrapper .services-page-block .services-line:nth-of-type(2n) > .services-line-wrap > .text {
    padding: 15px 30px 0 0;
  }
}
@media (min-width: 1890px) {
  .wrapper .services-page-block .services-line:nth-of-type(2n) > .services-line-wrap > .text {
    padding: 30px 50px 0 0;
  }
}
.wrapper .services-page-block .services-line .services-line-wrap {
  width: 65%;
  margin: 0 auto;
}
@media (min-width: 270px) {
  .wrapper .services-page-block .services-line .services-line-wrap {
    width: 95%;
  }
}
@media (min-width: 460px) {
  .wrapper .services-page-block .services-line .services-line-wrap {
    width: 70%;
  }
}
@media (min-width: 770px) {
  .wrapper .services-page-block .services-line .services-line-wrap {
    width: 90%;
  }
}
@media (min-width: 994px) {
  .wrapper .services-page-block .services-line .services-line-wrap {
    width: 80%;
  }
}
@media (min-width: 1250px) {
  .wrapper .services-page-block .services-line .services-line-wrap {
    width: 70%;
  }
}
@media (min-width: 1560px) {
  .wrapper .services-page-block .services-line .services-line-wrap {
    width: 65%;
  }
}
.wrapper .services-page-block .services-line .services-line-wrap .photo {
  float: left;
  width: 20%;
}
@media (min-width: 270px) {
  .wrapper .services-page-block .services-line .services-line-wrap .photo {
    float: none;
    width: 100%;
  }
}
@media (min-width: 770px) {
  .wrapper .services-page-block .services-line .services-line-wrap .photo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1560px) {
  .wrapper .services-page-block .services-line .services-line-wrap .photo {
    width: 20%;
  }
}
.wrapper .services-page-block .services-line .services-line-wrap .photo img {
  display: block;
  width: 100%;
}
.wrapper .services-page-block .services-line .services-line-wrap .text {
  float: right;
  width: 80%;
  padding: 30px 0 0 50px;
}
@media (min-width: 270px) {
  .wrapper .services-page-block .services-line .services-line-wrap .text {
    float: none;
    width: 100%;
    padding: 30px 0 0 0;
  }
}
@media (min-width: 770px) {
  .wrapper .services-page-block .services-line .services-line-wrap .text {
    float: right;
    width: 75%;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 994px) {
  .wrapper .services-page-block .services-line .services-line-wrap .text {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 1560px) {
  .wrapper .services-page-block .services-line .services-line-wrap .text {
    width: 80%;
  }
}
@media (min-width: 1890px) {
  .wrapper .services-page-block .services-line .services-line-wrap .text {
    padding: 0 0 0 50px;
  }
}
.wrapper .services-page-block .services-line .services-line-wrap .text > h3 {
  color: #000000;
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  line-height: normal;
}
@media (min-width: 270px) {
  .wrapper .services-page-block .services-line .services-line-wrap .text > h3 {
    font-size: 18px;
  }
}
@media (min-width: 1250px) {
  .wrapper .services-page-block .services-line .services-line-wrap .text > h3 {
    font-size: 22px;
  }
}
.wrapper .services-page-block .services-line .services-line-wrap .text > h3:before {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #681e2f;
  margin: 0 0 10px 0;
}
.wrapper .services-page-block .services-line .services-line-wrap .text a {
  display: block;
  width: 200px;
  line-height: 40px;
  background: #681e2f;
  border: 1px solid #681e2f;
  color: #ffffff;
  text-decoration: none;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.wrapper .services-page-block .services-line .services-line-wrap .text a:hover {
  background: transparent;
  color: #681e2f;
}
.wrapper .services-page-block .services-line .services-line-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper .recall-block {
  width: 100%;
}
.wrapper .recall-block .recall-line {
  width: 100%;
  background: #ecebe5;
  padding: 50px 0 50px 0;
}
@media (min-width: 270px) {
  .wrapper .recall-block .recall-line {
    padding: 30px 0 30px 0;
  }
}
@media (min-width: 994px) {
  .wrapper .recall-block .recall-line {
    padding: 50px 0 50px 0;
  }
}
.wrapper .recall-block .recall-line:nth-of-type(2n) {
  background: #ffffff;
}
.wrapper .recall-block .recall-line .recall-line-wrap {
  width: 65%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 270px) {
  .wrapper .recall-block .recall-line .recall-line-wrap {
    width: 95%;
    font-size: 15px;
  }
}
@media (min-width: 460px) {
  .wrapper .recall-block .recall-line .recall-line-wrap {
    width: 70%;
  }
}
@media (min-width: 770px) {
  .wrapper .recall-block .recall-line .recall-line-wrap {
    width: 90%;
    font-size: 18px;
  }
}
@media (min-width: 994px) {
  .wrapper .recall-block .recall-line .recall-line-wrap {
    width: 80%;
  }
}
@media (min-width: 1250px) {
  .wrapper .recall-block .recall-line .recall-line-wrap {
    width: 70%;
  }
}
@media (min-width: 1560px) {
  .wrapper .recall-block .recall-line .recall-line-wrap {
    width: 65%;
  }
}
.wrapper .recall-block .recall-line .recall-line-wrap span {
  display: block;
  margin: 15px 0 0 0;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 270px) {
  .wrapper .recall-block .recall-line .recall-line-wrap span {
    font-size: 16px;
  }
}
@media (min-width: 770px) {
  .wrapper .recall-block .recall-line .recall-line-wrap span {
    font-size: 20px;
  }
}
.form-block {
  width: 80%;
  margin: 0 auto;
  padding: 80px 0 80px 0;
}
@media (min-width: 270px) {
  .form-block {
    width: 95%;
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1250px) {
  .form-block {
    padding: 80px 0 80px 0;
  }
}
@media (min-width: 1890px) {
  .form-block {
    width: 80%;
  }
}
.form-block:after {
  content: "";
  display: block;
  clear: both;
}
form#form {
  width: 100%;
  display: block;
  color: #000000;
  font-size: 15px;
}
@media (min-width: 270px) {
  form#form {
    font-size: 12px;
  }
}
@media (min-width: 610px) {
  form#form {
    font-size: 11px;
  }
}
@media (min-width: 994px) {
  form#form {
    font-size: 12px;
  }
}
@media (min-width: 1250px) {
  form#form {
    font-size: 14px;
  }
}
@media (min-width: 1890px) {
  form#form {
    font-size: 15px;
  }
}
form#form input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin: 0 0 0 10px;
}
form#form input {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  outline: none;
  padding: 0 0 0 10px;
}
form#form textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  display: block;
  border: 1px solid #000000;
  background: #ffffff;
  outline: none;
  margin: 5px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
form#form div {
  min-height: 40px;
}
form#form .one {
  width: 100%;
}
form#form .one td {
  display: table-cell;
  float: none;
  width: 50%;
  border: 1px solid #000000;
  border-collapse: collapse;
  font-weight: 600;
  font-size: 14px;
  padding: 5px;
  vertical-align: top;
}
@media (min-width: 270px) {
  form#form .one td {
    display: block;
    width: 100%;
  }
}
@media (min-width: 770px) {
  form#form .one td {
    display: table-cell;
    width: 50%;
  }
}
form#form .one td.no-border {
  border: none;
  display: table-cell;
  text-align: right;
  font-size: 50px;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 270px) {
  form#form .one td.no-border {
    display: none;
  }
}
@media (min-width: 770px) {
  form#form .one td.no-border {
    display: table-cell;
    font-size: 30px;
  }
}
@media (min-width: 994px) {
  form#form .one td.no-border {
    font-size: 40px;
  }
}
@media (min-width: 1250px) {
  form#form .one td.no-border {
    font-size: 50px;
  }
}
form#form .one td.mobile {
  display: none;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
}
@media (min-width: 270px) {
  form#form .one td.mobile {
    display: block;
  }
}
@media (min-width: 770px) {
  form#form .one td.mobile {
    display: none;
  }
}
form#form .one td input {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000000;
}
form#form .one.margin-top {
  margin: 40px 0 0 0;
}
form#form .two {
  width: 90%;
  display: flex;
  overflow: auto;
  margin: 30px 0 0 0;
}
@media (min-width: 270px) {
  form#form .two {
    display: block;
  }
}
@media (min-width: 610px) {
  form#form .two {
    display: flex;
  }
}
form#form .two div {
  height: 40px;
  vertical-align: bottom;
}
form#form .two div:nth-child(1) {
  flex: none;
  width: 170px;
}
@media (min-width: 610px) {
  form#form .two div:nth-child(1) {
    width: 140px;
  }
}
@media (min-width: 1250px) {
  form#form .two div:nth-child(1) {
    width: 170px;
  }
}
form#form .two div:nth-child(2) {
  flex: 4;
}
form#form .two div:nth-child(3) {
  flex: none;
  width: 70px;
}
form#form .two div:nth-child(4) {
  flex: 2;
}
form#form .two div input {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  outline: none;
}
form#form .three {
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow: auto;
}
@media (min-width: 270px) {
  form#form .three {
    display: block;
  }
}
@media (min-width: 610px) {
  form#form .three {
    display: flex;
  }
}
form#form .three div:nth-of-type(1) {
  flex: 0 0 auto;
  width: auto;
}
@media (min-width: 270px) {
  form#form .three div:nth-of-type(1) {
    width: 100%;
  }
}
@media (min-width: 610px) {
  form#form .three div:nth-of-type(1) {
    width: auto;
  }
}
form#form .three div:nth-of-type(2) {
  flex: 6;
}
form#form .three div:nth-of-type(2):after {
  content: '';
  border: 1px dashed #000000;
  display: inline-block;
  width: 98%;
  vertical-align: bottom;
}
form#form .three div:nth-of-type(3) {
  width: 5%;
}
@media (min-width: 270px) {
  form#form .three div:nth-of-type(3) {
    width: 100%;
  }
}
@media (min-width: 610px) {
  form#form .three div:nth-of-type(3) {
    width: 10%;
  }
}
@media (min-width: 1250px) {
  form#form .three div:nth-of-type(3) {
    width: 5%;
  }
}
form#form .three div:nth-of-type(4) {
  width: 5%;
}
@media (min-width: 270px) {
  form#form .three div:nth-of-type(4) {
    width: 100%;
  }
}
@media (min-width: 610px) {
  form#form .three div:nth-of-type(4) {
    width: 10%;
  }
}
@media (min-width: 1250px) {
  form#form .three div:nth-of-type(4) {
    width: 5%;
  }
}
form#form .three div.padding {
  padding: 0 0 0 15px;
}
@media (min-width: 270px) {
  form#form .three div.padding {
    padding: 0;
  }
}
@media (min-width: 610px) {
  form#form .three div.padding {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 1250px) {
  form#form .three div.padding {
    padding: 0 0 0 15px;
  }
}
form#form .four {
  width: 90%;
  display: flex;
  flex-direction: row;
  overflow: auto;
  padding: 0 0 20px 0;
}
@media (min-width: 270px) {
  form#form .four {
    display: block;
  }
}
@media (min-width: 610px) {
  form#form .four {
    display: flex;
  }
}
form#form .four div {
  padding: 0 0 0 15px;
}
@media (min-width: 270px) {
  form#form .four div {
    padding: 0;
  }
}
@media (min-width: 610px) {
  form#form .four div {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 1250px) {
  form#form .four div {
    padding: 0 0 0 15px;
  }
}
form#form .four div:nth-of-type(1) {
  flex: 0 0 auto;
  width: auto;
}
form#form .four div:nth-of-type(2) {
  flex: 6;
}
form#form .five {
  width: 100%;
  padding: 10px 0 20px 0;
}
form#form .five:after {
  content: "";
  display: block;
  clear: both;
}
form#form .five > div {
  float: left;
  width: 33.33%;
}
@media (min-width: 270px) {
  form#form .five > div {
    width: 100%;
  }
}
@media (min-width: 1250px) {
  form#form .five > div {
    width: 33.33%;
  }
}
form#form .five > div:nth-of-type(2) {
  padding: 0 20px 0 20px;
}
@media (min-width: 270px) {
  form#form .five > div:nth-of-type(2) {
    padding: 0;
  }
}
@media (min-width: 1250px) {
  form#form .five > div:nth-of-type(2) {
    padding: 0 30px 0 30px;
  }
}
form#form .five > div > div {
  width: 100%;
  display: flex;
  flex-direction: row;
}
form#form .five > div > div > div {
  min-height: 35px;
}
form#form .five > div > div > div:nth-of-type(1) {
  flex: 0 0 auto;
  width: auto;
}
form#form .five > div > div > div:nth-of-type(2) {
  flex: 6;
}
form#form .five > div > div > div:nth-of-type(2):after {
  content: '';
  border: 1px dashed #000000;
  display: inline-block;
  width: 98%;
  vertical-align: bottom;
}
form#form .five > div > div > div:nth-of-type(3) {
  width: 15%;
}
@media (min-width: 270px) {
  form#form .five > div > div > div:nth-of-type(3) {
    width: 20%;
  }
}
@media (min-width: 460px) {
  form#form .five > div > div > div:nth-of-type(3) {
    width: 15%;
  }
}
@media (min-width: 610px) {
  form#form .five > div > div > div:nth-of-type(3) {
    width: 10%;
  }
}
@media (min-width: 1250px) {
  form#form .five > div > div > div:nth-of-type(3) {
    width: 15%;
  }
}
form#form .five > div > div > div:nth-of-type(4) {
  width: 15%;
}
@media (min-width: 270px) {
  form#form .five > div > div > div:nth-of-type(4) {
    width: 20%;
  }
}
@media (min-width: 460px) {
  form#form .five > div > div > div:nth-of-type(4) {
    width: 15%;
  }
}
@media (min-width: 610px) {
  form#form .five > div > div > div:nth-of-type(4) {
    width: 10%;
  }
}
@media (min-width: 1250px) {
  form#form .five > div > div > div:nth-of-type(4) {
    width: 15%;
  }
}
form#form .six {
  width: 100%;
}
form#form .six div {
  float: left;
  padding: 0 40px 0 0;
}
form#form .six div:nth-of-type(1) {
  width: auto;
}
form#form .six div:nth-of-type(2) {
  width: auto;
  padding: 0;
}
form#form .six div:nth-of-type(3) {
  width: 80px;
  padding: 0 10px 0 0;
}
form#form .six div:nth-of-type(4) {
  width: auto;
  padding: 0 20px 0 0;
}
form#form .six div:nth-of-type(5) {
  width: auto;
}
form#form .six div:nth-of-type(6) {
  width: auto;
}
form#form .six div:nth-of-type(7) {
  width: auto;
  padding: 0;
}
form#form .text {
  padding: 20px 0 20px 15px;
  font-weight: 600;
}
form#form .signature {
  width: 90%;
  display: flex;
  overflow: auto;
  margin: 30px 0 0 0;
}
@media (min-width: 270px) {
  form#form .signature {
    display: block;
  }
}
@media (min-width: 610px) {
  form#form .signature {
    display: flex;
  }
}
form#form .signature div {
  min-height: 40px;
  vertical-align: bottom;
}
form#form .signature div:nth-child(1) {
  flex: 0 0 auto;
  width: auto;
}
form#form .signature div:nth-child(2) {
  flex: 4;
}
form#form .signature div:nth-child(3) {
  flex: none;
  width: 50px;
}
form#form .signature div:nth-child(4) {
  flex: 2;
}
form#form .signature div input {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  outline: none;
}
form#form .welcome-text {
  width: 70%;
  margin: 0 auto;
  padding: 40px 0 50px 0;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 270px) {
  form#form .welcome-text {
    width: 95%;
  }
}
@media (min-width: 1250px) {
  form#form .welcome-text {
    width: 70%;
  }
}
form#form .one-one {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (min-width: 270px) {
  form#form .one-one {
    display: block;
  }
}
@media (min-width: 994px) {
  form#form .one-one {
    display: flex;
  }
}
form#form .one-one div:nth-of-type(1) {
  flex: 0 0 auto;
  width: auto;
  font-weight: 600;
}
form#form .one-one div:nth-of-type(1).normal-weight {
  font-weight: 400;
}
form#form .one-one div:nth-of-type(2) {
  flex: 12;
}
form#form .one-two {
  width: 100%;
  min-height: 40px;
}
form#form .one-three {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (min-width: 270px) {
  form#form .one-three {
    display: block;
  }
}
@media (min-width: 994px) {
  form#form .one-three {
    display: flex;
  }
}
form#form .one-three div:nth-of-type(1) {
  flex: 0 0 auto;
  width: auto;
  font-weight: 600;
}
form#form .one-three div:nth-of-type(2) {
  flex: 3;
}
form#form .one-three div:nth-of-type(3) {
  flex: 0 0 auto;
  width: auto;
  font-weight: 600;
}
form#form .one-three div:nth-of-type(4) {
  flex: 3;
}
form#form .one-three div:nth-of-type(5) {
  flex: 0 0 auto;
  width: auto;
  font-weight: 600;
}
form#form .one-three div:nth-of-type(6) {
  flex: 3;
}
form#form .one-four {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (min-width: 270px) {
  form#form .one-four {
    display: block;
  }
}
@media (min-width: 994px) {
  form#form .one-four {
    display: flex;
  }
}
form#form .one-four div:nth-of-type(1) {
  flex: 0 0 auto;
  width: auto;
}
form#form .one-four div:nth-of-type(2) {
  flex: 4;
}
form#form .one-four div:nth-of-type(3) {
  flex: 0 0 auto;
  width: auto;
}
form#form .one-four div:nth-of-type(4) {
  flex: 2;
}
form#form .one-five {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (min-width: 270px) {
  form#form .one-five {
    display: block;
  }
}
@media (min-width: 994px) {
  form#form .one-five {
    display: flex;
  }
}
form#form .one-five div:nth-of-type(1) {
  flex: 0 0 auto;
  width: auto;
}
form#form .one-five div:nth-of-type(2) {
  flex: 4;
}
form#form .one-five div:nth-of-type(3) {
  flex: 0 0 auto;
  width: auto;
}
form#form .one-five div:nth-of-type(4) {
  flex: 1;
}
form#form .one-five div:nth-of-type(5) {
  flex: 0 0 auto;
  width: auto;
}
form#form .one-five div:nth-of-type(6) {
  flex: 1;
}
form#form .one-six {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (min-width: 270px) {
  form#form .one-six {
    display: block;
  }
}
@media (min-width: 994px) {
  form#form .one-six {
    display: flex;
  }
}
form#form .one-six div:nth-of-type(1) {
  flex: 0 0 auto;
  width: auto;
}
form#form .one-six div:nth-of-type(2) {
  flex: 3;
}
form#form .one-six div:nth-of-type(3) {
  flex: 0 0 auto;
  width: auto;
}
form#form .one-six div:nth-of-type(4) {
  flex: 3;
}
form#form .one-seven {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (min-width: 270px) {
  form#form .one-seven {
    display: block;
  }
}
@media (min-width: 994px) {
  form#form .one-seven {
    display: flex;
  }
}
form#form .one-seven div:nth-of-type(1) {
  flex: 0 0 auto;
  width: auto;
}
form#form .one-seven div:nth-of-type(2) {
  flex: 0 0 auto;
  width: auto;
  padding: 0 0 0 15px;
}
form#form .one-seven div:nth-of-type(2) input[type=checkbox] {
  margin: 0 15px 0 5px;
}
form#form .one-eight {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (min-width: 270px) {
  form#form .one-eight {
    display: block;
  }
}
@media (min-width: 994px) {
  form#form .one-eight {
    display: flex;
  }
}
form#form .one-eight div:nth-of-type(1) {
  flex: 0 0 auto;
  width: auto;
  font-weight: 600;
}
form#form .one-eight div:nth-of-type(2) {
  flex: 0 0 auto;
  width: auto;
  padding: 0 0 0 15px;
}
form#form .one-eight div:nth-of-type(2) input[type=checkbox] {
  margin: 0 15px 0 5px;
}
form#form .one-eight div:nth-of-type(3) {
  flex: 0 0 auto;
  width: auto;
}
form#form .one-eight div:nth-of-type(4) {
  flex: 4;
}
form#form .one-nine {
  width: 100%;
  padding: 10px 0 20px 0;
}
form#form .one-nine:after {
  content: "";
  display: block;
  clear: both;
}
form#form .one-nine > div {
  float: left;
  width: 50%;
}
@media (min-width: 270px) {
  form#form .one-nine > div {
    width: 100%;
  }
}
@media (min-width: 1250px) {
  form#form .one-nine > div {
    width: 50%;
  }
}
form#form .one-nine > div:nth-of-type(2) {
  padding: 0 20px 0 20px;
}
@media (min-width: 270px) {
  form#form .one-nine > div:nth-of-type(2) {
    padding: 0;
  }
}
@media (min-width: 1250px) {
  form#form .one-nine > div:nth-of-type(2) {
    padding: 0 30px 0 30px;
  }
}
form#form .one-nine > div > div {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (min-width: 270px) {
  form#form .one-nine > div > div {
    display: block;
  }
}
@media (min-width: 460px) {
  form#form .one-nine > div > div {
    display: flex;
  }
}
form#form .one-nine > div > div > div {
  min-height: 35px;
}
form#form .one-nine > div > div > div:nth-of-type(1) {
  flex: 0 0 auto;
  width: auto;
}
form#form .one-nine > div > div > div:nth-of-type(2) {
  flex: 6;
}
form#form .one-nine > div > div > div:nth-of-type(2):after {
  content: '';
  border: 1px dashed #000000;
  display: inline-block;
  width: 98%;
  vertical-align: bottom;
}
form#form .one-nine > div > div > div:nth-of-type(3) {
  width: 10%;
}
@media (min-width: 270px) {
  form#form .one-nine > div > div > div:nth-of-type(3) {
    width: 20%;
  }
}
@media (min-width: 460px) {
  form#form .one-nine > div > div > div:nth-of-type(3) {
    width: 15%;
  }
}
@media (min-width: 610px) {
  form#form .one-nine > div > div > div:nth-of-type(3) {
    width: 10%;
  }
}
@media (min-width: 1250px) {
  form#form .one-nine > div > div > div:nth-of-type(3) {
    width: 10%;
  }
}
form#form .one-nine > div > div > div:nth-of-type(4) {
  width: 10%;
}
@media (min-width: 270px) {
  form#form .one-nine > div > div > div:nth-of-type(4) {
    width: 20%;
  }
}
@media (min-width: 460px) {
  form#form .one-nine > div > div > div:nth-of-type(4) {
    width: 15%;
  }
}
@media (min-width: 610px) {
  form#form .one-nine > div > div > div:nth-of-type(4) {
    width: 10%;
  }
}
@media (min-width: 1250px) {
  form#form .one-nine > div > div > div:nth-of-type(4) {
    width: 10%;
  }
}
form#form .one-nine > div > div.input-div > div:nth-of-type(1) {
  flex: 0 0 auto;
  width: auto;
}
form#form .one-nine > div > div.input-div > div:nth-of-type(2) {
  flex: 3;
  padding: 0 3% 0 0;
}
form#form .one-nine > div > div.input-div > div:nth-of-type(2):after {
  border: none;
}
form#form .submit {
  width: 100%;
  padding: 0;
}
form#form .submit input[type=submit] {
  display: block;
  width: 20%;
  margin: 0 auto;
  height: 40px;
  border: 1px solid #681e2f;
  background: #681e2f;
  color: #ffffff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 270px) {
  form#form .submit input[type=submit] {
    width: 100%;
  }
}
@media (min-width: 994px) {
  form#form .submit input[type=submit] {
    width: 50%;
  }
}
@media (min-width: 1310px) {
  form#form .submit input[type=submit] {
    width: 30%;
  }
}
@media (min-width: 1560px) {
  form#form .submit input[type=submit] {
    width: 20%;
  }
}
form#form .submit input[type=submit]:hover {
  background: transparent;
  color: #681e2f;
}
form#form1 {
  width: 100%;
}
form#form1 h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #000000;
  text-align: left;
}
form#form1 h2:before {
  content: '';
  width: 0;
  height: 0;
}
form#form1 h3 {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  text-align: left;
}
form#form1 span {
  display: block;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  text-align: left;
}
form#form1 span:after {
  content: '\2193';
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 0 10px;
}
form#form1 input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 30px;
  outline: none;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  text-transform: none;
}
@media (min-width: 270px) {
  form#form1 input {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  form#form1 input {
    font-size: 14px;
  }
}
form#form1 .one {
  width: 100%;
  border: 1px solid #000000;
  border-collapse: collapse;
  margin: 0 0 40px 0;
}
form#form1 .one td {
  display: table-cell;
  width: 25%;
  padding: 5px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #000000;
  border-collapse: collapse;
  text-transform: uppercase;
}
@media (min-width: 270px) {
  form#form1 .one td {
    display: block;
    width: 100%;
    border-collapse: collapse;
  }
}
@media (min-width: 994px) {
  form#form1 .one td {
    display: table-cell;
    width: 25%;
  }
}
form#form1 .two {
  width: 100%;
  border: 1px solid #000000;
  border-collapse: collapse;
  margin: 0 0 40px 0;
}
form#form1 .two td {
  display: table-cell;
  width: 50%;
  padding: 5px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #000000;
  border-collapse: collapse;
  text-transform: uppercase;
}
@media (min-width: 270px) {
  form#form1 .two td {
    display: block;
    width: 100%;
    border-collapse: collapse;
  }
}
@media (min-width: 994px) {
  form#form1 .two td {
    display: table-cell;
    width: 25%;
  }
}
form#form1 .two td.head {
  text-align: center;
}
form#form1 .two td.grey {
  background: #d2d3d2;
  text-align: center;
  font-weight: 600;
}
form#form1 .three {
  width: 100%;
  border: 1px solid #000000;
  border-collapse: collapse;
  margin: 0 0 40px 0;
}
form#form1 .three td {
  display: table-cell;
  width: 33%;
  padding: 5px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #000000;
  border-collapse: collapse;
  text-transform: uppercase;
}
@media (min-width: 270px) {
  form#form1 .three td {
    display: block;
    width: 100%;
    border-collapse: collapse;
  }
}
@media (min-width: 994px) {
  form#form1 .three td {
    display: table-cell;
    width: 25%;
  }
}
form#form1 .three td.head {
  text-align: center;
}
form#form1 .three td.grey-bold {
  text-align: left;
  background: #d2d3d2;
  font-weight: 600;
}
form#form1 .three td.grey {
  background: #d2d3d2;
  text-align: center;
  font-weight: 600;
}
form#form1 .three td span {
  display: block;
  font-weight: 600;
  margin: 0;
}
form#form1 .three td span:after {
  content: '';
}
form#form1 .submit {
  width: 100%;
  padding: 0;
}
form#form1 .submit input[type=submit] {
  display: block;
  width: 20%;
  margin: 0 auto;
  height: 40px;
  border: 1px solid #681e2f;
  background: #681e2f;
  color: #ffffff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 270px) {
  form#form1 .submit input[type=submit] {
    width: 100%;
  }
}
@media (min-width: 994px) {
  form#form1 .submit input[type=submit] {
    width: 50%;
  }
}
@media (min-width: 1310px) {
  form#form1 .submit input[type=submit] {
    width: 30%;
  }
}
@media (min-width: 1560px) {
  form#form1 .submit input[type=submit] {
    width: 20%;
  }
}
form#form1 .submit input[type=submit]:hover {
  background: transparent;
  color: #681e2f;
}
footer {
  width: 100%;
  height: 440px;
  margin-top: -440px;
  background: #5d636d;
  border-top: 4px solid #aba78d;
}
@media (min-width: 270px) {
  footer {
    height: auto;
    margin-top: 0;
  }
}
@media (min-width: 994px) {
  footer {
    height: 440px;
    margin-top: -440px;
  }
}
footer .footer-wrap {
  width: 95%;
  margin: 0 auto;
  height: 400px;
  padding: 40px 0 0 0;
}
@media (min-width: 270px) {
  footer .footer-wrap {
    padding: 20px 0 20px 0;
    height: auto;
  }
}
@media (min-width: 994px) {
  footer .footer-wrap {
    padding: 40px 0 0 0;
    height: 400px;
  }
}
@media (min-width: 1250px) {
  footer .footer-wrap {
    width: 90%;
  }
}
@media (min-width: 1410px) {
  footer .footer-wrap {
    width: 85%;
  }
}
@media (min-width: 1890px) {
  footer .footer-wrap {
    width: 80%;
  }
}
footer .footer-wrap:after {
  content: "";
  display: block;
  clear: both;
}
footer .footer-wrap .footer-logo {
  float: left;
  width: 30%;
  padding: 0;
}
@media (min-width: 270px) {
  footer .footer-wrap .footer-logo {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
@media (min-width: 994px) {
  footer .footer-wrap .footer-logo {
    width: 30%;
  }
}
footer .footer-wrap .footer-logo img {
  display: block;
  height: 170px;
}
@media (min-width: 270px) {
  footer .footer-wrap .footer-logo img {
    height: 60px;
  }
}
@media (min-width: 994px) {
  footer .footer-wrap .footer-logo img {
    height: 170px;
  }
}
footer .footer-wrap .footer-info {
  float: left;
  width: 70%;
  border-top: 1px solid #ffffff;
}
@media (min-width: 270px) {
  footer .footer-wrap .footer-info {
    width: 100%;
  }
}
@media (min-width: 994px) {
  footer .footer-wrap .footer-info {
    width: 70%;
  }
}
footer .footer-wrap .footer-info:after {
  content: "";
  display: block;
  clear: both;
}
footer .footer-wrap .footer-info .footer-col {
  float: left;
  width: 33.33%;
  padding: 40px 50px 0 0;
  color: #ffffff;
  line-height: 30px;
}
@media (min-width: 270px) {
  footer .footer-wrap .footer-info .footer-col {
    width: 100%;
    padding: 20px 0 20px 0;
  }
}
@media (min-width: 410px) {
  footer .footer-wrap .footer-info .footer-col {
    width: 50%;
    padding: 20px 30px 20px 0;
  }
}
@media (min-width: 994px) {
  footer .footer-wrap .footer-info .footer-col {
    width: 33.33%;
    padding: 40px 30px 0 0;
  }
}
footer .footer-wrap .footer-info .footer-col:last-of-type {
  padding: 40px 0 0 0;
}
@media (min-width: 270px) {
  footer .footer-wrap .footer-info .footer-col:last-of-type {
    padding: 20px 0 0 0;
  }
}
@media (min-width: 410px) {
  footer .footer-wrap .footer-info .footer-col:last-of-type {
    width: 100%;
  }
}
@media (min-width: 994px) {
  footer .footer-wrap .footer-info .footer-col:last-of-type {
    width: 33.33%;
    padding: 40px 0 0 0;
  }
}
footer .footer-wrap .footer-info .footer-col span {
  display: block;
  margin: 0 0 25px 0;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
footer .footer-wrap .footer-info .footer-col span:after {
  content: '';
  display: block;
  height: 1px;
  width: 70%;
  background: #969696;
  margin: 5px 0 0 0;
}
footer .footer-wrap .footer-info .footer-col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .footer-wrap .footer-info .footer-col ul li {
  margin: 0 0 10px 0;
}
footer .footer-wrap .footer-info .footer-col ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
footer .footer-wrap .footer-info .footer-col ul li a:hover {
  color: #b6828e;
}
footer .footer-wrap .footer-info .footer-col iframe {
  width: 100%;
  height: 220px;
  display: block;
}
footer .footer-wrap .footer-info .footer-col .social {
  margin: 40px 0 0 0;
}
footer .footer-wrap .footer-info .footer-col .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  background: center center no-repeat;
  background-size: cover;
}
footer .footer-wrap .footer-info .footer-col .social a.fb {
  background-image: url("../imgdiz/fb-f.svg");
}
footer .footer-wrap .footer-info .footer-col .social a.tw {
  background-image: url("../imgdiz/tw-f.svg");
}
footer .footer-bottom {
  width: 100%;
  height: 40px;
  background: #3a3d42;
  text-align: center;
  padding: 15px 0 0 0;
  color: #9096a0;
  font-size: 13px;
  text-transform: uppercase;
}

.download {
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 40px;
  margin: 0 0 30px 0;
  border: 1px solid #681e2f;
  background: #681e2f;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.download:hover {
  background: transparent;
  color: #681e2f;
}
