/*


[Table of contents] 

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Home
- 2.2 About
- 2.3 Services
- 2.4 Quotation
- 2.5 Quotation wizard
- 2.6 Tips / faq
- 2.7 Contact us

3. COMMON
- Tooltips
- Containers styles
- Form styles
- Tabs, collapse
- etc

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/*-------- Allert for old browsers IE8 and below --------*/
.chromeframe{background:#ddd;color:#000;padding: 0.2em;position: fixed; top: 0; left: 0; text-align: center; z-index:9999; width: 100%;}
.chromeframe a{color:#ed1c24;}

/*-------- 1.1 Typography --------*/
body {background:#fff; font-size:15px; line-height:1.5; font-weight: 300; font-family:'Roboto', Arial, sans-serif; color:#000000;-webkit-font-smoothing: antialiased;}

p {
	font-size:15px; line-height:22px; font-weight: 300; 
}

h1, h2, h3, h4, h5, h6{-webkit-font-smoothing:antialiased; color:#333;}
h3{ font-size:20px;}

/*General links color*/
a {color: #06C;text-decoration: none;-webkit-transition: all 0.2s ease;transition: all 0.2s ease; outline:none;}
a:hover,a:focus {color: #111;text-decoration: none; outline:none;}

a.link_normal{
	position:relative;
	font-weight:500;
}
a.link_normal:after{
	font-style: normal;
 	font-weight: normal;
 	font-family: 'ElegantIcons';
	content: "\24";
	top:3px;
	position:relative;
	margin-left:3px;
}
p {margin: 0 0 25px 0;}
.main_title {
	background-color:rgba(0, 37, 74, 0.8); 
	display:inline-block; 
	padding:15px 15px 0 15px;
	position:absolute;
	margin-left:15px;
	left:0;
	bottom:0;
	z-index:9;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #ddd;
}

/*-------- 1.2 Buttons --------*/
a.button_intro, .button_intro  {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff !important;
	background:#06C;
	cursor: pointer;
	padding: 12px 35px;
	display: inline-block;
	outline: none;
	font-size:12px;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
	-webkit-transition: none;
	transition:none; 
}
a.button_intro:hover, .button_intro:hover {
	background: #333;
}
a.btn_1, .btn_1{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #06C;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
}

a.btn_1.outline,.btn_1.outiline, input .btn_1.outiline{
	color:#555;
	background: none;
	border:2px solid #555;
	padding: 5px 18px;
}
a.btn_1.outline:hover,.btn_1.outiline:hover, input .btn_1.outiline:hover{
	color:#fff;
	background:#e04f67;
	border:2px solid #e04f67;
}
a.btn_1.medium, .btn_1.medium  {
	padding: 10px 25px;
	font-size:14px;
}
a.btn_1:hover, .btn_1:hover {
	background: #333;
}
a.btn_quote{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background:none;
	cursor: pointer;
	padding: 7px 30px;
	display: inline-block;
	outline: none;
	font-size:14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#06C;
	float:right;
	white-space:nowrap;
	text-shadow:none;
	margin-top:5px;
}
a.btn_quote:hover{
	color:#00254a;
	background:#fff;
}
a.btn_full, .btn_full{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	width:100%;
	background: #06C;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
a.btn_full:hover, .btn_full:hover{
	background: #111;
}

/*-------- 1.3 Structure --------*/
/* Header */
#tag_line{
	font-size:13px;
	color:#fff;
}
a#phone_top {
	position: relative;
	padding-left: 22px;
	font-weight: 600;
}
a#phone_top:before {
	font-family: "ElegantIcons";
	content: "\e090";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: -2px;
}
#opening {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	padding-left: 22px;
	font-weight: 600;
}
#opening:before {
	font-family: "ElegantIcons";
	content: "\7d";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: -3px;
}
#logo {margin:10px 00px;}
#logo img {max-height: 65px; display: inline-block; margin: 00px 05px;}
header{
	width:100%;
	padding:0 0 0 0;
	background-color:#fff;
	z-index:105;
	position:relative;
	-webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	position:fixed;
	left:0;
	top:0;
}

nav {margin-top:20px}
#top_line{
	font-size:12px;
	background-color:#00254a;
	 transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -webkit-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 visibility:visible;
	 opacity:1;
	 padding: 8px 0;
	 margin-bottom:5px;
}
ul#top_links{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	font-weight:500;
	color:#fff;
}
ul#top_links li{
	display:inline-block;
	border-left: 1px solid rgba(255,255,255,0.4);
	margin-right:5px;
	padding-left:8px;
}
ul#top_links li:first-child{
	border-left: none;
	padding-left:0;
}
ul#top_links li #phone_header{
	color:#636;
}
ul#top_links li i{
	font-size: 15px;
	padding-right: 10px;
}
ul#top_links a{
	color:#FFFFFF;
}
ul#top_links a:hover{
	color:#fff;
}
/*Animate Sticky header*/
.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform,opacity; }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    transform: perspective(400px) rotateX(0deg); } }

.animated.swingInX {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ie-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX; }

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg); } }

@-moz-keyframes swingOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg); } }

@-o-keyframes swingOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg); }
  100% {
    -o-transform: perspective(400px) rotateX(-90deg); } }

@keyframes swingOutX {
  0% {
    transform: perspective(400px) rotateX(0deg); }
  100% {
    transform: perspective(400px) rotateX(-90deg); } }

.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%); }
  100% {
    -o-transform: translateY(0); } }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(-100%); } }

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    -o-transform: translateY(-100%); } }

