h2 {
	font-size: 1.6em;
}

#pict-logo {
	top: 6px;
	overflow: auto;
	width: 48px;
	float: left;
}

#headerwrap {
	padding: 10px 0;
	transition: padding .3s, background .3s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	background-color: #fff;
	background-color: rgba(255,255,255,.2);
}

#layout-wrap {
	padding-top: 20px;
}

.post-nav {
	margin: 0 0 10px;
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 34px;
}

.single-media-wrap + #layout-wrap {
	padding-top: 10px; /* reduce top padding in single post */
}

.post {
	margin-bottom: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.post-title {
	margin: 0 0 2px;
	padding: 0;
	text-transform: none;
	letter-spacing: .05em;
	line-height: 1.2;
}

.post-nav a {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1em;
	padding: 15px 0;
	border-bottom: solid 1px #ddd;
	bottom: 0;
	position: absolute;
	margin-bottom: -1px;
}

#layout-wrap-contacts { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contacts-title {
	margin: 90px auto 50px;
	padding: 0;
	font-size: 2.2em;
	line-height: 110%;
	color: #000;
	text-align: left;
}

.footer-text{
	font-size: .813em;
	margin-bottom: 20px;
}

.slides .slide-post-title {
	font-size: 1.25em;
	margin: 294px -90% 0 0;
	text-transform: none;
	line-height: 1.2;
}

.qtrans_language_chooser { float : right; list-style-type:none; margin: 8px 0 0 0}
.qtrans_language_chooser li { float : right; margin-right: 8px;}

@media screen and (max-width: 320px){
	
	#menu-icon  {
		visibility: hidden;
		margin: 0 10px 0 0;
	}
	#pict-logo {
	top: 4px;
	overflow: auto;
	width: 20px;
	float: left;
	}
	#site-logo {
	position: absolute;
	top: 4px;
	margin: 0 0 0 2px;
	font-weight: 100;
	font-size: 1.2em;
	text-transform: uppercase;
	float: left;
	}
	
	.horizontal-menu {
	margin: 0;
	padding: 0;
	z-index: 100;
	}
    article{text-align: center;}
    .homeTitle {text-align: center;}
    #body {
	    padding-top: 70px;
    }
	
}

@media screen and (max-width: 480px){
	article{text-align: center;}
    .homeTitle {
	text-align: center;
}
#menu-icon  {
		visibility: hidden;
		margin: 0 10px 0 0;
	}
}

@media screen and (max-width: 1024px){
    .single-media-wrap + #layout-wrap {
	padding-top: 48px; /* reduce top padding in single post */
}
}
@media screen and (min-width: 540px) {
	#menu-icon{
		visibility: hidden;
	}	
}