body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
}

html,
body {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  height: 100%;
  min-height: 100%;
}

body {
  font-family: LatoRegular,arial,helvetica;
  position: relative;
  background: white;
  margin: 0;
  padding: 0;
}
.main {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
ul{
	padding: 0 0 0 25px;
	margin-top: 5px;
}

@font-face {
	font-family: LatoBold;
	src: url(fonts/Lato-Bold.ttf);
	font-weight: bold;
}
@font-face {
	font-family: LatoBlack;
	src: url(fonts/Lato-Black.ttf);
}
@font-face {
	font-family: LatoRegular;
	src: url(fonts/Lato-Regular.ttf);
}
@font-face {
	font-family: LatoLight;
	src: url(fonts/Lato-Light.ttf);
}


  ::scrollbar {
    display: none;
  }

  ::-webkit-scrollbar { 
    display: none; 
  }

#galleryWrapper {
    /*overflow-x: scroll;*/
    position: relative;
    white-space: nowrap;
    height: 60px;
    width: 100%;
}

#imageWrapper {
    overflow: hidden;
    height: 60px;
    margin: 0px auto 0 auto;
    /*overflow-x: scroll;*/
    overflow-y: hidden;
    white-space: nowrap;
    width: 75%;
    padding-right: 6px;
    padding-left: 5px;
}

#prevThumb, #nextThumb {
  position: absolute;
  top: 3px;
}

#prevThumb {
  left: 0;
}

#nextThumb {
  right: 0;
}

button {
    background: transparent;
    border: none;
    color: #ee8e55;
    cursor: pointer;
    font-size: 2.2em;
    height: 50px;
    opacity: 1;
    outline: none;
    width: 40px;
}
  button:hover {
    opacity: 1;
  }

.pkmn {
    height: 40px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0px;
    width: 38px;
    display: inline-block;
}

  #p1 {
  }

  #p2 {
  }

  #p3 {
  }

  #p4 {
  }

  #p5 {
  }

  #p6 {
  }

  #p7 {
  }

  #p8 {
  }

  #p9 {
  }

  #p10 {
  }

  #p11 {
  }

/* DIV centrale in cui andrà il configuratore 3D */


.main .column {
	top: 0px;
	bottom: 0px;
	width: 300px;
	position: absolute;
	opacity: 1;
	overflow-y: hidden;
}
.main .column.left {
	left: 0px;
	text-align: left;
}
.main .column.right {
	right: 0px;
	width: 260px;
	/*background: orange;*/
	text-align: right;
}
.main .column.left .block{
	height: 100%;
	opacity: 0;

	
}
.content1 {
	height: initial;
	}
.content2 {
	height: initial;
}
.content3 {
	height: initial;
}
.content4 {
	height: initial;
	}
.content5 {
	height: initial;
}
.content6 {
	height: initial;
	}

.main .column.left .block .content {
	height: initial;
	}

.main .column.right .row{
	height: 5%;
	cursor: pointer;
	min-height: 35px;
}
.main .column.right .spacer{
	height: 35%;
}

.main .over{
	z-index: 9999
}
.main .over .actions{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	text-align: center;
	/*border: solid thin red;*/
}
.main .over .actions>div{
	width: 50px;
	float: left;
	cursor: pointer;
}

.main .over .infos>div{
	position: absolute;
	bottom: 0px;
	left: 50%;
	padding: 10px;
	text-align: center;
	/*border: solid thin red;*/
}


#price-box{
	width: 150px;
	bottom: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 7px rgba(53, 53, 53, 0.39);
	background-color: rgba(255, 255, 255, 1);
	color: #73777a;
	margin-left: -75px;
	font-size: 24px;
}
#price-text{
	position: relative;
	font-family: LatoLight, arial, helvetica;
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
}


#moveUp{
	cursor: pointer;
	outline: none;
    position: relative;
   
    left: 80px;
    width: 115px;
    pointer-events: all;
    background-image: url(../icone/move_up.svg);
    background-size: cover;
    height: 30px;
    border: none;
    margin-bottom: 15px;
    background-color: transparent;


}
#moveDown{
	cursor: pointer;
	outline: none;
    position: relative;
    
    left: 80px;
    width: 115px;
    pointer-events: all;
    background-image: url(../icone/move_down.svg);
    background-size: cover;
    height: 30px;
    border: none;
    margin-top: 15px;
    background-color: transparent;
}


