body{
	background: #000 url('../img/mbg.jpg') no-repeat top center;
	-webkit-background-size: cover; /*Used by Safari & Chrome*/
	-moz-background-size: cover; /* Used by Firefox */
	-o-background-size: cover; /* Used by Opera */
	background-size: cover; /* All Modern Browsers */
}
#wrapper {
	height: 1000px;
	width: 970px;
	display: block;
}
.mlogo {	line-height: 90px;}
#mainSlider{ width:100%; border: 3px solid #000; margin: 0 auto 0 auto;}
/* Custom Slider Caption */
.carousel-indicators { bottom: 5px;}
.carousel-caption { background: url('../img/op_bg_w.png') repeat; margin-bottom: 20px; padding-bottom: 5px; padding-top: 5px; color: #333;}

#mainNews1 { margin-top: 20px; color: #d6d6d6; padding-bottom: 15px; }
.newRightBlog {padding: 5px 40px 5px 5px;}
.headNews .ratio {
    position:relative;
    width: 96%;
    height: 0;
    padding-bottom: 170px;
    /* % of width, defines aspect ratio*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	border: 3px solid #32302d;
	margin: 0 auto 0 auto;
}
.headNews h4 { background-color: #0c0c0c; padding: 15px 0 15px 10px; color: #566021; margin-left:-10px;}
.headNews a,.blogNews a { color: #717e29; text-decoration: none;}
.headNews a:hover,.blogNews a:hover { color: #FFF; }

.blogNews { border-bottom: 1px solid #1c1c1c; padding: 10px 0 10px 0;}
.newsImg { padding-left: 20px; }
.blogNews .ratio,.inCeontent .ratio {
    position:relative;
    width: 90%;
    height: 0;
    padding-bottom: 120px;
    /* % of width, defines aspect ratio*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	border: 3px solid #32302d;
	float: left;
}
.blogNews h4 { padding: 0px 0 5px 0px; color: #566021; margin:2px;}
#specialContent { margin-top: 20px; padding-bottom: 20px; color:#a09ca6; }
#specialContent .inCeontent { padding: 10px 0 10px 0;}
#specialContent .inCeontent p { color: #D1D1D1; margin: 0; padding: 0px;}
#specialContent .inCeontent a { text-decoration: none; color: #717e29; }
#specialContent .inCeontent .date_release { text-decoration: none; color: #666; font-size: 11px; }

#myCarousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
	margin-top: 20px;
}

#myCarousel .carousel-control.left {
	left: -12px;
}
.myCarousel .carousel-control.right {
	right: -12px;
}

.myCarousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}

.myCarousel .carousel-indicators li {
	background: #c0c0c0;
}

.myCarousel .carousel-indicators .active {
background: #333333;
}

.ratio2 {
    position:relative;
    width: 145px;
    height: 0;
    padding-bottom: 130px;
    /* % of width, defines aspect ratio*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	border: 3px solid #32302d;
}
.ratio3 {
    position:relative;
    width: 196px;
    height: 0;
    padding-bottom: 130px;
    /* % of width, defines aspect ratio*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 3px solid #32302d;
}


