/*!
 * PLASTIKMASASANDALYE.COM - 30/03/2024
 * Web Development: Ferdi Tarakci / ferditarakci.com
 */
body,
input,
select,
textarea,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', Arial, Tahoma;
}

html {
	background: #fff;
}

body {
	line-height: 1.4;
	font-size: 14px;
	font-weight: 400;
	color: #4c4c4c;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
	font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.2;
	font-size: 22px;
	font-weight: 700;
	color: #363636;
	letter-spacing: -0.25px;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	margin-top: 30px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14px;
}

a {
	color: inherit;
	-webkit-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
a:hover {
	color: #000;
}

.form {
	position: relative;
	float: left;
	width: 100%;
}

.label-div,
.label-divs {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.label-div > span,
.label-div > div,
.label-divs > span,
.label-divs > div {
	position: relative;
	width: 100%;
}

.label-divs {
	width: 102%;
	margin-left: -2%;
	margin-bottom: 0;
}
.label-divs .label-div {
	width: 48%;
	margin-left: 2%;
}

select,
textarea,
input[type='text'],
input[type='password'] {
	display: block;
	width: 100%;
	height: 52px;
	line-height: 28px;
	margin: 0;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 400;
	color: #4f504e;
	border: 1px solid #d1d1d1;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: inset 0px 3px 9px 0px rgba(35, 31, 32, 0.1);
	box-shadow: inset 0px 3px 9px 0px rgba(35, 31, 32, 0.1);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
select:focus,
textarea:focus,
input[type='text']:focus,
input[type='password']:focus {
	color: #2f3032;
	border-color: #aed7f7;
	-webkit-box-shadow: inset 0px 3px 9px 0px rgba(35, 31, 32, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0px 3px 9px 0px rgba(35, 31, 32, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
.error select,
.error textarea,
.error input[type='text'],
.error input[type='password'] {
	color: #2f3032;
	border-color: #f00;
	-webkit-box-shadow: inset 0px 3px 9px 0px rgba(35, 31, 32, 0.1), 0 0 8px rgba(236, 82, 82, 0.6);
	box-shadow: inset 0px 3px 9px 0px rgba(35, 31, 32, 0.1), 0 0 8px rgba(236, 82, 82, 0.6);
}

textarea {
	min-height: 120px;
	height: 120px;
}

select {
	background-image: url(../images/select_arrow_gray.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-position: calc(100% - 14px) 50%;
	background-size: 10px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.r2x select {
	background-image: url(../images/select_arrow_gray@2x.png);
}
.r3x select {
	background-image: url(../images/select_arrow_gray@3x.png);
}
select.white {
	background-image: url(../images/select_arrow_white.png);
}
.r2x select.white {
	background-image: url(../images/select_arrow_white@2x.png);
}
.r3x select.white {
	background-image: url(../images/select_arrow_white@3x.png);
}
.ie select::-ms-expand {
	display: none;
}

.submit-button {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
.submit-button[disabled] {
	opacity: 0.4;
	pointer-events: none;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.submit-button span {
	overflow: hidden;
	position: relative;
	display: block;
	padding: 14px 40px 14px 20px;
	line-height: 22px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 8px;
	pointer-events: none;
	background: #222 url(../images/readmore_white.png) no-repeat 90% 50%;
	background-position: calc(100% - 20px) 50%;
	background-size: 5px auto;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r2x .submit-button span {
	background-image: url(../images/readmore_white@2x.png);
}
.r3x .submit-button span {
	background-image: url(../images/readmore_white@3x.png);
}
.submit-button span::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(255, 255, 255, 0.1);
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.submit-button:hover span {
	-webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}
.submit-button:hover span::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.submit-button.green span {
	background-color: #4b901d;
}

.required {
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	color: #e60000;
	vertical-align: -4px;
}
.required::after {
	content: '*';
}
.label-div .required {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.label-div.textarea .required {
	top: 15px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.required-text {
	margin-bottom: 20px;
	font-size: 13px;
	font-style: italic;
	text-align: center;
}
.required-text i {
	font-style: normal;
	color: #e60000;
}

.captcha {
	padding-left: 140px;
}
.captcha .cw {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 100%;
	margin: 0;
}
.captcha .cw > span {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	border: 1px solid #d7d7d7 !important;
}
.captcha img {
	display: block;
	width: 104%;
	height: 112%;
	margin: -2% 0 0 -2%;
}
.captcha a {
	padding-left: 3px;
	font-size: 12px;
	cursor: pointer;
}
.captcha a:hover {
	text-decoration: underline;
}

::-webkit-input-placeholder {
	color: #4f504e;
}

:-ms-input-placeholder {
	color: #4f504e;
}

::-ms-input-placeholder {
	color: #4f504e;
}

::placeholder {
	color: #4f504e;
}

.icon {
	display: inline-block;
	vertical-align: middle;
}
.icon svg {
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.right {
	float: right;
	height: 100%;
}

/* HEADER
   ====================================== */
#site-wrap {
	padding-top: 152px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	-webkit-box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#header .container,
#header .row {
	height: 100%;
}
#header .top-bar,
#header .bottom-bar,
#header .res-bar {
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#header .top-bar {
	height: 80px;
	background-color: #fff;
}

#header .bottom-bar {
	height: 72px;
	background-color: #005b74;
}
#header .res-bar {
	display: none;
	height: 50px;
	background-color: #005b74;
}
#header .res-bar .col-12 {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 60px;
}
#header .logo {
	position: relative;
	pointer-events: none;
	margin: 0;
}
#header .logo a {
	position: relative;
	display: block;
	width: 225px;
	height: 60px;
	font-size: 0;
	pointer-events: auto;
	background: url(../images/logo.png) no-repeat;
	background-size: auto 100%;
}
.r2x #header .logo a {
	background-image: url(../images/logo@2x.png);
}
#header .info {
	position: relative;
	float: left;
	margin: 2px 0;
}
#header .info > div {
	float: left;
}
#header .info a,
#header .info span {
	float: left;
	line-height: 24px;
	font-size: 14px;
	font-weight: 600;
	color: #13171e;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#header .info a:hover {
	color: #000;
}
#header .info .title {
	margin-right: 5px;
	font-weight: 700;
}
#header .info .divider {
	width: 1px;
	height: 14px;
	margin: 5px 15px;
	background-color: #747474;
}
#header .main-nav {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}
#header .main-nav > ul {
	float: right;
	height: 100%;
}
#header .main-nav > ul > li {
	position: relative;
	float: left;
}
#header .main-nav > ul > li + li {
	margin-left: 20px;
}
#header .main-nav > ul > li > a {
	position: relative;
	display: block;
	line-height: 22px;
	padding: 25px 30px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -0.25px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#header .main-nav > ul > li:hover > a,
