/* Import other css */
@import url('reset.css');
@import url('social-icons.css');
@import url('comments.css');
@import url('elements.css');


/* GENERAL ------------------------------------------------------------*/
h3 {font-size: 110% !important;}
#tbl-links li{
	height: 2.5em !important;
}

.clearfix{ clear:both; }

.mainlogo{position: absolute;width: 100%;/* left: 500px; */margin-top: 70px;text-align: center;}
.mainlogo object {
    position: relative;
    z-index: 9999;
}
.wrapper{
	padding:0;
}

.slide img{
	/*opacity: 0.5;*/
}

.home-slider{
	/* box-shadow: 0px 0px 30px #000000; */
}

.slide{/* box-shadow: 0px 0px 5px #555555; */}


body{
	background: url(../img/body.png) fixed   top center;
	background-size:100%;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
}


html::before {
  content: ' ';
  display: block;
  background-image: url(../img/body.png');
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10; // This is pretty important.
}

body p{
	margin-bottom: 21px;
}

body a{
	text-decoration: none;
	font-weight:bold;
	color: rgb(221, 70, 50);
	
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

body a:hover{
	color: rgba(85, 85, 85, 1);
}

#logo{
	display: block;
	padding-top: 0px;
	float: left;
	margin-left: 5px;
}



.headline{
	font-weight:bold;
	font-size: 36px;
	line-height: 1.5em;
	text-align: center;
	padding: 20px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	/*border-bottom: 1px solid rgba(255, 255, 255, 1);*/
	margin-bottom: 50px;
	/*background: #eaeaea;*/
	color: rgb(241, 90, 36);
}


#page-content{
	float: left;
	width: 528px;
	margin-left: 24px;
	margin-top: 24px;
	padding-bottom: 60px;
	
}

#page-content-full{
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 24px;
	padding-bottom: 60px;
	
}

.home-block-heading{
	/*border-bottom: 1px solid #ccc;*/
	color: rgb(241, 90, 36);
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 24px;
	margin-bottom: 22px;
	margin-top: 22px;
}

.h-heading{
	border-bottom: 1px solid #ccc;
	color: #444;
	padding-bottom: 20px;
	margin-bottom: 32px;
}

.h-margin{
		margin-top: 22px;
		margin-left: 5px;
		margin-bottom: 22px;
		color: rgb(241, 90, 36);
}

.block-divider{
	margin-bottom: 120px;
}

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}

/* MASTHEAD ------------------------------------------------------------*/

#masthead{	
	position: relative;
	margin-top: -38px;
	background: #1c1d1d;
	
	padding-left: 24px;
	
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.5); 
	box-shadow: 0px 0px 4px rgba(0,0,0,.5);
	
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 1); 
}

#masthead span{
	line-height: 69px;
}

#masthead .head{
	font-size: 21px;
	color: #ddd;
}

#masthead .subhead{
	font-size: 13px;
	color: #888;
	margin-left: 21px;
}

#masthead .breadcrumbs{
	position: absolute;
	overflow: hidden;
	top: 24px;
	right: 24px;
	height: auto;
	font-size: 11px;
	color: #444;
}

#masthead .breadcrumbs a{
	text-decoration: none;
	color: #888;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#masthead .breadcrumbs a:hover{
	color: #fe8300;
}

#masthead .breadcrumbs li{
	display: inline;
}

/* HEADINGS ------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{
	color: #ffffff;
}

h1{ font-size: 30px; }

h2{ font-size: 24px; }

h3{ font-size: 21px; 
	left: 22px;
	
	}

h4{ font-size: 18px; padding-bottom:1em;padding-left:0.3em;}

h5{ font-size: 14px; }

h6{ font-size: 12px; }


h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading{
	margin-bottom: 21px;
}


/* HEADER ------------------------------------------------------------*/

header{
	position: relative;
	/*height: 147;*/
	background: url(../img/header.png)  repeat-x  bottom center;
	background-size: 100% 100%;
	display: block;
	
}

/* NAVIGATION ------------------------------------------------------------*/


nav{float: left;line-height: 2em;width: 100%;/* white-space: nowrap; *//* text-align: center; *//* min-width: 95%; *//* min-inline-size: 95%; *//* display: block; *//* margin-left: auto; *//* margin-right: auto; */}


