body {
	font-family: 'Lato', sans-serif;
  background-color: #e9e9e9;		
  background-image: url(../images/bg_body.jpg);
	background-position: center top;
  background-repeat: repeat-x;  
	background-attachment: fixed;
	margin-top: 50px;
	margin-bottom: 50px;
}

#slidecms_1, #slidecms_2 {	
	display: none;
}



#spinnerOverlay {
	  display: none;
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.main-content {
	background-color: #fff;
}

#topwidget {
	box-shadow: none !important;
}

#page .wojo-content-full p {
	font-size: 16px !important;
	margin: 0 0.5em;
}

#boxed {	
  max-width:1200px;
  margin: 0px auto;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.9);  
}

.gallery-data {
	display: none;
}

.isStuck {
	opacity: 0.95 !important;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4) !important;
}

.wojo.black.buttons .button,
.wojo.black.button {
  font-family: 'Lato', sans-serif;
  background: rgb(169,3,41); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #FFFFFF;
}
.wojo.black.buttons .button:hover,
.wojo.black.button:hover {
  background-color: #111111;
  color: #FFFFFF;
}
.wojo.black.buttons .button.active,
.wojo.black.button.active {
  background-color: #111111;
  color: #FFFFFF;
}

.wojo.avatar.image {
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
	border: 1px solid #ccc;
	padding: 5px;
	width: 120px !important;
	height: auto !important;
}

#page {
	background-color: #fff;
  margin-top: 0 !important;
  margin-bottom: 0 !important; 
  height: auto;	
	min-height: 320px;
}

.logo {
	  
}

.wojo.horizontal.list > .item {
  display: inline-block;
  margin-left: 1em;
  font-size: 1rem;
  width: 320px;
}

.wojo.horizontal.list > .item:first-child {
    margin-left: 1em;
	width: 320px;
}

header {
  background-color: #7e0001;
}
.slogan {	
	position: absolute;
	margin-top: 40px !important;
	margin-left: 20px !important;
	letter-spacing: 1px;
	font-style: italic;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);	
	color: #fff;
}
header .top-bar {
	background-color: #e9e9e9;
  background-image: url(../images/bg_top.jpg);
  height: 40px;	
}
header .middle-bar {  
  height: 135px;	
  background-image: url(../images/bg_middle.jpg);
  background-color: #e9e9e9;
}
header .top-bar .doSearch {
  float: right;
  min-width: 300px;
}

.wojo.split.header {
	margin-top: 0em !important;
}

#page .wojo.header:first-child {
	margin-top: -1em;
}

.subheader {
  background-color: #666;  
  color: #fff;  
  background-image: url(../images/crumbs_bg.jpg);
  background-repeat:repeat;	 
  background-attachment: fixed;  	
	border-bottom: 1px solid #000;	
}
.wojo.breadcrumb .active.section {
	color: #f9f9f9;
}
.subheader h1 {
	color: #fff;  
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);	
  margin: 0;
	letter-spacing: 1px;
}
.subheader h1 small {
  display: inline-block;
  padding-left: 1em;
  font-weight: 600;
  font-size: .5em;
  color: rgba(255,255,255, 0.55);
}
#suggestions {  
  display:none;
}
#searchfield {	
	font-size: 16px;
	width: 200px;
	float:right;
	background-color: #fff;
	opacity: 0.5;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#searchfield:focus {		
	background-color: #fff;
	opacity: 0.9;
	width: 100%;
}
#search-results {
  display: none;	  
}
#search-results .item {
  display: none;
}
#page {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* == Footer == */
footer {
  border: 0px !important;
 	max-width:1200px;
  margin: 0 auto;
	height:175px;
  color:#fff;
  background-color:#e9e9e9;
  background-image:url(../images/footer-bg.jpg);
  background-repeat:repeat-x;
  background-position:bottom center;
  text-shadow:#000 1px 1px 0;
}
footer .logofooter {
  margin-top: 30px !important;
}
footer .logofooter img {
 
}

footer .copyright {
  margin-top: 90px;
  text-align: right;
}

footer .copyright a {
	color: #ccc;
}

footer .copyright a:hover {
	color: #fff;
	text-decoration: none;
}

