/* Extra small devices (phones, less than 768px) */

/**
 * @license
 * MyFonts Webfont Build ID 3097376, 2015-09-25T02:49:29-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FF Max Web Pro Book by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/max/pro-book/
 * Copyright: 2011 published by FontShop International GmbH
 * Licensed pageviews: 50,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3097376
 * 
 * ï¿½ 2015 MyFonts Inc
*/

html {
	overflow-x: hidden
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
/*   margin: 0; */
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
      padding-left: 15px;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

a img {
  border: 0;
}

@font-face {
  font-family: 'FFMaxWebProBook';
  src: url("../fonts/2F4320_0_0.eot");
  src: url("../fonts/2F4320_0_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/2F4320_0_0.woff2") format("woff2"),
    url("../fonts/2F4320_0_0.woff") format("woff"),
    url("../fonts/2F4320_0_0.ttf") format("truetype");
}

#cookie-notice .button.wp-default {
  border: none !important;
  border-radius: 0px !important;
  color: #333 !important;
  font-family: "Open Sans", sans-serif !important;
}

/*
------------------------------------------
GLOBAL
------------------------------------------
*/

section {
  /*padding: 20px 0 !important;*/
  background-color: #ffffff;
}

body {
	max-width: 100vw;
    width: 1500px;
    margin: auto;
}

.w-100 {
	width: 100% !important;
}

/*.pt-5 {*/
/*	padding-top: 25px;*/
/*}*/

/*.pb-5 {*/
/*	padding-bottom: 25px;*/
/*}*/

.mt-2 {
	margin-top:5px;
}

.container {
  position: relative;
}

.home .page-head {
  position: relative;
  height: initial;
  overflow: hidden;
}

.p-list li {
	/*margin-bottom: 15px;*/
	font-size: 14px;
	list-style: disc;
}

.page-head {
	position: relative
}

/*.mb-5 {*/
/*	margin-bottom: 25px*/
/*}*/

.nopadding {
  padding: 0;
}

