/*-----------------------------------------

	Theme Name:
	Theme URI: http://
	Description:
	Author: Roelnie
	Author URI: http://themeforest.net/user/roelnie
	Version: 1.0

	---------------------------------*/
/* ***********************************
	Table Of Content

	01 Basic
	02 Menu
	03 Content
	04 Footer
	05 Responsive

	*********************************** */
/* *******************
	[ 01 Start Basic ]
	******************* */
/* *******************
	[ Start Font ]
	******************* */
@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/CenturyGothicRegular/CenturyGothic.eot"), url("../fonts/CenturyGothicRegular/CenturyGothic.woff"), url("../fonts/CenturyGothicRegular/CenturyGothic.ttf"); }

@font-face {
  font-family: "CenturyGothicBold";
  src: url("../fonts/CenturyGothic-Bold/CenturyGothic-Bold.eot"), url("../fonts/CenturyGothic-Bold/CenturyGothic-Bold.woff"), url("../fonts/CenturyGothic-Bold/CenturyGothic-Bold.ttf"); }

@font-face {
  font-family: "PlicataPERSONALUSEONLY";
  src: url("../fonts/PlicataPERSONALUSEONLY/PlicataPERSONALUSEONLY.eot"), url("../fonts/PlicataPERSONALUSEONLY/PlicataPERSONALUSEONLY.woff"), url("../fonts/PlicataPERSONALUSEONLY/PlicataPERSONALUSEONLY.ttf"); }

/* *******************
	[ End Font ]
	******************* */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  list-style: none; }

