﻿.fixFullWidth {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    overflow: hidden;
    height: 202px;
}

#headerImgContainer {
    max-height: 202px;
    width: 100%;
}

#headerImg {
    /*max-height: 202px;*/
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width:initial;
}

.arrowimage{
	text-align:center;
}

.title {
	 text-align: center;
	 /*font-size: 38px;*/
	 font-size: 34px;
	 font-family: 'Neo Sans Medium';
	 vertical-align: middle;
	 color: #77ca4e;
	 margin-top: 20px;
	 margin-bottom: 20px;
}

.text {
		text-align: center;
		/*font-size: 18px;*/
		font-size: 16px;
		margin: 10px;
		font-family: Lato;
		color: #1f1f1f;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 20px;
}

.valLine {
	text-align: center;
}

	.valLine > div {
		display: inline-block;
		float: none;
		margin-right: -4px;
		vertical-align: top;
	}

.particularcontainer{
	overflow:hidden;
	position:absolute;
	width: 100%;
}

.titlecontainer{
	text-align: center;
	font-size: 24px;
	color: #0a5b7b;
	font-family: 'Neo Sans Medium';
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.textcontainer{
	/*font-size: 18px;*/
    font-size: 16px;
	margin: 10px;
	font-family: Lato;
	color: #1f1f1f;
	text-align:center;
	padding-left: 5%;
	padding-right: 5%;
}


@media (max-width: 992px) {
	#headerImgContainer {
        max-height: 101px;
    }

    #headerImg {
        height: 101px;
        max-width: initial;
        width: auto;
    }
	
	.margined{
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.particularcontainer {
		position:relative;
	}

	/*#SlideshowFixHeight {
		height: 450px;
	}*/

    .title {
        font-size: 18px;
    }

    .text {
        font-size: 14px;
    }

    .titlecontainer {
        font-size: 16px;
    }
}