body {
	/*font-family: Roboto, Sans-serif;*/
	font-family: 'Noto Sans', Roboto, Sans-serif;
	font-size: 20px;
	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;
	text-transform: uppercase;
	color: #000;
}

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

h1 a {
	font-size: inherit;
	text-decoration: none;
}

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

h3 {
	font-weight: bold;
}

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

div.error {
	margin-bottom: 20px;
}

.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: #fff;
	box-shadow: 2px 2px 5px #999;
}

#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: #000;
	text-decoration: none;
}

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

#title .left {
	margin-left: 25px;
	margin-right: 25px;
	text-align: left;
}

#title .right {
	margin-left: 25px;
	margin-right: 25px;
	text-align: right;
}

#title .right img {
	max-width: 95%;
    max-height: 100px;
}
	
div.dealers {
	padding: 20px;
	color: #000;
	background-color: #fff;
	border-radius: 6px;
	border: 3px solid #000;
	box-sizing: border-box;
}

div.dealers img {
	display: block;
	margin-bottom: 20px;
	max-width: 100%;
	max-height: 200px;
}
	
div.events {
	padding: 20px;
	color: #000;
	background-color: #fff;
	border-radius: 6px;
	border: 3px solid #000;
	box-sizing: border-box;
}

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

div.events a {
	color: #d0122a;
	text-decoration: underline;
}

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

div.events img {
	width: 100%;
}

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

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

div.events .button {
	float: right;	
	padding: 12px 24px;
	margin-top: 50px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background-color: #d0122a;
	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.dealers button {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	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.dealers button a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
	
div.events.page header h1 {
	padding: 0;
	margin: 20px 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 {
	margin: 20px 0;
}


div.events.page footer p.urls {
	margin-top: 60px;
}

div.events.page footer p.social img {
	width: 24px;
	height: 24px;
}

#footer {
	background-color: #d0122a;
}

#footer h2 {
	padding: 0 0 20px 0;
	margin: 0;
	font-family: 'Noto Sans Extra Bold' , sans-serif;
	font-weight: 100;
	font-size: 2.2em;
	color: #fff;
}

#footer ul {
	padding: 0;
}

#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;
}

#layout-event {
	padding: 30px;
}


#contentInfo, #contentInfo a {
	font-size: 16px;
}

#contentInfo h2, #contentInfo h3 {
	padding: 30px 0 0 0;
}

ul.informations {
	position: relative;
	top: 0;
}

ul.informations li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background-color: #fcfcfc;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

ul.informations li.first {
    border-right: 1px solid #bbb;
    background-color: #fff;
    height: 10px;
}

ul.informations li.active {
    border-right: none;
    background-color: #fff;
}

ul.informations li.last {
	position: relative;
    border-right: 1px solid #bbb;
    border-bottom: none;
    background-color: #fff;
    bottom: 0;
    min-height: 300px;
}

ul.informations li:hover {
	background-color: #000;
	color: #fff;
	border-right: none;
	cursor: pointer;
}

ul.informations li.active:hover {
    background-color: #fff;
    color: #000;
    border-right: none;
    cursor: default;
}

ul.informations li.first:hover, ul.informations li.last:hover {
	border-right: 1px solid #bbb;
    background-color: #fff;
    color: #fff;
    cursor: default;
}

/*
    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: 799px) {
    
    #title h1 {
        font-size: 50px;
    }
    
    #lightbox-content div.events {
        padding: 0;
    }
    
    .fc-fullscreenButton-button {
        display: none !important;
    }
    
}
    
@media only screen and (max-width: 679px) {   
    #title .left, #title .right {
		text-align: left;
		margin-left: 0;
		margin-right: 0;
		padding-left: 25px;
		padding-right: 25px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 469px) {
	#title {
		margin-top: 70px;
	}
	#title h1 {
        font-size: 40px;
    }
    #title .right img {
        max-height: 90px;
    }
	#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;
    }

}