body {
  position: relative;
  min-width: 320px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  font-family: 'CenturyGothic', sans-serif;
  line-height: 1.2;
  color: #413e38;
  -webkit-font-smoothing: antialised; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

img {
  max-width: 100%; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

a {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

.orange_1 {
  color: #ffa800; }

.orange_2 {
  color: #ffaf00; }

.gray {
  color: #d9d8d8; }

h1 {
  margin: 0 0 15px;
  font-size: 34px;
  font-family: 'CenturyGothicBold', sans-serif;
  text-align: center;
  line-height: 40px;
  color: #413d38; }

h2 {
  margin: 0 0 15px;
  font-size: 34px;
  font-family: 'CenturyGothicBold', sans-serif;
  text-align: center;
  line-height: 40px; }
  h2:after {
    content: '';
    display: block;
    width: 188px;
    height: 2px;
    margin: 10px auto 0;
    background-color: #ffa800; }

p {
  font-size: 18px;
  line-height: 33px; }

.order {
  position: relative;
  display: inline-block;
  padding: 9px 17px;
  padding-right: 52px;
  font-size: 18px;
  font-family: 'CenturyGothicBold', sans-serif;
  color: #413e38;
  background-color: #ffa800; }
  .order:after {
    content: '+';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 37px;
    margin-left: 5px;
    font-size: 18px;
    padding: 10px 0;
    color: #413e38;
    background-color: #ffa800;
    border-left: 2px solid #fff; }
  .order:hover {
    color: #413e38;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

/* *******************
	[ End Basic ]
	******************* */
/* *******************
	[ 02 Start Menu ]
	******************* */
.header {
  position: relative;
  padding: 12px 0;
  font-size: 20px;
  font-family: 'CenturyGothicBold', sans-serif;
  color: #413e38;
  background-color: #ffa800; }
  .header a {
    color: #413e38; }
  .header .row {
    position: relative;
    padding: 0 15px; }
  .header .tel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .icon_tel {
    width: 11px;
    height: 26px;
    margin-right: 25px;
    background-image: url(../img/tel_icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover; }
  .header .line_vertical {
    display: block;
    width: 2px;
    height: 20px;
    margin: 0 20px;
    background-color: #413e38; }

.menus_box {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  max-height: 0;
  padding: 0 5px;
  text-align: right;
  background-color: #ffa800;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  overflow: hidden;
  z-index: 55; }
  .menus_box .container .row {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .menus_box .menu_top {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .menus_box .menu_top li a {
      display: block;
      padding: 10px 15px; }
  .menus_box.active {
    max-height: 1000px;
    padding: 5px;
    padding-bottom: 15px; }

.box_button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mob_button {
  position: relative;
  width: 31px;
  height: 27px;
  margin-left: 25px;
  background-color: transparent;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  z-index: 55; }
  .mob_button:focus {
    outline: none; }
  .mob_button .line_menu {
    display: block;
    width: 100%;
    height: 3px;
    margin: 0px 0 6px;
    background-color: #413e38;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .mob_button .line_menu:last-child {
      margin-bottom: 0; }

.mob_button.active .line_menu {
  width: 31px;
  margin: -3px 0 0; }
  .mob_button.active .line_menu:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .mob_button.active .line_menu:nth-child(2) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .mob_button.active .line_menu:last-child {
    opacity: 0; }

/* *******************
	[ End Menu ]
	******************* */
/* *******************
	[ 03 Start Content ]
	******************* */
section {
  overflow: hidden; }

.animated_none {
  -webkit-animation-name: none;
          animation-name: none;
  opacity: 0; }

.before_header {
  padding: 40px 0;
  background-image: url(../img/bg_home_before_block.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: left center !important; }
  .before_header .logo_box {
    position: relative;
    max-width: 280px;
    width: 100%;
    left: 10%; }
  .before_header .logo {
    text-align: center; }
  .before_header .time_work {
    position: relative;
    display: block;
    width: 108px;
    margin: 15px auto 5px;
    padding: 7px 15px;
    font-size: 22px;
    font-family: 'CenturyGothicBold', sans-serif;
    line-height: 17px;
    color: #fff;
    background-color: #ffa800;
    -webkit-box-shadow: 0 0 50px #fff;
            box-shadow: 0 0 50px #fff;
    z-index: 1; }
  .before_header .slogan {
    position: relative;
    margin-bottom: 50%;
    font-size: 49px;
    font-family: 'PlicataPERSONALUSEONLY', sans-serif;
    text-align: center;
    line-height: 37px;
    text-shadow: 0 0 50px #fff;
    z-index: 5; }
    .before_header .slogan .lines {
      width: 100px;
      height: 3px;
      margin: 10px auto 5px;
      background-color: #ffa800; }
  .before_header .container {
    max-width: none; }

.before_header_home_2 {
  background-image: url(../img/bg_home_before_block_2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

/* --------- block_1 --------- */
.block_1 {
  padding: 55px 0 30px;
  text-align: center;
  background-color: #d9d8d8; }
  .block_1 p {
    margin-bottom: 30px;
    line-height: 33px; }

/* --------- block_2 --------- */
.block_2 {
  position: relative;
  padding: 55px 0;
  -webkit-background-size: 86% 86%;
          background-size: 86%; }
  .block_2 .box_img {
    position: relative;
    min-height: 400px;
    z-index: -1; }
  .block_2 .block_2_map {
    position: absolute;
    top: -70%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: url(../img/karta.svg);
    background-repeat: no-repeat;
    background-position: 10vw center; }
  .block_2 h2:after {
    background-color: #ffad0f; }
  .block_2 .list_trans {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .block_2 .list_trans li {
      margin: 0 5px 20px;
      text-align: center; }
      .block_2 .list_trans li img {
        display: block;
        margin-bottom: 10px; }
  .block_2 .list_services {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0 0;
    padding: 0;
    list-style-type: none; }
    .block_2 .list_services li {
      width: 24.33%;
      margin: 0 0 10px;
      padding: 25px 10px 35px;
      font-size: 24px;
      font-family: arial, sans-serif;
      text-align: center;
      text-transform: uppercase;
      line-height: 30px;
      color: #413e38;
      background-color: #ffa800; }
      .block_2 .list_services li b {
        font-weight: 700; }
      .block_2 .list_services li p {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 30px; }
      .block_2 .list_services li:first-child {
        margin-left: 0; }
      .block_2 .list_services li:last-child {
        margin-right: 0; }
      .block_2 .list_services li .box_icons {
        display: block;
        margin-bottom: 10px; }
        .block_2 .list_services li .box_icons:after {
          content: '';
          display: block;
          width: 128px;
          height: 2px;
          margin: 15px auto 0;
          background-color: #413e38; }
        .block_2 .list_services li .box_icons .icon {
          width: 37px;
          height: 37px;
          margin: 0 auto; }
      .block_2 .list_services li .icon_1 {
        background-image: url(../img/list_services_icon_1.svg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover; }
      .block_2 .list_services li .icon_2 {
        background-image: url(../img/list_services_icon_2.svg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover; }
      .block_2 .list_services li .icon_3 {
        background-image: url(../img/list_services_icon_3.svg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover; }
      .block_2 .list_services li .icon_4 {
        background-image: url(../img/list_services_icon_4.svg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover; }
  .block_2 .first_box {
    margin: 110px 0 140px; }

/* --------- block_gallery --------- */
.block_gallery {
  padding: 50px 0; }
  .block_gallery .list_gallery {
    margin: 0 auto 50px;
    padding: 0;
    list-style-type: none; }
    .block_gallery .list_gallery:after {
      content: '';
      display: block;
      clear: both; }
    .block_gallery .list_gallery li {
      float: left;
      display: block;
      width: 33.333333%; }
      .block_gallery .list_gallery li:first-child {
        width: 66.65666%; }
      .block_gallery .list_gallery li p {
        margin: 0 0 10px;
        padding: 15px 5px;
        font-size: 18px;
        text-align: center;
        line-height: 21px; }
  .block_gallery .list_gallery_2 {
    margin-bottom: 10px; }
  .block_gallery .list_gallery_3 li:first-child {
    width: 33.333333%; }
  .block_gallery .box_video {
    position: relative;
    max-width: 585px;
    width: 100%;
    height: 437px;
    margin: 0 auto 20px; }
    .block_gallery .box_video video,
    .block_gallery .box_video iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
  .block_gallery .box_video_2 {
    position: relative;
    max-width: 585px;
    width: 100%;
    margin: 0 auto 20px; }

/* --------- block_map --------- */
.block_map p {
  margin: 0; }

.block_map iframe {
  display: block;
  width: 100%; }

/* --------- block_contact --------- */
.block_contact {
  padding: 60px 0; }
  .block_contact .form_box p {
    margin-bottom: 0; }

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea {
  width: 100%;
  margin: 0 0 15px;
  padding: 15px 18px;
  font-size: 18px;
  color: #413e38;
  border: 3px solid #413e38; }

form textarea {
  max-width: none;
  resize: none; }

form input[type="submit"] {
  display: block;
  width: 195px;
  margin: 0 auto;
  padding: 15px 5px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #413e38;
  background-color: #d9d8d8;
  border: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer; }
  form input[type="submit"]:hover {
    background-color: #ffa800;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

/* *******************
	[ End Content ]
	******************* */
/* *******************
	[ 04 Start Footer ]
	******************* */
.before_footer {
  padding: 40px 0;
  font-size: 34px;
  font-family: 'CenturyGothicBold', sans-serif;
  line-height: 35px;
  color: #413e38;
  background-color: #ffaf00; }
  .before_footer .col-12 {
    margin-bottom: 10px; }
  .before_footer p {
    margin-bottom: 0; }
  .before_footer a {
    color: #413e38; }
    .before_footer a:hover {
      color: #413e38; }
  .before_footer .desc {
    margin-top: 5px;
    font-size: 18px;
    line-height: 33px; }
    .before_footer .desc:before, .before_footer .desc:after {
      content: '';
      display: block; }
  .before_footer .box_tel_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .before_footer .links {
    margin-left: 10px;
    text-align: right; }
    .before_footer .links a:after {
      content: '';
      display: block; }
  .before_footer .box_social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 70px;
    text-align: center; }
    .before_footer .box_social:before, .before_footer .box_social:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 2px;
      height: 100%;
      min-height: 60px;
      background-color: #413e38; }
    .before_footer .box_social:after {
      left: initial;
      right: 0; }
    .before_footer .box_social .logo {
      max-width: 80px;
      margin: 0 auto 15px; }
  .before_footer .list_social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none; }
    .before_footer .list_social li {
      margin: 0 10px; }
    .before_footer .list_social .icon {
      display: block;
      width: 36px;
      height: 36px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .before_footer .list_social .icon:hover {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
    .before_footer .list_social .icon_facebook {
      background-image: url(../img/icon_facebook.svg);
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover; }
    .before_footer .list_social .icon_youtube {
      background-image: url(../img/icon_youtube.svg);
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover; }
    .before_footer .list_social .icon_soc {
      background-image: url(../img/icon_soc.svg);
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover; }

.footer {
  padding: 15px 0;
  font-size: 14px;
  color: #868178;
  background-color: #2f2d29; }

/* *******************
	[ End Footer ]
	******************* */
/* *******************
	[ 05 Start Responsive ]
	******************* */
/* ******  Desktop First Method  ****** */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  .before_header .logo_box {
    left: 7%; } }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .before_footer {
    font-size: 28px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .before_footer {
    padding: 30px 0;
    font-size: 30px;
    line-height: 32px;
    text-align: center; }
    .before_footer .box_social {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 10px 0; }
      .before_footer .box_social:before, .before_footer .box_social:after {
        left: 10%;
        right: 10%;
        bottom: initial;
        width: 80%;
        height: 2px;
        min-height: 2px;
        margin: 0 auto; }
      .before_footer .box_social:after {
        top: initial;
        bottom: 0; }
    .before_footer .box_tel_footer {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
  .block_2 {
    background-position: 40vw center; }
  .block_2 .list_services li,
  .block_2 .list_services li p {
    font-size: 18px;
    line-height: 22px; }
  .before_header {
    background-position: left center; }
    .before_header .logo_box {
      max-width: 200px; }
    .before_header .logo {
      max-width: 80px;
      margin: 0 auto; }
    .before_header .time_work {
      width: 88px;
      margin: 10px auto;
      font-size: 18px;
      text-align: center; }
    .before_header .slogan {
      font-size: 34px;
      line-height: 30px; }
      .before_header .slogan .lines {
        width: 80px; }
  .before_footer .box_tel_footer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .before_footer .box_tel_footer .box_text {
      width: 100%;
      text-align: center; }
  .before_footer .links {
    text-align: center; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .header .row {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .header .tel {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 20px 0 0; }
  .header .line_vertical {
    margin: 0 15px; }
  h1,
  h2 {
    font-size: 30px; }
  p {
    font-size: 16px;
    line-height: 28px; }
  .before_footer {
    font-size: 24px;
    line-height: 26px; }
  .block_2 {
    background-position: 0vw 54%;
    -webkit-background-size: 200% 200%;
            background-size: 200%; }
    .block_2 .first_box {
      margin-top: 20px;
      margin-bottom: 60px; }
    .block_2 .box_img {
      min-height: 300px; }
      .block_2 .box_img .block_2_map {
        background-position: 40vw center; }
    .block_2 .img_last {
      margin-bottom: 30px; }
  .block_2 .list_services li {
    width: 49%; }
  .before_footer .box_tel_footer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .before_footer .box_tel_footer .box_text {
      width: 100%;
      text-align: center; }
  .before_footer .links {
    width: 100%;
    text-align: center; }
    .before_footer .links a {
      display: inline; }
      .before_footer .links a:after {
        content: '';
        display: block; }
  .before_footer .desc {
    line-height: 24px; }
  .before_header {
    padding: 20px 0;
    background-position: left center; }
    .before_header .logo_box {
      max-width: 150px;
      padding: 0 15px;
      left: 5%; }
    .before_header .logo {
      max-width: 50px;
      margin: 0 auto; }
    .before_header .time_work {
      width: 68px;
      margin: 10px auto;
      padding: 2px 5px;
      font-size: 14px;
      text-align: center; }
    .before_header .slogan {
      margin-bottom: 60%;
      font-size: 24px;
      line-height: 20px; }
      .before_header .slogan .lines {
        width: 50px;
        margin: 2px auto 2px;
        height: 2px; }
  form input[type="text"],
  form input[type="tel"],
  form input[type="email"],
  form textarea {
    border-width: 2px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 600px) {
  .block_gallery .box_video {
    height: auto;
    padding-bottom: 75%; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .left,
  .right {
    float: none; }
  p {
    font-size: 14px;
    line-height: 24px; }
  h2 {
    font-size: 25px; }
  .block_2 .list_services li,
  .block_2 .list_services li p {
    font-size: 14px;
    line-height: 18px; }
  .block_gallery .list_gallery {
    margin-bottom: 30px; }
    .block_gallery .list_gallery li {
      width: 50%; }
      .block_gallery .list_gallery li:first-child {
        width: 100%; }
  .block_gallery .list_gallery_2 {
    margin-bottom: 0; }
  .block_gallery .list_gallery_2 li,
  .block_gallery .list_gallery_3 li {
    width: 100%; }
  .block_map iframe {
    height: 50vh; }
  .before_header {
    background-position: 20% center !important; }
    .before_header .logo_box {
      left: 0;
      padding: 0 5px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 445px) {
  .header {
    font-size: 16px;
    line-height: 18px; }
    .header .row {
      -webkit-box-pack: center !important;
      -webkit-justify-content: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; }
    .header .icon_tel {
      margin-left: -10px;
      margin-right: 10px; }
    .header .tel {
      width: 100%;
      margin: 3px 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
    .header .line_vertical {
      margin: 0 10px 0; }
    .header .mob_button {
      margin: 4px auto 0;
      margin-left: 10px; }
  .menus_box .menu_top li a {
    font-size: 16px; }
  .before_header {
    padding: 20px 0;
    background-position: left center; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 374px) {
  h2 {
    font-size: 21px;
    line-height: 26px; }
  .header {
    font-size: 14px; }
  .before_header {
    padding: 20px 0; }
    .before_header .slogan {
      margin-bottom: 60%; }
  .block_2 .box_img {
    min-height: 200px; }
    .block_2 .box_img .block_2_map {
      top: -100%;
      background-position: 50vw 0; } }

/* Custom, iPhone Retina */
/* ******  Mobile First Method  ****** */
/* Custom, iPhone Retina */
/* @media only screen and (min-width : 320px) */
/* Extra Small Devices, Phones */
/* @media only screen and (min-width : 480px) */
/* Small Devices, Tablets */
/* @media only screen and (min-width : 768px) */
/* Medium Devices, Desktops */
/* @media only screen and (min-width : 992px) */
/* Large Devices, Wide Screens */
/* @media only screen and (min-width : 1200px) */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1210px; }
  /* Large Devices, Wide Screens */ }

/* *******************
	[ End Responsive ]
	******************* */
