@import url('https://fonts.googleapis.com/css2?family=Miriam+Libre:wght@400;700&display=swap');
:root {
  --fontsize: 17px;
}


*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body{
	width: 100vw;
	height: 100%;
	position: relative;
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto
}
em{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
i{
	color: darkorange;

}
span{
	color: #999cad;
}

.info .oficina{
	/*text-transform: uppercase;*/
	color: darkorange;
	text-align: center;
	font-style: normal;
	margin-top: -22px;
position: absolute;
	font-size: 30px;
	font-weight: lighter;
}
/*DAYS COUNTER*/
.count-prog{
	margin-left: 31px;
	display: block;
	height: 20px;
	margin-top: -27px;
	font-size: 13px;
	margin-bottom: 10px;
	display: none;

}
/*.countup-mob{
	font-weight: lighter;
	color: #999cad;
	margin-top: 56px;
	display: block;
}*/
.countup{
	font-weight: lighter;
	color: #999cad;
	display: inline-block;
	right: 0px;
	top: 87px;
	position: absolute;
	width: 100px;
	height: 35px;
}
.days{
	/*position: absolute;
	right: 20px;
	top: 20px;*/
	display: contents;
	font-family: "Montserrat". sans-serif;
	color: black;
	/*background-color: yellow;*/
	font-size: 14px;
	font-weight: lighter;
}

.info .howitworks ol > li a{text-decoration: none;}
.info .howitworks ol > li a:hover{color: #999cad;}

/*ICONS*/
/*.IG {
   position: fixed;
   bottom: 0;
   width: 40%;
   text-align: center;
}*/
.IG img{
	width: 25px;
 /*   bottom: 20px;*/
    position: relative;
    right: 40px;
    float: right;
    /*margin-left: 10px;*/
}
.IG{
cursor: pointer;
width: 1.5rem;
position: absolute;
right: 20px;
bottom: 15px;
display: grid;
grid-auto-flow: column;
grid-column-gap: 12px;
z-index: +2;
}

a:active,
a:focus{
	outline: none;
}

/*CHECKBOX STYLE*/
.info .checkbox input[type="checkbox"] {
    opacity: 0;
}

.info .checkbox label {
    position: relative;
    display: inline-block;
    
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 22px;
}

.info .checkbox label::before,
.info .checkbox label::after {
    position: absolute;
    content: "";
    
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.info .checkbox label::before{
    height: 30px;
    width: 30px;
    
    border: 2px solid black;
    left:0px;
    
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: 0px;
}

/*Checkmark of the fake checkbox*/
.info .checkbox label::after {
    height: 7px;
    width: 16px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    
    transform: rotate(-45deg);
    
    left: 8px;
    top: 10px;
}

/*Hide the checkmark by default*/
.info .checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.info .checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.info .checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}




/*STAR*/
.five{
	width: 0;
	height: 0;
	border-left: solid 100px transparent;
	border-right: solid 100px transparent;
	border-bottom: solid 70px red;
	transform: rotatez(35deg);	
}
.five:before{
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	top: -45px;
	left: -65px;
	border-left: solid 30px transparent;
	border-right: solid 30px transparent;
	border-bottom: solid 80px red;
	transform: rotatez(-35deg);	
}
.five:after{
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	top: 3px;
	left: -105px;
	border-left: solid 100px transparent;
	border-right: solid 100px transparent;
	border-bottom: solid 70px red;
	transform: rotatez(-70deg);	
}

.six{
	position: absolute;
	width: 0;
	height: 0;
	border-left: solid 80px transparent;
	border-right: solid 80px transparent;
	border-bottom: solid 160px orange;
}

.six:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 52px;
	left: -80px;
	border-left: solid 80px transparent;
	border-right: solid 80px transparent;
	border-top: solid 160px orange;
}
.eight{
	margin-left:5px; 
	width: 13px;
	height: 13px;
	background-color: orange;
	display: inline-block;
}
.eight:before{
	display: block;
	content: '';
	width: 13px;
	height: 13px;
	background-color: orange;
	transform: rotateZ(45deg);
}
.star-12{
	margin-left: 5px;
	width: 13px;
	height: 13px;
	background-color: orange;
	transform: rotateZ(45deg);
	display: inline-block;
}
.star-12:before, .star-12:after{
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	background-color: orange;
}
.star-12:before{
	transform: rotateZ(60deg);
}
.star-12:after{
	transform: rotateZ(-60deg);
}

/*DOTS*/
.reddot {
  height: 12px;
  width: 12px;
  background-color: #F00;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  margin-left:-5px;
}
.greendot {
 height: 12px;
  width: 12px;
  background-color: #0F0;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  margin-left:-5px;
}

.bluedot {
height: 12px;
  width: 12px;
  background-color: #00F; 
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  margin-left:-5px;
}
.magentdot {
height: 12px;
  width: 12px;
  background-color: #F0F;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  margin-left:-5px;
}
.yellowdot {
height: 12px;
  width: 12px;
  background-color: #FF0; 
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  margin-left:-5px;
}
.cyandot {
height: 12px;
  width: 12px;
  background-color: #0FF;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  margin-left:-5px;
}


/*.info .howitworks .lessons{
	font-weight: normal;
	text-decoration: none;
}*/
.wrap{
	font-family: 'Miriam Libre', sans-serif;
	/*font-family: 'Helvetica Neue', Helvetica, Arial;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-weight: 700;
}
.wrap2{
padding-left: 2vw;
padding-right: 2vw;
padding-top: 2vh;
padding-bottom: 2vh;
 position: relative;
 font-weight: 700;
 font-family: 'Miriam Libre', sans-serif;
}

.output{
	width: 60%;
	padding: 20px;

	height: 100vh;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;      
	     clip-path: polygon(73% 0, 100% 18%, 100% 100%, 0 100%, 0 86%, 22% 53%, 59% 46%, 65% 26%, 0 0, 100% 0, 100% 100%, 0% 100%);
	     -webkit-clip-path: polygon(73% 0, 100% 18%, 100% 100%, 0 100%, 0 86%, 22% 53%, 59% 46%, 65% 26%, 0 0, 100% 0, 100% 100%, 0% 100%);
	     -moz-clip-path: polygon(73% 0, 100% 18%, 100% 100%, 0 100%, 0 86%, 22% 53%, 59% 46%, 65% 26%, 0 0, 100% 0, 100% 100%, 0% 100%);
	     -o-clip-path: polygon(73% 0, 100% 18%, 100% 100%, 0 100%, 0 86%, 22% 53%, 59% 46%, 65% 26%, 0 0, 100% 0, 100% 100%, 0% 100%);
	     -ms-clip-path: polygon(73% 0, 100% 18%, 100% 100%, 0 100%, 0 86%, 22% 53%, 59% 46%, 65% 26%, 0 0, 100% 0, 100% 100%, 0% 100%);
	     animation: clips 10s ease infinite;


}


@keyframes clips {
  50% {
clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100%,100% 0, 100% 18%, 60% 31%, 42% 54%, 29% 69%, 17% 99%, 0 94%, 0 0);
-webkit-clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100%,100% 0, 100% 18%, 60% 31%, 42% 54%, 29% 69%, 17% 99%, 0 94%, 0 0);
-moz-clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100%,100% 0, 100% 18%, 60% 31%, 42% 54%, 29% 69%, 17% 99%, 0 94%, 0 0);
-o-clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100%,100% 0, 100% 18%, 60% 31%, 42% 54%, 29% 69%, 17% 99%, 0 94%, 0 0);
-ms-clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100%,100% 0, 100% 18%, 60% 31%, 42% 54%, 29% 69%, 17% 99%, 0 94%, 0 0);


  }

  25%{
  	clip-path: polygon(73% 0, 100% 18%, 60% 57%, 29% 71%, 18% 58%, 16% 26%, 30% 10%, 50% 14%,  0 0, 100% 0, 100% 100%, 0% 100%);
  	-webkit-clip-path: polygon(73% 0, 100% 18%, 60% 57%, 29% 71%, 18% 58%, 16% 26%, 30% 10%, 50% 14%,  0 0, 100% 0, 100% 100%, 0% 100%);
  	-moz-clip-path: polygon(73% 0, 100% 18%, 60% 57%, 29% 71%, 18% 58%, 16% 26%, 30% 10%, 50% 14%,  0 0, 100% 0, 100% 100%, 0% 100%);
  	-o-clip-path: polygon(73% 0, 100% 18%, 60% 57%, 29% 71%, 18% 58%, 16% 26%, 30% 10%, 50% 14%,  0 0, 100% 0, 100% 100%, 0% 100%);
  	-ms-clip-path: polygon(73% 0, 100% 18%, 60% 57%, 29% 71%, 18% 58%, 16% 26%, 30% 10%, 50% 14%,  0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

/*.logo img{
	width: 120px;
	margin-left: -9px;
}
.logo-uppertop{
cursor: pointer;
width: 4rem;
position: absolute;
right: 20px;
top: 15px;
}

.logo-uppertop img{
	width: 120px;
	margin-left: -9px;
}
*/

/*.logo img{
	width: 120px;
	margin-left: -9px;
}*/
.logo-uppertop{
cursor: pointer;
width: 4rem;
position: absolute;
right: 20px;
top: 15px;
}

.logo-uppertop img{
	width: 120px;
	margin-left: -9px;
	position: absolute;
	right: 0px;
	top: 20px;
}


.info{
	width: 40%;
	padding: 1.5vw  calc(1.5vw - 17px) 1.5vw 1.5vw;
	padding: 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.onlymobile{
	display: none;
}
.onlydesk{
	display: block;
}

.info{
	overflow: hidden;
}
.info h1 img{
	display: flex;
	height: 55px;
	position: absolute;
	left: 20px;
	top: 41px;
}

.info h1,
.info h2{
	font-weight: lighter;
	font-size: 30px;
	line-height: 1.0em;
	text-align: left;
	/*margin-top: -5px;*/
	
	padding-left: 62px;
	/*padding-top: 0px;*/
	
}

.info h1 a{
	text-decoration: none;
}


.info h2{
	position: absolute;
	right: 20px;
	top: 20px;
	display: contents;

}
.info h3{
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.info h3 img{
cursor: pointer;
width: 23px;
position: absolute;
right: 0px;
}
a {
	color: black;
	text-decoration: unset;
}

 .info .message{
	cursor: pointer;
	font-size: var(--fontsize);
	font-weight: 400;
	padding-top: 15px;
    padding-left: 2px;
}
.info .footer{
	cursor: pointer;
	font-size: var(--fontsize);
	font-weight: 400;
	position: absolute;
	bottom: 20px;
	width: 90%;

}
.footer{
z-index: +1;
}

.footer li{
  display: inline;
  padding-right: 1rem;
}
.footer a{
text-decoration: none;
}

.info .footer p,
.info .howitworks p{
	padding: 0;
	margin: 0;
}

/*.smalltext{
	cursor: pointer;
	font-size: var(--fontsize);
	font-weight: 400;
	position: absolute;
	bottom: 20px;
	width: 90%;
  text-decoration: none;

}

.smalltext a{
  text-decoration: none;
}*/



.info .smalltext{
	cursor: pointer;
	font-size: var(--fontsize);
	font-weight: 400;
	position: absolute;
	bottom: 20px;
	width: 90%;
}
.info .smalltext p,
.info .howitworks p{
	padding: 0;
	margin: 0;
}

.info .smalltext span{
	position: absolute;
	bottom: 20px
	right:20px
}
.info .smalltext span img{
	width: 20%;
}
.info .howitworks{
	font-size: var(--fontsize);
	font-weight: 400;
	line-height: 1.2;
	max-width: 630px;
	padding-top: 10px;
	padding-bottom: 25px;
	font-family: 'Helvetica Neue', Helvetica, Arial;
}






.info  h4 {
	line-height: 13px;

	margin-left: 4px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
   	font-weight: normal;
	text-align: center;
	border: 4px solid black;
	width: 21px;
	height: 21px;
	font-size: 14px;
	background-color: black;
	color: white !important;
	display: inline-block;

}
.slideshow-container {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 50vh;
   /* height: 250px;*/
   /* z-index: -8;*/
}

    .slideshow-container:before {
    	display: flex;
		content: '';
		width: 30px;
		height: 30px;
		background-color: black;
		margin-bottom: -36px;
    }

      /*.slideshow-container:after {
    	display: block;
		content: '';
		width: 30px;
		height: 30px;
		background-color: black;
		margin-bottom: -36px;
		position: absolute;
		top: 31px;
		left: 0;
		z-index: -1;
    }*/


    .slidehead{
    	text-align: center;
font-size: 60px;
line-height: 1.1em;
letter-spacing: -0.02em;
    }
   
  .info .mySlides{
  	width: 100%;
	position: absolute;
	left: 0;
	/*transform: translateX(-50%);*/
  } 

    .info .classcontent{
  	width: 100%;
	position: absolute;
	left: 41px;
	/*transform: translateX(-50%);*/
	top: 40px;
	display: block;
	padding-left: 35px;
	padding-right: 35px;
  } 

.info .mySlides > ul{
	margin-left: -42px;

}
.info .mySlides > ul li{
	margin-left: 20px;
	font-size: 15px;
}
.info .slidecontent{
	/*text-align: center;
font-size: 30px;
line-height: 1.1em;
letter-spacing: -0.02em;
word-spacing: -0.08em;*/
 	
}
.slidecontent > ul{
	margin-left: -42px;

}

.title-lesson{
	font-family: 'Miriam Libre', sans-serif;
	/*text-transform: uppercase;*/
	/*color: white;*/
}
.recuo{
	/*margin-left: 14px;*/
}
.title-lesson img{
	width: 17px;
	position: relative;
	
	margin-right: 4px;
	top: 2px;
}
.navi i {
		font-family: 'Miriam Libre', sans-serif;
	font-weight: 400;
}
.issue-lesson{
	/*margin-left:35px;*/
	font-size:14px; 
	margin-top:-2px;
	display: inline-block;
}
.subtitle-lesson{
	font-family: 'Miriam Libre', sans-serif;
	font-weight: 700;
	font-size: 15px;
}


.video-tec{
	margin-left: 25px;
}
.info .howitworks ol{
	counter-reset:li;
	padding: 0;
	margin: 0;
	padding-left: 32px;
}

.info .howitworks ol > li {
    position:relative;
    list-style:none;
    line-height: 17px;
    margin-bottom: 9px;
}

.info .howitworks ol > li:before {
    content: counter(li);
    counter-increment:li;
    position:absolute;
    top:-2px;
    left:-2em;
    font-weight:normal;
    text-align:center;
    border: 2px solid black;
   
    width: 17px;
    height: 17px;
    font-size: 14px;
    background-color: black;
    color: white;
}
/*.info .howitworks ol > li:before {
    content: counter(li);
    counter-increment:li;
    position:absolute;
    top:-2px;
    left:-2em;
    font-weight:bold;
    text-align:center;
    border: 2px solid black;
    border-radius: 20px;
    width: 17px;
    height: 17px;
    font-size: 14px;
}*/

.info .howitworks ol ul{
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}

.info .howitworks ol ul li{
	display: inline;
}
.off-line{
	opacity: 0.2;
}

.info div{
	list-style: none;
	font-size: var(--fontsize);
	line-height: 0.7;
	font-weight: lighter;
	padding: 0;
	margin: 0;
}

.info .navi{
	margin-top: 100px;
}
.info .nav_prog{
	text-align: left;
	margin-left: -8px;
	margin-top: -15px;
	width: 46px;
	margin-bottom: 0px;
}
.info .prev{
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -30px;
	padding: 16px;
	font-weight: 700;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	z-index: 999;
}
.info .next{
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -30px;
	padding: 16px;
	font-weight: 700;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	z-index:999;
	right: 0;

}

.info div .uplaodform{
	font-size: var(--fontsize);
}
.info div .uplaodform input{
	font-family: 'Miriam Libre', sans-serif;
	/*font-family: 'Helvetica Neue', Helvetica, Arial;*/
	font-weight: 400;
	padding-bottom: 3px;
}
.info div .uplaodform input[type="text"]{
	width: 50%;
	border: 0px;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	border-radius: 4px;
	background-color: #d6d6d6;
	margin-top: 10px;
	margin-bottom: 10px;
}

.info div .uplaodform input[type="text"]:focus,
.info div .uplaodform input[type="text"]:active,
.info div .uplaodform select:focus,
.info div .uplaodform select:active,
.custom-file-input:focus,
.custom-file-input:active,
.inputfile:active,
.inputfile:focus{
	outline: 0;
}

.info div .uplaodform input[type="submit"]{
	width: 50%;
	border: 0px;
	height: 35px;
	line-height: 32px;
	border-radius: 4px;
	background-color: black;
	color: white;
	font-weight: 400;
	-webkit-transition: all .3;
	-o-transition: all .3;
	transition: all .3;
	cursor: pointer;
}
.info div .uplaodform input[type="submit"]:hover{
	background-color: #424242;
}

.info div .uplaodform select{
	display: block;
    font-size: var(--fontsize);
    font-family: sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    height: 35px;
    width: 50%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #d6d6d6;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-top: 2px;
    border: 0;
    line-height: 32px;
}

.custom-file-input{
	margin-bottom: 10px;
	padding-top: 10px;
	line-height: 35px;
}

.info div .uplaodform input[type="text"]:focus {
	background: #e1e1e1;
}

.info div .uplaodform input[type="text"]:active{
	background: #e1e1e1;
}





.info .hidden{
	display: none;
}

.info .head{
	cursor: pointer;
	padding-bottom: 14px;
	font-size: 30px;
}

.info div .uplaodform fieldset{
	padding: 0;
	border: 0;
	outline: 0;
}

.output{
	/*contorno*/
	/*background-color: black;*/
	position: relative;
	height: 100vh;
	overflow-y: scroll;
	z-index: 111;
}

.outputwrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: 100%;
}

.imageblock{
	position: relative;
	color: white;
	overflow: hidden;
	margin-bottom: 2.7%;
	width: 30%;
	min-width: 150px;
	transition: transform 0.3s;
}

.imageblock:hover{
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
	cursor: pointer;
}

.imageblock canvas{
	width: 100%;
	height: auto;
	filter: contrast(200%) grayscale(100%);
}

.imageblock.presenter{
	position: fixed;
	padding: 20px;
	width: 50%;
	height: 100vh;
	right: 0;
	top: 0;
	z-index: 100;
	background-color: black;
	text-align: center;
	transition: transform 0s;
}

.imageblock.presenter canvas{
	width: auto;
	max-height: 90vh;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.imageblock.presenter:hover{
	-webkit-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	        transform: scale(1.0);
}

/*
.imageblock canvas{
	transform: scale(.14);
	transform-origin: top left;
	cursor: pointer;
	transition: all 0.3s;
}
*/




.btnSave{
	position: fixed;
	right: 20px;
	top: 20px;
	font-size: 40px;
	display: none;
	z-index: 900;
}

.safecanvas{
	position: absolute;
	bottom: 15px;
}

#zoomimage{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	z-index: 800;
	pointer-events: all;
}

#zoomimage.active, .btnSave.active{
	display: block;
}

#zoomimage .imagecontainer{
	height: 100%;
	position: relative;
}

#zoomimage .imagecontainer img{
	height: 100%;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	pointer-events: none;
}

