@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color: #276e74;
	color: #fff;
	border: 1px solid transparent;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	border: 1px solid #276e74;
	color: #276e74 !important;
}

a.filled-button.red {
	background-color: #eb6608;
}

a.filled-button.red:hover {
	background-color: #e20613;
	border: 1px solid #e20613;
	color: #ffffff !important;
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #276e74;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #276e74;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #276e74;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
  text-align: center;
}

#preloader .preloader-logo {
	height: 60px;
	margin-top: 25em;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.langs-mobile {
	display: none;
	margin-top: 1em;
	text-align: center;
}
	.langs-mobile li {
		display: inline-block;
		margin-right: 0.5em;
	}
		.langs-mobile li:last-child {
			margin-right: 0;
		}
		.langs-mobile li a {
			display: inline-block;
			padding: 8px 10px;
			background: none;
			color: #276e74;
			font-weight: bold;
		}
			.langs-mobile li a.current {
				background: #276e74;
				color: #ffffff;
			}

.sub-header {
	background-color: #276e74;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.3s;
}

	.sub-header ul.right-icons li a.lang {
		font-size: 14px;
	}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 20px 0px;
}
.innerpage .navbar {
	padding: 4px 0 10px 0;
	background: #fff;
}
.innerpage header {
	position: absolute;
	height: auto;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.innerpage .background-header {
	position: fixed;
}
.background-header .navbar-brand h2 {
	color: #276e74!important;
}
.background-header .navbar-nav a.nav-link,
.innerpage .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #276e74!important;
}
.navbar .navbar-brand {
	float: left;
	margin-top: 8px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
.navbar .navbar-brand img.white {
	height: 60px;
}
.navbar .navbar-brand img.green {
	height: 36px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}

/*
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
	position: relative;
}

	.navbar .navbar-nav .nav-item > ul {
		display: none;
		position: absolute;
		text-align: left;
		font-size: 16px;
	}
	
		.navbar .navbar-nav .nav-item:hover > ul {
			display: block;
			background: #ffffff;
			border-radius: 5px;
			padding: 1em 0;
		}
		
			.navbar .navbar-nav .nav-item > ul li {
				white-space: nowrap;
				margin-bottom: 0.3em;
				padding: 0.2em 1.8em;
				position: relative;
			}
			
				.navbar .navbar-nav .nav-item > ul li:last-child {
					margin-bottom: 0;
				}
			
				.navbar .navbar-nav .nav-item > ul li a {
					color: #313131;
					opacity: 1;
				}
				
					.navbar .navbar-nav .nav-item > ul li a:hover {
						opacity: 0.75;
					}
					
						.navbar .navbar-nav .nav-item > ul li ul {
							display: none;
							text-align: left;
							font-size: 14px;
							padding: 1.2em 0 1.2em 0.2em;
						}

							.navbar .navbar-nav .nav-item ul li ul li {
								padding: 0.3em 1em;
							}
*/
							
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
	position: relative;
}

	.navbar .navbar-nav .nav-item ul {
		display: none;
		position: absolute;
		text-align: left;
		font-size: 14px;
	}
	
		.navbar .navbar-nav .nav-item:hover > ul {
			display: block;
			background: #ffffff;
			border-radius: 5px;
			padding: 1em 0;
		}
		
			.navbar .navbar-nav .nav-item ul > li {
				white-space: nowrap;
				margin-bottom: 0.3em;
				padding: 0.2em 1.4em;
			}
			
				.navbar .navbar-nav .nav-item ul li:hover {
					background-color: #f6f6f6;
				}
			
				.navbar .navbar-nav .nav-item ul li:last-child {
					margin-bottom: 0;
				}
			
				.navbar .navbar-nav .nav-item ul li a {
					display: inline-block;
					min-width: 160px;
					color: #313131;
					opacity: 1;
				}
				
					.navbar .navbar-nav .nav-item ul li a:hover {
						opacity: 0.75;
					}
					
						.navbar .navbar-nav .nav-item ul > li > ul {
							display: none;
							position: absolute;
							text-align: left;
							font-size: 14px;
							left: 100%;
							top: 0;
						}
						
							.navbar .navbar-nav .nav-item > ul li:hover > ul {
								display: block;
								background: #ffffff;
								padding: 1.2em 0;
								border-radius: 5px;
							}
							
								.navbar .navbar-nav .nav-item > ul li > ul li {
									padding: 0.2em 1.4em;
								}
								
									.navbar .navbar-nav .nav-item > ul li > ul li:hover {
										background-color: #f6f6f6;
									}
								
									.navbar .navbar-nav .nav-item > ul li > ul li > ul {
										display: none;
										position: absolute;
										text-align: left;
										font-size: 14px;
										left: 100%;
										top: 0;
									}
									
										.navbar .navbar-nav .nav-item > ul li > ul li:hover > ul {
											display: block;
											background: #ffffff;
											padding: 1em 0;
											border-radius: 5px;
											width: 300px;
											font-size: 0.9em;
										}
										
											.navbar .navbar-nav .nav-item > ul li > ul li > ul li {
												padding: 0;
												position: relative;
												padding: 0.2em 1.4em;
											}
											
												.navbar .navbar-nav .nav-item > ul li > ul li > ul li:hover {
													background-color: transparent;
												}
											
												.navbar .navbar-nav .nav-item > ul li > ul li > ul li a:hover {
													opacity: 1;
												}
											
												.navbar .navbar-nav .nav-item > ul li > ul li > ul li img.menu-img {
													width: 100%;
													height: auto;
												}
												
												.navbar .navbar-nav .nav-item > ul li > ul li > ul li a.menu-discount {
													display: block;
													position: absolute;
													top: 0.5em;
													right: 1.5em;
													min-width: 0;
												}
												
													.navbar .navbar-nav .nav-item > ul li > ul li > ul li a.menu-discount img {
														width: 50px;
													}
												
												
						
							
