@import url("/WebStore/libs/css/reset.css");
@import url("/WebStore/designs/_shared/css/social-icons/style.css");

/* Common */

body {
    font-family:  Segoe UI, Roboto, sans-serif;
    color: #66717f;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
}

body.is-rtl  {
    direction: rtl;
    unicode-bidi: embed;
}

.fc:after {
    content: "";
    display: table;
    clear: both;
}

code {
    font-family: Consolas, "Lucida Console", Monaco, monospace;
    color: #66717F;
    background-color: #F6F7F9;
    padding: 2px;
}

code.block {
    padding: 7px;
    display: block;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin: 23px 0px;
}

b,
strong {
    font-weight: 600;
}

a {
    color: #3075f6;
    text-decoration: none;
}
a:hover {
    color: #3075f6;
    text-decoration: underline;
}

.is-rtl .rtl-reverse {
    transform: scaleX(-1);
}

.is-rtl div:not(.rtl-reverse) > .uk-animation-slide-left-medium {
    animation-name: uk-fade-left-medium;
}

.is-rtl div:not(.rtl-reverse) > .uk-animation-slide-right-medium {
    animation-name: uk-fade-right-medium;
}

/* Buttons */

.button {
    font-family: "Greycliff", Assistant, Arial, Helvetica, sans-serif;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
}

.button:hover {
    text-decoration: none;
}

a.button,
input.button {
    line-height: 1;
    font-size: 16px;
    border-radius: 23px;
    background-color: transparent;
    color: #3176f7;
    padding: 12px 20px;
    min-width: 110px;
    font-weight: 600;
    border: 2px solid #3176f7;
}

a.button.big,
input.button.big {
    font-size: 18px;
    padding: 21px 22px;
    min-width: 230px;
    letter-spacing: -0.2px;
    margin: 0px 0px 20px 0px;
    border-radius: 31px;
    font-weight: 600;
}

/*a.button.big+a.button.big,
input.button.big+input.button.big {
    margin: 0px 0px 20px 20px;
}*/

.button.green {
    color: #4CB963;
    border-color: #4CB963;
}

.button.green:hover {
    background-color: #4CB963;
}

.button.red {
    color: #d7263d;
    border-color: #d7263d;
}

.button.red:hover {
    background-color: #d7263d;
}

.button.yellow {
    color: #ffb41d;
    border-color: #ffb41d;
}

.button.yellow:hover {
    background-color: #ffb41d;
}

.button.dark-grey {
    color: #66717F;
    border-color: #66717F;
}

.button.dark-grey:hover {
    background-color: #66717F;
}

.button.grey {
    color: #9facbd;
    border-color: #9facbd;
}

.button.grey:hover, .button.grey.selected {
    background-color: #9facbd;
    color: #FFFFFF;
}

input.button:hover,
a.button:hover {
    color: #FFFFFF;
    background-color: #3176f7;
}

.button.top {
    font-weight: 300;
    border-radius: 19px;
    background-color: #EEF2F6;
    vertical-align: middle;
    color: #04151F;
    font-size: 15px;
    padding: 11px 10px;
    min-width: 110px;
    margin: 0 10px;
    border-color: transparent;
}

.button.top.signup {
    background-color: #3075F6;
    color: #FFFFFF;
    margin: 0px;
}

.frontpage .button.top.signup {
    background-color: transparent;
    border: 1px solid #4cb963;
    color: #04151F;
}

.button.top:hover,
.frontpage .button.top.signup:hover {
    color: #FFFFFF;
    background-color: #9facbd;
    border-color: transparent;
}

.button.full {
    color: #FFFFFF;
    background-color: #3075F6;
    border: none;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.12);
    /*box-shadow: 0 3px 11px 0 rgba(48, 117, 246, 0.4);*/
}

.button.full.green {
    background-color: #4CB963;
    /*box-shadow: 0 3px 11px 0 rgba(123, 204, 142, 0.6);*/
}

.button.full.red {
    background-color: #D7263D;
    /*box-shadow: 0 3px 11px 0 rgba(215, 38, 61, 0.3);*/
}

.button.full:hover {
    transform: scale(1.05);
}

/* Text */

p.light {
    color: #9facbd;
}

p, pre {
    line-height: 1.5;
    margin: 23px 0px 23px 0px;
}

#content ul, #content ol {
    line-height: 1.7;
    margin: 0px 0px 23px 0px;
}

#content ol li {
    list-style-type: decimal;
    margin: 0 0 0 24px;
}
#content .is-rtl ol li {
    margin: 0 24px 0 0;
}

#content .legal ol li {
    list-style-type: lower-alpha;
}

#content ul li {
    background: url("details/bullet.svg") no-repeat 3px 11px;
    background-size: 6px;
    padding: 0 0 0 24px;
}
.is-rtl #content ul li {
    background-position: 100% 11px;
    padding: 0 24px 0 0;
}

#content ul.plain li {
    background: none;
    padding-left: 0px;
}

/* Header */

#topButtons {
    display: inline-block;
}

/* Box Model */

#wrapper {
    overflow-x: hidden;
}

#header {
    position: relative;
    background-color: #FFFFFF;
}

.frontpage #header {
    background-color: #F6F7F9;
}

.scrolled #headerMenu {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.12);
    -webkit-backface-visibility: hidden;   /* fix for Chrome scrolling bug */
    /*-webkit-transform: translateZ(0);*/  /* fix for Chrome scrolling bug */
}

#headerMenu.fixed {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 2;
}

