.white-bg{
    background-color: #fff;
}
.button{
    font-size: 15px;
    outline: none;
    padding: 10px;
    line-height: normal;
    color: #fff;
    border: 0;
    border-radius: 5px;
    min-width: 66px;
    background-color: #FF5A60;
    overflow: hidden;
    min-width: 120px;
}
.button:active,.button:focus{
    outline: none!important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.thumb {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.thumb > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
.thumb > div img {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.hover li{
    position: relative;
}
.hover li a:before{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #FF5A60;
    display: block;
}
.hover li a:hover:before{
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: zoomIn;
  content:"";
}




/**START WELCOME**/
.home-content{
    position: relative;
    z-index: 5;
}
#welcome{
    width:  100%;
    background-color: #EFEFF0;
    position: relative;
    z-index: 0;
    margin-top: -75px;
}
#welcome .paralax-fixed{
    position: fixed;
    height: 100%;    
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url(../img/gray-cloud.png);
    background-position: bottom 50px center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.welcome-clouds{
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
}
.welcome-hitabs{
    max-width: 450px;
    position: relative;
    top: 215px;
    text-align: center;
    margin: auto;
}
.welcome-hitabs h1{
    margin: 0;
    margin-bottom: 30px;
    font-size: 41px;
}
.welcome-hitabs p{
    margin-bottom: 5px;
    font-size: 20px
}
.welcome-hitabs .buttons input{
    width: 160px;
}
.welcome-hitabs .buttons input.take-a-tour{
    background-color: #59CDC8;
}
.welcome-hitabs .buttons span{
    margin: 0 20px;
}
.next-step{
    width: 40px;
    height: 20px;
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 222px;
    cursor: pointer;
}
/**END WELCOME**/

/**START SHORT INFO**/
.mini-content{
    padding: 60px 110px;
}
.short-info{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.short-info.first-row{
    margin-top: 0;
}
.short-info h2{
    font-size: 41px;
    margin-bottom: 30px;
}
.short-info p{
    margin-bottom: 0;
}
.short-info div div p{
    font-size: 20px;
}
.short-info img{
    border-radius: 5px;
    max-width: 100%;
}
.screenshot{
    position: relative;
}

.button.short-info-signup{
    margin: 0 auto;
    margin-top: 60px;
    min-width: 175px;
    height: 40px;
    display: block;
}
/**END SHORT INFO**/


/**START FAQ**/
#faq .section-icon{
    max-height: 100px;
    margin: auto;
    display: block;
}
#faq .section-title{
    font-family:'EtelkaRegPro';
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.block-title{
    font-family:'EtelkaRegPro';
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.block-title img{
    max-width: 50px;
    margin-right: 10px;
}
.faq-block strong{
    font-family:'EtelkaRegPro';
    font-weight: normal;
}
.faq-block{
    text-align: justify;
}
.small-icon{
    width: 21px;
}
.faq-block li{
    list-style-position: inside;
}
.support-info{
    text-align: center;
}

.support-send .button{
    width: 100%;
    outline: none;
    height: 35px;
}
.captcha-img div,.captcha-refresh div{
    height: 35px;
    background-color: #fff;
    border-radius: 5px;
}
.captcha-refresh div{
    width: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #AFB1B4;
}
.support-submit li{
    vertical-align: top;
    margin: 0 4px;
}
.support-submit li:first-child{
    margin-left: 0;
}
.support-submit li:last-child{
    margin-right: 0;
}
/**END FAQ**/


/**START TESTIMONIALS**/
#testimonials{
    background-color: #EFEFF0;
    padding: 30px;
    background-image: url(../img/testimonials.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    text-align: center;
}
.reviewer-image{
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 25px auto;
    position: relative;
    border-radius: 50%;
    border: 6px solid #fff;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(160,160,160,1);
    -moz-box-shadow: 0px 0px 38px 0px rgba(160,160,160,1);
    box-shadow: 0px 0px 38px 0px rgba(160,160,160,1);
}

.reviewer-name h2{
    font-size: 22px;
}
.review{
    font-size: 20px;
    font-family: "EtelkaItaPro";
    padding: 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
    max-width: 730px;
    margin: 30px auto;
}
.review:before{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17.5px 17px 17.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
}
#testimonials .mini-content{
    padding-top: 0;
    padding-bottom: 0;
}
.review-item{
    position: relative;
}
.review-item img{
    width: 100%!important;
}
.review-item:before, .review-item:after{
    width: 100px;
    height: 80px;
    display: block;
    content:"";
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 8;
}
.review-item:before{
    background-image: url(../img/left-quote.svg);
    top: 20px;
    left: 110px;
}
.review-item:after{
    background-image: url(../img/right-quote.svg);
    right: 110px;
    bottom: -30px;
}
/**END TESTIMONIALS**/


/**START TAKE A TOUR**/
#tour-slide{
    height: 100%;
    background-image: url(../img/take-tour/tour-stroke.svg);
    background-repeat: no-repeat;
    background-size: 640px;
    background-position: center bottom;
    height: 520px;
}
#tour-slide .slick-prev{
    left: 30px;
}
#tour-slide .slick-next{
    right: 30px;
}
#tour-slide .slick-slide,
#tour-slide .slick-list,
#tour-slide .slick-track{
    height: inherit;
}
.tour-description{
    text-align: center;
    font-size: 16px;
    max-width: 70%;
    margin: auto;
    position: relative;
}
.tour-description.tour-start{
    top: 100px;
}
.tour-step-icon{
    height: 100px;
}
.tour-step-icon img{
    margin: auto;
    display: block;
    max-width: 170px;
    max-height: 100px;
    position: relative;
    opacity: 0;
}
.tour-step-3 .tour-step-icon img{
    top:  10px;
}
#tour-slide .slick-active .tour-step-icon img{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.tour-description p{
    margin-bottom: 0;
}
.smile-icon{
    width: 15px;
    display: inline-block!important;
}
.tour-description .small-icon{
    width: 25px;
    display: inline-block!important;
}
.tour-description .small-icon.ht-tab-type{
    border: 3px;
    width: 35px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(208,210,211,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(208,210,211,1);
    box-shadow: 0px 0px 10px 0px rgba(208,210,211,1);
    position: absolute;
    left: 0;
}
.tour-description h2{
    margin-top: 30px;
    margin-bottom: 30px;
}
.tour-description .list{
    padding: 0;
    margin: 0;
    text-align: left;
}
.tour-description .list.with-disc li{
    padding-left: 15px;
    position: relative;
}
.tour-description .list.with-disc li:before{
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #FF5A60;
    content: "";
    position: absolute;
    top: 8px;
    margin-right: 5px;
    border-radius: 50%;
    left: -5px;
}
.tour-description .list li{
    list-style: none;
    margin-bottom: 5px;
    padding-left: 45px;
    min-height: 45px;
    position: relative;
}
.tour-description .list li:last-child{
    margin-bottom: 0;
}
.tour-description strong{
    font-family:'EtelkaRegPro';
}
#tour-slide .slick-dots{
    text-align: center;
    margin: 0;
    position: relative;
    top: -40px;
    padding: 0;
}
.new-link-screenshot{
    width: 220px
}
#tour-slide .slick-slide{
    position: relative;
}
#tour-slide .slick-slide:after,
#tour-slide .slick-slide:before{
    content:"";
    display: block;
    position: absolute;
    background-image: url(../img/stroke-cloud.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
#tour-slide .slick-active:after,
#tour-slide .slick-active:before{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.tour-step-0:before{width: 140px;height: 85px;top: 60px;left: 110px;}
.tour-step-0:after{width: 75px;height: 45px;top: 140px;right: 200px;}

.tour-step-1:before{width: 100px;height: 60px;top: 105px;left: 95px;}
.tour-step-1:after{width: 130px;height: 80px;top: 260px;right: 65px;}

.tour-step-2:before{width: 180px;height: 105px;top: 130px;left: 62px;}
.tour-step-2:after{width: 75px;height: 45px;bottom: 100px;right: 65px;}

.tour-step-3:before{width: 105px;height: 65px;top: 155px;left: 50px;}
.tour-step-3:after{width: 135px;height: 80px;bottom: 35px;right: 65px;}

.tour-step-4:before{width: 100px;height: 60px;bottom: 100px;left: 100px;}
.tour-step-4:after{width: 135px;height: 80px;bottom: 150px;right: 65px;}

.tour-step-5:before{width: 125px;height: 80px;bottom: 45px;left: 135px;}
.tour-step-5:after{width: 75px;height: 45px;bottom: 30px;right: 60px;}

#tour-buttons button{
    position: static;
    margin: 0 15px;
    height: auto;
}
#tour-buttons{
    position: relative;
    bottom: 50px;
    text-align: center;
}
/**END TAKE A TOUR**/





	.st0{fill:#F1F2F2;}
	.st1{fill:#FFFFFF;}
	.st2{fill:#FF5A60;}
	.st3{fill:none;stroke:#FF5A60;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st4{fill:#DEDFE0;}
	.st5{fill:none;stroke:#929497;stroke-width:0.3;stroke-miterlimit:10;}
	.st6{clip-path:url(#SVGID_2_);}
	.st7{fill:#909294;}
	.st8{clip-path:url(#SVGID_4_);}
	.st9{fill:none;stroke:#929497;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st10{fill:none;stroke:#FFFFFF;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st11{fill:#59CDC8;}
	.st12{fill:#58595B;}
	.st13{fill:#404041;}
	.st14{fill:#E6E7E8;}
	.st15{fill:#D0D2D3;}
	.st16{fill:#EFEFF0;}
	.st17{fill:#EBEBEC;}
	.st18{fill:#E9E9EA;}
	.st19{fill:none;stroke:#F05C62;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st20{fill:#3B5A98;}
	.st21{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
	.st22{fill:none;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
	.st23{fill:#3B5998;}
	.st24{fill:#55ACEE;}
	.st25{fill:#0077B5;}
	.st26{fill:#F8F8F9;}
	.st27{fill:none;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st28{fill:#9ED8D4;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st29{fill:#59CDC8;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st30{fill:#00969F;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st31{fill:none;stroke:#6D6E70;stroke-miterlimit:10;}
	.st32{fill:#3C8C9C;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st33{fill:#276A76;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st34{fill:#C3313C;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st35{fill:#DA5358;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st36{fill:#FF5A60;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st37{clip-path:url(#SVGID_6_);fill:#FFFFFF;}
	.st38{clip-path:url(#SVGID_8_);}
	.st39{fill:#FFC300;}
	.st40{fill:#231F20;}
	.st41{clip-path:url(#SVGID_10_);fill:#FFFFFF;}
	.st42{clip-path:url(#SVGID_12_);}
	.st43{clip-path:url(#SVGID_14_);fill:#FFFFFF;}
	.st44{clip-path:url(#SVGID_16_);}
	.st45{clip-path:url(#SVGID_18_);fill:#FFFFFF;}
	.st46{clip-path:url(#SVGID_18_);fill:#1DA7E3;}
	.st47{clip-path:url(#SVGID_20_);}
	.st48{fill:#6351CE;}
	.st49{clip-path:url(#SVGID_22_);}
	.st50{fill:#DC7200;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st51{fill:#FFC300;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st52{fill:#FF9A00;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st53{fill:#C46400;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st54{fill:none;stroke:#D1D3D4;stroke-miterlimit:10;}
	.st55{fill:#D1D3D4;}
	.st56{fill:none;stroke:#D1D3D4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st57{fill:none;}
	.st58{opacity:0.68;fill:#AFB1B4;}
	.st59{fill:none;stroke:#E6E7E8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st60{clip-path:url(#SVGID_24_);fill:#FFFFFF;}
	.st61{clip-path:url(#SVGID_26_);}
	.st62{opacity:0.62;fill:#404041;}
	.st63{fill:#FFFFFF;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st64{clip-path:url(#SVGID_28_);fill:#FFFFFF;}
	.st65{clip-path:url(#SVGID_30_);}
	.st66{fill:none;stroke:#58595B;stroke-width:2;stroke-miterlimit:10;}
	.st67{fill:none;stroke:#E6E7E8;stroke-linejoin:round;stroke-miterlimit:10;}
	.st68{clip-path:url(#SVGID_32_);fill:#FFFFFF;}
	.st69{clip-path:url(#SVGID_34_);}
	.st70{clip-path:url(#SVGID_36_);fill:#FFFFFF;}
	.st71{clip-path:url(#SVGID_38_);}
	.st72{clip-path:url(#SVGID_40_);fill:#FFFFFF;}
	.st73{clip-path:url(#SVGID_42_);}
	.st74{clip-path:url(#SVGID_44_);fill:#FFFFFF;}
	.st75{clip-path:url(#SVGID_46_);}
	.st76{clip-path:url(#SVGID_48_);fill:#FFFFFF;}
	.st77{clip-path:url(#SVGID_50_);}
	.st78{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st79{fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
	.st80{fill:none;stroke:#58595B;stroke-miterlimit:10;}
	.st81{fill:none;stroke:#58595B;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st82{fill:#A6A8AB;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st83{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;}
	.st84{fill:none;stroke:#D0D2D3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st85{fill:none;stroke:#58595B;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st86{clip-path:url(#SVGID_52_);fill:#FFFFFF;}
	.st87{clip-path:url(#SVGID_54_);fill:#F1F2F2;}
	.st88{clip-path:url(#SVGID_54_);}
	.st89{fill:#2196F3;}
	.st90{opacity:0.1;fill:#414042;}
	.st91{fill:none;stroke:#D1D3D4;stroke-width:0.2;stroke-miterlimit:10;}
	.st92{fill:#FFCA05;}
	.st93{fill:none;stroke:#FFFFFF;stroke-linejoin:round;stroke-miterlimit:10;}
	.st94{fill:none;stroke:#FFFFFF;stroke-linecap:round;stroke-miterlimit:10;}
	.st95{fill:none;stroke:#D1D3D4;stroke-linejoin:round;stroke-miterlimit:10;}
    
    
    
	.st0{fill:#F1F2F2;}
	.st1{fill:#FFFFFF;}
	.st2{fill:#FF5A60;}
	.st3{fill:none;stroke:#FF5A60;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st4{fill:#DEDFE0;}
	.st5{fill:none;stroke:#929497;stroke-width:0.3;stroke-miterlimit:10;}
	.st6{clip-path:url(#SVGID_2_);}
	.st7{fill:#909294;}
	.st8{clip-path:url(#SVGID_4_);}
	.st9{fill:none;stroke:#929497;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st10{fill:none;stroke:#FFFFFF;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st11{fill:#59CDC8;}
	.st12{fill:#58595B;}
	.st13{fill:#404041;}
	.st14{fill:#E6E7E8;}
	.st15{fill:#D0D2D3;}
	.st16{fill:#EFEFF0;}
	.st17{fill:#EBEBEC;}
	.st18{fill:#E9E9EA;}
	.st19{fill:none;stroke:#F05C62;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st20{fill:#3B5A98;}
	.st21{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
	.st22{fill:none;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
	.st23{fill:#3B5998;}
	.st24{fill:#55ACEE;}
	.st25{fill:#0077B5;}
	.st26{fill:#F8F8F9;}
	.st27{fill:none;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st28{fill:#9ED8D4;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st29{fill:#59CDC8;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st30{fill:#00969F;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st31{fill:none;stroke:#6D6E70;stroke-miterlimit:10;}
	.st32{fill:#3C8C9C;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st33{fill:#276A76;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st34{fill:#C3313C;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st35{fill:#DA5358;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st36{fill:#FF5A60;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st37{clip-path:url(#SVGID_6_);fill:#FFFFFF;}
	.st38{clip-path:url(#SVGID_8_);}
	.st39{fill:#FFC300;}
	.st40{fill:#231F20;}
	.st41{clip-path:url(#SVGID_10_);fill:#FFFFFF;}
	.st42{clip-path:url(#SVGID_12_);}
	.st43{clip-path:url(#SVGID_14_);fill:#FFFFFF;}
	.st44{clip-path:url(#SVGID_16_);}
	.st45{clip-path:url(#SVGID_18_);fill:#FFFFFF;}
	.st46{clip-path:url(#SVGID_18_);fill:#1DA7E3;}
	.st47{clip-path:url(#SVGID_20_);}
	.st48{fill:#6351CE;}
	.st49{clip-path:url(#SVGID_22_);}
	.st50{fill:#DC7200;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st51{fill:#FFC300;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st52{fill:#FF9A00;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st53{fill:#C46400;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st54{fill:none;stroke:#D1D3D4;stroke-miterlimit:10;}
	.st55{fill:#D1D3D4;}
	.st56{fill:none;stroke:#D1D3D4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st57{fill:none;}
	.st58{opacity:0.68;fill:#AFB1B4;}
	.st59{fill:none;stroke:#E6E7E8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st60{clip-path:url(#SVGID_24_);fill:#FFFFFF;}
	.st61{clip-path:url(#SVGID_26_);}
	.st62{opacity:0.62;fill:#404041;}
	.st63{fill:#FFFFFF;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st64{clip-path:url(#SVGID_28_);fill:#FFFFFF;}
	.st65{clip-path:url(#SVGID_30_);}
	.st66{fill:none;stroke:#58595B;stroke-width:2;stroke-miterlimit:10;}
	.st67{fill:none;stroke:#E6E7E8;stroke-linejoin:round;stroke-miterlimit:10;}
	.st68{clip-path:url(#SVGID_32_);fill:#FFFFFF;}
	.st69{clip-path:url(#SVGID_34_);}
	.st70{clip-path:url(#SVGID_36_);fill:#FFFFFF;}
	.st71{clip-path:url(#SVGID_38_);}
	.st72{clip-path:url(#SVGID_40_);fill:#FFFFFF;}
	.st73{clip-path:url(#SVGID_42_);}
	.st74{clip-path:url(#SVGID_44_);fill:#FFFFFF;}
	.st75{clip-path:url(#SVGID_46_);}
	.st76{clip-path:url(#SVGID_48_);fill:#FFFFFF;}
	.st77{clip-path:url(#SVGID_50_);}
	.st78{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st79{fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
	.st80{fill:none;stroke:#58595B;stroke-miterlimit:10;}
	.st81{fill:none;stroke:#58595B;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st82{fill:#A6A8AB;stroke:#6D6E70;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st83{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;}
	.st84{fill:none;stroke:#D0D2D3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st85{fill:none;stroke:#58595B;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st86{clip-path:url(#SVGID_52_);fill:#FFFFFF;}
	.st87{clip-path:url(#SVGID_54_);fill:#F1F2F2;}
	.st88{clip-path:url(#SVGID_54_);}
	.st89{fill:#2196F3;}
	.st90{opacity:0.1;fill:#414042;}
	.st91{fill:none;stroke:#D1D3D4;stroke-width:0.2;stroke-miterlimit:10;}
	.st92{fill:#FFCA05;}
	.st93{fill:none;stroke:#FFFFFF;stroke-linejoin:round;stroke-miterlimit:10;}
	.st94{fill:none;stroke:#FFFFFF;stroke-linecap:round;stroke-miterlimit:10;}
	.st95{fill:none;stroke:#D1D3D4;stroke-linejoin:round;stroke-miterlimit:10;}
    
   	.st0{fill:#EFEFF1;}
	.st1{fill:#E7E7EA;}
	.st2{fill:#FFFFFF;}
    



    .animated-cloud{
        position: absolute;
        z-index: -1;
    }



/*********************SLICK**********************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots{
    margin-bottom: 0;
    margin-top: 0;
}
.slick-dots button{
    display: none;
}
.slick-dots li{
    list-style: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #D0D2D3;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
}
.slick-dots li.slick-active{
    background-color: #58595B!important;
}
.slick-dots li:hover{
    background-color: #8C8C8C;
}
.slick-arrow{
    border: none;
    outline: none!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    width: 15px;
    height: 28px;
    background: none;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%); /* ??? Firefox */
    -ms-transform: translateY(-50%); /* ??? IE */
    -webkit-transform: translateY(-50%); /* ??? Safari, Chrome, iOS */
    -o-transform: translateY(-50%); /* ??? Opera */
    transform: translateY(-50%);
    z-index: 10;
}
.testimonials-list .slick-arrow{
    top: 30%;
}
.slick-arrow.slick-prev{
    background-image: url(../img/arrow-left-gray.png);
    left: 0;
}
.slick-arrow.slick-next{
    background-image: url(../img/arrow-right-gray.png);
    right: 0;
}
.testimonials-list .slick-prev{
    left: 80px
}
.testimonials-list .slick-next{
    right: 80px
}
.slick-slide{
    padding: 0 30px;
    outline: none!important;
}
.slick-slide img{
    margin: auto;
}

.slick-disabled{
    opacity: .3;
}
/*********************SLICK**********************/



/*********************RESPONSIVE**********************/
@media (max-width: 767px){
    .home-mob-reg-sectiton{
        position:fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 12;
        background-color: #F2F2F2;
        display: none;
        overflow: auto;
    }
    .home-mob-reg-sectiton.visible_mob_login{
        display: block!important;
    }
    .mob_log, .sign_up_click {
        width: 300px;
        margin: auto;
        margin-top: 100px;
    }
    .mini-content {
        padding: 30px 15px;
    }
    .short-info .screenshot{
      -webkit-animation-name: fadeIn!important;
      animation-name: fadeIn!important;
    }
    .short-info .animated{
      -webkit-animation-name: fadeIn!important;
      animation-name: fadeIn!important;
    }  
    .short-info img{
        max-width: 100%;
    }
    .short-info h2 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .short-info div div p{
        font-size: 18px;
    }
    .screenshot{
        overflow: auto;
    }
    .short-info{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .hidden-xs{
        display: none!important;
    }
    .button.short-info-signup{
        margin-top: 0;
    }
    #testimonials{
        padding: 30px 0;
    }
    .slick-slide{
        padding: 0;
    }
    .review-item:after,.review-item:before {
        width: 50px;
        height: 40px;
    }
    .review-item:before{
        left: 0;
        top: 0;
    }
    .review-item:after{
        right: 0;
        bottom: -22px;
    }
    .testimonials-list .slick-prev{
        left: 0;
    }
    .testimonials-list .slick-next{
        right: 0;
    }
    .review{
        font-size: 17px;
    }
    .home-content{
        overflow-x: hidden;
    }
    .welcome-hitabs{
        top: 130px;
    }
    .welcome-hitabs h1{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .welcome-hitabs p{
        font-size: 15px;
    }
    .plane-container svg{
        width: 88px;
    }
    .plane-container{
        top: 100px;
        left: 20px;
        position: absolute;
    }
    .baloon-container svg{
        width: 50px;
    }
    .baloon-container{
        top: 77px;
        right: 20px;
        position: absolute;
    }
    .welcome-hitabs .buttons span{
        display: block;
        margin: 10px 0;
    }
    #mini-manul .short-info .screenshot img{
        margin: auto;
    }
    .popup{
        left: 15px;
        right: 15px;
        width: auto;
        max-height: 90%;
        height: auto;
        padding-bottom: 30px;
    }
    .tour-step-icon {
        height: 70px;
    }
    .tour-step-icon img {
        max-width: 120px;
        max-height: 70px;
    }
    .popup-content{
        height: auto;
    }
    .tour-description{
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .tour-description.tour-start{
        top: 30px;
    }
    .tour-description .list.with-disc li:before{
        left: 0;
    }
    #tour-slide{
        background-position: center 40px;
        height: auto
    }
    #tour-slide .slick-arrow{
        display: none;
    }
    #tour-slide .slick-dots{
        top: 10px;
    }
    #tour-slide .slick-slide:after, #tour-slide .slick-slide:before{
        display: none;
    }
    .next-step {
        width: 20px;
        height: 15px;
        bottom: 75px;
    }
    .cloud-1{
        bottom: 60%;
        left: 4%;
        width: 100px;
    }
    .cloud-2{
        bottom: 23%;
        right: 6%;
        width: 80px;
    }
    .cloud-3{
        bottom: 45%;
        right: 7%;
        width: 120px;
    }
    .cloud-4{
        bottom: 30%;
        left: 8%;
        width: 90px;
    }
    .tour-container .ngdialog-content{
        width: 90%;
    }
    .tour-description h2{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    #tour-slide{
        padding-bottom: 30px;
        min-height: 20px;
    }
    #welcome{
        height: 500px;
        margin-top: -58px;
    }
    #welcome .paralax-fixed{
        background-image: url(../img/gray-cloud-mobile.png);
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: bottom center;
        max-height: 530px;
    }
    .welcome-hitabs .buttons{
        margin-top: 20px;
    }
    #testimonials h2{
        font-size: 22px;
        margin-top: 0;
    }
    #faq .col-md-7, #faq .col-md-4{
        padding-top: 30px;
    }
    #faq .section-icon{
        max-height: 70px;
    }
    .block-title img{
        max-width: 40px;
    }
    .ngDialogTop .ngdialog-content{
        margin-top: 10px;
    }
        .contact_pop .faq_btn{
        margin-bottom: 0;
    }
}
@media (min-width: 600px) and (max-width: 767px) and (orientation:landscape){
    #welcome{
        height: 100%;
    }
    #welcome .paralax-fixed{
        background-image: url(../img/gray-cloud-mobile.png);
        background-size: 250px;
        max-height: 100%;
    }
    .welcome-hitabs {
        top: 90px;
    }
    .welcome-hitabs .buttons span {
        display: inline-block;
        margin: 0 10px;
    }
}

@media (min-width: 480px) and (max-width: 599px) and (orientation:landscape){
    #welcome{
        height: 350px;
    }
    #welcome .paralax-fixed{
        background-image: url(../img/gray-cloud-mobile.png);
        background-size: 230px;
        height: 350px;
    }
    .welcome-hitabs {
        top: 70px;
    }
    .welcome-hitabs .buttons span {
        display: inline-block;
        margin: 0 10px;
    }
}
@media (min-width: 376px) and (max-width: 479px) and (orientation:portrait){
    #welcome{
        height: 600px;
    }
    #welcome .paralax-fixed{
        background-image: url(../img/gray-cloud-mobile.png);
        max-height: 630px;
    }
    .welcome-hitabs {
        top: 150px;
    }
    .welcome-hitabs h1 {
        margin-bottom: 30px;
    }
    .welcome-hitabs .space10{
        height: 20px;
    }
    .welcome-hitabs .buttons {
        margin-top: 30px;
    }
    .plane-container {
        top: 115px;
        position: absolute;
    }
    .baloon-container {
        top: 100px;
        position: absolute;
    }
}
@media (min-width: 768px){
    body .home-mob-reg-sectiton.visible_mob_login{
        display: none!important;
    }
    #mini-manul .short-info:nth-child(2n+1) .screenshot img{
        float: left;
    }
    #mini-manul .short-info:nth-child(2n) .screenshot img{
        float: right;
    }
    .screen-get-shortcode{
        position: relative;
        top: -50px;
    }
    #welcome{
        height: 90%;
    }
    #welcome .paralax-fixed{
        background-image: url(../img/gray-cloud.png);
        max-height: 90%;
    }
    
    .welcome-hitabs .buttons{
        margin-top: 40px;
    }
    
    .plane {
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    
      -webkit-animation: paper-plane-soaring 4s forwards infinite;
      animation: paper-plane-soaring 4s forwards infinite;
    }

    
    .plane-container {
      -webkit-animation: paper-plane-scoping 2s alternate infinite, paper-plane-up 8s alternate;
      animation: paper-plane-scoping 2s alternate infinite, paper-plane-up 8s alternate;
      
      -webkit-animation-timing-function: linear,cubic-bezier(0.54, 0.94, 0.68, 1.02);
      animation-timing-function: linear,cubic-bezier(0.54, 0.94, 0.68, 1.02);
      position: absolute;
      left: 20%;
      bottom: 50%;
    }
    
    .baloon {
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    
      -webkit-animation: baloon 4s forwards infinite;
      animation: baloon 4s forwards infinite;
    }

    
    
    .baloon-container {
      -webkit-animation: baloon-scoping 2s alternate infinite, baloon-up 8s 5s forwards;
      animation: baloon-scoping 2s alternate infinite, baloon-up 8s 5s forwards;
      -webkit-animation-timing-function: linear,cubic-bezier(0.54, 0.94, 0.68, 1.02);
      animation-timing-function: linear,cubic-bezier(0.54, 0.94, 0.68, 1.02);      
      position: absolute;
      right: 20%;
      bottom: 0%;
      visibility: hidden;
    }

    
    /**START CLOUD ANIMATIONS**/
    .animated-cloud{
        position: absolute;
        z-index: -1;
        -webkit-animation: animated-cloud forwards infinite;
        animation: animated-cloud forwards infinite;
        
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    
 
    
    
    
    .cloud-1{
        bottom: 20%;
        left: 7%;
        -webkit-animation-duration: 8s; /* Chrome, Safari, Opera */
        animation-duration: 8s;
        
        -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
        animation-delay: 1s;
        
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        
        opacity: 0;
    }
    .cloud-2{
        bottom: 28%;
        right: 15%;
        -webkit-animation-duration: 12s; /* Chrome, Safari, Opera */
        animation-duration: 12s;
        
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    .cloud-3{
        bottom: 57%;
        right: 32%;
        -webkit-animation-duration: 16s; /* Chrome, Safari, Opera */
        animation-duration: 16s;
        
        -webkit-transform: translateY(5%);
        -ms-transform: translateY(5%);
        transform: translateY(5%);
    }
    .cloud-4{
        bottom: 30%;
        left: 25%;
        -webkit-animation-duration: 14s; /* Chrome, Safari, Opera */
        animation-duration: 14s;
        
        -webkit-transform: translateY(13%);
        -ms-transform: translateY(13%);
        transform: translateY(13%);
    }
    
    .short-info.row-odd .screenshot{
      -webkit-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
    }
    .short-info.row-even .screenshot{
      -webkit-animation-name: fadeInRight;
      animation-name: fadeInRight;
    }
    
    
    .short-info.row-odd .animated.hidden-xs{
      -webkit-animation-name: fadeInRight;
      animation-name: fadeInRight;
    }
    .short-info.row-even .animated.hidden-xs{
      -webkit-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
    }
    #faq{
        padding-top: 50px;
        padding-bottom: 50px;
    }
     .tour-container .ngdialog-content {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/**** CUSTOM CSS FOR IPAD ONLY *****/
@media(max-width: 991px) and (min-width: 768px) {
    .cloud-2 {
        width: 200px;
        right: 5%;
    }
    .cloud-3 {
        width: 150px;
    }
    .cloud-4 {
        width: 250px;
        left: 10%;
    }
    #welcome .paralax-fixed {
        background-size: 50%;
        background-position: bottom 60px center;
    }
    .plane {
        width: 130px;
        margin-left: -130px;
    }
    .baloon-container {
        right: 5%;
    }
    .navbar-brand {
        width: 200px;
    }
}
@media(max-width: 1200px) and (min-width: 992px) {
    .faq_form {
        width: 100%;
    }
}

/**** CUSTOM CSS FOR IPAD ONLY *****/

@media (min-width: 2000px){
    #welcome .paralax-fixed{
        background-position: bottom 175px center;
    }
}
/*********************RESPONSIVE**********************/



/*********************ANIMATIONS**********************/
    @-webkit-keyframes paper-plane-soaring {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      30% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
      }

      70% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
      }
      100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
    }
    @keyframes paper-plane-soaring {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      30% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
      }

      70% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
      }
      100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
    }
    
    @keyframes paper-plane-scoping {
      0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
      }
      100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
      }
    }
    @keyframes paper-plane-scoping {
      0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
      }
      100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
      }
    }
    
    @-webkit-keyframes paper-plane-up {
      0% {
        left: 5%;
        opacity: 0;
        bottom: 65%
      }
      30%{
        opacity: 1;
      }
      100% {
        opacity: 1;
        left: 20%;
        bottom: 50%;
      }
    }
    @keyframes paper-plane-up {
      0% {
        left: 5%;
        opacity: 0;
        bottom: 65%
      }
      30%{
        opacity: 1;
      }
      100% {
        opacity: 1;
        left: 20%;
        bottom: 50%;
      }
    }

    @-webkit-keyframes baloon {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      50% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
      }
      100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
    }
    @keyframes baloon {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      50% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
      }
      100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
    }
    
    @-webkit-keyframes baloon-scoping {
      0% {
        -webkit-transform: translateY(0px,0px);
        transform: translateY(0px,0px);
      }
      100% {
        -webkit-transform: translate(10px,10px);
        transform: translate(10px,10px);
      }
    }
    @keyframes baloon-scoping {
      0% {
        -webkit-transform: translateY(0px,0px);
        transform: translateY(0px,0px);
      }
      100% {
        -webkit-transform: translate(10px,10px);
        transform: translate(10px,10px);
      }
    }
    
    
    @-webkit-keyframes baloon-up {
      0% {
        bottom: 0%;
        opacity: 0;
        visibility: visible;
      }
      30%{
        opacity: 1;
      }
      100% {
        visibility: visible;
        opacity: 1;
        bottom: 45%;
      }
    }
    @keyframes baloon-up {
      0% {
        bottom: 0%;
        opacity: 0;
        visibility: visible;
      }
      30%{
        opacity: 1;
      }
      100% {
        visibility: visible;
        opacity: 1;
        bottom: 45%;
      }
    }
    
    @-webkit-keyframes animated-cloud {
      0% {
        opacity: 0;
      }
      20%{
        opacity: 1;
      }
      80%{
        opacity: 1;
      }
      100% {
        opacity: 0;
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
      }
    }
    @keyframes animated-cloud {
      0% {
        opacity: 0;
      }
      20%{
        opacity: 1;
      }
      80%{
        opacity: 1;
      }
      100% {
        opacity: 0;
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
      }
    }   
/*********************ANIMATIONS**********************/