.navbar .navbar-nav a.nav-link {
	/*text-transform: capitalize;*/
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #ffffff;
	border-bottom: 3px solid transparent;
	transition: border-bottom 0.2s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
}
.navbar .navbar-nav .nav-item.has-dropdown .nav-link:hover,
.navbar .navbar-nav .nav-item.has-dropdown .active>.nav-link,
.navbar .navbar-nav .nav-item.has-dropdown .nav-link.active,
.navbar .navbar-nav .nav-item.has-dropdown .nav-link.show,
.navbar .navbar-nav .nav-item.has-dropdown .show>.nav-link {
	border-bottom: 3px solid transparent !important;
}

.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #ffffff;
	background-color: #ffffff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #276e74;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

#footer-feedback {
	display: initial;
}

.mobile-phone {
	display: none;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
}

.Modern-Slider .item-0 .img-fill {
	background-image: url("../images/slide_final_0.jpg");
}

.Modern-Slider .item-1 .img-fill {
	background-image: url("../images/slide_final_1.jpg");
}

.Modern-Slider .item-2 .img-fill {
	background-image: url("../images/slide_final_2.jpg");
}

.Modern-Slider .item-3 .img-fill {
	background-image: url("../images/slide_final_3.jpg");
}

.Modern-Slider .NextArrow{
  position:absolute;
  top: 45%;
  right:30px;
  border:0 none;
  background-color: #276e74;
  text-align:right;
  padding-right: 16px;
  font-size: 34px;
  font-family: 'FontAwesome';
  color:#ffffff;
  z-index:5;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top: 45%;
  left:30px;
  border:0 none;
  background-color: #276e74;
  text-align: left;
  padding-left: 16px;
  font-size: 34px;
  font-family: 'FontAwesome';
  color:#ffffff;
  z-index:5;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 100%;
  	position: absolute;
  	bottom: 0;
  	left: 0;
	background: rgba(31, 31, 31, 0.9);
	padding: 2em;
}

.Modern-Slider .item h6 {
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#276e74;
  animation:fadeOutRight 1s both;
  /*-webkit-text-stroke: 1px #ffffff;*/
  line-height: 18px;
  margin-bottom: 0;
  width: 80%;
}

	.Modern-Slider .item h6 span {
		/*background: rgba(255, 255, 255, 1);
		padding: 2px 10px;*/
	}

.Modern-Slider .item h4 {
  float: left;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #ffffff;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
  margin-bottom: 0.2em;
  width: 80%;
  /*text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;*/
  /*-webkit-text-stroke: 2px #ffffff;*/
}

	.Modern-Slider .item h4 span {
		/*background: rgba(255, 255, 255, 1);
		padding: 2px 10px;*/
	}

.Modern-Slider .item p {
	max-width: 570px;
	color: #276e74;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 40px;
	/*text-shadow: 2px 2px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;*/
	/*-webkit-text-stroke: 1px #ffffff;*/
}

	.Modern-Slider .item p span {
		background: rgba(39, 110, 116, 0.9);
		color: #ffffff;
		padding: 2px 10px;
		line-height: 170%;
	}

