














/*
 * GENERAL
 */


@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
	font-family: Arial, Verdana;
	padding-bottom: 0px;
	min-height: 100%;
	font-size: 14px;
	background-color: #ffffff;
}

html, body, div, p, ul, li, a {
	font-family: 'Tahoma', Arial, Verdana;
} 

@media (max-width: 768px)
{
	body {
		font-size: 12px;
	}
}

h1 {
	font-size: 30px;
}

h1.title {
	color: #A12020;
	border-bottom: 1px solid #A12020;
	margin-bottom: 20px;
	margin-top: 0px;
}

h2 {
	font-size: 25px;
}

.breadcrumb {
	font-size: 12px;
	background: none;
	padding: 0;
}

.breadcrumb a {
	color: #A12020;
}

.glyphicon {
	top: 2px;
}

input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #ffffff;
}
input::-webkit-input-placeholder {
  color: #ffffff;
}

.discrete-text {
	font-size: 9px;
	color: lighten(#000000, 70);
	font-style: italic;
}

li.error {
	color: #f00;
}
.display-errors {	
	margin-bottom: 15px;
}	
.display-errors ul {
	list-style: none;
	padding: 0px;
}
.display-errors span {
	margin-right: 5px;
}

.alert {
	margin-bottom: 10px;
}

.container {
	// background-color: #fff;
}

#filtersAffix.affix {
	top: 20px;
}

/*
 * END GENERAL
 */

/* -------------------------------------------------------------------------------- */

/*
 * HEADER DESIGN 
 */
.header {
	padding: 10px 0;
}

/* 
 * END HEADER DESIGN 
 */

/* -------------------------------------------------------------------------------- */

/*
 * MENU DESIGN
 */

.menu, .menu-footer {
	/* background-color: #AAAAAA ; */
}

.menu a img {
	margin-right: 5px;
	height: 50px !important;
}

.menu a img.phantom {
	margin-right: 0px;
	visibility: hidden;
}

@media(min-width:768px)
{
	.menu .nav > li + li:after {
		content: "";
		background: #ffffff;
		position: absolute;
		bottom: 25%;
		left: 0;
		height: 50%;
		width: 1px;
	}
}

.navbar-toggle {
	border-color: #ffffff;
}
.navbar-toggle .icon-bar {
	background-color: #ffffff;
}

//Bootstrap menu reset

.navbar-default {
	background-color: transparent;
	border: none;
}

.navbar-inner,
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner,
.navbar-static-top .navbar-inner {
	background: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: none;
	padding: 0;
}

.navbar { margin-bottom: 0; min-height: 10px; }
.navbar .nav { margin: 0; }
.navbar .brand,
.navbar .nav > li > a {
	margin: 0;
	padding: 10px;
	text-shadow: none;
}
.navbar .btn-navbar,
.navbar .btn-navbar:hover {
	background: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	text-shadow: none;
}

/*
 * END MENU DESIGN
 */
 
/* -------------------------------------------------------------------------------- */

/*
 * MENU FOOTER DESIGN
 */

.menu-footer {
}
.nav-footer { 
	display: table;
    table-layout: fixed;
	margin: 0;
	padding: 0 15px;
	width: 100%;
}
.nav-footer li { 
	display: table-cell;
    padding: 10px 0;
	text-align: center;
}
.nav-footer li:first-child {
	text-align: left;
}
.nav-footer li:last-child {
	text-align: right;
}
.nav-footer li > a {
	
}

/*
 * END MENU FOOTER DESIGN
 */

 
/* -------------------------------------------------------------------------------- */

.otherRegistrationQuantityPanel label {
	display: block;
	margin-bottom: 0.5em;
}

.form-value-container label {
	display: block;
}

.tableResponse td {
	padding: 0.5em;
}

/*
 * MAIN FIELDSET DESIGN
 */

.main-fieldset {

	border-top: 3px solid #AAAAAA;
	box-shadow: 0px 1px 1px 0px #c7c7c7;
	margin: 0.5em 0;
	padding: 1em;
}

