#gotoTop {
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 20px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

#gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #1ABC9C; }





/* -- */


body { 
	/* background: url(/assets/img/bg.png); */
	background: #FFF;
	padding-top: 0px;	
	margin: 0px 0;

    font-family: Arial,Helvetica,sans-serif;
	
    font-size: 15px;
    font-weight: 400;
    color: #444;	
	}

.logo a {
    display: inline-block;
    width: 245px;
    height: 38px;
	margin-top:20px;
	margin-bottom:3px;	
    background: url(/assets/img/BCS_Logo.png) left top no-repeat;
    color: #555;
    text-indent: -9999px;
    text-decoration: none;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}	  

.round-hover {
    border-radius: 35px;
}


.category {
	font-size: 15px;
	font-weight:700;
	margin-bottom:10px;
	text-transform: uppercase;
}	

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 0px 0px 3px 0px;
  margin-bottom: 15px;
  line-height: 1.428571429;
	background:none repeat scroll 0% 0% rgb(242, 242, 242);
  border: 1px solid #dddddd;
-webkit-box-shadow: 0px 1px 0px 0px rgba(51,51,51,0.45);
-moz-box-shadow: 0px 1px 0px 0px rgba(51,51,51,0.45);
box-shadow: 0px 1px 0px 0px rgba(51,51,51,0.45);  
}


.noshadow {
-webkit-box-shadow: 0px 0px 0px 0px rgba(51,51,51,0.5);
-moz-box-shadow: 0px 0px 0px 0px rgba(51,51,51,0.5);
box-shadow: 0px 0px 0px 0px rgba(51,51,51,0.5);  
}

.thumbnail .caption {
  padding: 3px;
  color: #333333;

}


.slider {
	padding:5px;
}

.slider h1{
	line-height: 32px;
    font-size: 20px;
    font-weight: 400;
	font-family: 'Verdana','sans-serif';
}

.slider-subitem{
    font-weight: 700;
    color: #555;
}

.slider-subtext{
	line-height: 15px;
    font-size: 15px;	
}


.slider p{
	line-height: 24px;
}

.footer {
    font-size: 12px;
    margin-top: 5px;
	padding: 25px 0px 20px 0px;
	background: #222222;
    color: #aaa;	
}

.copyright {
    font-size: 12px;
	padding: 6px 0px 6px 0px;
	background: #222222;
    color: #aaa;	
}	

.col-sm-4,
.col-xs-6,
.col-md-3 {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}

/* Large Dropdown Menu for Bootstrap 3.0 */
/* http://bootsnipp.com/snippets/featured/large-dropdown-menu */

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 4px 12px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #408bca;
  font-size: 18px;
  font-family: 'Bitter', serif;
  font-weight: 700;
  padding:5px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}
.dropdown-menu{left:inherit}
		
	


