/* Theme CSS */
@font-face {
  font-family: 'Nunito-ExtraBold';
  src: url('../fonts/Nunito-ExtraBold.ttf') format('truetype');
  
}

@font-face {
  font-family: 'Nunito-Light';
  src: url('../fonts/Nunito-Light.ttf') format('truetype');
  
}

html {
	background-color: #f0f0f0;
}

body {
	font-family:  'Nunito-Light';
	font-size: 13px;
	line-height: 18px;
	color: #555;
	/* background-color:#fff; */
}

.eventCalendar-wrap {
	/* width: 100%; */
	/*border:solid 1px #d3d3d3;*/
	/*box-shadow:0 0 15px #999;*/
	border-radius: 0px;
	margin-bottom: 20px;
	/*background-color:#fff;*/
	color: #169084;
}

.eventCalendar-wrap .arrow {
	text-decoration: none;
	color: #fff;
	padding: 0 5px;
	line-height: 28px;
	top: 14px;
	padding: 0px 70px;
}

.eventCalendar-wrap .arrow.prev {
	
}

.eventCalendar-wrap .arrow:hover {
	opacity: 0.7;
}

.eventCalendar-wrap .arrow span {
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	float: left;
	text-indent: -5000px;
}

.eventCalendar-wrap .arrow.prev span {
	border-left-width: 0;
	border-right: 6px solid #fff;
}

.eventsCalendar-slider {
    background-color: transparent;
	height: 80px;
}

.eventsCalendar-monthWrap {
	border-radius: 5px;
	top: 10px;
	left: 0px;
}

.eventsCalendar-currentTitle {
	line-height: 40px;
	background-color: #636262;
	/*outline: 1px solid #555555; */
	/* border:1px solid #E3E3E3; */
	/* border-width:1px 0; */
}

.eventsCalendar-currentTitle .monthTitle {
	font-size: 170%;
	text-decoration: none;
	font-weight: 200;
	color: #fff;
}

.eventsCalendar-daysList {
	zoom: 1;
	padding: 0;
	width: 100%;
}

.eventsCalendar-daysList.showAsWeek {
 /*	margin: 25px 5px;*/
	width: 100%;
	border: solid 0px #BCBCBC;
	border-bottom-width: 0;
	border-radius: 0;
	background-color: #636262;
	/*box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.25);*/
}

.eventsCalendar-daysList.showDayNames.showAsWeek {
	/*border-radius: 5px 5px 0 0;*/
}

.eventsCalendar-daysList:before, .eventsCalendar-daysList:after {
	content: "";
	display: table;
}

.eventsCalendar-daysList:after {
	clear: both;
}

.eventsCalendar-day-header {
	line-height: 2em;
	font-size: 22px;
	color: #E7B142;
	text-align: center;
	font-size: 18px;
	border-bottom: solid 0px #3a3a3a;
}

.eventsCalendar-daysList.showAsWeek li {
	font-size: 1em;
	height: auto;
	margin: 1px;
}

.eventsCalendar-daysList.showAsWeek li.empty {
	/* background-color: #7d8584; */
	min-height: 40px;
	border-bottom: 0px solid #ccc;
}

.eventsCalendar-day a {
	text-decoration: none;
	font-size: 10px;
	color: #D9D9D9;
}

.eventsCalendar-day {
	border-left: solid 0px #BCBCBC;
}

.eventsCalendar-day a {
	border: solid 1px #c0c0c0;
	border-width: 0 0px 0px 0;
}

.showAsWeek .eventsCalendar-day {
	border-left-width: 0;
}

.showAsWeek .eventsCalendar-day a {
	line-height: 40px;
	font-size: 16px;
	background: #636262;
    border-color: transparent;
    border-width: 1px;

}

.eventsCalendar-day a:hover {
	background-color: #ddd;
	/*	box-shadow:inset 5px 5px 10px #C1C1C1;
					text-shadow: 2px 2px 2px #C1C1C1;*/
}

.eventsCalendar-daysList li.today a {
	color: #fff;
	background: #aaa;
    border-color: transparent;
    border-width: 1px;
	/*	box-shadow:inset 5px 5px 10px #777;
				text-shadow: 2px 2px 2px #777;*/
}

li.eventsCalendar-day.today a:hover {
	background-color: #ccc;
	/*box-shadow:inset 5px 5px 10px #999;*/
}

.eventsCalendar-daysList li.dayWithEvents a {
	border-color: #ffffff;
    border-width: 1px;
	background: #636262;
	/*box-shadow:inset 5px 5px 10px #698B10;
				text-shadow: 2px 2px 2px #698B10;*/
	color: #fff;
}

li.eventsCalendar-day.dayWithEvents a:hover {
	background-color: #818181;
	/*box-shadow:inset 5px 5px 10px #89B814;
					text-shadow: 2px 2px 2px #89B814;*/
}

.eventsCalendar-daysList li.current a {
	color: #636262;
	background: #ffffff;
	/*box-shadow: inset 5px 5px 10px #555555;*/
}