#headerMenu.fixed .inner:after {
    display: none;
}

#headerMenu .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

#headerMenu .inner:after,
#footerMenu .inner:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 1px;
    background-color: #d2dce6;
}

.frontpage #headerMenu .inner:after,
.slicedpage #headerMenu .inner:after {
    display: none;
}

#footerMenu .inner:before {
    bottom: auto;
    top: 0;
}

#headerMain {
    font-size: 16px;
}

#headerMain .inner .decoration-bg {
    margin-top: 30px;
    margin-bottom: -10px;
    max-height: 290px;
    width: 100%;
}

#content {
    padding: 50px 0px;
}

.slicedpage #content {
    padding-top: 0px;
    padding-bottom: 0px;
}

#footerBottom {
    background-color: #F6F7F9;
    color: #45526c;
    font-size: 14px;
    padding-bottom: 32px;
}

#copyright {
    margin-top: 32px;
}

div.inner {
    margin: 0px auto;
    padding: 0px 40px;
    max-width: 1300px;
}

#headerMain .inner,
#headerPage .inner,
#footerMenu .inner,
#footerBottom .inner,
#content .inner {
    max-width: 1130px;
}

.cf, div.inner:after {
    content: "";
    display: table;
    clear: both;
}

#rightNav {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.is-rtl #rightNav {
    float: left;
}

/* Logo */

#logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    height: 45px;
}

.is-rtl #logo {
    margin: 0 0 0 20px;
}

/* Main Menu */

#headerMenu ul.menu
{
    display: inline-block;
    vertical-align: middle;
}

#headerMenu ul.menu li
{
    display: inline-block;
}

#headerMenu ul.menu li a
{
    display: block;
    font-size: 16px;
    color: #04151f;
    margin: 5px 2px;
    padding: 5px 1px;
    text-decoration: none;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    font-weight: normal;
}

#headerMenu ul.menu li a.selected {
    font-weight: 800;
}

#headerMenu ul.menu li a:hover {
    color: #66717f;
    transition: color 0.5s ease;
}

#footerMenu {
    color: #3f4954;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

#footerMenu .inner {
    padding-top: 73px;
    padding-bottom: 53px;
    position: relative;
}

#footerMenu .uk-grid > div {
    margin-bottom: 50px;
}

#footerMenu ul.menu
{
    margin-top: 10px;
}

#footerMenu ul.menu li a
{
    display: inline-block;
    padding: 10px 0px;
    text-decoration: none;
    text-transform: none;
    transition: color 0.5s ease;
    font-weight: normal;
    color: #66717f;
}

/* Mobile menu */

#menuOpener {
    display: none;
    border-radius: 3px;
    background: url(icons/icon-menu.svg) no-repeat center center;
    background-size: 20px 20px;
    height: 37px;
    width: 37px;
    vertical-align: middle;
}

#menuCloser {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    background: url(icons/icon-close.svg) no-repeat center center;
    background-size: 20px 20px;
}

.is-rtl #menuCloser {
    float: right;
}

#mobileMenu ul.menu {
    clear: both;
}

#mobileMenu ul.menu li {
    padding: 10px;
    margin: 10px;
}

#mobileMenu {
    display: none;
    background-color: #FFFFFF;
    float: none;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 3;
    text-align: center
}

#mobileMenu ul.menu li a {
    color: #04151f;
    padding: 10px;
    margin: 5px 10px;
    text-decoration: none;
}

#mobileMenu ul.menu li a:hover {
    color: #66717f;
}

#mobileMenu ul.menu li a.selected {
    font-weight: 800;
}

/* Lanugage */

#language {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
    line-height: 37px;
    height: 37px;
}

#language > a {
    background: url("icons/icon-globe.svg?1") no-repeat center left;
    background-size: 22px 22px;
    padding-left: 27px;
    color: #04151F;
    font-size: 16px;
    text-decoration: none;
    opacity: 1;
    line-height: 37px;
    display: inline-block;
}

#languages {
    position: absolute;
    display: none;
    top: 35px;
    left: 0px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    z-index: 3;
    box-sizing: border-box;
    padding: 10px;
    width: 190px;
}
.is-rtl #languages {
    left: 0px;
    right: auto;
}

#languages li {
    text-decoration: none;
    box-sizing: border-box;
}

#languages li a {
    padding: 15px;
    display: block;
    text-decoration: none;
    color: #04151F;
    white-space: nowrap;
    line-height: 1;
}

#languages li a:hover {
    font-weight: 800;
}

@media screen and (max-height: 850px) {
    #languages {
        height: 500px;
        overflow-y: scroll;
    }
}

/* Grid */

[class^="col-"] {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 17px;
}

#content [class^="col-"] p:first-child {
    margin-top: 0;
}

.gridrow {
    clear: both;
    margin: -18px -17px;
}

.gridrow:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.col-1-12 {
    width: 8.3%;
}

.col-2-12 {
    width: 16.6%;
}

.col-1-4,
.col-3-12 {
    width: 25%;
}

.col-1-3,
.col-4-12 {
    width: 33.3%;
}

.col-5-12 {
    width: 41.6%;
}

.col-1-2,
.col-6-12 {
    width: 50%;
}

.col-7-12 {
    width: 58.3%;
}

.col-2-3,
.col-8-12 {
    width: 66.6%;
}

.col-9-12,
.col-3-4 {
    width: 75%;
}

.col-10-12 {
    width: 83.3%;
}

.col-11-12 {
    width: 91.6%;
}

.col-1,
.col-12-12 {
    width: 100%;
}