@keyframes slideUp {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp; }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    transform: perspective(400px) rotateX(0deg); } }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  30% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  30% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  30% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-200px); } }

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }
  
#sub_header{
    height: 250px;
    background: #ddd url(../img/sub_header.jpg) no-repeat center center;
	color:#fff;
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
  -o-background-size: cover;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#sub_header.about-us{background: #ddd url(../img/sub_header-about-us.jpg) no-repeat center center; background-size: cover; }
#sub_header.anchor-bolt-sleeve{background: #ddd url(../img/sub-header-anchor-bolt-sleeve.jpg) no-repeat center center; background-size: cover; }
#sub_header.ball-and-rash-ring{background: #ddd url(../img/sub-header-ball-and-rash-ring.jpg) no-repeat center center; background-size: cover; }
#sub_header.bio-ring-media{background: #ddd url(../img/sub-header-bio-ring-media.jpg) no-repeat center center; background-size: cover; }
#sub_header.bio-tower-packing{background: #ddd url(../img/sub-header-bio-tower-packing.jpg) no-repeat center center; background-size: cover; }
#sub_header.bi-pi-pigs{background: #ddd url(../img/sub-header-bi-pi-pigs.jpg) no-repeat center center; background-size: cover; }
#sub_header.blast-plug{background: #ddd url(../img/sub-header-blast-plug.jpg) no-repeat center center; background-size: cover; }
#sub_header.bolt-nut-protectors{background: #ddd url(../img/sub-header-bolt-nut-protectors.jpg) no-repeat center center; background-size: cover; }
#sub_header.cup-pigs{background: #ddd url(../img/sub-header-cup-pigs.jpg) no-repeat center center; background-size: cover; }
#sub_header.decocking{background: #ddd url(../img/sub-header-decocking.jpg) no-repeat center center; background-size: cover; }
#sub_header.filter-nozzle{background: #ddd url(../img/sub-header-filter-nozzle.jpg) no-repeat center center; background-size: cover; }
#sub_header.flange-end-protectors{background: #ddd url(../img/sub-header-flange-end-protectors.jpg) no-repeat center center; background-size: cover; }
#sub_header.flange-insulation-protectors{background: #ddd url(../img/sub-header-flange-insulation-protectors.jpg) no-repeat center center; background-size: cover; }
#sub_header.foam-pigs{background: #ddd url(../img/sub-header-foam-pigs.jpg) no-repeat center center; background-size: cover; }
#sub_header.grid-space-eliminator{background: #ddd url(../img/sub-header-grid-space-eliminator.jpg) no-repeat center center; background-size: cover; }
#sub_header.metal-insert{background: #ddd url(../img/sub-header-metal-insert.jpg) no-repeat center center; background-size: cover; }
#sub_header.nozzle-spray{background: #ddd url(../img/sub-header-nozzle-spray.jpg) no-repeat center center; background-size: cover; }
#sub_header.pipe-end-protectors{background: #ddd url(../img/sub-header-pipe-end-protectors.jpg) no-repeat center center; background-size: cover; }
#sub_header.plastic-inserts{background: #ddd url(../img/sub-header-plastic-inserts.jpg) no-repeat center center; background-size: cover; }
#sub_header.projectile{background: #ddd url(../img/sub-header-projectile.jpg) no-repeat center center; background-size: cover; }
#sub_header.tellerate-ring{background: #ddd url(../img/sub-header-tellerate-ring.jpg) no-repeat center center; background-size: cover; }
#sub_header.spares{background: #ddd url(../img/sub-header-spares.jpg) no-repeat center center; background-size: cover; }
#sub_header.pipe-insulation{background: #ddd url(../img/sub-header-pipe-insulation.jpg) no-repeat center center; background-size: cover; }
#sub_header.pig-singlar{background: #ddd url(../img/sub-header-pig-singlar.jpg) no-repeat center center; background-size: cover; }
#sub_header.insulated-sleeves{background: #ddd url(../img/sub-header-insulated-sleeves.jpg) no-repeat center center; background-size: cover; }
#sub_header.tube-plug{background: #ddd url(../img/sub-header-tube-plug.jpg) no-repeat center center; background-size: cover; }
#sub_header.spares{background: #ddd url(../img/sub-header-spares.jpg) no-repeat center center; background-size: cover; }
#sub_header.spares{background: #ddd url(../img/sub-header-spares.jpg) no-repeat center center; background-size: cover; }
#sub_header.spares{background: #ddd url(../img/sub-header-spares.jpg) no-repeat center center; background-size: cover; }
#sub_header.spares{background: #ddd url(../img/sub-header-spares.jpg) no-repeat center center; background-size: cover; }
#sub_header.spares{background: #ddd url(../img/sub-header-spares.jpg) no-repeat center center; background-size: cover; }
#sub_header.spares{background: #ddd url(../img/sub-header-spares.jpg) no-repeat center center; background-size: cover; }
#sub_header.spares{background: #ddd url(../img/sub-header-spares.jpg) no-repeat center center; background-size: cover; }
#sub_header.spares{background: #ddd url(../img/sub-header-spares.jpg) no-repeat center center; background-size: cover; }
#sub_header .container{
	position:relative;
	height:100%;
}
#sub_header h1{
	color:#fff;
	margin:0;
	font-size:24px;
	font-weight:600;
	padding-bottom: 15px;
}
#sub_header h1:before{
	content: url(../img/bolt_yellow.svg);
	margin-right:5px;
}
#sub_header .main_title p{
	margin-bottom:15px;
	font-size:14px;
}
#contact-info-22 {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../images/contact-bg.jpg) center center scroll no-repeat;
    background-size: cover;
    padding: 30px 00px 00px;
    color: #FFFFFF;
}