#nav{text-align: center;margin-top: 0em;margin-left: auto !important;margin-right: auto !important;width: 90%;}


.untermenu li{
	width: 100% !important;
	height: 3em !important;
}

nav a{
	text-decoration: none;
	font-weight:normal;
	color: #acacac;font-size:110%;
}


#nav li{
	width: 14.2%;
	height: 5.5em;
}

#nav>li>a{
	padding-top:0.6em;
	
	overflow: hidden;
	color: #ffffff;
	/*background: url("../img/menu.svg") repeat-x 0 15px;*/
	padding-left: 10%;
	padding-right: 10%;
	/*text-shadow: .8px .5px rgba(0, 0, 0, 0.9);*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


#nav>li>a:hover{
	padding:20px;
	/*background: #303232;*/
	background: url("../img/menu.svg") repeat-x scroll 0 0 transparent;
	/*background: none repeat scroll 0 0 rgba(241, 90, 36, .07);*/
	border-top: solid rgb(241, 90, 36) 1px;
	color: #8b5c4b;border-radius:10px !important;
	}
#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
	/*background: #303232;*/
	/*background: url("../img/menu.png") repeat-x scroll 0 15px transparent;*/
	/*background: none repeat scroll 0 0 rgba(241, 90, 36, .07);*/
	/*border-bottom: solid rgb(241, 90, 36) 4px;*/
}

#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
	color: rgb(241, 90, 36);
/*	font-weight:bold;*/
	
}

#nav>li>a>.subheader{
	color: #f15a24;
	display: block;
	font-size: 12px;
	/*margin-top: 0.2em;*/
	font-weight: lighter;
	/*text-shadow: .8px .5px rgba(0, 0, 0, 0.9);*/
	transition: all 0.3s ease;
}

#nav .sf-sub-indicator{
	float: right;
}

#nav>li>a>.sf-sub-indicator{
	display: none;
}

/* sub navigation f15a24----------------------------------------------------*/

#nav>li ul{
	display: block;
	margin-top: 8px;
	background: #111;
	border-bottom: 4px solid rgb(241, 90, 36);
	border-radius:15px;
	transition: all 0.3s cubic-bezier(.68,-0.55,.27,1.55);
}


#nav>li ul li a{
display: block;
padding: 2px 2px;
font-size: 13px;
color: rgb(241, 90, 36);
text-decoration: none;
border-bottom: solid rgba(241, 90, 36, .2) 1px;
height: 3em;
transition: all 0.3s cubic-bezier(.68,-0.55,.27,1.55);
text-align: center;

	border-radius:15px;
}

#nav>li ul li a span{
	display: block;
	transition: all 0.3s cubic-bezier(.68,-0.55,.27,1.55);
}

#nav>li ul li a:hover{
	background: #111;
	color: #fff;
	transition: all 0.3s cubic-bezier(.68,-0.55,.27,1.55);
	border-bottom: solid rgba(255, 255, 255, .2) 1px;padding-top:15px;
	
}

/* MOBILE NAVIGATION ------------------------------------------------*/
#mobile-nav-holder .wrapper{	
	width:100% !important;	
}

#mobile-nav-holder{
    z-index: 1000;
    width:100% !important;
    text-align: left;
}

#mobile-nav{
	display: none;
	padding-top: 20px;
	padding-bottom: 30px;
	width:100% !important;
	/* text-align:center; */
}

#mobile-nav-holder a{
	display: block;
	padding: 10px 14px;
	text-decoration: none;
	color:rgb(241, 90, 36);
	font-weight: bold;
	font-size: 130%;
	-webkit-transition: all  0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#mobile-nav-holder li a[href="#"]{color: rgba(100,100,100,0.5);/* visibility: hidden; */}

#mobile-nav-holder li:last-child a,
#mobile-nav-holder li > ul a{
	border: none;
}

#mobile-nav-holder li > ul a{
	color:rgb(241, 90, 36);
	font-size: 100%;
	padding-left: 40px;
}

#mobile-nav-holder a:hover,
#mobile-nav-holder a:focus {
color: #fff;
}

#mobile-nav-holder a:hover{
	font-size:130%;
	
	
}

