/* Events Calendar contain */
.tiva-events-calendar.full .tiva-events-calendar-wrap {
	margin: 25px 0 40px 0;
/*	border: 1px solid #dedade;
	box-shadow: 0 0 5px 2px rgba(145,145,145,.35);
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	border-collapse: collapse;
	border-spacing: 0;*/
}

/* Calendar */
.tiva-calendar-full .calendar-table {
	margin-bottom: 0 !important;
}
.tiva-calendar-full .calendar-title , .tiva-calendar-full .calendar-btn {
	text-align: center !important;
	/*background: #39c;*/
	background: #961e2e;
	color: #ffffff;
	height: 40px;
	vertical-align: middle !important;
}
.events-calendar-bar .bar-btn.active {
	background: #39c!important;
}
.event-item-right .event-name {
	color: #39c!important;
	font-size: 14px!important;
}
.tiva-event-list-full .event-item-right  .event-date {
	margin-bottom: 3px;
	color: #757575;
	font-size: 13px;
}
.tiva-calendar-full .calendar-btn {
	padding: 0 !important;
}
.tiva-calendar-full .calendar-btn span {
	cursor: pointer;
	font-size: 13px !important;
}
.tiva-calendar-full .calendar-title  {
	font-size: 15px;
	font-weight: bold;
	padding-top: 0px !important;
	padding-left: 30px !important;
}
.tiva-calendar-full .calendar-title span {
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}
.tiva-calendar-full .calendar-title i {
	position: absolute;
	left: -22px;
	top: -1px;
}
.tiva-calendar-full .calendar-table tr th {
	text-align: center;
	color: #052639;
	background: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
}
.tiva-calendar-full .calendar-table tr th, .tiva-calendar-full .calendar-table tr td {
	width: 14.285714285714285%;
}
.tiva-calendar-full .calendar-day-blank {
	background: #f6f6f6;
}
.tiva-calendar-full .calendar-day-normal {
	height: 110px;
	font-size: 16px;
	/*text-align: right !important;*/
	padding: 0px !important;
	color: #666;
}
.tiva-calendar-full .calendar-day-today {
	background: #e5ab36cc;
}
.tiva-calendar-full .calendar-day-weekend {
	/*color: #ef4f69;*/
	font-weight: 600;
	font-size: 15px;
	background: #e4e4e4;
    color: #000000;
	padding: 1px 7px;
	text-align: left;
}
.calendar-day-today .calendar-dayweekday, .calendar-day-today .calendar-day-weekend{
	background: #e5ab36;
}
.event-image{
	/*width: 150px !important;*/
	margin: 0 auto;
}
.calendar-dayweekday{
	background: #e4e4e4;
    color: #000000;
	padding: 1px 7px;
	text-align: left;
	font-weight: 600;
	font-size: 15px;
}
.tiva-event-detail-full  .event-name {
	color: #052639!important;
	font-size: 20px!important;
}
.tiva-event-detail-full  .event-desc .white{
	color: #444!important;
	font-size: 12px!important;
}
.tiva-event-tooltip{
	background: #ffffff!important;
	/*border: 2px solid #961e2e!important;*/
	min-width: 250px;
	box-shadow: 0 0 13px -1px rgba(145,145,145,.35);
}
.event-name{
	font-weight: 400;
	/*color: #961e2e!important;*/
	font-size: 16px;
	font-family: 'Quicksand', sans-serif;
}
.tiva-calendar-full .calendar-day-normal:hover{
	box-shadow: 0 0 12px #ccc;
}
.tiva-calendar-full .calendar-event-name {
	color: #ffffff;
	/*background: #567BD2;*/
	font-size: 11px;
	margin-top: 5px;
	/*text-align: center;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 20px;
	padding: 3px 3px;
	cursor: pointer;
}
.tiva-calendar-full .calendar-event-name span {
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
}
.tiva-calendar-full .calendar-event-name.no-name {
	opacity: 0;
	visibility: hidden;
}
.tiva-calendar-full .calendar-event-name.color-1 {
	background: #f6f6f6;
	margin: 5px 10px;
}
.tiva-calendar-full .calendar-event-name.color-2 {
	/*background: #13baff;*/
}
.tiva-calendar-full .calendar-event-name.color-3 {
	background: #669933;
}
.tiva-calendar-full .calendar-event-name.color-4 {
	background: #ff8a23;
}
.tiva-calendar-full .calendar-event-name.first-day {
	margin-right: -11px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
.tiva-calendar-full .calendar-event-name.middle-day {
	margin-left: -11px;
	margin-right: -11px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.tiva-calendar-full .calendar-event-name.middle-day span {
	opacity: 0;	
}
.tiva-calendar-full .calendar-event-name.last-day {
	margin-left: -11px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
.tiva-calendar-full .calendar-event-name.last-day span {
	opacity: 0;	
}

/* Event list */
.tiva-event-list-full {
	padding: 15px;
	background: #eeeeee;
	display: none;
}
.tiva-event-list-full .event-item {
	width: 100%;
	border-top: 1px dotted #666;
	margin-top: 20px;
	padding-top: 20px;
}
.tiva-event-list-full .event-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.tiva-event-list-full .event-item-left {
	width: 12%;
	margin-right: 2%;
}
.tiva-event-list-full .event-item-right {
	width: 78%;
}
.tiva-event-list-full .event-image img {
	width: 100%;
	border: 1px solid transparent;
}
.tiva-event-list-full .event-name {
	font-size: 17px;
	color: #39c;
	margin-bottom: 4px;
}
.tiva-event-list-full .event-time, .tiva-event-list-full .event-date {
	margin-bottom: 3px;
	color: #ef4f69;
	font-size: 13px;
}
.tiva-event-list-full .event-time i, .tiva-event-list-full .event-date i {
	margin-right: 5px;
}
.tiva-event-list-full .event-intro {
	color: #666;
	font-size: 14px;
}
.tiva-event-list-full .link {
	cursor: pointer;
}

/* Event detail */
.tiva-event-detail-full {
	margin: 0 auto;
	width: 50%;
	padding: 15px;
	background: #eeeeee;
	display: none;
}
.tiva-event-detail-full .event-image {
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.tiva-calendar-full .calendar-event-name span{
	color: #961e2e!important;
	text-transform: lowercase;
	font-weight: 	bolder;
	text-align: left!important;
}
.tiva-event-detail-full .event-image img {
	max-width: 100%;
	border: 1px solid transparent;
}
.tiva-event-detail-full .event-name {
	font-size: 22px;
	color: #39c;
	margin-bottom: 15px;
}
.tiva-event-detail-full .event-time, .tiva-event-detail-full .event-date, .tiva-event-detail-full .event-location {
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}
.tiva-event-detail-full .event-time i, .tiva-event-detail-full .event-date i, .tiva-event-detail-full .event-location i {
	margin-right: 5px;
	width: 14px;
	color: #052639;
}
.tiva-event-detail-full .event-location i {
	font-size: 18px;
}
.tiva-event-detail-full .event-time, .tiva-event-detail-full .event-date, .tiva-event-detail-full .event-venue {
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}
.tiva-event-detail-full .event-time i, .tiva-event-detail-full .event-date i, .tiva-event-detail-full .event-venue i {
	margin-right: 5px;
	width: 14px;
	color: #052639;
}
.tiva-event-detail-full .event-venue i {
	font-size: 18px;
}
.tiva-event-detail-full .event-desc {
	color: #666;
	border-top: 1px solid #e2e2e2;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 22px;
	line-height: 22px;
	font-size: 14px;
}
.tiva-event-detail-full .event-link {
	margin-bottom: 30px;
}
.tiva-event-detail-full .event-link a {
	color: #fff;
	background: #39c;
	padding: 8px 10px 8px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	border: 0;
	cursor: pointer;
	position: relative;
}
.tiva-event-detail-full .event-link a:hover {
	text-decoration: none;
}
.tiva-event-detail-full .event-link a i {
	margin-right: 5px;
}

/* Responsive */
@media (min-width: 768px) {
	.tiva-event-list-full .event-item-left {
		margin-right: 2% !important;
	}
	.tiva-event-list-full .event-item-left.pull-left, .tiva-event-list-full .event-item-right.pull-left {
		float: left !important;
	}
}
@media (max-width: 768px) {
	.tiva-calendar-full .btn-change-date {
		display: none;
	}
	.tiva-calendar-full .calendar-day-normal, .tiva-calendar-full .calendar-day-blank {
		padding: 2px !important;
	}
	.tiva-calendar-full .calendar-table tr th {
		padding: 5px 3px !important;
	}
	.tiva-event-list-full .event-item-left {
		margin-bottom: 10px !important;
	}
	.tiva-event-list-full .event-item-left, .tiva-event-list-full .event-item-right {
		width: 100%;
	}
}
