/* RESPONSIVE CSS 

#TABLET - 768px
#MOBILE (Landscape) - 480px
#MOBILE (Portrait) - 320px

*/

/* Widescreen */

@media only screen and (min-width: 960px) and (max-width: 1169px) {

	#top_nav_area {
		width: 960px;
	}

	#head_banner {
		width: 960px;
		margin: 0 auto;
		height: 200px;
	}
	
	#header_advertisement {
		width: 728px !important;
		float: none;
		margin-top: 15px;
	}
	
	#cssmenu {
		width: 960px;
	}
	
	#content {
		width: 960px;
		margin: 0 auto;
		background-color: #ffffff;

	}
	
	#footer_content {
		width: 960px;
		margin: 0 auto;
	}
	
	#footer_advertisement {
	width: 960px;
}
	
	#mainBanner {

		background-color: #000000;
		width: 640px !important;
		height: 360px !important;
		margin: 10px 5px 10px 10px;
		float: left;
	}

	#subBanner {

		background-color: #000000;
		width: 290px !important;
		height: 175px !important;
		margin: 10px 10px 10px 5px;
		float: right;
	}
	
	#mainContent {
	width: 640px;
	float: left;
}	
	
	#latestReviews {
	width: 220px;
	height: 122px;
	float: left;
	background-color: #000000;
	margin: 10px;
	position: relative;
}

	#latestReviews.mobile-hide {
		display: none;
	}
	
	#latestNews {
	width: 640px;
	margin: 20px 10px 0px 10px;
	padding: 0px 0px 20px 0px;
	}

	#latestNews img {
		width: 640px;
		height: auto;
	}

	#latestNews h3 {
		margin: 10px 0px 0px 0px;
		width: 640px;
	}

	#latestNews p.postedBy {
		margin-left: 0;
	}

	#latestNews p {
		width: 640px;
		margin-left: 0px;
	}
	
	#sidebar {
	width: 280px;
	margin: 0;
	float: right;
	margin: 15px 10px 15px 0px;
}

#sidebar_advertisement {
	width: 160px !important;
	float: right;
	margin-bottom: 15px;
	height: 600px !important;
	margin-right: 60px;
}

#mainSidebar {
	width: 280px;
	margin: 15px 10px 15px 0px;
	float: right;
	border-top: 1px solid #f8f8f8;
	
}

	#reviewinfo_left, #reviewinfo_right {
		width: 100% !important;
	}
	
	#relatedStories {
	width: 960px !important;
}

#related.review {
	width: 218px !important;
	height: 132px !important;
}

#related.review a img {
	width: 218px !important;
	height: 104px !important;
}

#related.review h3 {
	width: 188px;
}

#news_grid #latest_news_block {
	width: 310px !important;
}

#news_line #latest_news_block {
	width: 630px;
}

#latest_news_block img {
	width: 310px !important;
	height: 155px;
}
	
#news_line #latest_news_block #author_info, #news_line #latest_news_block #category_tag_info {
	width: 310px;
}	

#news_line #latest_news_block h3.article_title,
#news_line #latest_news_block .excerpt p
{
	float: right !important;
	width: 290px;
}

#news_line #latest_news_block a.readmore_links {
	float: right !important;
	width: 320px;
}

#mainSidebar h3 {
	width: 280px;
	margin-left: 10px !important;
}
	
.responsiveheader {

}

.responsivebox {
	width: 160px !important;
	height: 600px !important;
}

.responsivefooter {

}
	
}

/* Tablet  (Portrait) */

@media only screen and (min-width: 768px) and (max-width: 959px) {

/* Top Navigation Bar */
#top_nav_area {
	width: 768px;
	margin: 0 auto;
}

/* Logo and Banner Advertisement */

#head_banner {
	width: 768px;
	height: 260px;
	margin: 0 auto;
}

#head_banner .logo {
	float: none;
	width: 230px;
	margin-left: 270px;
	margin-right: auto;
}

#tablet_ad {
	display: inline-block;
	margin: 15px 20px;
}

#header_advertisement {
	width: 728px !important;
	float: none;
	margin: 0 auto;
	margin-right: 20px;
}

/* Main Menu */

#cssmenu {
	width: 768px;
}