#header .main-nav > ul > li.selected > a {
	background-color: #1486a0;
}
#header .main-nav > ul > li.dropdown > a::after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 8px;
	height: 4px;
	content: '';
	background-image: url(../images/dropdown_arrow.png), url(../images/dropdown_arrow_h.png);
	background-repeat: no-repeat;
	background-position: 0px 0px, 0px -4px;
	background-size: 7px 4px;
	-webkit-transform: translate(-50%, -18px);
	transform: translate(-50%, -18px);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r2x #header .main-nav > ul > li.dropdown > a::after {
	background-image: url(../images/dropdown_arrow@2x.png), url(../images/dropdown_arrow_h@2x.png);
}
.r3x #header .main-nav > ul > li.dropdown > a::after {
	background-image: url(../images/dropdown_arrow@3x.png), url(../images/dropdown_arrow_h@3x.png);
}
#header .main-nav > ul > li.dropdown:hover > a::after,
#header .main-nav > ul > li.dropdown.selected > a::after {
	background-position: 0px 4px, 0px 0px;
}
#header .main-nav > ul > li:hover .sub-nav {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}
#header .sub-nav {
	overflow: hidden;
	position: absolute;
	top: 58px;
	left: 50%;
	z-index: 0;
	height: auto !important;
	min-width: 240px;
	padding: 0 5px 10px;
	opacity: 0;
	visibility: hidden;
	background: url(../images/blank.gif);
	-webkit-transform: translateX(-50%) translateY(30px);
	transform: translateX(-50%) translateY(30px);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#header .sub-nav > div {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 30px;
	padding: 10px 0;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#header .sub-nav > div::before {
	position: absolute;
	left: 50%;
	bottom: 100%;
	z-index: 0;
	content: '';
	margin-left: -6px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
}
#header .sub-nav ul {
	position: relative;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
#header .sub-nav ul::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
	content: '';
	border-left: 1px solid #f5f5f5;
}
#header .sub-nav ul:first-child::before {
	content: none;
}
#header .sub-nav ul > li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #f5f5f5;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#header .sub-nav ul > li:last-child {
	border-bottom: 0;
}
#header .sub-nav ul > li.group-title {
	margin-bottom: 6px;
	padding: 10px 0 6px;
	font-size: 13px;
	font-weight: 700;
	color: #222325;
	text-transform: uppercase;
	border-color: #d4d4d4;
}
#header .sub-nav ul > li > a {
	position: relative;
	display: block;
	padding: 7px 14px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
	color: #222325;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#header .sub-nav ul > li:hover > a,
#header .sub-nav ul > li.selected > a {
	color: #fff;
	background-color: #222;
}
#header .sub-nav.c2 {
	min-width: 460px;
}
#header .sub-nav.c2 ul {
	width: 50%;
}
#header .sub-nav.c3 {
	min-width: 688px;
}
#header .sub-nav.c3 ul {
	width: 33.33333333333333333333333333333333%;
}
#header .sub-nav.c4 {
	min-width: 928px;
}
#header .sub-nav.c4 ul {
	width: 25%;
}

/* MAIN SLIDER
   ====================================== */
#main-slider {
	position: relative;
	z-index: 0;
	margin-bottom: 40px;
	background-color: #353535;
}
#main-slider .tp-banner {
	max-width: 2560px;
	max-height: 540px;
}
#main-slider .tp-bullets.simplebullets.round {
	display: none !important;
	left: 0 !important;
	width: 100% !important;
	margin-left: 0 !important;
}
#main-slider .tp-bullets.simplebullets.round .container {
	width: 100% !important;
	padding: 0 !important;
	text-align: center;
}
#main-slider .tp-bullets.simplebullets.round .bullet {
	display: inline-block;
	float: none;
	width: 18px;
	height: 18px;
	margin: 0 4px;
	vertical-align: top;
	border-radius: 50%;
	border: 2px solid #353535;
	background: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#main-slider .tp-bullets.simplebullets.round .bullet.selected {
	background: #353535;
}
#main-slider .tp-leftarrow.default,
#main-slider .tp-rightarrow.default {
	top: 50% !important;
	width: 72px;
	height: 72px;
	margin-top: -50px !important;
	opacity: 1;
	border-radius: 50%;
	background: #fff none no-repeat 50%;
	background-size: 9px 16px;
	-webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#main-slider .tp-leftarrow.default:hover,
