* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  height:600px;
  position: relative;
  margin: auto;
}
html {
  overflow-x: hidden;
  width:100vw;
}
body {
	width: 100vw;
}
.wrapper {
	overflow-x:hidden;
}
/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #a7a4a4;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #fff;
}
.img_style {
height:600px;
position:absolute;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
#top_div {
	position:relative;
	background:#000000;
	height:50px;
	width:100%;
}
#three_dots {
	text-align:center;
	margin-top:-30px;
	position:relative;
}
#body_div {
	
	background:#000000;
	position:relative;
	height:600px;
	width:100%;
}
.grad {
	background-image: radial-gradient(#80000000 10%, #80000000 10%, black 80%); 
	background-blend-mode:darken;
	top:0px;
	width:100%;
	height:600px;
	position:absolute;
}
.pre_sli {
	position:absolute;
	top:0px;
	width:60px;
	height:600px;
}
.ne_sli {
	position:absolute;
	top:0px;
	right:0px;
	width:60px;
	height:600px;
}
.lr_img {
	position:absolute;
	top:50%;
	margin-top:-30px;
	width:20px;
	height:60px;
	margin-left:20px;
	opacity:0.5;
}
.rl_img {
	position:absolute;
	top:50%;
	margin-top:-30px;
	width:20px;
	height:60px;
	margin-right:20px;
	opacity:0.5;
}

.lr_img:hover {
	opacity:1;
}
.rl_img:hover {
	opacity:1;
}
.top_div_80 {
	height:100%;
	width:80%;
	margin:auto;
	position:relative;
}
@media only screen and (max-width: 600px) {
  .top_div_80 { 
	width:90%;
  }
}
.s_name {
	color:#fff;
	font-family:Impact, Charcoal, sans-serif;
	position:absolute;
	left:0px;
	bottom:10px;
	font-size:24px;
}
.top_ul  {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position:absolute;
  right:0px;
  bottom:10px;
  font-size:16px;
  font-family: Calibri, Tahoma, Geneva, sans-serif;
}
@media screen and (max-width: 600px) {
  .top_ul {
    display: none;
  }
}
.top_li {
	float:left;
	vertical-align:bottom;
}
.top_li a {
  display: block;
  color: white;
  text-align: bottom;
  padding-left: 30px;
  text-decoration: none;
}
.top_li a:hover {
  color: #d3d3d3;
}
.middle_cnt {
	position:relative;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}
.t_middle_top {
	font-family: Tahoma, sans-serif;
	font-size: 28px;
	color: #505050;
	margin:auto;
	position:relative;
	text-align: center;
}
.t_middle_middle {
	font-family: Tahoma, sans-serif;
	font-size: 22px;
	color: #909090;
	margin:auto;
	margin-top:10px;
	position:relative;
	text-align: center;
}
.middle_m_cont {
	position:relative;
	width:80%;
	margin:auto;
	margin-top:100px;
	margin-bottom:50px;
	background-color: #00000000;
}
.app_m_cnt {
	position:relative;
	width:31%;
	background-color: #00ff0000;
	height: 250px;
	display:inline-block;
	box-sizing:border-box;
	margin-bottom:3%;
	transition: transform .2s; /* Animation */
}
@media only screen and (max-width: 600px) {
  .app_m_cnt {
	width:100%;
	margin-bottom:10%;
  }
}
.app_m_cnt:hover {
	 transform: scale(1.1);
}

.inline_mar {
	margin-right:3%;
}
.app_m_bottom {
	position:absolute;
	height:90px;
	width:100%;
	background-image: linear-gradient(rgba(255,255,255,0.8), rgb(211,211,211));
	bottom:0px;
}
.s_middle_d {
	background-color:#00ff0000;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:200px;
	background-blend-mode: darken;
}
.s_middle_d_img {
	width:150px;
	height:150px;
	left:50%;
	margin-left:-75px;
	position:relative;
	margin-right:auto;
	background-color:#00000000;
	
}
.s_middle_d_t {
	color:#ffffff;
	font-size:36px;
	font-family:tahoma, sans-serif;
	margin-top:20px;
	text-align:center;
	text-shadow: 2px 2px black;
}
.s_middle_d_t2 {
	color:#ffffff;
	font-size:20px;
	font-family:tahoma, sans-serif;
	margin-top:20px;
	background-color:#00000000;
	text-align:center;
	text-shadow: 2px 2px black;
}
.img_list {
	width:100%;
	height:100%;;
}
.app_m_img {
	width: 60px;
	height:60px;
	position:absolute;
	top:15px;
	left:20px;
}
.app_m_header {
	position:absolute;
	top:30px;
	left:90px;
	color:#505050;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
}
.app_m_t {
	position:absolute;
	top:55px;
	left:90px;
	color:#505050;
	font-family:tahoma, sans-serif;
	font-size:14px;
}
.d_bottom {
	height:80px;
	width: 100%;
	background-color:#dedede;
	background-image: url('pattern_back.png');
	position:relative;
	display:inline-block;
}
.d_b_h {
	margin:auto;
	width:60%;
	height:20px;
	display:block;
	position:relative;
	margin-top:30px;
}
.t_b_c {
	color:white;
	font-family:Lato,Helvetica Neue,Verdana,sans-serif;
	font-size:16px;
	float:left;
}
@media only screen and (max-width: 600px) {
  .t_b_c {
	font-size:10px;
	text-align:center;
	float:none;
  }
  .p_privacy {
	display:none;  
  }
  .p_back {
	display:none;  
  }
}
.p_privacy {
	color:white;
	font-family:helvetica Neue;
	font-size:14px;
	float:left;
	margin-left:20px;
}
.p_privacy:hover {
	color:#858585;
}
.p_back {
	color:white;
	font-family:helvetica Neue;
	font-size:14px;
	float:right;
	
}
.p_back:hover {
	color:#858585;
}
.ham_menu {
	right:0px;
	position:absolute;
	bottom:10px;
	cursor:pointer;
}
.bar1, .bar2, .bar3 {
	width: 25px;
	height: 3px;
	background-color: white;
	margin: 4px 0;
	transition: 0.4s;
}
@media only screen and (min-width: 600px) {
  .ham_menu {
	display:none;
  }
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
  transform: rotate(-45deg) translate(-6px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
  transform: rotate(45deg) translate(-4px, -4px);
}
/* Style the navigation menu */
.topnav {
  /*overflow: hidden; */
	background-color: #333;
	position: absolute;
    width: 80%;
    right: -20%;
    top: 50px;
	z-index:1000;
	display:none;
}
@media only screen and (min-width: 600px) {
  .topnav {
	display:none;
  }
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #4CAF50;
  color: white;
}