@charset "utf-8";
/* CSS Document */
body {
	background-image: url("../img/background.webp"); 
	
}

.header {
	width:100%;
	height:220px;
	/* border:#FFED00 1px solid;*/
	padding-bottom:10px;

}

.logo {
	float:left;
	width:200px;
	height:200px;
	border:#000000 1px solid;
	border-radius:50px;
	background-image: url(../img/justwow-logo.jpg);
	margin:5px;
	box-shadow: 5px 5px 5px black;
}
.welcome_block {
	margin-top:30px;
	float:left;
	width:600px;
	height:auto;

}
.justwow_title{
	margin-top: 30px;
	text-align: center;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 70px;
	color:azure;
	line-height: 20px;
	text-shadow: 
        -1px -1px 0px #000,
         0px -1px 0px #000,
         1px -1px 0px #000,
        -1px  0px 0px #000,
         1px  0px 0px #000,
        -1px  1px 0px #000,
         0px  1px 0px #000,
         1px  1px 0px #000;

}
.justwow_small{
	margin-top: 1px;
	text-align: center;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 40px;
	color:azure;
	line-height: 10px;
	text-shadow: 
        -1px -1px 0px #000,
         0px -1px 0px #000,
         1px -1px 0px #000,
        -1px  0px 0px #000,
         1px  0px 0px #000,
        -1px  1px 0px #000,
         0px  1px 0px #000,
         1px  1px 0px #000;
}


/*nav*/
#main_menu {
	position: relative;
	display:block;
	float:inherit;
	width:100%;	
}
.menu_wrap {
	float:left;
	border-top: #000000 1px solid;
	width:100%;
}
.menu_wrap .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.menu_wrap .nav > li {
  padding: 0 0 0 25px;
  display:inline-block;
}
.menu_wrap .nav > li:first-child {
	
}
#main_menu select {
	text-align: center;
	display: none;
	font-family:Arial;
	font-size:12px;
	

}
.menu_wrap .nav li a {
  line-height:18px;
  color: #FF9E00;
  font-family: 'Open Sans', sans-serif;
  font-weight:800;
  font-size:14px;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding:0; 
  text-align:left;
}
.menu_wrap .nav > li.sfHover > a,
.menu_wrap .nav > li.sfHover > a:hover,
.menu_wrap .nav > li > a:hover,
.menu_wrap .nav > li.current > a,
.menu_wrap .nav > li.current > a:hover {
	color: #FF9E00;
}
.menu_current{
	color:#FF9E00;
	background:none;
	
}
.sub-menu > a {position: relative;
}
.menu_wrap .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 7px;
  height: 4px;
  right: 50%;
  top: 51px;
  margin: 0 -3px 0 0;
}
.menu_wrap .nav > li.sfHover > a:before,
.menu_wrap .nav > li.sfHover > a:hover:before,
.menu_wrap .nav > li > a:hover:before,
.menu_wrap .nav > li.current > a:before,
.menu_wrap .nav > li.current > a:hover:before { background: url('../img/li-marker.png') left top no-repeat;
}
.menu_wrap .nav > li.current > a:before { background: none; 
}
.menu_wrap .nav > li.current.sfHover > a:before { background: url('../img/li-marker.png') left top no-repeat;
}
.menu_wrap .nav ul {
  position: absolute;
  display: none;
  width: 133px;
  left: 0;
  top: 55px;
  list-style: none;
  zoom: 1;
  z-index: 25;
  background:#fff;
  border-top:4px #ffffff solid;
  padding: 14px 0 7px 0;
  margin: 0;
	
}

.menu_wrap .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 7px;
  height: 4px;
  right: 10px;
  top: 13px;
}
.menu_wrap .nav ul li a {
  display: block;
  text-transform: none;
  font-size: 12px;
  font-weight:400;
  color:antiquewhite;
  line-height: 18px;
  padding: 0 10px 7px 15px;
  background: none;
}
.menu_wrap .nav ul li a span {display:none;
}
.menu_wrap .nav > li > ul li > a:hover,
.menu_wrap .nav > li > ul li.sfHover > a,
.menu_wrap .nav > li > ul li.current > a {
  text-decoration: none;
  color: #FF9E00;
}
.menu_wrap .nav > li > ul li > a:hover:before,
.menu_wrap .nav > li > ul li.sfHover > a:before { background: none;  
}
.menu_wrap .nav ul ul {
  position: absolute;
  display: none;
  width: 133px;
  left: 133px;
  top: -6px;
  height: auto;
  list-style: none;
  z-index: 111;
  padding: 14px 0 7px 0;
  margin: 0;
  border-top:0;
}
.page_container {
	margin-top:10px;
	text-align:center;
	padding-bottom:5px;
	border-bottom: #8A8A8A 3px solid;
}