.box-option{
	margin-bottom: 2px;
	pointer-events: initial;
	position: relative;
	background: rgba(0, 0, 0, 0);
	font-family: LatoBold,arial,helvetica;
}
.line-box-option-left{
	position: relative;
	left: 10px;
	background: rgba(171, 179, 185, 0.7);
	width: 10px;
	height: 100%;
}
.line-box-option-right{
	position: relative;
    float: right;
    right: 10px;
    background: rgba(171, 179, 185, 0.7);
    width: 10px;
    height: 95%;
}
.active .line-box-option-right{
    background: #242a36;
}
.active .title-option-right{
	margin-top: 3.5%;
    position: relative;
    float: right;
    right: 25px;
    font-size: 20px;
    font-family: LatoBold,arial,helvetica;
    color: #242a36;
}
.title-option-left{
	width: 250px;
	position: relative;
	left: 25px;
	text-align: left;
	color: #242a36;
	font-size: 24px;
}
.title-option-right{
	margin-top: 3.5%;
    position: relative;
    float: right;
    right: 25px;
    font-size: 16px;
    color: rgb(196, 201, 206);
}
.content-option{
	position: relative;
	text-align: left;
	color: #242a36;
	font-size: 0px;
	font-family: LatoRegular,arial,helvetica;
}
.button-container1 {
	width: 280px;
	filter: none;
	-webkit-filter: grayscale(0%);
	-moz-filter:    grayscale(0%);
	-ms-filter:     grayscale(0%);
	-o-filter:      grayscale(0%);
	display: inline-block;
	display: -moz-inline-grid;
	position: relative;
	margin-bottom: 5px;
}

.content5 .button-container1, .content6 .button-container1 {
	width: 250px;
    opacity: 1;
	filter: none;
	-webkit-filter: grayscale(0%);
	-moz-filter:    grayscale(0%);
	-ms-filter:     grayscale(0%);
	-o-filter:      grayscale(0%);
    
	display: inline-block;
	display: -moz-inline-grid;
	position: relative;
	margin-bottom: 5px;
}
.button-container2 {
	width: 280px;
	display: inline-block;
	display: -moz-inline-grid;
	position: relative;
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0%);
	-moz-filter:    grayscale(0%);
	-ms-filter:     grayscale(0%);
	-o-filter:      grayscale(0%);
}
.button-container3 {
	width: 280px;
    opacity: 1;
	filter: none;
	-webkit-filter: grayscale(0%);
	-moz-filter:    grayscale(0%);
	-ms-filter:     grayscale(0%);
	-o-filter:      grayscale(0%);
	display: inline-block;
	display: -moz-inline-grid;
	position: relative;
	margin-bottom: 0px;
	margin-top: 5px;
}


/*
	Radio Box
*/


.radioBox:after {
	content: "";
	clear: both;
}

.radioBox{
	box-shadow: 0px 0px 2px #888888;
	margin-right: 8px;
	border: 0px solid #ccc;
	box-sizing: border-box;
	float: left;
	height: 65px;
	position: relative;
	width: 65px;
	margin-bottom: 40px;
	display: -moz-inline-stack;
	display: -webkit-inline-box;         
}

.radioBox label {
	background: #fff no-repeat center center;
	bottom: 0px;
	cursor: pointer;
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	text-indent: 0%;
	top: 0px;
	white-space: nowrap;
}

#text-box{
	width: 100%;
	font-size: 12px;
	text-align: center;
	position: relative;
	top: 70px;
}

.radioBox input:focus + label {
	outline: 3px dotted rgb(0, 0, 0);
}

.radioBox input:checked + label {
	outline: 3px solid #242a36;
}

.radioBox input:checked + label:after {
	bottom: 0px;
	content: "";  
	height: 20px;
	position: absolute;
	right: 0px;
	width: 20px;
}


