body {
	/*font-family: Roboto, Sans-serif;*/
	font-family: 'Noto Sans', Roboto, Sans-serif;
	font-size: 18px;
	line-height: 1.2;
}

a {
	font-family: 'Noto Sans', Roboto, Sans-serif;
	font-size: 20px;
	color: #000;
	/*text-decoration: none;*/
}

a:hover {
	text-decoration: underline;
}

.small-text {
	margin-top: 5px;
	font-size: 16px;
}


h1, h2, h3 {
	padding: 0 0 30px 0;
	margin: 0;
	font-weight: normal;
	font-family: Roboto, sans-serif;
	color: #000;
}

h1 {
	font-size: 60px;
    line-height: .9;
	text-transform: uppercase;
}

h2 {
	font-size: 22px;
	line-height: 1.1;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
    margin: 0 0 20px 0;
    line-height: 1;
}

.error {
	color: red;
}

fieldset {
	border: none;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header {
	background-color: #6b8e23;
}

#header h2 {
	color: #fff;
}
	
#header ul {
	padding: 0 0;
	margin: 0;
	text-align: right;
}

#header ul li {
	display: inline-block;
	padding: 0 11px 0 0;
	list-style: none;
}

#header ul li a {
	color: #fff;
	text-decoration: none;
}

#title .center {
	margin-top: 20px;
	text-align: center;
}

#title .right {
    text-align: right;
}

#title .right img {
	margin-right: 5%;
	max-width: 95%;
    max-height: 120px;
}

.prices-block {
	margin-top: 20px;
}

.prices-block button {
	color: #fff;
	background-color: #6b8e23;
}

.prices-block button svg {
	margin-top: -4px;
	color: #fff;
	fill: #fff;
}

div.events, div.products {
	padding: 20px;
	color: #000;
	background-color: #fff;
	border-radius: 6px;
	border: 3px solid #6b8e23;
	box-sizing: border-box;
}

#lightbox-content div.events, #lightbox-content div.products {
	border-radius: 6px;
	border: none;
}

div.events a, div.products a {
	color: #000;
	text-decoration: underline;
}

div.events h1, div.products h1 {
	margin-top: 10px;
	margin-bottom: -20px;
	color: #000;
	font-size: 30px;
	line-height: 1.2;
}

div.events div.image a, div.products div.image a {
	display: block;
	margin: 0 auto 10px;
	height: 220px;
}
	
div.events img, div.products img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

div.events .detail div, div.products .detail div {
	margin-top: 10px;
}

div.events .detail .label :first-child, div.products .detail .label :first-child {
	margin-right: 15px;
}

div.events .button, div.products .button {
	float: right;	
	padding: 12px 24px;
	margin-top: 50px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background-color: #000;
	transition: all .3s;
	border-radius: 4px;
	font-family: 'Noto Sans Extra Bold', Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

div.events.page header h1, div.products.page header h1 {
	padding: 0;
	margin: 20px 0 30px 0;
	font-weight: normal;
	font-family: Roboto, sans-serif;
	font-size: 50px;
	line-height: .9;
	text-transform: uppercase;
	color: #000 !important;
}

div.events.page header .label, div.events.page section .label
,div.products.page header .label, div.products.page section .label{
	margin: 20px 0;
}

div.events.page section .image-block, div.products.page section .image-block {
	padding: 2%;
	border: solid 1px #000;
	box-sizing: border-box;
} 

div.events.page section .image-block, div.products.page section .image-block.caroussel {
	padding-bottom: 35px;
}

div.events.page footer, div.products.page footer {
	margin: 40px 0;
}

.carousel-cell {
	width: 100%;
	padding-left: 5px;
	/*width: calc(100% - 80px);*/
	width: 100%;
	height: 500px;
	min-height: 500px;
	/*height: 80%;*/
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-cell img {
	display: block;
	max-height: 100%;
	max-width: 100%;
}

.carousel-cell video {
	display: block;
	max-height: 100%;
	max-width: 100%;
}

#footer {
	background-color: #6b8e23;
}

#footer h2 {
	font-family: 'Noto Sans Extra Thin' , sans-serif;
	font-weight: 100;
	font-size: 2.2em;
	color: #fff;
}

#footer h3 {
	padding: 0 0 20px 0;
	margin: 0;
	font-family: 'Noto Sans Extra Bold' , sans-serif;
	font-weight: 900;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
}

#footer ul {
	padding: 0 20px;
}

#footer ul li {
	padding: 5px;
	list-style: none;
}

#footer ul li, #footer ul li a {
	font-family: 'Noto Sans' , sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}

#footer ul li.space {
	margin-top: 15px;
}

#footer ul li a {
	font-weight: bold;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer .grid .footer-content, #footer .grid .footer-content a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

#footer .grid .footer-content a:hover {
	text-decoration: underline;
}

#layout-event {
	padding: 30px;
}

/*
    CALENDAR
*/
#calendar {
	font-size: 70%;
}

.fc-event{
    cursor: pointer;
}

.fc-fullscreenButton-button {
	min-width: 40px !important;
	border: none !important;
    background-color: #000 !important;
	background-image: url('/assets/templates/images/icon-fullscreen.png');
	background-size: cover;
}

.fc-datagrid-cell-main {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}

th .fc-datagrid-cell-main {
    color: #000;
    cursor: default;
    text-decoration: none;
    font-size: 120%;
}

@media only screen and (max-width: 849px) {
    
    h1 {
        font-size: 50px;
    }
    
    #lightbox-content div.events {
        padding: 0;
    }
    
    .fc-fullscreenButton-button {
        display: none !important;
    }
    
}
    
@media only screen and (max-width: 469px) {
	h1 {
        font-size: 40px;
    }
    #title .right img {
        max-height: 90px;
    }
	#content {
		margin-top: 10px;
	}
	#content .title h1 {
		font-size: 2em;
	}
	#calendar {
	    height: 2200px;
	}
}


@media only screen and (max-width: 410px) {
    
    #title h1 {
        font-size: 30px;
    }
    
    h2 {
        font-size: 25px;
    }

}
