@charset "utf-8";/* ANY CSS FOR ALL WIDTHS GOES HERE
----------------------------------------------------------- */

	#s5_banner {
	padding-left:0px !important;
	/*float:right;
	width:50%;*/
	}
	

/* ALL WIDTHS UNDER 970PX
----------------------------------------------------------- */

@media screen and (max-width: 970px){

	/* DEFAULT
	----------------- */

	.s5_wrap {
	width:100% !important;
	}
	
	.s5_is_display, .s5_is_slide {
	position:relative !important;
	}
	
	.s5_is_slide {
	height:auto !important;
	}
	
	/* CUSTOM
	----------------- */
	
	#s5_banner {
	padding-top:4% !important;
	}
	
	#fontControls {
	display:none;
	}
	
}


/* TABLET PORTRAIT MODE CSS
----------------------------------------------------------- */

@media screen and (min-width:580px) and (max-width: 970px){

	
	/* CUSTOM
	----------------- */

	#s5_header_area_inner {
	padding-top:12px;
	}

	#s5_banner {
	max-width:50% !important;
	}

	#s5_logo {
	max-width:43% !important;
	}
	
	#s5_search input {
	width:80px;
	}
	
	#s5_nav li {
	padding-left:14px;
	padding-right:14px;
	}

	#s5_menu_wrap {
	font-size:0.8em;
	}

	.S5_parent_subtext {
	font-size:1em;
	}
	
	body {
	font-size:0.7em !important;
	}
	
}


/* TABLET PORTRAIT MODE CSS - SMALLER TABLETS
----------------------------------------------------------- */

@media screen and (max-width: 750px){

	/* DEFAULT
	----------------- */

	#s5_menu_wrap {
	display:none;
	}

	/* CUSTOM
	----------------- */
	
	#s5_banner {
	display:none;
	}
	
	#s5_logo {
	max-width:100% !important;
	}

}


/* MOBILE LAYOUT CSS
----------------------------------------------------------- */

@media screen and (max-width: 579px){

	/* DEFAULT
	----------------- */

	#s5_right_column_wrap_inner .s5_float_left, #s5_left_column_wrap_inner .s5_float_left {
	float:none;
	}

	#s5_columns_wrap_inner {
	width:100%;
	}

	#s5_center_column_wrap {
	width:100%;
	left:100%;
	}

	#s5_left_column_wrap {
	left:0%;
	}
	
	#s5_left_top_wrap, #s5_left_column_wrap, #s5_left_inset_wrap, #s5_left_wrap, #s5_left_bottom_wrap, #s5_right_top_wrap, #s5_right_column_wrap, #s5_right_inset_wrap, #s5_right_wrap, #s5_right_bottom_wrap, #s5_top_row1 .s5_float_left, #s5_top_row2 .s5_float_left, #s5_top_row3 .s5_float_left, #s5_above_columns_inner .s5_float_left, #s5_middle_top .s5_float_left , #s5_middle_bottom .s5_float_left, #s5_below_columns_inner .s5_float_left, #s5_bottom_row1 .s5_float_left, #s5_bottom_row2, .s5_float_left, #s5_bottom_row3 .s5_float_left, #s5_above_body .s5_float_left, #s5_below_body .s5_float_left {
	width:100% !important;
	}
	
	#s5_center_column_wrap_inner {
	margin:0px !important;
	}
	
	#s5_left_column_wrap {
	margin-right:0px !important;
	}
	
	#s5_right_column_wrap {
	margin-left:0px !important;
	}
	
	.items-row .item {
	width:100% !important;
	padding-left:0px !important;
	padding-right:0px !important;
	margin-right:0px !important;
	margin-left:0px !important;
	}
	
	/* CUSTOM
	----------------- */

	#s5_banner {
	display:none;
	}
	
	#s5_header_area_inner {
	padding-top:12px;
	}

	#s5_logo {
	margin-left:auto;
	margin-right:auto;
	float:none;
	max-width:75% !important;
	height:auto;
	display:block;
	padding-right:0px;
	}
	
	#s5_breadcrumb_wrap {
	display:none;
	}
	
	#s5_bottom_menu_wrap {
	float:left;
	margin-left:-10px;
	}
	
	#s5_bottom_menu_wrap ul.menu li {
	float:left;
	}
	
	#s5_footer {
	display:block;
	width:100%;
	}
	
	#s5_social_wrap_inner div {
	margin-left:3px !important;
	}
	
	#s5_breadcrumb_fonts_wrap {
	padding:12px !important;
	}
	
	body {
	font-size:0.7em !important;
	}

}


/* CUSTOM SIZES
----------------------------------------------------------- */

















/* SINGLE COLUMN FOR SMALL TABLETS - THIS IS ONLY USED FOR IE7 AND IE8. THE CLASS IS SET WITH JAVASCRIPT FOR IE ONLY
----------------------------------------------------------- */

