 
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   DESKTOP   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/  
@media only screen and (max-width: 99999px){
	.slider_back{
		margin-left: 10%;
		width: 80%;
		height: 666px;
	}	
	.sliderBottom{
		width: 100%;
		height: 99px;
		background-color: white;
	}
.slider {
  margin: 0 auto;
  max-width: 100%;
}
.slide_viewer {
  height: 340px;
  overflow: hidden;
  position: relative;
}
.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}
.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.slide h1{
	font-weight:600;
font-family: 'New Tegomin', serif;
	width: 100%;
	height: auto;
	font-size: 39px;
	background-color:rgba(255,255,255,1);
	position: relative;
	color: #00cccc;
   left: 0;
	top: 0;
}
.slide:first-child {
  display: block;
}
.slide:nth-of-type(1) {
  background-image: url(../a1.jpg);
background-size: cover;
}
.slide:nth-of-type(2) {
    background-image: url(../b1.jpg);
background-size: cover;
}
.slide:nth-of-type(3) {
    background-image: url(../c1.jpg);
background-size: cover;
} 	
.slide:nth-of-type(4) {
    background-image: url(../d1.jpg);
background-size: cover;
}
.slide:nth-of-type(5) {
    background-image: url(../e1.jpg);
background-size: cover;
}
.slide:nth-of-type(6) {
    background-image: url(../f1.jpg);
background-size: cover;
}
.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
	margin-top: 0px;
  text-align: center;
}
a.slide_btn {
	margin-top: -133px;
	color: #008080;
  font-size: 66px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slide_btn.active, .slide_btn:hover {
  color: #00cccc;
  cursor: pointer;
}
.directional_nav {
  height: 140px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: 0px;
}


}

 	
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   DESKTOP   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/  
@media only screen and (max-width: 1333px){
.slider_back{ 
		margin-left: 0%;

		width: 100%;
		height: 266px;
	}	
.slider {
  margin: 0 auto;
  max-width: 100%;
}
.slide_viewer {
  height: 233px;
  overflow: hidden;
  position: relative;
}
.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}
.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.slide h1{
		font-weight:600;
	font-family: 'New Tegomin', serif;
	width: 100%;
	height: auto;
	font-size: 17px;
	background-color:rgba(255,255,255,1);
	position: relative;
	color: #00cccc;
   left: 0;
	top: 0;
}
.slide:first-child {
  display: block;
}
.slide:nth-of-type(1) {
  background-image: url(../a1.jpg);
background-size: cover;
}
.slide:nth-of-type(2) {
    background-image: url(../b1.jpg);
background-size: cover;
}
.slide:nth-of-type(3) {
    background-image: url(../c1.jpg);
background-size: cover;
} 	
.slide:nth-of-type(4) {
    background-image: url(../d1.jpg);
background-size: cover;
}
.slide:nth-of-type(5) {
    background-image: url(../e1.jpg);
background-size: cover;
}
.slide:nth-of-type(6) {
    background-image: url(../f1.jpg);
background-size: cover;
}
.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
	margin-top: 6px;
  text-align: center;
}
a.slide_btn {
	margin-top: -133px;
	color: #008080;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slide_btn.active, .slide_btn:hover {
  color: #00cccc;
  cursor: pointer;
}
.directional_nav {
  height: 140px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: 0px;
}
}
