@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');
@font-face {
    font-family: 'ProductSans';
    src: url('../fonts/ProductSans.eot');
    src: url('../fonts/ProductSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProductSans.woff') format('woff'),
        url('../fonts/ProductSans.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
::-webkit-input-placeholder {
    color: #000000;
}
::-moz-placeholder {
    color: #000000;
}
:-ms-input-placeholder {
    color: #000000;
}
:-moz-placeholder {
    color: #000000;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #ffffff;
    background-image: none;
    color: #000000;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
html {
    background-color: #222222;
}
section {
  padding: 80px 0;
}
:focus {
    outline: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-decoration: none!important;
}
.no-padding {
    padding: 0; 
}
h1, h2, h1 b, h2 b, nav, #about ul li .box, #services .box h4, .btn {
  font-family: 'ProductSans';
}
.btn {
  text-transform:uppercase;
  font-family: 'ProductSans';
  font-weight: bold;
  letter-spacing:1px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 0 30px;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus {
  border:0;
      background: rgb(0,170,175);
    background: -moz-linear-gradient(left, rgba(0,170,175,1) 0%, rgba(211,223,42,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,170,175,1) 0%,rgba(211,223,42,1) 100%);
    background: linear-gradient(to right, rgba(0,170,175,1) 0%,rgba(211,223,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaaf', endColorstr='#d3df2a',GradientType=1 );
}
.container {
    max-width: 1020px;
}

/* General inputs */

.input-container {
    margin-bottom: 10px;
    position: relative;
}
.input-container > i {
    position: absolute;
    width: 44px;
    height: 44px;
    display: inline-block;
    background-image: url(../img/form-icons.png);
    background-size: 44px auto;
    left: 0;
    top: 10px;
}
.input-container i.icon-name {
    background-position: center 0;
}
.input-container i.icon-mail {
    background-position: center -44px;
}
.input-container i.icon-message {
    background-position: center -88px;
}
.input-group-container > div {
    padding: 0;
}
.input-group-container > div:nth-child(1) input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}
.input-group-container > div:nth-child(2) input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-left: 0;
}

/* Animated input */

.animated-label {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  line-height: 60px;
  transition: 0.2s ease all;
  padding: 0 10px;
  font-size: 14px;
}
input:focus ~ .animated-label,
input:not(:focus):valid ~ .animated-label{
  font-size: 11px!important;
  opacity: 1;
  line-height: 40px;
  font-weight: normal!important;
}
input.animated-input {
  padding: 20px 10px 6px 10px;
  line-height: 36px;
  font-size: 13px;
  font-weight: bold;
  border: 0;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
i + input.animated-input,
i + input.animated-input + .animated-label {
  padding-left: 46px;
}

/* Static input */

input.static-input {
  padding: 20px 10px 0 10px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #cccccc;
}
textarea.static-textarea {
  padding: 50px 10px 10px 10px;
  line-height: 15px;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 0;
}
select.static-select {
  padding: 20px 10px 0 10px;
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #cccccc;
}
i + input.static-input,
i + input.static-input + .static-label,
i + input.static-select,
i + input.static-select + .static-label,
i + input.static-textarea,
i + input.static-textarea + .static-label {
  padding-left: 40px;
}
input.static-input ~ .static-label,
select.static-select ~ .static-label  {
  font-size: 11px;
  line-height: 30px;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 0;
  padding: 0;
}
textarea.static-textarea ~ .static-label  {
  font-size: 14px;
  line-height: 60px;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 0;
  padding: 0;
}

/* Radio input */

input[type=checkbox], 
input[type=radio] {
width:auto;
height:auto;
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display:inline-block;
vertical-align:top;
}

input[type=checkbox]:before, 
input[type=radio]:before {
content: "";
color:inherit;
cursor:pointer;
display:block;
width: 20px;
height: 20px;
border: 1px solid #cccccc;
background-color: #ffffff;
line-height: 20px;
border-radius: 50%;
-webkit-border-radius: 50%;
}

input[type=checkbox]:checked:before, 
input[type=radio]:checked:before {
font-size:10px;  
text-align:center;
content: "\e926";
font-family: 'icomoon';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #3ecb69;
border-color: #3ecb69;
font-weight: bold;
color:#ffffff
}

/**/

.transition {
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px transparent inset;
}
body {
    font-family: 'Open Sans', sans-serif;
}
.image-box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.logo {
    height: 90px;
    width: 340px;
    background-image: url("../img/logo-header.png");
    display: inline-block;
    background-position: 0 0;
    background-size: contain;
    margin: 0 auto 15px;
    background-repeat: no-repeat;
    z-index: 9;
    max-width: 100%;
}
h2 {
  margin: 0 0 15px 0;
}
h3 {
  margin: 0 0 30px 0;
}
h4 {
  margin: 0 0 15px 0;
  line-height: 1.5;
}
/* Header */

header {
    background-color: #ffffff;
    color: #ffffff;
    line-height: 40px;
}
header ul li {
    display: inline-block;
    line-height: 30px;
    border-right: 1px solid #eeeeee;
}
header ul li:nth-child(3),
header ul li:nth-child(4) {
    border-right: 0;
}
header nav {
    text-align: center;
    padding: 10px 0;
}
header nav a {
    color: #000000;
    font-size: 16px;
    padding: 0 10px;
}
header nav a:hover,
header nav a:active {
    color: #00acb1;
    text-decoration: none;
}
header nav a.btn {
    margin-left: 10px;
}
header .logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto 15px;
    z-index: 9;
}

/* Footer */

footer {
    background-color: #222222;
    color: #ffffff;
    text-align: center;
}
footer .row {
    position: relative;
    padding: 15px 0;
}
footer p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #dddddd;
}
footer .logo-footer {height: 24px;background-size: auto 24px;background-position: bottom left;width: 100px;background-image: url(../img/logo-footer.png);background-repeat: no-repeat;display: inline-block;margin: 5px 0;}

/* Home banner */

#home-banner {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
#home-banner h2 {
    margin: 0 0 10px 0;
    color: #99ce17;
    letter-spacing: 1px;
    font-size: 36px;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;

}
#home-banner h2 b {
  color: #00c0c5;
  font-weight: normal;
}
#home-banner h3 {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;

}
/* About */