.circle {
    border: 1.5px solid black;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    text-align: center;
}

.circle p {
	margin-top: 2.5px;
	margin-left: 0.05em;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Miriam Libre', sans-serif;
 /* font-family: Helvetica, sans-serif;*/
  color: black;
}


.instruct th, td {
  text-align:left;
  border:0px solid black;
  padding:4px;
	height:5px;
}

.instruct tr {
	    overflow: hidden;
	    height: 5px;
	    white-space: nowrap;
 }

/** UPLOAD FORM **/

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 16px;
    /* 20px */
    font-weight: 400;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.5rem;
    border-radius: 4px;
    height: 35px;
    margin-bottom: 10px;
    width: 50%;
	line-height: 18px;
}


.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}


.inputfile + label {
    color: black;
    background-color: #d6d6d6;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    background-color: #e1e1e1;
}

#submit.inactive{
	opacity: .2;
	pointer-events: none;
}

.uploadrunning{
	display: none;
	width: 25px;
	position: absolute;
	top: 198px;
	left: calc(25% - 15px);
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
}

.uploadrunning img{
	width: 100%;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#submit:focus, #submit:active{
	outline: none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
	border: 0px;
}

/* POP UP BOX FOR DISCLAMER ETC */
.modal-content {
	background-color: #fff;
	position: absolute;;
	bottom: 20px;
	left: 20px;
	padding: 5px;
	padding-left: 20px;
	border: 20px ;
	width: 45%;
	font-size: 16px!important;
	font-weight: normal;
	line-height: 1.2em!important;
}