#main-slider .tp-rightarrow.default:hover {
	background-color: #005b74;
}
#main-slider .tp-leftarrow.default {
	background-image: url(../images/slider_prev.png);
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
}
.r2x #main-slider .tp-leftarrow.default {
	background-image: url(../images/slider_prev@2x.png);
}
.r3x #main-slider .tp-leftarrow.default {
	background-image: url(../images/slider_prev@3x.png);
}
#main-slider .tp-rightarrow.default {
	background-image: url(../images/slider_next.png);
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}
.r2x #main-slider .tp-rightarrow.default {
	background-image: url(../images/slider_next@2x.png);
}
.r3x #main-slider .tp-rightarrow.default {
	background-image: url(../images/slider_next@3x.png);
}
#main-slider:hover .tp-leftarrow.default,
#main-slider:hover .tp-rightarrow.default,
.mobile #main-slider .tp-leftarrow.default,
.mobile #main-slider .tp-rightarrow.default {
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
}
#main-slider .tp-arr-subtitleholder {
	display: none;
}
#main-slider .tp-caption.slidelink {
	left: 0 !important;
	top: 0 !important;
	z-index: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
#main-slider .tp_text {
	position: relative;
	display: inline-block;
	min-width: 540px;
	max-width: 80%;
	padding: 20px;
	background-color: #222325;
}
#main-slider .tp_text::before {
	position: absolute;
	top: 0;
	left: -4%;
	width: 8%;
	height: 100%;
	content: '';
	pointer-events: none;
	background-color: #222325;
	-webkit-transform: skew(-18deg);
	transform: skew(-18deg);
}
#main-slider .tp_text::after {
	position: absolute;
	top: 0;
	left: -7%;
	width: 2%;
	height: 100%;
	content: '';
	pointer-events: none;
	background-color: #005b74;
	-webkit-transform: skew(-18deg);
	transform: skew(-18deg);
}
#main-slider .tp_text * {
	margin: 0;
}
#main-slider .tp_text h2 {
	position: relative;
	margin: 0;
	line-height: 1.05;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: -0.25px;
	white-space: normal !important;
}
#main-slider .tp_text h2 span,
#main-slider .tp_text h2 strong {
	font-weight: inherit;
}

/* MAIN ENTRY
   ====================================== */
#main-entry {
	margin-top: 60px;
	margin-bottom: 60px;
	line-height: 40px;
	font-size: 32px;
	font-weight: 600;
  color: black;
	text-align: center;
}

/* MAIN PRODUCTS
   ====================================== */
#main-products {
	position: relative;
	z-index: 0;
	margin-bottom: 10px;
}
#main-products a {
	text-decoration: none;
}
#main-products .boxs {
	float: left;
	width: 101.4%;
	margin-left: -3%;
}
#main-products .item {
	position: relative;
	width: 30.333333333333333%;
	min-height: 350px;
	margin-left: 3%;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
#main-products .item .image {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 20px;
	border: 1px solid #f5f5f5;
	background: #f1f1f1 url(../images/loading.svg) no-repeat 50%;
	background-size: 32px auto;
	-webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#main-products .item .image.loaded {
	background-image: none;
}
#main-products .item .image span {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 52%;
	background: none no-repeat 50%;
	background-size: cover;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#main-products .item .image img {
	display: none !important;
}
#main-products .item:hover .image span {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
#main-products .item h3 {
	position: relative;
	margin: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	line-height: 1.3;
	font-size: 14px;
	font-weight: 700;
	color: #383b41;
	text-transform: uppercase;
	letter-spacing: -0.25px;
}
#main-products .item h3::before,
#main-products .item h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 130px;
	content: '';
	border-bottom: 2px solid #005b74;
}
#main-products .item h3::after {
	left: 133px;
	width: 8px;
}
#main-products .item p {
	margin: 20px 0 0;
	line-height: 1.3;
	font-size: 14px;
	color: rgba(32, 32, 33, 0.8);
	text-align: left;
}
#main-products .item .readmore {
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 16px 2px 0;
	line-height: 20px;
	font-size: 13px;
	font-weight: 700;
	color: #78797c;
	text-decoration: none;
	background: url(../images/readmore_orange.png) no-repeat 100% 50%;
	background-size: 5px auto;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r2x #main-products .item .readmore {
	background-image: url(../images/readmore_orange@2x.png);
}
.r3x #main-products .item .readmore {
	background-image: url(../images/readmore_orange@3x.png);
}

/* MAIN TEXT
   ====================================== */
#main-text {
	position: relative;
}
#main-text .inner {
	overflow: hidden;
	position: relative;
	background: url(../images/main_text_bg.jpg) no-repeat 50%;
	background-size: cover;
}
#main-text .container {
	min-height: 400px;
	z-index: 1;
}
#main-text .text {
	width: 480px;
	max-width: 100%;
	padding: 40px 0;
}
#main-text h2 {
	position: relative;
	margin-bottom: 20px;
	/* padding-bottom: 15px; */
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
}
/* #main-text h2::before,
#main-text h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 146px;
	content: '';
	border-bottom: 4px solid #005b74;
}
#main-text h2::after {
	left: 152px;
	width: 14px;
} */
#main-text h2 > strong {
	display: block;
	color: #005b74;
	font-weight: 700;
}
#main-text p {
	margin: 20px 0 0;
	line-height: 1.4;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}
#main-text .btns {
	margin-top: 30px;
	white-space: nowrap;
	text-align: left;
}
#main-text .btns a {
	position: relative;
	display: inline-block;
	padding: 12px 40px 12px 20px;
	line-height: 18px;
	font-size: 14px;
	font-weight: 600;
	color: #111416;
	text-decoration: none;
	border-radius: 21px;
	background: #fff url(../images/readmore_black.png) no-repeat 90% 50%;
	background-position: calc(100% - 20px) 50%;
	background-size: 5px auto;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r2x #main-text .btns a {
	background-image: url(../images/readmore_black@2x.png);
}
.r3x #main-text .btns a {
	background-image: url(../images/readmore_black@3x.png);
}
#main-text .btns a:hover {
	top: 1px;
	-webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

/* PAGINATION
   ====================================== */
