@font-face {
	font-family: Pressura;
	src: url(../fonts/gt-pressura-58f84ca1a4307.otf);
}

body{
	font-family: 'Pressura', Arial, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	padding: 0 !important;
}

.img-responsive{
	width: 100%;
	height: auto;
}

.wrapper{
	max-width: 1280px;
	margin: 0 auto;
}

.row{
	width: 100%;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.content{
	padding: 20px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 1%;
}

.col-center{
	float: none;
	display: block;
	margin: 0 auto;
}


.col:first-child { margin-left: 0; }
.col:last-child { margin-right: 0; }

/*  GROUPING  */
.clear:before,
.clear:after { content:""; display:table; }
.clear:after { clear:both;}
.clear { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.col-md-12 {width: 100%;}
.col-md-11 {width: 91.5%;}
.col-md-10 {width: 83%;}
.col-md-9 {width: 74.5%;}
.col-md-8 {width: 66%;}
.col-md-7 {width: 57.5%;}
.col-md-6 {width: 49%;}
.col-md-5 {width: 40.5%;}
.col-md-4 {width: 32%;}
.col-md-3 {width: 23.5%;}
.col-md-2 {width: 15%;}
.col-md-1 {width: 6.5%;}

h1,h2,h3,h4,h5{ text-transform: uppercase;}

h2{
	font-size: 3em;
	font-weight: 600;
}

h3{
	font-size: 1.750em;
	font-weight: 600;
}


@media only screen and (max-width: 767px) {
	.col-sm-12 {width: 100%;}
	.col-sm-11 {width: 91.5%;}
	.col-sm-10 {width: 83%;}
	.col-sm-9 {width: 74.5%;}
	.col-sm-8 {width: 66%;}
	.col-sm-7 {width: 57.5%;}
	.col-sm-6 {width: 49%;}
	.col-sm-5 {width: 40.5%;}
	.col-sm-4 {width: 32%;}
	.col-sm-3 {width: 23.5%;}
	.col-sm-2 {width: 15%;}
	.col-sm-1 {width: 6.5%;}	
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	
	.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1 {
		width: 100%; 
	}
}

.jsScrollClassToggle.is-active{
	opacity: 1;
}

.navB{
	display: none;
}

.btn{
	display: inline-block;
	border-radius: 5px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	color: #fff !important;
	padding: 10px 30px !important;
	font-size: 1.125em !important;
	width: auto !important;
}

.btn-info{
	background-color: #ed1d33 !important;
	border: 1px solid #ed1d33 !important;

	-webkit-transition: .3s ease-in-out all !important;
	-ms-transition: .3s ease-in-out all !important;
	-moz-transition: .3s ease-in-out all !important;
	-o-transition: .3s ease-in-out all !important;
	transition: .3s ease-in-out all !important;
}

.btn-info:hover{
	background-color: #F7495A;
	border: 1px solid #F7495A;

	-webkit-transition: .3s ease-in-out all;
	-ms-transition: .3s ease-in-out all;
	-moz-transition: .3s ease-in-out all;
	-o-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
}

.btn-danger{
	background-color: #AF1321;
	border: 1px solid #AF1321;
}

.btn-info:hover{
	background-color: #D32D3D;
	border: 1px solid #D32D3D;

	-webkit-transition: .3s ease-in-out all;
	-ms-transition: .3s ease-in-out all;
	-moz-transition: .3s ease-in-out all;
	-o-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
}


/* Banner */
.banner-section{
	display: block;
	position: relative;
}

.banner-section figure{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
/* Banner */


/* Bottom section banner */
.company-bottom-section{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.company-bottom-section ul{
	position: relative;
	text-align: center;
	padding-top: 100px;
	opacity: 0;
	transition: all .5s ease;
}
.company-bottom-section.is-active ul {
	opacity: 1;
}

.company-bottom-section ul li{
	display: inline-block;
	width: 32%;
	text-align: center;
	opacity: 1;

	-webkit-transition: .3s ease-in-out opacity;
	-ms-transition: .3s ease-in-out opacity;
	-moz-transition: .3s ease-in-out opacity;
	-o-transition: .3s ease-in-out opacity;
	transition: .3s ease-in-out opacity;
}

.company-bottom-section ul li:hover{
	opacity: 0.8;
}

.company-bottom-section ul li img{
	padding: 13% 2%;
}
/* Bottom section banner */

.remodal{
	padding: 15px !important;
}

.remodal-wrapper{
	padding: 0 !important;
}

.remodal-close:before{
	font-size: 8vh !important;
}

.remodal-wrapper{
	height: 100%;
}

.remodal-close{
	top: -50px !important;
	left: 50% !important;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* Modal */

.modal-flex{
	display: table;
	width: 100%;
}

.modal-flex > div{
	display: table-cell;
	vertical-align: top;
}

.modal-flex .modal-desc{
	padding: 15px 20px;
	border: 1px solid #b6b6b6;
	text-align: left;
	line-height: 1.3
}

.modal-flex figure{
	/*max-width: 20vw;*/
	min-height: 340px;
	margin: 0 auto;
	padding: 10px;
}

.modal-flex .modal-desc h3{
	margin-bottom: 20px;
}

.modal-flex .modal-desc h3 + p{
	font-family: 'Merriweather', sans-serif;
	line-height: 1.5;
	color: #666;
}


@media only screen and (max-width: 767px){
	.banner-section figure{
		width: 200px;
		height: auto;
	}

	.banner-section figure img{
		width: 100%;
		height: auto;
	}

	.modal-flex > div{
		display: block;
		vertical-align: top;
	}

	.modal-flex figure{
		padding: 20px;
	}

	.modal-flex .modal-desc{
		width: auto !important;
	}

	.modal-flex figure{
		max-width: 148.5px;
		min-height: 188px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 425px){
	.banner-section figure{
		width: 175px;
		height: auto;
	}

	.banner-section figure img{
		width: 100%;
		height: auto;
	}

	.section-content p{
		font-size: 1.063em;
	}

	.section-content h2{
		font-size: 2em;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 320px){
	.banner-section figure{
		width: 150px;
		height: auto;
	}

	.banner-section figure img{
		width: 100%;
		height: auto;
	}

	.remodal-close{
		top: 0 !important;
		left: 0 !important;
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
}

/* parallax bg */
.jsParallaxBgTrigger {
	position: relative;
}
.jsParallaxBg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.jsParallaxBgTrigger.jsParallaxBgFixed .jsParallaxBg {
	position: fixed;
}

/* layout */
.main,
.section-content {
	position: relative;
	background-color: #fff;
}

/* main visual */
.main-visual {
	position: relative;
	overflow: hidden;
}

.slide-item{
	-webkit-transition: background 0.7s linear;
	-ms-transition: background 0.7s linear;
	-moz-transition: background 0.7s linear;
	-o-transition: background 0.7s linear;
	transition: background 0.7s linear;
}

.main-visual-slider .slide-item,
.main-visual-no-slider .slide-item {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
	z-index: -1;
}
.main-visual-slider .slide-item img {
	width: 100%;
	opacity: 0;
}

.remodal-overlay,
.remodal-wrapper{
	z-index: 99999 !important;
}ul li.current_page_item a{ color:#ed1d33;}.homenews_text{ padding:25px 30px 25px 20px;}.homenews_text h3{ text-align:left;text-transform: none;font-family: 'Pressura', Arial, sans-serif; font-size: 44px; line-height:48px; padding-bottom:0px; font-weight:600;}.homenews_text p{font-family: 'Merriweather', sans-serif; font-size: 15px !important; line-height: 1.5 !important;	color: #fff; padding-bottom:5px; text-align:left;}.homenews_text  a{ font-size:16px !important; color:#ed1d33 !important;font-family: 'Pressura', Arial, sans-serif !important; text-align: center !important; background:#fff !important; border-radius:10px;  padding: 10px 30px !important;}