#contact-info-22 h3 {
    color: #000000;
    background: #ffd100;
    padding: 10px 15px;
    display: flex;
    margin-bottom: 20px;
    line-height: 30px;
    justify-content: center;
    align-items: center;
}
#contact-info-22 h4 {
   margin-bottom: 15px;
}
#contact-info-22 i {
    color: #FFFFFF;
    margin-right: 5px;
}
/* Main area  */
main {
	background: #fff;
}
/* Footer  */
footer {
	background:#3a3a3b;
	color:#fff;
	padding:30px 0 0 0;
	/*margin-top: 10px;*/
}
footer h3{
	font-size:16px;
	font-weight:700;
	color:#fff;
}
footer a{
	color:#fff;
}
footer a:hover{
	color:#00ccd6;
}
#logo_footer{
	margin:12px 0 15px 0;
}
footer ul{
	margin:0;
	padding: 0 0 20px 0;
	list-style:none;
}
#social_footer{
	text-align:center;
	border-top:1px dotted rgba(255,255,255,0.2);
	padding-top:30px;
	margin-top:10px;
}
#social_footer p{
	font-size:12px;
	color:#8c8c8c;
}
#social_footer ul{
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
}
#social_footer ul li{
	display:inline-block;
	margin:0 5px 10px 5px;
}
#social_footer ul li a{
	color:#fff;
	text-align:center;
	line-height:34px;
	display:block;
	font-size:16px;
	width:35px;
	height:35px;
	border:1px solid rgba(255,255,255,0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#social_footer ul li a:hover{
	border:1px solid #fff;
	background:#fff;
	color:#111;
}
#contact_bg{
	background:url(../img/map_footer.png) no-repeat bottom center;
}
ul#contact_details_footer{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
ul#contact_details_footer li{
	margin-bottom:20px;
	padding: 00px 00px 00px 30px;
	position: relative;
}
ul#contact_details_footer li i{
	position:absolute;
	left: 00px;
	top: 03px;
	z-index: 99;
	font-size: 17px;
}

ul#contact_details_footer li p{
	position: relative;
}
ul#contact_details_footer li p i{
	position:absolute;
	left: -25px;
	top: 03px;
	z-index: 99;
	font-size: 17px;
}
ul#contact_details_footer li#address_footer, ul#contact_details_footer li#phone_footer, ul#contact_details_footer li#email_footer{
	position:relative;
	padding-left:30px;
}
ul#footer-link {
	padding: 00px;
}
	ul#footer-link li {
		padding: 00px 00px 10px 00px;
	}
#address_footer:before, #phone_footer:before, #email_footer:before{
	font-style: normal;
 	font-weight: normal;
 	font-family: 'ElegantIcons';
    position:absolute;
	 font-size:20px;
  	left:0;
  	top:-5px;
	color:#fcd826;
}
#address_footer:before{
	content: "\e009";
}
#phone_footer:before{
	content: "\e00b";
}
#email_footer:before{
	content: "\e010";
	top:-8px
}
#copy{
	background-color:#29292a;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-size:12px;
}

/*============================================================================================*/
/* 2.  CONTENT  */
/*============================================================================================*/
/*-------- 2.1 Home --------*/
/*#layerslider  {
	margin-top:100px;
}*/
#get_quote {
	background:#FED829 url(../img/pattern_green.png) repeat;
	padding:30px 0;
	color:#fff;
}
#get_quote.green {
	background:#FED829 url(../img/pattern_green.png) repeat;
	padding:30px 0;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#get_quote h3{
	color:#333;
	margin:5px 0 0 0;
	font-family: 'Gochi Hand', cursive;
	font-size:32px;
}
.box_style_1.home {
	padding:20px;
	padding-bottom:5px;
}
.box_style_1.home ul.feat li{
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
}
.box_style_1.home ul.feat li p{
	margin-bottom:15px;
}
.box_style_1.home ul.feat li:last-child{
	border-bottom:0;
}
.box_style_1.home ul.feat li:last-child p{
	margin-bottom:0;
}
.box_style_1.home h3{
	background-color:#333;
	text-align:center;
	color:#fff;
	padding:15px 10px ;
	text-transform:uppercase;
	font-size:18px;
	margin:-20px -20px 20px -20px;
	border-bottom:2px solid #fff;
}
#how_to{
	background: #629976 url(../img/pattern_green.png) repeat;
	padding:60px 0 30px 0;
	color:#fff;
	font-size:14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-weight:500;
}
#how_to h3{
	font-family: 'Gochi Hand', cursive;
	color: #fff;
	font-size:36px;
	font-weight:normal;
	margin-bottom:0;
}
#how_to h4{
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	color: #FFC;
}
#how_to h4:before,#how_to h4:after {
	display: inline-block;
    width: 20px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255,255,255,0.5);
}
#how_to h4:before{
    margin-right: 10px;
}
#how_to h4:after {
    margin-left: 10px;
}

