.hiddendesktop {
	display: none;
}

.pagination{
  font-family: roboto condensed,sans-serif;
  font-size: 16px;
  color: #115c73;
  /*padding: 20px 0 0;*/
  border:1px #a0e9ff solid;
  display:inline-block;
  padding:5px 12px 5px 12px;
  margin-left:5px;
   margin-right:5px;
   background:#ecfbff;
   -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pagination:hover{
  font-family: roboto condensed,sans-serif;
  font-size: 16px;
  color: #208daf;
  /*padding: 20px 0 0;*/
  margin-left:5px;
   margin-right:5px;
   background:#0cbae5;
   color: #e7f9ff;
  
}


/********************squares *************************/

.flex-container2 {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	display: -webkit-flex; /* Safari */
	display: flex; /* Standard syntax */
}

.flex-container2 .newcolumn {
	padding: 10px;
	min-height: 300px;
	background: #f8f8f8;
	-webkit-flex: 1; /* Safari */
	-ms-flex: 1; /* IE 10 */
	flex: 1; /* Standard syntax */
}

.postext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
}

.loyaltytitle {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #384140;
	font-size: 34px;
	padding-bottom: 20px;
}

.loyaltytext2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #4f5151;
	font-size: 18px;
}

.footer_height {
	min-height: 180px;
	background: #04586a;
	color: #fff;
	border-top: 1px #ced2d6 solid;
	background-image: url('../img/shape13.png');
}

.blackline {
	background: #000;
	min-height: 30px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

.blackline_links {
	color: #fff;
	font-size: 14px;
}

.blackline_links:hover {
	color: #c7c7c7;
}

.custom li {
	color: #5a5a5a;
	list-style-image: url('../img/tick.png');
	margin-bottom: 5px;
	margin-left: 30px;
	text-align: left;
}

.recent_see {
	overflow: hidden;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-weight: 300;
	color: #2e2e2e;
}
.recent_see:before,
.recent_see:after {
	background-color: #acacac;
	content: '';
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 40%;
}
.recent_see:before {
	right: 0.5em;
	margin-left: -50%;
}
.recent_see:after {
	left: 0.5em;
	margin-right: -50%;
}

/**************** homepage **************/

.time_home {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #545454;
}

.news_title_home_space {
	padding-top: 15px;
	padding-bottom: 15px;
}

.news_title_home_space2 {
	padding-bottom: 15px;
}

.news_title_home {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #4d4d4f;
	font-weight: 700;
	/*text-align:center; */
}

.news_title_home:hover {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #16c0e4;
	font-weight: 700;
	/*text-align:center; */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news_title_home2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #4d4d4f;
	font-weight: 700;

	/*text-align:center; */
}

.news_title_home2:hover {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #16c0e4;
	font-weight: 700;
	/*text-align:center; */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news_texts {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #5a5a5a;
	padding: 20px 0 0 0;
	/* 700 = as bold */
	/*text-align:center; */
}

/*************** center image news ************/

.hero {
	max-height: 120px;
	overflow: hidden;
}

.hero img {
	max-width: 120px;
}

/* Show the centre of the image using flex */
.hero {
	display: flex;
	align-items: center;
}

.hero_news {
	max-height: 400px;
	overflow: hidden;
}

.hero_news img {
	max-width: 600px;
}

/* Show the centre of the image using flex */
.hero_news {
	display: flex;
	align-items: center;
}

/*************** center image news ************/

.flx_container {
	display: flex;
	align-items: start;
	justify-content: start;
	padding-bottom: 25px;
}
/*img {
  max-width: 100%
}*/
.flx_container .image {
	flex-basis: 15%;
	/*order:2;*/
}
.flx_container .text {
	padding-left: 20px;
}

.space30 {
	margin-top: 30px;
}

.space30bottom {
	padding-bottom: 30px;
}

.space60bottom {
	padding-bottom: 60px;
}

.space60 {
	margin-top: 60px;
}

.grey_box_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #766e70;
	font-weight: 700;
}

.grey_box_text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #524C4D;
}

