body {
	font: 18px/30px 'Titillium Web', sans-serif;
	color: #908592;
	background: #fff;
	margin: 0;
	min-width: 320px;
}
a {
	text-decoration: none;
	color: #c858d6;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
a:hover {text-decoration: none;}
img {border: none;}
form,
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
input,
select,
textarea {
	font: 16px/21px 'Titillium Web', sans-serif;
	vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding: 0;
}
blockquote, q {quotes: none;}
q:before,
q:after {content: "";}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {outline: none;}
header,
footer,
section,
nav,
article,
aside {display: block;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h2{
	font-size: 42px;
	line-height: 50px;
	margin: 0 0 20px;
	
}
h3{
	font-size: 36px;
	line-height: 42px;
	margin: 0 0 20px;
}
h4{
	font-size: 24px;
	line-height: 30px;
	color: #490e53;
	margin: 0 0 20px;
}
/* wrapper */
.wrapper {
	overflow: hidden;
	position: relative;
	min-height: 100vh;
	padding-top: 100px;
}
.with-visual .wrapper {
	padding-top: 0;
}
.with-search .wrapper {
	padding-top: 179px;
}
.container {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1030px;
	position: relative;
}
.clearfix:after,
.container:after {
	clear: both;
	content: "";
	display: block;
}
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.btn {
	display: inline-block;
	vertical-align: top;
	border-radius: 999px;
	background: #82d539;
	color: #fff;
	text-align: center;
	border: 0;
	margin: 0;
	padding: 12px 23px 13px;
	font-size: 16px;
	line-height: 19px;
}
.btn:hover {
	background-color: #75bf33;
}
.link {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	padding: 0 10px;
}
.link:hover {
	background-color: rgba(200,88,214,0.1);
}
.form-control::-moz-placeholder {opacity: 1;}
/* header */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #f8f8f8;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.with-visual #header {
	background-color: transparent;
}
#header .container {
	max-width: 100%;
}
#header > .container {
	padding-top: 32px;
	padding-bottom: 34px;
}
#header .logo {
	float: left;
	width: 132px;
	height: 28px;
	margin: 0 10px 0 0;
	background: url('../images/logo.svg') no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: relative;
	z-index: 10;
}
#header .logo a {
	display: block;
	height: 100%;
}
#header .header-msg {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	padding-left: 172px;
	font-size: 16px;
	line-height: 20px;
	color: #493d4b;
	background: #f8f8f8;
}
#header .header-msg .holder {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	height: 94px;
	text-align: right;
	-webkit-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s;
}
.scrolled #header .header-msg .holder {height: 54px;}
#header .header-msg p {
	margin: 0;
}
#header .header-msg .link {
	margin-left: 20px;
}
.header-bottom {
	border-bottom: 1px solid #f2efef;
	padding: 21px 0 19px;
	background: #fff;
}
.header-bottom .container{
	max-width: 100%;
	position: relative;
}
.header-bottom .add-menu {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}
.header-bottom .add-menu > li {
	float: left;
	padding: 10px 0;
	position: relative;
}
.header-bottom .add-menu > li + li {
	margin-left: 64px;
}
.header-bottom .add-menu > li:before,
.header-bottom .add-menu > li:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 -43px -13px;
	border: 12px solid transparent;
	border-width: 12px 13px;
	border-top-color: #490e53;
	opacity: 0;
	visibility: hidden;
}
.header-bottom .add-menu > li:after {
	margin-bottom: -41px;
	border-top-color: #fff;
}
.header-bottom .add-menu > li > a {
	display: inline-block;
	vertical-align: top;
}
.header-bottom .add-menu > .active:before,
.header-bottom .add-menu > .active:after {
	opacity: 1;
	visibility: visible;
}
.header-bottom .add-menu a:hover,
.header-bottom .add-menu > .active > a {
	color: #490e53;
}
.header-bottom .search-form {
	float: right;
	margin: 0 0 0 15px;
	padding: 0 58px 0 0;
	width: 231px;
	border-radius: 999px;
	border: 1px solid #f2efef;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	z-index: 10;
}
.header-bottom .search-form.parent-focus {
	margin-left: -85px;
	width: 331px;
}
.header-bottom .search-form .form-control {
	display: block;
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 10px 23px;
	border: 0;
	background: none;
	color: #908592;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-bottom .search-form .form-control::-webkit-input-placeholder {color:#908592;}
.header-bottom .search-form .form-control:-moz-placeholder {color: #908592;}
.header-bottom .search-form .form-control:-ms-input-placeholder {color:#908592;}
.header-bottom .search-form .btn-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 58px;
	height: 100%;
	border-radius: 0 999px 999px 0;
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.header-bottom .search-form .btn-submit:before,
.header-bottom .search-form .btn-submit:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: url('../images/ico-search.svg') no-repeat;
	-webkit-background-size: auto 16px;
	background-size: auto 16px;
}
.header-bottom .search-form .btn-submit:after {
	opacity: 0;
	background-position: -26px 0;
}
.header-bottom .search-form .btn-submit:hover:before {opacity: 0;}
.header-bottom .search-form .btn-submit:hover:after {opacity: 1;}
/* main-nav */
#main-nav {
	float: right;
	font-size: 16px;
	line-height: 24px;
}
#main-nav > ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-nav > ul > li {
	float: left;
	padding: 3px 10px;
}
#main-nav > ul > li > a {
	display: inline-block;
	vertical-align: top;
	padding: 1px 10px;
	color: #490e53;
}
#main-nav > ul > li > a:hover {
	background-color: rgba(200,88,214,0.1);
}
#main-nav > ul > li > .link-login {
	color: #ca59d8;
	font-weight: 600;
	padding-left: 36px;
	background-image: url('../images/ico-lock.svg');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	-webkit-background-size: 17px 20px;
	background-size: 17px 20px;
}
#main-nav .btn {
	float: left;
	margin: -5px 0 -5px 10px;
}
.opened-popup {
	overflow: hidden;
}
/* signup-popup */
.signup-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 150;
	height: 100vh;
	margin-top: -100vh;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	color: #fff;
	background: rgba(37,28,39,0.9);
	font-size: 16px;
	line-height: 24px;
}
.signup-popup.opened {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}
.signup-popup .btn-close {
	position: absolute;
	top: 27px;
	right: 29px;
	z-index: 1;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: transparent;
}
.signup-popup .btn-close:before,
.signup-popup .btn-close:after {
	content: '';
	position: absolute;
	top: 9px;
	left: -2px;
	background: #fff;
	width: 24px;
	height: 2px;
}
.signup-popup .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.signup-popup .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.signup-popup .btn-close:hover {
	opacity: 0.8;
}
.signup-popup .btn-close .screen-reader-text {
	top: -5px;
	right: -5px;
}
.signup-popup .container {
	height: 100vh;
	padding-top: 55px;
	padding-bottom: 55px;
}
.signup-popup .tbl {
	display: table;
	width: 100%;
	height: 100%;
}
.signup-popup .tbl-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}
.signup-popup h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 47px;
}
.signup-popup .signup-form {
	max-width: 382px;
	margin: 0 auto;
}
.signup-popup .signup-form .row {
	padding: 0 0 12px;
}
.signup-popup .signup-form .row:after {
	content: '';
	display: block;
	clear: both;
}
.signup-popup .signup-form .row label {
	float: left;
	width: 69px;
	padding: 10px 3px 10px 0;
	text-align: left;
}
.signup-popup .signup-form .form-control {
	display: block;
	width: 313px;
	height: 44px;
	border-radius: 999px;
	background: rgba(255,255,255,0.3);
	color: #fff;
	border: 0;
	margin: 0;
	padding: 11px 22px;
}
.signup-popup .signup-form .form-control::-webkit-input-placeholder {color: #fff;}
.signup-popup .signup-form .form-control::-moz-placeholder {color: #fff;}
.signup-popup .signup-form .form-control:-ms-input-placeholder {color: #fff;}
.signup-popup .signup-form label.error {
	color: #f00;
	position: relative;
	top: -10px;
	display: block;
}
.signup-popup .signup-form .btn-submit {
	margin-top: 42px;
}
/* visual */
.visual-area {
	min-height: 100vh;
	position: relative;
}
.visual-area .visual {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.visual {
	background: #f8f8f8;
	min-height: 100vh;
	font-size: 18px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(800px);
	-ms-transform: perspective(800px);
	-o-transform: perspective(800px);
	transform: perspective(800px);
}
.visual .tbl {
	display: table;
	max-width: 605px;
	width: 100%;
	height: 100vh;
}
.visual .tbl-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0 23px;
}
.visual header {
	font-size: 24px;
	line-height: 1.5em;
	padding-bottom: 30px;
}
.visual h1 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 600;
	margin: 0 0 12px;
	color: #493d4b;
}
.visual p {
	margin: 0 0 20px;
}
.visual .form-signup {
	margin: 0 0 18px -23px;
	padding: 7px;
	max-width: 463px;
	border: 1px solid #f2efef;
	background: #fff;
	border-radius: 999px;
}
.visual .form-signup:after {
	content: '';
	display: block;
	clear: both;
}
.visual .form-signup .form-control {
	float: left;
	width: 293px;
	height: 44px;
	margin: 0;
	padding: 11px 20px;
	border: 0;
	background: none;
	color: #490e53;
}
.visual .form-signup .form-control::-webkit-input-placeholder {color: #490e53;}
.visual .form-signup .form-control::-moz-placeholder {color: #490e53;}
.visual .form-signup .form-control:-ms-input-placeholder {color: #490e53;}
.visual .form-signup .btn-submit {
	width: 154px;
	float: left;
}
.visual .container {
	position: relative;
	z-index: 10;
	max-width: 1170px;
}
.visual .pie {
	position: absolute;
	left: 50%;
	bottom: -225px;
	margin: 0 0 0 115px;
	width: 730px;
	height: 730px;
	z-index: 15;
	color: #fff;
}
.visual .pie .poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.visual .pie-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.visual .pie .circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4ad9d9;
	border-radius: 50%;
	-webkit-box-shadow: -27px 27px 46px 0 rgba(0,0,0,0.15);
	box-shadow: -27px 27px 46px 0 rgba(0,0,0,0.15);
}
.visual .pie .part {
	position: absolute;
	text-align: center;
	font-size: 23px;
	line-height: 26px;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.visual .pie .part-tbl {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.visual .pie .part-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 105px 10px 10px;
}
.visual .pie .part-01 {
	top: 141px;
	left: 52px;
	width: 366px;
	height: 190px;
	/*color: #4ad9d9;*/
	-webkit-transform: rotate(46deg);
	-ms-transform: rotate(46deg);
	-o-transform: rotate(46deg);
	transform: rotate(46deg);
}
.visual .pie .part-02 {
	top: 209px;
	left: -28px;
	width: 384px;
	height: 270px;
	/*color: #490e53;*/
	-webkit-transform: rotate(9deg);
	-ms-transform: rotate(9deg);
	-o-transform: rotate(9deg);
	transform: rotate(9deg);
}
.visual .pie .part-01 .part-tbl {
	background-image: url('../images/bg-pie-part-01.svg');
}
.visual .pie .part-02 .part-tbl {
	background-image: url('../images/bg-pie-part-02.svg');
}
.visual .pie .part.wout-bg .part-tbl {
	background: none;
}
.visual .pie .shadow {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.visual .pie .part-02 .shadow:before,
.visual .pie .part-02 .shadow:after {
	content: '';
	position: absolute;
}
.visual .pie .part-02 .shadow:before {
	right: 23px;
	bottom: 60px;
	width: 345px;
	height: 1px;
	-webkit-box-shadow: 12px 8px 32px 4px rgba(0,0,0,1);
	box-shadow: 12px 8px 32px 4px rgba(0,0,0,1);
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.visual .pie:hover .part {
	color: #fff;
}
.visual .scene,
.visual .layer {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 5555;
    list-style: none;
}
.visual .scene {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.visual .layer {
    position: absolute;
}
.visual .layer div {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
	position: absolute;
}
.visual .layer div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: contain;
	background-size: contain;
}
.icons-above {
    z-index: 7777;
}
.visual .icon-position {
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.visual .bg-icon-1,
.visual .bg-icon-2 {
	width: 17px;
	height: 17px;
	border: 2px solid #49d7d7;
	border-radius: 50%;
	margin-top: -8px;
	margin-left: -8px;
}
.visual .bg-icon-1 {
	top: 13.58%;
	left: 15.88%;
}
.visual .bg-icon-2 {
	top: 30.3%;
	left: 51.9%;
}
.visual .bg-icon-3 {
	top: 17.31%;
	right: 24.08%;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	margin-right: -7px;
}
.visual .bg-icon-3:before {
	background-image: url('../images/ico-figure-02.svg');
}
.visual .bg-icon-4,
.visual .bg-icon-5 {
	width: 16px;
	height: 16px;
	margin-left: -8px;
}
.visual .bg-icon-4:before,
.visual .bg-icon-5:before {
	background-image: url('../images/ico-figure-03.svg');
}
.visual .bg-icon-4 {
	top: 55.97%;
	left: 45.53%;
	margin-top: -8px;
}
.visual .bg-icon-5 {
	bottom: 11.64%;
	left: 14.28%;
	margin-bottom: -8px;
}
.visual .bg-icon-6 {
	top: 60.45%;
	left: 52.86%;
	width: 21px;
	height: 21px;
	margin-top: -10px;
	margin-left: -10px;
}
.visual .bg-icon-6:before {
	border: 2px solid #e99739;
	-webkit-transform: rotate(29deg);
	-ms-transform: rotate(29deg);
	-o-transform: rotate(29deg);
	transform: rotate(29deg);
}
.visual .bg-icon-7 {
	bottom: 12.84%;
	left: 44.22%;
	width: 59px;
	height: 2px;
	margin-bottom: -1px;
	margin-left: -30px;
}
.visual .bg-icon-7:before {
	background-color: #e99839;
	-webkit-transform: rotate(-26deg);
	-ms-transform: rotate(-26deg);
	-o-transform: rotate(-26deg);
	transform: rotate(-26deg);
}
.visual .bg-icon-8 {
	bottom: 27.76%;
	left: 36.68%;
	width: 35px;
	height: 2px;
	margin-bottom: -1px;
	margin-left: -17px;
}
.visual .bg-icon-8:before {
	background-color: #c959d7;
	-webkit-transform: rotate(185deg);
	-ms-transform: rotate(185deg);
	-o-transform: rotate(185deg);
	transform: rotate(185deg);
}
.visual .bg-icon-9 {
	top: 39.7%;
	left: 47.8%;
	margin-left: -47px;
	margin-top: -1px;
	width: 94px;
	height: 2px;
}
.visual .bg-icon-9:before {
	background-color: #a0e04f;
	-webkit-transform: rotate(31.5deg);
	-ms-transform: rotate(31.5deg);
	-o-transform: rotate(31.5deg);
	transform: rotate(31.5deg);
}
.visual .bg-icon-10 {
	top: 18.21%;
	left: 48.09%;
	width: 59px;
	height: 2px;
	margin-left: -30px;
	margin-top: -1px;
}
.visual .bg-icon-10:before {
	background-color: #4ad8d8;
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	-o-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.visual .bg-icon-11,
.visual .bg-icon-12,
.visual .bg-icon-13 {
	width: 37px;
	height: 33px;
}
.visual .bg-icon-11:before,
.visual .bg-icon-12:before,
.visual .bg-icon-13:before {
	background-image: url('../images/ico-figure-05.svg');
}
.visual .bg-icon-11 {
	top: 19.25%;
	left: 35.06%;
	margin-top: -16px;
	margin-left: -18px;
}
.visual .bg-icon-11:before {
	-webkit-transform: rotate(-81deg);
	-ms-transform: rotate(-81deg);
	-o-transform: rotate(-81deg);
	transform: rotate(-81deg);
}
.visual .bg-icon-12 {
	top: 43.73%;
	left: 57.24%;
	width: 38px;
	height: 34px;
	margin-top: -17px;
	margin-left: -19px;
}
.visual .bg-icon-12:before {
	-webkit-transform: rotate(102deg);
	-ms-transform: rotate(102deg);
	-o-transform: rotate(102deg);
	transform: rotate(102deg);
}
.visual .bg-icon-13 {
	bottom: 18.29%;
	left: 25.77%;
	width: 32px;
	height: 29px;
	margin-left: -16px;
	margin-bottom: -15px;
}
.visual .bg-icon-13:before {
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.visual .bg-icon-14 {
	top: 24.48%;
	left: 58.35%;
	margin-top: -12px;
	margin-left: -12px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	border: 2px solid #e99739;
}
.visual .bg-icon-15 {
	top: 20%;
	left: 65.81%;
	width: 49px;
	height: 43px;
	margin-top: -21px;
	margin-left: -25px;
}
.visual .bg-icon-15:before {
	background-image: url('../images/ico-figure-06.svg');
	-webkit-transform: rotate(-118deg);
	-ms-transform: rotate(-118deg);
	-o-transform: rotate(-118deg);
	transform: rotate(-118deg);
}
.visual .bg-icon-16 {
	top: 22.68%;
	left: 71.81%;
	width: 21px;
	height: 21px;
	margin-top: -10px;
	margin-left: -10px;
}
.visual .bg-icon-16:before {
	border: 2px solid #4ad8d8;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
.visual .bg-icon-17 {
	bottom: 17.47%;
	left: 50.51%;
	width: 49px;
	height: 49px;
	margin-left: -25px;
	margin-bottom: -25px;
}
.visual .bg-icon-17:before {
	border: 2px solid #a1e14f;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.visual-area .visual.type2 {
	position: relative;
}
.visual.type2 .tbl {
	margin-left: auto;
	margin-right: auto;
}
.visual.type2 h1 {
	margin-bottom: 22px;
}
/* benefits */
.benefits-area {
	position: relative;
	overflow: hidden;
	background: #fff;
}
.benefit-step {
	height: 100vh;
}
.benefit-step.step-02 {
	/* height: 50vh; */
}
.benefits-area .benefits {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.benefits-area.fixed .benefits {
	position: fixed;
}
.benefits {
	padding: 120px 0 20px;
	min-height: 100vh;
	position: relative;
	background: #fff;
}
.benefits > .container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.benefits header {
	text-align: center;
	padding: 0 0 5px;
}
.benefits h2 {
	color: #493d4b;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
}
.benefit-gallery .slick-list {
	overflow: visible;
}
.benefit-gallery .slick-dots {
	position: absolute;
	top: 50%;
	right: -27px;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: inset 0 0 0 1px #dbcfdd;
	box-shadow: inset 0 0 0 1px #dbcfdd;
}
.benefit-gallery .slick-dots li + li {
	margin-top: 24px;
}
.benefit-gallery .slick-dots button {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	border: 1px solid #c458d2;
	background: none;
	position: relative;
}
.benefit-gallery .slick-dots button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #c458d2;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}
.benefit-gallery .slick-dots li:nth-child(2) button:before {
	background-color: #49d2d2;
}
.benefit-gallery .slick-dots li:nth-child(3) button:before {
	background-color: #9cdc4f;
}
.benefit-gallery .slick-dots .slick-active button:before,
.benefit-gallery .slick-dots button:hover:before {
	opacity: 1;
}
.benefit-gallery .slick-slide:focus {
	outline: none;
}
.benefit-gallery figure {
	margin: 0;
	padding: 0 0 0 50%;
	position: relative;
	font-size: 16px;
	line-height: 1.5em;
}
.benefit-gallery .img {
	position: absolute;
	top: 50%;
	left: 4%;
	right: 50%;
	margin: -102px auto 0;
	width: 288px;
	height: 204px;
}
.benefit-gallery .img-base {
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.benefit-gallery .img-small {
	position: absolute;
	top: 100vh;
	left: 50%;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.benefit-gallery .img-01,
.benefit-gallery .img-02,
.benefit-gallery .img-06,
.benefit-gallery .img-07,
.benefit-gallery .img-10,
.benefit-gallery .img-11 {
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.benefit-gallery .img-03,
.benefit-gallery .img-04,
.benefit-gallery .img-05,
.benefit-gallery .img-08,
.benefit-gallery .img-09,
.benefit-gallery .img-12,
.benefit-gallery .img-13 {
	-webkit-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.benefit-gallery .hidding .img-01,
.benefit-gallery .hidding .img-02,
.benefit-gallery .hidding .img-06,
.benefit-gallery .hidding .img-07,
.benefit-gallery .hidding .img-10,
.benefit-gallery .hidding .img-11 {
	-webkit-transition-delay: 0.0s;
	-o-transition-delay: 0.0s;
	transition-delay: 0.0s;
}
.benefit-gallery .hidding .img-03,
.benefit-gallery .hidding .img-04,
.benefit-gallery .hidding .img-05,
.benefit-gallery .hidding .img-08,
.benefit-gallery .hidding .img-09,
.benefit-gallery .hidding .img-12,
.benefit-gallery .hidding .img-13 {
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.benefit-gallery .img-01 {
	width: 72px;
	height: 101px;
	margin-top: -139px;
	margin-left: 64px;
}
.benefit-gallery .img-02 {
	width: 81px;
	height: 91px;
	margin-top: -42px;
	margin-left: -175px;
}
.benefit-gallery .img-03 {
	width: 116px;
	height: 69px;
	margin-top: -44px;
	margin-left: -54px;
}
.benefit-gallery .img-04 {
	width: 58px;
	height: 71px;
	margin-top: 49px;
	margin-left: 95px;
}
.benefit-gallery .img-05 {
	width: 111px;
	height: 111px;
	margin-top: 56px;
	margin-left: -100px;
}
.benefit-gallery .img-06 {
	width: 98px;
	height: 98px;
	margin-top: -151px;
	margin-left: -186px;
}
.benefit-gallery .img-07 {
	width: 61px;
	height: 179px;
	margin-top: -67px;
	margin-left: 104px;
}
.benefit-gallery .img-08 {
	width: 122px;
	height: 87px;
	margin-top: 86px;
	margin-left: -74px;
}
.benefit-gallery .img-09 {
	width: 155px;
	height: 76px;
	margin-top: -10px;
	margin-left: -230px;
}
.benefit-gallery .img-10 {
	width: 121px;
	height: 111px;
	margin-top: -171px;
	margin-left: -13px;
}
.benefit-gallery .img-11 {
	width: 112px;
	height: 86px;
	margin-top: -48px;
	margin-left: -204px;
}
.benefit-gallery .img-12 {
	width: 84px;
	height: 86px;
	margin-top: -22px;
	margin-left: 112px;
}
.benefit-gallery .img-13 {
	width: 162px;
	height: 67px;
	margin-top: 80px;
	margin-left: -113px;
}
.benefit-gallery.forward .hidding .img-small {
	top: -100vh;
}
.benefit-gallery.back .hidding .img-small {
	top: 100vh;
}
.benefit-gallery .showning .img-small {
	top: 50%;
}
.benefit-gallery figcaption {
	position: relative;
	margin-left: 60px;
	top: 100px;
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.benefit-gallery .hidding figcaption {
	opacity: 0;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.benefit-gallery.forward .hidding figcaption {
	top: -100px;
}
.benefit-gallery.back .hidding figcaption {
	top: 100px;
}
.benefit-gallery.forward .showning figcaption,
.benefit-gallery.back .showning figcaption {
	top: 0;
}
.benefit-gallery .showning figcaption {
	opacity: 1;
	top: 0;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.benefit-gallery .tbl {
	display: table;
	max-width: 360px;
	width: 100%;
	height: 388px;
}
.benefit-gallery .tbl-cell {
	display: table-cell;
	vertical-align: middle;
}
.benefit-gallery figure h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 19px;
	color: #490e53;
}
.benefit-gallery figure p {
	margin: 0 0 18px;
}
/* user-gallery */
.user-gallery-area {
	position: relative;
	background: rgba(53,10,58,1);
}
.user-gallery {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	margin: 0 auto;
	max-width: 1466px;
}
.user-gallery .slide {
	margin: 0;
	position: relative;
}
.user-gallery .img {
	margin: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.user-gallery .img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(53,10,58,0.4);
}
.user-gallery .img img {
	display: none;
}
.user-gallery .slick-slide:focus {
	outline: none;
}
.user-gallery blockquote {
	margin: 0 50% 0 auto;
	max-width: 415px;
	padding: 85px 0 152px;
}
.user-gallery blockquote img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 0 23px;
}
.user-gallery q {
	display: block;
	margin-bottom: 18px;
}
.user-gallery q:before {
	content: '“';
}
.user-gallery q:after {
	content: '”';
}
.user-gallery cite {
	display: block;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5em;
	color: #e9e9e9;
}
.user-gallery-area .gallery-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 6px;
	background: #4ad9d9;
	z-index: 50;
}
.user-gallery .slick-dots {
	list-style: none;
	margin: 0 0 0 -410px;
	padding: 0;
	position: absolute;
	left: 50%;
	bottom: 100px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
	font-size: 0;
	line-height: 0;
	letter-spacing: -6px;
}
.user-gallery .slick-dots li {
	display: inline-block;
	vertical-align: top;
}
.user-gallery .slick-dots li + li {
	margin-left: 24px;
}
.user-gallery .slick-dots button {
	display: block;
	border: 1px solid #fff;
	background: none;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
}
.user-gallery .slick-dots .slick-active button,
.user-gallery .slick-dots button:hover {
	background-color: #fff;
}
/* feature-area */
.feature-area {
	padding: 128px 0 20px;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.feature-area:before {
	content: '';
	position: absolute;
	top: -82px;
	left: -300%;
	right: -300%;
	bottom: 0;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2U2ZjdkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2U2ZjdkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 33%, #e6f7d7 33%, #e6f7d7 66%, #ffffff 66%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(33%,#ffffff), color-stop(33%,#e6f7d7), color-stop(66%,#e6f7d7), color-stop(66%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 33%,#e6f7d7 33%,#e6f7d7 66%,#ffffff 66%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 33%,#e6f7d7 33%,#e6f7d7 66%,#ffffff 66%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 33%,#e6f7d7 33%,#e6f7d7 66%,#ffffff 66%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 33%,#e6f7d7 33%,#e6f7d7 66%,#ffffff 66%,#ffffff 100%);
	-webkit-transform: rotate(-18deg);
	-ms-transform: rotate(-18deg);
	-o-transform: rotate(-18deg);
	transform: rotate(-18deg);
	-webkit-background-size: 100% 1916px;
	background-size: 100% 1916px;
}
.feature-area > * {
	position: relative;
}
.feature-area header {
	text-align: center;
	padding-bottom: 76px;
}
.feature-area h2 {
	color: #493d4b;
	font-size: 36px;
	line-height: 42px;
	font-weight: normal;
}
.feature-area .item {
	position: relative;
	font-size: 16px;
	line-height: 1.5em;
	max-width: 1366px;
	margin: 0 auto;
	display: block;
}
.feature-area .item + .item {
	margin-top: 152px;
}
.feature-area .item .img {
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.feature-area .item .img img {
	display: block;
	width: auto;
	height: 100%;
	border: 2px solid #350a3a;
	border-radius: 3px;
}
.feature-area .item figcaption {
	margin-left: 50%;
	padding-left: 90px;
	padding-right: 20px;
	max-width: 485px;
	/* -webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
	opacity: 0; */
}
.feature-area .item:nth-child(2n+1) figcaption {
		margin-left: auto;
		margin-right: 50%;
		padding-left: 20px;
		padding-right: 90px;
}
.feature-area .item.shown .img {
	margin-left: 0;
}
.feature-area .item.shown:nth-child(2n+1) .img {
	margin-left: auto;
	margin-right: 0;
}
.feature-area .item.shown figcaption {
	/* opacity: 1; */
}
.feature-area .item .tbl {
	display: table;
	width: 100%;
	height: 435px;
}
.feature-area .item .tbl-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 6px 0 2px;
}
.feature-area .item h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 18px;
	max-width: 300px;
	color: #490e53;
}
.feature-area .item p {
	margin: 0 0 18px;
}
.feature-area .item ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #490e53;
}
.feature-area .item li {
	padding: 0 0 6px 30px;
	position: relative;
}
.feature-area .item li:before {
	content: '';
	position: absolute;
	top: 0.75em;
	left: 0;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: #490e53;
}
/* heading */
.heading{
	text-align: center;
	padding: 70px 0 53px;
	max-width: 650px;
	margin: 0 auto;
}
.heading h2{
	font-size: 36px;
	line-height: 42px;
	color: #493d4b;
	margin-bottom: 19px;
	font-weight: 400;
}
.heading p{
	margin: 0;
}
/*features*/
.features{
	padding: 100px 0 78px;
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
}
.features ul{
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.features ul li{
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 25px;
}
.features .holder,
.goals .holder{
	-webkit-box-shadow: 0 2px 10px 0 rgba(62,57,97,0.06);
	-moz-box-shadow: 0 2px 10px 0 rgba(62,57,97,0.06);
	box-shadow: 0 2px 10px 0 rgba(62,57,97,0.06);
	border-radius: 3px;
	border: 1px solid  #f2efef;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	display: block;
	color: #908592;
	padding: 39px 50px 40px;
	position: relative;
}
.features .ico,
.goals .ico{
	height: 82px;
	line-height: 82px;
	vertical-align: middle;
	margin: 0 0 31px;
}
.goals .ico img,
.features .ico img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	position: relative;
}
.features h3{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 4px;
	color: #490e53;
}
.features p{margin: 0;}
/*goals*/
.goals{
	padding: 17px 0 88px;
	overflow: hidden;
	position: relative;
}
.goals .heading{padding-bottom: 38px;}
.goals ul{
	margin: 0 -17px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.goals ul li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 17px 34px;
}
.goals .holder{padding: 38px 10px 44px;}
.goals .ico{
	height: 80px;
	line-height: 80px;
	margin: 0 0 7px;
	position: relative;
}
.goals h3{
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 0;
	color: #490e53;
}
/*triggers*/
.triggers{
	background: #f8f8f8;
	padding: 17px 0 99px;
}
.triggers .emotions{
	margin: 0 0 31px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.triggers .emotions li{
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #e99639;
	padding: 0 20px 34px;
}
.triggers .emotions .img{
	margin: 0 0 41px;
	height: 148px;
	line-height: 148px;
	vertical-align: bottom;
}
.triggers .emotions .img img{
	vertical-align: bottom;
	width: 100%;
	max-width: 236px;
}
.triggers h3{
	font-size: 24px;
	line-height: 30px;
	color: #493d4b;
	font-weight: 600;
	text-align: center;
	margin-bottom: 49px;
}
.available-triggers{
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.available-triggers li{
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	padding: 0 10px 21px;
}
.available-triggers .holder{
	background: #fff;
	border: 1px solid  #f2efef;
	padding: 23px 25px 23px 0;
}
.available-triggers .img{
	float: left;
	margin: 0;
	width: 100px;
	text-align: center;
	padding-top: 8px;
}
.available-triggers .img img{vertical-align: top;}
.available-triggers .txt{overflow: hidden;}
.available-triggers h4{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 6px;
}
.available-triggers .txt p{margin: 0;}
/*reactions*/
.reactions{
	padding-top: 17px;
	padding-bottom: 206px;
}
.reactions-carousel{
	max-width: 690px;
	width: 100%;
	margin: 0 auto;
}
.reactions-carousel .slick-list{overflow: visible;}
.reactions-carousel .slick-slide:focus{outline: none;}
.reactions-carousel .slick-arrow{
	font-size: 0;
	border: 0;
	background-color: transparent;
	background: url(../images/ico-029.png) no-repeat;
	-webkit-background-size: 48px 23px;
	background-size: 48px 23px;
	width: 48px;
	height: 23px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	z-index: 20;
}
.reactions-carousel .slick-arrow.slick-prev {
	-webkit-animation: arrowAnimLeft 2s linear 1s infinite alternate;
	animation: arrowAnimLeft 2s linear 1s infinite alternate;
}
.reactions-carousel .slick-arrow.slick-next{
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	right: 9px;
	left: auto;
	-webkit-animation: arrowAnimRight 2s linear 1s infinite alternate;
	animation: arrowAnimRight 2s linear 1s infinite alternate;
}
.reaction{
	padding: 0 33px;
	position: relative;
}
.reaction .img{
	margin: 0 auto;
	height: 282px;
	display: table-cell;
	vertical-align: middle;
	opacity: 0.3;
}
.reaction  .img img{
	position: relative;
	vertical-align: middle;
	width: 60%;
	max-width: 506px;
	margin: 0 auto;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.reactions-carousel .slick-slide .descr{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	padding: 33px 30px;
	font-size: 16px;
	line-height: 24px;
	opacity: 0;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.reaction .descr h3{
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #493d4b;
	margin-bottom: 6px;
}
.reaction .descr p{margin: 0;}
.reactions-carousel .slick-active .img,
.reactions-carousel .slick-current .img,
.reactions-carousel .slick-center .img {opacity: 1;}
.reactions-carousel .slick-active .descr,
.reactions-carousel .slick-current .descr,
.reactions-carousel .slick-center .descr {opacity: 1;}
.reactions-carousel .slick-active .img img,
.reactions-carousel .slick-current .img img,
.reactions-carousel .slick-center .img img {
	width: 100%;
}
/*insights*/
.insights{padding: 20px 0 93px;}
.insights .heading{padding-bottom: 32px;}
.tiles{
	height: 208px;
	overflow: hidden;
	margin-left: -118px;
	margin-right: -500px;
}
.tiles:first-child{
	margin-left: -53px;
	margin-right: -500px;
}
.tile{
	float: left;
	border: 1px solid;
	-webkit-box-shadow: 0 2px 10px 0 rgba(87,14,111,0.06);
	-moz-box-shadow: 0 2px 10px 0 rgba(87,14,111,0.06);
	box-shadow: 0 2px 10px 0 rgba(87,14,111,0.06);
	font-size: 16px;
	line-height: 24px;
	width: 425px;
	border-radius: 3px;
	margin: 5px 5px;
}
.tile:focus{outline: none;}
.tile header{
	display: table;
	height: 90px;
	border: 1px solid;
	color: #fff;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: 0 -2px 10px 0 rgba(87,14,111,0.06);
	-moz-box-shadow: 0 -2px 10px 0 rgba(87,14,111,0.06);
	box-shadow: 0 -2px 10px 0 rgba(87,14,111,0.06);
}
.tile .img{
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	text-align: center;
}
.tile .img:after{
	content: '';
	display: block;
	width: 100px;
	text-align: center;
}
.tile .img img{
	vertical-align: top;
	margin: 0 auto;
}
.tile .title{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.tile .txt{padding: 18px 20px 16px 28px;}
.tile .txt p{margin: 0;}
.tile .solution{
	display: inline-block;
	background: url(../images/ico-006.png) no-repeat 100% 8px;
	-webkit-background-size: 14px 12px;
	background-size: 14px 12px;
	padding: 0 35px 0 0;
	font-weight: 700;
}
.tile.concern{
	border-color: #fbefdf;
	background: #fef9f4;
}
.tile.concern header{
	border-color: #e69e4e;
	background: #f5b166;
}
.tile.concern .solution{color: #f5b166;}
.tile.technical{
	border-color: #f8e9fb;
	background: #fef8ff;
}
.tile.technical header{
	border-color: #b854c5;
	background: #cf68dc;
}
.tile.technical .solution{
	background: url(../images/ico-008.png) no-repeat 100% 8px;
	color: #cf68dc;
}
.tile.opportunity{
	border-color: #dcf5f5;
	background: #f3fefe;
}
.tile.opportunity header{
	border-color: #3ac0c0;
	background: #49d2d2;
}
.tile.opportunity .solution{
	background: url(../images/ico-007.png) no-repeat 100% 8px;
	color: #49d2d2;
}
/*possibility*/
.possibility{
	background: #f8f8f8;
	padding: 15px 0 6px;
}
.possibility .heading{padding-bottom: 39px;}
.possibility .heading h2{margin-bottom: 11px;}
.possibility ul{
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.possibility ul li{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.possibility .holder{
	border: 1px solid  #f2efef;
	padding: 43px 10px 50px;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #908592;
	background: #fff;
}
.possibility .logo{
	margin: 0 0 15px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}
.possibility .logo img{
	max-width: 100%;
	max-height: 100%;
}
.possibility span{display: block;}
.possibility .numbers{
	color: #493d4b;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}
.possibility .numbers:before{
	content: '';
	width: 18px;
	height: 22px;
	background: url(../images/ico-002.png) no-repeat;
	-webkit-background-size: 18px 22px;
	background-size: 18px 22px;
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	margin-right: 7px;
}
.possibility mark{
	color: #82d539;
	background: transparent;
}
/*pricing*/
.pricing{padding: 15px 0 84px;}
.pricing .heading {
	max-width: 100%;
}
.price-category{
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.price-category > li{
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 0 10px;
	margin-bottom: 18px;
}
.price-category .holder{
	-webkit-box-shadow: 0 2px 10px 0 rgba(62,57,97,0.06);
	-moz-box-shadow: 0 2px 10px 0 rgba(62,57,97,0.06);
	box-shadow: 0 2px 10px 0 rgba(62,57,97,0.06);
	border-radius: 3px;
	border: 1px solid  #f2efef;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	padding: 0 27px 46px;
}
.price-category header{
	background: #f8f8f8;
	padding: 21px 10px 26px;
	margin: 0 -27px 39px;
}
.price-category h3{
	font-size: 24px;
	line-height: 30px;
	color: #493d4b;
	margin: 0;
}
.price-category .ico{
	margin: 0 0 34px;
	height: 77px;
	line-height: 77px;
}
.price-category .ico img{
	display: inline-block;
	vertical-align: bottom;
}
.price-category .price{
	font-size: 18px;
	line-height: 30px;
	position: relative;
	display: block;
	color: #493d4b;
	margin-bottom: 15px;
}
.price-category .price .large{
	font-size: 45px;
	line-height: 45px;
}
.price-category .note{
	position: absolute;
	top: -21px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 16px;
	line-height: 24px;
	color: #908592;
}
.price-category p{
	margin: 0 0 10px;
	display: table-cell;
	vertical-align: middle;
	height: 48px;
	width: 1%;
}
.price-category .startup .large{color: #480e52;}
.price-category .business .large{color: #49d2d2;}
.price-category .enterprise .large{color: #82d539;}
.price-category .features{
	margin: 34px 0 41px;
	padding: 0;
	list-style: none;
	border-top: 1px solid #f2efef;
	min-height: 270px;
	background: none;
}
.price-category .features li{
	border-bottom: 1px solid  #f2efef;
	padding: 12px 0 17px;
	color: #493d4b;
	position: relative;
}
.price-category .btn-question{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border: 2px solid  #000;
	border-radius: 50%;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	top: 15px;
	right: 18px;
}
.price-category .business .btn-question{
	color: #49d2d2;
	border-color: #49d2d2;
}
.signup-popup .signup-form .btn-submit,
.price-category .enterprise .btn-question{
	color: #82d539;
	border-color: #82d539;
}
.price-category .btn{min-width: 154px;}
.signup-popup .signup-form .btn-submit,
.price-category .enterprise .btn{
	background: #c458d2;
	color: #fff;
}
.signup-popup .signup-form .btn-submit:hover,
.price-category .enterprise .btn:hover{background: #b04fbd;}
/*faq*/
.faq{
	background: #f8f8f8;
	padding-bottom: 48px;
}
.faq ul{
	margin: 0;
	padding: 0;
	list-style: none;
	-moz-columns: 2;
	-ms-columns: 2;
	columns: 2;
}
.faq ul li{
	font-size: 16px;
	line-height: 24px;
	padding: 0 30px 1px;
	break-inside: avoid-column;
	/*float: left;*/
}
.faq h3{
	font-size: 18px;
	line-height: 24px;
	color: #480e52;
	margin: 0 0 12px;
}
.faq p{margin: 0 0 48px;}
/*reviews*/
.reviews{padding: 15px 0;}
.reviews .heading{padding-bottom: 20px;}
.reviews ul{
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.reviews ul li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 21px;
}
.reviews .holder{
	border: 1px solid  #f2efef;
	padding: 32px 35px 52px 53px;
	font-size: 16px;
	line-height: 24px;
}
.reviews header:after{
	content: '';
	display: block;
	clear: both;
}
.reviews .photo{
	margin: 0 41px 13px 0;
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
}
.reviews h3{
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #e99639;
	padding-top: 10px;
}
.reviews .locate{
	font-weight: 400;
	display: block;
	text-transform: none;
	color: #480e52;
}
.reviews p{margin: 0;}
.reviews p>strong{
	font-weight: 600;
	color: #480e52;
}
.reviews .holder p:before,
.reviews .holder p:after {
	content: '"';
}
/*free-started white*/
.free-started.white{
	background: transparent;
	padding-top: 56px;
	padding-bottom: 93px;
}
.free-started.white h2{color: #493d4b;}
.free-started.white .form-control {border: 1px solid  #f2efef;}
.free-started.white .link{color: #c858d6;}
.free-started.get-results{
	position: relative;
	background: #f8f8f8;
	padding-bottom: 113px;
	padding-top: 96px;
}
.free-started.get-results:before,
.free-started.get-results:after{
	content: '';
	position: absolute;
	top: 20px;
	transform-origin: 50% 50%;
	width: 86px;
	height: 48px;
	background: url(../images/ico-013.svg) no-repeat;
	-webkit-background-size: 86px 48px;
	background-size: 86px 48px;
}
.free-started.get-results:before{
	left: 50%;
	margin-left: -130px;
}
.free-started.get-results:after{
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	right: 50%;
	margin-right: -127px;
}
.free-started.get-results h2{margin-bottom: 62px;}
.twocolumns{
	position: static;
}
#sidebar{
	float: right;
	width: 300px;
	text-align: center;
	padding-top: 82px;
}
#sidebar .affix-box{
	width: 300px;
}
#sidebar .affix{
	position: fixed;
	top: 74px;
}
#sidebar .affix-top{
	position: relative;
}
#sidebar .affix-bottom{
	position: absolute;
}
#sidebar .box{
	border: 1px solid  #f2efef;
	border-radius: 2px;
	padding: 42px 25px 43px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}
#sidebar .box.subscribe{background: #f8f8f8;}
#sidebar .box .promo {
	color: #490e53;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 7px;
	letter-spacing: 0.7px;
}
#sidebar h3{
	color: #e99639;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 17px;
}
#sidebar .box p{margin: 0 0 10px;}
#sidebar .box .subscribe-form {
	position: relative;
	max-width: 231px;
	margin: 30px auto 16px;
}
.subscribe-form .form-control {
	width: 100%;
	height: 44px;
	border-radius: 999px;
	border: 1px solid  #f2efef;
	background: #fff;
	font-size: 15px;
	line-height: 24px;
	padding: 8px 50px 10px 24px;
	color: #490e53;
}
.subscribe-form .form-control::-moz-placeholder {color: #490e53;}
.subscribe-form .form-control:-ms-input-placeholder {color: #490e53;}
.subscribe-form .form-control::-webkit-input-placeholder {color: #490e53;}
.subscribe-form .btn-submit {
	position: absolute;
	top: 4px;
	right: 3px;
	background: url(../images/ico-009.svg) no-repeat 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	background-color: #82d539;
	border: 0;
	border-radius: 50%;
	width: 36px;
	height: 36px;
}
.subscribe-form .btn-submit:hover{background-color: #75bf33;}
.note{
	font-size: 14px;
	line-height: 18px;
	display: block;
}
#sidebar .box .link{margin-top: 10px;}
.share-links{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.share-links li{
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
	margin-bottom: 18px;
}
.share-links li:first-child{display: block;}
.share-links a:hover{opacity: .7;}
#content{
	padding-right: 388px;
	padding-top: 11px;
	width: 100%;
}
.post{padding: 56px 0 43px;}
.post.full{padding-bottom: 21px;}
.post+.post{
	border-top: 1px solid #f2efef;
	margin-top: 20px;
}
.post h3{
	font-weight: 400;
	color: #493d4b;
	margin-bottom: 19px;
}
.post h3 a{
	color: inherit;
	text-decoration: none;
}
.post h3 a:hover{color: #c458d2;}
.post .meta ,.page .meta{
	margin: 0 0 27px -18px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.post .meta li, .page .meta li{
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	padding: 0 18px;
}
.post .meta li+li:before, .page .meta li+li:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 18px;
	background: #908592;
	margin-left: -17px;
	margin-right: 17px;
}
.post .meta a, .page .meta a{color: #908592;}
.post .meta a:hover, .page .meta a:hover{color: #c458d2;}
.post .meta .by, .page .meta .by{font-style: italic;}
.post .image, .page .image{
	margin: 0 0 27px;
	border-radius: 2px;
	overflow: hidden;
	height: 338px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.post.full .image{margin-bottom: 38px;}
.post .image img{display: none;}
.post .txt{
	max-width: 530px;
}
.post p{margin: 0 0 18px;}
.post.full p{margin-bottom: 30px;}
.post.full p a {
	font-weight: 600;
}
.post.full .item-title {
	color: #490e53;
}
.post .link {
	font-size: 16px;
	font-weight: 600;
	margin-left: -10px;
}
.btn-prev{
	display: inline-block;
	vertical-align: top;
	color: #c858d6;
	background: #f8f8f8;
	border: 1px solid #f2efef;
	border-radius: 999px;
	padding: 19px 35px 21px 55px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
	margin-bottom: 101px;
}
.btn-prev:before{
	content: '';
	height: 12px;
	width: 14px;
	background: url(../images/ico-008.svg) no-repeat;
	-webkit-background-size: 14px 12px;
	background-size: 14px 12px;
	position: absolute;
	top: 50%;
	left: 29px;
	margin-top: -6px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-prev:hover{
	color: #fff;
	background: #c858d6;
}
.btn-prev:hover:before{background: url(../images/ico-009.svg) no-repeat;}
.post .txt ul{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.post .txt ul li{padding-left: 31px;}
.post .txt ul li+li{margin-top: 12px;}
.post .txt ul li:before{
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #490e53;
	margin-left: -31px;
	margin-right: 21px;
}
/*learn-block*/
.learn-block {
	background: #490e53;
	padding: 71px 0;
}
.learn-block .txt{padding-right: 230px;}
.learn-block h3{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 13px;
	font-weight: 600;
	color: #fff;
}
.learn-block p{margin: 0 0 10px;}
.learn-block .btn-learn{
	position: absolute;
	right: 60px;
	top: 14px;
}
.btn-learn{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 40px 12px;
	background: #c858d6;
	border-radius: 999px;
	color: #fff;
}
.btn-learn:hover{background: #b44fc0;}
#content .free-started{
	background: transparent;
	padding: 0 0 69px;
	text-align: left;
	color: #493d4b;
	border-bottom: 1px solid  #f2efef;
}
#content .free-started h4{
	font-weight: 600;
	margin-bottom: 24px;
	color: #493d4b;
}
#content .free-started .form-holder{
	max-width: none;
	margin-bottom: 10px;
}
#content .free-started .form-control{border: 1px solid #f2efef;}
#content .free-started .btn{
	padding-left: 35px;
	padding-right: 35px;
}
#content .free-started .note{
	margin-left: 27px;
	margin-bottom: 31px;
	color: #908592;
}
/*ask-author*/
.ask-author{padding: 62px 0 37px;}
.ask-author .photo{
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 40px 0 51px;
}
.ask-author .photo img{display: none;}
.ask-author .txt{
	overflow: hidden;
	padding-top: 7px;
}
.ask-author h4{
	margin-bottom: 15px;
	line-height: 24px;
}
.ask-author .name:hover{opacity: .7;}
.ask-author p{margin: 0 0 10px;}
.widget-comment{
	margin-bottom: 193px; 
	text-align: center;
}
.widget-comment img{
	width: 100%;
	vertical-align: top;
	max-width: 600px;
}
/*partners*/
.partners{
	padding: 55px 0;
	text-align: center;
	background: #fff;
}
.partners h3{
	color: #493d4b;
	margin-bottom: 12px;
	font-weight: 400;
}
.partners p{margin: 0 0 44px;}
.partners ul{
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.partners ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 25px;
	max-width: 160px;
}
.partners ul a:hover{opacity: .7;}
.partners img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
}
/*subscribe*/
.free-started{
	padding: 113px 0 76px;
	background: #490e53;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}
.free-started h2{
	color: #fff;
	font-weight: 600;
	margin-bottom: 51px;
}
.free-started .form-holder{
	max-width: 465px;
	width: 100%;
	position: relative;
	margin: 0 auto 15px;
}
.free-started .form-control{
	width: 100%;
	height: 60px;
	border-radius: 30px;
	border: 0;
	color: #490e53;
	font-size: 16px;
	line-height: 24px;
	padding: 18px 175px 18px 30px;
}
.free-started .btn{
	position: absolute;
	top: 8px;
	right: 8px;
}
.free-started .form-control::-moz-placeholder {color: #490e53;}
.free-started .form-control:-ms-input-placeholder {color: #490e53;}
.free-started .form-control::-webkit-input-placeholder {color: #490e53;}
.free-started p{margin: 0;}
.free-started .demo{
	color: #fff;
	font-weight: 600;
}
.free-started .link{color: #fff;}
/*	customers*/
.customers{
	text-align: center;
	background: #382f3a;
	padding: 89px 0 46px;
}
.customers h4{
	color: #fff;
	margin-bottom: 47px;
}
.customers ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.customers ul li{
	display: inline-block;
	vertical-align: middle;
	max-width: 160px;
	margin: 0 20px 50px;
}
.customers img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    vertical-align: top;
}
.customers a:hover{opacity: .6;}
/*footer*/
#footer{
	background: #251c27;
	padding: 85px 0;
	font-size: 16px;
	line-height: 24px;
}
.footer-nav {
	margin: 0 0 45px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.footer-nav li{
	display: inline-block;
	padding: 0 27px;
	font-size: 16px;
	line-height: 24px;
}
.footer-nav a{color: #fff;}
.footer-nav a:hover{color: #c458d2;}
/*footer-lists*/
.footer-lists{margin-bottom: 12px;}
.footer-lists .address{
	overflow: hidden;
	display: inline-block;
	margin: 0;
	padding: 4px 0 0;
	list-style: none;
}
.footer-lists .address li{
	margin-bottom: 16px;
	padding-left: 25px;
}
.footer-lists .address li:before{
	content: '';
	width: 14px;
	height: 18px;
	display: inline-block;
	line-height: 24px;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-left: -25px;
	margin-right: 11px;
	background: url(../images/ico-001.svg) no-repeat 50% 50%;
	-webkit-background-size: 14px 18px;
	background-size: 14px 18px;
}
.footer-socials{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.footer-socials li{
	display: inline-block;
	vertical-align: top;
}
.footer-socials li+li{margin-left: 11px;}
.footer-socials a{
	display: block;
	padding: 0 3px 0 7px;
	line-height: 24px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.footer-socials a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 24px;
}
.footer-socials .facebook:before{
	background: url(../images/ico-002.svg) no-repeat;
	-webkit-background-size: 11px 19px;
	background-size: 11px 19px;
	width: 11px;
	height: 19px;
}
.footer-socials .twitter:before{
	background: url(../images/ico-003.svg) no-repeat;
	-webkit-background-size: 22px 18px;
	background-size: 22px 18px;
	width: 22px;
	height: 18px;
}
.footer-socials .contact-us{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	vertical-align: middle;
}
.footer-socials .contact-us:before{
	background: url(../images/ico-004.svg) no-repeat;
	-webkit-background-size: 23px 17px;
	background-size: 23px 17px;
	width: 23px;
	height: 17px;
	margin-right: 16px;
	margin-bottom: 3px;
}
.footer-socials .facebook:hover:before{background-image: url(../images/ico-005.svg);}
.footer-socials .twitter:hover:before{background-image: url(../images/ico-006.svg);}
.footer-socials .contact-us:hover{color: #c458d2;}
.footer-socials .contact-us:hover:before{background-image: url(../images/ico-007.svg);}
/*footer-bar*/
.footer-bar{
	border-top: 1px solid  #2c242e;
	padding: 30px 0 10px;
}
.footer-bar .links{
	float: right;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 0;
	line-height: 0;
	list-style: none;
}
.footer-bar .links li{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 24px;
	padding: 0 3px;
}
.footer-bar .links li+li{margin-left: 6px;}
.footer-bar .links li+li:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	height: 16px;
	background: #fff;
	margin-right: 11px;
}
.footer-bar .links a{color: #fff;}
.footer-bar .links a:hover{color: #c458d2;}
.footer-bar .copy{
	overflow: hidden;
	margin: 0;
}
.possibility .value {
	display: inline;
}


@media screen and (min-width: 1470px) {
	.user-gallery:before,
	.user-gallery:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 200px;
		z-index: 20;
	}
	.user-gallery:before {
		left: 0;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1MGEzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTBhM2EiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  rgba(53,10,58,1) 0%, rgba(53,10,58,0) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(53,10,58,1)), color-stop(100%,rgba(53,10,58,0)));
		background: -webkit-linear-gradient(left,  rgba(53,10,58,1) 0%,rgba(53,10,58,0) 100%);
		background: -o-linear-gradient(left,  rgba(53,10,58,1) 0%,rgba(53,10,58,0) 100%);
		background: -ms-linear-gradient(left,  rgba(53,10,58,1) 0%,rgba(53,10,58,0) 100%);
		background: linear-gradient(to right,  rgba(53,10,58,1) 0%,rgba(53,10,58,0) 100%);
	}
	.user-gallery:after {
		right: 0;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1MGEzYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTBhM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  rgba(53,10,58,0) 0%, rgba(53,10,58,1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(53,10,58,0)), color-stop(100%,rgba(53,10,58,1)));
		background: -webkit-linear-gradient(left,  rgba(53,10,58,0) 0%,rgba(53,10,58,1) 100%);
		background: -o-linear-gradient(left,  rgba(53,10,58,0) 0%,rgba(53,10,58,1) 100%);
		background: -ms-linear-gradient(left,  rgba(53,10,58,0) 0%,rgba(53,10,58,1) 100%);
		background: linear-gradient(to right,  rgba(53,10,58,0) 0%,rgba(53,10,58,1) 100%);
	}
}
@media screen and (min-width: 1200px) {
	.feature-area .item .img {
		left: -2px;
		margin-left: -100px;
	}
	.feature-area .item:nth-child(2n+1) .img {
		left: auto;
		right: -2px;
		margin-left: auto;
		margin-right: -100px;
	}
	.feature-area .item.shown .img {
		margin-left: 0;
	}
	.feature-area .item.shown:nth-child(2n+1) .img {
		margin-left: auto;
		margin-right: 0;
	}
}
@media screen and (min-width: 992px) {
	.goals li:nth-child(4n+2) .ico img {
		-webkit-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	.goals li:nth-child(4n+3) .ico img {
		-webkit-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.goals li:nth-child(4n) ..ico img {
		-webkit-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.goals li:nth-child(3n+2) .ico img {
		-webkit-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	.goals li:nth-child(3n) .ico img {
		-webkit-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
}
@media screen and (min-width: 768px) {
	/* header */
	#header .btn-menu {
		display: none !important;
	}
	#header > .container,
	#header .bottom {
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.scrolled #header {
		-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
		box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
	}
	.scrolled #header > .container {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.scrolled #header .logo {
		margin-top: 2px;
	}
	.scrolled #header .bottom {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.scrolled .header-bottom .add-menu > .active:before {
		margin-bottom: -35px;
	}
	.scrolled .header-bottom .add-menu > .active:after {
		margin-bottom: -33px;
	}
	.with-visual.scrolled #header {
		background: #f8f8f8;
	}
	/* main-nav */
	#main-nav .add-menu-mobile {
		display: none !important;
	}
	/* visual */
	.visual.type2 {
		text-align: center;
	}
	.visual.type2 .form-signup {
		margin-left: auto;
		margin-right: auto;
	}
	.visual.type2 header {
		padding-bottom: 40px;
	}
	.visual.type2 .bg-icon-1 {
		top: 17.76%;
		left: 14.12%;
	}
	.visual.type2 .bg-icon-2 {
		top: auto;
		left: auto;
		right: 34.26%;
		bottom: 15.22%;
		margin: 0 -11px -11px 0;
	}
	.visual.type2 .bg-icon-3 {
		top: 32.98%;
		right: 20.35%;
	}
	.visual.type2 .bg-icon-4 {
		width: 43px;
		height: 43px;
		border: 2px solid #4bd7d7;
		border-radius: 50%;
		top: auto;
		left: auto;
		right: 7.61%;
		bottom: 22.98%;
		margin: 0 -21px -21px 0;
	}
	.visual.type2 .bg-icon-4:before,
	.visual.type2 .bg-icon-4:after {
		display: none;
	}
	.visual.type2 .bg-icon-5 {
		top: auto;
		bottom: 22.38%;
		left: 11.12%;
		margin-bottom: -10px;
	}
	.visual.type2 .bg-icon-6 {
		bottom: 48.5%;
		left: 7.03%;
	}
	.visual.type2 .bg-icon-7 {
		bottom: 11.64%;
		left: 42.39%;
	}
	.visual.type2 .bg-icon-8 {
		bottom: 15.07%;
		left: 27.89%;
	}
	.visual.type2 .bg-icon-9 {
		top: auto;
		left: auto;
		bottom: 44.32%;
		right: 16.18%;
		margin: 0 -47px -1px 0;
	}
	.visual.type2 .bg-icon-11 {
		display: none;
	}
	.visual.type2 .bg-icon-12 {
		top: 33.73%;
		left: auto;
		right: 11.12%;
		margin-top: -17px;
		margin-left: 0;
		margin-right: -19px;
	}
	.visual.type2 .bg-icon-13 {
		left: 25.4%;
		bottom: 43.88%;
	}
	.visual.type2 .bg-icon-14 {
		top: 11.04%;
		left: 39.16%;
	}
	.visual.type2 .bg-icon-15 {
		top: 32.98%;
		left: 16.98%;
	}
	.visual.type2 .bg-icon-15:before {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	.visual.type2 .bg-icon-16 {
		top: 19.7%;
		left: 68.01%;
	}
	.visual.type2 .bg-icon-17 {
		bottom: 21.49%;
		right: 21.52%;
		left: auto;
		margin-left: 0;
		margin-right: -25px;
	}
	.desktop-hide,
	.possibility .numbers br{
		display: none;
	}
	.partners,
	.free-started,
	.customers,
	#footer {
		position: relative;
	}
	.price-category .holder,
	.reviews .holder,
	/*.goals .ico img,*/
	/*.features .ico img,*/
	.possibility .logo img {
		position: relative;
		opacity: 0;
		top: 100vh;
		-webkit-transition: all 0.75s cubic-bezier(0.680, -0.550, 0.265, 1.550);
		-o-transition: all 0.75s cubic-bezier(0.680, -0.550, 0.265, 1.550);
		transition: all 0.75s cubic-bezier(0.680, -0.550, 0.265, 1.550);
		visibility: none;
	}
	.price-category .holder.shown,
	.reviews .holder.shown,
	.goals .shown .ico img,
	.features .shown .ico img,
	.possibility .shown .logo img {
		opacity: 1;
		top: 0;
		visibility: visible;
	}
	.price-category li:nth-child(2) .holder {
		-webkit-transition-delay: 0.25s;
		-o-transition-delay: 0.25s;
		transition-delay: 0.25s;
	}
	.price-category li:nth-child(3) .holder {
		-webkit-transition-delay: 0.5s;
		-o-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	.reviews li:nth-child(2n) .holder {
		-webkit-transition-delay: 0.15s;
		-o-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}
	.features li:nth-child(3n+2) .ico img {
		-webkit-transition-delay: 0.25s;
		-o-transition-delay: 0.25s;
		transition-delay: 0.25s;
	}
	.features li:nth-child(3n) .ico img {
		-webkit-transition-delay: 0.5s;
		-o-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	.possibility li:nth-child(2n) .logo img {
		-webkit-transition-delay: 0.15s;
		-o-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}
	.possibility .numbers:before {
		position: relative;
		opacity: 0;
		top: 30px;
		-webkit-transition: all 0.3s ease 0.75s;
		-o-transition: all 0.3s ease 0.75s;
		transition: all 0.3s ease 0.75s;
	}
	.possibility .shown .numbers:before {
		opacity: 1;
		top: 0;
	}
	.possibility li:nth-child(2n) .numbers:before {
		-webkit-transition-delay: 0.9s;
		-o-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}
}
@media screen and (max-width: 1199px) {
	/* header */
	.header-bottom .add-menu > li + li {
		margin-left: 18px;
	}
	.benefit-gallery .slick-dots {
		right: -18px;
	}
	.feature-area .item .img {
		right: 50%;
		margin-right: 100px;
	}
	.feature-area .item.shown .img {
		margin-right: 0;
	}
	.feature-area .item:nth-child(2n+1) .img {
		right: auto;
		left: 50%;
		margin-left: 100px;
	}
	.feature-area .item.shown:nth-child(2n+1) .img {
		margin-left: 0;
	}
}
@media screen and (max-width: 991px) {
	/* header */
	#header .header-block:before{
		content: '';
		position: absolute;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 2px;
		background: #f8f8f8;
	}
	.header-bottom .add-menu {
		letter-spacing: 0;
		font-size: 14px;
	}
	/* benefits */
	.benefits h2,
	.feature-area h2 {
		font-size: 24px;
		line-height: 1.2em;
	}
	.benefit-gallery .img {
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
	.benefit-gallery .tbl {
		height: 280px;
	}
	/* user-gallery */
	.user-gallery blockquote {
		margin-left: 0;
		margin-right: 0;
	}
	.user-gallery .slick-dots {
		margin-left: 20px;
		left: 0;
	}
	/* feature-area */
	.feature-area .item figcaption {
		padding-left: 50px;
		padding-right: 20px;
	}
	.feature-area .item:nth-child(2n+1) figcaption {
		padding-left: 20px;
		padding-right: 50px;
	}
	/* goals */
	.goals ul li{width: 33.333%;}
	.price-category .features li{font-size: 14px;}
	.price-category .btn-question{right: -10px;}
	#content {padding-right: 320px;}
	.post .meta li {display: block;}
	.post .meta li+li:before {display: none;}
	.post .image {height: 280px;}
}
@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
	#sidebar .affix-box{width: auto;}
	#sidebar .affix{
		position: static;
		top: 0;
	}
	#sidebar .affix-top{
		position: static;
	}
	#sidebar .affix-bottom{
		position: static;
		top: 0;
	}
	body {-webkit-text-size-adjust: none;}
	.wrapper,
	.with-visual .wrapper,
	.with-search .wrapper {
		padding-top: 0;
	}
	/* header */
	#header {
		position: relative;
		padding-top: 84px;
		background-color: transparent;
	}
	#header > .container {
		background-color: #f8f8f8;
		padding-top: 0;
		padding-bottom: 0;
	}
	#header > .container:after {
		display: none;
	}
	#header .header-block {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 101;
		padding: 32px 20px 24px;
		background: #f8f8f8;
	}
	#header .header-block:after {
		content: '';
		display: block;
		clear: both;
	}
	#header .header-msg {
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		padding-left: 0;
		text-align: center;
		line-height: 24px;
		padding-top: 22px;
		padding-bottom: 24px;
	}
	#header .header-msg .holder {
		display: block;
		width: auto;
		vertical-align: middle;
		height: auto;
		min-height: 94px;
		text-align: center;
		-webkit-transition: height .3s;
		-o-transition: height .3s;
		transition: height .3s;
	}
	.scrolled #header .header-msg .holder{height: auto;}
	#header .header-msg .str {
		display: block;
		padding-top: 12px;
	}
	#header .header-msg .link {
		margin-left: 0;
	}
	#header .btn-menu {
		float: right;
		padding: 2px;
		margin: 0 -7px 0 10px;
	}
	#header .btn-menu span {
		display: block;
		width: 21px;
		height: 2px;
		background: #490e53;
	}
	#header .btn-menu span + span {
		margin-top: 6px;
	}
	#header .btn-menu span:nth-child(2) {
		width: 27px;
	}
	.header-bottom .add-menu {
		display: none;
	}
	#header .bottom {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.header-bottom .search-form,
	.header-bottom .search-form.parent-focus {
		width: 100%;
		margin-left: 0;
	}
	/* main-nav */
	.opened-menu #main-nav {
		max-height: 80vh;
		overflow-y: auto;
		-webkit-box-shadow: 0 1px 0 0 #f2efef, 0 -1px 0 0 #f2efef, 0 -2px 10px 0 rgba(62,57,97,0.06);
		box-shadow: 0 1px 0 0 #f2efef, 0 -1px 0 0 #f2efef, 0 -2px 10px 0 rgba(62,57,97,0.06);
	}
	#main-nav {
		position: fixed;
		top: 80px;
		left: 0;
		right: 0;
		z-index: 110;
		max-height: 0;
		overflow: hidden;
		background: #f8f8f8;
		text-align: center;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#main-nav > ul {
		float: none;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#main-nav > ul > li {
		float: none;
		padding: 2px 10px;
		line-height: 20px;
	}
	#main-nav > ul > li > a,
	#main-nav > ul > li > .link-login {
		padding: 12px 30px;
		min-width: 116px;
		text-align: left;
	}
	#main-nav > ul > li > .link-login {
		-webkit-background-size: 13px 15px;
		background-size: 13px 15px;
	}
	#main-nav .btn {
		float: none;
		margin: 0 0 30px;
	}
	#main-nav > .add-menu-mobile > li > a {
		min-width: 1px;
		text-align: inherit;
		display: block;
	}
	/* signup-popup */
	.signup-popup h3 {
		margin-bottom: 35px;
	}
	.signup-popup .signup-form {
		max-width: 280px;
	}
	.signup-popup .signup-form .row label {
		float: none;
		display: block;
		width: auto;
		padding-top: 0;
		padding-left: 23px;
		padding-bottom: 12px;
	}
	.signup-popup .signup-form .form-control {
		width: 100%;
		margin-bottom: 6px;
	}
	.signup-popup .signup-form .btn-submit {
		margin-top: 30px;
	}
	/* visual */
	.visual-area {
		min-height: 1px;
	}
	.visual-area .visual {
		position: relative;
	}
	.visual {
		text-align: center;
		min-height: 1px;
		padding-top: 37px;
		padding-bottom: 247px;
	}
	.visual .tbl {
		display: block;
		height: auto;
	}
	.visual .tbl-cell {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	.visual h1 {
		line-height: 50px;
	}
	.visual header {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 6px;
	}
	.visual header p {
		margin-bottom: 12px;
	}
	.visual .form-signup {
		margin-left: auto;
		margin-right: auto;
		background: none;
		border: 0;
		border-radius: 0;
	}
	.visual .form-signup .form-control {
		border-radius: 999px;
		background: #fff;
		display: block;
		float: none;
		width: 100%;
		height: 60px;
		margin-bottom: 18px;
		padding-top: 18px;
		padding-bottom: 18px;
		border: 1px solid #f2efef;
	}
	.visual .form-signup .btn-submit {
		float: none;
	}
	.visual .pie {
		width: 480px;
		height: 480px;
		bottom: -252px;
		left: auto;
		right: -183px;
		margin-left: 0;
	}
	.visual .pie .part {
		text-align: left;
		font-size: 18px;
		line-height: 24px;
	}
	.visual .pie .part-01 {
		top: 59px;
		left: 94px;
		width: 228px;
		height: 118px;
		-webkit-transform: rotate(76deg);
		-ms-transform: rotate(76deg);
		-o-transform: rotate(76deg);
		transform: rotate(76deg);
	}
	.visual .pie .part-02 {
		top: 73px;
		left: 14px;
		width: 246px;
		height: 168px;
		-webkit-transform: rotate(39deg);
		-ms-transform: rotate(39deg);
		-o-transform: rotate(39deg);
		transform: rotate(39deg);
	}
	.visual .pie .part-02 .shadow:before {
		width: 210px;
		right: 15px;
		bottom: 40px;
		-webkit-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		-o-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
	.visual .pie .part-cell {
		padding-left: 18px;
	}
	.visual .bg-icon-1 {
		top: auto;
		left: auto;
		right: 760px;
		bottom: 180px;
	}
	.visual .bg-icon-2 {
		top: auto;
		left: auto;
		right: 580px;
		bottom: 200px;
	}
	.visual .bg-icon-3 {
		top: auto;
		right: 490px;
		bottom: -3px;
	}
	.visual .bg-icon-4 {
		top: auto;
		left: auto;
		right: 680px;
		bottom: 28px;
	}
	.visual .bg-icon-5 {
		left: auto;
		right: 260px;
		bottom: 203px;
		margin-right: -8px;
	}
	.visual .bg-icon-6 {
		top: auto;
		left: auto;
		right: 380px;
		bottom: 10px;
	}
	.visual .bg-icon-7,
	.visual .bg-icon-8,
	.visual .bg-icon-9,
	.visual .bg-icon-10,
	.visual .bg-icon-11 {
		display: none;
	}
	.visual .bg-icon-12 {
		top: auto;
		left: auto;
		right: 450px;
		bottom: 180px;
	}
	.visual .bg-icon-13 {
		left: auto;
		right: 660px;
	}
	.visual .bg-icon-14 {
		top: auto;
		left: auto;
		right: 315px;
		bottom: 128px;
		margin-right: -14px;
		margin-bottom: -14px;
		width: 28px;
		height: 28px;
		border-color: #c757d5;
	}
	.visual .bg-icon-15 {
		top: auto;
		right: 307px;
		left: auto;
		bottom: 239px;
		margin-right: -25px;
		margin-bottom: -21px;
	}
	.visual .bg-icon-15:before {
		-webkit-transform: rotate(-134deg);
		-ms-transform: rotate(-134deg);
		-o-transform: rotate(-134deg);
		transform: rotate(-134deg);
	}
	.visual .bg-icon-16 {
		top: auto;
		left: auto;
		right: 22px;
		bottom: 285px;
		margin-bottom: -11px;
		margin-right: -11px;
	}
	.visual .bg-icon-17 {
		left: auto;
		right: 530px;
	}
	.visual.type2 {
		padding-bottom: 75px;
	}
	.visual.type2 .bg-icon-1 {
		width: 9px;
		height: 9px;
		top: 12px;
		left: 50%;
		right: auto;
		bottom: auto;
		margin-left: -127px;
		margin-top: 0;
	}
	.visual.type2 .bg-icon-2 {
		top: 0;
		right: 50%;
		bottom: auto;
		margin-top: 0;
		margin-right: -54px;
		border-color: #ea9d46;
		width: 12px;
		height: 12px;
	}
	.visual.type2 .bg-icon-3 {
		right: 50%;
		margin-right: -250px;
	}
	.visual.type2 .bg-icon-4 {
		bottom: 50px;
		right: auto;
		left: 50%;
		margin-left: -140px;
		width: 8px;
		height: 8px;
	}
	.visual.type2 .bg-icon-5 {
		right: 50%;
		bottom: auto;
		top: 25px;
		margin-right: -278px;
	}
	.visual.type2 .bg-icon-6 {
		bottom: 67%;
		right: auto;
		left: 50%;
		margin-left: -326px;
	}
	.visual.type2 .bg-icon-7 {
		display: block;
		left: auto;
		right: 50%;
		bottom: 18px;
		margin-right: -93px;
		width: 30px;
		height: 1px;
	}
	.visual.type2 .bg-icon-8 {
		display: block;
		left: 50%;
		bottom: 29px;
		margin-left: -30px;
		width: 20px;
		height: 1px;
	}
	.visual.type2 .bg-icon-10 {
		display: block;
		top: 14px;
		left: 50%;
		margin-left: 92px;
		width: 33px;
		height: 1px;
	}
	.visual.type2 .bg-icon-12 {
		bottom: 116px;
		left: 85%;
		margin-left: 0;
		width: 16px;
		height: 18px;
	}
	.visual .bg-icon-12:before {
		-webkit-transform: rotate(78deg);
		-ms-transform: rotate(78deg);
		-o-transform: rotate(78deg);
		transform: rotate(78deg);
	}
	.visual.type2 .bg-icon-13 {
		bottom: 40%;
		left: 50%;
		right: auto;
		margin-left: -367px;
	}
	.visual.type2 .bg-icon-14 {
		bottom: auto;
		top: 15%;
		right: 50%;
		margin-right: -380px;
	}
	.visual.type2 .bg-icon-15 {
		bottom: auto;
		top: 102px;
		left: 1%;
		right: auto;
		margin-left: 0;
		width: 27px;
		height: 30px;
	}
	.visual .bg-icon-15:before {
		-webkit-transform: rotate(-125deg);
		-ms-transform: rotate(-125deg);
		-o-transform: rotate(-125deg);
		transform: rotate(-125deg);
	}
	.visual.type2 .bg-icon-16 {
		top: auto;
		bottom: 5%;
		right: auto;
		left: 50%;
		margin-left: -288px;
	}
	.visual.type2 .bg-icon-17 {
		right: 50%;
		margin-right: -330px;
	}
	/* benefits */
	.benefits-area .benefits,
	.benefits-area.fixed .benefits {
		position: relative;
	}
	.benefits {
		padding-top: 81px;
		min-height: 1px;
	}
	.benefits h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.benefits > .container {
		position: relative;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.benefit-step {
		display: none;
	}
	.benefit-gallery {
		padding-top: 59px;
	}
	.benefit-gallery figure {
		padding-left: 0;
		padding-bottom: 56px;
	}
	.benefit-gallery .img {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		width: 161px;
		height: 114px;
		margin-top: 0;
		margin-bottom: 50px;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.benefit-gallery .img-small {
		opacity: 1 !important;
		top: 50% !important;
	}
	.benefit-gallery .img-01 {
		width: 41px;
		height: 57px;
		margin-top: -79px;
		margin-left: 35px;
	}
	.benefit-gallery .img-02 {
		width: 46px;
		height: 51px;
		margin-top: -24px;
		margin-left: -98px;
	}
	.benefit-gallery .img-03 {
		width: 65px;
		height: 39px;
		margin-top: -24px;
		margin-left: -30px;
	}
	.benefit-gallery .img-04 {
		width: 33px;
		height: 40px;
		margin-top: 29px;
		margin-left: 53px;
	}
	.benefit-gallery .img-05 {
		width: 63px;
		height: 62px;
		margin-top: 32px;
		margin-left: -56px;
	}
	.benefit-gallery .img-06 {
		width: 55px;
		height: 55px;
		margin-top: -85px;
		margin-left: -104px;
	}
	.benefit-gallery .img-07 {
		width: 35px;
		height: 100px;
		margin-top: -38px;
		margin-left: 58px;
	}
	.benefit-gallery .img-08 {
		width: 69px;
		height: 49px;
		margin-top: 47px;
		margin-left: -42px;
	}
	.benefit-gallery .img-09 {
		width: 87px;
		height: 43px;
		margin-top: -6px;
		margin-left: -129px;
	}
	.benefit-gallery .img-10 {
		width: 68px;
		height: 62px;
		margin-top: -96px;
		margin-left: -7px;
	}
	.benefit-gallery .img-11 {
		width: 63px;
		height: 48px;
		margin-top: -27px;
		margin-left: -114px;
	}
	.benefit-gallery .img-12 {
		width: 48px;
		height: 49px;
		margin-top: -13px;
		margin-left: 63px;
	}
	.benefit-gallery .img-13 {
		width: 91px;
		height: 38px;
		margin-top: 44px;
		margin-left: -63px;
	}
	.benefit-gallery figcaption {
		margin-left: 0;
		top: 0 !important;
		opacity: 1 !important;
		text-align: center;
		padding-top: 14px;
		min-height: 110px;
	}
	.benefit-gallery .tbl {
		display: block;
		height: auto;
	}
	.benefit-gallery .tbl-cell {
		display: block;
	}
	/* feature-area */
	.feature-area {
		padding-top: 90px;
	}
	.feature-area h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.feature-area header {
		padding-bottom: 45px;
	}
	.feature-area .item + .item {
		margin-top: 73px;
	}
	.feature-area .item figcaption,
	.feature-area .item:nth-child(2n+1) figcaption {
		opacity: 1;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.feature-area .item .img {
		padding-left: 20px;
		padding-right: 20px;
		margin: 0 auto 30px;
		max-width: 485px;
		position: relative;
		left: 0;
		right: 0;
	}
	.feature-area .item .img img {
		height: auto;
		max-width: 100%;
	}
	.feature-area .item:nth-child(2n+1) .img {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	.feature-area .item:nth-child(2n+1) .img img {
		margin-left: auto;
	}
	.feature-area .item .tbl {
		display: block;
		height: auto;
	}
	.feature-area .item .tbl-cell {
		display: block;
	}
	/* user-gallery */
	.user-gallery {
		background: #f8f8f8;
		color: inherit;
	}
	.user-gallery .img {
		padding-bottom: 77.5%;
		position: relative;
		background-position: 65% 50%;
	}
	.user-gallery figcaption {
		text-align: center;
	}
	.user-gallery blockquote {
		max-width: 100%;
		padding-top: 37px;
		padding-bottom: 100px;
	}
	.user-gallery blockquote img {
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	}
	.user-gallery cite {
		color: #490e53;
	}
	.user-gallery .slick-dots {
		left: 50%;
		bottom: 48px;
		margin-left: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-box-shadow: inset 0 0 0 1px #d5c9d7;
		box-shadow: inset 0 0 0 1px #d5c9d7;
	}
	.user-gallery .slick-dots button {
		border-color: #c458d2;
	}
	.user-gallery .slick-dots .slick-active button,
	.user-gallery .slick-dots button:hover {
		background-color: #c458d2;
	}
	.user-gallery-area .gallery-progress {
		opacity: 0;
	}
	.heading{
		padding-top: 58px;
		padding-bottom: 51px;
	}
	.heading h2{
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 14px;
	}
	/* goals */
	.goals{padding-bottom: 84px;}
	.goals .heading{padding-bottom: 52px;}
	.goals ul{margin: 0;}
	.goals ul li{
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 19px;
	}
	/* triggers */
	.triggers{
		padding-top: 30px;
		padding-bottom: 83px;
	}
	.triggers .heading{padding-bottom: 48px;}
	.triggers .emotions{margin-bottom: 26px;}
	.triggers .emotions li{width: 100%;}
	.triggers .emotions .img{margin-bottom: 39px;}
	.triggers h3{margin-bottom: 24px;}
	.available-triggers{
		margin-left: -18px;
		margin-right: -18px;
	}
	.available-triggers li{
		width: 100%;
		padding-bottom: 19px;
	}
	.available-triggers .img{width: 91px;}
	/* reactions */
	.reactions{
		padding-top: 30px;
		padding-bottom: 223px;
	}
	.reaction .img{height: 155px;}
	.reactions-carousel{max-width: 506px;}
	.reactions-carousel .slick-arrow{
		top: auto;
		bottom: -67px;
		left: 20px;
	}
	.reactions-carousel .slick-arrow.slick-next{right: 20px;}
	.reactions-carousel .slick-arrow{
		background: url(../images/ico-030.png) no-repeat;
		-webkit-background-size: 19px 15px;
		background-size: 19px 15px;
		width: 19px;
		height: 15px;
	}
	.reaction{padding: 0;}
	.reaction .img{
		opacity: 0;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}
	.reaction .img img{width: 100%;}
	.reactions-carousel .slick-slide .descr{
		padding-left: 0;
		padding-right: 0;
	}
	.reaction .descr h3{
		padding-left: 40px;
		padding-right: 40px;
	}
	.reactions-carousel .reaction.slick-active .img{opacity: 1;}
	.reactions-carousel .slick-slide .descr{padding-top: 43px;}
	/* features */
	.features{padding-bottom: 83px;}
	.features ul{
		margin-left: -5px;
		margin-right: -5px;
	}
	.features ul li{
		width: 100%;
		padding-bottom: 18px;
	}
	/* insights */
	.insights{
		padding-top: 16px;
		padding-bottom: 97px;
	}
	.tile{
		max-width: 320px;
		margin-left: 2px;
		margin-right: 2px;
	}
	/* possibility */
	.possibility{padding-top: 30px;}
	.possibility ul li{
		width: 100%;
		margin-bottom: 18px;
	}
	.possibility .numbers:before{display: none;}
	.free-started.get-results:before,
	.free-started.get-results:after,
	.free-started.get-results h2 br{display: none;}
	.free-started.get-results{padding-top: 42px;}
	.free-started.white.get-results h2{margin-bottom: 53px;}
	.price-category > li{width: 100%;}
	.price-category .holder{
		padding-left: 37px;
		padding-right: 37px;
		padding-bottom: 20px;
	}
	.price-category header{
		margin-left: -37px;
		margin-right: -37px;
	}
	.price-category .features{
		min-height: auto;
		margin-bottom: 20px;
		overflow: visible;
	}
	.price-category .features li{font-size: 16px;}
	.price-category .note{display: none;}
	.price-category .btn-question{line-height: 14px;}
	/* faq */
	.faq .heading{
		padding-top: 75px;
		padding-bottom: 42px;
	}
	.faq ul{
		-moz-columns: 1;
		-ms-columns: 1;
		columns: 1;
	}
	.faq ul li{padding: 0;}
	/* reviews */
	.reviews .heading{
		padding-top: 56px;
		padding-bottom: 21px;
	}
	.reviews ul li{
		width: 100%;
		margin-bottom: 18px;
	}
	.reviews .holder{padding: 22px 15px 30px 20px;}
	.reviews .photo{
		margin-left: 10px;
		margin-right: 30px;
		margin-bottom: 12px;
	}
	/* free-started white */
	.free-started.white{
		padding-bottom: 111px;
		padding-top: 60px;
	}
	.free-started.white h2{margin-bottom: 39px;}
	#sidebar{
		margin: 0 -10px 36px;
		width: auto;
		padding-top: 0;
		float: none;
	}
	#content {padding-right: 0;}
	.mobile-hide{display: none;}
	
	/* post */
	.post{padding-top: 50px;}
	.post .image{
		margin-left: -20px;
		margin-right: -20px;
		height: 230px;
	}
	.post .txt ul{margin-bottom: 30px;}
	.post.full .image{margin-bottom: 26px;}
	.align-c{
		padding-top: 18px;
		text-align: center;
	}
	.btn-prev{margin-bottom: 120px;}
	/* #content .free-started */
	#content .free-started{text-align: center;}
	#content .free-started .note{
		margin-left: 0;
		margin-bottom: 28px;
	}
	/* ask-author */
	.ask-author{
		text-align: center;
		border-bottom: 1px solid  #f2efef;
		padding-bottom: 53px;
	}
	.ask-author .photo{
		float: none;
		margin: 0 auto 26px;
	}
	.ask-author h4{margin-bottom: 18px;}
	.ask-author .name{display: block;}
	.widget-comment {
		margin-bottom: 117px;
		padding-top: 55px;
	}
	/* learn-block */
	.learn-block{text-align: center;}
	.learn-block .txt{padding-right: 0;}
	.learn-block .btn-learn{
		position: static;
		margin-top: 24px;
		margin-bottom: 17px;
	}
	/* partners */
	.partners{padding: 45px 0;}
	.partners h3{
		font-size: 30px;
		line-height: 36px;
	}
	.partners p{margin-bottom: 48px;}
	.partners ul{margin-bottom: 12px;}
	.partners ul li{
		max-width: 110px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.partners ul li:nth-child(1) img{margin-top: 8px;}
	/* free-started */
	.free-started{
		padding-top: 63px;
		padding-bottom: 81px;
	}
	.free-started h2{margin-bottom: 53px;}
	.free-started .form-holder{margin-bottom: 23px;}
	.free-started input.form-control{
		padding-right: 30px;
		margin-bottom: 18px;
	}
	.free-started .btn{
		position: static;
		font-size: 16px;
		padding-left: 17px;
		padding-right: 17px;
	}
	/* customers */
	.customers{
		padding-top: 77px;
		padding-bottom: 74px;
	}
	.customers h4{margin-bottom: 62px;}
	.customers ul li{
		max-width: 130px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 30px;
	}
	/* footer*/
	#footer{
		padding-top: 71px;
		padding-bottom: 74px;
		text-align: center;
	}
	.footer-nav{margin-bottom: 43px;}
	.footer-nav li{display: block;}
	.footer-nav li+li{margin-top: 24px;}
	.footer-lists{margin-bottom: 65px;}
	.footer-lists .address{
		padding-left: 7px;
		padding-right: 7px;
		margin-bottom: 23px;
		text-align: left;
	}
	.footer-socials{float: none;}
	.footer-bar{padding-top: 53px;}
	.footer-bar .links{
		float: none;
		margin-bottom: 35px;
		padding: 0;
	}
}
@media screen and (max-width: 479px){
	/* post */
	.post .image{
		height: 179px;
	}
}

@-webkit-keyframes arrowAnimLeft {
	0%    {margin-left: -10px;}
	10%   {margin-left: 10px;}
	20%   {margin-left: 0;}
	100%  {margin-left: 0;}
}
@keyframes arrowAnimLeft {
	0%    {margin-left: -10px;}
	10%   {margin-left: 10px;}
	20%   {margin-left: 0;}
	100%  {margin-left: 0;}
}
@-webkit-keyframes arrowAnimRight {
	0%    {margin-right: -10px;}
	10%   {margin-right: 10px;}
	20%   {margin-right: 0;}
	100%  {margin-right: 0;}
}
@keyframes arrowAnimRight {
	0%    {margin-right: -10px;}
	10%   {margin-right: 10px;}
	20%   {margin-right: 0;}
	100%  {margin-right: 0;}
}



.tickercontainer {
	height: auto !important;
}
.tickercontainer ul {
	font: inherit !important;
}
.tickercontainer li {
	font: inherit !important;
	white-space: normal !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.tile .title {
	padding-right: 5px;
}
.tile .title p {
	margin: 0;
}
.tickeroverlay-left,
.tickeroverlay-right {
	display: none !important;
}