@media screen and (max-width: 600px) {

    [class^="col-"] {
        width: 100%;
    }

}

/* Reviews */

.short-review {
    font-size: 1.15em;
}

#content .long-review {
    display: none;
}

.toggle-review {
    display: inline-block;
    border: 1px solid #3075f6;
    padding: 8px;
    text-decoration: none;
}

.toggle-review:hover {
    text-decoration: none;
    color: #9facbd;
    border-color: #9facbd;
}

.reviewer {
    border-radius: 5px;
}

/* Slice page */

div.slice {
    position: relative;
}

div.slice .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5)
}

div.slice .inner {
    padding-top: 64px;
    padding-bottom: 60px;
}

div.slice.image .inner {
    padding-top: 70px;
    padding-bottom: 50px;
}

#content div.slice.image h1 {
    color: #FFFFFF;
    font-size: 53px;
    margin-bottom: 10px;
}

div.slice.image {
    color: #FFFFFF;
    background-attachment: fixed;
    background: #3075f6 url(images/bg-noise.png) fixed;
}

div.slice.navbar .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFFFFF;
}

div.slice.navbar .inner a,
div.slice.navbar .inner span {
    color: #FFFFFF;
    margin: 0 10px;
}

div.slice.navbar .inner {
    padding-top: 30px;
    padding-bottom: 30px;
}

div.slice.background-support {
    background: url('backgrounds/support-slice.jpg') no-repeat 50% 50.1%;  /* UIKit bug fix for IE and Edge */
    background-size: cover;
}

div.slice.background-desktop {
    background: url('backgrounds/desktop.jpg') no-repeat 50% 50.1%;  /* UIKit bug fix for IE and Edge */
    background-size: cover;
}

div.slice.background-gray {
    background-color: #F6F7F9;
}

.is-rtl div.slice.background-support .uk-grid {
    flex-direction: row-reverse;
}

/* IE10 fix */
.uk-flex-middle div {
    max-width: 100%;
    box-sizing: border-box;
}


@media screen and (max-width: 960px) {
    div.slice.background-support {
        background: none;
    }
}

@media screen and (max-width: 768px) {
    div.slice.image {
        text-align: center;
    }
}

#content div.slice.image p {
    margin-top: 10px;
    font-size: 21px;
}

/* Header */

#headerMain {
    color: #FFFFFF;
}

#headerMain .inner {
    padding-top: 63px;
    padding-bottom: 0px;
    position: relative;
    text-align: center;
    position: relative;
}

#headerMain #buttoninfo {
    color: #66717f;
    font-size: 14px;
    margin: 0;
}

.videolink {
    color: #66717f;
    background: url(icons/icon-play.svg) no-repeat left center;
    background-size: 24px;
    margin-top: 7px;
    padding-left: 30px;
    line-height: 25px;
    display: inline-block;
}

.videolink:hover {
    opacity: 0.8;
    text-decoration: none;

}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoThumb {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    box-shadow: 0 0 17px 0 #e4eaf0;
    background: url(details/heading-underline-dots.svg) no-repeat 35px 30px;
    background-size: 30px;
    display: block;
}

.videoThumb .overthumb {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) url("icons/icon-play-white.svg") no-repeat center center;
    background-size: 48px;
}

.videoThumb:hover .overthumb {
    display: block;

}

.videoThumb h4 {
    font-size: 23px;
    text-align: left;
    font-weight: 800;
    margin: 25px 35px 0 35px;
    color: #153057;
}

@media screen and (max-width: 1024px) {
    .videoThumb h4 {
        font-size: 19px;
    }
}

@media screen and (max-width: 960px) {

    .videoThumb {
        background-position: 8vw 7vw;
        background-size: 8vw;
        display: block;
    }

    .videoThumb h4 {
        font-size: 6vw;
        margin: 8vw 8vw 0 8vw;
    }
}

.videoThumb:hover {
    text-decoration: none !important;
}

#headerMain h1 {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 25px;
    display: inline-block;
    max-width: 900px;
    line-height: 1.3;
}
#headerMain h2 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 50px
}

#headerPage h1 {
    color: #9facbd;
    font-weight: 300;
    font-size: 70px;
    text-align: center;
    margin-bottom: 20px;
}

#headerPage .inner {
    padding: 40px;
    background: url(details/heading-underline-dots.svg) no-repeat center bottom;
    background-size: 45px;
    position: relative;
}

#headerMain .button.big {
    margin: 0px 10px 15px 10px;
    min-width: 250px;
}

/* Social Networks */

#socialNetworks {
    text-align: right;
    padding-top: 24px;
}

.is-rtl #socialNetworks {
    text-align: left
}

#socialNetworks a {
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    color: #45526c;
    font-size: 50px;
    text-decoration: none;
}

#socialNetworks a:hover.icon-twitter:hover {
    color: #44CCF6;
}

#socialNetworks a:hover.icon-facebook:hover {
    color: #3B5998;
}

#socialNetworks a:hover.icon-gplus:hover {
    color: #D13F2D;
}

#socialNetworks a:hover.icon-vk:hover {
    color: #5A7CA0;
}

#socialNetworks a:hover.icon-draugiem:hover {
    color: #E66B19;
}

@media screen and (max-width: 1200px) {

    .button.top {
        min-width: 80px;
    }

    .headerBg {
        display: none;
    }

}

