@charset "utf-8";
/* CSS Document */



/*end reset*/
@font-face {
    font-family: 'bebas_neueregular';
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#EFEFEF;

}

	h1,h2,h3,h4,h5{
		font-family:"Arial Black", Gadget, sans-serif;
	}

.BannerList .row{
	box-shadow:1px 1px 2px #EFEFEF;
	margin-bottom:3px;
	border:1px solid #CCC;
}
.BannerList .row div:first-child{
background:#F00; border-radius:0% 50% 50% 0px;
}
	
.BannerList div
{
	min-height:70px;
	
	//border:1px solid #000;
}
	
.Banner div
{
	//width:600px;
	//min-height:300px;
	//border:1px solid #000;
	margin-top:10px;
	
}
.header{
	//background:#FFF
}
.Header-login
{
	padding:10px 0px;
}
.header-menu
{
	background:-moz-linear-gradient(top,#006,#03F);
	background:-o-linear-gradient(top,#006,#03F);
	background:-ms-linear-gradient(top,#006,#03F);
	background:-webkit-linear-gradient(top,#006,#03F);
	//border-bottom:4px solid #F00;
}
.header-menu ul.navbar-nav > li > a{
	color:#FFF !important;
}

.latestnews h4
{
	background:#efefef;
	padding:8px;
	color:#000;
	margin-top:0px;
}

.Banner h4
{
	
	margin-top:0px;
	padding:8px;
	
}

ul.latestNews
{
	padding:10px;
	padding-top:0px;
}
.upcoming-conference img{
	//border:2px solid #CCC;
	padding-right:10px;
}
.BannerList .articles{
	background:-moz-linear-gradient(top,#F00,#FF5B5B);
	background:-ms-linear-gradient(top,#F00,#FF5B5B);
	background:-o-linear-gradient(top,#F00,#FF5B5B);
	background:-webkit-linear-gradient(top,#F00,#FF5B5B);
	padding:10px;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
}
/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #333333;
  height:10px;
  width:10px;
  margin-bottom:1px;
}
/* typography */


h1 {
  //text-align:center;
  
	//margin-bottom:-20px !important;
}
p {
  //font-style:italic;
}
.footer{
	//height:300px;
	background:#000;
	margin-top:20px;
}
.footer footer div h4{
	color:#CCC;
	padding:10px;
	font-weight:bold;
	padding-left:0px;
}
.footer footer div p{
	color:#CCC;
}
.footer2{
	padding:20px 0px;
	background:#333;
}
.navbar-nav li.active a{
	background:#F00 !important;
}
.navbar-nav li a:hover{
	background:#000 !important;
	font-size:18px !important;
}
.about-content h2{
	color:#F00;
}
.about-content h4{
	background:-moz-linear-gradient(top,#F00,#FF5B5B);
	background:-ms-linear-gradient(top,#F00,#FF5B5B);
	background:-o-linear-gradient(top,#F00,#FF5B5B);
	background:-webkit-linear-gradient(top,#F00,#FF5B5B);
	padding:10px;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
}
.contact-content h2{
	color:#F00;
}
.contact-content h4{
	background:-moz-linear-gradient(top,#9C0,#9F0);
	background:-ms-linear-gradient(top,#9C0,#9F0);
	background:-o-linear-gradient(top,#9C0,#9F0);
	background:-webkit-linear-gradient(top,#9C0,#9F0);
	padding:10px;
	color:#000;
}
<!-- Previous Conference3 -->
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  //padding: 10px;
  //padding-top: 10px;
  min-height:350px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
/* Gallery */
.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}

.button {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 23px;
  padding: 15px;
  width: 250px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
