/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{ 
height:420px; 	/*this changes the height of the image slider*/
width:700px;
overflow: hidden;
position: relative;
background: #fff url(../images/layout/preload.gif) center center no-repeat;
}

.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:610px;
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:14px 15px;
font-size: 11.5px;
line-height:1.5em;
cursor: pointer;
background: #000;
color: #fff;
}

.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}



/************************************************************************
-) DEMO PAGE STYLING
*************************************************************************/

/*Small reset*/
body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p,input,select,legend,textarea{ margin:0; padding:0;}


/************************************************************************
-) BASIC CONTAINERS
*************************************************************************/
{margin: 0;padding: 0;}

html{
	background:#e4ebe9 url(../images/layout/seamless.jpg);
	height:100%;
}

body{
font-size:13px;
font-family: Arial, Helevtica, Verdana, san-serif;
margin: 0;
padding: 0;
height: 800px;
line-height:23px;
position:relative;
background: url("../images/layout/bg2.png") no-repeat scroll center 225px transparent;
}

html>body{
	min-height: 100%
	height: auto;
	}

#section h1 {
	background: url(../images/bessaLogo.png) no-repeat top center;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	height: 100px;
	float:inherit;

}

#section h1 span {
display:none}


h1, h2, h5{
	margin:20px 20px 10px 20px;
	font-size:56px;
	color:#fff;
	font-family: 'Volkhov', sans-serif;
	text-align:center;
	font-weight:700;
	text-shadow:1px 1px 3px #e0d1bc;
}




h1 span, h5{
	font-size:18px;
	display:block;
	font-style:italic;
	color:#997f5a;
	font-weight:400;
	text-shadow:0px 1px 1px #fff;
}

.lines{
	background-color:#e0d1bc;
	border-bottom:1px solid #f9f5ef;
	height:1px;
	width:440px;
	margin:20px auto 0px auto;
}

.line{
	background-color:#e0d1bc;
	border-bottom:1px solid #f9f5ef;
	height:1px;
	width:440px;
	margin:0px auto 20px auto;
}

/**********
.wrapper_fullwidth{ 
width:100%;
position:relative;
z-index: 1;
background: #000;
height:40px;
clear:both;
font-size: 10px;
color: #fff;
}
**************/

.center{ /*center content area */
position: relative;
margin:0 auto;
width:700px;
}


#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;
width:340px;
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;
}




/************************************************************************
-) HEAD
*************************************************************************/

.logo, .logo a{
position: relative;
margin:28px auto;
width:350px;
height:110px;
text-indent: -9999px;
}

div .logo a{
position: absolute;
background: transparent url(../images/layout/bessaLogo.png) top left no-repeat;
z-index: 3;
top:0;
left:0;
margin:0;
outline: none;
}

.wrapper_fullwidth a{
font-size: 10px;
color: #fff;
text-decoration: none;
display: block;
float:left;
line-height: 40px;
}

.wrapper_fullwidth a:hover{
color:#999;
}

.tw{background: transparent url(../images/layout/tw.gif) center left no-repeat; padding:0 0 0 25px; margin-right:20px;}
.fb{background: transparent url(../images/layout/fb.gif) center left no-repeat; padding:0 0 0 25px;}
.wrapper_fullwidth .kat{float:right; color:#777;}

#social {
	
	position: center bottom;
	margin:20px auto 20px auto;
	width:105px;
	
}




#footer { 
	color: #997f5a;
	font-size: 14px;
	position: absolute;
	bottom: auto;
	padding-top: 230px;
	float:left;
}

@media (min-width: 480px) and {
  .aviaslider {
  	width: 100%;
  	}

 
}






