   
/* overlay grey */
 .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.30);
            pointer-events: none;
            z-index: 9998; /* Ensure it is on top of most content but below the excluded element */
        }

        .content {
            position: relative;
            z-index: 1; /* Default z-index for regular content */
        }

        .excluded {
            position: relative;
            z-index: 9998; /* Ensure it is on top of the overlay */
            background-color: rgba(255,255,255,0.00);
           
        }

/* read more text 

*/


/* test beginn grid 2 row changing to one row */

.grid-containerol {
  display: grid;
  gap: 20px;
  padding: 0px;
}

/* For mobile devices */
@media (max-width: 767px) {
  .grid-containerol {
    grid-template-columns: 1fr;
  }
}

/* For large screens */
@media (min-width: 768px) {
  .grid-containerol {
    grid-template-columns: 1fr 1fr;
	   
  }
}

.grid-itemol {
  background-color: #ccc;
  text-align: left;
}

/* test end */
/* test beginn grid 2 row changing to one row */

.grid-containericons {
  display: grid;
  gap: 20px;
  padding: 0px;
}

/* For mobile devices */
@media (max-width: 767px) {
  .grid-containericons {
    grid-template-columns: 1fr;
  }
}

/* For large screens */
@media (min-width: 768px) {
  .grid-containericons {
    grid-template-columns: 1fr 1fr 1fr;
	   
  }
}

.grid-itemicons {
  background-color: #ccc;
  text-align: left;
}

/* test end */









.progress-container {
  width: 100%;
  height: 4px;
  margin-top: -4px;
  background: #ccc;
}

.progress-bar {
  height: 4px;
  background: #B40404;
  width: 0%;
}




.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.framolisingle:hover {
  border: 1px solid #777;
  width: auto;
  margin-left: auto;
  margin-right: auto;
	
}

.vertical-center {
  margin: 0;
  position: relative;
  top: 40%;
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

.vertical-center25 {
  margin: 0;
  position: relative;
  top: 25%;
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

div.framoli:hover {
  
    margin: 0px;
    padding-top: 0px;
    box-shadow: inset 0px 0px 0px 1px #000;

}


div.framoli2:hover {
  
    margin: 0px;
    padding-top: 0px;
    box-shadow: inset 0px 0px 0px 20px #D2D2D2;
    border-radius: 5px;

}


.grid-container1 {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 50px;
  padding: 0px;
}

.grid-container2 {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 50px;
  padding: 0px;
}
.grid-container3 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 50px;
  padding: 0px;
}

.grid-container4 {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 50px;
  padding: 0px;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0px 0;
 
}

.item1 {
  grid-row: 1 / span 1;
  height: auto;
}
.item2 {
  grid-column: 2 / span 1;
  height: auto;
}
.item3 {
  grid-column: 1 / span 1;
   height: auto;
    background-color: aqua;
    text-align: center   ;
    vertical-align: 50%;
}
.item4 {
  grid-column: 2 / span 1;
    height: auto;
    background-color: red
}


.olispezial:focus {
  background: rgba(255,126,0,0.73);
  color: black;
}


h3.textol {
    text-align: center;
    font-size: 24px;
    display: flex;
    justify-content: center;
}

h3 .roli3zahlen {
   
    font-size: 20px;
        height: 20px;
        -moz-border-radius: 20%;
        border-radius: 10%;
        padding: 3px;
        border: solid 1px #E7E7E7;
        background-color: #FCFCFC;
        color: #434343;
}

h3 .roli4zahlen {
   
    font-size: 20px;
        height: 20px;
        -moz-border-radius: 20%;
        border-radius: 7%;
        padding: 3px;
        border: solid 1px #E7E7E7;
        background-color: #FCFCFC;
        color: #434343;
}

h3 .roli2zahlen {
   
    font-size: 20px;
        height: 20px;
        -moz-border-radius: 20%;
        border-radius: 15%;
        padding: 3px;
        border: solid 1px #E7E7E7;
       background-color: #FCFCFC;
        color: #434343;
}

.olispezial:focus {
  background: rgba(255,126,0,0.73);
  color: black;
}


#card {
    
width: 955px;
    
  border: 1px solid #e0e0e0;
  margin: 0 auto;
  display: flex;
  flex-grow: 1;
  background-color: rgba(240,240,240,1.00);
  flex-direction: column;
  border-radius: 0px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}



audio::-webkit-media-controls-mute-button {
    display: none !important;
}

audio::-webkit-media-controls-volume-slider {
    display: none !important;
}
audio::-webkit-media-controls-current-time-display {
    display: none;
}

audio::-webkit-media-controls-time-remaining-display {
    display: none;
}



#wrapperi { 
  position:relative; 
  width:960px; 
  margin:0 auto; 
  padding-top:35px;
padding-bottom:35px;} 

  

  #blackboardPlaceholder { 
  background:url(../images/blackboard.png) no-repeat; 
  width:477px; 
  height:477px; 
  margin:0 auto; 
  
  cursor:crosshair; 
}


#drawingCanvas9 { 
 position:absolute; 
 border:none; 
 color:#FFF; 
 overflow:hidden; 
 background-color:white; 
 background-image: url("../assets/listview/Cable cross/leaning.jpg") ;
 background-position: center;
 background-repeat: no-repeat;

 } 