.pagination {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background-color: #fff;
}
.pagination > div {
	display: inline-block;
	vertical-align: top;
}
.pagination > div select {
	display: none;
	width: 120px;
}
.pagination > div a {
	float: left;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin: 5px 4px;
	font-size: 13px;
	font-weight: 600;
	color: #111416;
	text-decoration: none;
	background-color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pagination > div a:hover {
	color: #e13821;
}
.pagination > div a.selected {
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 4px;
	color: #fff;
	pointer-events: none;
	border-radius: 8px;
	background-color: #e13821;
}
.pagination .pagiselect-label {
	display: none;
	width: 160px;
	margin: 0 auto;
}

/* PAGE IMAGE
   ====================================== */
#page-image {
	clear: both;
	position: relative;
	z-index: 0;
}
#page-image .bg-image {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #20396f none no-repeat 50% 0;
	background-size: auto 100%;
}
#page-image .bg-image.shadow {
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
#page-image .hidden-image {
	display: block;
	visibility: hidden;
}

/* CONTENT
   ====================================== */
.sub-page {
	position: relative;
}
.sub-page .inner {
	padding-top: 80px;
	padding-bottom: 80px;
}
#page-image + .sub-page .inner {
	padding-top: 60px;
}
.sub-page .page-not-found {
	font-size: 22px;
	font-weight: 700;
	color: #e13821;
	text-align: center;
}
.sub-page .page-not-found.bottom-border {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e2e2e2;
}
.sub-page header {
	margin-bottom: 10px;
}
.sub-page header .page-title {
	margin-bottom: 0;
}

.article article {
	font-weight: 600;
	color: #0b0b0c;
	text-align: justify;
}
.article article + div {
	margin-top: 40px;
}
.article .col-3 {
	max-width: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}
.article .col-9 {
	max-width: 70%;
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	padding-left: 60px;
}

.page-title,
.section-title {
	margin-bottom: 30px !important;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	color: #383b41;
	text-transform: capitalize;
}
.page-title::before,
.page-title::after,
.section-title::before,
.section-title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 180px;
	content: '';
	border-bottom: 2px solid #005b74;
}
.page-title::after,
.section-title::after {
	left: 184px;
	width: 12px;
}

.page-title {
	font-size: 24px;
}

.side-nav {
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.side-nav .nav-title {
	position: relative;
	margin: 0 0 10px;
	padding-bottom: 15px;
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	color: #353535;
	letter-spacing: -0.25px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.side-nav .nav-title span {
	font-weight: 700;
}
.side-nav .nav-title::before,
.side-nav .nav-title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 180px;
	content: '';
	border-bottom: 2px solid #005b74;
}
.side-nav .nav-title::after {
	left: 184px;
	width: 12px;
}
.side-nav .pagiselect-label {
	display: none;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.side-nav .pagiselect-label select {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 45px;
	font-weight: 700;
	color: #4f504e;
	border-color: #d7d7d7;
	border-radius: 25px;
	background: url(../images/aside_menu.png) no-repeat 90% 50%;
	background-position: calc(100% - 25px) 50%;
	background-size: auto 24px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.r2x .side-nav .pagiselect-label select {
	background-image: url(../images/aside_menu@2x.png);
}
.r3x .side-nav .pagiselect-label select {
	background-image: url(../images/aside_menu@3x.png);
}
.side-nav > ul ul {
	display: none;
}
.side-nav > ul a {
	overflow: hidden;
	position: relative;
	display: block;
	padding: 14px 48px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #353535;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.25px;
	background-color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.side-nav > ul > li {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	background-color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.side-nav > ul > li > a::before {
	position: absolute;
	top: 50%;
	left: 18px;
	z-index: 0;
	width: 8px;
	height: 8px;
	content: '';
	border-radius: 50%;
	background-color: #9d9e9d;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.side-nav > ul > li > a::after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 48px;
	height: 100%;
	content: '';
	opacity: 0.5;
	background: url(../images/readmore_black.png) no-repeat 50%;
	background-size: 5px auto;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.side-nav > ul > li:hover > a,
.side-nav > ul > li.selected > a {
	color: #363636;
}
.side-nav > ul > li:hover > a::before,
.side-nav > ul > li.selected > a::before {
	background-color: #363636;
}
.side-nav > ul > li:hover > a::after,
.side-nav > ul > li.selected > a::after {
	opacity: 1;
}
.side-nav > ul > li.selected > a::before {
	background-color: #4b901d;
}
.side-nav > ul > li > ul > li {
	margin-left: 14px !important;
	border-top: 1px dashed #dcdcdc;
}
.side-nav > ul > li > ul > li > a {
	padding: 8px 10px 8px 22px;
	font-size: 13px !important;
	color: #282828;
	background-color: #fff;
}
.side-nav > ul > li > ul > li > a::before {
	position: absolute;
	top: 50%;
	left: 8px;
	z-index: 0;
	width: 4px;
	height: 4px;
	content: '';
	margin-top: -2px;
	border-radius: 50%;
	background-color: #a2a2a2;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/* ABOUT
   ====================================== */
@media (min-width: 993px) {
	#about .container {
		padding-right: 120px;
		padding-left: 120px;
	}
}

/* REFERENCES
   ====================================== */
@media (min-width: 993px) {
	#references .container {
		padding-right: 120px;
		padding-left: 120px;
	}
}
#references article {
	padding-bottom: 40px;
	border-bottom: 1px solid #dbdbdb;
}
#references .boxs {
	float: left;
	width: 103%;
	margin-left: -3%;
}
#references .boxs .item {
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(22, 22, 22, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(22, 22, 22, 0.2);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#references .boxs .item:hover {
	-webkit-box-shadow: 0px 3px 30px 5px rgba(22, 22, 22, 0.2);
	box-shadow: 0px 3px 30px 5px rgba(22, 22, 22, 0.2);
}
#references .boxs .image {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #e8e8e8;
	background: #fff url(../images/loading.svg) no-repeat 50%;
	background-size: 32px auto;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#references .boxs .image::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	content: '';
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#references .boxs .image span {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background: none no-repeat 50%;
	background-size: contain;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#references .boxs .image img {
	display: none !important;
}
#references .boxs h3 {
	display: none;
	margin: 0;
	padding: 8px 10px 10px;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #e8e8e8;
	border-top-width: 2px;
}

/* PRODUCTS
   ====================================== */
#products article {
	padding-bottom: 40px;
	border-bottom: 1px solid #dbdbdb;
}
#products .boxs {
	float: left;
	width: 103%;
	margin-left: -3%;
}
#products .boxs .item {
	width: 30.333333333333333333333%;
	margin-left: 3%;
	margin-bottom: 50px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#products .boxs .image {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	border-radius: 20px;
	border: 1px solid #e8e8e8;
	background: #fff url(../images/loading.svg) no-repeat 50%;
	background-size: 32px auto;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#products .boxs .image span {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 52%;
	background: none no-repeat 50%;
	background-size: cover;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#products .boxs .image img {
	display: none !important;
}
#products .boxs h2 {
	position: relative;
	margin: 20px 0 0;
	padding-right: 10px;
	padding-bottom: 15px;
	line-height: 1.3;
	font-size: 14px;
	font-weight: 700;
	color: #383b41;
	text-transform: uppercase;
	letter-spacing: -0.25px;
}
#products .boxs h2::before,
#products .boxs h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 130px;
	content: '';
	border-bottom: 2px solid #005b74;
}
#products .boxs h2::after {
	left: 133px;
	width: 8px;
}
#products .boxs p {
	margin: 20px 0 0;
	line-height: 1.3;
	font-size: 14px;
	color: rgba(32, 32, 33, 0.8);
	text-align: left;
}
#products .boxs .item:hover .image {
	-webkit-box-shadow: 0px 3px 30px 5px rgba(22, 22, 22, 0.2);
	box-shadow: 0px 3px 30px 5px rgba(22, 22, 22, 0.2);
}
#products .boxs .item:hover .image span {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
#products .col-3 {
	max-width: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}
