﻿/* Portrait phones and smaller */
@media (min-width: 320px) and (max-width: 480px) {
#topheader .datetime {float: none;font-size: 13px;text-align: center;}
#topheader .socialicons, nav {display: none;}
header {padding: 30px 0;}
header .logo {margin: 0 auto;}
header button.buttonmenu {display: block;}
header .searcharea {clear: both;float: none;}
header .searcharea form {width: 100%;}
#lastnews .title, #lastnews .marquee, #breakingNews .title, #breakingNews .content, #wrapper .HomePage_Bottom_Category .post1, #wrapper .HomePage_Bottom_Category .post2, #wrapper .HomePage_Bottom_Category .post3 {float: none;width: 100%;}
#breakingNews .content {height: auto;line-height: 30px;padding: 10px;text-align: center;}
.singlefile .content iframe ,.singlefile .content img {height: auto;max-height: 300px;max-width: 100%;width: auto;}
.singlefile .content .tags a {margin: 5px;}
}

/* Smart phones and Tablets */
@media (min-width: 481px) and (max-width: 767px) {
#topheader .datetime {float: none;font-size: 13px;text-align: center;}
#topheader .socialicons, nav {display: none;}
header {padding: 30px 0;}
header .logo {margin: 0 auto;}
header button.buttonmenu {display: block;}
header .searcharea {clear: both;float: none;}
header .searcharea form {width: 100%;}
#lastnews .title, #lastnews .marquee, #breakingNews .title, #breakingNews .content, #wrapper .HomePage_Bottom_Category .post1, #wrapper .HomePage_Bottom_Category .post2, #wrapper .HomePage_Bottom_Category .post3 {float: none;width: 100%;}
#breakingNews .content {height: auto;line-height: 30px;padding: 10px;text-align: center;}
.singlefile .content iframe ,.singlefile .content img {height: auto;max-height: 300px;max-width: 100%;width: auto;}
.singlefile .content .tags a {margin: 5px;}
}

/* Small Screens */
@media (min-width: 768px) and (max-width: 991px) {
#topheader .datetime {float: none;font-size: 13px;text-align: center;}
#topheader .socialicons, nav {display: none;}
header {padding: 30px 0;}
header .logo {margin: 0 auto;}
header button.buttonmenu {display: block;}
header .searcharea {clear: both;float: none;}
header .searcharea form {width: 100%;}
#lastnews .title, #lastnews .marquee, #breakingNews .title, #breakingNews .content, #wrapper .HomePage_Bottom_Category .post1, #wrapper .HomePage_Bottom_Category .post2, #wrapper .HomePage_Bottom_Category .post3 {float: none;width: 100%;}
#breakingNews .content {height: auto;line-height: 30px;padding: 10px;text-align: center;}
.singlefile .content iframe ,.singlefile .content img {height: auto;max-height: 300px;max-width: 100%;width: auto;}
.singlefile .content .tags a {margin: 5px;}
}

/* Medium Screens */
@media (max-width: 1000px) {
}

/* Large Screens */
@media (max-width: 1328px) {
}

/* Large Screens */
@media (max-width: 1559px) {
}