.img-fit {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.top-bar {
  height: 110px;
  width: 100%;
  background: rgba(28, 71, 107, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.roll-bender-line
{
	    background-color: #ffffff;
}

@media(max-width: 767px) {
	.top-bar {
		height: 50px;
	}
	.top-bar h2 {
		font-size: 14px
	}
	.page-head img {
		object-fit: cover
	}
}

.products-menu {
  height: 55px;
  width: 95%;
  margin: 0 auto;
}

.top-bar-second {
  height: 55px;
  width: 100%;
  background: rgba(28, 71, 107, 0.6);
  position: absolute;
  left: 0;
  top: 110px;
  display: none;
}

.top-bar-second a {
  float: left;
  padding: 0 15px;
  text-transform: uppercase;
  font-family: 'FFMaxWebProBook';
  font-size: 15px;
  line-height: 55px;
  color: #fff;
  text-align: center;
}

/*
.products-menu{
	left: 50%;
	-webkit-transform: -webkit-translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
*/

.fill-img-quality {
  height: 130px;
  overflow: hidden;
}

.pt-50 {
	padding-top: 50px !important
}

.pb-50 {
	padding-bottom: 50px !important
}

.pl-50 {
	padding-left: 50px !important
}

.pr-50 {
	padding-right: 50px !important
}

/*
------------------------------------------
HEADER
------------------------------------------
*/

.header-top {
  width: 100%;
  height: 40px;
  float: right;
}

.header-top ul {
  float: right;
  padding: 35px 15px 15px;
}

.header-top li {
  font-family: 'FFMaxWebProBook';
  font-size: 13px;
  line-height: 20px;
  color: #b4b4b4;
  text-transform: uppercase;
  display: block;
  float: left;
}

.header-top li a {
  color: #b4b4b4 !important;
  padding: 15px 15px 5px !important;
}

.header-top li a:hover {
  color: #494e50 !important;
}

.header-navbar {
  border: none;
  background: #ffffff;
  margin: 0;
  z-index: 200;
  box-shadow: none;
}

.navbar-brand {
  height: 100px;
}

.navbar-brand > img {
  max-width: 240px;
}

.nav li {
  font-family:'FFMaxWebProBook';
  font-size: 15px;
  line-height: 20px;
  color: #b4b4b4;
  text-transform: uppercase;
}

.nav li a {
  color: #b4b4b4 !important;
  padding-top: 15px;
  padding-bottom: 5px;
}

.nav li a:hover {
  color: #494e50 !important;
  box-shadow: 0 2px 0 #6b89a7;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  box-shadow: none;
  border-bottom: none;
  color: #555 !important;
}

.navbar-default .navbar-toggle {
  border: none;
  border-radius: 0;
  height: 50px;
  width: 50px;
  background-color: transparent !important;
  margin: 7px 0 15px 0;
  padding: 0;
}

.navbar-default .navbar-toggle > .icon-bar,
.navbar-default .navbar-toggle:before,
.navbar-default .navbar-toggle:after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  top: 50%;
  left: 10px;
  background-color: #49494b;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-default .navbar-toggle:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.navbar-default .navbar-toggle:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.navbar-default .navbar-toggle.collapsed > .icon-bar {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.navbar-default .navbar-toggle.collapsed:before {
  -webkit-transform: translateY(-10px) !important;
  -moz-transform: translateY(-10px) !important;
  -o-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  transform: translateY(-10px) !important;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}

.navbar-default .navbar-toggle.collapsed:after {
  -webkit-transform: translateY(10px) !important;
  -moz-transform: translateY(10px) !important;
  -o-transform: translateY(10px) !important;
  -ms-transform: translateY(10px) !important;
  transform: translateY(10px) !important;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}

.header-top {
  display: none;
}

/*
------------------------------------------
SLIDER
------------------------------------------
*/

.rsUni .rsBullets {
  position: absolute !important;
  top: 90%;
  left: 0;
  width: 100%;
}

.rsUni .rsBullet span,
.rsUni .rsBullet {
  width: 15px !important;
  height: 15px !important;
}

.rsUni .rsBullet.rsNavSelected span {
  background-color: #fff !important;
  opacity: 1 !important;
}

.rsUni .rsBullet span {
  background: #fff !important;
  opacity: 0.4 !important;
}

.rsSBlock {
  left: 50% !important;
  /*
        -webkit-transform: -webkit-translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    */
  margin-left: -50%;
}

.rsSBlock.slide-title {
  top: 100px !important;
  width: 100% !important;
}

.rsSBlock.slide-txt {
  top: 210px !important;
}

.rsSBlock.slide-btn {
  top: 260px !important;
  font-size: 16px !important;
  width: 100% !important;
}

.rsUni .rsArrowIcn {
  width: 51px !important;
  height: 51px !important;
  top: calc(100% - 60px) !important;
  left: 50%;
  margin-top: -16px;
  margin-left: -25px !important;
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 2px;
}

.rsUni.rsHor .rsArrowLeft {
  left: 0 !important;
  top: 0;
}

.rsUni.rsHor .rsArrowRight {
  right: 0 !important;
  top: 0;
}

.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
  background: url(../images/arrow-prev.svg) no-repeat center center !important;
}

.rsUni.rsHor .rsArrowRight .rsArrowIcn {
  background: url(../images/arrow-next.svg) no-repeat center center !important;
}

/*
------------------------------------------
TYPOGRAPHY & BUTTON
------------------------------------------
*/

h2 {
  font-family: 'FFMaxWebProBook';
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0px;
}

h2.blue {
  color: #6b89a7;
  padding-top: 70px;
}

h2.white,
p.white {
  color: #fff;
}

.slider h2 {
  font-size: 28px !important;
  line-height: 33px !important;
}

.page h2,
.archive h2 {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  /*
        -webkit-transform: -webkit-translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    */
  top: 40px;
  text-align: center;
  width: 100%;
  color: #fff;
  z-index: 10;
}

.single h2 {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  /*
        -webkit-transform: -webkit-translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    */
  top: 20px;
  text-align: center;
  width: 100%;
  color: #fff;
  z-index: 10;
  font-size: 22px;
}

h2.application {
  text-align: center;
  width: 100%;
  color: #6b89a7;
  line-height: 55px;
}

h3 {
  font-family:'FFMaxWebProBook';
  font-size: 32px;
  line-height: 36px;
  text-align: left;
  margin: 0;
  color: #6b89a7;
  margin: 0 0 10px;
 font-weight: 700;
}

h4 {
  font-family: 'FFMaxWebProBook';
  font-size: 32px;
  line-height: 28px;
  text-align: left;
  margin: 0;
  color: #6b89a7;
  margin: 0 0 20px;
	    font-weight: 700;
}

h5 {
  font-family: 'FFMaxWebProBook';
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  margin: 0;
  color: #fff;
  margin: 0 0 20px;
  text-transform: uppercase;
  padding: 30px 60px 0 30px;
}

p {
  font-family:'FFMaxWebProBook';
  font-weight: 400;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 20px;
  margin: 0 0 40px;
}

.slider p {
  font-family:'FFMaxWebProBook';
  font-size: 24px !important;
  line-height: 28px !important;
}

.slider span {
  font-size: 16px !important;
}

.btn-blue a {
  color: #fff;
  text-transform: uppercase;
  background: #6e98b4;
  padding: 15px 60px;
  text-align: center;
  display: inline-block;
  margin: 50px 0 0;
}

.reference-btn {
  color: #fff;
  text-transform: uppercase;
  background: #6e98b4;
  padding: 15px 50px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 0 0 0;
  font-family: 'FFMaxWebProBook';
  font-size: 16px !important;
  line-height: 22px !important;
}

#reference-search {
  padding: 16px;
  margin: 0 20px 20px 0;
  border: none;
  width: 100%;
}