.radioBox2:after {
	content: "";
	clear: both;
}

.radioBox2{
	box-shadow: 0px 0px 2px #888888;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 0px solid #ccc;
	box-sizing: border-box;
	float: left;
	height: 35px;
	position: relative;
	width: 35px;
	display: -moz-inline-stack;
	display: -webkit-inline-box;          
}

.radioBox2 label {
	background: #fff no-repeat center center;
	bottom: 0px;
	cursor: pointer;
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	text-indent: 0%;
	top: 0px;
	white-space: nowrap;
}

#text-box2{
	font-size: 14px;
	text-align: center;
	position: relative;
	top: 85px;
}

.radioBox2 input:focus + label {
	outline: 3px dotted rgb(0, 0, 0);
}

.radioBox2 input:checked + label {
	outline: 3px solid #242a36;
}

.radioBox2 input:checked + label:after {
	bottom: 0px;
	content: "";  
	height: 20px;
	position: absolute;
	right: 0px;
	width: 20px;
}



.radioBox3:after {
	content: "";
	clear: both;
}

.radioBox3{
	background-color: rgb(196, 201, 206);
    box-shadow: 0px 0px 2px #888888;
    border: 0px solid #525252;
    box-sizing: border-box;
    float: left;
    height: 35px;
    position: relative;
    width: 85px;
    margin-bottom: 0px;
    display: -moz-inline-stack;
    display: -webkit-inline-box;     
}

.radioBox3 label {
	bottom: 0px;
	cursor: pointer;
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	text-indent: 0%;
	top: 0px;
	white-space: nowrap;
}

#text-box3{
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	line-height: 35px;
	font-family: LatoBold, arial, helvetica;
}

.radioBox3 input:focus + label {
	outline: 6px dotted rgb(0, 0, 0);
}

.radioBox3 input:checked + label {
    background-color: #242a36;
    color: white;
}

.radioBox3 input:checked + label:after {
	bottom: 0px;
	content: "";  
	height: 20px;
	position: absolute;
	right: 0px;
	width: 20px;
}




.radioBoxMobile:after {
	content: "";
	clear: both;
}

.radioBoxMobile{
	box-shadow: 0px 0px 2px #888888;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 0px solid #ccc;
	box-sizing: border-box;
	float: left;
	height: 40px;
	position: relative;
	width: 40px;
	display: -moz-inline-stack;
	display: -webkit-inline-box;          
}

.radioBoxMobile label {
	background: #fff no-repeat center center;
	bottom: 0px;
	cursor: pointer;
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	text-indent: 0%;
	top: 0px;
	white-space: nowrap;
}

#text-boxMobile{
	font-size: 14px;
	text-align: center;
	position: relative;
	top: 85px;
}

.radioBoxMobile input:focus + label {
	outline: 3px dotted rgb(0, 0, 0);
}

.radioBoxMobile input:checked + label {
	outline: 3px solid #242a36;
}

.radioBoxMobile input:checked + label:after {
	bottom: 0px;
	content: "";  
	height: 20px;
	position: absolute;
	right: 0px;
	width: 20px;
}



/*
	Label Colori
*/


.color1 label {
	background-color: rgb(0,0,0) !important;
}
.color2 label {
	background-color: rgb(107,99,158) !important;
}
.color3 label {
	background-color: rgb(172,32,31) !important;
}
.color4 label {
	background-color: rgb(254,230,82) !important;
}
.color5 label {
	background-color: rgb(55,95,164) !important;
}
.color6 label {
	background-color: rgb(255,255,255) !important;
}
.color7 label {
	background-color: rgb(233,116,135) !important;
}
.color8 label {
	background-color: rgb(156,201,96) !important;
}
.color9 label {
	background-color: rgb(238,142,85) !important;
}
.color10 label {
	background-color: rgb(200,176,140) !important;
}
.color11 label {
	background-color: rgb(147,92,61) !important;
}


