/* bottom center */
#wowslider-container1  .ws_bullets {
	bottom:0;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 { 
	/*overflow: hidden;*/
	zoom: 1; 
	position: relative; 
	width:530px;
	margin:0 auto;
	z-index:100;
}
#wowslider-container1 .ws_images{
	width:530px;
	height:239px;
	overflow:hidden;
	position:relative;
}
#wowslider-container1 .ws_images a{
	color:transparent;
}

#wowslider-container1 .ws_images img{
	top:0;
	left:0;
	border:none 0;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1 .ws_bullets { 
	font-size: 0px; 
	padding: 10px; 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1 .ws_bullets div{
	position:relative;
	float:left;
}
#wowslider-container1 .ws_bullets a { 
	margin-left: 5px; 
	height: 10px; 
	width: 10px; 
	float: left; 
	border: 1px solid #B8C4CF; 
	color: #B8C4CF; 
	text-indent: -1000px; 
	background-image:url("data:image/gif;base64,");
	position:relative;
}
#wowslider-container1 .ws_selbull { 
	background-color: #B8C4CF; 
	color: #FFFFFF; 
}

#wowslider-container1 .ws_bullets a:hover, #wowslider-container1 .ws_overbull { 
	background-color: #dae9f6;
	color: #FFFFFF; 
}

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	position:absolute;
	display:none;
	top:50%;
	margin-top:-15px;
	line-height:30px;
	z-index:60;
	background-color: #000000; 
	color: #FFFFFF; 
	padding: 0px 10px; 
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#wowslider-container1 a.ws_next{
	right:0;
}
#wowslider-container1 a.ws_prev {
	left:0;
}
* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {display:block}



#wowslider-container1 .ws-title{
	position: absolute;
	bottom:0;
	left: 0;
	margin-right:5px;
	z-index: 50;
	background-color:#000000;
	color:#FFFFFF;
	padding:10px 1%;
	width:98%;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	opacity:0.55;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);	
}
#wowslider-container1 .ws-title div{
	padding-top:5px;
	font-size: 12px;
}#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:12px;
	left:-100px;
	visibility:hidden;
	position:absolute;
    border: 2px solid #B8C4CF;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:90px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:199px;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	bottom:25px;
	overflow:hidden;
	position:absolute;
	cursor:pointer;
    border: 2px solid #B8C4CF;
}
#wowslider-container1 .ws_bulframe span{
	position:absolute;
}

body { font-family:verdana; font-size:18px; }



#menu ul, li{
    list-style:none;
    list-style-type:none;
}

#menu *  { padding:0; margin: 0; }

#menu {  margin-left: 0px; 0 auto; float: left; line-height: 16px; }

#menu a { display: block; color: white; font-weight: bold;  background: #0099CC; text-decoration: none; padding: 5px; }
#menu a:hover { color: #fff; background: #2C3539; }


#menu ul li, 
#menu ul li ul li { 
	float: none;
	width: auto;
	white-space: nowrap;
}

#menu ul li { float: left; width: 203px; }

#menu ul li ul, 
#menu:hover ul li ul, #menu:hover ul li:hover ul li ul{ 
	    display:none;
	    position: absolute;
        z-index: 9999;
	    list-style-type:none; 
		width: auto; 

} 

#menu:hover ul, 
#menu:hover ul li:hover ul, #menu:hover ul li:hover ul li:hover ul { 
	display:block; 
	
	}

#menu:hover ul li:hover ul li:hover ul { 
	position: absolute;
    right:50%;
    left:auto;

	
	}
#menu ul li ul li ul li ul li{display:none;}
#menu ul li ul li ul li:hover > ul li{display:block;}



	li {
box-shadow:2px 2px 4px #000;
-moz-box-shadow:2px 2px 4px #000;
-webkit-box-shadow:2px 2px 4px #000;
      }
	  
	  
	  
	  
	  
	  
.Gradient
{
background-image: -ms-linear-gradient(top, #1589FF 0%, #0000A0 100%);
background-image: -moz-linear-gradient(top, #1589FF 0%, #0000A0 100%);
background-image: -o-linear-gradient(top, #1589FF 0%, #0000A0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1589FF), color-stop(1, #0000A0));
background-image: -webkit-linear-gradient(top, #1589FF 0%, #0000A0 100%);
background-image: linear-gradient(to bottom, #1589FF 0%, #0000A0 100%);
}​

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;			/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;				/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column blog style settings */
.blogstyle {
	background:#eee;			/* right column background colour */
}
.blogstyle .colmid {
	right:25%;				/* width of the right column */
	background:#f4f4f4;		/* center column background colour */
}
.blogstyle .colleft {
	right:25%;				/* width of the middle column */
	background:#fff;			/* left column background colour */
}
.blogstyle .col1 {
	width:46%;				/* width of center column content (column width minus padding on either side) */
	left:52%;				/* 100% plus left padding of center column */
}
.blogstyle .col2 {
	width:21%;				/* Width of left column content (column width minus padding on either side) */
	left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.blogstyle .col3 {
	width:21%;				/* Width of right column content (column width minus padding on either side) */
	left:60%;				/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

	
.easyhtml5video .eh5v_script{display:none}



	/* Last updated by The Rem. 12:17 PM 21/06/2019 */