@media screen and (max-width: 750px){
	
	.s5_ie_single_column #s5_right_column_wrap_inner .s5_float_left, .s5_ie_single_column #s5_left_column_wrap_inner .s5_float_left {
	float:none  !important;
	}

	.s5_ie_single_column #s5_columns_wrap_inner {
	width:100%  !important;
	}

	.s5_ie_single_column #s5_center_column_wrap {
	width:100%  !important;
	left:100%  !important;
	}

	.s5_ie_single_column #s5_left_column_wrap {
	left:0%  !important;
	}
	
	.s5_ie_single_column #s5_left_top_wrap, .s5_ie_single_column #s5_left_column_wrap, .s5_ie_single_column #s5_left_inset_wrap, .s5_ie_single_column #s5_left_wrap, .s5_ie_single_column #s5_left_bottom_wrap, .s5_ie_single_column #s5_right_top_wrap, .s5_ie_single_column #s5_right_column_wrap, .s5_ie_single_column #s5_right_inset_wrap, .s5_ie_single_column #s5_right_wrap, .s5_ie_single_column #s5_right_bottom_wrap {
	width:100% !important;
	}
	
	.s5_ie_single_column #s5_center_column_wrap_inner {
	margin:0px !important;
	}
	
	.s5_ie_single_column #s5_left_column_wrap {
	margin-right:0px !important;
	}
	
	.s5_ie_single_column #s5_right_column_wrap {
	margin-left:0px !important;
	}
	
	.s5_ie_single_column  .items-row .item {
	width:100% !important;
	padding-left:0px !important;
	padding-right:0px !important;
	margin-right:0px !important;
	margin-left:0px !important;
	}

}
/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
.compojoom-bootstrap h2, .compojoom-bootstrap .h2 {
    font-size: 1.6em;
    color: #b31e00;
  font-family: Berkshire Swash;}
  
  .mat_timeline > li > .mat_timeline-badge {
    color: #fff;
    font-weight: bold;
    background-color: #F49903;}

.mat_timeline > li > .mat_timeline-panel {
    
    border: 1px solid #F49903;
}

.mat_timeline::before {
    
    background-color: #b31e00;
}

.mat_timeline > li > .mat_timeline-panel::before {
    
  border-right: 15px solid #F49903;}

.compojoom-bootstrap h4, .compojoom-bootstrap .h4 {
    font-family: Berkshire Swash;
    
}
.compojoom-bootstrap .mat_event_top_informations {
    color: #444;
    
}

.mat_event_date {
    color: #444;
  font-weight: bold;
}

.compojoom-bootstrap .btn-primary {
  
    background-color: #b31e00;
    border-color: #F49903;
}

.compojoom-bootstrap .btn-primary:hover {
background-color: #F49903;
    border-color: #b31e00;
}


.compojoom-bootstrap .btn-primary:active, .compojoom-bootstrap .btn-primary.active, .compojoom-bootstrap .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #F49903;
    border-color: #b31e00;
}

.compojoom-bootstrap .btn-primary:onklick, .compojoom-bootstrap .btn-primary.onclick, .compojoom-bootstrap .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #F49903;
    border-color: #b31e00;
}

.compojoom-bootstrap h3, .compojoom-bootstrap .h3 {
    font-size: 1.5em;
    color: #b31e00;
  font-family: Berkshire Swash;
}

.compojoom-bootstrap .row {
    
    margin-top: 10px;
    
}

.compojoom-bootstrap .btn-primary:focus,.compojoom-bootstrap .btn-primary.focus {
  
    background-color: #b31e00;
    border-color: #F49903;
}

.mat_event_details {
    background: #F7E089;
    padding: 5px 0 10px 0;
        padding-right: 0px;
        padding-left: 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.cforms-steps {
    border-top: none;
    border-bottom: none;
    background-color: #F7E089;
}

.cforms-steps ul {
    border-left: none;
    border-right: none;
}

.cforms-steps a.step-active span:first-child {
    color: #fff;
    border-color: #b31e00;
    background-color: #b31e00;
}

.cforms-steps a.step-active {
    color: #b31e00;
}

.input-matukiofees {
    padding-top: 0px;
    padding-bottom: 0px;
    background: none;
    box-shadow: none;
}

.compojoom-bootstrap .list-group-item {
   
    background-color: #f7f6e8;
  border: 1px solid #F49903;}

.compojoom-bootstrap .list-group-item-grey {
    background-color: #F7E089;
}

.compojoom-bootstrap a.list-group-item, .compojoom-bootstrap button.list-group-item {
    font-size: 1.6em;
    color: #b31e00;
  font-family: Berkshire Swash;
}

.mat_tickets_row_button {
    border-top: 1px dotted #b31e00;
}

.compojoom-bootstrap .list-group-item-grey-effect.focus {
    background-color: #F7E089;
}

.mat_event_single_holder {
    
    border: 1px solid #F7E089;
    border-radius: 2px;
    box-shadow: 0 0 4px #F7E089;
}

.compojoom-bootstrap .glyphicon {
    
    font-size: 19px;
}

.compojoom-bootstrap hr {
    	height: 1px;
	margin: 0 auto;
	color: #b31e00;
	background: #b31e00;
}

.mmat_event_holder_inner h3 {
   
    font-weight: bold;
   
    margin-bottom: 19px;
  line-height: 1.3em; 
}

.compojoom-bootstrap .toggle-checkbox {
   
  height: 28px !important;
border: 1px solid #b31e00}