@media screen and (max-width: 1130px) {

    #logo,
    .is-rtl #logo
    {
        margin: 0;
        margin-top: 16px;
    }

    #headerMenu {
        max-height: none;
        text-align: center;
    }

    #headerMenu .inner {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    #topButtons {
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .is-rtl #topButtons {
        right: 10px;
        left: auto;
    }

    #language,
    .is-rtl #language {
        margin: 0px;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .is-rtl #language {
        left: 10px;
        right: auto;
    }

    #headerMenu ul.menu {
        display: none;
    }

    #menuOpener {
        display: inline-block;
    }

    #headerMenu .inner:after {
        left: 0px;
        right: 0px;
    }

    #languages {
        position: fixed;
        height: auto;
        top: 45px;
        bottom: 0;
        right: 0;
        left: auto;
        overflow-y: auto;
    }

}

@media screen and (max-width: 650px) {

    #logo {
        
        margin-top: 18px;
    }

    div.inner {
        padding: 0px 20px;
    }

    #headerMenu .inner:after,
    #footerMenu .inner:before {
        left: 20px;
        right: 20px;
    }

    #content {
        padding: 30px 0px;
        font-size: 15px;
    }

    #headerMain h1 { font-size: 36px; margin-bottom: 20px; margin-top: 30px; }
    #headerMain h2 { font-size: 18px; }

    #headerMain .inner {
        padding-top: 10px;
        text-align: center;
        line-height: 1.2;
    }

    #headerPage .inner {
        padding: 30px;
    }

    #headerPage h1 {
        font-size: 45px;
    }

    a.button.big {
        min-width: 0px;
    }

    #socialNetworks {
        float: none;
        text-align: center;
    }

    #socialNetworks a {
        display: inline;
        float: none;
        margin-bottom: 25px;
    }

    #footer #footerBottom {
        text-align: center;
    }

    #topButtons .button {
        display: none;
    }

}

@media screen and (max-width: 350px) {
    #headerMain h1 { font-size: 36px; display: none; }
    #headerMain h2 { font-size: 24px; display: none; }
}

/* Content */

.slicepage h2 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.6px;
    color: #3176f7;
    text-transform: uppercase;
    margin: 0px;
    line-height: 1.5;
}

.slicepage h2.red {
   color: #D7263D;
}

.slicepage h2.green {
    color: #4CB963;
}

.slicepage h2.yellow {
    color: #ffb41d;
}

.slicepage h2.dark-grey {
    color: #66717f;
}

.slicepage h3 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.44;
    color: #1b2b4b;
    margin-top: 25px;
}

.slicepage p {
    font-size: 18px;
    line-height: 1.78;
    margin-bottom: 40px;
}

.slicepage .boxes h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: 1.1px;
    text-align: center;
    margin-bottom: 14px;
    color: #1b2b4b;
}

.slicepage .boxes p {
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0px;
}

.slicepage .box {
    padding: 91px 22px 22px 22px;
    background: #F6F7F9 no-repeat center 22px;
    background-size: 50px;
    margin-bottom: 21px;
}

@media all and (max-width:500px){
    .slicepage .box {
        padding: 91px 11px 15px 11px;
        overflow-wrap: anywhere;
    }
    .slicepage .boxes p {
        font-size: 13px;
        letter-spacing: 0.8px;
    }
    .slicepage .boxes h4 {
        font-size: 15px;
        letter-spacing: 0.7px;
    }

}

.box.devices { background-image: url(icons/benefits/devices.svg); }
.box.marketing { background-image: url(icons/benefits/marketing.svg); }
.box.click { background-image: url(icons/benefits/click.svg); }
.box.languages { background-image: url(icons/benefits/languages.svg); }

.slicepage div:nth-child(2n+1) > .box,
.is-rtl .slicepage div:nth-child(2n) > .box {
    margin-right: 10px;
}

.slicepage div:nth-child(2n) > .box,
.is-rtl .slicepage div:nth-child(2n+1) > .box {
    margin-left: 10px;
}

.slicepage .button {
    min-width: 170px;
}

.slicepage .button + .button {
    margin-left: 10px;
}

.is-rtl .slicepage .button + .button {
    margin-left: 0;
    margin-right: 10px;
}

div.slice .inner.extra-spacing-top {
    padding-top: 100px;
}

div.slice .inner.extra-spacing-bottom {
    padding-bottom: 100px;
}

.extra-spacing-right,
.is-rtl .extra-spacing-left  {
    padding-left: 0;
    padding-right: 90px;
}

.is-rtl .extra-spacing-right,
.extra-spacing-left {
    padding-left: 90px;
    padding-right: 0;
}

.overlay-container,
.is-rtl .overlay-container.right {
    position: relative;
    margin: 0 0 0 -130px;
}

.overlay-container.right,
.is-rtl .overlay-container {
    margin: 0 -130px 0 0;
}


.overlay-container.video {
    margin: 0 0 0 -120px;
}
.overlay-container.right.video {
    margin: 0 -120px 0 0;
}

@media screen and (max-width:1365px){
    .overlay-container.video {
        margin: 0;
    }
    .overlay-container.right.video {
        margin: 0;
    }

}

.overlay-shopimg {
    padding-right: 32%;
    padding-bottom: 17%;
    display: block;
}

.overlay-product {
    position: absolute;
    right: 0;
    top: 5%;
    background-color: #F4F4F6;
    width: 50%;
    height: 80%;
    border-radius: 16px;
    box-shadow: 34px 23px 24px 0 rgba(228, 234, 240, 0.45);
    background: #ECEBF0 url(../images/store-item-1.jpg) no-repeat center center;
    background-size: cover;
    transition: opacity 0.2s ease;
}

