@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic,latin-ext");
body,html
{
	display:block;
	margin:0px;
	padding:0px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,p
{
	margin:0px;
	padding:0px;
}
img{
	max-width:100%;
	border:none;
}
a{
	color:#4c551b;
	border:none;
	text-decoration: none;
}
ul,li{
	list-style:none;
	margin:0px;
	padding:0px;
}
.clear
{
	clear:both;
}
.main-page
{
	display:block;
	width:100%;
	background: url(../images/header_bg.jpg) repeat;
}
.wrapper{
	display:block;
	margin:0px auto;
	width:90%
}
.last{
	margin:0 !important;
}
/* Header Start */
.header_bg
{
	width: 100%;
	margin: 0 auto;
	background: url(../images/header_bg.jpg) repeat;
}
.header
{
	width: 90%;
	margin: 0 auto;
}
.header_top
{
	float: right;
	margin: 5px 0px 0px 0px;
}
.header_top_links{
	line-height: 22px;
	overflow: hidden;
	margin-bottom: 8px;
}
.header_top_links li{
	float:left;
	padding:0px 15px;
}
.header_top_links li a
{
	color: #191919;
	font-weight: bold;
	white-space: nowrap;
	font-size: 12px;
}
.header_top form
{
	margin: 0;
	background: #fff;
}
.textBox{
	float:left;
	margin:0;
	padding: 5px;
	width: 66%;
	font-style: italic;
	border: none;
	border-left: 1px solid #DADADA;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
.textBox:focus{
	outline: none;
}
.search_icon{
	width: 75px;
	padding: 0px;
	float: left;
	margin: 0px;
	border: none;
	height: 28px;
	cursor: pointer;
	background: url(../images/search.png) center no-repeat;
}
.header_bottom{
	width:100%;
}
.logo
{
	display: block;
	margin: 0;
	float: left;
	margin:0px 0px -34px;
	width: 13%;
}
.logo img
{
	width: 100%;
} 

/* navigation */
.nav_ng{
	width: 100%;
	margin: 0 auto;
	background: #365736;
	border-bottom: 4px #c06e2b solid;
	
}
.navigation{
	margin: 0px 5% 0 0;
	float: right;
}
#menu-new{
	float: right;
	font-size: 12px;
	margin: 0;
	background-color: #FFFFFF;
}
#menu-new ul>li{
	float:left;
	display:inline;
	position:relative;
	font-weight: 700;
	border-right: 1px #c06e2b solid;
}
#menu-new ul>li:first-child {
}
#menu-new ul li a{
	/*text-transform: uppercase;*/
	color: #c06e2b;
	font-weight: 500;
	padding: 8px 8px;
	display: block;
	line-height: 26px;
}
#menu-new ul li a:hover{
	background-color: #c06e2b;
	color: #FFFFFF;
}
#menu-new ul li ul{position: absolute; top: 42px;left: -1px; display: none; z-index:100; }
#menu-new ul li ul li{
	float:left;
	margin: 0px ;
	display:inline;
	position:relative;
	width:195px;
	background: #fff;
	border-bottom: 1px dashed #c06e2b;
	border-right: none;
}
#menu-new ul li:hover > ul{display: block;}
#menu-new ul li ul li a{
	display:block;
	color:#593d04;
	padding: 0px 0px 0px 15px;
	width: 90%;
}
#menu-new ul li ul li a:hover{
	color: #FFFFFF;
	font-weight: 500;
	background-image:url(../images/drop-hover.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#menu-new ul li ul li ul{position: absolute; top:0; left:163px; display: none;  width:150px;}

/* Banner */

.banner
{
	width: 100%;
	margin: 0 auto 30px;
	overflow:hidden;
	position: relative;
	border-bottom: 4px #c06e2b solid;
}
.banner_text
{
	width: 45%;
	float: left;
	margin: 3%;
	background: url(../images/aboback.png) no-repeat center;
	background-size: 100% 100%;	
}
.banner_text_heading
{
	width:100%;
	color: #2b4e2c;
	letter-spacing: -1px;
	margin-bottom:10px;
	font-family: Braxton;
	font-size: 1.7em;
}
.banner_text p
{
	font-family: georgia;
	font-size: 15px;
	font-weight: bold;
	text-align: justify;
	color: rgb(87, 65, 32);
	line-height: 28px;
	font-style: italic;
}
.slider
{
	width: 48%;
	text-align: left;
	float: right;
}
.wrap
{
	position:absolute;
	width: 33%;
	padding-left: 6%;
	display:none;
}

/* Application Form link */
.breadcrumbs{
	width: 90%;
	float: center;
	margin: 20px auto 0px;
	overflow:hidden;
}
.login_links
{
	margin: 0px 0 0px 0px;
	float: right;
	z-index: 100;
}
.login_links li{
	float: left;
	padding: 2px 6px;
}
.login_links li a{
	color: #fff;
	float: left;
	text-align: center;
	font-family: Helvetica Condensed; 
	font-size: 14px;
	padding: 14px 10px 2px;
}
.applcatn_link{
	background: url(../images/appform.png) no-repeat top center;
	background-size: 100% 100%;
}
.logn_link {
	background: url(../images/login1.png) no-repeat;
	background-size: 100% 100%;
}  
/* Header End */
/* Container Start */
.home_container_bg
{
	width:100%;
	background: url(../images/header_bg.jpg) repeat;
	overflow: hidden;
}
.container{
	width: 90%;
	float: center;
	margin: 0 auto 20px;
}

/* 4 Columns */
.cols_4
{
	width: 99.4%;
	margin: 0 auto;
	padding-top: 10px;
	background: #fff;
	border: 2px solid rgb(237, 218, 181);
	position:relative;
	font-family: Helvetica Condensed; 
}
.column{
	width: 23%;
	margin: 0 1.5%;
	float: left;
}
.cols_4 .first{
	margin: 0 2% 0 0;
}
.col_heading{
	width: 94%;
	font-size: 20px;
	color: #765326;
	text-align: left;
	font-weight:normal;
	padding: 0px 0px 12px 6%;
	line-height: 30px;
}
.column .heading_bg1{
	width: 92%;
	margin-left:-4%;
	padding-left:12%;
	background: url(../images/resources-bg.png) no-repeat;
	background-size: 100% 100%;
}
.column .heading_bg2{
	background: url(../images/operators-bg.png) no-repeat;
	background-size: 100% 100%;
}
.column .heading_bg3{
	background: url(../images/whatsnew-bg.png) no-repeat;
	background-size: 100% 100%;
}

.cols_4 .column_inner{
	width: 100%;
	min-height: 215px;
	background: url(../images/as.png) no-repeat;
	background-size: 100% 100%;
}
.cols_4 .column_inner ul {
	padding-left: 15%;
}
.cols_4 .column_inner ul li {
	color: #4c551b;
	list-style-image: url(../images/lest.png);
	padding-bottom: 5px;
	border-bottom: 1px dashed #b1b2aa;
}
.cols_4 .column_inner ul li a:hover {
	font-weight: bold;
}
.cols_4 .more_link{
	float: right;
	margin-bottom:-7px;
}
.wth_icon
{
	width: 19%;
	color: rgb(118, 83, 38);
	/*background: url(../images/back3.png) no-repeat;
	background-size: 100% 100%;*/
	padding: 4px 10px 0px;
	margin:0 1%;
	font-family:Helvetica Condensed;
}
.wth_icon ul li.dark {
background: url(../images/rg1.png) repeat-x;
}
.wth_icon ul li.light {
background: url(../images/rg2.png) repeat-x;
}
.spcl_col ul li{
	color: #fff;
	padding: 5px 10px;
	border-bottom: none;
}
.spcl_col ul li a{
	font-size: 12px;
	padding: 12px 0;
	color: #fff;
}
.spcl_col ul li a:hover{
	text-shadow: 1px 2px 3px rgba(2,2,2,0.5);
}
.spcl_col li a img{
	vertical-align:middle;
	padding-right:10px;
}
.spcl_col li a span{
	
}

/* 3 Columns */

.cols_3
{
	width: 100%;
	margin: 20px auto;
}
.cols_3 .column {
	width: 28%;
	background-color: #fff;
	border: 2px solid rgb(237, 218, 181);
	float: left;
	margin: 0px 0px 0px 1.4%;
	min-height: 160px;
	background-image:url(../images/corner-tree.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	font-family: Helvetica Condensed; 
}
.cols_3 .column_inner{
	padding:10px 15px;
}
.column_inner em{
	color:#9d9e98;
	font-size:12px;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
}
.col_3_heading {
	width:100%;
	font-size: 20px;
	color: #124112;
	line-height:18px;
	background:url(../images/line1.png) no-repeat right bottom;
	background-size:46%;
}

.cols_3 .col_1{
	width: 40%;
	margin: 0px;
}
.home_content{
	width: 75%;
	float: left;
	padding-right: 10px;
}
.home_content h2{
	font-size: 26px;
	color: #0a300a;
	text-transform: uppercase;
	font-family: 'Asap', sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0px;
}
.home_content .img_icon{
	width: 22%;
	margin-right: 10px;
	float: left;
}
.home_content .inner_content{
	width: 74%;
	float: left;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	padding: 10px 4px 4px 7px;
	color: #4a4c4a;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-top: 12px;
}
.inner_content{
	width: 67%;
	padding: 0px;
	float: left;
}
.inner_content .col_3_heading{
	margin:0px 0px 8px;
	width:100%;
}
.column_inner p {
	font-size: 12px;
	color: #6e6f6e;
	text-align: justify;
}
.btn_1{
	background-color: #c06e2b;
	padding: 3px 8px;
	color: #fff;
	float: right;
	cursor:pointer;
	text-transform: capitalize;
}
.btn{
	background: #83A267;
	border-radius: 4px;
	padding: 3px 10px;
	border:1px solid #647C4E;
	color: #ffffff;	
	cursor:pointer;
	text-transform: capitalize;
}
.mr_btn{
	float: right;
	margin-top: 10px;
}
.newslttr_form{
	margin:8px 0px;
}
.newslttr_form input{
	width:100%;
	padding: 2px;
	margin-bottom: 10px;
	background-color: rgb(245, 245, 245);
	min-height: 30px;
	border: 1px solid rgb(219, 214, 214);
	color: rgb(163, 165, 163);
	font-style: italic;
}
/*
.testimonial {
	margin: 0;
	padding: 10px 25px;
	position: relative;
	color: #9d9e98;
	font-size:12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.testimonial:before, .testimonial:after {
	content: "\201C";
	position: absolute;
	font-size: 50px;
	line-height: 1;
	color: #9d9e98;
	font-style: normal;
}

.testimonial:before {
	top: 0;
	left: 5px;
}

.testimonial:after {
	content: "\201D";
	right: 5px;
	bottom: -0.5em;
}
.testimonial_author {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color:#9d9e98;
}
.testimonial_author img{
	float:left;
	padding-right:5px;
}*/

/* Container End */

/* Footer Start */
.footer_bg{
	width: 100%;
	background-color: #242424;
	padding: 7px 0;
	color: #e4e1dc;
}
.footer{
	width: 90%;
	margin:0px auto;
}
.footer_left {	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color: #aeaca8;
}

.footer_right {
	float: right;
}
.footer_right .textBox{
	float: left;
	margin: 0;
	padding: 5px 5px;
	width: 75%;
	font-style: italic;
	border: none;
	opacity: 0.8;
}
.footer_right .textBox:focus,.footer_right .subscribe_icon:focus{
	outline: none;
}
.footer_right .subscribe_icon{
	width: 33px;
	padding: 0px;
	float: left;
	margin: 0px;
	border: none;
	height: 26px;
	cursor: pointer;
	background: url(../images/go.png) center no-repeat;
}
.visiter_count{
	font-size: 15px;
	color: #e4e1dc;
	padding:8px 0px 0px;
}
.copyright{
	font-size: 12px;
	color: #e4e1dc;
	padding:0px 0px 8px;
}
.newsltr{
	font-size: 12px;
	color: #e4e1dc;
	padding:0px 0px 5px;
}
.social_icons{
	
}
.social_icons li{
	float:left;
	padding: 0px 2px;
}

/* Footer End */

/*  Inner Page Layout */
.inner_container {	
	width: 94%;
	margin: 0 auto;
	padding: 3%;
	background-color: #fff;
	border: 1px solid rgb(237, 218, 181);
}
.container_content {
	width:70%;
	float:left;
	padding-right: 10px;
}

.container_content h3{
	font-size:15px;
	color:#504e4e;
	margin: 20px 0px 0px;
}
.container_content h1{
	color: #4d6b55;
	font-size: 21px;
}
.container_content p, .sidebar p{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#504e4e;
	line-height:21px;
	padding: 5px 0 0 10px;
	text-align:justify;
}
.content_title
{
	color:#fff;
	padding: 10px 20px 35px;
	background: url(../images/title-bg1.png) no-repeat;
	background-size: 100% 100%;
	text-transform: capitalize;
}
.title_shadow{
	display:none;
	width:100%;
	padding: 10px 0px;
	background:url(../images/title-shadow.png) no-repeat bottom center;
}
.inner_list
{
	margin-left: 35px;
	padding: 8px 0px;
}

.inner_list li
{
	list-style:none;
	font-size:13px;
	color:#504e4e;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../images/lest.png);
	line-height:17px;
}
button {
	background:#728239;
	color:#FFFFFF;
	border:1px solid #cdcdcd;
}
.sbmt_btn{
	width: 25%;
	padding: 1px;
	float:right;
}
.stand_list
{
	width: 40%;
	margin: 8px auto;
}
.stand_list li:nth-child(odd){
	text-align:center;
	background-image: url(../images/back2.jpg);
	margin: 8px 0px;
	padding: 10px 5px;
	border-radius: 10px;
	font-weight: bold;
	color: #555353;
	font-size:13px;
	line-height: 16px;
}
.stand_list li:nth-child(even) {
	background-position: center;
	background-image: url("../images/arrow.png");
	width: 30%;
	min-height: 15px;
	background-repeat: no-repeat;
	background-size: 50% 100%;
	margin: 0 auto;
}
.certi_box {
	border-bottom: 1px dotted #ccd1cd;
	padding: 10px 0px;
}
.form_element {
	float: left;
	width: 50%;
	padding: 4px 0px;
}

.form_element label {
	float: left;
	text-align: right;
	width: 40%;
	padding-right: 10px;
	line-height: 30px;
}
.wdth_full{
	width:100%;
}

.form_element input[type="text"],.form_element input[type="email"],.form_element textarea {
	border: 1px solid #CFCFCF;
	border-radius: 4px;
	box-shadow: 0px 1px 3px #cdcdcd inset;
	padding: 3px;
}
.form_element select {
	box-shadow: 0px 1px 3px #cdcdcd inset;
	padding: 3px;
	border: 1px solid #cdcdcd;
}
.certifi_form .form_element input[type="text"],
.certifi_form .form_element textarea ,
.certifi_form .form_element select{
	width: 46%;
}

.profile_info { 
	width: 98%;
	margin: 0px auto 9px;
	padding: 1%;
	border: 1px solid rgb(230, 230, 230);
	float: left;
	background: #f7f8f3;
	border-radius: 7px;
}
.profile_info .form_element{
	width:25%;
	padding:0;
}
.profile_info .form_element label{
	float: left;
	text-align: center;
	width: 100%;
	padding-right: 10px;
	line-height: 30px;
}
.current {
	background-color: #f3f1f1;
	color: #484a48;
}
.dropdown {
	background-color: #6a782a;
	color: #fff;
	border: 1px solid rgb(223, 223, 223);
}
.dropdown ul li{
	padding: 8px 16px;
	border-right:1px solid gray;
	float:left;
	cursor:pointer;
}
.dropdown ul li:last-child
{
	padding: 8px 16px;
	border-right:none;
}
.dropdown ul li:hover {
	color:#484a48;
	background-color:rgb(245, 227, 175) ;
}
.drophide table, .dropdown table
{
	width:100%;
	margin:0px auto;
	padding:2px auto;
}
.drophide {
	width: 96%;
	margin: 0px auto;
	background-color: #f3f1f1;
	padding: 2%;
	border-radius: 0px 0px 10px 10px;
	min-height: 250px;
}
.moreenq {
width: 98%;
margin: 0px auto;
padding: 0px 5px;
background: #f3f1f1;
border-radius: 0px 0px 10px 10px;
display:none;
}
.application_form .form_element select{
	width: 48%;
}

.application_form .form_element input[type="text"],
.application_form .form_element input[type="email"],
.application_form .form_element input[type="file"],
.application_form .form_element textarea {
	width: 46%;
}

.form_element select{
	width: 48%;
}

.form_element input[type="text"],
.form_element input[type="email"],
.form_element input[type="file"],
.form_element textarea {
	width: 46%;
}
.application_form .wdth_full label{
	width:70%;
	line-height: 25px;
}
.application_form .wdth_full select{
	width: 28%;
}
.application_form .wdth_full input[type="text"],
.application_form .wdth_full input[type="email"],
.application_form .wdth_full textarea {
	width: 27%;
}

.adminfrm {
	float: right;
	margin-right: 30px;
}
.certify_usr table th{
	width:auto;
}

/* Sidebar */
.sidebar
{
	width: 24%;
	float: right;
}
.sidecols{
	width:100%;
	margin:25px 0px;
}
.for_side .spcl_col{
	width:91%;
}
.top{
	margin:0px 0px 15px;
}
.for_side{
	width:100%;
}

/* Contact Page Layout */
.cont_address{
	text-align:center;
	line-height:18px;
}
.cont_address h3{
	padding-left:10px;
	font-size: 21px;
	text-transform: uppercase;	
}
.cont_address p{
	font-size:12px;
	text-align:center;
	line-height:18px;
}

table{
	width:100%;
	border:1px solid #d2d2d4;
	border-collapse: collapse;
	text-align:left;
	line-height: 25px;
	font-size: 13px;
	color: #504e4e;
}
table tr:nth-child(even) {background: #ffffff}
table tr:nth-child(odd) {background: #f8f8f9}
table th{
	padding-left:10px;
	color: #fff;
	background:rgb(134, 168, 140);
	border-right:1px dotted #d2d2d4;
	border-left:1px dotted #d2d2d4;
}

.chamber_tbl table th{
	padding-left: 20px;
	width:25%;
}
table td{
	padding-left:10px;
	border-right:1px dotted #d2d2d4;
	border-left:1px dotted #d2d2d4;
	border-top:1px solid #ededee;
	border-bottom:1px solid #ededee;
}
.chamber_tbl table td{
	padding-left: 20px;
}
/* Login Page Layout */
/*  Leftbar*/
.leftbar{
	float:left;
	width:18%;
}
.leftbar li
{
	background: url(../images/logbackin.png) no-repeat;
	background-size: 100% 100%;
}
.leftbar li a{
	display:block;
	padding: 10px 7px;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#FFFFFF;
}
.leftbar li a:hover
{
	background:#697728;
}
/* middle */
.middle_content{
	width: 52%;
	float: left;
	padding-left: 3%;
}

.login_form{
	margin:0 auto;
	width: 100%;
	font-size:13px;
	color:#7d7979;
}
.login_form form
{
	width: 80%;
	margin: 30px auto;
	background: #fafafa;
	padding: 20px;
	border: 1px solid #efeded;
}

.form_field{
	width:100%;
	background:#ffffff;
	background-image:url(../images/usname.png);
	border:#d6e2d3 2px solid;
	margin-bottom:10px;
	background-repeat: no-repeat;
	background-position:left center;
	overflow:hidden;
}

.form_field input{
	padding: 10px 3px;
	width: 70%;
	float: right;
	color: #697728;
	border: none;
	margin: 0;
	outline:none;
}
.form_field  input:focus, .form_element input:focus, select:focus
{ 
outline:none;
}
.forgt
{
	width:50%;
	float:left;
	margin-top:15px;
	font-size:12px;
}
/* Appilaction Form */
.applctn_title{
background:url(../images/butline.png) repeat-x center bottom;
padding:4px 0px;
}

/* Mobile Menu */
.mob_nav{
	display:none;
	background: #fff;
}
.flip{
	cursor: pointer;
	position: relative;
}
.flip h3{
	color:#593d04;
	font-weight: lighter;
	height: 34px;
	line-height: 34px;
	padding: 0px 10px;
}
.small_menu{
	display: none;
	float: right;
	position: absolute;
	width: 100%;
	top:34px;
	background: #f8b540;
	box-shadow: inset 0px 4px 7px 4px #F09711;
	/*background: #fff url(../images/rolloverBg.jpg) bottom no-repeat;*/
	z-index: 10000;
	}
.small_menu li{
	padding: 0px 12px;
	background-image: url(../images/drop-hover.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.small_menu li a{
	font-size: 12px;
	display: block;
	border-bottom: 1px dotted #F0BB60;
	padding:5px 0px;
}
.small_menu li a:hover{
	display:block;
	color: #593d04;
	background-image: url(../images/drop-hover.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.state_default {
	color: #666;
	background: url(../images/arrow_down.png) 100% no-repeat;
	cursor: pointer;
}
.state_active {
	color: #3F8CC2;
	background: url(../images/arrow_up.png) 100% no-repeat;
	cursor: pointer;
}
.mob_nav label {position:relative}
.mob_nav label:after {
	content:'<>';
	font:11px "Consolas", monospace;
	color:#aaa;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	right:8px; top:2px;
	padding:0px 0px 2px;
	border-bottom:1px solid #ddd;
	position:absolute;
	pointer-events:none;
}
.mob_nav label:before {
	top:0px;
	width:20px; height:20px;
	background:#f8f8f8;
	position:absolute;
	pointer-events:none;
	display:block;
}
.mob_nav select option
{
	margin: 0 auto;
}
/*#wrap1
{
background-image:url(slider-images/slider1.png);
}
#wrap2
{
background-image:url(slider-images/slider2.png);
}
#wrap3
{
background-image:url(slider-images/slider3.png);
}*/
#wrap4
{
	/*background-image:url(slider-images/slider4.png);*/
	display:block;
}
/*
 *	generated by WOW Slider 5.2
 *	template Strict
 */
@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic,latin-ext");
#wowslider-container1 { 
	zoom: 1; 
	position: relative; 
	max-width:1366px;
	margin:0px auto 0px;
	z-index:90;
	border:none;
	text-align:left; /* reset align=center */
	font-size: 10px;
}
* html #wowslider-container1{ width:1366px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:auto;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	width:1%;
	line-height:0; /*opera*/
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	width:100%;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}



#wowslider-container1 .ws_bullets a:hover, #wowslider-container1 .ws_bullets a.ws_selbull{
	background-position: 0 100%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-2.9em;
	z-index:60;
	width: 5.8em;	
	height: 5.8em;
	background-image:url(../images//arrows.png);
	background-size: 200%;
	opacity: 0.7;
}
#wowslider-container1 a.ws_next{
	background-position: 0 0; 
	right:0px;
}
#wowslider-container1 a.ws_prev {
	background-position: 100% 0;
	left:0px;
}
#wowslider-container1 a.ws_next:hover,
#wowslider-container1 a.ws_prev:hover{
	opacity: 0.9;
}
* 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}

/*playpause
#wowslider-container1 .ws_playpause {
	display:none;
    width: 5.8em;
    height: 5.8em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2.9em;
    margin-top: -2.9em;
    z-index: 59;
	background-size: 100%;
	opacity: 0.7;
}

#wowslider-container1:hover .ws_playpause {
	display:block;
}

#wowslider-container1 .ws_pause {
    background-image: url(../images/pause.png);
}

#wowslider-container1 .ws_play {
    background-image: url(../images/play.png);
}

#wowslider-container1 .ws_pause,
#wowslider-container1 .ws_play,
#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
    opacity: 0.9;
}/* bottom right */
#wowslider-container1  .ws_bullets {
    bottom: 0px;
	left: 50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}

#wowslider-container1 .ws-title{
	position: absolute;
	display: block;
	bottom: 4em;
	left: 8em;
	color: #fff;
	z-index: 50;
	font-family: 'Roboto Condensed',"MS Sans Serif",Geneva,sans-serif;
	line-height: 4em;
	opacity: 1;
	width: 60%;
	/*text-transform: uppercase; */
}
#wowslider-container1 .ws-title div{
    padding-top: 0.15em;
	font-size: 1.8em;
	line-height: 1.3em;
}
#wowslider-container1 .ws-title span{
	font-size: 3.4em;
	text-shadow:-2px 0px #000;
}