#about {
    background: rgb(0,170,175);
    background: -moz-linear-gradient(left, rgba(0,170,175,1) 0%, rgba(211,223,42,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,170,175,1) 0%,rgba(211,223,42,1) 100%);
    background: linear-gradient(to right, rgba(0,170,175,1) 0%,rgba(211,223,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaaf', endColorstr='#d3df2a',GradientType=1 );
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
#about .container {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
#about .row > div {
  position: relative;
  z-index: 1;
}
#about ul {
    padding: 0;
}
#about ul li {
  width: 50%;
  float: left;
  padding: 5px;
  position: relative;
  left: -5px;
}
#about ul li .box {
  background-color: #343742;
  padding: 15px 10px 15px 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
#about li i {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 40px auto;
  background-position: center center;
  position: absolute;
  left: 5px;
  top: 15px;
}
#about li i.a {
    background-image: url(../img/icon-about-01.png);
}
#about li i.b {
    background-image: url(../img/icon-about-02.png);
}
#about li i.c {
    background-image: url(../img/icon-about-03.png);
}
#about li i.d {
    background-image: url(../img/icon-about-04.png);
}
#about figure {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/img-01.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 0;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
}
/* Services */

#services h2 b {
  color: #99ce17;
}
#services h2 {
  padding: 30px 0;
  background: url(../img/title-services-before.png) no-repeat top center, url(../img/title-services-after.png)  no-repeat bottom center;
  background-size: auto 26px;
}
#services .row > div {
  text-align: center;
}
#services .box {
  background-color: #f8f9fc;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 10px;
}
#services i {
  width: 120px;
  height: 80px;
  display: inline-block;
  background-size: auto 80px;
}
#services i.a {
  background-image: url(../img/icon-services-01.png);
}
#services i.b {
  background-image: url(../img/icon-services-02.png);
}
#services i.c {
  background-image: url(../img/icon-services-03.png);
}
#services i.d {
  background-image: url(../img/icon-services-04.png);
}
#services .box h4 {
  font-size: 18px;
  margin: 5px 0;
}


/* Contact */

#contact {
  background-color: #f8f9fc;
}
#contact form {
  padding: 20px 0;
}
#contact form > div {
  padding-left: 5px;
  padding-right: 5px;
}
#contact textarea {
  min-height: 138px;
}
#contact textarea,
#contact input {
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
}
/* Popup */

.modal-content h3 {
  margin: 0 0 10px 0;
}
.modal-content h3,
.modal-content h4 {
  animation-name: none!important;
  -webkit-animation-name: none!important;
}

/* Google translator */

#google_translate_element,
.goog-te-gadget {
  display: inline-block;
}
.goog-te-gadget-simple {
  border: none!important;
  background-color: #f9fafd!important;
    border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
}
.goog-te-gadget-simple a:hover {
  text-decoration: none!important;
}
.goog-te-gadget-simple img {
  display: none!important;
}
.goog-te-gadget-simple .goog-te-menu-value {
  display: none!important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
  border-color: transparent!important;
  border-width: 0!important;
}
.goog-te-gadget-simple:before {
  content: "Change language";
  color: #000000!important;
  font-weight: normal;
  font-family: 'ProductSans', sans-serif;
  padding: 0 5px;
  line-height: 44px;
  display: block;
  font-size: 16px;
}
.goog-te-gadget-simple:hover:before {
  color: #666666!important;
}
.goog-te-menu-frame {
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
}