/* style.meotempo.css */
/*#global-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	margin-top:0
}*/
#global-wrapper {
	display: flex;
	flex-direction: column; /* Stack the children vertically */
	align-items: center; /* Center the children horizontally */
	position: relative;
	overflow-x: hidden; /* Prevent horizontal scrolling */
}


/***************************************************************/
/* ABOVE : used styles, BELOW : either used or obsolete styles */
/* Remains to be completed [2024-08-02 PM]
/***************************************************************/



#appstore {
	right:26%;
	top:33%;
}
#appstore-img {
	height:22px;
}

#donate {
	position: absolute;
	right:15%;
	top:16px;
}

#livrel_balado {
	right:29.5%;
	top:33%;
}
#livrel_balado-img{
	height:22px;
}


#pink {
	color:#FF1493;
	margin-left:10%;
	margin-right:10%;
	margin-bottom: 1%;
	font-weight: bolder;
	font-size: 1.5em;
	font-style: italic;
	text-align: center;
}
#screen-window {
	font-size:1.8em;
	margin:200px auto 100px auto;
	text-align:justify;
}
#stop-play {
	display:inline;
	width: 70%;
	margin-top: 5px;
}
#top-window-slide {
	position: relative;
	top : 0px;
}
@media screen and (min-width:1024px) {
	   /* standard */
	#screen-window {
		max-width:800px;
	}
}
@media screen and (min-width: 651px) and (max-width:1023px) {
	/*standard*/
	#screen-window {
		font-size:1.4em;
		margin:0 20% 0 20%;
		max-width:700px;
	}
}
@media 		screen and (max-width:767px) {
			/* NON standard */
	#appstore {
		top:37%;
		right:45%;
	}
	#donate {
		top:12%;
	}
	#livrel_balado {
		top:37%;
	}
	#pink {
		margin-left:0%;
		margin-right:0%;
		font-size: 1.0em;
	}
	#top-window-slide {
		top:75px;
	}
	#youtube {
		right:55%;
		top:37%;
	}
}
@media screen and (max-width:650px) {
	/* standard */
	#appstore {
		top:36%;
	}
	#screen-window {
		font-size:1.2em;
		margin:0 10% 0 10%;
		max-width:600px;
	}
}
@media 		screen and (max-width:550px) {
			/* NON standard */
	#appstore {
		display:none;
	}
	#donate {
		right:18%;
	}
	#youtube {
		display:none;
	}
}
@media 		screen and (max-width:400px) {
			/* NON standard */
	#donate {
		display:none;
	}
	#livrel_balado {
		display:none;
	}
}
@media 		screen and (max-width:375px) {
			/* NON standard */
	#appstore {
		display:none;
	}
/*	#burger .header-navigation {
		top:10 !important;
	}
*/}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.menu-mobile {
	padding-left:50%;
}

.layout-container p,
.layout-container ul{
	color:#555555;
	font-family:Raleway;
	font-weight: 500;
	font-size: 1.5em;
	text-align:justify;
}
@media screen and (max-width:767px) {
	.layout-container p,
	.layout-container ul {
		font-size: 1.2em;
	}
}
@media screen and (max-width:375px) {
	.layout-container p,
	.layout-container ul {
		font-size: 1.0em;
	}
}

.container-content .title{
	color:#333333;
	font-size: 3.5em;
	font-weight: 700;
	text-transform:unset;
	-webkit-margin-after:unset;
}
@media screen and (max-width:767px) {
	.container-content .title {
		font-size: 2.5em;
	}
}
@media screen and (max-width:375px) {
	.container-content .title {
		font-size: 1.5em;
	}
}

.container-content .subtitle {
	color:#f07e3c;
	font-size: 1.6em;
	font-weight: 500;
}
@media screen and (max-width:767px) {
	.container-content .subtitle {
		font-size: 1.0em;
	}
}
@media screen and (max-width:375px) {
	.container-content .subtitle {
		font-size: 0.8em;
	}
}

.container-content h1 {
	margin-top: 40px;
    margin-bottom: 5px;
	color:#444444;
	font-size: 2em;
	font-weight: 700;
	text-transform:unset;
}

.container-content h2 {
	margin-top: 40px;
    margin-bottom: -15px;
	color:#444444;
	font-size: 1.5em;
	font-weight: 600;
	text-transform:unset;
}