.overlay-product-detail {
    position: absolute;
    width: 50%;
    right: 0;
    top: 90%;
    height: 44px;
    background: url(details/product-info.svg) no-repeat bottom left;
    background-size: 214px;
}

.overlay-reviewimg {
    padding-top: 35px;
    padding-bottom: 10%;
    display: block;
}

.overlay-review {
    position: absolute;
    left: 9%;
    width: 64%;
    bottom: 0;
    padding: 30px 45px;
    background: #FFFFFF url(details/quotes.svg) no-repeat 97% 10%;
    background-size: 20px;
    box-shadow: 34px 23px 24px 0 rgba(228, 234, 240, 0.45);
}

.overlay-review p:first-child {
    margin: 0;
    color: #21282b;
}

.overlay-review p {
    margin: 15px 0 0 0;
}

.is-rtl .overlay-review {
    left: auto;
    right: 9%;
}

.review:first-child {
    display: block;
}

.review {
    display: none;
}

.overlay-dots {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.overlay-dots svg {
    width: 10px;
    height: 10px;
    padding: 2px;
    cursor: pointer;
    fill: #FFFFFF;
    stroke-width: 2;
    stroke: #1b2b4b;
}
.overlay-dots svg.selected {
    fill: #4CB963;
    stroke-width: 0;
}

@media screen and (max-width: 960px) {
    .extra-spacing-right,
    .extra-spacing-left {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .slicepage .inner {
        text-align: center
    }
    div.slice .inner.extra-spacing-top {
        padding-top: 50px;
    }
    div.slice .inner.extra-spacing-bottom {
        padding-bottom: 50px;
    }
    .overlay-container, .overlay-container.right {
        margin: 0 !important;
        max-width: 500px;
        display: inline-block;
    }
    .overlay-container.video, .overlay-container.right.video {
        margin: 0;
        position: static;
        max-width: none;
        display: block;
    }
    .inner > .uk-grid > div:first-child {
        margin-bottom: 40px;
    }
    .uk-grid.reverse {
        flex-direction: column-reverse;
    }
    .overlay-reviewimg {
        padding-bottom: 0%;
    }
    .overlay-review,
    .is-rtl .overlay-review {
        position: static;
        width: auto;
        left: 0px;
        right: 0px;
    }

}

@media screen and (max-width:1024px){
    .slicepage .button {
        min-width: 80px;
    }
}

@media screen and (max-width: 650px) {

    .slicepage .button {
        min-width: auto;
        margin: 6px !important;
    }

}





#content {
    line-height: 1.2;
    background-color: #FFFFFF;
    font-size: 17px;
}

h1 {
    color: #1b2b4b;
    font-size: 42px;
    font-weight: 800;
    margin: 0px 0px 35px 0px;
}

h2 {
    color: #1b2b4b;
    font-size: 25px;
    font-weight: 800;
    margin: 40px 0px 15px 0px;
}

h2.numbered span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #F6F7F9;
    border-radius: 50px;
    padding: 10px;
}

h1 + h2 {
    margin-top: 8px;
}

h3 {
    font-size: 20px;
    color: #1b2b4b;
    font-weight: 700;
    margin: 30px 0px 23px 0px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: 1.1px;
    margin: 14px 0 14px 0;
    color: #1b2b4b;
}

/* Decrease by 10% */
@media screen and (max-width: 500px) {
    #content {
        font-size: 15px;
    }
    h1 {
        font-size: 34px;
        margin: 0px 0px 29px 0px;
    }
    h2 {
        font-size: 22px;
        margin: 38px 0px 13px 0px;
    }
    h3 {
        font-size: 18px;
        margin: 27px 0px 22px 0px;
    }
    #content div.slice.image h1 {
        font-size: 42px;
    }
    #content div.slice.image p {
        font-size: 19px;
    }
    #content div.slice.image p br {
        content:' ';
    }
    #content div.slice.image p br:after {
        content:' ';
    }
    .slicepage h3 {
        font-size: 28px;
        margin-top: 18px;
    }
    p, pre {
        margin: 21px 0px 21px 0px;
    }
}

#content ul.icoCheckList
{
    position: relative;
    font-size: 17px;
    line-height: 1.5;
    float: left;
}

#content ul.icoCheckList li {
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#content ul.iconGrid3, #content ul.itemGrid3 {
    text-align: center;
    margin-bottom: 0px;
}

#content ul.iconGrid3 li, #content ul.itemGrid3 li {
    display: inline-block;
    width: 28%;
    line-height: 1.5;
    margin: 20px 2% 20px 2%;
    background: none no-repeat top center;
    background-size: 90px 90px;
    padding: 95px 0px 0px 0px;
    text-align: center;
    font-size: 18px;
    color: #1b2b4b;
    letter-spacing: -0.3px;
    vertical-align: top;
    min-width: 120px;
}

@media screen and (max-width: 600px) {
    #content ul.iconGrid3 li, #content ul.itemGrid3 li {
        width: 70%;
    }
}

#content ul.iconGrid3 li.world            {  background-image: url(icons/grid/icon-world.svg?3); }
#content ul.iconGrid3 li.chart            {  background-image: url(icons/grid/icon-chart.svg); }
#content ul.iconGrid3 li.sign             {  background-image: url(icons/grid/icon-sign.svg?3); }
#content ul.iconGrid3 li.money            {  background-image: url(icons/grid/icon-money.svg?3); }
#content ul.iconGrid3 li.megaphone        {  background-image: url(icons/grid/icon-megaphone.svg?3); }
#content ul.iconGrid3 li.trophy           {  background-image: url(icons/grid/icon-trophy.svg?3); }
#content ul.iconGrid3 li.images           {  background-image: url(icons/grid/icon-images.svg?3); }

