@import url('font.css');
@import url('reset.css');

html {
	font-size: 62.5%;
    line-height: 62.5%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;    
}

body {
    background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
    color: #292929;
    line-height: normal;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased !important;
}

strong, b {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

a {
	color: #9fa3a7;
	text-decoration: none;
	-webkit-transition: 0.4s ease;
            transition: 0.4s ease;
}

a:hover {
	color: #00d8ec;
}

p {
    font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
    line-height: 2.2rem;
    color: #9fa3a7;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'GaspoSlab';
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 6.0rem;
    line-height: 5.6rem;
}

h2 {
	font-size: 5.5rem;
    font-size: 4.2rem;
    line-height: 4.9rem;
}

h3 {
	font-size: 3.6rem;
    line-height: 3.2rem;
}

h4 {
	font-size: 3.0rem;
    line-height: 3.0rem;
}

h5 {
	font-size: 2.4rem;
    line-height: 2.2rem;
}

h6 {
	font-size: 1.4rem;
    line-height: 1.2rem;
}

input[type="text"],
input[type="password"],
input[type="file"],
select,
textarea {
	border: 1px solid #dedede;
    background-color: #f6f6f6;
    background:transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 46px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	color: #9fa3a7;
	margin: 0 0 15px;
	padding: 0 12px 1px 12px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
    -webkit-border-radius: 4px;
            border-radius: 4px;
            border-radius: 0;
	float: left;
}

textarea {
    padding: 10px 12px 12px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
	border-color: #aaa;
    /*background-color: #f8f8f8;*/
}

input[type="text"].error,
input[type="password"].error,
input[type="file"].error,
select.error,
textarea.error {
	border-color: #d22c2c;
}

::-webkit-input-placeholder {
    color: #9fa3a7 !important;
    opacity: 1;
}

:-moz-placeholder {
    color: #9fa3a7 !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #9fa3a7 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #9fa3a7 !important;
    opacity: 1;
}

ol {
	list-style: decimal;
}

ul {
    width: 100%;
    float: left;
}

ul li {
    width: 100%;
    position: relative;
    float: left;
}

ul li:before {
	content: '';
    display: none;
}

sup,
sub {
	height: 0;
	font-size: 1.0rem;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

table {
	width: 100%;
	font-size: 1.2rem;
	margin-bottom: 15px;
}

table th,
table td {
	padding: 10px 15px 12px;
}

table th {
	font-weight: normal;
}

/* --- [ global styles ] --- */

.container {
	max-width: 1150px;
	margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

button {
	border: 0;
	cursor: pointer;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
}

.btn {
    border: 0;
    background-color: transparent;
    height: 51px;
    font-family: Open Sans;
    font-size: 1.4rem;
    /* text-transform: uppercase; */
    line-height: 5rem;
    letter-spacing: 0;
    font-weight: 700;
    color: #9fa3a7;
    text-decoration: none;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button.btn {
    line-height: 0;
    padding: 0;
}

.btn:hover {
	background-color: transparent;
    color: #666;
}

/* --- [ site styles ] --- */

#top .menu-trigger {    
    background-color: transparent;
    width: 35px;
    height: 24px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
    position: fixed;
    z-index: 3000;
    top: 75px;
    right: 20px;
    pointer-events: auto;
    opacity: 1;
    display: none;
}
#top.scroll .menu-trigger {
    top: 30px;
}

#top .menu-trigger span {
	background-color: #aaaaaa;
	width: 100%;
	height: 1px;
	-webkit-transition: background-color 0.5s ease;
	        transition: background-color 0.5s ease;
	position: absolute;
	top: 12px;
	left: 0px;
	display: block;
}

#top .menu-trigger span:before, 
#top .menu-trigger span:after {
	content: '';
	background-color: #aaaaaa;
	width: 100%;
	height: 1px;
	-webkit-transition: transform 0.2s ease-out 0s, top 0.2s ease-out 0s, background-color 0.5s ease-out 0s;
			transition: transform 0.2s ease-out 0s, top 0.2s ease-out 0s, background-color 0.5s ease-out 0s;
	position: absolute;
	left: 0px;
	display: block;
}

#top .menu-trigger span:before {
	top: -11px;
}

#top .menu-trigger span:after {
	top: 11px;
}

#top .menu-trigger.menu-visible span{ 
    background-color: transparent !important; 
    transition: none; 
}

#top .menu-trigger.menu-visible span:before,
#top .menu-trigger.menu-visible span:after { 
    top: 0 !important; 
}

