/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
	margin: 0;
	padding: 0;
	width: 1020px; 
	display: block;
	margin: 0 auto;
	/*overflow-x: hidden;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
	line-height: 18.5px;
	letter-spacing: 0.1px;

}

body {
	/*border: 1px solid #000;*/
	/*position: relative;*/
}

a {
	text-decoration: none;
}

.sidebar {
	float: left;
	width: 252px;
	/*padding: 8px 4px;*/
	
	background: #e8e8e8;/* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #e8e8e8 22%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(22%,#e8e8e8), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#e8e8e8 22%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%,#e8e8e8 22%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%,#e8e8e8 22%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 0%,#e8e8e8 22%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

}

.sidebar h1 {
	font-family: 'FranklinGothicFSDemiCondensed', Arial, Verdana, Helvetica;
	color: #505050;
	font-size: 26px; 
	text-transform: uppercase;
	padding: 16px 0 11px 10px;
}

#menu {
	/*width: 160px;*/
	width: 244px;
	margin-left: 10px;
	padding: 15px 5px;
	margin-bottom: 30px;
}

#sidebar-filter {
	float: right;
	width: 160px;
}

#main-calendar {
	/*float: right;*/
	margin: 10px;
	font-size: 12px;
	width: 232px;
	min-height: 215px;
}

section.page {
	margin: 0;
	/*margin: 0 10px;
	margin-left: 270px;*/
	overflow: hidden;
	padding: 5px 15px; 
	position: relative;
}

.recommend {
	/*background: #eee;*/
	width: 209px; 
	float: left;
	margin-right: 13px;
	padding: 15px 10px;
}

.recommend:last-child {
	margin-right: 0;
}

.recommend h1 a{
	font-family: 'FranklinGothicFSDemiCondensed', Arial, Verdana, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #aa1a23;
}
.recommend .location a, .recommend .schedule a, .recommend .schedule{
	font-size: 11px;
	font-weight: bold;
	color: #c3c3c3;
	margin: 10px 0;
}

.recommend img {
	display: block;
	margin: 0 -8px 18px;
	border-radius: 4px;
	width: 225px;
}

.recommend .categories {
	padding-top: 10px;
}

.page h1 {
	font-size: 20px;
	margin: 0 0 0 0;
}

.page>h1 {
	padding: 11px 0 8px 8px;
	color: #1c587d;
	font-family: 'FranklinGothicFSDemiCondensed', Arial, Verdana, Helvetica;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #aaa;
}

.page>h1>span{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
	text-transform: none;

}

.page h2 {
	font-size: 12px;
}

.event-page{
	/*text-align: center;*/
	/*margin-top: 30px;*/
}


.event-page .description {
	/*padding: 20px 35px;*/
	/*padding: 20px 35px 20px 0;*/
	text-align: justify;
	clear: both;
}

.event-page .left-column img{
	width: 320px;
	display: block;
	margin: 0 13px 10px 15px;
	border-radius: 5px;
}

.event-page .gallery img {
	width: auto;
	border-radius: 0;
}

.event-page h1 {
	font-family: 'FranklinGothicFSDemiCondensed', Arial, Verdana, Helvetica;
	margin-bottom: 10px;
}

.event-page .left-column {
	display: table-cell;
	width: 348px;
}


.event-page .gallery {
	text-align: center;
	background-color: #e6e6e6;
	width:320px;
	margin-left:14px;
	padding-top:14px;
}

.event-page .gallery a {
	display: inline-block;
	
}


.event-list {
	clear: both;
	margin: 15px 0;
	padding: 10px;
	/*overflow: hidden;*/
	border-bottom: 1px solid #aaa;
	
}

#modal-map {
    height: 99%;
}

.event-list img {
	float: left;
	border-radius: 5px;
	margin: 5px 15px 15px 0;
}

.event-list h1 a{
	font-size: 23px;
	font-family: 'FranklinGothicFSDemiCondensed', Arial, Verdana, Helvetica;
	font-weight: normal;
	color: #aa1a23;
	text-align:left;
}

.event-list.location a, .event-list .schedule a, .event-list  .schedule{
	font-size: 11px;
	font-weight: normal;
	color: #c3c3c3;
	margin: 10px 0;
}
.paginate {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 3px;
  margin: 3px;
  text-align: center;
  font-weight: bold;
}
 
.paginate a {
  padding: 2px 5px;
  margin: 2px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #333;
}
 
.paginate a:hover, .paginate a:active {
  border: 1px solid #aa1a23;
  background: #aa1a23;
  color: #fff;
}
 
.paginate span.current {
  margin: 2px;
  padding: 2px 5px;
  border: 1px solid #000;
  font-weight: bold;
  background-color: #000;
  color: #fff;
}
 
.paginate span.disabled {
  padding: 2px 5px;
  margin: 2px;
  color: #ddd;
}

.calendar-active  a{
	background: #f9f9f9 !important;
}

.schedule {
	display: inline;
}

.event-data {
	margin-bottom: 10px;
}

.sidebox {
	float: right;
	background: #eee;
	width: 130px;
	padding: 10px;
	border-radius: 12px;
	margin-bottom: 15px;
}

.sidebox .date {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.sidebox .note {
	color: #aa1a23;
}
/*input[type="text"]input[type="submit"] */
#search_box  {
	width: 147px;
	margin: 0px 0 20px 0;
	border: 1px solid #bccdf0;
	height: 25px;
	padding: 2px 10px;
}

#search_button {
	background: #bdbdbd url('../images/search.png') center no-repeat;
	border: 0;
	width: 51px;
	height: 30px;
	margin-top: -4px;
	border-radius: 2px;
	vertical-align: middle;
}

.event-data {
	font-size: 12px;
}

