#blocklinkhometwo {
	padding: 2px 0 100px 0;
	min-height: 100vh;
	position: relative;
	text-align: center;
}

h1.titlebanner {
    color: #fff;
    line-height: 110%;
    font-size: 5em;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    text-transform: uppercase;
}

h3.subtitlebanner {
    color: #fff;
    font-size: 1.95em;
    line-height: 120%;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

h3.subtitlebanner span.majorate {
    color: #fff;
    font-size: 1.15em;
}

.homepage h2 {
	color: #fff;
	font-weight: 600;
	font-size: 5em;
	line-height:110%;
	text-align: center;
} 
.homepage h3 {
	color: #fff;
	text-align: center;
	font-size: 1.95rem;
	line-height: 120%;
	font-weight: 600;
}

#blocklinkhometwo a.homewide-button {
    font-weight: 600;
    background-color: #ac000b;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 1em;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    line-height: 1.42em;
}

#blocklinkhometwo a.homewide-button:hover {
	background-color: #000000;
	text-decoration: none;
}

/* Banner warning */

#warningbanner_onecol, #warningbanner_threecol {
    background: #ffffff;
    background: white;
    line-height: 1.25em;
    text-shadow: none;
    color: black;
    width: 100%;
    position: absolute;
    top: 82px;
    padding: 15px 0;
}
#warningbanner_threecol {
	padding: 0 5%;
	text-align: left;
}

#warningbanner_onecol .customrow, #warningbanner_threecol  .customrow {
	padding-top: 15px;
	padding-bottom: 15px;
}


#warningbanner_onecol h4, #warningbanner_threecol h4 {
    color: #000000;
    font-size: 1.05em;
    text-shadow: unset;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 9px;
    font-weight: 700;
}

#warningbanner_onecol h4 a, #warningbanner_threecol h4 a {
    color: red;
    text-decoration: underline;
}

.scroll-down {
	font-weight: 600;
    font-style: italic;
    color: white;
}

.arrow::before {
    content: "\f107";
    padding-left: 2px;
    font-family: "FontAwesome";
    font-size: 3em;
    font-style: normal;
    font-weight: 400;
}


@media only screen and (min-width : 1240px) {
	.section_wrapper, .container {
		width: 100%;
		max-width: 1920px !important;
	}
}

@media only screen and (min-width : 1920px) {
	.section_wrapper, .container {
	    width: 100% !important;
	    max-width: 100%!important;
	}

	.wpb_single_image figure.vc_figure, .wpb_single_image .vc_single_image-wrapper, .wpb_single_image figure.vc_figure img {
		width: 100% !important;
	}
	
	.wpb_images_carousel .wpb_wrapper .vc_carousel-inner .vc_inner img {
	    width:100% !important;
	}
	
}

@media only screen and (max-width : 1024px) {
	body.home, body.parent-pageid-31, body.parent-pageid-34 {
		background-image: url("../images/background_1024.jpg");
		background-size: 100%;
		background-position: left top;
	}
	#blocklinkhometwo {
		height: 100vh;
		min-height: 110vw;
	}
}

@media only screen and (max-width : 767px) {
	body.home, body.parent-pageid-31, body.parent-pageid-34 {
		background-image: url("../images/background_768.jpg");
		background-repeat: repeat-y;
	}
	
	#warningbanner_onecol, #warningbanner_threecol {
		width: 100%;
		top:2px;
	    margin-left: -15px;
	    padding: 15px 16px;
	    font-size: 13px !important;
	}
	
	#warningbanner_onecol h3, #warningbanner_threecol h3 {
		font-size: 20px !important;
	}
	
	#warningbanner_threecol {
		padding: 0 5%;
		text-align: left;
	}
	
	h1.titlebanner {
		width: 60%;
	}
	
	h3.subtitlebanner {
		font-size: 24px !important;
		width: 60%;
		margin: 0 20% 15px 20%;
	}
	
	.homepage h2 {
		font-size: 36px !important;
		/*width: 68%;*/
		margin: 0 16% 15px 16%;
	} 
	.homepage h3 {
		font-size: 24px !important;
		width: 68%;
		margin: 0 16% 15px 16%;
	}
	
	body.home .bg-black,  body.home .bg-white{
	    position: relative;
	    width: 100%;
	    height: 100vw;
	}
	
	body.home .story-skin-black,  body.home .story-skin-white {
	    font-size: 15px !important;
	    position: absolute;
		top: 50%;
	  	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	}
	div.product-home {
		border:none;
	}
	
	.product-home-row .vc_column_container>.vc_column-inner {
	    padding: 0 !important;
	}
}
