@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=Open+Sans:400,700,800);
/*========================================================
                      Main Styles
=========================================================*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background: #333;
  color: #555;
  font: 400 15px/28px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, dt {
  color: #222;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, dt a {
  color: inherit;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, dt a:hover {
  color: #750501;
}

h1 {
  font-size: 36px;
  line-height: 42px;
}

h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 4.5px;
}

h3 {
  font-size: 26px;
  line-height: 30px;
}

h4 {
  font-size: 22px;
  line-height: 28px;
}

h5 {
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2.25px;
}

h6 {
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2.25px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time, .time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel"],
a[href^="callto"] {
  color: inherit;
  text-decoration: none;
}

a[href^="mailto"] {
  display: inline-block;
  color: #750501;
  text-decoration: underline;
}
a[href^="mailto"]:hover {
  color: #222;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

strong {
  font-weight: 700;
}

dt {
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2.25px;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  /*overflow: hidden;
  min-height: 500px;*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
/*header.homepage-hdr {
  -webkit-flex: 2 0 auto;
  flex: 2 0 auto;
}*/
/*header {
  -webkit-flex: 2 0 auto;
  flex: 2 0 auto;
}*/
main {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
footer {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
  .text-single p {
    text-align: left;
  }
}

.mg-add {
  margin-top: 6px;
}

.mg-add2 {
  margin-top: 10px;
}

.hidden {
  overflow: hidden;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 37px;
}

* + .off1 {
  margin-top: 71px;
}

* + .off2 {
  margin-top: 37px;
}

* + .off3 {
  margin-top: 37px;
}

* + .off2-49 {
  margin-top: 49px;
}

* + .off4 {
  margin-top: 61px;
}

* + .off5 {
  margin-top: 18px;
}

* + .off6 {
  margin-top: 55px;
}

* + .off7 {
  margin-top: 34px;
}

h2 + * {
  margin-top: 17px;
}

h5 + * {
  margin-top: 10px;
}

p + * {
  margin-top: 25px;
}

.icon + * {
  margin-top: 41px;
}

img + h6 {
  margin-top: 28px;
}

h6 + p {
  margin-top: 20px !important;
  margin-bottom: 20px;
}

dt + dd {
  margin-top: 18px;
}

dd + dt {
  margin-top: 35px;
}

dl + a {
  margin-top: 29px;
}

h5 + .owl-carousel2,
h5 + .owl-carousel3 {
  margin-top: 40px;
}

h6 + .index-list {
  margin-top: 41px;
}

p + .link {
  margin-top: 11px;
}

.img + h6 {
  margin-top: 33px;
}

.txt1 + .txt2 {
  margin-top: 8px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  position: relative;
  display: inline-block;
  padding: 15px 0 5px 100px;
}
.brand:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
  content: "";
  background: #750501 url(../images/logo.svg) center no-repeat;
  background-size: 68px;
}
.brand_name {
  overflow: hidden;
  font-size: 18px;
  font-weight: 800;
  line-height: 23px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}
.brand_slogan {
  margin-top: -4px;
  color: #acacac;
  letter-spacing: 0.7px;
  line-height: 16px;
  margin-top:2px;
}
.brand h1 a:hover {
  color: inherit;
}
@media (max-width: 479px) {
  .brand {
    padding-left: 90px;
  }
  .brand:before {
    width: 80px;
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #750501;
}

/*==================     Icons     ======================*/
.fa-envelope {
  font-size: 66px;
  top: -1px;
  left: 30px;
}

.fa-mobile-phone {
  font-size: 86px;
  top: 6px;
  left: 30px;
}

.fa-map-marker {
  font-size: 73px;
  top: 10px;
  left: 31px;
}

.grid-mail {
  margin-top: 8px;
}

.icon {
  position: relative;
  display: inline-block;
  width: 128px;
  height: 128px;
  background: #750501;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon:hover {
  background: #222;
}
.icon:hover:after {
  border-top-color: #222;
}
.icon:hover ~ * {
  color: #222;
}
.icon:active {
  background: #555555;
}
.icon:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #750501 transparent transparent transparent;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon__mod1:hover {
  background: #750501;
}
.icon__mod1:hover:after {
  border-top-color: #750501;
}
.icon__mod1:hover ~ * {
  color: #fff;
}

