/*!
 * Landing Presentation
 * https://touchsize.com
 */

body {
	overflow-x: hidden;
	color: #444;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Playfair Display', sans-serif;
}

a {
	text-decoration: none;
	color: #000;
	outline: none;

	transition: color .25s linear, background-color .25s linear;
	-webkit-transition: color .25s linear, background-color .25s linear;
}

p {
	font-weight: normal;
}

ul, ol {
	line-height: 1.8;
}

a:hover,
a:focus {
	color: #2d2d30;
	text-decoration: none;
}

img {
	width: 100%;
	max-width: 100%;
}

section {
	position: relative;
}

.logo {
	width: 327px;
	max-width: 100%;
}

#header {
	position: relative;
}
#intro-features {
	margin-top: 60px;
}
#footer small {
	line-height: 2;
	font-weight: 300;
}
#footer .nav-inline {
	font-size: 13px;
    font-weight: 300;
    line-height: 1.2;
    text-align: right;
}
#footer .nav-inline .nav-item {
    display: inline-block;
}
#footer .nav > li > a:hover, 
#footer .nav > li > a:focus {
	text-decoration: underline;
    background-color: transparent;
}
.dark-background {
	background-color: rgb(34, 44, 53);
	color: #fff;
}
.dark-background a {
	color: #fff;
}
.has-background {
    background-position: center center;
    background-size: cover;
}
.has-gradient-mask {
    position: relative;
    z-index: 1;
    color: #ffffff;
}
.has-gradient-mask:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    
    background: rgba(131, 77, 155, .9);  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, rgba(208, 78, 214, .9), rgba(131, 77, 155, .9));  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, rgba(208, 78, 214, .9), rgba(131, 77, 155, .9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.has-gradient-mask .element__cta,
.has-gradient-mask .container {
    position: relative;
    z-index: 2;
}

.marg-25 {
	margin: 25px;
}
.marg-tb-25 {
	margin: 25px 0;
}
.marg-lr-25 {
	margin: 0 25px;
}
.marg-50 {
	margin: 50px;
}
.marg-tb-50 {
	margin: 50px 0;
}
.marg-lr-50 {
	margin: 0 50px;
}
.marg-75 {
	margin: 75px;
}
.marg-tb-75 {
	margin: 75px 0;
}
.marg-lr-75 {
	margin: 0 75px;
}
.marg-100 {
	margin: 100px;
}
.marg-tb-100 {
	margin: 100px 0;
}
.marg-lr-100 {
	margin: 0 100px;
}

.pad-25 {
	padding: 25px;
}
.pad-tb-25 {
	padding: 25px 0;
}
.pad-lr-25 {
	padding: 0 25px;
}
.pad-50 {
	padding: 50px;
}
.pad-tb-50 {
	padding: 50px 0;
}
.pad-lr-50 {
	padding: 0 50px;
}
.pad-75 {
	padding: 75px;
}
.pad-tb-75 {
	padding: 75px 0;
}
.pad-lr-75 {
	padding: 0 75px;
}
.pad-100 {
	padding: 100px;
}
.pad-tb-100 {
	padding: 100px 0;
}
.pad-lr-100 {
	padding: 0 100px;
}
.pad-150 {
	padding: 150px;
}
.pad-tb-150 {
	padding: 150px 0;
}
.pad-lr-150 {
	padding: 0 150px;
}
.pad-200 {
	padding: 200px;
}
.pad-tb-200 {
	padding: 200px 0;
}
.pad-lr-200 {
	padding: 0 200px;
}

.danger_area {
	padding: 2.5em 2em;
	max-width: 500px;
	/*background-color: #f5f5f5;*/
	margin: 0 auto 50px auto;
}
.danger_area > span {
	font-size: 5em;
	color: rgba(168,68,206,1);
}
.danger_area > h2 {
	font-size: 4em;
	color: rgba(168,68,206,1);
}
.danger_area > p {
	font-size: 16px;
	margin-bottom: 20px;
}


/* ----------------------------------------
 *
 *  Header Mockup
 *
 * ---------------------------------------- */
.wrap {
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-top: 48%; /* ratio of image * 100 */
	overflow: hidden;
	position: relative;
}
.wrap-header {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	text-align: left;
	z-index: 1000;
	font-size: 1.5em;
	margin-left: 10%;
}
.wrap-header .main-area {
	position: absolute;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    /* color: #fff; */
    z-index: 1000;
    padding: 0;
    margin: 0;
    left: 0;
    width: 30%;
    top: 40%;

    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.wrap-header h1 {
	margin-bottom: 30px;
}
.wrap-header h1 span {
	display: block;
	font-size: 35%;
}
.wrap-header h1 i {
	display: block;
	font-size: 15%;
	max-width: 40%;
	line-height: 2;
	font-style: normal;
	font-weight: 400;
}
.mockup {
	position: absolute;
	top: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
/* .mockup::after {
	content: '';
	position: absolute;
	background: rgba(51,71,89,0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
} */
.mockup__img {
	display: block;
	width: 1900px;
	max-width: none;
}
.screen {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #333;
	width: 1280px;
	height: 800px;
	top: 0;
	left: 0;
	outline: 1px solid transparent;
	-webkit-transform-origin: 0px 0px 0px;
	transform-origin: 0px 0px 0px;
	-webkit-transform: matrix3d(0.56, 0.001, 0, 0.000007, 0.040490331285182236, 0.581810493496296, 0, 0.000033979294580259384, 0, 0, 1, 0, 940, 190, 0, 1);
	transform: matrix3d(0.56, 0.001, 0, 0.000007, 0.040490331285182236, 0.581810493496296, 0, 0.000033979294580259384, 0, 0, 1, 0, 940, 190, 0, 1);
}

.slideshow {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	list-style-type: none;
}

.slideshow__item {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	pointer-events: none;
	z-index: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.slideshow__item.current{
	pointer-events: auto;
	z-index: 100;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slideshow img {
	width: 100%;
}

.slideshow__item.in--next {
	-webkit-animation: inNext 0.5s forwards;
	animation: inNext 0.5s forwards;
}

.slideshow__item.out--next {
	-webkit-animation: outNext 0.5s forwards;
	animation: outNext 0.5s forwards;
}

.slideshow__item.in--prev {
	-webkit-animation: inPrev 0.5s forwards;
	animation: inPrev 0.5s forwards;
}

.slideshow__item.out--prev {
	-webkit-animation: outPrev 0.5s forwards;
	animation: outPrev 0.5s forwards;
}

@-webkit-keyframes inPrev {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes inPrev {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes inNext {
	0% {
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes inNext {
	0% {
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes outPrev {
	100% {
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
}

@keyframes outPrev {
	100% {
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
}

@-webkit-keyframes outNext {
	100% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes outNext {
	100% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}



/* ----------------------------------------
 *
 *  Intro
 *
 * ---------------------------------------- */
.demo-presentation figure {
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-transition: transform .3s linear;
	-o-transition: transform .3s linear;
	transition: transform .3s linear;
}
.demo-presentation figure:hover {
	-webkit-transform: translate3d(0, -5px, 0);
	-o-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.demo-presentation figure > a {
	display: block;
	height: 100%;
}
.demo-presentation figure .title {
	text-align: center;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.6em;
}


/* ----------------------------------------
 *
 *  Title
 *
 * ---------------------------------------- */
.element__title {
	margin-bottom: 50px;
}
.element__title .inner-element {
	width: 60%; 
	margin: auto;
}
.element__title .element__title--heading {
	font-size: 4em;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.element__title .element__title--supheading,
.element__title .element__title--subheading {
	color: #acacac;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
}


/* ----------------------------------------
 *
 *  Call to action
 *
 * ---------------------------------------- */
.element__cta .element__cta-title {
	font-size: 3em;
	font-weight: 400;
	margin-top: 0;
}
.element__cta .element__cta-subtitle {
	font-size: 16px;
	margin-bottom: 4rem;
}
.element__cta .btn {
	color: #fff;
	background-color: rgba(168,68,206,1);
    padding: 16px 25px;
    border: 2px solid rgba(168,68,206,1);
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0.2em;

    -webkit-transition: background-color .3s linear, border-color .3s linear;
    -o-transition: background-color .3s linear, border-color .3s linear;
    transition: background-color .3s linear, border-color .3s linear;
}
.element__cta .btn:hover {
	background-color: transparent;
	color: rgba(168,68,206,1);
	box-shadow: none;
}
.element__cta .btn.outline {
	color: #fff;
	background-color: transparent;
    padding: 16px 25px;
    border: 2px solid rgba(168,68,206,1);
    color: rgba(168,68,206,1);
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0.2em;

    -webkit-transition: background-color .3s linear, border-color .3s linear;
    -o-transition: background-color .3s linear, border-color .3s linear;
    transition: background-color .3s linear, border-color .3s linear;
}
.element__cta .btn.outline:hover {
	background-color: rgba(168,68,206,1);
	color: #FFF;
	box-shadow: none;
}


/* ----------------------------------------
 *
 *  Pricing Table
 *
 * ---------------------------------------- */
.element__pricetable .inner-element {
	position: relative;
	max-width: 400px;
	margin: auto;
	text-align: center;
	border: 3px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	padding: 2em 3em;
}
.element__pricetable .element__pricetable--sale {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 1.5em;
	background-color: rgba(168,68,206,1);
	color: #fff;
	border-radius: 50%;
}
.element__pricetable .element__pricetable--price {
	font-size: 4.4em;
	font-weight: 700;
	margin-bottom: 30px;
	font-family: 'Helvetica Neue', sans-serif;
}
.element__pricetable .element__pricetable--content h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
}
.element__pricetable .element__pricetable--content p {
	color: #acacac;
	display: block;
}
.element__pricetable .element__pricetable--content p:last-of-type {
	margin-bottom: 40px;
}
.element__pricetable .element__pricetable--content .btn {
	color: #fff;
    background-color: #3DCD99;
    padding-left: 30px;
    padding-right: 30px;
    border-color: transparent;

    -webkit-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
}
.element__pricetable .element__pricetable--content .btn:hover {
	background-color: #26b783;
}


/* ----------------------------------------
 *
 *  Thumbnail view
 *
 * ---------------------------------------- */
.element__thumbnail-view figure {
	position: relative;
	margin-bottom: 40px;
	box-shadow: 0 7px 20px rgba(0, 0, 0, .25);
	-webkit-transition: transform .15s ease-in;
	-moz-transition: transform .15s ease-in;
	-o-transition: transform .15s ease-in;
	-ms-transition: transform .15s ease-in;
	transition: transform .15s ease-in;
}
.element__thumbnail-view figure:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.element__thumbnail-view figure .figicon img:not(.lazyloaded) {
	min-height: 340px;
}
.element__thumbnail-view figure figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	z-index: 1;
	background-color: rgba(255, 50, 102, 0.75);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	text-align: center;

	-webkit-transition: opacity .3s ease, visibility .3s ease-in;
	-o-transition: opacity .3s ease, visibility .3s ease-in;
	transition: opacity .3s ease, visibility .3s ease-in;
}
.element__thumbnail-view figure:hover figcaption {
	opacity: 1;
	visibility: visible;
}
.element__thumbnail-view figure figcaption .the-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
}
.element__thumbnail-view figure .link-overlay {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 20px;
	right: 20px;
	height: 100%;
}


/* ----------------------------------------
 *
 *  Features
 *
 * ---------------------------------------- */
.element__iconbox article {
	margin-bottom: 30px;
	text-align: left;
}
.element__iconbox.no-gutter > .row {
	margin-left: 0;
	margin-right: 0;
}
.element__iconbox.no-gutter .col-item {
	padding-left: 0;
	padding-right: 0;
}
.element__iconbox article .inner-element {
	box-shadow: 0px 1px 20px rgba(70, 70, 70, .1);
	background-color: #fff;
	color: #444;
	padding: 3em 2em;
}
.element__iconbox .element__iconbox--icon {
	float: left;
	display: inline-block;
	font-size: 2.5em;
	color: #ccc;
	width: 50px;
	text-align: left;
	margin-right: 20px;
	color: rgba(168,68,206,1);
}
.element__iconbox aside {
	overflow: hidden;
}
.element__iconbox .element__iconbox--title {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.6em;
}
.element__iconbox .element__iconbox--title + p {
	color: #878787;
}
.element__iconbox.transparent article {
	margin-bottom: 3em;
}
.element__iconbox.transparent article .inner-element {
	padding: 2em;
	background-color: transparent;
	box-shadow: none;
}
.element__iconbox.transparent .element__iconbox--title {
	font-size: 1.6em;
	font-weight: 600;
}
.element__iconbox.transparent .element__iconbox--title:after {
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	background: rgba(168,68,206,1);
	margin: 15px 0 20px;
}
.element__iconbox.transparent article .inner-element > p {
	color: #676767;
	line-height: 1.7;
}


/* ----------------------------------------
 *
 *  Icon
 *
 * ---------------------------------------- */
.element__icon article {
	text-align: center;
	margin-bottom: 30px;
}
.element__icon .element__icon--wrap {
	border: 3px solid rgba(0, 0, 0, 0.035);
	border-radius: 15px;
	height: 90px;
	width: 90px;
	font-size: 3em;
	line-height: 84px;
	margin: 20px auto;
}
.element__icon .element__icon--wrap span {
	display: block;
	color: rgba(168,68,206,1);
}
.element__icon .element__icon--title {
	font-size: 18px;
	margin-top: 0;
}


/* ----------------------------------------
 *
 *  Grid columns & Clear Fixes
 *
 * ---------------------------------------- */
div[class*="block-grid"]:after {
    content: "";
    clear: both;
    display: table;
}
.block-grid-xs-1 > .col-item:nth-of-type(1n),
.block-grid-xs-2 > .col-item:nth-of-type(1n),
.block-grid-xs-3 > .col-item:nth-of-type(1n),
.block-grid-xs-4 > .col-item:nth-of-type(1n),
.block-grid-xs-5 > .col-item:nth-of-type(1n),
.block-grid-xs-6 > .col-item:nth-of-type(1n),
.block-grid-xs-10 > .col-item:nth-of-type(1n) {
    clear: none;
}
.block-grid-xs-1 > .col-item:nth-of-type(1n+1) {
    clear: both;
}
.block-grid-xs-2 > .col-item:nth-of-type(2n+1) {
    clear: both;
}
.block-grid-xs-3 > .col-item:nth-of-type(3n+1) {
    clear: both;
}
.block-grid-xs-4 > .col-item:nth-of-type(4n+1) {
    clear: both;
}
.block-grid-xs-5 > .col-item:nth-of-type(5n+1) {
    clear: both;
}
.block-grid-xs-6 > .col-item:nth-of-type(6n+1) {
    clear: both;
}
.block-grid-xs-10 > .col-item:nth-of-type(10n+1) {
    clear: both;
}
@media only screen and (min-width: 768px) {
    .block-grid-sm-1 > .col-item:nth-of-type(1n),
    .block-grid-sm-2 > .col-item:nth-of-type(1n),
    .block-grid-sm-3 > .col-item:nth-of-type(1n),
    .block-grid-sm-4 > .col-item:nth-of-type(1n),
    .block-grid-sm-5 > .col-item:nth-of-type(1n),
    .block-grid-sm-6 > .col-item:nth-of-type(1n),
    .block-grid-sm-10 > .col-item:nth-of-type(1n) {
        clear: none;
    }
    .block-grid-sm-1 > .col-item:nth-of-type(1n+1) {
        clear: both;
    }
    .block-grid-sm-2 > .col-item:nth-of-type(2n+1) {
        clear: both;
    }
    .block-grid-sm-3 > .col-item:nth-of-type(3n+1) {
        clear: both;
    }
    .block-grid-sm-4 > .col-item:nth-of-type(4n+1) {
        clear: both;
    }
    .block-grid-sm-5 > .col-item:nth-of-type(5n+1) {
        clear: both;
    }
    .block-grid-sm-6 > .col-item:nth-of-type(6n+1) {
        clear: both;
    }
    .block-grid-sm-10 > .col-item:nth-of-type(10n+1) {
        clear: both;
    }
}
@media only screen and (min-width: 992px) {
    .block-grid-md-1 > .col-item:nth-of-type(1n),
    .block-grid-md-2 > .col-item:nth-of-type(1n),
    .block-grid-md-3 > .col-item:nth-of-type(1n),
    .block-grid-md-4 > .col-item:nth-of-type(1n),
    .block-grid-md-5 > .col-item:nth-of-type(1n),
    .block-grid-md-6 > .col-item:nth-of-type(1n),
    .block-grid-md-10 > .col-item:nth-of-type(1n) {
        clear: none;
    }
    .block-grid-md-1 > .col-item:nth-of-type(1n+1) {
        clear: both;
    }
    .block-grid-md-2 > .col-item:nth-of-type(2n+1) {
        clear: both;
    }
    .block-grid-md-3 > .col-item:nth-of-type(3n+1) {
        clear: both;
    }
    .block-grid-md-4 > .col-item:nth-of-type(4n+1) {
        clear: both;
    }
    .block-grid-md-5 > .col-item:nth-of-type(5n+1) {
        clear: both;
    }
    .block-grid-md-6 > .col-item:nth-of-type(6n+1) {
        clear: both;
    }
    .block-grid-md-10 > .col-item:nth-of-type(10n+1) {
        clear: both;
    }
}
@media only screen and (min-width: 1200px) {
    .block-grid-lg-1 > .col-item:nth-of-type(1n),
    .block-grid-lg-2 > .col-item:nth-of-type(1n),
    .block-grid-lg-3 > .col-item:nth-of-type(1n),
    .block-grid-lg-4 > .col-item:nth-of-type(1n),
    .block-grid-lg-5 > .col-item:nth-of-type(1n),
    .block-grid-lg-6 > .col-item:nth-of-type(1n),
    .block-grid-lg-10 > .col-item:nth-of-type(1n) {
        clear: none;
    }
    .block-grid-lg-1 > .col-item:nth-of-type(1n+1) {
        clear: both;
    }
    .block-grid-lg-2 > .col-item:nth-of-type(2n+1) {
        clear: both;
    }
    .block-grid-lg-3 > .col-item:nth-of-type(3n+1) {
        clear: both;
    }
    .block-grid-lg-4 > .col-item:nth-of-type(4n+1) {
        clear: both;
    }
    .block-grid-lg-5 > .col-item:nth-of-type(5n+1) {
        clear: both;
    }
    .block-grid-lg-6 > .col-item:nth-of-type(6n+1) {
        clear: both;
    }
    .block-grid-lg-10 > .col-item:nth-of-type(10n+1) {
        clear: both;
    }
}



/* ----------------------------------------
 *
 *  Responsive
 *
 * ---------------------------------------- */
@media only screen and (min-width: 960px) {
	#intro-features {
		margin-top: -60px;
	}
}
@media only screen and (max-width: 768px) {
	.element__iconbox .element__iconbox--icon {
		float: none;
	}
	.element__iconbox aside {
		overflow: visible;
	}
	.element__title .inner-element {
		width: 100%;
	}
	.element__title .element__title--heading {
		font-size: 2.6em;
	}
	.element__iconbox.transparent article .inner-element {
		padding: 0;
	}
}