@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,300|Roboto+Condensed:400,700,300);
@import url(fl-line-ui.css);
/*=========================================================
						MAIN STYLES
=========================================================*/
html {
  font-size: 70px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 100px;
  }
}

body {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 22px;
  font-weight: 400;
  color: #777;
  background: #f3f3f3;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #31383a;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #00cbff;
}

h1 {
  font-size: 0.5rem;
}

h2 {
  font-size: 0.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h3, .heading-3 {
  font-size: 0.2rem;
}
@media (max-width: 767px) {
  h3, .heading-3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #787e80;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
p a:hover {
  text-decoration: underline;
}
p .fa {
  text-decoration: none;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  transition: .4s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

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

img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

hr {
  display: inline-block;
  margin: 0;
  width: 72px;
  height: 2px;
  background: #31383a;
  border: none;
}

.bold, strong {
  font-weight: 700;
}

[class*='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;
}

/*=========================================================
						HELP CLASSES
=========================================================*/
.circle {
  border-radius: 50%;
  width: auto;
  max-width: 100%;
}

.round {
  border-radius: 5%;
}

.center {
  text-align: center;
}

@media (min-width: 768px) {
  .sm-left {
    text-align: left;
  }
}

.left {
  text-align: left;
}

/*==================     Colors    ======================*/
.bg-primary {
  background: #00cbff;
}

.bg-secondary {
  background: #31383a;
}

.bg-image-1 {
  background: url(../images/page-1_bgimg01.jpg);
}

.bg-image-2 {
  background: url(../images/page-2_bgimg01.jpg);
}

.bg-image-3 {
	background-image: url(../images/page-3_bgimg01.jpg);
}

.bg-image-4 {
  background: url(../images/page-4_bgimg01.jpg);
}

.bg-pattern {
  background: url(../images/bg-pattern.jpg) center no-repeat;
  background-size: cover;
}
.bg-pattern .btn {
  color: #fff;
  border-color: #fff;
}
.bg-pattern .btn:hover {
  border-color: #00cbff;
}
.bg-pattern h1, .bg-pattern h2, .bg-pattern h3 {
  color: #fff;
}
.bg-pattern hr {
  background: #00cbff;
}
.bg-pattern p, .bg-pattern h4 {
  color: #939698;
}

.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-fixed * + .btn-group {
  margin-top: 0.68rem;
}

.bg-primary, .bg-secondary, .bg-color-1 {
  color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-color-1 h1, .bg-color-1 h2, .bg-color-1 h3, .bg-color-1 h4, .bg-color-1 h5, .bg-color-1 h6 {
  color: inherit;
}

.primary {
  color: #00cbff;
}

.secondary {
  color: #31383a;
}

/*=========================================================
						MAIN LAYOUT
=========================================================*/
h2 + hr {
  margin-top: 0.2rem;
}

hr + h4 {
  margin-top: 0.28rem;
}

h2 + h4 {
  margin-top: 0.46rem;
}

h3 + p {
  margin-top: 0.3rem;
}

img + h3 {
  margin-top: 0.32rem;
}

p + .marked-list {
  margin-top: 0.3rem;
}

* + .btn-group {
  margin-top: 0.5rem;
}

* + .btn {
  margin-top: 40px;
}

.row + .btn {
  margin-top: 0.8rem;
}

.row + h3 {
  margin-top: 0.34rem;
}

* + .offset-1 {
  margin-top: 0.52rem;
}
* + .offset-2 {
  margin-top: 0.4rem;
}
* + .offset-3 {
  margin-top: 0.2rem;
}

.mg-add {
  margin-top: 0.6rem;
}

/*=========================================================
						COMPONENTS
=========================================================*/
/*==================     Brand     ======================*/
.brand {
background-image:url(../images/logo-small-myroomers.png);
  background-position:left;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 0.76rem;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #fff;
}
.brand:before {
  /*content: "\e01a";*/
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 0.4rem;
  font-weight: 400;
  font-family: "fl-line-ui";
}
.brand a:hover {
  color: inherit;
}

/*==================     Video     ======================*/
.vide_bg {
  opacity: .8;
}
@media (max-width: 992px) {
  .vide_bg {
    opacity: 0;
  }
}
.vide_cnt {
  position: relative;
}
@media (max-width: 992px) {
  .vide {
    background: url(../images/page-1_bgimg01.jpg) center no-repeat;
    background-size: cover;
  }
}

/*==================    Buttons    ======================*/
@media (min-width: 480px) {
  .btn-group a + a {
    margin-left: 11px;
  }
}

.btn, .btn-2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  display: inline-block;
  width: 134px;
  padding: 12px;
  font-size: 12px;
  line-height: 20px;
}
.btn:hover, .btn-2:hover {
  background: #00cbff;
}
.btn:active, .btn-2:active {
  background: #ed1e1e;
}

.btn {
  color: #31383a;
  border: 2px solid #31383a;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.btn:hover {
  color: #fff;
  border-color: #00cbff;
}

.btn-lg {
  display: inline-block;
  width: 174px;
  padding: 22px 20px 18px;
  line-height: 20px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .btn-lg {
    font-size: 14px;
    padding: 16px 10px 18px;
  }
}

.btn-2 {
  color: #31383a;
  background: #fff;
  padding: 14px;
}
.btn-2:hover {
  color: #fff;
}
.btn-2.btn-lg {
  padding: 24px 24px 20px;
}
@media (max-width: 767px) {
  .btn-2.btn-lg {
    padding: 19px 10px 19px;
  }
}

/*==================     Icons     ======================*/
.icon {
  position: relative;
  color: #fff;
  background: #00cbff;
  display: inline-block;
  width: 1.41379em;
  height: 1.41379em;
  line-height: 1.41379em;
  text-align: center;
  border-radius: 50%;
  font-size: 0.29rem;
  overflow: hidden;
}
.icon:before {
  line-height: 0.66rem;
  padding-right: 0.12rem;
}

a.icon:hover {
  color: #fff;
  background: #31383a;
}

/*==================     Media     ======================*/
.media_aside {
  display: table-cell;
  vertical-align: top;
}
.media_body {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .media_aside, .media_body {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .media_aside {
    margin-bottom: 30px;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 7px;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 17px;
  font-size: 14px;
  text-transform: uppercase;
  color: #939698;
}
.marked-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00cbff;
}
.marked-list li + li {
  margin-top: 8px;
}
.marked-list a:hover {
  color: #00cbff;
}

/*==================    Gallery    ======================*/
.gallery [class*="col"],
.gallery .container-fluid {
  padding: 0;
  margin: 0;
}

/*==================      Post     ======================*/
.post {
  position: relative;
  display: block;
  overflow: hidden;
}
.post_cnt {
  text-align: left;
  position: absolute;
  bottom: 0;
  padding: 20px 20px 28px;
  left: 0;
  right: 0;
  vertical-align: bottom;
  transition: .4s all ease;
}
.post_cnt h3 {
  color: #fff;
}
.post_cnt time {
  color: #fff;
  position: absolute;
  bottom: 100%;
  font-size: 12px;
}
.post:before {
  content: "";
  position: absolute;
  top: 62%;
  bottom: -2px;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 100%);
  transition: .4s all ease;
}
.post:hover:before {
  top: 0;
}
.post:hover .post_cnt {
  padding-bottom: 60px;
}

/*==================   Thumbnail   ======================*/
/*==================     Quote     ======================*/
blockquote {
  text-align: center;
}
blockquote img {
  border-radius: 50%;
}
blockquote cite {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #fff;
}
blockquote q {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: #939698;
}
blockquote img + p {
  margin-top: 32px;
}
blockquote p + p {
  margin-top: 33px;
}
blockquote p + .btn {
  margin-top: 63px;
}
@media (max-width: 767px) {
  blockquote br {
    display: none;
  }
}

/*==================    Privacy    ======================*/
.privacy {
  margin-top: 64px;
}
.privacy dt {
  color: #31383a;
}
.privacy dd {
  font-family: "Roboto", sans-serif;
  color: #787e80;
  font-weight: 300;
}
.privacy dt + dd {
  margin-top: 32px;
}
.privacy dd + dt {
  margin-top: 30px;
}
.privacy + a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  margin-top: 25px;
  text-decoration: underline;
  color: #31383a;
}
.privacy + a:hover {
  color: #00cbff;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  margin-top: 4px;
}
.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: 0.28rem;
}
@media (max-width: 991px) {
  .sf-menu > li + li {
    margin-left: 0.2rem;
  }
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFF;
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 20px;
  letter-spacing: 0.02em;
  padding: 0.1rem;
  padding-bottom: 0.21rem;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #00cbff;
}
.sf-menu > li.active > a {
  border-color: #fff;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 2rem;
  margin-top: -4px;
  padding: 0.2rem 0 0.2rem;
  background: #FFF;
  z-index: 2;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3);
}

