.dropdown-submenu { position:relative;}
.dropdown-menu > .dropdown > .dropdown-menu, .dropdown-submenu > .dropdown-menu{top:0;left:100%;margin-top:-6px;;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-menu > .dropdown > a:after, .dropdown-submenu > a:after{display:block;content:" ";float:right;width:0;height:0;border-color:#000000;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover > a:after{border-left-color:#555;}

/* BO Back-to-Top-Button*/
#toTop {cursor: pointer; position: fixed; bottom: 30px; right:15px; z-index: 2; display:none; border: 1px solid #000;  color: #ffffff;
  border-color: #ddd;
  background-color: #0489FB;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#008A00), to(#00BD00));
  background-image: -webkit-linear-gradient(top, #008A00, 0%, #00BD00, 100%);
  background-image: -moz-linear-gradient(top, #008A00 0%, #00BD00 100%);
  background-image: linear-gradient(to bottom, #008A00 0%, #00BD00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008A00', endColorstr='#00BD00', GradientType=0);}

#toTop:hover,
#toTop:focus {background-color:#fff;}
/* EO Back-to-Top-Button*/
.page-header {
  padding-bottom: 9px;
  margin: 2px 0 2px;
  border-bottom: 1px solid #eee;
}
h1 {font-size:28px;}

div[itemprop="description"] a:link {
   color:#00A300 !important; font-weight:bold; 
}

.catdescription a {
   color:#00A300; font-weight:bold; 
}


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	max-width:560px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	max-height:315px;
}
    #alert {
    background:#00A300;
    padding: 10px 15px 8px 15px;
    line-height: 120%;
    font-size: .90em;
    }

    #alert a {
    text-decoration: underline;
    }
	
   #headeralert {
    background:#00A300;
    padding: 10px 15px 8px 15px;
    line-height: 120%;
    font-size: .90em;
	   color:#fff;
    }
	.faqques {
		color:#fff;
		background-color:#F50307;
		display:block;
	}
	.faqtext {
		border-style:solid;
		border-width:thin;
		border-color:#333;
		border-top-style:none;
	}
	.index_head {
	background: #FF0004;
    height:40px;
	text-align: center;
}
.index_head a {
	color:#fff;
}
.index_social_box {
 float: left; 
	min-width: 400px;
width: 50%; 
border:1px solid #ddd;
	 border-radius: 5px;
}

.index_feature {
float: left; 
width: 33.3%;
	background-color:#FFF;
	margin:auto;
	text-align: center;
}

.index_feature img {
	width:75%;
}