/*-  CSS Reset -*/
@import url("https://promotions.newegg.com/template/b2b/css/reset.css");

/*-  CSS Mainframe -*/
@import url("mainframe.css");

/*-  CSS Social Media Content -*/
@import url("https://promotions.newegg.com/template/b2b/css/scripts.css");

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.fullbanner{
	height: 405px;
	overflow: hidden;
}

.col{
	float: left;
}

.col img{
	width:100%;
	height: auto;
}

.leftcol{
  
  width:65%;
}

.rightcol{
   width:35%;
}

.article{
	width:50%;
	float: 	left;
	margin-bottom: 30px;
}

.informations{
	/*width:470px;*/
	margin:0 auto;
}

@media (max-width:1280px){
    .fullbanner {
    	height:340px;
    }
}

@media (max-width:960px){
    .informations{
    	width:75%;
    }

    .fullbanner{
    	height:auto;
    }

    .leftcol, .rightcol{
    	width:100%;
    }
}

@media (max-width:500px){
    .article{
    	width:100%;
    }

    .row{
    	margin:0 !important;
    }
}