.btn-blue a:hover {
  text-decoration: none;
  background: #557b94;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.et-icon span {
  color: #fff;
  text-transform: uppercase;
  background: #6e98b4;
  padding: 15px 0;
  width: 360px;
  text-align: center;
  display: inline-block;
  margin: 50px 0 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 20px;
}

.video-container {
  position: relative;
  height: 500px;
  overflow: hidden;
}

video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(polina.jpg) no-repeat;
  background-size: cover;
}

video {
  display: block;
}

#vidpause {
  text-indent: -9999px;
  background: #ccc;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: -webkit-translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*
------------------------------------------
FORM CONTATTO
------------------------------------------
*/
.form-contatto {
  margin: 30px 0 0;
}

input.wpcf7-text,
input.wpcf7-date {
  border: none;
  width: 100%;
  padding: 10px;
  margin: 0 0 20px;
  color: #5a5a5a;
}

input[type="submit"].wpcf7-submit {
  font-family: 'FFMaxWebProBook';
  background: #94ac74;
  margin: 25px 0 0;
  width: 100%;
  border: none;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 20px 0 20px;
  margin-top: 1px \9;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #5a5a5a;
  line-height: 20px;
}

span.wpcf7-list-item-label {
  font-family: 'FFMaxWebProBook';
  font-weight: 400;
  font-size: 12px;
  color: #5a5a5a;
  line-height: 20px;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
  margin: -15px 0 10px;
}

div.wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  text-transform: uppercase;
}

div.wpcf7-mail-sent-ok {
  border: none !important;
  color: #398f14;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: lowercase;
}

div.wpcf7-validation-errors {
  background: transparent;
  border: none !important;
  color: #d69f3c;
  width: 100%;
  padding: 10px;
  margin: 20px 0 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: lowercase;
  text-align: center !important;
}