#top .menu-trigger.menu-visible span:before { 
    -webkit-transform: rotate(-45deg); 
            transform: rotate(-45deg); 
}

#top .menu-trigger.menu-visible span:after { 
    -webkit-transform: rotate(45deg); 
            transform: rotate(45deg); 
}

#top .menu-trigger.menu-visible span:before,
#top .menu-trigger.menu-visible span:after{ 
    background-color: #fff; 
}

#top,
#footer {
    width: 100%;
    pointer-events: none;
    padding: 70px 0;
    padding: 40px 0;
    -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
}

#top.scroll {
    background-color: rgba(255,255,255,0.9);
    padding: 20px 0;
}

#footer {
    padding: 85px 0;
    pointer-events: auto;
    position: relative;
    top: auto;
    left: auto;
    float: left;
}

#top .logo,
#footer .logo {
    float: left;
}

#top .logo a,
#footer .logo a {
    pointer-events: auto;
}

#top .logo a img,
#footer .logo a img {
    width: 270px;
    margin: 0;
    display: block;
}

#top .facebook,
#footer .facebook {
    font-family: 'Montserrat-Regular';
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    pointer-events: auto;
    margin: 25px 0 0;
    float: right;
}
#top .facebook {
    margin: 25px 55px 0 0;
}

#top.scroll .facebook {
    color: #666666;
}

#top .menu,
#footer .menu {
    margin: 28px 0px 0 0;
    float: right;
}

#top .menu ul,
#footer .menu ul {
    width: auto;
}

#top .menu ul li,
#footer .menu ul li {
    width: auto;
    margin: 0 55px 0 0;
}

#top .menu ul li:last-child,
#footer .menu ul li:last-child {
    margin: 0;
}

#top .menu ul li a,
#footer .menu ul li a {
    font-family: 'Montserrat-Regular';
    font-size: 1.1rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    pointer-events: auto;
}

#top.scroll .menu ul li a {
    color: #666666;
}

#header {
    /*border-bottom: 1px solid #f4f4f4;
    background-image: url(../images/bg-header-slider.jpg);*/
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 799px;
    height: 709px;
    margin: 0 0 115px;
    position: relative;
    z-index: 5;
    float: left;
}

#header .container {
    height: 100%;
}

#header .slider {
    width: 100%;
    height: 570px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 140px;
}

#header .slider > .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

#header .slider > .slide .text {
    width: 100%;
    height: 570px;
    padding: 0 50px 0 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 30;
    float: left;
}

#header .slider > .slide .text .inner {
    width: 100%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
    position: relative;
    top: 70%;
    color: #fff;
    text-align: right;
}

#header .slider > .slide .text .inner h2,
#header .slider > .slide .text .inner p,
#header .slider > .slide .text .inner a.btn {
	position: relative;
	top: -20px;
	opacity: 0;
}

#header .slider > .slide .text .inner h2 {
    margin: 0 0 7px;
	-webkit-transition: top 0.5s ease-out, opacity 0.5s ease-out 0.1s;
            transition: top 0.5s ease-out, opacity 0.5s ease-out 0.1s;
}

#header .slider > .slide.slide-01 .text .inner h2 {
    line-height: 4.9rem;
}

#header .slider > .slide.slide-02 .text .inner h2 {
    line-height: 5.5rem;
}

#header .slider > .slide.slide-03 .text .inner h2 {
    font-size: 4.55rem;
    line-height: 4.85rem;
}

#header .slider > .slide.show .text .inner h2 {
	top: 0;
	opacity: 1;
}

#header .slider > .slide .text .inner p {
    max-width: 500px;
    float: right;
    margin: 0 0 30px;
    color: #fff;
    text-align: right;
	-webkit-transition: top 0.5s ease-out 0.4s, opacity 0.5s ease-out 0.5s;
            transition: top 0.5s ease-out 0.4s, opacity 0.5s ease-out 0.5s;
}

#header .slider > .slide .text .inner a.btn {
	-webkit-transition: top 0.5s ease-out 0.9s, opacity 0.5s ease-out 1.0s, background 0.4s ease, color 0.4s ease;
            transition: top 0.5s ease-out 0.9s, opacity 0.5s ease-out 1.0s, background 0.4s ease, color 0.4s ease;
}


#header .slider > .slide.show .text .inner h2,
#header .slider > .slide.show .text .inner p,
#header .slider > .slide.show .text .inner a.btn {
	top: 0;
	opacity: 1;
}

