#page{
	/*padding-bottom: 290px;*/
}
#header-container{
	height: 140px;
	background: #282828;
	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.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 .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/#927740+0,ffffff+100&1+0,0+100 */
		background: -moz-linear-gradient(left, rgba(146,119,64,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(146,119,64,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(146,119,64,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#927740', 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(146,119,64,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(146,119,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(146,119,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#927740',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/#505050+0,ffffff+100&1+0,0+100 */
		background: -moz-linear-gradient(left, rgba(80,80,80,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(80,80,80,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(80,80,80,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', 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(80,80,80,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(80,80,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(80,80,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#505050',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/globalfs.patronet/templates/images/sm_rightarrow.png');
	display: inline-block;

	padding-left: 5px;
}






.service-cover{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 350px;
	border-bottom: 10px solid #937841;
	position: relative;
}
.service-cover .text-container{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
}
.service-cover .text-container h1{
	font-size: 39px;
	font-weight: 300;
	padding: 0;
	padding-top: 5px;
	margin: 0;
	color: white;
}

.content.pagecont{
	padding-bottom: 40px !important;
}
.content.pagecont .disp_content_text h2{
	font-size: 19px;
	font-weight: 700;
	color: #937841;
	padding-top: 15px;
}
.content.pagecont .disp_content_text p{
	font-size: 19px;
	font-weight: 400;
	color: white;
}
.content.pagecont .disp_content_text  img{
	float: left;
	margin: 0 20px 0 20px;
}

.pagecont a{
	color: #937841;
}
.pagecont h3{
	color: #937841;
}

.pagecont table{
	border: none;
}
.pagecont table td{
	border: 1px solid #937841;
	font-size: 14px;
	padding: 5px;
}
.pagecont table td{
	padding: 2px;
}
.online-ajanlat, input[type=submit]{
	display: block;
	background: #937841;
	padding: 5px;
	width: 250px;
	margin: 0 auto;
	margin-top: 50px;
}
a.oa{
	color: white;
	font-weight: 700;
	font-size: 19px;
	color: white;
	text-align: center;
	display: block;
	text-decoration: none;
}

#footer{
	color: #937843;
	padding-top: 30px;
	font-size: 15px;
	padding-bottom: 30px;
    background-color: #282828;
	border-top: 1px solid #937841; 
}

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

#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;
}

