


@import url(../css/font-awesome.css);
@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(../css/css.css?family=Roboto+Condensed:400);
@import url(../css/css1.css?family=Roboto+Condensed:700);
/*========================================================
                    Variables
=========================================================*/
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #ffffff;
  font: 14px/20px 'Roboto', sans-serif;
  color: #cad3dd;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
  color: #fb9da0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
img {
  width: 100%;
  height: auto;
}
h3 {
  font: 30px/36px 'Roboto Condensed', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h4 {
  font: 18px/22px 'Roboto Condensed', sans-serif;
  color: #2e3e4b;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: #ffffff;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#header img {
  width: auto;
  height: auto;
}
.headerside-1_substrate {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 500%;
  height: 400%;
  background: #dc5e61;
}
.header-side-1 {
  background: #dc5e61;
  display: inline-block;
  position: relative;
  z-index: 9;
}
.header-side-1:after {
  left: 100%;
  top: 35%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #dc5e61;
  border-width: 17px;
  margin-top: -17px;
}
.header-side-2 {
  display: inline-block;
  height: 100%;
  background: url(../images/header-bg.png) no-repeat;
  background-size: auto 100% !important;
  background-position: top left;
  margin-left: -20px;
}
.header-side-2 h2 {
  font: 48px/56px 'Roboto Condensed', sans-serif;
  color: #dc5e61;
  text-transform: uppercase;
  padding: 102px 0 103px;
  letter-spacing: 1.5px;
}
h1 {
  padding: 84px 0 10px;
  position: relative;
  z-index: 9;
}
.header-btns {
  margin-bottom: 41px;
}
/* Main menu styles
========================================================*/
nav {
  padding-top: 0px;
}
.sf-menu {
  float: none;
  font: 16px/16px 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 43px;
}
.sf-menu a {
  text-decoration: none;
}
.sf-menu li {
  display: inline-block;
  float: left;
  margin: 0 0 12px 0;
  position: relative;
}
.sf-menu li a {
  display: inline-block;
  background: transparent;
  color: #fff;
  letter-spacing: 1.5px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.sf-menu li a:hover {
  color: #fb9da0;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.sf-menu li:before {
  content: '';
  display: block;
  width: 0px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -1px;
  background: #fb9da0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sf-menu li:hover:before {
  width: 23px;
  left: -34px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sf-menu > li.current:before {
  width: 23px;
  left: -34px;
}
.sf-menu > li.current > a {
  color: #fb9da0;
}
.sf-menu li.sfHover:before {
  width: 23px;
  left: -34px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sf-menu li.sfHover > a {
  color: #fb9da0;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 40px;
  left: 0;
  background: #dc5e61;
  padding: 47px 20px 42px;
  width: 170px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 120px;
  background: #dc5e61;
  padding: 10px 20px;
  z-index: 4;
}
/*  Vertical menu styles
========================================================*/
.sf-vertical {
  width: 140px;
}
.sf-vertical ul {
  left: 200%;
  top: -46px;
}
.sf-vertical ul ul {
  left: 141%;
  top: -103px;
  padding: 103px 20px 14px;
}
.sf-vertical > li {
  float: none;display:block;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  #stuck_container {
    position: relative;
  }
  .select-menu {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #c33333;
  padding: 5px 0;
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
}
/* Buttons
=============================================*/
.btn_wrapper {
  text-align: left;
}
.btn_wrapper .btn {
  display: inline-block;
}
.btn_wrapper .btn .btn_slide_wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #2e3e4b;
  letter-spacing: 2px;
}
.btn_wrapper .btn .btn_slide_wrapper .btn_main {
  display: inline-block;
  width: 140px;
  padding: 27px 0 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.btn_wrapper .btn .btn_slide_wrapper .btn_slide {
  width: 100%;
  height: 100%;
  background: #cad3dd;
  position: absolute;
  top: -100%;
  left: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.btn_wrapper .btn .btn_slide_wrapper .btn_slide div {
  padding: 27px 0 27px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.btn_wrapper .btn:hover {
  text-decoration: none;
}
.btn_wrapper .btn:hover .btn_main {
  margin: 50px 0 -50px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.btn_wrapper .btn:hover .btn_slide {
  top: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.btn_wrapper.btn-style-2 .btn .btn_slide_wrapper {
  background: #dc5e61;
}
.btn_wrapper.btn-style-2 .btn .btn_slide_wrapper .btn_slide {
  background: #dc5e61;
  top: auto;
  bottom: -100%;
}
.btn_wrapper.btn-style-2:hover .btn .btn_slide_wrapper {
  background: #dc5e61;
}
.btn_wrapper.btn-style-2:hover .btn .btn_slide_wrapper .btn_slide {
  background: #2e3e4b;
  bottom: 0;
}
.btn_wrapper.btn-style-2:hover .btn .btn_slide_wrapper .btn_main {
  margin: -50px 0 50px;
}
/* Third In One Blocks
=============================================*/
.third-in-one_first {
  position: relative;
}
.third-in-one_first_substrate {
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 100%;
  background: #2e3e4b;
}
.third-in-one_first_block {
  background: url(../images/page-1_img-1.png) no-repeat;
  background-size: auto 100% !important;
  background-position: top right;
  position: relative;
  z-index: 9;
  padding: 44px 0 32px;
}
.third-in-one_first_block p {
  font: 16px/20px 'Roboto Condensed', sans-serif;
  color: #6b8295;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  margin-top: 12px;
}
.third-in-one_first_block p a:hover {
  color: #ffffff;
}
.third-in-one_second {
  position: relative;
}
.third-in-one_second_substrate {
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 110%;
  background: #cad3dd;
}
.third-in-one_second_block {
  position: relative;
  z-index: 9;
  padding: 49px 0 42px;
}
.third-in-one_second_block ul {
  font: 16px/24px 'Roboto Condensed', sans-serif;
  color: #2e3e4b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.third-in-one_second_block ul li {
  display: inline-block;
}
.third-in-one_second_block ul li a:hover {
  color: #dc5e61;
}
.third-in-one_third {
  position: relative;
}
.third-in-one_third_substrate {
  position: absolute;
  top: 0;
  left: -20px;
  width: 300%;
  height: 100%;
  background: #dc5e61;
}
.third-in-one_third_block {
  position: relative;
  z-index: 9;
  padding: 43px 0 13px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.third-in-one_third_block i {
  font-size: 52px;
  line-height: 52px;
  color: #fff;
  float: left;
  margin-right: 25px;
  margin-top: 11px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.third-in-one_third_block i.fa-legal {
  font-size: 55px;
  line-height: 55px;
  margin-top: 9px;
}
.third-in-one_third_block i.fa-globe {
  font-size: 55px;
  line-height: 55px;
  margin-top: 5px;
  margin-right: 33px;
}
.third-in-one_third_element {
  position: relative;
  margin-bottom: 41px;
}
.third-in-one_third_element:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -23px;
  display: block;
  width: 2px;
  height: 31px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.third-in-one_third_element:hover i,
.third-in-one_third_element:hover p {
  color: #fc9ea0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.third-in-one_third_element:hover h3 {
  color: #fc9ea0;
}
.third-in-one_third_element:hover:before {
  background: #fc9ea0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.third-in-one_third_text {
  overflow: hidden;
}
.third-in-one_third_text p {
  color: #fff;
  margin-top: 16px;
  padding-right: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.third-in-one_third a:hover {
  color: #fff;
}
/* Carousel
=============================================*/
.carousel_title {
  position: relative;
  padding: 73px 0 112px;
}
.carousel_title_substrate {
  position: absolute;
  top: 0;
  right: -20px;
  width: 550%;
  height: 100%;
  background: #dc5e61;
}
.carousel_title h3 {
  position: relative;
  z-index: 9;
}
.carousel_title h3:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 1px;
  display: block;
  width: 37px;
  height: 2px;
  background: #fff;
}
.carousel_wrapper {
  position: relative;
}
.carousel_wrapper span {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  z-index: 19;
  top: 0;
  right: 0;
  background: #2e3e4b;
}
.carousel_substrate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e3e4b;
}
.carousel .item {
  position: relative;
}
.carousel_slogan {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  background: #2e3e4b;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.carousel_slogan p {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  font: 16px/22px 'Roboto Condensed', sans-serif;
  color: #fff;
  letter-spacing: 1.5px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.carousel_slogan p:before,
.carousel_slogan p:after {
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -18px;
  display: block;
  width: 37px;
  height: 2px;
  background: #596a78;
}
.carousel_slogan p:after {
  top: auto;
  bottom: -24px;
}
.carousel .item:hover .carousel_slogan {
  bottom: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
/* Big Info
=============================================*/
.big-info {
  padding: 70px 0 80px;
}
.big-info h3 {
  position: relative;
  margin-bottom: 16px;
  color: #2e3e4b;
}
.big-info h3:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 37px;
  height: 2px;
  background: #dc5e61;
}
.big-info time {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2e3e4b;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  position: relative;
  display: block;
  margin-top: 14px;
}
.big-info time:before {
  content: attr(title);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  position: absolute;
  top: -11px;
  left: 3px;
}
.big-info p {
  color: #2e3e4b;
}
.big-info p a:hover {
  color: #cad3dd;
}
.big-info_slogan {
  font: 24px/30px 'Roboto Condensed', sans-serif;
  color: #dc5e61 !important;
  text-transform: uppercase;
}
.big-info_btn {
  margin-top: 4px;
  width: 100%;
  height: 91px;
  background: #dc5e61;
  text-align: center;
  font: 16px/20px 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.big-info_btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.big-info_btn:after {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.big-info_btn:hover {
  background: #cad3dd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.big-info_btn:hover a {
  color: #fff;
}
/* Info
=============================================*/
.info h3 {
  color: #dc5e61;
  position: relative;
  margin: 70px 0 16px;
}
.info h3:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 37px;
  height: 2px;
  background: #dc5e61;
}
.info img {
  margin-top: 4px;
}
.info_text {
  overflow: hidden;
}
.info_text h4 {
  margin-bottom: 15px;
}
.info_text p {
  margin-bottom: 20px;
}
.info_text p.p__title {
  color: #dc5e61;
}
/* Cards
=============================================*/
.cards h3 {
  color: #dc5e61;
  position: relative;
  margin: 70px 0 16px;
}
.cards h3:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 37px;
  height: 2px;
  background: #dc5e61;
}
.cards ul {
  margin-top: 25px;
}
.cards ul li {
  width: 100%;
  height: 75px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 13px 5px;
  border: 1px solid #e7e7e7;
  margin-bottom: 5px;
}
.cards ul li img {
  width: auto;
  height: auto;
  float: left;
  margin-right: 20px;
}
.cards ul li p {
  color: #2e3e4b;
  overflow: hidden;
}
/* Time List
=============================================*/
.time-list {
  padding-bottom: 20px;
}
.time-list h3 {
  color: #dc5e61;
  position: relative;
  margin: 55px 0 19px;
}
.time-list h3:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 37px;
  height: 2px;
  background: #dc5e61;
}
.time-list li {
  margin-bottom: 24px;
}
.time-list time {
  font: 18px/18px 'Roboto Condensed', sans-serif;
  color: #c30101;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 17px;
}
.time-list .p__title {
  color: #2e3e4b;
  margin-bottom: 10px;
}
/* Info Numb
=============================================*/
.info-numb {
  background: #dc5e61;
  padding: 43px 0 11px;
}
.info-numb_block {
  position: relative;
  padding-bottom: 41px;
  margin-left: 23px;
}
.info-numb_block:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -23px;
  display: block;
  width: 2px;
  height: 31px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.info-numb_block:hover div,
.info-numb_block:hover p {
  color: #fc9ea0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.info-numb_block:hover h3 {
  color: #fc9ea0;
}
.info-numb_block:hover:before {
  background: #fc9ea0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.info-numb_numb {
  float: left;
  font: 50px/50px 'Roboto Condensed', sans-serif;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 3px;
  margin-left: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.info-numb_text {
  overflow: hidden;
  padding-left: 20px;
}
.info-numb_text p {
  color: #fff;
  margin-top: 16px;
  padding-right: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.info-numb a:hover {
  color: #fff;
}
/* Blog
=============================================*/
.blog {
  padding: 70px 0 20px;
}
.blog h3 {
  color: #dc5e61;
  margin-bottom: 20px;
  position: relative;
}
.blog h3:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 37px;
  height: 2px;
  background: #dc5e61;
}
.blog .post {
  margin-bottom: 45px;
  position: relative;
}
.blog .post:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: 37px;
  height: 2px;
  background: #dc5e61;
}
.blog .post:last-child:after {
  display: none;
}
.blog .post img {
  margin-bottom: 20px;
}
.blog .post h4 {
  margin-bottom: 20px;
}
.blog .post i {
  padding: 2px 0 0 4px;
  color: #dc5e61;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog .post i:hover {
  color: #cad3dd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* A-Side
=============================================*/
.a-side {
  padding: 70px 0 20px;
}
.a-side h3 {
  color: #dc5e61;
  margin-bottom: 20px;
  position: relative;
}
.a-side h3:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 37px;
  height: 2px;
  background: #dc5e61;
}
.a-side ul {
  margin-bottom: 62px;
}
.a-side li {
  margin-bottom: 10px;
}
.a-side li a {
  padding-left: 15px;
  position: relative;
}
.a-side li a:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 17px;
  line-height: 11px;
  color: #2e3e4b;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.a-side li a:hover:before {
  left: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.a-side_date time {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2e3e4b;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  position: relative;
  display: block;
  margin-top: 14px;
}
.a-side_date time:before {
  content: attr(title);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  position: absolute;
  top: -11px;
  left: 3px;
}
.a-side_date_block {
  margin-bottom: 50px;
  position: relative;
}
.a-side_date_block:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  display: block;
  width: 37px;
  height: 2px;
  background: #dc5e61;
}
.a-side_date_block:last-child {
  margin-bottom: 0;
}
.a-side_date_block:last-child:after {
  display: none;
}
/* Info With Video
=============================================*/
.info-with-video {
  padding: 70px 0 20px;
}
.info-with-video h3 {
  color: #dc5e61;
  margin-bottom: 20px;
  position: relative;
}
.info-with-video h3:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 37px;
  height: 2px;
  background: #dc5e61;
}
.info-with-video iframe {
  width: 100%;
  height: 380px;
}
.info-with-video h4 {
  margin-top: -5px;
  margin-bottom: 20px;
}
.info-with-video p {
  margin-bottom: 20px;
}
/* Gallery
=============================================*/
.gallery {
  padding: 70px 0 20px;
}
.gallery h3 {
  color: #dc5e61;
  margin-bottom: 20px;
  position: relative;
}
.gallery h3:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 37px;
  height: 2px;
  background: #dc5e61;
}
.gallery li {
  margin-bottom: 20px;
}
.gallery h4 {
  margin-top: 15px;
}
.gallery .thumbs_img div {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery .thumbs_img div > .lbHover {
  background: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery .thumbs_img div > .lbHover div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery .thumbs_img div > .lbHover div:after {
  content: '';
  font-family: 'FontAwesome';
  font-size: 50px;
  line-height: 50px;
  color: #2e3e4b;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery .thumbs_img div:hover > .lbHover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery .thumbs_img div:hover > .lbHover div:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* Video
=============================================*/
.video {
  padding: 70px 0 50px;
}
.video h3 {
  color: #dc5e61;
  margin-bottom: 20px;
  position: relative;
}
.video h3:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 37px;
  height: 2px;
  background: #dc5e61;
}
.video p {
  margin-top: 20px;
}
.video li > a {
  display: block;
  position: relative;
}
.video .video-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.video .video-hover img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: -10%;
  margin-top: -23px;
  margin-left: -23px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.video a:hover .video-hover img {
  left: 50%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
/* Contacts
=============================================*/
.contacts {
  padding: 70px 0 20px;
}
.contacts h3 {
  color: #dc5e61;
  margin-bottom: 20px;
  position: relative;
}
.contacts h3:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 37px;
  height: 2px;
  background: #dc5e61;
}
.contacts .map {
  width: 100%;
  height: auto;
}
.contacts .map iframe {
  width: 100%;
  height: 440px;
}
.contacts_details h4 {
  margin-top: -4px;
  margin-bottom: 15px;
}
.contacts_details span {
  display: inline-block;
  min-width: 78px;
}
.contacts_details a {
  color: #dc5e61;
}
.contacts_details a:hover {
  text-decoration: underline;
}
/* Feedback
=============================================*/
.feedback {
  padding: 70px 0 20px;
}
.feedback h3 {
  color: #dc5e61;
  margin-bottom: 20px;
  position: relative;
}
.feedback h3:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 37px;
  height: 2px;
  background: #dc5e61;
}
/* More Text
=============================================*/
.more-text {
  padding: 70px 0 80px;
}
.more-text h3 {
  color: #dc5e61;
  margin-bottom: 10px;
  position: relative;
}
.more-text h3:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 37px;
  height: 2px;
  background: #dc5e61;
}
.more-text h4 {
  margin-top: 10px;
}
.more-text h4,
.more-text p {
  margin-bottom: 20px;
}
.more-text a {
  color: #dc5e61;
}
.more-text a:hover {
  text-decoration: underline;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  overflow: hidden;background:#000;
}
.information_side-1 {
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font: 16px/20px 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 50px 0 45px;
}
.information_side-1 img {
  width: auto;
  height: auto;
  margin-bottom: 12px;
}
.information_side-1_substrate {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 400%;
  height: 100%;
  background: #cad3dd;
}
.information_side-1 > a,
.information_side-1 > .row {
  position: relative;
  z-index: 9;
}
.information_side-2 {
  background: #dc5e61;
  text-align: center;
  position: relative;
}
.information_side-2_substrate {
  position: absolute;
  top: 0;
  right: 0;
  left: -20px;
  display: block;
  height: 500px;
  background: #dc5e61;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.information_side-2_arrow {
  position: relative;
  left: -10px;
  width: 82px;
  height: 45px;
  background: url(../images/arrow-down.png) no-repeat;
  display: inline-block;
}
.information_side-2 p {
  font: 48px/48px 'Roboto Condensed', sans-serif;
  color: #ffffff;
  text-align: left;
  padding-left: 22px;
  padding-top: 35px;
  margin-bottom: 32px;
}
.information_side-2 p,
.information_side-2 a {
  position: relative;
  z-index: 9;
  margin-left: -20px;
}
.information_side-2:hover .information_side-2_substrate {
  background: #596a78;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.information_side-3 p {
  font: 16px/22px 'Roboto Condensed', sans-serif;
}
.information_side-3 a {
  text-decoration: underline;
}
.information_side-3 .information_phone {
  font: 30px/30px 'Roboto Condensed', sans-serif !important;
  letter-spacing: 1.5px;
  margin-top: 48px;
  margin-bottom: 16px;
}
.information_side-3 .information_phone span {
  color: #dc5e61;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #fff;
  width: 82px;
  height: 45px;
  background: url(../images/arrow-up.png) no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
}
#toTop:hover {
  background: url(../images/arrow-up_hover.png) no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .third-in-one_second_block ul li.separator-newline {
    width: 100px;
  }
  .third-in-one_second_substrate {
    height: 110%;
  }
  .cards ul li {
    height: auto;
  }
}
@media only screen and (max-width: 979px) {
  .third-in-one_third_substrate {
    height: 105%;
  }
  .carousel_title {
    padding-bottom: 59px;
  }
  .information_side-2 p {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .header-side-2 {
    display: none;
  }
  .header-side-1 {
    width: 100%;
  }
  .headerside-1_substrate {
    right: -200px;
    left: -200px;
    width: 800px;
  }
  h1 {
    padding: 10px 0;
  }
  .third-in-one_first_block {
    background: none;
  }
  .third-in-one_first_substrate,
  .third-in-one_second_substrate,
  .third-in-one_third_substrate,
  .carousel_title_substrate,
  .carousel_substrate,
  .information_side-1_substrate {
    right: -200px;
    left: -200px;
  }
  .information_side-2_substrate {
    height: 118%;
    width: 300%;
    right: -200px;
    left: -200px;
  }
  .information_side-2 {
    text-align: center;
  }
  .information_side-2 a {
    margin-left: 5px;
  }
  .information_side-2 p {
    text-align: center;
    margin-left: -40px;
  }
  .carousel_title {
    padding: 10px 0;
  }
  .big-info p {
    margin: 10px 0;
  }
  .map {
    margin-bottom: 30px;
  }
  .information {
    padding-bottom: 50px;
  }
}
/*Core variables and mixins*/
