.clear{
	clear:both;
}
.game1 {
    float: left;
    height: 600px;
    text-align: center;
    width: 70%;
}
.news_text1 a {
    background-color: #c00e00;
    color: #fff;
    font-family: lato;
    text-transform: uppercase;
    padding: 8px;
    font-size: 12px;
}
.news_text1 > h2 {
    font-size: 24px;
    font-family: lato;
    color: #fff;
    margin: 0px 12px;
    width: 90%;
    float: left;
}
.read_more {
    margin: 20px 0 15px;
}
.sliderright {
    float: left;
    margin: 0;
    padding: 0;
    width: 30%;
    background: #010202 none repeat scroll 0 0;
    height: 550px;
    overflow: hidden;
    opacity: 0.85;
}
.bigImage img { 
    height: 470px;
    max-width: 100%;
    width: 100%;
}
.bigImageData h1 {
    background-color: #000;
    bottom: 118px;
    display: block;
    font-size: 20px !important;
    opacity: 0.8;
    padding: 10px 0 0 15px;
    position: absolute;
    text-align: left;
    width: 100%;
    margin: 0;
    height: auto;
    max-height: 70px;
}
.bigImage.game1 {
    position: relative;
	height:620px;
}
p.bigImageDescription {
    background-color: #000;
    bottom: 65px;
    display: block;
    font-size: 14px !important;
    opacity: 0.8;
    padding: 15px 0 12px 15px;
    position: absolute;
    text-align: left;
    width: 100%;
	color:#fff;
	overflow:hidden;
	height:42px;
}
@media only screen and (min-width:320px) and (max-width:480px){
.bigImage img{ height:auto;}
.bigImage.game1{ height:350px;}
}
@media only screen and (min-width:768px) and (max-width:1024px){
	.bigImageData h1 {
    background-color: #000;
    bottom: -14px;
    display: block;
    font-size: 14px !important;
    opacity: 0.6;
    padding: 25px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    
    line-height: 20px !important;
}
	}


#me {
    margin: 0 auto;
    position: relative;
    top: 70px;
    width: 100%;
}
#me .title {
    color: #fff;
    font-family: lato;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 3px 10px;
    width: 100%;
}
#me .date{
    color: #258560;
    font-size: 13px;
    margin: 0;
    padding: 0px 10px;
    width: 100%;
    }
#me .description {
    color: #fff;
    font-size: 12px;
    padding: 0 13px;
    width: 100%;
    margin: 0 0 10px 0;
    font-family: lato;
}
 #me .read_more a{
    color: #515151;
    font-size: 14px;
    padding: 0 21px;
    text-decoration: none;
 }

.news_text > h3 {
    color: #258560;
    font-family: oswald;
    font-size: 38px;
    font-weight:bold !important;
    text-transform: uppercase;
	float: right;
}
.news_text > h2 {
    color: #258560;
    font-family: oswald;
    font-size: 74px;
    font-weight: bold;
    margin: 0;
	float: right !important;
}

.news_text > a {
    background-color: #258560;
    font-size: 15px;
    padding: 3px 52px;
    text-transform: uppercase;
    font-family: oswald;
	float: right;
}
.news_text {
    float: left;
    position: relative;
    top: 175px;
    width: 20%;
}