﻿/******************/
/* mobile adjustment   */
/******************/

@media all and (max-width:1370px) {

#wrapper .ContentArea, #FC_OuterContainer .ContentArea
{
	padding-top:120px;
	}
.RadRotator .rrClipRegion .rrItemsList .rrItem {
    width:300px !important;
	height: 180px !important;
}
.SliderItem{
	height:150px;
}
.SliderItem img{
	max-height:150px;
}
}
@media all and (max-width:960px) {

#wrapper .ContentArea, #FC_OuterContainer .ContentArea
{
	padding-top:160px;
	}
.Tileholder{
	width:100%;
	text-align: center;
}
.feed{
	width:100%;
	text-align: center;
}
}
@media all and (max-width:800px) {
.header {
	position:relative;
}
.Mobile, .Masthead{
	margin-top:-5px;
}	
.Homearticle{
	margin-top:15%;	
	margin-left:2%;
}
.logo {
	float:none;
    display:block;
	margin:0px auto;
	padding-top:10px;
}	
.RadMenu_MetroTouch .rmRootToggle{
	margin-top:-20px;
}
	.Homefeature h1
{
	padding-top:0px;
}
.Homefeature
{
	height: 300px; 
	}
#wrapper .ContentArea, #FC_OuterContainer .ContentArea
{
	padding-top:0px !important;
	}
.Slider-container .RadRotator_Bootstrap{
	height: 150px !important;
	}
.Slider-container .RadRotator .rrClipRegion .rrItemsList .rrItem {
    width:250px !important;
	height: 150px !important;
}
.SliderItem{
	height:120px;
}
.SliderItem img{
	max-height:120px;
}
.rightArrow,.leftArrow {
	margin-top:50px;
}
.ImgFrame img
{
	margin:0px auto;
	display:block
}
.ImgFrame 
{
	float:none;
	margin:0px auto;
}
.ListItem {
    text-align: center;
    width: 90%;
}	
.MobGrid .rgClipCells .rgRow > td, .MobGrid .rgClipCells .rgAltRow > td {

    width: 100% !important;
	display: inline-flex;		
}
.MobGrid .rgRow > td, .MobGrid .rgAltRow > td {

    width: 100% !important;
	display: inline-flex;		
}
.MobGrid colgroup{
		display: none
	}
.RadGrid_BlackMetroTouch colgroup
{
	width:100%;
	}
.MobileLinks
{
	float:right;
	display:inline-block;
	}
.HeadArea{
	display:none;
	}
}
@media all and (max-width:600px) {
#FooterContainer .Inner
{
	width:95%;
	display:inline-block;
	}

#wrapper .ContentArea, #FC_OuterContainer .ContentArea
{
	padding-bottom:550px;
	
}
}
@media all and (max-width:500px) {

.MobileLinks{
	width:200px;
	}
.RadMenu_MetroTouch .rmRootToggle{
	margin-top:0px;
}
.Slider-container .RadRotator_Bootstrap
	{
	height: 130px !important;
		
	}
.Slider-container .RadRotator .rrClipRegion .rrItemsList .rrItem {
    width:220px !important;
	height: 130px !important;
}
.SliderItem{
	height:100px;
}
.SliderItem img{
	max-height:100px;
}
.rightArrow,.leftArrow {
	margin-top:40px;
}
}
	
	