.container-content h3 {
	margin-top: 80px;
}

.container-content section{
	padding-top:100px;
}

.container-content ul{
	margin-left:10%;
}

.container .div-title{
    border-top: grey solid 1px;
	text-align: center;
    padding-top: 100px;
	color:#333333;
	font-size: 2.8em;
	font-weight: 700;
}

.container .div-subtitle{
	text-align: center;
	color:#f07e3c;
	font-size: 1.5em;
	font-weight: 500;
	padding-bottom:40px;
}

.container .know-how-subtitle{
	color:#011993;
	font-size: 1.5em;
	font-weight: 500;
	margin-top:0;
	padding-bottom:40px;
}

.container .insight {
	padding-top: unset;
	margin: unset;
	
	color:#f07e3c;
	border-top:3px solid #f07e3c;
	border-bottom:1px solid #f07e3c;
	line-height:1.5;
}


#global-wrapper #top-window {
	position:relative;
}

#global-wrapper #top-window #buttons-wrapper-bottom{
	position:absolute;
	height:0;
	top:90%;
	width:100%;
	margin-left:0%;
}
@media screen and (max-width:767px){
	#global-wrapper #top-window #buttons-wrapper-bottom{
		position:static;
		width:100%;
		margin-top:20px;
/*		margin-bottom:30px;*/
	}
}
#global-wrapper #top-window #buttons-wrapper-bottom a,
#global-wrapper #top-window #buttons-wrapper-bottom .Button{
	color: #99151d;
    /* border: 2px solid #4c4c4c; */
    border-radius: 10px;
    background-color: #eeeeee;
    font-weight: 700;
    font-size: 1.6em;
    padding: 2px 20px;
    max-width: 8em;
    height: 100px;
}
#global-wrapper #top-window #buttons-wrapper-bottom a:hover,
#global-wrapper #top-window #buttons-wrapper-bottom .Button:hover {
	background-color:#cccccc;
	color:blue;
}
@media screen and (max-width:767px){
	#global-wrapper #top-window #buttons-wrapper-bottom .Button{
	font-size: 1.7em;
/*	margin-left: 25%; ;Supprimer mis en commentaire le 2018 08 24 15h30 */
	}
}

#global-wrapper #top-window #buttons-wrapper-bottom table{
	width:33%;
	height:100%;
    border-spacing: 20px 0;
	border-collapse: separate;
	display:inline-table;
	vertical-align:middle;
}
@media screen and (max-width:767px){
	#global-wrapper #top-window #buttons-wrapper-bottom table{
	display:table;
	width:100%;
	height:unset;
	}
}

#global-wrapper #top-window #buttons-wrapper-bottom table td{
	text-align: center;
	padding-bottom: 1%;
}

#global-wrapper #top-window #top-window-content #buttons-wrapper-left{
	position:absolute;
	height:auto;
	top:60%;
	width:30%;

	z-index: 2;
}
/*@media screen and (max-width:900px){  2023-08-03 14:57 Retiré pour test
	#global-wrapper #top-window #top-window-content #buttons-wrapper-left{
		width:50%;
		margin-left:0;
	}
}*/
@media screen and (max-width:767px){
	#global-wrapper #top-window #top-window-content #buttons-wrapper-left{
		position:relative;
		margin:20px 0px 20px;
		width:100%;
	}
}
#global-wrapper #top-window #top-window-content #buttons-wrapper-left .return a{
	color: #941100;
	border : unset;
	line-height: 1.5em;
	font-weight: 600;
	font-size: 0.8em;
}

#global-wrapper #top-window #top-window-content #buttons-wrapper-left a{
	color:black;
	border : 2px solid #aaaaaa;
	border-radius: 20px;
	background-color: transparent;
	font-weight: 700;
	font-size: 2.2em;
	padding: 0 30px 0;
}

#global-wrapper #top-window #top-window-content #buttons-wrapper-left a:hover{
	background-color:#cccccc;
	color:#941100;
}
@media screen and (max-width:767px){
	#global-wrapper #top-window #top-window-content #buttons-wrapper-left {
		font-size: 1.7em;
		left: 0 !important;
	}
}

