
/* max-width: 1280px */
@media only screen and (max-width: 1280px) {
} 

/* max-width: 1024px */
@media only screen and (max-width: 1024px) {
} 

/* max-width: 768px */
@media only screen and (max-width: 768px) {
} 

/* max-width: 640px */
@media only screen and (max-width: 640px) {

}

/* max-width: 480px */
@media only screen and (max-width: 480px) {
.topheader {
  background-attachment: fixed;
  background-color: #ccc;
  background-image: url("../images/main/paper.gif");
  background-repeat: repeat-x;
  background-size: cover;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  height: 18%;
  width: 100% !important;
}	
    
.float_left {
  left: 0 !important;
  padding-top: 10px;
  text-align: center;
  top: 0 !important;
}
.float_left a { 
}    

.float_left img {
  width: 26%;
}

.float_right {
  font-size: 13px;
  margin: 43px 28px 0 0;
}
    
.float_right h2 {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
    
.top-info span {
  color: red;
  margin-left: 36px;
}
.social span {
  color: red;
  margin-left: 15px;
}
.social i {
  font-size: 13px;
  margin-right: 13px;
  padding: 9px 9px 8px;
}
 
.alignright {
  margin-bottom: 8px;
  margin-right: 48px !important;
  text-align: center;
}
   
.main > span {
  text-align: justify;
}

    
}


/* max-width: 320px */
@media only screen and (max-width: 320px) {
.topheader {
  background-attachment: fixed;
  background-color: #ccc;
  background-image: url("../images/main/paper.gif");
  background-repeat: repeat-x;
  background-size: cover;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  height: 25%;
  width: 100% !important;
}	
    
.float_left {
  left: 0 !important;
  padding-top: 10px;
  text-align: center;
  top: 0 !important;
}
.float_left a { 
}    

.float_left img {
  width: 26%;
}
    
.float_right {
  font-size: 13px;
  margin: 43px -14px 0 0;
}  
.float_right h2 {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
    
.top-info span {
  color: red;
  margin-left: 36px;
}
.social span {
  color: red;
  margin-left: 15px;
}
.social i {
  font-size: 13px;
  margin-right: 13px;
  padding: 9px 9px 8px;
}
 
.alignright {
  margin-bottom: 8px;
  margin-right: 48px !important;
  text-align: center;
}
   
.main > span {
  text-align: justify;
}

.alignleft {
  float: left;
  margin-left: 40px;
}
    
}