/*==================    Buttons    ======================*/
.btn {
  width: 100%;
  padding: 9px;
  font-weight: 700;
  letter-spacing: 2.25px;
  text-align: center;
  color: #fff;
  background: rgba(0, 169, 157, 0.6);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn:hover {
  background: #750501;
}
.btn:active {
  background: #00766e;
}

.link {
  display: inline-block;
  color: #750501;
}
.link:hover {
  text-decoration: underline;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  padding-left: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .box_aside {
    float: none;
  }
  .box_cnt__no-flow {
    margin-top: 20px;
    padding: 0;
  }
  .contact-list .grid_4 a,
  .contact-list .grid_4 address {
    width: 230px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-list .grid-phone {
    margin-bottom: 55px;
  }
}

/*=================    Inline List     ==================*/
.inline-list {
  float: right;
}
.inline-list li {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.inline-list li:hover {
  color: #750501;
}
.inline-list li + li {
  margin-left: 20px;
}
.inline-list li a {
  cursor: pointer;
}

/*=================     Index List     ==================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: -4px;
  left: -4px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.index-list li:nth-child(n+4) {
  margin-top: 33px;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*=================    Marked List     ==================*/
.marked-list li {
  position: relative;
  padding-left: 20px;
}
.marked-list li:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #750501;
}
.marked-list li a:hover {
  text-decoration: none;
}
.marked-list li + li {
  margin-top: 20px;
}

/*=================    Contact List    ==================*/
.contact-list li {
  position: relative;
  padding-left: 140px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-list li a, .contact-list li a[href^="mailto"] {
  display: inline-block;
  color: #222;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.contact-list li a:hover, .contact-list li a[href^="mailto"]:hover {
  color: #750501;
}
@media (max-width: 1199px) and (min-width: 980px) {
  .contact-list li {
    padding-left: 110px;
  }
}
@media (max-width: 979px) {
  .contact-list li {
    padding: 0;
    text-align: center;
  }
  .contact-list li div[class*="fa-"] {
    position: static;
    display: block;
  }
  .contact-list li div {
    display: block;
    margin-bottom: 30px;
  }
  .grid-mail {
    margin-top: 0;
  }
}
.contact-list div[class*="fa-"] {
  position: absolute;
  font-family: "FontAwesome";
  color: #750501;
}

/*==================      Quote    ======================*/
blockquote {
  margin-top: 147px;
  color: #fff;
}
blockquote h5 {
  color: #fff;
}
blockquote h5 + p {
  margin-top: 16px;
}
@media (max-width: 1199px) and (min-width: 979px) {
  blockquote {
    margin-top: 100px;
  }
}
@media (max-width: 979px) {
  blockquote {
    margin-top: 30px;
  }
}

cite {
  display: inline-block;
  font-weight: 700;
}

q {
  display: block;
}

cite + p {
  margin-top: 10px;
}

/*==================      Post     ======================*/
.post {
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  padding: 20px 0;
}
.post:hover {
  color: #222;
}
.post:hover .img2, .post:hover time {
  color: #750501;
  border-color: #750501;
}
.post time, .post .time {
  padding: 21px 0 27px;
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

time, .time {
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 4.5px;
  text-align: center;
  color: #222;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 979px) and (min-width: 767px) {
  time, .time {
    font-size: 16px;
  }
}

article.row + article.row {
  border-top: none;
  margin-top: 0;
}

/*==================    Colors    ======================*/
.primary {
  color: #750501;
}

/*==================    Images    ======================*/
@media (max-width: 767px) {
  .img img {
    width: 100%;
  }
}

.img1 {
  width: 100%;
  border: 5px solid rgba(255, 255, 255, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.img1 img {
  width: 100%;
}
@media (max-width: 767px) {
  .img1 {
    display: inline-block;
    width: 100%;
  }
  .img1 img {
    width: 100%;
  }
}

.img2 {
  width: 100%;
  border-left: 2px solid #f0f0f0;
  text-align: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .img2 .thumb {
    width: 100%;
  }
}

/*==================      Text     ======================*/
.txt1,
.txt2 {
  text-align: center;
}

.txt1 {
  font-size: 58px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 8.7px;
}
.txt1 strong {
  display: block;
  font-size: 60px;
  font-weight: 800;
}

.txt2 {
  font-size: 16px;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .txt2 {
    padding: 0 20px;
  }
  .center-block {
    width: 100% !important;
  }
}

@media (max-width: 479px) {
  .txt1 strong, .txt1 {
    font-size: 34px;
    line-height: 40.8px;
  }

  .txt1 + .txt2 {
    margin-top: 30px;
  }
}
/*!========================   Menu   ==========================*/
.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 {
  display: block;
}

.sf-menu {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sf-menu > li > a {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #b1140f;
}
.sf-menu > li.active > a {
  color: #b1140f;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 72px;
  left: -32px;
  width: 114px;
  padding: 10px 0 10px;
  text-align: center;
  background: #750501;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
  padding: 7px 8px;
}
.sf-menu ul > li > a {
  color: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #222;
  text-decoration: line-through;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 114px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

@media (max-width: 1199px) and (min-width: 979px) {
  .sf-menu > li + li {
    margin-left: 15px;
  }
}
@media (max-width: 979px) {
  .sf-menu {
    display: none;
  }
}
/*!==================  Stuck menu  ======================*/
.camera_container + .stuck_wr {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.stuck_wr {
  padding: 12px 0;
}

.stuck_container {
  background: rgba(34, 34, 34, 0.8);
}

.isStuck {
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
.isStuck .brand {
  padding: 14px 0 0 154px;
}
.isStuck .brand:before {
  height: 75px;
}
.isStuck .sf-menu {
  padding: 23px 0;
}
.isStuck .sf-menu ul {
  top: 51px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================   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: #750501;
  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;
  display: none;
}

.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: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: 979px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*!==================     ToTop     ======================*/
.toTop {
  width: 45px;
  height: 45px;
  font-size: 24px;
  line-height: 40px;
  color: #222;
  background: #f0f0f0;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.toTop:hover {
  color: #fff;
  background: #750501;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax h2, .parallax h5, .parallax h6, .parallax p, .parallax .link, .parallax time, .parallax .time {
  color: #fff;
}
.parallax .icon ~ * {
  color: #fff;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  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;
}

@media (max-width: 479px) {
  .parallax__shift .parallax_image, .parallax__shift .parallax_pattern {
    background-position: left center;
  }
}
.thumb {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
}

.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: transparent;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
  background: url(../images/thumb.png) center no-repeat;
}

.thumb:hover .thumb_overlay {
  background: rgba(0, 169, 157, 0.5);
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlaybefore {
  display: block;
}

.thumb__mod1 .thumb_overlay {
  opacity: 1;
  top: 6px;
}
.thumb__mod1 .thumb_overlay:before {
  background: url(../images/play.png) center no-repeat;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.thumb__mod1:hover .thumb_overlay:before {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background: url("../images/header-bg.jpg");
}
header:before, header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
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: #fff;
}

/*==================      Well     ======================*/
.well {
  padding-top: 66px;
  padding-bottom: 85px;
}

.well p {
  margin-top: 0;
}

.well2 {
  padding-top: 97px;
  padding-bottom: 71px;
}

.well3 {
  padding-top: 66px;
  padding-bottom: 69px;
}

.well4 {
  padding-top: 66px;
  padding-bottom: 75px;
}

.well5 {
  padding-top: 91px;
  padding-bottom: 0;
}

.well6 {
  padding-top: 86px;
  padding-bottom: 96px;
}

.ins1 {
  padding-bottom: 126px;
}

.ins2 {
  padding-bottom: 93px;
}

.ins3 {
  padding-bottom: 66px;
}

.ins4 {
  padding-top: 86px;
}

.ins5 {
  padding-bottom: 73px;
}

.ins6 {
  padding-top: 61px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-bottom: 46px;
  background: #333;
}
footer:before, footer:after {
  display: table;
  content: "";
  line-height: 0;
}
footer:after {
  clear: both;
}
footer .brand {
  float: left;
  padding-top: 30px;
}
footer .brand:before {
  top: -16px;
}
footer .inline-list {
  margin-top: 32px;
}

.copyright {
  float: right;
  clear: right;
  font-size: 13px;
  color: #888;
}
.copyright a {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.copyright a:hover {
  color: #750501;
  text-decoration: underline;
}

.inline-list + .copyright {
  margin-top: 26px;
}

@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .inline-list, footer .brand, footer .copyright {
    float: none;
    display: block;
  }
}

.bold {
  font-weight: bold;
}

span.attr {
  margin-right: 20px;
}

.home-articles article h6 {
  margin-top: 20px;
}

img.mg-add {
  margin: 0;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px;
    border-radius: 50%;
    font-family: "FontAwesome";
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev:before, .slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    color: #000;
}

.slick-prev:hover, .slick-next:hover {
    background: #750501;
}

.slick-prev:hover:before, .slick-next:hover:before {
    color: #fff;
}

.slick-prev:before {
  content: "";
}

.slick-next:before {
  content: "";
}

.parallax_cnt .owl-nav {
  display: none;
}

.well3 .owl-carousel {
  margin-top: 37px;
}

.text-single p {
  margin-top: 15px;
}

.post p, .contacts p {
  margin-top: 20px;
}

.center-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.video-item h6 {
  margin-top: 20px;
}

.pagination {
  display: block;
  width: 100%;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0 10px;
  padding: 0 10px;
}
.pagination li.active {
  background: #b1140f;
  color: #fff;
}
.pagination li:hover a {
  color: #b1140f;
}
.pagination i {
  font-size: 20px;
  color: inherit;
}