#search input[type="text"]:focus {
    width: 150px;
 }


 /* Content Area */
	#content {
		width: 768px;
		margin: 0 auto;
		background-color: #ffffff;	
	}
	
	#mainBanner {

		background-color: #000000;
		width: 748px !important;
		height: 421px !important;
		margin: 10px 5px 10px 10px;
	}

	#subBanner {

		background-color: #000000;
		width: 369px !important;
		height: 203px !important;
		margin: 0px 10px 10px 10px;
	}
	
	#subBanner:nth-child(odd) {
		margin-right: 0px;
	}
	
	#grid-list-options {
		display: none;
	}
	
	#latestReviews {
	width: 364px;
	height: 202px;
	float: left;
	background-color: #000000;
	margin: 10px;
	position: relative;
}

	#latestReviews.mobile-hide {
		display: none;
	}
	
	#latestNews {
	width: 768px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	}

	#mainContent {
	width: 768px;
	float: left;
}
	
	#sidebar {
		display: none;
	}
	
	#footer {
		height: inherit;
	}
	
	#footer_content {
		width: 768px;
		margin: 0 auto;
	}
	
	#footer_advertisement {
	width: 768px;
}
	
	#copyright {
		float: none;
		margin: 0 auto;
		text-align: center;
		padding: 5px 0px;
		font-size: 11px;
		line-height: 17px;
	}
	
	#footer_right {
		float: none;
	}
	
	#footer_menu {
		display: none;
	}
	
	#social_links_footer {
		float: none;
		margin: 10px 0;
		width: 768px;
		text-align: center;
		padding-bottom: 10px;
	}
	
	.mobile-only {
		display: block !important;
	}
	
	#relatedStories {
	width: 768px !important;
}

#related.review {
	width: 359px !important;
	height: 217px !important;
}

#related.review a img {
	width: 359px !important;
	height: 189px !important;
}

#related.review h3 {
	width: 329px;
}

body {
	margin: 0 0 212px 0;
}
 
}

/* Mobile (Landscape) */

@media only screen and (min-width: 480px) and (max-width: 767px) {

/* Top Navigation Bar */
#top_nav_area {
	width: 480px;
	margin: 0 auto;
}

ul.top_menu li {
	display: inline;
	margin: 0 auto;
	float: none;
	padding: 0 3px 0 2px;
	font-size: 11px;
}

ul.top_menu li:nth-child(even) {
	padding-left: 9px;
	padding-right: 8px;
}

ul.social_icons li {
	display:none;
}

/* Logo and Banner Advertisement */

#head_banner {
	width: 480px;
	margin: 0 auto;
	text-align: center;
	height: 180px !important;
}

#head_banner .logo {
	float: none;
	margin: 0 auto;
}

#header_advertisement {
	width: 320px !important;
	height: 50px !important;
	float: none !important;
	margin: 0 auto;
}

#tablet_ad {
	display: inline-block;
	margin: 15px 80px;
}

.responsivebox {
	width: 320px !important;
	height: 50px !important;
}

/* Main Menu */

#cssmenu {
	width: 480px;
}

#cssmenu > ul li {
	width: 460px;
}

#search input[type="text"], #search input[type="text"]:focus {
	width: 410px;
}

#cssmenu ul > li > ul {
	display: none;
}

 /* Content Area */
 #content {
	width: 480px;
	margin: 0 auto;
	background-color: #ffffff;
	
}

	#mainBanner {

		background-color: #000000;
		width: 460px !important;
		height: 259px !important;
		margin: 10px 5px 10px 10px;
	}

	#subBanner {

		background-color: #000000;
		width: 460px !important;
		height: 259px !important;
		margin: 0px 10px 10px 10px;
	}
	
	#latestReviews {
	width: 220px;
	height: 122px;
	float: left;
	background-color: #000000;
	margin: 10px;
	position: relative;
}

	#latestReviews.mobile-hide {
		display: none;
	}

	#latestNews {
	width: 480px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}
	
	#mainContent {
	width: 480px;
	float: left;
}

	#latestNews img {
		width: 480px;
		height: auto;
	}

	#latestNews h3 {
		margin: 10px 10px 0px 10px;
		width: 460px;
	}

	#latestNews p.postedBy {
		margin-left: 10px;
	}

	#latestNews p {
		width: 460px;
		margin: 0px 10px;
	}
	
	#sidebar {
		display: none;
	}
	
#footer {
		height: inherit;
	}
	
	#footer_content {
		width: 480px;
		margin: 0 auto;
	}
	
	#footer_advertisement {
	width: 480px;
}
	
	#copyright {
		float: none;
		margin: 0 auto;
		text-align: center;
		padding: 5px 0px;
		font-size: 11px;
		line-height: 17px;
	}
	
	#footer_right {
		float: none;
	}
	
	#footer_menu {
		display: none;
	}
	
	#social_links_footer {
		float: none;
		margin: 10px 0;
		width: 480px;
		text-align: center;
		padding-bottom: 10px;
	}
	
	.mobile-only {
		display: block !important;
	}
	
	#relatedStories {
	width: 450px !important;
}

