
body {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
}


/* From main sub css
--------------------------------------------- */
.h-calendar-wrapper {
	margin: 0;
	padding-top: 90px;
	padding-bottom: 50px;
	background: #e6e6e6;
}
.h-calendar-filters-title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #666666;
	padding: 4px 0 4px 0;
	margin: 0 0 10px 10px;
}
.h-calendar-filters {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	padding: 4px 8px 4px 8px;
	margin: 0 0 10px 10px;
}
.fc-event {
    cursor: pointer;
}
.dot {
	margin: 0 0 0 10px;
	height: 20px;
	width: 20px;
	display: inline-block;
	border-radius: 10px;
	vertical-align: middle;
}
.calendar-list-year {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	height: 72px;
	background: #4285F4;
}	
.calendar-list-wrapper {
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.15);
	margin-bottom: 30px;
	padding-bottom: 7px;
}
.calendar-list-header {
	background: #666;
	padding: 7px;
}
.calendar-list-day {
	color: #FFF;
}
.calendar-list-date {
	color: #FFF;
}
.calendar-list-detail {
	padding: 7px;
	margin: 7px 7px 0 7px;
	background: #F6F6F6;
	cursor: pointer;
}
.calendar-list-title {
	font-size: 14px;
	font-weight: 400;
}
.calendar-list-time {
	text-transform: uppercase;
}
.calendar-list-location {
	font-weight: 300;
	color: #666;
}

#fc-actions {
    position: absolute;
    top: 29px;
    right: 12px;
}
.fc {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	margin-bottom: 30px;
}
.fc-toolbar {
	background-color: #47b4ac;
	margin-bottom: 0;
	padding: 26px 7px 19px;
}
.fc-toolbar h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 1px;
	margin: 1px 4px 1px 0;
	padding: 0;
}
.fc th {
	background: #666;
	padding: 8px 0 8px 0;
}
.fc-today.ui-state-highlight {
    background-color: #e9f6f9;
    font-weight: 700;          
}

/* Modal Date box
--------------------------------------------- */
.h-events-date-wrapper {
	background: #fff;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
	text-align: center;
	margin: 13px 20px 12px 12px;
}
.h-events-month {
	color: #999;
	font-size: 11px;
	line-height: 11px;
	margin: 12px 0 0 0;
}
.h-events-day {
	font-weight: 300;
	color: #666666;
	font-size: 40px;
	line-height: 40px;
	margin: 0;
}
/* Venue
--------------------------------------------- */
.h-events-location {
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	margin: 20px 15px 0 0;
	text-align: left;
}
.h-events-location i, .h-events-time i {
	color: #444;
}
/* Time
--------------------------------------------- */
.h-events-time {
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	margin: 2px 15px 0 0;
	text-align: left;
}
.h-events-date-row {
	background: #C6C6C6;
	padding: 10px;
	text-align: center;
}
/* Related content
-------------------------------------------------- */
.h-latest-related {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	background: #F1F1F1;
	padding: 10px 10px 10px 10px;
}
.h-latest-related a {
  	color: #999;
  	text-decoration: none;
	font-weight: 400;
}
.h-latest-related a:hover,
.h-latest-related a:focus {
  	color: #222;
  	text-decoration: none;
}
.h-latest-related i {
	color: #222;
	margin: 0 0 0 10px;
}
/* Tag cloud
-------------------------------------------------- */
.h-tags-wrapper {
	padding-top: 10px;
}
.h-tags {
	font-size: 16px;
	line-height: 16px;
	color: #666;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #E6E6E6;
	padding: 7px 6px 6px 6px;
	margin: 0 10px 10px 0;
}
.h-tags i {
	color: #222;
}
.h-tags a {
  	color: #999;
  	text-decoration: none;
	font-weight: 400;
}
.h-tags a:hover,
.h-tags a:focus {
  	color: #222;
  	text-decoration: none;
}
.badge {
	font-weight: 600;
	margin: 0 0 0 10px;
	padding: 4px 7px 6px 6px;
	background-color: #47b4ac;
}

