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

@media only screen and (max-width:320px) and (min-width:240px) {
.header1-right p { text-align:center; }
.social-head { text-align:center; }
.logo { display:inherit; }
}

@media only screen and (max-width:480px) and (min-width:320px) {
.header1-right p { text-align:center; }
.social-head { text-align:center; }
.logo { display:inherit; }
}



@media only screen and (max-width:640px) and (min-width:480px) {
.header1-right p { text-align:center; }
.social-head { text-align:center; }
.logo { display:inherit; }
}




@media only screen and (max-width:768px) and (min-width:640px) {
.header1-right p { text-align:center; }
.social-head { text-align:center; }
.logo { display:inherit; }
}



@media screen and (max-width: 980px) and (min-width:768px) {
.header1-right p { text-align:center; }
.social-head { text-align:center; }
.logo { display:inherit; }
}



@media screen and (max-width:1200px) and (min-width:980px) {

}


@media screen and (max-width:1300px) and (min-width:1200px) {

}