#content ul.itemGrid3 li {
    padding: 0px;
    background-image: none;
    line-height: 1.5;
}

#content ul.itemGrid3 b {
    font-size: 60px;
    font-weight: 600;
    color: #1b2b4b;
    line-height: 1.2;
}

#content ul.iconGrid li {
    display: block;
    float: left;
    width: 16%;
    line-height: 1.5;
    margin: 0 5% 0 0;
    background: none no-repeat center 12px;
    background-size: 72px 72px;
    padding: 95px 0px 0px 0px;
    text-align: center;
    height: 130px;
    font-size: 18px;
    color: #1b2b4b;
    letter-spacing: -0.3px;
}
.is-rtl #content ul.iconGrid li {
    float: right;
    margin: 0 0 0 5%;
}

#content ul.iconGrid li:nth-child(5n),
.is-rtl #content ul.iconGrid li:nth-child(5n) {
    margin: 0;
}

@media screen and (max-width: 1000px) {

    #content ul.iconGrid li:nth-child(n) {
        width: 21.2%;
        margin: 0 5% 0 0;
    }
    .is-rtl #content ul.iconGrid li:nth-child(n)  {
        margin: 0 0 0 5%;
    }

    #content ul.iconGrid li:nth-child(4n),
    .is-rtl #content ul.iconGrid li:nth-child(4n) {
        margin: 0;
    }

}

@media screen and (max-width: 750px) {

    #content ul.iconGrid li:nth-child(n) {
        width: 30%;
        margin: 0 5% 0 0;
    }
    .is-rtl #content ul.iconGrid li:nth-child(n) {
        margin: 0 0 0 5%;
    }

    #content ul.iconGrid li:nth-child(3n),
    .is-rtl #content ul.iconGrid li:nth-child(3n) {
        margin: 0;
    }

}

@media screen and (max-width: 550px) {

    #content ul.iconGrid li:nth-child(n) {
        width: 30%;
        margin: 0 5% 0 0;
        background-size: 60px;
        padding: 90px 0px 0px 0px;
        height: 95px;
        font-size: 15px;
        letter-spacing: -0.5px;
    }
    .is-rtl #content ul.iconGrid li:nth-child(n) {
        margin: 0 0 0 5%;
    }

    #content ul.iconGrid li:nth-child(3n),
    .is-rtl #content ul.iconGrid li:nth-child(3n)
    {
        margin: 0;
    }

}

@media screen and (max-width: 450px) {

    #content ul.iconGrid li:nth-child(n) {
        width: 47.2%;
        margin: 0 5% 0 0;
    }
    .is-rtl #content ul.iconGrid li:nth-child(n) {
        margin: 0 0 0 5%;
    }

    #content ul.iconGrid li:nth-child(2n),
    .is-rtl #content ul.iconGrid li:nth-child(2n) {
        margin: 0;
    }

}

#content ul.iconGrid li.clock        {  background-image: url(icons/grid/icon-clock.svg); }
#content ul.iconGrid li.phone        {  background-image: url(icons/grid/icon-phone.svg?3); }
#content ul.iconGrid li.online-store {  background-image: url(icons/grid/icon-online-store.svg?3); }
#content ul.iconGrid li.world        {  background-image: url(icons/grid/icon-world.svg?3); }
#content ul.iconGrid li.marketing    {  background-image: url(icons/grid/icon-marketing.svg); }
#content ul.iconGrid li.heart        {  background-image: url(icons/grid/icon-heart.svg?3); }
#content ul.iconGrid li.thumb        {  background-image: url(icons/grid/icon-thumb.svg); }
#content ul.iconGrid li.support      {  background-image: url(icons/grid/icon-support.svg); }
#content ul.iconGrid li.payment      {  background-image: url(icons/grid/icon-payment.svg?3); }
#content ul.iconGrid li.shipping     {  background-image: url(icons/grid/icon-shipping.svg); }
#content ul.iconGrid li.hour24       {  background-image: url(icons/grid/icon-24h.svg); }

#content div.halfsize {
    float: left;
    width: 49%;
}

#content div.halfsize h2:first-child {
    margin-top: 0px;
}

#content div.halfsize:nth-child(2n+1) {
    margin-left: 2%;
}

@media screen and (max-width: 450px) {
    #content div.halfsize {
        float: none;
        width: auto;
    }
    #content div.halfsize:nth-child(2n+1) {
        margin-right: 0;
    }
}

/* Forms */

form label {
    line-height: 1.5;
    margin-bottom: 5px;
    display: inline-block;
    color: #3b3e40;
    /* font-weight: 600; */
}

form input.ctrl,
form select.ctrl,
form textarea.ctrl {
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    color: #333;
    font-size: 15px;
    height: 42px;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    font-family: "Greycliff", Assistant, Arial, Helvetica, sans-serif;
    min-width: 250px;
}

.ctrl.url {
    max-width: 100%;
    width: 520px;
}

#content form p.comment {
    font-size: 14px;
    color: #9facbd;
    margin: 5px 0px;
}

form div.row {
    margin: 0px 0px 23px 0px;
    float: left;
    margin-right: 20px;
}

/* Effects */

#socialNetworks a,
.button,
.thumb,
.thumb a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Submenu */