.main-fieldset legend {

	font-size: 1.4em;
	display: inline-block;
	width: auto;
	border: none;
	padding: 0.5em;
    margin-bottom: -0.5em;
    color: #ffffff;
}

.main-fieldset .custom-form-group {
	
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 0;
}

.main-fieldset .custom-form-group > * {
	
	display: table-cell;
	vertical-align: top;
	padding: 0.5em 0em;
}

.main-fieldset .custom-form-group > *:first-child {

	width: 20%;
}

.main-fieldset label {
	
	font-weight: normal;
}

.main-fieldset .panel {
	
	margin-bottom: 0;
}

.main-fieldset ::placeholder {

	font-style: italic;
}

@media(max-width:768px)
{

	.main-fieldset .custom-form-group {
	
		display: block;
		width: 100%;
		margin-bottom: 1em
	}
	
	.main-fieldset .custom-form-group > * {
		
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;		
	}
	
	.main-fieldset .custom-form-group > *:first-child {
		
		width: 100%;
	}

}

/*
 * END MAIN FIELDSET DESIGN
 */
 
/*
 * ORDERED FIELDSET DESIGN
 */

.js-ordered-fieldset legend > span {

	vertical-align: middle;
}

.js-ordered-fieldset .js-ordered-fieldset-number {

	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.5em;
    height: 1em;
    width: 1em;
    border: 1px solid #AAAAAA;
    background: #AAAAAA;
    color: #ffffff;
    border-radius: 50%;	
}

.js-ordered-fieldset .js-ordered-fieldset-number span {

	font-size: 0.6em;
    line-height: 0.6em;
	vertical-align: middle;
}

.js-reveal-target-field {

	display: none;
	margin-top: 0.5em;
}
 
/*
 * END ORDERED FIELDSET DESIGN
 */ 
 
/*
 * CUSTOM FIELD
 */

.custom-field-radio {

	display: none;
}

.custom-field-radio + .custom-field-label {

	display: inline-table;
	margin: 0.5em;
	border: 2px solid #ccc;
	border-radius: 5px;
	transition: 0.2s all ease-in-out;
	vertical-align: middle;
}

.custom-field-radio + .custom-field-label > span {

	display: table-cell;
	vertical-align: middle;
	padding: 0.6em;
}

.custom-field-radio + .custom-field-label > span:first-child {
	
	padding-right: 0em;
}

.custom-field-radio + .custom-field-label > span:first-child:before {
	
	content: '';
	display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 14px;
	border: 2px solid #ccc;
	border-radius: 50%;
	transition: 0.2s all ease-in-out;
}

.custom-field-radio:checked + .custom-field-label {

	border-color: rgba(76, 175, 80, 0.6);
}

.custom-field-radio:checked + .custom-field-label > span:first-child:before {
	
	border-color: rgb(76, 175, 80);
	background-color: rgb(76, 175, 80);
}

.js-ajax-error {

	display: none;
	font-size: 0.9em;
	color: rgb(244, 67, 54);
	font-style: italic;
}

.js-ajax-validated {

	border-color: rgb(76, 175, 80);
	box-shadow: 0 0 8px rgba(76, 175, 80, 0.6);
}

.js-ajax-nonvalidated {

	border-color: rgb(244, 67, 54);
	box-shadow: 0 0 8px rgba(244, 67, 54, 0.6);
}

/*
 * END CUSTOM FIELD
 */
 
 /*
  * NETWORK USER
  */
  
.manif-minisite-network-user-container {
	
	position: fixed;
	top: 0;
	right: 1em;
	
	cursor: pointer;
	
	padding: 0.5em;
	background: white;
	color: #e20612;
	border: 2px solid #e20612;
	border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
    transition: 0.2s opacity ease-in-out;
    opacity: 0.5;
}

.manif-minisite-network-logon-container {

	cursor: pointer;
}

.manif-minisite-network-user-container:hover,
.manif-minisite-network-user-container:focus {

	opacity: 1;
}

.manif-minisite-network-user-container.logged-in:hover,
.manif-minisite-network-user-container.logged-in:focus {

	border-radius: 0;
}

