*
{
	margin: 0px;
}
	
@media (max-width: 760px) {
	#hidden
	{
		display: none !Important;
	}
	
	h1 
	{
		display: none !Important;
	}
}	
	
h1, h2, h3, h4, h5
{
	
}

p
{
	
}
	
hr
{
	width: 100%;
	height: 1px; 
	background-color:red; 
	opacity: 0.2;
}
	
a 
{
	color: #de4e4e;
}

a:hover
{
	color: #de4e4e;
}

a:visited
{
	color: #de4e4e;
}
		
::selection 
{
	background: #bb2524; color: #ffffff;
}
::-moz-selection 
{
	background: #bb2524; color: #ffffff;
}

ul li {
    color: #de4e4e;
}

ul li span{
    color: black;
}

.contactshort
{

	
	width: 100%;
	background-color: grey;
}

.content-section-b
{
    border-top: 0px solid #e7e7e7;
	border-bottom: 0px solid #e7e7e7;
}

.content-section-a
{
    padding: 50px 0;
    background-color: #f8f8f8;
}

.navbar-default
{
	background-color: #ffffff;
}

.breadcrumb
{
	position: fixed;
    width: 100%;
    left: 0px;
	font-size: 1em;
	text-align: center;
	color: grey;
}

footer
{
	background-color: #ffffff;
	padding: 20px 0;	
}

.copyright
{
	position: relative;
	top: -20px;
}

.glyphis
{
	color: grey;
}

.pic
{
	border: 0.8 grey solid;
	opacity: 0.93;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	max-height: 600px;				
}

.pic:hover
{
	opacity: 1;
}

.icon
{
	border: 1px white solid;
	max-width: 100%;
	opacity: 0.85;
	-webkit-transition: opacity 0.75s;
	transition: opacity 0.75s;				
}

.icon:hover
{
	opacity: 1;
}

	
/*.icon {  } 
.icon:hover { width: 78px; height: 78px; -webkit-animation: anim 5s; }*/
			
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.responsiveContainer
{
	position: relative;
	left: -15px;
	padding-bottom: 40%;
	height: 100px;
	overflow: hidden
}
.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	width: 100% !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-control {
		top: 100px !important;
	}

	.carousel-caption h1 {
		font-size: 16px !important;
	}

	.navbar-right {
    float: right!important;
    margin-right: -15px;
    position: relative;
    top: 30px;
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    left: -30px;
	}
}

@media screen and (max-width: 425px) {
	.carousel-control {
		top: 0 !important;
	}

	.carousel + .jumbotron {
		padding-left: 0;
	}
}

.back-to-top {
  bottom: 0;
  color: red;
  display: none;
  padding: 20px;
  position: fixed;
  right: 0;
  text-decoration: none;
}

.carousel-control {
	top: 60px;
}

.topnav .container-fluid {
	padding-left: 0;
}

@media screen and (max-width: 1200px) {
	.lead {
		margin-top: 25px;
	}
}

@media screen and (max-width: 768px) {
	.nav {
		position: relative;
		top: 30px;
	}

	.nav > li {
		padding-left: 17px;
	}
}

.wwwebsite {
  z-index:999;
  position:absolute;
  height:0;
  width:0;
  border:none;
  background:none;
  margin:0;
  top:0;
  left:0;
  clear:both;
  font-size:0px;
  line-height:0px;
}