.event-data a{
	color: #1B3E8D;
}

aside.sidebox a{
	color: #1B3E8D;
}

.event-page h1 a{
	font-size: 20px;
	font-weight: normal;
	color: #aa1a23;
}


.event-list .description, .event-list h1, .event-list .event-data {
	margin-right: 170px;
	text-align: justify;
}

#menu h2 {
	font-weight: bold;
	font-size: 14px;
	color: #aa1a23;
}

#menu h2 a {
	color: #aa1a23;
}

.recommendations {
	/*margin-left: 24px;*/
	margin-top: 10px;
	margin-bottom: 20px;
	/*border-bottom: 1px solid #aaa;*/
	overflow: hidden;
}

.recommend:first-child {
	margin-left: 6px;
}

/*.filter-box {
	position: relative;
}

.filter-text {
	position: absolute;
	left: 92px;
}

.filter-remove {
	position: absolute;
	left: 236px;
}*/

.share-box {
	margin-top: 10px;
}

.active-filters {
	text-align: center;
}

#interval-opened  .datepicker {
	position: relative;
	height: 20px;
	margin-top: 10px;
}

#interval-opened input[type="submit"] {
	margin-top: 10px;
}

#menu #interval-opened input[type="text"] {
	margin: 0;
	position: absolute;
	left: 63px;
	top: -2px;
	width: 100px;
}

#interval-opened .ui-datepicker-trigger {
	position: absolute;
	left: 170px;
	top: 0;
}

#menu a {
	color: #1B3E8D;
}

.event-page .description strong {
	font-weight: 700; 
}

.event-page  .description p {
	margin: 13px 0;
}

.event-page .description i {
	font-style: italic;
}

.event-page b, .event-list b {
	font-weight: 700;
}

.event-page  a{
	color: #1B3E8D; 
} 

.event-page .header {
	display: table-cell;
	min-width: 390px;
	max-width: 390px;
	vertical-align: top;
}

.fb-like {
	height: 25px;
}

.gallery img {
	height: 80px;
	margin-right: 6px;
	border:2px solid white;
}



.event-page .map {
	margin: 10px 0;
	text-align: center;
}

header {
	/*border-bottom: 2px solid #d1d1d1;*/
	height: 283px;
	position: relative;
}

header #top-box {
	position: absolute;
	top: 0;
	right: 0;
}

header a.logo {
	display: block;
	/*margin: 12px 10px 35px 10px;*/
	position: absolute;
	top: 122px;
	
	
}

header .fb-like {
	position: absolute;
	top: 250px;
	left: 0;
}

header p {
	text-align: right;
	position: absolute;
	right: 18px;
	bottom: 38px;
	margin-left: 490px;
	font-weight: normal;
	font-size: 16px;
	font-family: 'FranklinGothicFSDemiCondensed', Arial, Verdana, Helvetica;
	text-transform: uppercase;
	color: #717171;
	
}

header p a {
	color: #1c587d;
}

.transindex-ajanlo {
	margin: 15px 0 0 7px;
}

.filters {
	margin: 7px 0 25px 0;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

.filters li{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
	box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
	color: #333;
	border: 1px solid #aaaaaa;
	line-height: 20px;
	padding: 8px 25px 6px 10px;
	margin: 3px 0 3px 5px;
	position: relative;
	cursor: default;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	color: #1c587d;
	font-weight: normal;
	font-family: 'FranklinGothicFSDemiCondensed', Arial, Verdana, Helvetica;
}

.filters li a {
	display: block;
	position: absolute;
	right: 7px;
	top: 11px;
	width: 12px;
	height: 13px;
	font-size: 1px;
	background: url(../images/chosen-sprite.png) right top no-repeat;
}



.event-list span.recommended, .event-page span.recommended {
	text-transform: lowercase;
	color: #fff;
	padding: 0;
	display: inline-block;
	text-align: center;
	padding-left:5px;
}


.event-page>.name>h1 {
	padding: 11px 0 0 8px;
	color: #aa1a23;
	font-family: 'FranklinGothicFSDemiCondensed', Arial, Verdana, Helvetica;
	font-size: 29px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	line-height: 30px;
}

.event-page>.name {
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
}

.event-page>.name>.location {
	padding: 10px 10px;
}

/*.event-page>.location , .event-page>.schedule {
	display: inline;
}*/

.megxnap {
	text-transform: lowercase;
	background: #d87027;
	color: #fff;
	padding: 4px;
	font-size: 12px;
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	width: 115px;
	margin-left: 7px;
	margin-bottom: 8px;
}

.event-page .break-url {
	overflow: hidden;
	word-wrap: break-word;
}

.event-page .sidebox {
	margin-left: 14px;
}

footer {
	text-align: center;
	margin-top: 50px;
	margin-left: 266px;
	margin-right: 15px;
	clear: both;
}

footer a {
	color: #1B3E8D;
}

footer a:hover {
	color: #1B3E8D;
}

.share-box .fb-like iframe {
	left: auto !important;
	right: 0;
	position: absolute;
    transition: all .5s;
	/*padding: 15px;*/
}

.remaining-time {
	background: url(../images/clock.png) no-repeat;
	height: 22px;
	display: block;
	padding-left: 32px;
	padding-bottom: 9px;
	font-size: 20px;
	color: #6f6f6f;
	text-transform: uppercase;
	margin: 10px 0;
	border-bottom: 2px solid #aaa;
	font-family: 'FranklinGothicFSDemiCondensed', Arial, Verdana, Helvetica;
	padding-top: 2px;
	width: 197px;
}

.remaining-time b {
	color: #d76f27;
}

td {
	border: 1px solid #32679F;
	padding: 7px;
	margin: 0;
	padding-bottom: 0px;
	text-align: center;
}