body { 
font-family: "Arial Narrow",sans-serif ;
font-size: 15px ;
font-style: bold;
margin:auto;
padding:auto;
max-width:auto;
background-color: #fff;						     	 
}

header { 
background-color:#fff;
height:14vh;
margin-top:0px;
padding-top:0px;
}

ul.a1 {
float:right;
list-style-type: none;
margin-top:65px;
}

ul.a2 {
padding:17px;	
list-style-type:none;
margin-bottom:0px;
margin-left:530px ;
}

ul li {
display:inline-block;
}
  
ul li a {
text-decoration: none;
color: #000;
padding: 5px 20px ;
border: 1px solid #000;
}
   
li.x a:hover {
background-color: #037eb7;
color: #fff;
padding: 20px 25px ;
} 
  
li.z a:hover {
background-color:#e6be0e;
color: #fff;
padding: 20px 25px ;
}
  
li.y a:hover {
background-color: #17bf2c;
color: #fff;
padding: 20px 25px ;
}
  
li.w a:hover {
background-color: #ee0405;
color: #fff;
padding: 20px 25px ;
}
  
li.b a:hover {
background-color: #ee0405;
color: #fff;
padding: 15px 20px;
}

.active {
  background-color:#ac4ab9 ;
  color: #000;
  }

.logo2 img {
float:left;
width:100px;
height:100px;
margin-top:-2px;
margin-left:60px
}

.main{
max-width:1200px;
margin:auto;
}

span {
font-family:"Arial Narrow", sans-serif; 
font-size:11px;  
font-weight:bold; 
color:#c29a5f;
}

a {
padding:8px;
color:#000000; 
text-decoration:none;
font-size:16px;
}
	
p.s1 {
font-family:"Arial Narrow",sans-serif;
color:#fff;
font-weight:bold;
font-size:19px;
}

p.s2 {
font-family:"Arial Narrow",sans-serif;
color:#000000;
font-weight:bold;
font-size:15px;
}
 
.DVinfo2 {
  position:relative;
  font-family:"Arial Narrow",serif;
  color:#000;
  font-size:11px;
  bottom:20px;
  left:20px;
}

.container6 {
position:relative;
margin:auto;
height:1700px;
}

.center {
position: absolute;
top:20px;
left:20px;
}

 footer {
background-color:#fff;
height:12vh;
margin-bottom:0px;
padding-top:0px;
 }	 
 
h1 { 
font-family:"Arial Narrow", sans-serif; 
font-size:20px; 
font-weight:bold;	
color:#fff;
margin:0;
padding:18px 24px 0;
}

.back1 {	
background-color:#ccc;
background-position:relative;

}

.back2 {
background-color:#ccc;
background-position:relative;
margin-right:-7px;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 8 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
}

.modal-content {
  position: relative;
  background-color: #000;
  margin: auto;
  padding: 0;
  width: 850px;
  height:600px;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color:#000;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
  padding: 8 8px;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.c1 { 
margin-left:395px;
}

#h_box {width:1216px; height:1450px; border:5px solid #e6be0e; padding:10px; margin-left:50px; }