/*
Theme Name: Mineraly
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.41
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('eot'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#webfontX0YNjQNl') format('svg');
    font-weight: normal;
    font-style: normal;
}

body.home{
	background: url(images/home_bg.png) top center repeat-x;
	margin:0;
	padding:0;
	font-family: BebasNeueRegular;
	height: 100%;
}

html, body{
	margin:0;
	padding:0;
	font-family: BebasNeueRegular;
	height: 100%;
}

h2 {
font-family: 'BebasNeueRegular';
font-size: 30px;
}

h3 {
font-family: 'BebasNeueRegular';
}

#full_wr{
	min-height: 100%;
	width:100%;
	height: auto !important;
	height:100%;
	display:block;
	background: url(images/top_bg.png) top center repeat-x;
	margin: 0 auto -57px;
}

#full_wr_home{
	min-height: 100%;
	width:100%;
	height: auto !important;
	height:100%;
	display:block;
	margin: 0 auto -57px;
}
#stopka a{
	color:#3b4f82;
	text-decoration:none;
	font-weight:bold;
}

#stopka{
	width:100%;
	display:block;
	position: relative;
	background: url(images/bottom_bg.png) repeat-x;
	height:57px;
	margin-top: -57px; /* negative value of footer height */
	clear:both;
	font-size:10px;
	color:#3b4f82;
	font-family: BebasNeueRegular;
	letter-spacing:2px;
	font-weight:bold;
}

.event a:hover{
	border-bottom:1px #173166 solid;
}

.foo_wr{
	margin: 0 auto;
	width:1000px;
	padding-top:25px;
	height:30px;
	font-size:10px;
}

.foo_wr .left{
	float:left;
}

.foo_wr .right{
	float:right;
}


#container{
	width:100%;
	margin-bottom:176px;
}

#wrapper{
	width:1024px;
	margin:0 auto;
}


#top{
	height:85px;
	width:100%;
	position:relative;
}

#logo a{
	background: url(images/logo.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:90px;
	height:170px;
	z-index:99;
}

#fb a{
	background: url(images/fb.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
	width:28px;
	height:43px;
	z-index:99;
}

#home_logo{
	padding-top:20px;
	width:100%;
	display:block;
	text-align:center;
}

#home_menu{
	margin-left:-75px;
}

#home_menu #menu ul{
	list-style:none;
	position:relative;
	left:3px;
	top:0;
}

#home_menu #menu ul li.last {
	padding-right:0px;
}

#home_menu #menu ul li {
	padding: 0 34px 0 0;
	margin-left: 33px;
}



#menu ul{
	list-style:none;
	position:absolute;
	top:0;
	left:40px;
}

#menu ul li{
	float:left;
	padding-right:35px;
	background: url(images/spacer.png) no-repeat 100% 50%;
	margin-left:35px;
}

#menu ul li.last{
	background: none;
}

#home_menu #menu ul li a{
	font-family: BebasNeueRegular;
	letter-spacing:2px;
}

#home_menu #menu ul li a:hover{
	border-bottom:1px #dd5757 solid;
}

#menu ul li a:hover, #menu ul li.current_page_item a{
	border-bottom:1px #dd5757 solid;
}

#menu ul li a{
	text-transform:uppercase;
	color:#dd5757;
	text-decoration:none;
	letter-spacing:2px;
	padding-left:2px;
}

.gallery_square{
	position:relative;
	width:300px;
	height:225px;
	display:block;
}

.gallery_square .mask{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	background: url(images/mask.png);
}

.gallery_square .txt{
	font-family: BebasNeueRegular;
	letter-spacing:2px;
	position:absolute;
	top:40px;
	left:10px;
	font-size:65px;
	color:white;
}
#page_gallery{
	
}

#page_gallery ul{
	list-style:none;
}
.clear{
	clear:both;
}

#page_gallery ul li{
	float:left;
	margin-right:80px;
	margin-bottom:100px;
	font-family: BebasNeueRegular;
	
}

#content{
	padding-bottom: 57px;
	margin:0 auto;
	width:800px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:#173166;
}

#content a{
	color:#173166;
	text-decoration:none;
}

.gallery_square .txt_big{
	position:absolute;
	top:80px;
	left:10px;
	color:#ff9e3e;
	font-size:150px;
}

.next_event{
	width:800px;
	height:337px;
	display:block;
	background: url(images/next_event.jpg);
	font-family: BebasNeueRegular;
	position:relative;
}

.next_event .place {
  color: white;
  display: block;
  font-size: 47px;
  left: 260px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 118px;
  width: 310px;
}
.center{
	width:100%;
	display:block;
	text-align:center;
}
.Base{
	font-family: BebasNeueRegular;
	letter-spacing:2px;
}

.Base a{
	font-family: BebasNeueRegular;
	letter-spacing:2px;
	color:#173166;
	text-decoration:none;
}

.next_event .date {
  color: white;
  display: block;
  font-size: 29px;
  left: 260px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 168px;
  width: 310px;
}

.text_content{
	margin: 0 30px;
}

#footer{
	height:100px;
	width:100%;
}

.text_red{
	margin-top:50px;
	text-align:center;
	font-size:14px;
	color:#dd5757;
	font-family: BebasNeueRegular;
	letter-spacing:2px;
	padding:0 180px;
}