.modal .modal-content {
	border-radius: 10px;
	overflow: hidden;
}
.modal-body {
	padding: 0 0 20px 0;
	text-align: left;
}
.modal .modal-body {
    padding: 0 0 20px 0;
}
.h-modal-close {
	position: fixed;
	top: 0px;
	right: 3px;
	font-size: 30px;
	line-height: 30px;
	padding: 8px 10px;
	color: #FFF;
	cursor: pointer;
	z-index: 1020;
}
.h-modal-close:hover,
.h-modal-close:focus {
  	color: #e6e6e6;
}
.h-modal-title {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	color: #444;
	margin: 30px;
}
.h-modal-description {
	margin: 30px 30px 0 30px;
}
.h-modal-description img {
	margin: 3px 14px 0 0;
}
.h-modal-description p {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #444;
	margin-bottom: 20px;
}
.modal hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border-top: 1px solid #E5E5E5;
}
.h-modal-related {
	padding: 0 30px 0 30px;
	text-align: left;
}
.h-modal-related-title {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	margin: 0 0 10px 0;
}
.modal-footer {
    border-top: 0px solid #e5e5e5;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
	text-transform: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  	color: #FFF;
    background-color: #47b4ac;
    border-color: #47b4ac;
	text-transform: none;
}
.btn:not(.btn-link):not(.btn-float):not(.command-edit):not(.command-delete):not(.selectpicker) {
    box-shadow: none;
}
.btn-warning {
    color: #fff;
    background-color: #47b4ac;
    border-color: #47b4ac;
	text-transform: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
  text-transform: none;
}
.embed-responsive {
  margin: 0;
}
.h-events-book-wrapper {
	background: #f9f9f9;
	width: 100%;
	height: 61px;
	border-top: 1px solid #ecebeb;
	border-bottom: 1px solid #ecebeb;
	margin: 0;
}
.h-events-sign {
	float: right;
	background: #ececec;
	width: 40%;
	text-align: center;
	border: 1px solid #c0bebe;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	-webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
	padding: 5px 0 5px 0;
	margin: 14px 14px 0 0;
	outline: none;
}
.h-events-sign:hover, .h-events-sign:focus {
  	background: #444444;
  	cursor: pointer;
	color: #fff;
	outline: none;
}






/* RESPONSIVE
-------------------------------------------------- */



/* DESKTOP LARGE
------------------------- */
@media (min-width: 1200px) {



}



/* DESKTOP
------------------------- */
@media (max-width: 1199px) {

.h-events-date-wrapper {
	width: 60px;
	height: 60px;
}
.h-events-month {
	font-size: 10px;
	line-height: 10px;
	margin: 9px 0 0 0;
}
.h-events-day {
	font-size: 36px;
	line-height: 36px;
}

.h-events-location {
	font-size: 13px;
	line-height: 17px;
	margin: 16px 15px 0 0;
}
.h-events-time {
	font-size: 13px;
	line-height: 17px;
	margin: 2px 15px 0 0;
}

}



/* PORTRAIT TABLET TO LANDSCAPE AND DESKTOP
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {

.h-events-date-wrapper {
	width: 70px;
	height: 70px;
}
.h-events-month {
	font-size: 11px;
	line-height: 11px;
	margin: 11px 0 0 0;
}
.h-events-day {
	font-size: 40px;
	line-height: 40px;
}

.h-events-location {
	font-size: 14px;
	line-height: 18px;
	margin: 18px 15px 0 0;
}
.h-events-time {
	font-size: 14px;
	line-height: 18px;
	margin: 2px 15px 0 0;
}

}



/* LANDSCAPE PHONE TO PORTRAIT TABLET
------------------------- */
@media (max-width: 767px) {

.h-calendar-wrapper {
	padding-top: 80px;
	padding-bottom: 30px;
}
.h-calendar-filters-title {
	font-size: 8px;
	padding: 3px 0 3px 0;
	margin: 0 0 7px 7px;
}
.h-calendar-filters {
	font-size: 8px;
	padding: 3px 6px 3px 6px;
	margin: 0 0 7px 7px;
}
#fc-actions {
    top: 27px;
    right: 8px;
}
.fc-toolbar h2 {
	font-size: 14px;
	line-height: 2.2;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 2px 0 0 0;
}
.h-events-date-wrapper {
	width: 70px;
	height: 70px;
}
.h-events-month {
	font-size: 11px;
	line-height: 11px;
	margin: 11px 0 0 0;
}
.h-events-day {
	font-size: 40px;
	line-height: 40px;
}