h2.title {
	font-size: 20px;
	position: relative;
	margin: 00px 00px 15px 10px;
	clear: both;
	padding: 3px 20px 6px 20px;
	display: inline-block;
}
h2.title:before {
	font-size: 10px;
	position: absolute;
	padding: 8px;
	left: -15px;
	top: 00px;
	z-index: 22;
	background: #00254a;
	color: #FFFFFF;
	content:"\f053";
	font-family: 'FontAwesome';
	
	-webkit-border-radius: 2px 0px 0px 2px;
	   -moz-border-radius: 2px 0px 0px 2px;
	    -ms-border-radius: 2px 0px 0px 2px;
	     -o-border-radius: 2px 0px 0px 2px;
	        border-radius: 2px 0px 0px 2px;
}



/* Home 2 */
#feat_home{
	background-color: #FFFFFF;
	color:#222222;
}
.box_feat_2{
	text-align:center;
	padding:30px 30px 0 30px;
}
.box_feat_2 h3{
	color:#629976;
	
}
.box_feat{
	background: linear-gradient(#555555, #555555);
	position:relative;
	border-top: 3px solid #ffd900;
	border-bottom: 3px solid #ffd900;
	color:#000;
	min-height: 350px;
	text-align:center;
	padding:30px 20px 10px 20px;
	margin-bottom:15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.box_feat h3{
	color:#ffd900;
	margin-bottom:15px;
}
.box_feat h3:before, .box_feat h3:after{
	content: url(../img/bolt_yellow.svg);
	color:#fff;
}
.box_feat h3:before{
	margin-right:10px;
}
.box_feat h3:after{
	margin-left:10px;
}
.box_feat a {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    position: absolute;
    font-size: 20px;
    color: #fff;
    line-height: 1;
}

.box_feat a.link-inner {
    width: auto;
    height: auto;
    top: 15px;
    right: 15px;
    position: static;
    font-size: 15px;
    color: #fff;
    line-height: normal;
}
.box_feat a:hover {
    color: #fff799;
}

.box_feat ul {
	padding: 00px 00px 00px 40px;
	margin: 00px;
}
	.box_feat li {
		padding: 00px 00px 10px 10px;
		margin: 00px;
		list-style-type: disc;
		text-align: left;
		position: relative;
		color: #FFFFFF;
	}
	
	.box_feat li span {
		font-size: 12px;
	}
	
	.box_feat li ul {
		display: none;
	}
	
		.box_feat li:hover ul {
			display: block;
			position: absolute;
			right: 00px;
			top: 00px;
			width: 250px;
			z-index: 22;
			background: #FFFFFF;
			border: 1px solid #333333;
			padding: 0px 00px 0px 00px;
			
			-webkit-box-shadow: 00px 08px 08px -08px #000000;
			   -moz-box-shadow: 00px 08px 08px -08px #000000;
			    -ms-box-shadow: 00px 08px 08px -08px #000000;
			     -o-box-shadow: 00px 08px 08px -08px #000000;
			        box-shadow: 00px 08px 08px -08px #000000;
		}
		
			.box_feat li:hover ul li {				
				color: #000000;
				list-style-type: none;
				display: block;
				padding: 5px 5px 5px 15px;
				border-bottom: 1px dashed #CCCCCC;
			}
			
			.box_feat li:hover ul li:before {
				content:"\f054";
				font-family: 'FontAwesome';
				position: absolute;
				left: 12px;
				top: 9px;
				font-size: 10px;
				z-index: 99;
				width: 24px;
				height: 24px;
			}
			.box_feat li ul li a {
                		width: 100%;
    				position: static;
    				color: #000;
                                padding: 02px 10px 00px 20px;
                                transition: all .3s ease;
				display: inline-block;
				font-size: 15px;
			}
                        .box_feat li ul li a:hover {
    				color: #000;
			}
        		.box_feat li ul li:hover {
				background: #ffd900;
                                color: #000;
			}
			
.our-group-company {
	width: 100%;
	display: inline-block;
	text-align: center;		
}

	.our-group-company h3 {
		font-size: 28px;
		margin-top: 10px;
	}
	
				
.our-group-company ul {
	width: 100%;
	padding: 00px;
	margin: 00px;	
}

	.our-group-company li {
		display: inline-block;
		list-style-type: none;
		padding: 5px;
		width: 220px;
		text-align: center;		
		vertical-align: top;
	}
	
	
	
		.our-group-company li figure {
			border-radius: 5px;
			border: 1px solid #CCCCCC;
			width: 100%;
			padding: 10px 10px 50px 10px;
			position: relative;
			min-height: 170px;
			transition: all .3s ease;
			
		}
		
		.our-group-company li:nth-child(4) figure {
			background: #ebbb1b;
		}
		
		.our-group-company li figure img {
			max-height: 87px;
			
		}
		
		.our-group-company li:last-child figure, .our-group-company li:nth-last-child(2) figure {
			min-height: 170px;
			
		}
		
		.our-group-company li figure figcaption {
			font-weight: bold;
			margin-top: 10px;
			background: #333333;
			color: #FFFFFF;
			position: absolute;
			left: 00px;
			bottom: 00px;
			z-index: 5;
			width: 100%;
			min-height: 60px;
			padding: 20px 10px 10px 10px;
			transition: all .3s ease;			 
			
		}
		
		.our-group-company li figure:hover figcaption {
			background: #CCCCCC;
			color: #111111;
			
		}

			
.services h3 {
	margin: 15px 00px;
}
	
#feat_home h2{
	color: #000;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}
.phone_feat {
	text-align:center;
	font-size:24px;
	margin:0 0 -15px 0;
}
.phone_feat a{
	color:#00ccd6;
}
.phone_feat a:hover{
	color:#FED829;
}
.intro_title {display:table-cell;vertical-align:middle;}
.intro_title h1 {
    font-size: 45px;
	margin-bottom:5px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

.header-video {
	position: relative;
	overflow: hidden;
	background: #000;
}
#hero_video {
	position: relative;
	background-size: cover;
	color: #fff;
	width: 100%;
	font-size: 16px;
	display: table;
	height: 100%;
	z-index: 99;
	text-align: center;
}
#hero_video > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10%;
}
#hero_video > div h3{
	font-size:50px;
	font-weight:900;
	font-style:italic;
	text-transform:uppercase;
	margin-top:100px;
	color:#fff;
}
#hero_video > div p{
	font-size:21px;
}
video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.6;
}
iframe {
	width: 100%;
}
video {
	width: 100%;
}
.teaser-video {
	width: 100%;
	height: auto;
}
.header-video--media {
	width: 100%;
	height: auto;
}

