/*========================================================================
--------------------RESPONSIVE RULES----------------------------------
------------------------------------------------------------------------ */



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


}

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



}

@media screen and (max-width: 992px) {
footer {

    text-align: center;
}	
#news {

    text-align: center;
}

#cats .row > a {
width: 50%;
}
#cats .row > a> img {
    border: rgba(204, 204, 204, 0.0) solid 8px;

}
}

@media screen and (max-width: 768px) { 
.h_row_1 {
text-align:center;

}
.h_row_1 .text-right {
    text-align: center;
}
#cats .row > a {
width: 100%;
}
}



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



}



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



}



/*

========================================================

Maintaining the lower vieport response for video section

========================================================

*/



/*-----Targetting the 800px -----*/



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



}



/*-----Targetting the 768px -----*/



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



}

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



}





/*-----Targetting the iPhone 6 plus and similar viewport-----*/



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



}



/*-----Targetting the Samsung Gallaxy Note and similar viewport-----*/



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



}



/*-----Taretting the BlackBerry Z10, Google Nexus 4 and similar viewport-----*/



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



}



/*-----Taretting the iPhone 6 and similar viewport-----*/



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



}





/*-----Taretting the BalckBerry Z30, Samsung Gallaxy Note,Samsung Gallaxy Note II, Google Nexus 5 and similar viewport-----*/



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



}



/*-----Taretting the iPhone 3gs iPhone 4, iPhone 5, Google Nexus S and similar viewport-----*/



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



}