.home_contact {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	color: #383838;
	font-weight: 500;
	text-align: center;
}

.home_contact_text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #383838;
	font-weight: 500;
	text-align: center;
	padding-bottom: 25px;
}

.home_contact_links {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #0E7A90;
	font-weight: 500;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home_contact_links:hover {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #636363;
	font-weight: 500;
}

/*************slanted******************/

.slanted {
	position: relative;
	height: 52px;
	background: #231f20;
}
.slanted.slanted-right {
	margin-left: 0px;
	width: 100%;
}

.slanted:after,
.slanted:before,
.slanted2:after,
.slanted2:before,
.slanted3:after,
.slanted3:before,
.slanted4:after,
.slanted4:before,
.slanted5:after,
.slanted5:before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
}

.slanted-right.slant-to-left:after {
	left: -35px;
	border-right: 35px solid #231f20;
	border-top: 52px solid transparent;
}
/*******************/
/**2**/
.slanted2 {
	position: relative;
	height: 124px;
	background: #fbde06;
	/*float: left;
  float: left;
  margin: 10px;*/
}

.slanted2.slanted-left {
	width: 100%;
}

.slanted-left.slant-to-left:after {
	right: 0;
	border-left: 83px solid #fbde06;
	border-bottom: 124px solid #fff;
}
/**2 ends**/
/** 3 **/
.slanted3 {
	position: relative;
	height: 28px;
	background: #eee;
}
.slanted3.slanted-right3 {
	margin-left: 0px;
	width: 100%;
}

.slanted-right3.slant-to-left3:after {
	left: -28px;
	border-right: 28px solid #eee;
	border-top: 28px solid #f9f9f9;
}

/** 4**/
.slanted4 {
	position: relative;
	height: 28px;
	background: #eee;
	/*float: left;
  float: left;
  margin: 10px;*/
}

.slanted4.slanted-left4 {
	width: 100%;
}

.slanted-left4.slant-to-left4:after {
	right: 0;
	border-left: 24px solid #eee;
	border-bottom: 28px solid #f9f9f9;
}
/** 5 footer **/
.slanted5 {
	position: relative;
	height: 28px;
	background: #eeeeee;
}
.slanted5.slanted-right5 {
	margin-left: 0px;
	width: 100%;
}

.slanted-right5.slant-to-left5:after {
	left: -28px;
	border-right: 28px solid #eeeeee;
	border-top: 28px solid #fff;
}

/*************slanted******************/

.button_home {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #5a5a5a;
	font-size: 12px;
	display: block;
	border-radius: 1px;
	/*border: 3px solid #f0eeee;*/
	width: 130px;
	padding: 10px 18px 10px 18px;
	/*margin:auto;*/ /* episis margin-left: auto; 	margin-right: auto;*/
	text-decoration: none;
	background: transparent; /*#005b86*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 2px;
	margin-top: 20px;
	border: 1px #4d4d4f solid;
}

.button_home:hover {
	color: #fff;
	background: #10c3e3;
	border: 1px #9d9d9d solid;
}

.button_main {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #5a5a5a;
	font-size: 15px;
	display: block;
	border-radius: 1px;
	/*border: 3px solid #f0eeee;*/
	width: 200px;
	padding: 12px 20px 12px 20px;
	margin: auto; /* episis margin-left: auto; 	margin-right: auto;*/
	text-decoration: none;
	background: transparent; /*#005b86*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 2px;
	margin-top: 30px;
	border: 1px #4d4d4f solid;
}

.button_main:hover {
	color: #fff;
	background: #10c3e3;
	border: 1px #9d9d9d solid;
}

.all_news_btn {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	width: 200px;
	padding: 12px 20px 12px 20px;
	background: #005E75; /*#005b86*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 2px;
	display: inline-block;
	border-radius: 23px;
	border: 1px #17a2bb solid;
}
.all_news_btn:hover {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #5a5a5a;
	width: 200px;
	padding: 12px 20px 12px 20px;
	background: transparent; /*#005b86*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 2px;
	display: inline-block;
	border-radius: 23px;
	border: 1px #5a5a5a solid;
}

.button_grey {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
	font-size: 15px;
	display: block;
	border-radius: 1px;
	/*border: 3px solid #f0eeee;*/
	width: 200px;
	padding: 12px 20px 12px 20px;
	margin: auto; /* episis margin-left: auto; 	margin-right: auto;*/
	text-decoration: none;
	background: transparent; /*#005b86*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 2px;
	border: 1px #9d9d9d solid;
	background: #005E75;
	border-radius: 6px;
}

.button_grey:hover {
	color: #fff; /*5a5a5a*/
	background: #0aa1bc;
	border: 1px #8c8c8c solid;
}

