﻿/*========================================================
                      Main Styles
=========================================================*/
body {
	background: #111111;
	color: #5D5D5D;
	font: 500 14px/20px 'Roboto Condensed', sans-serif;
	-webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4 {
  color: #111111;
  font-weight: 700;
}
h1 {
  font-size: 40px;
  line-height: 42px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
  }
}
h2 {
  font-size: 27px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -0.7px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 18px;
    line-height: 17px;
    text-align: center;
  }
}
h3 {
  font-size: 24px;
  line-height: 25px;
  text-transform: uppercase;
}
h4 {
  font-size: 34px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.1px;
}
h4 span {
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
}
h5 {
  font-size: 30px;
  line-height: 32px;
  color: #CE0000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}
h6 {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #5E5E5E;
	font-weight: 700;
	border-bottom: 1px solid #b5b5b5;
}
h6 span,
h6 time {
  text-transform: none;
}
h6 a:hover {
  color: #CE0000;
}
p a:hover {
  text-decoration: underline;
}
p .fa {
  text-decoration: none;
}
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:focus {
  outline: none;
}
a[href^="tel:"],
a[href^="callto:"] {
  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;
}
.center {
  text-align: center;
}
address {
  font-weight: 400;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 28px;
}
* + .off1 {
  margin-top: 55px;
}
* + .off2 {
  margin-top: 41px;
}
* + .off3 {
  margin-top: 50px;
}
* + .off4 {
  margin-top: 13px;
}
* + h3 {
  margin-top: 25px;
}
* + h6 {
  margin-top: 22px;
}
* + p {
  margin-top: 17px;
}
* + .btn {
  margin-top: 26px;
}
* + .btn__off1 {
  margin-top: 32px;
}
* + .map {
  margin-top: 33px;
}
* + address {
  margin-top: 21px;
}
* + dl {
  margin-top: 18px;
}
* + form {
  margin-top: 35px;
}
* + .terms-list {
  margin-top: 27px;
}
h3 + p {
  margin-top: 27px;
}
h4 + p {
  margin-top: 10px;
}
h6 + p {
  margin-top: 1px;
}
.thumb + * {
  margin-top: 27px;
}
h5 + img {
  margin-top: 25px;
}
img + p {
  margin-top: 30px;
}
img + .mod1 {
  margin-top: 36px;
}
h3 + .mod1 {
  margin-top: 30px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  position: relative;
  background: #CE0000;
  width: 229px;
  height: 136px;
  z-index: 2;
  padding-top: 20px;
  -webkit-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.2);
}
.brand_name {
  overflow: hidden;
  z-index: 2;
  padding-top: 12px;
  padding-bottom: 20px;
  font-size: 72px;
  line-height: 76px;
  letter-spacing: -1px;
  margin-left: 7px;
}
.brand_name a {
  color: #000;
  text-transform: none;
}
.brand_slogan {
	position: center;
	z-index: 2;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	top: 120px;
	left: 27px;
	margin-top: 0;
}
.brand:before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  content: '';
  border-style: solid;
  border-width: 0 115px 30px 0;
  border-color: transparent #CE0000 transparent transparent;
}
.brand:after {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  content: '';
  border-style: solid;
  border-width: 30px 115px 0 0;
  border-color: #CE0000 transparent transparent transparent;
}
.brand .shadow-block1,
.brand .shadow-block2 {
  position: absolute;
  transform-origin: 0 0;
  transform: rotate(15deg);
  background: rgba(1, 1, 1, 0);
  left: -1px;
  bottom: 0;
  width: 115px;
  height: 3px;
  -webkit-box-shadow: 4px 2px 4px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 4px 2px 4px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 4px 2px 4px 0px rgba(50, 50, 50, 0.2);
}
.brand .shadow-block2 {
  left: 48%;
  right: -1px;
  bottom: -32px;
  transform: rotate(345deg);
}
@media (max-width: 767px) {
  .brand {
    margin-top: 53px;
  }
  .brand:before,
  .brand:after {
    top: 99%;
  }
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: url(../images/bg.jpg);
  color: #ffffff;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6 {
  color: #ffffff;
}
.bg-primary2 {
  background: url(../images/bg2.jpg);
  color: #ffffff;
}
.bg-primary h6 {
  border-bottom: none;
}
.bg-primary p {
	color: #8F8F8F;
}
.bg-primary .mod1 {
  color: #fff;
}
.bg-primary .box:hover .round_icon {
  background: #ffffff;
}
.bg-primary .btn {
  background: #CE0000;
  color: #111111;
}
.bg-primary .btn:hover {
  background: #fff;
}
.bg-section1 {
  background: #202020;
}
.bg-section1 dl {
  padding-top: 2px;
}
.bg-section1 dt + dd {
  margin-top: 21px;
}
.bg-section1 dt {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.bg-section1 dd,
.bg-section1 li {
  color: #8f8f8f;
  font-weight: 300;
}
.bg-section1 dd a:hover,
.bg-section1 li a:hover {
  color: #fff;
}
.bg-section1 ul {
  padding-top: 6px;
}
.bg-section1 ul li span {
  margin-right: 8px;
}
.bg-section1 ul li + li {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .bg-section1 {
    text-align: center;
  }
}
/*==================     Icons     ======================*/
.fa-coffee,
.fa-fax,
.fa-credit-card,
.fa-medkit,
.number {
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 52px;
  color: #111111;
}
.number {
  font-weight: 400;
  line-height: 65px;
  margin-left: -23px;
}
.round_icon {
  width: 170px;
  height: 170px;
  background: #CE0000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 30px;
  position: relative;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.fa-phone-square,
.fa-envelope,
.fa-map-marker {
  font-size: 30px;
  line-height: 30px;
  color: #CE0000;
}
.fa-phone-square {
  padding-right: 6px;
}
.fa-lightbulb-o {
  padding-right: 6px;  
}
.fa-envelope {
  padding-right: 12px;
}
.fa-map-marker {
  padding-right: 15px;
}
.fa-tumblr-square,
.fa-facebook-square,
.fa-youtube {
  color: #CE0000;
}
.fa-calendar,
.fa-comments {
  line-height: 31px;
}
.fa-calendar:before,
.fa-comments:before {
  padding-right: 6px;
}
.fa-calendar {
  display: inline-block;
  padding-right: 11px;
}
@media (max-width: 979px) {
  .fa-calendar {
    padding-right: 46px;
  }
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  padding: 13px 18px 13px 22px;
  text-align: center;
  background: #CE0000;
  color: #ffffff;
  font-weight: 700;
}
.btn .fa-play-circle {
  font-size: 14px;
}
.btn:hover {
  color: #111111;
  background: #CE0000;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:hover .round_icon {
	background: fff;
}
.box:hover .round_icon .number {
  color: #CE0000;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
  margin-top: 8px;
}
.box_cnt__no-flow h4 a:hover {
  color: #CE0000;
}
.box_cnt__no-flow p {
  line-height: 24px;
}
@media (max-width: 979px) {
  .box {
    text-align: center;
  }
  .box_aside {
    float: none;
    margin: 0 auto;
  }
}
/*==================   Marked List  ======================*/
.marked-list li {
  display: block;
  position: relative;
  padding-left: 25px;
}
.marked-list a {
  display: inline-block;
  line-height: 28px;
}
.marked-list a:hover {
  color: #111111;
}
.marked-list a:before {
  content: '\f0a9';
  font-family: 'FontAwesome';
  position: absolute;
  line-height: 28px;
  left: 0;
  color: #111111;
  font-size: 13px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list a:hover:before {
	color: #8F8F8F;
}
/*========================   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;
  float: left;
}
.sf-menu > li + li {
  margin-left: 23px;
}
.sf-menu > li:last-child {
  padding: 28px 0;
  margin-left: 48px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  padding: 32px 20px 32px 24px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #CE0000;
  background: #111111;
}
.sf-menu > li.active > a {
	color: #FFFFFF;
	background: #111111;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 61%;
  left: -5px;
  width: 205px;
  padding: 28px 0 30px;
  background: #000;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li > a {
  color: #FFF;
  background: #000;
  padding-left: 11px;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.sf-menu ul > li + li {
  margin-top: 20px;
}
.sf-menu ul ul {
  position: absolute;
  top: 40%;
  left: 100%;
  width: 100px;
  margin-top: 0;
  z-index: 4;
  padding: 11px 0 12px;
  background: #CE0000;
}
.sf-menu ul ul > li > a {
	color: #000;
	background: #CE0000;
	padding-left: 14px;
	font-weight: 700;
	letter-spacing: 1.4px;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #FFF;
  font-size: 12px;
}
.sf-menu ul ul > li + li {
  margin-top: 16px;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 56%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 1199px) {
  .brand {
    padding-top: 20;
    height: 145px;
  }
  .brand_name {
    padding: 0;
  }
  .brand_slogan {
    top: 66px;
    left: 55px;
  }
  .sf-menu > li + li {
    margin: 0;
  }
  .sf-menu > li:last-child {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  .brand {
    padding-top: 20;
    height: 145px;
    position: absolute;
    left: 0;
  }
  .sf-menu {
    right: 0;
    position: absolute;
  }
  .sf-menu > li > a {
    padding: 32px 12px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  left: 0;
}
@media (max-width: 767px) {
  .brand {
   padding-top: 20;
   height: 145px;

    right: 0;
  }
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #25589A;
  color: #FFF;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(17, 17, 17, 0.62);
  height: 84px;
}
@media (max-width: 767px) {
  .stuck_container {
    height: 0;
  }
}
.isStuck {
  background: #202020;
  z-index: 999;
  border-bottom: 1px solid #000000;
  height: 52px;
}
.isStuck .brand {
  padding-top: 20;
  height: 145px;
}
.isStuck .brand_name {
  padding-top: 2px;
  padding-bottom: 0;
  font-size: 53px;
  line-height: 43px;
}
.isStuck .brand_slogan {
  top: 42px;
  left: 59px;
  font-size: 11px;
}
.isStuck .brand:before {
  border-width: 0 114px 20px 0;
}
.isStuck .brand:after {
  border-width: 20px 115px 0 0;
}
.isStuck .brand .shadow-block1 {
  bottom: 1px;
  transform: rotate(10deg);
}
.isStuck .brand .shadow-block2 {
  left: 49%;
  bottom: -20px;
  transform: rotate(-10deg);
}
.isStuck .sf-menu > li > a {
  padding: 16px 20px;
}
.isStuck .sf-menu > li:last-child {
  padding: 9px 5px;
  margin-left: 15px;
}
.isStuck .sf-menu > li > ul {
  top: 100%;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 24px;
  line-height: 38px;
  color: #d3d3d2;
  background: #3d3d3d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #111111;
  background: #CE0000;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Thumbnail    ======================*/
.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: #fae108;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 50px 'FontAwesome';
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(34, 34, 33, 0.7);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3222221', endColorstr='#b3222221');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3222221', endColorstr='#b3222221');
  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);
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: left top;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax1 {
  height: 227px;
}
.parallax2 {
  height: 170px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: none;
}
header .brand {
  float: left;
}
header nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
.mod1 {
  font-weight: 400;
  color: #111111;
  text-transform: uppercase;
}
.ins1 {
  padding-bottom: 35px;
  border-bottom: 1px solid #b5b5b5;
  line-height: 24px;
  margin-top: 0;
}
.responsive {
  width: 100%;
  height: auto;
}
.mg_add {
  margin-top: 4px;
  width: 100%;
}
.mg_add2 {
  margin-top: -4px;
}
.mg_add3 {
  margin-top: 2px;
}
.bord {
  position: relative;
}
.bord:after {
  content: '';
  width: 1px;
  height: 158px;
  background: #404141;
  position: absolute;
  right: 0;
  top: -33px;
}
@media (max-width: 767px) {
  .bord:after {
    display: none;
  }
}
.img-block {
  position: relative;
}
.img-block img {
  width: 100%;
}
.img-block .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.6s linear;
  -o-transition: 0.6s linear;
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
}
.lt-ie9 .img-block .img-hover {
  filter: alpha(opacity=0);
}
.img-block .img-hover_block {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
}
.img-block .img-hover_block .img-hover_cnt {
  height: 100%;
  width: 100%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-left: 34px;
  padding-right: 34px;
}
.img-block .img-hover_block .img-hover_cnt h4 {
  font-size: 48px;
  line-height: 39px;
  color: #ffffff;
  padding-top: 17px;
  letter-spacing: -0.4px;
}
.img-block .img-hover_block .img-hover_cnt h4 span {
  font-size: 36px;
  font-weight: 400;
}
.img-block .img-hover_block .img-hover_cnt p {
  font-size: 12px;
  line-height: 19px;
  color: #ffffff;
}
.img-block .img-hover_block .img-hover_cnt > span {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
}
.img-block .img-hover_block .img-hover_cnt > span:hover {
  color: #111111;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .img-block .img-hover_block .img-hover_cnt h4 {
    font-size: 30px;
    line-height: 24px;
  }
  .img-block .img-hover_block .img-hover_cnt h4 span {
    font-size: 25px;
  }
  .img-block .img-hover_block .img-hover_cnt p {
    line-height: 12px;
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  .img-block .img-hover_block .img-hover_cnt {
    text-align: center;
  }
  .img-block .img-hover_block .img-hover_cnt h4 {
    font-size: 36px;
    line-height: 38px;
  }
  .img-block .img-hover_block .img-hover_cnt h4 span {
    font-size: 31px;
  }
}
@media (max-width: 479px) {
  .img-block .img-hover_block .img-hover_cnt {
    padding-left: 5px;
    padding-right: 5px;
  }
  .img-block .img-hover_block .img-hover_cnt p {
    display: none;
  }
  .img-block .img-hover_block .img-hover_cnt h4 {
    font-size: 27px;
    line-height: 26px;
  }
  .img-block .img-hover_block .img-hover_cnt h4 > span {
    font-size: 21px;
    line-height: 30px;
  }
  .img-block .img-hover_block .img-hover_cnt > span {
    line-height: 15px;
  }
}
.img-block .img-hover_block .img-hover_cnt__col1 h4,
.img-block .img-hover_block .img-hover_cnt__col1 span,
.img-block .img-hover_block .img-hover_cnt__col1 p {
  color: #111111;
}
.img-block .img-hover_block .img-hover_cnt__col1 > span:hover {
  color: #ffffff;
}
.img-block:hover .img-hover {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.lt-ie9 .img-block:hover .img-hover {
  filter: alpha(opacity=100);
}
.address-box address {
  font-weight: 400;
  text-transform: uppercase;
}
.address-box dl {
  color: #afafae;
}
.address-box dl dt,
.address-box dl dd {
  display: inline-block;
}
.address-box dl dt {
  width: 62px;
}
.address-box dl dd {
  width: 80%;
}
.address-box dl dd a:hover {
  color: #fae108;
}
.address-box dl dt.mail {
  width: auto;
}
.address-box dl .mail + dd a {
  color: #CE0000;
}
.address-box dl .mail + dd a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .address-box dl dd {
    width: 70%;
  }
  .address-box dl dt.mail {
    width: auto;
  }
}
@media (max-width: 767px) {
  .address-box dl dt.mail {
    width: 15%;
  }
  .address-box dl dt.mail + dd {
    margin-left: -26px;
  }
}
@media (max-width: 479px) {
  .address-box dl dt.mail + dd {
    margin-left: -4px;
  }
}
.terms-list dt + dd {
	margin-top: 18px;
	color: #676767;
}
.terms-list dd + dt {
  margin-top: 40px;
}
.terms-list + a {
  margin-top: 22px;
  display: inline-block;
  color: #CE0000;
}
.terms-list + a:hover {
  text-decoration: underline;
}
/*==================      Well     ======================*/
.well {
  padding-top: 53px;
  padding-bottom: 72px;
}
.well__ins1 {
  padding-top: 60px;
}
.well__ins2 {
  padding-top: 68px;
}
.well__ins3 {
  padding-top: 32px;
}
.well__ins4 {
  padding-top: 74px;
}
.well__ins5 {
  padding-top: 0px;
}
.well2 {
  padding-top: 123px;
  padding-bottom: 113px;
}
.well3 {
  padding-top: 33px;
  padding-bottom: 29px;
}
.well4 {
  padding-top: 69px;
  padding-bottom: 56px;
}
.well4__ins1 {
  padding-bottom: 79px;
}
.well5 {
  padding-top: 60px;
  padding-bottom: 64px;
}
.well6 {
  padding-top: 60px;
  padding-bottom: 50px;
}
.well7 {
  padding-top: 15px;
  padding-bottom: 15px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #111111;
  padding-bottom: 159px;
  font-size: 14pt
}
footer .brand {
  width: 162px;
  height: 99px;
  padding-top: 0;
  margin-left: -17px;
  margin-top: 0;
  display: inline-block;
  position: relative;
}
footer .brand_name {
  font-size: 14px;
  letter-spacing: 0;
  margin-left: 0;
}
footer .brand:before,
footer .brand:after,
footer .brand .shadow-block1,
footer .brand .shadow-block2 {
  display: none;
}
footer .copy {
  display: inline-block;
  margin-top: 40px;
  margin-left: 11px;
  text-transform: uppercase;
  color: #fff;
}
footer .copy span {
  padding-right: 4px;
}
footer .copy a:hover {
	color: #D3D3D2;
}
@media (max-width: 479px) {
  footer {
    text-align: center;
  }
  footer .copy,
  footer .brand {
    margin-left: 0;
  }
  footer .copy {
    margin-top: 10px;
  }
}