#mobile-nav-holder #nav-open{
	background: #191a1a; 
	position: absolute;
	left: 10px;
	background: url("../img/menu.svg") repeat-x scroll 0 0 transparent;
	z-index: 2000;
	height:5em;border-radius:10px !important;
}

#mobile-nav-holder #nav-open a{
	display: block;
	padding: 17px 14px;		
}

#mobile-nav-holder #nav-open a:hover,
#mobile-nav-holder #nav-open a:focus{
	/*color: #191a1a;*/
	background:transparent !important;
}

#mobile-nav-holder #nav-open:hover a{
	color: #cccccc;
}

#mobile-nav > .current-menu-item > a,
#mobile-nav > .current_page_item > a{
	color: rgb(255, 255, 255);
	font-weight:bold;


}

/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-third{	
	float:left;
	margin-bottom: 40px;
	margin-right: 4.54%;
	position:relative;
}

.one-half{ 
	width: 47.72%;
}

.one-third{ 
	width: 30.30%;
}

.last {
	clear:right;
	margin-right:0 !important;
}

/* MAIN ------------------------------------------------------------*/



#main{
	/* border-top: solid 1px rgba(141, 79, 56, 0.5); */
	margin: 0 auto;
	position: relative;
	left:-0px;
	white-space:nowrap;
	padding-left:0em !important;
	margin-top: 5%;
}

#main #content{
	position: relative;
	display: block;
	width:80%;
	margin:auto;

	
	border-bottom: none;/*solid rgba(241, 90, 36, .3) 1px;*/
	

}

	#bandbeschreibung{
		margin-top:2.8em;
		
	}


.shadow-main{
	
	width: 864px;
	height: 0px;
	margin-left: 68px;
	background: transparent/* url(../img/shadow-main.png) no-repeat top center*/;
}

/* SOCIAL --------------------------------------------------------*/

#soztitle{
	float: left;
	text-shadow: .8px .5px rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 1);
	margin-left: -34px;
	font-size: 115%;
	margin-top: -166px;
	background: url("../img/menu.png") repeat-x 10px 14px;
	width: 83px;
}
#soztitle#soztitletext{
margin-left: 40px;
display: block;

}
#soztitle>a>.subheader{
	color: #777777;
	display: block;
	font-size: 11px;
	margin-top: -2px;
	font-weight: lighter;
	text-shadow: .8px .5px rgba(0, 0, 0, 0.9);
}



#social-bar{
	background: url("../img/social-desktop.png") no-repeat scroll center bottom transparent;
    display: block;
    float: left;
    margin-top: -38px;
	margin-left: 18px;
	padding: 125px 0 104px;
    width: 49px;
	height: 122px;
	
}

#social-bar ul{
	display: block;
	margin: -115px auto ;
	width: 62px;
	
	
}

#social-bar li{
	display: block;
	padding: 0px;
	margin: 2px 6px;
}

#social-bar a{ 
	
	display: block; 
	color: rgba(255, 255, 255, 1);
margin-left: -28px;
	}








/* FEATURED ------------------------------------------------------------*/

/*.featured{ padding-bottom: 100px; }*/

.featured figure{
	position: relative;
	float: left;
	width: 120px;
	margin-left: 24px;
	/*margin-bottom: 21px;*/
}

.featured figure .thumb{
	display: block;
	background: url(../img/plus.png) no-repeat center center;
	/*margin-bottom: 21px;*/
	
	-webkit-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	-moz-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
}

.featured figure .thumb:hover img{
	opacity: 0.15;
}

.featured figure:hover .link{
	display: block;
}