#global-wrapper #top-window #top-window-content #buttons-wrapper-left table{
	width:100%;
	height:100%;
    border-spacing: 0 5px;
	border-collapse: separate;
	display:table;
	vertical-align:middle;
	font-size:0.6em;
	line-height:3.5em;
}
@media screen and (max-width:767px){
	#global-wrapper #top-window #top-window-content #buttons-wrapper-left table{
	height:unset;
	}
}

#global-wrapper #top-window #top-window-content #buttons-wrapper-left table td,th {
	text-align: center;
	padding-bottom: 1%;
}

#global-wrapper #top-window #top-window-content #buttons-wrapper-left table th {
	color: #941100;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 4px;
	line-height:1;
}

#global-wrapper #top-window #top-window-content #buttons-wrapper-right table{
	width:100%;
	height:100%;
    border-spacing: 0 5px;
	border-collapse: separate;
	display:table;
	vertical-align:middle;
	font-size:0.6em;
	line-height:3.5em;
}
@media screen and (max-width:767px){
	#global-wrapper #top-window #top-window-content #buttons-wrapper-right table{
	height:unset;
	}
}

#global-wrapper #top-window #top-window-content #buttons-wrapper-right table td,th {
	text-align: center;
	padding-bottom: 1%;
}

#global-wrapper #top-window #top-window-content #buttons-wrapper-right table th {
	color: #941100;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 4px;
	line-height:1;
}

#global-wrapper #content-wrapper{
	transition:-webkit-transform .4s cubic-bezier(.19,1,.22,1);
	transition:transform .4s cubic-bezier(.19,1,.22,1);
	transition:transform .4s cubic-bezier(.19,1,.22,1),-webkit-transform .4s cubic-bezier(.19,1,.22,1)
}

#global-wrapper.open #content-wrapper{
	-webkit-transform:translate(-333px,0);
	transform:translate(-333px,0);
	transition:-webkit-transform .4s cubic-bezier(.19,1,.22,1);
	transition:transform .4s cubic-bezier(.19,1,.22,1);
	transition:transform .4s cubic-bezier(.19,1,.22,1),-webkit-transform .4s cubic-bezier(.19,1,.22,1)
}

.buttonOrange{
	color:#FFFFFF;
	border: none; 
	border-radius:2px;
	background:#F07E3C;
	font-size:24pt;
	padding:17px 25px 17px 25px;
	outline:none
}

.buttonOrange:hover{
	color:#F07E3C;
	background:#FFFFFF;
	border:solid #F07E3C 2px;
}

.buttonOrange.small{
	font-size:14pt;
	padding:10px 20px 10px 20px
}

.g-col,.g-row{
	display:block;
	margin-right:0!important;
	padding-right:0!important;
}
.g-row{
	margin-left:0!important;
	padding-left:0!important
}
.g-row:after,.g-row:before{
	content:" ";display:table
}
.g-row:after{
	clear:both
}
.g-row.g-reorder>.g-col{
	position:relative
}
.g-col{
	box-sizing:border-box;
	float:left;
	margin-left:0!important;
	width:100%
}

.table-cell .g-row{
	margin-left:25px!important
}

.g-span-4{
	width:33.33334%
}
.g-span-12{
	width:100%
}

/*.header-meotempo{
	moved temporarily in home-next.ejs
}*/

.table{
	width:100%;
	height:100%;
	display:table
}
.table .table-cell{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center
}
/*
.header-background{
	width:100%;
	height:85px;
    border: 1px solid #ffffff;
	
	background-color: white;
    left: 0;
	opacity: 0.7;
    position: fixed;
    top: 35px;
	z-index: -1;
}
*/
.logo-background{
	width:340px;
	height:84px;
	
	background-color: white;
    left: 30px;
	opacity: 0.5;
    position: fixed;
    top: 35px;
	z-index: -1;
}
@media screen and (max-width:1024px){
	.logo-background{
		width:240px;
		height:74px;
	}
}
@media screen and (max-width:767px){
	.logo-background{
		width:340px;
		top:0;
	}
}


.home-hero-container{
	padding:0;
	position:relative;
	
	background-size:100% auto;
	max-height:800px;
	width:100%
}


.home-menu-content
	{
	position:absolute;
	bottom:45px;
	left:0;

	padding-left:125px;
	padding-right:125px;
	width:100%;
	z-index:4;
}