.accordion .header {
	letter-spacing: 1px;
}

#botwidget {
  position: relative;
  background-color: #fff;
  color: #000;
  margin-bottom: 0px;
  margin-top: -50px;
}

#botwidget h3 {
  font-size: 1.6em;
  padding: 0;
  margin-bottom: 5px;
  color: #444;
  position: relative
}
#botwidget h3:after {
  display:none !important;
}

/* Menu box
===================*/
#menu-wrap {	
	background: rgb(76,76,76); /* Old browsers */
	background-image:url(../images/menu_bg.png);
  background-repeat:repeat-x;
  background-position:top center;
	z-index: 9000;		
}
#menu-button {
  display: none;
  float: right;
}
#menu-button:hover {
}
#menu-button:before {
  content: "\f00d";
  font-size: 2em;
}
#menu-button.collapsed {
}
#menu-button.collapsed:hover {
}
#menu-button.collapsed:before {
  content: "\f0c9";
  font-size: 2em;
}
.top-menu {
  position: relative;
}
.nav-item {
	z-index: 9999 !important;
	height: 50px;
}

.topmenu li > a {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
  position: relative;
	border: 1px solid transparent;
	border-radius: 4px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
	text-transform: uppercase;
  height: 24px; 
	margin-top: 8px;
  padding-top: 8px;
	padding-bottom: 0px;
  color: #fff;
  font-weight: normal;
	text-shadow: none !important;
}
.topmenu li > a small {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.topmenu li:hover > a {
  color: #ad5858;
}

.topmenu li > a.active {	
  color: #fff;
	border: 1px solid #000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
.topmenu li > a i.icon {
  margin-right: .5em;
}
.topmenu li > a.has-submenu {
  padding-right: 2em;
}
#menu ul.two.cols {
  width: 380px !important;
}
#menu ul.three.cols {
  width: 500px !important;
}
#menu ul.three.cols li {
  width: 33.33%;
}
#menu ul.four.cols li {
  width: 25%;
}
#menu ul.four.cols {
  width: 680px !important;
}
#menu ul.cols li {
  display: block;
  float: left;
  width: 50%;
  box-shadow: inset 1px 0 0 0 #EEE;
}
#menu ul.cols li:first-child {
  box-shadow: none
}
#menu ul.cols {
  clear: both
}
.topmenu ul {
  z-index: 1000;
	border-radius: 0;
  background: #FFF;
  border-top: 5px solid #9B1935;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

/* Sub menu indicators
===================*/
.topmenu ul.menu-submenu {
  z-index: 1001;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}
.topmenu a span.sub-arrow {
}
.topmenu ul a span.sub-arrow {
  position: absolute;
  right: 1em;
  transform: rotate(-90deg);
}
.topmenu ul a {	
	padding-top: 8px !important;
	border-radius: 0;
  color: #666;
	font-size: 12px;
  white-space: nowrap;
  font-weight: 400;
  text-transform: none;
  padding: 0px;	  
}
.topmenu ul a:hover {
	border-radius: 0;
  background: #9B1935;
  color: #FFF	
}
.topmenu ul a.active {
  box-shadow: none;
  background: #9B1935;
  color: #FFF
}

#scrollUp {
  bottom: 20px;
  right: 5px;
  width: 40px;
  height: 40px;
  background-color: #666;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  opacity: 0.5;
  color: #ccc;
}
#scrollUp:hover { 
	background-color: #9B1935;
}
#scrollUp:before {
  content: "\f077";
  display: inline-block;
  vertical-align: middle;
  font: 14px/18px 'Icons';
  color: #ccc;
}

/* widgets */
#rightwidget aside,
#leftwidget aside {  
  border: 0px;  
  padding: 10px 10px;    
  margin-bottom: 1.5em;
  /*box-shadow:3px 3px 3px rgba(000,000,000,0.2);*/
}
#rightwidget aside h3,
#leftwidget aside h3 {
}

.wojo-content {
  padding: 1em;  
}
.wojo-content-full {  
  padding: 2em;
}

#rightwidget .wojo-content-full {
	box-shadow: none;
}

.wojo-content-half {
  padding: .5em 1em;  
}