#products .col-9 {
	max-width: 75%;
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	padding-left: 30px;
}
#products .side-nav .nav-title {
	margin-top: 10px;
}
#products .side-nav > ul ul {
	display: block;
}
#products .side-nav > ul a {
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #414141;
	text-transform: capitalize;
}
#products .side-nav > ul > li {
	border-bottom: 1px dashed #aeaeae;
}
#products .side-nav > ul > li > a {
	padding-left: 5px;
}
#products .side-nav > ul > li > a::before {
	content: none;
}
#products .side-nav > ul > li:hover > a,
#products .side-nav > ul > li.selected > a {
	color: #363636;
}
#products .side-nav > ul > li:hover > a::after,
#products .side-nav > ul > li.selected > a::after {
	opacity: 1;
}
#products .side-nav > ul > li.selected > a {
	font-weight: 700;
}
#products .side-nav > ul > li.selected > ul > li.selected > a {
	font-weight: 700;
}
#products.detail .boxs .item {
	margin-bottom: 20px;
}
#products.detail .boxs .image::after {
	content: none;
}
#products.detail .boxs .image span {
	padding-bottom: 75%;
}
#products.detail .boxs .image span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	content: '';
	background-color: rgba(254, 241, 0, 0.88);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#products.detail .boxs .image span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 74px;
	height: 74px;
	margin-top: -37px;
	margin-left: -37px;
	opacity: 0;
	content: '';
	background: url(../images/product_image_zoom.png) no-repeat 50%;
	background-size: 98%;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.r2x #products.detail .boxs .image span::after {
	background-image: url(../images/product_image_zoom@2x.png);
}
.r3x #products.detail .boxs .image span::after {
	background-image: url(../images/product_image_zoom@3x.png);
}
#products.detail .boxs .item:hover .image span::before {
	opacity: 1;
}
#products.detail .boxs .item:hover .image span::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


/*
======================================================
	BLOG
======================================================
*/

#blog .inner {
	padding-top: 60px;
}
#blog.article .container_12 {
	padding-left: 80px;
	padding-right: 80px;
}
#blog header {
	margin-bottom: 40px;
}
#blog article {
	margin-bottom: 40px;
}
#blog .grid_9 + .grid_12 {
	margin-top: 40px;
}
#blog a {
	text-decoration: none;
}
#blog .blog-list {
	float: left;
	width: 103%;
	margin-left: -3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: space-around;
	-ms-flex-align: space-around;
	align-items: space-around;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
#blog .item {
	position: relative;
	float: left;
	width: 30.33333333333333333%;
	margin-left: 3%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	background-color: #fff;
	box-shadow: 0px 3px 27px 0px rgba(22, 22, 22, 0.05);
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#blog .item:hover {
	box-shadow: 0px 3px 30px 5px rgba(22, 22, 22, 0.10);
}
#blog .item[data-href] {
	cursor: pointer;
}
#blog .item .image {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border: 0px solid #f5f5f5;
	background: url(../images/loader.gif) no-repeat 50%;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#blog .item .image span {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background: none no-repeat 50%;
	background-size: cover;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
#blog .item:hover .image span {
	-webkit-transform: scale(1.08);
	        transform: scale(1.08);
}
#blog .item .image img {
	display: none !important;
}
#blog .item .image:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255,255,255,0.2);
	-webkit-transition: all 0.4s linear;
	        transition: all 0.4s linear;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
	        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
}
#blog .item:hover .image:before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
	        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
}