#tempCanvas9 { position: absolute; width:477px; height:477px; overflow:hidden;  }


#drawingCanvas8 { 
 position:absolute; 
 border:none; 
 color:#FFF; 
 overflow:hidden; 
 background-color:white; 
 background-image: url("../assets/listview/sumo/Sumo paint.jpg") ;
 background-position: center;
 background-repeat: no-repeat;

 } 
#tempCanvas8 { position: absolute; width:477px; height:477px; overflow:hidden;  }


#drawingCanvas7 { 
 position:absolute; 
 border:none; 
 color:#FFF; 
 overflow:hidden; 
 background-color:white; 
 background-image: url("../assets/listview/Lunges/19 walking.JPG") ;
 background-position: center;
 background-repeat: no-repeat;

 } 
#tempCanvas7 { position: absolute; width:477px; height:477px; overflow:hidden;  }



#drawingCanvas6 { 
    position:absolute; 
    border:none; 
    color:#FFF; 
    overflow:hidden; 
    background-color:white; 
    background-image: url("../assets/listview/Lunges/16 path2.JPG") ;
    background-position: center;
    background-repeat: no-repeat;
    
}
#tempCanvas6 { position: absolute; width:477px; height:477px; overflow:hidden;  }




#drawingCanvas5 { 
 position:absolute;
 border:none; 
 color:#FFF; 
 overflow:hidden; 
 background-color:white; 
 background-image: url("../assets/listview/Lunges/15 lean forward.JPG") ;
 background-position: center;
 background-repeat: no-repeat;

 } 
#tempCanvas5 { position: absolute; width:477px; height:477px; overflow:hidden;  }

#drawingCanvas4 { 
 position:absolute; 
 border:none; 
 color:#FFF; 
 overflow:hidden; 
 background-color:white; 
 background-image: url("../assets/listview/Lunges/14 back step.JPG") ;
 background-position: center;
 background-repeat: no-repeat;

 } 
#tempCanvas4 { position: absolute; width:477px; height:477px; overflow:hidden;  }

#drawingCanvas3 { 
 position:absolute; 
 border:none; 
 color:#FFF; 
 overflow:hidden; 
 background-color:white; 
 background-image: url("../assets/listview/Cable cross/9 B manipulate paint.JPG") ;
 background-position: center;
 background-repeat: no-repeat;

 } 
#tempCanvas3 { position: absolute; width:477px; height:477px; overflow:hidden;  }

#drawingCanvas2 { 
 position:absolute; 
 border:none; 
 color:#FFF; 
 overflow:hidden; 
 background-color:white; 
 background-image: url("../assets/listview/Cable cross/9 A manipulate paint.JPG") ;
 background-position: center;
 background-repeat: no-repeat;

 } 
#tempCanvas2 { position: absolute; width:477px; height:477px; overflow:hidden;  }


#drawingCanvas { 
 position:absolute; 
 border:none; 
 color:#FFF; 
 overflow:hidden; 
 background-color:white; 
 background-image: url("../assets/listview/Lunges/14.JPG") ;
 background-position: center;
 background-repeat: no-repeat;

 } 
#tempCanvas { position: absolute; width:477px; height:477px; overflow:hidden;  }



.oliknopf{
    display:none; 
	cursor:pointer; 
}




.paint-canvas {
  display: block;
  cursor: crosshair;
}

.js-color-picker {
  margin: 1px 1rem 0 1rem;
}



.olekno{
 	border-style: solid;
	border-width: 2px;
	border-color: #D70003!important;
	background-color: #f0f0f0!important;

}
	
.olekyes{
 	border-style: solid;
    border-width: 2px;
	border-color: #00AF1E!important;
	background-color: #f0f0f0!important;
	
	/*alles über mir  von button color ggf loeschen  */
}
main2 {
  width: 955px;
    height: 700px;
  border: 1px solid #e0e0e0;
  margin: 0 auto;
  display: flex;
  flex-grow: 1;
  background-color: #FFFFFF;
	
}



.left-block2 {
  height: 600px;
  border-right: 3px solid #e0e0e0;
}
.right-block2 {
	height: 600px;
	
	
}

.olitextboxpaint {
    width: 100%;
    height: 700px;
    padding-left: 21%;
	background-color: #FFFFFF;
	}  

* {
  box-sizing: border-box;
    
}

main {
  width: 1067px;
 height:499px; 
  border: 0px solid #e0e0e0;
  margin: 0 auto;
  display: flex;
  flex-grow: 1;
	
}

main3 {
  width: 560px;
 height:499px; 
  border: 0px solid #e0e0e0;
  margin: 0 auto;
  display: flex;
  flex-grow: 1;
	
}


.left-block {
  width: 60px;
  
}

.colors {
  background-color: #eeeeee;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 0px;
}

.colors button {
  display: inline-block;
  border: 0px solid #00000026;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  width: 60px;
  height: 30px;
  margin-bottom: 5px;
  margin-top:0px ;
  box-shadow:1px 1px 2px;
}

.colors button:nth-of-type(1) {
  background-color: #0000ff;
}

.colors button:nth-of-type(3) {
  background-color: #FFAE00;
}
.colors button:nth-of-type(4) {
  background-color: #333333;
}
.colors button:nth-of-type(2) {
  background-image: url("../images/dashedtest.png") ; 
}

