﻿/**********************************************
 Header / NavBar
***********************************************/
/* Bootstrap Enhancements and/or Overrides */
@media only screen and (min-width: 767px) {
  /* styles for browsers larger than 960px; */
  .navbar-nav > li > a {
    font-size: 15px !important;
    padding-top: 14.5px !important;
    padding-bottom: 14.5px !important;
  }
}
@media only screen and (min-width: 1440px) {
  /* styles for browsers larger than 1440px; */
  .navbar-nav > li > a {
    font-size: 25px !important;
    padding-top: 14.5px !important;
    padding-bottom: 14.5px !important;
  }
}
.margin-menu {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .margin-menu {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .margin-menu {
    margin-top: 70px;
  }
}
.menu-float {
  float: right;
}
@media (max-width: 767px) {
  .menu-float {
    float: none !important;
  }
}
@media (max-width: 1199px) {
  .navbar {
    padding-bottom: 10px !important;
  }
}
.navbar-brand img {
  max-height: 80px;
}
@media (max-width: 767px) {
  .navbar-brand img {
    max-height: 65px;
    padding-left: 10px;
  }
}
@media (max-width: 1199px) {
  .navbar-brand img {
    max-height: 70px;
  }
}
@media (min-width: 767px) {
  #navbar-getImmotionRoom {
    margin-right: 35px;
  }
}
.navbar-flag {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (min-width: 767px) {
  .navbar-flag {
    margin-left: 50px;
  }
}
.navbar-flag a {
  margin-left: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.navbar-flag img {
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
}
@media (min-width: 767px) {
  .navbar-flag img {
    margin-top: -1px;
    width: 35px;
  }
}
.btn-blue {
  display: block;
  background-color: #1162e1 !important;
  border: 2px solid #1162e1 !important;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  font-family: "Questrial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: white !important;
  transition: 0.15s;
}
@media (max-width: 767px) {
  .btn-blue {
    max-width: 260px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.btn-blue:hover {
  cursor: pointer;
  background-color: #a5c5f8 !important;
  border: 2px solid #a5c5f8 !important;
  color: black !important;
  text-decoration: none;
}
.btn-center {
  float: none;
  display: inline-block;
}
.carousel-margin {
  margin-bottom: 20px;
}
/**********************************************
 Home Body
***********************************************/
.section-title {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.section-title h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.section-title h2 {
  margin-top: 15px;
}
/**********************************************
 About page
***********************************************/
.about-body {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: justify;
}
.about-img {
  margin-left: auto;
  margin-right: auto;
}
.about-headers {
  text-align: center;
}
.about-section {
  text-align: justify;
}
/**********************************************
 Header Video
***********************************************/
.video_container {
  position: relative;
  margin-top: 155px;
  padding: 100px 0 100px 0;
}
@media (max-width: 767px) {
  .video_container {
    margin-top: 140px;
    padding: 0 0 60px 0;
  }
}
div.video {
  width: 100%;
  position: absolute;
  top: -74px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  overflow: hidden;
  background-color: #222c37;
}
.video-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
div.video iframe {
  max-width: none;
  width: 2000px;
  height: 1125px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translate(-50%, -50%);
}
.text-overlay {
  text-align: center !important;
  color: white !important;
  margin-left: 25px;
  margin-right: 25px;
}
@media (min-width: 767px) {
  .text-overlay {
    line-height: 200px;
  }
}
.home-header-background {
  width: 100%;
  position: absolute;
  top: -74px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  overflow: hidden;
}
.home-header-img-background {
  width: 720px;
  position: absolute;
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("http://www.immotionar.com/media/1313/home_immotionroompic5.jpg");
  top: -50%;
  left: 0px;
  bottom: 0px;
}
@media (max-width: 480px) {
  .home-header-img-background {
    left: -50%;
  }
}
/**********************************************
 Get ImmotionRoom Section
***********************************************/
.boxed-border {
  position: relative;
  background: #e9e9e9;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.boxed-border h3 {
  font-size: 36px;
  text-align: center;
}
.boxed-border img {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: block;
  border-radius: 5px;
}
.boxed-border p {
  font-size: 24px;
}
.boxed-border-button {
  position: relative !important;
  display: inline !important;
}
/**********************************************
 Responsive Video
***********************************************/
.custom-responsive-video {
  padding-bottom: 30% !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-responsive-video {
    padding-bottom: 30% !important;
  }
}
@media (max-width: 767px) {
  .custom-responsive-video {
    padding-bottom: 56.25% !important;
  }
}
/**********************************************
 Services
***********************************************/
.padding-service-reset {
  padding: 0px;
}
.fix-row-service {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .fix-image-service {
    padding: 0px;
  }
}
.row-service-even {
  background: #ffffff;
}
.row-service-odd {
  background: #e9e9e9;
}
@media (min-width: 1200px) {
  .image-service {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .service-body {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .service-body {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .service-body {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .service-body {
    padding: 80px;
  }
}
.service-body h1 {
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-body h1 {
    margin-top: 10px;
    font-size: 30px;
  }
}
.service-body p {
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: justify;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-body p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .service-body p {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-body p {
    font-size: 15px;
  }
}
.service-body a {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  margin-top: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-body a {
    font-size: 15px;
  }
}
.service-body i {
  font-size: 35px;
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-body i {
    font-size: 30px;
  }
}
.service-details-text p {
  font-size: 22px;
  text-align: justify;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-details-text p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .service-details-text p {
    text-align: left;
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-details-text p {
    font-size: 15px;
  }
}
.service-details-text li {
  font-size: 22px;
  text-align: justify;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-details-text li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .service-details-text li {
    text-align: left;
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-details-text li {
    font-size: 15px;
  }
}
.service-details-text a {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-details-text a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .service-details-text a {
    font-size: 18px;
  }
}
.service-details-text i {
  font-size: 35px;
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-details-text i {
    font-size: 30px;
  }
}
/**********************************************
 Blog posts
***********************************************/
.post-padding {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #9d9d9d;
}
.post-home-title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .post-home-title {
    margin: 0;
    font-size: 19px;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .post-home-title {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .post-home-date {
    font-size: 14px;
  }
}
.post-home-body {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .post-home-body {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .hidden-ultra-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .img-xs-fix {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
}
/**********************************************
 Features
***********************************************/
.padding-feature-reset {
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fix-row-feature {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-feature-even {
  background: #ffffff;
}
.row-feature-odd {
  /*background: #e9e9e9;*/
  background: #222222;
  color: white;
}
@media (max-width: 767px) {
  .fix-image-feature {
    padding: 0px;
  }
}
.image-feature {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
.feature-body {
  text-align: center;
  /*@media (max-width: @grid-float-breakpoint-max) {
        padding-bottom: 50px;
    }*/
}
.feature-body h3 {
  font-weight: bold;
}
.feature-body p {
  /*@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
            font-size: 18px;
        }*/
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
  /*@media (max-width: @grid-float-breakpoint-max) {
            padding-top: 30px;
            padding-bottom: 20px;
            text-align: left;
            font-size: 18px;
        }

        @media (min-width: @screen-md-min) and (max-width: @screen-md-max){
            font-size: 15px;
        }*/
}
.feature-body a {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .feature-body a {
    font-size: 15px;
  }
}
.feature-body i {
  font-size: 35px;
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-body i {
    font-size: 30px;
  }
}
.feature-details-text p {
  font-size: 22px;
  text-align: justify;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-details-text p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .feature-details-text p {
    text-align: left;
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-details-text p {
    font-size: 15px;
  }
}
.feature-details-text li {
  font-size: 22px;
  text-align: justify;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-details-text li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .feature-details-text li {
    text-align: left;
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-details-text li {
    font-size: 15px;
  }
}
.feature-details-text a {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-details-text a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .feature-details-text a {
    font-size: 18px;
  }
}
.feature-details-text i {
  font-size: 35px;
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-details-text i {
    font-size: 30px;
  }
}
/**********************************************
 Apps and Games
***********************************************/
.padding-appgames-reset {
  margin-top: 20px;
}
.fix-row-appgames {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-appgames-even {
  background: #ffffff;
}
.row-appgames-odd {
  background: #e9e9e9;
}
@media (max-width: 767px) {
  .fix-image-appgames {
    padding: 0px;
  }
}
.image-appgames {
  margin-left: auto;
  margin-right: auto;
}
.appgames-body {
  text-align: center;
  /*@media (max-width: @grid-float-breakpoint-max) {
        padding-bottom: 50px;
    }*/
}
.appgames-body h3 {
  font-weight: bold;
}
.appgames-body p {
  /*@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
            font-size: 18px;
        }*/
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
  /*@media (max-width: @grid-float-breakpoint-max) {
            padding-top: 30px;
            padding-bottom: 20px;
            text-align: left;
            font-size: 18px;
        }

        @media (min-width: @screen-md-min) and (max-width: @screen-md-max){
            font-size: 15px;
        }*/
}
.appgames-body a {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  margin-top: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .appgames-body a {
    font-size: 15px;
  }
}
.appgames-body i {
  font-size: 35px;
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .appgames-body i {
    font-size: 30px;
  }
}
.appgames-details-text p {
  font-size: 22px;
  text-align: justify;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .appgames-details-text p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .appgames-details-text p {
    text-align: left;
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .appgames-details-text p {
    font-size: 15px;
  }
}
.appgames-details-text li {
  font-size: 22px;
  text-align: justify;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .appgames-details-text li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .appgames-details-text li {
    text-align: left;
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .appgames-details-text li {
    font-size: 15px;
  }
}
.appgames-details-text a {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .appgames-details-text a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .appgames-details-text a {
    font-size: 18px;
  }
}
.appgames-details-text i {
  font-size: 35px;
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .appgames-details-text i {
    font-size: 30px;
  }
}
.btn-app-download {
  display: inline-block;
  position: relative !important;
  background-color: #1162e1 !important;
  border: 2px solid #1162e1 !important;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  font-family: "Questrial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: white !important;
  transition: 0.15s;
}
@media (max-width: 767px) {
  .btn-app-download {
    max-width: 260px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.btn-app-download:hover {
  cursor: pointer;
  background-color: #a5c5f8 !important;
  border: 2px solid #a5c5f8 !important;
  color: black !important;
  text-decoration: none;
}
/**********************************************
 Pricing Page
***********************************************/
.pricing-body {
  text-align: left;
  /*@media (max-width: @grid-float-breakpoint-max) {
        padding-bottom: 50px;
    }*/
}
.pricing-body h3 {
  font-weight: bold;
}
.pricing-body p {
  /*@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
            font-size: 18px;
        }*/
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
  /*@media (max-width: @grid-float-breakpoint-max) {
            padding-top: 30px;
            padding-bottom: 20px;
            text-align: left;
            font-size: 18px;
        }

        @media (min-width: @screen-md-min) and (max-width: @screen-md-max){
            font-size: 15px;
        }*/
}
.pricing-body a {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  margin-top: 5px;
  vertical-align: text-bottom;
}
@media (max-width: 1199px) {
  .pricing-body a {
    font-size: 15px;
  }
}
.pricing-body i {
  font-size: 35px;
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-body i {
    font-size: 30px;
  }
}
.pricing-body hr {
  margin: 0px 0px 25px 0px;
  border: 0;
  border-top: 1px solid black;
}
.pricing-package-feature {
  text-align: left !important;
}
.pricing-feature-ok {
  color: #1162e1;
}
.pricing-feature-warning {
  color: darkviolet;
}
.pricing-feature-missing {
  color: crimson;
}
.pricing-feature-extra {
  color: darkblue;
}
.pricing-package-feature-second-line {
  font-size: 15px !important;
  display: block !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
}
.pricing-package-feature span {
  margin-left: 40px;
  margin-top: -30px;
  display: block;
}
.pricing-package-feature-second-line span {
  font-size: 15px !important;
  display: block !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
}
.pricing-body ul {
  text-align: left;
  margin-left: 30px !important;
  margin-top: -10px !important;
}
.pricing-btn {
  margin: 30px;
}
.pricing-main-btn {
  margin: 30px;
  text-align: center;
}
.margin-list {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .margin-list {
    margin-top: 25px;
  }
}
.ul-blog-list-tags,
#uBlogsy_post_archive,
.uBlogsy_post_items,
.uBlogsy_months,
.ul-blog-listpost-dx {
  padding-left: 0px;
}
.uBlogsy_post_items,
.uBlogsy_months {
  margin-top: 10px;
}
.ul-blog-list-tags li,
.uBlogsy_months li,
#uBlogsy_post_archive li,
.ul-blog-listpost-dx li {
  list-style-type: none;
  margin-bottom: 10px;
}
.ul-blog-list-tags li {
  display: inline-block;
}
.ul-blog-listpost-dx li h4 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.post-text-summary p {
  text-align: justify;
}
.post-text {
  margin-top: 15px;
}
.post-text p {
  text-align: justify;
}
.post-text img {
  /*width: 100%;
        float: left;*/
}
@media (max-width: 767px) {
  .post-text img {
    width: 100%;
  }
}
/**********************************************
 tag cloud
***********************************************/
.uBlogsy_tag_cloud {
  margin: 0;
}
.uBlogsy_tag_cloud li {
  display: inline-block;
  padding-right: 10px;
}
.uBlogsy_tag_cloud li span {
  color: #505050;
}
.uBlogsy_tag_cloud1 {
  font-size: 10px;
}
.uBlogsy_tag_cloud2 {
  font-size: 10px;
}
.uBlogsy_tag_cloud3 {
  font-size: 11px;
}
.uBlogsy_tag_cloud4 {
  font-size: 11px;
}
.uBlogsy_tag_cloud5 {
  font-size: 12px;
}
.uBlogsy_tag_cloud6 {
  font-size: 12px;
}
.uBlogsy_tag_cloud7 {
  font-size: 13px;
}
.uBlogsy_tag_cloud8 {
  font-size: 13px;
}
.uBlogsy_tag_cloud9 {
  font-size: 14px;
}
.uBlogsy_tag_cloud10 {
  font-size: 14px;
}
.uBlogsy_tag_cloud11 {
  font-size: 15px;
}
.uBlogsy_tag_cloud12 {
  font-size: 15px;
}
.uBlogsy_tag_cloud13 {
  font-size: 16px;
}
.uBlogsy_tag_cloud14 {
  font-size: 16px;
}
.uBlogsy_tag_cloud15 {
  font-size: 17px;
}
.uBlogsy_tag_cloud16 {
  font-size: 17px;
}
.uBlogsy_tag_cloud17 {
  font-size: 18px;
}
.uBlogsy_tag_cloud18 {
  font-size: 18px;
}
.uBlogsy_tag_cloud19 {
  font-size: 19px;
}
.uBlogsy_tag_cloud20 {
  font-size: 19px;
}
.uBlogsy_tag_cloud21 {
  font-size: 20px;
}
.uBlogsy_tag_cloud22 {
  font-size: 20px;
}
.uBlogsy_tag_cloud23 {
  font-size: 21px;
}
.uBlogsy_tag_cloud24 {
  font-size: 21px;
}
.uBlogsy_tag_cloud25 {
  font-size: 22px;
}
.uBlogsy_tag_cloud26 {
  font-size: 22px;
}
.uBlogsy_tag_cloud27 {
  font-size: 23px;
}
.uBlogsy_tag_cloud28 {
  font-size: 23px;
}
.uBlogsy_tag_cloud29 {
  font-size: 24px;
}
.uBlogsy_tag_cloud30 {
  font-size: 24px;
}
.uBlogsy_tag_cloud31 {
  font-size: 25px;
}
.uBlogsy_tag_cloud32 {
  font-size: 25px;
}
.uBlogsy_tag_cloud33 {
  font-size: 26px;
}
.uBlogsy_tag_cloud34 {
  font-size: 26px;
}
.uBlogsy_tag_cloud35 {
  font-size: 27px;
}
.uBlogsy_tag_cloud36 {
  font-size: 27px;
}
.uBlogsy_tag_cloud37 {
  font-size: 28px;
}
.uBlogsy_tag_cloud38 {
  font-size: 28px;
}
.uBlogsy_tag_cloud39 {
  font-size: 29px;
}
.uBlogsy_tag_cloud40 {
  font-size: 29px;
}
.uBlogsy_tag_cloud40 {
  font-size: 30px;
}
.uBlogsy_tag_cloud41 {
  font-size: 31px;
}
.uBlogsy_tag_cloud42 {
  font-size: 31px;
}
.uBlogsy_tag_cloud43 {
  font-size: 32px;
}
.uBlogsy_tag_cloud44 {
  font-size: 32px;
}
.uBlogsy_tag_cloud45 {
  font-size: 33px;
}
.uBlogsy_tag_cloud46 {
  font-size: 33px;
}
.uBlogsy_tag_cloud47 {
  font-size: 34px;
}
.uBlogsy_tag_cloud48 {
  font-size: 34px;
}
.uBlogsy_tag_cloud49 {
  font-size: 35px;
}
.uBlogsy_tag_cloud50 {
  font-size: 35px;
}
.uBlogsy_tag_cloud50 {
  font-size: 36px;
}
.uBlogsy_tag_cloud51 {
  font-size: 36px;
}
.uBlogsy_tag_cloud52 {
  font-size: 37px;
}
.uBlogsy_tag_cloud53 {
  font-size: 37px;
}
.uBlogsy_tag_cloud54 {
  font-size: 38px;
}
.uBlogsy_tag_cloud55 {
  font-size: 38px;
}
.uBlogsy_tag_cloud56 {
  font-size: 39px;
}
.uBlogsy_tag_cloud57 {
  font-size: 39px;
}
.uBlogsy_tag_cloud58 {
  font-size: 40px;
}
.uBlogsy_tag_cloud59 {
  font-size: 40px;
}
.uBlogsy_tag_cloud60 {
  font-size: 41px;
}
.uBlogsy_tag_cloud71 {
  font-size: 41px;
}
.uBlogsy_tag_cloud72 {
  font-size: 42px;
}
.uBlogsy_tag_cloud73 {
  font-size: 42px;
}
.uBlogsy_tag_cloud74 {
  font-size: 43px;
}
.uBlogsy_tag_cloud75 {
  font-size: 43px;
}
.uBlogsy_tag_cloud76 {
  font-size: 44px;
}
.uBlogsy_tag_cloud77 {
  font-size: 44px;
}
.uBlogsy_tag_cloud78 {
  font-size: 45px;
}
.uBlogsy_tag_cloud79 {
  font-size: 45px;
}
.uBlogsy_tag_cloud80 {
  font-size: 46px;
}
.uBlogsy_tag_cloud81 {
  font-size: 46px;
}
.uBlogsy_tag_cloud82 {
  font-size: 47px;
}
.uBlogsy_tag_cloud83 {
  font-size: 47px;
}
.uBlogsy_tag_cloud84 {
  font-size: 48px;
}
.uBlogsy_tag_cloud85 {
  font-size: 48px;
}
.uBlogsy_tag_cloud86 {
  font-size: 49px;
}
.uBlogsy_tag_cloud87 {
  font-size: 49px;
}
.uBlogsy_tag_cloud88 {
  font-size: 50px;
}
.uBlogsy_tag_cloud89 {
  font-size: 50px;
}
.uBlogsy_tag_cloud90 {
  font-size: 51px;
}
.uBlogsy_tag_cloud91 {
  font-size: 51px;
}
.uBlogsy_tag_cloud92 {
  font-size: 52px;
}
.uBlogsy_tag_cloud93 {
  font-size: 52px;
}
.uBlogsy_tag_cloud94 {
  font-size: 53px;
}
.uBlogsy_tag_cloud95 {
  font-size: 53px;
}
.uBlogsy_tag_cloud96 {
  font-size: 54px;
}
.uBlogsy_tag_cloud97 {
  font-size: 54px;
}
.uBlogsy_tag_cloud98 {
  font-size: 55px;
}
.uBlogsy_tag_cloud99 {
  font-size: 55px;
}
.uBlogsy_tag_cloud100 {
  font-size: 56px;
}
#footerContainer {
  background: #222;
  color: #9d9d9d;
}
@media (max-width: 767px) {
  #footerContainer {
    text-align: center;
  }
}
#footerContainer a {
  color: #9d9d9d;
}
#footerContainer a:hover,
#footerContainer a:focus {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}
#footerContainer address {
  padding-top: 30px;
}
@media (max-width: 767px) {
  #footerContainer address {
    text-align: center;
    padding-top: 0;
  }
}
#footerContainer ul {
  padding-left: 15px;
}
.ul-lang {
  text-align: right;
}
@media (max-width: 767px) {
  .ul-lang {
    text-align: center;
  }
}
.ul-lang li {
  text-align: right;
  list-style-type: none;
  display: inline-block;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  /*border-right:1px solid @footer-link-color;
    &:last-child{
    border-right:none;
    }*/
}
/*.ul-social li{
border-right:none !important;
}*/
.ul-social {
  text-align: center;
}
.ul-social li {
  text-align: center;
  list-style-type: none;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.ul-social a i {
  font-size: 25px;
}
.footer-main-border {
  border-right: 1px solid #333333;
}
.footer-main-padding {
  padding-top: 30px;
}
.footer-border-top {
  border-top: 1px solid #333333;
}
.footer-border-bottom {
  border-bottom: 1px solid #333333;
}
.footer-last-row-left {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .footer-last-row-left {
    text-align: center;
  }
}
.footer-last-row-right {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
}
@media (max-width: 767px) {
  .footer-last-row-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-subscription {
    border-top: 1px solid #333333;
    text-align: center;
  }
}
.text-align-logo {
  text-align: right;
}
@media (max-width: 767px) {
  .text-align-logo {
    text-align: center;
  }
}
#osvrLogo {
  width: 120px;
  padding-top: 25px;
}
.img-center-row {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#treatabitlogo {
  padding-top: 50px;
}
@media (max-width: 767px) {
  #treatabitlogo {
    padding-top: 0;
  }
}
.footer-row {
  margin-left: -15px;
  margin-right: -15px;
}