#related.review {
	width: 450px !important;
	height: 272px !important;
}

#related.review a img {
	width: 450px !important;
	height: 244px !important;
}

#related.review h3 {
	width: 420px;
}

#top_nav {
	display: none;
}

#cssmenu {
	display: none;
}

nav#nav {
	display: block !important;
	margin: 0px auto;
	width: 480px;
	
}

#nav a.toggle {
    text-decoration: none;
    color: #fff;
    background: #024272;
    -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);  
    display: block;
    width: 450px;
    padding: 15px;
    text-shadow: 0 1px 1px #000000;
    margin-bottom: 0px;
}

#nav ul {
    list-style: none;
    display: none;
    background-color: #024272;
    width: 480px;
    font-size: 13px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

}

#nav > ul.showhide {
    display: block;
}

#nav ul li ul.showhidesub {
    display: block;
}

#nav ul li {
    background: #ffffff;
    width: 480px;
    border-bottom: 1px solid #eeeeee;
}

#nav ul li a {
    color: #2c2e30;
    display: block;
    width: 480px;
    height: 100%;
    padding: 15px 25px;
    text-decoration: none;
    font-family: "Oswald";
}

#nav ul li a.hasSub {
    width: 380px;
    float: left;
}

#nav ul li a.subtoggle, #nav ul li a.subtoggle2 {
    padding-bottom: 0px !important;
}

#nav ul li ul {
    display: none;
	border-top: 4px solid #024272;
	background-color: #fff;
	height: 88px;
}

ul.secondary_menu {
    margin-top: 0px;
   margin-bottom: 140px !important;
}

ul.secondary_menu li {
    background-color: #2c2c2c !important;
    width: 238px !important;
    float: left !important; 
    border: 1px solid #303030 !important;
}

#nav ul li ul li {
    
    width: 240px !important;
    float: left;
    background-color: #fafafa;
}

#nav ul li ul li a {
    color: #2c2e30 !important;
    width: 188px !important;
}

#nav ul li ul li a:hover {
	color: #d1d1d1 !important;
}

ul.secondary_menu li a {
    color: #fff !important;
    width: 188px !important;
}

ul.secondary_menu li a:hover {
    background-color: #505050;
}

#grid-list-options {
		display: none;
	}
	
	#news_grid #latest_news_block {
		width: 460px;
	}
	
	#news_grid #latest_news_block:nth-child(even) {
		margin-left: 10px;
	}
	
	#news_grid #latest_news_block img {
		width: 460px;
		height: 230px;
	}
	
	#news_grid #latest_news_block h3.article_title, #news_grid #latest_news_block .excerpt p {
		margin-left: 5px !important;
	}

	body {
	margin: 0 0 212px 0;
}

.responsiveheader {
	width: 320px !important;
	height: 50px !important;
}

.responsivefooter {
	width: 320px !important;
	height: 50px !important;
}
	
}


/* Mobile (Portrait) */

@media only screen and (max-width: 479px) {

/* Top Navigation Bar */
#top_nav {
	display: none;
}

#top_nav_area {
	width: 320px;
	padding: 0 0 0 0px;
	text-align: center;
	
}

ul.top_menu li {
	display: block;
	float: left;
	width: 158px;
	height: 32px;
	margin: 0;
	padding: 10px 0 0 0;
	border: 1px solid #303030;
}

ul.top_menu li:hover {
	background-color: #505050;
}

ul.top_menu li a:hover {
	text-decoration: none;
}

ul.social_icons li {
	display: none;
}

ul.top_menu li:nth-child(even) {
	display: none;
}

/* Logo and Banner Advertisement */

#head_banner {
	width: 320px;
	margin: 0 auto;
	text-align: center;
	height: 180px !important;
}

#head_banner .logo {
	float: none;
	margin: 0 20px 0px 0px;
}

#header_advertisement {
	display: none;
}

/* Main Menu */

#cssmenu {
	width: 320px;
	display:none;
}

#cssmenu > ul li {
	width: 300px;
}

#search input[type="text"], #search input[type="text"]:focus {
	width: 250px;
}