.momentarm button {
  color: #ff9000;
  display: inline-block;
  border: 0px solid #00000026;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  width: 60px;
  height: 30px;
  margin-bottom: 5px;
  margin-top:0px ;
  box-shadow:1px 1px 2px;
    
}
.momentarm {
  background-color: #eeeeee;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 0px;
 
}
.momentarm button:nth-of-type(1) {
  background-color: #ff9000;
}

.force button {
  color: #0000ff;
  display: inline-block;
  border: 0px solid #00000026;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  width: 60px;
  height: 30px;
  margin-bottom: 5px;
  margin-top:0px ;
  box-shadow:1px 1px 2px;
    
}
.force {
  background-color: #eeeeee;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 0px;
 
}
.force button:nth-of-type(1) {
  background-color: #0000ff;
}

.lineaction button {
  color: #FFAE00;
  display: inline-block;
  border: 0px solid #00000026;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  width: 60px;
  height: 30px;
  margin-bottom: 5px;
  margin-top:0px ;
  box-shadow:1px 1px 2px;
    
}
.lineaction {
  background-color: #eeeeee;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 0px;
 
}
.lineaction button:nth-of-type(1) {
  background-image: url("../images/dashedtest.png") ;  
}


.brushes {
  background-color: #eeeeee;
  padding-top: 5px;
  height: 5px;
}

.brushes button {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #eeeeee;
  margin-bottom: 5px;
  padding: 5px;
  height: 30px;
  outline: none;
  position: relative;
  cursor: pointer;
  
}

.brushes button:after {
  height: 5px;
  display: block;
  background: #f0f0f0;
  content: '';
}

.brushes button:nth-of-type(1):after {
  height: 5px;
}

.brushes button:nth-of-type(2):after {
  height: 5px;
}

.brushes button:nth-of-type(3):after {
  height: 5px;
}

.brushes button:nth-of-type(4):after {
  height: 4px;
}

.brushes button:nth-of-type(5):after {
  height: 5px;
}

.buttons {
  height: 90px;
  padding-top: 10px;
	
}

.buttons button {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #ece8e8;
  margin-bottom: 5px;
  padding: 5px;
  height: 30px;
  outline: none;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.right-block {
    width: 477px;
	height: 477px;
	margin-top: 0px;
	
}


#paint-canvas2 {
  cursor:crosshair;

}
#paint-canvas {
  cursor:crosshair;

}



/*alles über mir  von paint ggf loeschen  */


.a li span {
	position: relative;
	left: 30px;
}


el>li:before {
  content: attr(seq) ". ";
	font-size: 14pt;
	margin-top : 10pt;
}

el {
  list-style: none;
	margin : 0px;
}



.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
	width:50%;
	align-content: center;
}


.disableswipe{
    background-color: white;
   }

.nopadol{
    padding: 0px!important;
    
   }

.olimage {
    width: 50px!important;
    height: auto;
}

.spritespin2, .spritespin3{
	 margin: auto;
    width: 50%!important;
	height: auto;
  
}
.olitextbox{
   
    height: auto;
	margin-top: 15px; 
	margin-bottom: 10px;
	  
}

.olitextintro{
   
    height: auto;
	margin-top: 15px; 
	margin-bottom: 10px;
	  
}
@media screen and (min-width: 260px)and (max-width: 990px){
    .olitextbox {
   height: auto;
	margin-top: 15px; 
	margin-bottom: 10px;
			 
    }
	
	   .olitextintro {
   height: auto;
	margin-top: 15px; 
	margin-bottom: 10px;
			 
    }
	.spritespin2, .spritespin3{
	 margin: auto;
    width: 50%!important;
	height: auto;
  
}
}
@media screen and (min-width: 990px)and (max-width : 1290px ){

   .olitextbox {
    width: 85%;
    height: auto;
    padding-left: 15%;
	   
	
}
	.olitextintro {
    width: 85%;
    height: auto;
    padding-left: 15%;
	   
	
}
	.spritespin2, .spritespin3{
	 margin: auto;
    width: 65%!important;
	height: auto;
  
}
    .responsive {
    float: left;
    width: 33.2%;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
	
} 
    
}
@media screen and (min-width: 1290px)and (max-width : 1930px ){

   .olitextbox {
    width: 85%;
    height: auto;
    padding-left: 14%;
	
}
       .olitextbox2 {
    width: 85%;
    height: auto;
    padding-left: 14%;
	
}
	
	     .olitextintro {
    width: 75%;
    height: auto;
    padding-left: 24%;
	
}
	
	.spritespin2, .spritespin3{
	 margin: auto;
    width: 65%!important;
	height: auto;
  
}
    
       .responsiveole {
    float: left;
    width: 23.2%;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
	
}
    
 .responsive {
    float: left;
    width: 33.2%;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
	
}
    
}
@media only screen and ( max-width : 4440px ) and (min-width : 1930px ){
   /* Medium desktop: 4 tiles */
  
	.olitextbox {
    width: 75%;
    height: auto;
    padding-left: 24%;
	
}
    	.olitextbox2 {
    width: 75%;
    height: auto;
    padding-left: 24%;
	
}
	
	.olitextintro {
    width: 75%;
    height: auto;
    padding-left: 24%;
	
}
		.spritespin2, .spritespin3{
	 margin: auto;
    width: 65%!important;
	height: auto;
  
}
     .responsive {
    float: left;
    width: 24.2%;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
	
}
    
         .responsiveole {
    float: left;
    width: 24.2%;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
	
}  
    
}

