	/* 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: #663313;
		color: #ffffff;
		height: 30px;
		vertical-align: middle !important;
	}
	.tiva-calendar-full .calendar-btn {
		padding: 0 !important;
	}
	.tiva-calendar-full .calendar-btn span {
		cursor: pointer;
		font-size: 15px !important;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.5px;
	}
	.tiva-calendar-full .calendar-title  {
		font-size: 15px;
		font-weight: bold;
		padding-top: 12px !important;
		padding-left: 30px !important;
	}
	.tiva-calendar-full .calendar-title span {
		position: relative;
		color: #fff;
		font-size: 26px;
		line-height: 28px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.5px;
	}
	.tiva-calendar-full .calendar-title i {
		position: absolute;
		left: -34px;
		top: 4px;
	}
	.tiva-calendar-full .calendar-table tr th {
		text-align: center;
		color: #222;
		background: #eeeeee;
		font-size: 14px;
	}
	.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: 60px;
		font-size: 16px;
		text-align: center !important;
		padding: 6px 10px !important;
		color: #000;
		vertical-align: middle;
	}
	.tiva-calendar-full .calendar-day-today {
/*		    background: rgba(82, 86, 131, 0.17);*/
        background: #e5ae67;
	}
	.tiva-calendar-full .calendar-day-weekend {
		color: #ef4f69;
		line-height: 20px;
		font-size: 16px;
	}
	.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: 0 3px;
		cursor: pointer;
	}
	.tiva-calendar-full .calendar-event-name span {
		color: #764a49;
		font-size: 16px;
		line-height: 1.2;
		font-weight: bold;
		display: block;
		margin: 3px auto;
		text-transform: uppercase;
	}
	.tiva-calendar-full .calendar-event-name.no-name {
		opacity: 0;
		visibility: hidden;
	}
	.tiva-calendar-full .calendar-event-name.color-1 {
/*		background: #567BD2;*/
        background: transparent;
	}
	.tiva-calendar-full .calendar-event-name.color-2 {
/*		background: #13baff;*/
        background: transparent;
	}
	.tiva-calendar-full .calendar-event-name.color-3 {
/*		background: #669933;*/
        background: transparent;
	}
	.tiva-calendar-full .calendar-event-name.color-4 {
/*		background: #ff8a23;*/
        background: transparent;
	}
	.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: 20%;
		margin-right: 2%;
	}
	.tiva-event-list-full .event-item-right {
		width: 78%;
	}
	.tiva-event-list-full .event-image img {
		width: 100%;
		border: 1px solid #eee;
	}
	.tiva-event-list-full .event-name {
        font-size: 18px;
        color: #000;
        margin-bottom: 4px;
        
        font-weight: 600;
	}
	.tiva-event-list-full .event-time, .tiva-event-list-full .event-date {
        margin-bottom: 3px;
        color: #000;
        line-height: 26px;
        font-size: 13px;
        
        font-weight: 500;
	}
	.tiva-event-list-full .event-time i, .tiva-event-list-full .event-date i {
		margin-right: 5px;
	}
	.tiva-event-list-full .event-intro {
        color: #000;
        line-height: 26px;
        font-size: 14px;
        
        font-weight: 500;
	}
	.tiva-event-list-full .link {
		cursor: pointer;
	}
	
	/* Event detail */
	.tiva-event-detail-full {
		padding: 15px; text-align: center;
		background: #eeeeee;
		display: none; 
	}
	.tiva-event-detail-full .event-image {
		text-align: center;
		margin-bottom: 20px;
	}
	.tiva-event-detail-full .event-image img {
		max-width: 100%;
		border: 1px solid #eee;
	}
	.tiva-event-detail-full .event-name {
        font-size: 30px;
        line-height: 36px;
        color: #000;
        margin-bottom: 15px;
        font-weight: bold;
	}
	.tiva-event-detail-full .event-name a{color:#222;}
	.tiva-event-detail-full .event-time, .tiva-event-detail-full .event-date, .tiva-event-detail-full .event-location {
	    margin-bottom: 5px;
        color: #000;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        
        font-weight: 500;
	}
	.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;
	}
	.tiva-event-detail-full .event-location i {
		font-size: 18px;
	}
	.tiva-event-detail-full .event-desc {
        color: #000;
        border-top: 1px solid #e2e2e2;
        padding-top: 15px;
        margin-top: 15px;
        margin-bottom: 22px;
        text-align: left;
        line-height: 30px;
        font-size: 14px;
        
        font-weight: 500;
	}
	.tiva-event-detail-full .event-link {
		margin-bottom: 30px;
	}
	.tiva-event-detail-full .event-link a {
		color: #fff;
		background: #4da50d;
		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%;
		}
	}
