@media only screen and (max-width: 768px) {
	.ol1,
	#ol0,
	.ol7 {
		height: 200px;
	}	
	
/*
	.ol3:hover, . :hover {
		border: 5px solid red;
	}
	
*/
	.ol6 {
		padding: 0 4px;
	}
	
	.ol6:hover span {
		background-color: #B0B0B0;
	}
	
	.ol2 {
		width: 160px;
		height: 80px;
	}
	.ol3  {
		width: 30px;
		height: 30px;
	}
	.ol8 {
		display: none;
	}
}


@media only screen and (min-width: 768px) {
	.ol1,
	#ol0,
	.ol7 {
		height: 50vh;
	}	
	
/*
	.ol3:hover, . :hover {
		border: 5px solid red;
	}
*/
	
	.ol6:hover span {
		background-color: #B0B0B0;
	}
	
	.ol6 {
		padding: 0 4px;
	}
	.ol2 {
		width: 180px ;
		height: 100px;
	}
	.ol8 {
		top: 0;
		display: flex;
	}
	.ol3  {
		width: 40px;
		height: 40px;
	}
}


@media only screen and (min-width: 1024px) {
	.ol1,
	#ol0,
	.ol7 {
		height: 70vh;
	}	
	
/*
	.ol3:hover, . :hover {
		border: 5px solid red;
	}
*/
	
	.ol6:hover span {
		background-color: #B0B0B0;
	}
	
	.ol6 {
		padding: 0 4px;
	}
	.ol2 {
		width: 400px ;
		height: 200px;
	}
	.ol8 {
		top: 0;
		display: flex;
	}
	.ol3  {
		width: 60px;
		height: 60px;
	}
}


@media only screen and (min-width: 1250px) {
	.ol1,
	#ol0 {
		height: 70vh;
	}
	
	.ol7 {
		min-height: 500px;
		transition: all 0.5s ease-in-out;
	}
	
/*
	.ol3:hover, . :hover {
		border: 5px solid blue;
	}
*/
	
	.ol6 {
		padding: 0 6px;
	}
	
	.ol6:hover span {
		background-color: #464343;
	}
	.ol2 {
		width: 400px ;
		height: 200px ;
	}
	.ol8 {
		top: 0;
		display: flex;
	}
	.ol3  {
		width: 60px;
		height: 60px;
	}
}


@media only screen and (min-width: 1400px) {
	.ol1,
	#ol0 {
		height: 70vh;
	}	
	
	.ol7 {
		min-height: 500px;
	}
	
/*
	.ol3:hover, . :hover {
		border: 5px solid blue;
	}
*/
	
	.ol6 {
		padding: 0 6px;
	}
	
	.ol6:hover span {
		background-color: #464343;
	}
	.ol2 {
		width: 400px;
		height: 200px;
	}
	.ol8 {
		top: 0;
		display: flex;
	}
	.ol3 {
		width: 60px;
		height: 60px;
	}
}

.ol1 {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ol2 {
	position: absolute;
	right: 0;
	bottom: -40px;
	background: #f5821f;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ol3  {
	cursor: pointer;
	color: #fff;
	transition: 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
	position: relative;
}

.ol20 {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .6);
}

.ol3::before, .ol3::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	transition: height .1s;
	background-color: #fff;
}

.ol3::before {
	top: 0;
	left: 0;
	transition-delay: .3s;
}

.ol3::after {
	right: 0;
	bottom: 0;
	transition-delay: .1s;
}

.ol3:hover::before, .ol3:hover::after {
	width: 2px;
	height: 100%;
}

.ol20::before, .ol20::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	transition: width .1s;
	background-color: #fff;
}

.ol20::before {
	top: -1px;
	right: 0;
	transition-delay: .2s;
}

.ol20::after {
	left: 0;
	bottom: -1px;
}

.ol3:hover  .ol20::before, .ol3:hover .ol20::after {
	width: 100%;
	height: 2px;
}

/*
ol3::before,  ::before,
ol3::after,  ::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 200ms linear;
  background: #fff;
}
.ol3 span::before, .  span::before, 
.ol3 span::after, .  span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.ol3:hover::before, . :hover::before 
.ol3:hover::after, . :hover::after{
  width: 100%;
}

.ol3:hover span::before, . :hover span::before,
.ol3:hover span::after, . :hover span::after{
  height: 100%;
}

.col3, .c ::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.col3 span::after, 
.c  span::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.col3, . ::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.ol3 span::before, .  span ::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
*/


.ol5 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
}

.ol6 {
	background-color: transparent;
	border: none;
}

.ol6 span{
	cursor: pointer;
	border-radius: 50%;
	background-color: #B0B0B0;
	height: 18px;
	width: 18px;
	border: none;
	display: block;
	transition: all 0.3s ease-in-out;
}

.ol6:focus {
	outline: none;
}

.ol6.active span{
	background-color: #464343;
}

.ol8 {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    flex-direction: column;
}

.ol8 h1, .ol8 h2 {
	color: #fff;
	text-shadow: 4px 2px 4px #201e1e;
}

.ol9 {
	background-color: #f5821f;
	display: flex;
    justify-content: center;
    align-items: center;
    transition: 200ms;
}
.ol9:hover {
	background-color: #f89b4c;
}

.ol9 a {
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
	text-decoration: none;
}