@media only screen and (max-width:1024px){
	.home-menu-content
	{
		padding-left:40px;
		padding-right:40px;
		bottom:auto;
		left:auto;
		position:relative; /* position:relative @media screen and (max-width:767px) {
	.container-content .title {
		font-size: 2.5em;
	}
}
@media screen and (max-width:375px) {
	.container-content .title {
		font-size: 1.5em;
	}
}
 */
	}
}
@media only screen and (max-width:767px){
	.home-menu-content
	{
		padding-left:15px;
		padding-right:15px
	}
}

.max-container{
	height:80%;
	width:100%
}

.home-menu-content .g-col{
	padding-left:8px!important
}

.home-menu-content .g-span-4{
	float:left;
	margin-left:auto!important;
	margin-right:auto!important
}

@media only screen and (max-width:1024px){
	.home-menu-content .g-span-4
	{
		width:100%;
	}
}

.home-menu-content a .bg{
	transition:-webkit-transform .15s cubic-bezier(.39,.575,.565,1);
	transition:transform .15s cubic-bezier(.39,.575,.565,1);
	
	transition:transform .15s cubic-bezier(.39,.575,.565,1),-webkit-transform .15s cubic-bezier(.39,.575,.565,1);
	width:100%;
	font-size:0
}

.home-menu-content a .bg img{
	width:100%
}

.home-menu-content a:hover .bg{
	transition:-webkit-transform .15s cubic-bezier(.39,.575,.565,1);
	transition:transform .15s cubic-bezier(.39,.575,.565,1);
	transition:transform .15s cubic-bezier(.39,.575,.565,1),-webkit-transform .15s cubic-bezier(.39,.575,.565,1);
	-webkit-transform:scale(1.05);
	transform:scale(1.05)
}

.home-menu-content a .ctn{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	padding:0 30px
}

.home-menu-content a .ctn h3{
	text-transform:uppercase;
	transition:-webkit-transform .15s cubic-bezier(.39,.575,.565,1);
	transition:transform .15s cubic-bezier(.39,.575,.565,1);
	transition:transform .15s cubic-bezier(.39,.575,.565,1),-webkit-transform .15s cubic-bezier(.39,.575,.565,1);
	-webkit-transform:translateY(0);
	transform:translateY(0)
}

.home-menu-content a .ctn .corner{
	position:absolute;
	bottom:0;
	right:0;
	width:90px;
	height:90px;
	background:#ef1923;
	color:transparent;
	-webkit-transform:translate(45px,45px) rotate(45deg);
	transform:translate(45px,45px) rotate(45deg);
	transition:all .15s cubic-bezier(.47,0,.745,.715)
}

.home-menu-content a .ctn .corner span{
	font-size:80%;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	transition:-webkit-transform .15s cubic-bezier(.47,0,.745,.715) .15s;
	transition:transform .15s cubic-bezier(.47,0,.745,.715) .15s;
	transition:transform .15s cubic-bezier(.47,0,.745,.715) .15s,-webkit-transform .15s cubic-bezier(.47,0,.745,.715) .15s;
	position:absolute;
	top:13px;
	left:7px
}
@media only screen and (max-width:767px){
	.home-menu-content a .ctn .corner{
		width:50px;height:50px;-webkit-transform:translate(26px,26px) rotate(45deg);transform:translate(26px,26px) rotate(45deg)
	}
	.home-menu-content a .ctn .corner span{
		top:18px;left:3px
	}
}
.home-menu-content a:hover .ctn .corner{
	-webkit-transform:translate(45px,45px) rotate(45deg) scale(1.1);
	transform:translate(45px,45px) rotate(45deg) scale(1.1);
	background-color:#fff;
	color:#ef1923;
	transition:all .15s cubic-bezier(.39,.575,.565,1)
}

.home-menu-content a:hover .ctn .corner span{
	-webkit-transform:rotate(0);
	transform:rotate(0);
	transition:-webkit-transform .15s cubic-bezier(.47,0,.745,.715) .15s;
	transition:transform .15s cubic-bezier(.47,0,.745,.715) .15s;
	transition:transform .15s cubic-bezier(.47,0,.745,.715) .15s,-webkit-transform .15s cubic-bezier(.47,0,.745,.715) .15s
}
.home-menu-content .max-container .g-col.g-span-4  a{
	display:inline-block;
	width:100%;
	max-width:430px;
	position:relative;
	overflow:hidden
}
.home-menu-content .max-container .g-col.g-span-4  a .ctn .white{
	color:white
}
.home-menu-content .max-container .g-col.g-span-4  a .ctn .choices{
	color:#384f51;
	font-weight:bolder;
	font-size:0.5em
}