div.gallery img {
    width: 100%;
    height: auto;
	
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

@media screen and (min-width: 1290px)and (max-width : 1930px ){
  
       .responsiveole {
    float: left;
    width: 33.2%;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
	
}
    
}
@media screen and (min-width : 990px )and (max-width : 1289px ){
.responsive {
    float: left;
    width: 33.2%;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
	
}
    
    .responsiveole {
    float: left;
    width: 33.2%;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
	
}

  .responsiveindex {
    float: left;
    width: 33.2%;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
     
}
   .responsiveindexsmall {
    float: left;
    width: 49%;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;	
} 
    .landing {
    width: 49%;		
} 
    
.responsiveol {
	display: none;
    float: left;
    width: 99.99999%;
	padding-left: 3px;
	padding-right: 3px;
	
}
}
@media screen and (min-width: 767px) and (max-width: 990px){
    .responsive {
     width: 33.2%;;
	padding-top: 4px;
	padding-left: 50px;
	padding-right: 50px;	
	 float: left;	  
    }
    
      .responsiveole {
     width: 49.99999%;
	padding-top: 4px;
	padding-left: 50px;
	padding-right: 50px;	
	 float: left;	  
    }
    
      .responsiveindex {
    float: left;
    width: 33.2%;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
	
}
	
   .responsiveindexsmall {
    float: left;
    width: 49%;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;	
} 	
	  .landing {
    width: 49%;		
} 
	
	 .responsiveol {
		
    width: 99.99999%;
    padding-left: 55px;
	padding-right: 55px;	
    padding-top: 15px;
    padding-bottom: 15px;
   
       float: left;
    }
}
@media screen and (min-width: 360px) and (max-width: 767px){
    .responsive {
     width: 49.99999%;
	padding-top: 4px;
   	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;	
	 float: left;
	
		  
    }
    
     .responsiveole {
     width: 49.99999%;
	padding-top: 4px;
	padding-left: 50px;
	padding-right: 50px;	
	 float: left;	  
    }
    
     .responsiveindex {
    float: left;
    width: 49%;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
	
}
	
	   .responsiveindexsmall {
    float: left;
    width: 99%;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;	
} 
	
  .landing {
    width: 99%;		
} 	
	
	
.responsiveol {
    width: 99.99999%;
	padding:4px;
    float: left;
    }
}

@media screen and (min-width: 280px) and (max-width: 359px){
    .responsive {
     width: 90%;
	padding-top: 4px;
   	padding-bottom: 4px;
	padding-left: 13px;
	padding-right: 13px;	
	 float: left;
	
		  
    }
    
      .responsiveole {
   width: 99.99999%;
		
		 padding-bottom:0px;
       float: left;
	
		  
    }
	 .responsiveol {
        width: 99.99999%;
		
		 padding-bottom:0px;
       float: left;
    }
}
@media (max-width : 990px) and (orientation:landscape) {
    /* Landscape styles */
	.responsive {
	padding-top: 10px;
	padding-bottom: 0px;		
	padding-left: 3px;
	padding-right: 3px;		
    width: 33.2%;
}
    
    	.responsiveole {
	padding-top: 10px;
	padding-bottom: 0px;		
	padding-left: 3px;
	padding-right: 3px;		
    width: 33.2%;
}

	.responsiveol {
	display: none;
    float: left;
	padding-left: 23%;
	padding-right: 23%;
	padding-top: 0px;
	padding-bottom: 0px;
    width: 99.99999%;
}
	
	

	.olekiusl{
 	position: absolute;
	left:4px;;
    top:53px;
	font-size: 14px;
	border-style: solid;
    border-width: 1px;
	border-color: #FFFFFF!important;
	background-color: #f0f0f0!important;

}
	
	.olekiusr{
  	position: absolute;
	right:-4px;;
    top:53px;
	font-size: 14px;
	border-style: solid;
    border-width: 1px;
	border-color: #FFFFFF!important;
	background-color: #f0f0f0!important;
	
}
	.olekiushome{
  	position: absolute;
	right:-4px;
	font-size: 28px;
	border-style: solid;
    border-width: 11px;
	border-color: #DF070B!important;
	background-color: #f0f0f0!important;
	
}
		
	
	h2 {
	font-size: 32px!important;
	line-height: 50px!important;
	top:5px!important;
	letter-spacing: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
	padding: 0;
}

}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}







.olekiusl{
 	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF!important;
	background-color: #F0F0F0!important;

}
	
.olekiusr{
 	border-style: solid;
    border-width: 1px;
	border-color: #FFFFFF!important;
	background-color: #f0f0f0!important;
	
}



















/*oli test above-----------------------------------------------------------*/
p.oli {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    color: #393939;
    font-size: 12px;
    top: 0px;
	
	
}
/* Oli's lists*/

ul.b {
	list-style-type: square;
	font-size: 9pt;
	margin-left: -4px;
	line-height: 19px;
	
	
	}

