@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,700,500,300&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext);
/* test 23221 */
@font-face {
  font-family: 'liberation_serifregular';
  src: url('../fonts/LiberationSerif-Regular-webfont.eot');
  src: url('../fonts/LiberationSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/LiberationSerif-Regular-webfont.woff') format('woff'), url('../fonts/LiberationSerif-Regular-webfont.ttf') format('truetype'), url('../fonts/LiberationSerif-Regular-webfont.svg#liberation_serifregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'liberation_serifitalic';
  src: url('../fonts/LiberationSerif-Italic-webfont.eot');
  src: url('../fonts/LiberationSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/LiberationSerif-Italic-webfont.woff') format('woff'), url('../fonts/LiberationSerif-Italic-webfont.ttf') format('truetype'), url('../fonts/LiberationSerif-Italic-webfont.svg#liberation_serifitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}
/**/
p.text-18 {
  font-size: 18px;
}
p.text-16 {
  font-size: 16px;
  color: #3f3f3f;
}
h2 {
  color: #515d6f;
  font-size: 33px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
a {
  color: #ffffff;
  font-size: 16px;
  padding: 9px 18px;
}
@media (max-width: 350px) {
  a {
    padding: 3px 8px;
  }
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
  background-color: transparent;
}
a.about {
  margin-right: 15px;
}
@media (max-width: 991px) {
  a.about {
    margin-right: 0;
  }
}
@media (max-width: 666px) {
  a.about {
    margin-right: 0;
  }
}
.navbar-fixed-top {
  padding: 25px 0 10px 0;
  position: absolute;
  background: none;
}
@media (max-width: 350px) {
  .navbar-fixed-top {
    padding-top: 10px;
  }
}
.navbar-fixed-top .pull-right:not(.subscription-form) {
  margin-right: 15px;
}
@media (max-width: 300px) {
  .navbar-fixed-top .pull-right:not(.subscription-form) a {
    font-size: 12px;
  }
}
@media (max-width: 465px) {
  .navbar-fixed-top .pull-right:not(.subscription-form) a {
    font-size: 12px!important;
  }
}
.navbar-fixed-top .pull-right:not(.subscription-form) a:hover {
  text-decoration: none;
  background-color: rgba(255, 128, 0, 0.6);
  border-radius: 4px;
}
.navbar-fixed-top .pull-right:not(.subscription-form) .cat_dropdown0 {
  padding: 9px 18px;
  display: inline-block;
}
.navbar-fixed-top .pull-right:not(.subscription-form) .cat_dropdown0:after {
  display: inline-block;
  width: 12px;
  margin-left: 5px;
  content: url(../img/arrow.svg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.navbar-fixed-top .pull-right:not(.subscription-form) .cat_dropdown {
  color: #ffffff!important;
  font-size: 13px;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
.navbar-fixed-top .pull-right:not(.subscription-form) .cat_dropdown ul {
  left: 0;
  display: none;
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  padding: 5px 0;
  background: #fff !important;
  border-radius: 4px;
  max-width: 430px;
  width: auto;
  white-space: nowrap;
}
.navbar-fixed-top .pull-right:not(.subscription-form) .cat_dropdown ul li {
  list-style: none;
  text-align: center;
}
.navbar-fixed-top .pull-right:not(.subscription-form) .cat_dropdown ul li a {
  padding: 5px 10px;
  font-weight: 400;
  display: block;
  color: #515d6f;
  text-align: left;
  border-radius: 0;
  font-size: 14px;
}
.navbar-fixed-top .pull-right:not(.subscription-form) .cat_dropdown ul li a:hover {
  color: #fff;
  background: #515d6f;
}
.navbar-fixed-top .pull-right:not(.subscription-form) .cat_dropdown ul.blackback {
  background: 3a485f!important;
  background-image: none;
}
.navbar-fixed-top .pull-right:not(.subscription-form) .cat_dropdown {
  padding-left: 0px!important;
  padding-right: 0!important;
}
.navbar-fixed-top .pull-right:not(.subscription-form) .cat_dropdown.showcats ul {
  display: block;
}
.navbar-fixed-top .pull-right:not(.subscription-form) .cat_dropdown.showcats ul:hover {
  display: block;
}
.navbar-fixed-top .pull-right:not(.subscription-form) .cat_dropdown:hover {
  color: rgba(255, 128, 0, 0.5) !important;
}
.navbar-fixed-top .pull-right:not(.subscription-form) .cat_dropdown.showcats {
  display: inline;
  color: #ff8000!important;
}
.navbar-fixed-top .pull-right:not(.subscription-form) .active {
  background-color: rgba(255, 128, 0, 0.5);
  border-radius: 4px;
}
a.logo {
  margin-top: -15px;
  padding-left: 15px;
}
@media (max-width: 666px) {
  a.logo {
    width: 170px;
  }
}
@media (max-width: 420px) {
  a.logo {
    padding-right: 0;
  }
}
@media (max-width: 300px) {
  a.logo {
    width: 110px;
  }
}
@media (max-width: 420px) {
  a.logo img {
    width: 80%;
  }
}
@media (max-width: 350px) {
  a.logo img {
    width: 60%;
    margin-top: 12px;
  }
}
@media (max-width: 300px) {
  a.logo img {
    width: 100%;
  }
}
.scroll-navbar {
  background: #3a485f;
  position: fixed;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(58, 72, 95, 0.5);
  -moz-box-shadow: 0px 4px 4px 0px rgba(58, 72, 95, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(58, 72, 95, 0.5);
}
.scroll-navbar .navbar-hide {
  display: none!important;
}
.header-inner a {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.header-inner .right-navigation {
  padding: 0;
  list-style: none;
}
.header-inner .right-navigation li {
  display: inline-block;
  position: relative;
}
.header-inner .right-navigation li a:focus {
  outline: none;
}
.header-inner .right-navigation li ul li {
  display: block;
}
@media (max-width: 992px) {
  .navbar {
    height: 115px;
  }
}
@media (max-width: 524px) {
  .navbar {
    height: 115px;
  }
}
@media (max-width: 350px) {
  .navbar {
    height: 85px;
  }
}
.navbar .subscription-form {
  display: none;
  margin-top: -10px;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar .subscription-form {
    float: left;
    padding: 0;
  }
}
@media (max-width: 740px) {
  .navbar .subscription-form {
    *width: 42%;
  }
}
@media (max-width: 666px) {
  .navbar .subscription-form {
    width: 35%;
  }
}
@media (max-width: 524px) {
  .navbar .subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 620px) {
  .navbar .subscription-form {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .navbar .subscription-form {
    position: absolute;
    top: 75px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 524px) {
  .navbar .subscription-form {
    position: absolute;
    top: 75px;
    width: 100%;
  }
}
@media (max-width: 350px) {
  .navbar .subscription-form {
    width: 94%;
    top: 55px;
    right: 5px;
  }
}
@media (max-width: 666px) {
  .navbar .subscription-form .form-inline .form-group {
    display: block;
  }
}
.navbar .subscription-form .form-inline .form-group input[type="email"] {
  width: 192px;
  height: 40px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .navbar .subscription-form .form-inline .form-group input[type="email"] {
    width: 170px;
  }
}
@media (max-width: 740px) {
  .navbar .subscription-form .form-inline .form-group input[type="email"] {
    width: 150px;
    font-size: 14px;
  }
}
@media (max-width: 666px) {
  .navbar .subscription-form .form-inline .form-group input[type="email"] {
    width: 55%;
    float: left;
    font-size: 12px;
    padding-left: 5px;
  }
}
@media (max-width: 585px) {
  .navbar .subscription-form .form-inline .form-group input[type="email"] {
    height: 30px;
  }
}
.navbar .subscription-form .btnMain {
  border-radius: 4px;
  width: 252px;
  height: 40px;
  font-size: 16px;
  margin-top: 1px;
}
@media (max-width: 740px) {
  .navbar .subscription-form .btnMain {
    width: 252px;
  }
}
@media (max-width: 666px) {
  .navbar .subscription-form .btnMain {
    width: 252px;
    float: left;
  }
}
@media (max-width: 535px) {
  .navbar .subscription-form .btnMain {
    width: 242px;
    padding: 0 5px;
  }
}
@media (max-width: 610px) {
  .navbar .subscription-form .btnMain {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 524px) {
  .navbar .subscription-form .btnMain {
    width: 100%;
    margin-left: 0;
  }
}
.navbar .subscribe_browser {
  max-width: none;
  width: 100%;
  min-width: 350px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 0;
  padding-right: 15px;
  margin-bottom: 0;
}
@media (max-width: 610px) {
  .navbar .subscribe_browser {
    padding: 0;
  }
}
.navbar .subscribe_browser .btn-sidebar-subscribe {
  background: #ff8000;
  color: white;
}
.navbar.mobile {
  height: 70px;
}
@media (max-width: 350px) {
  .navbar.mobile {
    height: 50px;
  }
}
.navbar.mobile .subscription-form {
  width: 400px;
  padding-left: 15px;
}
@media (max-width: 610px) {
  .navbar.mobile .subscription-form {
    position: absolute;
    top: 30px;
    width: 300px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 350px) {
  .navbar.mobile .subscription-form {
    width: 200px;
    top: 18px;
    left: 0;
  }
}
.navbar.mobile .subscription-form .subscribe_browser {
  min-width: 100%!important;
  margin-top: 1px;
}
.navbar.mobile .subscription-form .btn-sidebar-subscribe {
  background: #ff8000;
  color: white;
}
.navbar.mobile .subscription-form .btn-android {
  background-color: #ff8000;
  color: #ffffff;
  border: none;
  margin-top: -2px;
}
#a1 {
  padding: 0;
}
.header-content {
  background: linear-gradient(rgba(81, 93, 111, 0.8), rgba(81, 93, 111, 0.8)), /* bottom, image */ url('../img/yanado_bck_home.jpg') no-repeat;
  background-position: 50% 50%!important;
  background-size: cover;
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  min-height: 700px;
}
.header-content.header-content-about {
  background: linear-gradient(rgba(81, 93, 111, 0.8), rgba(81, 93, 111, 0.8)), /* bottom, image */ url('../img/header-background-about-2016.jpg'), no-repeat;
  background-position: 25% 20%!important;
  background-size: cover;
}
.header-content.header-content-sales {
  background: linear-gradient(rgba(81, 93, 111, 0.8), rgba(81, 93, 111, 0.8)), /* bottom, image */ url('../img/yanado_bck_sales.jpg'), no-repeat;
  background-position: 0 0%!important;
}
.header-content.noMinHeight {
  min-height: 0;
}
@media (max-width: 660px) {
  .header-content {
    height: auto;
    min-height: 580px;
  }
}
.header-content.pricing-header {
  min-height: 608px;
}
.header-content.about {
  min-height: 300px;
}
.header-content.about h1 {
  margin-top: 65px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  z-index: 1001;
  line-height: 40px;
  text-shadow: none;
  margin-bottom: 10px;
}
@media (max-width: 980px) {
  .header-content.about h1 {
    font-size: 50px;
    line-height: 64px;
  }
}
@media (max-width: 660px) {
  .header-content.about h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 350px) {
  .header-content.about h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
.header-content.about p {
  color: #ffffff;
  margin-top: 18px;
  font-size: 18px;
  margin-bottom: 10px;
  text-shadow: none;
  line-height: 24px;
  font-weight: 300;
}
.header-content h1 {
  z-index: 1001;
  font-size: 56px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color: #ffffff;
  margin-top: 212px;
  line-height: 72px;
  margin-bottom: 64px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
@media (max-width: 660px) {
  .header-content h1 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 130px;
  }
}
.header-content h1.pricing-h1 {
  margin: 174px -85px 100px;
}
@media (max-width: 1024px) {
  .header-content h1.pricing-h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 174px 0 100px;
  }
}
@media (max-width: 768px) {
  .header-content h1.pricing-h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 120px 0 100px;
  }
}
@media (max-width: 560px) {
  .header-content h1.pricing-h1 {
    font-size: 40px;
    line-height: 65px;
    margin: 100px 0 100px;
  }
}
@media (max-width: 350px) {
  .header-content h1.pricing-h1 {
    font-size: 32px;
    line-height: 46px;
    margin: 100px 0 80px;
  }
}
.header-content p {
  color: #ffffff;
  margin: 57px 0 93px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 44px;
  text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.75);
}
@media (max-width: 560px) {
  .header-content p {
    margin: 45px 0 35px;
  }
}
@media (max-width: 320px) {
  .header-content p {
    font-size: 26px;
    line-height: 36px;
  }
}
.header-content .links-block {
  padding: 0;
}
.header-content .subscribe_browser {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.header-content .subscribe_browser h3 {
  color: white;
  padding-bottom: 15px;
}
.header-content .subscribe_browser .btn-sidebar-subscribe {
  background: #ff8000;
  color: white;
}
.subscription-form {
  margin-top: 54px;
}
.subscription-form .form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.subscription-form .form-inline .form-group input[type="email"] {
  width: 260px;
  height: 50px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 15px;
  border: none;
  font-size: 18px;
}
@media (max-width: 660px) {
  .subscription-form .form-inline .form-group input[type="email"] {
    width: 250px;
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .subscription-form .form-inline .form-group input[type="email"] {
    width: 200px;
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .subscription-form .form-inline .form-group input[type="email"] {
    width: 130px;
    height: 40px;
    font-size: 12px;
    padding-left: 5px;
  }
}
@media (max-width: 300px) {
  .subscription-form .form-inline .form-group input[type="email"] {
    width: 110px;
  }
}
.subscription-form .btnMain {
  background-color: #ff8000;
  height: 50px;
  width: 156px;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 18px;
  margin-left: -4px;
  line-height: 40px;
  min-width: 0;
}
@media (max-width: 660px) {
  .subscription-form .btnMain {
    width: 140px;
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .subscription-form .btnMain {
    width: 120px;
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .subscription-form .btnMain {
    height: 40px;
    width: 100px;
    font-size: 12px;
    padding-left: 5px;
  }
}
.subscription-form .btnMain:focus {
  background-color: #ff8000!important;
  color: #ffffff !important;
  outline: none!important;
}
.subscription-form .btnMain:hover {
  background-color: #ff8000;
  color: #ffffff;
}
@media (max-width: 350px) {
  .home-page-content {
    padding-top: 0px;
  }
}
.watch-video {
  text-align: center;
  position: absolute;
  z-index: 1020;
  left: 0;
  top: 350px;
  right: 0;
  margin: 0 auto;
  width: 800px;
  height: 452px;
  padding: 0 1px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  border-top: 1px solid #d0d3d5;
  border-bottom: 1px solid #a7a9ab;
  background-image: linear-gradient(#d0d3d5, #a7a9ab), linear-gradient(#d0d3d5, #a7a9ab);
  background-size: 1px 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
}
@media (max-width: 660px) {
  .watch-video {
    width: 90%;
    height: auto;
  }
}
.watch-video .carousel {
  height: 450px;
  border-radius: 5px;
}
@media (max-width: 660px) {
  .watch-video .carousel {
    height: auto;
  }
}
.watch-video .carousel .carousel-inner {
  border-radius: 5px;
  height: 450px;
}
@media (max-width: 660px) {
  .watch-video .carousel .carousel-inner {
    height: auto;
  }
}
.watch-video .carousel .carousel-inner .item iframe {
  border-radius: 5px;
}
@media (max-width: 660px) {
  .watch-video .carousel .carousel-inner .item iframe {
    max-width: 100%;
    height: auto;
  }
}
.watch-video .carousel .carousel-inner .item img {
  border-radius: 5px;
}
.watch-video .carousel .carousel-control {
  opacity: 1;
  width: 40px;
  height: 40px;
  text-shadow: none;
  top: 42.8%;
}
.watch-video .carousel .carousel-control.left {
  background: url(../img/slide_left.png) no-repeat;
}
.watch-video .carousel .carousel-control.right {
  background: url(../img/slide_right.png) no-repeat;
}
.watch-video .carousel .carousel-control:hover,
.watch-video .carousel .carousel-control:focus {
  opacity: 1;
}
.watch-video .screenshot-video {
  position: relative;
}
.watch-video .img-responsive {
  margin: 0 auto;
}
.watch-video .play {
  background: url(../img/video.png) no-repeat;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
@media (max-width: 350px) {
  .watch-video .play {
    background: url(../img/video-play-small.png) no-repeat;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
  }
}
.watch-video .play:hover {
  background: url(../img/video_hover.png) no-repeat;
}
@media (max-width: 350px) {
  .watch-video .play:hover {
    background: url(../img/video-play-hover-small.png) no-repeat;
  }
}
.watch-video #media {
  display: none;
}
.watch-video #media .modal-dialog {
  width: 900px;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .watch-video #media .modal-dialog {
    width: 750px;
    margin-top: 64px;
  }
}
@media (max-width: 768px) {
  .watch-video #media .modal-dialog {
    width: 680px;
    margin-top: 64px;
  }
}
@media (max-width: 660px) {
  .watch-video #media .modal-dialog {
    margin: 350px auto 10px auto;
    width: 580px;
  }
}
@media (max-width: 680px) {
  .watch-video #media .modal-dialog {
    width: 480px;
    margin-top: 64px;
  }
}
@media (max-width: 570px) {
  .watch-video #media .modal-dialog {
    max-width: 550px;
    width: 90%;
  }
}
.watch-video #media .modal-dialog .modal-content {
  padding: 30px 0;
}
.watch-video #media .modal-dialog .modal-content iframe {
  width: 100%;
  height: 569px;
}
@media (max-width: 991px) {
  .watch-video #media .modal-dialog .modal-content iframe {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .watch-video #media .modal-dialog .modal-content iframe {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 680px) {
  .watch-video #media .modal-dialog .modal-content iframe {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 570px) {
  .watch-video #media .modal-dialog .modal-content iframe {
    max-width: 550px;
    width: 90%;
  }
}
.watch-video #media .modal-dialog .modal-content .close {
  margin: -25px 10px 0 0;
}
.content .arrow-down {
  text-align: center;
  cursor: pointer;
}
.content .divider img.divider {
  position: absolute;
  left: 46%;
}
@media (max-width: 991px) {
  .content .divider img.divider {
    display: none;
  }
}
@media (max-width: 991px) {
  .content img.desktop {
    display: none;
  }
}
.content img.phone {
  display: none;
}
@media (max-width: 991px) {
  .content img.phone {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .content p.text-16 {
    margin-bottom: 20px;
  }
}
.content .group-1,
.content .group-2,
.content .group-3,
.content .group-4 {
  padding: 0;
}
@media (max-width: 991px) {
  .content .group-1 {
    display: block !important;
  }
}
.content .group-1 .image {
  padding-left: 0;
  margin-top: 10px;
  float: left;
}
@media (max-width: 991px) {
  .content .group-1 .image {
    width: 100%;
    margin-top: 0;
  }
}
.content .group-1 .description {
  padding: 0;
  margin-top: 52px;
}
@media (max-width: 991px) {
  .content .group-1 .description {
    float: left !important;
    margin-top: 20px;
  }
}
.content .group-2 .image {
  padding: 0;
}
.content .group-2 .description {
  margin-top: 55px;
  padding: 0;
}
.content .group-2 .col-md-5,
.content .group-4 .col-md-5 {
  width: 46%;
}
@media (max-width: 991px) {
  .content .group-2 .col-md-5,
  .content .group-4 .col-md-5 {
    width: 100%;
  }
}
.content .group-3 .image {
  padding-left: 0;
}
@media (max-width: 991px) {
  .content .group-3 .image {
    float: left !important;
    width: 100%;
  }
}
.content .group-3 .description {
  margin-top: 36px;
  padding: 0;
}
.content .group-4 {
  margin-bottom: 8px;
}
.content .group-4 .image {
  padding: 0;
}
@media (max-width: 991px) {
  .content .group-4 .image {
    margin-bottom: 30px;
  }
}
.content .group-4 .description {
  margin-top: 38px;
  padding: 0;
}
.content.white {
  text-align: center;
  padding: 30px 0 50px 0;
}
.content.white h2 {
  margin: 0 0 15px 0;
  font-weight: 500;
  font-size: 34px;
  line-height: 34px;
  color: #515d6f;
}
.content.white h4 {
  margin: 0 0 25px 0;
  font-size: 18px;
  line-height: 24px;
  color: #515d6f;
  font-weight: normal;
}
.content.white p {
  font-size: 16px;
  line-height: 24px;
  color: #515d6f;
  font-weight: 300;
  margin: 0 0 30px 0;
  text-align: left;
}
.content.gray {
  background-color: #eeeeee;
  padding: 50px 0 60px 0;
  text-align: center;
}
.content.gray h2 {
  margin: 0 0 15px 0;
  font-weight: 500;
  font-size: 34px;
  line-height: 34px;
  color: #515d6f;
}
.content.gray h4 {
  margin: 0 0 25px 0;
  font-size: 18px;
  line-height: 24px;
  color: #515d6f;
  font-weight: normal;
}
.content.gray p {
  font-size: 16px;
  line-height: 24px;
  color: #3f3f3f;
  font-weight: light;
  margin: 0 0 30px 0;
  text-align: left;
}
.team-members {
  padding: 0;
  text-align: center;
}
.team-members .team-members-row {
  padding: 0;
}
.team-members .team-members-row .single-team-member {
  border-left: 1px solid transparent;
  border-right: 1px solid #f1f1f1;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 992px) {
  .team-members .team-members-row .single-team-member {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
}
.team-members .team-members-row .single-team-member:last-of-type {
  border-right: 1px solid transparent;
}
.team-members .team-members-row:last-of-type .single-team-member {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
@media (max-width: 992px) {
  .team-members .team-members-row:last-of-type .single-team-member {
    border-bottom: 1px solid #f1f1f1;
  }
  .team-members .team-members-row:last-of-type .single-team-member:last-of-type {
    border-bottom: 1px solid transparent;
  }
}
.team-members h2 {
  text-align: center;
  margin: 0 0 20px 0;
  color: #515d6f;
  font-weight: 500;
  font-size: 34px;
  line-height: 34px;
}
@media (max-width: 650px) {
  .team-members h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 350px) {
  .team-members h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
.team-members h4 {
  color: #515d6f;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 64px;
}
.team-members .single-team-member {
  text-align: center;
  padding: 0;
}
.team-members .single-team-member .team-member-content {
  padding: 24px;
  padding-bottom: 6px;
  display: table;
  width: 100%;
}
.team-members .single-team-member .team-member-content > div {
  display: table-cell;
  vertical-align: top;
}
.team-members .single-team-member .team-member-image {
  width: 150px;
  height: 150px;
  position: relative;
  z-index: 1020;
  white-space: nowrap;
  padding-right: 24px;
}
.team-members .single-team-member .team-member-image img {
  background: url(../img/picture_mask.png) no-repeat;
  content: "";
  width: 150px;
  height: 150px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1020;
  margin-bottom: 12px;
}
.team-members .single-team-member .team-member-image.css-mask:before {
  content: '';
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: transparent;
  position: absolute;
  z-index: 9999999999;
  border-radius: 50%;
  border: 5px solid rgba(244, 244, 244, 0.5);
}
.team-members .single-team-member .team-member-image.css-mask img {
  border-radius: 50%;
}
.team-members .single-team-member .team-member-text {
  width: 100%;
  text-align: left;
}
.team-members .single-team-member h3 {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  color: #515d6f;
  font-weight: 600;
}
.team-members .single-team-member h5 {
  margin: 2px 0 15px 0;
  color: #ff8000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.team-members .single-team-member p {
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  margin: 0;
}
.team-members .single-team-member p:first-of-type {
  margin-bottom: 15px;
}
.team-members .member-social {
  margin: 0;
}
.team-members .member-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.team-members .member-social ul li {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 6px;
}
.team-members .member-social ul li a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/sprite.png) no-repeat;
  padding: 0;
}
.team-members .member-social ul li.fb a {
  background-position: 0 -110px;
}
.team-members .member-social ul li.fb a:hover {
  background-position: 0 -140px;
}
.team-members .member-social ul li.tw a {
  background-position: -30px -110px;
}
.team-members .member-social ul li.tw a:hover {
  background-position: -30px -140px;
}
.team-members .member-social ul li.in a {
  background-position: -60px -110px;
}
.team-members .member-social ul li.in a:hover {
  background-position: -60px -140px;
}
footer {
  background: url(../img/ynd_background_s.png) repeat left top #3a485f;
  color: #ffffff;
  padding-top: 38px;
}
footer > .container > .row {
  padding: 0 100px;
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
}
footer hr {
  margin: 0px 0 35px 0;
  border-bottom: 1px solid #b0c3dc;
  border-top: none;
}
footer h3 {
  font-size: 24px;
  line-height: 24px;
  color: #ff8000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 5px;
}
@media (max-width: 991px) {
  footer h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 300px) {
  footer h3 {
    font-size: 28px;
  }
}
footer .ft-social li a {
  line-height: 24px;
}
footer .copiryght {
  font-weight: 300;
  font-size: 12px;
  color: #d3d6db;
}
footer p.text-18 {
  background: url(../img/icon-pin.png) no-repeat left 6px;
  background-size: 18px 24px;
  padding-left: 30px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  line-height: 38px;
}
@media (max-width: 991px) {
  footer p.text-18 {
    background: none;
    padding-left: 0;
  }
}
@media (max-width: 660px) {
  footer p.text-18 {
    margin-bottom: 20px;
  }
}
@media (max-width: 300px) {
  footer p.text-18 {
    font-size: 16px;
  }
}
footer .col-md-5 {
  padding-left: 45px;
}
@media (max-width: 991px) {
  footer .col-md-5 {
    padding-left: 15px;
  }
}
footer .col-md-3 {
  padding-left: 33px;
}
@media (max-width: 991px) {
  footer .col-md-3 {
    padding-left: 15px;
  }
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  footer ul {
    text-align: center;
    padding-left: 20px;
  }
}
@media (max-width: 300px) {
  footer ul {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  footer ul li {
    display: inline-block;
  }
}
footer ul a {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  padding: 0;
  line-height: 38px;
}
footer .social {
  background: url(../img/sprite.png) no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 4px;
  margin-right: 14px;
}
@media (max-width: 991px) {
  footer .social {
    width: 40px;
    height: 40px;
    margin-top: 20px;
  }
}
@media (max-width: 350px) {
  footer .social {
    width: 34px;
    height: 34px;
  }
}
footer .facebook {
  background-position: 0 0;
}
@media (max-width: 991px) {
  footer .facebook {
    background-position: 0px -20px;
  }
}
@media (max-width: 350px) {
  footer .facebook {
    background-position: 0px -64px;
  }
}
footer .twitter {
  background-position: -20px 0;
}
@media (max-width: 991px) {
  footer .twitter {
    background-position: -40px -18px;
  }
}
@media (max-width: 350px) {
  footer .twitter {
    background-position: -36px -64px;
  }
}
footer .googleplus {
  background-position: -40px 0;
}
@media (max-width: 991px) {
  footer .googleplus {
    background-position: -80px -20px;
    width: 42px;
  }
}
@media (max-width: 350px) {
  footer .googleplus {
    background-position: -68px -64px;
    width: 36px;
  }
}
footer .email {
  background-position: -60px 0;
}
@media (max-width: 991px) {
  footer .email {
    background-position: -125px -16px;
    margin-top: 25px;
  }
}
@media (max-width: 350px) {
  footer .email {
    background-position: -105px -64px;
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  footer span {
    display: none;
  }
}
footer .col-md-12 {
  text-align: center;
  font-size: 12px;
  margin-top: 25px;
}
footer .copyright-row {
  margin-top: 60px;
  margin-bottom: 20px;
}
footer .copyright-row .copiryght {
  margin: 0;
  padding: 9px 18px;
  padding-bottom: 0px;
  padding-top: 18px;
  text-align: right!important;
}
@media (max-width: 992px) {
  footer .copyright-row .copiryght {
    text-align: center!important;
  }
}
div#IntercomDefaultWidget {
  display: none;
  visibility: hidden;
}
.hamb_menu {
  position: relative;
  top: 2px;
  padding: 10px 20px;
}
.hamb_menu,
.hamb_menu.active,
.hamb_menu:focus {
  color: white;
  text-decoration: none;
}
.hamb_menu-ul {
  width: 100%;
  position: absolute;
  display: none;
  background: #1e242a;
  z-index: 2;
  right: 0;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.hamb_menu-ul li {
  list-style: none;
  text-align: right;
  color: white!important;
  font-size: 28px;
  padding: 4px 18px;
}
.hamb_menu-ul li a {
  color: white;
  padding: 0;
  font-size: 18px;
}
.hamb_menu-ul li a:hover {
  /*background: b;*/
  background: none!important;
  text-decoration: underline;
}
.hamb_menu-ul.expanded {
  display: block;
}
/* New landing page */
.links-block ul {
  margin: 40px 0 40px;
  padding: 0;
  list-style: none;
}
@media (max-width: 420px) {
  .links-block ul {
    display: none!important;
  }
}
.links-block ul li {
  display: inline-block;
  text-align: center;
}
@media (max-width: 420px) {
  .links-block ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}
.links-block ul li a {
  display: block;
  text-align: center;
  height: 36px;
}
.links-block ul li a i {
  display: inline-block;
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.links-block ul li a i.webapp-icon {
  background-position: -5px -277px;
  height: 30px;
  width: 36px;
}
.links-block ul li a i.gmail-icon {
  background-position: -5px -1428px;
  height: 30px;
  width: 36px;
}
.links-block ul li a i.android-icon {
  background-position: -5px -5px;
  height: 32px;
  width: 28px;
}
.links-block ul li a i.ios-icon {
  background-position: -5px -87px;
  height: 36px;
  width: 30px;
}
.links-block ul li a span {
  display: block;
  font-weight: 200;
  font-size: 13px;
}
.links-block ul li a:hover,
.links-block ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}
.links-block ul li a:hover i.webapp-icon,
.links-block ul li a:focus i.webapp-icon {
  background-position: -5px -317px;
}
.links-block ul li a:hover i.gmail-icon,
.links-block ul li a:focus i.gmail-icon {
  background-position: -5px -1464px;
}
.links-block ul li a:hover i.android-icon,
.links-block ul li a:focus i.android-icon {
  background-position: -5px -46px;
}
.links-block ul li a:hover i.ios-icon,
.links-block ul li a:focus i.ios-icon {
  background-position: -6px -132px;
}
.links-block .btn-default {
  background-color: #ff8000;
  height: 60px;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 22px;
  display: inline-block;
  line-height: 60px;
  padding: 0 23px;
  font-weight: 200;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 350px) {
  .links-block .btn-default {
    height: 34px;
    font-size: 12px;
    line-height: 34px;
  }
}
.links-block .btn-default:hover {
  background-color: #ff8000;
  color: #ffffff;
}
hr {
  border-bottom: 1px solid #aaa;
  margin: 0;
}
.white-bckg {
  padding: 60px 0 60px 0;
  overflow: hidden;
}
.white-bckg.sliders {
  overflow: hidden;
  padding: 80px 0;
}
.white-bckg.values {
  padding-bottom: 0;
}
.white-bckg .text-block {
  text-align: center;
}
.white-bckg .text-block h2 {
  color: #515d6f;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0 0 40px;
}
@media (max-width: 650px) {
  .white-bckg .text-block h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 350px) {
  .white-bckg .text-block h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
.white-bckg .text-block p {
  color: #3f3f3f;
  font-size: 30px;
  line-height: 44px;
  font-weight: 200;
}
@media (max-width: 650px) {
  .white-bckg .text-block p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 350px) {
  .white-bckg .text-block p {
    font-size: 18px;
    line-height: 24px;
  }
}
.white-bckg .slider-block {
  margin-top: 10px;
}
.white-bckg .slider-block .carousel .carousel-inner img {
  border-radius: 5px;
  max-height: 650px;
  margin: auto;
}
.white-bckg .slider-block .carousel .carousel-control {
  display: none;
  opacity: 1;
  width: 40px;
  height: 40px;
  text-shadow: none;
  top: 42.8%;
}
.white-bckg .slider-block .carousel .carousel-control.left {
  background: url(../img/slide_left.png) no-repeat;
}
.white-bckg .slider-block .carousel .carousel-control.right {
  background: url(../img/slide_right.png) no-repeat;
}
.white-bckg .slider-block .carousel .carousel-control:hover,
.white-bckg .slider-block .carousel .carousel-control:focus {
  opacity: 1;
}
.white-bckg .slider-block .carousel .carousel-indicators {
  bottom: -45px;
  margin-left: -5%;
  padding-left: 40px;
}
.white-bckg .slider-block .carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #646c7d;
  border: none;
  margin: 4px 6px;
  float: left;
  font-weight: normal;
}
.white-bckg .slider-block .carousel .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #ff8000;
}
.white-bckg .slider-block.slider-block-top .carousel .carousel-inner {
  padding-top: 40px;
}
.white-bckg .slider-block.slider-block-top .carousel .carousel-control {
  top: -4px;
}
.white-bckg .slider-block.slider-block-top .carousel .carousel-control.left {
  right: 40px;
  left: initial;
}
.white-bckg .slider-block.slider-block-top .carousel .carousel-indicators {
  margin: 0;
  top: 10px;
  left: 2px;
  bottom: initial;
}
.white-bckg .slider-block.top-right .carousel-control {
  top: 0;
}
.white-bckg .slider-block.top-right .carousel-control.left {
  right: 40px;
  left: initial;
}
.white-bckg.testimonials-home {
  padding: 60px 0 40px 0;
}
.white-bckg .values {
  color: #555555;
  text-align: center;
}
.white-bckg .values h2 {
  text-align: center;
  margin: 0 0 60px 0;
  color: #515d6f;
  font-weight: 500;
  font-size: 34px;
  line-height: 34px;
}
.white-bckg .values h4 {
  font-size: 20px;
  line-height: 18px;
  font-weight: 400;
  margin: 20px 0 20px 0;
}
.white-bckg .values p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 70px 0;
  padding: 0 30px;
}
.white-bckg .values .img-holder {
  width: 100%;
  height: 50px;
}
.pattern {
  background: url("../img/pattern.png") repeat left top;
  background-color: #3A485F;
  height: auto;
  width: 100%;
  padding: 80px 0;
}
.pattern .text-block {
  vertical-align: middle;
  text-align: center;
}
.circle-data {
  padding: 50px 0 100px 0;
}
.circle-data .circle {
  font-size: 0;
  margin: 40px auto;
  display: block;
  width: 260px;
  height: 260px;
  background: white;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .circle-data .circle {
    display: inline-block;
  }
  .circle-data .circle:nth-of-type(2n) {
    margin: 0 88px;
  }
}
.circle-data .circle h3 {
  color: #545454;
  font-size: 46px;
  margin: 12px 8px;
  font-weight: bold;
}
.circle-data .circle h4 {
  color: #545454;
  font-size: 18px;
  margin: 0;
}
.circle-data .circle i {
  width: 60px;
  height: 60px;
  margin-top: 30px;
  background-repeat: no-repeat !important;
  display: inline-block;
}
.circle-data .circle i.icon-teams {
  background: url(../img/teams.png);
  background-position: 6px 14px;
}
.circle-data .circle i.icon-projects {
  background: url(../img/projects.png);
  background-position: 8px 6px;
}
.circle-data .circle i.icon-done {
  background: url(../img/done.png);
  background-position: 6px 24px;
}
.dark-liliac {
  padding: 144px 0 144px 0;
  background: #313C50;
}
.dark-liliac .text-block {
  text-align: center;
}
.dark-liliac .text-block h2 {
  color: white;
  font-size: 66px;
  line-height: 88px;
  font-weight: 200;
  margin: 0 0 104px;
}
.dark-liliac .text-block h2 strong {
  color: #ff8000;
  font-weight: 400;
}
@media (max-width: 650px) {
  .dark-liliac .text-block h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 350px) {
  .dark-liliac .text-block h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
.dark-liliac .text-block p {
  color: white;
  font-size: 30px;
  line-height: 44px;
  font-weight: 100;
}
@media (max-width: 650px) {
  .dark-liliac .text-block p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 350px) {
  .dark-liliac .text-block p {
    font-size: 18px;
    line-height: 24px;
  }
}
.dark-liliac.platform-presentation {
  padding: 60px 0 0;
}
.dark-liliac.platform-presentation h2 {
  font-size: 66px;
  line-height: 1.2em;
  font-weight: 200;
  margin: 0 0 24px 0!important;
  display: inline-block;
  text-transform: capitalize;
}
.dark-liliac.platform-presentation p {
  font-family: 'Roboto', 'Sans-serif';
  /* color: #515d6f; */
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 200;
  margin: 25px 0 10px 0;
}
.dark-liliac.platform-presentation img {
  margin-top: 80px;
  max-width: 100%;
}
.light-gray {
  padding: 60px 0 0 0;
  background: #eef1f4;
}
.light-gray.sliders {
  overflow: hidden;
  padding: 80px 0;
}
.light-gray .text-block {
  text-align: center;
}
.light-gray .text-block h2 {
  color: #515d6f;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0 0 40px;
}
@media (max-width: 650px) {
  .light-gray .text-block h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 350px) {
  .light-gray .text-block h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
.light-gray .text-block p {
  color: #3f3f3f;
  font-size: 30px;
  line-height: 44px;
  font-weight: 100;
}
@media (max-width: 650px) {
  .light-gray .text-block p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 350px) {
  .light-gray .text-block p {
    font-size: 18px;
    line-height: 24px;
  }
}
.light-gray .features {
  text-align: center;
}
.light-gray .features h4 {
  color: #515d6f;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin: 25px 0 10px 0;
}
.light-gray .features p {
  color: #515d6f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 0 0 70px 0;
}
.dark-gray {
  padding: 85px 0;
  background: linear-gradient(rgba(81, 93, 111, 0.8), rgba(81, 93, 111, 0.8)), /* bottom, image */ url('../img/yanado_bck_home.jpg'), no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  text-align: center;
}
.dark-gray.sales {
  background: linear-gradient(rgba(81, 93, 111, 0.8), rgba(81, 93, 111, 0.8)), /* bottom, image */ url('../img/yanado_bck_sales.jpg'), no-repeat;
}
.dark-gray .text-block {
  text-align: center;
}
.dark-gray .text-block h2 {
  color: #eef1f4;
  font-size: 40px;
  line-height: 40px;
  font-weight: 100;
  margin: 0 0 85px;
  text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.75);
}
#a2 {
  padding: 0;
}
.with-slider {
  padding: 40px 15px;
}
.with-slider h2 {
  font-weight: 500;
  color: #515d6f;
  font-size: 32px;
  line-height: 44px;
  margin: 0 0 20px 0;
}
@media (max-width: 420px) {
  .with-slider h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.with-slider p {
  font-size: 20px;
  line-height: 32px;
  color: #3f3f3f;
  font-family: Cambria, Georgia, serif;
  margin: 0;
}
@media (max-width: 420px) {
  .with-slider p {
    line-height: 28px;
  }
}
.with-slider .slider-block {
  padding-left: 45px;
}
.with-slider .more-link {
  display: inline-block;
  border: 1px solid #ff8000;
  border-radius: 20px;
  padding: 0 25px;
  line-height: 30px;
  color: #ff8000;
  font-size: 14px;
  text-decoration: none;
  margin-top: 30px;
  font-weight: 300;
}
.with-slider .more-link:hover {
  background: #ff8000;
  color: #fff;
}
.with-slider.left-s .slider-block {
  padding-right: 45px;
  padding-left: 0;
}
.italic-text {
  padding: 40px 15px;
}
.italic-text h4 {
  margin: 10px 0;
  font-family: Cambria, Georgia, serif;
  font-style: italic;
  font-size: 30px;
  line-height: 48px;
  color: #515d6f;
  text-align: center;
}
@media (max-width: 420px) {
  .italic-text h4 {
    font-size: 26px;
    line-height: 34px;
  }
}
.testimonials {
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.testimonials.pricing {
  padding: 60px 0px;
}
.testimonials .testemonials-row {
  padding: 0;
}
.testimonials .testemonials-row .single-testimonial {
  border-left: 1px solid transparent;
  border-right: 1px solid #f1f1f1;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 992px) {
  .testimonials .testemonials-row .single-testimonial {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
}
.testimonials .testemonials-row .single-testimonial:last-of-type {
  border-right: 1px solid transparent;
}
.testimonials .testemonials-row:last-of-type .single-testimonial {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
@media (max-width: 992px) {
  .testimonials .testemonials-row:last-of-type .single-testimonial {
    border-bottom: 1px solid #f1f1f1;
  }
  .testimonials .testemonials-row:last-of-type .single-testimonial:last-of-type {
    border-bottom: 1px solid transparent;
  }
}
.testimonials h2 {
  text-align: center;
  margin: 0 0 43px 0;
  color: #515d6f;
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
}
@media (max-width: 650px) {
  .testimonials h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 350px) {
  .testimonials h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
.testimonials .single-testimonial {
  text-align: center;
  padding: 0;
}
.testimonials .single-testimonial .testemonial-content {
  padding: 24px;
  padding-top: 0;
  width: 100%;
  min-height: 380px!important;
}
@media (min-width: 992px) {
  .testimonials .single-testimonial .testemonial-content {
    min-height: 250px;
  }
}
.testimonials .single-testimonial .testemonial-content > div {
  vertical-align: top;
}
.testimonials .single-testimonial .testimonial-img {
  width: 150px;
  height: 150px;
  display: inline-block;
  position: relative;
  z-index: 1020;
  white-space: nowrap;
  margin-bottom: 36px;
}
.testimonials .single-testimonial .testimonial-img:before {
  content: '';
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: transparent;
  position: absolute;
  z-index: 9999999999;
  border-radius: 50%;
  border: 5px solid rgba(244, 244, 244, 0.5);
}
.testimonials .single-testimonial .testimonial-img img {
  background: url(../img/picture_mask.png) no-repeat;
  border-radius: 50%!important;
  content: "";
  width: 150px;
  height: 150px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1020;
}
@media (max-width: 300px) {
  .testimonials .single-testimonial .testimonial-img {
    width: 100px;
    height: 100px;
  }
  .testimonials .single-testimonial .testimonial-img img {
    width: 100px;
    height: 100px;
  }
}
.testimonials .single-testimonial .testemonial-text {
  width: 600px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 4px;
  margin-bottom: 36px;
}
.testimonials .single-testimonial h4 {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  color: #515d6f;
  font-weight: 600;
}
.testimonials .single-testimonial h5 {
  margin-top: 4px;
  color: #ff8000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.testimonials .single-testimonial p {
  font-size: 18px;
  line-height: 24px;
  color: #515d6f;
  margin: 0;
  margin-bottom: 36px;
}
.testimonials .slider-testimonials .carousel-inner {
  min-height: 420px;
}
.testimonials .slider-testimonials .carousel-indicators {
  bottom: 0px!important;
  margin: auto!important;
  padding: 0!important;
  width: auto;
  transform: translateX(-50%);
  left: 50%;
}
.links-block {
  padding: 40px 15px;
}
.links-block .col-md-4 {
  float: left;
  width: 25%;
  text-align: center;
}
@media (max-width: 420px) {
  .links-block .col-md-4 {
    width: 50%;
    margin-bottom: 10px;
  }
}
.links-block .col-md-4 a {
  display: block;
  text-align: center;
  padding: 0;
}
.links-block .col-md-4 a i {
  height: 40px;
  display: inline-block;
  background: url(../img/bottom-icons.png) no-repeat;
}
.links-block .col-md-4 a i.gmail-icon {
  background-position: 0 0;
  width: 40px;
}
.links-block .col-md-4 a i.chrome-icon {
  background-position: -45px 0;
  width: 40px;
}
.links-block .col-md-4 a i.mac-icon {
  background-position: -90px 0;
  width: 44px;
}
.links-block .col-md-4 a i.outlook-icon {
  background-position: -140px 0;
  width: 40px;
}
.links-block .col-md-4 a span {
  display: block;
  font-size: 14px;
  color: #dcdee1;
}
.links-block .col-md-4 a:hover,
.links-block .col-md-4 a:focus {
  text-decoration: none;
  color: #dcdee1;
  outline: none;
}
.links-block .col-md-4 a:hover i.gmail-icon,
.links-block .col-md-4 a:focus i.gmail-icon {
  background-position: 0 -45px;
  width: 40px;
}
.links-block .col-md-4 a:hover i.chrome-icon,
.links-block .col-md-4 a:focus i.chrome-icon {
  background-position: -45px -45px;
  width: 40px;
}
.links-block .col-md-4 a:hover i.mac-icon,
.links-block .col-md-4 a:focus i.mac-icon {
  background-position: -90px -45px;
  width: 44px;
}
.links-block .col-md-4 a:hover i.outlook-icon,
.links-block .col-md-4 a:focus i.outlook-icon {
  background-position: -140px -45px;
  width: 40px;
}
.links-block .col-md-4 a:hover span,
.links-block .col-md-4 a:focus span {
  color: #515d6f;
}
@media all and (max-width: 990px) {
  .with-slider .slider-block {
    padding: 0;
    margin-top: 20px;
  }
  .with-slider.left-s .slider-block {
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
/* Pricing page */
.pricing-info .pricing-buttons {
  text-align: center;
  padding: 0;
  font-size: 0;
}
.pricing-info .pricing-buttons .pricing-choose {
  box-shadow: none;
  border: 1px solid #bdbdbd;
  background: #fff;
  padding: 10px 23px;
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 450px) {
  .pricing-info .pricing-buttons .pricing-choose {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 15px;
  }
}
.pricing-info .pricing-buttons .pricing-choose:first-child {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.pricing-info .pricing-buttons .pricing-choose:first-child.active {
  border-right: 1px solid #ff8000;
}
.pricing-info .pricing-buttons .pricing-choose:last-child {
  border-radius: 0 4px 4px 0;
  border-left: none;
}
.pricing-info .pricing-buttons .pricing-choose:last-child.active {
  border-left: 1px solid #ff8000;
}
.pricing-info .pricing-buttons .pricing-choose:focus {
  outline: none;
}
.pricing-info .pricing-buttons .pricing-choose.active {
  border-color: #ff8000;
  color: #ff8000;
  font-weight: bold;
}
.pricing-info .pricing-block {
  margin-top: 47px;
}
.pricing-info .pricing-block .one-block {
  padding: 0 2px;
}
.pricing-info .pricing-block .one-block .full-block {
  -webkit-box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
  text-align: center;
  padding: 20px 0 15px 0;
  margin-top: 41px;
}
.pricing-info .pricing-block .one-block .full-block h1 {
  font-size: 64px;
  color: #7e7e7e;
  line-height: 48px;
  font-weight: 300;
  margin: 0 0 10px 0;
}
.pricing-info .pricing-block .one-block .full-block h1 sup {
  font-size: 18px;
  top: -32px;
  font-weight: 500;
}
.pricing-info .pricing-block .one-block .full-block h1.name {
  margin-top: 0;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 500;
}
.pricing-info .pricing-block .one-block .full-block .pricing-top p {
  font-weight: 300;
  font-size: 12px;
  color: #7e7e7e;
  text-transform: uppercase;
  margin: 0;
}
.pricing-info .pricing-block .one-block .full-block .pricing-top.inactive {
  display: none;
}
.pricing-info .pricing-block .one-block .full-block .pricing-bottom {
  margin-top: 30px;
}
.pricing-info .pricing-block .one-block .full-block .pricing-bottom ul {
  padding: 0;
  list-style: none;
  margin: 0 0 30px 10%;
}
.pricing-info .pricing-block .one-block .full-block .pricing-bottom ul li {
  font-size: 16px;
  color: #3f3f3f;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}
.pricing-info .pricing-block .one-block .full-block .pricing-bottom ul li i {
  background: url("../img/sprite.png") no-repeat;
  display: inline-block;
  margin-right: 10px;
}
.pricing-info .pricing-block .one-block .full-block .pricing-bottom ul li i.icon-tasks {
  background-position: -95px -105px;
  width: 22px;
  height: 20px;
  margin-bottom: -4px;
}
.pricing-info .pricing-block .one-block .full-block .pricing-bottom ul li i.icon-todo {
  background-position: -125px -105px;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.pricing-info .pricing-block .one-block .full-block .pricing-bottom ul li i.icon-features {
  background-position: -155px -105px;
  width: 24px;
  height: 23px;
  margin-bottom: -5px;
}
.pricing-info .pricing-block .one-block .full-block .pricing-bottom ul li i.icon-users {
  background-position: -95px -135px;
  width: 22px;
  height: 24px;
  margin-bottom: -6px;
}
.pricing-info .pricing-block .one-block .full-block .pricing-bottom ul li i.icon-unlimited {
  background-position: -125px -135px;
  width: 24px;
  height: 13px;
  margin-bottom: -2px;
}
.pricing-info .pricing-block .one-block .full-block .pricing-bottom ul li i.icon-cookies {
  background-position: -154px -134px;
  width: 24px;
  height: 24px;
  margin-bottom: -5px;
}
.pricing-info .pricing-block .one-block .full-block .pricing-bottom ul li i.icon-drink {
  background-position: -94px -164px;
  width: 24px;
  height: 24px;
  margin-bottom: -5px;
}
.pricing-info .pricing-block .one-block .full-block .pricing-bottom p {
  font-size: 12px;
  color: #7e7e7e;
  font-weight: 300;
  margin: 0;
}
.pricing-info .pricing-block .one-block.free .full-block {
  border-style: solid;
  border-width: 4px 1px 1px 1px;
  border-color: #ff8000 #e5e5e5 #e5e5e5 #e5e5e5;
}
.pricing-info .pricing-block .one-block.free .full-block h1.name {
  color: #ff8000;
}
.pricing-info .pricing-block .one-block.most-popular h2 {
  margin: 0;
  background: #eef2f4;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
}
.pricing-info .pricing-block .one-block.most-popular .full-block {
  margin-top: 0;
  border-style: solid;
  border-width: 4px 1px 1px 1px;
  border-color: #90a4ae #e5e5e5 #e5e5e5 #e5e5e5;
}
.pricing-info .pricing-block .one-block.most-popular .full-block h1.name {
  color: #90a4ae;
}
.pricing-info .pricing-block .one-block.premium .full-block {
  border-style: solid;
  border-width: 4px 1px 1px 1px;
  border-color: #29b6f6 #e5e5e5 #e5e5e5 #e5e5e5;
}
.pricing-info .pricing-block .one-block.premium .full-block h1.name {
  color: #29b6f6;
}
.pricing-info .pricing-block .one-block.enterprise .full-block {
  border-style: solid;
  border-width: 4px 1px 1px 1px;
  border-color: #9ccc65;
}
.pricing-info .pricing-block .one-block.enterprise .full-block h1.name {
  color: #9ccc65;
}
.pricing-info .pricing-block .one-block.enterprise .full-block .pricing-top {
  position: relative;
}
.pricing-info .pricing-block .one-block.enterprise .full-block .pricing-top .green {
  display: inline-block;
  padding: 0 65px;
  background-color: #9ccc65;
  height: 55px;
  width: auto;
  margin-bottom: 20px;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 22px;
  wont-weight: 100;
  line-height: 55px;
  font-weight: 300;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 4px #76aa39;
  -moz-box-shadow: 0px 4px #76aa39;
  box-shadow: 0px 4px #76aa39;
  height: auto;
  line-height: 35px;
  padding: 4px 0px;
  padding-bottom: 0;
  margin-bottom: 0px;
  max-width: 90%;
  width: 100%;
}
.pricing-info .pricing-block .one-block.enterprise .full-block .pricing-top .green.btn {
  pointer-events: initial;
  -webkit-user-select: initial;
  /* Chrome all / Safari all */
  -moz-user-select: initial;
  /* Firefox all */
  -ms-user-select: initial;
  /* IE 10+ */
  user-select: initial;
  /* Likely future */
}
.pricing-info {
  padding: 65px 0 20px 0;
}
.plans-features .toggle-features {
  text-align: center;
}
.plans-features .toggle-features h5 {
  margin: 0 0 35px 0;
  font-weight: 300;
  color: #515d6f;
  font-size: 16px;
  cursor: pointer;
}
.plans-features .toggle-features h5 .show-f {
  display: none;
}
.plans-features .toggle-features h5 i {
  background: url("../img/sprite.png") no-repeat;
  display: inline-block;
  margin-left: 10px;
}
.plans-features .toggle-features h5 i.icon-larrowd {
  background-position: -150px -165px;
  width: 12px;
  height: 8px;
}
.plans-features .toggle-features h5 i.icon-larrowu {
  background-position: -170px -165px;
  width: 12px;
  height: 8px;
}
.plans-features .toggle-features h5.inactive .hide-f {
  display: none;
}
.plans-features .toggle-features h5.inactive .show-f {
  display: block;
}
.plans-features .features-block {
  margin-bottom: 20px;
}
.plans-features .features-block table {
  table-layout: fixed;
}
@media (min-width: 690px) {
  .plans-features .features-block table {
    table-layout: fixed;
  }
}
.plans-features .features-block table thead tr th {
  background: #f8f8f8;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: medium;
  color: #ff8000;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .plans-features .features-block table thead tr th {
    font-size: 12px;
  }
}
.plans-features .features-block table thead tr th:nth-of-type(3) {
  color: #90a4ae;
}
.plans-features .features-block table thead tr th:nth-of-type(4) {
  color: #29b6f6;
}
.plans-features .features-block table thead tr th:last-of-type {
  border-right: none;
  color: #9ccc65;
}
.plans-features .features-block table thead tr th:first-of-type {
  background: none;
}
@media (min-width: 690px) {
  .plans-features .features-block table thead tr th:first-of-type {
    width: 40%;
  }
}
.plans-features .features-block table tbody tr td {
  background: #f8f8f8;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #3f3f3f;
}
@media (max-width: 400px) {
  .plans-features .features-block table tbody tr td {
    font-size: 14px;
  }
}
.plans-features .features-block table tbody tr td .icon-check {
  background: url("../img/sprite.png") no-repeat -125px -165px;
  display: inline-block;
  width: 18px;
  height: 14px;
}
.plans-features .features-block table tbody tr td .icon-help {
  background: url("../img/sprite.png") no-repeat -125px -184px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
  margin-left: 15px;
}
.plans-features .features-block table tbody tr td span {
  cursor: help;
}
.plans-features .features-block table tbody tr td .f-title {
  display: inline-block;
  position: relative;
}
.plans-features .features-block table tbody tr td .feature-info-text {
  display: none;
  position: absolute;
  left: -40px;
  bottom: 40px;
  background: #fff;
  border: 1px solid #adadad;
  width: 380px;
  z-index: 1000;
  padding: 12px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(58, 72, 95, 0.5);
  -moz-box-shadow: 0px 4px 4px 0px rgba(58, 72, 95, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(58, 72, 95, 0.5);
}
.plans-features .features-block table tbody tr td .feature-info-text p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.plans-features .features-block table tbody tr td .feature-info-text:before {
  content: "";
  position: absolute;
  left: 55px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7.5px 0 7.5px;
  border-color: #adadad transparent transparent transparent;
  display: block;
}
.plans-features .features-block table tbody tr td .feature-info-text:after {
  content: "";
  position: absolute;
  left: 56px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6.5px 0 6.5px;
  border-color: #fff transparent transparent transparent;
  display: block;
}
.plans-features .features-block table tbody tr td .feature-info-text.open {
  display: block;
}
.plans-features .features-block table tbody tr td:first-of-type {
  text-align: left;
  padding-left: 20px;
}
.plans-features .features-block table tbody tr td:last-of-type {
  border-right: none;
}
.plans-features .features-note {
  font-size: 16px;
  color: #3f3f3f;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.install {
  text-align: center;
  padding: 55px 0 75px 0;
}
.faq {
  padding: 60px 23px 60px;
}
.faq h1 {
  text-align: center;
  margin: 0 0 35px 0;
  color: #515d6f;
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
}
@media (max-width: 650px) {
  .faq h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 350px) {
  .faq h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
.faq .one-question h5 {
  color: #ff8000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 18px 0;
}
.faq .one-question p {
  color: #3f3f3f;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 32px;
  font-family: Cambria, Georgia, serif;
}
@media (max-width: 425px) {
  .mobile-hide {
    display: none;
  }
}
@media (max-width: 330px) {
  .hamb_menu {
    margin-left: -10px;
  }
}
#mce-responses {
  padding: 30px 10px;
  text-align: center;
  color: #515d6f;
  line-height: 28px;
  font-size: 20px;
  font-family: "ff-meta-serif-web-pro", serif;
  -webkit-font-smoothing: antialiased;
  /* center */
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mce-responses h1 {
  font-weight: bold;
}
#intercom-container {
  display: none;
}
.contact-form {
  padding: 0 20px;
  max-width: 720px;
  margin: auto;
  font-size: 0;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 0;
  margin-top: 40px;
}
.contact-form h3 {
  color: #AEB2BA;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif, arial;
  font-weight: 400;
  padding: 0 18px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.contact-form h4 {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.contact-form h4.error-msg {
  color: #e85d5b;
}
.contact-form .focused h3 {
  color: #ff8000;
}
.contact-form .error h3 {
  color: #e8524e;
}
.contact-form .error input,
.contact-form .error textarea {
  border: 1px solid #e85d5b;
  border-bottom: 2px solid #e8524e;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px 18px;
  font-size: 16px;
  color: #3f3f3f;
  font-family: 'Roboto', sans-serif, arial;
  border: 1px solid transparent;
  border-bottom: 2px solid #acbac9;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form input:active,
.contact-form textarea:active {
  outline: none;
  border: 1px solid #ffd9b2;
  border-bottom: 2px solid #ff8000;
}
.contact-form input[type="submit"] {
  background-color: #ff8000;
  height: 60px;
  width: 284px;
  max-width: 100%;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 22px;
  wont-weight: 100;
  display: inline-block;
  line-height: 60px;
  padding: 0 23px;
  font-weight: 300;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 4px #d65b00;
  -moz-box-shadow: 0px 4px #d65b00;
  box-shadow: 0px 4px #d65b00;
}
.contact-form input[type="submit"]:focus {
  outline: none;
}
.contact-form .submit {
  margin-top: 64px;
  margin-bottom: 70px;
}
.contact-form #form-messages {
  display: block;
  padding: 20px 0px;
  font-size: 16px;
}
.contact-form #form-messages.success {
  color: green;
}
.contact-form #form-messages.error {
  color: #e85d5b;
}
.contact-form #form-messages:empty {
  padding: 0;
}
.integration-logo {
  padding: 20px 20px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.integration-logo > div {
  display: table-cell;
  width: 100%;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
}
.integration-logo .integration-plus {
  font-size: 120px;
  font-weight: 300;
  color: #ffffff;
}
.big-orange-btn {
  background-color: #ff8000;
  height: 60px;
  min-width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 22px;
  font-weight: 100;
  display: inline-block;
  line-height: 60px;
  padding: 0 23px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 420px) {
  .big-orange-btn {
    min-width: 0;
  }
}
.big-orange-btn:focus {
  outline: none;
}
.big-orange-btn:hover,
.big-orange-btn:active,
.big-orange-btn:focus {
  background-color: #ff8000;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.big-orange-btn.btn-navbar {
  height: 40px;
  line-height: 40px;
  min-width: 0;
  max-width: none!important;
}
.col-center-block {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
div#IntercomDefaultWidget {
  display: none;
  visibility: hidden;
}
#intercom-container {
  display: none;
}
.special-slide-container.slider-right img {
  float: left;
}
@media (min-width: 990px) {
  .special-slide-container.slider-right .text-holder {
    margin-top: 110px;
  }
}
@media (min-width: 990px) {
  .special-slide-container.slider-right .slider-holder {
    padding-left: 0;
  }
  .special-slide-container.slider-right .slider-holder > div {
    padding-left: 0px;
  }
}
.special-slide-container.slider-right .slider-block {
  margin: 0;
  min-width: 852px;
}
@media (max-width: 990px) {
  .special-slide-container.slider-right .slider-block {
    min-width: 0;
  }
}
@media (min-width: 990px) {
  .special-slide-container.slider-right .slider-block .text-holder .col-md-6 {
    float: right !important;
  }
  .special-slide-container.slider-right .slider-block .carousel-control {
    top: 100% !important;
    margin-top: -60px;
  }
  .special-slide-container.slider-right .slider-block .carousel-control.left {
    left: -120px !important;
  }
  .special-slide-container.slider-right .slider-block .carousel-control.right {
    left: -80px !important;
  }
}
.special-slide-container.slider-left img {
  float: right;
}
@media (min-width: 990px) {
  .special-slide-container.slider-left .text-holder {
    margin-top: 110px;
    float: right;
  }
}
@media (min-width: 990px) {
  .special-slide-container.slider-left .slider-holder {
    padding-right: 0;
  }
  .special-slide-container.slider-left .slider-holder > div {
    padding-right: 0px;
  }
}
.special-slide-container.slider-left .slider-block {
  float: right;
  margin: 0;
  min-width: 852px;
}
@media (max-width: 990px) {
  .special-slide-container.slider-left .slider-block {
    min-width: 0;
  }
}
@media (min-width: 990px) {
  .special-slide-container.slider-left .slider-block .text-holder .col-md-6 {
    float: none !important;
  }
  .special-slide-container.slider-left .slider-block .carousel-indicators {
    right: 0;
    left: initial!important;
    text-align: right;
  }
  .special-slide-container.slider-left .slider-block .carousel-indicators li {
    float: none;
  }
  .special-slide-container.slider-left .slider-block .carousel-control {
    top: 100% !important;
    margin-top: -60px;
  }
  .special-slide-container.slider-left .slider-block .carousel-control.left {
    right: -80px !important;
  }
  .special-slide-container.slider-left .slider-block .carousel-control.right {
    right: -120px !important;
  }
}
.special-slide-container .single-slide .carousel-indicators {
  display: none!important;
}
.special-slide-container .single-slide .carousel-inner {
  padding-top: 0!important;
}
.special-slide-container .single-slide .carousel-control {
  display: none;
}
.special-slide-container .big-orange-btn {
  margin: 40px 0;
}
.divider {
  border-top: 1px solid #C8C8C8;
  display: block;
  width: 100%;
}
.subscribe_browser {
  max-width: none;
  margin-top: 5px;
  padding: 0;
  padding-right: 15px;
  margin-bottom: 0;
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 610px) {
  .subscribe_browser {
    padding: 0;
  }
}
.subscribe_browser .btn-sidebar-subscribe {
  background: #ff8000;
  color: white;
}
.subscribe_browser h3 {
  color: white;
  padding-bottom: 15px;
  font-weight: 200;
}
.subscribe_browser .btn-sidebar-subscribe {
  background: #ff8000;
  color: white;
}
.yn-overlay,
.yn-overlay-subscribe {
  background-color: rgba(255, 255, 255, 0.498039);
  bottom: 0px;
  display: block;
  font-family: arial, sans-serif;
  height: 549px;
  left: 0px;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 1665px;
  z-index: 8010;
}
.yn-overlay > div,
.yn-overlay-subscribe > div {
  box-shadow: rgba(0, 0, 0, 0.498039) 0px 10px 25px;
  -webkit-box-shadow: rgba(100, 100, 100, 0.498039) 0px 10px 25px;
  height: 246px;
  width: 500px;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -250px;
}
.heading {
  line-height: 1.2em;
  color: #515d6f;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 32px;
  margin: 0 0 40px 0;
}
.heading.heading-white {
  color: white;
}
.heading.heading-white .heading-side {
  background: white;
}
@media (max-width: 650px) {
  .heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  .heading {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 350px) {
  .heading {
    font-size: 20px;
    line-height: 28px;
  }
}
h2.heading.heading-large {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0 0 40px;
}
h2.heading.heading-very-large {
  font-size: 66px;
  line-height: 1.2em;
  font-weight: 200;
  margin: 0 0 104px;
}
@media (max-width: 660px) {
  h2.heading.heading-very-large {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 60px;
  }
}
.heading-side {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 3px;
  background: #515d6f;
  vertical-align: middle;
}
.heading-side.heading-side-left {
  margin-right: 10px;
}
.heading-side.heading-side-right {
  margin-left: 10px;
}
@media (max-width: 400px) {
  .heading-side {
    display: none;
  }
}
.mobile .heading-side {
  display: none;
}
/* columns of same height styles */
.modal iframe {
  border: none;
}
@media (min-width: 992px) {
  .equal-height-sm,
  .equal-height-sm > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
}
.sprite {
  background: url(../img/spritesheet.png);
}
i.sprite {
  display: inline-block;
}
.sprite.sprite-gift {
  width: 41px;
  height: 48px;
  background-position: -5px -1370px;
}
.sprite.sprite-people {
  width: 48px;
  height: 39px;
  background-position: -5px -1656px;
}
.sprite.sprite-ownership {
  width: 48px;
  height: 44px;
  background-position: -5px -1550px;
}
.sprite.sprite-failure {
  width: 48px;
  height: 44px;
  background-position: -5px -403px;
}
.sprite.sprite-risk {
  width: 48px;
  height: 41px;
  background-position: -5px -1826px;
}
.sprite.sprite-reverse {
  width: 48px;
  height: 48px;
  background-position: -5px -1768px;
}
.sprite.sprite-nice {
  width: 48px;
  height: 40px;
  background-position: -5px -1500px;
}
.sprite.sprite-pen {
  width: 32px;
  height: 42px;
  background-position: -5px -1604px;
}
.sprite.sprite-fun {
  width: 41px;
  height: 48px;
  background-position: -5px -1312px;
}
.sprite.sprite-features_projectmanagement {
  width: 80px;
  height: 80px;
  background-position: -5px -727px;
}
.sprite.sprite-features_taskmanagement {
  width: 80px;
  height: 80px;
  background-position: -5px -1177px;
}
.sprite.sprite-features_notifications {
  width: 80px;
  height: 80px;
  background-position: -5px -637px;
}
.sprite.sprite-features_emailtasks {
  width: 80px;
  height: 80px;
  background-position: -5px -547px;
}
.sprite.sprite-features_reminders {
  width: 80px;
  height: 80px;
  background-position: -5px -817px;
}
.sprite.sprite-features_cardandlistview {
  width: 80px;
  height: 80px;
  background-position: -5px -457px;
}
.sprite.sprite-features_sharetasks {
  width: 80px;
  height: 80px;
  background-position: -5px -907px;
}
.sprite.sprite-features_subtasks {
  width: 80px;
  height: 80px;
  background-position: -5px -1087px;
}
.sprite.sprite-features_statusesandtags {
  width: 80px;
  height: 80px;
  background-position: -5px -997px;
}
#salesModal .modal-header {
  border: none;
}
#salesModal .modal-body {
  padding: 40px;
  padding-top: 30px;
}
.modal-dialog {
  max-width: 95%;
  margin: 10px auto;
  box-sizing: border-box;
}