.intro_title_booking {
	margin-top:170px;
}
.intro_title_booking h1 {
    font-size: 46px;
	margin-bottom:5px;
	color:#fff;
	font-weight:900;
	font-style:italic;
	text-transform:uppercase;
}
.intro_title_booking p {
	color:#fff;
	font-size:21px;
}
#booking_container {
    position: relative;
    height: 650px;
	padding-top:130px;
    background: #ccc url(../img/slide_hero.jpg) no-repeat center top;
    background-size: cover;
    color:#fff;
	width: 100%;
	z-index:99;
}
#book {
	background: rgba(0, 37, 74, 0.8);
	padding:20px;
	padding-bottom:5px;
	position:relative;
	border:1px solid #00254a;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#book .loader, #book_in .loader{
	position:absolute;
	right:20px;
	bottom:25px;
}
.error_message { margin:0 0 5px 0; padding:0;color: #C33; display:inline-block; font-weight:600;}
#book .error_message {color: #FF9;}
#book h3{
	color:#fff;
	margin-top:0;
	text-transform:uppercase;
}

/*-------- 2.2 About us --------*/
#intro{
	text-align:left;
} 
#intro h2{
	text-transform: capitalize ;
	font-weight:700;
	margin-top:0;
} 

ul.feat#about{
	list-style:none;
	margin: 20px 0 20px 0;
	padding:0;
}
ul.feat#about li{
	margin-bottom:20px;
	padding:10px 20px 0 90px;
	border:1px solid #bacfec;
	background-color:#e5f0ff;
}
ul.feat#about li h4{
	color:#002e5b;
}
ul.feat#about li p{
	margin-bottom:20px;
}
ul.feat#about li i{
	position:absolute;
	left:0;
	top:0;
	font-size:60px;
	color:#FED829;
}
.box {
	margin-bottom:20px;
	padding:10px 20px;
	border:1px solid #bacfec;
	background-color:#e5f0ff;
	width: 100%;
	text-align: center;

}

.box figure {
	display: inline-block;
	text-align: center;

}
.box figcaption {
	font-weight: 700;

}


.box img {
	margin: 00px 10px;
}
.promo_full_wp div h3 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	margin-bottom: 30px;
}
.promo_full_wp div h3 span {
	color: #fff;
	display: block;
	text-transform: none;
	font-size: 24px;
}
.promo_full {
	height: auto;
	background: url(../img/testimonial-bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
}
.promo_full_wp {
	display: table;
	width: 100%;
	height: auto;
}
.promo_full_wp > div {
	display: table-cell;
	padding: 5% 0;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 16px;
	box-sizing: content-box;
}
.box_overlay {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 25px 25px 25px 225px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	font-size: 14px;
	text-align: left;
}
.pic {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 190px;
	height: 80px;
}
.pic h4 {
	position: absolute;
	left: 95px;
	top: 18px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.pic h4 small {
	display: block;
	color: #fff;
	margin-top: 3px;
}
.pic figure {
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.pic figure img {
	width: 80px;
	height: auto;
	border: 5px solid rgba(0, 0, 0, 0.2);
}
.comment {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	padding-left: 25px;
	font-family: 'Gochi Hand', cursive;
	line-height:1.3;
	font-size: 22px;
}
.team-item-img {
	position: relative;
}
.team-item-img .team-item-detail {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.80);
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.team-item:hover .team-item-detail {
	opacity: 1;
	visibility: visible;
}
.team-item-img .team-item-detail .team-item-detail-inner {
	margin: auto;
	padding: 25px;
}
.team-item-detail-inner h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.team-item-detail-inner .social {
	margin: 0 0px 25px 0px;
	padding: 0px;
}
.team-item-detail-inner .social li {
	list-style: none;
	display: inline-block;
	margin: 0px 5px;
}
.team-item-detail-inner .social li a {
	color: #fff;
}
.team-item-detail-inner .social li a:hover {
	color: #ed5434;
}
.team-item-info {
	padding-top: 15px;
	text-align: center;
}
.team-item-info h4 {
	margin-bottom: 0px;
	text-transform: uppercase;
}

/*-------- 2.3 Services--------*/
.box_style_1 {
	padding:10px;
	position:relative;
	background:#f9f9f9;
	margin-bottom:20px;
}
.box_style_3 {
	background:#619979 url(../img/pattern_green.png) repeat;
	padding:30px 20px 10px 20px;
	color:#fff;
}
.box_style_3 h4{
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
}
.box_style_3 h4:before,.box_style_3 h4:after {
	display: inline-block;
    width: 20px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255,255,255,0.5);
}
.box_style_3 h4:before{
    margin-right: 10px;
}
.box_style_3 h4:after {
    margin-left: 10px;
}
ul#cat_nav{
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	font-weight:500;
	text-transform: capitalize !important;
}
ul#cat_nav li a{
	text-transform: capitalize !important;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	padding:10px;
	display:block;
	margin-bottom:7px;
	
	position:relative;
}
ul#cat_nav li a#active{
	background-color:#629976;
	color:#fff;
}
ul#cat_nav li:last-child a{
	margin-bottom:0;
}
ul#cat_nav li a:before{
	position:relative;
	font-style: normal;
 	font-weight: normal;
 	font-family: 'ElegantIcons';
    position:absolute;
	 font-size:20px;
  	right:5px;
  	top:5px;
	content: "\35";
}
img.img-responsive.border{
	border-bottom:3px solid #ffd900;
}
ul.feat{
	list-style:none;
	margin: 0 0 20px 0;
	padding:0;
}
ul.feat li{
	padding-left:70px;
	position:relative;
}
ul.feat li img{
	position:absolute;
	left:0;
	top:0;
}
.strip h4{
	margin-top:0;
}
.strip{
	padding:40px 0 20px 0;
	border-top:1px dashed #ddd;
}