li.b span {
	color: black;
	font-size: 12px!important;
		/* [disabled]font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

ul li {
	
	margin-left: -21px;
}

.ul{
	margin : 0px;
   }

li {
  	color:#ED0000;
	margin-top: 2px;
	font-size: 10pt;
	padding-left: 2px;
	
	
	/*
	
	margin-bottom: 2px;
	*/
}
ol li {
	
	font-size: 14pt;
	margin-top : 10pt;
}

.ol{
	margin : 0px;
   }


li span {
	color: black;
	font-size: 18px;
	
		/* [disabled]font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

/* Oli's lists end------------------------------------------------------------*/



video::-webkit-media-controls-panel {
	opacity: 1 !important;
	background-color: rgba(255,255,255,0.6);
		
}
video::-webkit-media-controls-overlay-play-button{
	opacity: 0.8 !important;
	}
video::-webkit-media-controls-volume-slider {
    display:none;
}

.olischrift{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fulloli {
    margin : 0px -15px;
	min-width: 100%;
	min-height: 600px;
	}

iframe {
	width: 1px;
    min-width:100%;
    border: none;
}



.divol {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #FFF;
}




.oli {
	text-align: left;
	font-size: 1em;
	padding: 5px;
	font-weight: normal;
	margin-top: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
html,body        {height:100%;}
.wrapper         {
	width:100%;
	height:100%;
	margin:1px auto;
	background:#FFFFFF;
    
    
}

.hi_iframe        {
	position: relative;
	background: #FFFFFF;
    border:5px solid #FFFFFF;
    margin-top: 15px;
    border-radius: 20px !important;
  
}
.hi_iframe .ratio {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
    
    }

.holy_iframe        {
	position: relative;
	margin-top: 20px;
    margin-bottom: 20px;
	background: #FFFFFF;
  
}
.holy_iframe .ratio {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
    }

.h_iframe        {
	position: relative;
	margin-top:   20px;
    margin-bottom: 20px;
	background: #FFFFFF;
    
  
}
.h_iframe .ratio {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
    }
    



.hfull_iframe        {
	position: relative;
	margin-top:   20px;
    margin-bottom: 20px;
	background: #FFFFFF;
    
  
}
.hfull_iframe .ratio {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
    }

.pop_iframe .ratio {
	display: block;
	width: 70vw;
	height: auto;
	opacity: 1; 
}
    
.ho_iframe        {
	position: relative;
	margin-top: 20px;
    margin-bottom: 20px;
	
}
.ho_iframe .ratio {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	
}

@media screen and (orientation:landscape) {
    /* Landscape styles */

.holy_iframe .ratio {
	display: block;
	width: 85%;
	height: auto;
	margin: auto;
	opacity: 1;
}

    
    
.h_iframe .ratio {
	display: block;
	width: 68%;
	height: auto;
	margin: auto;
	opacity: 1;
}
	
.ho_iframe .ratio {
	display: block;
	width: 32%;
	height: auto;
	margin: auto;
	opacity: 1;
	
}
    
.pop_iframe .ratio {
	display: block;
	width: 78vw;
	height: 44vh;
	margin: 0px;
	opacity: 1;
}
    }

.holy_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0px;
}
.h_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0px;
}
.ho_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	background-color: white;
}