.featured figure img{
	max-width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.featured figure .heading{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #444;
	/*font-size: 16px;*/
	display: block;
	margin-bottom: 14px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.featured figure .heading:hover{
	color: #fe8300;
}

.featured figure .link{
	display: none;
	position: absolute;
	top: -2px;
	right: 10px;
	background: url(../img/ribbon-link.png) no-repeat top left;
	width: 33px;
	height: 61px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.featured figure .link:hover{
	top: 0px;
}


/* PORTFOLIO ------------------------------------------------------------*/

.featured.portfolio-list{
	margin-top: 35px;
	height: 64px;
}

.project-heading{
	margin: 44px 24px 44px 24px;
}


.project-heading h1{
	float: left;
	margin-right: 20px;
}

.project-heading .launch{
	display: block;
	float: left;
	text-decoration: none;
	color: #888;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.project-heading .launch:hover{
	color: #fe8300;
}

.project-description{
	float: left;
	margin-left: 24px;
	width: 528px;
	margin-bottom: 40px;
}


.project-info{
	float: left;
	margin-left: 24px;
	width: 252px;
	margin-bottom: 40px;
}

.project-info strong{
	color: #444;
}


.project-pager{
	overflow: hidden;
	margin: 0px 24px 0px 24px;
	padding-bottom: 50px;
}

.project-pager a{
	text-decoration: none;
	color: #444;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.project-pager a:hover{
	text-decoration: none;
	color: #fe8300;
}

.project-pager .prev-project{
	float: left;
}

.project-pager .next-project{
	float: right;
}

/* RELATED PROJECTS ---------------------------------------------------*/

.related-projects{
	display: block;
	background:#eaeaea;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 24px 0px 50px 0px;
}

.related-heading{
	font-weight: bold;
	color: #444;
	margin: 0px 0px 24px 24px;
}

.related-projects .related-list{
	display: block;
}

.related-projects  figure{
	display: block;
	float: left;
	margin-left: 24px;
	width: 252px;
}

.related-projects .thumb{
	display: block;
	background: url(../img/plus.png) no-repeat center center;
	margin-bottom: 21px;
	
	-webkit-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	-moz-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
}

.related-projects .thumb:hover img{
	opacity: 0.15;
}

.related-projects figure img{
	max-width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.related-projects .heading{
	text-decoration: none;
	font-style: normal;
	color: #444;
	text-align: center;
	display: block;
	margin-bottom: 14px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.related-projects .heading:hover{
	color: #fe8300;
}

/* RETRACTIL SIDEBAR ------------------------------------------------------------*/

aside.retractil{
	position: absolute;
	top: 34px;
	left: 0px;
	background: #eaeaea;
	width: 276px;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
}

aside.retractil #sidebar-opener{
	cursor: pointer;
	margin: 15px 24px;
	color: #444;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside.retractil #sidebar-opener:hover{
	color: #fe8300;
}

aside.retractil #sidebar-closer{
	display: none;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside.retractil #sidebar-closer:hover{
	opacity: 0.5;
}

aside.retractil #sidebar-content{
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 50px;
	display: none;	
}


aside.retractil #sidebar-content a{
	text-decoration: none;
	color: #888;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside.retractil #sidebar-content a:hover{
	color: #444;
}

/* HOME-GALLERY ------------------------------------------------------------*/


.home-gallery{ 
	display: block;
	padding-bottom: 70px;
}

.home-gallery li{ 
	display: block;
	float: left;
	margin-left: 24px;
	margin-bottom: 21px;
	width: 252px;
}

.home-gallery .thumb{ 
	line-height: 0em;
	display: block;
	background: url(../img/plus.png) no-repeat center center;
	-webkit-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	-moz-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	box-shadow: 3px 3px 0px rgba(0,0,0,.2);
}

.home-gallery img{
	max-width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-gallery .thumb:hover img{
	opacity: 0.15;
}

/* TEXT POSTS ------------------------------------------------------------*/

.text-posts{
	overflow: hidden;
	padding-bottom: 70px;
}

.text-posts li{
	display: block;
	float: left;
	margin-left: 24px;
	margin-bottom: 21px;
	width: 252px;
}

.text-posts .heading{
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #444;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.text-posts .heading:hover{
	color: #fe8300; 
}

/* BLOG ------------------------------------------------------------*/

#posts-list,
#post-content{
	width: 528px;
	float: left;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: 24px;
}

#post-content .content-area{
	padding-bottom: 50px; 
}

#posts-list article{
	margin-bottom: 80px;
}


#posts-list .feature-image,
#post-content .feature-image{
	width: 100%;
	margin-bottom: 21px;
	background: url(../img/plus.png) center center no-repeat;
	line-height: 0em;
}

#posts-list .feature-image img,
#post-content .feature-image img{
	max-width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .feature-image:hover img,
#posts-content .feature-image:hover img{
	opacity: 0.2;
}

