@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.eot');
	src: local('☺'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	box-sizing: border-box;
	box-sizing: -webkit-border-box;
	box-sizing: -moz-border-box;
}
body, html {
	height: 100%;
	font: 15px "Roboto-Regular";
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal
}
h1.page-title {
	font-weight: normal;
	color: #f44846
}
h3, .h3 {
	font-size: 25px;
	color: #207543;
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin: 0 0 35px 0;
}
h4, .h4 {
	font-size: 20px;
	margin: 0;
	color: #247746;
}
h5 {
	margin: 0
}
h6 {
	margin: 0;
	font-size: 14px;
	color: #000;
}
p {
	line-height: 20px;
	font-family: "Segoe UI"
}
.wrapper {
	min-height: 100%;
	margin-bottom: -380px;
}
.container:before, .container-fluid:before, .container:after, .container-fluid:after, .row:before, .row:after {
	content: '';
	display: table;
	clear: both;
}
.container {
	width: 1200px;
}
.container-fluid {
	width: 100%;
}
.header {
	float: left;
	width: 100%;
	min-height: 50px;
	height: 140px;
	padding-top: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
/*.header .container{
	padding-top:22px;
	padding-bottom:22px;	
	}*/
.header-fixed-top, .header-fixed-bottom {
	position: fixed;
	left: 0;
	z-index: 1000;
}
.header-fixed-top {
	top: 0;
}
.header-fixed-bottom {
	bottom: 0;
}
.header-left {
	float: left;
}
.header-left .logo {
	float: left;
}
.header-left .logo img {
	width: 140px
}
.header-right {
	float: right;
	margin-top: 20px;
}
.navigation {
	float: left;
	font-size: 15px;
	color: #2862b1;
	margin-top: 10px;
	width: 100%;
	height: 42px;
	background-color: #084d6a;
	text-align:center;
}
.navigation-left {
	float: left;
}
.navigation-right {
	float: right
}
.navigation ul.navi {
	list-style: none;
	margin: 0;
	padding: 0;
	/*float: left;*/
	display:inline-block
	box-shadow:0px 2px 5px rgba(0,0,0,0.5);
}
.navigation ul.navi li {
	float: left;
	position: relative;
	margin-right: 1px;
}
.navigation ul.navi li a {
	text-decoration: none;
	color: #fff;
	padding: 11px 15px 11px 15px;
	float: left;
}
.navigation li .sub-navi {
	position: absolute;
	left: 0;
	list-style: none;
	padding: 0;
	top: 100%;
	width: 100%;
	min-width: 140px;
	background-color: #fff;
	display: none;
	text-align:left;
	padding:5px;
}
.navigation li .sub-navi li {
	width: 100%;
	float: left;
}
.navigation li .sub-navi li a {
	width: 100%;
	float: left;
	padding: 7px 15px !important;
	border-bottom: 1px solid #f8f8f8;
	color: #003348
}


.navigation li:hover .sub-navi {
	display: block
}
.navigation ul.navi li:hover a {
	background-color: #fff;
	color: #084d6a;
}
.navigation ul.navi li.active a {
	background-color: #fff;
	color: #084d6a;
}
.navigation li .sub-navi li a:hover {
	background-color:#084d6a;
	color: #fff;

}
.icon-navi {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
}
.icon-navi-home {
	background-image: url(../images/navi-home.png);
}
.container, .container-fluid {
	margin: 0 auto;
	padding: 0 15px;
}
.row {
	margin: 0 -15px;
}
.cols {
	float: left;
	padding: 0 15px;
}
.cols-12 {
	width: 100%;
}
.cols-11 {
	width: 91.66%;
}
.cols-10 {
	width: 83.33%;
}
.cols-9 {
	width: 75%;
}
.cols-8 {
	width: 66.66%;
}
.cols-7 {
	width: 58.33%;
}
.cols-6 {
	width: 50%;
}
.cols-5 {
	width: 41.66%;
}
.cols-4 {
	width: 33.33%;
}
.cols-3 {
	width: 25%;
}
.cols-2 {
	width: 16.66%;
}
.cols-1 {
	width: 8.33%;
}
.content-container {
	width: 100%;
	float: left;
	margin-top: 140px;
}
.slider-container {
	width: 100%;
	position: relative;
	float: left;
	height: 419px;
	overflow: hidden;
}
.responsive-img {
	width: 100%;
	float: left
}
.page-section {
	width: 100%;
	padding: 15px 0;
	float: left;
}
.page-home {
	background-color: #207543;
}
.page-products {
	background-color: #fff;
	padding: 30px 0;
}
.page-home h1 {
	color: #fff;
	line-height: 35px;
	font-size: 18px;
}
.page-home h1 span {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.thumbnail {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.page-partnet .thumbnail {
	border: 1px solid #dcdcdc;
	padding: 25px
}
.page-products .row {
	margin: 0 -7px;
}
.page-products .cols {
	padding: 0 7px
}
.page-products .thumbnail {
	background-color: transparent;
	border: none;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.products-content {
	background: rgba(0,0,0,0.6) none repeat scroll 0 0;
	bottom: -100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	position: absolute;
	width: 100%;
	color: #c2f3da;
	text-align: center;
}
.page-products .thumbnail:hover .products-content {
	bottom: 0
}
.icon-products {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	background-color: #ab1015;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
}
.icon-product-valves {
	background-image: url(../images/icon-volves.png)
}
.icon-product-pipes {
	background-image: url(../images/icon-pipes.png)
}
.icon-product-fittings {
	background-image: url(../images/icon-fittings.png)
}
.icon-product-flanges {
	background-image: url(../images/icon-flanges.png)
}
.page-gallery h3 {
	margin-bottom: 35px;
}
.thumbs-pro-content {
	width: 100%;
	float: left;
	height: 205px;
}
.thumbs-pro-list {
	text-align: left;
	color: #688ac2;
}
.thumbs-pro-list li {
	float: left;
	width: 100%;
	position: relative;
	list-style: none
}
.thumbs-pro-list li:before {
	content: '';
	background-color: #ab1015;
	width: 5px;
	height: 5px;
	position: absolute;
	left: -10px;
	top: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.icon-prodct {
	float: left;
	width: 1005;
}
.thumbs-pro-list li h6 {
	text-decoration: underline
}
.thumbs-pro-list1 {
	color: #000;
}
.btn-readmore {
	background-color: #fb3e3e;
	text-align: center;
	padding: 7px 8px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	min-width: 100px;
	margin-top: 10px;
	border: 2px solid #fb3e3e;
	;
}
.btn-readmore:hover {
	background-color: #fb7373;
	color: #000;
}
.page-clients {
	background: #f2f2f2;
	text-align: center;
	padding: 30px 0;
}
.page-clients h3 {
	text-align: left
}
.footer {
	color: #fff;
	height: 380px;
	background-color: #212121;
	float: left;
	width: 100%;
}
.footer-copyright {
	font-size: 12px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	color: #a3a3a3;
	background-color: #101010;
}
.footer-copy-left {
	float: left;
	text-transform: uppercase;
	line-height: 20px;
	margin-top: 22px;
	text-align: left
}
.footer-copy-left a {
	float: left;
	width: 100%;
	color: #832c2c;
	text-decoration: none
}
.footer-copy-right {
	float: right;
	text-align: right
}
.owl-prev, .owl-next {
	position: absolute;
	top: 15px;
	width: 15px;
	height: 34px;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.owl-prev {
	background-image: url(../images/arrow-slide.png) !important;
	left: -30px;
	transform: rotate(180deg)
}
.owl-next {
	background-image: url(../images/arrow-slide.png) !important;
	right: -30px;
}
.owl-infrastruture .owl-prev, .owl-infrastruture .owl-next {
	top: 50px;
}
.owl-infrastruture .owl-prev {
	background-image: url(../images/arrow-slide-infra.png) !important;
}
.owl-infrastruture .owl-next {
	background-image: url(../images/arrow-slide-infra.png) !important;
	right: -30px;
}
.subpage-content-section-divider {
	width: 100%;
	float: left;
	padding: 40px 0;
	border-top: 1px dotted #a3a3a3
}
.subpage-content-section-divider:first-child {
	border: none
}
.page-gallery {
	text-align: center
}
.page-contact {
	text-align: center;
	padding-bottom: 0;
}
.page-contact iframe {
	float: left
}
.navi-footer-container {
	height: 306px;
	font-size: 11px;
}
.navi-footer-container .cols-2 {
	/*width: 13.66%;*/
	padding: 0
}
.navi-footer-container h2 {
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 30px;
}
.page-infrastructure {
	text-align: center;
	color: #fff;/*font-size: 18px;*/
	background-image: url(../images/SM_Office.png);
	background-color: rgb(0,0,0);
	background-size: 100% auto;
	background-position: center middle;
}
.page-infrastructure h3 {
	color: #fff;
	text-align: center
}
.page-infrastructure h4 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	font-weight: bold
}
.img-left {
	float: left
}
.footer-navi {
	list-style: none;
	margin: 0;
	padding: 0
}
.footer-navi li {
	margin-bottom: 10px
}
.footer-navi li a {
	color: #999999;
	text-decoration: none
}
.footer-navi li a:hover {
	text-decoration: underline
}
.mobile-toogle-button {
	width: 35px;
	height: 35px;
	padding: 7px 5px;
	display: none;
	float: right;
	cursor: pointer;
	margin-top: 10px;
}
.mobile-toogle-button.active .icon-bar:nth-child(1) {
	transform: rotate(45deg);
	top: 10px
}
.mobile-toogle-button.active .icon-bar:nth-child(2) {
	opacity: 0
}
.mobile-toogle-button.active .icon-bar:nth-child(3) {
	transform: rotate(-45deg);
	top: -4px
}
.page-infrastructure h3, .page-contact h3 {
	margin-bottom: 15px;
	text-align: left;
}
.mobile-toogle-button .icon-bar {
	transition: all 0.2s ease;
	width: 100%;
	float: left;
	background-color: #b11116;
	height: 2px;
	margin-bottom: 6px;
	opacity: 1;
	position: relative
}
.page-clients .btn-readmore {
	margin-top: 0
}
.gallery .owl-item {
	padding: 0 15px
}
.map-container {
	width: 100%;
	margin: 0 0 0;
}
.map-container iframe {
	width: 100%;
	display: block;
	pointer-events: none;
}
.owl-infrastruture .owl-item {
	padding: 0 8px
}
.owl-infrastruture .owl-item img {
	width: 100%;
}
.quality-mgt {
	text-align: center
}
.quality-mgt p {
	font-size: 23px;
	line-height: 30px;
	margin: 30px 0 15px 0;
	color: #575757;
}
.majorpartner .btn-readmore {
	margin-top: 27px;
}
.quality-mgt .thumbnail h3 {
	font-weight: bold;
	margin: 0
}
.page-partnet img.responsive-img {
	border: 2px solid #f7f7f7;
}
.majorpartner {
	text-align: center
}
.majorpartner .thumbnail .row {
	margin: 0 -10px;
}
.majorpartner .thumbnail .cols {
	padding: 10px 10px;
}
.majorpartner h3 {
	text-align: left
}
.owl-certificate .responsive-img {
	width: 99%
}
.page-products .cols.cols-8.cols-products {
	padding-left: 140px
}
.owl-certificate {
	margin-top: -220px;
}
.header-contact, .header-social-network {
	list-style: none;
	margin: 0;
	float: left;
	padding: 0
}
.header-social-network li {
	margin-left: 13px;
}
.header-contact li {
	float: left;
	margin: 0 9px;
}
.header-contact li a {
	color: #000;
	text-decoration: none
}
.header-icon-social {
	background-color: #fb3e3e;
	width: 20px;
	height: 20px;
	list-style: none;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.icon-header {
	width: 25px;
	height: 25px;
	background-color: #fb3e3e;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.icon-header-phone {
	background-image: url(../images/icon-phone.png)
}
.icon-header-mobile {
	background-image: url(../images/icon-mobile.png);
	background-size:50%;
}
.icon-header-mail {
	background-image: url(../images/icon-mail-r.png);
	background-size:70%;
}
.header-icon-social-facebook {
	background-image: url(../images/icon-facebook.png)
}
.header-icon-social-twitter {
	background-image: url(../images/icon-twetter.png)
}
.header-icon-social-googleplus {
	background-image: url(../images/icon-google.png)
}
/*----------------------------------------*/
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	cursor: pointer;
}
.subpage-slider-container {
	width: 100%;
	position: relative;
	float: left;
}
.subpage-slider-container .slide figure {
	margin: 0;
}
.subpage-slider-container .slide:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
}
.subpage-slider-container .slide figure .container figcaption {
	position: absolute;
	font-size: 40px;
	color: #fff;
	top: 25px;
}
.subpage-content-container {
	padding: 0 17px;
	background-color: #f2f2f2;
	position: relative;
	float: left;
	width: 100%;
}
.subpage-container-fluid {
	width: 100%;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	position: relative;
	margin-top: -85px;
	padding: 20px 50px;
}
.move-right {
	float: right !important;
}
.move-left {
	float: left !important
}
.thumbnail-default {
	background-color: #f7eee2;/*f5f5f5*/ssss
	border-radius: 7px;
	float: left;
	padding: 35px;
}
.thumbs-img {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.thumbs-img img {
	cursor: pointer
}
.overlay {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1000;
	text-align: center;
	display: none
}
.overlay.active {
	display: block
}
#cer-1, #cer-2 {
	display: none;
	height: 500px;
	margin-top: 5%
}
.closebutton {
	color: #fff;
	position: absolute;
	top: 5%;
	right: 30%;
	cursor: pointer
}
.heading-5 {
	font-size: 18px;
}
.content-subgroup p {
	margin-top: 0
}
.list-subgroup {
	padding-left: 20px;
}
.list-subgroup li {
	margin-top: 13px;
}
.list-subgroup li:first-child {
	margin-top: 0
}
.gallery-group .cols .thumbnail {
	margin-bottom: 30px;
	position:relative;
	overflow:hidden;
}
.gallery-group-products .thumbnail:hover .products-content{
	bottom:0
	}
.content-subgroup {
	margin-bottom: 30px;
}
.list-subgroup li {
	font-size: 14px;
}
.form-group {
	margin-bottom: 10px;
}
button, input, optgroup, select, textarea {
	font-size: 12px;
	padding: 5px;
}
.form-control.input-sm {
	width: 80%;
}
textarea.form-control {
	height: 90px;
	max-height: 90px;
	max-width: 80%;
}
.slider-container .owl-controls {
	margin-top: -35px !important;
	position:relative
}

.slider-container .owl-page span {
	filter: Alpha(Opacity=90) !important;/*IE7 fix*/
	opacity: 0.9 !important;
	background: #fff !important;
}
.btn-submit, .btn-cancel {
	min-width: 90px;
	height: 25px;
	cursor: pointer;
	border-radius: 3px;
	margin-right: 5px;
}
.btn-submit {
	background: #0a516e;
	border: 1px solid #003348;
	color: #fff;
}
.btn-cancel {
	background: #fff;
	border: 1px solid #f8f8f8;
	color: #0a516e;
}
.mail-to {
	color: #000;
	text-decoration: none
}
.mail-to:hover {
	text-decoration: underline
}
.slider-container.owl-theme .owl-dots .owl-dot span, .slider-container.owl-theme .owl-dots .owl-dot span{
	background:#fff !important
	
}

.slider-container.owl-theme .owl-dots .owl-dot.active span, .slider-container.owl-theme .owl-dots .owl-dot:hover span{
	background:#003348 !important
	
}
.label {
	float: left;
	width: 100%;
	margin-bottom: 3px;
}
sup.mantotary {
	color: #ff0000
}
.thumbnail-client{border:1px solid #BFBFBF; text-align:center; padding:5px; height:105px; line-height:105px; float:none}
.thumbnail-client img,.thumbnail-client img.responsive-img{height:50%; vertical-align:middle; display:inline-block; width:auto; float:none}
.icon-contact{width:30px; height:57px; background-repeat:no-repeat; display:inline-block; background-size:80%; background-position:0px 6px;  vertical-align:top; margin-right:8px; margin-top:-10px;}
.icon-telphone{background-image:url(../images/icon-tel.png);}
.icon-fax{background-image:url(../images/icon-fax.png)}
.icon-mail{background-image:url(../images/icon-mail.png)}

.certified{
	float:left;
	margin-right:15px;
	text-align:center;
		}
.certified img{
		margin-top:15px;
		width:100%;
		max-width:500px;
	}
	/* ------ jquery custom--------- */
	.fancybox-title-float-wrap .child {
		font-size:20px;
	}
	
	.quality-mgt > h3, 	.majorpartner > h3{
		margin: 0 0 15px 0;
		text-align:left;
	}
	
#contactus_logo {
/*    text-align: center;*/

}
#contactus_logo ul {
    display: inline-block;
	list-style: none;
}

#contactus_logo li{
	 display: inline-block;
	 padding: 20px;
	 float:left;
	 font-size:14px;
	 border:1px solid #f0f0f0;
	 text-align: center;
	 background-color:#f6f6f6;
	 margin-right:10px;
	 
	 }
#contactus_logo li a{
	 text-decoration:none;
	 color:#084d6a;	
}
	.qbg{
		background-image: url(../images/qbg.png);
		background-repeat:no-repeat;
		background-size:25%;
		background-position:80% 90%;
	}
	
.fancybox-prev span{
	
	left:-100px !important;
	visibility:visible !important;
	background-image: url(../images/arrow-slide-infra.png) !important;
	background-repeat:no-repeat !important;
	background-position:0 !important;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg)
	transform:rotate(-180deg)
}	
.fancybox-next span{
	right:-100px !important;
	visibility:visible !important;
	background-image: url(../images/arrow-slide-infra.png) !important;
	background-repeat:no-repeat !important;
	background-position:0 !important;
}

