@CHARSET "UTF-8";

body{
	background-color:#292929;
	padding:0px;
	margin:0px;
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif;
	color: #d2d2d2;
    padding-top: 123px;
}
a{
	color: #a8a8a8;
}
a:hover, a:focus{
	color: #ffffff;
	text-decoration: none;
}
.Header{
	background-image: url("../../images/HeadBGOuter.png");
	background-repeat: repeat-x;
	background-color: #000000;
    z-index: 10001;
    position: fixed;
    top:0;
    left:0;
    right: 0;
}

.HeaderInner{
	background-image: url("../../images/HeadBGInner.png");
	background-repeat: repeat-x;
}
.HeadContainer{
	position: relative;
}
.Header, .Header *{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.Slider{
	background-color: #1d1d1d;
	text-align: center;
}

.PaddedContent{
	padding: 13px 2.127659574468085%;
	padding-bottom:0px;
	background-color: #1d1d1d;
	margin-bottom: 10px;
	font-size: 13px;/* edited by samilox */
}
.PaddedContent h4{
	font-weight: normal;
	background-color: #000000;
	padding: 5px;
	padding-right: 20px;
	margin: 0;
}
.BoxContainer{
	background-color: #101010;
	margin-bottom: 10px;
	position: relative;
}
.BoxContainer img{
}

.TrainerWords p{
	font-size: 10px;
	padding-left: 5px;
	padding-top: 10px;
}
.TrainerImage{
	margin: 17px 0;
}
p.TrainerName{
	color: #575757;
	font-size: 12px;
	padding: 0px;
}
.HoverHint{
	position: absolute;
	height:30px;
	left: 0;
	right: 0;
	bottom: -1px;
	background-image: url("../../images/HoverBG.png");
	background-position: bottom;
	background-repeat: repeat-x;
	color: #ffffff;
	padding-right: 20px;
	display: none;
}
.HoverHint span{
	position: absolute;
	bottom: 0;
	display: block;
	padding-bottom: 5px;
    padding-left: 15px;
}

.HoverLine{
	background-color:#292929;
	top:0px;
	width:10px;
	bottom:0px;
	right:0px;
	position: absolute;
	display: none;
}

.MobileLogo{
	text-align: center;
	padding-top: 23px;
}
#homeCarousel .carousel-inner img{
	margin: 0 auto;
}
#homeCarousel{
	z-index: 9999;
}
.SliderLink{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding-top:5%;
	display: block;
}
.SliderLink img{
	height: auto;
	max-width: 22%;
	margin-right: 28%;
	opacity:0;
}
.TrainerWordArrows{
	position: absolute;
	bottom: 0px;
	right: 20px;
	font-size: 35px;
}
.TrainerWordArrows a{
	color: #292929;
}
.TrainerWordArrows a:hover, .TrainerWordArrows a:focus{
	color: #3c3c3c;
}
.TrainerWordArrows i{
	cursor: pointer;
}

.ms-slide-bgcont, #masterslider, .ms-container{
    background-color:#1d1d1d;
}

#homeCarousel .item {-webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s;}
#homeCarousel .active.left {left:0;opacity:0;z-index:2;}
#homeCarousel .next {left:0;opacity:1;z-index:1;}
#wordsCarousel{
    line-height: 20px;
    margin-bottom: 0px;
}
#masterslider{
    direction:ltr;
}


/* Large desktop */
@media (min-width: 1200px) {
	.PaddedContent{
	     padding: 15px 2.564102564102564%;
	}
}

/* Desktop */
@media (min-width: 980px) and (max-width: 1199px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
	.PaddedContent{
	     padding: 15px 2.127659574468085%;
	}
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    body{
        padding-top:0px;
    }
    .Header{
        position:relative;
    }
    .navbar-inner, .nav, .navbar .nav > li > a{
        height:auto !important;
        line-height: 65px !important;
    }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

}