div.wpcf7 input[type="text"].wpcf7-not-valid,
div.wpcf7 input[type="email"].wpcf7-not-valid {
  background: #fdf8ef;
  border: 1px solid #d69f3c;
  padding: 9px;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: none !important;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-not-valid {
  background: #fdf8ef;
  border: 1px solid #d69f3c;
  padding: 9px;
}

label {
  font-family: 'FFMaxWebProBook';
  font-weight: 400;
  font-size: 12px;
  color: #5a5a5a;
  line-height: 20px;
}

/*
------------------------------------------
HOME PAGE
------------------------------------------
*/

.bg-grey {
  background: #ffffff;
}

.bg-grey-dark {
  background: #c8c8c8;
}

.bg-blue {
  background: #e4edf4;
}

.main-applications {
  position: relative;
}

.main-applications-content {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  /*
        -webkit-transform: -webkit-translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    */
}

.featured-element {
  position: relative;
  /* 	height: 361px; */
  margin: 20px 0;
}

.featured-thumb {
  /* 	position: absolute; */
  left: 0;
  top: 0;
  z-index: 1;
}

.featured-content {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: -webkit-translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.featured-content p {
  font-family: 'FFMaxWebProBook';
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 14px;
  color: #fff;
  text-align: center;
  /*padding-right: 53px;*/
}

.featured-content span {
  font-family: 'FFMaxWebProBook';
  font-size: 60px;
  line-height: 62px;
  color: #fff;
  display: block;
  text-align: center;
}

.main-products a {
  background: #6e98b4;
  display: block;
  margin: 0 0 20px;
}

.main-products a:hover {
  background: #557b94;
}

.main-products a:hover img {
  opacity: 0.5;
}

.main-products a:hover span {
  background: #557b94;
}

.main-products span {
  font-family: 'FFMaxWebProBook';
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 10px;
  display: block;
  background: #6e98b4;
  min-height: 60px
}

.main-products span:hover {
  	background: #557b94;
  	text-decoration: none;
}

/*
------------------------------------------
HOW WE WORK
------------------------------------------
*/

.swiper-outer {
  z-index: 10;
  position: relative;
  padding: 70px 12%;
  height: 610px;
  margin-bottom: -40px;
}

.gallery-top.swiper-container {
  width: 100%;
}

.gallery-top .swiper-wrapper {
  height: 270px;
  padding-top: 70px;
}

.gallery-top .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 180px;
  height: 200px;
}
.bg-blue{
	  background: #e4edf4;
}
.gallery-top .card {
  width: 180px;
  height: 200px;
  background: #486e93;
  margin: auto;
  transition: all 0.25s ease;
  opacity: 0.7;
}

.gallery-top .card img {
  opacity: 0.75;
  transition: all 0.25s ease;
}

.gallery-top .swiper-slide-next .card,
.gallery-top .swiper-slide-prev .card {
  transform: scale(1.3) !important;
  background: #8aa1b8;
  opacity: 0.88;
}

.gallery-top .swiper-slide-next .card img,
.gallery-top .swiper-slide-prev .card img {
  opacity: 0.75;
}

.gallery-top .swiper-slide-active .card {
  transform: scale(1.7) !important;
  opacity: 1;
  background: #fff;
}

.gallery-top .swiper-slide-active .card img {
  opacity: 1;
}

.swiper-container.gallery-thumbs {
  margin-top: 68px;
  z-index: 10;
  width: 90%;
}

.gallery-thumbs .swiper-slide {
  padding-left: 18px;
}

.swiper-nav {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 75px;
}

.swiper-navigation-bg {
  height: 1px;
  position: absolute;
  left: 12%;
  right: 12%;
  top: 29px;
  background: #6b89a7;
}

div .swiper-nav .swiper-button-prev,
div .swiper-nav .swiper-button-next {
  background: none #fff;
  border-radius: 50%;
  border: 1px solid #6b89a7;
  width: 44px;
  height: 44px;
  font-family:'FFMaxWebProBook';
  color: #6b89a7;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  margin-top: -27px;
  opacity: 0.5;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

div .swiper-nav .swiper-button-prev {
  left: 2%;
  margin-left: 0;
  background: url(../asset/images/how-we-work/left-arr.png) 50% 50% no-repeat #fff;
  background: none,
    url(../asset/images/how-we-work/left-arr.svg) 50% 50% no-repeat #fff;
  background-size: 44px 44px, 44px 44px;
  border: none;
}

div .swiper-nav .swiper-button-next {
  right: 2%;
  margin-right: 0;
  background: url(../asset/images/how-we-work/right-arr.png) 50% 50% no-repeat #fff;
  background: none,
    url(../asset/images/how-we-work/right-arr.svg) 50% 50% no-repeat #fff;
  background-size: 44px 44px, 44px 44px;
  border: none;
}

.swiper-backs {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  height: 610px;
}

.backs.active {
  z-index: 5;
}

.backs.previous {
  z-index: 3;
}

.backs.next {
  z-index: 4;
}

.number-circle {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  color: #6b89a7;
  border: 1px solid #6b89a7;
  font-family: Arial, Helvetica, sans-serif, Arial, sans-serif;
  padding-top: 2px;
  cursor: pointer;
}

/*
------------------------------------------
APPLICATION
------------------------------------------
*/

.top-bar-application {
  height: 110px;
  width: 100%;
  background: #fff;
}

.icon-lng {
  background: url(../asset/images/icon-lng.svg) no-repeat center center;
  width: 207px;
  height: 80px;
  margin: 100px 0 0;
}

.icon-offshore {
  background: url(../asset/images/icon-offshore.svg) no-repeat center center;
  width: 146px;
  height: 138px;
  margin: 100px 0 0;
}

.icon-process {
  background: url(../asset/images/icon-process.svg) no-repeat center center;
  width: 133px;
  height: 132px;
  margin: 100px 0 0;
}

.icon-subsea {
  background: url(../asset/images/icon-subsea.svg) no-repeat center center;
  width: 157px;
  height: 114px;
  margin: 100px 0 0;
}

/*
------------------------------------------
PRODUCTS
------------------------------------------
*/
.applications img {
  margin: 0 0 20px;
}

.product-wrap {
  background: #6e98b4;
  display: block;
  float: left;
  margin: 0 0 30px;
}

.product-wrap p {
  color: #fff;
  padding: 0 0 0 30px;
}

.product-wrap a {
  color: #fff;
}

.postid-82 .nickel-content {
  display: none;
}

.postid-83 .pipe-content {
  display: none;
}

.postid-81 .duplex-content {
  display: none;
}

.postid-64 .stainless-content {
  display: none;
}

.pipe-prod-more {
  display: none;
}

.postid-83 .pipe-prod-more {
  display: block;
}

.postid-64 .cra-materials,
.postid-81 .cra-materials,
.postid-82 .cra-materials {
  display: none;
}

.diameter {
  background: url(../asset/images/icon-diameter.svg) left center no-repeat;
  background-size: 50px 50px;
  padding: 10px 0 10px 60px;
  font-family: 'FFMaxWebProBook';
  font-weight: 400;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 30px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.thickness {
  background: url(../asset/images/icon-thickness.svg) left center no-repeat;
  background-size: 50px 50px;
  padding: 10px 0 10px 60px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 30px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.lenght {
  background: url(../asset/images/icon-lenght.svg) left center no-repeat;
  background-size: 50px 50px;
  padding: 10px 0 10px 60px;
  font-family: 'FFMaxWebProBook';
  font-weight: 400;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 30px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

/*
------------------------------------------
REFERENCE LIST
------------------------------------------
*/

.img-circle-reference {
  display: none;
}

/*
------------------------------------------
QUALITY
------------------------------------------
*/
.iso9001 {
  display: block;
  margin: 0 0 50px;
  max-width: 50%;
}

/*
------------------------------------------
COMPANY
------------------------------------------
*/
.seah-logo {
  display: block;
  margin: 0 0 20px;
  max-width: 40%;
}

/*
------------------------------------------
DOWNLOADS
------------------------------------------
*/
.dwn-wrap {
  background: #6e98b4;
  display: block;
  float: left;
	display:flex;
  max-width: 100%;
}

.dwn-wrap p {
  color: #fff;
  padding: 0 0 0 30px;
}

.dwn-wrap a {
  color: #fff;
}

.dwn-wrap img {
	height: 100%
}

@media screen and (max-width: 767px) {
  .dwn-wrap h5 {
    font-size: 18px;
    padding: 30px 15px 0;
    text-align: center;
  }

  .dwn-wrap p {
    padding: 0;
    text-align: center;
  }
}

/*
------------------------------------------
NEWS
------------------------------------------
*/
.news-thumb {
  border-radius: 5px;
  overflow: hidden;
}

.more-link {
  display: block;
  margin: 20px 0 0;
  text-decoration: underline;
}

.news-box {
	padding: 20px;
    border-bottom: 1px solid;
    margin-bottom: 40 px;
}

/*
------------------------------------------
CAREERS
------------------------------------------
*/
.page-template-careers .page-body {
  background-color: #e6e6e6;
}

/* Contact */

.contact-list {
	font-size: 16px;
}

.contact-list li {
	padding: 5px 0px;
/* 		background-color: #e4edf4; */
}

.contact-table {
	border-collapse: collapse
}

.contact-table.how-table th,
.contact-table.how-table td {
	font-size: 16px;
	padding: 10px 20px !important;
	white-space: nowrap;
	border: none !important;
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	font-weight: 500;
}

.contact-table.how-table td:not(:first-child):not(:last-child) {
	border: 1px solid #ccc !important;
}

.contact-table.how-table th {
	font-weight: 600;
	background-color: aliceblue
}

.contact-table.how-table tr td:first-child {
	background-color: #fffbed
}

.contact-table.how-table tr td:not(:first-child) {
    color: #9a9a9a;
    font-size: 14px;
	padding: 20px !important;
}

/*
------------------------------------------
FOOTER
------------------------------------------
*/
.footer-top {
  background: #6e98b4;
  /*padding: 50px 0;*/
}

.footer-top p,
.footer-top a {
  color: #e6e6e6;
  font-size: 16px;
  margin: 0 0 10px;
}

.footer-top li {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.footer-top li a {
  color: #e6e6e6;
}

#reference-table td {
  max-width: 23%;
  width: 33%;
}

#reference-table a.btn {
  white-space: normal;
  text-align: left;
  border-radius: 0;
  text-decoration: none;
}

/*
------------------------------------------

Small devices (tablets, 768px and up)

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

  .fill-img-quality {
    height: 290px;
    overflow: hidden;
  }

  .home .page-head {
    position: relative;
    height: initial;
    overflow: hidden;
  }


  .rsUni .rsBullets {
    position: absolute !important;
    top: 70%;
    left: 60px;
    width: 25px !important;
  }

  .rsUni .rsArrowIcn {
    width: 51px !important;
    height: 51px !important;
    top: 50% !important;
    left: 50%;
    margin-top: -16px;
    margin-left: -25px !important;
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 2px;
  }

  .rsUni.rsHor .rsArrowLeft {
    left: 40px !important;
    top: 0;
  }

  .rsUni.rsHor .rsArrowRight {
    right: 40px !important;
    top: 0;
  }

  .slider h2 {
    font-size: 48px !important;
    line-height: 52px !important;
  }

  .rsSBlock.slide-title {
    top: 100px !important;
    width: 100% !important;
  }

  .rsSBlock.slide-txt {
    top: 220px !important;
  }

  .rsSBlock.slide-btn {
    top: 260px !important;
    font-size: 16px !important;
  }

  .btn-blue a {
    color: #fff;
    text-transform: uppercase;
    background: #6e98b4;
    padding: 15px 0;
    width: 360px;
    text-align: center;
    display: inline-block;
    margin: 50px 0 0;
  }

  .featured-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 30%;
    left: 0;
    -webkit-transform: -webkit-translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .featured-content span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    display: block;
    text-align: center;
  }

  div .swiper-nav .swiper-button-prev {
    left: 12%;
    margin-left: -60px;
    background: url(../asset/images/how-we-work/left-arr.png) 50% 50% no-repeat #fff;
    background: none,
      url(../asset/images/how-we-work/left-arr.svg) 50% 50% no-repeat #fff;
    background-size: 54px 54px, 54px 54px;
    border: none;
  }

  div .swiper-nav .swiper-button-next {
    right: 12%;
    margin-right: -60px;
    background: url(../asset/images/how-we-work/right-arr.png) 50% 50% no-repeat #fff;
    background: none,
      url(../asset/images/how-we-work/right-arr.svg) 50% 50% no-repeat #fff;
    background-size: 54px 54px, 54px 54px;
    border: none;
  }

  .swiper-backs {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    height: 610px;
  }

  .backs.active {
    z-index: 5;
  }

  .backs.previous {
    z-index: 3;
  }

  .backs.next {
    z-index: 4;
  }

  .number-circle {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 26px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    color: #6b89a7;
    border: 1px solid #6b89a7;
    font-family: Arial, Helvetica, sans-serif, Arial, sans-serif;
    padding-top: 2px;
    cursor: pointer;
  }

  .top-bar-second {
    height: 55px;
    width: 100%;
    background: rgba(28, 71, 107, 0.6);
    position: absolute;
    left: 0;
    top: 110px;
    display: block;
  }

  /*
    ------------------------------------------
    REFERENCE LIST
    ------------------------------------------
    */
  .img-circle-reference {
    display: none;
  }
}

/*
------------------------------------------

Medium devices (desktops, 992px and up)

------------------------------------------
*/
@media (min-width: 992px) {
  .navbar-brand > img {
    max-width: none;
  }

  .single h2 {
    position: absolute;
    left: 50%;
    margin-left: -50%;
    /*
            -webkit-transform: -webkit-translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        */
    top: 40px;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 10;
    font-size: 32px;
  }


  .home .page-head {
    position: relative;
    height: initial;
    overflow: hidden;
  }

  .page-id-9 .page-head {
    position: relative;
    height: 120px !important;
    overflow: hidden;
  }

  .rsSBlock.slide-title {
    top: 100px !important;
    width: 100% !important;
  }

  .rsSBlock.slide-txt {
    top: 220px !important;
  }

  .rsSBlock.slide-btn {
    top: 260px !important;
    font-size: 16px !important;
  }

  .rsUni.rsHor .rsArrowLeft {
    left: 40px !important;
    top: 0;
  }

  .rsUni.rsHor .rsArrowRight {
    right: 40px !important;
    top: 0;
  }

  .featured-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 40%;
    left: 0;
    -webkit-transform: -webkit-translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .featured-content span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 62px;
    color: #fff;
    display: block;
    text-align: center;
    /*padding-right: 69px;*/
  }

  .fill-img-application {
    overflow: hidden;
  }

  .products-menu {
    height: 55px;
    width: 63%;
    margin: 0 auto;
  }

  .top-bar-second a {
    float: left;
    padding: 0 15px;
    text-transform: uppercase;
    font-family: 'FFMaxWebProBook';
    font-size: 16px;
    line-height: 55px;
    color: #fff;
    text-align: center;
  }

  /*
    ------------------------------------------
    REFERENCE LIST
    ------------------------------------------
    */
  .img-circle-reference {
    display: block;
    position: absolute;
    right: 0;
    bottom: -220px;
    width: 360px;
    height: 360px;
    background: url(../asset/images/img-circle-reference.png) no-repeat center center;
    background-size: cover;
  }

  .mobile-menu {
    display: block;
  }

  #reference-table td {
    max-width: none;
  }
}

/*
------------------------------------------

Large devices (large desktops, 1200px and up)

------------------------------------------
*/
@media (min-width: 1200px) {
  .navbar-brand {
/*     margin: 20px 0 0; */
    padding: 0 20px;
  }

  .navbar-nav {
    margin: 25px 0 10px;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    box-shadow: none;
    border-bottom: solid 2px #6b89a7;
    color: #555 !important;
  }

  .header-top {
    width: 100%;
    height: 40px;
  }

  .header-top {
    display: block;
  }

  .header-top li.current-menu-item a {
    color: #555 !important;
  }

  .mobile-menu {
    display: none;
  }

  .home .page-head {
    position: relative;
    height: initial;
    overflow: hidden;
  }

  .page-id-9 .page-head {
    position: relative;
    height: 120px !important;
    overflow: hidden;
  }

  .rsSBlock.slide-title {
    top: 100px !important;
    width: 100% !important;
  }

  .rsSBlock.slide-txt {
    top: 220px !important;
  }

  .rsSBlock.slide-btn {
    top: 260px !important;
    font-size: 16px !important;
  }

  .featured-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: -webkit-translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.page-head.noimg,
.page-head.noimg .container-fluid {
  height: auto;
}

.page-head.noimg .top-bar {
  height: 100%;
}

.page-head.noimg h2 {
  position: relative;
  margin: 0 15px;
  left: 0;
  top: 0;
  width: auto;
  padding: 50px 0 40px;
}

@media screen and (max-width: 425px) {
  .page-head.noimg h2 {
    font-size: 20px;
  }
}

.page-template-template-flexible.page-child .page-body,
.page-template-template-flexible.page-id-507 .page-body {
  background-color: #e6e6e6;
}
.img-responsive
{
   display: block;
   width: 100%;
    object-fit: cover;
    height: 310px;
    padding-bottom: 20px;
        /*margin: auto;*/
}
.footer-top li.menu-item-568
{
        text-transform: none;

}