#cssmenu ul > li > ul {
	display: none;
}

 /* Content Area */
 #content {
	width: 320px;
	margin: 0 auto;
	background-color: #ffffff;
	
}

	#mainBanner {

		background-color: #000000;
		width: 300px !important;
		height: 169px !important;
		margin: 10px 5px 10px 10px;
	}

	#subBanner {

		background-color: #000000;
		width: 300px !important;
		height: 169px !important;
		margin: 0px 10px 10px 10px;
	}

	#latestReviews {
	width: 300px;
	height: 167px;
	float: left;
	background-color: #000000;
	margin: 10px;
	position: relative;
}

	#latestNews {
	width: 320px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}
	
	#mainContent {
	width: 320px;
	float: left;
}

	#latestNews img {
		width: 320px;
		height: auto;
	}

	#latestNews h3 {
		margin: 10px 10px 0px 10px;
		width: 300px;
		font-size: 18px;
	}

	#latestNews p.postedBy {
		margin-left: 10px;
	}

	#latestNews p {
		width: 300px;
		margin: 0px 10px;
	}
	
	#sidebar {
		display: none;
	}
	
#footer {
		height: inherit;
	}
	
	#footer_content {
		width: 320px;
		margin: 0 auto;
	}
	
	#footer_advertisement {
	width: 320px;
}
	
	#copyright {
		float: none;
		margin: 0 auto;
		text-align: center;
		padding: 5px 0px;
		font-size: 9px;
		line-height: 15px;
		width: 320px !important;
	}
	
	#footer_right {
		float: none;
	}
	
	#footer_menu {
		display: none;
	}
	
	#social_links_footer {
		float: none;
		margin: 10px 0;
		width: 320px;
		text-align: center;
		padding-bottom: 10px;
	}
	
	.mobile-only {
		display: block !important;
	}
	
	#relatedStories {
	width: 290px !important;
}

#related.review {
	width: 290px !important;
	height: 175px !important;
}

#related.review a img {
	width: 290px !important;
	height: 147px !important;
}

#related.review h3 {
	width: 260px;
}



.breadcrumb li a:after {
	display: none !important;
}

.breadcrumb li a:before {
	display: none !important
}

.breadcrumb li a {
	padding: 10px 30px 10px 30px !important;
}

nav#nav {
display: block !important;
margin: 0px auto;
width: 320px;
}

#nav a.toggle {
    text-decoration: none;
    color: #fff;
    background: #024272;
    -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);  
    display: block;
    width: 290px;
    padding: 15px;
    text-shadow: 0 1px 1px #000000;
    margin-bottom: 0px;
}

#nav ul {
    list-style: none;
    display: none;
    background-color: #024272;
    width: 320px;
    font-size: 13px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

}

#nav > ul.showhide {
    display: block;
}

#nav ul li ul.showhidesub {
    display: block;
}

#nav ul li {
    background: #ffffff;
    width: 320px;
    border-bottom: 1px solid #eeeeee;
}

#nav ul li a {
    color: #2c2e30;
    display: block;
    width: 320px;
    height: 100%;
    padding: 15px 25px;
    text-decoration: none;
    font-family: "Oswald";
}

#nav ul li a.hasSub {
    width: 220px;
    float: left;
}

#nav ul li a.subtoggle, #nav ul li a.subtoggle2 {
    padding-bottom: 0px !important;
}

#nav ul li ul {
    display: none;
	border-top: 4px solid #024272;
	background-color: #fff;
	height: 88px;
}

ul.secondary_menu {
    margin-top: 0px;
   margin-bottom: 140px !important;
}

ul.secondary_menu li {
    background-color: #2c2c2c !important;
    width: 158px !important;
    float: left !important; 
    border: 1px solid #303030 !important;
}

#nav ul li ul li {
    
    width: 160px !important;
    float: left;
    background-color: #fafafa;
}

#nav ul li ul li a {
    color: #2c2e30 !important;
    width: 108px !important;
}

#nav ul li ul li a:hover {
	color: #d1d1d1 !important;
}

ul.secondary_menu li a {
    color: #fff !important;
    width: 109px !important;
}

ul.secondary_menu li a:hover {
    background-color: #505050;
}

#grid-list-options {
		display: none;
	}
	
	#news_grid #latest_news_block {
		width: 300px;
	}
	
	#news_grid #latest_news_block:nth-child(even) {
		margin-left: 10px;
	}
	
	#news_grid #latest_news_block img {
		width: 300px;
		height: 150px;
	}
	
	#news_grid #latest_news_block h3.article_title, #news_grid #latest_news_block .excerpt p {
		margin-left: 5px !important;
	}
	
	body {
	margin: 0 0 212px 0;
}

#header_advertisement {
	width: 320px !important;
	height: 50px !important;
}

#header_advertisement, #tablet_ad {
	display: inline-block;
}

#tablet_ad {
	margin: 15px 0px !important;
}

.responsiveheader {
	width: 320px !important;
	height: 50px !important;
}

.responsivebox {
	width: 320px !important;
	height: 50px !important;
}

.responsivefooter {
	width: 320px !important;
	height: 50px !important;
}

}