@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 1024px) {
	.content {
  
    font-size: 15px;
  
}
}

@media only screen and (max-width: 1004px) {
	.content {
  
    font-size: 14px;
  
}
.left {
    float: left;
    margin: 0 2% 10px 0;
    width: 30%;
}


}


@media only screen and (max-width: 900px) {

.content {
   
    font-size: 15px;
   
}
.left {
    float: left;
    margin: 0 2% 10px 0;
    width: 30%;
}

.left2 {

  
    width: 100%;
}
}

@media only screen and (max-width:850px) {

.content {
    font-size: 14px;
}
}

@media only screen and (max-width:767px) {
.left {
    float: left;
    margin: 0 30px 10px 0;
    width: 100%;
}

.rcc {
    margin-top: 7px !important;
 
}
}