.wojo.segment .header,  
.wojo.segment .footer {
	border-radius: 0px !important;
}

.wojo.segment .footer {
  min-height: 210px;  
}

.wojo.fitted.segment {	
  margin-top:20px;    
}

.wojo.segment {
	box-shadow:5px 5px 5px rgba(000,000,000,0.2);	
}

.wojo.secondary, .wojo.secondary.segment:hover  {
	box-shadow:none;
	border-bottom: none;
}

.wojo.segment .footer h4, .wojo.segment .footer h4 a {
	color: #fff !important;
	font-size: 16px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);	
}

.wojo.segment .footer h4 a:hover {
	text-decoration: underline;
}

.wojo.danger.inverted.segment, .wojo.danger.segment .header, .wojo.danger.segment .footer, .wojo.negative.inverted.segment, .wojo.negative.segment .header, .wojo.negative.segment .footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.wojo.segment {
    position: relative;
    background: rgb(255,255,255);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 24%, rgba(229,229,229,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 24%,rgba(229,229,229,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 24%,rgba(229,229,229,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    margin: 1em 0;
    padding: 1em;
    border-radius: .325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

h1 {
	color: #444;	
}

h2 {
	color: #444;
}

h3 {
	color: #444;	
	font-size: 12px;
}

h4 {
	color: #444;	
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#videoWrapper {    	
	box-shadow:0px 15px 15px rgba(000,000,000,0.3);
}

video {
  width: 100%    !important;
  height: auto   !important;
}
    
/* == Accordion == */
.accordion {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 3em;
}
.accordion .header {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;  
  color: #444;
  clear: both;
  padding: 1.0em;
  position: relative;
  font-size: 1.0em;
  font-weight: 400;
  cursor: pointer;
}
.accordion .header:hover {
	background-color: #f8f8f8;
}
.accordion .header > i.icon {
  margin-right: 0.2em;
}
.accordion .header.inactive:after,
.accordion .header.active:after {
  font-family: Icons;
  content: "\f067";
  position: absolute;
  right: 1.0em;
  top: 1.0em
}
.accordion .header.active:after {
  content: "\f068";
  color: #fff;
}
.accordion .header.active {
  font-weight: 700;
  border-top: none;
  background-color: #9B1935;
  color: #fff;
}
.accordion .header.inactive {
  margin-bottom: .5em;
}
.accordion .content {
  display: none;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  margin-bottom: .5em;
}

@media only screen and (min-width: 300px) and (max-width: 480px) {		
	#page .wojo.header:first-child {
		margin-top: 0em;
	}
	
	.logo img {
		width: 240px;
	}
	
	footer .logofooter img {
		width: 240px;
	}
	
	#menu-button {
		margin-top: 10px !important;
	}
	
	.learn-more {
		font-size: 10px;
	}
	
	.wojo.split.header {
		margin-top: 0em !important;		
		padding-top: 1em;
	}
	
	.fotorama__caption {
		font-size: 11px !important;
	}	
	.wojo.avatar.image {
		width: 120px !important;
		height: auto !important;
		vertical-align: bottom;
		
	}
	
	#botwidget h3 {
		font-size: 0.9em !important;
	}
		
	.slogan {
		font-family: 'Lato', sans-serif;
		margin-top: 7px !important;		
		font-size: 0.9em !important;
		display:none !important;
	}

	.wojo.segment .footer h4 {	
		font-size: 12px !important;
	}
	
	.wojo.segment .footer {
		font-size: 10px !important; 
	}
	
	.wojo.segment .footer {
		min-height: 150px !important;   
	}
	
	h1 {
		font-size:22px !important;
	}

	h2 {
		font-size:16px !important;	
	}
	
	h4 {
		font-size:10px !important;	
	}
	
	.wojo.segment .footer h4 {	
		font-size: 14px;	
	}
	
	footer .copyright {		
		margin-top: 20px !important;
	}

}

@media only screen and (min-width: 769px) {
	.isStuck {
		left: initial;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto !important;
	}

	.topmenu li.nav-item:first-child > a.active {
		margin-left: 5px;
	}	
}

@media only screen and (max-width: 768px) {
	body {
		background: #444;
		background-color: #444;		
		background-image: none;
		margin-top: 0px;
		margin-bottom: 0px;
	}
		
	#boxed {
		margin: 0 auto !important
	}

	#menu-button {
		margin-top: 25px;
	}
	
	#livesearch { margin-top: -20px;}
	
	.slogan {
		margin-top: 20px !important;		
		font-size: 0.8em !important;		
	}
	
	.wojo.horizontal.list > .item {
	  display: inline-block;
	  margin-left: 0.8em;
	  font-size: 0.8rem;
	  width: 280px !important;
	}

	.wojo.horizontal.list > .item:first-child {
		margin-left: 0.8em;
		width: 280px !important;
	}
	
	.wojo.avatar.image {
		width: 120px;
		height: auto;
	}
	
	#botwidget h3 {
		font-size: 1.2em;
	}
	
	.logo {
	  margin-top: -20px;
	  margin-right: auto;
	  margin-bottom: .5em;
	  margin-left: auto;
	  text-align: left;
	}
			
	ul.topmenu {
	  width: auto;
	  background-color: #525252;	  
	}
	ul.topmenu ul {
	  display: none;
	  position: static;
	  top: auto !important;
	  left: auto !important;
	  margin-left: 0 !important;
	  margin-top: 0!important;
	  width: auto !important;
	  min-width: 0 !important;
	  max-width: none !important;
	}
	ul.topmenu>li {
	  float: none;
	}
	ul.topmenu>li>a,
	ul.topmenu ul.sm-nowrap>li>a {
	  white-space: normal;
	}
	ul.topmenu iframe {
	  display: none;
	}
	
	/* hamburger
	===================*/
	.c-hamburger {
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 48px;
		height: 48px;
		font-size: 0;
		text-indent: -9999px;
		appearance: none;
		box-shadow: none;
		border-radius: 4px;
		border: none;
		cursor: pointer;
		transition: background 0.3s;
	}

	.c-hamburger:focus {
		outline: none;
	}
	
	.c-hamburger span {
		display: block;
		position: absolute;
		top: 22px;
		left: 9px;
		right: 9px;
		height: 4px;
		background: white;
	}

	.c-hamburger span::before,
	.c-hamburger span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #fff;
		content: "";
	}

	.c-hamburger span::before {
		top: -10px;
	}

	.c-hamburger span::after {
		bottom: -10px;
	}
	
	.c-hamburger--rot {
		background-color: #28aadc;
	}

	.c-hamburger--rot span {
		transition: transform 0.3s;
	}

	/* active state, i.e. menu open */
	.c-hamburger--rot.is-active {
		background-color: #166888;
	}

	.c-hamburger--rot.is-active span {
		transform: rotate(90deg);
	}
	
	.c-hamburger--htx {
		background-color: #056CD1;
	}

	.c-hamburger--htx span {
		transition: background 0s 0.3s;
	}

	.c-hamburger--htx span::before,
	.c-hamburger--htx span::after {
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0s;
	}

	.c-hamburger--htx span::before {
		transition-property: top, transform;
	}

	.c-hamburger--htx span::after {
		transition-property: bottom, transform;
	}

	/* active state, i.e. menu open */
	.c-hamburger--htx.is-active {
		background-color: #A3152F;
	}

	.c-hamburger--htx.is-active span {
		background: none;
	}

	.c-hamburger--htx.is-active span::before {
		top: 0;
		transform: rotate(45deg);
	}

	.c-hamburger--htx.is-active span::after {
		bottom: 0;
		transform: rotate(-45deg);
	}

	.c-hamburger--htx.is-active span::before,
	.c-hamburger--htx.is-active span::after {
		transition-delay: 0s, 0.3s;
	}
	
	.c-hamburger--htla {
		background-color: #32dc64;
	}

	.c-hamburger--htla span {
		transition: transform 0.3s;
	}

	.c-hamburger--htla span::before {
		transform-origin: top right;
		transition: transform 0.3s, width 0.3s, top 0.3s;
	}

	.c-hamburger--htla span::after {
		transform-origin: bottom right;
		transition: transform 0.3s, width 0.3s, bottom 0.3s;
	}

	/* active state, i.e. menu open */
	.c-hamburger--htla.is-active {
		background-color: #18903c;
	}

	.c-hamburger--htla.is-active span {
		transform: rotate(180deg);
	}

	.c-hamburger--htla.is-active span::before,
	.c-hamburger--htla.is-active span::after {
		width: 50%;
	}

	.c-hamburger--htla.is-active span::before {
		top: 0;
		transform: translateX(38px) translateY(4px) rotate(45deg);
	}

	.c-hamburger--htla.is-active span::after {
		bottom: 0;
		transform: translateX(38px) translateY(-4px) rotate(-45deg);
	}
	
	.c-hamburger--htra {
		background-color: #ff9650;
	}

	.c-hamburger--htra span {
		transition: transform 0.3s;
	}

	.c-hamburger--htra span::before {
		transform-origin: top left;
		transition: transform 0.3s, width 0.3s, top 0.3s;
	}

	.c-hamburger--htra span::after {
		transform-origin: bottom left;
		transition: transform 0.3s, width 0.3s, bottom 0.3s;
	}

	/* active state, i.e. menu open */
	.c-hamburger--htra.is-active {
		background-color: #e95d00;
	}

	.c-hamburger--htra.is-active span {
		transform: rotate(180deg);
	}

	.c-hamburger--htra.is-active span::before,
	.c-hamburger--htra.is-active span::after {
		width: 50%;
	}

	.c-hamburger--htra.is-active span::before {
		top: 0;
		transform: translateX(-8px) translateY(4px) rotate(-45deg);
	}

	.c-hamburger--htra.is-active span::after {
		bottom: 0;
		transform: translateX(-8px) translateY(-4px) rotate(45deg);
	}
	
	.slideUp {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	}
	.slideDown {
			-moz-transition-duration: 0.5s;
			-webkit-transition-duration: 0.5s;
			-o-transition-duration: 0.5s;
			transition-duration: 0.5s;
			-moz-transition-timing-function: ease-in;
			-webkit-transition-timing-function: ease-in;
			-o-transition-timing-function: ease-in;
			transition-timing-function: ease-in;
			max-height: 1000px;
			overflow: hidden;
	}
	/* hamburger */
	
	/* Menu box
	===================*/
	#menu-button {
	  display: inline-block;
		margin-bottom: 10px;
	}
	#menu.collapsed {
	  display: none;
	}
	.nav-item {
		height: auto;
	}
	.topmenu ul.menu-submenu {
	  border: 0;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  background-color: #525252;
	}
	.topmenu li > a {
		border-radius: 0;
	  display: block;
	  padding: 0;
	  text-align: left;
	  color: #fff;
		margin-top: 0;
		height: auto;
		text-transform: uppercase;
	}
	.topmenu li a > i {
	  display: inline-block;
	  font-size: 1em;
	  margin-right: 1em;
	}
	.topmenu li > a strong {
	  display: inline-block;
	  font-weight: 500;
	  font-size: .95em;
	}
	.topmenu li > a small {
	  display: none;
	}
	.topmenu a span.sub-arrow {
	  position: absolute;
	  left: auto;
	  right: 1em;
	  bottom: 1em;
	  width: 1em;
	  height: 1em;
	  line-height: 1em;
	}
	.topmenu ul a span.sub-arrow,
	.topmenu-vertical a span.sub-arrow {
	  left: auto;
	  right: 1em;
	}
	#menu ul.two.cols,
	#menu ul.three.cols,
	#menu ul.four.cols {
	  width: 100%!important;
	}
	#menu ul.cols li {
	  float: none;
	  width: auto;
	  box-shadow: none
	}
	.topmenu li:hover > a {
	  background: #9B1935;
	  color: #fff;
	}
	.topmenu li > a.active,
	.topmenu > li:first-child,
	.topmenu li:hover > a {
	  box-shadow: none;		
	}
	.topmenu a.highlighted span.sub-arrow {
	  display: none;
	}
	.topmenu li {
	  border-left: 0;
	}
	.topmenu li a {
	  box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	  padding: 1em;
	}
	.topmenu li:first-child {
	  border-top: 0;
	}
	#searchfield {	
		width: 100%;
	}
	footer .copyright {		
		margin-top: 5px;
	}
	.wojo.tabs li {
	  float: none;
	}
	.wojo.tabs li a.active, .wojo.tabs li a.active:hover {
	  border-color: #9B1935;
	}
	
	.wojo.segment .footer h4, .wojo.segment .footer h4 a  {	
		font-size: 12px !important;	
	}
	
}

