@import url('https://fonts.googleapis.com/css?family=Prompt:100,200,300,400,500,600,700');

/*@media (min-width: 1450px){
	.container {
		width: 1450px;
	}
	}*/

	.breadcrumb-container {
		max-width: 1400px;
		padding: 15px 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-box-shadow: 0 2px 5px 0 rgba(127, 127, 127, 0.16), 0 2px 10px 0 rgba(121, 121, 121, 0.12);
	}

	.bg-slide {
	background-color: rgba(70, 70, 70, 0.48);
	padding: 0px;
	/* overflow: hidden; */
		position: relative;
	margin-top: auto;
	z-index: 8;
	}

	.bg-slide h5 {
		color: #fff;
	}


	.page{
		padding: 40px;
	}


	.bg-gray{
		background-color: #464646;
		padding: 40px;
	}

	.bg-white{
	background-color: #B3E5B3;
	padding: 40px;
	color: #4A4A4A;
	}

	.bg-blue{
	background-color: #A5E1A6;
	padding: 40px;
	}

	.bg-header{
	background-color: #96DD99;
	/*padding: 5px 0px 20px;*/
		color: #4A4A4A;
	font-size: 17px;
	}

	.bg-header a{
	color: #4A4A4A;
	}

	.bg-project{
		background-image: url(../upload/bg-project.jpg);
		background-attachment: fixed;
		background-size: cover;
		padding: 40px;
	}


	.white{
	color: #4A4A4A;
	}

	.page_heading {
		position: relative;
		min-height: 240px;
		background-size: cover;
		background-image: url(../images/archivebg.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		/*background-attachment: fixed;*/
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.page_heading .page_heading_bg_mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.21);
	}

	.page_heading .page_heading_wrapper {
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-height: 226px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.page_heading .page_heading_wrapper h2, .page_heading .page_heading_wrapper .ale_title_heading {
	font-size: 36px;
	font-weight: 500;
	color: #FFF;
	text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.22);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 45px;
	line-height: 36px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	}

	.page_heading .page_heading_wrapper ul#breadcrumbs {
		text-align: center;
		color: rgba(255, 255, 255, 0.52);
		font-size: 14px;
		margin-bottom: 40px;
		margin-left: -40px;
	}

	.page_heading .page_heading_wrapper ul#breadcrumbs a {
		color: #fff;
		transition: all 150ms ease-in-out;
		text-decoration: none;
	}

	.page_heading .page_heading_wrapper ul#breadcrumbs li {
		display: inline-block;
	}

	.page_heading .page_heading_wrapper ul#breadcrumbs i {
		margin: 0 18px;
		color: rgba(255, 255, 255, 0.52);
	}

	.wrapper02 {
		max-width: 1170px;
		width: 100%;
		padding: 0 15px;
		margin: 0 auto;
	}

	.line-left {
		display: block;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		min-width: 0;
		border-color: #eee;
		padding-left: 16px;
		border-left-width: 1px;
		border-left-style: solid;
		/* width: 203px; */
		line-height: 1.25;
	}

	.box-guest.bx-total {
		background: #fff;
		border: 1px solid #dddddd;
		color: #333;
	}

	.box-guest {
		background: #E6E7E8;
		border-radius: 5px;
		padding: 6px;
		margin-bottom: 20px;
		min-width: 216px;
	}

	.box-guest .row-guest {
		display: table;
		width: 100%;
		padding: 5px 10px;
	}

	.box-guest .row-guest .col-left {
		display: table-cell;
	}

	.box-guest .row-guest .col-right {
		display: table-cell;
		text-align: right;
	}

	.box-guest.bx-total h4 {
	color: #fff;
	font-weight: 400;
	background-color: #B3E5B3;
	}



	.box-guest h4 {
		background: #996733;
		padding: 10px;
		border-radius: 5px;
		color: #fff;
		margin-bottom: 10px;
	}

	.page-header04 {
		padding-bottom: 9px;
		margin: -8px 0 9px;
		border-bottom: 1px solid #b7b7b7;
	}

	.box-guest h5{
		color: #a9adb4;
		font-weight: 400;
		font-size: 18px;
		line-height: 23px;
	}

	.box-guest h6{
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
		margin-top: -10px;
		margin-bottom: 18px;
		color: #333;
	}

	hr.line-dotted {
		border: none;
		border-top: 2px dotted #ccc;
	}


	.head-left{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 86%;
	float: left;
	text-align: right;
	color: #4A4A4A;
	}

	.head-right{
		position: relative;
		min-height: 1px;
		width: 14%;
		float: left;

	}

	.bold{
		font-weight: 500;
	}

	.black{
		color: #000;
	}


	.text-right-subscribe{
		text-align: right;
	}

	.berder-about {
		display: table;
		white-space: nowrap;
		margin-top: 12px;
		margin-bottom: 30px;
	}

	.berder-about:after {
		left: 1.5%;
	}
	.berder-about:after {
		border-top: 3px solid #ffffff;
		content: "";
		display: table-cell;
		position: relative;
		top: 35px;
		width: 69%;
	}

	.berder-service {
		display: table;
		white-space: nowrap;
		margin-top: 12px;
		margin-bottom: 30px;
	}

	.berder-service:before,
	.berder-service:after {
		border-top: 3px solid #fff;
		content: "";
		display: table-cell;
		position: relative;
		top: 16px;
		width: 50%;
	}
	.berder-service:before {
		right: 1.5%;
	}
	.berder-service:after {
		left: 1.5%;
	}

	.berder-public-relations {
		display: table;
		white-space: nowrap;
		margin-top: 12px;
		margin-bottom: 30px;
	}

	.berder-public-relations:after {
		left: 1.5%;
	}
	.berder-public-relations:after {
		border-top: 3px solid #ffffff;
		content: "";
		display: table-cell;
		position: relative;
		top: 35px;
		width: 80.5%;
	}


	.service {
		display: inline-block;
		width: 100%;
		/*max-width: 20rem;*/
		font-size: 1rem;
		text-decoration: none;
		overflow: hidden;
		/*box-shadow: 0 0 3rem -1rem rgba(0,0,0,0.5);*/
		transition: transform 0.1s ease-in-out, box-shadow 0.1s;
	}

	.service:hover {
		transform: translateY(-0.5rem) scale(1.0125);
		box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5);
	}

	.service-content {
		display: block;
		padding: 1.5em 2em;
		color: #515151;
		text-decoration: none;
	}

	.service-content h5{
	color: #000;
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
	}

	.service-content p{
	overflow: hidden;
	height: 75px;
	color: #4A4A4A;
	font-size: 15px;
	font-weight: 300;
	}

	.service02-content {
		display: block;
		padding: 1.5em 2em;
		color: #515151;
		text-decoration: none;
	}

	.service02-content h5{
		color: #333;
		font-weight: 400;
		font-size: 19px;
		line-height: 25px;
	}

	.service02-content p{
		overflow: hidden;
		height: 75px;
		color: #333;
		font-size: 15px;
		font-weight: 400;
	}

	.category-menu ul li {
		list-style: none;
		cursor: pointer;
		float: left;
		margin-right: 10px;
		background-color: #B3E5B3;
		color: #fff;
		padding: 5px 30px;
		font-size: 16px;
		border-radius: 3px;
		-webkit-transition: background-color 0.3s ease-in;
		-moz-transition: background-color 0.3s ease-in;
		-o-transition: background-color 0.3s ease-in;
		transition: background-color 0.3s ease-in;
	}


	.card-image {
		display: block;
		min-height: 20rem; /* layout hack */
		background: #fff center center no-repeat;
		background-size: cover;
		/*filter: blur(3px);*/ /* blur the lowres image */
	}

	.card-image > img {
		display: block;
		width: 100%;
		opacity: 0; /* visually hide the img element */
	}

	.card-image.is-loaded {
		filter: none; /* remove the blur on fullres image */
		transition: filter 1s;
	}

	/* Layout Styles */

	.card-list {
		display: block;
		padding: 0;
		font-size: 0;
		text-align: center;
		list-style: none;
	}

	.card-description {
		display: block;
		padding: 2em 2em;
		color: #515151;
		background-color: #fff;
		text-decoration: none;
	}

	.card {
		display: inline-block;
		width: 100%;
		/*max-width: 20rem;*/
		font-size: 1rem;
		text-decoration: none;
		overflow: hidden;
		margin-bottom: 20px;
		box-shadow: 0 0 3rem -1rem rgba(0,0,0,0.5);
		transition: transform 0.1s ease-in-out, box-shadow 0.1s;
	}

	.card:hover {
		transform: translateY(-0.5rem) scale(1.0125);
		box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5);
	}

	


	.card-description > p {
		margin: 0;
		font-size: 15px;
		color: #333333;
	}

	.btn02 {
		display: inline-block;
		padding: 3px 12px;
		margin-bottom: 0;
		font-size: 17px;
		font-weight: 300;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border: 1px solid transparent;
	}


	.footer-container {
		display: inline-block;
		width: 100%;
		text-align: left;
	}

	.footer-container a{
		color: #fff;
		font-size: 18px;
		font-weight: 300
	}


	.footer-container .right ul li {
		display: inline;
		padding-right: 21px;
		padding-left: 0px;
	}
	.footer-container ul li {
		display: inline;
		padding-right: 10px;
		padding-left: 10px;
	}

	h3.gray-title02 {
		display: flex;
		font-size: 39px;
		line-height: 53px;
		/*margin-bottom: 20px;*/
		font-weight: 400;
		color: #0a1453;
	}


	h3.gray-title {
		display: flex;
		font-size: 39px;
		line-height: 45px;
		margin-bottom: 0px;
		font-weight: 400;

	}

	h3.gray-title:after {
		top: .6em;
		width: 77px;
		margin-left: 33px;
	}

	h3.gray-title:after {
		content: "";
		position: relative;
		top: 0.6em;
		display: block;
		width: 4.5%;
		margin-left: 10px;
		flex-shrink: 0;
		border-top: 3px solid;
		color: inherit;
	}


	h3.white-title {
		display: flex;
		font-size: 39px;
		line-height: 53px;
		margin-bottom: 20px;
		color: #fff;
		font-weight: 400;
	}

	h3.white-title:before {
		top: .6em;
		width: 77px;
		margin-right: 33px;
	}

	h3.white-title:before {
		content: "";
		position: relative;
		top: 0.6em;
		display: block;
		width: 5%;
		margin-right: 10px;
		flex-shrink: 0;
		border-top: 3px solid;
		color: inherit;
	}

	.elementor-icon-list-icon i {
		color: #f0542d;
		font-size: 14px;
	}


	.elementor-icon-list-items {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.column {
		/*margin: 15px 15px 0;*/
		padding: 0;
	}
	.column:last-child {
		padding-bottom: 30px;
	}
	.column::after {
		content: '';
		clear: both;
		display: block;
	}
	.column div {
		position: relative;
		float: left;
		width: 100%;
		height: 100%;
		margin: 0 0 0 25px;
		padding: 0;
	}
	.column div:first-child {
		margin-left: 0;
	}
	.column div span {
		position: absolute;
		bottom: -20px;
		left: 0;
		z-index: -1;
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		color: #444;
		font-size: 18px;
		text-decoration: none;
		text-align: center;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		opacity: 0;
	}
	figure {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		background: transparent;
		overflow: hidden;
	}
	figure:hover+span {
		bottom: -36px;
		opacity: 1;
	}



	/* Shine */
	.hover14 figure {
		position: relative;
	}
	.hover14 figure::before {
		position: absolute;
		top: 0;
		left: -75%;
		z-index: 2;
		display: block;
		content: '';
		width: 50%;
		height: 100%;
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		-webkit-transform: skewX(-25deg);
		transform: skewX(-25deg);
	}
	.hover14 figure:hover::before {
		-webkit-animation: shine .75s;
		animation: shine .75s;
	}
	@-webkit-keyframes shine {
		100% {
			left: 125%;
		}
	}
	@keyframes shine {
		100% {
			left: 125%;
		}
	}

	.share{
		cursor: pointer;
		margin: 0 5px 5px 0;
		display: inline-block;
		overflow: hidden;
		border: 0;
		text-decoration: none;
		text-transform: none;
		background-color: transparent;
		color: inherit;
		transition: all .2s ease-in-out;
	}
	.share:hover{
		transform: translateY(-4px);
		outline-offset: -1px;
		color: inherit;
	}

	.sosyal2 .toplam {
		float: left;
		font-size: 16px;
		line-height: 12px;
		margin-right: 14px;
		color: #888;
		margin-top: 0;
		padding: 7px 10px;
		background: #e1dfdf;
		font-weight: 300;
		border-radius: 3px;
		text-align: center;
		position: relative;
	}

	.sosyal2 .toplam span.sayi {
		font-weight: 700;
		font-size: 17px;
		line-height: 17px;
		margin-top: 0;
		display: block;
		color: #424242;
	}

	.sosyal2 .toplam:after {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(250, 250, 250, 0);
		border-left-color: #e1dfdf;
		border-width: 5px;
		margin-top: -5px;
	}

	li {
		display: list-item;
		text-align: -webkit-match-parent;
	}

	.contact_details .icons-marker {
		display: block;
		float: left;
		line-height: 24px;
		margin-right: 5px;
		width: 16px;
		color: #ed1c24;
	}

	.contact_details h5{
		font-weight: 500;
	}


	textarea {
		border-radius: 0px 5px 5px 0px;
		border: 1px solid #EEE;
		margin: 0;
		width: 75%;
		height: 130px; 
		float: left;
		padding: 0px 15px;
	}

	.form-group {
		overflow: hidden;
		clear: both;
	}

	.icon-case {
		width: 35px;
		float: left;
		border-radius: 5px 0px 0px 5px;
		background:#eeeeee;
		height:42px;
		position: relative;
		text-align: center;
		line-height:40px;
	}

	i {
		color:#555;
	}

	.contentform {
		padding: 40px 30px;
	}

	.bouton-contact{
		background-color: #81BDA4;
		color: #FFF;
		text-align: center;
		width: 100%;
		border:0;
		padding: 17px 25px;
		border-radius: 0px 0px 5px 5px;
		cursor: pointer;
		margin-top: 40px;
		font-size: 18px;
	}

	.leftcontact {
		width:49.5%; 
		float:left;
		border-right: 1px dotted #CCC;
		box-sizing: border-box;
		padding: 0px 15px 0px 0px;
	}

	.rightcontact {
		width:49.5%;
		float:right;
		box-sizing: border-box;
		padding: 0px 0px 0px 15px;
	}

	.validation {
		display:none;
		margin: 0 0 10px;
		font-weight:400;
		font-size:13px;
		color: #DE5959;
	}

	#sendmessage {
		border:1px solid #fff;
		display:none;
		text-align:center;
		margin:10px 0;
		font-weight:600;
		margin-bottom:30px;
		background-color: #EBF6E0;
		color: #5F9025;
		border: 1px solid #B3DC82;
		padding: 13px 40px 13px 18px;
		border-radius: 3px;
		box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
	}

	#sendmessage.show,.show  {
		display:block;
	}


	/*#map-wrapper{border:1px solid #dddddd;}*/
	#map{height:250px;width:100%;}




	.inputGroupContainer{
		margin-bottom: 12px;
	}

	.contact_details p{
		color: #9e9e9e;
	}




	input[name="tabs"] {
		display: none;
	}
	input[name="tabs"]#tab-1:checked ~ .content .tab:nth-of-type(1) {
		display: inline-block;
		width: 100%;
	}
	input[name="tabs"]#tab-1:checked ~ .tabs label:nth-child(1) {
		color: #0a1453;
	}
	input[name="tabs"]#tab-1:checked ~ .tabs label:nth-child(1):after {
		width: calc(100% - 0px);
		transition: .3s;
	}
	input[name="tabs"]#tab-2:checked ~ .content .tab:nth-of-type(2) {
		display: inline-block;
		width: 100%;
	}
	input[name="tabs"]#tab-2:checked ~ .tabs label:nth-child(2) {
		color: #0a1453;
	}
	input[name="tabs"]#tab-2:checked ~ .tabs label:nth-child(2):after {
		width: calc(100% - 0px);
		transition: .3s;
	}
	input[name="tabs"]#tab-3:checked ~ .content .tab:nth-of-type(3) {
		display: inline-block;
		width: 100%;
	}
	input[name="tabs"]#tab-3:checked ~ .tabs label:nth-child(3) {
		color: #0a1453;
	}
	input[name="tabs"]#tab-3:checked ~ .tabs label:nth-child(3):after {
		width: calc(100% - 0px);
		transition: .3s;
	}
	input[name="tabs"]#tab-4:checked ~ .content .tab:nth-of-type(4) {
		display: inline-block;
		width: 100%;
	}
	input[name="tabs"]#tab-4:checked ~ .tabs label:nth-child(4) {
		color: #0a1453;
	}
	input[name="tabs"]#tab-4:checked ~ .tabs label:nth-child(4):after {
		width: calc(100% - 0px);
		transition: .3s;
	}
	input[name="tabs"]#tab-5:checked ~ .content .tab:nth-of-type(5) {
		display: inline-block;
		width: 100%;
	}
	input[name="tabs"]#tab-5:checked ~ .tabs label:nth-child(5) {
		color: #0a1453;
	}
	input[name="tabs"]#tab-5:checked ~ .tabs label:nth-child(5):after {
		width: calc(100% - 0px);
		transition: .3s;
	}

	input[name="tabs"]#tab-6:checked ~ .content .tab:nth-of-type(6) {
		display: inline-block;
		width: 100%;
	}
	input[name="tabs"]#tab-6:checked ~ .tabs label:nth-child(6) {
		color: #0a1453;
	}
	input[name="tabs"]#tab-6:checked ~ .tabs label:nth-child(6):after {
		width: calc(100% - 0px);
		transition: .3s;
	}



	.tabs {
		box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.3);
		overflow-X: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		white-space: nowrap;
		text-align: center;
	}
	.tabs label {
		display: inline-block;
		padding: 18px;
		position: relative;
		color: #a9adb4;
		font-weight: 400;
		font-size: 20px;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		cursor: pointer;
	}
	.tabs label:after {
		content: '';
		background: #ed1c24;
		width: 0;
		height: 4px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		transition: .1s;
	}

	.container-tab {
		background: #FFF;
		width: 100%;
		border-radius: 3px;
		/*		box-shadow: 0 30px 75px -25px rgba(0, 0, 0, 0.3);*/
		margin: 25px auto;
		overflow: hidden;
	}
	.container-tab .tab {
		display: none;
		/*	background: #F6F6F6;*/
		padding: 36px 0px 0px 0px;
	}


	/*768px*/
	/*======================*/
	@media (min-width: 2520px){

		.bg-slide {
			background-color: rgba(70, 70, 70, 0.48);
			padding: 40px;
			/* overflow: hidden; */
			position: relative;
			margin-top: -374px;
			z-index: 8;
		}

	}



	/*768px*/
	/*======================*/
	@media  (max-width: 768px){

		h2 {
			font-size: 30px;
			line-height: 37px;
			color: #fff;
			font-weight: 400;
		}

		h5 {
			font-size: 19px;
			line-height: 23px;
			font-weight: 300;
		}



		.text-right-subscribe{
			text-align: center;
		}

		.head-left{
			position: relative;
			min-height: 1px;
			padding-right: 15px;
			padding-left: 15px;
			width: 100%;
			float: left;
			text-align: center;
		}

		.bg-gray {
			background-color: #464646;
			padding: 0px;
		}

		.bg-blue {
			background-color: #B3E5B3;
			padding: 0px;
		}

		.bg-project {
			background-image: url(../upload/bg-project.jpg);
			background-attachment: fixed;
			background-size: cover;
			padding: 0px;
		}

		.page {
			padding: 0px;
		}

		.bg-header {
			background-color: #B3E5B3;
			/*padding: 0px 0px 15px;*/
			color: #fff;
			font-size: 16px;
		}

		.berder-about:after {
			border-top: 3px solid #ffffff;
			content: "";
			display: table-cell;
			position: relative;
			top: 25px;
			width: 69%;
		}

		.berder-about {
			display: table;
			white-space: nowrap;
			margin-top: 12px;
			margin-bottom: 0px;
		}

		.berder-service {
			display: table;
			white-space: nowrap;
			margin-top: 12px;
			margin-bottom: 0px;
		}

		.berder-public-relations:after {
			border-top: 3px solid #ffffff;
			content: "";
			display: table-cell;
			position: relative;
			top: 24px;
			width: 80.5%;
		}

		.berder-public-relations {
			display: table;
			white-space: nowrap;
			margin-top: 12px;
			margin-bottom: 0px;
		}

		.bg-slide {
			background-color: #B3E5B3;
			padding: 0px;
			/* overflow: hidden; */
			position: relative;
			margin-top: 0px;
			z-index: 8;
		}


		.breadcrumb-container {
			max-width: 1400px;
			padding: 5px 15px;
		}

		h3.gray-title {
			display: flex;
			font-size: 30px;
			line-height: 43px;
			margin-bottom: 0px;
			font-weight: 400;
		}

		h3.gray-title02 {
			display: flex;
			font-size: 30px;
			line-height: 43px;
			/*margin-bottom: 0px;*/
			font-weight: 400;
			color: #0a1453;
		}

		.btn {
			display: inline-block;
			padding: 4px 30px;
			margin-bottom: 0;
			font-size: 18px;
			font-weight: 300;
			line-height: 1.42857143;
			text-align: center;
			white-space: nowrap;
			vertical-align: middle;
			-ms-touch-action: manipulation;
			touch-action: manipulation;
			cursor: pointer;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			background-image: none;
			border: 1px solid transparent;
			border-radius: 4px;
		}

		hr {
			border: solid 2px #efefef;
			margin: 14px 0 23px;
		}

		.page_heading {
			position: relative;
			min-height: 150px;
			background-size: cover;
			background-image: url(../images/archivebg.jpg);
			background-position: center center;
			background-repeat: no-repeat;
	/*		background-attachment: fixed;*/
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}


		.page_heading .page_heading_wrapper {
			position: relative;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			min-height: 150px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
		}

		.page_heading .page_heading_wrapper h2, .page_heading .page_heading_wrapper .ale_title_heading {
			font-size: 36px;
			font-weight: 500;
			color: #fff;
			text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.22);
			text-transform: uppercase;
			text-align: center;
			margin-bottom: 10px;
			margin-top: 30px;
			line-height: 39px;
			-ms-word-wrap: break-word;
			word-wrap: break-word;
		}

	
		.page_heading .page_heading_wrapper ul#breadcrumbs {
			text-align: center;
			color: rgba(255, 255, 255, 0.52);
			font-size: 14px;
			margin-bottom: 29px;
			margin-left: -40px;
		}





	}
