@font-face {
    font-family: Lato;
    src: url(LatoLatin-Regular.woff);
}

@font-face {
    font-family: LatoL;
    src: url(LatoLatin-Light.woff);
}

body{
	background: #ffffff;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin:0px;
	font-family: Lato, sans-serif;
}

th{
	color: black;
	text-align: left;
	line-height: 200%;
	
}

table{
	border-width: 0;
}

.intro{
	margin-top: 20px;
	background-image: url("gfx/BG.jpg");
	background-position: center top;
	background-size: 100% auto;
	cursor: hand;
}

.mentorzy{
	background-image: url("gfx/bg_mentorzy.jpg");
	background-position: center left;
	background-size: 100% auto;
}

img{
	margin-top: 30px;
	margin-bottom: 40px;
	margin-right: 30px;
	margin-right: 30px;
}

p{
	margin-left: 10px;
	}
	
a{
	text-decoration: none;
	color: inherit;
}

hr{
	height: 20px;
	background: purple;
	position: absolute;
	border: 0px;
	transform:skew(45deg,0deg);
}

.menu{
	position: fixed;
	text-transform: uppercase;
	text-align: center;
	font-size: large;
	text-decoration: none;
	color: purple;
	left: 20px;
	top: 132px;
}

.menu > p:hover{
	/*font-weight: bold;*/
	background-color: rgba(255,255,255,0.75);
}

.header{
	position: fixed;
	text-transform: uppercase; 
	text-align: right;
	right: 400px;
	letter-spacing: 1.5;
	line-height: 0.1;
}

.index2_header{
	margin-top: 50px;
	text-transform: uppercase; 
	text-align: Center;
	line-height: 1%;
}

.up{	
	font-size: 30px;
	font-family: LatoL, inherit;
}

.down{
	font-size: 15px;
}

.mwlogo{
	position: fixed;
	right: 100px;
}

.left{
	width: 70%;
	top: 75px;
	left: -50px;
	position: fixed; 
}

.right{
	width: 90%;
	bottom: -10px;
	right: -50px;
	position: fixed; 
}

.footer{
	text-align: right;
	font-size: 10px;
}

.hours{
	white-space: nowrap;
}

.content{
	margin-top: 120px;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 75%;
	text-align: left;
    /*line-height: 1.5;*/
}

.content_list{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.content_text{
	margin-top: 200px;
	overflow-y: scroll;
	height: 80%;
	text-align: center;
    line-height: 1.5;
	
}

.content_agenda{
	margin-top: 120px;
	overflow-y: scroll;
	height: 80%;
	text-align: center;
    line-height: 1.5;
	
}

.content_box {
    width:auto;
    min-height: 100%;
    background-color:rgba(255,255,255,0.75);
    border: 1px solid #FFFFFF;
    margin: 0px 0px 0px 300px;
}

.fb{
    margin: 5px;
    bottom: -40px;
    position: fixed;
	text-align: left;
}

.bottombar{
	position: absolute;
	background-color: purple;
	width: 100%;
	height: 100px;
	bottom: 0px;
	text-align: center;
	vertical-align: middle;
}

.highlight{
	color: #ff00aa	
}

.start{
	text-transform: uppercase;
	color: #CC0099;
}

/* GALLERY */
.gallery {
  width: 75%;
  margin: 0 auto;
  padding: 5px;
}

.gallery > a > div  {
  position: relative;
  float: left;
  padding: 5px;
}

.gallery > a> div > img {
  display: block;
  width: 200px;
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}

.gallery > a > div:hover {
  z-index: 1;
}

.gallery > a > div:hover > img {
  transform: scale(1.7,1.7);
  transition: .3s transform;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}
