#page{
	/*padding-bottom: 290px;*/
}
#header-container{
	height: 140px;
	background: #132f57;
	color: white;
}

#header-container .logo-container{
	padding-top: 15px !important;
}




.form_obj{
	display: inline-block;
	width: 240px;
	margin-right: 15px;
}



.service-option{
	position: relative;
	height: 120px;
}
.service-option{
	height: 120px;
	cursor: pointer;
}
.service-option .image-container{
		-webkit-transition: all 150ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
		   -moz-transition: all 150ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
			 -o-transition: all 150ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
				transition: all 150ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

		-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
		   -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
			 -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
				transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

}
	.service-option.nohover:before{
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
		z-index: 3;
	}

	.service-option:hover .image-container{
		width: 625px;
	}
	
.service-option .image-container{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	-moz-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	-webkit-transform: translatex(-50%);
	-o-transform: translatex(-50%);
	height: 100%;
	width: 570px;
	z-index: 1;
}
	.service-option.goldbg .image-container:before{
		content: " ";
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73bf45+0,ffffff+100&1+0,0+100 */
		background: -moz-linear-gradient(left, rgba(115,191,69,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(115,191,69,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(115,191,69,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73bf45', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
		width: 200px;
		height: 100%;
		left: 0;
		top: 0;
		position: absolute;
		z-index: 1;
	}
	.service-option.goldbg .image-container:after{
		content: " ";
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,927740+100&0+0,1+100 */
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(115,191,69,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(115,191,69,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(115,191,69,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#73bf45',GradientType=1 ); /* IE6-9 */	width: 200px;
		width: 100px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}
	.service-option.greybg .image-container:before{
		content: " ";
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#455b69+0,ffffff+100&1+0,0+100 */
		background: -moz-linear-gradient(left, rgba(69,91,105,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(69,91,105,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(69,91,105,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#455b69', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
		width: 200px;
		height: 100%;
		left: 0;
		top: 0;
		position: absolute;
		z-index: 1;
	}
	.service-option.greybg .image-container:after{
		content: " ";
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,505050+100&0+0,1+100 */
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(69,91,105,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(69,91,105,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(69,91,105,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#455b69',GradientType=1 ); /* IE6-9 */	width: 200px;
		width: 100px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}
.service-option .text-container{
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-o-transform: translatey(-50%);
}
.service-option .text-container p{
	padding: 0;
	margin: 0;
	color: white;
}
.service-option .text-container p strong{
	font-size: 29px;
	font-weight: 300;
}
.service-option .text-container p a{
	text-decoration: none;
	color: inherit;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.service-option .text-container p a:after{
	content: url('/parameters/yourfreight.patronet/templates/images/sm_rightarrow.png');
	display: inline-block;

	padding-left: 5px;
}



#footer{
	color: #73bf45;
	padding-top: 30px;
	font-size: 15px;
	padding-bottom: 30px;
    background-color: #132f57;
}

#footer a{
	text-decoration: none;
	color: #73bf45;
}

#footer .pncustommenumenu{
	list-style: none;
	font-size: 15px;
	padding: 0;
	margin: 0;
}
#footer #footer-container .inl-blk{
	margin-right: 35px !important;
}
#footer #footer-container p{
	padding: 0;
	margin: 0;
}
#footer .blocklets{
	margin-bottom: 15px !important;
}




@media screen and (max-width: 630px){
	.service-option:hover{
		overflow: hidden;
	}
	.service-option:hover .image-container{
		width: 130%;
	}
}