.manif-minisite-network-user-container .head,
.manif-minisite-network-logon-container .head {

	font-weight: bold;
	font-style: italic;
	
	display: table;
}

.manif-minisite-network-logon-container .head {
	
	margin: auto;
}

.manif-minisite-network-user-container .head > div,
.manif-minisite-network-logon-container .head > div {
	
	display: table-cell;
	padding: 0.5em;
	vertical-align: middle;
}

.manif-minisite-network-user-container .head .avatar {

	height: 2em;
	width: 2em;

	border-radius: 50%;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #DFDFDF;
}

.manif-minisite-network-user-container .logo {

	height: 2.5em;
}

.manif-minisite-network-logon-container .logo {
	
	height: 4em;
}

.manif-minisite-network-user-container ul {

    padding: 0;
    margin: 0;
    list-style: none;
    
    opacity: 0;
    position: absolute;
    top: -100%;
	left: -2px;
	
    min-width: calc(100% + 4px);
    
    transition: 0.2s opacity ease-in-out, 0.2s top ease-in-out;
}

.manif-minisite-network-user-container:hover ul,
.manif-minisite-network-user-container:focus ul {

	top: 100%;
	opacity: 1;
}

.manif-minisite-network-user-container ul li {

	
}

.manif-minisite-network-user-container ul li a {

	display: block;
	padding: 0.5em;
	background: white;
	color: #e20612;
	text-decoration: none;
	transition: 0.2s all ease-in-out;
	border-left: 2px solid #e20612;
	border-right: 2px solid #e20612;
}

.manif-minisite-network-user-container ul li:last-child a {

	border-bottom: 2px solid #e20612;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.manif-minisite-network-user-container ul li a:hover,
.manif-minisite-network-user-container ul li a:focus {

	background: #e20612;
	color: white;	
}

.manif-minisite-network-user-login-modal .modal-header {

	color: white !important;
	background: #e20612 !important;
}


.manif-minisite-network-user-login-modal .logo {

	height: 125px;
	margin: auto;
}

.manif-minisite-network-user-login-modal .avatar {

	height: 100px;
	width: 100px;
	margin: auto;

	border-radius: 50%;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #DFDFDF;
	
	margin-bottom: 1em;
}

.manif-minisite-network-user-login-modal a {

	color: black;
}

 /*
  * END NETWORK USER
  */
  
/*
 * eventManager NETWORK button
 */

.em-btn {

	padding: 0.5em;
	color: white !important;
	background: #e20612 !important;
	border: none;
	transition: 0.2s all ease-in-out;
}

.em-btn:hover,
.em-btn:focus {

	color: #e20612 !important;
	background: white !important;
}

 /*
 * END eventManager NETWORK button
 */


/* CSS UNWANTED SCROLLING DEBUGING
 * 
 */
//* {
//  background: #000 !important;
//  color: #0f0 !important;
//  outline: solid #f00 1px !important;
//}
/* END CSS DEBUGING */

/* 
 * VERTICAL OFFSET CLASSES 
 */

@media (min-width: 1200px)
{
	.voffset-lg  { margin-top: 2px; }
	.voffset1-lg { margin-top: 5px; }
	.voffset2-lg { margin-top: 10px; }
	.voffset3-lg { margin-top: 15px; }
	.voffset4-lg { margin-top: 30px; }
	.voffset5-lg { margin-top: 40px; }
	.voffset6-lg { margin-top: 60px; }
	.voffset7-lg { margin-top: 80px; }
	.voffset8-lg { margin-top: 100px; }
	.voffset9-lg { margin-top: 150px; }
}

@media (min-width: 992px) and (min-width: 1200px)
{
	.voffset-md  { margin-top: 2px; }
	.voffset1-md { margin-top: 5px; }
	.voffset2-md { margin-top: 10px; }
	.voffset3-md { margin-top: 15px; }
	.voffset4-md { margin-top: 30px; }
	.voffset5-md { margin-top: 40px; }
	.voffset6-md { margin-top: 60px; }
	.voffset7-md { margin-top: 80px; }
	.voffset8-md { margin-top: 100px; }
	.voffset9-md { margin-top: 150px; }
}

@media (min-width: 768px) and (max-width: 992px)
{
	.voffset-sm  { margin-top: 2px; }
	.voffset1-sm { margin-top: 5px; }
	.voffset2-sm { margin-top: 10px; }
	.voffset3-sm { margin-top: 15px; }
	.voffset4-sm { margin-top: 30px; }
	.voffset5-sm { margin-top: 40px; }
	.voffset6-sm { margin-top: 60px; }
	.voffset7-sm { margin-top: 80px; }
	.voffset8-sm { margin-top: 100px; }
	.voffset9-sm { margin-top: 150px; }
}

@media (max-width: 768px)
{
	.voffset-xs  { margin-top: 2px; }
	.voffset1-xs { margin-top: 5px; }
	.voffset2-xs { margin-top: 10px; }
	.voffset3-xs { margin-top: 15px; }
	.voffset4-xs { margin-top: 30px; }
	.voffset5-xs { margin-top: 40px; }
	.voffset6-xs { margin-top: 60px; }
	.voffset7-xs { margin-top: 80px; }
	.voffset8-xs { margin-top: 100px; }
	.voffset9-xs { margin-top: 150px; }
}

.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }


.spacerRow {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
 * END VERTICAL OFFSET CLASSES
 */

/* -------------------------------------------------------------------------------- */


/* 
 * BOOTSTRAP EQUAL COL HEIGHT ROW 
 */

@media (min-width: 768px) {
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}
}

/* 
 * END BOOTSTRAP EQUAL COL HEIGHT ROW 
 */

/* -------------------------------------------------------------------------------- */

/* 
 * SCROLL TOP PLUGIN STYLE 
 */

.scrollTop 
{
	display: none;
	height: 43px;
	width: 43px;
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: white;
	cursor: pointer;
}

.scrollTop > div
{
	text-align: center;
	margin-top: 4px;
	font-size: 25px;
	font-weight: bold;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
   	transform: rotate(-90deg);
}

/* 
 * END SCROLL TOP PLUGIN STYLE 
 */

/* -------------------------------------------------------------------------------- */


.homeBodyParallax {
	background-color: #ffffff ;
	color: #000000 ;
}

.showNav {
      background: #AAAAAA!important;
}

#nav-wrap > a {
	background-color: #AAAAAA ;
}

#nav-wrap li a {
	color: #A12020;
}

.footerParallax a {
	color: #A12020!important;
}

#nav-wrap {
	background-color: #AAAAAA ;
}

#go-top a {
	color: #ffffff; 
	background-color: #A12020; 
}

.submit {
	background-color: #ddd; 
	border-color: #ddd;
	color: #000;  
}

a {
	color: #A12020 ;
}
.navbar li a.menuActive {
	color: #A12020 ;
}

.content {
	padding: 25px 0;
}

.menu {
	background-color: #AAAAAA ;
}
#main-menu li {
	padding: 0 10px ;
}
#main-menu li a:hover {
	background-color: #A12020;
	color: #ffffff ;
}
.navbar li a {
	font-size: 1.2em;
	color: #ffffff ;
}
	
.navbar li.subscribe a {
	background-color: #A12020;
}
.navbar .subscribe a, .navbar .subscribe a.menuActive {
	text-transform: uppercase ;
	color: #fff;
}

.footer .menu-footer {
	background-color: #AAAAAA ;
}
.footer .menu-footer a {
	color: #ffffff ;
}

.footer .menu-footer-other, .footer .menu-footer-other a {
	color: #ffffff ;
}

.footer a {
	color: #ffffff ;
}
.menu-footer-other {
	padding-top: 5px;
	padding-bottom: 5px;
}

.alert-success a {
	color: #3c763d;
	text-decoration: underline;
}

.alert-warning a {
	color: #8a6d3b;
	text-decoration: underline;
}

.alert-danger a {
	color: #a94442;
	text-decoration: underline;
}