#submenu {
    margin: 0px 0px 25px 0px;
    list-style-type: none;
    text-align: center
}

#submenu.right {
    float: right;
    margin: 0px 0px 25px 30px;
}

.is-rtl #submenu.right {
    float: left;
    margin: 0px 30px 25px 0px !important;
}

#submenu li {
    display: inline-block;
    line-height: 36px;
    margin: 0px 10px 10px 10px;
    background: none !important;
    padding: 0px !important;
}

#submenu li a {
    font-size: 17px;
    color: #1B2B4B;
    padding: 7px 7px;
    white-space: nowrap;
}

#submenu li.selected a,
#submenu li a:hover {
    color: #3B3E40;
    background-color: #F6F7F9;
    text-decoration: none;
}

#submenu li.selected a {
    font-weight: bold
}

#submenu + h1 {
    display: inline-block;
}

#submenu + h1 + p {
    margin-top: 0;
    clear: both;
}

@media screen and (max-width: 960px) {
    #submenu.right, .is-rtl #submenu.right {
        float: none;
        margin: 0px 0px 25px 0px;
    }
}

/* Back button */

#content a.backbutton {
    display: inline-block;
    border: 1px solid #3075f6;
    padding: 10px;
    text-decoration: none;
    margin: 0 0 32px 0;
}

#content a.backbutton.bottom {
    margin: 32px 0 0 0;
}

#content a.backbutton:hover {
    color: #9facbd;
    border-color: #9facbd;
}

/* Team for About */

#content div.team {
    margin-top: 30px;
}

#content div.team div.teamMember {
    float: left;
    margin: 0px 45px 0px 0px;
    text-align: center;
    width: 230px;
}

.is-rtl #content div.team div.teamMember {
    float: right;
    margin: 0px 0px 0px 30px;
}

#content div.team div.teamMember div {
    width: 230px;
    height: 230px;
    background: none no-repeat center center;
    background-size: cover;
    margin-bottom: 20px;
    border-radius: 155px;

    -webkit-transition: none;
    transition: none;

}

#content div.team div.teamMember div:hover {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#content div.team div.teamMember p {
    height: 77px;
}

/* Pricing table */

.hasmore div:before {
    top: -20px;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.hasmore div:before {
    border-color: rgba(27, 43, 75, 0);
    border-bottom-color: #1b2b4b;
    border-width: 10px;
    margin-left: -10px;
}

.hasmore {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.hasmore div
{
    display: none;
    position: absolute;
    top: 100%;
    margin: 20px -25px 0px -25px;
    left: 0px;
    right: 0px;
    background-color: #1b2b4b;
    color: #EEF2F6 !important;
    padding: 17px;
    line-height: 1.5;
    border-radius: 3px;
    z-index: 1000;
    font-size: 0.95em;
}

.hasmore:hover div {
    display: block;
}

.hasmore .more {
    position: absolute;
    top: 4px;
    right: -4px;
    width: 20px;
    height: 20px;
    background: url(icons/icon-plan-info.svg) no-repeat center center;
    background-size: 17px;
    display: block;
}

.is-rtl .hasmore .more {
    left: -4px;
    right: auto;
}

@media screen and (max-width: 650px) {
    .hasmore .more {
        background-size: 12px;
    }
}

.popup div {
    display: none;
    position: absolute;
    max-width: 400px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
    padding: 15px;
    line-height: 1.3;
    border-radius: 3px;
}

.popup a:hover ~ div {
    display: block;
}

.needmore, .learnmore {
    display: block;
    float: right;
    margin-left: 15px;
}

.learnmore {
    display: inline;
    float: none;
    margin-left: 0px;
    break-before: always;
}

.needmore {
    display: none;
}

#pricing td a {
    font-size: 0.9em;
}

#pricing h1 {
    font-size: 41px;
    margin: 0px;
    color: #FFFFFF;
}

#pricing .big b {
    font-weight: 600;
}

#pricing {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    color: #45526C;
}

#pricing .plan td {
    padding: 0px;
}

#pricing .plan h1 {
    padding: 12px;
}

#pricing .plan h1,
#pricing .buttons td a {
    background-color: #4cb963;
    border: 2px solid #4cb963;
    color: #FFFFFF;
}

#pricing .plan td:first-child h1,
#pricing .buttons td:first-child a {
    background-color: #FFFFFF;
    border: 2px solid #4cb963;
    color: #4cb963;
}

#pricing .plan td:nth-child(3n) h1,
#pricing .buttons td:nth-child(3n) a {
    background-color: #3075f6;
    border: 2px solid #3075f6;
}

#pricing .buttons td:hover a {
    background-color: #9FACBD;
    border-color: #9FACBD;
    color: #FFFFFF
}

#pricing .buttons td:hover:first-child a {
    background-color: #4CB963;
    border-color: #4CB963;
}

#pricing .buttons td:hover:nth-child(3n) a {
    background-color: #9FACBD;
    border-color: #9FACBD;
}

#pricing .buttons td {
    padding: 0px;
}

#pricing .buttons a {
    display: block;
    text-align: center;
    font-size: 21px;
    letter-spacing: -0.3px;
    text-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
    padding: 20px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 400;
}

#pricing .buttons td {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#pricing .buttons a:hover {
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
}

#pricing td {
    padding: 13px 15px;
    width: 50%;
    vertical-align: top;
    border: none;
    word-wrap: break-word;
    font-size: 17px;
    line-height: 1.5;
    border-top: 1px solid #EEF2F6;
}

