/*
 *	Css Media screen version 1.0.1
 *	Create and documentation:
 *	Pooria Rafooseh
 *
 *	Copyright (c) 2015 Pooria Rafooseh
 *	prafooseh@gmail.com
 *
 *  iran | tehran !
 *  call : +98 938 75 96 456
 */

/*md mode stylesheets */
@media (min-width:992px) and (max-width:1199px){
}
/*sm mode stylesheets*/
@media (min-width:768px) and (max-width:992px){
}
/* xs Mode stylesheets*/
@media (min-width:468px) and (max-width:768px) {
    .title-top {
        width: 80% !important;
        font-size: 15px !important;
    }
}
/*custom1 mode stylesheets*/
@media (min-width:360px) and (max-width:468px) {
    .title-top {
        width: 80% !important;
        font-size: 15px !important;
    }
}
/*custom2 mode stylesheets*/
@media (min-width:320px) and (max-width:360px) {
    .title-top {
        width: 80% !important;
        font-size: 15px !important;
    }
}
/*custom3 mode stylesheets*/
@media (max-width:320px) {
}