/*==================================================================================================
Body style
==================================================================================================*/

@font-face {
	font-family: 'HelveNueThinNormal';
	src: url('/fonts/helveticaneuethn-webfont.eot');
	src: url('/fonts/helveticaneuethn-webfont.eot?iefix') format('eot'),
		url('/fonts/helveticaneuethn-webfont.woff') format('woff'),
		url('/fonts/helveticaneuethn-webfont.ttf') format('truetype'),
		url('/fonts/helveticaneuethn-webfont.svg#webfontJR0GaG5Z')
		format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

body,
input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.imos-header .hide-on-wizard {
	display: none !important;
}

/*==================================================================================================
Slides - style for all slides
==================================================================================================*/

.slide {
	display: block;
	width: 100%;
	height: 100vh;
	padding: 0px;
	margin: 0px;
	background-color: #000;
	color: white;
	overflow: hidden;
	position: relative;
}



.slide.bright-slide {
	background-color: #eee;
	color: #333;
}

.slide-content {
	max-width: 1200px;
	position: relative;
	left: 50%;
	top: 50%;
	padding: 0 20px;
	margin: 0px;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease-in-out;
}

.slide-content.full {
	max-width: 90%;
	height: 80%;
}

.wizard-slide-background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	transition: margin 1s ease;
}

.wizard-slide-background .template {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	background-color: Transparent;
	background-image: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 30%;
}


@media only screen and (max-width: 800px) {
	.slide-content {
		top: 40%;
	}
}


/*==================================================================================================
Slides - style for specific slides
==================================================================================================*/

.slide.welcome-slide {}


/*--------------------------------------*/

.slide.type-slide {
	background: #000;
}

.slide.type-slide .slide-content {
	top: 45%;
	margin-top: -42px;
}

.slide.type-slide .slide-content.started {
	top: 30%;
	transition-property: top;
	transition-duration: 2s;
	transition-timing-function: cubic-bezier(.25, .91, .12, 1);
}

.slide.type-slide h3 {
	padding: 5px;
}

.slide.type-slide .business-type-examples,
.slide.type-slide .business-type-examples li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.slide.type-slide .business-type-examples li {
	display: inline-block;
	margin-right: 50px;
}

.slide.type-slide input,
.slide.type-slide .business-type-examples
{
	padding: 0 0 10px 5px;
	position: absolute;
	top: 50px;
	width: 100%;
	font-size: 64px;
	color: #fff;
	font-family: HelveNueThinNormal;
	font-weight: normal;
}

.slide.type-slide .business-type-examples {
	color: #555;
	left: 25px;
}

.slide.type-slide .autocomplete-suggestions {
	overflow: auto;
	color: #555;
	font-family: HelveNueThinNormal;
	font-size: 45px;
	overflow: hidden;
	margin-top: 75px;
	opacity: 0;
}

.slide.type-slide .autocomplete-suggestions.started {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(.25, .91, .12, 1);
}

.slide.type-slide .autocomplete-suggestion {
	padding: 5px 5px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.slide.type-slide .autocomplete-suggestions strong {
	font-weight: normal;
	color: #999;
}

.slide.type-slide .autocomplete-selected,
.slide.type-slide .autocomplete-selected strong {
	color: #ddd;
}


@media only screen and (max-width: 800px) {
	.slide.type-slide .slide-content {
		top: 40%;
	}
	.slide.type-slide .slide-content.started {
		top: 70px;
	}

	.slide.type-slide input, .slide.type-slide .business-type-examples {
		top: 30px;
	}

	.slide.type-slide .autocomplete-suggestions {
		font-size: 15px;
		line-height: 25px;
		margin-top: 38px;
		width: 85% !important;
		font-family: Arial, Helvetica, sans-serif;
		overflow: hidden;
	}
	
	.slide.type-slide .autocomplete-suggestion {
		text-overflow: ellipsis;
		width: 100%;
	}
}


/*--------------------------------------*/

.slide.name-slide {}

.slide.name-slide .combo2 {
	display: none;
}

.slide.name-slide .combo2 .section_title,
.slide.name-slide .combo2 .section_input {
	color: #999;
}

.slide.name-slide .combo3 {
	display: none;
}

.slide.name-slide .wizard-slide-background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 30%;
	opacity: 0;
	filter: grayscale(20%) contrast(100%) brightness(20%);
	transform: scale(1.2);
	transition: opacity 0s ease-out, transform 0s ease-out;
}

.slide.name-slide .wizard-slide-background.shown {
	opacity: 1;
	transform: scale(1);
	transition: opacity 2s ease-out, transform 2s ease-out;
}

.slide.name-slide .columns {
	position: absolute;
	width: 100%;
}

@media only screen and (max-width: 800px) {
	.slide.name-slide .question_combo.combo2 {
		top: 10px;
	}

	.slide.name-slide .question_combo.combo3 {
		top: 70px;
	}

}

/*--------------------------------------*/

.slide.contact-slide {}


/*--------------------------------------*/

.slide.features-slide {}

.slide.features-slide .galleries.selected {
	background-color: #0099CC
}

.slide.features-slide .blog.selected {
	background-color: #A5A500
}

.slide.features-slide .form.selected {
	background-color: #FF9900
}