#receipt-fieldset {
	border: 1px solid #AAAAAA;
	border-radius: 4px;
	padding: 1em;
}

#receipt-fieldset legend {
	display: inline-block;
	width: auto;
	margin-bottom: 0px;
	border-bottom: none;
	padding: 0.5em;
	font-size: 1em;
	font-weight: bold;
}

/*
 * TEMPLATE_DEFAULT
 */

.header.TEMPLATE_DEFAULT .logo {
	text-align: center;
}
.header.TEMPLATE_DEFAULT .logo img {
	display: inline;
}

@media (min-width: 768px) {
	.menu.TEMPLATE_DEFAULT #navbar {
		text-align: center;
	}
	.menu.TEMPLATE_DEFAULT #main-menu {
		display: inline-block;
		float: none;
	}
}

.footer.TEMPLATE_DEFAULT .menu-footer-other {
	background-color: #AAAAAA ;
	margin-top: 1px;
}

.content.TEMPLATE_DEFAULT .main-fieldset legend {

    color: #AAAAAA;
}
 
/*
 * END TEMPLATE_DEFAULT
 */
 
/* -------------------------------------------------------------------------------- */

/*
 * TEMPLATE_1
 */
 
.header.TEMPLATE_1 {
	text-align: left ;
}

.menu.TEMPLATE_1 {
	background-color: #ffffff ;
	border-bottom: 5px solid #AAAAAA ;
}
.menu.TEMPLATE_1 li:not(.subscribe), .menu.TEMPLATE_1 li:not(.subscribe) a {
	background-color: #ffffff ;
	color: #AAAAAA ;
}
.menu.TEMPLATE_1 .navbar li:not(.subscribe) a.menuActive {
	color: #A12020 ;
}

.menu.TEMPLATE_1 .navbar-toggle {
	border-color: #AAAAAA;
}
.menu.TEMPLATE_1 .navbar-toggle .icon-bar {
	background-color: #AAAAAA;
}

@media (min-width: 768px) {
	.menu.TEMPLATE_1 .navbar-nav {
		float: right;
	}
	.menu.TEMPLATE_1 .nav > li + li:after {
		border-left: 1px solid #AAAAAA;
	}
}

.footer.TEMPLATE_1 .menu-footer-other {
	background-color: #AAAAAA ;
	margin-top: 1px;
}

.content.TEMPLATE_1 .main-fieldset legend {

    color: #AAAAAA;
}

/*
 * END TEMPLATE_1
 */
 
/* -------------------------------------------------------------------------------- */

/*
 * TEMPLATE_2
 */

.header.TEMPLATE_2 {
	background-color: #AAAAAA ;
}

@media (min-width: 768px) {
	.menu.TEMPLATE_2 .navbar-nav {
		float: right;
	}
}

.footer.TEMPLATE_2 .menu-footer-other .container {
	border-top: 2px solid #AAAAAA ;
	padding-top: 10px;
}

.content.TEMPLATE_2 .js-ordered-fieldset .js-ordered-fieldset-number {

    color: #ffffff;
}


/*
 * END TEMPLATE_2
 */
 
/* -------------------------------------------------------------------------------- */

/*
 * TEMPLATE_3
 */

@media (min-width: 768px) {
	.menu.TEMPLATE_3 #navbar {
		text-align: center;
	}
	.menu.TEMPLATE_3 #main-menu {
		display: inline-block;
		float: none;
	}
	.menu.TEMPLATE_3 .nav > li + li:not(.subscribe):after {
		background: #AAAAAA;
		border-left: 1px dashed #ffffff ;
		top: 0;
		height: 100%;
	}
	.menu.TEMPLATE_3 .nav > li + li.subscribe:after {
		width: 0px;
	}
}
.footer.TEMPLATE_3 .menu-footer-other {
	background-color: #AAAAAA ;
}

.footer.TEMPLATE_3 .nav-footer { 
	margin-bottom: 25px;
}
.footer.TEMPLATE_3 .nav-footer li { 
	text-align: center;
	border-right: 1px dashed #ffffff ;
}
.footer.TEMPLATE_3 .nav-footer li:first-child {
	border-left: 1px dashed #ffffff ;
}

