﻿@charset "UTF-8";
@import url(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:400,700|Ubuntu:300,500);
@import "animate.css";
@import "touchTouch.css";
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #8A321E;
  color: #fff;
  font: 300 18px/20px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", serif;
  font-weight: 700;
  color: #8A321E;
}

h1 {
  font-size: 60px;
  line-height: 62px;
}

h2 {
  text-align: center;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
}
h2 em {
  font-size: 20px;
  line-height: 42px;
  display: block;
  color: #EEEEEE;
}

h3 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
}
h3 em {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  display: block;
}
h3 a:hover {
  color: #8A321E;
}

h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}

h4 {
  font-size: 24px;
  line-height: 26px;
  color: #D39E14;
}

h5 {
  font-size: 20px;
  line-height: 26px;
  color: #8A321E;
}

h6 {
  font-size: 18px;
  line-height: 20px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

p.mod1 {
  color: #7c7c7c;
}

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:hover {
  color: ligthten(#D39E14);
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

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;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 11px;
}

* + p.offset1 {
  margin-top: 18px;
}

* + .row {
  margin-top: 30px;
}

* + .row.offset2 {
  margin-top: 80px;
}

* + .row.offset3 {
  margin-top: 42px;
}

* + .terms-list {
  margin-top: 35px;
}

h2.offset1 + * {
  margin-top: 42px;
}

.row.offset3 + .row {
  margin-top: 58px;
}

.row.offset3 + .row.offset4 {
  margin-top: 41px;
}

img + h5 {
  margin-top: 27px;
}

p + .btn3 {
  margin-top: 28px;
}

p + .btn1 {
  margin-top: 37px;
}

.row + .center .btn2 {
  margin-top: 59px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.brand_name {
  overflow: hidden;
  text-transform: uppercase;
  line-height: 44px;
}
.brand_slogan {
  font-size: 20px;
  line-height: 10px;
  color: #8A321E;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
}
.brand:before {
  position: absolute;
  font-size: 30px;
  line-height: 84px;
  text-align: center;
  border-radius: 50%;
  font-size: 48px;
  top: -8px;
  left: 0px;
  width: 81px;
  height: 81px;
  background: #D39E14;
  color: #fff;
}
.brand.mod1 .brand_name {
  color: #fff;
}
.brand.mod1 .brand_slogan {
  color: #EEEEEE;
  font-size: 26px;
}
@media (max-width: 479px) {
  .brand {
    padding-left: 0;
  }
  .brand:before {
    position: relative;
    display: inline-block;
  }
}

/*==================     Image block     ======================*/
.img-block {
  text-align: center;
  padding-top: 44px;
  position: relative;
}
.img-block h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
.img-block img {
  display: inline-block;
  position: absolute;
  top: -151px;
  left: 50%;
  margin-left: -79px;
  border: 8px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .img-block img {
    position: relative;
    top: -25px;
    left: 0;
    margin-left: 0;
    display: inline-block;
  }
}

.img-block2 {
  text-align: center;
  display: block;
  position: relative;
  padding: 80px 20px 40px;
}
.img-block2 img {
  position: absolute;
  display: inline-block;
  top: -50px;
  left: 50%;
  margin-left: -65px;
  border: 8px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.img-block2 img + p {
  margin-top: 23px;
}
.img-block2 p + h5 {
  margin-top: 32px;
  color: #fff;
}
.img-block2 cite a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  display: inline-block;
  padding: 2px;
  border-radius: 4px;
}
.img-block2 cite a:hover {
  color: #D39E14;
  background: #fff;
}

/*==================     Color block     ======================*/
.color-block {
  padding: 22px;
  padding-right: 20px;
  min-height: 339px;
}
.color-block h3 {
  text-transform: uppercase;
  color: #fff;
}
.color-block h3.mod1 {
  font-size: 20px;
  line-height: 30px;
}
.color-block h3.mod1 em {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
}
.color-block p + .btn1 {
  margin-top: 86px;
}
@media (max-width: 1199px) {
  .color-block {
    padding: 14px;
    min-height: 282px;
    max-height: 282px;
  }
  .color-block h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .color-block h3.mod1 {
    font-size: 18px;
    line-height: 20px;
    padding-left: 0;
  }
  .color-block h3.mod1 em {
    font-size: 35px;
    line-height: 35px;
  }
  .color-block p + .btn1 {
    margin-top: 40px;
  }
}
@media (max-width: 979px) {
  .color-block {
    min-height: 234px;
    max-height: 234px;
    padding: 5px;
  }
  .color-block h3.mod1 {
    font-size: 15px;
    line-height: 18px;
    padding-left: 0;
  }
  .color-block h3.mod1 em {
    font-size: 35px;
    line-height: 35px;
  }
  .color-block p {
    max-height: 80px;
    overflow: hidden;
  }
  .color-block p + .btn1 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .color-block {
    padding: 30px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
  }
  .color-block h3 {
    font-size: 30px;
    line-height: 34px;
  }
  .color-block h3.mod1 {
    font-size: 20px;
    line-height: 30px;
  }
  .color-block h3.mod1 em {
    font-size: 48px;
    line-height: 48px;
  }
  .color-block h3, .color-block h3.mod1 {
    text-align: center;
  }
  .color-block p + .btn1 {
    margin-top: 46px;
  }
  .color-block .btn1 {
    width: 40px;
    height: 40px;
    padding-left: 5px;
  }
  .color-block .btn1:before {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .color-block {
    padding-top: 10px;
  }
  .color-block h3.mod1 em {
    font-size: 40px;
    line-height: 40px;
  }
  .color-block p + .btn1 {
    margin-top: 20px;
  }
}

/*==================     Colorful block     ======================*/
.colorful-block {
  padding: 26px 22px 28px;
}
.colorful-block p + .btn1 {
  margin-top: 28px;
}

/*==================     Time block     ======================*/
.time-block {
  position: relative;
}
.time-block time {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 52px;
  background: #ca5e4f;
  padding: 25px 24px 24px;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.time-block time span {
  display: block;
  font-size: 48px;
  line-height: 48px;
}
.time-block + * {
  margin-top: 30px;
}
.time-block + h5 + p {
  margin-top: 15px;
}

/*================     Marked list    ==================*/
.marked-list {
  padding-top: 2px;
}
.marked-list li {
  display: inline-block;
  position: relative;
}
.marked-list li:nth-child(n+3):nth-child(n+1):nth-child(n+1) {
  margin-top: 75px;
}
.marked-list li h4, .marked-list li p {
  padding-left: 56px;
}
.marked-list li h4 + p {
  margin-top: 19px;
}
.marked-list li:before {
  content: "";
  font: 400 20px/37px 'FontAwesome';
  text-align: center;
  position: absolute;
  top: -14px;
  left: -2px;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50% 50% 0 50%;
}
@media (max-width: 979px) {
  .marked-list li h4, .marked-list li p {
    padding-left: 40px;
  }
  .marked-list.mod1 li:nth-child(n+1) {
    margin-top: 0px;
  }
  .marked-list.mod1 li:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .marked-list li:nth-child(n+1) {
    margin-top: 75px;
  }
  .marked-list li:first-child {
    margin-top: 0;
  }
  .marked-list.mod1 li:nth-child(n+1) {
    margin-top: 75px;
  }
  .marked-list.mod1 li:first-child {
    margin-top: 0;
  }
}

.marked-list2 li {
  text-transform: uppercase;
  padding-left: 3px;
}
.marked-list2 li a {
  display: inline-block;
  position: relative;
  color: #7c7c7c;
  line-height: 30px;
}
.marked-list2 li a:before {
  text-align: center;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #D39E14;
  font: 400 12px/18px 'FontAwesome';
  content: "T";
  color: #fff;
  margin-right: 10px;
  padding-bottom: 5px;
  padding-left: 2px;
}
.marked-list2 li a:hover {
  color: #ab882c;
}

/*================     Simple list    ==================*/
.list li {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}

/*================     Social list    ==================*/
.social-list li {
  display: inline-block;
}
.social-list li + li {
  margin-left: 1px;
}
.social-list li a:before {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  width: 47px;
  height: 47px;
  color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  line-height: 47px;
}
.social-list li a:hover:before {
  background: #fff;
  color: #ab882c;
}

/*================     Terms list    ==================*/
.terms-list dt, .terms-list .priv-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #8A321E;
}
.terms-list dd {
  color: #7c7c7c;
}
.terms-list dt + dd {
  margin-top: 16px;
}
.terms-list dd + dt {
  margin-top: 38px;
}
.terms-list .priv-link:hover {
  color: #D39E14;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #8A321E;
}

.bg-primary h2, .bg-primary h5 {
  color: #fff;
}

.bg-secondary {
  background: #D39E14;
}

.bg-1 {
  background: #4498a5;
}

.bg-2 {
  background: #ca5e4f;
}

.bg-3 {
  background: #d18440;
}

.bg-4 {
  background: #D39E14;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
}
.btn:hover {
  background: #ab882c;
}
.btn:active {
  background: #e2cb8e;
}

.btn1 {
  width: 35px;
  height: 35px;
  color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2px;
  padding-left: 13px;
}
.btn1:before {
  font: 400 20px/24px 'FontAwesome';
  content: "";
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn1:hover {
  border-color: #fff;
}
.btn1:hover:before {
  color: #fff;
}

.btn2 {
  padding: 17px 34px;
  background: #D39E14;
  font-family: "Roboto", serif;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
}

.btn3 {
  font-size: 20px;
  line-height: 26px;
  font-family: "Roboto", serif;
  font-weight: 700;
  color: #D39E14;
  text-transform: uppercase;
  margin-left: 2px;
}
.btn3:hover {
  background: none;
  color: #ab882c;
}
.btn3:active {
  background: none;
  color: #e2cb8e;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   Menu   Principal==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 30px;
}
.sf-menu a {
  font-size: 20px;
  line-height: 30px;
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Roboto', serif;
  font-weight: 700;
}
.sf-menu a:hover {
  color: #D39E14;
}
.sf-menu a:active {
  color: #D39E14;
}

.sf-menu > li.active > a {
  color: #D39E14;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 200px;
  margin-top: 10px;
  padding: 10px 0 10px;
  background: #8A321E;
  padding-left: 15px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  text-transform: none;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #D39E14;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  padding-left: 17px;
}

.sf-menu ul ul > li > a {
  font-size: 18px;
  text-align: left;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #D39E14;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: "×";
  font: 400 12px/12px "Roboto";
  display: none;
}

@media (max-width: 767px) {
  .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: #8A321E;
  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: none;
  color: #D39E14;
}
.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: #fdfdfd;
  color: #8A321E;
  -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: #8A321E;
  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: #8A321E;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@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 {
  background: rgba(138, 50, 30, 0.8);
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.isStuck .brand_slogan {
  font-size: 16px;
  line-height: 8px;
}
.isStuck .brand:before {
  line-height: 63px;
  font-size: 38px;
  width: 61px;
  height: 61px;
  left: 25px;
  top: -3px;
}
.isStuck .nav {
  padding-top: 14px;
}
.isStuck .sf-menu ul, .isStuck .sf-menu ul ul {
  background: white;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #8A321E;
  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: #fff;
  background: #8A321E;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  background: #000000;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax h2 {
  text-align: center;
  text-transform: none;
  font-size: 90px;
  margin-top: 323px;
  line-height: 82px;
  color: #fff;
  font-weight: 400;
}
.parallax h2 em {
  font-size: 70px;
  line-height: 72px;
  display: block;
  color: #fff;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;

}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
@media (max-width: 767px) {
  .parallax h2 {
    font-size: 65px;
    line-height: 62px;
  }
  .parallax h2 em {
    font-size: 50px;
    line-height: 52px;
  }
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #D39E14;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
  padding-top: 20px;
}
@media (max-width: 979px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
  header .brand {
    text-align: left;
  }
}
@media (max-width: 479px) {
  header .brand {
    text-align: center;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #f6f6f6;
}

.center {
  text-align: center;
}

@media (min-width: 480px) and (max-width: 767px) {
  img.mod1 {
    width: 100%;
  }
}

h2.mod1 {
  margin-top: 5px;
  line-height: 48px;
  text-align: left;
}
h2.mod1 + * {
  margin-top: 38px;
}
@media (max-width: 979px) {
  h2.mod1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2.mod1 {
    font-size: 50px;
  }
}

h2.mod2 em {
  margin-top: 7px;
  line-height: 30px;
}

h3.mod2 {
  text-transform: uppercase;
  padding-left: 7px;
  position: relative;
}
h3.mod2:before {
  position: absolute;
  text-align: center;
  top: -16px;
  left: -101px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 36px;
  line-height: 84px;
}
@media (max-width: 979px) {
  h3.mod2 {
    padding-left: 20px;
  }
  h3.mod2:before {
    left: -70px;
  }
}
@media (max-width: 767px) {
  h3.mod2 {
    padding-left: 0;
    text-align: center;
    margin-top: 120px;
  }
  h3.mod2:before {
    left: 50%;
    top: -100px;
    margin-left: -42px;
  }
}

time.mod1 {
  font-family: "Roboto", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 60px;
}
time.mod1 span {
  font-size: 60px;
  line-height: 40px;
}
time.mod1 span span {
  margin-left: -3px;
  margin-right: 2px;
  font-size: 48px;
  line-height: 48px;
}
time.mod1 + * {
  margin-top: 15px;
}
time.mod1 + * + p {
  margin-top: 22px;
}

.link1 a:hover {
  color: #D39E14;
}

.link2 a:hover {
  color: #fff;
}

.link3 a:hover {
  color: #8A321E;
}

.grid_6.mod1 h5, .grid_6.mod1 p, .grid_6.mod1 .btn {
  margin-left: 10px;
}

@media (max-width: 767px) {
  [class*="well"].mod1 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  [class*="well"].mod1 h2 {
    font-size: 33px;
  }
}

@media (max-width: 767px) {
  [class*="well"].mod2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  [class*="well"].mod2 h2 {
    font-size: 35px;
  }
  [class*="well"].mod2 h2 em {
    font-size: 16px;
  }
  [class*="well"].mod2 .grid_6 + .grid_6 {
    margin-top: 70px;
  }
}

address[class*="fa-"] {
  color: #8A321E;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 53px;
  position: relative;
  margin-top: 4px;
}
address[class*="fa-"]:before {
  color: #D39E14;
  font-size: 60px;
  line-height: 48px;
  position: absolute;
  left: -1px;
  top: 0px;
}
address[class*="fa-"] a {
  display: inline-block;
}
address[class*="fa-"] a:hover {
  color: #D39E14;
}

address.fa-mobile:before {
  font-size: 66px;
  line-height: 50px;
}
address.fa-envelope-o {
  padding-left: 68px;
}
address.fa-envelope-o:before {
  font-size: 53px;
}

@media (max-width: 979px) {
  address[class*="fa-"] {
    padding-left: 0;
    text-align: center;
  }
  address[class*="fa-"]:before {
    position: relative;
    display: block;
  }
}
@media (max-width: 767px) {
  address[class*="fa-"] {
    padding-left: 53px;
    text-align: left;
  }
  address[class*="fa-"]:before {
    position: absolute;
  }
  address[class*="fa-"] .mail {
    margin-left: 20px;
  }
}

/*==================      Well     ======================*/
.well1 {
  padding-top: 0px;
  padding-bottom: 216px;
}

.well2 {
  padding-top: 50px;
  padding-bottom: 60px;
}

.well2__inset1 {
  padding-bottom: 51px;
}

.well3 {
  padding-top: 108px;
  padding-bottom: 106px;
}

.well3__inset1 {
  padding-bottom: 76px;
}

.well3__inset2 {
  padding-top: 111px;
}

.well3__inset3 {
  padding-bottom: 87px;
}

.well3__inset4 {
  padding-bottom: 92px;
}

.well4 {
  padding-top: 90px;
  padding-bottom: 86px;
}

.well5 {
  padding-top: 98px;
  padding-bottom: 90px;
}

.well6 {
  padding-top: 92px;
  padding-bottom: 82px;
}

.well7 {
  padding-top: 122px;
  padding-bottom: 92px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #8A321E;
  padding-top: 86px;
  padding-bottom: 99px;
  color: #EEEEEE;
}
footer h4 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto", serif;
  font-weight: 700;
}
footer h4 + * {
  margin-top: 19px;
}
footer h4 + address {
  margin-top: 23px;
}
footer dl dt {
  display: inline-block;
}
footer dl dd {
  display: inline-block;
}
footer dl dd a:hover {
  color: #D39E14;
}
footer dl + ul {
  margin-top: 33px;
}
footer .brand + .privacy {
  margin-top: 76px;
}
footer .privacy a:hover {
  color: #D39E14;
}
@media (max-width: 979px) {
  footer .brand {
    padding-left: 0;
  }
  footer .brand:before {
    position: relative;
    display: inline-block;
  }
  footer .social-list {
    text-align: center;
  }
  footer .social-list li {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .brand + .privacy {
    margin-top: 46px;
  }
}
/*********************************start magnifier2*************************************/
.marTop1 {
  margin-top: -177px;
  position: relative;
  z-index: 1;
}
.marTop2 {
  margin-top: 20px;
}
.marTop3 {
  margin-top: 15px;
}
.marTop4 {
  margin-top: 13px;
}

.marTop7 {
  margin-top: 8px !important;
}

img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/img_over.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
