/*** === VARIABLE ======================================================================================================
==================================================================================================================  ***/
/*** === END VARIABLE ==================================================================================================
==================================================================================================================  ***/
/*** === 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;
}
.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;
}
.hide {
  display: none !important;
}
.warning {
  color: #d34836;
}
.img-bordered {
  border: 1px solid #ccc;
}
.image-holder {
  margin-bottom: 47px;
}
.cyrillic *,
.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 .btn-buy {
  padding: 12px 27px;
}
.cyrillic.home .slider-holder .btn-transparent {
  padding: 11px 15px;
}
.cyrillic .section.news-insert {
  padding: 35px 0px;
}
.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;
}
.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;
}
a.btn,
a.btn:hover {
  text-decoration: none;
}
a {
  color: #3b88d1;
  text-decoration: underline;
}
a:hover {
  color: #4299eb;
}
a:active {
  color: #3378b8;
}
a:active:focus {
  outline: none;
  outline-offset: 0;
}
ul,
ol {
  list-style: none;
}
ul.styled-list {
  list-style: circle;
}
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 .1s;
  -moz-transition: left .1s;
  -ms-transition: left .1s;
  -o-transition: left .1s;
  transition: left .1s;
  display: block;
}
.inner-page-carousel.carousel .carousel-inner .item.active {
  left: 0;
}
.inner-page-carousel.carousel#cloudWifiCarousel .carousel-inner {
  height: 470px;
}
.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-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;
}
#cloudWifiCarousel {
  margin-bottom: 30px;
}
#cloudWifiCarousel .carousel-indicators {
  bottom: 10px;
  width: 28%;
  margin-left: -14%;
  z-index: 0;
  z-index: 1;
}
#cloudWifiCarousel .carousel-indicators li ~ li {
  margin-left: 20%;
}
#cloudWifiCarousel .carousel-control {
  bottom: 48px;
}
#cloudWifiCarousel .icon-left {
  left: 34%;
  z-index: 1;
}
#cloudWifiCarousel .icon-right {
  left: 62%;
  z-index: 1;
}
.carousel {
  height: auto;
  margin-top: -50px;
  padding-top: 50px;
}
.carousel .carousel-inner .slide1 .fill {
  background: url("/i/home/slide1-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}
.carousel .carousel-inner .slide2 .fill {
  background: url("/i/home/slide2-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}
.carousel .carousel-inner .slide3 .fill {
  background: url("/i/home/slide3-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}
.carousel .carousel-inner .slide4 .fill {
  background: url("/i/home/slide4-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}
.carousel .carousel-inner .slide5 .fill {
  background: url("/i/home/slide5-bg.jpg") 0 0 no-repeat;
  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: #66a800!important;
}
.navbar-collapse.collapsing .active a,
.navbar-collapse.in .active a,
.navbar-collapse.navbar-ex1-collapse.collapse.in .active a,
.navbar-collapse.collapsing .active a:hover,
.navbar-collapse.in .active a:hover,
.navbar-collapse.navbar-ex1-collapse.collapse.in .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;
}
.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;
}
.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;
  padding-bottom: 0 !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,
.artworkless .navbar-brand {
  margin: 0 0 0 10px !important;
}
.fixed .navbar-brand img,
.artworkless .navbar-brand img {
  top: 0 !important;
}
.fixed.fixed-nav-tabs,
.artworkless.fixed-nav-tabs {
  top: 50px !important;
}
.fixed .navbar-nav.nav.lang li,
.artworkless .navbar-nav.nav.lang li {
  margin-top: -7px !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;
  padding-top: 13px !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 #aaaaaa;
  -moz-box-shadow: 0 0 5px #aaaaaa;
  -webkit-box-shadow: 0 0 5px #aaaaaa;
  border-bottom: 1px solid #619611 !important;
}
.artworkless ~ .container {
  padding-top: 60px;
}
.navbar-nav.nav.lang {
  margin: 13px -60px 0 80px;
}
.navbar-nav.nav.lang li {
  margin-left: 5px;
}
.navbar-nav.nav.lang li.active a {
  border: 2px solid #fff;
  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;
}
.white-bg-navigation .navbar-nav.nav.lang li.active a {
  border: 2px solid black;
}
.white-bg-navigation .navbar-nav.nav.lang li.active a:hover {
  border: 2px solid #000;
}
.white-bg-navigation .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 #aaaaaa;
  -moz-box-shadow: 0 0 5px #aaaaaa;
  -webkit-box-shadow: 0 0 5px #aaaaaa;
  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.news-insert {
  background: url('/i/home/news-insert.jpg?05122014') 0 0 no-repeat;
  background-size: cover;
  padding: 15px 0;
}
.section.news-insert .mlo2-icon {
  position: relative;
  width: 100%;
  float: none !important;
  display: inline-block;
  left: 0;
  max-width: 150px;
  bottom: -5px;
  margin: -40px;
}
.section.news-insert .preview {
  float: left;
  margin-left: 15%;
  position: relative;
}
.section.news-insert .preview p {
  font-size: 2em;
  margin: 0;
  text-align: left;
  line-height: 24px;
  color: #fff;
}
.section.news-insert .preview span {
  font-family: 'open sans bold';
}
.section.news-insert .btn-holder {
  float: left;
  width: 18%;
  margin-top: 8px;
}
.section.news-insert .btn-holder.btn-transparent {
  width: 100%;
}
.section .col-lg-4 {
  padding: 0 1.574847870182555%;
}
.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;
}
.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 #dddddd;
  -moz-box-shadow: 0px 0px 5px #dddddd;
  -webkit-box-shadow: 0px 0px 5px #dddddd;
  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;
}
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;
}
.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 .version-comparison .div-table .div-table-body .hint {
  right: 19%;
  left: auto;
  width: 310%;
  top: 34px;
}
.cyrillic .version-comparison .div-table .div-table-body .hint:before {
  right: 25px;
  left: auto;
}
.version-comparison {
  border-top: 1px solid #ebebeb;
}
.version-comparison .div-table {
  display: table;
  width: 100%;
  background-color: #fff;
  padding: 0;
  border: 1px solid #e0e0e0;
}
.version-comparison .div-table p {
  font-size: 2em;
  margin: 0;
}
.version-comparison .div-table .div-table-heading {
  font-weight: normal;
  font-family: "open sans bold", "helvetica neue", helvetica, arial, sans-serif;
  border-bottom: 1px solid #f5f5f5;
  /* p {
        display: inline-block;
      }*/
}
.version-comparison .div-table .div-table-heading .col-lg-5 {
  padding: 29px 0 0;
  text-align: left;
}
.version-comparison .div-table .div-table-heading .fill-cell {
  padding-bottom: 25px;
}
.version-comparison .div-table .div-table-heading .col-lg-7 {
  text-align: center;
}
.version-comparison .div-table .div-table-heading .col-lg-7 .div-table-cell:first-child {
  border-left: 1px solid #e0e0e0;
}
.version-comparison .div-table .div-table-heading .col-lg-7 .div-table-cell.col-lg-4 {
  padding: 27px 0 21px;
}
.version-comparison .div-table .div-table-heading .col-lg-7 .div-table-cell.col-lg-2 {
  padding: 1px 0 10px;
}
.version-comparison .div-table .div-table-heading .lower-heading p {
  font-size: 1.4em;
}
.version-comparison .div-table .div-table-body .div-table-cell p {
  font-size: 1em;
  /* overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;*/
  color: #2259a1;
  font-family: "open sans semibold", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.version-comparison .div-table .div-table-body .col-lg-5 p {
  text-align: left;
}
.version-comparison .div-table .div-table-body .col-lg-7 .div-table-cell:first-child {
  border-left: 1px solid #e0e0e0;
}
.version-comparison .div-table .div-table-body .div-table-cell {
  padding: 4px 0 3px;
  min-height: 39px;
}
.version-comparison .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;
}
.version-comparison .div-table .div-table-body .open .hint-holder p {
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
}
.version-comparison .div-table .div-table-body .dropdown-menu,
.version-comparison .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: 33.33333333333333%;
  margin: 2px 0 0 0;
}
.version-comparison .div-table .div-table-body .dropdown-menu:before,
.version-comparison .div-table .div-table-body .hint:before {
  content: "";
  width: 20px;
  height: 11px;
  position: absolute;
  top: -11px;
  right: 25px;
  background: url('/i/home/image-sprite.png') -198px -61px no-repeat;
}
.version-comparison .div-table .div-table-body .hint-holder {
  position: relative;
  margin-left: 9px;
}
.version-comparison .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;
}
.version-comparison .div-table .div-table-body .hint p {
  font-size: 13px;
  color: #000;
  text-align: left;
  text-decoration: none;
  line-height: 18.5px;
}
.version-comparison .div-table .div-table-body .hint-holder:hover .hint {
  display: block;
}
.version-comparison .div-table .separator-detailed-ver {
  display: none;
}
.version-comparison .div-table .separator-detailed-ver.compact {
  display: block;
}
.version-comparison .div-table .div-table-row {
  border-bottom: 1px solid #f5f5f5;
  display: none;
}
.version-comparison .div-table .div-table-row .double-cell p {
  line-height: 16px;
  border-bottom: 1px solid transparent;
  display: inline;
}
.version-comparison .div-table .div-table-row .double-cell .div-table-cell {
  line-height: 16px;
}
.version-comparison .div-table .div-table-row.compact {
  display: block;
}
.version-comparison .div-table .div-table-row:last-child {
  border-bottom: none;
}
.version-comparison .div-table .div-table-row.open {
  background-color: #f0f6e6;
}
.version-comparison .div-table .div-table-row:hover {
  background-color: #f0f6e6;
}
.version-comparison .div-table .div-table-row:hover .hint-holder p {
  text-decoration: none;
}
.version-comparison .div-table .div-table-row:hover .icon.check-yes-green {
  background-position: -114px -151px;
}
.version-comparison .div-table .div-table-row:hover .icon.lock {
  background-position: -104px -150px;
}
.version-comparison .div-table .div-table-row:hover .col-lg-5 p {
  border-bottom: 1px dashed #2259a1;
  display: inline;
}
.version-comparison .div-table .col-lg-2 {
  text-align: center;
}
.version-comparison .div-table .col-lg-2:nth-child(odd) {
  border-right: 1px solid #f5f5f5;
}
.version-comparison .div-table .col-lg-2:nth-child(even),
.version-comparison .div-table .col-lg-4 {
  border-right: 1px solid #e0e0e0;
}
.version-comparison .div-table .col-lg-2:nth-child(even):last-child,
.version-comparison .div-table .col-lg-4:last-child {
  border-right: none;
}
.version-comparison .div-table .col-lg-8,
.version-comparison .div-table .col-lg-4 {
  padding: 0;
}
.version-comparison .div-table .separator {
  height: 19px;
  background: #fafafa;
  width: 100%;
}
.version-comparison .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;
}
.version-comparison .div-table .icon.windows-icon {
  top: 1px;
  background-position: -183px -137px;
  width: 26px;
  height: 27px;
}
.version-comparison .div-table .icon.app-icon {
  width: 24px;
  height: 29px;
  background-position: -132px -136px;
  position: relative;
  display: inline-block;
  top: 3px;
}
.version-comparison .div-table .icon.android-icon {
  width: 25px;
  height: 29px;
  background-position: -157px -138px;
  position: relative;
  top: 3px;
}
.version-comparison .div-table .icon.check-yes-green {
  width: 18px;
  height: 13px;
  background-position: -114px -137px;
}
.version-comparison .div-table .icon.star {
  background-position: -104px -163px;
  width: 9px;
  height: 7px;
  top: -3px;
  right: -8px;
}
/***--- 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 #aaaaaa;
  -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 .devises-nav .slider-holder {
  position: relative;
  height: 560px;
  width: 100%;
}
.products .devises-nav .slider-holder.row {
  margin: 0;
}
.products .devises-nav .slider-holder .slider-content {
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -50%;
  width: 100%;
}
.products .devises-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 14px;
}
.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 #dddddd;
  -moz-box-shadow: 0px -1px 2px #dddddd;
  -webkit-box-shadow: 0px -1px 2px #dddddd;
  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: .5128205128205128em;
}
.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;
}
.section-colored .testimonial-holder .testimonials blockquote {
  background: #fff;
}
.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: .8235294117647059em;
  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 li {
  font-size: 1.6em;
  margin-bottom: 8px;
}
.announcements-page .section li ~ li {
  margin-top: 20px;
}
.announcements-page .section li ul {
  padding-left: 10px;
}
.announcements-page .section li ul li,
.announcements-page .section li a,
.announcements-page .section li span {
  font-size: 1em;
}
.announcements-page .section li ul li ~ li,
.announcements-page .section li a ~ li,
.announcements-page .section li span ~ li {
  margin-top: 0;
}
.announcements-page .section 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 h1 {
  margin-bottom: 36px;
}
.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;
}
.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 0;
  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: 22px;
}
/*** == END CONTACT US =================================================================================================
=================================================================================================================== ***/
/*** ==  SUPPORT ==================================================================================================
=================================================================================================================== ***/
h2 span.coming-soon-label-style {
  font-family: "open sans italic";
  color: #808080;
}
.cyrillic span.coming-soon-label-style {
  font-style: italic !important;
}
.full-width.platforms-tabs .nav.nav-tabs li ~ li {
  margin-left: 19.66666666666667%;
}
.support .tab-content a {
  font: normal 1em/1.15em "open sans", "helvetica neue", helvetica, arial, sans-serif;
  color: #2a6fc9;
  border-bottom: 1px solid #2a6fc9;
  text-decoration: none;
  display: inline;
  /*height: 28px;*/
}
.support .tab-content ul {
  list-style: circle outside;
  font-size: 2em;
  color: #2a6fc9;
  padding-left: 23px;
}
.support .tab-content ul li ~ li {
  margin-top: 16px;
}
.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, url('/i/home/nav-border.png') right 0 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;
}
.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 {
  border-bottom: 1px solid #2a6fc9;
  text-decoration: none;
  height: 28px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.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 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;
}
.watch-more .btn.btn-default {
  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 {
  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 ------------------------------------------------------------------***/
/*** ==  END SUPPORT ===================================================================================================
=================================================================================================================== ***/
/*** == 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 .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 #000000;
  -webkit-text-shadow: 0 1px 2px #000000;
  -moz-text-shadow: 0 1px 2px #000000;
  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 {
  font-size: .9285714285714286em;
  padding: 14px 0.9230769230769231em 15px;
  text-decoration: none;
}
.dropdown-menu li a.double-row {
  padding: 9px 0.9230769230769231em 8px;
}
.dropdown-menu li a.double-row .price {
  line-height: 3px;
}
.dropdown-menu li .upgrade {
  display: block;
  font-size: .7692307692307692em;
  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.538461538461538em;
}
.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;
}
.section-colored .table {
  background-color: #fff;
}
.section-colored .table tr th {
  background-color: #f4f4f4;
}
.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;
  /* width: 80%;
  margin: 0 auto!important;*/
}
.varied-display {
  display: inline-block;
  vertical-align: top;
}
.cyrillic .social-buttons {
  margin-left: -264px;
}
.social-buttons {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 1000;
  /*margin-left: -100px;*/
}
.social-buttons #twitter-widget-0 {
  /*display: inline-block;
    vertical-align: bottom;*/
}
.social-buttons .fb_iframe_widget {
  margin-left: 20px;
  /* display: inline-block;
    width: 82px;*/
}
.social-buttons .vk-like {
  /*display: inline-block;
    vertical-align: bottom;*/
  margin-left: 20px;
  width: 80px !important;
}
.social-buttons .vk-subscribe {
  width: 194px !important;
  margin-left: 20px;
}
.social-buttons .btn-community {
  margin-left: 20px;
}
.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.428571429em;
  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: .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 {
  background-position: -258px -203px;
  width: 91px;
  height: 91px;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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%;
}
