.template a:hover{
	color: inherit;
}
.template.black-blink,
.template.white-blink,
.template.template-level2.arrow-white,
.template.template-level2.arrow{
	font-size: 18px;
}
.template.black-blink:before{
	    top: 3px;
}
.template-level2{
	margin-left: 45px;
	padding-left: 5px;
}
.template.white-blink:before{
	    top: 3px;
}
.template.template-level2.arrow,
.template.template-level2.arrow-white{
	    position: relative;
}
.template.template-level2.arrow a{
	font-size: 18px;
}
.template.template-level2.arrow:before{
	content: '';
	background-image: url(/wp-content/uploads/2018/02/arrow.png);
	background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    width: 15px;
    height: 20px;
    left: -20px;	
}
.template.template-level2.arrow-white:before{
	content: '';
	background-image: url(/wp-content/uploads/2018/02/arrow-white.png);
	background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    width: 15px;
    height: 20px;
    left: -20px;	
}

.bottom-first-row-4-images{
	height: 50vh;
}
.bottom-first-row-4-images-quater{
	height: 25vh;
}

.bottom-row-4-images{
	height: 50vh;
}
.bottom-row-4-images .vc_column-inner {
	    padding: 0 !important;
    height: 50vh;
}
.bottom-row-4-images .vc_column-inner > .wpb_wrapper,
.bottom-row-4-images .vc_column-inner .wpb_single_image,
.bottom-row-4-images .vc_column-inner .vc_figure,
.bottom-row-4-images .vc_column-inner .vc_single_image-wrapper,
.bottom-row-4-images .vc_column-inner .wpb_single_image img{
max-width: none;
    width: 100%;
    object-fit: cover;
    height: 100%;	
}
.second-column{
    margin-top: 25px;	
}

@media screen and (max-width: 768px){
	.bottom-row-4-images{
		height: auto;
	}
	.bottom-first-row-4-images{
		height: auto;
	}
	.bottom-first-row-4-images-quater{
		height: auto;
	}
}