.Modern-Slider .item a {
  margin: 0;
  color: #ffffff;
}

.Modern-Slider .item a.filled-button {
  float: right;
  margin-top: -36px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}




/* Request Form */

.request-form {
	background-color: #276e74;
	padding: 40px 0px;
	color: #fff;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}




/* Services */

.services {
	margin-top: 100px;
}

.service-item img {
	width: 100%;
	overflow: hidden;
}

.service-item .down-content {
	background-color: #f7f7f7;
	padding: 30px;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	min-height: 100px;
}

.service-item .down-content p {
	margin-bottom: 20px;
}



/* Fun Facts */

.fun-facts {
	margin-top: 140px;
	background-image: url(../images/slide_n9.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0px;
	color: #313131;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #313131;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #276e74;
}

.fun-facts p {
	color: #000000;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background-color: rgba(250,250,250,0.7);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

.count-digit {
    margin: 5px 0px;
    color: #276e74;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #313131;
    letter-spacing: 0.5px;
}



/* More Info */

.more-info {
	margin: 60px 0;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

	.more-info .right-content a.info {
		color: #276e74;
	}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #276e74;
}

.more-info .right-content p {
	margin-bottom: 30px;
}


/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 140px 0px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;	
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #276e74;
}
.testimonial-item img {
	max-width: 320px;
	border-radius: 0%;
	margin: 25px auto 0px auto;
}




/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	padding: 100px;
	background-color: #f7f7f7;
	margin: 100px 0 0 0;
}

.callback-form .contact-form {
	background-color: #276e74;
	padding: 30px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form h3 {
	color: #ffffff;
	margin-bottom: 1em;
}

.callback-form .contact-form p {
	color: #ffffff;
	line-height: 160%;
	margin: 30px 0;
}

.callback-form .contact-form input, .callback-form .contact-form select {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus, .callback-form .contact-form select:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #276e74;
}

.contact-us .contact-form button.filled-button {
	background-color: #276e74;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #276e74;
}



/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	/*margin-top: 140px;
	background-color: #efefef;*/
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
	border: 1px solid #e0e0e0;
	padding: 4px;
}


/* Table */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2rem 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75rem 0.75rem;
		}

		table th {
			font-size: 0.9rem;
			font-weight: 700;
			padding: 0 0.75rem 0.75rem 0.75rem;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	table tbody tr {
		border-color: rgba(144, 144, 144, 0.25);
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(144, 144, 144, 0.075);
		}

	table th {
		color: #555;
	}

	table thead {
		border-bottom-color: rgba(144, 144, 144, 0.25);
	}

	table tfoot {
		border-top-color: rgba(144, 144, 144, 0.25);
	}

	table.alt tbody tr td {
		border-color: rgba(144, 144, 144, 0.25);
	}
	
	table .specif-header {
		background-color: #276e74;
		color: #ffffff;
		font-weight: bold;
	}
	
	table .specif-name {
		font-weight: bold;
	}


/* Footer Style */

footer {
	background-color: #e7e7e7;
	padding: 80px 0px;
	color: #313131;
}

footer h4 {
	color: #313131;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #313131;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #276e74;
	color: #fff;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #313131;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #276e74;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #313131!important;
	background-color: #efefef;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #e0e0e0;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #313131!important;
	background-color: #efefef;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #e0e0e0;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: #276e74;
	border: 1px solid transparent;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	border: 1px solid #276e74;
	color: #276e74;
}

.go-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	overflow: hidden;
	border: none;
	color: #01545a;
}
	
.go-top:hover {
	color: #276e74;
}


/* Sub-footer Style */