#header .slider > .slide .image {
    width: 100%;
    height: 570px;
    pointer-events: none;
    opacity: 0;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
    position: absolute;
    top: 0;
    right: 0;
}

#header .slider > .slide.show .image {
	opacity: 1;
}

#header .slider > .slide .image img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

#header .slider > ul.dots {
    width: 10px;
    -webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
    position: absolute;
    z-index: 200;
    top: 50%;
    left: 20px;
}

#header .slider > ul.dots li {
    border: 2px solid #ffffff;
    background-color: #bdbdbd;
    width: 10px;
    height: 10px;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
}

#header .slider > ul.dots li:last-child {
    margin: 0;
}

#header .slider > ul.dots li:hover {
    background-color: #7e7e7e;
}

#header .slider > ul.dots li.active {
    border-color: #7e7e7e;
    background-color: #7e7e7e;
}

#header .scroll-down {
    background-color: #00a5b4;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 5.8rem;
    margin: 0 0 0 -25px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    z-index: 1000;
    bottom: -25px;
    left: 50%;
}

#header .scroll-down:hover {
    background-color: #cfd1d3;
}

#header .icon-01,
#header .icon-02,
#header .icon-03,
#header .icon-04 {
    pointer-events: none;
    position: absolute;
    z-index: 10;
}

#header .icon-01 {
    background-image: url(../images/icon-header-01.png);
    width: 61px;
    height: 64px;
    top: 177px;
    left: 24.64%;
}

#header .icon-02 {
    background-image: url(../images/icon-header-02.png);
    width: 50px;
    height: 90px;
    top: 177px;
    right: 3.14%;
}

#header .icon-03 {
    background-image: url(../images/icon-header-03.png);
    width: 34px;
    height: 36px;
    bottom: 178px;
    right: 5.42%;
}

#header .icon-04 {
    background-image: url(../images/icon-header-04.png);
    width: 39px;
    height: 49px;
    bottom: 97px;
    left: 38.57%;
}

#header .right-corner {
    background-image: url(../images/right-bottom-corner.png);
    width: 73px;
    height: 37px;
    cursor: pointer;
    position: absolute;
    z-index: 200;
    bottom: 203px;
    right: 25px;
}

/*#header .right-corner:before {
    content: url(../images/icon-small-arrow-right.png);
    position: absolute;
    bottom: 19px;
    right: 19px;
}*/

#about {
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
    position: relative;
    float: left;
    padding-top: 50px;
    padding-bottom: 100px;
}

#about .image {
    width: 50%;
    height: 450px;
    position: relative;
    float: left;
}

#about .image img {
    max-width: 100%;
    -webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    top: -75px;
    left: 50%;
}

#about .text {
    width: 50%;
    height: 550px;
    padding: 0 55px 0 78px;
    padding: 0 55px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    float: left;
}

#about .text .inner {
    width: 100%;
    display: inline-block;
    /*-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
    position: relative;
    top: 50%;*/
}

#about .text .inner h2 {
    margin: 0 0 27px;
}

#about .text .inner p {
    margin: 0 0 25px;
}

#about .text .inner *:last-child {
    margin: 0;
}

#about .text .inner .line {
    background-color: #f4f4f4;
    width: 1px;
    height: calc(100% + 110px);
    position: absolute;
    top: -55px;
    left: -73px;
}

#about .text .inner .line:before,
#about .text .inner .line:after {
    content: '';
    background-color: #f4f4f4;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    left: -5px;
}

#about .text .inner .line:before {
    top: 0;
}

#about .text .inner .line:after {
    bottom: 0;
}

#about .icon-01,
#about .icon-02,
#about .icon-03,
#about .icon-04 {
    pointer-events: none;
    position: absolute;
    z-index: 10;
}

#about .icon-01 {
    background-image: url(../images/icon-about-01.png);
    width: 51px;
    height: 50px;
    top: 18px;
    right: 28.2%;
}

#about .icon-02 {
    background-image: url(../images/icon-about-02.png);
    width: 70px;
    height: 73px;
    top: 83px;
    left: 4.78%;
}

#about .icon-03 {
    background-image: url(../images/icon-about-03.png);
    width: 45px;
    height: 58px;
    bottom: 140px;
    left: 13.71%;
}

#about .icon-04 {
    background-image: url(../images/icon-about-04.png);
    width: 43px;
    height: 76px;
    bottom: 95px;
    right: 5.14%;
}