.sf-menu ul > li > a {
  color: #31383a;
  text-transform: uppercase;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 20px;
  padding: 0.08rem 0.15rem;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #00cbff;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  background: #31383a;
  overflow: hidden;
}

.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #00cbff;
}

@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;
  transition: .3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #00cbff;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: .5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: all .3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: all .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;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  padding-top: 57px;
  padding-left: 72px;
  padding-right: 105px;
  padding-bottom: 49px;
  background: url(../images/header-bg.jpg) center no-repeat;
  background-size: cover;
}
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.stuck_container:after {
  clear: both;
}
@media (max-width: 1199px) {
  .stuck_container {
    padding: 20px;
  }
}

.camera_container + .stuck_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .camera_container + .stuck_container {
    padding-top: 50px;
  }
}

.isStuck {
  padding-top: 10px;
  padding-bottom: 0;
  background: #31383a;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3);
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 12px;
  line-height: 42px;
  color: #fff;
  background: #00cbff;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  background: #adadad;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.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;
}
.parallax h2,
.parallax h4,
.parallax p {
  color: #fff;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  transition: .5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: .3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay .thumb_cnt {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -ms-transform: translateY(-28%);
  -webkit-transform: translateY(-28%);
  transform: translateY(-28%);
}
.thumb_overlay .thumb_cnt span {
  display: block;
}
.thumb_overlay .thumb_cnt span:last-child {
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.thumb_overlay .thumb_cnt .thumb-icon + * {
  margin-top: 30px;
}
.thumb_overlay .thumb-icon {
  font-size: 40px;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: #00cbff;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  color: #fff;
  background: #fff;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand {
    margin-top: 20px;
    display: inline-block;
    float: none;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  position: relative;
  background: #f3f3f3;
  display: block;
}

.bg-aside {
  position: relative;
  background: #fff;
}
.bg-aside:before, .bg-aside:after {
  display: table;
  content: "";
  line-height: 0;
}
.bg-aside:after {
  clear: both;
}
.bg-aside .img {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.bg-aside .img img {
  max-width: none;
  min-height: 664px;
  height: 100%;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 2050px) {
  .bg-aside .img img {
    width: 100%;
    height: auto;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}
.bg-aside .cnt-block {
  position: relative;
  width: 50%;
}
.bg-aside .cnt-block:before {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
}
.bg-aside-left .img {
  right: 50%;
  left: 0;
}
.bg-aside-left .cnt-block {
  margin-left: 50%;
}
.bg-aside-left .cnt-block:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 12px 11.5px 0;
  border-color: transparent #fff transparent transparent;
  right: 100%;
}
.bg-aside-right .img {
  left: 50%;
  right: 0;
}
.bg-aside-right .cnt-block {
  margin-right: 50%;
}
.bg-aside-right .cnt-block:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 0 11.5px 12px;
  border-color: transparent transparent transparent #fff;
  left: 100%;
}
@media (max-width: 767px) {
  .bg-aside .img {
    position: static;
  }
  .bg-aside .img img {
    position: static;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .bg-aside .cnt-block {
    margin: 0;
    width: 100%;
  }
  .bg-aside .cnt-block:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 12px 11.5px;
    border-color: transparent transparent #fff transparent;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    left: 50%;
    right: auto;
    top: auto;
    bottom: 100%;
  }
}

.camera_caption .btn,
.bg-fixed .btn,
.vide_cnt .btn {
  color: #fff;
  border-color: #fff;
}
.camera_caption .btn:hover,
.bg-fixed .btn:hover,
.vide_cnt .btn:hover {
  border-color: #00cbff;
}
.camera_caption h1, .camera_caption h2, .camera_caption h3, .camera_caption h4, .camera_caption h5, .camera_caption h6,
.bg-fixed h1,
.bg-fixed h2,
.bg-fixed h3,
.bg-fixed h4,
.bg-fixed h5,
.bg-fixed h6,
.vide_cnt h1,
.vide_cnt h2,
.vide_cnt h3,
.vide_cnt h4,
.vide_cnt h5,
.vide_cnt h6 {
  color: #fff;
}
.camera_caption h2,
.bg-fixed h2,
.vide_cnt h2 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (max-width: 1199px) {
  .camera_caption h2,
  .bg-fixed h2,
  .vide_cnt h2 {
    font-size: 0.6rem;
  }
}
.camera_caption h4,
.bg-fixed h4,
.vide_cnt h4 {
  font-size: 20px;
}
.camera_caption hr,
.bg-fixed hr,
.vide_cnt hr {
  width: 112px;
  height: 5px;
  background: #fff;
}
@media (max-width: 767px) {
  .camera_caption .btn-lg,
  .bg-fixed .btn-lg,
  .vide_cnt .btn-lg {
    margin-top: 20px;
  }
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 2.49rem;
  padding-bottom: 2.21rem;
}
.well-2 {
  padding-top: 5.37rem;
  padding-bottom: 4.4rem;
}
.well-3 {
  padding-top: 2.62rem;
  padding-bottom: 2.7rem;
}
.well-4 {
  padding-top: 1.84rem;
  padding-bottom: 2.39rem;
}
.well-5 {
  padding-top: 1.45rem;
  padding-bottom: 0.6rem;
}
.well-inset-1 {
  padding-bottom: 1.87rem;
}
.well-inset-2 {
  padding-top: 4.37rem;
}
.well-inset-3 {
  padding-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .well-1, .well-2, .well-3, .well-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  padding-bottom: 1.01rem;
  color: #31383a;
}
footer address,
footer dl {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
footer dt, footer dd {
  display: inline-block;
}
footer a[href^="mailto:"]:hover,
footer a[href^="callto:"]:hover {
  color: #00cbff;
}
footer .copyright {
  padding-top: 30px;
  text-align: center;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
}
footer .copyright a:hover {
  color: #00cbff;
}
footer h4 + form {
  margin-top: 91px;
}
footer * + .inline-list {
  margin-top: 70px;
}
footer * + address {
  margin-top: 64px;
}
footer address + dl {
  margin-top: 23px;
}