.sub-footer {
	background-color: #276e74;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}


.page-heading {
	text-align: center;
	background-image: url(../images/subpage_header6.jpg);
	background-position: center 100%;
	background-repeat: no-repeat;
	background-size: cover;
	/*padding: 120px 0px 100px 0px;*/
	color: #313131;
	margin-top: 92px;
	height: 420px;
}

.page-heading h1 {
	/*text-transform: capitalize;*/
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
	color: #ffffff;
	/*text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;*/
	-webkit-text-stroke: 1px #131313;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
	display: inline-block;
	/*text-shadow: 1px 1px 0 #131313, -1px -1px 0 #131313, 1px -1px 0 #131313, -1px 1px 0 #131313, 1px 1px 0 #131313;*/
	/*-webkit-text-stroke: 1px #999;*/
	background: rgba(31, 31, 31, 0.5);
	padding: 2px 10px;
}

.page-heading span a {
	color: #ffffff;
}


/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 60px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 2em;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #276e74;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}


/* Single Service */

.single-services {
	margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	/*text-transform: capitalize;*/
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #276e74;
  	font-size: 20px;
  	color: #121212;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}



/* Contact Information */

.contact-information {
	margin-top: 140px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #276e74;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #276e74;
	font-size: 15px;
}


#menuOverlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(11, 11, 11, 0.4);
	z-index: 3;
}



/* Responsive Style */
@media (max-width: 768px) {
	header{
		height: 65px;
	}
	.innerpage header {
		position: relative;
		height: 65px;
	}
	.sub-header {
		display: none;
	}
	.langs-mobile {
		display: block;
	}
	#product-icons > a img {
		width: 60px;
	}
	.services .container .col-md-4:nth-child(4),
	.services .container .col-md-4:nth-child(5),
	.services .container .col-md-4:nth-child(6) {
		display: none;
	}
	footer .footer-item:nth-child(3) {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
		footer .footer-item:nth-child(3) h4 {
			display: none;
		}
	#footer-feedback {
		display: none;
	}
	.mobile-phone {
		display: block;
		line-height: 90%;
	}
		.mobile-phone a {
			color: #ffffff;
			font-size: 0.8em;
			margin-left: 100px;
		}
	.Modern-Slider .text-content {
		padding: 1em;
	}
	.Modern-Slider .item .img-fill {
		height: 100vh;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 5px;
	  font-size: 15px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 12px;
	  font-size: 20px;
	  line-height: 30px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.Modern-Slider a.filled-button {
		display: none;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
	.more-info {
		margin: 40px 0;
	}
	.page-heading {
		background-size: inherit;
		background-image: none;
		background-color: #e0e0e0;
		height: 0;
		margin-top: 0;
	}
	.page-heading span {
		background: none;
	}
	.callback-form {
		padding: 40px 10px;
		margin: 40px 0 0 0;
	}
	.services {
		margin-top: 40px;
	}
	.section-heading {
		margin-bottom: 40px;
	}
	.team {
		padding: 40px 0;
	}
	.content h1 {
		font-size: 30px !important;
		line-height: 32px !important;
	}
	.content ul.blocks li {
		width: 48% !important;
	}
	.content ul.blocks.blocks-contacts li {
		width: 100% !important;
	}
	.content ul.blocks li h4 {
		font-size: 14px;
	}
	.product-tabs iframe {
		height: 320px;
	}
	.video-item img {
		width: 30% !important;
	}
}
@media (max-width: 480px) {
	.Modern-Slider .item .img-fill {
		height: 50vh !important;
	}
	.Modern-Slider .text-content {
		padding: 1em;
	}
	.Modern-Slider .item h4 {
		font-size: 14px !important;
		line-height: 16px !important;
		margin-bottom: 0 !important;
	}
	table.features tr td {
		font-size: 0.8em;
	}
	.content ul.newslist li {
		width: 100% !important;
		margin-bottom: 1em !important;
	}
	.section-heading h2 {
		font-size: 30px;
		line-height: 100%;
	}
	.navbar .navbar-brand img.white {
		height: 42px;
	}
}
@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 2px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar .navbar-brand img {
		height: 36px;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 65px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	
		.navbar .navbar-nav .nav-item .nav-link {
			font-weight: 600;
		}
	
	.navbar .navbar-nav .nav-item ul {
		display: block;
		position: relative;
		text-align: center;
		font-size: 14px;
	}
	
		.navbar .navbar-nav .nav-item:hover ul {
			background: none;
			padding: 0 0;
		}
		
			.navbar .navbar-nav .nav-item ul li {
				padding: 0.5em;
			}
			
				.navbar .navbar-nav .nav-item ul li a {
					color: #313131;
				}
	
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #276e74!important;
		border-bottom: none!important;
	}
}

/* -------------------------------------------------------------- ORIGINAL STYLES -------------------------------------------------------------- */

/* Table Grid */

	.table {
		display: table;
		width: 100%;
		height: 100%;
	}
	
	.tablecenter {
		display: table;
		width: 60%;
		height: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.table-row {
		display: table-row;
	}
	
	.table-cell {
		display: table-cell;
		width: 100%;
		height: 100%;
		vertical-align: top;
	}
	
		.tablecenter .table-cell {
			padding: 10px;
		}
	
	.w5 { width: 5%; }
	.w10 { width: 10%; }
	.w20 { width: 20%; }
	.w30 { width: 30%; }
	.w35 { width: 35%; }
	.w40 { width: 40%; }
	.w50 { width: 50%; }
	.w55 { width: 55%; }
	.w60 { width: 60%; }
	.w80 { width: 80%; }
	.w100 {	width: 100%; }
	
	.h5 { height: 5%; }
	.h10 { height: 10%; }
	.h20 { height: 20%; }
	.h30 { height: 30%; }
	.h35 { height: 35%; }
	.h40 { height: 40%; }
	.h50 { height: 50%; }
	.h60 { height: 60%; }
	.h80 { height: 50%; }
	.h100 { height: 100%; }
	
	ul, ol, p, dl {
		margin: 0 0 2em 0;
	}

	a {
		text-decoration: underline;
		-webkit-transition: all 0.1s linear 0.1s;
		-moz-transition: all 0.1s linear 0.1s;
		-o-transition: all 0.1s linear 0.1s;
		transition: all 0.1s linear 0.1s;
	}

		a:hover {
			text-decoration: none;
		}

	section > :last-child, .last-child {
		margin-bottom: 0 !important;
	}
	
	.notice {
		min-height: 32px;
		margin: 0 0 2em 0;
		background-image: url('../../images/warning.png');
		background-repeat: no-repeat;
		padding: 4px 0 0 40px;
	}
	
	.error {
		min-height: 32px;
		margin: 0 0 2em 0;
		background-image: url('../../images/warning.png');
		background-repeat: no-repeat;
		padding: 4px 0 0 40px;
		color: #cc0000;
	}
	
	.success {
		min-height: 32px;
		margin: 0 0 2em 0;
		background-image: url('../../images/success.png');
		background-repeat: no-repeat;
		padding: 4px 0 0 40px;
		color: #00cc00;
	}
	
/* Popup Block */

	.popup-overlay {
		display: none;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(1,84,90,0.9);
		z-index: 9999;
		text-align: center;
		padding-top: 3em;
		color: #aaaaaa;
		overflow: auto;
	}
	.popup-container {
		position: relative;
		width: 90%;
		max-width: 600px;
		margin: 40px auto 0 auto;
		background-color: #ffffff;
		padding: 20px 10px;
		border-radius: 10px;
		color: #01545a;
	}
	.popup-container h1 {
		font-size: 30px;
		text-align: center;
		padding: 0 28px;
		margin-bottom: 20px;
	}
	.popup-overlay img {
		width: 100%;
		height: auto;
	}
	.popup-overlay-close {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 34px;
		color: #333333;
		border: 0 !important;
		z-index: 999;
	}
	.popup-overlay a {
		border: 0 !important;
	}
	
	.popup_content {
		position: relative;
		width: 95%;
		max-width: 800px;
		background-color: #ffffff;
		padding: 1em;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
		.popup_content h4 {
			font-size: 24px;
			line-height: 24px;
			color: #01545a;
			margin-bottom: 10px;
		}
	
		.popup_content .tender-popup-close {
			position: absolute;
			right: 0.5em;
			top: 0.5em;
			cursor: pointer;
		}
	
		.popup_content table {
			width: 100%;
			text-align: left;
			border: 1px solid #eaeaea;
		}
			
			.popup_content table tr:nth-child(odd) {
				background-color: #eaeaea;
			}
				
				.popup_content table tr td {
					padding: 5px;
					vertical-align: top;
				}
					
					.popup_content table tr td:first-child {
						color: #276e74;
					}
						
					.popup_content table tr td img {
						border-radius: 5px;
					}
					
		.popup_content a.button {
			display: inline-block;
			background: #276e74;
			color: #ffffff;
			padding: 5px 20px;
			text-decoration: none;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
					
		.popup_content form {
			width: 100%;
			margin: 0;
		}
		
			.popup_content form .field {
				width: 96%;
			}
		
			.popup_content form input, .popup_content form textarea, .popup_content form select {
				width: 100%;
				resize: none;
				font-size: 16px;
				padding: 4px;
				margin-left: 1em;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				border: 1px solid #cccccc;
				margin-bottom: 10px;
			}
			
			.popup_content form textarea {
				height: 120px;
			}
			
				.popup_content form input[type="submit"] {
					background: #276e74;
					color: #ffffff;
					padding: 5px 20px;
					cursor: pointer;
					border: 0;
					margin: 0;
				}
				
					.popup_content form input[type="submit"]:hover {
						background: #48898f;
						color: #ffffff;
					}
				
/* Video Gallery */

	.videogallery_open {
		display: inline-block;
		background: #276e74;
		color: #ffffff !important;
		padding: 6px 22px;
		border: 0;
		margin: 0.5em 0;
		text-decoration: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;		
	}
	
		.videogallery_open:hover {
			background: #48898f;
			color: #ffffff;
		}

	.videogallery-popup .video-item img {
		width: 15%;
		margin-right: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;		
	}
	
		.videogallery-popup .video-item:last-child img {
			margin-right: 0;
		}
		
	.videogallery-popup .videogallery-close {
		position: absolute;
		right: 0.5em;
		top: 0.5em;
		cursor: pointer;
	}
		
/* Photo Gallery */

	.photogallery_open {
		display: inline-block;
		background: #276e74;
		color: #ffffff !important;
		padding: 6px 22px;
		border: 0;
		margin: 0.5em 0;
		text-decoration: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;		
	}
	
		.photogallery_open:hover {
			background: #48898f;
			color: #ffffff;
		}

	.photogallery-popup .photo-item img {
		width: 15%;
		margin-right: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;		
	}
	
		.photogallery-popup .photo-item:last-child img {
			margin-right: 0;
		}
		
	.photogallery-popup .photogallery-close {
		position: absolute;
		right: 0.5em;
		top: 0.5em;
		cursor: pointer;
	}
	
	
/* Buy Popup */

	.buywindow_open {
		display: inline-block;
		background: #ff4e4d;
		color: #ffffff !important;
		padding: 6px 22px;
		border: 0;
		margin: 0.5em 0;
		text-decoration: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;		
	}
	
		.buywindow_open:hover {
			background: #ff1d1c;
			color: #ffffff;
		}

/* Promotion Button */

.promotion_btn {
	display: inline-block;
	background: #ffa439;
	color: #ffffff !important;
	padding: 6px 22px;
	border: 0;
	margin: 0.5em 0;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.promotion_btn:hover {
	background: #ffbe39;
	color: #ffffff;
}

/* Ask Popup */

.askwindow_open {
	display: inline-block;
	background: #ff4e4d;
	color: #ffffff !important;
	padding: 6px 22px;
	border: 0;
	margin: 0.5em 0;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.askwindow_open:hover {
	background: #ff1d1c;
	color: #ffffff;
}

/* Content */

	.content {
		padding: 20px 20px 0 20px;
		color: #303030;
		overflow: auto;
	}
	
		.content h1 {
			font-size: 42px;
			line-height: 46px;
			color: #313131;
			border-bottom: 2px solid #313131;
			margin-bottom: 40px;
			padding-bottom: 10px;
		}
		.content h2 {
			font-size: 30px;
			color: #01545a;
			margin-bottom: 10px;
		}
		.content h3 {
			font-size: 24px;
			color: #01545a;
			margin-bottom: 10px;
		}
		.content h4 {
			font-size: 20px;
			color: #01545a;
			margin-bottom: 10px;
		}
		.content h5 {
			font-size: 16px;
			color: #01545a;
			margin-bottom: 10px;
		}
		
		.content a {
			color: #276e74;
		}
		
		.content p {
			text-align: justify;
		}
		
		.content img {
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
			.content img.fit {
				width: 100%;
				height: auto;
			}
			.content img.left {
				width: 50%;
				height: auto;
				float: left;
				margin-right: 20px;
			}
			.content img.right {
				width: 50%;
				height: auto;
				float: right;
				margin-left: 20px;
			}
		
		.content ul.images {
			width: 100%;
			margin: 10px 0;
			text-align: center;
		}
			.content ul.images li {
				display: inline-block;
				margin: 0 2% 2% 0;
				width: 30%;
			}
			
		.content ul.productslider {
			width: 100%;
			margin: 2px 0;
			text-align: center;
		}
			.content ul.productslider li {
				display: inline-block;
				margin: 0 0 0 0;
			}
			
				.content ul.productslider li:last-child {
					margin: 0 0 0 0;
				}
			
				.content ul.productslider li a {
					display: inline-block;
					margin: 0 6px 0 0;
					width: 24px;
					height: 24px;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
					background: #01545a;
					background-image: none;
					background-repeat: no-repeat;
					background-size: 90% 90%;
					background-position: center;
					border: 2px solid #ffffff;
				}
				
					.content ul.productslider li a.current {
						border: 2px solid #01545a;
						/*box-shadow: -1px 0 rgba(0, 0, 0, 0.5), 0 1px rgba(0, 0, 0, 0.5), 1px 0 rgba(0, 0, 0, 0.5), 0 -1px rgba(0, 0, 0, 0.5);*/
					}
				
		.content .product-image-container {
			position: relative;
		}
					
		.content #product-tags {
			position: absolute;
			top: 0;
			left: 0;
			width: 60px;
		}
		
			.content #product-tags img {
				width: 100% !important;
				height: auto;
			}
			
			.content #product-tags a {
				display: inline-block;
			}
			
			.content #product-tags a.showtip {
				text-align: center;
			}
			
				.content #product-tags a.showtip img {
					width: 60% !important;
					height: auto;
				}
				
		.content #product-features {
			position: absolute;
			top: 0;
			right: 0;
			width: 60px;
		}
	
			.content #product-features a {
				display: inline-block;
			}
			
			.content #product-features a.showtip {
				text-align: center;
			}
			
				.content #product-features a.showtip img {
					width: 60% !important;
					height: auto;
				}
			
		.content ul.newslist {
			width: 100%;
			margin: 10px 0;
			text-align: left;
		}
			.content ul.newslist li {
				display: inline-block;
				margin: 0 2% 2% 0;
				width: 23%;
				line-height: 140%;
				vertical-align: top;
			}
			
				.content ul.newslist li:nth-child(4n) {
					margin-right: 0 !important;
				}
				
				.content ul.newslist li:nth-child(2n) {
					margin-right: 2%;
				}
				
		.content ul.blocks {
			width: 100%;
			margin: 10px 0;
			text-align: center;
		}
		
			.content ul.blocks.align-left {
				text-align: left;
			}
			
			.content ul.blocks li {
				display: inline-block;
				margin: 0 1% 1% 0;
				width: 23%;
				line-height: 140%;
				vertical-align: top;
				text-align: center;
			}
			
				.content ul.blocks li a img {
					width: auto;
					max-width: 100%;
					height: auto;
				}
				
				.content ul.blocks.blocks-contacts li {
					width: 32%;
					text-align: left;
					background: #f3f3f3;
					border: 1px solid #eaeaea;
					border-radius: 5px;
					padding: 16px;
					color: #01545a;
					position: relative;
					-webkit-transition: border-color 0.1s linear 0.1s;
					-moz-transition: border-color 0.1s linear 0.1s;
					-o-transition: border-color 0.1s linear 0.1s;
					transition: border-color 0.1s linear 0.1s;
				}
				
				.content ul.blocks.blocks-contacts li a.button {
					display: inline-block;
					width: 100%;
					background-color: #276e74;
					background-image: url('../../images/menu-arrow-right.png');
					background-repeat: no-repeat;
					background-position: 95% center;
					-webkit-transition: background-color 0.1s linear 0.1s;
					-moz-transition: background-color 0.1s linear 0.1s;
					-o-transition: background-color 0.1s linear 0.1s;
					transition: background-color 0.1s linear 0.1s;
					color: #ffffff;
					text-transform: uppercase;
					text-align: center;
					text-decoration: none;
					padding: 6px;
					border-radius: 5px;
				}
				
					.content ul.blocks.blocks-contacts li a.button:hover {
						background-color: #01545a;
					}
					
					.content ul.blocks.blocks-contacts li:hover {
						border-color: #276e74;
					}
					
				.content ul.blocks.blocks-finance li {
					width: 48%;
					text-align: center;
					background: #f3f3f3;
					border: 2px solid #eaeaea;
					border-radius: 5px;
					padding: 16px;
					color: #01545a;
					font-size: 32px;
					position: relative;
					-webkit-transition: border-color 0.1s linear 0.1s;
					-moz-transition: border-color 0.1s linear 0.1s;
					-o-transition: border-color 0.1s linear 0.1s;
					transition: border-color 0.1s linear 0.1s;
				}
				
					.content ul.blocks.blocks-finance li:hover {
						border-color: #276e74;
					}
					
					.content ul.blocks.blocks-finance li h3 {
						margin-bottom: 0;
					}
					
		.content ul.default {
			margin: 10px 0 40px 22px;
			text-align: left;
		}
			.content ul.default li {
				margin-bottom: 10px;
				line-height: 140%;
			}
			
				.content ul.default li:before {
					content: "";
					display: inline-block;
					width: 8px;
					height: 8px;
					margin: 0 12px 1px -20px;
					-webkit-border-radius: 50%;
					-moz-border-radius: 50%;
					border-radius: 50%;
					background-color: #276e74;
				}
				
		.content ul.content-list, .content ol.content-list {
			list-style: initial !important;
			margin-left: 30px;
		}
				
		.content .tablelink {
			display: inline-block;
			width: 100%;
			background: #eaeaea;
			padding: 10px;
			margin-bottom: 10px;
			text-decoration: none;
		}
		
			.content .tablelink.current {
				background: #276e74;
				color: #ffffff;
			}
			
			#producttables td.linkcell {
				background-image: none;
				background-position: 50% 95%;
				background-repeat: no-repeat;				
			}
			
			#producttables td.linkcell:first-child {
				background-image: url('../../images/arrow-down.png');
			}

		.content table.features {
			width: 100%;
			margin-bottom: 20px;
			text-align: left;
			border: 1px solid #eaeaea;
		}
		
			#producttables table.features {
				margin-bottom: 0;
			}
		
			.content table.features tr:nth-child(odd) {
				background-color: #eaeaea;
			}
			
			.content table.features tr.a_list {
				background-color: #ffffff !important;
			}
		
				.content table.features tr td {
					padding: 5px;
					vertical-align: top;
				}
				
				.content table.features tr td.agregates-text {
					padding-right: 15px !important;
					font-size: 14px;
					line-height: 120%;
					position: relative;
				}
				
					.content table.features tr td:first-child {
						color: #276e74;
					}
					
					.content table.features tr td img {
						width: 100% !important;
						height: auto;
					}
					
		.content table.features.nopadding tr td {
			padding: 5px;
		}

		.content table.features tr td.specif-header{
			background-color: #276e74;
			color: #ffffff;
		}
					
		.content table.datatable {
			width: 100%;
			margin-bottom: 20px;
			text-align: left;
			border: 1px solid #eaeaea;
			border-collapse: collapse;
		}
		
			.content table.datatable tr th, .content table.datatable tr td {
				border: 1px solid #eaeaea;
				padding: 20px;
				vertical-align: top;
			}
		
			.content table.datatable tr th {
				background-color: #48898e;
				font-weight: bold;
				color: #ffffff;
			}
			
				.content table.datatable.dealers tr td:first-child {
					background-color: #f3f3f3;
					font-weight: bold;
				}
				
					.content table.datatable tr th p, .content table.datatable tr td p {
						margin: 0;
						text-align: inherit;
					}
					
		.content table.page-table thead tr td {
			background-color: #48898e;
			font-weight: bold;
			color: #ffffff;
		}
		
			.content table.page-table tr td {
				border: 1px solid #eaeaea;
				padding: 20px;
				vertical-align: top;
			}
			
			.content table.page-table tr th p, .content table.page-table tr td p {
				margin: 0;
				text-align: inherit;
			}
	
		.content ul.pagination {
			width: 100%;
			margin: 10px 0;
			text-align: center;
		}
			.content ul.pagination li {
				display: inline-block;
				margin: 0 0.5em 0 0;
			}

				.content ul.pagination li a {
					display: block;
					width: 30px;
					line-height: 30px;
					font-weight: bold;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
					background: none;
					color: #333333;
					border: 1px solid #cccccc;
					text-decoration: none;
				}
				
				.content ul.pagination li a:hover, .content ul.pagination li a.current {
					background: #276e74;
					color: #fff;
					border: 1px solid #276e74;
				}
				
	.content form {
		width: 100%;
		margin: 0;
	}
	
		.content form table {
			width: 100%;
		}
		
			.content form table tr td, .content form table tr th {
				padding: 10px;
				vertical-align: top;
				text-align: left;
			}
		
		.content form label {
			text-align: left;
			font-weight: bold;
			padding: 4px;
		}
	
		.content form input, .content form textarea, .content form select {
			width: 100%;
			resize: none;
			font-size: 16px;
			padding: 4px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border: 1px solid #cccccc;
		}
		
		.content form textarea {
			height: 120px;
		}
		
			.content form input[type="submit"] {
				background: #276e74;
				color: #ffffff;
				padding: 5px 20px;
				cursor: pointer;
				border: 0;
				margin: 20px 0;
			}
			
				.content form input[type="submit"]:hover {
					background: #48898f;
					color: #ffffff;
				}
				
			.content input[type="button"].button {
				background: #276e74;
				color: #ffffff;
				padding: 5px 20px;
				cursor: pointer;
				border: 0;
				margin: 0;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}
			
				.content input[type="button"].button:hover {
					background: #48898f;
					color: #ffffff;
				}
				
		.content .scrollbartext p, .content #producttables p {
			margin-bottom: 0;
		}
		
	.page-text p { font-size: 15px; }

	@media (max-width: 768px) {	
	
		.page-text iframe {
			width: 100% !important;
			height: 320px !important;
		}
		
	}