.video-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 700px){
	.video-container {
    position: relative;
    padding-bottom: 47%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
}


body {
	margin: 0;
	background: #FFFFFF;
	font-size: 18px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 25px;
	font-style: normal;
	font-weight: 100;
}

.flexbox-container{
    display: flex;
}

.flexbox-container.flow-direction-centered{
    justify-content: center;
}

.wrap {
   overflow: hidden;
   margin: 10px;
   margin-top: -5px;
	
	

}

.bolix {
   
   position: relative;
   width: 25%;
   padding-bottom: 25%;
}

.box {
   float: left;
   position: relative;
   width: 20%;
   padding-bottom: 20%;
}
.boxInner {
   position: absolute;
   left: 10px;
   right: 10px;
   top: 10px;
   bottom: 10px;
   overflow: hidden;
}
.boxInner img {
   width: 100%;
}
.boxInner .titleBox {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin-bottom: -50px;
   background: #000;
   background: rgba(0, 0, 0, 0.5);
   color: #FFF;
   padding: 10px;
   text-align: center;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
   margin-bottom: 0;
}
@media only screen and (max-width : 480px) and (min-width : 120px) {
   /* Smartphone view: 1 tile */
   .box {
      width: 50%;
      padding-bottom: 50%;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: 2 tiles */
   .box {
      width: 33%;
      padding-bottom: 33%;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
   .box {
      width: 25%;
      padding-bottom: 25%;
   }
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop: 4 tiles */
   .box {
      width: 25%;
      padding-bottom: 25%;
   }
}
@media only screen and (max-width : 1920px) and (min-width : 1291px) {
   /* Medium desktop: 4 tiles */
   .box {
      width: 16,6%;
      padding-bottom: 16,6%;
   }
    .holy_iframe .ratio {
	display: block;
	width: 57%;
	height: auto;
	margin: auto;
	opacity: 1;
}
    
	.h_iframe .ratio {
	display: block;
	width: 58%;
	height: auto;
	margin: auto;
	opacity: 1;
}
    


    
    
    .pop_iframe .ratio {
	display: block;
	width: 70vw;
	height: auto;
	margin: auto;
	opacity: 1;
}
}
@media only screen and (max-width : 3100px) and (min-width : 1921px) {
   /* Medium desktop: 4 tiles */
   .box {
      width: 13.8%;
      padding-bottom: 13.8%;
   }
.h_iframe .ratio {
	display: block;
	width: 42%;
	height: auto;
	margin: auto;
	opacity: 1;
}
    .holy_iframe .ratio {
	display: block;
	width: 55%;
	height: auto;
	margin: auto;
	opacity: 1;
}
    
    .pop_iframe .ratio {
	display: block;
	width: 50vw;
	height: auto;
	margin: auto;
	opacity: 1;
}
    

 
    
    
}

@media only screen and (max-width : 4440px) and (min-width : 3101px) {
   /* Medium desktop: 4 tiles */
   .box {
      width: 13.8%;
      padding-bottom: 13.8%;
   }
.h_iframe .ratio {
	display: block;
	width: 42%;
	height: auto;
	margin: auto;
	opacity: 1;
}
    .holy_iframe .ratio {
	display: block;
	width: 55%;
	height: auto;
	margin: auto;
	opacity: 1;
}
    
    
    .pop_iframe .ratio {
	display: block;
	width: 50vw;
	height: auto;
	margin: auto;
	opacity: 1;
}
}
	   

/*!
* LUKE.CSS
*
* Luke's stylesheet. Handcrafted for this theme with love.
* Contains color schemes for custom elements at the bottom.
* Supplementary theme file. Do not delete.
*
* Version 1.0
*
*/


/* Luke's classes
-----------------------------------------------------------------------------------------------------------*/

.luke-button, .luke-input {    
    background: transparent;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: none;
    color: #232323;
    border: 5px solid #333 !important;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.luke-button {
    margin-right: 4px;
}

@media all and (max-width : 375px ){
	.luke-button, .luke-input {
        border: 3px solid #333 !important;
	    padding: 4px 12px 4px 14px;
	}
    .luke-button {
    margin-right: 2px;
}
	.luke-button .fa {
        display: none;
	}
}

.luke-input {
    width: 95%;
    width: calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    max-width: 320px;
    display: block;
    margin: 0 0 10px 0;
    padding: 13px 8px 13px 12px;
}

.luke-input::-webkit-input-placeholder, .luke-input[data-theme=d]::-webkit-input-placeholder {
		color: #232323;
}

.luke-input:-moz-placeholder, .luke-input[data-theme=d]:-moz-placeholder {
		color: #232323;
}

.luke-input::-moz-placeholder, .luke-input[data-theme=d]::-moz-placeholder {
		color: #232323;
}

.luke-input:-ms-input-placeholder, .luke-input[data-theme=d]:-ms-input-placeholder {
		color: #232323;
}


.luke-input[data-theme=a]::-webkit-input-placeholder, .luke-input[data-theme=b]::-webkit-input-placeholder, .luke-input[data-theme=c]::-webkit-input-placeholder, .luke-input[data-theme=e]::-webkit-input-placeholder {
		color: #fff;
}

.luke-input[data-theme=a]:-moz-placeholder, .luke-input[data-theme=b]:-moz-placeholder, .luke-input[data-theme=c]:-moz-placeholder, .luke-input[data-theme=e]:-moz-placeholder {
		color: #fff;
}

.luke-input[data-theme=a]::-moz-placeholder, .luke-input[data-theme=b]::-moz-placeholder, .luke-input[data-theme=c]::-moz-placeholder, .luke-input[data-theme=e]::-moz-placeholder {
		color: #fff;
}

.luke-input[data-theme=a]:-ms-input-placeholder, .luke-input[data-theme=b]:-ms-input-placeholder, .luke-input[data-theme=c]:-ms-input-placeholder, .luke-input[data-theme=e]:-ms-input-placeholder {
		color: #fff;
}

.luke-circle {
    background: none;
    border: 5px solid #232323;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    text-decoration: none;
}

.luke-circle[data-theme=a], .luke-circle[data-theme=b], .luke-circle[data-theme=c], .luke-circle[data-theme=e] {
    border: none;
}

.luke-circle i {
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.luke-text-box {
    background: none;
    padding: 1px 10px 25px 10px;
    margin: 5px auto;
    font-size: 14px;
}

.luke-text-box p {
    margin: 0;
}

.luke-alert {
    display: block;
    width: 1OO%;
    margin: 16px 0;
    color: #fff;
    position: relative;
    text-align: left;
}

.luke-alert .fa {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 12px;
    font-size: 48px;
}

.luke-alert p {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 1.25;
    padding: 2px 0 0 0;
    width: 70%;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    position: relative;
    left: 0px;
}

.luke-alert-info {
    background: #A687F6;
}

.luke-alert-warning {
    background: #407889;
}

.luke-alert-error {
    background: #EE3C4C;
}

.luke-alert-success {
    background: #7CC879;
}

.luke-team-box {
    text-align: center;
    margin: 0 auto 48px auto;
    max-width: 320px;
    display: block;
}

.luke-team-box img {
    width: 100px !important;
    margin: 0 0 18px 0;
}

.luke-team-box h3 {
    margin: 0;
}

.luke-team-box h4 {
    font-size: 18px;
    margin: 0.5em 0 0 0;
}

.luke-team-box p {
    margin: 12px 0 24px 0;
}

.luke-service-box {
    text-align: center;
    margin: 36px auto 36px auto;
    max-width: 320px;
    display: block;
}

.luke-service-box h3 {
    margin: 24px 0 0 0;
}

.luke-service-box p {
    margin: 12px 0 24px 0;
}

.luke-inline-slider {
		text-align: center;
}

.luke-inline-slider[data-inner=false] {
		margin-top: 0;
		margin-bottom: 0;
	  padding: 24px 0;
}

.luke-inline-slider[data-inner=true] {
		margin-top: 0;
		margin-bottom: 0;
	  padding: 24px 16px;
}

.luke-inline-gallery {
    text-align: center;
    margin: 0 auto 1em auto;
    max-width: 960px;
    display: block;
}

.luke-inline-gallery .item {
    margin: 1em auto;
}

.luke-gallery {
    text-align: center;
    margin: 0 auto;
    width: 110% !important;
    width: calc(100% + 34px) !important;
    width: -webkit-calc(100% + 34px) !important;
    margin-left: -17px !important;
}

.luke-box {
    text-align: center;
    padding: 3px 0 22px 0;
    width: 110% !important;
    width: calc(100% + 32px) !important;
    width: -webkit-calc(100% + 32px) !important;
    margin-left: -16px !important;
}

.menu-mark {
    position: absolute;
    right: 0;
    background-color: #4E4E4E;
    color: #B7CFFF;
    font-size: 12px;
    text-align: center;
    width: 18px;
    height: 18px;
    padding-left: 1px;
    padding-top: 1px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    vertical-align: bottom;
    z-index: 9999999;
}

.luke-list-navigation .menu-mark {
		padding-top: 2px;
		margin-right: 6px;
}

.luke-list-navigation {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.luke-list-navigation h2 {
    font-weight: 300 !important;
    max-width: 150px;
}

.luke-list-navigation .ui-li-divider {
		display: block;
		letter-spacing: 4px;
		font-size: 12px;
		border: none;
		padding-top: 7px;
}

.luke-list-navigation li a {
    padding-bottom: -100px !important;
    border: none !important;
    border-bottom: 1px solid #cacaca !important;
    font-size: 18px;
    padding-top: 0.6em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
} 

.luke-list-navigation li a:hover {
    border-bottom: 1px solid #cacaca !important;
} 

.luke-list-navigation li a .fa {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 16px;
    opacity: 1;
} 

.luke-list-navigation li ul li a .fa {
    margin-left: 10px;
}


.luke-list-navigation li a:after {
    content: '';
    opacity: 0.2;
    background-image: url('../images/angle2.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 40px;  
    height: 40px;
    display: block;
    position: absolute; 
    right: 4px;
    top: 17px; 
} 

.luke-list-navigation li.menu-item-has-children ul li a:after {
    right: 20px;
}

.luke-list-navigation .ui-li-aside {
   right: 1em;
}

.luke-avatar {
		width: 60px !important;
}

.luke-author {
		width: 110% !important;
		width: calc(100% + 32px) !important;
		width: -webkit-calc(100% + 32px) !important;
		margin: -16px auto -16px -16px;
		text-align: center;
		position: relative;
}

.luke-author[data-inner=false] {
		margin: 0;
}

.luke-author .luke-avatar {
		margin-top: 8%;
		margin-bottom: 0;
}

.luke-author[data-inner=false] .luke-avatar {
		margin-top: 0;
}

.luke-author .text {
		position: absolute;
		display: inline-block; 
		top: 0;
		width: 100%;
		text-align: center;
		left: 0;	
		color: #fff;
		line-height: 1.25;
}

.luke-author img {
    margin-bottom: 24px;
}

.luke-author h1 {
    font-size: 60px;
    display: block;
    line-height: 1.2;
    padding: 10px 0 0 0;
    margin: 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: -0.05ex;
}

.luke-author h2 {
    display: block;
    font-size: 12px;
    letter-spacing: 0.5ex;
    margin-top: 5px;
}


@media all and (min-width: 320px) {

	.luke-author .luke-avatar {
		margin-top: 8%;
		width: 80px !important;
	}
	
	.luke-author h1 {
	    font-size: 60px;
	    padding: 16px 0 0 0;
	}

	.luke-author h2 {
	    font-size: 14px;
	}

}

.luke-bg {
	width: 100% !important;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -0px !important;
	text-align: center;
	padding: 0px 0px;
	min-height: 240px;
	display: table;
	background-repeat: no-repeat;
	background-position: center;
	max-height: 305px;
}

.luke-bg input {
    margin: 0 auto 12px auto;
    display: inline-block;
}

.luke-bg-inner {
		display: table-cell;
	  vertical-align: middle;
}

.luke-bg[data-inner="false"] {
		margin-top: 0;
		margin-bottom: 0;
}

.luke-bg[data-inner="true"] {
		margin-top: 0;
		margin-bottom: 0;
		padding: 48px 16px;
}

.luke-bg .luke-button, .luke-bg.bg .luke-button, .luke-bg[data-theme=a] .luke-button, .luke-bg[data-theme=b] .luke-button, .luke-bg[data-theme=c] .luke-button, .luke-bg[data-theme=e] .luke-button, .luke-bg.bg .luke-circle, .luke-bg[data-theme=a] .luke-circle, .luke-bg[data-theme=b] .luke-circle, .luke-bg[data-theme=c] .luke-circle, .luke-bg[data-theme=e] .luke-circle {
		border-color: #fff !important;
		color: #fff !important;
}

.luke-testimonials p {
		font-size: 24px;
}

.luke-testimonials h4 {
		font-size: 12px;
}

.luke-cute-underline::after {
		content: ' ';
		width: 55px;
		height: 4px;
		display: block;
		margin: 10px 0 0 0;
		background: #fff;
}

.align-left-relative .luke-cute-underline::after, .align-left-relative.luke-cute-underline::after, .align-center .luke-cute-underline::after, .align-center.luke-cute-underline::after {
		margin: 10px auto 0 auto;
}

.luke-bg .luke-cute-underline::after, .item .luke-cute-underline::after {
		margin: 10px auto 0 auto;
}

@media all and (min-width: 801px) {
	.align-left-relative .luke-cute-underline::after, .align-left-relative.luke-cute-underline::after {
			margin: 10px 0 0 0;
	}
	
	.luke-bg .luke-cute-underline::after {
			margin: 10px auto 0 auto;
	}
	
}

.luke-bg.align-left .luke-cute-underline::after{
		margin: 10px 0 0 0;
}

.luke-searchform
{
		height: 48px;
		width: 100%;
		border: none;
		margin: 0 auto;
}

.luke-searchform .luke-input::-webkit-input-placeholder {
    color: #9a9a9a;
}

.luke-searchform .luke-input:-moz-placeholder {
    color: #9a9a9a;
}
.luke-searchform .luke-input:-ms-input-placeholder {
    color: #9a9a9a;
}

.luke-searchform .luke-input {
    width: 90% !important;
    width: calc(100% - 54px) !important;
    width: -webkit-calc(100% - 54px) !important;
    background: #e0e0e0;
    display: inline-block;
    margin: 9px;
    border: none !important;
    letter-spacing: normal;
    text-transform: none;
    color: #9a9a9a;
    padding: 6px 24px 5px 8px !important;
    height: 20px !important;
    font-size: 14px;
    
}

.luke-searchform .luke-button {
    background: none;
    margin-top: 2px !important;
    background-image: url('../images/search-icon-bk.png');
    background-size: 15px;
    background-repeat: no-repeat;
    border: none !important;
    position: absolute;
    margin-left: -44px;
    background-position: center;
    opacity: 0.35;
    padding: 10px 20px !important;
}

.luke-searchform .luke-button:hover {
    opacity: 1;
}


/* Color schemes for custom elements
*
* Curently 5 color schemes (a/b/c/d/e)
* Make sure colors below matches ones from ThemeRoller
*
*/

.ui-page[data-theme=a], .luke-text-box[data-theme=a], .ui-tag[data-theme=a], .luke-bg[data-theme=a], .luke-cute-underline[data-theme=a]::after, .luke-box[data-theme=a], .luke-circle[data-theme=a], .luke-button[data-theme=a], .luke-input[data-theme=a], .ui-footer[data-theme=a] [data-role=navbar] ul li a, .highlight[data-theme=a] {
    background: #181b22;
    border-color: #181b22 !important;
    color: #fff;
}

.ui-page[data-theme=b], .luke-text-box[data-theme=b], .ui-tag[data-theme=b], .luke-bg[data-theme=b], .luke-cute-underline[data-theme=b]::after, .luke-box[data-theme=b], .luke-circle[data-theme=b], .luke-button[data-theme=b], .luke-input[data-theme=b], .ui-footer[data-theme=b] [data-role=navbar] ul li a, .highlight[data-theme=b] {
    background: #475e9f;
    border-color: #475e9f !important;
    color: #fff;
}

.ui-page[data-theme=c], .luke-text-box[data-theme=c], .ui-tag[data-theme=c], .luke-bg[data-theme=c], .luke-cute-underline[data-theme=c]::after, .luke-box[data-theme=c], .luke-circle[data-theme=c], .luke-button[data-theme=c], .luke-input[data-theme=c], .ui-footer[data-theme=c] [data-role=navbar] ul li a, .highlight[data-theme=c] {
    background: #ededed;
    border-color: #ededed !important;
    color: #ededed;
}

.ui-page[data-theme=d], .luke-text-box[data-theme=d], .ui-tag[data-theme=d], .luke-bg[data-theme=d], .luke-cute-underline[data-theme=d]::after, .luke-box[data-theme=d], .luke-circle[data-theme=d], .luke-button[data-theme=d], .luke-input[data-theme=d], .ui-footer[data-theme=d] [data-role=navbar] ul li a, .highlight[data-theme=d] {
    background: #fff;
    border-color: #fff !important;
}

.ui-page[data-theme=e], .luke-text-box[data-theme=e], .ui-tag[data-theme=e], .luke-bg[data-theme=e], .luke-cute-underline[data-theme=e]::after, .luke-box[data-theme=e], .luke-circle[data-theme=e], .luke-button[data-theme=e], .luke-input[data-theme=e], .ui-footer[data-theme=e] [data-role=navbar] ul li a, .highlight[data-theme=e] {
		background: #eacd24;
		border-color: #eacd24 !important;
		color: #fff;
}