#products {
    width: 100%;
    padding: 100px 0 0;
    position: relative;
    float: left;
}

#products > img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#products h2 {
    margin: 0 0 55px;
}

#products .slider {
    width: 100%;
    height: 765px;
    height: 550px;
    position: relative;
    z-index: 50;
    float: left;
}

#products .slider .navi {
    width: 100%;
    margin: -26px 0 0;
    pointer-events: none;
    position: absolute;
    z-index: 500;
    top: 50%;
    left: 0;
}

#products .slider .navi .prev,
#products .slider .navi .next {
    /*background-color: #cfd1d3;*/
    width: 51px;
    height: 51px;
    text-align: center;
    line-height: 6.1rem;
    cursor: pointer;
    pointer-events: auto;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
    position: absolute;
    top: 0;
}

#products .slider .navi .prev {
    left: 0;
    display: none;
}

#products .slider .navi .next {
    right: 0;
}

#products .slider .navi .prev:hover,
#products .slider .navi .next:hover {
    /*background-color: #00d8ec;*/
}

#products .slider .slide {
    width: 860px;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50% !important;
}

#products .slider .slide .image {
    width: 450px;
    width: 400px;
    margin-right: 100px;
    height: 100%;
	opacity: 0;
	-webkit-transition: 0.4s ease;
            transition: 0.4s ease;
    position: relative;
    float: left;
    float: right;
}

#products .slider .slide.show .image {
	opacity: 1;
}

#products .slider .slide .image img {
    max-width: 90%;
    -webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
    position: absolute;
    top: 38%;
    left: 50%;
    left: 56%;
}

#products .slider .slide .text {
    width: calc(100% - 550px);
    height: 100%;
    padding: 150px 0 0;
    padding: 75px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    float: left;
}

#products .slider .slide .text h4,
#products .slider .slide .text h6,
#products .slider .slide .text .tabs,
#products .slider .slide .text .tab-content,
#products .slider .slide .text .btn {
    width: 100%;
	position: relative;
	top: -20px;
	opacity: 0;
    float: left;
}

#products .slider .slide .text h4 {
    margin: 0 0 12px;
	-webkit-transition: top 0.5s ease-out, opacity 0.5s ease-out 0.1s;
            transition: top 0.5s ease-out, opacity 0.5s ease-out 0.1s;
}

#products .slider .slide .text h6 {
    color: #808080;
    margin: 0 0 27px;
	-webkit-transition: top 0.5s ease-out 0.4s, opacity 0.5s ease-out 0.5s;
            transition: top 0.5s ease-out 0.4s, opacity 0.5s ease-out 0.5s;
}

#products .slider .slide .text ul.tabs {
    margin: 0 0 20px;
	-webkit-transition: top 0.5s ease-out 0.9s, opacity 0.5s ease-out 1.0s;
            transition: top 0.5s ease-out 0.9s, opacity 0.5s ease-out 1.0s;
}

#products .slider .slide .text ul.tabs li {
    border-bottom: 3px solid #f0f0f0;
    width: 50%;
    font-family: 'Montserrat-Bold';
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    padding: 0 0 15px;
    -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
}

#products .slider .slide .text ul.tabs li:nth-child(2) {
    text-align: right;
}

#products .slider .slide .text ul.tabs li:hover {
    border-color: #dddddd;
}

#products .slider .slide .text ul.tabs li.active {
    border-color: #00d8ec;
}

#products .slider .slide .text .tab-content {
    width: 100%;
    text-align: justify;
    color: #9fa3a7;
    float: left;
	/*-webkit-transition: top 0.5s ease-out 1.4s, opacity 0.5s ease-out 1.5s;
            transition: top 0.5s ease-out 1.4s, opacity 0.5s ease-out 1.5s;*/
}

#products .slider .slide .text .tab-content .tab-item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.4s ease;
            transition: 0.4s ease;
}

#products .slider .slide .text .tab-content .tab-item.active {
	opacity: 1;
	pointer-events: auto;
}

#products .slider .slide .text .tab-content .tab-item div {
	margin: 0 0 28px;
    padding: 22px 0;
    /*border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;*/
	position: relative;
}
/*#products .slider .slide .text .tab-content .tab-item div:before {
	content: '';
	position: absolute;
	width: 100%;
	left: 100%;
	height: 1px;
	display: block;
	background: #d1d1d1;
	top: -1px;
	z-index: -1;
}
#products .slider .slide .text .tab-content .tab-item div:after {
	content: '';
	position: absolute;
	width: 100%;
	left: 100%;
	height: 1px;
	display: block;
	background: #d1d1d1;
	bottom: -1px;
	z-index: -1;
}*/