#hamnav {
	
	text-align:left;
	margin-top:10px;
	width: 100%;
	background: none;
	
}

/* Hide Hamburger */
#hamnav label, #hamburger { display: none; }

/* Horizontal Menu Items */
#hamitems {  }
#hamitems a {
  width: 14%; /* 100% / 5 tabs = 20% */
  padding: 10px;
  color:antiquewhite;
  text-decoration: none;
  line-height:10px;

  font-family: 'Open Sans', sans-serif;
  font-weight:800;
  font-size:14px;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding-left:10px; 
  text-align:left;
}
#hamitems a:hover {
  color:#FF8600;
	background:#dddddd;
}

.separator {
}
.block {
	padding-bottom:30px;

}
.clear {
	clear:both;
}
.newsbox{
	float:right;
	width:20%;
	min-width:300px;
	height:25%;
	min-height:510px;
	border: 1px solid #FF0004;

	
}

.box{
	float:left;
	width:24%;
	height:auto;
	min-width:250px;
	padding-top: 20px;
	padding-right:30px;	

}
.box video{
	padding-right: 15px;
}
.footer_bottom {
	border-top:#BDBDBD 3px solid;

}
.foot_menu {text-align:right;
}
.foot_menu li {
	display:inline-block;
	padding:0 16px 0  0!important;
	border:0 !important;
	margin:0 !important;
}
.foot_menu li:last-child {padding:0 !important;
}
.foot_menu li a {
	text-transform:uppercase;
	color:#444444 !important;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	font-style:normal !important;
}
.foot_menu li a:hover, .foot_menu li a.current {
	color:#5f5f5f !important;
	text-decoration:none;
}


@media only screen and (max-width: 800px) {
	#hamnav {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 60px;
	background: none;
	margin-top:-5px;
	float:right;
}
  /* Show Hamburger Icon */
  #hamnav label { 
    display: inline-block; 
    color: black;
    background: #dddddd;
    font-style: normal;
    font-size: 1.6em;
    padding: 10px;
	  float:right;
	  border:#ccc 1px solid;
	  border-radius:5px;
	  margin-top:1px;
  }

  /* Break down menu items into vertical */
 #hamitems a {
	text-align: center;
	color: black;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
	background: #dddddd;
	font-size: 1.4em;
  }

  /* Toggle Show/Hide Menu */
  #hamitems { display: none; }
  #hamnav input:checked ~ #hamitems { display: block; }
.site_pic {
	float:none;
	width:100%;
	min-width:330px;
	padding:2px;
	margin-right:2px;
	border:#000000 1px solid;
}

	
	
}



@media only screen and (max-width: 600px) {
	.menu_wrap .nav li a {
  line-height:18px;
  color: #313131;
  font-family: 'Open Sans', sans-serif;
  font-weight:800;
  font-size:14px;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding:0; 
  text-align:left;
}

#hamnav {
	position:fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 60px;
	background: none;
	margin-top:-5px;
	float:right;
}
  /* Show Hamburger Icon */
  #hamnav label { 
    display: inline-block; 
    color: black;
    background: #dddddd;
    font-style: normal;
    font-size: 1.6em;
    padding: 10px;
	  float:right;
	  border:#ccc 1px solid;
	  border-radius:5px;
	  margin-top:1px;
  }

  /* Break down menu items into vertical */
 #hamitems a {
	text-align: center;
	color: black;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
	background: #dddddd;
	font-size: 1.4em;
  }

  /* Toggle Show/Hide Menu */
  #hamitems { display: none; }
  #hamnav input:checked ~ #hamitems { display: block; }
.page_container {
	margin-top:35px;
	text-align:center;
	padding-bottom:40px;
	background-color: 

}
}