.footercontent {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #787878;
	/*padding: 40px 20px 50px 20px;*/
	font-weight: 400;
}

.footer_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #e7e7e7;
	/*padding: 40px 20px 50px 20px;*/
	font-weight: 700;
	letter-spacing: 1px;
	padding-bottom: 20px;
}

.footer_texts {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #fff;
	/*padding: 40px 20px 50px 20px;*/
	font-weight: 400;
}

.footer_links {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #fff;
	/*padding: 40px 20px 50px 20px;*/
	font-weight: 400;
	text-decoration: none;
	padding-left: 15px;
	background: url('../img/arrow_footer.png') 0px 5px no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	padding-bottom: 9px;
}

.footer_links:hover {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #dfdfdf;
	/*padding: 40px 20px 50px 20px;*/
	font-weight: 400;
	padding-left: 19px;
	background: url('../img/arrow_footer_hover.png') 0px 5px no-repeat;
}

.social_space {
	margin-right: 10px;
}

.fa-clock-o {
	text-decoration: none;
	color: #16c0e4;
	font-size: 14px;
}
.fa-facebook {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}

.fa-facebook:hover {
	text-decoration: none;
	color: #c7c7c7;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.fa-twitter {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}

.fa-twitter:hover {
	text-decoration: none;
	color: #c7c7c7;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.fa-linkedin {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}

.fa-linkedin:hover {
	text-decoration: none;
	color: #c7c7c7;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.fa-envelope {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}

.fa-phone {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}

.fa-map-marker {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}

.fa-sign-in {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}

.fa-mobile {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}

.responsive-image {
	height: auto;
	/* width:100%; */
	max-width: 100%;
}

.links {
	font-size: 17px;
	font-weight: 400;
	color: #f26521;
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: tahoma, arial, georgia;*/
	text-decoration: none;
	-o-transition: color 300ms ease-out, color 250ms ease-in;
	-ms-transition: color 300ms ease-out, color 250ms ease-in;
	-moz-transition: color 300ms ease-out, color 250ms ease-in;
	-webkit-transition: color 300ms ease-out, color 250ms ease-in;
	/* ...and now override with proper CSS property */
	transition: color 300ms ease-out, color 250ms ease-in;
}

.links:hover {
	color: #f49465;
}

.links2 {
	font-size: 17px;
	color: #787878;
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: tahoma, arial, georgia;*/
	text-decoration: none;
	-o-transition: color 300ms ease-out, color 250ms ease-in;
	-ms-transition: color 300ms ease-out, color 250ms ease-in;
	-moz-transition: color 300ms ease-out, color 250ms ease-in;
	-webkit-transition: color 300ms ease-out, color 250ms ease-in;
	/* ...and now override with proper CSS property */
	transition: color 300ms ease-out, color 250ms ease-in;
}

.links2:hover {
	color: #787878;
}

.links3 {
	font-size: 20px;
	font-weight: 200;
	color: #494949;
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: tahoma, arial, georgia;*/
	text-decoration: none;
	-o-transition: color 300ms ease-out, color 250ms ease-in;
	-ms-transition: color 300ms ease-out, color 250ms ease-in;
	-moz-transition: color 300ms ease-out, color 250ms ease-in;
	-webkit-transition: color 300ms ease-out, color 250ms ease-in;
	/* ...and now override with proper CSS property */
	transition: color 300ms ease-out, color 250ms ease-in;
	text-decoration: underline;
}

.links3:hover {
	color: #707171;
}

/*scroll to top */
.scroll-to-top {
	position: fixed;
	background: url(../img/scroll-to-top.png) no-repeat;
	cursor: pointer;
	bottom: 1em;
	right: 0px;
	width: 55px;
	height: 55px;
	padding-right: 2em;
	padding-bottom: 1em;
	display: none;
	z-index: 999;
}

.scroll-to-top:hover {
	position: fixed;
	background: url(../img/scroll-to-top-hover.png) no-repeat;
	cursor: pointer;
	bottom: 1em;
	right: 0px;
	width: 55px;
	height: 55px;
	padding-right: 2em;
	padding-bottom: 1em;
	display: none;
	z-index: 999;
}
/*scroll to top */

.home_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 33px;
	color: #383838;
	font-weight: 500;
	/*text-align:center; */
}

.home_title span {
	color: #0E7A90;
}

.pb-center-column div {
	font-family: 'Roboto Condensed', sans-serif;
	color: #3f3f45;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	/*font-weight: bold;*/
	margin-bottom: 20px;
	margin-top: 5px;
	padding-bottom: 10px;
	position: relative;
}

.pb-center-column div:after {
	border-bottom: 4px solid #223342; /*223342*/
	bottom: -2px;
	content: '';
	left: 0;
	position: absolute;
	width: 120px;
}

/************* image zoom *********/

/* [1] The container */
.img-hover-zoom {
	/*height: 350px;*/ /* [1.1] Set it as per your need */
	overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
	transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
	transform: scale(1.2);
	/*** transform: scale(1.2) rotate(10deg); ***/ /* for zoom*/
}

/************* image zoom *********/

@media (max-width: 768px) {
	.inlineimg4 {
		float: left;
		width: 47%;
		margin-right: 7px;
	}
	.footer_texts {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 15px;
		color: #a1a1a1;
		/*padding: 40px 20px 50px 20px;*/
		font-weight: 400;
	}

	.footer_links {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 15px;
		color: #fff;
		/*padding: 40px 20px 50px 20px;*/
		font-weight: 400;
		text-decoration: none;
		padding-left: 15px;
		background: url('../img/arrow_footer.png') 0px 5px no-repeat;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		display: inline-block;
		padding-bottom: 9px;
	}

	.footer_links:hover {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 15px;
		color: #dfdfdf;
		/*padding: 40px 20px 50px 20px;*/
		font-weight: 400;
		padding-left: 19px;
		background: url('../img/arrow_footer_hover.png') 0px 5px no-repeat;
	}

	/************ footer menou *********/
	.accordion_container {
		width: 100%;
	}

	.accordion_head {
		background-color: #04586a;
		color: white;
		cursor: pointer;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 14px;
		margin: 0 0 1px 0;
		padding: 7px 11px;
		font-weight: bold;
	}

	.accordion_body {
		background: #eeeeee;
	}

	.accordion_body p {
		padding: 18px 5px;
		margin: 0px;
	}

	.plusminus {
		float: right;
	}
	/************ footer menou *********/

	.flex-container2 {
		width: 100%;
		min-height: 300px;
		margin: 0 auto;
		display: -webkit-flex; /* Safari */
		display: flex; /* Standard syntax */
		flex-direction: column;
	}

	.flex-container2 .newcolumn {
		padding: 10px;
		min-height: 500px;
		background: #f8f8f8;
		-webkit-flex: 1; /* Safari */
		-ms-flex: 1; /* IE 10 */
		flex: 1; /* Standard syntax */
	}

	.hiddenmobile {
		display: none;
	}

	.hiddendesktop {
		display: block;
	}
}