#products .slider .slide .text .tab-content p {
    color: #9fa3a7;
}

#products .slider .slide .text .btn {
    border: 3px solid #00d8ec;
    background-color: transparent;
    width: auto;
    line-height: 4.4rem;
    float: right;
	-webkit-transition: top 0.5s ease-out 1.9s, opacity 0.5s ease-out 2.0s, background 0.4s ease, color 0.4s ease;
            transition: top 0.5s ease-out 1.9s, opacity 0.5s ease-out 2.0s, background 0.4s ease, color 0.4s ease;
}

#products .slider .slide .text .btn:hover {
    background-color: #00d8ec;
    color: #292929;
}

#products .slider .slide.show .text h4,
#products .slider .slide.show .text h6,
#products .slider .slide.show .text .tabs,
#products .slider .slide.show .text .tab-content,
#products .slider .slide.show .text .btn {
	top: 0;
	opacity: 1;
}

#map {
    width: 100%;
    height: 332px;
    position: relative;
    float: left;
}

#map #map-canvas {
    float: left;
    width: 100%;
    height: 100%;
}

#map .mask {
    background-color: rgba(120, 117, 119, 0.5);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
}

#map .marker {
    background-color: #fff;
    height: 44px;
	font-family: 'Open-Sans', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
    line-height: 4.3rem;
	color: #959595;
    margin: -27px 0 0;
	padding: 0 75px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    position: absolute;
    z-index: 2500;
    top: 50%;
    left: calc(50% + 11px);
}

#map .marker:before {
    content: '';
    background-image: url(../images/img-before-marker.png);
    width: 54px;
    height: 74px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -28px;
}

#contact {
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
    padding: 125px 0 105px;
    position: relative;
    float: left;
}

#contact .left,
#contact .right {
    width: 50%;
    padding: 0 110px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 40;
    float: left;
}

#contact .right {
    padding: 0 90px 0 0;
}

#contact .left h3 {
    margin: 0 0 34px;
}

#contact .left p, #contact .right p {
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #6c6c6c;
    margin: 0 0 28px;
}

#contact .left ul {
    margin: 0 0 10px;
    margin: 0 40px 10px 0;
    width: 45%;
}

#contact .left ul li {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.6rem;
    color: #6c6c6c;
}

#contact .left ul li:first-child {
    font-family: 'Montserrat-Bold';
    font-size: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c2c2c2;
}

#contact .left *:last-child {
    margin: 0;
}

#contact .right form {
    width: 100%;
    margin: 5px 0 0;
    float: left;
}

#contact .right form .half {
    width: calc(50% - 5px);
    float: left;
}

#contact .right form .half:nth-child(2) {
    float: right;
}

#contact .right form .half input {
    /*background: #f6f6f6 url(../images/icon-contact-name.png) no-repeat 15px 14px;*/
}

#contact .right form .half:nth-child(2) input {
    /*background: #f6f6f6 url(../images/icon-contact-mail.png) no-repeat 12px 14px;*/
}

#contact .right form textarea {
    height: 180px;
    height: 90px;
    margin: 0 0 41px;
}

#contact .right form .btn {
    /*color: #ffffff;*/
    float: right;
}

#contact .right form .btn:hover {
    color: #eeeeee;
}

#contact .icon-01,
#contact .icon-02 {
    pointer-events: none;
    position: absolute;
    z-index: 10;
}

#contact .icon-01 {
    background-image: url(../images/icon-contact-01.png);
    width: 33px;
    height: 59px;
    top: 56px;
    left: 43.57%;
}

#contact .icon-02 {
    background-image: url(../images/icon-contact-02.png);
    width: 55px;
    height: 58px;
    bottom: 95px;
    left: 30%;
}



/***********/
#status {
    top:-30px;
    position:relative;
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #9fa3a7;
    margin: 0;
    float: left;
}


#products .slider .slide .text .tab-content p {
    margin-bottom: 5px;
}
#products .slider .slide .text .tab-content strong {
    font-weight: 700;
}

#products .slider .slide .text .tab-content table td {
    padding: 7px;
    border: 1px solid #d1d1d1;
}


.pagination {
    position: absolute;
    top: 465px;
    z-index: 999;
    color: #fff;
    font-size: 5rem;
    /* font-weight: 100; */
    font-family: 'HelveticaNeueLTPro';
}