/* ALL LOADERS */

/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.row{
  margin: 30px 0;
}

.spinner{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* LOADER 1 */

#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #992F28;
	opacity: 1;
}

#loader-1:before{
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after{
  border: 10px solid #f9f9f9;
	opacity: 0.3;
}

@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* LOADER 2 */

#loader-2 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
}

#loader-2 span:nth-child(1){
  animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* LOADER 3 */

#loader-3:before, #loader-3:after{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  background-color: #3498db;
  animation: squaremove 1s ease-in-out infinite;
}

#loader-3:after{
  bottom: 0;
  animation-delay: 0.5s;
}

@keyframes squaremove{
  0%, 100%{
    -webkit-transform: translate(0,0) rotate(0);
    -ms-transform: translate(0,0) rotate(0);
    -o-transform: translate(0,0) rotate(0);
    transform: translate(0,0) rotate(0);
  }

  25%{
    -webkit-transform: translate(40px,40px) rotate(45deg);
    -ms-transform: translate(40px,40px) rotate(45deg);
    -o-transform: translate(40px,40px) rotate(45deg);
    transform: translate(40px,40px) rotate(45deg);
  }

  50%{
    -webkit-transform: translate(0px,80px) rotate(0deg);
    -ms-transform: translate(0px,80px) rotate(0deg);
    -o-transform: translate(0px,80px) rotate(0deg);
    transform: translate(0px,80px) rotate(0deg);
  }

  75%{
    -webkit-transform: translate(-40px,40px) rotate(45deg);
    -ms-transform: translate(-40px,40px) rotate(45deg);
    -o-transform: translate(-40px,40px) rotate(45deg);
    transform: translate(-40px,40px) rotate(45deg);
  }
}