/*-------- 2.4 Quotation --------*/
.form_title{
	position:relative;
	padding-left:55px;
	margin-bottom:10px;
}
.form_title h3 strong{
	background-color:#FED829;
	text-align:center;
	width:40px;
	height:40px;
	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#fff;
	font-size:18px;
	line-height:40px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
}
.form_title h3{
	margin:0;
	padding:0;
}
.form_title p{
	color:#999;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
}
.step{
	border-left: 1px solid #ddd;
	padding:20px 0 20px 31px;
	margin:0 0 10px 20px;
}
.form_title p{
	color:#999;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:14px;
}
.form-group.options{
	border-bottom: 1px dotted #ddd;
	padding-bottom:30px;
	margin-bottom:15px;
}
.form-group.options strong{
	position:relative;
	top:5px;
}
/* Error validate style */   
label.error{
	font-size:11px;
	position: absolute;
	top:-12px;
	right:0;
	z-index:99;
	height:25px;
	line-height:25px;
	background-color:#e34f4f;
	color:#fff;
	font-weight:normal;
	padding:0 6px;
   } 
  label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
} 

/*-------- 2.5 Quotation --------*/
.button-back {float: left; }
.button-next {float: right; }
a.button-back, a.button-next {text-decoration:none; color:#fff; }
.button-back, .button-next {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #06C;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:20px;
}
.button-back:hover, .button-next:hover{background: #333; text-decoration: none; }
#custom .step {clear:left;background:#fafafa; padding:30px; margin:0; border:0;}
#custom .step label {display: block; margin-bottom:3px;  position:relative;}
#custom .step legend { font-size:11px}

ul.stepy-titles { margin:0; padding:0;}
.stepy-titles { list-style: none; margin: 0; padding: 0; width: 100%; margin-bottom:0; height:40px; }
.stepy-titles li:first-child {margin-left:0;}
.stepy-titles li { cursor: pointer; float: left; padding: 7px 20px; background:#f0f0f0; font-weight:600; margin-bottom:2px;  margin-left:2px; position:relative; font-size:16px; }
.stepy-titles li span { font-size:11px; display: block; font-weight:normal; }
.stepy-titles .current-step { cursor: auto; background:#002e5b; padding: 7px 20px; color:#fff;}

.form-control.error{ background:#fdf5f5}
.stepy-error{ display:block;}
.stepy-error label.error {
	background: #e34f4f url(../img/alert.png) no-repeat 5px center; 
	color: #fff; 
	display: block; 
	display:inline-block; 
	font-size: 12px ; 
	padding: 6px 10px 0px  25px;  
	margin:8px 5px 2px 0; 
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-opera-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;  
	position:static; 
	line-height:normal;
}
.stepy-error label.error:after {border-width:0;}
input[type="submit"].finish{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #333;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
	margin-top:20px;
}
input#website {display:none;}
.modal-dialog {margin-top:80px;}

 /*-------- 2.6 Tips/faq --------*/
.box_style_4{
	background:#fafafa;
	padding:15px;
	margin-bottom:20px;
	border-top: 3px solid #ffd900;
} 
.box_style_4 ul{
	padding:0 0 0 25px;
	margin:0 0 0 0;
} 
.box_style_4 ul li{
	margin: 0 0 10px 0;
} 

/*-------- 2.7 Contacts --------*/
#map {width:100%; height:350px; border:3px solid #ededed;}
.box_style_4 h3{margin-top:0;} 
.error_message {font-weight:bold; color:#e34f4f; margin-bottom:5px}

/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/
.modal-dialog {
	margin-top:120px;
}
.gray_bg {
	background-color:#fafafa;
}
.box_style_2 {
	padding:10px 25px 0 25px;
	margin-bottom:20px;
	border:1px dashed #ddd;
}
.box_style_2 h4{
	margin:10px 0 20px;
}
.box_style_2 h5 i {
	margin-right: 5px;
}
.box_style_2 ul{
	padding-left:20px;
	padding-bottom:10px;
}
.box_style_2 ul li{
	margin-bottom:10px;
}

.box_style_2 ul li a i, .box_style_2 ul li span i {
	margin-right:5px;
}
.box_style_2 ul li:last-child{
	margin-bottom:0;
}

.quote_banner a{
	background-color:#002e5b;
	color:#fff;
	display:block;
	padding:17px 15px 15px 45px;
	margin-bottom:20px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}
.quote_banner{
	position:relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.quote_banner:before{
	font-style: normal;
 	font-weight: normal;
 	font-family: 'ElegantIcons';
	content: "\e0ee";
	top:15px;
	font-size:18px;
	margin-right:5px;
	position:absolute;
	left:15px;
	color:#fff;
}
.quote_banner a:hover{
	background-color:#333;
}
/* Input form style */   
.form-control {
  font-size: 12px;
  color: #333;
  border-radius: 3px;
}
#booking .form-group{
	position:relative;
}
/* Scroll top button */      
#toTop {
	width:40px; 
	height:40px;
	background-color:rgba(0, 0, 0, 0.6);
	text-align:center;
	padding:10px;
	line-height:20px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	display:none;
	color:#fff;
	font-size:20px;
}
#toTop:before{
	font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  content: "\e899";
}
/*Spacing*/
.nopadding {margin: 0 !important;padding: 0 !important;}
.nomargin {margin:0 !important}
.add_bottom_15 {margin-bottom:15px;}
.add_bottom_30 {margin-bottom:30px;}
.add_bottom_45 {margin-bottom:45px;}
.add_bottom_60 {margin-bottom:60px;}

/*List*/
ul.list_ok {
	list-style:none;
	margin: 0 0 20px 0;
	padding:0;
	line-height:22px;
}
ul.list_ok li {
	position:relative;
	padding-left:25px;
}
ul.list_ok li:before {
 font-style: normal;
  font-style: normal;
  font-family: 'ElegantIcons';
  font-size:14px;
  content: "\4e";
  color:#F90;
  position:absolute;
  left:0;
  top:0;
}
ul.list_order {
	list-style:none;
	margin: 0 0 30px 0;
	padding:0;
	line-height:30px;
	font-size:14px;
}
ul.list_order li {
	position:relative;
	padding-left:40px;

	margin-bottom:10px;
}
ul.list_order li span {
	background-color:#e04f67;
	color:#fff;
  position:absolute;
  left:0;
  top:0;
  text-align:center;
  font-size:18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
   border-radius: 50%;
  width:30px;
  height:30px;
  line-height:30px;
}
ul.list_2 {
	list-style:none;
	margin: 0 0 20px 0;
	padding:0;
}
ul.list_2 li {
	position:relative;
	padding-left:20px;
	margin-bottom:5px;
}
ul.list_2 li:before {
 font-style: normal;
  font-style: normal;
  font-family: 'ElegantIcons';
  font-size:14px;
  content: "\5c";
  color:#f90;
  position:absolute;
  left:0;
  top:0;
}

/* Margin tools */
.margin_60 {padding-top:60px; padding-bottom:60px;}
.margin_60_35 {padding-top:60px; padding-bottom:35px;}
.margin_30 {margin-top:30px; margin-bottom:30px;}

/* Bg Content */
.bg_content{
   display: table;
   width:100%;
   height:470px;
   background: url(../img/parallax-bg.jpg) no-repeat center center; 
   background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.bg_content > div{
  display: table-cell;
  padding:0 10%;
   vertical-align: middle;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.bg_content div h3{
	font-size:48px;
	text-transform:uppercase;
	font-weight:900;
	font-style:italic;
	color:#fff;
}
.bg_content div h3{
	margin-bottom:0;
}
.bg_content div h3:before,.bg_content div h3:after {
	display: inline-block;
    width: 50px;
    height: 5px;
    content: '';
    vertical-align: middle;
    background: #FED829;
}
.bg_content div h3:before{
    margin-right: 15px;
}

.bg_content div h3:after {
    margin-left: 15px;
}
.bg_content div a i{
	color:#fff;
	opacity:0.5;
	font-size:72px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bg_content div a:hover i{
	opacity:1;
}
#position{
	color:#fff;
	font-size:13px;
	margin-top:42px;
}
#position ul li:first-child{
	padding-left:20px;
}
#position ul li:first-child:before{
   content:'\eaf4';
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  position:absolute;
  left:0;
  top:1px;
  color:#fff;
}
#position ul{
	margin:0;
	padding:0;
	float:right;
}
#position ul li a{
	color:#fff;
	opacity:0.7;
}
#position ul li a:hover{
	color:#fff;
	opacity:1;
}
#position ul li{
	display:inline-block;
	padding-right:8px;
	margin-right:3px;
	position:relative;
}
#position ul li:after{
  content:'\e9ee';
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  position:absolute;
  right:0;
  top:1px;
}
#position ul li:last-child:after{
	content:'';
}
/*.water-mark {
	width: 100%;
	display: inline-block;	
	min-height: 600px;	
	
}
.bi-pi-pigs {
	background: url(../img/bi-pi-pigs-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.anchot-bolt-sleeve {
	background: url(../img/anchot-bolt-sleeve-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.ball-and-rash-ring {
	background: url(../img/ball-and-rash-ring-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.bio-ring-media {
	background: url(../img/bio-ring-media-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.bio-tower-packing {
	background: url(../img/bio-tower-packing-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.blast-plug {
	background: url(../img/blast-plug-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.bolt-nut-protectors {
	background: url(../img/bolt-nut-protectors-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.cup-pigs {
	background: url(../img/cup-pigs-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.decocking-pigs {
	background: url(../img/decocking-pigs-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.filter-nozzle {
	background: url(../img/filter-nozzle-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.flange-end-protectors {
	background: url(../img/flange-end-protectors-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.flange-insulation-protectors {
	background: url(../img/flange-insulation-protectors-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.foam-pigs {
	background: url(../img/foam-pigs-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.grid-space-eliminator {
	background: url(../img/grid-space-eliminator-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.metal-insert {
	background: url(../img/metal-insert-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.pipe-end-protectors {
	background: url(../img/pipe-end-protectors-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.plastic-inserts {
	background: url(../img/plastic-inserts-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.projectile {
	background: url(../img/projectile-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.spray-nozzle {
	background: url(../img/spray-nozzle-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}

.tellerate-ring {
	background: url(../img/tellerate-ring-water-mark.jpg) center 50% scroll no-repeat;
	background-size: contain;
}*/