#blog .item .blog-category {
	line-height: 1.2;
	margin: 0 0 20px;
	font-size: 11px;
	font-weight: 400;
	color: #a8a8a8;
    text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#blog .item .blog-title {
	position: relative;
	z-index: 0;
	line-height: 1.3;
	margin: 0 30px;
	padding-bottom: 20px;
	font-size: 17px;
	font-weight: 600;
	color: #3a3a3b;
    text-align: left;
	letter-spacing: -0.25px;
}/*
#blog .item .blog-title:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 0;
	width: 50px;
	margin-left: -25px;
	content: "";
	border-bottom: 4px solid #fcd20b;
}*/
#blog .item .blog-title::before,
#blog .item .blog-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 130px;
  content: "";
  border-bottom: 2px solid #005b74;
}
#blog .item .blog-title::after {
  left: 133px;
  width: 8px;
}
#blog .item p {
	margin: 0 30px;
	line-height: 1.4;
	font-size: 13px;
	color: #383b41;
	text-align: center;
}
#blog .item .readmore {
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	right: 10px;
	padding: 8px 28px 8px 10px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	background-color: #d22a79;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
#blog .item:hover .readmore {
	background-color: #003a8e;
}
#blog .item .readmore:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 36px;
	content: "";
	background: url(../images/link_arrow2.png) no-repeat 50%;
	background-size: 6px 11px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#blog .blog-header {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 20px;
	/*padding-right: 90px;*/
}
#blog .blog-header .page-title {
	margin-bottom: 0;
	text-transform: capitalize;
}
#blog .page-title.xm {
	margin-left: 20px;
	padding-left: 30px;
	line-height: 28px;
	font-size: 22px;
	font-weight: 600;
}
#blog .page-title.xm:before {
	left: -20px;
	width: 40px;
	height: 2px;
	margin-top: -1px;
}
#blog .blog-image {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
#blog .blog-image img {
	display: block;
	width: 100%;
}
#blog .blog-date {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 22px;
	font-size: 12px;
	font-weight: 700;
}
/*
======================================================
	// BLOG
======================================================
*/



/* CONTACT
   ====================================== */
#contact-map {
	position: relative;
	z-index: 0;
}
#contact-map iframe {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	border: 0;
	background-color: #e5e3df;
}
#contact .col-6 {
	padding-right: 60px;
	padding-left: 60px;
}
#contact .col-6.a {
	max-width: 54%;
	-ms-flex-preferred-size: 54%;
	flex-basis: 54%;
}
#contact .col-6.b {
	max-width: 46%;
	-ms-flex-preferred-size: 46%;
	flex-basis: 46%;
	padding-left: 60px;
}
#contact .page-title,
#contact .section-title {
	font-size: 18px;
	text-transform: uppercase;
}
#contact .address-directions {
	float: left;
	width: 100%;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #dbdbdb;
}
#contact .address-list {
	float: left;
	width: 100%;
}
#contact .address-info {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #dbdbdb;
}
#contact .address-info:first-child {
	padding-top: 0;
	border-top: 0;
}
#contact .address-info:last-child {
	padding-bottom: 0;
}
#contact .address-info > div {
	position: relative;
	float: left;
	width: 100%;
	line-height: 22px;
	margin-bottom: 15px;
	padding-left: 30px;
}
#contact .address-info > div:last-child {
	margin-bottom: 0;
}
#contact .address-info > div::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	content: '';
	background: none no-repeat 50%;
	background-size: auto 100%;
}
#contact .address-info > div.address::before {
	background-image: url('../images/info_icon_address.png');
}
.r2x #contact .address-info > div.address::before {
	background-image: url('../images/info_icon_address@2x.png');
}
.r3x #contact .address-info > div.address::before {
	background-image: url('../images/info_icon_address@3x.png');
}
#contact .address-info > div.phone::before {
	background-image: url('../images/info_icon_phone.png');
}
.r2x #contact .address-info > div.phone::before {
	background-image: url('../images/info_icon_phone@2x.png');
}
.r3x #contact .address-info > div.phone::before {
	background-image: url('../images/info_icon_phone@3x.png');
}
#contact .address-info > div.fax::before {
	background-image: url('../images/info_icon_fax.png');
}
.r2x #contact .address-info > div.fax::before {
	background-image: url('../images/info_icon_fax@2x.png');
}
.r3x #contact .address-info > div.fax::before {
	background-image: url('../images/info_icon_fax@3x.png');
}
#contact .address-info > div.email::before {
	background-image: url('../images/info_icon_mail.png');
}
.r2x #contact .address-info > div.email::before {
	background-image: url('../images/info_icon_mail@2x.png');
}
.r3x #contact .address-info > div.email::before {
	background-image: url('../images/info_icon_mail@3x.png');
}
#contact .address-info a {
	text-decoration: none;
}
#contact .address-info a:hover {
	text-decoration: underline;
}
#contact .address-info b {
	display: none;
}
#contact .address-info h2 {
	margin-left: 30px;
	font-size: 16px;
	text-transform: capitalize;
}
#contact .address-info h3 {
	margin-top: 15px;
	margin-left: 30px;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
}
#contact .form {
	padding: 0 0 30px;
	border: 1px solid #e2e2e2;
}
#contact .form .label-div {
	margin-bottom: 0;
}
#contact .form .label-div::after {
	position: absolute;
	right: 20px;
	top: 23px;
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 50%;
	background-color: #d7d7d7;
}
#contact .form .label-div.check::after {
	background-color: #005b74;
}
#contact .form .required {
	display: none;
}
#contact .form input[type='text'],
#contact .form textarea {
	height: 56px;
	line-height: 35px;
	padding: 10px 60px 10px 30px;
	border: 0 !important;
	border-bottom: 1px solid #e2e2e2 !important;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0;
	background: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#contact .form textarea {
	height: 120px;
	min-height: 120px;
	border: 0 !important;
}
#contact .form .submit-button {
	position: absolute;
	left: 30px;
	bottom: -25px;
	min-width: 160px;
}
#contact .form .ftAlert {
	position: absolute;
	left: 0;
	bottom: -90px;
}

/* FOOTER
   ====================================== */
