body, body * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
.text-center {
	text-align: center;
}

.full-container {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
}
.main-selector {
	margin-top: 80px;
	margin-bottom: 80px;
}
.main-selector::before,
.main-selector::after {
	content: '';
	clear: both;
	display: block;
}
.main-selector > h2 {
	font-weight: 200;
	text-transform: uppercase;
}
.demo-option {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
	background-size: cover;
	border: 2px solid #FFF;

	-webkit-transition: .15s transform ease-out;
	transition: .15s transform ease-out;
}
.demo-option::before {
	content: '';
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background: rgba(0,0,0,0.25);

	-webkit-transition: background .25s ease-out;
	transition: background .25s ease-out;
}

.demo-option:hover::before {
	content: '';
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.85);
}
.main-selector > .demo-option:nth-of-type(1):hover::before {
	background: rgba(50,4,4,0.85);
}
.main-selector > .demo-option:nth-of-type(2):hover::before {
	background: rgba(20,36,2,0.85);
}
.main-selector > .demo-option:nth-of-type(3):hover::before {
	background: rgba(11, 100, 120, 0.85);
}

@media screen and (min-width: 768px) {

	.demo-option {
		width: 25%;
		float: left;
		height: 600px;
	}

	.demo-option:hover {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		z-index: 2;
		border: 0 none;
	}

}

.demo-option .demo-option__details {
	position: absolute;
	width: 100%;
	bottom: -45px;
	text-align: center;
	color: #FFF;
	padding: 20px;
	background-size: cover;
	text-shadow: 0 0 2px rgba(0,0,0,.9);

	-webkit-transition: transform .35s ease-out;
	transition: transform .35s ease-out;
}

.demo-option:hover .demo-option__details {

	-webkit-transform: translateY(-130px);
	transform: translateY(-130px);
}

.demo-option .demo-option__details h3 {
	text-transform: uppercase;
	font-weight: 200;
}

.demo-option .demo-option__details .open-button {
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-style: italic;
	opacity: .4;
	margin-top: 10px;
}
.demo-option:hover .demo-option__details .open-button {
	opacity: .3;
}
.demo-option .demo-option__details h3 {
	font-size: 1.6em;
	margin-bottom: 0;
}
.demo-option .demo-option__details .description {
	margin-top: 20px;
	line-height: 1.7;
	display: block;
	opacity: 0;
	font-size: 13px;

	-webkit-transition: opacity .18s ease-out;
	transition: opacity .18s ease-out;
}

.demo-option:hover .demo-option__details .description {
	opacity: 1;
}

.demo-option .demo-option__details .pip-button {
	margin-top: 15px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #FF1F5E;
	border-radius: 50%;
	display: inline-block;
	opacity: 0;
	text-shadow: none;
	-webkit-transform: scale(0) rotate(-15deg);
	   -moz-transform: scale(0) rotate(-15deg);
	    -ms-transform: scale(0) rotate(-15deg);
	     -o-transform: scale(0) rotate(-15deg);
	        transform: scale(0) rotate(-15deg);

	-webkit-transition: opacity .2s cubic-bezier(.36,.44,.41,.95) 0s, transform .2s cubic-bezier(.36,.44,.41,.95) 0s;
	   -moz-transition: opacity .2s cubic-bezier(.36,.44,.41,.95) 0s, transform .2s cubic-bezier(.36,.44,.41,.95) 0s;
	    -ms-transition: opacity .2s cubic-bezier(.36,.44,.41,.95) 0s, transform .2s cubic-bezier(.36,.44,.41,.95) 0s;
	     -o-transition: opacity .2s cubic-bezier(.36,.44,.41,.95) 0s, transform .2s cubic-bezier(.36,.44,.41,.95) 0s;
	        transition: opacity .2s cubic-bezier(.36,.44,.41,.95) 0s, transform .2s cubic-bezier(.36,.44,.41,.95) 0s;
}
.demo-option:hover .demo-option__details .pip-button {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	transition-delay: .3s;
}
.demo-option:nth-of-type(2) .demo-option__details .pip-button {
	background: #7ED321;
}
.demo-option:nth-of-type(3) .demo-option__details .pip-button {
	background: #0570ca;
}
.demo-option:nth-of-type(4) .demo-option__details .pip-button {
	background: #9B9B9B;
}

.demo-option a.opener {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

.demo-option a.opener::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	background: #FFF;
	top: 0;
	width: 1px;
	height: 1px;
	opacity: 0;

	-webkit-transition: height .45s ease-in, opacity .45s ease-in;
	-o-transition: height .45s ease-in, opacity .45s ease-in;
	transition: height .45s ease-in, opacity .45s ease-in;
}

.demo-option:hover a.opener::after {
	height: 30%;
	opacity: 1;
}


#intro {
	/* Rectangle 23: */
	background-image: linear-gradient(-134deg, #173d75 0%, #8a26b3 100%);
	padding: 80px;
	margin: 80px 0;
	color: #FFF;
}

.element__title--heading {
	font-weight: bold;
	font-size: 32px;
}
.element__title--subheading {
	width: 600px;
	margin: 0 auto 15px auto;
	color: #dd3858;
}

/* ----------------------------------------
 *
 *  Features
 *
 * ---------------------------------------- */
.element__iconbox article {
	margin-bottom: 30px;
	text-align: center;
}
.element__iconbox article .inner-element {
	box-shadow: 0px 1px 7px rgba(70, 70, 70, .15);
	background-color: #fff;
	color: #333;
	padding: 3em 2em;
}
.element__iconbox article header {
	margin-bottom: 20px;
	padding: 0 2em;
}
.element__iconbox .element__iconbox--icon {
	display: block;
	font-size: 4em;
	color: #dd3858;
	margin-bottom: 20px;
}
.element__iconbox .element__iconbox--title {
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
}



/* ----------------------------------------
 *
 *  Icon
 *
 * ---------------------------------------- */
.element__icon article {
	text-align: center;
	margin-bottom: 0;
}
.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;

	background: #FFF;
}
.element__icon .element__icon--wrap span {
	display: block;
	color: #dd3858;
}
.element__icon .element__icon--title {
	font-size: 18px;
	margin-top: 0;
}


/* ----------------------------------------
 *
 *  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: transparent;
    padding: 16px 25px;
    border: 2px solid #fff;

    -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: #3DCD99;
	border-color: transparent;
}



/* ----------------------------------------
 *
 *  Pricing Table
 *
 * ---------------------------------------- */
.element__pricetable .inner-element {
	position: relative;
	max-width: 400px;
	margin: auto;
	text-align: center;
	border: 3px solid rgba(0, 0, 0, 0.035);
	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: #3DCD99;
	color: #fff;
	border-radius: 50%;
}
.element__pricetable .element__pricetable--price {
	font-size: 4.4em;
	font-weight: 700;
	margin-bottom: 30px;
	font-family: 'Roboto', 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;
}


/* Numberred list */
.numbered-list{
	counter-reset: item;
	columns: 3;
	padding: 0;
}
.numbered-list li{
	list-style: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.numbered-list li:before {
    content: counter(item);
    counter-increment: item;
    color: #acacac;
    display: inline-block;
    height: 36px;
    line-height: 34px;
    margin-right: 10px;
    width: 36px;
    border: 2px solid #acacac;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    border-radius: 50%;
}

/* ----------------------------------------
 *
 *  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(6n+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;
    }
}