#recent-activity {
	width: 100%;
	background: #00254a;
	color: #FFFFFF;
	padding: 20px 00px 05px 00px;
}

#recent-activity h2,
#recent-activity h3,
#recent-activity h4,
#recent-activity h5,
#recent-activity h6 {
	color: #FFFFFF;
}

#recent-activity h2 {
	color: #FFFFFF;
	font-weight: 300;
	margin-bottom: 25px;
	text-align: center;
	font-size: 42px;
}

#recent-activity h3 {
	color: #000000;
	background: #ffd100;
	font-weight: 700;
	padding: 10px 15px;
	font-size: 20px;
	border-radius: 3px;
	margin-bottom: 15px;
}

.recent-activity {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

.recent-activity img {
	max-height: 145px;
	margin: 5px;
}


/*Preloading*/
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	bottom:0;
	background-color:#fff; 
	z-index:999999; 
}
.sk-spinner-wave.sk-spinner {
  margin:-15px 0 0 -25px; 
  position:absolute;
  left:50%; 
  top:50%;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
 }
 .ie8 .sk-spinner-wave.sk-spinner {display:none;}
.sk-spinner-wave div {
  background-color: #ccc;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
   animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.sk-spinner-wave .sk-rect3 {-webkit-animation-delay: -1s;animation-delay: -1s; }
.sk-spinner-wave .sk-rect4 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
.sk-spinner-wave .sk-rect5 { -webkit-animation-delay: -0.8s;animation-delay: -0.8s;}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {-webkit-transform: scaleY(0.4);transform: scaleY(0.4);}

  20% { -webkit-transform: scaleY(1);transform: scaleY(1);}
}
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {-webkit-transform: scaleY(0.4);transform: scaleY(0.4);}
  20% { -webkit-transform: scaleY(1);transform: scaleY(1);}
}