.slide.features-slide .store.selected {
	background-color: #339966
}

.slide.features-slide .services.selected {
	background-color: #33CC99
}


/*--------------------------------------*/

.slide.themes-slide {
	color: #505050;
}

.slide.themes-slide h2 {
	color: #fff;
	text-shadow: 0 0 50px #000;
}


/*--------------------------------------*/

.slide.finalize-slide {}

.slide.finalize-slide h2 {
	text-align: center;
}


/*==================================================================================================
Slide Elements: General
==================================================================================================*/

h1,
h2,
h3 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	outline: none;
}


/* Welcome */

h1 {
	font-family: HelveNueThinNormal;
	font-size: 64px;
}


/* Business name, plus header of all slides */

h2 {
	font-family: arial;
	font-size: 20px;
}

h3 {
	font-family: arial;
	font-size: 20px;
}


/* Labels of fields like email, phone, etc. */

h4 {
	font-family: HelveNueThinNormal;
	font-size: 48px;
}

h3.form-field-label {
	margin: 50px 0 5px;
	transition: color 0.3s
}

h3.form-field-label.error {
	color: red;
}

.form-field {
	background-color: transparent;
	font-family: HelveNueThinNormal;
	font-size: 64px;
	width: 100%;
	max-width: 850px;
	color: white;
	outline: none;
	border: none;
	border-bottom: solid 2px #444;
}


p {
	font-size: 14px;
}


.next-button {
	position: absolute;
	right: 50px;
	bottom: 50px;
	background: green;
	color: #fff;
	padding: 15px 15px;
	min-width: 120px;
	text-align: center;
	cursor: pointer;
	transition: color 0.3s, background 0.3s;
	z-index: 10;
}

@media only screen and (max-width: 800px) {
	.next-button {
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
}

.next-button:not(.disabled):hover {
	color: green;
	background: #fff;
	transition: color 0.1s, background 0.1s
}

.next-button.disabled {
	background: #777;
	color: #ccc;
	cursor: default;
	opacity: 0.3;
}

.next-button .loading {
	display: none;
}

.next-button.progress .loading {
	display: inline;
}

.next-button.progress .next {
	display: none;
}

.form-field.invalid {
	background-color: #CC3333;
}


/*==================================================================================================
Slide Elements: Questions Combo
==================================================================================================*/

.tagline-tip {
	display: none;
	position: absolute;
	font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 78px;
    margin-left: 3px;
	font-family: 'HelveNueThinNormal';
}

.question_combo.combo1 {
	position: relative;
	top: -50px;
}

.question_combo.combo2 {
	position: relative;
	top: 20px;
}

.question_combo.combo3 {
	position: relative;
	top: 120px;
	color: #999;
}

.section_title,
.section_input {
	position: absolute;
	width: 100%;
	font-size: 64px;
	font-family: HelveNueThinNormal;
	border: none !important;
	padding: 0;
	margin: 0;
}

.section_title {
	pointer-events: none;
}

/*==================================================================================================
Slide Elements: Questions
==================================================================================================*/

.padding-bottom {
	margin-bottom: 20px;
}

/*==================================================================================================
Slide Elements: Toggleable Tags
==================================================================================================*/

.tags {
	padding: 0px;
	margin: 20px 0 0 0;
}

.tags li {
	transition: all 0.5s ease;
	cursor: pointer;
	display: inline-block;
	padding: 20px 25px;
	margin: 2px;
	margin-bottom: 6px;
	font-family: HelveNueThinNormal;
	font-size: 64px;
}

.tags li[data-added="false"] {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.tags li[data-added="false"]:hover {
	background-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.tags li[data-added="true"] {
	background-color: white;
	color: #000;
}


/*==================================================================================================
Slide Elements: Phone input
==================================================================================================*/

.slide .intl-tel-input {
	margin: 10px 0px;
	width: 100%;
}

.slide .intl-tel-input .country-list {
	background-color: #333;
	color: #999;
	font-family: Arial;
	max-width: 390px;
	overflow-x: hidden;
	border-color: #292929;
}

.slide .intl-tel-input .country-list::-webkit-scrollbar-track {
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	background-color: #000000;
}

.slide .intl-tel-input .country-list::-webkit-scrollbar {
	width: 6px;
	background-color: #000000;
}

.slide .intl-tel-input .country-list::-webkit-scrollbar-thumb {
	background-color: #999;
}


/*==================================================================================================
Cross fade
==================================================================================================*/
#media-center iframe {
	box-shadow: 0 0 50px #999;
}

/*==================================================================================================
Cross fade
==================================================================================================*/

ul.crossfade {
    position:relative;
    list-style-type:none;
}
ul.crossfade li {
    position:absolute;
    left:0;
    top:0;
}
ul.crossfade li:first-child ~ li {
    display:inline;
}

/*==================================================================================================
Responsive for mobile
==================================================================================================*/

@media only screen and (max-width: 800px) {
	.slide.type-slide input, .slide.type-slide .business-type-examples,
	h1, .form-field, .section_title, .section_input {
		font-size: 36px;
	}


	.tags li {
		font-size: 24px;
		width: 80%;
	}

	h2, h3 {
		font-size: 16px;
	}


	p {
		font-size: 13px;
	}

