body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.bway {
margin-top:-20px;
margin-bottom:15px;
}

/* Small devices (tablets, 768px and up) */
@media (min-device-width : 769px) and (max-device-width : 991px) { 
.bway {
padding-top:0px;
} 
}

.posters {
margin-top:50px;
}

.showposters {
padding-bottom:20px;
}

.showtitle {
margin-bottom:20px;
color:#000;
margin-left:2%;
margin-top:10px;
}

.showimage {
margin-top:-5%;
}

.navbar-brand {
text-transform: uppercase;
font-size: 95%;
}

h1 {
	text-shadow: 1px 1px 1px #dfdfdf;
	line-height: 1;
}

.pre a:hover {
	opacity: 0.8;
    filter: alpha(opacity=80); 
}


h2 {
	font-size:24px;
	text-shadow: 1px 1px 1px #dfdfdf;
}

h3 {
	font-size:20px;
	text-shadow: 1px 1px 1px #dfdfdf;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 100%;
  background-color: #000;
  margin-bottom:-80px;
  margin-top:40px;
  padding-top:20px;
}

.navbar-nav {
font-size:12px;
}

.circle1 {
  	background-image: url('../images/design/stripe/1.png');
	background-position:right top;
	padding: 10px 0;
	background-repeat: no-repeat;
}
.circle2 {
  	background-image: url('../images/design/stripe/2.png');
	background-position:right top;
	padding: 10px 0;
	background-repeat: no-repeat;
}
.circle3 {
  	background-image: url('../images/design/stripe/3.png');
	background-position:right top;
	padding: 10px 0;
	background-repeat: no-repeat;
}
.circle4 {
  	background-image: url('../images/design/stripe/4.png');
	background-position:right top;
	padding: 10px 0;
	background-repeat: no-repeat;
}
.circle5 {
  	background-image: url('../images/design/stripe/5.png');
	background-position:right top;
	padding: 10px 0;
	background-repeat: no-repeat;
}
.circle6 {
  	background-image: url('../images/design/stripe/6.png');
	background-position:right top;
	padding: 10px 0;
	background-repeat: no-repeat;
}

.box {
	height: 85%;
	padding-top:1px;
	padding-bottom:10px;
	padding-right:2px;
}

@media (min-width: 768px) and (max-width: 991px) {
.box {
	background-color:#FFF;
	width:260px;
	}
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
.showtitle {
height: 200px;
	}
	}
	
		@media (min-width: 400px) and (max-width: 573px) {
.showtitle {
min-height: 280px;
	}
	}

@media (min-width: 992px) and (max-width: 1199px) {
.box {
	background-color:#FFF;
	width:500px;
	}
}

@media (max-width: 767px) {
.box {
	padding-left: 20px;
	margin-left:15px;
	background-color:#FFF;
	width:260px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
}

@media (max-width: 767px) {
.ad {
display:none;
}
#myCarousel{
display:none;
}
.pre {
display:none;
}
#sthoverbuttons {
display:none;
}

}

.carousel-caption {
	background-color:#000;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	padding: 0 20px 10px 20px;
	margin-bottom:30px;

}

.carousel-indicators {
	margin-bottom:0px;
}

.pre {
font-size:10px; 
text-align:left;
}

.navbar-inverse .navbar-nav > li > a.active {
color:#FFFFFF;
}

#prefooter {
background:#333333;
height:200px;
padding-top:20px;
margin-top: 20px;
}





/* TABS
-------------------------------------------------- */


#tabContainer {
	width:100%;
	padding:15px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	margin-top: -15px;
}

#tabs{
	height:30px;
	overflow:hidden;
}

#tabs > ul{
	font: 1em;
	list-style:none;
	margin-left:-40px;
}

#tabs > ul > li{
	margin:0 2px 0 0;
	padding:7px 10px;
	display:block;
	float:left;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background: #2d6ca2; /* old browsers */
	background: -moz-linear-gradient(top, #428bca 0%, #3071a9  100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#428bca), color-stop(100%,#3071a9)); /* webkit */
}

#tabs > ul > li:hover{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

#tabs > ul > li.tabActiveHeader{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

#tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	padding:10px 10px 25px;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); /* webkit */
	margin:0;
	color:#333;
}


/* PANELS
-------------------------------------------------- */

.panel-red {
  border-color: #eed3d7;
}

.panel-red > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-red > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-red > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-orange {
  border-color: #eed3d7;
}

.panel-orange > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-orange > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-orange > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-green {
  border-color: #eed3d7;
}

.panel-green > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-green > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-green > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-blue {
  border-color: #eed3d7;
}

.panel-blue > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-blue > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-blue > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-yellow {
  border-color: #eed3d7;
}

.panel-yellow > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-yellow > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-yellow > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

img.border {
border: 1px solid #ddd;
}

.yellow {
    color: #e3a900;
}

img.pdg {
margin-right: 0px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#u_0_1 {
  color: #999999 !important;
}

.preview-stripe {
    width: 100%;
    background-color: #3b5998;
    padding: 4px;
    color: white;
    text-align: center;
}

.open-stripe {
    width: 100%;
    background-color: #4d9a6e;
    padding: 4px;
    color: white;
    text-align: center;
}

.close-stripe {
    width: 100%;
    background-color: #d6263b;
    padding: 4px;
    color: white;
    text-align: center;
}

.tba-stripe {
    width: 100%;
    background-color: #000000;
    padding: 4px;
    color: white;
    text-align: center;
}


.home-show {
    height: 260px;
}

.home-preview {
    height: 280px;
}


@media (min-width: 401px) and (max-width: 765px) {
.home-show {
    height: 460px;
}

.home-preview {
    height: 480px;
}
}

@media (max-width: 767px) {
.mobile-hide {
display: none;
}