*{ padding:0; margin:0;
}
html, body {width:100%; height:100%; padding:0; margin:0;}
body { font-family: Geneva, Arial, Helvetica, sans-serif;}
body .wrap-body{}

@-ms-viewport {
		width: device-width;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	@media screen and (max-height: 280px) {

			html, body {
				height: auto;
				min-height: 100%;
			}

		}

@media print {
#mainbox,#topban,#topmenu,#bot,#copy,#dialog-overlay,#dialog-box,.widget{
display:none;
height:0;
width:0;
clear:both;
}
#print_div {
display:block;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
padding:30px;
padding-left:70px;
}
}
@media screen {
#print_div {
display:none;
}
}

div span {
color:#009900;
}
div span span{
color:#FF3333;
}

a{
text-decoration:none;
color:#000;
}

#topban{
	width:100%;
	background-color:#ffffff;
	color:#FFFFFF;
	border-bottom:#F5F5F5 solid 1px;
	position: fixed;
	z-index:90;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 10px 10px -10px;
}
#topban_c{
margin:auto;
width:90%;
max-width:1350px;
}			
#topban_c #logo{
float:left;
width:130px;
margin:5px;
}
#topban_c #menu{
float:right;
width:80%;
}

topmenu{
width:100%;
background: rgba(255,255,255, 0.9);
color:#000;
z-index:91;
}
topmenu_c{
display:block;
margin:auto;
width:100%;
}
.menu{
float:right;
}
#topnav{
float:right;
margin:0;
display:none;
}
.toggle, [id^=drop]{
 display: none;
}

topmenu_c:after {
  content: "";
  display: table;
  clear: both;

}
topmenu_c ul{
	list-style:none;
	float:left;
  	 padding: 0;
 	 margin: 0;
}
topmenu_c ul li{
  display: inline-block;
  float: left;
  margin:0px;
 
}
topmenu_c a{
display: block;
padding:16px 20px 16px 20px;
color:#000;
text-decoration:none;
text-transform: uppercase;
font-size:14px;
}

topmenu_c ul ul {
  display: none;
  position: absolute;
  top: 45px;
  
}
topmenu_c ul li ul li:hover { background: #F1F1F1; }

topmenu_c a:hover { /*background-color: #000000;*/ background: rgba(255,255,255, 0.4); }

topmenu_c ul li:hover > ul { display: inherit; }

topmenu_c ul ul li {
  width: 220px;
  float: none;
  display: list-item;
  position: relative;
  background: rgba(200,200,200, 0.9);
  font-size:14px;
}

topmenu_c ul ul ul li {
  position: relative;
  top: -45px;
  left: 220px;
}

li > a:after { content: ' '; }

li > a:only-child:after { content: ''; }
#banner{
background:#FF3300;
border-bottom:#F5F5F5 solid 1px;

}
.vm{ height:50px;}
.bm{ height:60px;}
#mban{
width:100%;
position:relative;
background-color:#fff;
overflow:hidden;
color:#FFFFFF;
box-shadow: rgba(0, 0, 0, 0.45) 0px 2px 2px -2px;
}
#mban_c{
background-position: center center;
 background-repeat: no-repeat;
 background-size: 100% 100%;
