/*!
 * OPTF Stylesheet
 */
html {
    position:relative;
    min-height: 100%;
}

html, body {
	margin: 0;
    font-size: 16px;
    font-family: ubunturegular;
}

ul {
	padding-left: 3%;
}

ul li {
    list-style: disc;	
}


.show_narrow {
    display: none;
}

header.gnr {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background-color: #000;
	z-index: 500;
}

header.gnr h2 {
	float: left;
	vertical-align: bottom;
}

h1 {
    font-family: ubuntumedium;
    font-weight: bold;
    font-size: 2.4em;
    clear: both;
}

h2 {
    font-family: ubuntumedium;
    margin: 20px 0 35px 0;
    font-size: 175%;
    font-weight: bold;
    clear: both;
}

h3 {
    font-family: ubuntumedium;
    font-size: 150%;
    font-weight: bold;
    vertical-align: bottom;
    clear: both;
}

.formsHeader.level1 {
	font-family: ubuntumedium;
}

section {
	margin-bottom: 50px;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.right {
    margin: 0 auto;
    text-align: right;
}

#title_bottom {
    display: table-cell;
    height:100%;
    vertical-align: bottom;
}

#calcore {
	position: fixed;
    top: 20%;
    bottom: 70px;
    left: 0;
    right: 0;
	margin: 0 auto;
	background-color: blue;
	width: 95%;
	max-width: 1120px;
}

#calcore div.content {
	position: relative;
	width: 25%;
	height: 100%;
	float: left;
	border: solid #000 1px;
}

#calcore div.calendar {
	position: relative;
    width: 75%;
    height: 100%;
}

img.eventMain {
	margin-top: -30px;
}

img.eventList {
	margin: -10px;
	padding: 0;
    width: 100%;
}

div.dealerList {
	height: 120px;
}

img.dealerList {
	margin: 0;
    padding: 0 !important;
    max-width: 100%;
    max-height: 90px;
    border: none;
}

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-family: ubuntumedium;
    font-weight: bold;
    font-size: 110%;
    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;
}

p.inline {
	display: inline-block;
	vertical-align: top;
}

div.inline {
	display: inline-block;
	vertical-align: top;
}

.calcontainer {
	position: absolute;
	margin: 20px auto 0;
	width: 100%;
    max-width: 1120px;
	/*overflow: hidden;*/
	top: 20px;
	left: 0;
	right: 0;
	bottom: 60px;
	box-sizing: border-box;
}

.calframe {
    position: absolute;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 99%;
    box-sizing: border-box;
}

.calblock {
	position: absolute;
    margin: 0;
    width: 100%;
    top: 60px;
    bottom: 0;
}

#calinfo {
	position: absolute;
	display: block;
	float: left;
	width: 25%;
	padding: 2px;
	margin-top:0;
	/*height: 100%;*/
	top: 54px;
	bottom: 2px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	box-sizing: border-box;
	overflow: hidden;
}

#calinfo .header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 22px;
	width: 100%;
	/*margin: -35px 0 10px 0;*/
	padding: 2px 10px;
    background-color: #000;
    border-right: solid #000 0px;
    color: #fff;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
}

#calinfo .close {
	cursor: pointer;
}

#calinfo .close:before {
    content: "\2716";
    font-size: 100%;
    font-weight: bold;
    top: 0;   
}

#calinfoReset {
	display: none;
	padding: 10px;
	font-weight: bold;
	font-size: 80%;
	color: #000;
	text-transform: uppercase;
    cursor: pointer;
}

#calinfoReset:before {
    content: "\2716";
    font-size: 100%;
    font-weight: bold;
    top: 0;   
}

#contentSearch {
	position: absolute;
	top: 26px;
	bottom: 0;
	left:0;
	right: 0;
	overflow: auto;
}

#calinfo .content {
	padding: 5px 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
}

#calinfo .content.event {
	margin-top: 35px;
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

