@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700,100);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700);
/*========================================================
                      Main Styles
=========================================================*/

@font-face {
    font-family: 'yekan';
    src: url('fonts/BYekan.eot');
    src: url('fonts/BYekan.eot@#iefix') format('embedded-opentype'),
         url('fonts/BYekan.woff') format('woff'),
         url('fonts/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-size:12px;
}

@font-face {
    font-family: 'sina';
    src: url('fonts/BSinaBold.eot');
    src: url('fonts/BSinaBold.eot@#iefix') format('embedded-opentype'),
         url('fonts/BSinaBold.woff') format('woff'),
         url('fonts/BSinaBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-size:12px;
}
@font-face {
    font-family: 'mj';
    src: url('fonts/BFarnaz.eot');
    src: url('fonts/BFarnaz.eot@#iefix') format('embedded-opentype'),
         url('fonts/BFarnaz.woff') format('woff'),
         url('fonts/BFarnaz.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-size:12px;
}
body {
  color: #2b2525;
  font: 400 14px/20px 'yekan';
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3 {
  font-family: 'sina';
}
h1 {
  font-size: 100px;
  line-height: 101px;
  font-weight: 700;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
.h-withline {
  text-align: center;
  position: relative;
  display: block;
  font-weight: 700;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  z-index: 1;
}
.h-withline:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -1.5px;
  margin-top: -55px;
  width: 3px;
  height: 37px;
  background: #000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.h-withline_mgbot01 {
  margin-bottom: 28px;
}
h2 + .row {
  margin-top: 32px;
}
h2 + .map {
  margin-top: 32px;
}
h2 + form {
  margin-top: 32px;
}
h2 + h4 {
  margin-top: 28px;
}
h3 {
  font-size: 18px;
  line-height: 24px;
}
h4 {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
h4 + p {
  margin-top: 10px;
  color: #cfcfcf;
}
p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
p a:hover {
  text-decoration: underline;
}
p + p {
  margin-top: 20px;
}
p + .btn {
  margin-top: 19px;
}
p + h4 {
  margin-top: 30px;
}
p + .demolink {
  margin-top: 20px;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
}
a:active {
  background: transparent;
}
.demolink {
  display: inline-block;
  text-decoration: underline;
  color: #b83d3c;
}
.demolink:hover {
  color: #2b2525;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  text-align: center;
}
.sf-menu a {
  display: block;
}
.sf-menu > li {
  margin-bottom: 10px;
}
.sf-menu > li > a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-family: 'yekan';
  font-weight: 700;
  color: #FFF;
  letter-spacing: 3.6px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #9f9595;
}
.sf-menu > li.active > a {
  color: #9f9595;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 152px;
  margin-left: 40px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li > a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 3.6px;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #9f9595;
  display: inline-block;
}
.sf-menu ul ul {
  position: absolute;
  top: 100%;
  left: 100%;
  width: auto;
  margin-top: -24px;
  padding: 0;
  width: 152px;
  z-index: 4;
}
@media only screen and (max-width: 979px) {
  .sf-menu ul ul {
    position: static;
    top: 100%;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: auto;
  }
}
.sf-menu ul ul > li > a {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 3.6px;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #9f9595;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 6px;
  margin-top: -6px;
  content: '\f0da';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Roboto', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #2b2525;
  z-index: 999;
  border-bottom: 1px solid #b3b3b3;
  display:none;
}
.isStuck .header-wrap {
  background: none;
}
.isStuck .brand {
  margin-left: 1px;
  display: inline-block !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  float: left !important;
  text-align: left !important;
  position: relative;
  z-index: 9999;
}
.isStuck .brand_name {
  display: inline-block;
  position: relative;
  font-size: 55px !important;
  line-height: 56px !important;
}
.isStuck .brand_name span {
  text-transform: uppercase;
  display: inline-block;
  float: left;
  color: #fff;
  margin-top: -10px;
}
.isStuck .brand_name:before {
  display: none;
}
.isStuck .sf-menu {
  margin-top: 20px;
  float: right;
}
.isStuck .sf-menu > li {
  float: left;
  margin-bottom: 0;
  margin-left: 35px;
}
.isStuck .sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 172px;
  margin-left: 0;
  margin-top: 20px;
  padding: 10px 0;
  background: #2b2525;
}
.isStuck .sf-menu ul > li > a {
  padding: 0 10px;
}
.isStuck .sf-menu ul ul {
  position: absolute;
  top: 100%;
  left: 100%;
  width: auto;
  margin-top: -44px;
  padding: 0;
  width: 172px;
  padding: 10px 0;
  z-index: 4;
}
.isStuck .hor-line-bottom {
  display: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  font-size: 45px;
  line-height: 45px;
  color: #2b2525;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #b83d3c;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb_overlay.video-hover:before {
  content: url(../images/video-hover.png);
  line-height: 66px;
  margin-top: -33px;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*========================================================
                     HEADER  Section
=========================================================*/
.header {
  background: url(../images/page-1_img01.jpg);
  position: relative;
  background-size: cover;
}
.header .brand {
  float: none;
  text-align: center;
  display: block;
  margin: 0 auto;
 
 
}
.header .nav {
  padding-bottom: 25px;
  position: relative;
  display: block;
  text-align: center;
  float: none;
}
.header .nav .hor-line-bottom {
  position: relative;
  padding-bottom: 26px;
}
.header .nav .hor-line-bottom:after {
  top: 0 !important;
  margin-top: 19px;
}
.lt-ie9 .header .nav {
  background: #2b2525;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .brand,
  .header .nav {
    float: none;
  }
}
.header_subpage .brand {
  padding-top: 65px;
  padding-bottom: 36px;
}
.header_subpage .brand_name {
  font-size: 80px;
  line-height: 78px;
  letter-spacing: .8px;
}
.header_subpage .brand_name:before {
  border-top: 54px solid #fff;
  margin-top: -65px;
}
.header_subpage .nav {
  padding-bottom: 69px;
}
.header_subpage .nav .hor-line-bottom {
  position: relative;
  padding-bottom: 26px;
}
.header_subpage .nav .hor-line-bottom:after {
  top: 0 !important;
  margin-top: 49px;
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  padding-top: 145px;
  padding-bottom: 87px;
}
.brand_name {
  position: relative;
}
.brand_name h1 span a {
  display: block !important;
  background-color: none !important;
}
.brand_name h1 span a:focus,
.brand_name h1 span a:hover,
.brand_name h1 span a:visited,
.brand_name h1 span a:active {
  outline: none;
  background: transparent;
}
.brand_name span {
  text-transform: uppercase;
  display: block;
  color: #fff;
}
.brand_name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 13px;
  border-top: 84px solid #fff;
  margin-left: -6.5px;
  margin-top: -145px;
}
.header-wrap {
  background: url(../images/page-1_img02.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.inset-shadow {
  -webkit-box-shadow: inset -1px -220px 122px -15px #2b2525;
  -moz-box-shadow: inset -1px -220px 122px -15px #2b2525;
  box-shadow: inset -1px -220px 122px -15px #2b2525;
}
.inset-shadow02 {
  -webkit-box-shadow: inset -1px -140px 92px -60px #2b2525;
  -moz-box-shadow: inset -1px -140px 92px -60px #2b2525;
  box-shadow: inset -1px -148px 60px -60px #2b2525;
}
.header-wrap2 {
  background: #2b2525;
}
.no-rowmrg .row + .row {
  margin-top: 0;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
/*========================================================
                     CONTENT  Styles
=========================================================*/
.content {
  background: #ffffff;
  margin-bottom: 43px;
}
/*==================      Lines    ========================*/
.hor-line-bottom:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -19px;
  margin-top: -6px;
  width: 35px;
  height: 3px;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hor-line-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -6px;
  width: 35px;
  height: 3px;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ver-line-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1.5px;
  width: 3px;
  height: 37px;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: -20px;
}
/*==================      Tables     ======================*/
.menu-table {
  table-layout: fixed;
}
.menu-table_header {
  border-bottom: 5px solid transparent !important;
}
.menu-table_header th {
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 41px;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  color: #b83d3c;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
}
.menu-table tr {
  border-bottom: 1px solid #b1b1b1;
}
.menu-table_title,
.menu-table_price {
  font-size: 14px;
  line-height: 29px;
  color: #cfcfcf;
  vertical-align: middle;
}
.menu-table_price {
  min-width: 100px;
  text-align: right;
}
/*==================      Well     ======================*/
.well {
  padding-bottom: 30px;
}
.well-02 {
  padding-top: 94px;
  padding-bottom: 49px;
}
.well-03 {
  padding-bottom: 50px;
}
.well-04 {
  padding-top: 65px;
}
.well-05 {
  padding-top: 74px;
  padding-bottom: 36px;
}
.well-05_padbot01 {
  padding-bottom: 0px;
}
.well-05_padtop01 {
  padding-top: 55px;
}
.well-05_padbot02 {
  padding-bottom: 16px;
}
.well-05_padbot03 {
  padding-bottom: 5px;
}
.well-05_padbot04 {
  padding-bottom: 41px;
}
.well-05_padbot05 {
  padding-bottom: 12px;
}
.well-05_mrg01 h2 + .row {
  margin-top: 17px;
}
.well-05_mrg01 .row + .row {
  margin-top: 25px;
}
.well-05_mrg02 .row + .row {
  margin-top: 40px;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #b83d3c;
}
.bg02 {
  background: #d59555;
}
.line-bg01:after {
  background: #000;
}
.line-bg01:before {
  background: #000;
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  color: #b83d3c;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.7px;
  font-family: 'Roboto Slab', serif;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  color: #8c8282;
}
/*====================== List =============================*/
.list {
  text-align: center;
}
.list li {
  margin-bottom: 6px;
}
.list li a {
  color: #2b2525;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.list li a:hover {
  color: #8b8080;
}
/*==================      Box      ======================*/
.box {
  position: relative;
  text-align: center;
  color: #6a6666;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box .telephone {
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 4.5px;
}
.box .telephone span {
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .box .telephone {
    font-size: 26px;
  }
}
.box p {
  font-family: 'yekan';
  font-weight: 400;
  letter-spacing: 1.05px;
}
.box p a {
  text-decoration: underline;
}
@media only screen and (max-width: 479px) {
  .box p {
    padding: 0 10px;
  }
}
.box p + .telephone {
  margin-top: 12px;
}
.box p + p {
  margin-top: 0;
}
.box-02 {
  height: 228px;
  float: left;
  margin-bottom: -20px;
  background: #2b2525;
}
.box-02:before,
.box-02:after {
  content: " ";
  display: table;
}
.box-02:after {
  clear: both;
}
.box-02-block {
  position: relative;
  display: table;
  height: 208px;
  margin-top: 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-02-block_cnt {
  position: relative;
  padding: 0 105px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .box-02-block_cnt {
    padding: 0 30px;
  }
}
.box-02-block_cnt h2 {
  margin-top: -5px;
  display: inline-block;
  font-family: 'yekan';
  font-weight: 100;
 
}
.box-02-block_cnt h2 span {
  font-family: 'yekan', serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 63px;
}
.box-02-block:hover {
  margin-top: 0;
}
.box-02_mrgb {
  margin-bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .box-02_mrgb {
    margin-bottom: 0;
  }
}
.box-03 {
  float: left;
  position: relative;
  background: #2b2525;
}
.box-03:before,
.box-03:after {
  content: " ";
  display: table;
}
.box-03:after {
  clear: both;
}
.box-03_aside {
  height: 329px;
  position: relative;
  background: url(../images/page-1_img03.jpg);
}
@media only screen and (max-width: 979px) {
  .box-03_aside {
    height: 201px;
  }
}
.box-03_aside_cnt {
  position: relative;
  color: #fff;
  text-align: center;
  padding-bottom: 59px;
}
.box-03_aside_cnt h2 {
  position: relative;
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
  padding-bottom: 30px;
  letter-spacing: 3px;
  font-weight: 400;
  padding: 0 64px;
  margin-top: -38px;
}
.box-03_aside_cnt h2:after {
  margin-top: 22px;
}
.box-03_aside_cnt h2:hover {
  color: #7a6f6f;
}
.box-03_aside_cnt h2:hover:after {
  background: #7a6f6f;
}
@media only screen and (max-width: 479px) {
  .box-03_aside_cnt h2 {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .box-03 {
    margin-bottom: 30px;
  }
}
.box-04 {
  position: relative;
  float: left;
  display: block;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.box-04:hover img {
  opacity: 0;
}
.lt-ie9 .box-04:hover img {
  filter: alpha(opacity=0);
}
.box-04-cnt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box-04-cnt_table {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
}
.box-04-cnt_cell {
  height: 100%;
  width: 100%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.box-04-cnt_cell p {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.8px;
  z-index: 3;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-04-cnt_cell p span {
  font-weight: 400;
}
.box-04-cnt_cell p:after {
  margin-top: 12px;
}
.box-04 img {
  width: 100%;
  position: relative;
  z-index: 5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.lt-ie9 .box-04 img {
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 767px) {
  .box-04 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
  }
}
.box-05 {
  text-align: center;
}
.box-05 h2 {
  position: relative;
  padding: 0 215px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.box-05 h2:before {
  margin-top: -55px;
}
.box-05 h2 span {
  color: #b83d3c;
}
@media only screen and (max-width: 767px) {
  .box-05 h2 {
    padding: 0 30px;
  }
}
.box-05 p {
  color: #6D6D6D;
  padding: 0 45px;
}
.box-05 h2 + p {
  margin-top: 23px;
}
@media only screen and (max-width: 479px) {
  .box-05 h2 {
    padding: 0 15px;
  }
  .box-05 p {
    padding: 0 10px;
  }
}
.box-06 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 82px;
}
.box-06 .icon_padding-01 {
  margin-top: 10px;
}
.box-06 .icon_padding-02 {
  margin-top: -2px;
  padding-bottom: 2px;
}
.box-06 .icon_padding-03 {
  margin-top: -1px;
  padding-bottom: 1px;
}
.box-06 .icon_padding-04 {
  margin-top: -16px;
  padding-bottom: 16px;
}
.box-06_cnt {
  position: relative;
}
.box-06_cnt h3 {
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.box-06_cnt h3:before {
  margin-top: -165px;
  width: 13px;
  margin-left: -6.5px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .box-06_cnt h3:before {
    height: 40px;
  }
}
.box-06 h3 + .list {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .box-06 {
    margin-top: 98px;
  }
  .box-06 .icon_padding-01 {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .box-06 .icon_padding-02 {
    margin-top: -12px;
    padding-bottom: 12px;
  }
  .box-06 .icon_padding-03 {
    margin-top: -11px;
    padding-bottom: 11px;
  }
  .box-06 .icon_padding-04 {
    margin-top: -26px;
    padding-bottom: 26px;
  }
}
.box-07 {
  position: relative;
  text-align: center;
  z-index: 1;
}
.box-07 h2 {
  line-height: 44px;
  letter-spacing: 3px;
  font-weight: 700;
}
.box-07 h2:after {
  margin-left: -18.5px;
  margin-top: 24px;
  width: 37px;
}
.box-07 h2:before {
  margin-left: -18.5px;
  margin-top: -25px;
  width: 37px;
}
.box-07 h2 a:hover {
  color: #8c8282;
}
.box-07 h2 span {
  text-transform: uppercase;
  color: #b83d3c;
}
@media only screen and (max-width: 479px) {
  .box-07 h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.box-08:before,
.box-08:after {
  content: " ";
  display: table;
}
.box-08:after {
  clear: both;
}
.box-08 h4 {
  margin-top: -4px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.box-08 p {
  color: #cfcfcf;
}
.box-08 p + .btn {
  margin-top: 19px;
}
.box-08_footer {
  overflow: hidden;
  position: relative;
}
.box-08_footer h4 {
  margin-top: 0;
}
.box-08_footer:before,
.box-08_footer:after {
  content: " ";
  display: table;
}
.box-08_footer:after {
  clear: both;
}
.box-08_footer p {
  color: #2b2525;
}
.box-08_video h4 + p {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .box-08_video {
    text-align: center;
  }
  .box-08_video h4,
  .box-08_video p {
    text-align: left;
  }
}
.box-09_cnt {
  padding-bottom: 12px;
}
.box-09_cnt h3 {
  font-weight: 700;
  color: #b83d3c;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}
.box-09_cnt h3 a:hover {
  color: #8c8282;
}
.box-09_cnt p {
  color: #cfcfcf;
}
.box-09_cnt h3 + p {
  margin-top: 17px;
}
.thumb + .box-09_cnt {
  margin-top: 21px;
}
.box-10 {
  position: relative;
  z-index: 2;
}
.box-10:before,
.box-10:after {
  content: " ";
  display: table;
}
.box-10:after {
  clear: both;
}
.box-10_aside {
  margin-top: 1px;
}
@media only screen and (max-width: 767px) {
  .box-10_aside {
    text-align: center;
  }
}
.box-10_cnt p + span {
  margin-top: 10px;
}
.box-10_cnt h4 {
  margin-top: -4px;
  font-family: 'Roboto', sans-serif;
  color: #2b2525;
  font-weight: 400;
  text-transform: uppercase;
}
.box-10_cnt p {
  color: #2b2525;
}
.box-10_cnt span {
  display: inline-block;
  color: #b83d3c;
  font-size: 18px;
  line-height: 41px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  letter-spacing: 2.7px;
}
@media only screen and (max-width: 767px) {
  .box-10_cnt {
    text-align: center;
  }
}
.box-10_news_aside {
  margin-top: 0px;
}
.box-10_news_cnt time {
  margin-top: -4px;
}
.box-10_news_cnt time + h4 {
  margin-top: 0px;
}
.box-10_news_cnt p {
  color: #cfcfcf;
}
.box-11 {
  position: relative;
  z-index: 2;
}
.box-11:before,
.box-11:after {
  content: " ";
  display: table;
}
.box-11:after {
  clear: both;
}
.box-11_aside {
  text-align: center;
  margin-top: 7px;
}
.box-11_aside time {
  color: #b83d3c;
  font-size: 48px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  letter-spacing: 7.2px;
}
.box-11_aside time span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  margin-top: 7px;
}
.box-11_cnt h4 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.box-11_cnt h4,
.box-11_cnt p {
  font-family: 'Roboto', sans-serif;
  color: #2b2525;
}
@media only screen and (max-width: 767px) {
  .box-11_cnt h4,
  .box-11_cnt p {
    text-align: center;
  }
}
.box-11_cnt a:hover {
  color: #b83d3c;
}
.box-12 {
  text-align: center;
}
.box-12 p {
  color: #cfcfcf;
}
.box-12 p span {
  text-transform: uppercase;
  display: inline-block;
  color: #2b2525;
  padding-bottom: 10px;
}
.box-12 p + p {
  margin-top: 0;
}
.box-12 h2 + p {
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .box-12 {
    margin-bottom: 80px;
  }
}
/*========================================================
                     FOOTER  Section
=========================================================*/
.footer {
  background: url(../images/page-1_img11.jpg);
  background-size: cover;
  position: relative;
}
.footer .footer-mask {
  background: #e8eeeb;
  opacity: 0.85;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.lt-ie9 .footer .footer-mask {
  filter: alpha(opacity=85);
}
.footer_bottom-block {
  z-index: 1;
  position: relative;
  text-align: center;
}
.footer_bottom-block .brand {
  display: block;
  padding-top: 101px;
  padding-bottom: 84px;
}
.footer_bottom-block .brand_name {
  position: relative;
}
.footer_bottom-block .brand_name span {
  text-transform: uppercase;
  display: block;
  color: #2b2525;
}
.footer_bottom-block .brand_name:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 13px;
  border-top: 84px solid #2b2525;
  margin-left: -6.5px;
  margin-top: 62px;
}
.footer_bottom-block_padtop01 .brand {
  padding-top: 69px;
}
.footer .privacy-policy {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-top: -77px;
  padding-bottom: 99px;
}
.footer .privacy-policy a {
  display: inline-block;
}
.footer .privacy-policy a:hover {
  color: #b83d3c;
}
