@font-face {
    font-family: 'fofili';
    src: url('/layout/font/fofili.woff2') format('woff2'),
         url('/layout/font/fofili.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fofime';
    src: url('/layout/font/fofime.woff2') format('woff2'),
         url('/layout/font/fofime.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font: 100%/1.4 'fofili', sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

ul, li {
	margin: 0;
	padding: 0;
}
.leftnav {
	display: none;
}
.content {
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%;
	max-width: 746px;
	margin: 0 auto;
}
.custom img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
footer {
	clear: both;
	display: none;
}
.social {
	display: none;
}
.logo {
	position: absolute;
	margin: 35px 0 0 -88px;
	top: 0;
	left: 50%;
}
header {
	padding: 15px 0 0 0;
}

a img {
	border: none;
}
.content a:link, .content a:visited, footer a:link, footer a:visited {
	color: #00b5d4;
	text-decoration: none;
}
.content a:hover, .content a:active, .content a:focus, footer a:hover, footer a:active, footer a:focus {
	text-decoration: underline;
}
h2, h1 {
	margin: 10px 0 0 0;
	padding: 0 1% 0 1%;
	font-family: "fofime", sans-serif;
}
.custom p {
	margin: 15px 0 0 0;
	padding: 0 1% 0 1%;
}
.border {
	background: url(/layout/border.png);
	width: 100%;
	height: 19px;
	margin: 19px 0 24px 0;
}
.category-desc .border {
	margin: 0 0 20px 0;
}
.blog-featured, .blog {
	padding: 0;
	margin: 0;
}
.item-page p {
	padding: 0 1% 0 1%;
}
.category-desc p {
	padding: 0 1% 0 1%;
}
.blog-featured div, .blog div {
	margin: 0 0 0 0;
	padding: 0;
}
.blog-featured div div, .blog div div {
	margin: 0;
	padding: 0;
}
.blog-featured img, .blog img {
	width: 100%;
	height: auto;
	margin: 0;
}

figure{
    margin:0 !important;
    padding:0 !important;
    width: 100% !important;
}
figure img{
    width: 100%;
    margin:0;
    padding:0;
}


iframe {
	display: none;
}


.hamburg{
    display:block;
    font-size:40px;
    cursor:pointer;
    float: right;
    margin:-20px 0 0 0;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 50px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px !important;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
    text-align:center;
}

.overlay a:hover, .overlay a:focus {
  color: #818181;
}

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 60px;
}

.mobimpr{
    font-size: 50%;
    margin:50px 0 0 0;
}

.mobimpr a{
    font-size:16px; 
}


