﻿/* iPhone ------------------------------------------------------- */
@media screen and (max-width: 640px) {
    #Body {
		margin:0;
		border-bottom:3px solid #CCCCCC;
		margin-bottom:1px;
	}
	#Body h2.sys_latestnews {
     display:none;   
	}
	
    #Body #Sidebar ul{
		float:none;
		padding:0;
	}
    
    #contentwrapper .sys_theme-simple .sys_news-featurelistwithimage-control ul li a{
        height:10px;
    }
    
    #contentwrapper div.sys_news-featurelistwithimage-control {
        height: 10%;
        padding-bottom: 0px;
    }
	
  /*      #Sidebar .sys_homemenu .sys_mobilemenu{
     display:block;   
    }
    #Sidebar .sys_homemenu .sys_mainmenu{
     display:none;   
    } */
.flexslider {
   width:100%;
    height:300px;
  }
  
  
  .sys_flex-viewport
{
  max-height:300px;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  transition:all 1s ease;
}

.sys_flex-control-nav
{
 width: 170px;
position: absolute;
text-align: center;
top: 280px;
right: 0;
}
  .sys_subitem.sys_subalternatingitem {
	margin-left:0;
	margin-right:0;
}
ul.slides li img {
   width:100%;
    height:300px;
  }
  .sys_slideCaption {
    height:auto;
    width:auto;
  }
Listing_List .sys_subitem, Listing_List .sys_subitem.sys_first, Listing_List .sys_subitem.sys_subalternatingitem {
width: 212px !important;
margin-right: 15px !important;
}
}