/* The Close Button POP UP BOX FOR DISCLAMER ETC*/
.close {
  color: #000;
  float: right;
  font-size: 16px!important;
  font-weight: normal;
	padding: 0px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.wrapper { width: 1024px; margin: auto; }


.nav-example {
  position: relative;
  /*width: 800px;*/
  width: 100%;
   }


 .nav-slider { position: absolute; top: 0px; left: 0px; z-index: 1;}
 #myslider { width:100%; height:100vh; }
  #myslider img{ /*width:auto; height: inherit;height: 100%;*/  }
 a.slide-button {
 	opacity: 0;
   position: absolute;
   top: 42%;
   z-index: 12;
   color: #FFF;
   text-decoration: none;
   font-size: 50px;
   font-weight: 400;
   font-family: 'Miriam Libre', sans-serif;
 /*  font-family: Helvetica;*/
   box-sizing: border-box; }
 #next-button { left: auto; right: 0px; }

/*//////////////HIDDEN WINDOW*/
 .chat{
  position: fixed;
  height: 50vh;
  width: 47%;
  z-index: 100;
  bottom: 40px;
  background: #eee;
}

.logo{
cursor: pointer;
width: 28px;
height: 28px;
position: absolute;
right: calc(1.5vw + 4px);
top: 2.5vh;
}


.head-chat{
  cursor: pointer;
  width: 28px;
  position: absolute;
  /*top: calc(4vh + 28px);*/
  bottom: 20px;
  left: calc(1.5vw + 5px);
}

.sp{
  cursor: pointer;
  width: 28px;
  position: absolute;
  top: calc(5vh + 56px);
  right: calc(1.5vw + 5px);
}


.head-chat:focus > #chat{display: inline; padding-bottom: 20px;}


.hidden{
	display: none;
}


#centerBar, .iconBar, .mobileBar{
  display: none!important;
}

iframe{
  color: red!important;
}

.showAtDate { display: none; }