.color1_ruotino label {
	background-color: rgb(255,255,255) !important;
}
.color2_ruotino label {
	background-color: rgb(254,223,70) !important;
}
.color3_ruotino label {
	background-color: rgb(255,115,1) !important;
}
.color4_ruotino label {
	background-color: rgb(240,0,5) !important;
}
.color5_ruotino label {
	background-color: rgb(88,230,47) !important;
}
.color6_ruotino label {
	background-color: rgb(0,130,218) !important;
}
.color7_ruotino label {
	background-color: rgb(0,0,0) !important;
}


.ruota-fat label{
	background-image: url(../icone/ruota_fat.jpg);
	background-size: cover;
}
.ruota-fuoristrada label{
	background-image: url(../icone/ruota_fuoristrada.jpg);
	background-size: cover;
}

.ruota-raggi label {
	background-image: url(../icone/ruota_raggi.jpg);
	background-size: cover;
}

.ruota-razze label {
	background-image: url(../icone/ruota_razze.jpg);
	background-size: cover;
}



.ruotino-3 label {
	background-image: url(../icone/ruotino_3.jpg);
	background-size: cover;
}
.ruotino-4 label {
	background-image: url(../icone/ruotino_4.jpg);
	background-size: cover;
}
.ruotino-5a label {
	background-image: url(../icone/ruotino_5a.jpg);
	background-size: cover;
}
.ruotino-5c label {
	background-image: url(../icone/ruotino_5.jpg);
	background-size: cover;
}
.ruotino-6c label {
	background-image: url(../icone/ruotino_6.jpg);
	background-size: cover;
}




/*
	Select Style
*/

.select-container{
	padding-bottom: 5px;
	padding-top: 5px;
    position: relative;
    left: 25px;
}

.styled-select {
	background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
	background-size: contain;
	height: 30px;
	overflow: hidden;
	width: 170px;
}

.styled-select select {
    font-weight: 500;
	background: transparent;
	border: none;
	font-size: 14px;
    color:  #242a36;
	height: 30px;
	padding: 5px; /* If you add too much padding here, the options won't show in IE */
	width: 200px;
}

.blue    { background-color: #c4cace; }

select.none-highlight:focus::-ms-value {
	background: transparent; /* THIS LINE REMOVES THE BLUE BACKGROUND */
	color: #242a36; /* the -ms-value element defaults to white text, so a different font colour is needed for text to be visible */
}




/*
	Preloader
*/


#prelod_static_path {
	position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    background-color: rgb(171, 179, 185);
}
#prelod_mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-image: url(../imgs/loader.png);
}
#prelod_dynamic_path {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background-color: #242a36;
	/*background-image: url(images/loader_bar_line.png);*/
}
#preloader_cont {
	position: absolute;
	text-align: center;
	line-height: 134;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	/*background-image: url(images/preloader_bg.jpg);*/
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	visibility: none;
	opacity: 1;
}
#prelod_div{
	width: 500px;
	height: 300px;
	top: 50%;
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: -150px;
	background: whitesmoke;

}

.preloader_cont-close{
	-webkit-animation: opacity-to-zero 2s forwards ease-in-out;
	-moz-animation:    opacity-to-zero 2s forwards ease-in-out;
	-o-animation:      opacity-to-zero 2s forwards ease-in-out;
	animation:         opacity-to-zero 2s forwards ease-in-out;
	visibility: hidden;
	pointer-events: none;

}