li.eventsCalendar-day.current a:hover {
	background-color: #818181;
	box-shadow: inset 5px 5px 10px #555555;
}

.eventsCalendar-loading {
	border-radius: 4px;
	margin: 5px auto;
	padding: 0 10px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 0 10px #ccc;
	text-shadow: 0 0 3px #aaa;
	position: absolute;
	z-index: 4;
	top: 25px;
	left: 5px;
}

.eventsCalendar-loading.error {
	background-color: red;
}

.eventsCalendar-subtitle {
	display: none;
	padding-top: 10px;
}

.eventsCalendar-list-wrap {
    width: 100% !important;
    display: inline-block;
    /* min-height: 100px; */
    position: relative;
    /* margin-top: 140px; */
}

.eventsCalendar-list-content.scrollable {
	height: 100px;
	overflow-y: auto;
	margin: 0 5px 5px 0;
}

.eventsCalendar-list {
	display: inline-block; 
	margin: 0;
	padding: 0;
	list-style-type: none;
     margin-top: 25px;
}

.eventsCalendar-list li {
	float: left;
	/*margin: 0.5%;
	width: 46%;*/
	/* min-height: 230px; */
/*	padding: 1.5%; */
	background: #fff;
  /*  border-style: solid;
    border-width: 1px;
    border-color: #636262;*/
}

.eventsCalendar-list li time {
	font-size: 20px;
	line-height: 20px;
}

.eventsCalendar-list li time em {
	/* background: #818181; */
	padding: 9px 25px;
	float: left;
	font-style: normal;
	margin-left: 20px;
	color: #818181;
	/*border: 1px solid #818181;*/
}

.eventsCalendar-list li time small {
	border: 0px solid #002d25;
	font-size: 18px;
	float: left;
	background-color: #818181;
	color: #fff;
	padding: 9px 25px;
	margin: 0 0 0 20px;
}

.eventsCalendar-list li .eventTitle {
	display: block;
	clear: both;
	/* font-weight:bold; */
	text-decoration: none;
}

.eventsCalendar-list li a.eventTitle {
	margin-top: 10px;
	color: #5f5f5f;
	float: left;
}

.eventsCalendar-list li a.eventTitle:hover {
	/* text-decoration:underline; */
	
}

.eventsCalendar-list li .eventDesc {
	clear: both;
	margin: 0 0 0px 0;
	font-size: 80%;
	line-height: 1.2em;
}

.eventsCalendar-list .eventsCalendar-noEvents {
	width: 97%;
	font-size: 150%;
	border-radius: 4px;
	margin: 5px;
	padding: 5px;
	background-color: #fff;
	color: #636262;
	text-align: center;
	font-weight: 200;
/*	box-shadow: 0 0 10px #ccc;
	text-shadow: 0 0 3px #aaa; */
}

.bt {
    
    font-family: 'Nunito-ExtraBold';
	font-size: 16px;
	display: block;
	clear: both;
	 text-align:center; 
    padding-top: 10px;
	margin-top: 10px;
	text-decoration: none;
	line-height: 0.4;
	color: #fff;
	background-color: #636262;
    width: 40%;
    height: 25px;
    position: absolute;
    right: -13px;
    bottom: 0px;
	
/*	border: 0px solid grey;
	border-color: grey;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all; */
}

.bt:hover {
	/*background-position: 0 -15px;*/
	text-decoration: none;
	  /*background-position: 0 -15px;*/
    background: #636262;
    transition-duration:1s;
}
/* end of theme css */

/*= ONLY FOR DEMO PAGE */
body {
	/*
	width:978px;
	box-shadow:0 0 10px #777;
	padding: 20px 40px;
	margin:0 auto;
	*/
	
}

a.bt {
	/*color: #0E8EAB*/
    color: white;
}
/*
.eventCalendar-wrap {
	width:265px;
}
*/
.features li {
	margin-bottom: 3px;
}

#thanksPanel li {
	margin-bottom: 0;
}

#introPanel {
	padding-top: 20px;
}

.poweredBy img {
	float: left;
	margin-right: 3px;
}

.poweredBy .data {
	float: left;
}

.poweredBy .name {
	font-weight: bold;
	color: #555;
	text-decoration: none;
	display: block;
	margin-top: 28px;
}

.poweredBy .twitter {
	text-decoration: none;
	display: block;
	float: left;
}

.features {
	padding-left: 20px;
	float: left;
}

#appLogo {
	margin-right: 30px;
}

pre {
	clear: both;
	background-color: #FFFFCC;
	padding: 5px;
	border: solid 1px #FED17E;
	overflow: auto;
}

#license {
	width: 300px;
	float: right;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

.meeting td img {
	width: 250px;
	
}

.meeting td:nth-child(2) {
	line-height: 1.4em;
	color: #777;
	font-weight: 500;
	width: 60%;
	vertical-align: top;
	padding-top: 17px;
	font-size: 17px;
}

.meeting td:first-child {
	/* vertical-align: top; */
	width: 40%;
}