.content.TEMPLATE_3 .main-fieldset legend {

    color: #AAAAAA;
}

/*
 * END TEMPLATE_3
 */
 
/* -------------------------------------------------------------------------------- */

/*
 * TEMPLATE_4
 */

.header.TEMPLATE_4 .logo {
	text-align: center;
}
.header.TEMPLATE_4 .logo img {
	display: inline;
}

@media (min-width: 768px) {
	.menu.TEMPLATE_4 #navbar {
		text-align: center;
	}
	.menu.TEMPLATE_4 #main-menu {
		display: inline-block;
		float: none;
	}
}

.footer.TEMPLATE_4 .menu-footer-other {
	background-color: #AAAAAA ;
	margin-top: 1px;
}

.content.TEMPLATE_4 .main-fieldset legend {

    color: #AAAAAA;
}

/*
 * END TEMPLATE_4
 */
 
/* -------------------------------------------------------------------------------- */


/*
 * TEMPLATE_5
 */

.header.TEMPLATE_5 .logo {
	text-align: center;
}
.header.TEMPLATE_5 .logo img {
	display: inline;
}

.menu.TEMPLATE_5 .navbar {
	border-bottom: 1px solid #A12020 ;
}

.menu.TEMPLATE_5 .navbar-toggle {
	border-color: #A12020;
}
.menu.TEMPLATE_5 .navbar-toggle .icon-bar {
	background-color: #A12020;
}
.footer.TEMPLATE_5 .menu-footer .container, .footer.TEMPLATE_5 .menu-footer-other .container {
	padding: 0 ;
}
.footer.TEMPLATE_5 .menu-footer-other .container {
	border-top: 1px solid #A12020 ;
	padding-top: 10px;
}

@media (min-width: 768px) {
	.menu.TEMPLATE_5 #navbar {
		text-align: center;
	}
	.menu.TEMPLATE_5 #main-menu {
		display: inline-block;
		float: none;
	}
}

.content.TEMPLATE_5 .js-ordered-fieldset .js-ordered-fieldset-number {

    background: #A12020;
    color: #AAAAAA;
}

.content.TEMPLATE_5 .custom-field-radio:checked + .custom-field-label {

	border-color: #A12020;
}

.content.TEMPLATE_5 .custom-field-radio:checked + .custom-field-label > span:first-child:before {
	
	border-color: #A12020;
	background-color: #A12020;
}

/*
 * END TEMPLATE_5
 */
 
/* -------------------------------------------------------------------------------- */


/*
 * TEMPLATE_6
 */


.TEMPLATE_6 div, .TEMPLATE_6 p, .TEMPLATE_6 ul, .TEMPLATE_6 li, .TEMPLATE_6 a {
	font-size: 1.1em ;
} 
.menu.TEMPLATE_6 a {
	font-size: 1.7em ;
}
.menu.TEMPLATE_6 li:not(.subscribe) a {
	color: #ffffff ;
}
.menu.TEMPLATE_6 li:not(.subscribe) a.menuActive {
	color: #A12020 ;
}

.menu.TEMPLATE_6 .navbar .subscribe a, .menu.TEMPLATE_6 .navbar .subscribe a.menuActive {
	text-transform: none ;
}

@media (min-width: 768px) {
	.menu.TEMPLATE_6 .navbar-nav {
		float: right;
	}
}

.menu.TEMPLATE_6 .navbar-toggle {
	border-color: #A12020;
}
.menu.TEMPLATE_6 .navbar-toggle .icon-bar {
	background-color: #A12020;
}

.footer.TEMPLATE_6 .menu-footer {
	background-color: #A12020 ;
}

.footer.TEMPLATE_6 .menu-footer-other .container {
	border-top: 2px solid #ffffff ;
	padding-top: 10px;
}

.content.TEMPLATE_6 .custom-field-radio:checked + .custom-field-label {

	border-color: #A12020;
}