#posts-list .post-heading,
#post-content .post-heading{
	display: block;
	text-decoration: none;
	color: #444;
	line-height: 1em;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .post-heading:hover{
	color: #fe8300;
}

#posts-list .meta,
#post-content .meta{
	border-bottom: 1px solid #ccc;
	margin-bottom: 11px;
	padding-bottom: 11px;
	font-style: italic;
	font-size: 11px;
}

#posts-list .meta a,
#post-content .meta a{
	color: #444;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .meta a:hover,
#post-content .meta a:hover{
	color: #fe8300;
}

#posts-list .excerpt{
	margin-bottom: 21px;
}

#posts-list .read-more{
	background: #eaeaea;
	padding: 5px 10px;
	text-decoration: none;
	color: #888;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .read-more:hover{
	color: #fff;
	background: #fe8300;
}

/* SIDEBAR ------------------------------------------------------------*/

#sidebar{
	width: 252px;
	float: left;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: 24px;
}

#sidebar a{
	color: #444;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#sidebar a:hover{ color: #fe8300; }

#sidebar h4{
	margin-bottom: 10px;
}

#sidebar .block{
	padding: 16px;
	background: #eaeaea;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	margin-bottom: 24px;
}




/* PAGER ------------------------------------------------------------*/

.pager{
	overflow: hidden;
	display: block;
	font-size: 11px;
	margin: 0px 24px 0px 24px;
	padding-bottom: 50px;
}

.pager li{
	display: block;
	margin-right: 5px;
	float: left;
}

.pager li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color: #484848;
	width: 20px;
	border: 1px solid #ccc;
	line-height: 20px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pager li.active a,
.pager li:hover a{
	color: #fff;
	background: #fe8300;
}

.pager .paged{
	float:right;
	font-style:italic;
}


/* CONTACT ------------------------------------------------------------*/


#map{
	display: block;
	height: 300px;
	width: 100%;
	margin-bottom: 24px;	
}

.address-block li{
	padding-left: 20px;
}

.address-block .address{ background: url(../img/icon-address.png) no-repeat top left  }

.address-block .phone{ background: url(../img/icon-phone.png) no-repeat top left}

.address-block .mobile{ background: url(../img/icon-mobile.png) no-repeat top left }

.address-block .email{ background: url(../img/icon-email.png) no-repeat top left }


/* FOOTER ------------------------------------------------------------*/

footer{
		
	/*	background: 
		url(../img/footer.png) repeat-x top left;
	
		
		

	background: 
		url(../img/footer.png) repeat-x top left,
		url(../img/noise.png);
	background-color: #e6e5e1;*/
	min-height: 100px;
	color:#8f8989;
transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
margin-left: 1em;
}

footer a{
	color: #444;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer a:hover{
	color: #fe8300;
}

footer .wrapper{
	margin-top: -11px;
	padding-bottom: 60px;
}

#footer-cols{
	padding-top: 100px;
}

#footer-cols>li{
	display: block;
	float: left;
	margin-bottom: 20px;
}

#footer-cols>li{
	display: block;
	float: left;
	width: 252px;
	margin-left: 24px;	
}

#footer-cols h4{
	margin-bottom: 21px;
}

#footer-cols>li.first-col{
	
}

#footer-cols>li.second-col{

}

#footer-cols>li.third-col{ margin-right: 0px; }

footer #to-top{
	display: none;
	width: 68px;
	height: 68px;
	margin: 0 auto;
	background: url(../img/to-top.png) no-repeat;
	cursor: pointer;
}

footer #to-top:hover{ opacity: 0.7 }


/* WIDGETS ------------------------------------------------------------*/


.recent-post{
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
}


.recent-post .thumb{
	display: block;
	float: left;
	line-height: 0em;
	background: #fff;
	padding: 3px;
	
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3); 
	box-shadow: 0px 0px 4px rgba(0,0,0,.3); 
}

.recent-post .post-head{
	float: left;
	width: 184px;
	margin-left: 7px;
	font-size: 13px;
	line-height: 1.5em;
}


.recent-post .post-head span{
	display: block;
	font-size: 11px;
	color: #888888;
}

/*
#tracklist{
	position:absolute;
	top:21.8em;
	left:45em;
}*/

