#events h4.subtitle{
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
#events .noEvents h4{
	text-align:center;
	font-size: 20px;
	padding: 20px;
}
#events .order{
	float: right
}

#events .order a{
	width: 80px;
	float: left;
	margin-left: 5px;
	text-align: center;
	border: 1px #909090 solid;
	color: #909090;
	font-size: 12px;
	cursor: pointer;
	line-height: 22px;
	margin-top: 5px;
}
#events .order a.active{
	background: #909090;
	color: #fff;
}

#events .leftColumn{
	width: 22%;
	float: left;
}

#events .leftColumn h4{
	margin-bottom: 0px;
	padding: 5px 10px;
}

#events .leftColumn ul{
	list-style: none;
	padding: 20px;
	margin:0px
}
#events .leftColumn a label{
	cursor: pointer;
	text-transform: capitalize;
}
#events .leftColumn a:hover{
	text-decoration: underline;
}

#events .rightColumn{
	width: 75%;
	float: right;
	position: relative;
}

#events .eventsFront ul{
	margin: 0px;
}

#events .eventsFront .item{
	padding: 0px;
}

#events .item .photo{
	overflow: visible;
	height: auto;
}

#events .item h4{
	padding: 2px 10px 0px;
}
#events .item .dateLocation{
	line-height: 20px;
}
#events .item .dateLocation label{
	display: block;
}
#events .eventsFront li{
	margin-bottom: 10px;
	}
#events .eventsFront > ul > li:nth-of-type(3n+1){
	  clear:left;
  }

.event-categories{
	font-style: italic;
}
.event-categories span{
	padding-right: 5px;
}
.event-categories > span:last-child > label{
	display: none;
}
.eventDetail .image{
	float: left;
	border-right: 15px #fff solid;
	margin-bottom: 10px;
	position: relative;
}
.eventDetail .event-categories{
	margin-bottom: 15px;
}
.eventDetail h3 span{
	font-size: 15px;
}
.eventDetail h3.venue{
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.eventDetail .address{
	font-size: 13px;
	margin-left: 50px;
}
.eventDetail .decription{
	clear: left;
	overflow: hidden;
}
.eventDetail .decription a{
	font-family: 'latobold', Arial, Helvetica, sans-serif;
}
#events .eventsFront li#more_div{
	width: 100%;
	float: none;
	margin-right: 0px;
}
@media only screen and (max-width: 800px){
	#events .leftColumn, #events .rightColumn{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 600px){
	#events .eventsFront li{
		width: 32%;
		margin-right: 2%;
		float:left;
		margin-bottom: 20px;
	}
	#events .eventsFront > ul > li:nth-of-type(3n){
		margin-right: 0px;
	}
}
@media only screen and (min-width: 340px) and (max-width: 600px){
	#events .eventsFront li{
		width: 48%;
		margin-right: 4%;
		float:left;
		margin-bottom: 20px;
	}
	#events .eventsFront > ul > li:nth-of-type(2n){
		margin-right: 0px;
	}
	#events .eventsFront > ul > li:nth-of-type(3n+1){
		clear: none;
	}
}

/* FORMS */

#id_categories {
height:130px;
width:205px;
}
.errorlist {
color: red;
float: right;
margin-top: -5px;
}
.success {
    font-size:14px;
padding-bottom:100px;
color:#333;
}
.success span {
    color:darkGreen;
font-weight:bold;
}

.ui-addtocal {
  cursor:pointer;cursor:hand;
}
ul.ui-addtocal {
  cursor:default;
  position:absolute;
}
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.hasDatepicker DIV { display:block; }

.share_functions{
	height: 20px;
}

#add_event_form .info{
	font-size: 12px;
	line-height: 20px;
	position: relative;
	top: -49px;
	left: 30px;
}
#add_event_form span{
	position: relative;
	top: -10px;
}	

#add_event_form .info label{
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: url(/media/img/icons/info.png) no-repeat center center;
	padding: 0px;
	cursor: pointer;
}
#add_event_form .info span{
	display: none;
	top: -5px;
}
input[type="checkbox"]{
	margin: 8px 0px 20px;
}
#id_contact_name, #id_contact_phone, #id_contact_email{margin-bottom: 0px !important;}
/*label[for=id_contact_name], label[for=id_contact_phone], label[for=id_contact_email]{
	position: relative;
	top: -10px;
}*/

#hotel-detail-container table tr:nth-last-child(2) td:last-child{
	vertical-align: middle;
}

#add-event header{
	font-size: 16px;
	clear: both;
	padding: 20px 0px;
}
#add-event header h4{
	font-size: 18px;
}
#add-event form{
	padding-right: 380px;
}
#add-event table{
	width: 100%;
	position: relative;
}
#add-event th{
	width: 30%;
	min-width: 120px;
}
	
#add-event th, #add-event td{
vertical-align:top !important;
padding-bottom:5px;
font-weight: normal;
}
#add-event label{
display: block;
text-align: left;
padding-right: 10px;
line-height: 16px;
margin-top: 5px;
}
#add-event input[type=text], #add-event input[type=file] , #add-event input[type=email], #add-event select, #add-event textarea{
width: 100%;
box-sizing: border-box;
}
#add-event textarea {
    height: auto;
}
#add-event input[type=image]{
	margin-left: 21%;
}
#add-event button{
background: -webkit-linear-gradient(#4b82b4, #285a94);
background: -o-linear-gradient(#4b82b4, #285a94);
background: -moz-linear-gradient(#4b82b4, #285a94);
background: linear-gradient(#4b82b4, #285a94);
height: 30px;
line-height: 30px;
border-radius: 10px;
border: none;
font-weight:bold;
color: #fff;
padding: 1px 15px 0px;
cursor: pointer;
}
#add-event button span{
	padding-right: 53px;
	background: url(/media/img/icons/paypal.png) no-repeat right -2px;
}
#add-event .action{
	float: left;
	clear: left;
}
#add-event .info-column{
	width: 350px;
	float: right;
	background-position: center top;
	background-repeat: no-repeat;
}
#add-event .info-column h4{
	margin-top: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#events .list-toggler{
	display: none;
	margin-top: -2px;
}

@media only screen and (max-width: 800px){
	h1{
		clear: both;
	}
	#add-event form{
		padding-right: 0px;
	}
	#add-event .info-column{
		width: 100%;
		float: none;
	}
	#events .noEvents h4{
		font-size: inherit;
	}
	#events .leftColumn h4{
		margin: 3px 0px;;
	}
	#events .leftColumn ul{
		display: none;
	}
	#events .leftColumn li{
		line-height: 30px;
	}
	#events .list-toggler{
		display: block;
	}	
}

#events .decription ul{
	list-style: disc inside none;
}

#events .decription li{
	width:100% !important;
	float: none !important;
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}