.icon-plus:before{
	font-family:glyph
	;-webkit-font-smoothing:antialiased
	;-moz-osx-font-smoothing:grayscale
	;font-style:normal
	;font-variant:normal
	;font-weight:400
	;text-decoration:none
	;text-transform:none
}
.icon-plus:before{
content:"\002b"
}

@media only screen and (max-width:1024px){
	.home-menu-content .home-menu{
		margin-top:20px;
		text-align:center
	}
}
@media only screen and (max-width:767px){ /* + icci */
	.home-menu-content .home-menu{
		margin-top:20px
	}
}


.syncing-try{
	position: absolute;
	right:125px;
	top: 53%;
	width: 100%;
}
@media screen and (max-width:1200px){
	.syncing-try {
		position: absolute;
		top: 53%;
	}
}
@media screen and (max-width:1024px){
	.syncing-try {
      	 position: absolute;
      	 right: 60px;
	}
}
@media screen and (max-width:767px){
	.syncing-try {
   	 position: absolute;
   	 right: 20px;
	}
}

.syncing-try .syncing {
	position:absolute;
	right:0;
	
	z-index: 7;
}
.syncing-try .try-text a{
	position:absolute;
	right:0;
	color:midnightblue;
	margin-top:110px;
	font-size:2em;
	font-weight:bolder;
	
	z-index: 6;
}
@media screen and (max-width:1024px){
	.syncing-try .try-text a{
	margin-top:90px;
	font-size:1.5em;
	}
}
@media screen and (max-width:767px){
	.syncing-try .try-text a{
	margin-top:80px;
	font-size:1.1em;
	}
}

.syncing-try .syncing .syncing-text a{
	color:#333333;
	font-size:1.2em;
	height:50px;
	float:right;
	text-align:right;
	font-weight:bold;
	line-height:1.2em;
}
@media screen and (max-width:767px){
	.syncing-try .syncing .syncing-text {
	font-size:0.8em;
	}
}


.syncing-try .syncing .animation {
	
	width:50px;
	height:50px;
	float:right;
	
    -webkit-animation: sincing-animation 4s infinite; /* Safari 4.0 - 8.0 */
	
    animation: sincing-animation;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-delay: 2s;
	animation-iteration-count:10000;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes sincing-animation {
    from {
		left: 0px;
	}
    to {
    	left: 0px;
    	transform:rotate(360deg);
   	}
}

@keyframes sincing-animation {
    from {
		left: 0px;
	}
    to {
    	left: 0px;
    	transform:rotate(360deg);
   	}
}

#global-wrapper #top-window #content-wrapper #top-window-content .Slide {
  top:0;
  width:100%;
  position:absolute;
  opacity:0;
}

#global-wrapper #top-window #content-wrapper #top-window-content .Slide img{
  width:100%;
}

#global-wrapper #top-window #content-wrapper #top-window-content .Slide #FirstSlide{
  position:unset;
  width:100%;
  opacity:1.0;
}
#global-wrapper #top-window #top-window-content #button-count-skip {
  height: 50px;
  width: 50px;
  margin: 0 2px;
  transition: background-color 0.6s ease;
}
@media screen and (max-width:767px) {
	#global-wrapper #top-window #top-window-content #button-count-skip {
		width: 35px;
	}
}

#global-wrapper #top-window #top-window-content #button-count-skip .active {
  background-color: #717171;
}

#global-wrapper #top-window #top-window-content #button-count-skip button{
	border : 2px solid transparent;
	border-radius: 20px;
	background-color: #fff5b7;
	width:40px;
	height:40px;
}
@media screen and (max-width:767px){
	#global-wrapper #top-window #top-window-content #buttons-count-skip button{
	font-size: 1.7em;
	}
}

#global-wrapper #top-window #top-window-content #button-count-skip button:hover {
  background-color: blue;
}

.DotButton {
	 text-align:center;
	 visibility:hidden;
}