#footer {
	position: relative;
	z-index: 0;
}
#footer.bottom-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
#footer .top-bar {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #dcdcdc;
	background-color: #3a3a3a;
}
#footer .top-bar a {
	color: inherit;
	text-decoration: none;
}
#footer .top-bar .row > div {
	max-width: none;
	min-height: 180px;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}
#footer .top-bar .row > div::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(#535353), color-stop(46%, #535353), color-stop(98%, rgba(83, 83, 83, 0)), to(rgba(83, 83, 83, 0)));
	background: linear-gradient(to bottom, #535353 0%, #535353 46%, rgba(83, 83, 83, 0) 98%, rgba(83, 83, 83, 0) 100%);
}
#footer .top-bar .row > div.a {
	width: 27%;
	padding-left: 10px !important;
}
#footer .top-bar .row > div.b {
	width: 17%;
}
#footer .top-bar .row > div.c {
	width: 31%;
}
#footer .top-bar .row > div.c li {
	display: inline-block;
	margin-right: 6px;
}
#footer .top-bar .row > div.d {
	width: 25%;
	padding-right: 10px !important;
}
#footer .top-bar .row > div.d::after {
	content: none;
}
#footer .top-bar .row > div > * {
	float: left;
	width: 100%;
}
#footer .top-bar .logo {
	min-height: 150px;
	padding-left: 80px;
	text-align: center;
	opacity: 0.4;
	background: url(../images/footer_logo.png) no-repeat 0 50%;
	background-size: auto 90px;
}
.r2x #footer .top-bar .logo {
	background-image: url(../images/footer_logo@2x.png);
}
.r3x #footer .top-bar .logo {
	background-image: url(../images/footer_logo@3x.png);
}
#footer .top-bar .logo p {
	margin: 0 28px;
	line-height: 1.2;
	text-align: left;
}
#footer .top-bar h6 {
	line-height: 1.2;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	color: #dadada;
	text-transform: uppercase;
	letter-spacing: -0.25px;
}
#footer .top-bar nav li {
	margin-bottom: 10px;
}
#footer .top-bar nav li:last-child {
	margin-bottom: 0;
}
#footer .top-bar nav li a {
	position: relative;
	display: inline-block;
	padding-left: 14px;
	line-height: 18px;
	font-size: 13px;
}
#footer .top-bar nav li a:hover {
	text-decoration: underline;
}
#footer .top-bar nav li a::before {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -6px;
	font-size: 20px;
	line-height: 1;
	content: '.';
	vertical-align: top;
}
#footer .top-bar .socials {
	position: relative;
}
#footer .top-bar .socials > div {
	display: inline-block;
	margin-top: 20px;
	vertical-align: top;
}
#footer .top-bar .socials a {
	overflow: hidden;
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	margin-right: 8px;
	background: url(../images/social_icons.png) no-repeat;
	background-size: auto 40px;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.r2x #footer .top-bar .socials a {
	background-image: url(../images/social_icons@2x.png);
}
.r3x #footer .top-bar .socials a {
	background-image: url(../images/social_icons@3x.png);
}
#footer .top-bar .socials a.fb {
	background-position: 0 0;
}
#footer .top-bar .socials a.fb:hover {
	background-position: 0 -20px;
}
#footer .top-bar .socials a.tw {
	background-position: -20px 0;
}
#footer .top-bar .socials a.tw:hover {
	background-position: -20px -20px;
}
#footer .top-bar .socials a.li {
	background-position: -40px 0;
}
#footer .top-bar .socials a.li:hover {
	background-position: -40px -20px;
}
#footer .top-bar .socials a.yt {
	background-position: -60px 0;
}
#footer .top-bar .socials a.yt:hover {
	background-position: -60px -20px;
}
#footer .top-bar .socials a.in {
	background-position: -80px 0;
}
#footer .top-bar .socials a.in:hover {
	background-position: -80px -20px;
}
#footer .top-bar .socials a.gp {
	background-position: -100px 0;
}
#footer .top-bar .socials a.gp:hover {
	background-position: -100px -20px;
}
#footer .top-bar .socials a.pe {
	background-position: -120px 0;
}
#footer .top-bar .socials a.pe:hover {
	background-position: -120px -20px;
}
#footer .top-bar .address-info {
	float: left;
	width: 100%;
}
#footer .top-bar .address-info > div {
	position: relative;
	float: left;
	width: 100%;
	line-height: 20px;
	margin-bottom: 12px;
	padding-left: 30px;
}
#footer .top-bar .address-info > div::before {
	position: absolute;
	left: 0;
	top: 1px;
	width: 22px;
	height: 22px;
	content: '';
	background: none no-repeat 50%;
	background-size: 100%;
}
#footer .top-bar .address-info > div.address::before {
	background-image: url(../images/footer_icon_address.png);
}
.r2x #footer .top-bar .address-info > div.address::before {
	background-image: url(../images/footer_icon_address@2x.png);
}
.r3x #footer .top-bar .address-info > div.address::before {
	background-image: url(../images/footer_icon_address@3x.png);
}
#footer .top-bar .address-info > div.phone::before {
	background-image: url(../images/footer_icon_phone.png);
}
.r2x #footer .top-bar .address-info > div.phone::before {
	background-image: url(../images/footer_icon_phone@2x.png);
}
.r3x #footer .top-bar .address-info > div.phone::before {
	background-image: url(../images/footer_icon_phone@3x.png);
}
#footer .top-bar .address-info > div.fax::before {
	background-image: url(../images/footer_icon_fax.png);
}
.r2x #footer .top-bar .address-info > div.fax::before {
	background-image: url(../images/footer_icon_fax@2x.png);
}
.r3x #footer .top-bar .address-info > div.fax::before {
	background-image: url(../images/footer_icon_fax@3x.png);
}
#footer .top-bar .address-info > div.email::before {
	background-image: url(../images/footer_icon_mail.png);
}
.r2x #footer .top-bar .address-info > div.email::before {
	background-image: url(../images/footer_icon_mail@2x.png);
}
.r3x #footer .top-bar .address-info > div.email::before {
	background-image: url(../images/footer_icon_mail@3x.png);
}
#footer .bottom-bar {
	position: relative;
	padding: 10px 0;
	background-color: #fff;
}
#footer .bottom-bar .copyright {
	line-height: 32px;
	font-size: 15px;
	color: #8e8e8e;
}
#footer .bottom-bar .web-designs {
	float: right;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#footer .bottom-bar .web-designs .wd {
	position: relative;
	float: left;
	height: 32px;
	padding-left: 36px;
	padding-top: 3px;
	line-height: 32px;
	font-size: 0;
	opacity: 0.8;
	text-decoration: none;
	letter-spacing: 0.25px;
	background: url(../images/web_icon_ft.png) no-repeat 0 50%;
	background-size: auto 100%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#footer .bottom-bar .web-designs .wd span {
	overflow: hidden;
	display: block;
	width: 84px;
	white-space: nowrap;
	line-height: 13px;
	font-size: 13px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#footer .bottom-bar .web-designs .wd:hover {
	opacity: 1;
	padding-left: 40px;
}
#footer .bottom-bar .web-designs .wd:hover:hover span {
	width: 84px;
}
#footer .bottom-bar .web-designs .wd.ec {
	margin-right: -6px;
	background-image: url(../images/web_icon_e.png);
}
#footer .bottom-bar .web-designs .name {
	font-weight: 600;
	color: #000;
}
#footer .bottom-bar .web-designs .title {
	font-weight: 400;
	color: #8a8a8a;
}
#footer .bottom-bar .web-designs a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
}

