html {
	height: 100%;
}

body {
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0.5px;
	line-height: 20px;
	-ms-overflow-style: scrollbar;
}

a {
	color: #525252;
	outline: 0;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #525252;
	outline: 0;
	text-decoration: none;
}

h1 a,h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

h1 {
	font-family: 'Gotham Medium', sans-serif;
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 30px;
	margin-top: 20px;
	text-transform: uppercase;
}

h2 {
	font-family: 'Gotham Bold', sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 0;
}

h4 {
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 20px;
}

h5 {
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	margin-bottom: 15px;
	margin-top: 10px;
}

p {
	margin-bottom: 17px;
}

.form-control {
	border: 1px solid #c0c0c0;
	border-radius: 0;
	box-shadow: none;
	color: #525252;
	transition: none;
}

.form-control:focus {
	border-color: #c0c0c0;
    box-shadow: none;
}

.img-article {
    float: left;
    margin-bottom: 17px;
    width: 100%;
}

.date {
	background-color: #c0c0c0;
	color: #fff;
	font-family: 'Gotham Light', sans-serif;
	letter-spacing: 1px;
	line-height: 17px;
	padding: 9px 15px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

.date strong {
	display: block;
	font-family: 'GothamCondensed Medium', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
}

.date.gold  {
	background-color: #c2a372;
}

.date.blue {
	background-color: #716ea1;
}

.date.lightblue {
    background-color: #6E87A1;
}

.btn {
	border: none;
	border-radius: 0;
	padding: 4px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.btn:active,
.btn.active {
	box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
	outline-offset: 0;
}

.btn-default {
	background-color: transparent;
	border: 2px solid #c0c0c0;
	color: #525252;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-color: transparent;
	border: 2px solid #c0c0c0;
	color: #525252;
}

.btn-success {
	background-color: #c0c0c0;
	border: none;
	color: #fff;
	margin-bottom: 5px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-color: #c0c0c0;
	border: none;
	color: #fff;
}


.btn-link {
	border-top: 1px solid #dedede;
	display: block;
	color: #c0c0c0;
	font-size: 11px;
	font-weight: 700;
	padding: 8px 0 0 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;	
}

.btn-link:hover,
.btn-link:focus {
	border-top: 1px solid #dedede;
    color: #c0c0c0;
    text-decoration: underline;
}

.gold .btn-default {
	border: 2px solid #c2a372;
	color: #c2a372;
}

.gold .btn-success {
	background-color: #c2a372;
}

.gold .btn-link {
	color: #c2a372;
}

.blue .btn-default {
	border: 2px solid #716ea1;
	color: #716ea1;
}

.blue .btn-success {
	background-color: #716ea1;
}

.blue .btn-link {
	color: #716ea1;
}

.lightblue .btn-default {
	background-color: #6E87A1;
	color: #6E87A1;
}

.lightblue .btn-success {
	background-color: #6E87A1;
}

.lightblue .btn-link {
	color: #6E87A1;
}

.input-group-btn > .btn {
	background-color: #c0c0c0;
	border: none;
	color: #fff;
	padding: 7px 12px;
}

@media (min-width: 480px) {
	h1 {
		font-size: 30px;
		line-height: 40px;	
	}
	
	h2 {
		font-size: 20px;
		line-height: 30px;	
	}
	
}

@media (min-width: 768px) {
	h1 {
		font-size: 34px;
    	line-height: 42px;
	}
	
}

@media (min-width: 992px) {
	h1 {
		font-size: 42px;
    	line-height: 51px;
	}
	
	.img-article {
		margin-right: 20px;
		margin-top: 5px;		
		width: 50%;
	}
}


/* header */
header {
	background-color: #2a2d7c;
	background-image: linear-gradient(#2a2d7c 74%, #1e2169);
	color: #fff;
}

header a {
	color: #fff;
}

header a:hover,
header a:focus {
	color: #fff;
	text-decoration: none;	
}

header .container {
	padding-left: 22px;
	padding-right: 22px;	
}

.navbar {
	margin-bottom: 0;
	position: relative;
}

.navbar-brand {
	height: auto;
	margin: 20px 0;
	padding: 0;
	width: 60%;
}

.navbar-toggle {
	background-color: #c2a372;
	border: none;
	border-radius: 0;
	margin: 17px 0 0 0;
	padding: 20px;
}

.navbar-toggle.collapsed {
	background-color: #2a2d7c;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
	height: 3px;
	width: 20px;	
}

.navbar-collapse {
	background-color: #c2a372;
	border-top: none;
	box-shadow: none;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	top: 95px;
	width: 100%;
	z-index: 100;
}
.navbar-nav {
	margin: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
    text-decoration: none;
}

.nav li.active a {
	color: rgba(255, 255, 255, 0.6);
}

header .address {
	border-top: 1px solid #222470;
	display: none;
	color: #9794bb;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 30px 0 20px;
	padding-top: 10px;
	text-align: center;
}

header .address p {
    line-height: 18px;	
	margin-bottom: 0;	
}

header .logos {
	display: none;
}

header .logos .row {
	margin-bottom: 20px;
	margin-left: -10px;
	margin-right: -10px;
}

header .logos .col-sm-6 {
	padding-left: 5px;
	padding-right: 5px;
}

@media (min-width: 480px) {
	header .container {
		padding-left: 22px;
		padding-right: 22px;	
	}
	
	.navbar-toggle {
		margin-top: 20px;
	}
	
	.navbar-collapse {
		top: 103px;
	}
}

@media (min-width: 768px) {
	header {
		background-image: linear-gradient(to right, #2a2d7c 92%, #1e2169);
		float: left;
		height: 100%;
		position: fixed;
		width: 220px;
	}
	
	header .container {
		width: auto;	
	}	

	.navbar-header {
		float: none;
	}
	
	.navbar-brand {
		border-bottom: 1px solid #222470;
		display: block;
		float: none;
		margin: 60px auto 40px;
		padding-bottom: 30px;
		text-align: center;
		width: 90%;
	}
		
	.navbar-collapse {
		background-color: transparent;
		padding-left: 0;
		padding-right: 0;
		position: static;
		text-align: center;
	}
	
	.navbar-nav > li {
		display: block;
		width: 100%;
	}
	
	.navbar-nav > li > a {
		padding-bottom: 10px;
		padding-top: 10px;
		text-decoration: none;
	}
	
	header .address {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	
	
}
@media (min-width: 768px) and (min-height:660px){
    header .logos {
		border-top: 1px solid #222470;
		bottom: 30px;
		display: block;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 200px;
		padding-top: 15px;
		position: absolute;
		right: 0;		
		width: 90%;
	}	
}

@media (min-width: 992px) {
	header {
		width: 20%;
	}

	.navbar-brand {
		max-width: 200px;
		padding-bottom: 10px;
	}
	
	header .address {
		max-width: 200px;
	}
	
}

@media (min-width: 1200px) {
	.navbar-brand {
		width: 100%;
	}
}




/* main */
main section {
	line-height: 22px;
	padding-bottom: 20px;
	padding-top: 20px;
}

main section .row.margin {
	margin-bottom: 50px;
}

main section hr {
   border-color: #c0c0c0;
   margin-bottom: 17px;
   margin-top: 17px;
}

main .more {
	background-image: url("../img/arrow-down.png");
	background-position: 50% 90%;
	background-repeat: no-repeat;
	border: 1px solid #c0c0c0;
	border-radius: 75px;
	color: #c0c0c0;
	display: block;
	font-size: 14px;
	height: 150px;
	line-height: 18px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 44px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 150px;
}


main .gold .more {
	border-color: #c2a372;
	color: #c2a372;
}

main .blue .more {
	border-color: #716ea1;
	color: #716ea1;
}

main .blue .more {
	border-color: #6E87A1;
	color: #6E87A1;
}


@media (min-width: 768px) {	
	main {
		padding-left: 220px;
	}
	
	main section {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	main .container {
		padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
		width: 90%;
	}
}

@media (min-width: 992px) {
	main {
		padding-left: 20%;
	}
	
	main .container {
		max-width: 1170px;
		width: 90%;
	}
}

/* footer */
footer {
	background-color: #e8e8e8;
	line-height: 22px;	
	padding-bottom: 20px;
	padding-top: 20px;	
}

/* slider */
main .slider .carousel {
	/*height: 300px;*/
	position: relative;
	width: 100%;
}

main .slider .carousel-inner {
	height: 100%;
}

main .slider .carousel-inner > .item {
	background-position: 0 50%;
	background-size: cover;
	height: 100%;
}

main .slider .carousel-inner > .item.no-header .description {
    margin-top: 80px;
}

main .slider img {
    display: none !important;
}

main .slider .img-mobile {
    background-position: center;
    background-size: cover;
    display: block;
    height: 330px;
}

main .slider .carousel-caption {
    background-color: #e8e8e8;
	bottom: auto;
	color: #525252;
	left: 0;
	right: 0;
	padding: 0 20px 20px;
	text-align: left;
	text-shadow: none;
	top: 0;
	position: relative;
}

main .slider .carousel-caption h3 {
	font-family: 'Gotham Bold', sans-serif;
	font-size: 27px;
	line-height: 34px;
	/*margin-top: 80px;*/
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

main .slider .carousel-caption p {
    margin-bottom: 0;
}

main .slider .controls {
	left: 20px;
	position: absolute;
	top: 260px;
	width: 70%;
}

main .slider .carousel-control {
	opacity: 1;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	width: auto;
}

main .slider .carousel-control.left,
main .slider .carousel-control.right {
	background-image: none;
}

main .slider .carousel-control .icon-next:before,
main .slider .carousel-control .icon-prev:before {
	content: "";
}

main .slider .carousel-control .icon-next,
main .slider .carousel-control .icon-prev {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 25px;
	display: inline-block;
	height: 50px;
	margin: 0;
	position: static;
	width: 50px;
}

main .slider .carousel-control .icon-next {
	background-image: url(../img/icon-next.png);
	background-repeat: no-repeat;
	background-position: 20px 15px;
}

main .slider .carousel-control .icon-prev {
	background-image: url(../img/icon-prev.png);
	background-repeat: no-repeat;
	background-position: 19px 15px;
}

main .slider .carousel-indicators {
	display: inline-block;
	margin: 0 5px;
	position: static;
	width: auto;
}

main .slider .carousel-indicators li {
	background-color: rgba(255, 255, 255, 0.4);
	border: none;
	bottom: 20px;	
	height: 12px;
	margin: 0 5px 0 0;
	position: relative;
	width: 12px;
}

main .slider .carousel-indicators .active {
	background-color: #fff;
}

@media (min-width: 768px) {
	/*main .slider .carousel-caption {
		left: auto;
		right: 0;
		width: 60%;
	}*/
}

@media (min-width: 992px) {
    main .slider img {
        display: block !important;
        width: 100%;
    }

    main .slider .img-mobile {
        display: none;
    }
    
    main .slider .carousel-caption {
        background-color: rgba(255, 255, 255, 0.80);
        left: auto;
        position: absolute;
        right: 0;
    }
    
    main .slider .controls {
        bottom: 20px;
        top: auto;
    }
	main .slider .carousel-caption {
		width: 50%;
	}
	
	main .slider .carousel-caption h3 {
		font-size: 42px;
		line-height: 51px;
	}	
}

/* tabs */
main .tabs .row {
	margin-bottom: 30px;
	margin-left: -10px;
	margin-right: -10px;
}

main .tabs .col-md-3 {
	padding-left: 10px;
	padding-right: 10px;
}

main .tabs .date {
	right: 10px;
}

main .tabs h5 a {
	text-decoration: none;
}

main .tabs h5 a:hover,
main .tabs h5 a:focus {
	text-decoration: underline;
}

main .tabs .small {
	border-bottom: 1px solid #dedede;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 8px;
	padding-bottom: 2px;
}

main .tabs .line {
	border-bottom: 1px solid #dedede;
	margin-bottom: 0;
}

main .tabs .btn-link {
	border-top: 0;

}

main .tabs .upper {
	text-transform: uppercase;
}

main .tabs .points {
	font-size: 18px;
}

main .tabs .no-image {
	position: static;
}

main .tabs .important {
	background-color: #c0c0c0;
	box-shadow: 7px 7px 0 0 #dedede;
	color: #fff;
	display: block;
	margin-bottom: 17px;
	padding: 0 15px 1px;
}

main .tabs .important a {
	color: #fff;
}

main .tabs .important.gold {
	background-color: #c2a372;
}

main .tabs .important.blue {
	background-color: #716ea1;
}

main .tabs .important.lightblue {
	background-color: #6E87A1;
}

main .tabs .important .date {
	padding-right: 0;
}

main .nav-tabs {
	border-bottom: 1px solid #c0c0c0;
    margin-bottom: 20px;
    margin-top: 10px;
}

main .nav-tabs > li {
	float: none;
	margin-bottom: 0;
}

main .nav-tabs > li > a {
	border: none;
	border-radius: 0;
	margin-right: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

main .nav-tabs > li.active > a,
main .nav-tabs > li.active > a:hover,
main .nav-tabs > li.active > a:focus {
	border: none;
	background-color: #c0c0c0;
	color: #fff;
}

main .nav-tabs > li.active.gold > a,
main .nav-tabs > li.active.gold > a:hover,
main .nav-tabs > li.active.gold > a:focus {
	background-color: #c2a372;
}

main .nav-tabs > li.active.blue > a,
main .nav-tabs > li.active.blue > a:hover,
main .nav-tabs > li.active.blue > a:focus {
	background-color: #716ea1;
}

main .nav-tabs > li.active.lightblue > a,
main .nav-tabs > li.active.lightblue > a:hover,
main .nav-tabs > li.active.lightblue > a:focus {
	background-color: #6E87A1;
}

main .nav-tabs > li > a:hover {
	border: none;
}

main .nav > li > a {
	padding: 8px 25px;
}

main .nav-tabs > .search {
	margin-bottom: -1px;
}

@media (min-width: 992px) {	
	main .nav-tabs > li {
		float: left;
	}
	
	main .nav-tabs .search {
	    bottom: -2px;
		float: right;
		margin-bottom: -3px;
		max-width: 200px;
		position: relative;
	}
	
	main .tabs .important {
		margin-bottom: 0;
	}
}

/* tabs dates */
main .tabs .dates .carousel-control {
    opacity: 1;
    text-decoration: none;
    text-shadow: none;
}

main .tabs .dates .carousel-control.left,
main .tabs .dates .carousel-control.right {
	background-image: none;
}

main .tabs .dates .carousel-control .icon-next:before,
main .tabs .dates .carousel-control .icon-prev:before {
	content: "";
}

main .tabs .dates .carousel-control .icon-next {
	background-image: url("../img/icon-next.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 20px;
	margin-right: -3px;
	margin-top: -10px;
	right: 0;
	width: 20px;
}

main .tabs .dates .carousel-control .icon-prev {
	background-image: url("../img/icon-prev.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 20px;
	left: 0;
	margin-left: 5px;
	margin-top: -10px;
	width: 20px;
}

main .tabs .dates .date {
	cursor: pointer;
	right: 0;
	text-align: center;
	text-transform: uppercase;	
}

main .tabs .dates .date.gold {
	background-color: #c2a372;
}


/* event */
main .event {
	margin-bottom: 50px;
}

main .event .locked {
	font-size: 18px;
	margin-bottom: 17px;
}

main .event .locked span {
	display: inline-block;
	line-height: 22px;
}

main .event .publication {
	background-color: #c0c0c0;
	color: #fff;
	font-family: "GothamCondensed Medium", sans-serif;
	font-size: 20px;
	margin-bottom: 17px;
	padding: 8px 12px;
}

main .event .publication img {
	display: inline-block;
	margin-right: 5px;
}

main .event .publication a {
	color: #fff;
	text-decoration: none;
}

main .event .publication a:hover,
main .event .publication a:focus {
	text-decoration: underline;
}

main .event.gold .publication {
	background-color: #c2a372;
}

main .event.blue .publication {
	background-color: #716ea1;
}

main .event.lightblue .publication {
	background-color: #6E87A1;
}

main .event .table {
	background-color: #e8e8e8;
}

main .event .table > thead > tr > th,
main .event .table > tbody > tr > th,
main .event .table > tfoot > tr > th,
main .event .table > thead > tr > td,
main .event .table > tbody > tr > td,
main .event .table > tfoot > tr > td {
	border-top: 1px solid #fff;
}

main .event .date {
	float: left;
	margin-right: 1px;
	position: static;
}

main .event .date a {
	color: #fff;
	display: block;
	text-decoration: none;
}

main .event .fee {
	background-color: rgba(192, 192, 192, 0.3);
    box-shadow: 4px 4px 0 0 #f7f7f7;
    margin-bottom: 20px;
    padding: 15px;
}

main .event.gold .fee {
	background-color: rgba(194, 163, 114, 0.3);
}

main .event.blue .fee {
	background-color: rgba(113, 110, 161, 0.3);
}

main .event.lightblue .fee {
	background-color: rgba(110, 135, 161, 0.3);
}

main .event .fee .pull-right {
	font-family: 'Gotham Light', sans-serif;
	font-size: 30px;
	line-height: 30px;
}

main .event .small {
	border-bottom: 1px solid #dedede;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 8px;
	padding-bottom: 2px;
}

main .event .upper {
	text-transform: uppercase;
}

main .event .points {
	font-size: 18px;
}

main .event .time {
	font-size: 18px;
	line-height: 34px;
}

main .event .row.col {
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

main .event .row.col .col-sm-6 {
	border-bottom: 1px solid #dedede;
	padding-left: 0;
	padding-right: 0;
}

main .event .big {
	border-bottom: 1px solid #dedede;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 0;
}

main .event .big a,
main .event .small a {
	text-decoration: none;
}


main .event .contact-wrap { border-bottom: 1px solid #dedede; }
main .event .contact-wrap .big { margin-bottom:5px; }
main .event .contact-wrap .small { border-bottom:0 solid; margin-bottom:2px;}


/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies { position:fixed; width: 100%; left: 0; top: 0; padding: 0.5em 5%; background: #2a2d7c; color: #fff; font-size: 12px; z-index: 99999; text-align: center;  }
.cc-cookies a, .cc-cookies a:hover { color: #fff; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; font-weight: bold; text-decoration: none; background: #c2a372; padding: 0.25em 0.5em; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #c0c0c0; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a.cc-cookie-accept:hover, .cc-cookies-error a.cc-cookie-accept:hover, .cc-cookies a.cc-cookie-decline:hover, .cc-cookies-error a.cc-cookie-decline:hover, .cc-cookies a.cc-cookie-reset:hover  { }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a.cc-cookie-reset:hover { text-decoration: none; }

@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
.cc-cookies { position: relative; float: left; }
}


/* fonts */
@font-face {
	font-family: 'Gotham Light';
	src: url('../fonts/Gotham-Light.eot');
	src: local('☺'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: local('☺'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Medium';
	src: url('../fonts/Gotham-Medium.eot');
	src: local('☺'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'GothamCondensed Medium';
	src: url('../fonts/GothamCondensed-Medium.eot');
	src: local('☺'), url('../fonts/GothamCondensed-Medium.woff') format('woff'), url('../fonts/GothamCondensed-Medium.ttf') format('truetype'), url('../fonts/GothamCondensed-Medium.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}

.news-first { background:#f6f6f6; }
.blue.important { background:#716ea1;
	box-shadow: 7px 7px 0 0 #dedede;
	color: #fff;
	display: block;
	margin-bottom: 17px;
	padding: 0 15px 1px;

}

.blue.important img{
    display:none;
}
.blue.important a {
	color: #fff;
    text-transform:uppercase;
}

.blue.important a:hover
{
    text-decoration:underline;
}

section.category-filters {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -40px;
    margin-top: -20px;
}


main .event .table tr td { background-color: #F1F1F6;}
main .event .table tr td:nth-child(1) { font-weight:bold; background-color: #D4D4E3; }

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.14.30
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{list-style:none}
.bootstrap-datetimepicker-widget ul {padding-left:0 !important;}
.bootstrap-datetimepicker-widget.dropdown-menu{margin:2px 0;padding:4px;width:19em}@media (min-width:768px){
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}
@media (min-width:992px){
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}
@media (min-width:1200px){
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}
.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}
.bootstrap-datetimepicker-widget .list-unstyled{margin:0}
.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}
.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}
.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}
.bootstrap-datetimepicker-widget button[data-action]{padding:6px}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}
.bootstrap-datetimepicker-widget .picker-switch{text-align:center}
.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}
.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}
.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}
.bootstrap-datetimepicker-widget table{width:100%;margin:0}
.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}
.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}
.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}
.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}
.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}
.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}
.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}
.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}
.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}
.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}
.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}
.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777}
.bootstrap-datetimepicker-widget table td.today{position:relative}
.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:0 0 7px 7px solid transparent;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}
.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}
.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}
.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}
.bootstrap-datetimepicker-widget table td span:hover{background:#eee}
.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
.bootstrap-datetimepicker-widget table td span.old{color:#777}
.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}
.bootstrap-datetimepicker-widget.wider{width:21em}
.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}
.input-group.date .input-group-addon{cursor:pointer}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
*[datepicker-popup-wrap] table { margin: 0 10px; }
*[datepicker-popup-wrap] table .btn { border-radius: 3px; border: 1px solid #ccc; margin: 1px; padding:4px 8px;}


.container.event .login-button-wrap :last-child  { margin-bottom: 20px; }
.container.event .login-button-wrap p { font-size: 12px; }
.container.event .event-upper-info { margin-bottom: 10px; }
.container.event .login-disabled-text a { text-decoration:underline; }
.container.event .login-warning-text { padding-left:60px; position:relative; }
.container.event .login-warning-text:before { content: "\e101"; position: absolute; top: 15px; left: 15px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 30px; }

main .event .fee .multiple-fees{
    font-size: 18px;
    line-height: 20px;
}
main .event .fee h4{
    line-height:20px;
}