@font-face {
  font-family: 'LudwigPro-Light';
  src: url('fonts/LudwigPro-Light.eot?#iefix') format('embedded-opentype'), 
  url('fonts/LudwigPro-Light.otf') format('opentype'), 
  url('fonts/LudwigPro-Light.woff') format('woff'), 
  url('fonts/LudwigPro-Light.woff2') format('woff2'),
  url('fonts/LudwigPro-Light.ttf') format('truetype'), 
  url('fonts/LudwigPro-Light.svg#LudwigPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LudwigPro-Black';
  src: url('fonts/LudwigPro-Black.eot?#iefix') format('embedded-opentype'), 
  url('fonts/LudwigPro-Black.woff') format('woff'), 
  url('fonts/LudwigPro-Black.woff2') format('woff2'),
  url('fonts/LudwigPro-Black.ttf') format('truetype'), 
  url('fonts/LudwigPro-Black.svg#LudwigPro-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

.font1 {
	font-family:"LudwigPro-Light", Arial, sans serif;
	letter-spacing:0.05em;
}

.font2 {
	font-family:"LudwigPro-Black", Arial, sans serif;
}

.font3 {
	font-family:"LudwigPro-Light", Arial, sans serif;
	font-style:italic;
}

body, html{
	font-family:"LudwigPro-Light", Arial, sans serif;
	letter-spacing:0.05em;
	margin: 0;
    font-size:11px;
    background-color: #f3f3f3;
}

div {
    display: block;
}

p, ul, ol, div, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

a {
    text-decoration: none;
    background: 0 0;
}

a img {
	border:none;	
}

a:hover img {
	border:none;
}

.text-left {
	text-align:left;
}

.text-rght {
	text-align:right;
}

img.map, map area{
    outline: none;
}


.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.fade:hover {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50); /* For IE8 and earlier */
   }
   
   

#page {
	width: 960px;
	max-width: 90%;
	height: 100%;
	margin: 0 auto;
}

#head {
	width: 100%;
	min-height: 100px;
	max-height: 470px;
	height: 18%;
	margin: 0 0 10% 0;
}

#logo {
	width: 73%;
	float: left;
	margin: 5% 27% 2% 0;
	text-align: center;
	display: table;
}

#logo img {
	width: 45%;
	height: auto;
}

#pict {
	float: right;
	width: 20%;
	height: 100%;
	text-align: center;
    display: table;
}

#float {
	display: table-cell;
    vertical-align: middle;
    /*line-height: 170px; deactivated*/
}

#float img {
	width: auto;
	height: 70%;
	padding: 10% 5%;
	float: right;
}

#navi {
	float: left;
	width: 75%;
	height: 100%;
	text-align: center;
	display: table;
}

.mnav li {
    display: inline-block;
    padding-right: 2%;
    padding-left: 2%;
}

.mnav a:hover, .navactive {
    border-bottom: 1px solid #474747;
    color: #474747;
}
.mnav a {
    font-size: 1.3rem;
    font-family:"LudwigPro-Light", Arial, sans serif;
    color: #474747;
    line-height: 1.5em;
    letter-spacing:0.1em;
    display: inline-block;
}

.mnav-actv {
    border-bottom: 1px solid #474747;
    font-size: 1.3rem;
    font-family:"LudwigPro-Light", Arial, sans serif;
    color: #474747;
    line-height: 1.5em;
    letter-spacing:0.1em;
    display: inline-block;
}

.inav {
    font-size: 2.0rem;
    font-family:"LudwigPro-Light", Arial, sans serif;
    color: #474747;
    line-height: 1.5em;
    display: inline-block;
}

.inav .inav-actv {
	border-bottom: 1px solid #474747;
}

#snav-link {
    display: inline-block;
}
#snav-actv {
	border-bottom: 1px solid #000;
    font-size: 1.2rem;
    font-family:"LudwigPro-Light", Arial, sans serif;
    color: #474747;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    display: inline-block;
}


.snav {
	width: 100%;
    text-align:center;
    margin-bottom: 15%;
    display: block;
}

.snav .snav-pict {
	width: 100%;
    text-align:center;
    display: block;
}

.snav .snav-pict a {
	border-bottom: none;
}

.snav .snav-pict a:hover, .navactive {
	border-bottom: none;
}

.snav-pict img {
    width: 100%;
    height: auto;
}

.lighten40 {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.snav a:hover, .navactive {
    border-bottom: 1px solid #474747;
    color: #474747;
}

.snav a {
	border-bottom: 1px solid transparent;
    font-size: 1.2rem;
    font-family:"LudwigPro-Light", Arial, sans serif;
    color: #474747;
    line-height: 1.8em;
    letter-spacing:0.05em;
    display:block;
}

#port {
	width: 100%;
	margin-bottom: 5%;
}

#foot {
	width: 100%;
	height: 5rem;
	float: left;
	border-top-style: dotted;
	border-top-color: #B3B3B4;
	border-top-width: 1px;
	padding: 1% 0 0 0;
}

#foot .text-foot {
    font-family:"LudwigPro-Light", Arial, sans serif;
    letter-spacing: 0.1em;
    width: 100%;
    color:#B3B3B4;
    font-size: 1.0rem;
    line-height: 1.8rem;
    padding: 0 0 0 1%;
}

.dana {
	width: 73%;
	height: 50px;
	float: left;
	display: inline-block;
	text-align: center;
	margin-top: 6%;
	margin-bottom: 5%;
}

.dana-block {
	width: 625px;
	height: 50px;
	margin: 0 auto;
}

.dana-label {
	width: 250px;
	height: 50px;
	float: left;
}

.dana-button {
	width: 50px;
	height: 50px;
	float: left;
}

.dana-space {
	width: 25px;
	height: 50px;
	float: left;
}

.dana-text {
    font-family: "LudwigPro-Light", Arial, sans serif;
    letter-spacing: 0.1em;
    color: #474747;
    font-size: 1.2rem;
    line-height: 50px;
}

.post {
	width: 73%;
	float: left;
	margin-bottom: 2%;
}

.post .imge {
	width: 100%;
	float: left;
	padding-bottom: 0.5%;
}

.post .imge img {
	width: 100%;
	height: auto;
}

.route {
    width: 100%;
    float: left;
    margin: 0 0 5% 0;
}

.route img {
	width: 100%;
	height: auto;
}


.post .date {
	width: 100%;
	float: left;
	padding-bottom: 1%;
}

.post .text {
	width: 100%;
	float: left;
	padding-bottom: 4%;
}

.side {
	width: 15%;
	float: right;
	min-height: 20%;
	margin-top: 4.0rem;
	margin-bottom: 2%;
}

.text-date {
	width: 100%;
	color: #474747;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	padding: 1% 0 1% 1%;
}

.text-info {
	font-family:"LudwigPro-Light", Arial, sans serif;
	letter-spacing:0.1em;
	width: 100%;
	color:#474747;
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding: 1% 0 0 1%;
}


