/*initFont*/
@font-face
{
font-family: Gothic;
src: url('../fonts/COPRGTL.TTF'),url('../fonts/COPRGTL.otf');
}
@font-face
{
font-family: Gothic;
src: url('../fonts/COPRGTB.TTF'),url('../fonts/COPRGTB.otf');
font-weight:bold;
}
.Gothic,.gothic{
	font-family: Gothic;
}
#bd{		
	font-size:18px;
	color:#3e3d40;	
	margin:0;	
	font-family:Gothic;
	/* background:#f3f3d3; */
	background:#fff;
}
a,.red{
	color:#BD0926;
	text-decoration:none;
}
a,.white{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#555;
	text-decoration:none;
}
.clr{
    clear: both;
    line-height: 0;
}
a>img{
	border:0px solid;
}
img{
	max-width:100%;
}
.hidden{
	display:none;
}
.bold{
	font-weight:bold;
}
/*background*/
.bgwood{
	background:url("../images/bgwood.jpg") repeat-y center top;
	background-size: 100% auto;
}
.bgred{
	background:#BD0926;
}
/*Head*/
h1,h2,h3,h4,h5{		
}
h1,.h1{
	font-size:35px;
}
h2,.h2{
	font-size:30px;
}
h3,.h3{
	font-size:25px;
}
h4,.h4{
	font-size:18px;
}
h5,.h5{
	font-size:16px;
}
/*reponsive*/
.row:after{
    content: "";
    clear: both;    
    display: block;
	margin: 0 -20px;
}
.span12{
	width:100%;
}
.span9,.span8,.span6,.span3,.span4{
	float:left;
}
.span9{
	width:75%;
}
.span8{
	width:67%;
}
.span6{
	width:50%;
}
.span3{
	width:25%;
}
.span4{
	width:33%;
}
.span8>.inner,.span6>.inner,.span4>.inner,.span3>.inner{
	padding:20px;
}
/*Main*/
.main{    
    position: relative;
    max-width: 1180px;
	margin:0 auto;
	width:100%;
	box-sizing: border-box;
	padding: 10px;
}
.mainHeader{    
    position: relative;
    /* max-width: 1180px; */
	margin:0 auto;
	width:100%;
	box-sizing: border-box;
	padding: 10px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}
/*header*/
#j_header{	
	/* text-align:center; */
	position: absolute;
    top: 10px;
	left: 0px;
	right: 0;
	z-index: 100;
	display: flex;
    flex-direction: row;
}
.headerSocials {
	display: flex;
	/* margin-right: 5px; */
	margin-top: 5px;
	position: absolute;
	right: 5px;
}
.headerSocials a {
	margin-left: 5px;
}
.logo img{
	max-height:120px;
}
/*head_text*/
#j_head_title{	
	text-align:center;	
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
/*Banners*/
#j_banners{
	position:relative;
}
#j_banners img{
	width:100%;
	height:auto;
}
#j_banners .caption{
	position:absolute;
	right: 10px;
	bottom: 5px;
	width:50%;
	background:#BD0926;
	color:#fff;	
	font-weight:bold;
	font-size:55px;
}
#j_banners .caption .inner{
	margin: 20px 20px 20px 0;
	border-left: 4px solid #fff;
	padding-left:20px;
}
/*Main*/
#j_main{
	/* padding: 20px 0; */
}
/*MainBottom*/
#j_main_bottom{
	padding: 20px 0;
}
/*Bottom*/
#j_bottom{
	padding: 20px 0;
}
.popup:hover{
	cursor:pointer;	
	opacity:0.8;
}
/*footer*/
#j_footer{
    background: #101010;
    font-size: 15px;
    font-family: arial;
	color: #999999;
	height: 80px;
}
#j_footer .main {
	display: flex;
	align-items: center;
	height: 100%;
}
/*Iframe*/
iframe {
    width: 100%;
}
/*Popup*/
.popup_box {
    background-color: #261e17;
    border: 1px solid #d2d2d2;
    display: none;
    left: 50%;
    max-width: 85%;
    padding: 20px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);    
	max-height:95%
    z-index: 1000;	
}
.popup_box .closebutton{
    width: 21px;
    height: 21px;
    float: right;
    background: url("../images/closebutton.png") no-repeat center center;
    cursor: pointer;
    margin-right: -10px;
    margin-top: -10px;
}
.popup_box .closebutton:hover{
	opacity:0.8;
}
.popup_box h3 {
    border-bottom: 1px solid #d2d2d2;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 20px;
    padding-bottom: 5px;
}
.popup_box .inner{
	text-align:center;
}
.popup_box .inner img{
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
}

#customBanner {
	height: 80px;
	text-align: center;
}

#customBanner h1 {
	display: inline-block;
	vertical-align: middle;
	color:#BD0926;
	font-size: 20px;
}

#customBanner1 {
	height: 80px;
	text-align: center;
	display: flex;
	align-items: center;
    justify-content: center;
}

#customBanner1 h1{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 22px;
}

.carousel {
	background: #EEE;
	/* height: 250px; */
}

/* .carousel-cell {
	width: 100%;
	height: 200px;
	background: #222;
	display: flex;
	align-items: center;
	justify-content: center;
} */

.flickity-viewport {
	max-height: 500px;
}
  
.carousel img {
	display: block;
	height: auto;
	width: 100%;
}

.customDivMap {
	margin: 0 auto;
    float: unset;
}

#customRowContainer {
	min-height: 500px;
}

#customRowContainer .content_box{
	min-height: 500px;
	display: flex;
    align-items: center;
}

.flickity-button {
	z-index: 120;
}

@media screen and ( min-width: 768px ) {
	/* .carousel {
		height: 500px;
	} */
	/* .carousel img {
		height: 500px;
	} */
	#customBanner1 h1{
		font-size: 35px;
	}
	#customBanner h1{
		font-size: 30px;
	}
	.headerSocials {
		margin-right: 50px;
		margin-top: 50px;
	}
}

@media only screen and (max-width: 450px) {
	#j_footer .main {
		padding-top: 25px;
		display: block;
		text-align: center;
	}
}