max-width:1350px;
margin:auto;
}
#bot{
width:100%;
background-color:#000000;
overflow:hidden;
color:#FFFFFF;

}
#bot_c{
margin:auto;
width:85%;
}
#copy{
color:#FFFFFF;
width:100%;
background-color:#000000;
border:#000000 solid 0px;
}
#copy_c{
width:85%;
text-align:center;
font-size:10px;
margin:auto;
padding:5px;
}
#copy_c a{
color:#FFFFFF;
text-decoration:none;
}
#mainbox{
width:100%;
background-color: #FFFFFF;
}
#mainbox_c{
margin:auto;
width:98%;
max-width:1350px;
}
#bsbox{
position:relative;
width:100%;
height:300px;
background-color:#f1f1f1;
background-position:center;
background-size: cover;
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
box-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
color: white;
text-shadow: 2px 2px 4px #000000;
margin-bottom:15px;
}
#bsbox .phone{
position:absolute;
top:2px;
right:5px;
}
#bsbox .email{
position:absolute;
top:25px;
right:5px;
}
#bsbox .logo{
width:100px;
height:100px;
padding:2px;
position:absolute;
bottom:15px;
left:15px;
background-position:center;
background-size: cover;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
#bsbox .heading{
position:absolute;
font-size:24px;
bottom:15px;
left:125px;

}
#bsbox .heading div{
font-size:14px;
}
#bsbox_c{
margin:auto;
width:90%;
}
.imgbox{
margin:0 1%;
width:23%;
background-color:#FFFFFF;
-webkit-box-shadow: 1px 26px 16px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 26px 16px -9px rgba(0,0,0,0.75);
box-shadow: 1px 26px 16px -9px rgba(0,0,0,0.75);
overflow:hidden;
}	
.imgbox img{
padding:1%;
padding-bottom:0;
width:98%;
}	
.imgbox div{
margin:auto;
margin-bottom:1%;
width:98%;
background-color:#000000;
text-align:center;
padding:15px 0;
text-transform: uppercase;
font-size:18px;
color:#FFFFFF;
}
.con10{
width:10%;
}	
.con25{
width:25%;
}
.con33{
width:33.3%;
}
.con45{
width:48%;
}
.con50{
width:50%;
}
.con75{
width:75%;
}
.con100{
width:100%;
}
.cleft{
float:left;
}
.cright{
float:right;
}
.mar1{
margin:1%;
}
.mar2{
margin:2%;
}
.mar3{
margin:3%;
}
.m10{
padding: 10% 2%;
}	

.icon{
padding:6px 9px;
}
.cnt{
color:#333333;
font-size:14px;
line-height:18px;
}
.cls{
clear:both;
}
.spons{
position:absolute;
background-color:#CCCCCC;
padding:1px 3px;
font-size:9px;
top:0px;
left:0px;
}
.spons:hover:after {
  content: "sponsored"
}
.cbox{
display:block;
background-color:#CCCCCC;
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
overflow:hidden;
margin:2%;
}
.cbox .lbox{
background-color:#FFFFFF;
display:block;
margin:0 3%;
border:#FFFFFF solid 1px;
}
.cbox .lbox div{
margin:4% 2%;
color:#006699;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cbox .lbox div:hover{
white-space: normal;
overflow: visible;
}
.cbox:hover{
background-color:#99CCCC;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);

}
.cbox .lbox:hover{
background-color:#F5F5F5;
border:#F5F5F5 solid 1px;
}

.adbox{
border-radius: 6px;
position: relative;
margin:1.56% auto;
color:#009900;
border:#CCCCCC solid 1px;
background-position:center;
background-size: cover;
overflow:hidden;
max-width: 350px;
}
.adboxtxt{
border-radius: 6px;
position: relative;
margin:1.5% auto;
height:120px;
color:#009900;
border:#CCCCCC solid 1px;
overflow:hidden;
max-width: 350px;
}