#wowslider-container1 .ws_images ul{
	animation: wsBasic 14.7s infinite;
	-moz-animation: wsBasic 14.7s infinite;
	-webkit-animation: wsBasic 14.7s infinite;
}
@keyframes wsBasic{0%{left:-0%} 19.73%{left:-0%} 33.33%{left:-100%} 53.06%{left:-100%} 66.67%{left:-200%} 86.39%{left:-200%} }
@-moz-keyframes wsBasic{0%{left:-0%} 19.73%{left:-0%} 33.33%{left:-100%} 53.06%{left:-100%} 66.67%{left:-200%} 86.39%{left:-200%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 19.73%{left:-0%} 33.33%{left:-100%} 53.06%{left:-100%} 66.67%{left:-200%} 86.39%{left:-200%} }

#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:20px;
	left:-73px;
	visibility:hidden;
	position:absolute;
    border: 4px solid #FFFFFF;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:145px;
	background-color:#FFFFFF;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	bottom:31px;
	margin-left: 3px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    border: 4px solid rgba(96,125,246,0.7);
}
#wowslider-container1 .ws_bulframe span{
	display:block;
	position:absolute;
	bottom:-11px;
	margin-left:-1px;
	left:73px;
	background:url(./triangle.png);
	width:13px;
	height:7px;
}

.proname {
	width: 50%;
	float: left;
	text-align: right;
	margin-bottom:1%;
}

.prodata {
	width: 50%;
	float: right;	
	margin-bottom:1%;
}

.userlisttable .td_date {
	width: 120px;
}
.userlisttable .last {
	width: 30%;
}


.UnCertified {color: red;}

.UnCertified a {color: red;}

.Certified a , .UnCertified a {font-weight: bold;}