.h-events-location {
	font-size: 14px;
	line-height: 18px;
	margin: 18px 15px 0 0;
}
.h-events-time {
	font-size: 14px;
	line-height: 18px;
	margin: 2px 15px 0 0;
}

.h-events-date-row {
	padding: 5px;
}
.h-tags {
	font-size: 14px;
	line-height: 14px;
}
.h-modal-related {
	padding: 0 20px 0 20px;
}
.h-latest-related {
	font-size: 14px;
	padding: 10px 10px 10px 10px;
}
.h-modal-title {
	font-size: 28px;
	line-height: 34px;
	margin: 20px;
}
.h-modal-description {
	margin: 20px;
}
.h-modal-description p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

}



/* LANDSCAPE PHONE AND DOWN
------------------------- */
@media (max-width: 480px) {

.h-calendar-wrapper {
	padding-top: 80px;
	padding-bottom: 30px;
}
.h-calendar-filters-title {
	font-size: 8px;
	padding: 3px 0 3px 0;
	margin: 0 0 7px 7px;
}
.h-calendar-filters {
	font-size: 8px;
	padding: 3px 6px 3px 6px;
	margin: 0 0 7px 7px;
}
#fc-actions {
    top: 27px;
    right: 8px;
}
.fc-toolbar h2 {
	font-size: 14px;
	line-height: 2.2;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 2px 0 0 0;
}
.h-events-date-wrapper {
	width: 60px;
	height: 60px;
}
.h-events-month {
	font-size: 10px;
	line-height: 10px;
	margin: 10px 0 0 0;
}
.h-events-day {
	font-size: 36px;
	line-height: 36px;
}

.h-events-location {
	font-size: 13px;
	line-height: 17px;
	margin: 18px 15px 0 0;
}
.h-events-time {
	font-size: 13px;
	line-height: 17px;
	margin: 2px 15px 0 0;
}

.h-events-date-row {
	padding: 0px;
}
.h-tags {
	font-size: 14px;
	line-height: 14px;
}
.h-modal-related {
	padding: 0 20px 0 20px;
}
.h-latest-related {
	font-size: 14px;
	padding: 10px 10px 10px 0;
}
.h-modal-title {
	font-size: 28px;
	line-height: 34px;
	margin: 20px;
}
.h-modal-description {
	margin: 20px;
}
.h-modal-description p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

}


/* LANDSCAPE PHONE AND DOWN
------------------------- */
@media (max-width: 320px) {
	
.h-calendar-wrapper {
	padding-top: 80px;
	padding-bottom: 30px;
}
.h-calendar-filters-title {
	font-size: 8px;
	padding: 3px 0 3px 0;
	margin: 0 0 7px 7px;
}
.h-calendar-filters {
	font-size: 8px;
	padding: 3px 6px 3px 6px;
	margin: 0 0 7px 7px;
}
#fc-actions {
    top: 27px;
    right: 8px;
}
.fc-toolbar h2 {
	font-size: 14px;
	line-height: 2.2;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 2px 0 0 0;
}
.h-events-date-wrapper {
	width: 60px;
	height: 60px;
}
.h-events-month {
	font-size: 10px;
	line-height: 10px;
	margin: 10px 0 0 0;
}
.h-events-day {
	font-size: 36px;
	line-height: 36px;
}

.h-events-location {
	font-size: 13px;
	line-height: 17px;
	margin: 18px 15px 0 0;
}
.h-events-time {
	font-size: 13px;
	line-height: 17px;
	margin: 2px 15px 0 0;
}

.h-events-date-row {
	padding: 0px;
}
.h-tags {
	font-size: 14px;
	line-height: 14px;
}
.h-modal-related {
	padding: 0 20px 0 20px;
}
.h-latest-related {
	font-size: 14px;
	padding: 10px 10px 10px 0;
}
.h-modal-title {
	font-size: 28px;
	line-height: 34px;
	margin: 20px;
}
.h-modal-description {
	margin: 20px;
}
.h-modal-description p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

}