#calinfo .content p {
	display: block;
    margin: 0;
    padding: 3px 0;
    font-size: .7em;
    font-weight: bold;
    line-height: 14px;
}

#calinfo .zone {
    height: 18px;
    padding: 3px;
    font-size: .7em;
    font-weight: bold;
    text-transform: uppercase;
}

#calinfo .content img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

#calinfo .content h5 {
	margin: 0;
	padding: 0;
	font-size: .8em;
    font-weight: bold;
    text-transform: uppercase;
}

#contentEvent div.description, #contentEvent div.description p {
    display: block;
    font-size: .7em;
    padding: 0;
    font-size: .7em;
    font-weight: bold;
}

#contentEvent img.ticket {
	max-width: 20px;
	max-height: 20px;
	float: right;	
}

#calinfo .more {
	position: absolute;
    padding: 5px;
    bottom: 0;
    height: 30px;
    left: 0;
    right: 0;
    background-color: #fff;
}

#calinfo .more a {
	position: absolute;
    display: block;
    padding: 5px;
    bottom: 0;
    height: 20px;
    left: 0;
    right: 0;
    font-size: 12px;
    background-color: #000;
    text-align: right;
	color: #fff;
	text-decoration: none;
}

#calinfo .more a.share {
    position: absolute;
    display: block;
    padding: 5px;
    bottom: 0;
    height: 20px;
    left: 0;
    width: 10px;
    font-size: 12px;
    background-color: #000;
    text-align: left;
    color: #fff;
    text-decoration: none;
    z-index: 200;
}

#calinfo div.reshCategoriesType {
	width: 88%;
	padding: 5px 6%;
	margin: 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

#calinfo div.reshCategoriesType.disabled {
	/*
	background-color: #eee !important;
	color: #777;
	background-color: rgb(0,0,0,.95) !important;
	*/
	opacity: 0.35;
}

#calinfo div.reshCategoriesType.active {
	padding-top: 15px;
	height: 30px;
}

#calinfo div.reshCategoriesType.active:before {
    content: "\003e";
}

#calinfo div.reshCategoriesType.disabled:before {
    content: "";
}

span.revoshopicon.magnifying-glass::before {
	top: 2px;
}

span.revoshopicon.magnifying-glass::after {
	bottom: 2px;
}

span.revoshopicon.magnifying-glass span {
	display: inline-block !important;
	margin-left: 25px !important;
}

#calinfo div.reshCategoriesDealers {
	display: none;
	width: 84%;
    padding: 5px 8%;
    margin: 5px 0;
    font-size: 90%;
    font-weight: bold;
    cursor: pointer;
}

#calinfoType {
	width: 90% !important;
	padding: 5%;
}

.chosen-container {
	width: 100% !important;
}

.chosen-select {
	min-width: 100px;
	width: 100% !important;
}

#calendar {
	/*position: relative;*/
    float: right;
	width: 75%;
	bottom: 6px;
}

#calendar-private {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
}

#calendar-iframe {
    position: relative;
    display: block;
    width: 100%;
}

#loading {
    position: absolute;
    display: none;
    top: 38px;
    bottom: 0;
    margin-left: 25%;
    width: 75%;
    background-color: rgb(0,0,0,0.1);
    background-image: url('img/loading.gif');
    background-repeat: no-repeat;
    background-position: center; 
    z-index: 2000;
}

footer.gnr {
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 10;
}

footer.fc {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    z-index: 10;
}

/*
footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #000;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
*/
footer.gnr a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

footer.gnr a:hover {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 1250px) {

    .calcontainer {
        width: 95%;
    }

}

@media only screen and (max-width: 849px) {
	.calcontainer {
		margin-top: 0;
	}
	.calcontainer h1 {
		display: none;
	}
	#calinfo {
		display: none;
	}
	#calendar {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 679px) {
	.hide_narrow {
       display: none;
    }
    .show_narrow {
       display: block;
    }
    .informations {
    	padding-left: 0;
    }
	.informations li, .informations li.active {
    	border: 1px solid #bbb !important;
    }
}