/* FIXED BUTTONS
   ====================================== */
#fixed-buttons {
	position: fixed;
	right: 30px;
	bottom: 52px;
	z-index: 3;
}
#fixed-buttons > div > div {
	width: 64px;
	padding: 22px 15px;
	border-radius: 12px;
	background-color: #222;
}
#fixed-buttons a {
	display: block;
	margin-bottom: 20px;
	font-size: 0;
	cursor: pointer;
	text-decoration: none;
	background-image: url(../images/fixed_icons.png);
	background-size: 34px auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: pulse2;
	animation-name: pulse2;
	-webkit-transition: all 0.5s cubic-bezier(0, 1.6, 0.59, 1.01);
	transition: all 0.5s cubic-bezier(0, 1.6, 0.59, 1.01);
}
.r2x #fixed-buttons a {
	background-image: url(../images/fixed_icons@2x.png);
}
.r3x #fixed-buttons a {
	background-image: url(../images/fixed_icons@3x.png);
}
#fixed-buttons a:last-child {
	margin-bottom: 0;
}
#fixed-buttons a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#fixed-buttons .phone {
	width: 34px;
	height: 38px;
	background-position: 0px 0px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#fixed-buttons .mail {
	width: 34px;
	height: 21px;
	background-position: 0px -58px;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#fixed-buttons .whatsapp {
	width: 34px;
	height: 33px;
	background-position: 0px -101px;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.mobile #fixed-buttons {
	right: 20px;
	bottom: 20px;
}
.mobile #fixed-buttons > div > div {
	width: 52px;
	padding: 18px 12px;
}
.mobile #fixed-buttons a {
	background-size: 28px auto;
}
.mobile #fixed-buttons .phone {
	width: 28px;
	height: 32px;
}
.mobile #fixed-buttons .mail {
	width: 28px;
	height: 18px;
	background-position: 0px -47px;
}
.mobile #fixed-buttons .whatsapp {
	width: 28px;
	height: 28px;
	background-position: 0px -82px;
}

@-webkit-keyframes pulse2 {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse2 {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
/* SYSTEM FORM MESSAGE
   ====================================== */
.ftAlert {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 10px 10px 10px 40px;
	font-size: 12px;
	font-weight: 400;
	color: #2b2b2b;
	text-align: left;
	border-radius: 3px;
	border: 1px solid #fff;
	background: none no-repeat 10px 50%;
	background-size: 20px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.ftAlert.success {
	color: #398b03;
	border-color: #75b975;
	background-color: #dff0d8;
	background-image: url(../images/ft-form-mesaj/success.png);
}
.ftAlert.warning {
	color: #b17a01;
	border-color: #ffd293;
	background-color: #fcf8e3;
	background-image: url(../images/ft-form-mesaj/warning.png);
}
.ftAlert.error {
	color: #833;
	border-color: #c39595;
	background-color: #f2dede;
	background-image: url(../images/ft-form-mesaj/error.png);
}
.ftAlert.info {
	color: #1a4773;
	border-color: #80d0e8;
	background-color: #d9edf7;
	background-image: url(../images/ft-form-mesaj/info.png);
}
.ftAlert.loading {
	color: #1a4773;
	border-color: #cacaca;
	background-color: #f5f5f5;
	background-image: url(../images/ft-form-mesaj/loading.gif);
}
.ftAlert .close {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	font-size: 21px;
	font-weight: 700;
	color: #000;
	opacity: 0.2;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ftAlert .close:hover,
.ftAlert .close:focus {
	opacity: 0.5;
}

/* CLEAR FLOATED ELEMENTS
   ====================================== */
/* http://sonspring.com/journal/clearing-floats */
.clr,
.clear {
	overflow: hidden;
	display: block;
	visibility: hidden;
	clear: both;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
	overflow: hidden;
	visibility: hidden;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: '.';
}
.container::after,
.clearfix::after {
	clear: both;
}
* html .container,
* html .clearfix {
	height: 1%;
}
.container,
.clearfix {
	/*
  	The following zoom: 1 rule is specifically for IE6 + IE7.
  	Move to separate stylesheet if invalid CSS is a problem.
  */
	zoom: 1;
}