.content.TEMPLATE_6 .custom-field-radio:checked + .custom-field-label > span:first-child:before {
	
	border-color: #A12020;
	background-color: #A12020;
}

/*
 * END TEMPLATE_6
 */
 
/* -------------------------------------------------------------------------------- */

/*
 * TEMPLATE_MAIN_PARALLAX
 */

.TEMPLATE_MAIN_PARALLAX {

	color: #000000;
	font-family: Tahoma;

}

@media(min-width: 768px) {

	.TEMPLATE_MAIN_PARALLAX .col-sm-4,
	.TEMPLATE_MAIN_PARALLAX .col-sm-8 {
	
	    padding-right: 0.5em;
	    padding-left: 0.5em;
	
	}
	
}

.TEMPLATE_MAIN_PARALLAX .cms-content-container img {

	display: block;
	max-width: 100%;
	height: auto !important;

}

.TEMPLATE_MAIN_PARALLAX #map_canvas {

	margin-top: 0.5em;

}

.TEMPLATE_MAIN_PARALLAX header {

	text-align: center;

}

.TEMPLATE_MAIN_PARALLAX header h1 {

	text-transform: uppercase;
	font-family: roboto;

}

.TEMPLATE_MAIN_PARALLAX .box {
	
	border: 1px solid #AAAAAA;
	margin-bottom: 1em;
	
}

.TEMPLATE_MAIN_PARALLAX .box-header,
.TEMPLATE_MAIN_PARALLAX .modal-header {
	
	font-family: roboto;
	padding: 0.5em 1em;
	background-color: #AAAAAA;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	
}

.TEMPLATE_MAIN_PARALLAX .box-content,
.TEMPLATE_MAIN_PARALLAX .modal-body,
.TEMPLATE_MAIN_PARALLAX .modal-footer {
	
	padding: 0.5em 1em;
	background-color: white;
	color: #000000;
	
}

.TEMPLATE_MAIN_PARALLAX .logo-box {

	margin-bottom: 1em;

}

.TEMPLATE_MAIN_PARALLAX footer {
	
	margin: 1em 0;
	
}

.TEMPLATE_MAIN_PARALLAX footer a {
	
	color: #ffffff;
	
}

.TEMPLATE_MAIN_PARALLAX #copyright-link, 
.TEMPLATE_MAIN_PARALLAX #legal-link {

	display: inline-block;

}

.TEMPLATE_MAIN_PARALLAX #copyright-link {
	float: left;
}

.TEMPLATE_MAIN_PARALLAX #legal-link {
	float: right;
}

.TEMPLATE_MAIN_PARALLAX .btn,
.TEMPLATE_MAIN_PARALLAX .form-control {
	border-radius: 0px;
}

.TEMPLATE_MAIN_PARALLAX input[type=submit],
.TEMPLATE_MAIN_PARALLAX .btn.btn-default {

	background-color: #A12020;
	color: #ffffff;

}

.TEMPLATE_MAIN_PARALLAX .alert {

	margin-bottom: 0;

}

.TEMPLATE_MAIN_PARALLAX #iframe-ticketing-container {

	background-color: white;

}

/*
 * END TEMPLATE_MAIN_PARALLAX
 */
 
/* -------------------------------------------------------------------------------- */

/* ManifStand > Article List */
.manifStand-list {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}
.manifStand-list > div {
  display: table-row;
}
.manifStand-list > div > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .manifStand-list {
    display: block;
  }
  .manifStand-list > div {
    display: block;
  }
  .manifStand-list > div > div {
    display: block;
  }
}
.manifStand-list > div > div:nth-child(1) {
  width: 15%;
}

.manifStand-list div > div:nth-child(1) h4 {
  font-weight: bold;
}
  
.manifStand-list div > div {
  padding: 5px 5px ;
}
.manifStand-list > div:not(.panel-heading):nth-child(odd) {
	background-color: #efefef;
}
.manifStand-list > div.panel-heading {
	font-weight: bold;
}

.manifStand-list .nowrap {
  white-space: nowrap ;
}
.manifStand-list .picture-container img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.manifStand-list .picture-container div {
			height: 11em;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}