@media ( max-width : 991px) {
	.eventsCalendar-list li {
		width: 96% !important;
	}
}
@media ( max-width : 768px) {
	.eventsCalendar-list li {
		width: 96% !important;
	}
	.meeting td:first-child {

    width: 30% !important;
}
.meeting td img {
    width: 108px !important;
    height: auto !important;
}
}


/* end of demo page */
/* Tomek */

#calendar-button {
    padding-bottom: 5px;
}

#button-day {
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #636262;
    width: 100%;
  
}

#button-day, #search-button {
    font-family: 'Nunito-ExtraBold';
}


#search {
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #636262;
    display: none;
}


.on-top {
      z-index: 1000;
}

.on-bottom {
    z-index: 800;
}



#filter {
    display: block;
    margin: auto;
    border:hidden; 
    width: 40%;
        
}

.fa-calendar, .fa-search {
    position: absolute;
    right: 30px;
    font-size: 18px;
}

.fa-times-circle {
     position: absolute;
     bottom: 10px;
    font-size: 18px;
    padding-left: 10px;
}

.clear-filter, button.clear-filter:hover {
    color: #E7B142;
}

#fa-search-position.fa-search {
   position: absolute;
   /* right: 30px;*/
    bottom: 10px;
    font-size: 18px;
    padding-left: 10px;
    
}

    #fa-search-position:hover {
        cursor: pointer;
    }

#open-filter {
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #636262;
    width: 100%
}


.position-on-top {
    position: absolute; top: 0px;
    z-index:1000;
}

.eventsCalendar-list-content {
    min-height: 500px;
   padding: 0px;
}

.navbar-form {
     margin: 0px;
}

.eventsCalendar-slider {
padding: 0px;

}

#kal {
    padding-left: 15px;
    padding-right: 15px;
}


/* style wydarzen na liscie*/

.event {
    margin-bottom: 30px;
   

}
/* do not dislay event time */
.event-time {
    display: none;
}

.event-info {
     background: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #636262;
   width: calc(100% - 10px);
    height: 135px;
    position: absolute;
    top: 7px;
    left: 22px;
    padding-left: 130px;
    color: #636262;
    z-index: 700;


}

.event-title {
     font-family: 'Nunito-ExtraBold';
      font-size: 14px;
      margin-bottom: 0px;
      margin-top: 10px;
      margin-right: 10px;
      line-height: 18px;
}

p.event-place {
    margin-bottom: 0px;
}

.event-day {
    float: left;
    font-family: 'Nunito-ExtraBold';
    font-size: 40px;
    height: 40px;
    margin-right: 10px;
        
}

.event-date {
    font-size: 12px;
       
}

.event-month {
    margin-bottom: 0px;
}

a.event-link {
    font-family: 'Nunito-ExtraBold';
    color: #636262;
    text-decoration: none;
}

.event-day p {
    margin-top: 10px;
}
/* zmien kolor eventu nad którym jest myszka*/
.eventTitle:hover div.event-info
{
    border-style: solid;
    border-width: 2px;
    border-color: #E7B142;
    z-index: 900;
    

}

.eventTitle:hover a.bt
{
    background-color: #E7B142;
    cursor:pointer;
}

a.event-link {
    position: absolute;
    bottom: 0px;
}

.eventTitle:hover a.event-link {
    color: #E7B142;
    cursor: pointer;
    
}

.event-item, .event-item .event-info , .event-item .poster {
   /* width: 80%; */
}

.event-short > .event-item, .event-short > .event-item > .event-info , .event-short > .event-item > .poster {
    width: 100%;
}

.event-item img {
	width: 120px; /*140px;*/
    height: 173px; /*202px;*/
    z-index: 800;
    position: relative; 
}

.event-free-place {
    width:120px;
    height: 25px;
    font-size: 10px;
    background-color: rgba(63, 62, 62, 0.7);
    position: absolute;
    bottom: 0px;
    text-align: center;
    color: white;
     padding-top: 0px;
    padding-bottom: 0px;
    display: table;
     z-index: 801;  /* musi byc nad obrazkiem */
}

.event-free-place p {
  text-align:center; 
  vertical-align: middle;
  display: table-cell;   
}

.event-sale-end {
    font-family: 'Nunito-ExtraBold';
    font-size: 16px;
    width:50%;
    height: 25px;
    background-color: rgba(63, 62, 62, 0.7);
    position: absolute;
    bottom: 0px;
    right: -13px;
    text-align: center;
    color: white;
     padding-top: 0px;
    padding-bottom: 0px;
    display: table;
     z-index: 801;  /* musi byc nad obrazkiem */
}

.event-sale-end p {
  text-align:center; 
  vertical-align: middle;
  display: table-cell;   
}

.nbr-of-place {
    font-weight: 700;
}

.informacja .event-info {
    border-style: solid;
    border-width: 2px;
    border-color: #E7B142;
    z-index: 900;
}

div#wiecej_wydarzen > button {
    display: table;
    margin: 0 auto;
    background-color: #636362;
    font-family: 'Nunito-ExtraBold';
      font-size: 18px;
      color: white;
}

div#wiecej_wydarzen > button:hover {
    background-color: #E7B142;
}