@import url('reset.css');
@import url(http://fonts.googleapis.com/css?family=Dosis:100,200);
/* @import url(http://fonts.googleapis.com/css?family=Lato:300,400,100);   */

li.de{
display: none;

}

.en{
display: none;

}
.ch{
display: none;

}


body{
	background:#f7f7f7 url(../images/bg.jpg) repeat top left;
	color:#000;
    font-family: 'Dosis', Calibri, Arial, sans-serif;
    text-align: center;
    line-height:21px;
	
}

   header h1{
	 
	font-size:17px;
	text-transform:uppercase;
	/* text-shadow:0px 0px 1px #fff; */
	color:#444;
	font-family: 'Dosis', arial, serif; 
	letter-spacing: 3px;
	 
	
 }

header h1 {
    padding: 2px 7px 2px 7px;
    display: inline;
/* 	border: 1px solid #444; */
}
header span{
/*
	font-style:italic;
	margin:-10px 0 10px 188px;
	display:block;
	color:#555;
	text-shadow:1px 1px 1px #fff;
	
*/
}


.iw_wrapper{
	width:90%;
	margin:50px auto 100px auto;
	position:relative;
}
ul.iw_thumbs li{
	float:left;
	margin:1px;
}
ul.iw_thumbs li div{
    opacity: .7;
	position:absolute;
	top:5px;
	width:500px;
	padding:0px 10px;
	display:none;
	color:#fff;
	z-index:100;
	border: 0px red dotted;
}
ul.iw_thumbs li div h2{
	font-family: 'Dosis', arial, serif;
	font-size:1.6em;
	text-transform:uppercase;
	font-weight: 100;
 }
ul.iw_thumbs li div p{
	font-size:16px;
	line-height:21px;
	font-style:italic;
	font-weight: 100;
	
}
ul.iw_thumbs li div p .Number{
/* 	color: #9e0013; */
	font-weight: bold;
}



 	
ul.iw_thumbs li:nth-child(1){
	margin-left:50px;
}
ul.iw_thumbs li:nth-child(even){
	margin-top:30px;
}
ul.iw_thumbs li:nth-child(3n){
	margin-left:20px;
}
ul.iw_thumbs li img{
	border:7px solid #fff;
	cursor:pointer;
	position:relative;
	
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.3);
	box-shadow:1px 1px 1px rgba(0,0,0,.3);
}
ul.iw_thumbs li img:hover{
	
	-webkit-box-shadow:10px 10px 12px rgba(0,0,0,.2);
	box-shadow:10px 10px 12px rgba(0,0,0,.2);
}
ul.iw_thumbs li:nth-child(even) img{
	height:80px;
}
ul.iw_thumbs li:nth-child(odd) img{
	height:90px;
}
ul.iw_thumbs li:nth-child(5n) img{
	height:110px;
}
ul.iw_thumbs li:nth-child(6n) img{
	height:120px;
}
ul.iw_thumbs li:nth-child(7n) img{
	height:130px;
}
.iw_ribbon{
	position:fixed;
	height:126px; /*first 126 then 0 to close and 100% to open (while top goes to 0) */
	width:0px;/*first 0 then animate to 100%*/
	left:0px;/*or right 0*/
	top:0px; /*First, top of thumb, then animate to 0*/
	background:#000;
	opacity:0.8;
	z-index:10;
	overflow:hidden;
	display:none;
}


.iw_close{
	position:absolute;
	top:15px;
	right:15px;
	background: url(../images/close.png) no-repeat center center;
	width:18px;
	height:18px;
	display:none;
	cursor:pointer;
}
.iw_zoom{
	color:white;
	font-size:8px;
	font-family:'Dosis', Calibri, Arial, sans-serif;
	text-transform:uppercase;
	padding:14px;
	display:none;
	float:right;
	margin-right:30px;
}
.iw_ribbon img{
	position:absolute;
	top:50%;
	left:50%;
	border:7px solid #fff;
}
.iw_loading{
	background: #fff url(../images/loader.gif) no-repeat center center;
	width:28px;
	height:28px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10000;
	margin: -14px 0px 0px -14px;
	opacity:0.8;
}



.footer {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:10px;
	background:#f7f7f7 url(../images/bg.jpg) repeat top left;
	opacity:0.9;
	height:40px;
	padding-bottom:2px;
	padding-top:7px;
	letter-spacing: 3px;
	text-transform:uppercase;
	font-family: 'Dosis', Calibri, Arial, sans-serif;
	z-index:4;
}
.footer a:hover{
      
       cursor: pointer;

      
 }

.footer a{
 
	padding:5px 10px;
	letter-spacing:3px;
	cursor: pointer;
 }
 
.footer a:hover{
 	cursor: pointer;
 	color: #9e0013;
 	-webkit-animation: seq 350ms  both;
 	-webkit-transform-origin: 0% 100%;
    -webkit-animation-timing-function: cubic-bezier(.10, .0, .50, 1);
    animation: seq 350ms  both;
 	transform-origin: 0% 100%;
    animation-timing-function: cubic-bezier(.10, .0, .50, 1);
}
.footer a{
 	cursor: pointer;
 	-webkit-animation: seq2 250ms  both;
    -webkit-animation-timing-function: cubic-bezier(.10, .0, .50, 1);
    animation: seq2 250ms  both;
    animation-timing-function: cubic-bezier(.10, .0, .50, 1);
}
@-webkit-keyframes seq{ 
        0%{font-size:10px;line-height: 10px}100%{font-size:24px; color: #9e0013; line-height: 14px}
}
@-webkit-keyframes seq2{ 
        0%{font-size:20px;color: #9e0013;}100%{font-size:10px;}
}

@keyframes seq{ 
        0%{font-size:10px;line-height: 10px}100%{font-size:24px; color: #9e0013; line-height: 14px}
}
@keyframes seq2{ 
        0%{font-size:20px;color: #9e0013;}100%{font-size:10px;}
}