#global-wrapper #top-window #buttons-wrapper-bottom table td .Dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 10px;
  background-color: #bbb;
  border-radius: 50%;
  border-color:transparent;
  border-width:2px;
  border-style:solid;
  display: inline-block;
  transition: background-color 0.6s ease;
}

#global-wrapper #top-window #buttons-wrapper-bottom table td .Dot.active {
  background-color: #f07e3c;
}
#global-wrapper #top-window #buttons-wrapper-bottom table td .Dot:hover {
  background-color: #f07e3c;
}
#global-wrapper #top-window #buttons-wrapper-bottom table td .Dot a {
  color: #bbb;
  background-color: blue;
  font-size: 1.5em;
  border: unset;
  border-radius: unset;
  bottom: 7px;
  padding: 0;
}
#global-wrapper #top-window #buttons-wrapper-bottom table td .Dot a:hover {
  color: #f07e3c;
}
#global-wrapper #top-window #buttons-wrapper-bottom .ButtonDots {
	visibility:hidden;
	line-height:2em;
}


#global-wrapper #top-window #top-window-content #buttons-wrapper-left table td .Dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  border-color:transparent;
  border-width:2px;
  border-style:solid;
  display: inline-block;
  transition: background-color 0.6s ease;
}

#global-wrapper #top-window #top-window-content #buttons-wrapper-left table td .Dot .active {
  background-color: #717171;
}
#global-wrapper #top-window #top-window-content #buttons-wrapper-left table td .Dot:hover {
  background-color: #717171;
}

#global-wrapper #top-window #top-window-content #buttons-wrapper-right table td .Dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  border-color:transparent;
  border-width:2px;
  border-style:solid;
  display: inline-block;
  transition: background-color 0.6s ease;
}

#global-wrapper #top-window #top-window-content #buttons-wrapper-right table td .Dot .active {
  background-color: #717171;
}
#global-wrapper #top-window #top-window-content #buttons-wrapper-right table td .Dot:hover {
  background-color: #717171;
}

#global-wrapper #top-window #top-window-content #buttons-wrapper-right #Count {
	position: absolute;
	text-align: center;
	font-size: 1.3em;
	margin-right: 0.5em;
	left: -15px;
	bottom: 41px;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px 16px;
  margin-top: -22px;
  color: #f07e3c;
  font-weight: bold;
  font-size: 60px;
  transition: 0.6s ease;
  border-radius: 0 6px 6px 0;
  display:none;
  z-index:3;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: blue;
}

#button-prev, #button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px 16px;
  margin-top: -22px;
  color: #f07e3c;
  font-weight: bold;
  font-size: 60px;
  transition: 0.6s ease;
  border-radius: 0 6px 6px 0;
  display:none;
  z-index:3;
}
@media screen and (max-width:767px) {
	#button-prev, #button-next {
	    top: 30%;
		font-size: 50px;
	}
}

@media screen and (max-width:550px) {
	#button-prev, #button-next {
	    top: 40%;
		font-size: 30px;
	}
	#stop-play {
		width:50%;
	}
}

#button-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

#button-prev:hover, #button-next:hover {
  color:blue;
}

#global-wrapper #top-window #top-window-content #buttons-wrapper-right #prev,
#global-wrapper #top-window #top-window-content #buttons-wrapper-right #next {
	position:absolute;
	text-align:center;
	background-color:transparent;
	font-size: 1.5em;
	margin-right: 0.5em;
	border-color:transparent;
	height:36px;
	left:2px;
}
#global-wrapper #top-window #top-window-content #buttons-wrapper-right #prev:hover,
#global-wrapper #top-window #top-window-content #buttons-wrapper-right #next:hover {
	color:blue;
}

.instructions {
	position: absolute;
	top: 120px;
	height: auto;
	min-height:300px;
	width: 90%;
	left:5%;
	color: #333333;
	padding: 50px 10px 10px 50px;
	background-color: white;
	border: 8px solid #f07e3c;
	border-radius: 20px;
	z-index: 2;
}
.instructions a {
	color:blue;
}
.instructions a:hover {
	background-color: transparent;
}
.instructions h1 {
	text-transform: none;
    font-size: 1.5em;
}
.instructions ol {
    font-size: 1em;
    color: black;
}
