/*** === VARIABLE ======================================================================================================
==================================================================================================================  ***/
.normal-article-text {
  font-size: 2em;
}
.normal-article-text i {
  font-size: 0.85em;
  display: block;
  font-family: "open sans light";
  color: #777;
}
.mixin-font-icon {
  font-family: 'mlo';
  font-style: normal;
}
.hero-text-mixin {
  position: relative;
}
.hero-text-mixin .bg-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url('/i/home/hero-text-bg.png') 50% 50% no-repeat #F9F9F9;
  background-size: cover;
}
.hero-text-mixin .hero-text {
  filter: none;
  color: black;
  font-size: 2em;
  line-height: 2em;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  margin: 0 100px;
}
@font-face {
  font-family: 'mlo';
  src: url('../css/mlo-font/fonts/mlo.eot?ytgzlh');
  src: url('../css/mlo-font/fonts/mlo.eot?ytgzlh#iefix') format('embedded-opentype'), url('../css/mlo-font/fonts/mlo.ttf?ytgzlh') format('truetype'), url('../css/mlo-font/fonts/mlo.woff?ytgzlh') format('woff'), url('../css/mlo-font/fonts/mlo.svg?ytgzlh#mlo') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="mlo-icon-"],
[class*=" mlo-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mlo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mlo-icon-edit-task:before {
  content: "\e904";
}
.mlo-icon-view-task:before {
  content: "\e905";
}
.mlo-icon-cloud:before {
  content: "\e906";
}
.mlo-icon-wifi:before {
  content: "\e907";
}
.mlo-icon-community:before {
  content: "\e901";
}
.mlo-icon-activation:before {
  content: "\e900";
}
.mlo-icon-getting-started:before {
  content: "\e902";
}
.mlo-icon-user-manual:before {
  content: "\e903";
}
.mlo-icon-android-platform:before {
  content: "\e908";
}
.mlo-icon-cloud-platform:before {
  content: "\e909";
}
.mlo-icon-ios-platform:before {
  content: "\e90a";
}
.mlo-icon-windows-platform:before {
  content: "\e90b";
}
.mlo-icon-tick-mark:before,
.checkbox-2 .icon-checkbox:before {
  content: "\e90c";
}
.mlo-icon-difficulty-1:before,
.icon-difficulty:before {
  content: "\e90d";
}
.mlo-icon-difficulty-2:before,
.icon-difficulty span:before {
  content: "\e90e";
}
.mlo-icon-difficulty-3:before,
.icon-difficulty:after {
  content: "\e90f";
}
.mlo-icon-platform-ios:before {
  content: "\e910";
}
.mlo-icon-platform-android:before {
  content: "\e911";
}
.mlo-icon-platform-windows:before {
  content: "\e912";
}
.mlo-icon-tip:before {
  content: "\e913";
}
.checkbox-2 {
  font-size: 14px;
  font-style: normal;
  cursor: pointer;
}
.checkbox-2 .icon-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: white;
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid gray;
  vertical-align: middle;
  margin-right: 6px;
}
.checkbox-2 .icon-checkbox:before {
  font-family: 'mlo';
  font-style: normal;
  display: none;
  font-size: 11px;
  line-height: 20px;
  color: white;
  position: relative;
  top: -2px;
}
.checkbox-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-2 input:checked ~ .icon-checkbox {
  background: #66a800;
  border: 2px solid #66a800;
  position: relative;
}
.checkbox-2 input:checked ~ .icon-checkbox:before {
  display: block;
}
.icon-difficulty {
  width: 18px;
  height: 18px;
  font-size: 7px;
  color: #e3e3e3;
  vertical-align: middle;
}
.icon-difficulty span:before,
.icon-difficulty:before,
.icon-difficulty:after {
  font-family: 'mlo';
  font-style: normal;
  position: relative;
  vertical-align: baseline;
}
.icon-difficulty:before {
  font-size: 1em;
}
.icon-difficulty span:before {
  font-size: 2em;
  bottom: 0.094em;
}
.icon-difficulty:after {
  font-size: 3em;
  bottom: 0.124em;
}
.icon-difficulty.level-1:before {
  color: #24994D;
}
.icon-difficulty.level-2:before,
.icon-difficulty.level-2 span:before {
  color: #F4B44B;
}
.icon-difficulty.level-3:before,
.icon-difficulty.level-3 span:before,
.icon-difficulty.level-3:after {
  color: #EA7268;
}
/*** === END VARIABLE ==================================================================================================
==================================================================================================================  ***/
/*** === Icons styles ================================================================================================
==================================================================================================================  ***/
[class*='mlo-icon'] {
  font-size: 24px;
  color: #3f3f3f;
}
/*** === GLOBAL CLASSES ================================================================================================
==================================================================================================================  ***/
.inline {
  display: inline;
}
.margin-top-30 {
  margin-top: 30px;
}
.line-separator {
  height: 1px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  background: #e0e0e0;
}
/* animated elements */
.animate-block {
  opacity: 0 ;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all time ease;
  -o-transition: all time ease;
  -ms-transition: all time ease;
  transition: all time ease;
  -webkit-transition: 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: 0.5s;
}
.left-device-animate {
  position: relative;
  left: -100px;
}
.left-device-animate.animated {
  left: 0;
  opacity: 1;
}
.right-device-animate {
  position: relative;
  right: -100px;
}
.right-device-animate.animated {
  right: 0;
  opacity: 1;
}
.col-lg-6 .line-separator {
  width: 85%;
}
.show-more-container {
  display: none;
}
.note {
  font-family: "open sans italic";
  font-size: 1em!important;
  margin-top: 10px;
  display: inline-block;
  color: #999;
}
blockquote {
  font-size: 1.4em;
}
b,
strong {
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
}
.zindex1 {
  position: relative;
  z-index: 1;
}
.anchor {
  position: relative;
  z-index: 0;
  display: block;
  height: 55px;
  /* this is the height of your header */
  margin-top: -55px;
  /* this is again negative value of the height of your header */
  visibility: hidden;
}
.anchor span {
  display: none;
}
.products .anchor {
  height: 95px;
  /* this is the height of your header */
  margin-top: -95px;
  /* this is again negative value of the height of your header */
}
.lead b {
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
}
.line-through {
  text-decoration: line-through;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.epigraph {
  font-family: "open sans italic";
}
.reduce-font {
  font-size: 0.8em;
}
a[data-toggle="tab"] {
  outline: none;
}
.center-col {
  margin: 0 auto;
  float: none;
}
.breadcrumb-holder {
  margin-top: 75px;
}
.page-content .breadcrumb-holder {
  margin-top: 20px;
}
.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 10px 0;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb .active {
  font-size: 1.4em;
}
.breadcrumb > li + li:before {
  color: #CCCCCC;
  content: "> ";
  padding: 0 5px;
}
.section-colored {
  background-color: #fafafa;
}
.section-colored .testimonial-holder .testimonials blockquote {
  background: #fff;
}
.section-colored .table {
  background-color: #fff;
}
.section-colored .table tr th {
  background-color: #f4f4f4;
}
.hide {
  display: none !important;
}
.warning {
  color: #d34836;
}
.img-bordered {
  border: 1px solid #ccc;
}
.image-holder {
  margin-bottom: 47px;
}
.cyrillic *:not(.fa):not([class*='mlo-icon']),
.cyrillic blockquote,
.cyrillic form,
.cyrillic input[type="text"],
.cyrillic input[type='email'],
.cyrillic input[type='number'],
.cyrillic input[type='date'],
.cyrillic input[type='tel'],
.cyrillic textarea,
.cyrillic .btn,
.cyrillic .form-footer .hint,
.cyrillic .circle {
  font-family: "segoe ui", arial, "helvetica neue", helvetica, sans-serif !important;
}
.cyrillic .testimonial-holder .testimonials blockquote .testim-header {
  font-family: "segoe ui", arial, "helvetica neue", helvetica, sans-serif;
  font-weight: bold;
}
.cyrillic .product-tiles .product-tile .panel-default .nav-tabs .active a ~ a.product-link {
  font-family: "segoe ui", arial, "helvetica neue", helvetica, sans-serif;
  font-weight: bold;
}
.cyrillic .btn {
  font-weight: bold;
}
.cyrillic .btn-transparent {
  padding: 15px 15px;
}
.cyrillic.home .slider-holder .btn-transparent {
  padding: 11px 15px;
}
.cyrillic .comparison-table .div-table .div-table-body .open .div-table-cell > p {
  font-weight: bold !important;
}
.block-holder p {
  margin: 0 0 30px 0;
}
.block-holder ul,
.block-holder ol {
  margin-bottom: 40px;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
p,
a,
ul.list li,
ol.list li {
  font-size: 1.4em;
}
p a,
a a,
ul.list li a,
ol.list li a {
  font-size: 1em;
}
ul.list {
  padding: 0;
}
ul.list li {
  line-height: 40px;
}
ul.list li span {
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
ul.list li span.text-sep {
  color: #bbb;
  margin: 0;
}
ul.list li span ~ a {
  display: inline-block;
}
ul.list li a {
  margin-right: 8px;
}
ul.list li a ~ a {
  margin: 0 8px;
}
ul.check-list li {
  font-size: 1.6em;
  line-height: 34px;
}
ul.list ol.list li,
blockquote ol.list li,
ul.list ul.list li,
blockquote ul.list li,
ul.list p,
blockquote p {
  font-size: 1em;
}
ol.list ol.list li,
ol.list ul.list li {
  font-size: 1em;
}
p > a {
  font-size: 1em;
}
.show {
  display: block !important;
  visibility: visible !important;
}
.fadeIn {
  animation-name: fadeIn;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.overflow {
  overflow: hidden;
}
.bottom-indent {
  margin-bottom: 50px;
}
.bottom-indent.try-again {
  margin-bottom: 30px;
}
.top-indent {
  margin-top: 50px;
}
.margin0 {
  margin: 0!important;
}
.padding0 {
  padding: 0!important;
}
.paddingbottom0 {
  padding-bottom: 0!important;
}
.paddingtop0 {
  padding-top: 0!important;
}
iframe {
  width: 100%;
  border: none;
}
.bsz {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.no-rounded-corners {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.no-box-shadow {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.box-shadow-none {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.box-sizing-content-box {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.small-screen {
  display: none;
}
.small-img {
  display: none;
}
.regular {
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.semibold {
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.bold {
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.cyrillic .semibold,
.cyrillic .bold {
  font-weight: bold;
}
.light {
  font-family: "open sans light", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.flex-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
}
.margin0 p {
  margin: 0;
}
/*** === END GLOBAL CLASSES ============================================================================================
==================================================================================================================  ***/
/*** === GLOBAL STYLES =================================================================================================
=================================================================================================================== ***/
body {
  padding-top: 0;
  min-width: 320px;
  background-color: white;
  font-size: 100%;
  /*1em - 10px*/
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  counter-reset: step-counter;
}
a.btn,
a.btn:hover {
  text-decoration: none;
}
a {
  color: #2a6fc9;
  text-decoration: underline;
}
a:hover {
  color: #6a9ad9;
}
a:active {
  color: #1d4e8d;
}
a:active:focus {
  outline: none;
  outline-offset: 0;
}
ul,
ol {
  list-style: none;
}
ul.styled-list {
  list-style: disc;
}
ol.styled-list {
  list-style: decimal;
}
h1 {
  font-size: 3.2em;
  color: #000;
}
h2 {
  font-size: 3.2em;
  color: #000;
}
h3 {
  font-size: 2.4em;
}
h3 a {
  font-size: 1em;
}
h4 a {
  font-size: 1em;
}
.top-indent40 {
  margin-top: 40px;
}
.top-indent20 {
  margin-top: 20px;
}
.center-container {
  position: relative;
}
.center-container img {
  position: absolute;
  top: 51px;
  left: 50%;
  margin-left: -64px;
  width: 125px;
}
.center-container p {
  font-size: 1.6em;
}
.center-container .header-holder {
  text-align: center;
}
.center-container .header-holder h1 {
  margin-top: 186px;
  font-size: 8em;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  position: relative;
  display: inline-block;
  line-height: 80px;
}
.center-container .header-holder h2 {
  color: #808080;
  font-size: 2.6em;
}
.center-container .separator {
  border-bottom: 4px solid #c7c7c7;
}
.center-container .icon.hyphen {
  position: absolute;
  top: 121px;
  background: url('/i/home/image-sprite.png') 0 -700px no-repeat;
  width: 38px;
  height: 8px;
}
.center-container .icon.hyphen.hyphen-left {
  left: 6px;
}
.center-container .icon.hyphen.hyphen-right {
  right: 13px;
}
/*** === END GLOBAL STYLES =============================================================================================
=================================================================================================================== ***/
/*** == CAROUSEL =======================================================================================================
=================================================================================================================== ***/
.vert-indent {
  margin: 30px 0;
}
.inner-page-carousel.carousel {
  margin-top: 0px;
  padding-top: 50px;
}
.inner-page-carousel.carousel .carousel-caption {
  position: static;
}
.inner-page-carousel.carousel .carousel-inner {
  height: 560px;
}
.inner-page-carousel.carousel .carousel-inner img {
  max-height: 90%;
  margin: 0 auto;
}
.inner-page-carousel.carousel .carousel-inner .item {
  z-index: 0;
  position: absolute;
  left: -100%;
  width: 100%;
  right: 0;
  -webkit-transition: left 0.1s;
  -moz-transition: left 0.1s;
  -ms-transition: left 0.1s;
  -o-transition: left 0.1s;
  transition: left 0.1s;
  display: block;
}
.inner-page-carousel.carousel .carousel-inner .item.active {
  left: 0;
}
.inner-page-carousel.carousel.cloud-wifi .carousel-inner {
  height: 470px;
}
.inner-page-carousel.carousel.markdown-view-edit {
  padding-top: 0;
}
.inner-page-carousel.carousel.markdown-view-edit .carousel-inner {
  height: 340px;
  margin-bottom: 110px;
}
.inner-page-carousel.carousel .carousel-indicators {
  bottom: -45px;
  width: 77%;
  margin-left: -38.45%;
}
.inner-page-carousel.carousel .carousel-indicators li {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.inner-page-carousel.carousel .carousel-indicators li ~ li {
  margin-left: 10%;
}
.inner-page-carousel.carousel .carousel-indicators li.icon-carousel-windows {
  background-position: -262px -503px;
  width: 48px;
  height: 58px;
}
.inner-page-carousel.carousel .carousel-indicators li.icon-carousel-windows.active {
  background-position: -262px -581px;
}
.inner-page-carousel.carousel .carousel-indicators li.icon-carousel-iphone {
  background-position: -312px -504px;
  width: 48px;
  height: 59px;
}
.inner-page-carousel.carousel .carousel-indicators li.icon-carousel-iphone.active {
  background-position: -312px -580px;
}
.inner-page-carousel.carousel .carousel-indicators li.icon-carousel-ipad {
  background-position: -360px -503px;
  width: 48px;
  height: 68px;
}
.inner-page-carousel.carousel .carousel-indicators li.icon-carousel-ipad.active {
  background-position: -360px -572px;
}
.inner-page-carousel.carousel .carousel-indicators li.icon-carousel-android-phone {
  background-position: -409px -503px;
  width: 48px;
  height: 61px;
}
.inner-page-carousel.carousel .carousel-indicators li.icon-carousel-android-phone.active {
  background-position: -409px -578px;
}
.inner-page-carousel.carousel .carousel-indicators li.icon-carousel-cloud {
  background-position: -574px -506px;
  width: 52px;
  height: 60px;
  /*border-bottom:1px solid #dcdcdc;*/
}
.inner-page-carousel.carousel .carousel-indicators li.icon-carousel-cloud.active {
  background-position: -574px -577px;
  border: none;
}
.inner-page-carousel.carousel .carousel-indicators li.icon-carousel-wifi {
  background-position: -626px -506px;
  width: 51px;
  height: 60px;
  border-bottom: 1px solid #dcdcdc;
}
.inner-page-carousel.carousel .carousel-indicators li.icon-carousel-wifi.active {
  background-position: -626px -577px;
  border: none;
}
.inner-page-carousel.carousel .carousel-indicators li.vector-carousel-icon {
  background: none;
  text-indent: 0;
  width: auto;
  height: auto;
  padding-bottom: 10px;
}
.inner-page-carousel.carousel .carousel-indicators li.vector-carousel-icon [class*='mlo-icon-'] {
  font-size: 40px;
  color: #e3e3e3;
}
.inner-page-carousel.carousel .carousel-indicators li.vector-carousel-icon.active [class*='mlo-icon'] {
  color: #3f3f3f;
}
.inner-page-carousel.carousel .carousel-indicators li.vector-carousel-icon .mlo-icon-cloud {
  font-size: 52px;
}
.inner-page-carousel.carousel .carousel-control {
  bottom: -10px;
  top: auto;
  width: 50px;
  height: 50px;
  opacity: 1;
}
.inner-page-carousel.carousel .carousel-control .icon-prev,
.inner-page-carousel.carousel .carousel-control .icon-next {
  width: 22px;
  height: 40px;
}
.inner-page-carousel.carousel .carousel-control .icon-prev {
  background: url('/i/home/image-sprite.png') -156px -323px no-repeat;
}
.inner-page-carousel.carousel .carousel-control .icon-prev:before {
  content: '';
}
.inner-page-carousel.carousel .carousel-control .icon-next {
  background: url('/i/home/image-sprite.png') -180px -323px no-repeat;
}
.inner-page-carousel.carousel .carousel-control .icon-next:before {
  content: '';
}
.inner-page-carousel.carousel .img-windows {
  top: 10px;
}
#myCarousel .carousel-indicators {
  bottom: 7px;
}
#myCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#myCarousel .carousel-indicators li ~ li {
  margin-left: 8px;
}
#myCarousel .carousel-indicators .active {
  /*margin: 0;*/
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.inner-page-carousel.full-width-2-column-carousel {
  margin-bottom: 30px;
}
.inner-page-carousel.full-width-2-column-carousel .carousel-indicators {
  bottom: 26px;
  width: 28%;
  margin-left: -14%;
  z-index: 1;
}
.inner-page-carousel.full-width-2-column-carousel .carousel-indicators li ~ li {
  margin-left: 20%;
}
.inner-page-carousel.full-width-2-column-carousel .carousel-control {
  bottom: 48px;
}
.inner-page-carousel.full-width-2-column-carousel .icon-left {
  left: 36%;
  z-index: 1;
}
.inner-page-carousel.full-width-2-column-carousel .icon-right {
  left: 60%;
  z-index: 1;
}
.inner-page-carousel.full-width-2-column-carousel .header-holder,
.inner-page-carousel.full-width-2-column-carousel .header-holder + p {
  text-align: center;
}
.inner-page-carousel.full-width-2-column-carousel .header-holder [class*='mlo-icon'] {
  font-size: 42px;
  color: #66a800;
}
.inner-page-carousel.full-width-2-column-carousel .header-holder .mlo-icon-cloud {
  font-size: 52px;
}
.carousel {
  height: auto;
  margin-top: -50px;
  padding-top: 50px;
}
.carousel .carousel-inner .slide1 .fill {
  background-size: cover;
}
.carousel .carousel-inner .slide2 .fill {
  background-size: cover;
}
.carousel .carousel-inner .slide3 .fill {
  background-size: cover;
}
.carousel .carousel-inner .slide4 .fill {
  background-size: cover;
}
.carousel .carousel-inner .slide5 .fill {
  background-size: cover;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background-image: none;
}
.carousel .carousel-control .icon-prev,
.carousel .carousel-control .icon-next {
  width: 25px;
  height: 99px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
  overflow: hidden;
}
.carousel .carousel-control .icon-prev {
  background: url('/i/home/image-sprite.png') 0 -85px no-repeat;
}
.carousel .carousel-control .icon-prev:before {
  content: '';
}
.carousel .carousel-control .icon-next {
  background: url('/i/home/image-sprite.png') -79px -85px no-repeat;
}
.carousel .carousel-control .icon-next:before {
  content: '';
}
.carousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  margin: 0;
  cursor: pointer;
}
.carousel .carousel-indicators li ~ li {
  margin-left: 6px;
}
.carousel .carousel-indicators .active {
  width: 12px;
  height: 12px;
}
.carousel.main-carousel .carousel-inner {
  height: 600px;
}
.carousel-caption {
  top: 13%;
}
.carousel-caption .logo-holder {
  margin-bottom: 40px;
}
.carousel-caption h1 {
  font-size: 26px;
}
.carousel-caption .btn-holder {
  margin-top: 46px;
}
.carousel-caption .btn-transparent ~ .btn-transparent {
  margin: 0 0 0 37px;
}
/*** == END CAROUSEL ===================================================================================================
=================================================================================================================== ***/
/*** == NAV BAR ========================================================================================================
=================================================================================================================== ***/
.navbar-transparent .navbar-nav .dropdown-menu li a {
  color: black;
  text-transform: none;
  font-size: 1.2em;
}
.nav li a:hover {
  background-color: transparent;
  border-bottom: 3px solid #fff;
}
.navbar {
  background: none;
  min-width: 320px;
}
.navbar-header a {
  color: white;
}
.navbar-collapse.collapsing,
.navbar-collapse.in,
.navbar-collapse.navbar-ex1-collapse.collapse.in {
  background-color: transparent!important;
}
.navbar-collapse.collapsing ul:not(.lang) .active a,
.navbar-collapse.in ul:not(.lang) .active a,
.navbar-collapse.navbar-ex1-collapse.collapse.in ul:not(.lang) .active a,
.navbar-collapse.collapsing ul:not(.lang) .active a:hover,
.navbar-collapse.in ul:not(.lang) .active a:hover,
.navbar-collapse.navbar-ex1-collapse.collapse.in ul:not(.lang) .active a:hover {
  border-bottom: 3px solid white !important;
}
.navbar-collapse.navbar-ex1-collapse.collapse.in li a {
  color: #fff;
}
.white-bg-navigation .navbar-brand img {
  position: relative;
  top: -48px;
}
.white-bg-navigation .navbar-transparent {
  background-color: #f5f5f5;
  border-color: #cccccc;
  margin: 0;
  padding-bottom: 10px;
}
.white-bg-navigation .navbar-transparent .navbar-nav li a {
  color: black;
}
.white-bg-navigation .navbar-transparent .navbar-nav li a:hover {
  border-bottom: 4px solid #b0d07e;
}
.white-bg-navigation .navbar-transparent .navbar-nav .active a {
  background-color: transparent;
  border-bottom: 4px solid #66a800;
}
.white-bg-navigation .navbar-transparent .navbar-nav.lang li:not(.active) a:hover {
  border: 2px solid rgba(0, 0, 0, 0.4) !important;
}
.white-bg-navigation ~ .page-content {
  margin-top: 66px;
}
.navbar-transparent {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: transparent;
  margin: 0;
  padding-bottom: 10px;
  -webkit-transition: 0.2s;
  /* For Safari 3.1 to 6.0 */
  transition: 0.2s;
}
.navbar-transparent .navbar-brand {
  color: #fff;
  margin: 10px 0 0 10px;
  display: block;
  height: 46px;
  overflow: hidden;
  padding: 0;
}
.navbar-transparent .navbar-nav li a {
  color: white;
  text-transform: uppercase;
  padding: 21px 0px 4px;
  margin: 0 14px;
  font-size: 1.6em;
  text-decoration: none;
}
.navbar-transparent .navbar-nav .active a {
  background-color: transparent;
  border-bottom: 4px solid #fff;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.navbar-transparent .navbar-toggle {
  border-color: transparent;
  margin-top: 14px;
}
.navbar-transparent .navbar-toggle:hover,
.navbar-transparent .navbar-toggle:focus {
  background: none;
}
.navbar-transparent .navbar-toggle .icon-bar {
  background: white;
}
.white-bg-navigation .navbar-transparent .navbar-toggle .icon-bar {
  background: black;
}
.white-bg-navigation .fixed .navbar-toggle .icon-bar {
  background: #ffffff;
}
.fixed,
.artworkless {
  background-color: #66a800 !important;
  color: #808080 !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all time ease;
  -o-transition: all time ease;
  -ms-transition: all time ease;
  transition: all time ease;
  -webkit-transition: 0.2s;
  /* For Safari 3.1 to 6.0 */
  transition: 0.2s;
}
.fixed .navbar-brand img,
.artworkless .navbar-brand img {
  top: 0 !important;
}
.fixed .navbar-nav.nav.lang li a,
.artworkless .navbar-nav.nav.lang li a {
  padding-top: 6px !important;
}
.fixed ul li a,
.artworkless ul li a {
  color: #fff !important;
}
.fixed ul li a:hover,
.artworkless ul li a:hover {
  border-bottom: 3px solid #fff !important;
}
.fixed ul .active a,
.artworkless ul .active a {
  border-bottom: 3px solid white !important;
}
.fixed .lang .active a {
  border: 2px solid #fff !important;
}
.fixed-nav-tabs.fixed {
  box-shadow: 0 0 5px #aaa;
  -moz-box-shadow: 0 0 5px #aaa;
  -webkit-box-shadow: 0 0 5px #aaa;
  border-bottom: 1px solid #619611 !important;
}
.artworkless ~ .container {
  padding-top: 60px;
}
.navbar-nav.nav.lang {
  margin: 13px 0 0 55px;
}
.navbar-nav.nav.lang li {
  margin-left: 5px;
}
.navbar-nav.nav.lang li.active a {
  border: 2px solid black;
  border-radius: 50%;
  padding-top: 6px;
}
.navbar-nav.nav.lang a {
  width: 35px;
  height: 35px;
  padding: 8px 0 7px;
  text-align: center;
  margin: 0;
  font-size: 1.1em;
}
.navbar-nav.nav.lang a:hover {
  border: 2px solid #fff;
  border-radius: 50%;
  padding-top: 6px;
}
.navbar-transparent .navbar-nav.nav.lang li.active a {
  border: 2px solid white;
}
.white-bg-navigation .navbar-nav.nav.lang li.active a {
  border: 2px solid black;
}
.white-bg-navigation:not(.collapse.in) .navbar-nav.nav.lang li.active a {
  border: 2px solid black;
}
.white-bg-navigation:not(.collapse.in) .navbar-nav.nav.lang li.active a:hover {
  border: 2px solid #000;
}
.white-bg-navigation:not(.collapse.in) .navbar-nav.nav.lang li a:hover {
  border: 2px solid #b0d07e;
}
.fixed .navbar-nav.nav.lang li.active a {
  border: 2px solid white;
}
.navbar-collapse.collapsing,
.navbar-collapse.in {
  background-color: #333;
}
/*** == END NAV BAR ====================================================================================================
=================================================================================================================== ***/
/*** == CONTENT ========================================================================================================
=================================================================================================================== ***/
ul.generic-tabs {
  text-align: center;
  margin-bottom: 68px;
  border: 0;
}
ul.generic-tabs li {
  margin-bottom: 0 !important;
  float: none;
  display: inline-block;
}
ul.generic-tabs li a {
  text-decoration: none;
  color: #a1a1a1 !important;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 2.4em !important;
  text-transform: capitalize !important;
  border-bottom: 1px solid #dcdcdc !important;
  padding-bottom: 4px !important;
}
ul.generic-tabs li a:hover {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
ul.generic-tabs li.active a {
  color: #000 !important;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  border-bottom: 4px solid #66a800 !important;
  padding-bottom: 1px !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  background: transparent !important;
}
ul.generic-tabs li ~ li {
  margin-left: 7%;
}
a.no-a:hover {
  cursor: default;
}
.outline-scheme-holder {
  position: relative;
}
.outline-scheme-holder .scheme {
  margin-top: 50px;
}
.outline-scheme-holder .outline-pencil {
  background: url('/i/home/outline-pencil.png') 0 -65px no-repeat;
  display: block;
  height: 65px;
  left: 17%;
  margin-left: -82px;
  position: absolute;
  top: 30px;
  width: 164px;
}
.outline-scheme-holder .outline-pencil.active {
  background-position: 0 0;
}
.outline-scheme-holder .to-do-pencil {
  background: url('/i/home/to-do-pencil.png') 0 -56px no-repeat;
  display: block;
  height: 56px;
  left: 59%;
  margin-left: -56px;
  position: absolute;
  top: 30px;
  width: 115px;
}
.outline-scheme-holder .to-do-pencil.active {
  background-position: 0 0;
}
.outline-scheme-holder .click-me {
  background: url('/i/home/click-me.png') 0 0 no-repeat;
  display: block;
  height: 50px;
  left: 73%;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: -21px;
  width: 100px;
}
.outline-scheme-holder .click-me.animated {
  left: 63%;
  opacity: 1;
}
.outline-scheme-holder .to-do-button {
  background: url('/i/home/to-do-button.png') 0 0 no-repeat;
  display: block;
  height: 56px;
  left: 61%;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 56px;
  width: 115px;
}
.outline-scheme-holder .to-do-pencil:active,
.outline-scheme-holder .to-do-pencil:focus,
.outline-scheme-holder .outline-pencil:active,
.outline-scheme-holder .outline-pencil:focus {
  outline: none;
}
.outline-scheme-holder .white-shade {
  height: 550px;
  position: absolute;
  top: 40px;
  width: 50%;
  background: white;
  opacity: 0.7;
}
.outline-scheme-holder .shade1 {
  left: 0;
  width: 0;
}
.outline-scheme-holder .shade2 {
  right: 0;
  width: 52%;
  overflow-x: hidden;
}
.outline-scheme-holder .vert-separator {
  position: absolute;
  left: 40.5%;
  top: 11%;
  max-height: 100%;
  z-index: 1;
}
.home .section .header-holder h2 {
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
}
.home .section p {
  font-size: 2em;
  line-height: 32px;
  text-align: center;
}
.home.cyrillic .product-tiles .product-tile .panel-default .nav-tabs a {
  font-size: 1.2em;
}
.home .slider-holder {
  background: url('/i/home/slider-bg.jpg') 0 0 no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 32px;
}
.home .slider-holder h1 {
  font-size: 3em;
  font-family: "open sans semibold";
}
.home .slider-holder h2 {
  font-size: 1.6em;
}
.home .slider-holder .btn-holder {
  margin-top: 42px;
  margin-bottom: 36px;
}
.home .slider-holder .btn-transparent {
  border-color: #5e6150;
  color: #000;
  padding: 9px 15px;
  height: 42px;
  font: normal 1.4em "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  background-color: transparent;
}
.home .slider-holder .btn-transparent:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.home .slider-holder .btn-transparent ~ .btn-transparent {
  margin-left: 27px;
}
.home .slider-holder.row,
.home .slider-holder ~ .row {
  margin: 0;
}
.home .play-holder {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -33px;
}
.header-holder h1 {
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 10px;
}
.header-holder h2 {
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 10px;
}
.section {
  /*padding: 40px 0 30px 0;*/
}
.section .center-block-envelopes {
  width: 215px;
  margin: 0 auto;
  position: relative;
}
.section .envelope1,
.section .envelope2,
.section .envelope3 {
  position: absolute;
}
.section .envelope1 {
  left: 0;
  top: -10px;
  -ms-transform: rotate(60deg);
  /* IE 9 */
  -webkit-transform: rotate(60deg);
  /* Chrome, Safari, Opera */
  transform: rotate(60deg);
}
.section .envelope1.animated {
  left: 0;
  top: 22px;
  opacity: 1;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
.section .envelope2 {
  left: 21px;
  top: -41px;
  -ms-transform: rotate(-145deg);
  /* IE 9 */
  -webkit-transform: rotate(-145deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-145deg);
}
.section .envelope2.animated {
  left: 51px;
  top: 1px;
  opacity: 1;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
.section .envelope3 {
  left: 131px;
  top: -15px;
  -ms-transform: rotate(-15deg);
  /* IE 9 */
  -webkit-transform: rotate(-15deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-15deg);
}
.section .envelope3.animated {
  left: 111px;
  top: 1px;
  opacity: 1;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
.section h2 span {
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.section .text-block {
  padding: 0 50px;
}
.section .container .icon-holder {
  text-align: center;
}
.section .container .icon-holder .icon ~ .icon {
  margin-left: 30px;
}
.section .container .location-based-holder {
  position: relative;
}
.section .container .location-based-holder .img-responsive {
  margin-top: -53px;
}
.section .container .location-based-holder .drag-me-note {
  position: absolute;
  overflow: hidden;
  height: 30px;
}
.section .container .location-based-holder .drag-me-note.animated {
  height: 90px;
  opacity: 1;
  right: -40px;
  bottom: 120px;
}
.section .container .location-based-holder .location-item {
  position: absolute;
  width: 101px;
  height: 101px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #b6d389;
  box-shadow: 0 0 22px #b6d389 inset;
  -moz-box-shadow: 0 0 22px #b6d389 inset;
  -webkit-box-shadow: 0 0 22px #b6d389 inset;
}
.section .container .location-based-holder .location-item.goal1 {
  top: 117px;
  left: 75px;
}
.section .container .location-based-holder .location-item.goal1 .icon {
  background-position: 0 -422px;
  width: 48px;
  height: 23px;
  top: 37px;
  left: 25px;
}
.section .container .location-based-holder .location-item.goal2 {
  top: 200px;
  left: 290px;
}
.section .container .location-based-holder .location-item.goal2 .icon {
  background-position: -49px -421px;
  width: 39px;
  height: 36px;
  top: 35px;
  left: 33px;
}
.section .container .location-based-holder .location-item.goal3 {
  top: 380px;
  left: 25px;
}
.section .container .location-based-holder .location-item.goal3 .icon {
  width: 36px;
  height: 36px;
  background-position: -89px -421px;
  top: 27px;
  left: 32px;
}
.section .container .location-based-holder .location-item.target {
  bottom: 0px;
  right: 0px;
}
.section .container .location-based-holder .location-item.target.draggable:hover,
.section .container .location-based-holder .location-item.target.draggable .icon:hover {
  cursor: move;
}
.section .container .location-based-holder .location-item.target.draggable {
  width: 107px;
  height: 107px;
  background-color: #c8e0a3;
  border: 14px solid #e0eecc;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-shadow: 0 0 5px #aaa;
  -moz-box-shadow: 0 0 5px #aaa;
  -webkit-box-shadow: 0 0 5px #aaa;
  opacity: 0.8;
}
.section .container .location-based-holder .location-item.target.draggable .icon {
  width: 52px;
  height: 87px;
  background-position: -47px -459px;
  top: 18px;
  left: 30px;
}
.section .container .location-based-holder .title-holder {
  display: none;
  background-color: rgba(34, 34, 34, 0.85);
  position: absolute;
  bottom: 76px;
  left: 60px;
  color: #fff;
  width: 18em;
  padding: 10px 5px 16px 0;
}
.section .container .location-based-holder .title-holder .header-holder {
  margin-left: 40px;
  text-transform: uppercase;
  font-size: 1.4em;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.section .container .location-based-holder .title-holder ul li {
  font-size: 1.3em;
}
.section .container .location-based-holder .title-holder .icon.logo {
  width: 19px;
  height: 19px;
  background-position: -166px -421px;
  top: 10px;
  left: 10px;
  position: absolute;
}
.section .container .location-based-holder .title-holder:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  border: 10px solid transparent;
  opacity: 0.7;
  border-top: 10px solid #000;
  border-left: 10px solid #000;
  border-width: 11px 10px 11px 11px;
}
.section .container .location-based-holder .active .title-holder {
  display: block;
}
.section.banner-template-1 {
  background: url('/i/home/news-insert.jpg?05122014') 0 0 no-repeat;
  background-size: cover;
  padding: 15px 0;
}
.section.banner-template-1 .mlo3-icon {
  position: relative;
  width: 100%;
  float: none !important;
  display: inline-block;
  left: 0;
  max-width: 150px;
  bottom: -5px;
  margin: -40px;
}
.section.banner-template-1 .preview {
  float: left;
  margin-left: 15%;
  position: relative;
}
.section.banner-template-1 .preview p {
  font-size: 2em;
  margin: 0;
  text-align: left;
  line-height: 24px;
  color: #fff;
}
.section.banner-template-1 .preview span {
  font-weight: bold;
}
.section.banner-template-1 .btn-holder {
  float: left;
  width: 18%;
  margin-top: 8px;
}
.section.banner-template-1 .btn-holder.btn-transparent {
  width: 100%;
}
.section.banner-template-2 {
  color: white;
  position: relative;
}
.section.banner-template-2 .bg-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url('/i/home/light-blue-bnr-bg.png') 50% 0 repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.section.banner-template-2:before,
.section.banner-template-2:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
}
.section.banner-template-2:after {
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.section.banner-template-2:before {
  top: 0;
  left: 0;
}
.section.banner-template-2 .news-title {
  filter: none;
  color: white;
  font-size: 3.2em;
  font-family: "open sans light", "helvetica neue", helvetica, arial, sans-serif;
}
.section.banner-template-2 .news-title .normal {
  font-weight: 500;
}
.section.banner-template-2 .news-secondary-info {
  font-size: 1.6em;
}
.section.banner-template-2 .white-transparent-button {
  display: inline-block;
  margin-top: 10px;
}
.section.hero-text-template-1 {
  position: relative;
}
.section.hero-text-template-1 .bg-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url('/i/home/hero-text-bg.png') 50% 50% no-repeat #F9F9F9;
  background-size: cover;
}
.section.hero-text-template-1 .hero-text {
  filter: none;
  color: black;
  font-size: 2em;
  line-height: 2em;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  margin: 0 100px;
}
.section.hero-text-template-2 {
  position: relative;
}
.section.hero-text-template-2 .bg-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url('/i/home/hero-text-bg.png') 50% 50% no-repeat #F9F9F9;
  background-size: cover;
}
.section.hero-text-template-2 .hero-text {
  filter: none;
  color: black;
  font-size: 2em;
  line-height: 2em;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  margin: 0 100px;
}
.section.hero-text-template-2 .hero-text {
  padding-bottom: 24px;
  border-bottom: 4px solid #C6C6C6;
}
.section.hero-text-template-2 .by-whom {
  margin-top: 24px;
  font-size: 1.6em;
  display: inline-block;
  position: relative;
}
.section.hero-text-template-2 .by-whom .line-1,
.section.hero-text-template-2 .by-whom .line-2 {
  display: block;
  text-align: right;
}
.section.hero-text-template-2 .by-whom .line-1 {
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
}
.section.hero-text-template-2 .by-whom:after {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url('/i/home/quote-pointer.svg') 0 0 no-repeat;
  position: absolute;
  right: -70px;
  top: -28px;
}
.section .white-transparent-button {
  height: 34px;
  line-height: 34px;
  font-size: 1.4em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  vertical-align: middle;
  min-width: 120px;
  text-decoration: none;
  color: white;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.section .white-transparent-button:hover {
  background: rgba(0, 0, 0, 0.2);
}
.section .col-lg-4 {
  padding: 0 1.57484787%;
}
.section .mlo-title {
  margin-top: 48px;
}
.section .choose {
  margin-bottom: 70px;
}
.section .panel-default .panel-heading {
  background-color: #fff;
  border-color: #c4c4c4;
}
.section .panel.p {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #c4c4c4;
}
.section .panel.p .panel-heading {
  padding: 3px 18px 17px;
}
.section .panel.p .panel-heading .old-price {
  color: #999;
}
.section .panel.p .panel-heading .new-price {
  font-size: 1.2em;
  color: #da0000;
}
.section .panel.p .panel-heading h5 {
  font-size: 2em;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  color: #000;
  margin-bottom: 7px;
}
.section .panel.p .panel-heading p {
  font-size: 1.4em;
  margin: 0;
  line-height: 20px;
  text-align: left;
}
.section .panel.p .panel-heading p span {
  color: #666;
  font-size: 1em;
}
.section .panel.p .panel-body {
  background-color: #f7f7f7;
  padding: 21px 20px 18px;
}
.section .panel.p .panel-body .collapse.in {
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 21px;
  padding-bottom: 20px;
  position: relative;
}
.section .panel.p .panel-body .collapse.in:before {
  content: "";
  width: 23px;
  height: 13px;
  position: absolute;
  top: -33px;
  left: 28px;
  background: url('/i/home/image-sprite.png') -172px -61px no-repeat;
}
.section .panel.p .panel-body .collapse.in ~ .btn-holder .q-link .icon {
  background-position: -189px -76px;
}
.section .panel.p .panel-body .col-md-6 {
  padding-left: 0;
}
.section .panel.p .panel-body ul {
  padding-left: 0;
  margin-bottom: 0;
}
.section .panel.p .panel-body ul li a {
  font-size: 1.3em;
  color: #2a6fc9;
  line-height: 34px;
  border-bottom: 1px solid #2a6fc9;
  display: inline-block;
  height: 25px;
  text-decoration: none;
}
.section .panel.p .panel-body .btn-holder .q-link {
  background-color: transparent;
  color: #2a6fc9;
  font-size: 1.4em;
  margin-left: -14px;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  outline: none;
  float: left;
}
.section .panel.p .panel-body .btn-holder .q-link .icon {
  height: 5px;
  background-position: -189px -82px;
  top: -2px;
  left: 9px;
}
.section .panel.p .panel-body .btn-holder .btn ~ .btn {
  margin-left: 4px;
}
.section .panel.p .panel-body .btn-holder .btn-right-holder {
  float: right;
}
.section .panel.p .panel-body .btn-holder .btn-transparent {
  font: normal 1.3em/18px "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  color: #52800e;
  border: 2px solid #72af14;
  background-color: transparent;
  width: auto;
  height: 39px;
  text-transform: capitalize;
  padding: 8px 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.section .panel.p .panel-body .btn-holder .btn-transparent:hover {
  background-color: #72af14;
  color: #fff;
}
.section .panel.p .panel-body .btn-holder .btn-buy {
  width: 120px;
  height: 39px;
  padding: 9px 3px;
}
.section .panel.p .panel-body .btn-holder .get-it {
  padding: 8px;
}
.section .panel.p .reference-holder p {
  color: #000;
  font: normal 1.3em/1em "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  line-height: 26px;
  margin: 12px 0 0 0;
  text-align: left;
}
.section .panel.p.in-dev {
  max-height: 202px;
  overflow: hidden;
}
.section .panel.p.in-dev .panel-heading span {
  color: #808080;
  font-family: "open sans italic";
}
.section .instructions-panel {
  padding: 30px;
  font: normal 1.6em "open sans", "helvetica neue", helvetica, arial, sans-serif;
  background: #ebebeb;
  min-height: 365px;
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.section .instructions-panel .panel-circle {
  font-size: 1.125em;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  border: 3px solid #ebebeb;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-left: -20px;
  margin-top: -20px;
  left: 50%;
  top: -5px;
  width: 50px;
  height: 50px;
  background: white;
  color: #66a800;
  vertical-align: middle;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
}
.section .instructions-panel ul {
  padding: 0;
  line-height: 2.4em;
}
.section .instructions-panel ul li {
  position: relative;
  padding-left: 40px;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.section .instructions-panel ul li .circle {
  top: 0;
}
.section .instructions-panel ul li .circle {
  text-indent: 0;
}
.section .instructions-panel a {
  font-size: 1em;
}
.section .instructions-panel p {
  font: 1.6em/1.5em "open sans", "helvetica neue", helvetica, arial, sans-serif;
}
.section .instructions-panel .panel-body {
  padding: 15px 0;
}
.section .instructions-panel .panel-body .text p {
  line-height: 2em;
  font-size: 1em;
}
.section .instructions-panel h4 {
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1.2em;
}
.section .note {
  font-family: "open sans italic";
  font-size: 1em;
  margin-top: 10px;
  display: inline-block;
}
.section .counter2 {
  margin: 50px 0 0 0;
}
.section .counter-descr {
  font-size: 1.8em;
  color: #000;
}
.section .row.subscribe-form-holder {
  padding: 0 30px 15px;
  margin: 0 15px;
}
.section .subscribe-form-holder {
  position: relative;
  background-color: #f1f1f1;
  box-shadow: 0px 0px 5px #ddd;
  -moz-box-shadow: 0px 0px 5px #ddd;
  -webkit-box-shadow: 0px 0px 5px #ddd;
  border: 1px solid #d1d1d1;
}
.section .subscribe-form-holder .header-holder {
  padding: 12px 0 32px;
}
.section .subscribe-form-holder h2 {
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
}
.section .subscribe-form-holder .btn-holder {
  width: 15%;
  float: right;
  margin-left: 2%;
}
.section .subscribe-form-holder .btn-holder .btn-transparent {
  background-color: transparent;
  height: 39px;
  color: #000;
  font-size: 1.3em;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  text-transform: capitalize;
  border: 2px solid #bebebe;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 8px 15px;
  width: 100%;
}
.section .subscribe-form-holder .btn-holder .btn-transparent:hover {
  background-color: #ebebeb;
  border-color: #adadad;
}
.section .subscribe-form-holder p {
  font-size: 1.3em;
  color: #666;
  line-height: 30px;
  margin-top: 5px;
}
.error,
.server-response.error p {
  color: #bd0500;
}
.server-response.error p:before {
  display: block;
  content: "\f057";
  font-size: 27px;
  font-family: FontAwesome;
}
input[type="text"],
input[type='email'],
input[type='number'],
input[type='date'],
input[type='tel'],
textarea {
  color: #000;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 2em;
  font-family: "open sans light", "helvetica neue", helvetica, arial, sans-serif;
  padding: 0 12px;
}
input[disabled] {
  background: #f0f0f0;
  color: #999;
}
select.form-control {
  box-shadow: none;
  border: 1px solid #d6d6d6;
  font-size: 2em;
  line-height: 2em;
  font-family: "open sans light", "helvetica neue", helvetica, arial, sans-serif;
  padding: 0 12px;
}
.input-holder {
  width: 83%;
  float: left;
  position: relative;
}
.input-holder input[type="text"] {
  display: inline-block;
  width: 100%;
  height: 39px;
  padding: 0 12px 0 54px;
  line-height: 25px;
  background: #fff;
}
.input-holder .icon {
  position: absolute;
  top: 1px;
  left: 1px;
  background-position: -234px -25px;
  width: 42px;
  height: 37px;
}
.iconic-input {
  position: relative;
}
.iconic-input .icon {
  left: 16px;
}
.separator {
  height: 2px;
  border-bottom: 1px solid #f5f5f5;
  width: 70%;
  margin: 0 auto;
  background: #fdfdfd;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fdfdfd 0%, #d6d6d6 51%, #fdfdfd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fdfdfd), color-stop(51%, #d6d6d6), color-stop(100%, #fdfdfd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fdfdfd 0%, #d6d6d6 51%, #fdfdfd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fdfdfd 0%, #d6d6d6 51%, #fdfdfd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #fdfdfd 0%, #d6d6d6 51%, #fdfdfd 100%);
  /* IE10+ */
  background: linear-gradient(to right, #fdfdfd 0%, #d6d6d6 51%, #fdfdfd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#fdfdfd', GradientType=1);
  /* IE6-9 */
}
.products-title {
  font-family: "open sans light", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 4.8em;
}
.products-title span {
  font-style: italic;
  color: #999999;
}
.whitesmoke {
  background-color: #fcfcfc;
}
.product-tiles {
  text-align: center;
}
.product-tiles .col-lg-12 {
  text-align: left;
}
.product-tiles .tile-row {
  margin: 0 0 16px;
}
.product-tiles .tile-row:last-child {
  margin: 0;
}
.product-tiles .tile-row.longword .btn {
  padding: 6px 9px;
}
.product-tiles .product-tile {
  /*-- product-tile without tabs ---*/
}
.product-tiles .product-tile .panel {
  min-height: 363px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.product-tiles .product-tile .description {
  color: #808080;
  font-size: 1.2em;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.product-tiles .product-tile .description.full-size {
  margin: 0 -30px 0 -30px;
  padding: 20px 20px 0 20px;
  display: inline-block;
}
.product-tiles .product-tile .panel-default {
  border-color: #e3e3e3;
  /*-- end product-tile without tabs ---*/
  /* -- product-tiles with nav-tabs ---*/
}
.product-tiles .product-tile .panel-default .panel-heading {
  color: #000;
  background-color: #fff;
  border-color: #e3e3e3;
  border-bottom: none;
  padding: 0 10% 0;
}
.product-tiles .product-tile .panel-default .product-link {
  color: #3b88d1;
  text-decoration: underline;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  margin-top: 12px;
  font-size: 0.875em;
}
.product-tiles .product-tile .panel-default .panel-tabs,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs {
  border: none;
}
.product-tiles .product-tile .panel-default .panel-tabs li,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs li {
  float: left;
  width: 50%;
  padding: 7px 0 0 0;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e3e3e3;
}
.product-tiles .product-tile .panel-default .panel-tabs li:hover,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs li:hover {
  cursor: pointer;
}
.product-tiles .product-tile .panel-default .panel-tabs li.left-tab,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs li.left-tab {
  border-right: 1px solid #f7f7f7;
}
.product-tiles .product-tile .panel-default .panel-tabs li.right-tab,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs li.right-tab {
  border-left: 1px solid #f7f7f7;
}
.product-tiles .product-tile .panel-default .panel-tabs li.left-tab.active,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs li.left-tab.active {
  border-right: 1px solid #e3e3e3;
}
.product-tiles .product-tile .panel-default .panel-tabs li.right-tab.active,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs li.right-tab.active {
  border-left: 1px solid #e3e3e3;
  border-right: none;
}
.product-tiles .product-tile .panel-default .panel-tabs li.active,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs li.active {
  border-right: 1px solid #e3e3e3;
  background-color: #fff;
  border-bottom: none;
}
.product-tiles .product-tile .panel-default .panel-tabs a,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs a {
  text-decoration: none;
  border: none;
  margin-right: 0;
  font-size: 1.4em;
  color: #808080;
  background: transparent;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.product-tiles .product-tile .panel-default .panel-tabs a:hover,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs a:hover {
  border: none;
  cursor: pointer;
}
.product-tiles .product-tile .panel-default .panel-tabs a span,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs a span {
  margin-bottom: 10px;
}
.product-tiles .product-tile .panel-default .panel-tabs .active a .prod-name,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs .active a .prod-name {
  display: none;
}
.product-tiles .product-tile .panel-default .panel-tabs .active a ~ a.product-link,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs .active a ~ a.product-link {
  display: block;
  margin-top: -20px;
  background: transparent;
  color: #3b88d1;
  text-decoration: underline;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.product-tiles .product-tile .panel-default .panel-tabs .active a ~ a.product-link:hover,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs .active a ~ a.product-link:hover {
  cursor: pointer;
}
.product-tiles .product-tile .panel-default .panel-tabs .active a:hover,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs .active a:hover,
.product-tiles .product-tile .panel-default .panel-tabs .active a .icon:hover,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs .active a .icon:hover {
  cursor: default;
}
.product-tiles .product-tile .panel-default .panel-tabs a.product-link,
.product-tiles .product-tile .panel-default .main-sub-nav-tabs a.product-link {
  display: none;
}
.product-tiles .product-tile .panel-default .tab-content {
  padding: 14px 10% 25px;
}
.product-tiles .product-tile .panel-default .tab-content .tab-pane {
  margin-top: 0;
}
.product-tiles .product-tile h2 > * {
  display: block;
  text-align: center;
}
.product-tiles .product-tile h2 {
  font-size: 1.6em;
  /*16px*/
}
.product-tiles .product-tile .panel-body {
  padding: 14px 10% 41px;
}
.product-tiles .btn,
.product-tiles .btn-group {
  width: 100%;
}
.product-tiles .btn-buy {
  width: 80%;
}
.product-tiles .btn-buy ~ .dropdown-toggle {
  width: 18.5%;
  margin-left: 1.5%;
  height: 41px;
  background-color: #66a800;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.product-tiles .btn-buy ~ .dropdown-toggle .caret {
  color: #fff;
  margin-left: -2px;
  border-top: 8px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.product-tiles .btn-buy.without-dropdown {
  width: 100%;
}
.product-tiles .open .btn-buy ~ .dropdown-toggle {
  background-color: #649c11;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.counter {
  font: bold 4em "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  color: black;
  letter-spacing: 0.2em;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 0.4s ease-out 0s, opacity 0.4s ease-in-out 0s;
}
.counter.in,
.counter.animated {
  margin-bottom: 10px;
  opacity: 1;
  transform: translateY(0px);
}
/***--- Table on divs Versions Comparison ------------------------------------------------------------------------- ***/
.cyrillic .comparison-table .div-table .div-table-body .hint {
  right: 19%;
  left: auto;
  width: 310%;
  top: 34px;
}
.cyrillic .comparison-table .div-table .div-table-body .hint:before {
  right: 25px;
  left: auto;
}
.comparison-table {
  border-top: 1px solid #ebebeb;
}
.comparison-table .div-table {
  display: table;
  width: 100%;
  background-color: #fff;
  padding: 0;
  border: 1px solid #e0e0e0;
}
.comparison-table .div-table p {
  font-size: 2em;
  margin: 0;
}
.comparison-table .div-table .div-table-heading {
  font-weight: bold;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  border-bottom: 1px solid #f5f5f5;
}
.comparison-table .div-table .div-table-heading .fa {
  color: #545454;
}
.comparison-table .div-table .div-table-heading .col-lg-5 {
  padding: 40px 0 0;
}
.comparison-table .div-table .div-table-heading .col-lg-5 p {
  text-align: left;
}
.comparison-table .div-table .div-table-heading .fill-cell {
  padding-bottom: 25px;
}
.comparison-table .div-table .div-table-heading .one-line-compensate {
  padding-top: 24px;
}
.comparison-table .div-table .div-table-heading .col-lg-7 {
  text-align: center;
}
.comparison-table .div-table .div-table-heading .col-lg-7 .div-table-cell:first-child {
  border-left: 1px solid #e0e0e0;
}
.comparison-table .div-table .div-table-heading .col-lg-7 .div-table-cell.col-lg-4 {
  padding: 27px 0 21px;
}
.comparison-table .div-table .div-table-heading .col-lg-7 .div-table-cell.col-lg-2 {
  padding: 1px 0 10px;
}
.comparison-table .div-table .div-table-heading .lower-heading p {
  font-size: 1.4em;
}
.comparison-table .div-table .div-table-body .dropdown-menu li,
.comparison-table .div-table .div-table-body .dropdown-menu p {
  font-size: 1em;
}
.comparison-table .div-table .div-table-body .dropdown-menu p ~ p {
  margin-top: 1em;
}
.comparison-table .div-table .div-table-body .div-table-cell p {
  font-size: 1em;
  color: #2259a1;
  text-align: center;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.comparison-table .div-table .div-table-body .div-table-cell .text-normal {
  font-weight: normal;
}
.comparison-table .div-table .div-table-body .div-table-cell.free p {
  color: #8e8e8d;
}
.comparison-table .div-table .div-table-body .div-table-cell.pro p {
  font-weight: bold;
  color: #56a716;
  opacity: 0.6;
}
.comparison-table .div-table .div-table-body .col-lg-5 p,
.comparison-table .div-table .div-table-body .col-lg-4 p {
  text-align: left;
}
.comparison-table .div-table .div-table-body .col-lg-7 .div-table-cell:first-child {
  border-left: 1px solid #e0e0e0;
}
.comparison-table .div-table .div-table-body .div-table-cell {
  padding: 4px 0 3px;
  min-height: 39px;
}
.comparison-table .div-table .div-table-body .open .div-table-cell p {
  text-decoration: none;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.comparison-table .div-table .div-table-body .open .hint-holder p {
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
}
.comparison-table .div-table .div-table-body .dropdown-menu,
.comparison-table .div-table .div-table-body .hint {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #dbf0b9;
  border: 1px solid #d4d4d4;
  padding: 15px;
  width: 41.66666667%;
  margin: 2px 0 0 0;
}
.comparison-table .div-table .div-table-body .dropdown-menu.full-width,
.comparison-table .div-table .div-table-body .hint.full-width {
  width: auto;
}
.comparison-table .div-table .div-table-body .dropdown-menu.full-width hr,
.comparison-table .div-table .div-table-body .hint.full-width hr {
  border-top-color: #a0b087;
  border-top-style: dashed;
}
.comparison-table .div-table .div-table-body .dropdown-menu .button-holder,
.comparison-table .div-table .div-table-body .hint .button-holder {
  text-align: center;
}
.comparison-table .div-table .div-table-body .dropdown-menu .button-holder a,
.comparison-table .div-table .div-table-body .hint .button-holder a {
  margin: 10px;
  display: inline-block;
  line-height: 1.7em;
}
.comparison-table .div-table .div-table-body .dropdown-menu .button-holder ~ .button-holder,
.comparison-table .div-table .div-table-body .hint .button-holder ~ .button-holder {
  margin-top: 15px;
}
.comparison-table .div-table .div-table-body .dropdown-menu:before,
.comparison-table .div-table .div-table-body .hint:before {
  content: "";
  width: 20px;
  height: 11px;
  position: absolute;
  top: -11px;
  left: 25px;
  background: url('/i/home/image-sprite.png') -198px -61px no-repeat;
}
.comparison-table .div-table .div-table-body .hint:before {
  left: initial;
  right: 25px;
}
.comparison-table .div-table .div-table-body .hint-holder {
  position: relative;
  margin-left: 9px;
}
.comparison-table .div-table .div-table-body .hint {
  display: none;
  z-index: 1000;
  position: absolute;
  width: 250%;
  top: 34px;
  right: 19%;
  margin: 0;
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
}
.comparison-table .div-table .div-table-body .hint p {
  font-size: 13px;
  color: #000;
  text-align: left;
  text-decoration: none;
  line-height: 18.5px;
}
.comparison-table .div-table .div-table-body .hint-holder:hover .hint {
  display: block;
}
.comparison-table .div-table .separator-detailed-ver {
  display: none;
}
.comparison-table .div-table .separator-detailed-ver.compact {
  display: block;
}
.comparison-table .div-table .div-table-row {
  border-bottom: 1px solid #f5f5f5;
  display: none;
}
.comparison-table .div-table .div-table-row .double-cell p {
  line-height: 16px;
  border-bottom: 1px solid transparent;
  display: inline;
}
.comparison-table .div-table .div-table-row .double-cell .div-table-cell {
  line-height: 16px;
}
.comparison-table .div-table .div-table-row.compact {
  display: block;
}
.comparison-table .div-table .div-table-row:last-child {
  border-bottom: none;
}
.comparison-table .div-table .div-table-row.open {
  background-color: #f0f6e6;
}
.comparison-table .div-table .div-table-row:hover {
  background-color: #f0f6e6;
}
.comparison-table .div-table .div-table-row:hover .hint-holder p {
  text-decoration: none;
}
.comparison-table .div-table .div-table-row:hover .icon.check-yes-green {
  background-position: -114px -151px;
}
.comparison-table .div-table .div-table-row:hover .icon.lock {
  background-position: -104px -150px;
}
.comparison-table .div-table .dropdown .col-lg-5 p:before,
.comparison-table .div-table .dropdown .col-lg-4 p:before {
  content: '\f054';
  display: block;
  font-family: FontAwesome;
  margin-right: 6px;
  float: left;
  font-size: 8px;
  transition: all 0.3s;
}
.comparison-table .div-table .dropdown:not(.open):hover .col-lg-4 p:after,
.comparison-table .div-table .dropdown:not(.open):hover .col-lg-5 p:after {
  content: '\f05a';
  display: inline-block;
  font-family: FontAwesome;
  background: #f0f6e6;
  padding: 0 7px;
}
.comparison-table .div-table .dropdown.open .col-lg-5 p:before,
.comparison-table .div-table .dropdown.open .col-lg-4 p:before {
  transform: rotate(90deg);
}
.comparison-table .div-table .div-table-row:hover .col-lg-5 p,
.comparison-table .div-table .div-table-row:hover .col-lg-4 p {
  border-bottom: 1px dashed #2259a1;
  display: inline;
}
.comparison-table .div-table .div-table-row:hover .pro p {
  opacity: 1;
}
.comparison-table .div-table .col-lg-2 {
  text-align: center;
}
.comparison-table .div-table .col-lg-3,
.comparison-table .div-table .col-lg-2:nth-child(odd) {
  border-right: 1px solid #f5f5f5;
}
.comparison-table .div-table .col-lg-2:nth-child(even),
.comparison-table .div-table .col-lg-4 {
  border-right: 1px solid #e0e0e0;
}
.comparison-table .div-table .col-lg-2:nth-child(even):last-child,
.comparison-table .div-table .col-lg-4:last-child {
  border-right: none;
}
.comparison-table .div-table .separator {
  height: 19px;
  background: #fafafa;
  width: 100%;
}
.comparison-table .div-table .separator-detailed-ver {
  height: 50px;
  width: 100%;
  font-size: 1.8em;
  padding: 10px 0 0 19px;
  line-height: 44px;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
}
.comparison-table .div-table .icon.windows-icon {
  top: 1px;
  background-position: -183px -137px;
  width: 26px;
  height: 27px;
}
.comparison-table .div-table .icon.app-icon {
  width: 24px;
  height: 29px;
  background-position: -132px -136px;
  position: relative;
  display: inline-block;
  top: 3px;
}
.comparison-table .div-table .icon.android-icon {
  width: 25px;
  height: 29px;
  background-position: -157px -138px;
  position: relative;
  top: 3px;
}
.comparison-table .div-table .icon.check-yes-green {
  width: 18px;
  height: 13px;
  background-position: -114px -137px;
}
.comparison-table .div-table .icon.star {
  background-position: -104px -163px;
  width: 9px;
  height: 7px;
  top: -3px;
  right: -8px;
}
.comparison-table .div-table .dropdown-menu .icon.star {
  right: 0;
  top: 0;
}
.comparison-table .div-table .div-table-row .text-right,
.comparison-table .div-table .div-table-heading .text-right {
  text-align: right;
}
.comparison-table .div-table .div-table-row .text-right p,
.comparison-table .div-table .div-table-heading .text-right p {
  text-align: right !important;
}
.comparison-table .div-table .div-table-heading .text-right p {
  margin-right: -15px;
}
.comparison-table .div-table.prices {
  border-top: none;
}
.comparison-table .div-table.prices .col-lg-3,
.comparison-table .div-table.prices .col-lg-2 {
  border: none;
}
.comparison-table .div-table.prices .div-table-heading p {
  font-size: 1.6em;
  text-align: center;
}
.comparison-table .div-table.prices .div-table-heading p .fa {
  font-size: 1em;
}
.comparison-table .div-table.prices .div-table-heading p .fa.fa-mobile,
.comparison-table .div-table.prices .div-table-heading p .fa.fa-tablet {
  font-size: 1.3em;
}
.comparison-table .div-table.prices .div-table-heading .fa {
  display: inline-block;
}
/***--- End table on divs Versions Comparison --------------------------------------------------------------------- ***/
/*** == PRODUCT PAGE ===================================================================================================
=================================================================================================================== ***/
.price {
  font: normal 3.2em "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
}
.products {
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  /***** ---- Windows Product Page -----------------------------------------------------------------------------------***/
  /***** ---- End Windows Product Page ------------------------------------------------------------------------------ ***/
  /***** ---- iPhone Product Page ----------------------------------------------------------------------------------- ***/
  /***** ---- End iPhone Product Page ------------------------------------------------------------------------------- ***/
  /***** ---- iPad Product Page ------------------------------------------------------------------------------- ***/
  /***** ---- End iPad Product Page --------------------------------------------------------------------------------- ***/
  /***** ---- Android Phone Product Page ---------------------------------------------------------------------------- ***/
  /***** ---- End Android Phone Product Page ------------------------------------------------------------------------ ***/
  /***** ---- Android Tablet Product Page --------------------------------------------------------------------------- ***/
  /***** ---- End Android Tablet Product Page ----------------------------------------------------------------------- ***/
  /***--- Archive Page --------------------------------------------------------------------- ***/
  /***--- End Archive Page --------------------------------------------------------------------- ***/
  /*** Cloud Product Page -------------------------------------------------------- ***/
}
.products .white-bg-navigation .main-sub-nav-tabs li a {
  color: #000;
  border-bottom: 4px solid transparent;
}
.products .white-bg-navigation .main-sub-nav-tabs li a:hover {
  border-bottom: 4px solid #b0d07e;
}
.products .white-bg-navigation .main-sub-nav-tabs li.active a {
  border-bottom: 4px solid #66a800;
  color: #000;
}
.products .white-bg-navigation .navbar-transparent {
  border-color: transparent;
}
.products .white-bg-navigation .fixed-nav-tabs {
  background-color: #f5f5f5;
  border-bottom: 1px solid #cccccc;
}
.products.black-menu .nav-tabs li a,
.products.black-menu .main-sub-nav-tabs li a {
  color: #000;
}
.products.black-menu .nav-tabs li a:hover,
.products.black-menu .main-sub-nav-tabs li a:hover {
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
}
.products.black-menu .nav-tabs li.active a,
.products.black-menu .main-sub-nav-tabs li.active a {
  color: #000;
  border-bottom: 3px solid #333;
}
.products .icon.logo {
  float: left;
  top: -14px;
}
.products .icon.logo ~ h1 {
  margin-left: 114px;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 3.9em;
  line-height: 34px;
  margin-bottom: 27px;
  white-space: nowrap;
  margin-top: 36px;
}
.products .icon.logo ~ h1 span {
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 0.6em;
  white-space: nowrap;
  display: block;
  margin-top: 6px;
}
.products .data-holder {
  margin-left: 114px;
  font-size: 1.125em;
}
.products .data-holder p {
  margin-bottom: 0;
  line-height: 31px;
  color: #fff;
}
.products .data-holder .col2-1 {
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  float: left;
  width: 40%;
  font-size: 1.575em;
}
.products .data-holder .col2-2 {
  margin-left: 40%;
  font-size: 1.575em;
}
.products .data-holder .btn-holder {
  margin-top: 23px;
}
.products .data-holder .btn {
  display: block;
}
.products .data-holder .btn ~ .btn {
  margin-top: 20px;
}
.products .data-holder .btn-buy {
  width: 171px;
  height: 52px;
  background-color: rgba(89, 136, 15, 0.5);
  border: 2px solid #a3d06f;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font: normal 1.6em "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  padding: 12px 15px;
}
.products .data-holder .btn-buy:hover {
  background-color: #a3d06f;
}
.products .data-holder .btn-app-store {
  width: 172px;
  height: 54px;
  background-position: -444px 0;
}
.products .features-thumbs a.thumb {
  display: block;
  position: relative;
}
.products .features-thumbs a.thumb .img-responsive {
  top: 0;
  border: 1px solid #ccc;
}
.products .features-thumbs a.thumb .img-responsive:hover {
  box-shadow: 0px 4px 6px -3px #aaa;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all time ease;
  -o-transition: all time ease;
  -ms-transition: all time ease;
  transition: all time ease;
  -webkit-transition: 0.1s;
  /* For Safari 3.1 to 6.0 */
  transition: 0.1s;
  top: -8px;
  position: relative;
}
.products .features-thumbs .top-indent {
  margin-top: 70px;
}
.products .features-thumbs .row:last-child {
  margin-top: 18px;
}
.products p {
  font-size: 1.4em;
}
.products h2 {
  margin-top: 10px;
  margin-bottom: 30px;
}
.products h3 {
  margin-bottom: 17px;
}
.products .tab-pane {
  margin-top: -1px;
  margin-left: -2px;
}
.products .image-holder {
  overflow: hidden;
}
.products .section {
  padding: 0;
}
.products .section .text-block {
  padding: 0;
  margin-top: 14px;
  line-height: 23px;
}
.products .section.testimonials {
  padding-bottom: 50px;
  background-color: #fafafa;
  margin-top: 62px;
  padding-top: 20px;
}
.products .section.testimonials p {
  line-height: 18px;
}
.products .section-colored {
  background-color: #fafafa;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
.products .additional-downloads ul li {
  font-size: 1.6em;
}
.products .link {
  display: block;
  font-size: 1.4em;
  text-decoration: underline;
}
.products .col-sm-4 {
  margin-bottom: 40px;
}
.products .features-thumbs .col-lg-4 {
  min-height: 330px;
}
.products .col-lg-6.col-md-6.col-sm-6.col-xs-6 .btn-default {
  width: 100%;
}
.products .devices-nav .slider-holder {
  position: relative;
  height: 560px;
  width: 100%;
}
.products .devices-nav .slider-holder.row {
  margin: 0;
}
.products .devices-nav .slider-holder .slider-content {
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -50%;
  width: 100%;
}
.products .devices-nav .slider-holder > .img-responsive {
  width: 100%;
  max-height: 560px;
  min-height: 491px;
}
.products .fixed-nav-tabs {
  position: fixed;
  top: 67px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  z-index: 1000;
  padding: 7px 0 7px;
}
.products .nav-tabs,
.products .main-sub-nav-tabs {
  border: none;
}
.products .nav-tabs li,
.products .main-sub-nav-tabs li {
  float: left;
}
.products .nav-tabs li ~ li,
.products .main-sub-nav-tabs li ~ li {
  margin-left: 7%;
}
.products .nav-tabs li a,
.products .main-sub-nav-tabs li a {
  text-decoration: none;
  margin-right: 0;
  font-size: 1.3em;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-transform: uppercase;
  padding: 0;
}
.products .nav-tabs li a:hover,
.products .main-sub-nav-tabs li a:hover {
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}
.products .nav-tabs li.active a,
.products .main-sub-nav-tabs li.active a {
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  cursor: pointer;
  border: none;
  border-bottom: 3px solid #fff;
  background-color: transparent;
  color: #fff;
}
.products .windows-product-page .icon.logo ~ h1 {
  color: #fff;
}
.products .windows-product-page .slider-holder {
  background: url('/i/products/slide-windows.jpg') 0 0 no-repeat;
  background-size: cover;
}
.products .windows-product-page .slider-content .col-2-1 {
  float: left;
  width: 65%;
}
.products .windows-product-page .slider-content .col-2-2 {
  width: 35%;
  float: left;
}
.products .windows-product-page .slider-content .img-win {
  margin-top: 27px;
  width: 772px;
  float: right;
  max-width: 772px;
}
.products .windows-product-page .panel.panel-prices {
  padding: 0;
}
.products .windows-product-page .features-thumbs .col-lg-4 {
  min-height: 370px;
}
.products .iphone-product-page .slider-holder {
  background: url('/i/products/slide-iphone.jpg') 0 0 no-repeat;
  background-size: cover;
}
.products .iphone-product-page .slider-holder .slider-content {
  top: 20%;
}
.products .iphone-product-page .slider-holder .slider-content .img-iphone {
  margin-top: 20px;
  width: 468px;
  max-width: 468px;
  float: right;
}
.products .iphone-product-page .top-indent1 {
  margin-top: 180px;
}
.products .ipad-product-page .slider-holder {
  background: url('/i/products/slide-iphone.jpg') 0 0 no-repeat;
  background-size: cover;
}
.products .ipad-product-page .slider-holder .img-ipad {
  margin-top: 30px;
  width: 750px;
  max-width: 750px;
  float: right;
}
.products .ipad-product-page .top-indent1 {
  margin-top: 140px;
}
.products .android-phone-product-page .slider-holder {
  background: url('/i/products/slide-iphone.jpg') 0 0 no-repeat;
  background-size: cover;
}
.products .android-phone-product-page .slider-holder .slider-content .img-android {
  margin-top: 20px;
  width: 468px;
  max-width: 468px;
  float: right;
}
.products .android-phone-product-page .top-indent1 {
  margin-top: 180px;
}
.products .android-tablet-product-page .slider-holder {
  background: url('/i/products/slide-iphone.jpg') 0 0 no-repeat;
  background-size: cover;
}
.products .android-tablet-product-page .slider-holder .slider-content .img-tablet {
  margin-top: 40px;
  width: 850px;
  max-width: 850px;
  float: right;
}
.products .android-tablet-product-page .top-indent1 {
  margin-top: 180px;
}
.products .archive-product-page .icon.logo ~ h1 {
  color: #fff;
}
.products .archive-product-page .slider-holder {
  background: url('/i/products/slide-archive2.jpg') 0 0 no-repeat;
  height: 600px;
  background-size: cover;
}
.products .archive-product-page .img-bb {
  margin-top: 20px;
  width: 301px;
  max-width: 468px;
  float: right;
}
.products .archive-product-page .top-indent1 {
  margin-top: 70px;
}
.products .archive-product-page .btn-transparent {
  width: 220px ;
}
.products .col-lg-4.col-md-4.col-sm-4.col-xs-4 .img-responsive:hover {
  box-shadow: 0px -1px 2px #ddd;
  -moz-box-shadow: 0px -1px 2px #ddd;
  -webkit-box-shadow: 0px -1px 2px #ddd;
  cursor: pointer;
}
.products .da .block {
  margin-bottom: 24px;
}
.products .da p {
  font-size: 1.8em;
  line-height: 29px;
}
.products .um .holder {
  width: 100%;
  background-color: #f5f5f5;
  padding: 14px 14px 0 14px;
  border: 1px solid #e6e6e6;
}
.products .um .holder img {
  border: 1px solid #e6e6e6;
  width: 100%;
  margin-top: 18px;
}
.products .um .holder p {
  text-align: right;
  margin-top: 18px;
}
.products .installation-instructions .step-holder {
  margin-top: 107px;
  padding: 0;
}
.products .installation-instructions .separator {
  height: 1px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  background: #e0e0e0;
}
.products .add-downloads p {
  margin: 0;
}
.products .add-downloads h2 {
  margin-bottom: 0;
}
.products .add-downloads h3 {
  margin-top: 60px;
}
.products .add-downloads a {
  font-size: 1em;
}
.products .add-downloads .col-lg-6.col-md-6.col-sm-6.col-xs-6 .btn.btn-default {
  width: auto;
  text-decoration: none;
  color: #000;
  font-size: 1.4em;
}
.products .add-downloads ul.list {
  padding-left: 0;
}
.products .add-downloads ul.list li {
  font-size: 1.4em;
  line-height: 40px;
}
.products .add-downloads ul.list-img {
  padding-left: 12px;
}
.products .add-downloads ul.list-img li {
  font: italic normal 1.4em "open sans", "helvetica neue", helvetica, arial, sans-serif;
  background: url('/i/home/list-img.png') 4px 10px no-repeat;
  line-height: 24px;
  padding-left: 20px;
}
.products .add-downloads a {
  text-decoration: underline;
  color: #3b88d1;
}
.products .add-downloads .separator {
  height: 1px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  background: #e0e0e0;
  margin: 15px 0 10px;
}
.products .cloud-product-page .col-xs-3,
.products .cloud-product-page .col-sm-3,
.products .cloud-product-page .col-md-3,
.products .cloud-product-page .col-lg-3 {
  padding-right: 10px;
  padding-left: 10px;
}
.products .cloud-product-page .footnote p {
  margin: 0;
  font-size: 1.2em;
  text-align: left;
  color: #808080;
}
.products .cloud-product-page .footnote p ~ p {
  text-indent: -11px;
}
.products .cloud-product-page .left-img p {
  font-size: 2em;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  line-height: 32px;
}
.products .cloud-product-page .circle {
  display: none;
}
.products .cloud-product-page .step-holder .separator {
  height: 1px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  background: #e0e0e0;
}
.products .cloud-product-page .table-sync-holder {
  margin-top: -200px;
}
.products .cloud-product-page .slider-holder {
  background: url('/i/products/slide-cloud-sync.jpg') 0 0 no-repeat;
  background-size: cover;
}
.products .cloud-product-page .slider-holder .slider-content {
  top: 24%;
}
.products .cloud-product-page .slider-holder .slider-content .img-cloud {
  margin-top: 20px;
  width: 400px;
  max-width: 400px;
  float: right;
}
.products .cloud-product-page .slider-holder .slider-content .header-holder {
  margin-left: 12%;
}
.products .cloud-product-page .slider-holder .slider-content h1 {
  font: normal 3.9em "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  line-height: 31px;
}
.products .cloud-product-page .slider-holder .slider-content h1 span {
  font: normal 0.51282051em "open sans", "helvetica neue", helvetica, arial, sans-serif;
  display: inline-block;
}
.products .cloud-product-page .header-holder .icon.logo {
  float: none;
  background-position: -350px -204px;
  width: 109px;
  height: 71px;
  left: 42px;
}
.products .cloud-product-page .header-holder .icon.logo ~ h2 {
  margin: 0;
}
.products .cloud-product-page .header-holder .icon.logo ~ h2 span {
  font-size: 0.51282051em;
}
.products .cloud-product-page .data-holder {
  margin-left: 12%;
  margin-top: 70px;
}
.products .cloud-product-page .btn2 {
  float: left;
}
.products .cloud-product-page .btn3 {
  float: left;
  width: 240px;
  margin-left: 36px;
}
.products .cloud-product-page .step-holder {
  position: relative;
  height: 46px;
}
.products .cloud-product-page .step-holder .number {
  position: absolute;
  left: 0;
  top: -50%;
  width: 46px;
  height: 46px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}
.products .cloud-product-page .step-holder .number p {
  font-size: 2.4em;
  color: #72af14;
  position: absolute;
  top: 6px;
  left: 15px;
}
.products .cloud-product-page .step-holder .separator {
  margin-left: 45px;
  width: 80%;
}
.products .cloud-product-page .step-holder .separator .icon.arrow {
  background: url('/i/products/separator-arrow.png') 0 0 no-repeat;
  position: absolute;
  right: 10px;
  width: 12px;
  height: 21px;
  top: -10px;
}
.products .cloud-product-page .description-holder {
  text-align: center;
}
.products .cloud-product-page .description-holder .text-block {
  margin: -15px 0 24px;
}
.products .cloud-product-page .description-holder p {
  font-size: 1.6em;
}
.products .cloud-product-page .instruction-holder {
  margin-top: 170px;
}
.black-menu .nav-tabs li a,
.black-menu .navbar-nav li a,
.black-menu .nav-tabs li.active a,
.black-menu .navbar-nav li.active a {
  color: black ;
}
.black-menu .nav-tabs a:hover,
.black-menu .navbar-nav a:hover {
  background-color: transparent;
  border-bottom: 3px solid #72af14;
}
.black-menu .nav-tabs li.active a,
.black-menu .navbar-nav li.active a {
  border-bottom: 3px solid #72af14;
}
.black-menu .nav-tabs.navbar-nav.nav.lang li.active a,
.black-menu .navbar-nav.navbar-nav.nav.lang li.active a {
  border: 2px solid #000;
}
.black-menu .navbar-brand img {
  position: relative;
  top: -48px;
}
.table.table-striped {
  margin-top: 24px;
  margin-bottom: 40px;
}
.table.table-striped thead tr th {
  font-size: 1.4em;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  border-bottom: none;
}
.table.table-striped tbody tr td {
  font-size: 1.3em;
  border-top: 1px solid #f4f4f4;
  padding: 12px 8px 7px 34px;
}
.table.table-striped tbody tr:nth-child(odd) td {
  background-color: #fafafa;
  border-top: none;
}
.table.table-striped tbody tr:nth-child(odd):last-child {
  border-bottom: 1px solid #f4f4f4;
}
/* Change Log styles */
.change-log-holder h2 {
  font: normal 1.4em "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
}
.change-log-holder a {
  font-size: 1em;
}
.change-log-holder ul {
  margin-bottom: 40px;
}
.change-log-holder ul li {
  font: normal 1.3em "open sans", "helvetica neue", helvetica, arial, sans-serif;
  padding: 13px 0 9px 50px;
  background: url('/i/products/check-change-log.png') 15px 13px no-repeat;
}
.change-log-holder ul li:nth-child(odd) {
  background-color: #fafafa;
  border-bottom: 1px solid #f4f4f4;
}
.change-log-holder ul li:last-child {
  border-bottom: 1px solid #f4f4f4;
}
/* End Change Log styles */
/*** == Upgrade Page ===============================================================================================
=================================================================================================================== ***/
.upgrade-form-note {
  color: #999999;
  font: 1.3em/1em "open sans", "helvetica neue", helvetica, arial, sans-serif;
  margin-top: 8px;
  display: inline-block;
}
.upgrade-form-note a {
  font-size: 1em;
}
#upgrade-to-ver4 .circle {
  font-size: 1em;
  line-height: 21px;
}
/* Select 2*/
.no-search-box .form-control.select2-container .select2-default {
  height: 37px;
  line-height: 37px;
}
.select2-container .select2-default {
  font-family: "open sans light", "helvetica neue", helvetica, arial, sans-serif;
  color: #b2b2b2;
  background-image: none !important;
}
.select2-container .select2-choice {
  background-image: none !important;
}
.select2-container .select2-choice .select2-arrow {
  background: transparent !important;
  border: none !important;
}
.select2-arrow {
  margin: 4px 15px 0 0;
}
.select2-result-label {
  font-size: 1.6em;
}
.select2-container .select2-choice > .select2-chosen {
  font-size: 0.82352941em;
  padding: 6px 5px;
}
.select2-container .select2-choice.select2-default > .select2-chosen {
  font-size: 1em;
  padding: 0px 5px;
}
.select2-container.form-control .select2-choice {
  height: 37px;
}
.upgrade-form select {
  height: 41px;
  line-height: 30px;
  width: 100%;
}
.upgrade-form input,
.upgrade-form .select2-container .select2-default {
  width: 100%;
  height: 39px;
  line-height: 39px;
}
.upgrade-form .btn {
  width: 100%;
}
.col-lg-custom-8-center {
  width: 85%;
  margin: 0 auto;
}
.single-price-holder {
  margin: 0 auto;
  float: none;
  width: 39%;
  margin-bottom: 50px;
}
.single-price-holder .panel {
  min-height: inherit !important;
}
.black-sep {
  height: 1px;
  background: black;
  margin: 20px 0;
}
.black-btn {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: black !important;
}
ul.feature-list {
  font: normal 1.6em/16px "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  color: black;
  margin: 22px 0 15px 0;
  padding: 0;
}
ul.feature-list li {
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0 0 24px 0;
}
ul.feature-list li .bullet {
  display: inline-block;
  background: url('/i/products/feature-item-bg.png') 0 0 no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.inner-shadow {
  background: url('/i/products/inner-shadow.png') 0 bottom repeat-x;
  width: 100%;
  height: 21px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.standard-pro-blured-bg {
  background: url('/i/products/upgrade-stdrd-pro-bg.jpg') 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  margin: 0 -15px;
  padding: 0;
}
.illustration-image {
  width: 100%;
}
.upgrade-to-ver4-bg {
  background: url('/i/products/upgrade-to-ver4-bg.jpg') 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  /*margin: 0 -16px;*/
  padding: 0;
}
.full-width-tabs li {
  height: 89px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  white-space: nowrap;
  text-align: center;
  background: #e8e8e8;
}
.full-width-tabs li a.table-switcher {
  text-decoration: none;
  font: 2.8em/89px "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  color: #808080;
  padding: 0;
  border: none !important;
}
.full-width-tabs li a.table-switcher:hover {
  cursor: pointer;
}
.full-width-tabs li ~ li {
  border-left: 1px solid #dcdcdc;
}
.full-width-tabs li.active a:hover {
  background: white;
  color: #000;
  cursor: default;
}
.full-width-tabs li.active {
  border-top: 1px solid #dcdcdc;
  background: white;
}
.full-width-tabs li.active .table-switcher {
  color: #000;
  background: transparent;
}
/*** == END Upgrade Page ===============================================================================================
=================================================================================================================== ***/
/*** == END PRODUCT PAGE ===============================================================================================
=================================================================================================================== ***/
/*** == ANNOUNCEMENTS PAGES ============================================================================================
=================================================================================================================== ***/
.announcements-page .icon.dev {
  top: 9px;
  left: 0;
  margin-left: 0;
}
.announcements-page h3 {
  margin-bottom: 24px;
}
.announcements-page p {
  font-size: 1.6em;
  line-height: 24px;
  margin-bottom: 24px;
}
.announcements-page .separator {
  width: 95%;
  margin: 0 auto 30px;
  height: 1px;
  border-bottom: 1px solid #b1b1b1;
  background: #b1b1b1;
}
.announcements-page .section {
  padding: 60px 0 61px;
}
.announcements-page .section ul:not(.content-list) li {
  font-size: 1.6em;
  margin-bottom: 8px;
}
.announcements-page .section ul:not(.content-list) li .icon.check-no,
.announcements-page .section ul:not(.content-list) li .check-yes-blue {
  margin-right: 5px;
}
.announcements-page .section ul:not(.content-list) li ~ li {
  margin-top: 20px;
}
.announcements-page .section ul:not(.content-list) li ul {
  padding-left: 10px;
}
.announcements-page .section ul:not(.content-list) li ul li,
.announcements-page .section ul:not(.content-list) li a,
.announcements-page .section ul:not(.content-list) li span {
  font-size: 1em;
}
.announcements-page .section ul:not(.content-list) li ul li ~ li,
.announcements-page .section ul:not(.content-list) li a ~ li,
.announcements-page .section ul:not(.content-list) li span ~ li {
  margin-top: 0;
}
.announcements-page .section ul:not(.content-list) li .circle {
  top: 4px;
  left: -39px;
}
.announcements-page .section-colored,
.announcements-page .section {
  position: relative;
  padding: 99px 0 40px 0;
}
.announcements-page .section ~ .section-colored,
.announcements-page .section ~ .section {
  padding: 60px 0 ;
}
.announcements-page .paddingbottom0 {
  padding-bottom: 0;
}
.announcements-page .section .header-holder h1 {
  margin-bottom: 38px;
}
.announcements-page .subscribe-form-holder p {
  margin-bottom: 0;
}
.announcements-page .section .row.subscribe-form-holder {
  padding: 0 30px 25px;
}
/*** == END ANNOUNCEMENTS PAGES ========================================================================================
=================================================================================================================== ***/
/*** == registered-windows-page ========================================================================================
=================================================================================================================== ***/
.registered-windows-page .img-responsive {
  margin: 0 auto;
}
.registered-windows-page .go-mobile .btn {
  font-size: 1.4em;
  padding: 8px 14px;
}
.registered-windows-page .go-mobile .btn ~ .btn {
  margin-left: 5%;
}
/*** == end registered-windows-page ====================================================================================
=================================================================================================================== ***/
/*** ==  PRICES PANELS =================================================================================================
=================================================================================================================== ***/
.panel-holder .panel {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #bdbdbd;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.panel-holder .panel strong {
  font-size: 2.4em;
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.panel-holder .panel .panel-heading {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.panel-holder .panel .panel-heading h3 {
  margin: -12px 0 0 0;
}
.panel-holder .panel .panel-heading h3 span {
  font-size: 0.5em;
  vertical-align: super;
}
.panel-holder .panel .panel-body {
  padding: 0;
  text-align: left;
}
.panel-holder .panel .panel-body .price {
  font: normal 5em "open sans", "helvetica neue", helvetica, arial, sans-serif;
  text-align: center;
}
.panel-holder .panel .panel-body .price span {
  font-size: 0.5em;
  vertical-align: super;
}
.panel-holder .panel .panel-body .text {
  margin-bottom: 19px;
}
.panel-holder .panel .panel-body .text p {
  line-height: 24px;
}
.panel-holder .panel .panel-body .btn {
  width: 97%;
  font: normal 1.4em "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  border-width: 1px;
  padding: 9px 27px;
}
.panel-holder .panel .panel-body .btn.btn-buy-standart {
  background-color: #9e9e9e;
}
.panel-holder .panel .panel-body .btn.btn-buy-standart:hover {
  background-color: #999;
}
.panel-holder .panel .panel-body .btn ~ .btn {
  margin-top: 28px;
}
.panel-holder .panel.panel-default {
  margin-top: 60px;
}
.panel-holder .panel.panel-default .panel-heading {
  background-color: #f0f0f0;
  border: none;
  padding: 16px 15px 11px;
}
.panel-holder .panel.panel-default .panel-heading h3 {
  margin: -10px 0 0 0;
}
.panel-holder .panel.panel-default .panel-heading .price {
  font: normal 5em "open sans", "helvetica neue", helvetica, arial, sans-serif;
}
.panel-holder .panel.panel-default .panel-body {
  border-top: 1px solid #d7d7d7;
}
.panel-holder .panel.panel-success {
  min-height: 446px;
}
.panel-holder .panel.panel-success .footnote {
  font: 0.39285714em "open sans light", "helvetica neue", helvetica, arial, sans-serif;
}
.panel-holder .panel.panel-success .panel-heading {
  background-color: #72af14;
  color: #fff;
  padding: 18px 0 7px;
  border: 1px solid #72af14;
  border-bottom: none;
}
.panel-holder .panel.panel-success .panel-heading h3 {
  font-size: 5.6em;
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
}
.panel-holder .panel.panel-success .panel-heading h3 .star {
  font-size: 0.5em;
}
.panel-holder .panel.panel-success .panel-body {
  border-top: 1px solid #bdbdbd;
}
.panel-holder .panel.panel-success .panel-body .text .note {
  margin-top: 25px;
  font-family: "open sans italic";
}
.panel-holder .panel.panel-success .panel-body .btn ~ .btn {
  margin-top: 24px;
}
.panel-holder.ver-separation-panel .panel {
  border: none;
  min-height: 350px;
  float: none;
}
.panel-holder.ver-separation-panel .panel .panel-body {
  padding: 23px 20px 32px;
}
.panel-holder.ver-separation-panel .panel.panel-default .panel-heading {
  border: 1px solid #bdbdbd;
  border-bottom: none;
}
.panel-holder.ver-separation-panel .panel.panel-default .panel-body {
  border: 1px solid #bdbdbd;
  border-top: 1px solid #d7d7d7;
}
.panel-holder.ver-separation-panel .panel.panel-success .panel-body {
  border: 1px solid #bdbdbd;
}
.panel-holder.month-separation-panel .panel {
  height: 271px;
  width: 74%;
  margin: 0 auto;
}
.panel-holder.month-separation-panel .panel .btn {
  padding: 8px 27px;
}
.panel-holder.month-separation-panel .panel .list-group li.list-group-item {
  color: #999;
  font: italic normal 1.5em "open sans", "helvetica neue", helvetica, arial, sans-serif;
  border: none;
}
.panel-holder.month-separation-panel .panel .list-group .btn-default {
  color: #fff;
  font: normal 1.4em "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 19px;
  width: 80%;
}
.panel-holder.month-separation-panel .panel .list-group .btn-default:hover {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
}
.panel-holder.month-separation-panel .panel .list-group .btn-default:active {
  background-color: #858585;
  border-color: #858585;
}
.panel-holder.month-separation-panel .panel.panel-success {
  margin-top: 25px;
  min-height: 321px;
}
.panel-holder.month-separation-panel .panel.panel-success .panel-heading .most-pop {
  display: block;
  font-size: 1.2em;
}
.panel-holder.month-separation-panel .panel.panel-success .list-group li.list-group-item {
  font-size: 2em;
  margin: 12px 0;
}
.panel-holder.month-separation-panel .panel.panel-success .btn-success {
  background-color: #72af14;
  width: 80%;
}
.panel-holder.month-separation-panel .panel.panel-success .btn-success:hover {
  background-color: #74c200;
  border: none;
}
.panel-holder.month-separation-panel .panel.panel-success .btn-success:active {
  background-color: #619611;
  border: none;
}
/*** ==  END PRICES PANELS =============================================================================================
=================================================================================================================== ***/
/*** == CONTACT US ========================================================================================================
=================================================================================================================== ***/
.contact-us .icon.vk {
  background-position: -411px -114px;
}
.contact-us .form-footer {
  position: relative;
  font-size: 2em;
  background-color: #f5f5f5;
  padding: 37px 30px 30px 30px;
}
.contact-us .form-footer .holder {
  margin-left: 39px;
}
.contact-us .form-footer p {
  margin: 0;
}
.contact-us .form-footer .hint {
  font: italic 0.8em "open sans light", "helvetica neue", helvetica, arial, sans-serif;
  color: #808080;
  margin-top: 13px;
}
.contact-us .form-footer .circle {
  left: 30px;
  top: 40px;
}
.server-response {
  padding: 30px;
  font: normal 1.6em/1.8em "open sans", "helvetica neue", helvetica, arial, sans-serif;
  text-align: center;
}
.server-response ol {
  list-style: disc outside none;
  padding: 0 0 0 25px;
}
.server-response ol li {
  margin-bottom: 15px;
}
.server-response a {
  border: none !important;
  font-size: 1em;
  text-decoration: underline !important;
}
.success {
  display: none;
}
.try-again {
  overflow: hidden;
  display: none;
}
.try-again .btn {
  margin: 0 auto;
  float: none;
  display: block !important;
  padding: 6px 27px;
}
.waiting-animation {
  left: 50%;
  position: absolute;
  top: 130px;
  z-index: 1;
  display: none;
}
.forms-holder {
  position: relative;
}
.form-horizontal.waiting {
  opacity: 0.2;
}
.form-horizontal .subscribe-text {
  color: black !important;
  font: 1.8em/1.5em "open sans", "helvetica neue", helvetica, arial, sans-serif !important;
  margin: -24px auto 30px !important;
  text-align: center;
}
.cyrillic.form-pages .forms-holder .form-group .control-label {
  text-transform: none;
}
.form-pages .center-frame {
  width: 80%;
  margin: 0 auto;
}
.form-pages h2 {
  font: normal 2.4em "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
}
.form-pages h3 {
  font: normal 2.4em "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
}
.form-pages .block ~ .block {
  margin-top: 50px;
}
.form-pages .forms-holder {
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.form-pages .forms-holder .btn {
  border-bottom: 2px solid #adadad;
  color: #000;
}
.form-pages .forms-holder a {
  text-decoration: none;
  color: #2a6fc9;
  border-bottom: 1px solid #2a6fc9;
  max-height: 36px;
  display: inline-block;
  line-height: 1.1em;
}
.form-pages .forms-holder .form-horizontal {
  padding: 30px 15px 0px 15px;
}
.form-pages .forms-holder .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-pages .forms-holder .form-group .control-label {
  font-size: 1.8em;
  text-align: left;
  font-weight: normal;
  text-transform: capitalize;
}
.form-pages .forms-holder .form-group .help-block {
  font-size: 1.3em;
}
.form-pages .forms-holder .form-group .required-label:after {
  font-size: 0.92307em;
  font-weight: bold;
  content: "*";
  color: #c50000;
  vertical-align: super;
}
.form-pages .forms-holder .form-group.form-footer {
  padding: 30px;
  border-top: 1px solid #d9d9d9;
  margin: 30px -15px 0;
}
.form-pages .forms-holder .form-group .btn {
  float: right;
  font-size: 1.6em;
  padding: 5px 27px;
}
.form-pages .forms-holder .form-group input[type='text'],
.form-pages .forms-holder .form-group input[type='email'],
.form-pages .forms-holder .form-group input[type='number'],
.form-pages .forms-holder .form-group input[type='date'],
.form-pages .forms-holder .form-group input[type='tel'],
.form-pages .forms-holder .form-group textarea {
  font-size: 1.6em;
  color: #000;
}
.form-pages .forms-holder .form-group textarea {
  resize: vertical;
  min-height: 130px;
}
.form-pages .forms-holder .form-group-lg .form-control {
  height: 39px;
}
.form-pages .forms-holder .form-header {
  padding: 11px 30px 0 30px;
}
.form-pages .forms-holder .form-header .separator {
  border-bottom: 1px solid #d9d9d9;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background: none;
  margin-top: 25px;
}
.form-pages .forms-holder .form-footer p,
.form-pages .forms-holder .form-footer a {
  font-size: 100%;
}
.form-pages .social-holder {
  margin: 30px auto ;
  width: 80%;
}
.form-pages .social-holder .p-holder,
.form-pages .social-holder .i-holder {
  display: inline-block;
}
.form-pages .social-holder .i-holder {
  margin: 10px 0 0 20px;
}
.form-pages .social-holder .icon.soc {
  -webkit-transition: top 0.1s linear;
  -moz-transition: top 0.1s linear;
  -o-transition: top 0.1s linear;
  transition: top 0.1s linear;
  position: relative;
  top: 4px;
}
.form-pages .social-holder .icon.soc:hover {
  top: 0;
}
.form-pages .social-holder a {
  color: #fff;
}
.form-pages .social-holder a ~ a {
  margin-left: 17px;
}
.form-pages .social-holder p {
  font-size: 200%;
  display: inline-block;
  float: left;
  margin: 6px 0 0 0;
}
.form-pages p {
  font-size: 200%;
}
.form-pages .server-response p {
  font-size: 1em;
}
.form-body {
  padding: 30px;
  font-size: 200%;
}
.form-body a {
  font-size: 100%;
}
.form-body ul {
  margin: 0;
  padding: 0;
}
.form-body ul li {
  line-height: 35px ;
  margin-bottom: 15px;
  padding-left: 40px;
  /*position: relative;*/
}
.cyrillic.form-pages .forms-holder .form-group .btn {
  padding: 5px 27px;
}
.instruction-steps li {
  position: relative;
}
.green {
  color: #72af14;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
}
.circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #72af14;
  font: normal 0.8em "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: -3px 11px 0 0;
  line-height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
}
.cyrillic .circle {
  font-weight: bold;
  line-height: 19px;
}
/*** == END CONTACT US =================================================================================================
=================================================================================================================== ***/
/*** == BUY-ANDROID ====================================================================================================
=================================================================================================================== ***/
.buy-android .header-holder {
  text-align: center;
}
.buy-android h3 {
  font-size: 3em;
}
.buy-android h4 {
  font-size: 2.6em;
  margin-bottom: 35px;
  margin-top: 20px;
}
.buy-android ul li {
  font-size: 2em;
  margin-bottom: 15px;
}
.buy-android ul li a {
  font-size: 1em;
  border-bottom: 1px solid #2a6fc9;
  text-decoration: none;
  display: inline;
}
.buy-android .circle {
  top: 5px;
  left: -40px;
}
.buy-android .img-responsive {
  max-width: 140%;
  margin: 0 auto 0 -40%;
}
.buy-android .btn-holder {
  margin-top: 35px;
  margin-bottom: 35px;
}
.buy-android .btn-holder .btn-buy {
  width: 220px;
}
.buy-android .notes-holder .col-lg-12 {
  padding: 0;
}
/*** == END BUY-ANDROID ================================================================================================
=================================================================================================================== ***/
/*** ==  UPGRADE =======================================================================================================
=================================================================================================================== ***/
.upgrade-page .full-width-tabs li.active a:hover {
  background: none;
  color: #000;
}
.upgrade-page h1 {
  font-size: 2.4em;
}
.upgrade-page h2 {
  font-size: 2.4em;
}
/*** ==  END UPGRADE ===================================================================================================
=================================================================================================================== ***/
/*** == 404 ============================================================================================================
=================================================================================================================== ***/
.not-found .header-holder h2 {
  margin-top: 70px;
}
/*** == END 404 ========================================================================================================
=================================================================================================================== ***/
/*** ==  TESTIMONIALS ==================================================================================================
=================================================================================================================== ***/
.testimonial-holder .text-center {
  margin-bottom: 50px;
}
.testimonial-holder .img-responsive {
  margin: 0 auto;
}
.testimonial-holder .date-and-more {
  margin: -3px 0 -1px;
}
.testimonial-holder dl {
  margin-top: 0;
}
.testimonial-holder dl ~ dl {
  margin-top: 50px;
}
.testimonial-holder dd {
  padding-left: 30px;
  font: normal 1.6em "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
}
.testimonial-holder dd:before {
  content: "\2014";
}
.testimonial-holder dd .descr {
  display: block;
  color: #737373;
  font-family: "open sans light", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  margin-left: 19px;
}
.testimonial-holder dt {
  font: normal 1.6em "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
}
.testimonial-holder dt span {
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 1.3em;
  color: #737373;
}
.testimonial-holder dt .details-holder {
  margin-bottom: 15px;
}
.testimonial-holder .testimonials blockquote {
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f8f8f8 49%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(49%, #f8f8f8), color-stop(100%, #f9f9f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f8f8f8 49%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfc 0%, #f8f8f8 49%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfcfc 0%, #f8f8f8 49%, #f9f9f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fcfcfc 0%, #f8f8f8 49%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f9f9f9', GradientType=0);
  /* IE6-9 */
  border-left: none;
  border-bottom: 1px solid #b3b3b3;
  font: italic normal 1em "open sans", "helvetica neue", helvetica, arial, sans-serif;
  position: relative;
  word-wrap: break-word;
  box-shadow: 0px -1px 2px #f5f5f5;
  -moz-box-shadow: 0px -1px 2px #f5f5f5;
  -webkit-box-shadow: 0px -1px 2px #f5f5f5;
}
.testimonial-holder .testimonials blockquote .testim-header {
  font: normal 1.14285714em "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  color: #000;
  margin-bottom: 8px;
}
.testimonial-holder .testimonials blockquote:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 48px;
  width: 22px;
  height: 11px;
  background: url('/i/home/image-sprite.png') -166px -476px no-repeat;
}
.testimonials .col-lg-6 {
  min-height: 0;
}
.testimonials .section .header-holder h2 {
  margin: 50px 0 42px;
}
.testimonials .section {
  padding: 40px 0 27px 0;
}
.testimonials .section.testimonials-holder {
  padding: 0px 0 30px 0;
  margin: -17px 0 0 0;
}
/*** ==  END  TESTIMONIALS =============================================================================================
=================================================================================================================== ***/
/*** ==  TABLES ========================================================================================================
=================================================================================================================== ***/
.comparison-holder table {
  width: 100%;
}
/*** ==  END  TABLES ===================================================================================================
=================================================================================================================== ***/
/*** ==  END CONTENT ===================================================================================================
=================================================================================================================== ***/
/*** === FOOTER ========================================================================================================
=================================================================================================================== ***/
.footer {
  background: #313131;
  color: #999999;
  overflow: hidden;
  margin: 0;
  border-top: 3px solid #999;
}
.footer .trademark p {
  font-size: 1em;
}
.footer .visit-us {
  padding: 25px 0 25px;
  margin-left: 15px;
  margin-top: 11px;
  border-top: 1px solid #3f3f3f;
}
.footer .visit-us h2 {
  margin-bottom: 25px;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.footer .visit-us a {
  width: 40px;
  height: 40px;
  float: left;
  display: block;
  padding: 7px;
  background: #3f3f3f;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.footer .visit-us a ~ a {
  margin-left: 19px;
}
.footer .visit-us a:hover {
  background: #595959;
}
.footer .col-md-8 {
  padding: 19px 0 0 0;
}
.footer .col-md-4 {
  padding-top: 19px;
  border-left: 1px solid #3f3f3f;
}
.footer .row {
  border-bottom: 1px solid #3f3f3f;
  margin: 0 -10000px 0;
  padding: 20px 10000px 20px;
  overflow: hidden;
}
.footer h4 {
  color: #89bb3e;
  font-size: 1.4em;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.footer p {
  margin-bottom: 0;
}
.footer .hier-list > li ~ li {
  margin-top: 20px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.footer ul .subtitle {
  margin-bottom: 10px;
  font-size: 1.3em;
  color: #d4d4d4;
  display: block;
}
.footer ul .subtitle ~ .plain-list {
  margin-left: 10px;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  font-size: 1.2em;
  color: #999;
  line-height: 1.2em;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #3e91de;
  text-decoration: underline;
}
.footer .varied-display ~ .varied-display {
  margin-left: 16px;
}
.footer .bottom {
  background-color: #1f1f1f;
  padding-top: 9px;
  padding-bottom: 5px;
}
.footer .bottom p {
  line-height: 32px;
}
.footer .bottom p:first-child {
  color: #494949;
  font-size: 2em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #000;
  -webkit-text-shadow: 0 1px 2px #000;
  -moz-text-shadow: 0 1px 2px #000;
  line-height: 31px;
}
.footer .bottom .copyright {
  color: #999;
  font-size: 1em;
  line-height: 30px;
}
/*** === END FOOTER ====================================================================================================
=================================================================================================================== ***/
/*** === DROPDOWNS =====================================================================================================
=================================================================================================================== ***/
.dropdown-menu {
  right: 0;
  padding: 0;
  margin: 12px 0 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.175);
}
.dropdown-menu:before {
  content: "";
  width: 20px;
  height: 11px;
  position: absolute;
  top: -11px;
  right: 14px;
  background: url('/i/home/image-sprite.png') -150px -60px no-repeat;
}
.dropdown-menu li {
  text-align: justify;
  border-bottom: 1px solid #ebebeb;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}
.dropdown-menu li.double-row {
  height: 47px;
}
.dropdown-menu li a:not(.btn) {
  font-size: 0.92857143em;
  padding: 14px 0.92307692em 15px;
  text-decoration: none;
}
.dropdown-menu li a:not(.btn).double-row {
  padding: 9px 0.92307692em 8px;
}
.dropdown-menu li a:not(.btn).double-row .price {
  line-height: 3px;
}
.dropdown-menu li .upgrade {
  display: block;
  font-size: 0.76923077em;
  color: #808080;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.dropdown-menu li .price {
  position: absolute;
  right: 20px;
  font: normal 1.23076923em/18px "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  /*16px*/
}
.dropdown-menu li .pro-price {
  font-size: 1.53846154em;
}
.dropdown-menu li .new-price {
  font: normal 1.53846154em "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  color: #b30000;
  display: block;
  text-align: right;
  margin-right: -4px;
}
.dropdown-menu li .old-price {
  display: block;
  margin-right: 8px;
  color: #666;
  font: normal 1.07692308em "open sans bold";
  text-align: right;
}
.dropdown-menu li .price-holder {
  float: right;
  margin: -10px 0 0 0;
}
.dropdown-menu .icon.google-play {
  width: 124px;
  height: 25px;
  background-position: -183px 0;
  top: 8px;
  right: -23px;
}
/*** === END DROPDOWNS =================================================================================================
=================================================================================================================== ***/
/*** === TABLES ========================================================================================================
=================================================================================================================== ***/
.table {
  background-color: #fefefe;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
}
.table thead tr th {
  border-bottom: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
}
.table tr th,
.table tr td {
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  border-right: 1px solid #e6e6e6;
}
.table tr th.left-align,
.table tr td.left-align {
  text-align: left;
}
.table tr th a,
.table tr td a {
  font-size: 1em;
}
.cyrillic .table tr th {
  font-weight: bold;
}
.table-holder h2 {
  font-size: 2.4em;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.table-holder h3 {
  margin-bottom: 24px;
}
.table-holder table {
  margin: 0 auto;
  border: 1px solid #f4f4f4;
}
.table-holder table thead tr:nth-child(2) {
  border-bottom: 1px solid #f4f4f4;
}
.table-holder table tr th {
  font-size: 1.3em;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  background-color: #fafafa;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  padding: 0px 0px 6px;
}
.table-holder table tr th.left-align {
  text-align: left;
  padding-left: 30px;
}
.table-holder table tr th.top-header-th {
  padding: 14px 0px 11px;
}
.table-holder table tr th.regular {
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  width: 11%;
}
.table-holder table tr td {
  font-size: 1.3em;
  border-bottom: 1px solid #f4f4f4;
  border-right: 1px solid #e6e6e6;
  text-align: center;
  padding: 13px 0px;
}
.table-holder table tr td.left-align {
  text-align: left;
  padding-left: 4%;
}
.table-holder table tr td:first-child {
  font-size: 1.6em;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.table-holder table tr td:last-child {
  border-right: none;
}
.table-holder table tbody tr:nth-child(2) td {
  border-bottom: none;
  padding: 10px 0px 23px;
}
.table-holder table tbody tr:nth-child(2) td.left-align {
  text-align: left;
  padding-left: 4%;
}
.table-holder table tbody tr:nth-child(3) td {
  padding: 10px 0px 9px;
}
.table-holder .footnote {
  width: 100%;
  margin: 13px auto 0;
}
.table-holder .footnote .p-holder {
  position: relative;
}
.table-holder .footnote .p-holder p {
  text-align: left;
}
.table-holder .footnote .p-holder .icon {
  position: absolute;
  top: 5px;
  left: 7px;
}
.table-holder .footnote p {
  font-size: 13px;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  margin: 0 0 5px 20px;
  line-height: normal;
}
.table-holder .footnote .underline {
  color: #2a6fc9;
  text-decoration: underline;
}
/*** === END TABLES ====================================================================================================
=================================================================================================================== ***/
/*** === BUTTONS =======================================================================================================
=================================================================================================================== ***/
.social-buttons-holder {
  position: relative;
}
.varied-display {
  display: inline-block;
  vertical-align: top;
}
.social-buttons {
  display: flex;
  margin-top: 14px;
  justify-content: flex-end;
}
.social-buttons .varied-display {
  margin-left: 12px;
}
.social-buttons .vk-subscribe {
  width: 174px !important;
}
.social-buttons .telegram-holder {
  height: 20px;
  line-height: 20px;
  color: white;
  padding: 0 6px 0 24px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  background: url('/i/home/t-logo-nobg.svg') 6px 3px no-repeat #50a4e1;
  background-size: 12px 14px ;
}
.social-buttons .telegram-holder:hover {
  background-color: #66afe5;
}
.social-buttons .telegram-holder:active {
  background-color: #3a99dd;
}
.btn {
  -webkit-transition: all all 0.3s ease;
  -moz-transition: all time ease;
  -o-transition: all time ease;
  -ms-transition: all time ease;
  transition: all time ease;
  -webkit-transition: all 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.3s;
  border-width: 2px;
  padding: 6px 27px;
  font-size: 1.6em;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  line-height: 1.42857143em;
  text-align: center;
  border-radius: 4px;
  height: 41px;
  position: relative;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.btn .lined-wrapper span {
  display: block;
  text-align: center;
  line-height: 0.6em;
}
.btn .lined-wrapper .bottom-line {
  color: #808080;
  font-weight: normal;
  font-size: 0.6875em;
  line-height: 1.8em;
}
.btn:focus {
  outline: none;
  -webkit-transition: all 0 ease;
  -moz-transition: all time ease;
  -o-transition: all time ease;
  -ms-transition: all time ease;
  transition: all time ease;
  -webkit-transition: 0;
  /* For Safari 3.1 to 6.0 */
  transition: 0;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari and Chrome */
  -o-transform: scale(1);
  /* Opera */
}
.btn-default {
  color: #000;
  background-color: #fafafa;
  border-color: #bababa;
}
.btn-default .text-arrow {
  display: inline-block;
  margin-right: 25px;
}
.btn-default .text-arrow ~ .text-arrow {
  margin-left: 25px;
  margin-right: 0;
}
.btn-default:after {
  background-color: #adadad;
  border: 2px solid #adadad;
}
.btn-default ~ .btn-default {
  margin-left: 30px;
}
.btn-default.btn-download {
  width: 83%;
  border-right: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-top-right-radius: 0;
  --moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
.btn-default.btn-download .icon.border {
  background-position: -148px -60px;
  width: 1px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 3px;
}
.btn-default.btn-download ~ .dropdown-toggle {
  width: 17%;
  height: 41px;
  background-color: #fafafa;
  border: 2px solid #bababa;
  border-left: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.btn-default.btn-download ~ .dropdown-toggle .caret {
  color: #8f8f8f;
  margin-left: -2px;
  border-top: 7px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.tile-row .btn-default ~ .btn-default {
  margin: 0;
}
.open .btn-download ~ .dropdown-toggle {
  background-color: #fafafa;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.open .btn-download ~ .dropdown-toggle .caret {
  color: #69a112;
}
.btn-buy {
  border: none;
  background: #66a800;
  color: white;
  font: normal 1.6em "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  /*16px*/
  -webkit-transition: all 0.1s ease;
  -moz-transition: all time ease;
  -o-transition: all time ease;
  -ms-transition: all time ease;
  transition: all time ease;
  -webkit-transition: 0.1s;
  /* For Safari 3.1 to 6.0 */
  transition: 0.1s;
  padding: 9px 27px;
}
.btn-buy:hover {
  background: #74c200;
  color: white;
}
.btn-buy:active {
  background: #568f00;
}
.btn-transparent {
  width: 171px;
  height: 52px;
  text-align: center;
  text-transform: uppercase;
  font: normal 1.6em "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  /*16px*/
  color: white;
  border: 2px solid white;
  padding: 12px 15px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.btn-transparent:hover {
  background-color: #fff;
  color: #222;
}
.btn-success {
  background-color: #72af14;
  border: none;
}
.btn-success:active,
.btn-success:focus {
  background-color: #619611;
  border: none;
  outline: none;
}
.btn-success:hover {
  background-color: #74c200;
  border: none;
}
.btn-app-store {
  background: url('/i/home/image-sprite.png') -311px 0 no-repeat;
  width: 133px;
  height: 41px;
  text-indent: -9999px;
}
.btn-app-store:active,
.btn-app-store:hover {
  background: url('/i/home/image-sprite.png') -311px 0 no-repeat;
}
.btn-google-play {
  background: url('/i/home/image-sprite.png') -311px -41px no-repeat;
  width: 133px;
  height: 40px;
  text-indent: -9999px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.products .btn-google-play,
.btn-google-play-big {
  background: url('/i/home/image-sprite.png') -617px 0 no-repeat;
  width: 172px;
  height: 54px;
  text-indent: -9999px;
}
.btn-google-play:active {
  background: url('/i/home/image-sprite.png') -311px -41px no-repeat;
}
.btn-google-play-big:active {
  background: url('/i/home/image-sprite.png') -617px 0 no-repeat;
}
.get-it {
  padding: 8px;
}
.btn-high {
  height: 49px;
  padding: 11px 25px;
  border-width: 2px;
}
.btn-high.fz14 {
  font-size: 1.4em;
}
.btn-high.upgrade {
  padding: 11px 22px 11px 65px;
}
.btn-community {
  font-size: 12px;
  height: 20px;
  padding: 1px 6px 0 8px;
  border: 1px solid #bebebe;
  background: #f1f1f1;
  color: #333;
  text-shadow: 0px 1px 1px #fff;
  -moz-text-shadow: 0px 1px 1px #fff;
  -webkit-text-shadow: 0px 1px 1px #fff;
}
/*** === END BUTTONS ===================================================================================================
=================================================================================================================== ***/
/*** === ICONS =========================================================================================================
=================================================================================================================== ***/
.app-icon {
  background: url("/i/home/image-sprite.png") 0 0 no-repeat;
}
.app-icon.windows {
  display: inline-block;
  width: 32px;
  height: 34px;
  background-position: -502px -503px;
}
.app-icon.cloud {
  display: inline-block;
  width: 37px;
  height: 34px;
  background-position: -536px -503px;
  left: -4px;
  position: relative;
}
.app-icon.ipad,
.app-icon.iphone,
.app-icon.android-phone,
.app-icon.android-tablet {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -468px -503px;
}
a .icon:hover {
  cursor: pointer;
}
.icon:hover {
  cursor: default;
}
.icon {
  background: url("/i/home/image-sprite.png") 0 0 no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}
.icon.icon-download {
  width: 21px;
  height: 21px;
  background-position: -97px -62px;
  display: block;
  position: absolute;
  top: 23%;
  left: 13%;
}
.icon.windows-icon {
  width: 23px;
  height: 24px;
  background-position: -72px -62px;
}
.icon.outline {
  width: 61px;
  height: 66px;
  background-position: -258px -296px;
}
.icon.opposite-arrows {
  width: 50px;
  height: 36px;
  background-position: -183px -24px;
  margin-bottom: 13px;
}
.icon.active-actions {
  width: 36px;
  height: 62px;
  background-position: -57px -187px;
}
.icon.contexts {
  width: 61px;
  height: 66px;
  background-position: -94px -187px;
}
.icon.compass {
  width: 66px;
  height: 66px;
  background-position: 0 -253px;
}
.icon.play-animation {
  width: 21px;
  height: 22px;
  background-position: -231px -759px;
  margin-right: 10px;
  top: 4px;
}
.icon.play-video-black {
  width: 20px;
  height: 20px;
  background-position: -166px -760px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.icon.play-video-grey {
  width: 20px;
  height: 20px;
  background-position: -264px -760px;
  margin-right: 10px;
  float: left;
  display: block;
}
.icon.upgrade-table-header {
  background-position: -248px -169px;
  height: 21px;
  margin: 0 5px;
  position: relative;
  top: 5px;
  width: 17px;
}
.icon.upgrade-table-header:hover {
  cursor: default;
}
.icon.cloud {
  width: 68px;
  height: 44px;
  background-position: -68px -255px;
}
.icon.wifi {
  width: 54px;
  height: 35px;
  background-position: -137px -255px;
}
.icon.mail {
  width: 66px;
  height: 56px;
  background-position: -156px -197px;
}
.icon.check-yes-blue {
  background-position: -176px -81px;
  width: 13px;
  height: 9px;
}
.icon.check-yes-green {
  background-position: -163px -81px;
  width: 13px;
  height: 9px;
}
.icon.check-no {
  background-position: -150px -79px;
  width: 11px;
  height: 13px;
}
.icon.comments {
  background-position: -258px -80px;
}
.icon.comments:hover {
  background-position: -258px -141px;
}
.icon.blog {
  background-position: -309px -80px;
}
.icon.social {
  width: 26px;
  height: 26px;
}
.icon.facebook {
  background-position: -257px -80px;
}
.icon.twitter {
  background-position: -283px -80px;
}
.icon.community {
  background-position: -335px -80px;
}
.icon.vk {
  width: 26px;
  background-position: -389px -87px;
}
.icon.lock {
  background-position: -104px -137px;
  width: 9px;
  height: 12px;
}
.icon.logo {
  width: 91px;
  height: 91px;
  background: url('/i/home/mlo-app-icon.svg') 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.icon.basket {
  background-position: 0 -454px;
  width: 45px;
  height: 48px;
}
.icon.upgrade {
  background-position: -278px -26px;
  width: 24px;
  height: 22px;
  position: absolute;
  left: 23px;
}
.icon.download-black {
  background-position: -281px -51px;
  width: 21px;
  height: 21px;
  position: relative;
  margin-right: 15px;
}
.icon.download-white {
  background-position: -362px -81px;
  width: 21px;
  height: 21px;
  position: relative;
  margin-right: 15px;
  margin-top: -7px;
  top: 6px;
}
.icon.header-icon.download {
  background-position: -210px -140px;
  width: 37px;
  height: 41px;
  position: relative;
  left: 0;
  margin: 0;
}
.icon.check {
  background-position: -186px -424px;
  width: 16px;
  height: 16px;
  left: -18px;
}
.icon.run-installer {
  background-position: -501px -80px;
  width: 69px;
  height: 68px;
  position: absolute;
  top: -68px;
  left: 40%;
}
.icon.unzip {
  background-position: -571px -63px;
  width: 57px;
  height: 83px;
  position: absolute;
  top: -80px;
  left: 40%;
}
.icon.register {
  background-position: -628px -99px;
  width: 61px;
  height: 46px;
  position: absolute;
  top: -53px;
  left: 40%;
}
.icon.testimonials-icon {
  background-position: -501px -149px;
  width: 63px;
  height: 42px;
}
.icon.cloud-sync {
  background-position: -566px -149px;
  width: 68px;
  height: 44px;
}
.icon.sign-up {
  background-position: -378px -452px;
  width: 50px;
  height: 48px;
}
.icon.sync-via-cloud {
  background-position: -199px -453px;
  width: 177px;
  height: 48px;
}
.icon.manual {
  background-position: -257px -109px;
  width: 30px;
  height: 32px;
  position: absolute;
  left: 30px;
  top: 9px;
}
.icon.tick {
  background-position: -267px -171px;
  width: 12px;
  height: 9px;
  margin-right: 5px;
}
.icon.black-tick {
  background-position: -281px -166px;
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
.icon.play-green {
  background-position: 0 -710px;
  width: 66px;
  height: 66px;
}
.icon.play-white {
  background-position: -68px -710px;
  width: 76px;
  height: 76px;
}
.icon.play-white:hover {
  opacity: 0.8;
}
.icon.dev {
  background-position: -468px -544px;
  width: 100px;
  height: 58px;
  top: 8px;
  left: 50%;
  margin-left: -50px;
}
.icon.soc {
  width: 40px;
  height: 40px;
}
.icon.soc.facebook {
  background-position: -288px -114px;
}
.icon.soc.twitter {
  background-position: -329px -114px;
}
.icon.soc.blog {
  background-position: -370px -114px;
}
.icon.go-mobile {
  background-position: -636px -151px;
  width: 86px;
  height: 43px;
}
.icon.icon-community {
  background-position: -420px -95px;
  width: 24px;
  height: 12px;
  top: 2px;
  left: -3px;
}
.icon.icon-telegram {
  width: 20px;
  height: 20px;
  background: url("/i/home/t_logo.svg") 0 0 no-repeat;
}
.home .play-video-grey,
.home .play-video-black {
  float: none;
  display: inline-block;
  top: 4px;
}
.device-icon {
  background: url("/i/home/image-sprite.png") 0 0 no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.device-icon.windows {
  width: 69px;
  height: 60px;
  background-position: 0 0;
}
.device-icon.mac {
  width: 81px;
  height: 60px;
  background-position: -786px 0;
}
.device-icon.mac .app-icon {
  left: 33px;
  top: 13px;
}
.device-icon.tablet {
  width: 47px;
  height: 60px;
  background-position: -71px 0;
}
.device-icon.tablet .app-icon {
  left: 16px;
}
.device-icon.tablet .android-icon {
  left: 15px;
}
.device-icon.iphone {
  width: 28px;
  height: 60px;
  background-position: -121px 0;
}
.device-icon.iphone .app-icon {
  left: 6px;
}
.device-icon.phone {
  width: 31px;
  height: 60px;
  background-position: -151px 0;
}
.device-icon.phone .android-icon {
  left: 7px;
}
.device-icon .windows-icon {
  position: absolute;
  top: 14px;
  left: 23px;
}
.device-icon .app-icon {
  width: 16px;
  height: 17px;
  background-position: -1px -62px;
  position: absolute;
  top: 19px;
}
.device-icon .android-icon {
  width: 17px;
  height: 21px;
  background-position: -34px -62px;
  position: absolute;
  top: 19px;
}
.instruction-holder .icon {
  position: absolute;
  top: -137px;
  left: 50%;
}
.instruction-holder .icon.what-is-it {
  background-position: -460px -201px;
  width: 116px;
  height: 130px;
  margin-left: -58px;
}
.instruction-holder .icon.how-work {
  background-position: 0 -550px;
  width: 171px;
  height: 137px;
  margin-left: -85.5px;
}
.instruction-holder .icon.collaboration {
  background-position: -576px -201px;
  width: 136px;
  height: 106px;
  margin-left: -68px;
  top: -115px;
}
.instruction-holder .icon.task-context {
  background-position: -172px -550px;
  width: 90px;
  height: 108px;
  margin-left: -45px;
  top: -115px;
}
/*** === END ICONS =====================================================================================================
=================================================================================================================== ***/
/*under-construction*/
.under-construction .section1 {
  margin-top: 200px;
}
/*** === TOP PAGE LINK =================================================================================================
=================================================================================================================== ***/
.scroll-top {
  width: 29px;
  height: 29px;
  position: fixed;
  bottom: 3%;
  right: 2%;
  cursor: pointer;
  display: none;
  background-color: #72af14;
  border-radius: 2px;
}
.scroll-top .icon {
  width: 12px;
  height: 7px;
  background-position: 0 -690px;
  position: absolute;
  top: 11px;
  left: 9px;
}
/*** === END TOP PAGE LINK =============================================================================================
=================================================================================================================== ***/
.animation #play {
  background: none repeat scroll 0 0 white;
  border-radius: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  padding: 4px;
  position: absolute;
  top: 50%;
  z-index: 9;
}
/*** === PAGE EXPERTS ==================================================================================================
=================================================================================================================== ***/
.experts .title-experts {
  overflow: hidden;
}
.experts .title-experts h2 {
  font-size: 2.4em;
  margin: 25px 0;
  font-weight: 400;
  display: inline-block;
  float: left;
}
.experts .title-experts p {
  margin-bottom: 10px;
}
.experts .button-experts-responsive {
  float: right;
  margin-top: 15px;
  display: none;
}
.experts p {
  font-size: 2em;
  margin: 0 0 5px 0;
}
.section.experts-info {
  padding-top: 0;
}
.experts-info .container h2 {
  font-size: 2.2em;
  font-weight: 400;
  margin-top: 0;
}
.profile-expert {
  padding: 30px;
  background: #fafafa;
  margin-bottom: 30px;
}
.profile-expert.confirmed {
  background: #eef6ec;
}
.main-contact h2 {
  font-size: 2em;
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 1px;
}
.main-contact ul {
  padding-left: 0;
}
.main-contact ul li {
  font-size: 1.6em;
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif !important;
}
.main-contact ul li a {
  font-size: 1.1em;
}
.map-icon {
  background-position: -234px -733px;
  width: 25px;
  height: 20px;
}
.link-icon {
  background-position: -297px -733px;
  width: 25px;
  height: 19px;
}
.skype-icon {
  background-position: -168px -733px;
  width: 25px;
  height: 19px;
}
.phone-icon {
  background-position: -200px -733px;
  width: 25px;
  height: 18px;
}
.mail-icon {
  background-position: -265px -733px;
  width: 25px;
  height: 17px;
}
.show-more a {
  cursor: pointer;
  text-decoration: none;
  font: 1.3em "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.expert-description p {
  line-height: 25px;
}
.hide-content {
  overflow: hidden;
  height: 3.7em;
}
.hide-content + .show-more a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: 34%;
  left: 100%;
  margin-left: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #3778cd;
}
.show-content {
  height: auto;
}
.show-content + .show-more a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: 33%;
  left: 100%;
  margin-left: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #3778cd;
  -webkit-transition: all all 0.5s ease;
  -moz-transition: all time ease;
  -o-transition: all time ease;
  -ms-transition: all time ease;
  transition: all time ease;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -o-transform: rotate(-180deg);
}
.become-expert {
  border: 1px solid #e3e3e3;
  padding: 30px;
}
.become-expert h2 {
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif !important;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
}
.become-expert p {
  line-height: 1.5em;
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif !important;
}
.become-expert ul {
  list-style: inherit;
  padding-left: 15px;
}
.become-expert ul li {
  font-size: 1.4em;
}
.become-expert .community {
  text-align: center;
}
.become-expert .community a {
  width: 100%;
  font-weight: 600;
  line-height: 28px;
  margin-top: 10px;
  font-size: 1.3em;
  max-width: 400px;
}
/*** === END PAGE EXPERTS ==================================================================================================
=================================================================================================================== ***/
/*** === PAGE VIDEO TUTORIALS ==================================================================================================
=================================================================================================================== ***/
.categories-video h2 {
  font-family: "open sans light", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 2em;
  padding-top: 10px;
}
.categories-video ul {
  padding-left: 0;
  padding-top: 15px;
}
.categories-video ul li {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.categories-video ul li.coming-soon a {
  color: #999;
}
.categories-video ul li.active a {
  font-weight: bold;
  color: #444;
}
.categories-video ul li.active a:hover {
  cursor: default;
}
.categories-video ul li a {
  font-size: 1.4em;
  text-decoration: none;
}
.content-list-holder {
  position: fixed;
  max-height: calc(100% - 120px);
  overflow-y: auto;
  padding-right: 16px;
}
.content-list-holder ul.content-list {
  padding: 0;
}
.content-list-holder ul.content-list li {
  padding: 0;
  margin: 0 0 16px;
}
.content-list-holder.hidden-lg {
  position: relative;
}
.platform-video-filter.platforms-tabs .nav.nav-tabs li.item {
  width: 13.3%;
}
.platform-video-filter.platforms-tabs .nav.nav-tabs li a {
  height: 90px;
}
.platform-video-filter.platforms-tabs .nav.nav-tabs li a span {
  top: 0;
  padding-bottom: 10px;
}
.platform-video-filter.platforms-tabs .nav.nav-tabs li {
  margin: 0 4% 0 0;
}
.title-filter-video {
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 2.8em;
}
.platforms-tabs .nav.nav-tabs li a .icon.win-icon {
  background-position: -328px -676px;
  width: 50px;
  height: 29px;
}
.platforms-tabs .nav.nav-tabs li a .icon.iphone-icon {
  background-position: -416px -674px;
  width: 17px;
  height: 31px;
}
.platforms-tabs .nav.nav-tabs li a .icon.ipad-icon {
  background-position: -381px -671px;
  width: 28px;
  height: 36px;
}
.platforms-tabs .nav.nav-tabs li a .icon.android-phone-icon {
  background-position: -438px -673px;
  width: 19px;
  height: 32px;
}
.platforms-tabs .nav.nav-tabs li a .icon.android-tablet-icon {
  background-position: -464px -672px;
  width: 27px;
  height: 32px;
}
.platforms-tabs .nav.nav-tabs li a .icon.cloud-sync-icon {
  background-position: -504px -679px;
  width: 39px;
  height: 26px;
}
.platform-video-articles {
  margin-top: 30px;
}
.platform-video-articles h1 {
  font-size: 2em;
  font-weight: 600;
  padding-bottom: 30px;
}
.video-block {
  padding-bottom: 30px;
}
.description-video-tutorial p {
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  line-height: 25px;
}
.divider-line {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  margin-top: 30px;
}
.hide-content {
  overflow: hidden;
  height: 3.7em;
}
.hide-content + .show-more a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: 34%;
  left: 100%;
  margin-left: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #3778cd;
  -webkit-transition: all all 0.5s ease;
  -moz-transition: all time ease;
  -o-transition: all time ease;
  -ms-transition: all time ease;
  transition: all time ease;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -o-transform: rotate(0deg);
}
/*** === PAGE VIDEO TUTORIALS ==================================================================================================
=================================================================================================================== ***/
/*** === overwrite styles for Pretty Photo Dark Theme popup =============================================================
=================================================================================================================== ***/
div.dark_rounded .pp_close {
  background: url('/i/home/close-popup.png') no-repeat scroll 0 0 / contain transparent;
  display: block;
  height: 20px;
  width: 20px;
  position: fixed;
  right: 2%;
  top: 2%;
}
#tipue_search_content .tipue_search_content_text {
  font-size: 2em;
}
#tipue_search_content #tipue_search_input,
#tipue_search_content #tipue_search_foot_boxes {
  font-size: 1.4em;
}
#tipue_search_content .tipue_search_content_title {
  font-size: 2em;
}
#tipue_search_content .tipue_search_content_text,
#tipue_search_content .tipue_search_related_title {
  font-size: 2em;
}
#tipue_search_content .tipue_search_content_bold,
#tipue_search_content .tipue_search_related_bold {
  font-weight: 400;
}
.alert-message-holder {
  width: 100%;
  background: url('/i/home/kharkiv-ruined-by-russia.jpg') 0 0 no-repeat;
  background-size: cover;
  margin-top: 17px;
  position: relative;
}
.alert-message-holder .photo-credit {
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  left: 5px;
  top: 5px;
}
.alert-message-holder a {
  font-size: 1em;
  color: #a1c1eb;
}
.alert-message-holder a:hover {
  color: #77a5e2;
}
.alert-message-holder a:active {
  color: #4c8ada;
}
.alert-message-holder .ua-flag {
  float: left;
  width: 80px;
}
.alert-message-holder .message-wrapper {
  width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.7) 83%, rgba(255, 255, 255, 0) 100%);
}
.alert-message-holder .message-wrapper .message {
  padding-left: 80px;
  color: white;
  font-size: 1.4em;
  padding: 18px 0;
}
.alert-message-holder .message-wrapper .message .primary-message {
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
}
.gold-edition-hero {
  background: url(/i/announcements/gold-edition-hero.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 32px;
  min-height: 500px;
  margin: -32px 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gold-edition-hero .gold-edition-box {
  border: 2px solid gold;
  border-radius: 7px;
  padding: 80px 30px 30px;
  width: 42%;
  min-width: 450px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.79);
}
.gold-edition-hero .gold-edition-box .gold-icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -60px;
  margin-left: -61px;
  width: 122px;
  height: 122px;
  border-radius: 61px;
  border: 2px solid gold;
  background: #2B1800;
}
.gold-edition-hero .gold-edition-box .gold-icon-holder img {
  width: 100px;
  height: 100px;
}
.gold-edition-hero .gold-edition-box .hero-text {
  white-space: nowrap;
  font-size: 18px;
  background: -webkit-linear-gradient(35deg, #F3DF8A, #DD7E00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.gold-edition-hero .gold-edition-box .hero-text span {
  font-size: 48px;
  font-family: "optima", Times, serif;
  display: inline-block;
}
.panel-holder.month-separation-panel.gold-edition .panel {
  height: auto !important;
  padding-bottom: 24px;
}
.panel-holder.month-separation-panel.gold-edition .panel ~ .panel {
  margin-top: 24px;
}
.panel-holder.month-separation-panel.gold-edition li ~ li {
  margin: 0 !important;
}
.panel-holder.month-separation-panel.gold-edition .btn {
  font-size: 1em !important;
}
@media screen and (min-width: 992px) {
  .month-separation-panel.gold-edition {
    text-align: center;
  }
  .month-separation-panel.gold-edition .panel {
    width: 30% !important;
    float: none !important;
    display: inline-block !important;
    height: auto !important;
  }
  .month-separation-panel.gold-edition .panel .btn {
    font-size: 1em !important;
  }
  .month-separation-panel.gold-edition .panel > .list-group li {
    margin: 0 0 20px !important;
  }
  .month-separation-panel.gold-edition .panel-success {
    margin-bottom: 0;
  }
}
/*** ==  SUPPORT ==================================================================================================
=================================================================================================================== ***/
.support .support-cards-block {
  margin-bottom: 50px;
}
.support ol {
  list-style: decimal outside;
  counter-reset: item;
}
.support ol li {
  font: normal 2em/1.8em "open sans", "helvetica neue", helvetica, arial, sans-serif;
  display: block;
  position: relative;
}
.support ol li a {
  font-size: 1em;
  border-bottom: 1px solid #2a6fc9;
  text-decoration: none;
  height: 28px;
  display: inline-block;
}
.support ol li p {
  font-size: 1em;
}
.support ol li ul,
.support ol li ol {
  padding: 0;
}
.support ol li li {
  font-size: 1em;
}
.support ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
  /* space between number and text */
}
.support .tab-content .separator {
  width: 100%;
  margin: 35px 0 13px;
}
.support p {
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.6em;
}
.support p a {
  color: #2a6fc9;
  text-decoration: underline;
  height: 28px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.support p a:hover {
  color: #6a9ad9;
}
.support p a:active {
  color: #1d4e8d;
}
.support p a:active:focus {
  outline: none;
  outline-offset: 0;
}
.support .answer > p:first-child {
  position: relative;
}
.support .answer > p:first-child:before {
  content: "A";
  position: absolute;
  left: -40px;
  top: -6px;
  color: #f2f2f2;
  font: normal 2em Georgia, serif;
}
.support h3 {
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  position: relative;
  font-size: 2em;
}
.support h3:before {
  content: "Q";
  position: absolute;
  left: -40px;
  top: -20px;
  color: #f2f2f2;
  font: normal 2em Georgia, serif;
}
.support .answer {
  margin-bottom: 45px;
}
.support .manual-holder h2 {
  float: left;
}
.support .manual-holder a {
  border-bottom: 2px solid #bababa;
  color: #000;
  font-size: 1.6em;
  line-height: 33px;
}
.support .manual-holder .btn-default {
  float: right;
  height: 49px;
  padding: 6px 19px 6px 79px;
  margin-top: 21px;
}
.support .link {
  font: normal 1em/1.6em "open sans", "helvetica neue", helvetica, arial, sans-serif;
  color: #2a6fc9;
  text-decoration: underline;
}
.support .courier {
  font-family: "courier new";
}
.support .fixed-nav-tabs .col-lg-12 {
  padding: 0;
}
.support .pages-list {
  font-size: 2em;
  color: #2a6fc9;
  padding-left: 0;
}
.support .pages-list li {
  margin-top: 16px;
}
.support .pages-list a {
  font: normal 1em/1.15em "open sans", "helvetica neue", helvetica, arial, sans-serif;
  display: inline;
  color: #2a6fc9;
  text-decoration: underline;
}
.support .pages-list a:hover {
  color: #6a9ad9;
}
.support .pages-list a:active {
  color: #1d4e8d;
}
.support .pages-list a:active:focus {
  outline: none;
  outline-offset: 0;
}
.support .gray-section {
  border-top: 1px solid #ebebeb;
  background-color: #fafafa;
}
.support .promo-card {
  background: white;
  text-align: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fafafa;
  padding: 20px;
}
.support .promo-card .promo-icon {
  display: inline-block;
}
.support .promo-card [class*='mlo-icon'] {
  font-size: 60px;
  color: #9b9b9b;
  margin-bottom: 10px;
  display: inline-block;
}
.support .promo-card .mlo-icon-community,
.support .promo-card .mlo-icon-activation {
  font-size: 47px;
}
.support .promo-card .title,
.support .promo-card a.title {
  font-size: 21px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  color: #323232;
}
.support .promo-card .title:hover,
.support .promo-card a.title:hover {
  text-decoration: underline;
  color: #2a6fc9;
}
.support .promo-card .description {
  font-size: 16px;
  color: #666;
}
.support .promo-card ~ .promo-card {
  margin-top: 20px;
}
.support .promo-card .mlo-icon-getting-started {
  color: #66a800;
}
.support .promo-card.secondary-card {
  padding: 15px 10px;
}
.support .promo-card.secondary-card .description,
.support .promo-card.secondary-card .link {
  font-size: 16px;
}
.filter-holder {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-holder strong {
  font-size: 1em;
}
.filter-holder ul {
  padding: 0;
  margin: 0;
  font-size: 1em;
}
.filter-holder ul li {
  list-style: none;
  color: #323232;
}
.platforms-tabs ul {
  padding: 0;
}
.platforms-tabs ul li ul {
  list-style-type: circle;
  font-size: 2em;
  color: #2a6fc9;
}
.platforms-tabs ul li ul li {
  line-height: 1.8em;
}
.platforms-tabs ul li ul li a {
  color: #2a6fc9;
  font: normal 1em "open sans", "helvetica neue", helvetica, arial, sans-serif;
}
.platforms-tabs .nav.nav-tabs {
  border: none;
}
.platforms-tabs .nav.nav-tabs li {
  margin: 0;
  text-align: center;
}
.platforms-tabs .nav.nav-tabs li .btn.community {
  font-size: 1.4em;
  margin-top: 14px;
  color: #fff;
  padding: 6px 27px;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  line-height: 2em;
}
.platforms-tabs .nav.nav-tabs li .button-holder a:hover {
  border-bottom: none;
}
.platforms-tabs .nav.nav-tabs li .btn.community:hover {
  background-color: #74c200;
}
.platforms-tabs .nav.nav-tabs li.item {
  width: 10.25%;
  height: auto;
}
.platforms-tabs .nav.nav-tabs li.wide-item {
  width: 18%;
  margin-left: 3%;
}
.platforms-tabs .nav.nav-tabs li.wide-item .button-holder {
  text-align: right;
}
.platforms-tabs .nav.nav-tabs li.pb-holder {
  background: url('/i/home/nav-border.png') left 0px no-repeat;
  width: 25%;
  padding: 0 3%;
  margin-left: 1%;
}
.platforms-tabs .nav.nav-tabs li.discuss-holder span {
  font: normal 1.6em "open sans light", "helvetica neue", helvetica, arial, sans-serif;
  color: #000;
  position: relative;
  top: -12px;
  left: -2px;
}
.platforms-tabs .nav.nav-tabs li.discuss-holder .btn-success {
  font-size: 1.6em;
  margin-top: 14px;
  height: 49px;
  padding: 7px 21px 5px 20px;
  border-bottom: none;
}
.platforms-tabs .nav.nav-tabs li a {
  font: normal 1.6em "open sans light", "helvetica neue", helvetica, arial, sans-serif;
  color: #000;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0px 7px;
  margin: 0;
}
.platforms-tabs .nav.nav-tabs li a span {
  color: #000;
  position: relative;
  top: -22px;
  display: block;
}
.platforms-tabs .nav.nav-tabs li a span.blackberry-span {
  left: 28px;
}
.platforms-tabs .nav.nav-tabs li a .icon.windows {
  background-position: -426px -405px;
  width: 80px;
  height: 45px;
}
@media screen and (max-width: 991px) {
  .platforms-tabs .nav.nav-tabs li a .icon.windows {
    left: -4px;
  }
}
.platforms-tabs .nav.nav-tabs li a .icon.ios {
  background-position: -508px -404px;
  width: 40px;
  height: 47px;
}
.platforms-tabs .nav.nav-tabs li a .icon.android {
  background-position: -549px -404px;
  width: 44px;
  height: 47px;
}
.platforms-tabs .nav.nav-tabs li a .icon.cloud-sync {
  background-position: -594px -406px;
  width: 70px;
  height: 45px;
}
.platforms-tabs .nav.nav-tabs li a .icon.pocket {
  background-position: -665px -406px;
  width: 37px;
  height: 45px;
}
.platforms-tabs .nav.nav-tabs li a .icon.blackberry {
  background-position: -701px -416px;
  width: 27px;
  height: 35px;
  top: 10px;
  left: 28px;
}
.platforms-tabs .nav.nav-tabs li a:hover {
  border: none;
  border-bottom: 4px solid #b0d07e;
  padding-bottom: 3px;
}
.platforms-tabs .nav.nav-tabs li a:focus {
  background: transparent;
}
.platforms-tabs .nav.nav-tabs li ~ li {
  margin-left: 4%;
}
.platforms-tabs .nav.nav-tabs li.active a {
  background: transparent;
  outline: none;
  border: 0px solid transparent;
  border-bottom: 4px solid #72af14;
  padding: 10px 0px 3px;
}
.platforms-tabs .nav.nav-tabs li.active a .icon.windows {
  background-position: -427px -455px;
}
.platforms-tabs .nav.nav-tabs li.active a .icon.ios {
  background-position: -508px -453px;
}
.platforms-tabs .nav.nav-tabs li.active a .icon.android {
  background-position: -549px -453px;
}
.platforms-tabs .nav.nav-tabs li.active a .icon.cloud-sync {
  background-position: -594px -455px;
}
.platforms-tabs .nav.nav-tabs li.active a .icon.pocket {
  background-position: -665px -455px;
}
.platforms-tabs .nav.nav-tabs li.active a .icon.blackberry {
  background-position: -701px -465px;
}
.full-width.platforms-tabs .nav.nav-tabs li ~ li {
  margin-left: 19.66666667%;
}
.platforms-tabs-new ul li {
  padding: 0 6px;
}
.platforms-tabs-new ul li a {
  text-decoration: none;
  font-size: 1.4em;
  line-height: 1em;
  border: none;
  border-bottom: 3px solid transparent;
  color: #666;
  padding: 10px 24px;
}
.platforms-tabs-new ul li a:hover {
  border-bottom: 3px solid #b3d480;
}
.platforms-tabs-new ul li.active a,
.platforms-tabs-new ul li.active a:hover,
.platforms-tabs-new ul li.active a:focus {
  border: 3px solid #66a800;
  border-width: 0 0 3px;
  background-color: transparent;
  color: #232323;
}
.platforms-tabs-new ul li.active a [class*='mlo-icon'],
.platforms-tabs-new ul li.active a:hover [class*='mlo-icon'],
.platforms-tabs-new ul li.active a:focus [class*='mlo-icon'] {
  color: #232323;
}
.platforms-tabs-new ul li [class*='mlo-icon'] {
  color: #666;
  font-size: 2em;
  margin-right: 8px;
}
/*--- Support articles ---------------------------------------------------------------***/
.articles h1 {
  margin: 0;
}
.articles h3 {
  font-size: 1.8em;
  margin: 0 15px 30px 0px;
}
.articles .section {
  padding: 25px 0;
}
.articles .pocketmod {
  width: 100%;
}
.articles .btn-transparent {
  background-color: transparent;
  border: 2px solid #7d7d7d;
  height: 42px;
  color: #000;
  font-size: 1.4em;
  padding: 9px 6px;
}
.articles .btn-transparent ~ .btn-transparent {
  margin-left: 4%;
}
.articles .note {
  font-size: 1.6em !important;
  color: #000;
}
.need-help {
  padding: 30px;
  background-color: #eef6ec;
}
.need-help h2 {
  font-size: 2.5em;
  margin: 0 0 20px 0;
}
.need-help p {
  font-size: 1.7em;
  margin-bottom: 30px;
}
.need-help-button {
  text-align: center;
  margin-bottom: 15px;
}
.need-help-button a {
  border-width: 2px;
  padding: 10px 20px 10px 54px;
  font-weight: 600 !important;
  font-size: 1.6em !important;
  height: 45px !important;
  color: #000 !important;
  background-color: #fafafa !important;
  border-color: #bababa !important;
  border-bottom: 2px solid #bababa !important;
  display: inline-block !important;
  margin-bottom: 5px;
}
.need-help-button a i.manual {
  left: 10%;
  top: 7px;
}
.need-help-button a i.mlo-expert {
  width: 28px;
  height: 30px;
  background-position: -197px -760px;
  top: 4px;
  position: absolute;
  left: 10%;
}
.need-help-button a:hover {
  background-color: #ebebeb !important;
  border-color: #adadad !important;
}
/*--- End Support articles ---------------------------------------------------------------***/
/*--- Support video-tutorials ------------------------------------------------------------***/
.support-video {
  padding: 30px 0;
}
.support-video div h2 {
  font-size: 2em;
  margin-top: 0;
}
.watch-more {
  text-align: center;
  margin-bottom: 30px;
}
.watch-more .btn.btn-default {
  text-decoration: none;
  border-width: 2px;
  padding: 6px 27px;
  font-weight: 600;
  font-size: 1.6em;
  height: 41px;
  color: #000;
  background-color: #fafafa;
  border-color: #bababa;
  line-height: 25px;
}
.watch-more .btn.btn-default:hover {
  color: #000;
  background-color: #ebebeb;
  border-color: #adadad;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.mb10 {
  margin-bottom: 10px;
}
/*--- End Support articles ------------------------------------------------------------------***/
/*** === SUPPORT ARTICLE STYLES ================================================================================================
==================================================================================================================  ***/
.support-article {
  margin-top: 20px;
}
.support-article h1 {
  font-size: 3.2em;
  margin-top: 0;
}
.support-article h2 {
  font-size: 2.8em;
}
.support-article h3 {
  font-size: 2.4em;
}
.support-article h4 {
  font-size: 2em;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  margin: 20px 0 10px;
}
.support-article p {
  font-size: 2em;
}
.support-article p i {
  font-size: 0.85em;
  display: block;
  font-family: "open sans light";
  color: #777;
}
.support-article ul a,
.support-article p a {
  font-size: inherit;
}
.support-article ul {
  padding-left: 20px;
  margin-left: -20px;
}
.support-article ul li {
  font-size: 2em;
  position: relative;
  margin-bottom: 10px;
}
.support-article ul li i {
  font-size: 0.85em;
  display: block;
  font-family: "open sans light";
  color: #777;
}
.support-article ul li p {
  font-size: 1em;
}
.support-article ul li ul {
  padding-left: 20px;
  margin: 10px 0 0;
}
.support-article ul li ul li {
  font-size: 1em;
}
.support-article ul li ul li:before {
  content: "\2013";
}
.support-article ul li:before {
  content: "\25CF";
  display: block;
  position: absolute;
  left: -16px;
  top: 1px;
  font-size: 0.8em;
}
.support-article ol.simple-ordered-list {
  padding-left: 20px;
  margin-left: -20px;
  counter-reset: ol-counter;
}
.support-article ol.simple-ordered-list li {
  font-size: 2em;
  position: relative;
  margin-bottom: 10px;
}
.support-article ol.simple-ordered-list li i {
  font-size: 0.85em;
  display: block;
  font-family: "open sans light";
  color: #777;
}
.support-article ol.simple-ordered-list li:before {
  content: counter(ol-counter) '.';
  counter-increment: ol-counter;
  display: block;
  position: absolute;
  left: -20px;
}
.support-article .step-wrapper {
  position: relative;
  padding-left: 70px;
  margin-top: 50px;
}
.support-article .step-wrapper h2 {
  margin: 0 0 20px;
}
.support-article .step-wrapper h2 a {
  font-size: inherit;
}
.support-article .step-wrapper.image-right > div,
.support-article .step-wrapper.image-left > div {
  display: table;
}
.support-article .step-wrapper.image-right > div ~ div,
.support-article .step-wrapper.image-left > div ~ div {
  margin-top: 40px;
}
.support-article .step-wrapper.image-right img:not(.inline-img),
.support-article .step-wrapper.image-left img:not(.inline-img),
.support-article .step-wrapper.image-right .image-description,
.support-article .step-wrapper.image-left .image-description {
  display: table-cell;
  width: 100%;
  height: auto;
  vertical-align: top;
  padding: 0 30px 0 0;
}
.support-article .step-wrapper.image-right img:not(.inline-img),
.support-article .step-wrapper.image-left img:not(.inline-img) {
  padding: 0;
  max-width: 360px ;
  width: auto;
}
.support-article .step-wrapper.image-left .image-description {
  padding: 0 0 0 30px;
}
.support-article .step-wrapper:before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 7em;
  font-weight: 100;
  line-height: 1em;
  color: #66a800;
}
.support-article .separator {
  margin: 30px auto;
}
.support-article .questionare {
  font-style: italic;
  margin-top: 30px;
  font-size: 1.6em;
}
.support-article .questionare h3 {
  font-size: 1.4em;
  font-family: "open sans light", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  margin-bottom: 14px;
}
.support-article .questionare ol.questions-list {
  font-size: 1em;
  list-style: none;
  padding-left: 20px;
  counter-reset: li;
}
.support-article .questionare ol.questions-list .question-item {
  counter-increment: li;
}
.support-article .questionare ol.questions-list .question-item:before {
  content: counter(li) '. ';
  color: #323232;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.support-article .questionare ol.questions-list .question-item .question-text {
  margin-bottom: 8px;
  display: inline-block;
}
.support-article .questionare ol.questions-list .question-item ul.answers {
  margin-bottom: 20px;
}
.support-article .questionare ol.questions-list .question-item ul.answers li {
  font-size: 1em;
  margin-left: 14px;
}
.support-article .questionare ol.questions-list .question-item ul.answers li:before {
  color: #cbcbcb;
}
.support-article .questionare ol.questions-list .question-item ul.answers li a {
  text-decoration: none;
  color: #323232;
  display: inline-block;
}
.support-article .questionare ol.questions-list .question-item ul.answers li a:hover {
  color: #66a800;
}
.support-article .questionare ol.questions-list .question-item ul.answers li.inactive a {
  color: #7f7f7f;
}
.support-article .questionare ol.questions-list .question-item ul.answers li.active:before {
  color: #66a800;
}
.support-article .questionare ol.questions-list .question-item ul.answers li.active a {
  color: #66a800;
}
.support-article .questionare ol.questions-list .question-item ul.answers li.wrong:before {
  color: #FF9F00;
  content: '\00D7';
}
.support-article .questionare ol.questions-list .question-item ul.answers li.wrong a {
  color: #FF9F00;
}
.support-article .questionare .btn,
.support-article .questionare a {
  font-style: normal;
  font-size: 1em;
  border-color: transparent;
}
.support-article .questionare .btn {
  background: #ebebeb;
  color: #323232;
}
.support-article .questionare .btn ~ .btn {
  margin-left: 20px;
}
.support-article .questionare .btn-primary {
  background: #66a800;
  color: white;
  min-width: 125px;
}
.support-article .questionare .reset-tutorial {
  font-size: 0.8em;
  margin-top: 20px;
}
.support-article .questionare .check-result {
  color: #66a800;
  font-size: 1em;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  display: none;
  margin-bottom: 12px;
}
.support-article .questionare .check-result.with-remarks {
  color: #FF9F00;
}
.support-article .article-platform-switcher {
  background: #fafafa;
  border: 1px solid #ebebeb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  padding: 8px;
  line-height: 2em;
  display: inline-block;
  position: fixed;
}
.support-article .article-platform-switcher .switcher-title {
  font-size: 1.2em;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  display: inline-block;
  margin-right: 8px;
}
.support-article .article-platform-switcher ul.platforms-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.support-article .article-platform-switcher ul.platforms-list li {
  display: inline-block;
  margin-bottom: 0;
}
.support-article .article-platform-switcher ul.platforms-list li a {
  text-decoration: none;
}
.support-article .article-platform-switcher ul.platforms-list li a .platform-title {
  display: none;
  color: #323232;
  font-size: 0.8em;
}
.support-article .article-platform-switcher ul.platforms-list li a i {
  display: inline-block;
}
.support-article .article-platform-switcher ul.platforms-list li:before {
  content: '';
}
.support-article .article-platform-switcher ul.platforms-list li [class*='mlo-icon']:before {
  font-size: 20px;
  line-height: 20px;
  margin-right: 6px;
  color: #d2d2d2;
}
.support-article .article-platform-switcher ul.platforms-list li.active [class*='mlo-icon']:before {
  color: #4bb6d6;
}
@media only screen and (max-width: 1200px) {
  .support-article .article-platform-switcher {
    line-height: initial;
    position: static;
    margin-bottom: 20px;
  }
  .support-article .article-platform-switcher ul.platforms-list li {
    margin: 0;
  }
  .support-article .article-platform-switcher ul.platforms-list li a {
    padding: 6px;
  }
  .support-article .article-platform-switcher ul.platforms-list li a .platform-title {
    display: inline-block;
  }
  .support-article .article-platform-switcher ul.platforms-list li a:hover {
    border-radius: 6px;
    background: #e4f4f9;
  }
}
.support-article.getting-started.support-article {
  margin-top: 0;
  padding-top: 0;
}
.support-article .definition-block {
  padding-left: 10px;
  border-left: 0.5em solid #66a800;
}
.support-article .definition-block .definition {
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
}
.support-article .definition-block .term {
  font-style: italic;
}
.support-article .definition-block sup,
.support-article .definition-block .footnote {
  color: #bd0500;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
}
.support-article .definition-block .footnote-description {
  text-indent: -10px;
  padding-left: 10px;
}
.support-article .definition-block ul {
  margin-left: 0;
}
.support-article .definition-block ul li:before {
  color: #808080;
}
.support-article .inline-img {
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.support-article .tip {
  margin: 10px 0;
}
.support-article .tip .mlo-icon-tip {
  font-size: 35px;
}
.support-article .use-case {
  background: #eef6ec;
  padding: 20px;
  margin-bottom: 20px;
}
.support-article .use-case .use-case-badge {
  font-size: 1.6em;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  padding: 0 0 10px 0;
  display: inline-block;
}
.support-article .use-case p {
  font-size: 2em;
  font-style: italic;
  padding-left: 42px;
  font-family: "Times New Roman", Times, serif;
  position: relative;
}
.support-article .use-case p:before {
  content: "\201D";
  font-size: 4em;
  font-family: serif;
  opacity: 0.5;
  position: absolute;
  left: -10px;
  line-height: 1em;
  top: -5px;
}
.support-article .hidden-by-default {
  display: none;
}
@media only screen and (max-width: 735px) {
  .support-article .step-wrapper.image-right,
  .support-article .step-wrapper.image-left {
    display: block;
  }
  .support-article .step-wrapper.image-right img,
  .support-article .step-wrapper.image-left img,
  .support-article .step-wrapper.image-right .image-description,
  .support-article .step-wrapper.image-left .image-description {
    display: block;
    margin-bottom: 30px;
  }
  .support-article .step-wrapper.image-right > div,
  .support-article .step-wrapper.image-left > div {
    display: block;
  }
}
/*** ==  END SUPPORT ===================================================================================================
=================================================================================================================== ***/
.getting-started-heading {
  background: #4bb6d6;
  position: fixed;
  right: 0;
  left: 0;
  top: 67px;
  z-index: 1;
}
.getting-started-heading h1 {
  color: white;
  font-size: 2.3em;
  margin: 0;
  line-height: 2.3em;
}
.getting-started-heading ~ .page-content {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .via-email .img-responsive {
    margin: 0 0 0 25%;
  }
  .navbar-fixed-top.fixed,
  .navbar-fixed-top.fixed * {
    -webkit-transition: none;
    -moz-transition: none ;
    -ms-transition: none ;
    -o-transition: none ;
    transition: none;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .carousel .carousel-indicators {
    bottom: 10px;
  }
  .carousel .carousel-control .glyphicons-chevron-left,
  .carousel .carousel-control .glyphicons-chevron-right,
  .carousel .carousel-control .icon-prev,
  .carousel .carousel-control .icon-next {
    width: 51px;
    height: 99px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
    overflow: hidden;
  }
  .carousel .carousel-control .icon-next {
    background: url('/i/home/image-sprite.png') -52px -85px no-repeat;
  }
  .carousel .carousel-indicators {
    bottom: -45px;
    width: 77%;
    margin-left: -38.4%;
  }
  .carousel .carousel-indicators li {
    border: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .carousel .carousel-indicators li ~ li {
    margin-left: 10%;
  }
  .carousel .carousel-indicators li.icon-carousel-windows {
    background-position: -262px -504px;
    width: 48px;
    height: 58px;
  }
  .carousel .carousel-indicators li.icon-carousel-windows.active {
    background-position: -262px -581px;
  }
  .carousel .carousel-indicators li.icon-carousel-iphone {
    background-position: -312px -504px;
    width: 48px;
    height: 59px;
  }
  .carousel .carousel-indicators li.icon-carousel-iphone.active {
    background-position: -312px -580px;
  }
  .carousel .carousel-indicators li.icon-carousel-ipad {
    background-position: -360px -503px;
    width: 48px;
    height: 68px;
  }
  .carousel .carousel-indicators li.icon-carousel-ipad.active {
    background-position: -360px -572px;
  }
  .carousel .carousel-indicators li.icon-carousel-android-phone {
    background-position: -409px -503px;
    width: 48px;
    height: 61px;
  }
  .carousel .carousel-indicators li.icon-carousel-android-phone.active {
    background-position: -409px -578px;
  }
  .carousel .carousel-indicators li.icon-carousel-cloud {
    background-position: -574px -506px;
    width: 52px;
    height: 60px;
  }
  .carousel .carousel-indicators li.icon-carousel-cloud.active {
    background-position: -574px -577px;
  }
  .carousel .carousel-indicators li.icon-carousel-wifi {
    background-position: -626px -506px;
    width: 51px;
    height: 60px;
  }
  .carousel .carousel-indicators li.icon-carousel-wifi.active {
    background-position: -626px -577px;
  }
}
@media screen and (min-width: 992px) {
  .panel.panel-prices {
    width: 352px;
    display: inline-block;
  }
  .panel.panel-prices ~ .panel.panel-prices {
    margin-left: 26px;
  }
  .panel-holder.month-separation-panel .panel {
    width: 18%;
    float: left;
  }
  .panel-holder.month-separation-panel .panel ~ .panel {
    margin-left: 1.25%;
  }
  .panel-holder.month-separation-panel .panel.panel-success {
    width: 23%;
    margin-top: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .table-holder .footnote {
    width: 726px;
  }
}
@media screen and (min-width: 1655px) {
  .products .data-holder .col2-1 {
    width: 25%;
  }
  .products .data-holder .col2-2 {
    margin-left: 25%;
  }
}
@media screen and (max-width: 1400px) {
  .navbar-nav.nav.lang {
    margin: 13px 0 0 55px;
  }
}
@media screen and (max-width: 1460px) {
  .products #windows .slider-content .icon.logo {
    float: none;
    top: 50px;
  }
  .products #windows .slider-content .icon.logo ~ h1 {
    margin-left: 0;
    margin-top: 60px;
  }
  .products #windows .slider-content .data-holder {
    margin-left: 0;
  }
  .products #windows .slider-content .data-holder .col2-1 {
    width: 40%;
  }
  .products #windows .slider-content .data-holder .col2-2 {
    margin-left: 40%;
  }
  .products #windows .slider-content .data-holder .btn {
    display: inline-block;
    width: 140px;
    vertical-align: top;
    margin: 0;
  }
  .products #windows .slider-content .data-holder .btn ~ .btn {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1320px) {
  .products #windows .slider-content .btn {
    height: 45px;
    font-size: 1.4em;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1300px) {
  .separator {
    width: 80%;
  }
  .products #windows .slider-content .icon.logo ~ h2 {
    font-size: 3.3em;
  }
  .products #windows .slider-content .icon.logo ~ h2 span {
    display: inline;
  }
  .products #windows .slider-content .data-holder .btn {
    width: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cyrillic .table-sync-holder {
    margin-top: 70px;
  }
  .cyrillic .inner-page-carousel.carousel.full-width-2-column-carousel .carousel-indicators {
    margin-left: 6%;
  }
  .cyrillic .inner-page-carousel.carousel.full-width-2-column-carousel .icon-left {
    left: 52%;
  }
  .cyrillic .inner-page-carousel.carousel.full-width-2-column-carousel .icon-right {
    left: 82%;
  }
}
@media screen and (max-width: 1200px) {
  .separator {
    width: 90%;
  }
  .registered-windows-page .go-mobile .btn {
    font-size: 1.4em;
    padding: 8px 14px;
    width: 60%;
  }
  .registered-windows-page .go-mobile .btn ~ .btn {
    margin: 10px 0 0 0;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel .carousel-indicators {
    bottom: 7px;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel .carousel-control {
    bottom: 27px;
  }
  .footer .col-lg-3 {
    width: 25%;
    float: left;
  }
  .footer .col-lg-6 {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  .home .product-tiles .tab-content:last-child {
    height: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .play-holder {
    display: none;
  }
  .btn-full-width .icon {
    float: none;
    display: inline-block;
    top: 4px;
  }
  .pp_hoverContainer {
    display: block !important;
  }
  div.dark_rounded .pp_next {
    background: url('/js/prettyPhoto/images/prettyPhoto/dark_rounded/btnNext.png') center right no-repeat;
    cursor: pointer !important;
  }
  div.dark_rounded .pp_previous {
    background: url('/js/prettyPhoto/images/prettyPhoto/dark_rounded/btnPrevious.png') center left no-repeat;
    cursor: pointer !important;
  }
  .form-line-md {
    margin-bottom: 10px;
  }
  .form-line-md:last-child {
    margin-bottom: 0;
  }
  .container > .navbar-collapse {
    float: left;
  }
  .cyrillic .carousel-caption h1 {
    font-size: 5em;
    margin-top: 67px;
  }
  .carousel-caption {
    top: 13%;
  }
  .carousel-caption h1 {
    font-size: 2.4em;
  }
  .carousel-caption .logo-holder {
    margin-bottom: 25px;
  }
  .carousel-caption .btn-transparent {
    width: 123px;
    height: 42px;
    padding: 10px 10px;
    font-size: 1.3em;
  }
  .carousel-caption .btn-transparent ~ .btn-transparent {
    margin: 0 0 0 20px;
  }
  .carousel-caption .btn-holder {
    margin-top: 80px;
  }
  #myCarousel .carousel-indicators {
    bottom: 63px;
  }
  .products .main-sub-nav-tabs li ~ li {
    margin-left: 4%;
  }
  .products #windows .slider-content .icon.logo ~ h2 {
    font-size: 2.7em;
  }
  .products .icon.logo ~ h1 {
    font-size: 3em;
  }
  .products .data-holder .col2-1,
  .products .data-holder .col2-2 {
    font-size: 1.3em;
  }
  .products #windows .slider-content .btn {
    height: 39px;
    font-size: 1.2em;
    padding: 8px 10px;
  }
  .products #windows .slider-content .data-holder .btn {
    width: 110px;
  }
  .products .slider-holder .slider-content .img-iphone {
    width: 380px;
  }
  .products .iphone-product-page .top-indent1 {
    margin-top: 90px;
  }
  .products .cloud-product-page .slider-holder .slider-content h2 {
    font-size: 3.3em;
  }
  .products .cloud-product-page .slider-holder .slider-content .btn-transparent {
    font-size: 1.3em;
    height: 48px;
  }
  .products .cloud-product-page .slider-holder .slider-content .btn2,
  .products .cloud-product-page .slider-holder .slider-content .btn3 {
    float: none;
  }
  .products .cloud-product-page .slider-holder .slider-content .btn3 {
    margin-left: 0;
  }
  .products .data-holder .col2-1 {
    width: 40%;
  }
  .products .data-holder .col2-2 {
    margin-left: 40%;
  }
  .products .data-holder {
    margin-left: 0;
  }
  .navbar-brand {
    margin-right: 30px!important;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
    margin-left: 15px;
  }
  /*  .cyrillic .navbar-nav.navbar-right:last-child {
    margin-right: -40px;
    margin-left: 30px;
  }*/
  .cyrillic .navbar-nav.navbar-right:last-child a {
    margin: 0 8px;
    font-size: 1.5em;
  }
  .comparison-table .div-table .div-table-heading .col-lg-5 {
    padding: 25px 0;
  }
  .comparison-table .div-table .div-table-heading .col-lg-7 .div-table-cell:first-child,
  .comparison-table .div-table .div-table-body .col-lg-7 .div-table-cell:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .navbar-brand {
    width: 47px;
  }
  .announcements-page .img-cloud {
    max-width: 200%;
    width: 142%;
    margin-left: -34%;
  }
  .articles .btn-transparent {
    width: 149px;
    height: 40px;
    padding: 9px 4px;
    font-size: 1.2em;
  }
  .panel-holder.month-separation-panel .panel ~ .panel {
    margin-top: 25px;
  }
  .section.news-insert .mlo3-icon {
    margin: 0;
  }
  .section.news-insert .preview p {
    font-size: 2.8em;
    line-height: 35px;
    text-align: center;
  }
  .products .nav-tabs li ~ li {
    margin-left: 4%;
  }
  .platforms-tabs .nav.nav-tabs li a,
  .platforms-tabs .nav.nav-tabs li.discuss-holder span {
    font-size: 1.3em;
  }
  .platforms-tabs .nav.nav-tabs li.discuss-holder .btn-success {
    margin-top: 7px;
  }
  .section.news-insert .btn-holder {
    margin-top: 10px;
    float: none;
    width: auto;
    margin-left: 0;
    text-align: center;
  }
  .section.news-insert .btn-holder.btn {
    text-align: center;
  }
  .section.news-insert {
    background: url('/i/home/news-insert-smallscr.jpg?20151126') 0 0 no-repeat;
    background-size: cover;
    padding: 20px 0;
  }
  .section.news-insert .preview {
    float: none;
    margin-left: 0;
  }
  .preview:before {
    display: none;
  }
  .section.news-insert .btn-holder {
    float: none;
    width: auto;
    text-align: center;
  }
  .inner-page-carousel.carousel .carousel-indicators li ~ li {
    margin-left: 6%;
  }
  .inner-page-carousel.carousel .carousel-indicators {
    bottom: -59px;
    margin-left: -40%;
  }
  .inner-page-carousel.carousel .carousel-control {
    bottom: -24px;
  }
  .large-img {
    display: none;
  }
  .small-img {
    display: block;
  }
  .section .container .location-based-holder .location-item.goal1 {
    top: 114px;
    left: 47px;
  }
  .section .container .location-based-holder .location-item.goal2 {
    top: 200px;
    left: 225px;
  }
  .section .container .location-based-holder .location-item.goal3 {
    top: 380px;
    left: 3px;
  }
  .section .container .location-based-holder .location-item.target {
    bottom: 51px;
    right: -29px;
  }
  .footer .col-md-8 {
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 20px;
  }
  .footer .col-md-4 {
    border-left: none;
    padding-top: 20px;
  }
  .comparison-table .div-table .div-table-body .col-lg-4 {
    background-color: #fafafa;
  }
  .comparison-table .div-table.prices .div-table-heading > div:first-child {
    background: #e3e3e3;
    padding: 10px;
    margin-bottom: 10px;
  }
  .comparison-table .div-table.prices .col-lg-4 {
    border-right: none;
  }
  .comparison-table .div-table.prices .div-table-heading p {
    font-size: 1.4em;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel .carousel-indicators {
    bottom: 15px;
    margin-left: 0;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel .carousel-control {
    bottom: 34px;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel.cloud-wifi .icon-left {
    left: 44%;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel.cloud-wifi .icon-right {
    left: 79%;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel.markdown-view-edit .carousel-indicators {
    margin-left: -100px;
  }
  .table-sync-holder {
    margin-top: 100px;
  }
  .products .cloud-product-page .col-lg-3 p {
    text-align: left;
  }
  .products .cloud-product-page .step-holder {
    height: auto;
  }
  .products .cloud-product-page .step-holder .separator {
    display: none;
  }
  .products .cloud-product-page .step:first-child {
    margin-top: 20px;
  }
  .cloud-product-page .steps h3 {
    position: relative;
  }
  .cloud-product-page .steps .circle {
    display: inline-block;
    position: static;
  }
  .cloud-product-page .steps .step-holder .number,
  .cloud-product-page .steps .step-holder .icon.arrow {
    display: none;
  }
  .cloud-product-page .steps .description-holder {
    text-align: center;
  }
  .cloud-product-page .steps .description-holder .text-block {
    margin-bottom: 14px;
  }
  .cloud-product-page .steps .description-holder .btn {
    width: 50%;
  }
  .cloud-product-page .steps .description-holder p {
    text-align: center;
  }
  .cloud-product-page .steps .icon.basket,
  .cloud-product-page .steps .icon.sign-up,
  .cloud-product-page .steps .icon.sync-via-cloud {
    top: 15px;
  }
  .cloud-product-page .steps ~ .steps {
    margin-top: 60px;
  }
  .platforms-tabs .nav.nav-tabs li.discuss-holder .btn-success {
    margin-top: -9px;
  }
  .platforms-tabs .nav.nav-tabs .cover-up {
    display: none;
  }
  .platforms-tabs .nav.nav-tabs li.active a {
    padding: 0 0 3px;
  }
  .platforms-tabs .nav.nav-tabs li a {
    padding: 0 0 7px;
  }
  .platforms-tabs .nav.nav-tabs li a span {
    top: 0;
  }
  .platforms-tabs .nav.nav-tabs li a .icon.windows,
  .platforms-tabs .nav.nav-tabs li a .icon.ios,
  .platforms-tabs .nav.nav-tabs li a .icon.android,
  .platforms-tabs .nav.nav-tabs li a .icon.cloud-sync,
  .platforms-tabs .nav.nav-tabs li a .icon.pocket,
  .platforms-tabs .nav.nav-tabs li a .icon.blackberry {
    display: none;
  }
  .platforms-tabs .nav.nav-tabs li a .blackberry-holder {
    margin-left: -16px;
  }
  .products .cloud-product-page .instruction-holder {
    margin-top: 50px;
  }
  .products .cloud-product-page .instruction-holder .icon {
    position: relative;
    top: 0;
    left: 0;
  }
  .products .cloud-product-page .instruction-holder .icon.what-is-it,
  .products .cloud-product-page .instruction-holder .icon.how-work,
  .products .cloud-product-page .instruction-holder .icon.collaboration,
  .products .cloud-product-page .instruction-holder .icon.task-context {
    margin-left: 0;
  }
}
@media screen and (max-width: 827px) {
  .support .questions-holder .filtering {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 800px) {
  .unseen800 {
    display: none;
  }
}
@media screen and (max-width: 863px) {
  .navbar-transparent .navbar-nav li a {
    margin: 0 9px;
  }
}
@media screen and (max-width: 990px) {
  .standard-pro-blured-bg .feature-list {
    width: 60%;
    margin: 0 auto !important;
  }
  .instructions-panel {
    min-height: 0 !important;
  }
  .products #windows .slider-content .data-holder .btn {
    width: 100px;
  }
  .products #windows .slider-content .btn {
    font-size: 1.1em;
    padding: 9px 10px;
  }
  .products .icon.logo ~ h1 {
    font-size: 2.7em;
  }
  .products .cloud-product-page .slider-holder .slider-content h2 {
    font-size: 2.7em;
  }
  .support-article ol.simple-ordered-list,
  .support-article ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .img-responsive {
    margin: 0 auto;
  }
  .section .envelope1 {
    top: 2px;
    left: 25px;
  }
  .section .envelope1.animated {
    left: 25px;
    top: 22px;
  }
  .section .envelope2 {
    top: -40px;
    left: 76px;
  }
  .section .envelope2.animated {
    left: 76px;
    top: 1px;
  }
  .section .envelope3 {
    left: 136px;
    top: -15px;
  }
  .section .envelope3.animated {
    left: 136px;
    top: 1px;
  }
  .articles .btn-holder .col-lg-3 ~ .col-lg-3 {
    margin-top: 20px;
  }
  .home .slider-holder .btn-transparent {
    padding: 10px 15px;
    font-size: 1.3em;
    width: 125px;
  }
  .home .slider-holder .btn-transparent ~ .btn-transparent {
    margin-left: 20px;
  }
  .cyrillic .carousel-caption h1 {
    font-size: 2.6em;
    margin-top: 101px;
  }
  .carousel {
    height: auto;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel.cloud-wifi .carousel-inner {
    height: 660px;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel.markdown-view-edit .carousel-inner {
    height: 410px;
    margin-bottom: 0;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel.markdown-view-edit .carousel-control {
    top: 25%;
  }
  .section .header-holder h2 {
    text-align: center;
  }
  .section p {
    text-align: justify;
  }
  .section .text-center p {
    text-align: center;
  }
  .inner-page-carousel.carousel .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    border-radius: 10px;
  }
  .inner-page-carousel.carousel .carousel-indicators li.active {
    background: black;
  }
  .inner-page-carousel.carousel .img-responsive {
    margin: 0 auto;
  }
  .icon.icon-carousel-windows.active {
    background-position: -66px -140px;
  }
  .carousel-indicators .icon {
    background: none;
  }
  .inner-page-carousel.carousel .carousel-indicators {
    bottom: 10%;
    margin-left: -38%;
  }
  .inner-page-carousel.carousel .carousel-control {
    bottom: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    opacity: 1;
  }
  .large-img {
    display: block;
  }
  .small-img {
    display: none;
  }
  .section .container .location-based-holder .location-item.goal1 {
    top: 114px;
    left: 160px;
  }
  .section .container .location-based-holder .location-item.goal2 {
    top: 200px;
    left: 383px;
  }
  .section .container .location-based-holder .location-item.goal3 {
    top: 380px;
    left: 106px;
  }
  .section .container .location-based-holder .location-item.target {
    bottom: 16px;
    right: 91px;
  }
  .section .container .location-based-holder .img-responsive {
    margin-top: -53px;
    margin-bottom: 70px;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel .carousel-control {
    bottom: auto;
    margin-top: 180px;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel .icon-left {
    left: auto;
    margin-left: 30px;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel .icon-right {
    left: auto;
    margin-right: 30px;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel .carousel-indicators {
    bottom: -40px;
    width: 60%;
    margin-left: -30%;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel .carousel-indicators [class*='mlo-icon-'] {
    display: none;
  }
  .inner-page-carousel.carousel .carousel-indicators li.icon-carousel-cloud.active,
  .inner-page-carousel.carousel .carousel-indicators li.icon-carousel-wifi,
  .inner-page-carousel.carousel .carousel-indicators li.icon-carousel-wifi.active {
    border: 1px solid #000;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel .carousel-indicators li ~ li {
    margin-left: 20px;
  }
  .section .row.form-holder {
    margin: 0 15px;
  }
  .section .row.form-holder h2 {
    font-size: 2.5em;
  }
  .section .row.form-holder .input-holder {
    width: 100%;
    float: none;
  }
  .section .row.form-holder .btn-holder {
    width: 100%;
    float: none;
    margin-top: 15px;
    margin-left: 0;
  }
  .features-thumbs .col-lg-4 h3 {
    text-align: center;
  }
  .products .section .features-thumbs .text-block {
    padding: 0 30px;
  }
  .products .features-thumbs .col-lg-4 {
    min-height: 290px;
  }
  .installation-instructions .icon {
    left: 45%;
  }
  .installation-instructions .icon.unzip {
    top: -86px;
  }
  .installation-instructions .steps ~ .steps {
    margin-top: 120px;
  }
  .navbar-collapse.collapsing,
  .navbar-collapse.in,
  .navbar-collapse.navbar-ex1-collapse.collapse.in {
    background-color: #66a800 !important;
    margin-bottom: -11px !important;
    margin-top: 11px!important;
    padding-bottom: 25px!important;
    padding-top: 8px!important;
  }
  .navbar-collapse.collapsing ul:not(.lang) .active a,
  .navbar-collapse.in ul:not(.lang) .active a,
  .navbar-collapse.navbar-ex1-collapse.collapse.in ul:not(.lang) .active a,
  .navbar-collapse.collapsing ul:not(.lang) .active a:hover,
  .navbar-collapse.in ul:not(.lang) .active a:hover,
  .navbar-collapse.navbar-ex1-collapse.collapse.in ul:not(.lang) .active a:hover {
    border-bottom: 3px solid white !important;
  }
  .white-bg-navigation .navbar-transparent .navbar-nav li a {
    border: none;
    color: white;
  }
  .white-bg-navigation .navbar-nav.nav.lang li.active a {
    border-color: white;
  }
  .form-pages h3 {
    font-size: 1.8em;
  }
  .form-pages .forms-holder .form-body {
    font-size: 150%;
  }
  .form-pages .forms-holder .form-footer p {
    font-size: 73%;
  }
  /*.form-pages .forms-holder a{
    max-height: 34px;
  }*/
  .form-pages .forms-holder .circle {
    line-height: 22px;
  }
  .form-pages .social-holder p {
    font-size: 160%;
  }
  .container > .navbar-collapse {
    float: none;
  }
  .navbar-nav.nav.lang {
    position: absolute;
    bottom: 20px;
    right: 9px;
    background: #66a800;
    padding-left: 18px;
    z-index: 1;
  }
  .navbar-nav.nav.lang.active a {
    border: 2px solid white;
  }
  .navbar-nav.nav.lang li {
    float: left;
  }
  .registered-windows-page .go-mobile .btn ~ .btn {
    margin-left: 0;
  }
  .home .slider-holder h1 {
    font-size: 2.6em;
  }
  .products .icon.logo ~ h1 {
    margin-left: 0;
  }
  .products #windows .slider-content .icon.logo {
    left: 50%;
    margin-left: -25%;
  }
  .footer .varied-display {
    display: inline-block;
  }
  .footer .varied-display ~ .varied-display {
    margin-left: 19px;
    margin-top: 0;
  }
  .support .header-holder h1 {
    margin: 20px 10px -30px;
    padding-bottom: 0;
  }
  h2 {
    font-size: 2.6em;
  }
  .products-title {
    font-size: 3em;
  }
  .testimonial-holder dd,
  .testimonial-holder dt {
    font-size: 1.3em;
  }
  .testimonial-holder dt span {
    font-size: 1.15em;
  }
  .products .ipad-product-page .top-indent1,
  .products .iphone-product-page .top-indent1,
  .products .features-thumbs .top-indent,
  .products .android-phone-product-page .top-indent1,
  .products .android-tablet-product-page .top-indent1 {
    margin-top: 50px;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel .carousel-inner img {
    max-width: 60%;
  }
  .carousel .carousel-control .icon-prev,
  .carousel .carousel-control .icon-next {
    margin-top: -90%;
  }
  .inner-page-carousel.carousel .carousel-control .icon-prev {
    margin-left: -30px;
  }
  .inner-page-carousel.carousel .carousel-control .icon-next {
    margin-right: -30px;
  }
  .section .subscribe-form-holder .btn-holder .btn-transparent {
    padding: 8px 2px;
  }
  .center-container .header-holder h2 {
    font-size: 5em;
  }
  .dropdown-menu-holder .dropdown-menu > .active > a,
  .dropdown-menu-holder .dropdown-menu > .active > a:hover,
  .dropdown-menu-holder .dropdown-menu > .active > a:focus {
    background-color: transparent;
    text-decoration: underline;
  }
  .dropdown-menu-holder .dropdown-menu > li > a:hover,
  .dropdown-menu-holder .dropdown-menu > li > a:focus {
    text-decoration: underline;
    background-color: transparent;
  }
  .dropdown-menu-holder .dropdown-menu:before {
    width: 0;
    height: 0;
  }
  .dropdown-menu-holder .dropdown-menu {
    background-color: #66a800;
    margin: 0 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
  }
  .dropdown-menu-holder .dropdown-menu li {
    border: none;
  }
  .dropdown-menu-holder .dropdown-menu li a {
    text-transform: uppercase;
    color: #fff;
  }
  .dropdown-menu-holder .btn-transparent {
    width: 100%;
    color: #fff;
  }
  .dropdown-menu-holder .btn-transparent:hover {
    color: #000;
  }
  .products .fixed-nav-tabs {
    position: absolute;
    background-color: transparent;
  }
  .dropdown-menu li a {
    padding: 7px 0.92307692em 8px;
  }
  .fixed ul.dropdown-menu li a {
    color: #000 !important;
  }
  .full-width-tabs li a.table-switcher {
    font-size: 1.8em;
    line-height: 89px;
  }
  .full-width-tabs .upgrade-table-header.icon {
    top: 9px;
  }
  .products .icon.logo {
    float: none;
    top: 30px;
  }
  .products .devices-nav .slider-holder {
    height: auto;
  }
  .products .devices-nav .slider-holder .slider-content {
    position: relative;
    padding-top: 130px;
    top: 0;
  }
  .products .section .header-holder h1 {
    text-align: center;
    margin: 30px 0 0 0;
    font-size: 3.4em;
  }
  .products.archive .data-holder p {
    text-align: center;
    padding: 0 5%;
  }
  .products .data-holder .col2-1,
  .products .data-holder .col2-2 {
    font-size: 1.2em;
  }
  .products .data-holder .col2-1 {
    width: 50%;
    text-align: center;
  }
  .products .data-holder .col2-2 {
    margin-left: 50%;
    text-align: center;
  }
  .products .data-holder .btn {
    display: inline-block;
  }
  .products .data-holder .btn ~ .btn {
    margin: 0 0 0 20px;
  }
  .products .slider-content .header-holder {
    text-align: center;
  }
  .products .data-holder .btn-transparent,
  .products .data-holder .btn-buy {
    width: 133px;
    height: 41px;
    padding: 9px 15px;
    font-size: 1.3em;
  }
  .products .btn-google-play {
    background: url('/i/home/image-sprite.png') -311px -41px no-repeat;
    width: 127px;
    height: 40px;
    text-indent: -9999px;
  }
  .products .android-phone-product-page .data-holder {
    text-align: center;
  }
  .products .android-phone-product-page .data-holder .btn,
  .products .iphone-product-page .data-holder .btn,
  .products .ipad-product-page .data-holder .btn,
  .products .android-tablet-product-page .data-holder .btn {
    display: inline-block;
    font-size: 1.1em;
    width: 171px;
    height: 54px;
    line-height: 52px;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .products .android-phone-product-page .data-holder .btn:not(.btn-google-play-big) {
    margin-top: 2px;
  }
  .products h2 {
    font-size: 2.4em;
  }
  .products h3 {
    font-size: 2em;
  }
  .products #windows .slider-content .icon.logo {
    margin-left: -44.5px;
    display: block;
  }
  .products #windows .slider-content .icon.logo ~ h2 {
    font-size: 2.4em;
    display: inline-block;
  }
  #windows .slider-content .header-holder {
    text-align: center;
  }
  .products #windows .slider-content .data-holder .col2-1 {
    width: 50%;
    text-align: center;
  }
  .products #windows .slider-content .data-holder .col2-2 {
    margin-left: 50%;
    text-align: center;
  }
  .products .data-holder .btn-holder {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  .products #windows .slider-content .btn {
    font-size: 1em;
    height: 42px;
    padding: 10px;
  }
  .products #windows .slider-content .data-holder .btn {
    width: 92px;
  }
  .products .cloud-product-page .data-holder .btn-transparent {
    width: auto;
    display: block;
    padding: 11px 15px;
  }
  .products .cloud-product-page .data-holder .btn-transparent ~ .btn-transparent {
    margin: 10px 0 0 0;
  }
  .products .cloud-product-page .left-img p {
    font-size: 1.6em;
  }
  .products .cloud-product-page .slider-holder .slider-content .header-holder {
    margin-left: 0;
  }
  .products .cloud-product-page .data-holder {
    margin-left: 0;
  }
  .products.archive .data-holder .btn-holder {
    margin: 25px auto 0;
    width: 70%;
  }
  .products.archive .data-holder .btn ~ .btn {
    margin: 10px 0px 0px 0px;
  }
  .products.archive .data-holder .btn-transparent {
    width: 100%;
    padding: 9px 0px;
    font-size: 1.1em;
  }
  .products .cloud-product-page .instruction-holder .bottom-indent {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 700px) {
  .single-price-holder {
    width: 65%;
  }
  .panel-holder .panel strong {
    font-size: 2em;
  }
}
@media screen and (max-width: 750px) {
  .large-screen {
    display: none;
  }
  .small-screen {
    display: block;
  }
  .section.news-insert {
    background: url('/i/home/news-insert-smallscr.jpg') 0 0 no-repeat;
    background-size: cover;
  }
  .section.news-insert .preview {
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .section.news-insert .preview p {
    text-align: center;
  }
  .section.news-insert .btn-holder {
    margin-top: 25px;
    text-align: center;
    float: none;
    width: 100%;
  }
  .section.news-insert .btn-holder .btn-transparent {
    text-align: center;
  }
  .products .nav-tabs li ~ li {
    margin-left: 2%;
  }
  .platforms-tabs .nav.nav-tabs li.item {
    width: 100%;
    float: none;
  }
  .platforms-tabs .nav.nav-tabs li.item ~ li {
    margin: 7px 0 0 0;
  }
  .platforms-tabs .nav.nav-tabs .pocket-span {
    left: -17px;
  }
  .platforms-tabs .nav.nav-tabs .blackberry-span {
    left: 17px;
  }
  .platforms-tabs .nav.nav-tabs li.discuss-holder .btn-success {
    margin-top: 10px;
  }
  .platforms-tabs .nav.nav-tabs li.wide-item {
    width: 100%;
  }
  .platforms-tabs .nav.nav-tabs li.pb-holder {
    width: 100%;
    float: none;
    background: none;
    padding: 0;
    margin-left: 0;
  }
  .platforms-tabs .nav.nav-tabs li.pb-holder .pull-left {
    float: none!important;
    display: inline-block;
  }
}
@media only screen and (max-width: 700px) {
  .section .container .location-based-holder .location-item.goal1 {
    left: 123px;
  }
  .section .container .location-based-holder .location-item.goal2 {
    left: 325px;
  }
  .section .container .location-based-holder .location-item.goal3 {
    left: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .unseen640 {
    display: none;
  }
  .carousel-caption .btn-transparent {
    width: 100px;
    height: 42px;
    padding: 10px 6px;
    font-size: 1.1em;
  }
  .carousel-caption .btn-transparent ~ .btn-transparent {
    margin: 0 0 0 5px;
  }
  .platforms-tabs .nav.nav-tabs li.wide-item .button-holder {
    text-align: center;
  }
  .section .container .location-based-holder .location-item.goal1 {
    left: 75px;
  }
  .section .container .location-based-holder .location-item.goal2 {
    left: 292px;
  }
  .section .container .location-based-holder .location-item.goal3 {
    left: 57px;
  }
  .footer .col-lg-3,
  .footer .col-lg-6 {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer h4 {
    font-size: 2.5em;
  }
  .footer ul li a {
    font-size: 1.6em;
    line-height: 30px;
  }
  .footer ul .subtitle {
    font-size: 1.6em;
    line-height: 30px;
    font-family: "open sans bold";
  }
  .footer .visit-us {
    text-align: center;
  }
  .footer .visit-us a {
    display: inline-block;
    float: none;
  }
  .products .nav-tabs li a {
    font-size: 1.2em;
  }
  .nav-tabs > li {
    float: none;
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }
  .products .nav-tabs li ~ li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 590px) {
  .section .container .location-based-holder .location-item.goal3 {
    left: 33px;
  }
  .btn-full-width {
    width: 80%;
    margin-top: 10px;
  }
  .btn-full-width ~ .btn-full-width {
    margin-left: 0;
  }
  .support .manual-holder h2 {
    float: none;
  }
  .support .manual-holder .btn-default {
    float: none;
  }
  .support .manual-holder .btn-default .icon.manual {
    top: 2px;
  }
  .support .manual-holder {
    text-align: center;
    margin-bottom: 30px;
  }
  .support .questions-holder .filtering {
    padding-left: 10%;
  }
  .section.news-insert .preview p {
    font-size: 2em;
  }
}
@media only screen and (max-width: 520px) {
  .large-img {
    display: none;
  }
  .small-img {
    display: block;
  }
  .section .container .location-based-holder .location-item.goal1 {
    left: 86px;
  }
  .section .container .location-based-holder .location-item.goal2 {
    left: 186px;
    top: 206px;
  }
  .section .container .location-based-holder .location-item.goal3 {
    left: 10px;
  }
  .section .container .location-based-holder .location-item.target {
    bottom: 59px;
    right: 0px;
  }
  .section .container .table-sync-holder table tr th {
    font-size: 1.2em;
    padding: 20px 10px;
  }
  .section .container .table-sync-holder table tr td:first-child {
    font-size: 1.4em;
  }
  .section .container .table-sync-holder table tr td {
    font-size: 1.2em;
    padding: 20px 10px;
  }
  .section.news-insert .preview p {
    font-size: 1.5em;
    line-height: 24px;
  }
  .inner-page-carousel.carousel .img-windows {
    top: 30px;
    position: relative;
  }
  .table-holder table tr td:first-child {
    font-size: 1.3em;
  }
  .table-holder table tr td.left-align {
    padding-left: 2px;
  }
  .table-holder table tbody tr:nth-child(2) td.left-align {
    padding-left: 2px;
  }
  .table-holder table tr th.left-align {
    padding-left: 2px;
  }
}
@media screen and (max-width: 484px) {
  .home .section .subscribe-form-holder h2 {
    font-size: 1.8em;
  }
  .home .section .subscribe-form-holder p {
    font-size: 1em;
  }
  .server-response {
    padding: 10px;
  }
  .section .row.subscribe-form-holder {
    padding: 0 10px;
  }
  .section .panel.p.in-dev {
    max-height: 227px;
  }
  .section .panel .panel-body .btn-holder .q-link {
    width: 100%;
    float: none;
  }
  .section .panel .panel-body .btn-holder .btn-right-holder .btn ~ .btn {
    margin-left: 0;
  }
  .section .panel .panel-body .btn-holder .btn-right-holder {
    float: none;
    width: 100%;
    text-align: center;
  }
  .section .panel .panel-body .btn-holder .btn-transparent {
    width: 132px;
  }
  .section .panel .panel-body .btn-holder .btn-buy {
    width: 132px;
  }
  .section .panel .panel-body .btn-holder .get-it {
    width: auto;
  }
  .section .products-title {
    font-size: 4em;
  }
  .form-pages .forms-holder .circle {
    line-height: 22px;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .form-pages .forms-holder .form-body ul li {
    line-height: 35px;
    position: relative;
    padding: 0 0 0 40px;
  }
  .contact-us .form-footer {
    position: relative;
  }
  .contact-us .form-footer .circle {
    top: 35px;
    left: 32px;
  }
  .cyrillic.home .slider-holder .btn-transparent {
    padding: 13px 2px;
  }
  .home .slider-holder .btn-transparent {
    font-size: 1.05em;
    padding: 10px 2px;
    width: 91px;
  }
  .home .slider-holder .btn-transparent ~ .btn-transparent {
    margin-left: 5px;
  }
}
@media screen and (max-width: 480px) {
  .carousel-caption h1 {
    font-size: 2em;
  }
  .section .products-title {
    font-size: 2.4em;
  }
  .inner-page-carousel.carousel .carousel-inner {
    height: 500px;
  }
  .inner-page-carousel.carousel.full-width-2-column-carousel .carousel-inner {
    height: 730px;
  }
  .inner-page-carousel.carousel {
    padding-top: 0;
  }
  .outline-scheme-holder .to-do-pencil {
    top: -23px;
  }
  .outline-scheme-holder .outline-pencil {
    top: -23px;
  }
  .outline-scheme-holder .click-me {
    top: -55px;
  }
  .full-width-2-column-carousel .img-wifi-sync {
    top: 40px;
    position: relative;
  }
  .input-holder {
    width: 100%;
  }
  .section .subscribe-form-holder .btn-holder {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 417px) {
  .products .section .features-thumbs .text-block {
    padding: 0;
  }
  .testimonial-holder .date-and-more {
    margin: -3px 0 -1px 45px;
  }
  .inner-page-carousel.carousel .img-windows {
    top: 75px;
    position: relative;
  }
}
@media screen and (max-width: 400px) {
  .form-pages .forms-holder .form-footer a {
    font-size: 80%;
  }
  .full-width-2-column-carousel.inner-page-carousel.carousel .carousel-inner {
    height: 820px;
  }
  .full-width-2-column-carousel.inner-page-carousel.carousel .carousel-indicators {
    bottom: -20px;
  }
  .section .container .location-based-holder .img-responsive {
    margin-top: -28px;
  }
  .outline-scheme-holder .scheme {
    margin-bottom: 10px;
  }
  .footer .varied-display {
    display: block;
  }
  .footer .varied-display ~ .varied-display {
    margin-left: 0;
    margin-top: 19px;
  }
  .inner-page-carousel.carousel .img-windows {
    top: 80px;
    position: relative;
  }
}
@media screen and (max-width: 376px) {
  #myCarousel .carousel-indicators {
    bottom: 39px;
  }
  .twitter-follow-button {
    margin-right: 17px;
  }
  .social-buttons .btn-community {
    width: 35px !important;
    overflow: hidden;
  }
  .inner-page-carousel.carousel .img-windows {
    top: 105px;
    position: relative;
  }
  .cyrillic .btn-default {
    padding: 7px 12px;
  }
}
@media screen and (max-width: 495px) {
  .social-buttons {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .carousel-caption h1 {
    font-size: 1.6em;
  }
  .outline-scheme-holder .outline-pencil {
    background-position: 0 -179px;
    height: 37px;
    width: 95px;
    top: -6px;
    margin-left: -41px;
  }
  .outline-scheme-holder .outline-pencil.active {
    background-position: 0 -138px;
  }
  .outline-scheme-holder .to-do-pencil {
    background-position: 0 -112px;
    top: -6px;
    left: 69%;
    width: 75px;
    height: 37px;
  }
  .outline-scheme-holder .to-do-pencil.active {
    background-position: 0 -149px;
  }
  .outline-scheme-holder .click-me.animated {
    left: 56%;
  }
  .section .container .table-sync-holder table tr th.left-align {
    padding-left: 7px;
  }
  .cyrillic .section .container .table-sync-holder table tr td {
    padding: 20px 7px;
  }
  .cyrillic .section .container .table-sync-holder table tr th {
    padding: 20px 7px;
  }
  .contact-us h2,
  .form-pages h2 {
    margin-top: 40px;
  }
  .form-pages .forms-holder .form-footer a {
    font-size: 65%;
  }
  .support .section,
  .section-colored {
    padding: 50px 0;
  }
  .outline-scheme-holder .click-me {
    left: 59%;
  }
  .outline-scheme-holder .white-shade {
    width: 140px;
  }
  .outline-scheme-holder .to-do-button {
    left: 53%;
  }
  .section .container .table-sync-holder table tr th {
    font-size: 0.8em;
  }
  .home h2 {
    font-size: 2.4em;
  }
  .home .section .subscribe-form-holder h2 {
    font-size: 1.8em;
  }
  .home .section p {
    font-size: 1.6em;
  }
  .home .section .subscribe-form-holder p {
    font-size: 0.9em;
  }
  .server-response {
    padding: 10px;
  }
  .section .row.subscribe-form-holder {
    padding: 0 10px;
  }
  .section .panel.p .panel-body .btn-holder .btn-buy {
    width: 128px;
    margin-bottom: 10px;
  }
  .form-horizontal .subscribe-text {
    font-size: 1.3em !important;
  }
  .section .container .table-sync-holder table tr td:first-child {
    font-size: 1.1em;
  }
  .section .container .table-sync-holder table tr td {
    font-size: 0.8em;
  }
  .inner-page-carousel.carousel .carousel-inner {
    height: 311px;
  }
  .section .container .location-based-holder .location-item {
    height: 70px;
    width: 70px;
  }
  .section .container .location-based-holder .location-item.goal2 {
    left: 187px;
    top: 227px;
  }
  .section .container .location-based-holder .location-item.goal1 .icon {
    left: 12px;
    top: 23px;
  }
  .section .container .location-based-holder .location-item.goal2 .icon {
    left: 16px;
    top: 19px;
  }
  .section .container .location-based-holder .location-item.goal3 .icon {
    left: 17px;
    top: 15px;
  }
  .section .container .location-based-holder .location-item.target.draggable {
    height: 90px;
    width: 90px;
  }
  .section .container .location-based-holder .location-item.target.draggable .icon {
    left: 22px;
    top: 3px;
  }
  .section .container .location-based-holder .location-item.target {
    bottom: 0;
    right: 28px;
  }
  .carousel-caption .btn-transparent {
    width: 87%;
  }
  .carousel-caption .btn-transparent ~ .btn-transparent {
    margin: 10px 0 0 0;
  }
  .carousel.main-carousel .carousel-inner {
    height: 700px;
  }
  #myCarousel .carousel-indicators {
    bottom: 80px;
  }
  .cyrillic .social-buttons .btn-community {
    width: 109px!important;
  }
  .support .tab-content ul,
  .support p,
  .support ol li {
    font-size: 1.6em;
  }
  .support h3 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .support ol li p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .inner-page-carousel.carousel .img-windows {
    top: 0px;
    position: relative;
  }
  .full-width-2-column-carousel.inner-page-carousel.carousel .carousel-inner {
    height: 760px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .outline-scheme-holder {
    margin-top: 50px;
  }
  .outline-scheme-holder .vert-separator {
    left: 46.5%;
  }
  .outline-scheme-holder .img-responsive {
    margin: 0 auto;
  }
  .outline-scheme-holder .white-shade.shade2 {
    width: 51%;
  }
  .outline-scheme-holder .to-do-pencil {
    margin-top: -30px;
    left: 70%;
  }
  .outline-scheme-holder .outline-pencil {
    margin-top: -30px;
    left: 27%;
  }
  .outline-scheme-holder .click-me {
    left: 76%;
    top: -50px;
  }
  .testimonial-holder dt {
    padding-left: 30px;
    font-size: 1.6em;
  }
  .testimonial-holder dd span {
    font-size: 1.6em;
  }
  .navbar-nav:not(.lang) li a {
    border-bottom: none!important;
  }
  .fixed ul li a:hover,
  .artworkless ul li a:hover {
    border-bottom: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section .envelope1 {
    left: 65px;
    top: -20px;
  }
  .section .envelope1.animated {
    left: 35px;
    top: 12px;
  }
  .section .envelope2 {
    left: 46px;
    top: -60px;
  }
  .section .envelope2.animated {
    left: 82px;
    top: -19px;
  }
  .section .envelope3 {
    left: 196px;
    top: -41px;
  }
  .section .envelope3.animated {
    left: 144px;
    top: -11px;
  }
  .outline-scheme-holder .vert-separator {
    left: 45%;
  }
  .outline-scheme-holder .to-do-pencil {
    left: 69%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .footer .varied-display {
    display: block;
  }
  .footer .varied-display ~ .varied-display {
    margin-left: 0;
    margin-top: 19px;
  }
  .section.news-insert .mlo3-icon {
    margin: 0;
  }
  .section.news-insert .preview {
    margin-left: 0;
    float: none;
  }
  .section.news-insert .preview p {
    margin: 20px 0;
    text-align: center ;
  }
  .section.news-insert .btn-holder {
    float: none;
    width: auto;
  }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
  .section .container .location-based-holder .drag-me-note.animated {
    right: -60px;
    bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 989px) {
  .section .container .location-based-holder .drag-me-note.animated {
    right: -60px;
    bottom: 100px;
  }
  .section .container .location-based-holder .drag-me-note.animated img {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section .container .location-based-holder .drag-me-note.animated {
    right: 32px;
    bottom: 74px;
    transform: rotate(20deg);
  }
}
@media screen and (max-width: 992px) {
  .experts .button-experts-responsive {
    display: inline-block;
  }
  .need-help-button a {
    width: 100%;
    max-width: 400px;
  }
  .need-help-button a i.mlo-expert {
    left: 28%;
  }
  .need-help-button a i.manual {
    left: 28%;
  }
  .mb10 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .experts .title-experts h2 {
    float: none;
  }
  .experts .button-experts-responsive {
    float: none;
    display: block;
    margin: 0 0 20px;
    max-width: 260px;
  }
  .need-help-button a i.mlo-expert {
    left: 33%;
  }
  .need-help-button a i.manual {
    left: 33%;
  }
}
@media screen and (max-width: 480px) {
  .need-help-button a i.mlo-expert {
    left: 28%;
  }
  .need-help-button a i.manual {
    left: 28%;
  }
  .img-expert {
    width: 100%;
    padding-bottom: 10px;
  }
  .main-contact {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 380px) {
  .need-help-button a i.mlo-expert {
    left: 20%;
  }
  .need-help-button a i.manual {
    left: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .platform-video-filter.platforms-tabs .nav.nav-tabs li a span {
    font-size: 0.8em !important;
  }
}
@media screen and (max-width: 750px) {
  .categories-video h2 {
    text-align: center;
  }
  .categories-video ul {
    text-align: center;
  }
  .platform-video-filter.platforms-tabs .nav.nav-tabs li a span {
    font-size: inherit !important;
  }
  .platform-video-filter.platforms-tabs .nav.nav-tabs li.item {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .platform-video-filter.platforms-tabs .nav.nav-tabs li a span {
    font-size: 0.8em !important;
  }
}
@media screen and (max-width: 750px) {
  .categories-video h2 {
    text-align: center;
  }
  .categories-video ul {
    text-align: center;
  }
  .platform-video-filter.platforms-tabs .nav.nav-tabs li a span {
    font-size: inherit !important;
  }
  .platform-video-filter.platforms-tabs .nav.nav-tabs li.item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .alert-message-holder .message-wrapper {
    width: auto;
  }
  .alert-message-holder .message-wrapper .message {
    text-align: center;
  }
  .alert-message-holder .ua-flag {
    float: none;
    display: inline-block;
    margin-bottom: 7px;
  }
}