.map_holder {
	background: url(images/arr.png) no-repeat 50% 50%;
	width:100%;
	text-align:center;
}

.page_contact {
  background: url("images/kontakt.png") no-repeat scroll 50% 50% transparent;
  height: 400px;
  margin: 100px 0 0 30px;
  width: 413px;
  position:relative;
}

.page_contact .tel {
  font-family: BebasNeueRegular;
  letter-spacing:2px;
  font-size: 25px;
  left: 460px;
  position: absolute;
  top: 32px;
}
.page_contact .email {
  font-family: BebasNeueRegular;
  font-size: 25px;
  left: 460px;
  letter-spacing: 2px;
  position: absolute;
  text-transform: uppercase;
  top: 174px;
  width: 400px;
}
.page_contact .email2 {
  font-family: BebasNeueRegular;
  font-size: 25px;
  left: 460px;
  letter-spacing: 2px;
  position: absolute;
  text-transform: uppercase;
  top: 214px;
  width: 400px;
}
.page_contact .social {
  left: 460px;
  position: absolute;
  top: 347px;
}
.page_contact .social .fb a{
  background: url("images/fb_ico.png") no-repeat scroll 50% 50% transparent;

  position: absolute;
  float:left;
  width:33px;
  height:35px;
  display:block;
}
.page_contact .social .yt a{
  background: url("images/yt.png") no-repeat scroll 50% 50% transparent;
  float:left;
  position: absolute;
  width:84px;
  height:32px;
  display:block;
  margin-left:80px;
}

.page_o_nas{
	margin: 20px auto;
	position:relative;
	width:714px;
}

.circle {
  background: url("images/szarfa.png") no-repeat scroll center top transparent;
  text-align:justify;
  font-size: 18px;
  font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  text-transform:none!important;
  padding-top:115px;
}

#dots {
  display: block;
  height: 20px;
  margin-left: 353px;
  margin-top: 19px;
}

.dot_w{
	width:11px;
	height:11px;
	background: url("images/dot_w.png") no-repeat scroll 50% 50% transparent;
	float:left;
	margin-left:5px;
}

.dot_r{
	width:11px;
	height:11px;
	background: url("images/dot_r.png") no-repeat scroll 50% 50% transparent;
	float:left;
	margin-left:5px;
}

#aslider{
	position:relative;
	clear:both;
}

#aslider #logo a{
	background: url(images/logo.png) no-repeat;
	position:absolute;
	top:5px;
	left:30px;
	width:90px;
	height:170px;
	z-index:99;
}

#aslider #fb a{
	background: url(images/fb.png) no-repeat;
	position:absolute;
	top:5px;
	right:30px;
	width:28px;
	height:43px;
	z-index:99;
}

#aslider #dates a{
	background: url(images/flag.png) no-repeat;
	position:absolute;
	bottom:80px;
	right:-30px;
	width:198px;
	height:83px;
	z-index:99;
}

.center{
	text-align:center;
}

.diamond{
	width:100%;
	height:112px;
	background: url(images/diament.png)  center top no-repeat;
}

#terminarz{
	position:relative;
	margin-top:50px;
}

#terminarz .head{
	background: url(images/terminarz.png) top center no-repeat;
	width:100%;
	height:120px;
	position:absolute;
	top:0;
	left:0;
}

#terminarz .date{
	font-family: BebasNeueRegular;
	color:#dd5757;
	font-size:50px;
	position:absolute;
	top:67px;
	left:360px;
}

.ter_head {
  color: #DD5757;
  display: block;
  font-family: BebasNeueRegular;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 7px;
  padding-top: 158px;
  text-align: center;
  width: 100%;
}

.month_holder {
  border-top: 1px solid #DD5757;
  display: block;
  margin-bottom: 35px;
  margin-top: 35px;
  position: relative;
  text-align: center;
  width: 100%;
}

.month {
  font-family: BebasNeueRegular;
  letter-spacing: 2px;
  font-size: 18px;
  left: 333px;
  padding: 4px 20px;
  position: absolute;
  top: -16px;
  width: 100px;
}

.red{
	background: none repeat scroll 0 0 #DD5757;
	color: #FFFFFF;
}

.white{
	background: none repeat scroll 0 0 #FFFFFF;
	color: #DD5757;
}

.event {
  color: #173166;
  font-family: BebasNeueRegular;
  font-size: 18px;
  letter-spacing: 3px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  text-transform:uppercase;
}

.small {
  font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 85px;
  text-align: left;
  text-transform: none;
  width: 630px;
}

.other {
  color: #A7ACBC;
  font-family: BebasNeueRegular;
  font-size: 30px;
  letter-spacing: 3px;
  margin-top: 150px;
  text-align: center;
  width: 100%;
}

.home_event {
	opacity:0.3;
	font-family: BebasNeueRegular;
	font-size: 36px;
	letter-spacing: 3px;
	color: #173166;
	width:260px;
	float:left;
	margin-top:30px;
}

.home_event.first{
	margin-left:100px;
}

.home_spacer{
	background: url(images/home_spacer.png) top center no-repeat;
	width:66px;
	height:124px;
	float:left;
	margin-top:30px;
}

.home_event span{
	font-size: 63px;
	width:100%;
	display:block;
}

.home_event.active{
	opacity:1;
}