#pricing td {
    width: 33%;
    font-size: 16px;
}

#pricing tr:first-child td, #pricing tr:last-child td, #pricing tr:nth-child(2) td {
    border-top: none;
}

#pricing td:first-child {
    border-left: none;
    border-right: none;
}

#pricing td{
    border-left: 20px solid #FFFFFF;
    border-right: none;
}
.is-rtl #pricing td {
    border-left: none;
    border-right: 20px solid #FFFFFF;
}

#pricing td span.big {
    font-size: 26px;
    font-weight: 400;
}

#pricing td span.small {
    font-size: 13px;
    color: #9facbd;
}

#pricing tr:first-child {
    background: none !important;
}

#pricing .secondary {
    font-size: 0.9em;
    color: #9facbd;
}

@media screen and (max-width: 1000px) {

    #pricing .plan h1 {
        font-size: 4vw;
    }

    #pricing .buttons a {
        font-size: 17px;
    }
}

@media screen and (max-width: 600px) {

    #pricing .plan h1 {
        padding: 6px 4px;
    }

    #pricing td {
        font-size: 14px !important;
        padding: 6px 4px;
        border-left-width: 2px;
    }

    #pricing tr {

    }

    #pricing td span.big {
        font-size: 16px;
    }

    .popup div {
        max-width: 150px;
    }

    #pricing td.plan {
        font-size: 13px !important;
    }

    #pricing .buttons a {
        font-size: 3.5vw;
    }

    #pricing td{
        border-left: 6px solid #FFFFFF;
        border-right: none;
    }
    .is-rtl #pricing td {
        border-left: none;
        border-right: 6px solid #FFFFFF;
    }

}

/* Tables in general */

td {
    padding: 10px;
    border-bottom: 1px solid #EEF2F6;
}

td:first-child {
    padding-left: 0px;
}

tr:last-child td {
    border: 0;
}

.marked {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    padding: 0px 5px;
    margin-left: 3px;
    margin-top: 3px;
    font-size: 0.9em;
}

.free {
    border: 1px solid  #4cb963;
    color:  #4cb963;
    border-radius: 2px;
    padding: 0px 4px;
    font-size: 0.95em;
    white-space: nowrap;
}

.top-notice {
    background-color: #FFFFCC;
    border-radius: 2px;
    padding: 12px;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}

/* Design thumbs */

div.thumb {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 0 17px 0 #e4eaf0;
    float: left;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%;
    position: relative;
    display: table;
}

div.thumb,
div.thumb img,
div.thumb a {
    border-radius: 6px;
}

div.thumb:nth-child(2n) {
    margin-right: 0;
}

div.thumb img {
    width: 100%;
    float: left;
}

div.thumb a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8) url("icons/icon-pencil-white.svg") no-repeat center 44%;
    background-size: 10%;
}

div.thumb a.zoom {
    background-image: url("icons/icon-zoom-white.svg");
    background-position: center center;
}

div.thumb:hover a {
    opacity: 1;
    text-decoration: none
}

div.thumb .overthumb {
    display: table;
    height: 100%;
    width: 100%;
}

div.thumb .overthumb div {
    display: table-cell;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    font-size: 17px;
    padding-top: 19%;
}

@media screen and (max-width: 500px) {
    div.thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: 7%;
    }
}

/* Grid */

.grid {
    width: 100%;
    line-height: 1.4;
}

.grid td {
    text-align: center;
    width: 20%;
    vertical-align: top;

}

.grid th {
    font-size: 16px;
    padding-bottom : 20px;
    color: #3b3e40;
}

.grid td:first-child {
    text-align: left;
    width: 40%;
}

.grid td.checked {
    background: url(icons/icon-check.svg) no-repeat center center;
    background-size: 26px;
}

/* Payment provider page */

.payment-box {
    width: 31%;
    float: left;
    margin-right: 3%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    min-height: 610px;
}

.payment-box h3 {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.payment-box:nth-child(3n) {
    margin-right: 0;
}

.payment-box:nth-child(3n+1) {
    clear: both;
}

@media all and (max-width:900px){

    .payment-box {
        width: 100%;
        float: none;
        margin-right: 0%;
        margin-top: 50px;
        margin-bottom: 50px;
        min-height: 0;
    }

}

.matrix td:first-child {
    text-align: left;
    width: 20%;
}

.matrix td {
    text-align: center;
    vertical-align: middle;
    width: 10%;
}

.card {
    display: inline-block;
    background: none no-repeat center center;
    background-size: contain;
    height: 39px;
    width: 59px;
}

.card.visa {
    background-image: url(pay_visa.png);
}

.card.mc {
    background-image: url(pay_mc.png);
}

.card.amex {
    background-image: url(pay_amex.png);
}

.card.bank {
    background-image: url(pay_bank.png);
}

/* Hebrew */

body[lang=he], body[lang=he] .button, body[lang=he] form .ctrl {
    font-family: Assistant, Arial, Helvetica, sans-serif;
}


/* Sticky side menu for articles */

.canzoom {
    cursor: pointer;
}

#article h4 {
    font-size: 17px;
}

#sidemenu a {
    display: block;
    padding: 10px 0;
    line-height: 1.5;
}

#sidemenu {
    margin-bottom: 30px;
    max-width: 500px;
}

#sidepanel {
    position: absolute;
    margin-right: 40px;
    top: auto;
}

#sidepanel.fixed {
    position: fixed;
}

@media screen and (max-width: 960px) {
    #sidepanel {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        display: none;
    }
}
