@font-face {
	font-family: "bm";
	src: url('bm.woff2');
}

body {
	font-family: 'bm';
	position: relative;
}

p {
	margin-bottom: 10px;
}

/***** HEADER - BEGIN *****/
header {
	width: 100%;
	height: 130px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #961432;
	transition: height 0.2s ease, background-color 0.2s ease;
	z-index: 100;
	border-bottom: 5px solid #444;
}
.scrolled header {
	height: 90px;
}
header .logo {
	margin-top: 24px;
}
header .logo img {
	height: 70px;
	width: auto;
	transition: height 0.2s ease;
}
.scrolled header .logo img {
	height: 50px;
}

.alignright {
	text-align: right;
}

header .title {
	font-size: 34px;
	color: black;
	position: absolute;
	top: 37px;
	left: 250px;
	letter-spacing: 1px;
	transition: all 0.2s ease;
	width: 780px;
	text-align: center;
	text-transform: uppercase;
}
.scrolled header .title {
	font-size: 23px;
	top: 19px;
}
header .spicelogo {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0px;
	right: 25px;
	transition: width 0.2s ease, height 0.2s ease;
}
.scrolled .spicelogo {
	width: 50px;
	height: 50px;
}
.firmlogo {
	top: 0px;
	left: 0px;
	width: auto;
	position: absolute;
}
/***** HEADER - END *****/


/***** NAVIGATION - BEGIN *****/
.navigation ul {
	margin: 0;
	padding: 0;
}
.navigation ul li {
	list-style-type: none;
	display: inline;
	margin: 0 9px;
}
.navigation ul li a {
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
	color: #000;
}
.navigation ul li a.active {
	color: #FFF;
	background-color: #961432;
	padding: 10px;
}
.navigation {
	text-align: center;
	margin: 40px 0 30px 0;
	font-weight: bold;
}
/***** NAVIGATION - END *****/


.wrapper {
	width: 1200px;
	margin: 0 auto 20px auto;
	position: relative;
}
.list_carousel.wrapper {
	margin-bottom: 20px;
}

.first_element {
	margin-top: 170px !important;
}

.zoomable img:hover {
	transform: scale(1.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease;
	z-index: 200;
	position: relative;
}

strong {
	font-weight: bold;
}
h3 {
	text-align: left;
	font-size: 22px;
	margin-bottom: 20px !important;
	font-weight: bold;
	text-transform: uppercase;
}


.col.text, .col-6.text, .col-7.text {
	line-height: 20px;
	text-align: justify;
}
.col-3 img, .col-4 img, .col-5 img, .col-6 img, .col-12 img {
	max-height: 370px;
	max-width: 100%;
	margin: auto;
}


.wrapper.row.media > div {
	text-align: center;
}



div.download {
	height: 55px;
	vertical-align: middle;
	margin-bottom: 10px;
	text-align: center;
}
div.download a {
	text-decoration: none;
	display: inline-block;
	color: #FFF;
	font-size: 26px;
	padding: 5px 10px 0px;
	text-transform: uppercase;
	background: #961432;
	padding: 10px;
}
div.download a:hover {
	text-decoration: none;
}



/***** CAROUSEL - BEGIN *****/
.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}

.list_carousel {
	position: relative;
	margin-top: 15px;
}

/* FURTHER SPECIFIC CAROUSEL STYLES ARE IN APPLICATION/VIEWS/EDIT.PHP */

.lSSlideOuter {
	position: relative;
}

.lSSlideWrapper {
	width: 600px;
}

.image-gallery.gallery {
	height: 325px !important;
}

.lSSlideOuter .lightSlider li {
	text-align: center;
}

.lSSlideOuter .lSPager.lSGallery {
	position: absolute;
	right: 0;
	top: 0;
	width: 400px !important;
}

.lSSlideOuter .lSPager.lSGallery li {
	width: 150px !important;
}

.lSSlideOuter .lSPager.lSGallery img {
	display: inherit;
	width: 145px;
	height: auto;
	margin-top: 10px;
}
.col03 .lSSlideOuter {
	margin: 0 1%;
	float: left;
	width: 23%;
}
/***** CAROUSEL - END *****/