.adboxtxt .heading{
position:absolute;
top:10%;
left:5%;
background-color:rgba(0, 0, 0, 0.2);
color:#FFFFFF;
width:30%;
height:80%;
overflow:hidden;
}
.adboxtxt .heading div{
	position: absolute;
    top: 50%;
    left: 50%;
	width:100%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
	vertical-align: middle;
}
.adboxtxt .txt{
position:absolute;
top:10%;
left:40%;
width:60%;
height:60%;
overflow:hidden;
}
.adboxtxt .txt div{
	position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	line-height:17px;
	font-size:14px;
	width:100%;
}
.adboxtxt a{
position:absolute;
border-radius: 20px;
background-color:#0066CC;
padding:1px 10px;
bottom:4px;
right:10px;
font-size:12px;
}
.bg1{
	background: -webkit-linear-gradient(70deg, #fff810  30%, rgba(0,0,0,0) 30%), -webkit-linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
    background: -o-linear-gradient(70deg, #fff810  30%, rgba(0,0,0,0) 30%), -o-linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
    background: -moz-linear-gradient(70deg, #fff810  30%, rgba(0,0,0,0) 30%), -moz-linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
    background: linear-gradient(70deg, #fff810  30%, rgba(0,0,0,0) 30%), linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
}
.bg2{
	background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
}
.bg3{
	color:#FFFFFF;
	background: -webkit-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), -webkit-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
    background: -o-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), -o-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
    background: -moz-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), -moz-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
    background: linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
}
.bg4{
   color:#FFFFFF;
   background-color: blue;
  background-image: linear-gradient(10deg, lightblue 50%, transparent 50%), linear-gradient(-60deg, brown 30%, transparent 30%);
}
.vlbox{
margin:4px;
background-color:#F2F2F2;
border:#F2F2F2 solid 1px;
color:#666666;
font-size:15px;
text-align:center;
}
.vlbox .labbox{
width:60%;
float:left;
}
.vlbox .valbox{
width:40%;
float:right;
background-color:#FFFFFF;
}
.pimg{
box-shadow: rgba(0, 0, 0, 0.8) 0px 10px 10px -10px;
}
.infobox{
background-color:#FFF;
margin:1%;
color:#333333;
overflow:hidden;
-moz-box-shadow: 0 0 2px rgba(0, 150, 0, 0.9);
-webkit-box-shadow: 0 0 2px rgba(0, 150, 0, 0.9);
box-shadow: 0 0 2px rgba(0, 159, 0, 0.9);
}
.infobox:hover{
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.infobox .heading{
	margin:1%;
	float:right;
	width:70%;
	color:#333333;
	font-size:15px;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
  	text-overflow: ellipsis;
}
.infobox .heading:hover{
white-space: normal;
overflow: visible;
}

.infobox .info{
float:right;
width:72%;
}
.infobox .logo{
background-color:#F5F5F5;
float:left;
width:28%;
height:126px;
display: flex;
justify-content: center;
align-items: center;
}
.infobox .logo img{
box-shadow: rgba(0, 0, 0, 0.8) 0px 10px 10px -10px;
}
.infobox .info .t1{
color:#333333;
font-size:14px;
text-align:center;
margin:1%;
}
.infobox .info .t2{
font-size:11px;
text-transform: uppercase;
}
.infobox .info .t3{
position: relative;
background-color:#F5F5F5;
width:100%;
height:50px;
overflow:hidden;
}
.infobox .info .t3 div{
	position: absolute;
    top: 50%;
    left: 50%;
	width:95%;

	-moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	color:#000;
	font-size:12px;
	line-height:15px;
}

.infobox .info .ll{
margin-top:5px;
bottom: 0px;
right:1px;
color:#666666;
font-size:12px;
line-height:16px;
}
.rewbox{
position:relative;
width:70px;
height:18px;
background-position:center;
background-size: cover;
overflow:hidden;
}
.rewbox div{
position:absolute;
top:0;
left:100%;
width:100%;
background:#fff;
color:#FFFFFF;
}
.dinfobox{
position:relative;
border-radius: 20px;
margin:2%;
width:21%;
height:130px;
background-color:#FF0033;
color:#FFFFFF;
text-shadow:1px 1px #333;
overflow:hidden;
}
.dinfobox div{
	position: absolute;
    top: 50%;
    left: 50%;
	width: 90%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	font-size:24px;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
}
.proinfo{
line-height:25px;
}
.txtr{
text-align:right;
color:#666666;
}
form{
line-height:25px;
}
@supports (-webkit-touch-callout: none) {

	input, select, textarea {
		-webkit-appearance: none; 
     		 appearance: none;
	}
}
input, select,  textarea {
    width: 100%;
    padding: 12px 20px;
    margin:auto;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;	
}

.button {
    background-color: #006699;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
.button:hover {
background-color:#0066FF;
}
.button1 {
    background-color: #FF6600;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
	border: none;
    cursor: pointer;
    width: 100%;
}
.button1:hover {
background-color:#FF9966;
}
.button2 {
    background-color: #006699;
    color: white;
    padding: 13px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
}
.button2:hover {
background-color:#0066FF;
}

.heading1{
padding: 0;
}
.heading1 h1{
text-transform:capitalize;
font-weight:bold;
font-size:32px;

}
.heading1 h1 span{
color:#009900;
}
.frmbox{
width:99%;
margin:auto;
overflow:hidden;
box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.frmbox .box{
margin:4%;
font-size:16px;
line-height:29px;
}
.hbox{
width:99%;
margin:2% auto;
overflow:hidden;
}
.hbox .hboxtitle{
background-color:#fbfbfb;
border:#e8e8e8 solid 1px;
}
.hbox .hboxtitle h1{
margin:10px;
font-size:16px;
color:#000;
cursor:pointer;
}
.hbox .hboxtitle h1 span{
font-size:10px;
font-weight:normal;
color:#000;
}
.hbox .box{
background-color:#fff;
font-size:14px;
border:#e3e3e3 solid 1px;
line-height:25px;
}

.utbox{
color:#999;
margin-right:6px;
font-size:70%;
}

.flderror {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 1px solid #330033;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 10px #ccc;
	-moz-box-shadow:0 0 10px #ccc;
	box-shadow:0 0 10px #ccc;
	padding:3px;
	padding-right: 4px;
	padding-left: 4px;
}
.greenbox {
	background-color:#006699;
	color:#FFFFFF;
	padding: 15px;
	border: 1px solid #003399;
	text-align:center;
}

.redbox{
	background-color:#FF0000;
	color:#FFFFFF;
	padding: 15px;
	border: 1px solid #CC0000;
	text-align:center;
}
.mbile{
visibility:hidden;
}
.s_link {
	font-size: 12px;
	color: #666666;
}
.loading {
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 100%;
}
.progressbar {
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	background-position: 4px center;
	width: 100px;
	background-repeat: no-repeat;
	padding:6px;
	padding-left: 28px;
	border: 3px solid #999999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position:fixed;
	z-index: 99999;
}
.msg-box {
	color: #fff;
	background-color:#006699;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position:fixed;
	z-index: 9999;
	text-align:center;
	border-radius: 7px;
	border: 3px solid #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 20px;

}
.msg-box .msg-msg{

}
#dialog-overlay {
        /* set it to fill the whil screen */
        width:100%;
        height:100%;
        
        /* transparency for different browsers */
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        background:#000;
        /* make sure it appear behind the dialog box but above everything else */
        position:absolute;
        top:0; left:0;
        z-index:3000;
        /* hide it by default */
        display:none;
    }
	#dialog-box {
         -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
        -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
        -moz-border-radius: 1px;
	    -webit-border-radius: 1px;
        width:97%;
        position:absolute;
		z-index:5000;
        display:none;
		background-color: #FFFFFF;
    }
	#dialog-boxtitle {
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	text-align:left;
	background-color: #f7f7f7;
	border-bottom: #e8e8e8 solid 1px;
}
#dialog-boxtitle #boxtitle{
color:#000;
float:left;
margin:14px;
}
#dialog-boxtitle .closebox{
display:block;
width:20px;
height:20px;
float:right;
background-repeat: no-repeat;
background-position: right center;
cursor: pointer;
margin: 13px;
}
    #dialog-box .dialog-content {
        /* style the content */
		position:relative;
        text-align:left;
        color:#666;
        font-size:14px;
		line-height:25px;
    }
 #dialog-box .dialog-content #dialog-message{
