@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "a5000849_animate.css";
@import url(//fonts.googleapis.com/css?family=Roboto:900,400,300);
@import url(//fonts.googleapis.com/css?family=Roboto:400italic,300italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #d82132;
  color: #999999;
  font: 300 16px/24px 'Roboto', sans-serif;
}
a {
  font: inherit;
  color: #d82132;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:active {
  background: transparent;
}
p a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-text-size-adjust: none;
}
/*============  Text  =============*/
.text_1 {
  font: 900 20px/24px 'Roboto', sans-serif;
}
.text_2 {
  font: 900 14px/14px 'Roboto', sans-serif;
}
.text_3 {
  font: 900 13px/13px 'Roboto', sans-serif;
}
.text_4 {
  font: 300 16px/30px 'Roboto', sans-serif;
}
.text_5 {
  font: 300 16px/24px 'Roboto', sans-serif;
}
.text_6 {
  font: 300 14px/24px 'Open Sans', sans-serif;
}
.text_7 {
  font: 300 italic 16px/24px 'Roboto', sans-serif;
}
.text_8 {
  font: 400 14px/18px 'Roboto', sans-serif;
}
.text_9 {
  font: 900 24px/24px 'Roboto', sans-serif;
}
.text_10 {
  font: 300 12px/16px 'Roboto', sans-serif;
}
.text_3 {
  text-transform: uppercase;
}
/*============  Colors  =============*/
.color_1 {
  color: #ffffff;
}
.color_1 a {
  color: inherit;
}
.color_2 {
  color: #444444;
}
.color_2 a {
  color: inherit;
}
.color_3 {
  color: #d82132;
}
.color_3 a {
  color: inherit;
}
.color_1 a:hover {
  text-decoration: underline;
}
.color_2 a:hover {
  color: #d82132;
}
.color_3 a:hover {
  color: #d82132;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #d82132;
}
.bg_2 {
  background: #dfdfdf;
}
.bg_3 {
  background: rgba(216, 33, 50, 0.5);
}
.bg_4 {
  background: rgba(0, 0, 0, 0.3);
}
.bg_5 {
  background: rgba(0, 0, 0, 0.5);
}
.bg_6 {
  background: #ffffff;
}
.bg_7 {
  background: rgba(216, 33, 50, 0.72);
}
.bg-image_1 {
  background: url("bg_4.jpg") no-repeat center bottom;
}
@media (max-width: 979px) {
  .bg-image_1 {
    background: none;
  }
}
/*============  Floats  =============*/
.put-left {
  float: left;
}
.put-right {
  float: right;
}
/*============  Page  =============*/
.page {
  overflow: hidden;
}
/*============  Page  =============*/
@media (min-width: 768px) and (max-width: 979px) {
  .col-md_12 {
    width: 748px;
  }
}
/*========================================================
                    HEADER styles
=========================================================*/
.brand {
  position: relative;
  display: inline-block;
  padding: 20px 44px 22px 0;
  background: #bd1d2c;
  border-top-right-radius: 38px;
  border-bottom-right-radius: 38px;
}
.brand:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: -1px;
  width: 2001px;
  height: 100%;
  background: #bd1d2c;
}
.brand h1 {
  display: inline-block;
  text-align: left;
  overflow: hidden;
}
.brand a {
  display: inline-block;
  position: relative;
  margin-left: 41px;
  text-decoration: none;
  color: #ffffff;
  font: 300 30px/36px 'Roboto', sans-serif;
}
.brand a:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -41px;
  width: 30px;
  height: 36px;
  background: url("logo.png") no-repeat;
}
@media (max-width: 979px) {
  .brand {
    float: none;
    display: block;
    text-align: center;
    padding-right: 0;
    border-radius: 0;
  }
  .brand:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -1px;
    width: 2001px;
    height: 100%;
    background: #bd1d2c;
  }
}
@media (max-width: 979px) {
  .nav {
    float: none;
    text-align: center;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  padding: 34px 0 30px;
  display: inline-block;
}
.sf-menu > li {
  position: relative;
  float: left;
  font: 900 13px/13px 'Roboto', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.sf-menu > li > a {
  color: #ffffff;
}
.sf-menu > li > a.fa-caret-down:before {
  position: absolute;
  top: 2px;
  left: 100%;
  padding-left: 5px;
  font: 400 14px 'FontAwesome';
  line-height: inherit;
}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  color: #444444;
}
.sf-menu > li + li {
  margin-left: 49px;
}
.sf-menu ul {
  display: none;
  width: 109px;
  padding: 13px 0 13px;
  background: rgba(216, 33, 50, 0.9);
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.sf-menu a.fa {
  position: relative;
  font: inherit;
}
/* First level sub-menu styles
========================================================*/
.sf-menu > li > ul {
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -55px;
}
.sf-menu > li > ul li {
  position: relative;
  display: block;
  font: 400 13px/25px 'Open Sans', sans-serif;
  text-align: center;
  text-transform: none;
}
.sf-menu > li > ul li + li {
  margin-top: 5px;
}
.sf-menu > li > ul li.sfHover > a,
.sf-menu > li > ul li.current > a,
.sf-menu > li > ul li a:hover {
  background: #bd1d2c;
}
.sf-menu > li > ul li.sfHover a.fa-angle-right:before {
  content: '\f107';
}
.sf-menu > li > ul li a.fa-caret-right:before {
  position: absolute;
  top: 2px;
  right: 15px;
  color: #ffffff;
  font: 400 14px 'FontAwesome';
  line-height: inherit;
}
.sf-menu > li > ul li a {
  display: block;
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: -55px;
}
.sf-menu > li > ul > li:first-child > ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.sf-menu > li > ul > li:first-child + li > ul {
  position: absolute;
  left: 100%;
  top: -25px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > ul {
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  nav {
    padding-bottom: 0;
  }
  .sf-menu {
    display: none;
  }
  .select-menu {
    margin: 20px 0 20px;
    display: block;
    position: relative;
    padding: 0;
    width: 100%;
    height: 40px;
    border: none;
    background: #ffffff url(select.png) 99% center no-repeat;
    color: #444444;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: 700 20px/20px 'Roboto Condensed', sans-serif;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 479px) {
  nav.put-right {
    padding-bottom: 0px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #bd1d2c;
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  padding-top: 17px;
  background: #ffffff;
  overflow: hidden;
}
/*============  Headers  =============*/
.header_1 {
  font: 900 30px/30px 'Roboto', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.header_1.skin_1 {
  padding-bottom: 23px;
  background: url("hbg.png") no-repeat center bottom;
}
.header_1.skin_2 {
  padding-bottom: 23px;
  background: url("hbgw.png") no-repeat center bottom;
}
.header_1.indent_1 {
  margin: 49px 0px 11px;
}
.header_1.indent_2 {
  margin: 66px 0px 11px;
}
.header_2 {
  text-transform: uppercase;
  text-align: center;
}
.header_2.skin_2 {
  padding-bottom: 24px;
  background: url("hbgr.png") no-repeat center bottom;
}
/*============  Intro  =============*/
.intro_1 {
  font: italic 14px/18px 'Roboto', sans-serif;
  text-align: center;
}
/*============  Wraps  =============*/
.wrap_1 {
  padding-top: 54px;
}
.wrap_2 {
  padding-bottom: 78px;
}
.wrap_3 {
  padding-top: 65px;
}
.wrap_4 {
  padding-bottom: 68px;
}
.wrap_5 {
  padding-top: 49px;
}
.wrap_6 {
  padding-bottom: 61px;
}
.wrap_7 {
  padding-top: 50px;
}
.wrap_8 {
  padding-bottom: 35px;
}
.wrap_9 {
  padding-bottom: 46px;
}
.wrap_10 {
  padding-top: 96px;
}
.wrap_11 {
  padding-bottom: 92px;
}
.wrap_12 {
  padding-bottom: 70px;
}
.wrap_13 {
  padding-top: 40px;
}
.wrap_14 {
  padding-bottom: 41px;
}
.wrap_15 {
  padding-bottom: 72px;
}
.wrap_16 {
  padding-top: 13px;
}
.wrap_17 {
  padding-top: 44px;
}
.wrap_18 {
  padding-bottom: 23px;
}
.wrap_19 {
  padding-bottom: 89px;
}
.wrap_20 {
  padding-top: 20px;
}
.wrap_21 {
  padding-top: 43px;
}
.img-wrap {
  text-align: center;
}
/*============  Butttons  =============*/
.btn_1 {
  display: inline-block;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.btn_1.bg_1 {
  color: #ffffff;
}
.btn_1.bg_1:hover {
  color: #ffffff;
  background: #bd1d2c;
  text-decoration: none;
}
.btn_1.bg_2 {
  background: #ffffff;
  color: #d82132;
}
.btn_1.bg_2:hover {
  color: #ffffff;
  background: #444444;
  text-decoration: none;
}
.btn_1.bg_3 {
  background: #dfdfdf;
  color: #d82132;
}
.btn_1.bg_3:hover {
  color: #ffffff;
  background: #444444;
  text-decoration: none;
}
.btn_1.type_1 {
  padding: 12px 28px 11px 20px;
  max-width: 171px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .btn_1.type_1 {
    padding: 12px 10px 11px 10px;
    max-width: 150px;
  }
}
.btn_1.type_2 {
  padding: 11px 28px 13px 20px;
  max-width: 247px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .btn_1.type_2 {
    padding: 11px 10px 13px 10px;
    max-width: 230px;
  }
}
.btn_1.type_3 {
  padding: 12px 10px 11px;
  max-width: 145px;
  width: 100%;
  text-align: center;
}
.btn_1.type_4 {
  padding: 12px 10px 12px;
  max-width: 165px;
  width: 100%;
  text-align: center;
}
.btn_1.type_5 {
  padding: 12px 10px 11px;
  max-width: 125px;
  width: 100%;
  text-align: center;
}
/*============  Icons  =============*/
.icon_1 {
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(index_img04.png) no-repeat 0 0;
}
.icon_1:hover {
  background-position: 0 -78px;
}
.icon_2 {
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(index_img05.png) no-repeat 0 0;
}
.icon_2:hover {
  background-position: 0 -78px;
}
.icon_3 {
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(index_img06.png) no-repeat 0 0;
}
.icon_3:hover {
  background-position: 0 -78px;
}
.icon_4 {
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(index_img07.png) no-repeat 0 0;
}
.icon_4:hover {
  background-position: 0 -78px;
}
/*============  Boxes  =============*/
.box_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 80px;
  width: 240px;
  height: 240px;
  margin-top: -220px;
  margin-left: -200px;
}
.box_1 .inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
.box_1 .inner h2:first-child {
  padding-top: 20px;
}
.box_1 .inner h2 + p {
  padding-top: 9px;
}
.box_1 .inner p + .btn {
  margin-top: 27px;
}
.box_1:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 500px;
  z-index: 2;
}
.box_1:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 500px;
  z-index: 2;
}
.box_1 h2 {
  font: 700 90px/90px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.box_1 p {
  font: 300 40px/40px 'Roboto', sans-serif;
}
.box_1 .btn {
  display: inline-block;
  padding: 15px 38px 15px 39px;
  font: 700 20px/20px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #d82132;
  border-radius: 20px;
}
.box_1 .btn:hover {
  background: #444444;
  color: #ffffff;
}
@media (max-width: 479px) {
  .box_1 {
    padding: 50px;
    width: 190px;
    height: 190px;
    margin-top: -165px;
    margin-left: -145px;
  }
  .box_1 h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .box_1 p {
    font-size: 30px;
    line-height: 30px;
  }
  .box_1 .btn {
    font-size: 14px;
    line-height: 14px;
  }
  .box_1 p + .btn {
    margin-top: 17px;
  }
}
.box_2 .img-wrap {
  padding-top: 7px;
}
.box_2 .text_5 {
  text-transform: uppercase;
}
.box_2 .text_5 + p {
  padding-top: 15px;
}
.box_2 p + p {
  padding-top: 5px;
}
.box_2 p + .list_1 {
  padding-top: 15px;
}
.box_2 .list_1 + .btn_1 {
  margin-top: 25px;
}
.box_2 .text_10 {
  text-transform: uppercase;
}
.box_2 .text_10.indent_1 {
  padding-bottom: 7px;
  border-bottom: 2px solid #dcdcdc;
}
.box_2 .text_5 + .text_10 {
  padding-top: 0;
}
.box_2 .text_10 + .img-wrap {
  padding-top: 17px;
}
.box_2 .text_10 + .caption {
  padding-top: 22px;
}
.box_2 .img-wrap + .caption {
  padding-top: 5px;
}
.box_2 p > .btn_1 {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .box_2 {
    padding-bottom: 30px;
  }
  .box_2 .img-wrap {
    padding-bottom: 15px;
  }
}
.box_3 {
  text-align: center;
}
.box_3 > a + .text_1 {
  margin-top: 26px;
}
.box_3 .caption {
  position: relative;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.box_3 .caption:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 0px;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
}
.box_3 .caption + .text_1 {
  padding-top: 25px;
}
.box_3 .caption_1 {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 37px 10px 18px;
}
.box_3 .caption_1 .text_2 {
  text-transform: uppercase;
}
.box_3 .caption_1 .text_2 + img {
  padding-top: 39px;
}
.box_3 .caption_1 img + p {
  padding-top: 33px;
}
.box_3 .caption_1 img + p span {
  text-decoration: underline;
}
.box_3 .caption_1:hover {
  background: rgba(255, 255, 255, 0.2);
}
.box_3 .caption_2 {
  position: relative;
  border: 1px solid rgba(216, 33, 50, 0.28);
  padding: 15px 5px 23px 42px;
  text-align: left;
}
.box_3 .caption_2:before {
  content: '“';
  position: absolute;
  left: 9px;
  top: 13px;
  font: 900 60px/60px 'Roboto', sans-serif;
}
.box_3 .caption_2:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 0px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgba(216, 33, 50, 0.28) transparent transparent transparent;
}
.box_3 .caption_2 + .text_8 {
  padding-top: 10px;
}
.box_3 .caption_3 {
  display: block;
  padding: 40px 0 45px;
}
.box_3 .caption_3:hover {
  background: #bd1d2c;
}
.box_3 .caption_3 .text_9 {
  text-transform: uppercase;
}
.box_3 .caption_3 .text_9 + .fa {
  padding-top: 23px;
}
.box_3 .caption_3 .fa {
  font-size: 110px;
  line-height: 100px;
}
.box_3 .caption_3 .fa + p {
  padding-top: 13px;
}
.box_3 .caption_3 p {
  padding: 0 35px;
}
.box_3 .caption_4 {
  padding: 0 60px;
}
.box_3 .caption_4 .text_5 {
  text-transform: uppercase;
}
.box_3 .caption_4 .text_5 + p {
  padding-top: 15px;
}
.box_3 .caption_4 .text_5 + p + .btn_1 {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .box_3 {
    padding: 1px 1px 30px;
  }
  .box_3 .caption_4 {
    padding: 0;
  }
}
.box_4 .img-wrap + .caption {
  padding-top: 11px;
}
.box_4 .caption .btn-wrap {
  position: relative;
  display: block;
}
.box_4 .caption .btn-wrap .text_2 {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.box_4 .caption .btn-wrap .text_2 span {
  display: block;
  position: relative;
  width: 145px;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 11px;
  z-index: 1;
}
.box_4 .caption .btn-wrap a {
  display: block;
  padding-left: 146px;
  padding-top: 13px;
  padding-bottom: 12px;
  text-align: center;
}
.box_4 .caption .btn-wrap a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.box_4 .caption .btn-wrap a span {
  position: relative;
  z-index: 1;
}
.box_4 .caption .btn-wrap a:hover {
  color: #ffffff;
  background: #f62639;
}
.box_4 .caption .btn-wrap a:hover:after {
  opacity: 1;
}
.box_4 .caption .btn-wrap a.type_2:hover {
  color: #ffffff;
  background: #999999;
}
.box_4 .caption .btn-wrap a.type_2:hover:after {
  opacity: 1;
}
.box_4 .caption .btn-wrap + p {
  padding-top: 9px;
}
@media (max-width: 767px) {
  .box_4 {
    padding: 1px 1px 30px;
  }
  .box_4 .img-wrap.indent_1 {
    padding-bottom: 15px;
  }
}
.box_5 {
  position: relative;
  padding-left: 60px;
}
.box_5.indent_1 {
  padding-left: 65px;
  padding-bottom: 25px;
}
.box_5 .put-left-abs {
  position: absolute;
  top: 5px;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 25px;
}
.box_5 .put-left-abs .text_6 {
  padding-top: 13px;
}
.box_5 .put-left-abs_2 {
  position: absolute;
  left: 0;
  top: 0;
}
.box_5 .fa {
  color: #ffffff;
}
.box_5 .fa-comments,
.box_5 .fa-child,
.box_5 .fa-group {
  font-size: 50px;
  line-height: 50px;
}
.box_5 .fa-camera {
  font-size: 47px;
  line-height: 50px;
}
.box_5 .caption .text_1 + p {
  padding-top: 7px;
}
@media (max-width: 767px) {
  .box_5 {
    padding-bottom: 30px;
  }
}
/*============  Lists  =============*/
.list_1 li + li {
  padding-top: 5px;
}
.list_1 li:before {
  content: '\f0a9';
  padding-right: 4px;
  font: 400 16px 'FontAwesome';
  line-height: inherit;
}
/*============  Map =============*/
.map {
  width: 100%;
  height: 367px;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 150px;
  }
}
/*============  Address =============*/
address .text_5 {
  text-transform: uppercase;
}
address p + .text_5 {
  padding-top: 18px;
}
address dl dt,
address dl dd {
  display: inline-block;
}
address dl dt {
  min-width: 80px;
}
address .text_5 + dl {
  padding-top: 24px;
}
address p.color_3 a {
  color: #ffffff;
}
address p.color_3 a:hover {
  text-decoration: underline;
}
/*============  Terms List =============*/
.terms-list {
  letter-spacing: -0.01px;
}
.terms-list dt {
  text-transform: uppercase;
}
.terms-list dt + dd {
  padding-top: 15px;
}
.terms-list dd + dt {
  padding-top: 28px;
}
/*============  LightBox =============*/
a[data-type='lightbox'] {
  display: block;
  background: #d82132 url('magnify.png') no-repeat center center;
}
a[data-type='lightbox'] img {
  width: 100%;
  height: auto;
}
a[data-type='lightbox']:hover img {
  opacity: 0.4;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  a[data-type='lightbox'].last-row {
    margin-bottom: 8px;
  }
}
/*============  LinkBox =============*/
a[data-type='linkbox'] {
  display: block;
  background: #d82132 url('like.png') no-repeat center center;
}
a[data-type='linkbox'] img {
  width: 100%;
  height: auto;
}
a[data-type='linkbox']:hover img {
  opacity: 0.4;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  a[data-type='linkbox'].last-row {
    margin-bottom: 8px;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-block {
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .stellar-block {
    background-size: auto 100%;
  }
}
.first {
  background-image: url(bg_1.jpg);
  background-color: #d82132;
  background-position: center 50%;
}
@media (max-width: 1199px) {
  .first {
    background-image: url(bg_1sm.jpg);
  }
}
.second {
  background-image: url(bg_2.jpg);
  background-color: #d82132;
  background-position: center 0%;
}
@media (max-width: 1199px) {
  .second {
    background-image: url(bg_2sm.jpg);
  }
}
.third {
  background-image: url(bg_3.jpg);
  background-color: #d82132;
  background-position: center 100%;
}
@media (max-width: 1199px) {
  .third {
    background-image: url(bg_3sm.jpg);
  }
}
.fourth {
  background-image: url(bg_5.jpg);
  background-color: #d82132;
  background-position: center 100%;
}
@media (max-width: 1199px) {
  .fourth {
    background-image: url(bg_5sm.jpg);
  }
}
/*========================================================
                    FOOTER styles
=========================================================*/
@media (max-width: 767px) {
  #footer {
    text-align: center;
    padding-bottom: 30px;
  }
}
/*============  Info  =============*/
.info {
  text-align: center;
  padding: 27px 0 28px;
}
@media (max-width: 767px) {
  .info {
    display: inline-block;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 15px;
  overflow: hidden;
  border: none;
  color: #dfdfdf;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #444444;
}
@media only screen and (max-width: 1299px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/