html { height: 100% }
body {color: #42413c;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em; min-height: 101%;background:#666666;}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

*:before,
*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}


/* container original

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-6, .col-md-12 {

 position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  
.col-md-6 { float: left;}   
.col-md-6 {width: 50%;}  

}
*/  
  
@media (min-width: 1200px) {
  .container {
    width: 1370px;
	max-width: 98%;
	margin-top:15px;
	border:1px solid red;
  }

 div.col-md-6 { width:49.2%; margin:5px;background:red;}  
  
}



@media (min-width:992px) {
  

.col-md-6 {width:auto;background:lime;width: 1370px;max-width: 100%;}  

}





/*
div.col-md-6 {background:#f8f8f8;border-radius:5px;}
div.col-md-6 {min-height:430px;height:auto !important;height:430px;}


@media (min-width: 1200px) {
  
.container { width: 970px; }
}   


@media (max-width: 1200px) {
  
div.col-md-6  {background:lime;}
div.col-md-6 { width:48%; margin:5px;}  
}
  
@media (max-width:  1200px) {
  
.col-md-6 { background:red;width:auto;margin:0;padding:0;}
   
}	
	
 
  
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  
  
 */ 
  
  