/* LOADER 4 */

#loader-4 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
  opacity: 0;
}

#loader-4 span:nth-child(1){
  animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2){
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3){
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}

/* LOADER 5 */

#loader-5 span{
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  width: 20px;
  height: 20px;
  background-color: #3498db;
}

#loader-5 span:nth-child(2){
  animation: moveanimation1 1s ease-in-out infinite;
}

#loader-5 span:nth-child(3){
  animation: moveanimation2 1s ease-in-out infinite;
}

#loader-5 span:nth-child(4){
  animation: moveanimation3 1s ease-in-out infinite;
}

@keyframes moveanimation1{
  0%, 100%{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

  75%{
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes moveanimation2{
  0%, 100%{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  75%{
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@keyframes moveanimation3{
  0%, 100%{
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  75%{
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
}

/* LOADER 6 */

#loader-6{
  top: 40px;
  left: -2.5px;
}

#loader-6 span{
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: #3498db;
}

#loader-6 span:nth-child(1){
  animation: grow 1s ease-in-out infinite;
}

#loader-6 span:nth-child(2){
  animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-6 span:nth-child(3){
  animation: grow 1s ease-in-out 0.30s infinite;
}

#loader-6 span:nth-child(4){
  animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow{
  0%, 100%{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50%{
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

/* LOADER 7 */

#loader-7{
  -webkit-perspective: 120px;
  -moz-perspective: 120px;
  -ms-perspective: 120px;
  perspective: 120px;
}

#loader-7:before{
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  animation: flip 1s infinite;
}

@keyframes flip {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(180deg)  rotateX(180deg);
  }
}

/* LOADER 8 */

#loader-8:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 10px);
  left: 0px;
  background-color: #3498db;
  animation: rotatemove 1s infinite;
}

@keyframes rotatemove{
  0%{
    -webkit-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    -o-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
  }

  100%{
    -webkit-transform: scale(2) translateX(45px);
    -ms-transform: scale(2) translateX(45px);
    -o-transform: scale(2) translateX(45px);
    transform: scale(2) translateX(45px);
  }
}