margin:3%;

}

.dtable{
background-color:#F3F3F3;
padding:0;

}
.dtable th{
color:#FFFFFF;
padding:10px;
}
.dtable td{
border-bottom:#CCCCCC solid 1px;
padding:10px;
padding-top:20px;
padding-bottom:20px;
word-wrap: break-word;
}
.table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
.table tr:hover{
background-color: #f1f1f1;

}
.table th,
.table td {
  padding: .9em .3em;
  text-align: center;
}
.table td{
	word-wrap: break-word;
}
.table th:first-child, .table td:first-child {
	font-weight:bold;
	text-align:left;
	}
.table a{
color:#333333;
text-decoration:none;
}
.table a:hover{
color:#FF0000;
}

.table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.table .lh{
text-align:left;
}
.pogrp{
padding:5px;
overflow:hidden;
}
.polink{
display:inline-block;
padding:5px 10px;
background:#FFCCFF;
border-radius: 3px;
margin: 5px;
}
.polink2{
display:inline-block;
padding:5px 10px;
background:#FF6633;
color:#FFFFFF;
border-radius: 3px;
margin: 5px;
}
.butlink1{
display:inline-block;
padding:6px 4px;
background:#006699;;
border-radius: 2px;
margin: 1px;
color:#FFFFFF!important;
}
.butlink2{
display:inline-block;
padding:6px 4px;
background:#FF6600;
color:#FFFFFF;
border-radius: 2px;
margin: 1px;
color:#FFFFFF!important;
}