/** Collapse **/   
.panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow:none;
}
.panel-title a {display:block; color:#333;}
.panel-default > .panel-heading {
  background-color: #f9f9f9;
}
.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-group .panel {
  border-radius: 0;
}


.loader { margin-left:5px; position:absolute;}

/** Blockquote **/   
blockquote.styled{
	font-family: 'Gochi Hand', cursive;
	 line-height: 1.42857143;
}

/** tabs **/   
.tab-content{
	padding:30px; 
	background-color:#fff; 
	border:1px solid #ddd; 
	border-top:none; 
	margin-bottom:25px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/** Carousel (about page)**/   
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	max-width: 100%;
	text-align: center;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	top: 100%;
	width: 100%;
	margin-top: -100px;
}

.owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 2%;
	width: 50px;
	top: -130px;
	height: 50px;
}

.owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 2%;
	width: 50px;
	top: -130px;
	height: 50px;
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 36px;
	margin: 5px;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	text-align: center;
	line-height: 48px;
}

.owl-theme .owl-nav .owl-prev:before {
	content: "\e89a";
	left: -2px;
	position: relative;
}

.owl-theme .owl-nav .owl-next:before {
	content: "\e89b";
	right: -2px;
	position: relative;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: rgba(0, 0, 0, 0.8);
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ed5434;
}

.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.img-gallery {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

	.img-gallery img {
		max-height: 150px;
		margin: 5px;
		display: inline-block;
	}

body#confirmation {
		background-color:#00254a; 
		color:#fff !important;
	}
		#mask {
		position: fixed;
		top:0;
		left:0;
		right:0;
		width:100%;
		height:100%;
		bottom:0;
		background-color:#00254a; 
		z-index:999999;
		color:#fff !important;
	}
	.mask_content {
	  margin:-125px 0 0 -100px; 
	  position:absolute;
	  left:50%; 
	  top:50%;
	  width: 200px;
	  height: 250px;
	  text-align: center;
	 }
	 
	.our-clients {
		width: 100%;
		display: inline-block;
		margin-bottom: 20px;
	}
	
		.our-clients img {
			display: inline-block;
			max-height: 60px;
			margin: 15px;
		}

/**** 03.11.2017 ***********/


.err{ color:#F00; font-size:16px; font-weight:bold; text-align:center;}
.smsg{ color:#0091D7; font-size:16px; font-weight:bold; text-align:center;}



/* Table Styles */

.table-wrapper{
    margin: 10px 00px 30px;
	
}

.fl-table {
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table tr.bg-gray th {
    text-align: center;
	color:  #FFFFFF;
	background:  #333333;
}

.fl-table th {
    text-align: center;
    padding: 8px 15px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
	text-align: center;
	padding: 8px 15px;
}
.fl-table td:first-of-type {
	text-align: left;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 180px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}