/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{ 
height:400px;
width:100%;
overflow: hidden;
position: relative;
background: #fff url(../images/layout/preload.gif) center center no-repeat;
margin:0px 0 0 0;
}
.aviaslider img{ 
min-height:100% ;
width:100%;
}
.aviaslider li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}

.slidecontrolls{
margin:20px auto 0 auto;
position: relative;
float:left;
}

.slidecontrolls a{
height:20px;
width:18px;
display:block;
cursor: pointer;
background: transparent url(../images/layout/controlls.gif) center bottom no-repeat;
float:left;
outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(../images/layout/controlls.gif)  center top no-repeat ;

}

.feature_excerpt{
width:100%;

position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:14px 15px;

line-height:1.5em;
cursor: pointer;
background: #000;
color: #fff;
}

.feature_excerpt strong{
display: block;

padding-bottom: 3px;
}




/************************************************************************
-) BASIC CONTAINERS
*************************************************************************/
body{


line-height:23px;
position:relative;
background: url("../images/layout/bg.html") no-repeat scroll center 166px transparent;
}

.wrapper_fullwidth{ /*div for perfect centering of large scale background images*/
width:100%;
position:relative;
z-index: 1;
background: #000;
height:40px;
clear:both;

color: #fff;
}

#banner{
	background:#f8f8f8;
	padding:45px;
	position:relative;
}
.center{ /*center content area */
position: relative;
margin:0 auto;

width:100%;
}


#main{ /*main area, contains all content and sidebars*/
float:left;
position:relative;
width:100%;
padding-top:40px;
float: left;
padding-bottom:40px;
}

.content{
position: relative;
float:left;
overflow: hidden;
}

.fullwidth .content{
width:100%;
padding:0;
margin:0;
background: transparent none;
}

.sidebar{
position: relative;
width:300px;
float:left;
overflow: hidden;
}

.fullwidth .sidebar{
display:none;
}



@media only screen and (min-width: 768px) and (max-width: 995px) {
.aviaslider{ 
height:340px !important;
width:100%;
}
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
.aviaslider{ 
height:300px !important;
width:100%;
}
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
.aviaslider{ 
height:240px !important;
width:100%;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
.aviaslider{ 
height:180px !important;
width:100%;
}
}
 @media only screen and (max-width: 320px) {
#banner{ 
display:none;
}
}