/* Slider wrapper*/
.css-slider-wrapper {
	display: block;
	background: #FFF;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-family: LatoLight,arial,helvetica;
}
/* Slider */
.slider {
	width: 100%;
	height: 100%;
	background: red;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 0;

	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	align-content: center;

	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms, transform 500ms;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* each slide background color */ 
.slide1 {
	background: rgb(255,255,255);
	left: 0;
}
.slide2 {
	background: rgb(255,255,255);
	left: 100%
}
.slider > div {
	width: 100%;
	height: 75%;
	top: 0px;
	text-align: center;
}
/* Slider inner content */
.slider h2 {
	
	margin: 18px;	
	color: #FFF;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 45px;
	line-height: 120%;
	opacity: 0;
	-webkit-transform: translateX(500px);
	transform: translateX(500px);

	position: fixed;
    z-index: 1;
    width: 600px;
    margin-left: -300px;
    top: 0px;
    left: 50%;
    color: #242a36;
    text-shadow: 0px 0px 1px #000000;
    font-family: LatoBold;
}
.slider .button {
	color: #FFF;
	padding: 5px 50px;
	background: rgba(255,255,255,0.3);
	text-decoration: none;
	opacity: 0;
	font-size: 15px;
	line-height: 30px;
	display: inline-block;
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
}
.slider .menu-quiz {
	/*max-width: 1200px;*/
	text-align: center;
	/*margin: auto;*/
	display: inline-flex;
	margin: 30px;
	opacity: 0;
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
}
.slider h2, .slider .button .menu-quiz{
	-webkit-transition: opacity 500ms, -webkit-transform 500ms;
	transition: transform 500ms, opacity 500ms;
	-webkit-transition-delay: 0.5s; /* Safari */
	transition-delay: 0.5s;
}
/* Next and previous button */ 
.control {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	z-index: 55;
}
.control label {
	z-index: 0;
	display: none;
	text-align: center;
	line-height: 50px;
	font-size: 50px;
	color: #FFF;
	cursor: pointer;
	opacity: 0.6;
}
.control label:hover {
	opacity: 1;
}
.next {
	right: 1%;
}
.previous {
	left: 1%;
}

/* Slider pagination */ 
.slider-pagination {
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 1000;
}
.slider-pagination label {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background: rgba(255,255,255,0.2);
	margin: 0 2px;
	border: solid 1px rgba(255,255,255,0.4);
	cursor: pointer;
}

/* Slider control active css */
.slide-radio1:checked ~ .next .numb2, 
.slide-radio2:checked ~ .next .numb3, 
.slide-radio3:checked ~ .next .numb4, 
.slide-radio2:checked ~ .previous .numb1, 
.slide-radio3:checked ~ .previous .numb2, 
.slide-radio4:checked ~ .previous .numb3 {
	display: block;
	z-index: 200;
}
/* Slider pagination active css */
.slide-radio1:checked ~ .slider-pagination .page1, 
.slide-radio2:checked ~ .slider-pagination .page2, 
.slide-radio3:checked ~ .slider-pagination .page3, 
.slide-radio4:checked ~ .slider-pagination .page4 {
	background: rgba(255,255,255,1)
}

/* css for sliding  effect when you click on control button*/
.slide-radio1:checked ~ .slider {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.slide-radio2:checked ~ .slider {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.slide-radio3:checked ~ .slider {
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
}
.slide-radio4:checked ~ .slider {
	-webkit-transform: translateX(-300%);
	transform: translateX(-300%);
}

.slide-radio1:checked ~ .slide1 h2, 
.slide-radio2:checked ~ .slide2 h2, 
.slide-radio3:checked ~ .slide3 h2, 
.slide-radio4:checked ~ .slide4 h2, 
.slide-radio1:checked ~ .slide1 .button, 
.slide-radio2:checked ~ .slide2 .button, 
.slide-radio3:checked ~ .slide3 .button, 
.slide-radio4:checked ~ .slide4 .button,
.slide-radio1:checked ~ .slide1 .menu-quiz, 
.slide-radio2:checked ~ .slide2 .menu-quiz, 
.slide-radio3:checked ~ .slide3 .menu-quiz, 
.slide-radio4:checked ~ .slide4 .menu-quiz
{
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

#skip-button{
	font-size: 25px;
	text-align: center;
	line-height: 60px;
	color: white;
	text-shadow: 0px 0px 6px black;
	width: 100px;
	height: 60px;
	display: block;
	position: fixed;
	z-index: 1;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	font-family: LatoRegular;
	visibility: hidden;
}

.zoomimg {
	display: inline-block;
	margin: 40px;
	width: 250px;
	height: 250px;


	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;

	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 0px;
	border-color: rgb(255, 122, 0);
	transition: all .2s linear;
	
}
.zoomimg:hover {
	cursor: pointer;

	border-bottom-width: 15px;
}
.quiz1-1 {
	background-image: url(http://s18.postimg.org/il7hbk7i1/image.png);
}
.quiz1-2 {
	background-image: url(http://s18.postimg.org/4st2fxgqh/image.png);
}
.quiz1-3 {
	background-image: url(http://s18.postimg.org/sxtrxn115/image.png);
}
.quiz1-4 {
	background-image: url(http://s18.postimg.org/sxtrxn115/image.png);
}
.quiz2-1 {
	background-image: url(http://s18.postimg.org/il7hbk7i1/image.png);
}
.quiz2-2 {
	background-image: url(http://s18.postimg.org/4st2fxgqh/image.png);
}
.quiz2-3 {
	background-image: url(http://s18.postimg.org/4st2fxgqh/image.png);
}
.quiz2-4 {
	background-image: url(http://s18.postimg.org/4st2fxgqh/image.png);
}
.quiz3-1 {
	background-image: url(http://s18.postimg.org/il7hbk7i1/image.png);
}
.quiz3-2 {
	background-image: url(http://s18.postimg.org/4st2fxgqh/image.png);
}
.quiz3-3 {
	background-image: url(http://s18.postimg.org/sxtrxn115/image.png);
}
.quiz3-4 {
	background-image: url(http://s18.postimg.org/sxtrxn115/image.png);
}


#quiz-page-open{
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index: 9999;
}
.quiz-page-close{
	pointer-events: none;
	-webkit-animation: opacity-to-zero 1s forwards ease-in-out;
	-moz-animation:    opacity-to-zero 1s forwards ease-in-out;
	-o-animation:      opacity-to-zero 1s forwards ease-in-out;
	animation:         opacity-to-zero 1s forwards ease-in-out;
}
@-webkit-keyframes opacity-to-zero {
	0%   { opacity: 1; }
	100% { opacity: 0; }
}
@-moz-keyframes opacity-to-zero {
	0%   { opacity: 1; }
	100% { opacity: 0; }
}
@-o-keyframes opacity-to-zero {
	0%   { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes opacity-to-zero {
	0%   { opacity: 1; }
	100% { opacity: 0; }
}

.quiz-title{
	font-size: 35px;
	position: fixed;
    z-index: 1;
    width: 600px;
    margin-left: -300px;
    top: 0px;
    left: 50%;
    color: #242a36;
    text-shadow: 0px 0px 1px #000000;
    font-family: LatoBold;
}


#text-loader{
	z-index: 9999999;
    left: 50%;
    top: 50%;
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 120px;
    margin-left: -250px;
    color: #242a36;
    line-height: 0px;

	-webkit-animation: opacity-anim 2s infinite ease-in-out;
	-moz-animation:    opacity-anim 2s infinite ease-in-out;
	-o-animation:      opacity-anim 2s infinite ease-in-out;
	animation:         opacity-anim 2s infinite ease-in-out;
}

@-webkit-keyframes opacity-anim {
	0%   { opacity: 1; }
	70% { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes opacity-anim {
	0%   { opacity: 1; }
	70% { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes opacity-anim {
	0%   { opacity: 1; }
	70% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes opacity-anim {
	0%   { opacity: 1; }
	70% { opacity: 0; }
	100% { opacity: 1; }
}





.grid {
	position: relative;
	clear: both;
	/* margin: 0 auto; */
	/* padding: 1em 0 4em; */
	max-width: 100%;
    width: 100%;
	/*height: 600px;*/
	list-style: none;
	text-align: center;
	/*display: table-cell;*/
	text-align: center;
	vertical-align: middle;
}

/* Common style */
.grid figure {
	display: inline-block;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px;
	min-width: 25%;
	max-width: 25%;
	/* max-height: 1440px; */
	width: 25%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	/*min-height: 100%;*/
	max-width: 105%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 400%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h3 span {
	font-weight: 800;
}

.grid figure h3,
.grid figure p {
	margin-top: 0px;
	margin-left: -16px;
	margin-right: 0px;
	font-family: LatoBold;
	text-shadow: 2px 2px 8px #000000;
	color: white;
	font-size: xx-large;
	font-style: italic;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: rgb(37, 42, 53);
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	/* right: 27%; */
	bottom: 48%;
	margin: 0;
	padding: 0 1em;
	max-width: 200px;
	border-left: 5px solid #fff;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h3 {
	text-align: left;
	display: block;
	position: relative;
	top: 37%;
	font-size: x-large;
}

figure.effect-apollo:hover img {
	opacity: 0.35;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.mobile-warning{
	z-index: 99999999999;
	position: relative;
    font-size: smaller;
    display: block;
    top: 8px;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    color: red;
    text-align: center;
    visibility: hidden;
    line-height: 19px;
}
.mobile-button{
    position: fixed;
    max-width: 800px;
    bottom: 5px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95%;
    display: block;
    visibility: hidden;
}

#mobile-main-button{
	/* border: 1px solid red; */
    text-align: center;
    height: 40px; 
    
}

.block-mobile{
	cursor: pointer;
    display: inline-block;
    /* padding: 31px; */
    /*border: 1px solid red;*/
    margin: 10px 3px;
    /*overflow: hidden;*/
}
.list-item {
    width: 42px;
    height: 40px;
    background: rgba(255, 0, 0, 0.1);
    margin-left: 0px;
    display: inline-block;
}

.scroll { 
    padding-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
    height: 60px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
    text-align: center;
    max-width: 808px;
}

@media (min-width:801px) and (max-width: 1024px) {	
	.main .column {
    	width: 200px;
	}
	.title-option-left {
    	font-size: 20px;
	}
	.button-container1 {
	    width: 200px;
	}
	.button-container2 {
	    width: 200px;
	}
	.button-container3 {
	    width: 200px;
	}
	.radioBox3 {
		width: 78px;
	}
	#text-box3 {
    	font-size: 11px;
	}
	#text-box {
	    font-size: 11px;
	    top: 50px;
	}
	.radioBox {
		height: 45px;
		width: 45px;
		margin-bottom: 35px;
	}
	.styled-select {
	    height: 25px;
	    width: 156px;
	}
	.styled-select select {
	    font-size: 11px;
	    height: 25px;
	    width: 185px;
	}
	#moveUp, #moveDown {
	    left: 52px;
	}
	.active .title-option-right {
	    font-size: 16px;
	}
	.title-option-right {
	    font-size: 12px;
	}
	.slider h2 {
		font-size: 30px;
		margin-top: 26px;
	}
	.slider h3 {
		font-size: 16px;
	}
	figure.effect-apollo h3{
		font-size: 18px;
	}
	.slider > div {
		padding: 0 0%;
	}
	.control label {
		font-size: 35px;
	}
	.slider .button {
		padding: 0 30px;
	}
	.title-option-left {
		width: 200px;
	}
	.content5 .button-container1, .content6 .button-container1 {
	    width: 200px;
	}
	.main .column.right {
	    width: 215px;
	}
	.main .column.left {
	    width: 250px;
	}
	.mobile-warning{
	    visibility: hidden;
	}
	.mobile-button{
    	visibility: hidden;
	}

}
@media (max-width: 800px) {
	.main .column {
	    visibility: hidden;
	}
	.main .over .infos {
		visibility: hidden;
	}
	.control {
	    visibility: hidden;
	}
	.slider h2 {
		font-size: 20px;
		margin-top: 32px;
	}
	.slider h3 {
		font-size: 12px;
	}
	.grid figure h3, .grid figure p {
   
    	margin-left: -33px;
   
	}
	#prelod_static_path {
		
	    width: 240px !important;
	    height: 240px !important;
	    margin-left: -120px !important;
	    margin-top: -120px !important;
	   
	}

	#text-loader{
	    margin-left: -125px !important;
	    margin-top: 100px !important;
	}
	#skip-button {
	    font-size: 18px !important;
	    line-height: 20px !important;
	    width: 100px !important;
	    height: 25px !important;
	}
	figure.effect-apollo h3{
		font-size: 12px;
	}

	.mobile-warning{
	    visibility: visible;
	}
	.mobile-button{
    	visibility: visible;
	}
}


