@charset "utf-8";
/* CSS Document */


@viewport {
	width: device-width;
}

	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
		color: #212121;
		font-weight: 400;
	}
	
	
	h1, h2, h3, h4
	{
		margin: 0px;
		padding: 0px;
	}
	
	p, ol, ul
	{
		margin-top: 0px;
	}
	
	ol, ul
	{
		padding: 0px;
	}
	
	p
	{
		line-height: 180%;
	}
	
	a
	{
		color: #b80000;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #b80000;
		text-decoration: underline;
		
	}
	
	hr {
		color: #b80000;
	}

	
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

img {
	border: none;
}
	
img.alignleft {
	float: left;
	width: 32%;
	min-width: 320px;
	height: auto;
	margin: 0px 30px 15px 0px;
}

img.alignright {	
	float: right;
	width: 32%;
	min-width: 320px;
	height: auto;
	margin: 0px 0px 15px 30px;
}

img.aligncenter {
	margin: 5px auto 15px auto;
	max-width: 1200px;
	width: 100%;
	height: auto;
}

img.aligncenter-nm {
	display: block;
	margin: 0px auto;
	max-width: 1200px;
	width: 100%;
	height: auto;
}

[data-fancybox] {
	cursor: zoom-in;
}


/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.btn
	{
		margin-top: 30px;
		letter-spacing: 1px;
        border: none;
		color: #ffffff;
		background: #b80000;
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 4px 5px rgba(0, 0, 0, 0.14);
	}
	
	.btn:hover {
		color: #ffffff;
		background: #d34b4b;
		text-decoration: none;
	}	
	
	
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

    #header-wrapper {
        height: auto;
	}

	#header
	{
        height: calc(100vh);
		position: relative;
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 4px 5px rgba(0, 0, 0, 0.14);
	}

#header-bg {
	height: calc(100vh);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0px;
}	


/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/
	
.navbar {
	z-index: 16;
	background: none;
	position: absolute;
	left: 0px;
	top: 0px;   
}
    
.navbar .navbar-nav .nav-link {
    color: #212121;
	font-weight: 500;
}

.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover {
    color: #b80000;
	text-decoration: none;
}		

.navbar .navbar-toggler{
	border: none;
	font-size: 2em;
	color: #212121;
}

@media (max-width: 768px) {
.navbar .navbar-toggler{
	font-size: 1.5em;
}
}
	

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	.page-wrapper {
		padding: 75px 0px;
		background: #ffffff;
	}

	.page {
		position: relative;		
	}
	
.card {
	border-color: #eeeeee;
	border-radius: 1em;
}

.card-body {
	padding: 7.5px;
}

.card-img-top {
	border-radius: 1em;
	margin-bottom: 15px;
}

.section-line {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	background: #b80000;
	margin: 37.5px 0px;
	padding: 0px; 
}


/*********************************************************************************/
/* Featured                                                                       */
/*********************************************************************************/

#featured-wrapper {
	background: #eeeeee;
	padding: 75px 0px;
}

	#featured
	{			
		text-align: center;
	}
	
	#featured h2 {
		padding-bottom: 45px;
		text-align: center;
	}
	
.featured-content-wrapper {
	background: #eeeeee;
	padding: 75px 0px;
}


/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer-wrapper {
	background-color: #bdbdbd;
	padding: 75px 0px;
	box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.2), 0px -4px 5px rgba(0, 0, 0, 0.14);
}

#footer p {
	font-size: 0.9em;
	text-align: center;
	letter-spacing: 1px;
	color: #212121;
	font-weight: 500;
}

#footer a {
	color: #212121;
}

	
/*********************************************************************************/
/* Other                                                                         */
/*********************************************************************************/

.list {
	margin: 0px 0px 15px 0px;
	list-style-position: inside;
	text-align: left;
	line-height: 180%;
	font-size: 1em;
}

.list-2col {
	margin: 0px 0px 15px 0px;
	list-style-position: inside;
    -moz-column-count: 2; 
    -webkit-column-count: 2;
    column-count: 2;
	-moz-column-gap: 30px; 
    -webkit-column-gap: 30px;
    column-gap: 30px;
	text-align: left;
	line-height: 180%;
	font-size: 1em;
}

.list li:before, .list-2col li:before {
    content: "";
    margin-left: 0px;
}

ol > li::marker {
  font-weight: 700;
}

@media (max-width: 768px) {
.list-2col {
	-moz-column-gap: 0px; 
    -webkit-column-gap: 0px;
    column-gap: 0px; 
	line-height: 250%;   
}
}

.spacer, .spacer-xl, .spacer-desktop {
	display: none;
}

@media (max-width: 768px) {
.spacer {
	clear: both;
	display: block;
	width: 100%;
	height: 2px;
	margin: 0px;
	padding: 14px; 
}

.spacer-xl {
	clear: both;
	display: block;
	width: 100%;
	height: 2px;
	margin: 0px;
	padding: 29px; 
}	
}

@media (min-width: 960px) {
.spacer-desktop {
	clear: both;
	display: block;
	width: 100%;
	height: 2px;
	margin: 0px;
	padding: 14px; 
}
}

.b-logo {
	width: auto;
	height: auto;
	max-height: calc(6vw);
}

@media (max-width: 768px) {
.b-logo {
	max-height: 75%;
	max-width: 75%;
}
}