@charset "utf-8";
body {
  font-family: Arial;
  margin: 0;
}

hr { 
	margin-top: 0.5em;
 	margin-bottom: 0.5em;
  	margin-left: auto;
  	margin-right: auto;
  	background-color:#FFB399;
	height:0.5px;
		padding: 1px ;
} 

* {
  box-sizing: border-box;
}



img {
  vertical-align: middle;
/* border: 5px solid #fff
  display: block;
  margin-left: auto;
  margin-right: auto; */ 
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */ 
.column {
  float: right;
  width: 16.66%; 
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
body {
	background-color: #35434F;
	margin: 0;
	padding: 0;
	color: #35434F;
}
.main-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #35434F;
}

.main-nav ul {
	float: left;	
}

.main-nav li a {
	display: block;
	color: #72b8ff;	
	text-align: center;
	padding: 3px 10px 1px 18px;
	text-decoration: none;
}

.footer-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #35434F;
}

.footer-nav ul {
	float: left;	
}

.footer-nav li a {
	display: block;
	color: #72b8ff;	
	text-align: center;
	padding: 2px 12px;
	text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  background-color: #35434F;
}
/*    88888888888888888888888 add  888888888888888888 */

.group-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #35434F;
		color: #72b8ff;
}

.group-nav ul {

  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 575px;
  background-color: #35434F;
}

.group-nav li a {
	display: block;
	color: #72b8ff;	
	text-align: center;
	padding: 2px 12px;
	text-decoration: none;
}

/*    888888888888888888888888stop 888888888888888888 */
li {
  float: left;
}

li a {
  display: block;
  color: #72b8ff;
  text-align: center;
  font-style:italic;
/*	font-size:20px; */
	  padding: 1px 15px; 
}

li a:hover {
  	color: #FFB399;
}

.container {
	width: 1080px;
	margin: auto;
	padding: 0px  0px;
 
	max-width: 1080;
	<!-- box-sizing: border-box; -->
	/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 700px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-color: #35434F;
	/* margin: 0   the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

.header {
	background-color: #6F7D94;
	width: 1080px;
	font-style: italic;
	font-size: 20px;
 	padding: 1px 0px;
	 
}

.navbar {
	background-color: #6F7D94;
	width: 900px;
	font-style: italic;
	font-size: 20px;
 	padding: 1px 0px;
	 
}

.content {
	float: left;
		font-size:20px;
		color: #FFF;
	width: 700px;
	background-color: #35434F;
}
.main { 
   /* display: block; */
    padding: 0px 0px;
	width: 900px;
	margin: 0px;
}

.sidebar1 {
	float: right;
		font-size:14px;
		color: #FFF;
	width: 180px;
	background-color: #35434F;
	padding-bottom: 0px;
}

.sidebar1 img {
	width:78px;
	height: 78px;
}

.preview {
	margin: 0px;
	max-width: 690px;
}

.footer {
	background-color: #35434F;
	 position: fixed;
   left: 0;
   bottom: 0;
	margin-top:780px  
	max-width: 900px;
	font-style: inherit;
	font-size: 14px;
		  padding: 1px 0px;
}
* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 20%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  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;
}

/* Next & previous buttons */
.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: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.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);
}
</style>
</style>
/* CSS Document */

