input, textarea, select, button {
  outline: none !important;
}

.gfield_label {
  display: none !important;
}

.gform_validation_container {
  display: none !important;
}

.subscribe .gform_confirmation_message {
  color: #333;
}

.gfield_error input {
  border: 1px solid red !important;
}

.field-error {
  border: 1px solid red !important;
}

.gform_wrapper .gform_heading {
  float: left;
  width: 100%;
  position: relative;
}

.gform_body li textarea, input, select {
  font: 400 14px "lft-etica";
  color: #333;
}
.gform_body li textarea::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder {
  font: 400 14px "lft-etica";
  color: #333;
}
.gform_body li textarea::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font: 400 14px "lft-etica";
  color: #333;
}
.gform_body li textarea:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder {
  font: 400 14px "lft-etica";
  color: #333;
}

.gform_wrapper .gform_body {
  float: left;
  width: 100%;
  position: relative;
}

.validation_error, .validation_message {
  display: none;
}

.gform_confirmation_message {
  font: 400 1.5em "lft-etica";
  color: #333;
  display: table;
  margin: 0 auto 10px;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 17px;
  width: 0;
  height: 0;
  z-index: 9;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .text-editor .gform_wrapper #gform_11 .gform_body li {
    width: 45%;
  }

  .text-editor .gform_wrapper #gform_11 .gform_body li:nth-of-type(3) {
    margin-right: 30px;
  }

  .text-editor #gform_wrapper_11 {
    margin-bottom: 120px;
  }
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: medium none;
}

a, a:hover, a:before, a:hover:before, a:after, a:hover:after, input[type=submit], input[type=submit]:hover,
.transition, .transition:hover, .transition:before, .transition:hover:before, .transition:after, .transition:hover:after,
button, button:hover, button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

.no-transition, .no-transition:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    display: none;
  }
  50% {
    display: block;
  }
}
@-o-keyframes fadeIn {
  0% {
    display: none;
  }
  50% {
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 1;
  }
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0;
  counter-reset: heading;
}
body #map {
  display: none;
}
body .body-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
body .right-socials {
  position: fixed;
  top: 20%;
  right: 0;
  width: 60px;
  height: 240px;
  z-index: 9;
}
body .right-socials .facebook {
  position: absolute;
  background: url("../img/sprite.png") 0 -30px no-repeat;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}
body .right-socials .twitter {
  position: absolute;
  background: url("../img/sprite.png") 0 -99px no-repeat;
  width: 60px;
  height: 60px;
  top: 60px;
  right: 0;
}
body .right-socials .google {
  position: absolute;
  background: url("../img/sprite.png") 0 -166px no-repeat;
  width: 60px;
  height: 60px;
  top: 119px;
  right: 0;
}
body .right-socials .linkedin {
  position: absolute;
  background: url("../img/sprite.png") 0 -232px no-repeat;
  width: 60px;
  height: 60px;
  top: 178px;
  right: 0;
}

/* Responsive */
@media screen and (min-width: 1366px) {
  body {
    font: 400 100% "lft-etica";
    color: #333;
    line-height: 1.5 !important;
  }

  .text-editor h2 {
    font-size: 2.25em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor h2 {
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor h3 {
    font-size: 1.75em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor h4 {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor h5 {
    font-size: 1.25em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor p {
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .text-editor a {
    color: #ffa800;
  }
  .text-editor li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 10px;
    /*&:before{
      position: absolute;
      content: "\2022";
      top: 0;
      left: 0;
      color: #ffa800;
      font-size: 18px;
    }*/
  }
  .text-editor .gform_wrapper {
    position: relative;
    margin: 20px auto;
    display: table;
    width: 100%;
    border-radius: 2px;
  }
  .text-editor .gform_wrapper form {
    position: relative;
    display: block;
    float: left;
  }
  .text-editor .gform_wrapper .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }
  .text-editor .gform_wrapper .gform_heading .gform_title {
    font: 100 45px "lft-etica";
    color: #333;
    text-align: center;
  }
  .text-editor .gform_wrapper .gform_heading .gform_description {
    font: 400 18px "lft-etica";
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 70%;
    display: table;
  }
  .text-editor .gform_wrapper .gform_body {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 300px 0 30px;
    background: #f9f9f9;
  }
  .text-editor .gform_wrapper .gform_body:after {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1046px -14px no-repeat;
    width: 317px;
    height: 400px;
    right: -50px;
    top: -30px;
    z-index: 3;
  }
  .text-editor .gform_wrapper .gform_body li {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 405px;
    margin-bottom: 20px;
    padding: 0;
  }
  .text-editor .gform_wrapper .gform_body li:nth-of-type(3), .text-editor .gform_wrapper .gform_body li:nth-of-type(6), .text-editor .gform_wrapper .gform_body li:nth-of-type(8) {
    margin-right: 0;
  }
  .text-editor .gform_wrapper .gform_body li .gfield_label {
    display: none;
  }
  .text-editor .gform_wrapper .gform_body li:before {
    content: '';
    display: none;
  }
  .text-editor .gform_wrapper .gform_body li input, .text-editor .gform_wrapper .gform_body li select {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .text-editor .gform_wrapper .gform_body .gform_validation_container {
    display: none;
  }
  .text-editor .gform_wrapper .gform_footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 30px 30px 30px;
    background: #f9f9f9;
  }
  .text-editor .gform_wrapper .gform_footer::after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 260px;
  }
  .text-editor .gform_wrapper .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 260px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }

  .container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
  }

  /* header */
  .header {
    position: relative;
    width: 100%;
    float: left;
  }
  .header .info {
    position: relative;
    width: 100%;
    float: left;
    padding: 7px 0;
    background: #4d6598;
  }
  .header .info .tel {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 25px;
  }
  .header .info .tel .number {
    font: 700 1em "lft-etica";
    color: #fff;
    position: relative;
    float: left;
  }
  .header .info .tel .number:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -118px -1px no-repeat;
    width: 16px;
    height: 16px;
    top: 2px;
    left: -25px;
  }
  .header .info .tel .price {
    font: 400 0.75em "lft-etica";
    color: #fff;
    position: relative;
    float: left;
    line-height: 1.6;
    margin-left: 4px;
  }
  .header .info .social {
    position: relative;
    width: 50%;
    float: right;
  }
  .header .info .social .fb {
    position: absolute;
    background: url("../img/sprite.png") -140px 0 no-repeat;
    width: 16px;
    height: 17px;
    top: 2px;
    right: 55px;
  }
  .header .info .social .fb:hover {
    position: absolute;
    background: url("../img/sprite.png") -140px -19px no-repeat;
    width: 16px;
    height: 17px;
    top: 2px;
    right: 55px;
  }
  .header .info .social .tw {
    position: absolute;
    background: url("../img/sprite.png") -224px -20px no-repeat;
    width: 18px;
    height: 17px;
    top: 3px;
    right: 25px;
  }
  .header .info .social .tw:hover {
    position: absolute;
    background: url("../img/sprite.png") -203px -20px no-repeat;
    width: 18px;
    height: 17px;
    top: 3px;
    right: 25px;
  }
  .header .info .social .goo {
    position: absolute;
    background: url("../img/sprite.png") -183px -2px no-repeat;
    width: 15px;
    height: 17px;
    top: 2px;
    right: 0;
  }
  .header .info .social .goo:hover {
    position: absolute;
    background: url("../img/sprite.png") -183px -19px no-repeat;
    width: 15px;
    height: 17px;
    top: 2px;
    right: 0;
  }
  .header .logo-menu {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0 0;
  }
  .header .logo-menu .logo {
    position: absolute;
    /* background: url("../img/sprite.png") -385px -939px no-repeat; */
    /* background: url("../img/hetipostilogo.png") no-repeat; */
    background: url("../img/hetiposti-newlogo.png") no-repeat;
    width: 396px;
    height: 51px;
    top: -10px;
    left: 0;
  }
  .header .logo-menu .navbar-toggle {
    display: none;
  }
  .header .logo-menu .main-menu {
    position: relative;
    width: 810px;
    float: right;
  }
  .header .logo-menu .main-menu ul {
    /*width: 100%;
    float: left;*/
    width: auto;
    float: right;
    display: table;
  }
  .header .logo-menu .main-menu ul li.current_page_item:first-child a:before {
    content: "";
    z-index: 2;
    position: absolute;
    background: url("../img/sprite.png") -94px 0px no-repeat;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
  }
  .header .logo-menu .main-menu ul .current_page_item a {
    font: 400 1em "lft-etica";
    color: #ff8400;
  }
  .header .logo-menu .main-menu ul li.active .dropdown-menu {
    box-shadow: 0px -2px 5px 1px #e5e5e5;
  }
  .header .logo-menu .main-menu ul li {
    display: table-cell;
    height: 50px;
  }
  .header .logo-menu .main-menu ul li .dropdown span:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #999999 transparent transparent transparent;
  }
  .header .logo-menu .main-menu ul li .dropdown span:hover:after {
    border-color: #ff8400 transparent transparent transparent;
  }
  .header .logo-menu .main-menu ul li a {
    position: relative;
    width: 100%;
    display: table;
    text-align: center;
    padding: 0 15px;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .header .logo-menu .main-menu ul li a span {
    position: relative;
  }
  .header .logo-menu .main-menu ul li:hover a {
    font: 400 1em "lft-etica";
    color: #ff8400;
  }
  .header .logo-menu .main-menu ul li:last-child a {
    text-align: right;
  }
  .header .logo-menu .main-menu ul li:first-child a {
    padding: 16px 9px;
  }
  .header .logo-menu .main-menu ul li:first-child a:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: url("../img/sprite.png") -94px -22px no-repeat;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
  }
  .header .logo-menu .main-menu ul li:first-child a span {
    display: none;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu {
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 1230px;
    top: 45px;
    height: 0;
    display: block;
    overflow: hidden;
    left: -395px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu .dropdown-name {
    display: none;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li {
    position: relative;
    float: left;
    width: 170px;
    height: auto;
    padding: 50px 0;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li:first-child {
    margin-left: 15px;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li:last-of-type {
    margin-right: 15px;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li:hover a {
    font: 300 22px "lft-etica";
    color: #ff8400;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li a {
    font: 300 22px "lft-etica";
    color: #333;
    padding: 0;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li a:before {
    display: none;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li a span {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    padding-top: 20px;
    text-align: center;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li .img-wrapper {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    height: 120px;
    background: #fff;
    overflow: hidden;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li .img-wrapper img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu .button-wrapper {
    position: relative;
    width: 100%;
    float: left;
    background: #f9f9f9;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu .button-wrapper .menu-button {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 370px;
    padding: 15px;
    background: #fff;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu .button-wrapper .menu-button:hover {
    background: #f9f9f9;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu .button-wrapper .menu-button span {
    position: relative;
    display: table;
    margin: 0 auto;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu .button-wrapper .menu-button span:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .header .title-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 35px 0;
    background: url("../img/bg-main.jpg") no-repeat;
    background-size: cover;
  }
  .header .title-area .page-title {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 970px;
    text-align: center;
    font: 100 60px "lft-etica";
    color: #fff;
  }
  .header .proposition {
    background: #f9f9f9;
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 3px solid #e5e5e5;
  }
  .header .proposition .first-block {
    position: relative;
    width: 370px;
    height: 50px;
    float: left;
    display: table;
    margin-right: 30px;
    padding: 0 70px 0 115px;
  }
  .header .proposition .first-block .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .header .proposition .first-block .content:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -703px -43px no-repeat;
    width: 50px;
    height: 55px;
    top: 0;
    left: -80px;
  }
  .header .proposition .first-block .content a {
    font: 400 16px "lft-etica";
    color: #ff8400;
    text-decoration: underline;
  }
  .header .proposition .second-block {
    position: relative;
    width: 370px;
    height: 50px;
    float: left;
    display: table;
    margin-right: 30px;
    padding: 0 70px 0 100px;
  }
  .header .proposition .second-block .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .header .proposition .second-block .content:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -765px -43px no-repeat;
    width: 50px;
    height: 55px;
    top: 0;
    left: -80px;
  }
  .header .proposition .second-block .content a {
    font: 400 16px "lft-etica";
    color: #ff8400;
    text-decoration: underline;
  }
  .header .proposition .third-block {
    position: relative;
    width: 370px;
    height: 50px;
    float: left;
    display: table;
    padding: 0 70px 0 95px;
  }
  .header .proposition .third-block .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .header .proposition .third-block .content:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -830px -43px no-repeat;
    width: 50px;
    height: 55px;
    top: 0;
    left: -80px;
  }
  .header .proposition .third-block .content a {
    font: 400 16px "lft-etica";
    color: #ff8400;
    text-decoration: underline;
  }

  /* Main page */
  .main {
    position: relative;
    width: 100%;
    float: left;
    /* Blog */
  }
  .main section {
    position: relative;
    width: 100%;
    float: left;
  }
  .main .main-form-wrapper {
    position: relative;
    margin: 20px auto;
    display: table;
    width: 100%;
    border-radius: 2px;
  }
  .main .main-form-wrapper form {
    position: relative;
    display: block;
    float: left;
  }
  .main .main-form-wrapper .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }
  .main .main-form-wrapper .gform_heading .gform_title {
    font: 100 45px "lft-etica";
    color: #333;
    text-align: center;
  }
  .main .main-form-wrapper .gform_body {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 300px 0 30px;
    background: #f9f9f9;
  }
  .main .main-form-wrapper .gform_body:after {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1046px -14px no-repeat;
    width: 317px;
    height: 400px;
    right: -50px;
    top: -30px;
    z-index: 3;
  }
  .main .main-form-wrapper .gform_body li {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 260px;
    margin-bottom: 20px;
    padding: 0;
  }
  .main .main-form-wrapper .gform_body li:nth-of-type(3), .main .main-form-wrapper .gform_body li:nth-of-type(6) {
    margin-right: 0;
  }
  .main .main-form-wrapper .gform_body li:nth-of-type(7) {
    margin-right: 0;
    width: 100%;
  }
  .main .main-form-wrapper .gform_body li:nth-of-type(7) textarea {
    height: 120px;
    resize: none;
    width: 100%;
  }
  .main .main-form-wrapper .gform_body li .gfield_label {
    display: block !important;
  }
  .main .main-form-wrapper .gform_body li:before {
    content: '';
    display: none;
  }
  .main .main-form-wrapper .gform_body li input, .main .main-form-wrapper .gform_body li select {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .main .main-form-wrapper .gform_body .gform_validation_container {
    display: none;
  }
  .main .main-form-wrapper .gform_footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 30px 30px 30px;
    background: #f9f9f9;
  }
  .main .main-form-wrapper .gform_footer::after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 260px;
  }
  .main .main-form-wrapper .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 260px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .main .top-area {
    position: relative;
    width: 100%;
    float: left;
    background: url("../img/suomen-halvin-paikka-huoltaa-puhelin-desktop-banner.jpg") no-repeat;
    /*background: url("../img/banner-500px-1.jpg")no-repeat;*/
    /*background: url("../img/hetiposti2018.jpg")no-repeat;*/
    /*background: url("../img/bg-main.jpg")no-repeat;*/
    /*background: url("../img/site-banner.jpg")no-repeat;*/
    /*background: url("../img/desktop-banner.jpg")no-repeat;*/
    background-size: cover;
      /*
	  min-height: 638px;
      padding-top: 95px;
	  */
      /*
	  &:before{
        content: "";
        position: absolute;
        background: url("../img/mobiles.png") no-repeat;
        bottom: -1px;
        left: -99px;
        right: -99px;
        margin: auto;
        width: 770px;
        height: 298px;
      }
	  */
  }
  .main .top-area .top-area-content {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    min-height: 500px;
  }
  .main .top-area .top-area-content .main-title {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font: 100 2.8em "lft-etica";
    color: #fff;
    line-height: 1;
  }
  .main .top-area .top-area-content .sticker {
    position: absolute;
    background: url("../img/sprite.png") -522px 0 no-repeat;
    width: 170px;
    height: 170px;
    bottom: 120px;
    right: 400px;
    text-decoration: none;
    text-align: center;
    padding: 55px 15px;
    font: 400 1em "lft-etica";
    color: #fff;
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .main .top-area .top-area-content .sticker span {
    font: 700 16px "lft-etica";
    color: #fff;
    color: #fff;
    position: relative;
    text-align: center;
    float: left;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .main .our-promise {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #f9f9f9;
  }
  .main .our-promise .title {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font: 100 2.8125em "lft-etica";
    color: #333;
  }
  .main .our-promise .promise-blocks {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .main .our-promise .promise-blocks .first-block {
    position: relative;
    width: 370px;
    height: 230px;
    float: left;
    padding: 30px 30px 55px 30px;
    background: #fff;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
    margin-right: 30px;
  }
  .main .our-promise .promise-blocks .first-block:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -75px -42px no-repeat;
    width: 100px;
    height: 150px;
    bottom: 0;
    right: 30px;
  }
  .main .our-promise .promise-blocks .first-block .sticker {
    position: absolute;
    /*background: url("../img/sprite.png") -186px -43px no-repeat;*/
    background: url("../img/sticker-check.png") no-repeat;
    width: 81px;
    height: 81px;
    bottom: 15px;
    right: 70px;
    padding: 27px 20px 20px 18px;
    font: 700 1.5em "lft-etica";
    color: #fff;
    /*@include rotate(25deg);*/
  }
  .main .our-promise .promise-blocks .first-block .title {
    /*@include font-combo(400, $fontSize-28, #333);*/
    font: 400 1.5em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
  }
  .main .our-promise .promise-blocks .first-block .excerpt {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    width: 195px;
    float: left;
  }
  .main .our-promise .promise-blocks .first-block a {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .our-promise .promise-blocks .first-block a:hover {
    font: 600 1em "lft-etica";
    color: #ff8400;
  }
  .main .our-promise .promise-blocks .first-block a:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .our-promise .promise-blocks .second-block {
    position: relative;
    width: 370px;
    height: 230px;
    float: left;
    padding: 30px 30px 55px 30px;
    background: #fff;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
    margin-right: 30px;
    overflow: hidden;
  }
  .main .our-promise .promise-blocks .second-block:before {
    content: "";
    position: absolute;
    /*background: url("../img/sprite.png") -280px -31px no-repeat;*/
    background: url("../img/phone-envelope.png") no-repeat;
    width: 177px;
    height: 147px;
    /*bottom: -5px;
    right: 30px;*/
    bottom: 0;
    right: 0;
  }
  .main .our-promise .promise-blocks .second-block .title {
    /*@include font-combo(400, $fontSize-28, #333);*/
    font: 400 1.5em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
  }
  .main .our-promise .promise-blocks .second-block .excerpt {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    width: 195px;
    float: left;
  }
  .main .our-promise .promise-blocks .second-block a {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .our-promise .promise-blocks .second-block a:hover {
    font: 600 1em "lft-etica";
    color: #ff8400;
  }
  .main .our-promise .promise-blocks .second-block a:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .our-promise .promise-blocks .third-block {
    position: relative;
    width: 370px;
    float: left;
    height: 230px;
    padding: 30px;
    background: #ff8400;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
  }
  .main .our-promise .promise-blocks .third-block:before {
    content: "";
    position: absolute;
    /*background: url("../img/sprite.png") -375px -30px no-repeat;*/
    background: url("../img/timer-7-paivaa.png") no-repeat;
    /*width: 132px;
    height: 180px;*/
    width: 142px;
    height: 143px;
    bottom: 0;
    right: 0;
  }
  .main .our-promise .promise-blocks .third-block .title {
    /*@include font-combo(400, $fontSize-28, #fff);*/
    font: 400 1.5em "lft-etica";
    color: #fff;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
  }
  .main .our-promise .promise-blocks .third-block .excerpt {
    position: relative;
    width: 210px;
    float: left;
    color: #fff;
  }
  .main .our-promise .promise-blocks .third-block .excerpt li {
    font: 400 1em "lft-etica";
    color: #fff;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .main .our-promise .promise-blocks .third-block .excerpt li:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -201px -1px no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    left: -20px;
  }
  .main .our-promise .promise-blocks .third-block .excerpt li a {
    text-decoration: underline;
    color: #fff;
  }
  .main .our-promise .promise-blocks .third-block a {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font: 600 1em "lft-etica";
    color: #fff;
  }
  .main .our-promise .promise-blocks .third-block a:hover {
    font: 600 1em "lft-etica";
    color: #fff;
  }
  .main .our-promise .promise-blocks .third-block a:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -201px -1px no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .location-section {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #fff;
  }
  .main .location-section .title {
    position: relative;
    display: block;
    margin: 0 auto 10px;
    width: 595px;
    padding-left: 65px;
    text-align: left;
    font: 100 2.8125em "lft-etica";
    color: #333;
  }
  .main .location-section .title:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -299px no-repeat;
    width: 49px;
    height: 78px;
    bottom: -30px;
    left: 0;
  }
  .main .location-section .description {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 595px;
    padding-left: 65px;
    font: 400 1.25em "lft-etica";
    color: #999;
  }
  .main .location-section .locations {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 40px;
  }
  .main .location-section .locations .location {
    position: relative;
    width: 270px;
    height: 270px;
    float: left;
    margin-right: 30px;
  }
  .main .location-section .locations .location:last-child {
    margin-right: 0;
  }
  .main .location-section .locations .location #map1 {
    position: relative;
    float: left;
    width: 100%;
    height: 220px;
  }
  .main .location-section .locations .location #map2 {
    position: relative;
    float: left;
    width: 100%;
    height: 220px;
  }
  .main .location-section .locations .location #map3 {
    position: relative;
    float: left;
    width: 100%;
    height: 220px;
  }
  .main .location-section .locations .location #map4 {
    position: relative;
    float: left;
    width: 100%;
    height: 220px;
  }
  .main .location-section .locations .location .city-distance {
    position: relative;
    float: left;
    width: 100%;
    padding: 16px 20px;
    background: #4d6598;
  }
  .main .location-section .locations .location .city-distance .city {
    float: left;
    font: 400 0.875em "lft-etica";
    color: #fff;
  }
  .main .location-section .locations .location .city-distance .distance {
    float: right;
    font: 600 0.875em "lft-etica";
    color: #fff;
  }
  .main .location-section .button-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  .main .location-section .button-wrapper .location-button {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 370px;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .main .location-section .button-wrapper .location-button:hover {
    background: #f9f9f9;
  }
  .main .location-section .button-wrapper .location-button span {
    position: relative;
    display: table;
    margin: 0 auto;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .location-section .button-wrapper .location-button span:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .best-price {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0;
    background: url("../img/best-price-bg.jpg") no-repeat;
    background-size: cover;
    min-height: 480px;
    overflow: hidden;
  }
  .main .best-price .title {
    font: 100 2.8125em "lft-etica";
    color: #fff;
    position: relative;
    display: block;
    margin: 0;
    /*text-align: center;*/
    width: 50%;
  }
  .main .best-price .left-part {
    position: relative;
    width: 50%;
    float: left;
    padding-top: 30px;
  }
  .main .best-price .left-part .text {
    font: 400 1.375em "lft-etica";
    color: #fff;
  }
  .main .best-price .left-part .button-wrapper {
    position: relative;
    width: 100%;
    float: left;
  }
  .main .best-price .left-part .button-wrapper .button {
    position: relative;
    display: block;
    float: left;
    margin-top: 15px;
    text-align: left;
    width: 270px;
    padding: 15px;
    border-radius: 2px;
    background: #fff;
  }
  .main .best-price .left-part .button-wrapper .button:hover {
    background: #f9f9f9;
  }
  .main .best-price .left-part .button-wrapper .button span {
    position: relative;
    display: table;
    margin: 0 auto;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .best-price .left-part .button-wrapper .button span:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 15px;
    right: 5px;
  }
  .main .best-price .right-part {
    position: relative;
    width: 50%;
    float: right;
  }
  .main .best-price .right-part .discount {
    position: absolute;
    /*background: url("../img/sprite.png") -74px -348px no-repeat;
    width: 547px;
    height: 547px;
    padding: 120px;*/
    background: url("../img/timer-7-paivaa-tai-ilmainen.png") no-repeat;
    width: 482px;
    height: 482px;
    top: -50px;
    right: -10px;
    font: 700 1.25em "lft-etica";
    color: #fff;
    text-align: center;
    /*@include rotate(25deg);*/
  }
  .main .best-price .right-part .discount span {
    font: 700 8em "lft-etica";
    color: #fff;
    position: relative;
    float: left;
    /*&:after{
      content: "%";
      color: #fff;
      font-size: 100px;
      position: absolute;
      top: 20px;
      right: -110px;
    }*/
  }
  .main .blog-posts {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #f9f9f9;
  }
  .main .blog-posts .title {
    font: 100 2.8125em "lft-etica";
    color: #333;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .main .blog-posts .posts {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 40px;
  }
  .main .blog-posts .posts .post {
    position: relative;
    width: 370px;
    height: 230px;
    float: left;
    padding: 40px 30px 40px 30px;
    background: #fff;
    margin-right: 30px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 0 0 2px 0;
  }
  .main .blog-posts .posts .post:last-child {
    margin-right: 0;
  }
  .main .blog-posts .posts .post a:hover .content {
    color: #ffa800;
  }
  .main .blog-posts .posts .post .content {
    font: 400 22px "lft-etica";
    color: #333;
  }
  .main .blog-posts .posts .post .date-social {
    position: absolute;
    bottom: 25px;
    left: 30px;
    width: 100%;
  }
  .main .blog-posts .posts .post .date-social .date {
    font: 400 13px "lft-etica";
    color: #999;
  }
  .main .blog-posts .posts .post .date-social .social {
    font: 400 13px "lft-etica";
    color: #ff8400;
  }
  .main .blog-posts .posts .post .date-social .social:hover {
    text-decoration: underline;
  }
  .main .blog-posts .posts .tw:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -938px no-repeat;
    width: 40px;
    height: 41px;
    top: -20px;
    left: 30px;
  }
  .main .blog-posts .posts .fb:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -50px -938px no-repeat;
    width: 40px;
    height: 41px;
    top: -20px;
    left: 30px;
  }
  .main .blog-posts .posts .blog:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -100px -938px no-repeat;
    width: 40px;
    height: 41px;
    top: -20px;
    left: 30px;
  }
  .main .blog-posts .button-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  .main .blog-posts .button-wrapper .blog-posts-button {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 370px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .main .blog-posts .button-wrapper .blog-posts-button:hover {
    background: #f9f9f9;
  }
  .main .blog-posts .button-wrapper .blog-posts-button span {
    position: relative;
    display: table;
    margin: 0 auto;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .blog-posts .button-wrapper .blog-posts-button span:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .price-rating-soc {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0;
  }
  .main .price-rating-soc .price {
    position: relative;
    width: 370px;
    height: 350px;
    float: left;
    background: #fff;
    margin-right: 30px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
  }
  .main .price-rating-soc .price .title {
    padding: 20px 30px 0;
    font: 400 1.75em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .price ul {
    position: relative;
    width: 100%;
    float: left;
  }
  .main .price-rating-soc .price ul li {
    position: relative;
    width: 100%;
    float: left;
    padding: 22px 30px;
    border-bottom: 1px solid #e5e5e5;
  }
  .main .price-rating-soc .price ul li:last-child {
    border-bottom: none;
  }
  .main .price-rating-soc .price ul li .left-part {
    position: relative;
    width: 70%;
    float: left;
  }
  .main .price-rating-soc .price ul li .left-part .product-title {
    font: 400 1.375em "lft-etica";
    color: #ff8400;
    position: relative;
    width: 100%;
    float: left;
  }
  .main .price-rating-soc .price ul li .left-part .description {
    font: 400 16px "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
  }
  .main .price-rating-soc .price ul li .right-part {
    position: relative;
    width: 30%;
    float: right;
  }
  .main .price-rating-soc .price ul li .right-part .product-price {
    font: 400 1.75em "lft-etica";
    color: #4d6598;
    position: relative;
    width: 100%;
    float: right;
    text-align: right;
  }
  .main .price-rating-soc .price ul li .right-part .product-description {
    font: 400 0.75em "lft-etica";
    color: #999;
    position: relative;
    width: 100%;
    float: right;
    text-align: right;
  }
  .main .price-rating-soc .rating {
    position: relative;
    width: 370px;
    height: 350px;
    float: left;
    background: #fff;
    margin-right: 30px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
  }
  .main .price-rating-soc .rating .title {
    padding: 25px 30px;
    font: 400 1.75em "lft-etica";
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1;
  }
  .main .price-rating-soc .rating .stars-wrapper {
    padding: 24px 99px;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 100%;
  }
  .main .price-rating-soc .rating .stars-wrapper .stars {
    height: 35px;
    margin: 0 auto;
    display: block;
    position: relative;
    width: 180px;
  }
  .main .price-rating-soc .rating .stars-wrapper .stars .star {
    background: url("../img/stars_big_average.png") no-repeat 0 0;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    position: relative;
  }
  .main .price-rating-soc .rating .stars-wrapper .stars .star.star.quarter-less {
    background: url("../img/stars_big_average.png") no-repeat -30px 0;
  }
  .main .price-rating-soc .rating .stars-wrapper .stars .star.half {
    background: url("../img/stars_big_average.png") no-repeat -60px 0;
  }
  .main .price-rating-soc .rating .stars-wrapper .stars .star.quarter-more {
    background: url("../img/stars_big_average.png") no-repeat -90px 0;
  }
  .main .price-rating-soc .rating .stars-wrapper .stars .star.full {
    background: url("../img/stars_big_average.png") no-repeat -120px 0;
  }
  .main .price-rating-soc .rating .stars-wrapper .stars .star:last-child {
    margin-right: 0;
  }
  .main .price-rating-soc .rating .rating-text {
    padding: 25px 30px;
    float: left;
    width: 100%;
  }
  .main .price-rating-soc .rating .rating-text .digits {
    font: 100 80px "lft-etica";
    color: #ff8400;
    position: relative;
    line-height: 1;
    width: 100%;
    float: left;
    text-align: center;
  }
  .main .price-rating-soc .rating .rating-text .link {
    position: relative;
    margin: 0 auto;
    display: table;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .rating .rating-text .link:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .price-rating-soc .soc {
    position: relative;
    width: 370px;
    height: 350px;
    float: left;
    background: #fff;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
  }
  .main .price-rating-soc .soc .title {
    padding: 25px 30px;
    font: 400 1.75em "lft-etica";
    color: #333;
    line-height: 1;
  }
  .main .price-rating-soc .soc .fb {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    padding: 18px 0 18px 110px;
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .soc .fb:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -160px -938px no-repeat;
    width: 60px;
    height: 61px;
    top: 0;
    left: 30px;
  }
  .main .price-rating-soc .soc .tw {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    padding: 18px 0 18px 110px;
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .soc .tw:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -231px -938px no-repeat;
    width: 60px;
    height: 61px;
    top: 0;
    left: 30px;
  }
  .main .price-rating-soc .soc .goo {
    position: relative;
    width: 100%;
    float: left;
    padding: 18px 0 18px 110px;
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .soc .goo:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -305px -938px no-repeat;
    width: 60px;
    height: 61px;
    top: 0;
    left: 30px;
  }
  .main .text-video-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #f9f9f9;
  }
  .main .text-video-area .title {
    font: 100 2.8125em "lft-etica";
    color: #333;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .main .text-video-area .recommend {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 60px;
  }
  .main .text-video-area .recommend .recommend-content {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider {
    height: 100%;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper {
    position: relative;
    width: 100%;
    float: left;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .left-part {
    position: relative;
    float: left;
    width: 50%;
    padding-right: 30px;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .left-part .title {
    font: 400 1.75em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: left;
    margin-bottom: 30px;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .left-part .description {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: left;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .right-part {
    position: relative;
    float: right;
    width: 50%;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .right-part .youtube-area {
    position: absolute;
    top: -99px;
    bottom: -99px;
    margin: auto;
    width: 570px;
    height: 320px;
    right: 0;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .right-part .youtube-area iframe {
    width: 100% !important;
    height: 100% !important;
  }
  .main .map {
    position: relative;
    width: 100%;
    float: left;
  }
  .main .map .map-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
  }
  .main .map #map5 {
    position: relative;
    float: left;
    width: 100% !important;
    height: 744px !important;
  }
  .main .content-block {
    padding: 20px 0 60px;
  }
  .main .content-block .left-part {
    background-color: #fff;
    width: 65.82%;
    float: left;
    position: relative;
    z-index: 5;
  }
  .main .content-block .left-part form {
    width: 100%;
    float: left;
  }
  .main .content-block .left-part form .gform_title {
    font: 700 1.5em "lft-etica";
    color: #333;
    text-transform: uppercase;
    margin-bottom: 25px;
    float: left;
  }
  .main .content-block .left-part form .gform_body {
    width: 100%;
    float: left;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) {
    width: 47.94%;
    height: 40px;
    margin-bottom: 30px;
    float: left;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea):nth-child(odd) {
    margin-right: 4.11%;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) input {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 5px 4%;
    float: left;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) input::-moz-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) input::-webkit-input-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) input:-ms-input-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li.textarea textarea {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 190px;
    border: 1px solid #ccc;
    padding: 10px 2%;
    margin-bottom: 30px;
    float: left;
  }
  .main .content-block .left-part form .gform_body li.textarea textarea::-moz-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li.textarea textarea::-webkit-input-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li.textarea textarea:-ms-input-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li.more {
    text-transform: uppercase;
    position: relative;
    height: auto;
    margin-bottom: 30px;
    float: left;
    cursor: pointer;
  }
  .main .content-block .left-part form .gform_body li.more li {
    width: auto;
    height: auto;
    float: left;
    position: relative;
    padding: 2px 0 0 28px;
    margin: 0;
  }
  .main .content-block .left-part form .gform_body li.more li:before {
    background: url("../img/sprite.png") no-repeat -356px -50px;
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
  }
  .main .content-block .left-part form .gform_body li.more li label {
    font-weight: 700;
    float: left;
  }
  .main .content-block .left-part form .gform_body li.more li input {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    margin: 0;
    cursor: pointer;
  }
  .main .content-block .left-part form .gform_footer input[type=submit] {
    background-color: #daa424;
    font: 700 1.125em "lft-etica";
    color: #fff;
    text-transform: uppercase;
    width: 43.83%;
    height: 50px;
    border-radius: 30px;
    border: none;
    float: left;
    cursor: pointer;
  }
  .main .content-block .left-part form .gform_footer input[type=submit]:hover {
    background-color: #c49420;
  }
  .main .content-block .left-part .share {
    width: 100%;
    padding-top: 30px;
    margin-top: 60px;
    border-top: 4px solid #e5e5e5;
    float: left;
  }
  .main .content-block .left-part .share-social {
    width: 40%;
    height: 22px;
    float: left;
  }
  .main .content-block .left-part .article-list {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    float: left;
  }
  .main .content-block .left-part .article-list article {
    width: 47.82%;
    margin-bottom: 30px;
    float: left;
  }
  .main .content-block .left-part .article-list article .thumb {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
  }
  .main .content-block .left-part .article-list article .thumb img {
    width: 100%;
    height: 100%;
    float: left;
  }
  .main .content-block .left-part .article-list article a {
    color: #333;
  }
  .main .content-block .left-part .article-list article a h5 {
    width: 100%;
    font-weight: 400;
    font-size: 1.375em;
    line-height: 1.2;
    position: relative;
    margin-bottom: 8px;
    float: left;
  }
  .main .content-block .left-part .article-list article .details {
    float: left;
    width: 100%;
  }
  .main .content-block .left-part .article-list article .details time {
    font: 400 0.875em "lft-etica";
    color: #999999;
    position: relative;
    float: left;
  }
  .main .content-block .left-part .article-list article .details a {
    font: 400 0.875em "lft-etica";
    color: #ff8400;
    text-decoration: none;
    margin: 0 5px;
    float: left;
  }
  .main .content-block .left-part .article-list article .details a:hover {
    text-decoration: underline;
  }
  .main .content-block .left-part .article-list article p {
    line-height: 1.3;
    margin-bottom: 18px;
    float: left;
    width: 100%;
  }
  .main .content-block .left-part .article-list article .article-link {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    float: left;
  }
  .main .content-block .left-part .article-list article .article-link:after {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
  }
  .main .content-block .left-part .article-list article .article-link:hover {
    color: #ff8a0c;
  }
  .main .content-block .left-part .article-list article:first-child {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
  }
  .main .content-block .left-part .article-list article:first-child .thumb {
    height: 500px;
    margin-bottom: 30px;
  }
  .main .content-block .left-part .article-list article:first-child h2 {
    font: 300 2.8125em "lft-etica";
    color: #333;
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 100%;
  }
  .main .content-block .left-part .article-list article:first-child .details {
    margin-bottom: 20px;
  }
  .main .content-block .left-part .article-list article:nth-child(2n + 2) {
    margin-right: 4.3%;
  }
  .main .content-block .left-part .search-taxonomy-author article:nth-child(2n + 2) {
    margin-right: 0;
  }
  .main .content-block .left-part .search-taxonomy-author article:nth-child(2n - 1) {
    margin-right: 4.3%;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child {
    width: 47.82%;
    margin-bottom: 30px;
    float: left;
    border-bottom: none;
    padding-bottom: 0;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child .thumb {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child .thumb img {
    width: 100%;
    height: 100%;
    float: left;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child a {
    color: #333;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child a h5 {
    width: 100%;
    font-weight: 400;
    font-size: 1.375em;
    line-height: 1.2;
    position: relative;
    margin-bottom: 8px;
    float: left;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child .details {
    float: left;
    width: 100%;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child .details time {
    font: 400 0.875em "lft-etica";
    color: #999999;
    position: relative;
    float: left;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child .details a {
    font: 400 0.875em "lft-etica";
    color: #ff8400;
    text-decoration: none;
    margin: 0 5px;
    float: left;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child .details a:hover {
    text-decoration: underline;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child p {
    line-height: 1.3;
    margin-bottom: 18px;
    float: left;
    width: 100%;
  }
  .main .content-block .left-part .show-more {
    background-color: #fff;
    width: 47.82%;
    height: 50px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
    border-radius: 3px;
    float: left;
    cursor: pointer;
  }
  .main .content-block .left-part .show-more:hover {
    background-color: #f9f9f9;
  }
  .main .content-block .left-part .show-more span {
    font: 600 16px "lft-etica";
    color: #333;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    display: table;
  }
  .main .content-block .left-part .show-more span:before {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 2px;
    left: -20px;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .main .content-block .left-part .article-content {
    width: 100%;
    margin-bottom: 30px;
    float: left;
  }
  .main .content-block .left-part .article-content .thumb {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
  }
  .main .content-block .left-part .article-content .thumb img {
    width: auto;
    height: 100%;
    float: left;
  }
  .main .content-block .left-part .article-content h1 {
    font: 300 2.8125em "lft-etica";
    color: #333;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    float: left;
  }
  .main .content-block .left-part .article-content .details {
    margin-bottom: 10px;
    float: left;
    width: 100%;
  }
  .main .content-block .left-part .article-content .details time {
    font: 400 0.875em "lft-etica";
    color: #999999;
    position: relative;
    float: left;
  }
  .main .content-block .left-part .article-content .details a {
    font: 400 0.875em "lft-etica";
    color: #ff8400;
    text-decoration: none;
    margin: 0 5px;
    float: left;
  }
  .main .content-block .left-part .article-content .details a:hover {
    text-decoration: underline;
  }
  .main .content-block .left-part .article-content .text {
    width: 100%;
    float: left;
  }
  .main .content-block .left-part .article-content .text h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .article-content .text h3 {
    font-size: 1.75em;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .article-content .text h4 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .article-content .text h5 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .article-content .text p {
    line-height: 1.3;
    margin-bottom: 18px;
  }
  .main .content-block .left-part .article-content .text ul {
    margin-bottom: 18px;
  }
  .main .content-block .left-part .article-content .text ul li {
    list-style: none;
    padding-left: 16px;
    position: relative;
  }
  .main .content-block .left-part .article-content .text ul li:before {
    width: 4px;
    height: 4px;
    content: '';
    position: absolute;
    border-radius: 100%;
    background-color: #1c1e25;
    display: block;
    top: 5px;
    left: 2px;
  }
  .main .content-block .left-part .article-content .text ol {
    counter-reset: item;
    margin-bottom: 18px;
  }
  .main .content-block .left-part .article-content .text ol li {
    list-style: none;
    padding-left: 16px;
    position: relative;
  }
  .main .content-block .left-part .article-content .text ol li:before {
    width: 4px;
    height: 4px;
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  .main .content-block .left-part .author-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 50px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .left-part .author-area .img-wrapper {
    position: relative;
    float: left;
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin-right: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
  .main .content-block .left-part .author-area .img-wrapper img {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }
  .main .content-block .left-part .author-area .author-content {
    position: relative;
    width: 485px;
    float: left;
  }
  .main .content-block .left-part .author-area .author-content .author {
    position: relative;
    width: 100%;
    float: left;
    font: 400 1.75em "lft-etica";
    color: #333;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .author-area .author-content .specialization {
    position: relative;
    width: 100%;
    float: left;
    font: 400 1em "lft-etica";
    color: #999999;
    font-style: italic;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .author-area .author-content .description {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
  }
  .main .content-block .left-part .author-area .socials {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
  }
  .main .content-block .left-part .author-area .socials .in {
    position: absolute;
    background: url("../img/sprite.png") -64px 0 no-repeat;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
  }
  .main .content-block .left-part .author-area .socials .twitter {
    position: absolute;
    background: url("../img/sprite.png") 0px -794px no-repeat;
    width: 24px;
    height: 24px;
    top: 0;
    right: 90px;
  }
  .main .content-block .left-part .author-area .socials .facebook {
    position: absolute;
    background: url("../img/sprite.png") 0 -761px no-repeat;
    width: 24px;
    height: 24px;
    top: 0;
    right: 60px;
  }
  .main .content-block .left-part .author-area .socials .google {
    position: absolute;
    background: url("../img/sprite.png") 0 -830px no-repeat;
    width: 24px;
    height: 24px;
    top: 0;
    right: 30px;
  }
  .main .content-block .left-part .comments-block {
    background-color: #fff;
    width: 100%;
    position: relative;
    padding-top: 35px;
    float: left;
    z-index: 5;
  }
  .main .content-block .left-part .comments-block .comment-title {
    font: 300 2.8125em "lft-etica";
    color: #333;
    margin-bottom: 25px;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-title span {
    color: #ff8400;
  }
  .main .content-block .left-part .comments-block .comment-list {
    width: 100%;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item {
    background-color: #f4f4f4;
    width: 100%;
    padding: 4.35%;
    margin-bottom: 30px;
    border: 1px solid #e3e3e3;
    position: relative;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 19px 11px 0;
    border-color: transparent #f5f5f5 transparent transparent;
    content: '';
    position: absolute;
    bottom: -11px;
    left: 5%;
    z-index: 2;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 12px 0;
    border-color: transparent #e3e3e3 transparent transparent;
    content: '';
    position: absolute;
    bottom: -13px;
    left: 5%;
    z-index: 1;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item h3 {
    font: 400 1.375em "lft-etica";
    color: #333;
    margin-bottom: 8px;
    float: left;
    width: 100%;
    clear: both;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item time {
    width: 100%;
    font: 400 0.8125em "lft-etica";
    color: #999999;
    margin-bottom: 12px;
    position: relative;
    float: left;
    clear: both;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item p {
    width: 100%;
    color: #333;
    line-height: 1.3;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form {
    width: 100%;
    float: left;
    padding: 4.35%;
    background-color: #f4f4f4;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-title {
    font: 400 1.75em "lft-etica";
    color: #333;
    margin-bottom: 25px;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form .form-submit {
    display: none;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input {
    width: 100%;
    padding-top: 10px;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input input {
    font: 400 1em "lft-etica";
    color: #333;
    width: 48.3%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 2%;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input input::-moz-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input input::-webkit-input-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input input:-ms-input-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input input[type="email"] {
    float: right;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input textarea {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 190px;
    margin: 30px 0;
    padding: 10px 2%;
    border: 1px solid #ccc;
    resize: none;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input textarea::-moz-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input textarea::-webkit-input-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input textarea:-ms-input-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input button[type=submit] {
    background-color: #fff;
    width: 47.82%;
    height: 50px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
    border-radius: 3px;
    float: left;
    cursor: pointer;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input button[type=submit] span {
    font: 600 16px "lft-etica";
    color: #333;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    display: table;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input button[type=submit] span:before {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 4px;
    right: -20px;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input button[type=submit]:hover {
    background-color: #f9f9f9;
  }
  .main .content-block .sidebar {
    width: 31.63%;
    float: right;
    position: relative;
    z-index: 5;
  }
  .main .content-block .sidebar > div {
    background-color: #fff;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    float: left;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
    position: relative;
    z-index: 5;
  }
  .main .content-block .sidebar > div h3 {
    font: 400 1.75em "lft-etica";
    color: #333;
    width: 100%;
    margin-bottom: 25px;
  }
  .main .content-block .sidebar .search {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .sidebar .search form {
    position: relative;
  }
  .main .content-block .sidebar .search form input[type="text"] {
    color: #333;
    width: 100%;
    height: 40px;
    border: 1px solid #e3e3e3;
    padding: 10px 3%;
    position: relative;
    z-index: 1;
    float: left;
  }
  .main .content-block .sidebar .search form input[type="text"]::-moz-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .search form input[type="text"]::-webkit-input-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .search form input[type="text"]:-ms-input-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .search form button[type=submit] {
    background-color: #ff8400;
    width: 13.8%;
    height: 40px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
  }
  .main .content-block .sidebar .search form button[type=submit]:before {
    background: url("../img/sprite.png") no-repeat -20px 0;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: 12px;
    right: 13px;
    z-index: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .main .content-block .sidebar .search form button[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #ff8400;
  }
  .main .content-block .sidebar .search form button[type=submit]:hover:before {
    background: url("../img/sprite.png") no-repeat -41px 0;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: 12px;
    right: 13px;
    z-index: 1;
  }
  .main .content-block .sidebar .categories-list {
    padding: 30px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .sidebar .categories-list li {
    width: 100%;
    float: left;
  }
  .main .content-block .sidebar .categories-list li a {
    font: 400 1.125em "lft-etica";
    color: #333;
    position: relative;
    background-color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 0 0 20px 20px;
    float: left;
  }
  .main .content-block .sidebar .categories-list li a:hover {
    color: #ff8400;
  }
  .main .content-block .sidebar .categories-list li a:before {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
  }
  .main .content-block .sidebar .categories-list li:last-child a {
    padding: 0 0 0 20px;
  }
  .main .content-block .sidebar .social-link-blog {
    background-color: #f9f9f9;
  }
  .main .content-block .sidebar .social-link-blog .soc-link {
    background-color: #f9f9f9;
  }
  .main .content-block .sidebar .social-link-blog .soc-link li {
    margin: 20px 0;
    background: url(../img/icon-social.png) no-repeat;
    height: 40px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link li:first-child {
    margin-top: 0;
  }
  .main .content-block .sidebar .social-link-blog .soc-link li:last-child {
    margin-bottom: 0;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lyt {
    background-position: 0 5px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lfb {
    background-position: 0 -45px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lin {
    background-position: 0 -95px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .ltw {
    background-position: 0 -145px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lrs {
    background-position: 0 -195px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lgl {
    background-position: 0 -245px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lem {
    background-position: 0 -300px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .main .content-block .sidebar .social-link-blog .soc-link a {
    display: block;
    font: 400 0.9em "lft-etica";
    color: #333;
    padding: 10px 0px 10px 50px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link a:hover {
    color: #ff8400;
  }
  .main .content-block .sidebar .subscribe {
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .sidebar .subscribe .gform_title {
    color: #333;
  }
  .main .content-block .sidebar .subscribe .gform_description {
    color: #333;
    float: left;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .main .content-block .sidebar .subscribe .medium {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 38px;
    padding: 4px 4%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
  }
  .main .content-block .sidebar .subscribe .medium::-moz-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .subscribe .medium::-webkit-input-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .subscribe .medium:-ms-input-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .subscribe .gform_footer {
    position: relative;
    width: 170px;
    float: left;
  }
  .main .content-block .sidebar .subscribe .gform_footer:after {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 18px;
    right: 40px;
  }
  .main .content-block .sidebar .subscribe .gform_footer input[type=submit] {
    font: 600 1em "lft-etica";
    color: #333;
    background-color: #fff;
    width: 100%;
    height: 50px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
    border-radius: 3px;
    float: left;
    cursor: pointer;
  }
  .main .content-block .sidebar .subscribe .gform_footer input[type=submit]:hover {
    background-color: #f9f9f9;
  }
  .main .blog-price-rating-soc {
    background: #f9f9f9;
  }

  /* Price list page */
  .price-list .text-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0;
  }
  .price-list .text-area #mySelect {
    display: none;
  }
  .price-list .text-area table {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-collapse: separate;
    /*display: none;*/
  }
  .price-list .text-area table tr:hover {
    background: #edfbff !important;
  }
  .price-list .text-area table tr:first-child td {
    font: 400 1.375em "lft-etica";
    color: #333;
    background: #f9f9f9;
  }
  .price-list .text-area table tr:first-child td img {
    position: absolute;
    margin: auto;
    top: -9px;
    bottom: -9px;
    right: 20px;
  }
  .price-list .text-area table tr:nth-of-type(2n) {
    background: #f9f9f9;
  }
  .price-list .text-area table tr:nth-of-type(2) td {
    background: #4d6598;
    font: 700 1em "lft-etica";
    color: #fff;
  }
  .price-list .text-area table tr:nth-of-type(2) td:first-child {
    color: #fff;
  }
  .price-list .text-area table tr td {
    position: relative;
    font: 400 1em "lft-etica";
    color: #333;
    padding: 20px;
    border: 1px solid #d7d7d7;
  }
  .price-list .text-area table tr td:first-child {
    font: 700 1em "lft-etica";
    color: #333;
  }
  .price-list .text-area .water-expose {
    position: relative;
    width: 570px;
    float: left;
    border: 1px solid #d7d7d7;
    display: none;
  }
  .price-list .text-area .water-expose .title {
    font: 400 1.375em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    padding: 20px;
    float: left;
    background: #f9f9f9;
    border-bottom: 2px solid #d7d7d7;
  }
  .price-list .text-area .water-expose .description {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    width: 438px;
    padding: 20px;
    float: left;
    border-right: 1px solid #d7d7d7;
  }
  .price-list .text-area .water-expose .price {
    position: relative;
    width: 130px;
    float: left;
    padding: 20px;
    display: table;
  }
  .price-list .text-area .water-expose .price span {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .price-list .discount-sidebar {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #f9f9f9;
  }
  .price-list .discount-sidebar .left-part {
    position: relative;
    width: 770px;
    float: left;
    height: 150px;
    margin-right: 30px;
    background: #fff;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
    padding: 40px 50px;
  }
  .price-list .discount-sidebar .left-part:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -375px -30px no-repeat;
    width: 132px;
    height: 130px;
    bottom: 0;
    right: 70px;
  }
  .price-list .discount-sidebar .left-part:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -694px -107px no-repeat;
    width: 70px;
    height: 64px;
    bottom: 40px;
    right: 250px;
  }
  .price-list .discount-sidebar .left-part .title {
    position: relative;
    width: 370px;
    float: left;
    font: 400 1.75em "lft-etica";
    color: #333;
  }
  .price-list .discount-sidebar .right-part {
    position: relative;
    width: 370px;
    float: left;
    height: 150px;
    background: #fff;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
    padding: 25px 40px;
    overflow: hidden;
  }
  .price-list .discount-sidebar .right-part:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -75px -42px no-repeat;
    width: 100px;
    height: 150px;
    bottom: -20px;
    right: 20px;
  }
  .price-list .discount-sidebar .right-part a {
    color: #ffa800;
  }
  .price-list .discount-sidebar .right-part .title {
    position: relative;
    margin-top: 5px;
    width: 180px;
    float: left;
    font: 400 18px "lft-etica";
    color: #333;
  }
  .price-list .discount-sidebar .right-part .sticker {
    position: absolute;
    background: url("../img/sprite.png") -186px -43px no-repeat;
    width: 81px;
    height: 81px;
    bottom: 35px;
    right: 60px;
    padding: 34px 20px 20px 23px;
    font: 700 1em "lft-etica";
    text-transform: uppercase;
    color: #fff;
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .price-list .price-rating-soc {
    background: #f9f9f9;
  }

  /* Location page */
  .location-template {
    position: relative;
    width: 100%;
    float: left;
  }
  .location-template .location-section {
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
    background: #fff;
  }
  .location-template .location-section .title {
    position: relative;
    display: block;
    margin: 0 auto 10px;
    width: 595px;
    padding-left: 65px;
    text-align: left;
    font: 100 2.8125em "lft-etica";
    color: #333;
  }
  .location-template .location-section .title:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -299px no-repeat;
    width: 49px;
    height: 78px;
    bottom: -30px;
    left: 0;
  }
  .location-template .location-section .description {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 595px;
    padding-left: 65px;
    font: 400 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .locations {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 40px;
  }
  .location-template .location-section .locations .location {
    position: relative;
    width: 270px;
    height: 270px;
    float: left;
    margin-right: 30px;
  }
  .location-template .location-section .locations .location:last-child {
    margin-right: 0;
  }
  .location-template .location-section .locations .location #map1 {
    position: relative;
    float: left;
    width: 100%;
    height: 220px;
  }
  .location-template .location-section .locations .location #map2 {
    position: relative;
    float: left;
    width: 100%;
    height: 220px;
  }
  .location-template .location-section .locations .location #map3 {
    position: relative;
    float: left;
    width: 100%;
    height: 220px;
  }
  .location-template .location-section .locations .location #map4 {
    position: relative;
    float: left;
    width: 100%;
    height: 220px;
  }
  .location-template .location-section .locations .location .city-distance {
    position: relative;
    float: left;
    width: 100%;
    padding: 16px 20px;
    background: #4d6598;
  }
  .location-template .location-section .locations .location .city-distance .city {
    float: left;
    font: 400 0.875em "lft-etica";
    color: #fff;
  }
  .location-template .location-section .locations .location .city-distance .distance {
    float: right;
    font: 600 0.875em "lft-etica";
    color: #fff;
  }
  .location-template .location-section .search-location {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 0 30px;
  }
  .location-template .location-section .search-location .search-title {
    position: relative;
    margin: 0 auto 25px;
    display: block;
    width: 570px;
    text-align: center;
    font: 400 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 570px;
    /* Firefox 19+ */
    /* Firefox 18- */
  }
  .location-template .location-section .search-location .search input[type="text"] {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 14px 18px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    float: left;
  }
  .location-template .location-section .search-location .search input[type="text"]::-webkit-input-placeholder {
    font: 500 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search input[type="text"]::-moz-placeholder {
    font: 500 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search input[type="text"]:-moz-placeholder {
    font: 500 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search input[type="text"]:-ms-input-placeholder {
    font: 500 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search button[type=submit] {
    width: 55px;
    height: 50px;
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
  }
  .location-template .location-section .search-location .search button[type=submit]:before {
    background: url("../img/sprite.png") no-repeat -220px 0;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .location-template .location-map {
    position: relative;
    width: 100%;
    float: left;
  }
  .location-template .location-map .map-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: transparent;
  }
  .location-template .location-map #map5 {
    width: 100% !important;
    height: 100% !important;
  }
  .location-template .location-map img {
    width: 100%;
    height: auto;
    float: left;
  }
  .location-template .locations-list {
    position: relative;
    width: 100%;
    padding: 40px 0;
    float: left;
  }
  .location-template .locations-list .title {
    font: 100 2.8125em "lft-etica";
    color: #333;
    position: relative;
    margin: 0 auto 30px;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
  }
  .location-template .locations-list .locations {
    position: relative;
    width: 100%;
    float: left;
  }
  .location-template .locations-list .locations .city {
    position: relative;
    width: 270px;
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
  }
  .location-template .locations-list .locations .city span {
    position: relative;
    float: left;
    font: 400 1.25em "lft-etica";
    color: #ff8400;
  }
  .location-template .locations-list .locations .city span:after {
    content: "\bb";
    position: absolute;
    top: 0;
    right: -15px;
  }
  .location-template .locations-list .locations .city:nth-of-type(4n) {
    margin-right: 0;
  }
  .location-template .price-rating-soc {
    background: #f9f9f9;
  }

  /* Single location page */
  .single-location {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0 0;
  }
  .single-location .link-back {
    font: 600 1em "lft-etica";
    color: #333;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
    margin-left: 30px;
  }
  .single-location .link-back:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -1px -657px no-repeat;
    width: 15px;
    height: 15px;
    top: 2px;
    left: -20px;
  }
  .single-location .title-single-location {
    font: 100 2.8125em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
  }
  .single-location .location-info {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 40px;
  }
  .single-location .location-info .left-part {
    position: relative;
    width: 670px;
    margin-right: 30px;
    float: left;
  }
  .single-location .location-info .left-part .tel {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .single-location .location-info .left-part .tel:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -550px no-repeat;
    width: 30px;
    height: 30px;
    top: 2px;
    left: 0;
  }
  .single-location .location-info .left-part .tel .number {
    font: 400 1.75em "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .tel .price {
    font: 400 14px "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .email {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .single-location .location-info .left-part .email:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -588px no-repeat;
    width: 30px;
    height: 24px;
    top: 7px;
    left: 0;
  }
  .single-location .location-info .left-part .email span {
    font: 400 1.75em "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .time {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-left: 40px;
  }
  .single-location .location-info .left-part .time:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -618px no-repeat;
    width: 30px;
    height: 30px;
    top: 2px;
    left: 0;
  }
  .single-location .location-info .left-part .time span {
    font: 400 1.75em "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .text-area {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .text-area h1, .single-location .location-info .left-part .text-area h2, .single-location .location-info .left-part .text-area h3, .single-location .location-info .left-part .text-area h4, .single-location .location-info .left-part .text-area h5, .single-location .location-info .left-part .text-area h6 {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    padding-left: 18px;
  }
  .single-location .location-info .left-part .text-area h1:before, .single-location .location-info .left-part .text-area h2:before, .single-location .location-info .left-part .text-area h3:before, .single-location .location-info .left-part .text-area h4:before, .single-location .location-info .left-part .text-area h5:before, .single-location .location-info .left-part .text-area h6:before {
    content: "\bb";
    font: 400 27px "lft-etica";
    color: #ff8400;
    position: absolute;
    /*bottom: 0;*/
    left: 0;
  }
  .single-location .location-info .left-part .location-form {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 2px;
    padding: 30px;
    background: #f9f9f9;
  }
  .single-location .location-info .left-part .location-form .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }
  .single-location .location-info .left-part .location-form .gform_heading .gform_title {
    font: 400 1.75em "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .location-form .gform_body {
    position: relative;
    float: left;
    width: 100%;
  }
  .single-location .location-info .left-part .location-form .gform_body li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    /* Firefox 19+ */
    /* Firefox 18- */
  }
  .single-location .location-info .left-part .location-form .gform_body li input {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-location .location-info .left-part .location-form .gform_body li .medium::-webkit-input-placeholder {
    font: 500 1em "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .location-form .gform_body li .medium::-moz-placeholder {
    font: 500 1em "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .location-form .gform_body li .medium:-moz-placeholder {
    font: 500 1em "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .location-form .gform_body li .medium:-ms-input-placeholder {
    font: 500 1em "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .location-form .gform_body li textarea {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-location .location-info .left-part .location-form .gform_body li:nth-of-type(1) {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 295px;
  }
  .single-location .location-info .left-part .location-form .gform_body li:nth-of-type(2) {
    position: relative;
    float: left;
    width: 295px;
  }
  .single-location .location-info .left-part .location-form .gform_footer {
    position: relative;
    float: left;
    width: 100%;
  }
  .single-location .location-info .left-part .location-form .gform_footer:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 180px;
  }
  .single-location .location-info .left-part .location-form .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 295px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .single-location .location-info .left-part .location-form .gform_footer .gform_button:hover {
    background: #f9f9f9;
  }
  .single-location .location-info .left-part .under-text {
    position: relative;
    margin-top: 20px;
    float: left;
    width: 100%;
  }
  .single-location .location-info .right-part {
    position: relative;
    width: 470px;
    float: left;
  }
  .single-location .location-info .right-part .img-wrapper {
    position: relative;
    width: 100%;
    float: left;
    height: 300px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .single-location .location-info .right-part .img-wrapper img {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
  }
  .single-location .location-info .right-part-second {
    position: relative;
    width: 470px;
    float: left;
  }
  .single-location .location-info .right-part-second .map {
    position: relative;
    width: 100%;
    float: left;
  }
  .single-location .location-info .right-part-second .map iframe {
    position: relative;
    width: 100% !important;
    height: 420px !important;
    float: left;
  }
  .single-location .location-info .right-part-second .map .title-distance {
    position: relative;
    width: 100%;
    float: left;
    background: #4d6598;
    padding: 20px;
  }
  .single-location .location-info .right-part-second .map .title-distance .title-map {
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
    font: 400 14px "lft-etica";
    color: #fff;
  }
  .single-location .location-info .right-part-second .map .title-distance .distance {
    position: relative;
    width: 50%;
    float: right;
    text-align: right;
    font: 600 14px "lft-etica";
    color: #fff;
  }
  .single-location .price-rating-soc {
    background: #f9f9f9;
  }

  /* FAQ page */
  .faq {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0 0;
  }
  .faq .title-faq {
    font: 100 2.8125em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
  }
  .faq .description-faq {
    font: 500 1.375em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
  }
  .faq .select-share {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .faq .select-share .selected {
    position: relative;
    width: 50%;
    float: left;
  }
  .faq .select-share .selected .select-title {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
  }
  .faq .select-share .selected .selected-wrapper {
    position: relative;
    float: left;
    width: 165px;
  }
  .faq .select-share .selected .selected-wrapper:before {
    background-color: #fff;
    border-radius: 0;
    width: 37px;
    height: 37px;
    content: '';
    position: absolute;
    top: inherit;
    bottom: 1px !important;
    left: inherit;
    right: 2px !important;
    pointer-events: none;
    z-index: 1;
    display: block;
  }
  .faq .select-share .selected .selected-wrapper:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #666666 transparent transparent transparent;
    content: '';
    position: absolute;
    bottom: 17px;
    right: 17px;
    pointer-events: none;
    z-index: 1;
    display: block;
  }
  .faq .select-share .selected .selected-wrapper select {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 9px 10px;
    position: relative;
    float: left;
    text-transform: capitalize;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .faq .select-share .share-buttons {
    position: relative;
    width: 50%;
    float: right;
    height: 20px;
    margin-top: 10px;
  }
  .faq .select-share .share-buttons .share421init #share42 {
    position: relative;
    float: right;
  }
  .faq .select-share .share-buttons .share421init .share42-item:nth-of-type(1) a {
    background: url("../img/sprite.png") -702px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .faq .select-share .share-buttons .share421init .share42-item:nth-of-type(2) a {
    background: url("../img/sprite.png") -793px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 60px !important;
    height: 20px !important;
  }
  .faq .select-share .share-buttons .share421init .share42-item:nth-of-type(3) a {
    background: url("../img/sprite.png") -891px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .faq .select-share .share-buttons .share421init .share42-item .share42-counter {
    padding: 0 8px 0 5px !important;
    background-position: 100% 100% !important;
    height: 20px !important;
    font: 14px/20px "lft-etica";
    background-size: cover;
  }
  .faq .select-share .share-buttons .share421init .share42-item .share42-counter:before {
    background-position: 0 60% !important;
    left: -6px !important;
    width: 5px !important;
  }
  .faq .faq-list {
    position: relative;
    width: 100%;
    float: left;
  }
  .faq .faq-list .brand-info {
    display: none;
    position: relative;
    width: 100%;
    float: left;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  .faq .faq-list .brand-info .brand-title {
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 40px;
    font: 400 1.75em "lft-etica";
    color: #333;
  }
  .faq .faq-list .brand-info .brand-faq {
    position: relative;
    font: 400 1em "lft-etica";
    color: #333;
    width: 570px;
    height: 130px;
    padding: 40px 30px 30px 30px;
    background: #f9f9f9;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
    margin-right: 30px;
    margin-bottom: 48px;
    float: left;
  }
  .faq .faq-list .brand-info .brand-faq:before {
    width: 40px;
    height: 41px;
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1px -688px no-repeat;
    top: -20px;
    left: 30px;
    z-index: 1;
  }
  .faq .faq-list .brand-info .brand-faq:nth-of-type(2n) {
    margin-right: 0;
  }
  .faq .faq-list .active {
    display: block;
  }
  .faq .price-rating-soc {
    background: #f9f9f9;
  }

  /* FAQ single page */
  .single-faq {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0 0;
  }
  .single-faq .title-faq {
    font: 100 2.8125em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
  }
  .single-faq .description-faq {
    font: 500 1.375em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
  }
  .single-faq .back-share {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .single-faq .back-share .link-back {
    font: 600 1em "lft-etica";
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-left: 30px;
  }
  .single-faq .back-share .link-back:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -1px -657px no-repeat;
    width: 15px;
    height: 15px;
    top: 2px;
    left: -20px;
  }
  .single-faq .back-share .share-buttons {
    position: relative;
    width: 50%;
    float: right;
    height: 20px;
  }
  .single-faq .back-share .share-buttons .share421init #share42 {
    position: relative;
    float: right;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item:nth-of-type(1) a {
    background: url("../img/sprite.png") -702px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item:nth-of-type(2) a {
    background: url("../img/sprite.png") -793px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 60px !important;
    height: 20px !important;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item:nth-of-type(3) a {
    background: url("../img/sprite.png") -891px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item .share42-counter {
    padding: 0 8px 0 5px !important;
    background-position: 100% 100% !important;
    height: 20px !important;
    font: 14px/20px "lft-etica";
    background-size: cover;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item .share42-counter:before {
    background-position: 0 60% !important;
    left: -6px !important;
    width: 5px !important;
  }
  .single-faq .faq-question {
    position: relative;
    width: 100%;
    float: left;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 60px;
  }
  .single-faq .faq-question .left-part {
    position: relative;
    width: 670px;
    float: left;
    margin-right: 30px;
  }
  .single-faq .faq-question .left-part .faq-title {
    position: relative;
    width: 100%;
    float: left;
    font: 400 1.75em "lft-etica";
    color: #333;
    margin-bottom: 30px;
  }
  .single-faq .faq-question .left-part .text-area {
    position: relative;
    width: 100%;
    float: left;
    font: 400 1em "lft-etica";
    color: #333;
    padding-bottom: 70px;
  }
  .single-faq .faq-question .left-part .text-area #snippet-box {
    border: 0 !important;
    width: 100% !important;
  }
  .single-faq .faq-question .left-part .text-area #snippet-box .star-rating-control a {
    transition: none !important;
  }
  .single-faq .faq-question .left-part .text-area #snippet-box .snippet-title {
    font: 400 1.375em "lft-etica";
    color: #333;
    background: #f9f9f9 !important;
    width: 100% !important;
    padding: 15px 20px !important;
    border-radius: 2px !important;
    border-bottom: 2px solid #e5e5e5 !important;
  }
  .single-faq .faq-question .left-part .text-area #snippet-box .aio-info {
    display: none !important;
  }
  .single-faq .faq-question .right-part {
    position: relative;
    width: 470px;
    float: right;
  }
  .single-faq .faq-question .right-part .img-wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 330px;
    height: 470px;
    overflow: hidden;
  }
  .single-faq .faq-question .right-part .img-wrapper img {
    position: relative;
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .single-faq .price-rating-soc {
    background: #f9f9f9;
  }

  /* Competition page */
  #competition {
    width: 700px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    overflow: hidden;
    margin: 60px auto;
  }
  #competition .main-form-wrapper {
    margin: 0 auto;
  }
  #competition .main-form-wrapper .gform_footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 30px 30px 30px;
    background: #f9f9f9;
  }
  #competition .main-form-wrapper .gform_body {
    padding: 30px 30px 0 30px;
  }
  #competition .main-form-wrapper .gform_body li {
    margin-right: 55px;
    width: 45%;
  }
  #competition .main-form-wrapper .gform_body li:nth-child(even) {
    margin-right: 0px;
  }
  #competition .main-form-wrapper .gform_body:after {
    display: none;
  }
  #competition .main-form-wrapper .gform_heading {
    padding: 30px 30px 0px 30px;
    background: #f9f9f9;
    font-size: 20px;
  }
  #competition .topblock {
    width: 700px;
    height: 473px;
    background: url("../img/comtopbg.jpg") no-repeat;
    border-bottom: 1px solid #d7d7d7;
    float: left;
    background-size: 100%;
  }
  #competition .topblock .pads {
    margin-left: 23px;
    margin-top: 20px;
  }
  #competition .topblock .toptxt {
    color: #4d6598;
    font-size: 20px;
    font-family: "lft-etica";
  }
  #competition .topblock .the_timer {
    width: 100%;
    float: left;
    margin-top: 15px;
  }
  #competition .topblock .the_timer .dt {
    font-size: 18px;
    color: #4f5869;
    font-family: "lft-etica";
    margin-bottom: 8px !important;
  }
  #competition .topblock .the_timer .timebox {
    width: 130px;
    float: left;
    margin-right: 20px;
  }
  #competition .topblock .the_timer .timebox .numbox {
    width: 60px;
    height: 71px;
    background: url("../img/timebox.png") no-repeat;
    position: relative;
    float: left;
    margin-right: 4px;
  }
  #competition .topblock .the_timer .timebox .numbox p {
    font-size: 60px;
    font-weight: bold;
    color: #4f5869;
    font-family: Arial;
    padding-top: 24px;
  }
  #competition .topblock .the_timer .timebox .numbox .linemid {
    position: absolute;
    left: 0;
  }
  #competition .topblock .the_timer .timebox .numbox h1 {
    font-family: "lft-etica";
    font-size: 48px;
    color: #4d6598;
    margin-top: 20px;
    float: left;
    line-height: 50px;
  }
  #competition .topblock .the_timer .timebox .numbox .bottomtxt {
    font-size: 24px;
    color: #4f5869;
    font-family: "lft-etica";
    width: 100%;
    float: left;
    margin-top: 20px;
  }

  /* Single page */
  .single-page {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0 0;
  }
  .single-page .title-single-page {
    font: 100 2.8125em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
  }
  .single-page .single-page-content {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 40px;
  }
  .single-page .some-form-wrapper {
    position: relative;
    margin: 20px auto;
    display: table;
    width: 100%;
    border-radius: 2px;
  }
  .single-page .some-form-wrapper form {
    position: relative;
    display: block;
    float: left;
  }
  .single-page .some-form-wrapper .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }
  .single-page .some-form-wrapper .gform_heading .gform_title {
    font: 100 45px "lft-etica";
    color: #333;
    text-align: center;
  }
  .single-page .some-form-wrapper .gform_heading .gform_description {
    font: 400 18px "lft-etica";
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 70%;
    display: table;
  }
  .single-page .some-form-wrapper .gform_body {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 300px 0 30px;
    background: #f9f9f9;
  }
  .single-page .some-form-wrapper .gform_body:after {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1046px -14px no-repeat;
    width: 317px;
    height: 400px;
    right: -50px;
    top: -30px;
    z-index: 3;
  }
  .single-page .some-form-wrapper .gform_body li {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 405px;
    margin-bottom: 20px;
    padding: 0;
  }
  .single-page .some-form-wrapper .gform_body li:nth-of-type(2), .single-page .some-form-wrapper .gform_body li:nth-of-type(4), .single-page .some-form-wrapper .gform_body li:nth-of-type(8) {
    margin-right: 0;
  }
  .single-page .some-form-wrapper .gform_body li:nth-of-type(5) {
    margin-right: 0;
    width: 100%;
  }
  .single-page .some-form-wrapper .gform_body li:nth-of-type(5) textarea {
    height: 120px;
    width: 100%;
    resize: none;
    border: 1px solid #ccc;
  }
  .single-page .some-form-wrapper .gform_body li:nth-of-type(6) {
    margin-right: 0;
    width: 100%;
  }
  .single-page .some-form-wrapper .gform_body li .gfield_label {
    display: none;
  }
  .single-page .some-form-wrapper .gform_body li:before {
    content: '';
    display: none;
  }
  .single-page .some-form-wrapper .gform_body li input, .single-page .some-form-wrapper .gform_body li select {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-page .some-form-wrapper .gform_body .gform_validation_container {
    display: none;
  }
  .single-page .some-form-wrapper .gform_footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 30px 30px 30px;
    background: #f9f9f9;
  }
  .single-page .some-form-wrapper .gform_footer::after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 260px;
  }
  .single-page .some-form-wrapper .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 260px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .single-page .some-login-form {
    position: relative;
    width: 500px;
    margin: 0 auto;
    display: table;
    padding: 30px;
    background: #f9f9f9;
  }
  .single-page .some-login-form .title {
    font: 400 28px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .single-page .some-login-form .login-fields {
    position: relative;
    width: 100%;
    float: left;
  }
  .single-page .some-login-form .field {
    width: 48%;
    float: left;
    position: relative;
    margin-right: 4%;
  }
  .single-page .some-login-form .field input {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-page .some-login-form .field:last-of-type {
    margin-right: 0;
  }
  .single-page .some-login-form .login-actions {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .single-page .some-login-form .login-actions:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 145px;
  }
  .single-page .some-login-form .login-actions .button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 48%;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .single-page #test {
    position: relative;
    margin: 20px auto;
    display: table;
    width: 100%;
  }
  .single-page #test form {
    position: relative;
    display: block;
    float: left;
  }
  .single-page #test .form-body {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 300px 0 30px;
    background: #f9f9f9;
  }
  .single-page #test .form-body:after {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1046px -14px no-repeat;
    width: 317px;
    height: 400px;
    right: -50px;
    top: -30px;
    z-index: 3;
  }
  .single-page #test .form-body li {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 405px;
    margin-bottom: 20px;
    padding: 0;
  }
  .single-page #test .form-body li:nth-of-type(2), .single-page #test .form-body li:nth-of-type(4), .single-page #test .form-body li:nth-of-type(7), .single-page #test .form-body li:nth-of-type(9) {
    margin-right: 0;
  }
  .single-page #test .form-body li:nth-of-type(5), .single-page #test .form-body li:nth-of-type(10) {
    margin-right: 0;
    width: 100%;
  }
  .single-page #test .form-body li:nth-of-type(5) textarea, .single-page #test .form-body li:nth-of-type(10) textarea {
    width: 100%;
    height: 120px;
    resize: none;
    border: 1px solid #ccc;
  }
  .single-page #test .form-body li:before {
    content: '';
    display: none;
  }
  .single-page #test .form-body li input {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-page #test .form-body .gform_validation_container {
    display: none;
  }
  .single-page #test .form-footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 30px 30px 30px;
    background: #f9f9f9;
  }
  .single-page #test .form-footer::after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 260px;
  }
  .single-page #test .form-footer input[type=submit] {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 260px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .single-page .price-rating-soc {
    background: #f9f9f9;
  }

  /* Flow page */
  .flow-template {
    position: relative;
    width: 100%;
    float: left;
  }
  .flow-template .flow-section {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
    overflow: hidden;
  }
  .flow-template .flow-section .flow-content {
    position: relative;
    width: 100%;
    float: left;
    padding-right: 470px;
  }
  .flow-template .flow-section .flow-content:before {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -942px -760px no-repeat;
    width: 401px;
    height: 143px;
    right: 40px;
    bottom: -30px;
    z-index: 3;
  }
  .flow-template .flow-form {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #f9f9f9;
  }
  .flow-template .flow-form form {
    position: relative;
    display: block;
    float: left;
  }
  .flow-template .flow-form .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }
  .flow-template .flow-form .gform_heading .gform_title {
    font: 400 28px "lft-etica";
    color: #333;
    text-align: center;
  }
  .flow-template .flow-form .gform_body {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .flow-template .flow-form .gform_body li {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 270px;
    margin-bottom: 20px;
    padding: 0;
  }
  .flow-template .flow-form .gform_body li:nth-of-type(4), .flow-template .flow-form .gform_body li:nth-of-type(8) {
    margin-right: 0;
  }
  .flow-template .flow-form .gform_body li .gfield_label {
    display: block !important;
  }
  .flow-template .flow-form .gform_body li .gfield_label .gfield_required {
    color: #ff8400;
  }
  .flow-template .flow-form .gform_body li:before {
    content: '';
    display: none;
  }
  .flow-template .flow-form .gform_body li input, .flow-template .flow-form .gform_body li select {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .flow-template .flow-form .gform_body .gform_validation_container {
    display: none;
  }
  .flow-template .flow-form .gform_footer {
    position: relative;
    float: left;
    width: 100%;
  }
  .flow-template .flow-form .gform_footer::after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 18px;
    left: 685px;
  }
  .flow-template .flow-form .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    margin: 0 auto;
    display: table;
    text-align: center;
    width: 290px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .flow-template .flow-sequence {
    position: relative;
    float: left;
    width: 100%;
    padding: 60px 0;
  }
  .flow-template .flow-sequence .content p {
    font-size: 15px;
  }
  .flow-template .flow-sequence .content a {
    color: #4d6598;
  }
  .flow-template .flow-sequence .content ul {
    margin-top: 10px;
  }
  .flow-template .flow-sequence .first-block {
    position: relative;
    float: left;
    margin-left: 245px;
    width: 255px;
  }
  .flow-template .flow-sequence .first-block:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -773px -112px no-repeat;
    width: 105px;
    height: 94px;
    top: 30px;
    left: -130px;
  }
  .flow-template .flow-sequence .first-block:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -712px -380px no-repeat;
    width: 131px;
    height: 41px;
    top: 0;
    right: -50px;
  }
  .flow-template .flow-sequence .first-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 155px;
  }
  .flow-template .flow-sequence .first-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .first-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .flow-sequence .second-block {
    position: relative;
    float: left;
    margin-left: 200px;
    margin-top: 80px;
    width: 270px;
  }
  .flow-template .flow-sequence .second-block:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -728px -214px no-repeat;
    width: 126px;
    height: 131px;
    top: -25px;
    left: -160px;
  }
  .flow-template .flow-sequence .second-block:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -730px -513px no-repeat;
    width: 253px;
    height: 64px;
    bottom: -36px;
    left: -400px;
  }
  .flow-template .flow-sequence .second-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 100%;
  }
  .flow-template .flow-sequence .second-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .second-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .flow-sequence .third-block {
    position: relative;
    float: left;
    margin-left: 325px;
    margin-top: 65px;
    width: 290px;
  }
  .flow-template .flow-sequence .third-block:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -882px -90px no-repeat;
    width: 116px;
    height: 136px;
    top: -10px;
    left: -175px;
  }
  .flow-template .flow-sequence .third-block:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -712px -380px no-repeat;
    width: 131px;
    height: 41px;
    top: 0;
    right: -50px;
  }
  .flow-template .flow-sequence .third-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 190px;
  }
  .flow-template .flow-sequence .third-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .third-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .flow-sequence .fourth-block {
    position: relative;
    float: left;
    margin-left: 185px;
    margin-top: 140px;
    width: 285px;
  }
  .flow-template .flow-sequence .fourth-block:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -879px -237px no-repeat;
    width: 120px;
    height: 134px;
    top: -20px;
    left: -140px;
  }
  .flow-template .flow-sequence .fourth-block:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -730px -513px no-repeat;
    width: 253px;
    height: 64px;
    bottom: -10px;
    left: -400px;
  }
  .flow-template .flow-sequence .fourth-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 100%;
  }
  .flow-template .flow-sequence .fourth-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .fourth-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .flow-sequence .fifth-block {
    position: relative;
    float: left;
    margin-left: 385px;
    margin-top: 60px;
    width: 270px;
  }
  .flow-template .flow-sequence .fifth-block:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -885px -379px no-repeat;
    width: 107px;
    height: 119px;
    top: -10px;
    left: -130px;
  }
  .flow-template .flow-sequence .fifth-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 190px;
  }
  .flow-template .flow-sequence .fifth-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .fifth-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .price-rating-soc {
    background: #f9f9f9;
  }

  /* 404 page */
  .not-found-page {
    position: relative;
    width: 100%;
    float: left;
    padding: 200px 0;
  }
  .not-found-page .logo-wrapper {
    position: relative;
    width: 100%;
    float: left;
    height: 42px;
    margin: 40px 0;
  }
  .not-found-page .logo-wrapper .logo {
    position: absolute;
    background: url("../img/sprite.png") -385px -939px no-repeat;
    width: 216px;
    height: 42px;
    top: 0;
    margin: auto;
    left: -99px;
    right: -99px;
  }
  .not-found-page .number-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 0 1px 0;
  }
  .not-found-page .number-block .number {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    font: 600 150px "lft-etica";
    color: #4d6598;
  }
  .not-found-page .description-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0 0;
  }
  .not-found-page .description-block .title {
    position: relative;
    width: 570px;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
    font: 100 60px "lft-etica";
    color: #333;
  }
  .not-found-page .description-block .description {
    position: relative;
    width: 570px;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
    font: 100 28px "lft-etica";
    color: #333;
  }
  .not-found-page .description-block .description a {
    font: 100 28px "lft-etica";
    color: #ff8400;
  }
  .not-found-page .description-block .button-wrapper {
    position: relative;
    float: left;
    width: 100%;
  }
  .not-found-page .description-block .button-wrapper .homepage-link {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 230px;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .not-found-page .description-block .button-wrapper .homepage-link:hover {
    background: #f9f9f9;
  }
  .not-found-page .description-block .button-wrapper .homepage-link span {
    position: relative;
    display: table;
    margin: 0 auto;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .not-found-page .description-block .button-wrapper .homepage-link span:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }

  .footer {
    position: relative;
    width: 100%;
    float: left;
  }
  .footer .blue-area {
    background: #4d6598;
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0;
  }
  .footer .blue-area .first-column {
    position: relative;
    width: 370px;
    margin-right: 30px;
    float: left;
  }
  .footer .blue-area .first-column .logo {
    position: absolute;
    /*background: url("../img/sprite.png") -621px -939px no-repeat;
    width: 216px;
    height: 42px;*/
    background: url("../img/hetipostilogo2.png") no-repeat;
    width: 180px;
    height: 60px;
    top: 0;
    left: 0;
  }
  .footer .blue-area .copyright-block {
    position: relative;
    width: 370px;
    margin-right: 30px;
    float: left;
  }
  .footer .blue-area .copyright-block .copyright {
    position: relative;
    margin-top: 115px;
    width: 230px;
    float: left;
    font: 400 1em "lft-etica";
    color: #fff;
  }
  .footer .blue-area .second-column {
    position: relative;
    width: 370px;
    margin-right: 30px;
    float: left;
  }
  .footer .blue-area .second-column .tel-price {
    position: relative;
    width: 100%;
    padding-left: 40px;
    float: left;
  }
  .footer .blue-area .second-column .tel-price .tel {
    font: 100 2.8125em "lft-etica";
    color: #fff;
    line-height: 1;
    position: relative;
    width: 100%;
    float: left;
  }
  .footer .blue-area .second-column .tel-price .tel:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -76px -249px no-repeat;
    width: 30px;
    height: 32px;
    top: 8px;
    left: -40px;
  }
  .footer .blue-area .second-column .tel-price .price {
    font: 400 0.875em "lft-etica";
    color: #fff;
    position: relative;
    width: 100%;
    float: left;
  }
  .footer .blue-area .second-column .address {
    margin-top: 50px;
    position: relative;
    width: 100%;
    float: left;
    font: 400 1em "lft-etica";
    color: #fff;
  }
  .footer .blue-area .third-column {
    position: relative;
    width: 370px;
    float: left;
    padding-left: 100px;
  }
  .footer .blue-area .third-column ul {
    position: relative;
    width: 100%;
    float: left;
  }
  .footer .blue-area .third-column ul li {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .footer .blue-area .third-column ul li a {
    position: relative;
    font: 600 1em "lft-etica";
    color: #fff;
  }
  .footer .blue-area .third-column ul li a:hover:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
  }
  .footer .white-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
  }
  .footer .white-area .footer-links {
    position: relative;
    width: 50%;
    float: left;
  }
  .footer .white-area .footer-links span {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer .white-area .footer-links span:first-child {
    border-right: 1px solid;
    padding-left: 0;
  }
  .footer .white-area .footer-links span:nth-child(2) {
    border-right: 1px solid;
  }
  .footer .white-area .footer-links span a {
    color: #000;
  }
  .footer .white-area .footer-links span a:hover {
    color: #ff8400;
  }
  .footer .white-area .share-buttons {
    position: relative;
    width: 50%;
    float: left;
    height: 20px;
  }
  .footer .white-area .share-buttons .share42init {
    height: 20px;
  }
  .footer .white-area .share-buttons .share42init .share42-item:nth-of-type(1) a {
    background: url("../img/sprite.png") -702px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .footer .white-area .share-buttons .share42init .share42-item:nth-of-type(2) a {
    background: url("../img/sprite.png") -793px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 60px !important;
    height: 20px !important;
  }
  .footer .white-area .share-buttons .share42init .share42-item:nth-of-type(3) a {
    background: url("../img/sprite.png") -891px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .footer .white-area .share-buttons .share42init .share42-item .share42-counter {
    padding: 0 8px 0 5px !important;
    background-position: 100% 100% !important;
    height: 20px !important;
    font: 14px/20px "lft-etica";
    background-size: cover;
  }
  .footer .white-area .share-buttons .share42init .share42-item .share42-counter:before {
    background-position: 0 60% !important;
    left: -6px !important;
    width: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1365px) {
  body {
    font: 400 100% "lft-etica";
    color: #333;
    line-height: 1.5 !important;
  }

  .container {
    width: 940px;
    margin: 0 auto;
    position: relative;
  }

  .text-editor h1 {
    font-size: 2.25em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor h2 {
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor h3 {
    font-size: 1.75em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor h4 {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor h5 {
    font-size: 1.25em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor p {
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .text-editor a {
    color: #ffa800;
  }
  .text-editor li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 10px;
    /*&:before{
      position: absolute;
      content: "\2022";
      top: 0;
      left: 0;
      color: #ffa800;
      font-size: 18px;
    }*/
  }
  .text-editor .gform_wrapper {
    position: relative;
    margin: 20px auto;
    display: table;
    width: 100%;
    border-radius: 2px;
  }
  .text-editor .gform_wrapper form {
    position: relative;
    display: block;
    float: left;
  }
  .text-editor .gform_wrapper .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }
  .text-editor .gform_wrapper .gform_heading .gform_title {
    font: 100 45px "lft-etica";
    color: #333;
    text-align: center;
  }
  .text-editor .gform_wrapper .gform_heading .gform_description {
    font: 400 18px "lft-etica";
    text-align: center;
    position: relative;
    margin: 0 auto 10px;
    width: 70%;
    display: table;
  }
  .text-editor .gform_wrapper .gform_body {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 300px 0 30px;
    background: #f9f9f9;
  }
  .text-editor .gform_wrapper .gform_body:after {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1046px -14px no-repeat;
    width: 317px;
    height: 400px;
    right: -50px;
    top: -30px;
    z-index: 3;
  }
  .text-editor .gform_wrapper .gform_body li {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 290px;
    margin-bottom: 20px;
    padding: 0;
  }
  .text-editor .gform_wrapper .gform_body li:nth-of-type(3), .text-editor .gform_wrapper .gform_body li:nth-of-type(6), .text-editor .gform_wrapper .gform_body li:nth-of-type(7) {
    margin-right: 0;
  }
  .text-editor .gform_wrapper .gform_body li .gfield_label {
    display: none;
  }
  .text-editor .gform_wrapper .gform_body li .gfield_description {
    font-size: 15px;
  }
  .text-editor .gform_wrapper .gform_body li:before {
    content: '';
    display: none;
  }
  .text-editor .gform_wrapper .gform_body li input, .text-editor .gform_wrapper .gform_body li select {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .text-editor .gform_wrapper .gform_body .gform_validation_container {
    display: none;
  }
  .text-editor .gform_wrapper .gform_footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 30px 30px 30px;
    background: #f9f9f9;
  }
  .text-editor .gform_wrapper .gform_footer::after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 260px;
  }
  .text-editor .gform_wrapper .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 290px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }

  /* header */
  .header {
    position: relative;
    width: 100%;
    float: left;
  }
  .header .info {
    position: relative;
    width: 100%;
    float: left;
    padding: 7px 0;
    background: #4d6598;
  }
  .header .info .tel {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 25px;
  }
  .header .info .tel .number {
    font: 700 1em "lft-etica";
    color: #fff;
    position: relative;
    float: left;
  }
  .header .info .tel .number:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -118px -1px no-repeat;
    width: 16px;
    height: 16px;
    top: 2px;
    left: -25px;
  }
  .header .info .tel .price {
    font: 400 0.75em "lft-etica";
    color: #fff;
    position: relative;
    float: left;
    line-height: 1.6;
    margin-left: 4px;
  }
  .header .info .social {
    position: relative;
    width: 50%;
    float: right;
  }
  .header .info .social .fb {
    position: absolute;
    background: url("../img/sprite.png") -140px -1px no-repeat;
    width: 16px;
    height: 17px;
    top: 2px;
    right: 55px;
  }
  .header .info .social .fb:hover {
    position: absolute;
    background: url("../img/sprite.png") -140px -20px no-repeat;
    width: 16px;
    height: 17px;
    top: 2px;
    right: 55px;
  }
  .header .info .social .tw {
    position: absolute;
    background: url("../img/sprite.png") -224px -21px no-repeat;
    width: 18px;
    height: 17px;
    top: 3px;
    right: 25px;
  }
  .header .info .social .tw:hover {
    position: absolute;
    background: url("../img/sprite.png") -203px -21px no-repeat;
    width: 18px;
    height: 17px;
    top: 3px;
    right: 25px;
  }
  .header .info .social .goo {
    position: absolute;
    background: url("../img/sprite.png") -183px -2px no-repeat;
    width: 15px;
    height: 17px;
    top: 2px;
    right: 0;
  }
  .header .info .social .goo:hover {
    position: absolute;
    background: url("../img/sprite.png") -183px -20px no-repeat;
    width: 15px;
    height: 17px;
    top: 2px;
    right: 0;
  }
  .header .logo-menu {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0 0;
  }
  .header .logo-menu .logo {
    position: absolute;
    /*background: url("../img/sprite.png") -385px -939px no-repeat;*/
    /* background: url("../img/hetipostilogo.png") no-repeat; */
    background: url("../img/hetiposti-newlogo.png") no-repeat;
    width: 396px;
    height: 51px;
    top: -10px;
    left: 0;
  }
  .header .logo-menu .navbar-toggle {
    display: none;
  }
  .header .logo-menu .main-menu {
    position: relative;
    /*width: 680px*/
    width: auto;
    float: right;
  }
  .header .logo-menu .main-menu ul {
    /*width: 100%;
    float: left;*/
    width: auto;
    float: right;
    display: table;
  }
  .header .logo-menu .main-menu ul li.current_page_item:first-child a:before {
    content: "";
    z-index: 2;
    position: absolute;
    background: url("../img/sprite.png") -94px 0px no-repeat;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
  }
  .header .logo-menu .main-menu ul .current_page_item a {
    font: 400 1em "lft-etica";
    color: #ff8400;
  }
  .header .logo-menu .main-menu ul li.active .dropdown-menu {
    box-shadow: 0px -2px 5px 1px #e5e5e5;
  }
  .header .logo-menu .main-menu ul li {
    display: table-cell;
    height: 50px;
  }
  .header .logo-menu .main-menu ul li .dropdown span:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #999999 transparent transparent transparent;
  }
  .header .logo-menu .main-menu ul li .dropdown span:hover:after {
    border-color: #ff8400 transparent transparent transparent;
  }
  .header .logo-menu .main-menu ul li a {
    position: relative;
    width: 100%;
    display: table;
    text-align: center;
    padding: 0 8px;
    font: 400 0.9em "lft-etica";
    color: #333;
  }
  .header .logo-menu .main-menu ul li a span {
    position: relative;
  }
  .header .logo-menu .main-menu ul li:hover a {
    font: 400 1em "lft-etica";
    color: #ff8400;
  }
  .header .logo-menu .main-menu ul li:last-child a {
    text-align: right;
  }
  .header .logo-menu .main-menu ul li:first-child a {
    padding: 16px 9px;
  }
  .header .logo-menu .main-menu ul li:first-child a:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: url("../img/sprite.png") -94px -22px no-repeat;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
  }
  .header .logo-menu .main-menu ul li:first-child a span {
    display: none;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu {
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 940px;
    top: 45px;
    height: 0;
    display: block;
    overflow: hidden;
    left: -265px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu .dropdown-name {
    display: none;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li {
    position: relative;
    float: left;
    width: 130px;
    height: auto;
    padding: 50px 0;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li:first-child {
    margin-left: 15px;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li:last-of-type {
    margin-right: 15px;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li:hover a {
    font: 300 22px "lft-etica";
    color: #ff8400;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li a {
    font: 300 22px "lft-etica";
    color: #333;
    padding: 0;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li a:before {
    display: none;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li a span {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    padding-top: 20px;
    text-align: center;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li .img-wrapper {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    height: 120px;
    background: #fff;
    overflow: hidden;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li .img-wrapper img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu .button-wrapper {
    position: relative;
    width: 100%;
    float: left;
    background: #f9f9f9;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu .button-wrapper .menu-button {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 370px;
    padding: 15px;
    background: #fff;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu .button-wrapper .menu-button:hover {
    background: #f9f9f9;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu .button-wrapper .menu-button span {
    position: relative;
    display: table;
    margin: 0 auto;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu .button-wrapper .menu-button span:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .header .title-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 35px 0;
    background: url("../img/bg-main.jpg") no-repeat;
    background-size: cover;
  }
  .header .title-area .page-title {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 970px;
    text-align: center;
    font: 100 60px "lft-etica";
    color: #fff;
  }
  .header .proposition {
    background: #f9f9f9;
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 3px solid #e5e5e5;
  }
  .header .proposition .first-block {
    position: relative;
    width: 300px;
    height: 50px;
    float: left;
    display: table;
    margin-right: 20px;
    padding: 0 0 0 115px;
  }
  .header .proposition .first-block .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .header .proposition .first-block .content:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -703px -43px no-repeat;
    width: 50px;
    height: 55px;
    top: 0;
    left: -80px;
  }
  .header .proposition .first-block .content a {
    font: 400 16px "lft-etica";
    color: #ff8400;
    text-decoration: underline;
  }
  .header .proposition .second-block {
    position: relative;
    width: 300px;
    height: 50px;
    float: left;
    display: table;
    margin-right: 20px;
    padding: 0 0 0 100px;
  }
  .header .proposition .second-block .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .header .proposition .second-block .content:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -765px -43px no-repeat;
    width: 50px;
    height: 55px;
    top: 0;
    left: -80px;
  }
  .header .proposition .second-block .content a {
    font: 400 16px "lft-etica";
    color: #ff8400;
    text-decoration: underline;
  }
  .header .proposition .third-block {
    position: relative;
    width: 300px;
    height: 50px;
    float: left;
    display: table;
    padding: 0 0 0 95px;
  }
  .header .proposition .third-block .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .header .proposition .third-block .content:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -830px -43px no-repeat;
    width: 50px;
    height: 55px;
    top: 0;
    left: -80px;
  }
  .header .proposition .third-block .content a {
    font: 400 16px "lft-etica";
    color: #ff8400;
    text-decoration: underline;
  }

  .tablet .right-socials {
    display: none;
  }
  .tablet .header {
    position: relative;
    width: 100%;
    float: left;
  }
  .tablet .header .container {
    padding: 0;
    width: 100%;
  }
  .tablet .header .info {
    display: none;
    position: relative;
    width: 100%;
    float: left;
    padding: 7px 0;
    background: #4d6598;
  }
  .tablet .header .info .tel {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 25px;
  }
  .tablet .header .info .tel .number {
    font: 700 1em "lft-etica";
    color: #fff;
    position: relative;
    float: left;
  }
  .tablet .header .info .tel .number:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -118px -1px no-repeat;
    width: 16px;
    height: 16px;
    top: 2px;
    left: -25px;
  }
  .tablet .header .info .tel .price {
    font: 400 0.75em "lft-etica";
    color: #fff;
    position: relative;
    float: left;
    line-height: 1.6;
    margin-left: 4px;
  }
  .tablet .header .info .social {
    position: relative;
    width: 50%;
    float: right;
  }
  .tablet .header .info .social .fb {
    position: absolute;
    background: url("../img/sprite.png") -140px -1px no-repeat;
    width: 16px;
    height: 17px;
    top: 2px;
    right: 55px;
  }
  .tablet .header .info .social .fb:hover {
    position: absolute;
    background: url("../img/sprite.png") -140px -20px no-repeat;
    width: 16px;
    height: 17px;
    top: 2px;
    right: 55px;
  }
  .tablet .header .info .social .tw {
    position: absolute;
    background: url("../img/sprite.png") -224px -21px no-repeat;
    width: 18px;
    height: 17px;
    top: 3px;
    right: 25px;
  }
  .tablet .header .info .social .tw:hover {
    position: absolute;
    background: url("../img/sprite.png") -203px -21px no-repeat;
    width: 18px;
    height: 17px;
    top: 3px;
    right: 25px;
  }
  .tablet .header .info .social .goo {
    position: absolute;
    background: url("../img/sprite.png") -183px -2px no-repeat;
    width: 15px;
    height: 17px;
    top: 2px;
    right: 0;
  }
  .tablet .header .info .social .goo:hover {
    position: absolute;
    background: url("../img/sprite.png") -183px -20px no-repeat;
    width: 15px;
    height: 17px;
    top: 2px;
    right: 0;
  }
  .tablet .header .logo-menu {
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
  }
  .tablet .header .logo-menu .container {
    padding: 0;
  }
  .tablet .header .logo-menu .logo {
    position: absolute;
    background: url("../img/sprite.png") -521px -191px no-repeat;
    width: 190px;
    height: 37px;
    top: 15px;
    left: 20px;
  }
  .tablet .header .logo-menu .navbar-toggle {
    position: relative;
    display: block;
    width: 40px;
    z-index: 999;
    background: none;
    border: none;
    padding: 0;
    margin: 20px 15px 20px 0;
    float: right;
  }
  .tablet .header .logo-menu .navbar-toggle span {
    height: 4px;
    width: 100%;
    background-color: #4d6598;
    float: left;
    margin-bottom: 4px;
  }
  .tablet .header .logo-menu .navbar-toggle span:last-child {
    margin-bottom: 0;
  }
  .tablet .header .logo-menu .main-menu {
    position: relative;
    float: left;
    width: 100%;
    background: whitesmoke;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 0;
    overflow: hidden;
  }
  .tablet .header .logo-menu .main-menu ul:first-child {
    width: 100%;
    float: left;
    display: table;
  }
  .tablet .header .logo-menu .main-menu ul:first-child .dropdown:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") no-repeat -245px -1px;
    width: 16px;
    height: 10px;
    top: 32px;
    right: 15px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .tablet .header .logo-menu .main-menu ul:first-child .dropdown span:after {
    display: none;
    content: "";
    position: absolute;
    top: 8px;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #999999 transparent transparent transparent;
  }
  .tablet .header .logo-menu .main-menu ul:first-child .dropped:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .tablet .header .logo-menu .main-menu ul:first-child .current-menu-item {
    background: #ff8400;
  }
  .tablet .header .logo-menu .main-menu ul:first-child .current-menu-item a {
    color: #fff;
  }
  .tablet .header .logo-menu .main-menu ul li {
    position: relative;
    float: left;
    width: 100%;
    background: #ff8400;
    border-bottom: 1px solid #ac5900;
    display: block;
    height: auto;
  }
  .tablet .header .logo-menu .main-menu ul li:first-child a span {
    display: block;
  }
  .tablet .header .logo-menu .main-menu ul li a {
    cursor: pointer;
    padding: 20px 0 20px 15px;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    font: 400 24px "lft-etica";
    color: #fff;
  }
  .tablet .header .logo-menu .main-menu ul li a .img-wrapper {
    display: none;
  }
  .tablet .header .logo-menu .main-menu ul li .dropped {
    background: #4d6598;
  }
  .tablet .header .logo-menu .main-menu ul li .active {
    display: block;
  }
  .tablet .header .logo-menu .main-menu ul li .dropdown-menu {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    float: left;
    overflow: hidden;
    background: #4d6598;
    box-shadow: none;
    top: auto;
    left: auto;
  }
  .tablet .header .logo-menu .main-menu ul li .dropdown-menu .dropdown-name {
    display: block;
  }
  .tablet .header .logo-menu .main-menu ul li .dropdown-menu .button-wrapper {
    display: none;
  }
  .tablet .header .logo-menu .main-menu ul li .dropdown-menu li {
    width: 100%;
    float: left;
    margin-left: 15px;
    background: #4d6598;
    border: 0;
    padding: 0;
  }
  .tablet .header .logo-menu .main-menu ul li .dropdown-menu li:first-child a {
    padding-top: 15px;
  }
  .tablet .header .logo-menu .main-menu ul li .dropdown-menu li:last-of-type a {
    padding-bottom: 15px;
  }
  .tablet .header .logo-menu .main-menu ul li .dropdown-menu li a {
    width: 100%;
    float: left;
    color: #fff;
    background: #1d3a5c;
    display: table;
    text-transform: none;
    font-weight: normal;
    padding: 10px 15px;
    font: 400 20px "lft-etica";
    color: #fff;
  }
  .tablet .header .logo-menu .main-menu ul li .dropdown-menu li .img-wrapper {
    display: none;
    height: 147px;
    background: #f5f5f5;
    overflow: hidden;
  }
  .tablet .header .logo-menu .main-menu ul li .dropdown-menu li .img-wrapper img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .tablet .header .title-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 25px 0;
    background: #1d3a5c;
  }
  .tablet .header .title-area .page-title {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font: 100 40px "lft-etica";
    color: #fff;
  }
  .tablet .header .proposition {
    background: #f9f9f9;
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 3px solid #e5e5e5;
  }
  .tablet .header .proposition .container {
    padding: 0;
  }
  .tablet .header .proposition .first-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .tablet .header .proposition .first-block .content {
    position: relative;
    width: 200px;
    margin: 0 auto;
    display: block;
    padding: 5px 0 5px 20px;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .tablet .header .proposition .first-block .content:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -703px -43px no-repeat;
    width: 50px;
    height: 55px;
    top: -10px;
    left: -45px;
  }
  .tablet .header .proposition .first-block .content a {
    font: 400 16px "lft-etica";
    color: #ff8400;
    text-decoration: underline;
  }
  .tablet .header .proposition .second-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .tablet .header .proposition .second-block .content {
    position: relative;
    width: 200px;
    margin: 0 auto;
    display: block;
    padding-left: 20px;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .tablet .header .proposition .second-block .content:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -765px -43px no-repeat;
    width: 50px;
    height: 55px;
    top: -5px;
    left: -45px;
  }
  .tablet .header .proposition .second-block .content a {
    font: 400 16px "lft-etica";
    color: #ff8400;
    text-decoration: underline;
  }
  .tablet .header .proposition .third-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0;
  }
  .tablet .header .proposition .third-block .content {
    position: relative;
    width: 200px;
    margin: 0 auto;
    display: block;
    padding-left: 20px;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .tablet .header .proposition .third-block .content:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -830px -43px no-repeat;
    width: 50px;
    height: 55px;
    top: -5px;
    left: -45px;
  }
  .tablet .header .proposition .third-block .content a {
    font: 400 16px "lft-etica";
    color: #ff8400;
    text-decoration: underline;
  }

  /* Competition page */
  #competition {
    width: 700px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    overflow: hidden;
    margin: 60px auto;
  }
  #competition .main-form-wrapper {
    margin: 0 auto;
  }
  #competition .main-form-wrapper .gform_footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 30px 30px 30px;
    background: #f9f9f9;
  }
  #competition .main-form-wrapper .gform_body {
    padding: 30px 30px 0 30px;
  }
  #competition .main-form-wrapper .gform_body li {
    margin-right: 55px;
    width: 44%;
  }
  #competition .main-form-wrapper .gform_body li:nth-child(even) {
    margin-right: 0px;
  }
  #competition .main-form-wrapper .gform_body:after {
    display: none;
  }
  #competition .main-form-wrapper .gform_heading {
    padding: 30px 30px 0px 30px;
    background: #f9f9f9;
    font-size: 20px;
  }
  #competition .topblock {
    width: 700px;
    height: 473px;
    background: url("../img/comtopbg.jpg") no-repeat;
    border-bottom: 1px solid #d7d7d7;
    float: left;
    background-size: 100%;
  }
  #competition .topblock .pads {
    margin-left: 23px;
    margin-top: 20px;
  }
  #competition .topblock .toptxt {
    color: #4d6598;
    font-size: 20px;
    font-family: "lft-etica";
  }
  #competition .topblock .the_timer {
    width: 100%;
    float: left;
    margin-top: 15px;
  }
  #competition .topblock .the_timer .dt {
    font-size: 18px;
    color: #4f5869;
    font-family: "lft-etica";
    margin-bottom: 8px !important;
  }
  #competition .topblock .the_timer .timebox {
    width: 130px;
    float: left;
    margin-right: 20px;
  }
  #competition .topblock .the_timer .timebox .numbox {
    width: 60px;
    height: 71px;
    background: url("../img/timebox.png") no-repeat;
    position: relative;
    float: left;
    margin-right: 4px;
  }
  #competition .topblock .the_timer .timebox .numbox p {
    font-size: 60px;
    font-weight: bold;
    color: #4f5869;
    font-family: Arial;
    padding-top: 24px;
  }
  #competition .topblock .the_timer .timebox .numbox .linemid {
    position: absolute;
    left: 0;
  }
  #competition .topblock .the_timer .timebox .numbox h1 {
    font-family: "lft-etica";
    font-size: 48px;
    color: #4d6598;
    margin-top: 20px;
    float: left;
    line-height: 50px;
  }
  #competition .topblock .the_timer .timebox .numbox .bottomtxt {
    font-size: 24px;
    color: #4f5869;
    font-family: "lft-etica";
    width: 100%;
    float: left;
    margin-top: 20px;
  }

  /* Main page */
  .main {
    width: 100%;
    float: left;
    /* Blog */
  }
  .main section {
    width: 100%;
    float: left;
  }
  .main .main-form-wrapper {
    position: relative;
    margin: 20px auto;
    display: table;
    width: 100%;
    border-radius: 2px;
  }
  .main .main-form-wrapper form {
    position: relative;
    display: block;
    float: left;
  }
  .main .main-form-wrapper .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }
  .main .main-form-wrapper .gform_heading .gform_title {
    font: 100 45px "lft-etica";
    color: #333;
    text-align: center;
  }
  .main .main-form-wrapper .gform_body {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 300px 0 20px;
    background: #f9f9f9;
  }
  .main .main-form-wrapper .gform_body:after {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1046px -14px no-repeat;
    width: 317px;
    height: 400px;
    right: -40px;
    top: -30px;
    z-index: 3;
  }
  .main .main-form-wrapper .gform_body li {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 193px;
    margin-bottom: 20px;
    padding: 0;
  }
  .main .main-form-wrapper .gform_body li:nth-of-type(3), .main .main-form-wrapper .gform_body li:nth-of-type(6) {
    margin-right: 0;
  }
  .main .main-form-wrapper .gform_body li:nth-of-type(7) {
    margin-right: 0;
    width: 100%;
  }
  .main .main-form-wrapper .gform_body li:nth-of-type(7) textarea {
    height: 120px;
    resize: none;
    width: 100%;
  }
  .main .main-form-wrapper .gform_body li .gfield_label {
    display: block !important;
  }
  .main .main-form-wrapper .gform_body li:before {
    content: '';
    display: none;
  }
  .main .main-form-wrapper .gform_body li input, .main .main-form-wrapper .gform_body li select {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .main .main-form-wrapper .gform_body .gform_validation_container {
    display: none;
  }
  .main .main-form-wrapper .gform_footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 20px 20px 20px;
    background: #f9f9f9;
  }
  .main .main-form-wrapper .gform_footer::after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 250px;
  }
  .main .main-form-wrapper .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 260px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .main .top-area {
    position: relative;
    width: 100%;
    float: left;
    background: url("../img/suomen-halvin-paikka-huoltaa-puhelin-desktop-banner.jpg") no-repeat;
    /*background: url("../img/banner-500px-1.jpg")no-repeat;*/
    /*background: url("../img/hetiposti2018.jpg")no-repeat;*/
    /*background: url("../img/bg-main.jpg")no-repeat;*/
    /*background: url("../img/site-banner.jpg")no-repeat;*/
    /*background: url("../img/desktop-banner.jpg")no-repeat;*/
    background-size: cover;
      /*
	  min-height: 485px;
      padding-top: 65px;
	  */
      /*
	  &:before{
        content: "";
        position: absolute;
        background: url("../img/mobiles.png") no-repeat;
        background-size: cover;
        bottom: -1px;
        left: -99px;
        right: -99px;
        margin: auto;
        width: 620px;
        height: 240px;
      }
	  */
  }
  .main .top-area .top-area-content {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    min-height: 420px;
    padding-bottom: 280px;
  }
  .main .top-area .top-area-content .main-title {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font: 100 3.75em "lft-etica";
    color: #fff;
    line-height: 1;
  }
  .main .top-area .top-area-content .sticker {
    position: absolute;
    background: url("../img/sprite.png") -522px 0 no-repeat;
    width: 170px;
    height: 170px;
    bottom: 95px;
    right: 285px;
    text-decoration: none;
    text-align: center;
    padding: 55px 15px;
    font: 400 1em "lft-etica";
    color: #fff;
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .main .top-area .top-area-content .sticker span {
    font: 700 16px "lft-etica";
    color: #fff;
    color: #fff;
    position: relative;
    text-align: center;
    float: left;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .main .our-promise {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #f9f9f9;
  }
  .main .our-promise .title {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font: 100 2.1875em "lft-etica";
    color: #333;
  }
  .main .our-promise .promise-blocks {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .main .our-promise .promise-blocks .first-block {
    position: relative;
    width: 300px;
    height: 205px;
    float: left;
    padding: 20px 20px 55px 20px;
    background: #fff;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
    margin-right: 20px;
    overflow: hidden;
  }
  .main .our-promise .promise-blocks .first-block:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -75px -42px no-repeat;
    width: 100px;
    height: 150px;
    bottom: 0;
    right: -20px;
  }
  .main .our-promise .promise-blocks .first-block .sticker {
    position: absolute;
    /*background: url("../img/sprite.png") -186px -43px no-repeat;*/
    background: url("../img/sticker-check.png") no-repeat;
    width: 81px;
    height: 81px;
    bottom: 15px;
    right: 15px;
    padding: 27px 20px 20px 18px;
    font: 700 1.5em "lft-etica";
    color: #fff;
    /*@include rotate(25deg);*/
  }
  .main .our-promise .promise-blocks .first-block .title {
    /*@include font-combo(400, $fontSize-22, #333);*/
    font: 400 1.25em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
  }
  .main .our-promise .promise-blocks .first-block .excerpt {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    width: 195px;
    float: left;
  }
  .main .our-promise .promise-blocks .first-block a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .our-promise .promise-blocks .first-block a:hover {
    font: 600 1em "lft-etica";
    color: #ff8400;
  }
  .main .our-promise .promise-blocks .first-block a:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .our-promise .promise-blocks .second-block {
    position: relative;
    width: 300px;
    height: 205px;
    float: left;
    padding: 20px 20px 55px 20px;
    background: #fff;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
    margin-right: 20px;
    overflow: hidden;
  }
  .main .our-promise .promise-blocks .second-block:before {
    content: "";
    position: absolute;
    /*background: url("../img/sprite.png") -280px -31px no-repeat;
    width: 84px;
    height: 170px;
    bottom: -5px;
    right: 10px;*/
    background: url("../img/phone-envelope.png") no-repeat;
    width: 110px;
    height: 147px;
    bottom: 0;
    right: 0;
  }
  .main .our-promise .promise-blocks .second-block .title {
    /*@include font-combo(400, $fontSize-22, #333);*/
    font: 400 1.25em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
  }
  .main .our-promise .promise-blocks .second-block .excerpt {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    width: 180px;
    float: left;
  }
  .main .our-promise .promise-blocks .second-block a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .our-promise .promise-blocks .second-block a:hover {
    font: 600 1em "lft-etica";
    color: #ff8400;
  }
  .main .our-promise .promise-blocks .second-block a:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .our-promise .promise-blocks .third-block {
    position: relative;
    float: left;
    width: 300px;
    height: 205px;
    padding: 20px;
    background: #ff8400;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
  }
  .main .our-promise .promise-blocks .third-block:before {
    content: "";
    position: absolute;
    background: url("../img/timer-7-paivaa.png") no-repeat;
    width: 142px;
    height: 143px;
    bottom: 0;
    right: 0;
  }
  .main .our-promise .promise-blocks .third-block .title {
    /*@include font-combo(400, $fontSize-22, #fff);*/
    font: 400 1.25em "lft-etica";
    color: #fff;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
  }
  .main .our-promise .promise-blocks .third-block .excerpt {
    position: relative;
    width: 155px;
    float: left;
    color: #fff;
    /*padding-left: 20px;*/
  }
  .main .our-promise .promise-blocks .third-block .excerpt li {
    font: 400 1em "lft-etica";
    color: #fff;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .main .our-promise .promise-blocks .third-block .excerpt li:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -201px -1px no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    left: -20px;
  }
  .main .our-promise .promise-blocks .third-block .excerpt li a {
    text-decoration: underline;
    color: #fff;
  }
  .main .our-promise .promise-blocks .third-block a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font: 600 1em "lft-etica";
    color: #fff;
  }
  .main .our-promise .promise-blocks .third-block a:hover {
    font: 600 1em "lft-etica";
    color: #fff;
  }
  .main .our-promise .promise-blocks .third-block a:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -201px -1px no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .location-section {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #fff;
  }
  .main .location-section .title {
    position: relative;
    display: block;
    margin: 0 auto 10px;
    width: 595px;
    padding-left: 65px;
    text-align: left;
    font: 100 2.1875em "lft-etica";
    color: #333;
  }
  .main .location-section .title:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -299px no-repeat;
    width: 49px;
    height: 78px;
    bottom: -30px;
    left: 0;
  }
  .main .location-section .description {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 595px;
    padding-left: 65px;
    font: 400 1em "lft-etica";
    color: #999;
  }
  .main .location-section .locations {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .main .location-section .locations .location {
    position: relative;
    width: 220px;
    height: 280px;
    float: left;
    margin-right: 20px;
  }
  .main .location-section .locations .location:last-child {
    margin-right: 0;
  }
  .main .location-section .locations .location #map1 {
    position: relative;
    float: left;
    width: 100%;
    height: 210px;
  }
  .main .location-section .locations .location #map2 {
    position: relative;
    float: left;
    width: 100%;
    height: 210px;
  }
  .main .location-section .locations .location #map3 {
    position: relative;
    float: left;
    width: 100%;
    height: 210px;
  }
  .main .location-section .locations .location #map4 {
    position: relative;
    float: left;
    width: 100%;
    height: 210px;
  }
  .main .location-section .locations .location .city-distance {
    position: relative;
    float: left;
    width: 100%;
    padding: 16px 20px;
    background: #4d6598;
  }
  .main .location-section .locations .location .city-distance .city {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: 400 0.875em "lft-etica";
    color: #fff;
  }
  .main .location-section .locations .location .city-distance .distance {
    float: right;
    width: 100%;
    font: 600 0.875em "lft-etica";
    color: #fff;
  }
  .main .location-section .button-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  .main .location-section .button-wrapper .location-button {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 370px;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .main .location-section .button-wrapper .location-button:hover {
    background: #f9f9f9;
  }
  .main .location-section .button-wrapper .location-button span {
    position: relative;
    display: table;
    margin: 0 auto;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .location-section .button-wrapper .location-button span:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .best-price {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
    background: url("../img/best-price-bg.jpg") no-repeat;
    background-size: cover;
    min-height: 480px;
    overflow: hidden;
  }
  .main .best-price .title {
    font: 100 2.1875em "lft-etica";
    color: #fff;
    position: relative;
    display: block;
    margin: 0;
    /*text-align: center;*/
    width: 50%;
  }
  .main .best-price .left-part {
    position: relative;
    width: 50%;
    float: left;
    padding-top: 20px;
    padding-right: 10px;
  }
  .main .best-price .left-part .text {
    font: 400 1.125em "lft-etica";
    color: #fff;
  }
  .main .best-price .left-part .button-wrapper {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  .main .best-price .left-part .button-wrapper .button {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    width: 270px;
    padding: 15px;
    border-radius: 2px;
    background: #fff;
  }
  .main .best-price .left-part .button-wrapper .button:hover {
    background: #f9f9f9;
  }
  .main .best-price .left-part .button-wrapper .button span {
    position: relative;
    display: table;
    margin: 0 auto;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .best-price .left-part .button-wrapper .button span:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 15px;
    right: 5px;
  }
  .main .best-price .right-part {
    position: relative;
    width: 50%;
    float: right;
  }
  .main .best-price .right-part .discount {
    position: absolute;
    /*background: url("../img/sprite.png") -74px -348px no-repeat;
    width: 547px;
    height: 547px;
    padding: 120px;
    top: 0;
    right: -65px;*/
    background: url("../img/timer-7-paivaa-tai-ilmainen.png") no-repeat;
    width: 482px;
    height: 482px;
    top: -20px;
    right: -10px;
    font: 700 1.25em "lft-etica";
    color: #fff;
    text-align: center;
    /*@include rotate(25deg);*/
  }
  .main .best-price .right-part .discount span {
    font: 700 8em "lft-etica";
    color: #fff;
    position: relative;
    float: left;
    /*&:after{
      content: "%";
      color: #fff;
      font-size: 100px;
      position: absolute;
      top: 20px;
      right: -110px;
    }*/
  }
  .main .blog-posts {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #f9f9f9;
  }
  .main .blog-posts .title {
    font: 100 2.1875em "lft-etica";
    color: #333;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .main .blog-posts .posts {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 40px;
  }
  .main .blog-posts .posts .post {
    position: relative;
    width: 300px;
    height: 190px;
    float: left;
    padding: 40px 20px 40px 20px;
    background: #fff;
    margin-right: 20px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 0 0 2px 0;
  }
  .main .blog-posts .posts .post:last-child {
    margin-right: 0;
  }
  .main .blog-posts .posts .post a:hover .content {
    color: #ffa800;
  }
  .main .blog-posts .posts .post .content {
    font: 400 18px "lft-etica";
    color: #333;
  }
  .main .blog-posts .posts .post .date-social {
    position: absolute;
    bottom: 25px;
    left: 30px;
    width: 100%;
  }
  .main .blog-posts .posts .post .date-social .date {
    font: 400 13px "lft-etica";
    color: #999;
  }
  .main .blog-posts .posts .post .date-social .social {
    font: 400 13px "lft-etica";
    color: #ff8400;
  }
  .main .blog-posts .posts .post .date-social .social:hover {
    text-decoration: underline;
  }
  .main .blog-posts .posts .tw:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -938px no-repeat;
    width: 40px;
    height: 41px;
    top: -20px;
    left: 30px;
  }
  .main .blog-posts .posts .fb:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -50px -938px no-repeat;
    width: 40px;
    height: 41px;
    top: -20px;
    left: 30px;
  }
  .main .blog-posts .posts .blog:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -100px -938px no-repeat;
    width: 40px;
    height: 41px;
    top: -20px;
    left: 30px;
  }
  .main .blog-posts .button-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  .main .blog-posts .button-wrapper .blog-posts-button {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 290px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .main .blog-posts .button-wrapper .blog-posts-button:hover {
    background: #f9f9f9;
  }
  .main .blog-posts .button-wrapper .blog-posts-button span {
    position: relative;
    display: table;
    margin: 0 auto;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .blog-posts .button-wrapper .blog-posts-button span:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .price-rating-soc {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
  }
  .main .price-rating-soc .price {
    position: relative;
    width: 300px;
    height: 275px;
    float: left;
    background: #fff;
    margin-right: 20px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
  }
  .main .price-rating-soc .price .title {
    padding: 20px 20px 0;
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .price ul {
    position: relative;
    width: 100%;
    float: left;
  }
  .main .price-rating-soc .price ul li {
    position: relative;
    width: 100%;
    float: left;
    padding: 11px 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .main .price-rating-soc .price ul li:last-child {
    border-bottom: none;
  }
  .main .price-rating-soc .price ul li .left-part {
    position: relative;
    width: 70%;
    float: left;
    margin-top: 5px;
  }
  .main .price-rating-soc .price ul li .left-part .product-title {
    font: 400 16px "lft-etica";
    color: #ff8400;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 5px;
  }
  .main .price-rating-soc .price ul li .left-part .description {
    font: 400 14px "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
  }
  .main .price-rating-soc .price ul li .right-part {
    position: relative;
    width: 30%;
    float: right;
  }
  .main .price-rating-soc .price ul li .right-part .product-price {
    font: 400 1.75em "lft-etica";
    color: #4d6598;
    position: relative;
    width: 100%;
    float: right;
    text-align: right;
  }
  .main .price-rating-soc .price ul li .right-part .product-description {
    font: 400 0.75em "lft-etica";
    color: #999;
    position: relative;
    width: 100%;
    float: right;
    text-align: right;
  }
  .main .price-rating-soc .rating {
    position: relative;
    width: 300px;
    height: 275px;
    float: left;
    background: #fff;
    margin-right: 20px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
  }
  .main .price-rating-soc .rating .title {
    padding: 20px;
    font: 400 1.375em "lft-etica";
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1;
  }
  .main .price-rating-soc .rating .stars-wrapper {
    padding: 24px 50px;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 100%;
  }
  .main .price-rating-soc .rating .stars {
    height: 35px;
    margin: 0 auto;
    display: block;
    position: relative;
    width: 180px;
  }
  .main .price-rating-soc .rating .stars .star {
    background: url("../img/stars_big_average.png") no-repeat 0 0;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    position: relative;
  }
  .main .price-rating-soc .rating .stars .star.star.quarter-less {
    background: url("../img/stars_big_average.png") no-repeat -30px 0;
  }
  .main .price-rating-soc .rating .stars .star.half {
    background: url("../img/stars_big_average.png") no-repeat -60px 0;
  }
  .main .price-rating-soc .rating .stars .star.quarter-more {
    background: url("../img/stars_big_average.png") no-repeat -90px 0;
  }
  .main .price-rating-soc .rating .stars .star.full {
    background: url("../img/stars_big_average.png") no-repeat -120px 0;
  }
  .main .price-rating-soc .rating .stars .star:last-child {
    margin-right: 0;
  }
  .main .price-rating-soc .rating .rating-text {
    padding: 20px;
    float: left;
    width: 100%;
  }
  .main .price-rating-soc .rating .rating-text .digits {
    font: 100 50px "lft-etica";
    color: #ff8400;
    position: relative;
    line-height: 1;
    width: 100%;
    float: left;
    text-align: center;
  }
  .main .price-rating-soc .rating .rating-text .link {
    position: relative;
    margin: 0 auto;
    display: table;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .rating .rating-text .link:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .price-rating-soc .soc {
    position: relative;
    width: 300px;
    height: 275px;
    float: left;
    background: #fff;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
  }
  .main .price-rating-soc .soc .title {
    padding: 20px 20px 15px;
    font: 400 1.375em "lft-etica";
    color: #333;
    line-height: 1;
  }
  .main .price-rating-soc .soc .fb {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 16px 0 16px 110px;
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .soc .fb:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -160px -938px no-repeat;
    width: 60px;
    height: 61px;
    top: 0;
    left: 30px;
  }
  .main .price-rating-soc .soc .tw {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 16px 0 16px 110px;
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .soc .tw:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -231px -938px no-repeat;
    width: 60px;
    height: 61px;
    top: 0;
    left: 30px;
  }
  .main .price-rating-soc .soc .goo {
    position: relative;
    width: 100%;
    float: left;
    padding: 16px 0 16px 110px;
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .soc .goo:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -305px -938px no-repeat;
    width: 60px;
    height: 61px;
    top: 0;
    left: 30px;
  }
  .main .text-video-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #f9f9f9;
  }
  .main .text-video-area .title {
    font: 100 2.1875em "lft-etica";
    color: #333;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .main .text-video-area .recommend {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 40px;
  }
  .main .text-video-area .recommend .recommend-content {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider {
    height: 100%;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper {
    position: relative;
    width: 100%;
    float: left;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .left-part {
    position: relative;
    float: left;
    width: 50%;
    padding-right: 20px;
    height: 430px !important;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .left-part .title {
    font: 400 1.375em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: left;
    margin-bottom: 30px;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .left-part .description {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: left;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .right-part {
    position: relative;
    float: right;
    width: 50%;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .right-part .youtube-area {
    position: absolute;
    top: -99px;
    bottom: -99px;
    margin: auto;
    width: 460px;
    height: 260px;
    right: 0;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .right-part .youtube-area iframe {
    width: 100% !important;
    height: 100% !important;
  }
  .main .map {
    position: relative;
    width: 100%;
    float: left;
  }
  .main .map .map-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
  }
  .main .map #map5 {
    position: relative;
    float: left;
    width: 100% !important;
    height: 744px !important;
  }
  .main .content-block {
    padding: 20px 0 40px;
  }
  .main .content-block .left-part {
    background-color: #fff;
    width: 65.82%;
    float: left;
    position: relative;
    z-index: 5;
  }
  .main .content-block .left-part form {
    width: 100%;
    float: left;
  }
  .main .content-block .left-part form .gform_title {
    font: 700 1.5em "lft-etica";
    color: #333;
    text-transform: uppercase;
    margin-bottom: 25px;
    float: left;
  }
  .main .content-block .left-part form .gform_body {
    width: 100%;
    float: left;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) {
    width: 47.94%;
    height: 40px;
    margin-bottom: 30px;
    float: left;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea):nth-child(odd) {
    margin-right: 4.11%;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) input {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 5px 4%;
    float: left;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) input::-moz-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) input::-webkit-input-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) input:-ms-input-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li.textarea textarea {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 190px;
    border: 1px solid #ccc;
    padding: 10px 2%;
    margin-bottom: 30px;
    float: left;
  }
  .main .content-block .left-part form .gform_body li.textarea textarea::-moz-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li.textarea textarea::-webkit-input-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li.textarea textarea:-ms-input-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li.more {
    text-transform: uppercase;
    position: relative;
    height: auto;
    margin-bottom: 30px;
    float: left;
    cursor: pointer;
  }
  .main .content-block .left-part form .gform_body li.more li {
    width: auto;
    height: auto;
    float: left;
    position: relative;
    padding: 2px 0 0 28px;
    margin: 0;
  }
  .main .content-block .left-part form .gform_body li.more li:before {
    background: url("../img/sprite.png") no-repeat -356px -50px;
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
  }
  .main .content-block .left-part form .gform_body li.more li label {
    font-weight: 700;
    float: left;
  }
  .main .content-block .left-part form .gform_body li.more li input {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    margin: 0;
    cursor: pointer;
  }
  .main .content-block .left-part form .gform_footer input[type=submit] {
    background-color: #daa424;
    font: 700 1.125em "lft-etica";
    color: #fff;
    text-transform: uppercase;
    width: 43.83%;
    height: 50px;
    border-radius: 30px;
    border: none;
    float: left;
    cursor: pointer;
  }
  .main .content-block .left-part form .gform_footer input[type=submit]:hover {
    background-color: #c49420;
  }
  .main .content-block .left-part .share {
    width: 100%;
    padding-top: 30px;
    margin-top: 60px;
    border-top: 4px solid #e5e5e5;
    float: left;
  }
  .main .content-block .left-part .share-social {
    width: 40%;
    height: 22px;
    float: left;
  }
  .main .content-block .left-part .article-list {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    float: left;
  }
  .main .content-block .left-part .article-list article {
    width: 47.82%;
    margin-bottom: 30px;
    float: left;
  }
  .main .content-block .left-part .article-list article .thumb {
    width: 100%;
    height: 195px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
  }
  .main .content-block .left-part .article-list article .thumb img {
    width: 100%;
    height: 100%;
    float: left;
  }
  .main .content-block .left-part .article-list article a {
    color: #333;
  }
  .main .content-block .left-part .article-list article a h5 {
    font-weight: 400;
    font-size: 1.375em;
    line-height: 1.2;
    position: relative;
    margin-bottom: 8px;
    float: left;
    width: 100%;
  }
  .main .content-block .left-part .article-list article .details {
    float: left;
    width: 100%;
  }
  .main .content-block .left-part .article-list article .details time {
    font: 400 0.8125em "lft-etica";
    color: #999999;
    position: relative;
    float: left;
  }
  .main .content-block .left-part .article-list article .details a {
    font: 400 0.8125em "lft-etica";
    color: #ff8400;
    text-decoration: none;
    margin: 0 5px;
    float: left;
  }
  .main .content-block .left-part .article-list article .details a:hover {
    text-decoration: underline;
  }
  .main .content-block .left-part .article-list article p {
    line-height: 1.3;
    margin-bottom: 18px;
    float: left;
    width: 100%;
  }
  .main .content-block .left-part .article-list article .article-link {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    float: left;
  }
  .main .content-block .left-part .article-list article .article-link:after {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
  }
  .main .content-block .left-part .article-list article .article-link:hover {
    color: #ff8a0c;
  }
  .main .content-block .left-part .article-list article:first-child {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
  }
  .main .content-block .left-part .article-list article:first-child .thumb {
    height: 400px;
    margin-bottom: 30px;
  }
  .main .content-block .left-part .article-list article:first-child h2 {
    font: 300 2.1875em "lft-etica";
    color: #333;
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 100%;
  }
  .main .content-block .left-part .article-list article:first-child .details {
    margin-bottom: 20px;
  }
  .main .content-block .left-part .article-list article:nth-child(2n + 2) {
    margin-right: 4.3%;
  }
  .main .content-block .left-part .search-taxonomy-author article:nth-child(2n + 2) {
    margin-right: 0;
  }
  .main .content-block .left-part .search-taxonomy-author article:nth-child(2n - 1) {
    margin-right: 4.3%;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child {
    width: 47.82%;
    margin-bottom: 30px;
    float: left;
    border-bottom: none;
    padding-bottom: 0;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child .thumb {
    width: 100%;
    height: 195px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child .thumb img {
    width: 100%;
    height: 100%;
    float: left;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child a {
    color: #333;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child a h5 {
    font-weight: 400;
    font-size: 1.375em;
    line-height: 1.2;
    position: relative;
    margin-bottom: 8px;
    float: left;
    width: 100%;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child .details {
    float: left;
    width: 100%;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child .details time {
    font: 400 0.8125em "lft-etica";
    color: #999999;
    position: relative;
    float: left;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child .details a {
    font: 400 0.8125em "lft-etica";
    color: #ff8400;
    text-decoration: none;
    margin: 0 5px;
    float: left;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child .details a:hover {
    text-decoration: underline;
  }
  .main .content-block .left-part .search-taxonomy-author article:first-child p {
    line-height: 1.3;
    margin-bottom: 18px;
    float: left;
    width: 100%;
  }
  .main .content-block .left-part .show-more {
    background-color: #fff;
    width: 47.82%;
    height: 50px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
    border-radius: 3px;
    float: left;
    cursor: pointer;
  }
  .main .content-block .left-part .show-more:hover {
    background-color: #f9f9f9;
  }
  .main .content-block .left-part .show-more span {
    font: 600 16px "lft-etica";
    color: #333;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    display: table;
  }
  .main .content-block .left-part .show-more span:before {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 2px;
    left: -20px;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .main .content-block .left-part .article-content {
    width: 100%;
    margin-bottom: 10px;
    float: left;
  }
  .main .content-block .left-part .article-content .thumb {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
  }
  .main .content-block .left-part .article-content .thumb img {
    width: auto;
    height: 100%;
    float: left;
  }
  .main .content-block .left-part .article-content h1 {
    width: 100%;
    font: 300 2.1875em "lft-etica";
    color: #333;
    margin-bottom: 10px;
    position: relative;
    float: left;
  }
  .main .content-block .left-part .article-content .details {
    width: 100%;
    margin-bottom: 10px;
    float: left;
  }
  .main .content-block .left-part .article-content .details time {
    font: 400 0.875em "lft-etica";
    color: #999999;
    position: relative;
    float: left;
  }
  .main .content-block .left-part .article-content .details a {
    font: 400 0.875em "lft-etica";
    color: #ff8400;
    text-decoration: none;
    margin: 0 5px;
    float: left;
  }
  .main .content-block .left-part .article-content .details a:hover {
    text-decoration: underline;
  }
  .main .content-block .left-part .article-content .text {
    width: 100%;
    float: left;
  }
  .main .content-block .left-part .article-content .text h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .article-content .text h3 {
    font-size: 1.75em;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .article-content .text h4 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .article-content .text h5 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .article-content .text p {
    line-height: 1.3;
    margin-bottom: 18px;
  }
  .main .content-block .left-part .article-content .text ul {
    margin-bottom: 18px;
  }
  .main .content-block .left-part .article-content .text ul li {
    list-style: none;
    padding-left: 16px;
    position: relative;
  }
  .main .content-block .left-part .article-content .text ul li:before {
    width: 4px;
    height: 4px;
    content: '';
    position: absolute;
    border-radius: 100%;
    background-color: #1c1e25;
    display: block;
    top: 5px;
    left: 2px;
  }
  .main .content-block .left-part .article-content .text ol {
    counter-reset: item;
    margin-bottom: 18px;
  }
  .main .content-block .left-part .article-content .text ol li {
    list-style: none;
    padding-left: 16px;
    position: relative;
  }
  .main .content-block .left-part .article-content .text ol li:before {
    width: 4px;
    height: 4px;
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  .main .content-block .left-part .author-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .left-part .author-area .img-wrapper {
    position: relative;
    float: left;
    width: 151px;
    height: 151px;
    overflow: hidden;
    margin-right: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
  .main .content-block .left-part .author-area .img-wrapper img {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }
  .main .content-block .left-part .author-area .author-content {
    position: relative;
    width: 372px;
    float: left;
  }
  .main .content-block .left-part .author-area .author-content .author {
    position: relative;
    width: 100%;
    float: left;
    font: 400 1.75em "lft-etica";
    color: #333;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .author-area .author-content .specialization {
    position: relative;
    width: 100%;
    float: left;
    font: 400 1em "lft-etica";
    color: #999999;
    font-style: italic;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .author-area .author-content .description {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
  }
  .main .content-block .left-part .author-area .socials {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
  }
  .main .content-block .left-part .author-area .socials .in {
    position: absolute;
    background: url("../img/sprite.png") -64px 0 no-repeat;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
  }
  .main .content-block .left-part .author-area .socials .twitter {
    position: absolute;
    background: url("../img/sprite.png") 0px -794px no-repeat;
    width: 24px;
    height: 24px;
    top: 0;
    right: 90px;
  }
  .main .content-block .left-part .author-area .socials .facebook {
    position: absolute;
    background: url("../img/sprite.png") 0 -761px no-repeat;
    width: 24px;
    height: 24px;
    top: 0;
    right: 60px;
  }
  .main .content-block .left-part .author-area .socials .google {
    position: absolute;
    background: url("../img/sprite.png") 0 -830px no-repeat;
    width: 24px;
    height: 24px;
    top: 0;
    right: 30px;
  }
  .main .content-block .left-part .comments-block {
    background-color: #fff;
    width: 100%;
    position: relative;
    padding-top: 35px;
    float: left;
    z-index: 5;
  }
  .main .content-block .left-part .comments-block .comment-title {
    font: 300 2.1875em "lft-etica";
    color: #333;
    margin-bottom: 25px;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-title span {
    color: #ff8400;
  }
  .main .content-block .left-part .comments-block .comment-list {
    width: 100%;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item {
    background-color: #f4f4f4;
    width: 100%;
    padding: 4.35%;
    margin-bottom: 30px;
    border: 1px solid #e3e3e3;
    position: relative;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 19px 11px 0;
    border-color: transparent #f5f5f5 transparent transparent;
    content: '';
    position: absolute;
    bottom: -11px;
    left: 5%;
    z-index: 2;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 12px 0;
    border-color: transparent #e3e3e3 transparent transparent;
    content: '';
    position: absolute;
    bottom: -13px;
    left: 5%;
    z-index: 1;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item h3 {
    width: 100%;
    font: 400 1.375em "lft-etica";
    color: #333;
    margin-bottom: 8px;
    float: left;
    clear: both;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item time {
    width: 100%;
    font: 400 0.8125em "lft-etica";
    color: #999999;
    margin-bottom: 12px;
    position: relative;
    float: left;
    clear: both;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item p {
    width: 100%;
    color: #333;
    line-height: 1.3;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form {
    width: 100%;
    float: left;
    padding: 20px;
    background-color: #f4f4f4;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-title {
    font: 400 1.375em "lft-etica";
    color: #333;
    margin-bottom: 10px;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form .form-submit {
    display: none;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input {
    width: 100%;
    padding-top: 10px;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input input {
    font: 400 1em "lft-etica";
    color: #333;
    width: 48.3%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 2%;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input input::-moz-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input input::-webkit-input-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input input:-ms-input-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input input[type="email"] {
    float: right;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input textarea {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 190px;
    margin: 30px 0;
    padding: 10px 2%;
    border: 1px solid #ccc;
    resize: none;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input textarea::-moz-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input textarea::-webkit-input-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input textarea:-ms-input-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input button[type=submit] {
    background-color: #fff;
    width: 47.82%;
    height: 50px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
    border-radius: 3px;
    float: left;
    cursor: pointer;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input button[type=submit] span {
    font: 600 16px "lft-etica";
    color: #333;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    display: table;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input button[type=submit] span:before {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 4px;
    right: -20px;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input button[type=submit]:hover {
    background-color: #f9f9f9;
  }
  .main .content-block .sidebar {
    width: 31.63%;
    float: right;
    position: relative;
    z-index: 5;
  }
  .main .content-block .sidebar > div {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    float: left;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
    position: relative;
    z-index: 5;
  }
  .main .content-block .sidebar > div h3 {
    font: 400 1.375em "lft-etica";
    color: #333;
    width: 100%;
    margin-bottom: 15px;
  }
  .main .content-block .sidebar .search {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .sidebar .search form {
    position: relative;
  }
  .main .content-block .sidebar .search form input[type="text"] {
    color: #333;
    width: 100%;
    height: 40px;
    border: 1px solid #e3e3e3;
    padding: 10px 3%;
    position: relative;
    z-index: 1;
    float: left;
  }
  .main .content-block .sidebar .search form input[type="text"]::-moz-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .search form input[type="text"]::-webkit-input-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .search form input[type="text"]:-ms-input-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .search form button[type=submit] {
    background-color: #ff8400;
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
  }
  .main .content-block .sidebar .search form button[type=submit]:before {
    background: url("../img/sprite.png") no-repeat -20px 0;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: 12px;
    right: 13px;
    z-index: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .main .content-block .sidebar .search form button[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #ff8400;
  }
  .main .content-block .sidebar .search form button[type=submit]:hover:before {
    background: url("../img/sprite.png") no-repeat -41px 0;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: 12px;
    right: 13px;
    z-index: 1;
  }
  .main .content-block .sidebar .categories-list {
    padding: 20px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .sidebar .categories-list li {
    width: 100%;
    float: left;
  }
  .main .content-block .sidebar .categories-list li a {
    font: 400 1.125em "lft-etica";
    color: #333;
    position: relative;
    background-color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 0 0 10px 20px;
    float: left;
  }
  .main .content-block .sidebar .categories-list li a:hover {
    color: #ff8400;
  }
  .main .content-block .sidebar .categories-list li a:before {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
  }
  .main .content-block .sidebar .categories-list li:last-child a {
    padding: 0 0 0 20px;
  }
  .main .content-block .sidebar .social-link-blog {
    background-color: #f9f9f9;
  }
  .main .content-block .sidebar .social-link-blog .soc-link {
    background-color: #f9f9f9;
  }
  .main .content-block .sidebar .social-link-blog .soc-link li {
    margin: 20px 0;
    background: url(../img/icon-social.png) no-repeat;
    height: 40px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link li:first-child {
    margin-top: 0;
  }
  .main .content-block .sidebar .social-link-blog .soc-link li:last-child {
    margin-bottom: 0;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lyt {
    background-position: 0 5px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lfb {
    background-position: 0 -45px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lin {
    background-position: 0 -95px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .ltw {
    background-position: 0 -145px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lrs {
    background-position: 0 -195px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lgl {
    background-position: 0 -245px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lem {
    background-position: 0 -300px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .main .content-block .sidebar .social-link-blog .soc-link a {
    display: block;
    font: 400 0.9em "lft-etica";
    color: #333;
    padding: 10px 0px 10px 50px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link a:hover {
    color: #ff8400;
  }
  .main .content-block .sidebar .subscribe {
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .sidebar .subscribe .gform_title {
    color: #333;
  }
  .main .content-block .sidebar .subscribe .gform_description {
    color: #333;
    float: left;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .main .content-block .sidebar .subscribe .medium {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 38px;
    padding: 4px 4%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
  }
  .main .content-block .sidebar .subscribe .medium::-moz-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .subscribe .medium::-webkit-input-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .subscribe .medium:-ms-input-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .subscribe .gform_footer {
    position: relative;
    width: 170px;
    float: left;
  }
  .main .content-block .sidebar .subscribe .gform_footer:after {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 18px;
    right: 40px;
  }
  .main .content-block .sidebar .subscribe .gform_footer input[type=submit] {
    font: 600 1em "lft-etica";
    color: #333;
    background-color: #fff;
    width: 100%;
    height: 50px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
    border-radius: 3px;
    float: left;
    cursor: pointer;
  }
  .main .content-block .sidebar .subscribe .gform_footer input[type=submit]:hover {
    background-color: #f9f9f9;
  }
  .main .blog-price-rating-soc {
    background: #f9f9f9;
  }

  /* Price list page */
  .price-list .text-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
  }
  .price-list .text-area #mySelect {
    display: none;
  }
  .price-list .text-area table {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-collapse: separate;
  }
  .price-list .text-area table tr:hover {
    background: #edfbff !important;
  }
  .price-list .text-area table tr:first-child td {
    font: 400 1.375em "lft-etica";
    color: #333;
    background: #f9f9f9;
  }
  .price-list .text-area table tr:first-child td img {
    position: absolute;
    margin: auto;
    top: -9px;
    bottom: -9px;
    right: 20px;
  }
  .price-list .text-area table tr:nth-of-type(2n) {
    background: #f9f9f9;
  }
  .price-list .text-area table tr:nth-of-type(2) td {
    background: #4d6598;
    font: 700 1em "lft-etica";
    color: #fff;
  }
  .price-list .text-area table tr:nth-of-type(2) td:first-child {
    color: #fff;
  }
  .price-list .text-area table tr td {
    position: relative;
    font: 400 1em "lft-etica";
    color: #333;
    padding: 20px;
    border: 1px solid #d7d7d7;
  }
  .price-list .text-area table tr td:first-child {
    font: 700 1em "lft-etica";
    color: #333;
  }
  .price-list .text-area .water-expose {
    position: relative;
    width: 570px;
    float: left;
    border: 1px solid #d7d7d7;
  }
  .price-list .text-area .water-expose .title {
    font: 400 1.375em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    padding: 20px;
    float: left;
    background: #f9f9f9;
    border-bottom: 2px solid #d7d7d7;
  }
  .price-list .text-area .water-expose .description {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    width: 438px;
    padding: 20px;
    float: left;
    border-right: 1px solid #d7d7d7;
  }
  .price-list .text-area .water-expose .price {
    position: relative;
    width: 130px;
    float: left;
    padding: 20px;
    display: table;
  }
  .price-list .text-area .water-expose .price span {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .price-list .discount-sidebar {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #f9f9f9;
  }
  .price-list .discount-sidebar .left-part {
    position: relative;
    width: 620px;
    float: left;
    height: 150px;
    margin-right: 20px;
    background: #fff;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
    padding: 40px 50px;
  }
  .price-list .discount-sidebar .left-part:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -375px -30px no-repeat;
    width: 132px;
    height: 130px;
    bottom: 0;
    right: 30px;
  }
  .price-list .discount-sidebar .left-part:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -694px -107px no-repeat;
    width: 70px;
    height: 64px;
    bottom: 40px;
    right: 185px;
  }
  .price-list .discount-sidebar .left-part .title {
    position: relative;
    width: 280px;
    float: left;
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .price-list .discount-sidebar .right-part {
    position: relative;
    width: 300px;
    float: left;
    height: 150px;
    background: #fff;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
    padding: 20px 30px;
    overflow: hidden;
  }
  .price-list .discount-sidebar .right-part:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -75px -42px no-repeat;
    width: 100px;
    height: 150px;
    bottom: -20px;
    right: -30px;
  }
  .price-list .discount-sidebar .right-part a {
    color: #ffa800;
  }
  .price-list .discount-sidebar .right-part .title {
    position: relative;
    margin-top: 5px;
    width: 180px;
    float: left;
    font: 400 18px "lft-etica";
    color: #333;
  }
  .price-list .discount-sidebar .right-part .sticker {
    position: absolute;
    background: url("../img/sprite.png") -186px -43px no-repeat;
    width: 81px;
    height: 81px;
    bottom: 35px;
    right: 5px;
    padding: 34px 20px 20px 23px;
    font: 700 1em "lft-etica";
    text-transform: uppercase;
    color: #fff;
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .price-list .price-rating-soc {
    background: #f9f9f9;
  }

  /* Location page */
  .location-template {
    position: relative;
    width: 100%;
    float: left;
  }
  .location-template .location-section {
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
    background: #fff;
  }
  .location-template .location-section .title {
    position: relative;
    display: block;
    margin: 0 auto 10px;
    width: 485px;
    padding-left: 65px;
    text-align: left;
    font: 100 2.1875em "lft-etica";
    color: #333;
  }
  .location-template .location-section .title:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -299px no-repeat;
    width: 49px;
    height: 78px;
    bottom: -30px;
    left: 0;
  }
  .location-template .location-section .description {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 485px;
    padding-left: 65px;
    font: 400 16px "lft-etica";
    color: #999;
  }
  .location-template .location-section .locations {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .location-template .location-section .locations .location {
    position: relative;
    width: 220px;
    height: 280px;
    float: left;
    margin-right: 20px;
  }
  .location-template .location-section .locations .location:last-child {
    margin-right: 0;
  }
  .location-template .location-section .locations .location #map1 {
    position: relative;
    float: left;
    width: 100%;
    height: 210px;
  }
  .location-template .location-section .locations .location #map2 {
    position: relative;
    float: left;
    width: 100%;
    height: 210px;
  }
  .location-template .location-section .locations .location #map3 {
    position: relative;
    float: left;
    width: 100%;
    height: 210px;
  }
  .location-template .location-section .locations .location #map4 {
    position: relative;
    float: left;
    width: 100%;
    height: 210px;
  }
  .location-template .location-section .locations .location .city-distance {
    position: relative;
    float: left;
    width: 100%;
    padding: 16px 20px;
    background: #4d6598;
  }
  .location-template .location-section .locations .location .city-distance .city {
    float: left;
    font: 400 0.875em "lft-etica";
    color: #fff;
  }
  .location-template .location-section .locations .location .city-distance .distance {
    float: right;
    font: 600 0.875em "lft-etica";
    color: #fff;
  }
  .location-template .location-section .search-location {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 0 30px;
  }
  .location-template .location-section .search-location .search-title {
    position: relative;
    margin: 25px auto;
    display: block;
    width: 460px;
    text-align: center;
    font: 400 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 460px;
    /* Firefox 19+ */
    /* Firefox 18- */
  }
  .location-template .location-section .search-location .search input[type="text"] {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 14px 18px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    float: left;
  }
  .location-template .location-section .search-location .search input[type="text"]::-webkit-input-placeholder {
    font: 500 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search input[type="text"]::-moz-placeholder {
    font: 500 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search input[type="text"]:-moz-placeholder {
    font: 500 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search input[type="text"]:-ms-input-placeholder {
    font: 500 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search button[type=submit] {
    width: 55px;
    height: 50px;
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
  }
  .location-template .location-section .search-location .search button[type=submit]:before {
    background: url("../img/sprite.png") no-repeat -220px 0;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .location-template .location-map {
    position: relative;
    width: 100%;
    float: left;
  }
  .location-template .location-map .map-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: transparent;
  }
  .location-template .location-map #map5 {
    width: 100% !important;
    height: 100% !important;
  }
  .location-template .location-map img {
    width: 100%;
    height: auto;
    float: left;
  }
  .location-template .locations-list {
    position: relative;
    width: 100%;
    padding: 30px 0;
    float: left;
  }
  .location-template .locations-list .title {
    font: 100 2.1875em "lft-etica";
    color: #333;
    position: relative;
    margin: 0 auto 30px;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
  }
  .location-template .locations-list .locations {
    position: relative;
    width: 100%;
    float: left;
  }
  .location-template .locations-list .locations .city {
    position: relative;
    width: 220px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
  }
  .location-template .locations-list .locations .city span {
    position: relative;
    float: left;
    font: 400 16px "lft-etica";
    color: #ff8400;
  }
  .location-template .locations-list .locations .city span:after {
    content: "\bb";
    position: absolute;
    top: 0;
    right: -15px;
  }
  .location-template .locations-list .locations .city:nth-of-type(4n) {
    margin-right: 0;
  }
  .location-template .price-rating-soc {
    background: #f9f9f9;
  }

  /* Single location page */
  .single-location {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0 0;
  }
  .single-location .link-back {
    font: 600 1em "lft-etica";
    color: #333;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
    margin-left: 30px;
  }
  .single-location .link-back:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -1px -657px no-repeat;
    width: 15px;
    height: 15px;
    top: 2px;
    left: -20px;
  }
  .single-location .title-single-location {
    font: 100 2.1875em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
  }
  .single-location .location-info {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 40px;
  }
  .single-location .location-info .left-part {
    position: relative;
    width: 540px;
    margin-right: 20px;
    float: left;
  }
  .single-location .location-info .left-part .tel {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .single-location .location-info .left-part .tel:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -550px no-repeat;
    width: 30px;
    height: 30px;
    top: 2px;
    left: 0;
  }
  .single-location .location-info .left-part .tel .number {
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .tel .price {
    font: 400 14px "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .email {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .single-location .location-info .left-part .email:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -588px no-repeat;
    width: 30px;
    height: 24px;
    top: 7px;
    left: 0;
  }
  .single-location .location-info .left-part .email span {
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .time {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-left: 40px;
  }
  .single-location .location-info .left-part .time:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -618px no-repeat;
    width: 30px;
    height: 30px;
    top: 2px;
    left: 0;
  }
  .single-location .location-info .left-part .time span {
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .text-area {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .text-area h1, .single-location .location-info .left-part .text-area h2, .single-location .location-info .left-part .text-area h3, .single-location .location-info .left-part .text-area h4, .single-location .location-info .left-part .text-area h5, .single-location .location-info .left-part .text-area h6 {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    padding-left: 18px;
  }
  .single-location .location-info .left-part .text-area h1:before, .single-location .location-info .left-part .text-area h2:before, .single-location .location-info .left-part .text-area h3:before, .single-location .location-info .left-part .text-area h4:before, .single-location .location-info .left-part .text-area h5:before, .single-location .location-info .left-part .text-area h6:before {
    content: "\bb";
    font: 400 27px "lft-etica";
    color: #ff8400;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .single-location .location-info .left-part .location-form {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 2px;
    padding: 20px;
    background: #f9f9f9;
  }
  .single-location .location-info .left-part .location-form .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
  }
  .single-location .location-info .left-part .location-form .gform_heading .gform_title {
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .location-form .gform_body {
    position: relative;
    float: left;
    width: 100%;
  }
  .single-location .location-info .left-part .location-form .gform_body li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    /* Firefox 19+ */
    /* Firefox 18- */
  }
  .single-location .location-info .left-part .location-form .gform_body li input {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-location .location-info .left-part .location-form .gform_body li .medium::-webkit-input-placeholder {
    font: 500 1em "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .location-form .gform_body li .medium::-moz-placeholder {
    font: 500 1em "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .location-form .gform_body li .medium:-moz-placeholder {
    font: 500 1em "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .location-form .gform_body li .medium:-ms-input-placeholder {
    font: 500 1em "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .location-form .gform_body li textarea {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-location .location-info .left-part .location-form .gform_body li:nth-of-type(1) {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 235px;
  }
  .single-location .location-info .left-part .location-form .gform_body li:nth-of-type(2) {
    position: relative;
    float: left;
    width: 235px;
  }
  .single-location .location-info .left-part .location-form .gform_footer {
    position: relative;
    float: left;
    width: 100%;
  }
  .single-location .location-info .left-part .location-form .gform_footer:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 180px;
  }
  .single-location .location-info .left-part .location-form .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 290px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .single-location .location-info .left-part .location-form .gform_footer .gform_button:hover {
    background: #f9f9f9;
  }
  .single-location .location-info .left-part .under-text {
    position: relative;
    margin-top: 20px;
    float: left;
    width: 100%;
  }
  .single-location .location-info .right-part {
    position: relative;
    width: 380px;
    float: left;
  }
  .single-location .location-info .right-part .img-wrapper {
    position: relative;
    width: 100%;
    float: left;
    height: 240px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .single-location .location-info .right-part .img-wrapper img {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
  }
  .single-location .location-info .right-part-second {
    position: relative;
    width: 380px;
    float: left;
  }
  .single-location .location-info .right-part-second .map {
    position: relative;
    width: 100%;
    float: left;
  }
  .single-location .location-info .right-part-second .map iframe {
    position: relative;
    width: 100% !important;
    height: 330px !important;
    float: left;
  }
  .single-location .location-info .right-part-second .map .title-distance {
    position: relative;
    width: 100%;
    float: left;
    background: #4d6598;
    padding: 20px;
  }
  .single-location .location-info .right-part-second .map .title-distance .title-map {
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
    font: 400 14px "lft-etica";
    color: #fff;
  }
  .single-location .location-info .right-part-second .map .title-distance .distance {
    position: relative;
    width: 50%;
    float: right;
    text-align: right;
    font: 600 14px "lft-etica";
    color: #fff;
  }
  .single-location .price-rating-soc {
    background: #f9f9f9;
  }

  /* FAQ page */
  .faq {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0 0;
  }
  .faq .title-faq {
    font: 100 2.1875em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
  }
  .faq .description-faq {
    font: 500 16px "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
  }
  .faq .select-share {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .faq .select-share .selected {
    position: relative;
    width: 50%;
    float: left;
  }
  .faq .select-share .selected .select-title {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
  }
  .faq .select-share .selected .selected-wrapper {
    position: relative;
    float: left;
    width: 165px;
  }
  .faq .select-share .selected .selected-wrapper:before {
    background-color: #fff;
    border-radius: 0;
    width: 37px;
    height: 37px;
    content: '';
    position: absolute;
    top: inherit;
    bottom: 1px !important;
    left: inherit;
    right: 2px !important;
    pointer-events: none;
    z-index: 1;
    display: block;
  }
  .faq .select-share .selected .selected-wrapper:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #666666 transparent transparent transparent;
    content: '';
    position: absolute;
    bottom: 17px;
    right: 17px;
    pointer-events: none;
    z-index: 1;
    display: block;
  }
  .faq .select-share .selected .selected-wrapper select {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 9px 10px;
    position: relative;
    float: left;
    text-transform: capitalize;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .faq .select-share .share-buttons {
    position: relative;
    width: 50%;
    float: right;
    height: 20px;
    margin-top: 10px;
  }
  .faq .select-share .share-buttons .share421init #share42 {
    position: relative;
    float: right;
  }
  .faq .select-share .share-buttons .share421init .share42-item:nth-of-type(1) a {
    background: url("../img/sprite.png") -702px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .faq .select-share .share-buttons .share421init .share42-item:nth-of-type(2) a {
    background: url("../img/sprite.png") -793px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 60px !important;
    height: 20px !important;
  }
  .faq .select-share .share-buttons .share421init .share42-item:nth-of-type(3) a {
    background: url("../img/sprite.png") -891px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .faq .select-share .share-buttons .share421init .share42-item .share42-counter {
    padding: 0 8px 0 5px !important;
    background-position: 100% 100% !important;
    height: 20px !important;
    font: 14px/20px "lft-etica";
    background-size: cover;
  }
  .faq .select-share .share-buttons .share421init .share42-item .share42-counter:before {
    background-position: 0 60% !important;
    left: -6px !important;
    width: 5px !important;
  }
  .faq .faq-list {
    position: relative;
    width: 100%;
    float: left;
  }
  .faq .faq-list .brand-info {
    display: none;
    position: relative;
    width: 100%;
    float: left;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  .faq .faq-list .brand-info .brand-title {
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 40px;
    font: 400 1.75em "lft-etica";
    color: #333;
  }
  .faq .faq-list .brand-info .brand-faq {
    position: relative;
    font: 400 1em "lft-etica";
    color: #333;
    width: 460px;
    height: 130px;
    padding: 40px 30px 30px 30px;
    background: #f9f9f9;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
    margin-right: 20px;
    margin-bottom: 48px;
    float: left;
  }
  .faq .faq-list .brand-info .brand-faq:before {
    width: 40px;
    height: 41px;
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1px -688px no-repeat;
    top: -20px;
    left: 30px;
    z-index: 1;
  }
  .faq .faq-list .brand-info .brand-faq:nth-of-type(2n) {
    margin-right: 0;
  }
  .faq .faq-list .active {
    display: block;
  }
  .faq .price-rating-soc {
    background: #f9f9f9;
  }

  /* FAQ single page */
  .single-faq {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0 0;
  }
  .single-faq .title-faq {
    font: 100 2.1875em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
  }
  .single-faq .description-faq {
    font: 500 16px "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
  }
  .single-faq .back-share {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .single-faq .back-share .link-back {
    font: 600 1em "lft-etica";
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-left: 30px;
  }
  .single-faq .back-share .link-back:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -1px -657px no-repeat;
    width: 15px;
    height: 15px;
    top: 2px;
    left: -20px;
  }
  .single-faq .back-share .share-buttons {
    position: relative;
    width: 50%;
    float: right;
    height: 20px;
  }
  .single-faq .back-share .share-buttons .share421init #share42 {
    position: relative;
    float: right;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item:nth-of-type(1) a {
    background: url("../img/sprite.png") -702px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item:nth-of-type(2) a {
    background: url("../img/sprite.png") -793px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 60px !important;
    height: 20px !important;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item:nth-of-type(3) a {
    background: url("../img/sprite.png") -891px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item .share42-counter {
    padding: 0 8px 0 5px !important;
    background-position: 100% 100% !important;
    height: 20px !important;
    font: 14px/20px "lft-etica";
    background-size: cover;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item .share42-counter:before {
    background-position: 0 60% !important;
    left: -6px !important;
    width: 5px !important;
  }
  .single-faq .faq-question {
    position: relative;
    width: 100%;
    float: left;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 40px;
  }
  .single-faq .faq-question .left-part {
    position: relative;
    width: 540px;
    float: left;
    margin-right: 20px;
  }
  .single-faq .faq-question .left-part .faq-title {
    position: relative;
    width: 100%;
    float: left;
    font: 400 1.375em "lft-etica";
    color: #333;
    margin-bottom: 30px;
  }
  .single-faq .faq-question .left-part .text-area {
    position: relative;
    width: 100%;
    float: left;
    font: 400 1em "lft-etica";
    color: #333;
    padding-bottom: 70px;
  }
  .single-faq .faq-question .left-part .text-area #snippet-box {
    border: 0 !important;
    width: 100% !important;
  }
  .single-faq .faq-question .left-part .text-area #snippet-box .star-rating-control a {
    transition: none !important;
  }
  .single-faq .faq-question .left-part .text-area #snippet-box .snippet-title {
    font: 400 1.375em "lft-etica";
    color: #333;
    background: #f9f9f9 !important;
    width: 100% !important;
    padding: 15px 20px !important;
    border-radius: 2px !important;
    border-bottom: 2px solid #e5e5e5 !important;
  }
  .single-faq .faq-question .left-part .text-area #snippet-box .aio-info {
    display: none !important;
  }
  .single-faq .faq-question .right-part {
    position: relative;
    width: 380px;
    float: right;
  }
  .single-faq .faq-question .right-part .img-wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 460px;
    overflow: hidden;
  }
  .single-faq .faq-question .right-part .img-wrapper img {
    position: relative;
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .single-faq .price-rating-soc {
    background: #f9f9f9;
  }

  /* Single page */
  .single-page {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0 0;
  }
  .single-page .title-single-page {
    font: 100 2.1875em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
  }
  .single-page .single-page-content {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 30px;
  }
  .single-page .some-form-wrapper {
    position: relative;
    margin: 20px auto;
    display: table;
    width: 100%;
    border-radius: 2px;
  }
  .single-page .some-form-wrapper form {
    position: relative;
    display: block;
    float: left;
  }
  .single-page .some-form-wrapper .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }
  .single-page .some-form-wrapper .gform_heading .gform_title {
    font: 100 45px "lft-etica";
    color: #333;
    text-align: center;
  }
  .single-page .some-form-wrapper .gform_heading .gform_description {
    font: 400 18px "lft-etica";
    text-align: center;
    position: relative;
    margin: 0 auto 10px;
    width: 70%;
    display: table;
  }
  .single-page .some-form-wrapper .gform_body {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 300px 0 30px;
    background: #f9f9f9;
  }
  .single-page .some-form-wrapper .gform_body:after {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1046px -14px no-repeat;
    width: 317px;
    height: 400px;
    right: -50px;
    top: -30px;
    z-index: 3;
  }
  .single-page .some-form-wrapper .gform_body li {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 290px;
    margin-bottom: 20px;
    padding: 0;
  }
  .single-page .some-form-wrapper .gform_body li:nth-of-type(2), .single-page .some-form-wrapper .gform_body li:nth-of-type(4), .single-page .some-form-wrapper .gform_body li:nth-of-type(8) {
    margin-right: 0;
  }
  .single-page .some-form-wrapper .gform_body li:nth-of-type(5) {
    margin-right: 0;
    width: 100%;
  }
  .single-page .some-form-wrapper .gform_body li:nth-of-type(5) textarea {
    height: 120px;
    width: 100%;
    resize: none;
    border: 1px solid #ccc;
  }
  .single-page .some-form-wrapper .gform_body li:nth-of-type(6) {
    margin-right: 0;
    width: 100%;
  }
  .single-page .some-form-wrapper .gform_body li .gfield_label {
    display: none;
  }
  .single-page .some-form-wrapper .gform_body li .gfield_description {
    font-size: 15px;
  }
  .single-page .some-form-wrapper .gform_body li:before {
    content: '';
    display: none;
  }
  .single-page .some-form-wrapper .gform_body li input, .single-page .some-form-wrapper .gform_body li select {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-page .some-form-wrapper .gform_body .gform_validation_container {
    display: none;
  }
  .single-page .some-form-wrapper .gform_footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 30px 30px 30px;
    background: #f9f9f9;
  }
  .single-page .some-form-wrapper .gform_footer::after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 260px;
  }
  .single-page .some-form-wrapper .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 290px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .single-page .some-login-form {
    position: relative;
    width: 500px;
    margin: 0 auto;
    display: table;
    padding: 30px;
    background: #f9f9f9;
  }
  .single-page .some-login-form .title {
    font: 400 28px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .single-page .some-login-form .login-fields {
    position: relative;
    width: 100%;
    float: left;
  }
  .single-page .some-login-form .field {
    width: 48%;
    float: left;
    position: relative;
    margin-right: 4%;
  }
  .single-page .some-login-form .field input {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-page .some-login-form .field:last-of-type {
    margin-right: 0;
  }
  .single-page .some-login-form .login-actions {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .single-page .some-login-form .login-actions:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 145px;
  }
  .single-page .some-login-form .login-actions .button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 48%;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .single-page #test {
    position: relative;
    margin: 20px auto;
    display: table;
    width: 100%;
  }
  .single-page #test form {
    position: relative;
    display: block;
    float: left;
  }
  .single-page #test .form-body {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 300px 0 20px;
    background: #f9f9f9;
  }
  .single-page #test .form-body:after {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1046px -14px no-repeat;
    width: 317px;
    height: 400px;
    right: -50px;
    top: -30px;
    z-index: 3;
  }
  .single-page #test .form-body li {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 300px;
    margin-bottom: 20px;
    padding: 0;
  }
  .single-page #test .form-body li:nth-of-type(2), .single-page #test .form-body li:nth-of-type(4), .single-page #test .form-body li:nth-of-type(7), .single-page #test .form-body li:nth-of-type(9) {
    margin-right: 0;
  }
  .single-page #test .form-body li:nth-of-type(5), .single-page #test .form-body li:nth-of-type(10) {
    margin-right: 0;
    width: 100%;
  }
  .single-page #test .form-body li:nth-of-type(5) textarea, .single-page #test .form-body li:nth-of-type(10) textarea {
    width: 100%;
    height: 120px;
    resize: none;
    border: 1px solid #ccc;
  }
  .single-page #test .form-body li:before {
    content: '';
    display: none;
  }
  .single-page #test .form-body li input {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-page #test .form-body .gform_validation_container {
    display: none;
  }
  .single-page #test .form-footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 20px 20px 20px;
    background: #f9f9f9;
  }
  .single-page #test .form-footer::after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 205px;
  }
  .single-page #test .form-footer input[type=submit] {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 300px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .single-page .price-rating-soc {
    background: #f9f9f9;
  }

  /* Flow page */
  .flow-template {
    position: relative;
    width: 100%;
    float: left;
  }
  .flow-template .flow-section {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
    overflow: hidden;
  }
  .flow-template .flow-section .flow-content {
    position: relative;
    width: 100%;
    float: left;
    padding-right: 380px;
  }
  .flow-template .flow-section .flow-content:before {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -657px -599px no-repeat;
    width: 347px;
    height: 125px;
    right: 0;
    bottom: -30px;
    z-index: 3;
  }
  .flow-template .flow-form {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #f9f9f9;
  }
  .flow-template .flow-form form {
    position: relative;
    display: block;
    float: left;
  }
  .flow-template .flow-form .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }
  .flow-template .flow-form .gform_heading .gform_title {
    font: 400 28px "lft-etica";
    color: #333;
    text-align: center;
  }
  .flow-template .flow-form .gform_body {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .flow-template .flow-form .gform_body li {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 220px;
    margin-bottom: 20px;
    padding: 0;
  }
  .flow-template .flow-form .gform_body li:nth-of-type(4), .flow-template .flow-form .gform_body li:nth-of-type(8) {
    margin-right: 0;
  }
  .flow-template .flow-form .gform_body li .gfield_label {
    display: block !important;
    font-size: 14px;
  }
  .flow-template .flow-form .gform_body li .gfield_label .gfield_required {
    color: #ff8400;
  }
  .flow-template .flow-form .gform_body li:before {
    content: '';
    display: none;
  }
  .flow-template .flow-form .gform_body li input, .flow-template .flow-form .gform_body li select {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .flow-template .flow-form .gform_body .gform_validation_container {
    display: none;
  }
  .flow-template .flow-form .gform_footer {
    position: relative;
    float: left;
    width: 100%;
  }
  .flow-template .flow-form .gform_footer::after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 19px;
    left: 570px;
  }
  .flow-template .flow-form .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    margin: 0 auto;
    display: table;
    text-align: center;
    width: 290px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .flow-template .flow-sequence {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
  }
  .flow-template .flow-sequence .content p {
    font-size: 15px;
  }
  .flow-template .flow-sequence .content a {
    color: #4d6598;
  }
  .flow-template .flow-sequence .content ul {
    margin-top: 10px;
  }
  .flow-template .flow-sequence .first-block {
    position: relative;
    float: left;
    margin-left: 130px;
    width: 255px;
  }
  .flow-template .flow-sequence .first-block:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -773px -112px no-repeat;
    width: 105px;
    height: 94px;
    top: 30px;
    left: -130px;
  }
  .flow-template .flow-sequence .first-block:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -712px -380px no-repeat;
    width: 131px;
    height: 41px;
    top: 0;
    right: -50px;
  }
  .flow-template .flow-sequence .first-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 155px;
  }
  .flow-template .flow-sequence .first-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .first-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .flow-sequence .second-block {
    position: relative;
    float: left;
    margin-left: 200px;
    margin-top: 80px;
    width: 270px;
  }
  .flow-template .flow-sequence .second-block:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -728px -214px no-repeat;
    width: 126px;
    height: 131px;
    top: -25px;
    left: -160px;
  }
  .flow-template .flow-sequence .second-block:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -730px -513px no-repeat;
    width: 253px;
    height: 64px;
    bottom: -36px;
    left: -400px;
  }
  .flow-template .flow-sequence .second-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 100%;
  }
  .flow-template .flow-sequence .second-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .second-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .flow-sequence .third-block {
    position: relative;
    float: left;
    margin-left: 205px;
    margin-top: 65px;
    width: 290px;
  }
  .flow-template .flow-sequence .third-block:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -882px -90px no-repeat;
    width: 116px;
    height: 136px;
    top: -10px;
    left: -175px;
  }
  .flow-template .flow-sequence .third-block:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -712px -380px no-repeat;
    width: 131px;
    height: 41px;
    top: 0;
    right: -50px;
  }
  .flow-template .flow-sequence .third-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 190px;
  }
  .flow-template .flow-sequence .third-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .third-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .flow-sequence .fourth-block {
    position: relative;
    float: left;
    margin-left: 160px;
    margin-top: 140px;
    width: 285px;
  }
  .flow-template .flow-sequence .fourth-block:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -879px -237px no-repeat;
    width: 120px;
    height: 134px;
    top: -20px;
    left: -140px;
  }
  .flow-template .flow-sequence .fourth-block:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -730px -513px no-repeat;
    width: 253px;
    height: 64px;
    bottom: -10px;
    left: -400px;
  }
  .flow-template .flow-sequence .fourth-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 100%;
  }
  .flow-template .flow-sequence .fourth-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .fourth-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .flow-sequence .fifth-block {
    position: relative;
    float: left;
    margin-left: 270px;
    margin-top: 60px;
    width: 270px;
  }
  .flow-template .flow-sequence .fifth-block:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -885px -379px no-repeat;
    width: 107px;
    height: 119px;
    top: -10px;
    left: -130px;
  }
  .flow-template .flow-sequence .fifth-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 190px;
  }
  .flow-template .flow-sequence .fifth-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .fifth-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .price-rating-soc {
    background: #f9f9f9;
  }

  /* 404 page */
  .not-found-page {
    position: relative;
    width: 100%;
    float: left;
    padding: 200px 0;
  }
  .not-found-page .container {
    width: 100%;
  }
  .not-found-page .logo-wrapper {
    position: relative;
    width: 100%;
    float: left;
    height: 42px;
    margin: 40px 0;
  }
  .not-found-page .logo-wrapper .logo {
    position: absolute;
    background: url("../img/sprite.png") -385px -939px no-repeat;
    width: 216px;
    height: 42px;
    top: 0;
    margin: auto;
    left: -99px;
    right: -99px;
  }
  .not-found-page .number-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 0 1px 0;
  }
  .not-found-page .number-block .number {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    font: 600 150px "lft-etica";
    color: #4d6598;
  }
  .not-found-page .description-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0 0;
  }
  .not-found-page .description-block .title {
    position: relative;
    width: 570px;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
    font: 100 60px "lft-etica";
    color: #333;
  }
  .not-found-page .description-block .description {
    position: relative;
    width: 570px;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
    font: 100 28px "lft-etica";
    color: #333;
  }
  .not-found-page .description-block .description a {
    font: 100 28px "lft-etica";
    color: #ff8400;
  }
  .not-found-page .description-block .button-wrapper {
    position: relative;
    float: left;
    width: 100%;
  }
  .not-found-page .description-block .button-wrapper .homepage-link {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 230px;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .not-found-page .description-block .button-wrapper .homepage-link:hover {
    background: #f9f9f9;
  }
  .not-found-page .description-block .button-wrapper .homepage-link span {
    position: relative;
    display: table;
    margin: 0 auto;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .not-found-page .description-block .button-wrapper .homepage-link span:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }

  .footer {
    position: relative;
    width: 100%;
    float: left;
  }
  .footer .blue-area {
    background: #4d6598;
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0;
  }
  .footer .blue-area .first-column {
    position: relative;
    width: 300px;
    margin-right: 20px;
    float: left;
  }
  .footer .blue-area .first-column .logo {
    position: absolute;
    /*background: url("../img/sprite.png") -621px -939px no-repeat;
    width: 216px;
    height: 42px;*/
    background: url("../img/hetipostilogo2.png") no-repeat;
    width: 180px;
    height: 60px;
    top: 0;
    left: 0;
  }
  .footer .blue-area .copyright-block {
    position: relative;
    width: 300px;
    margin-right: 20px;
    float: left;
  }
  .footer .blue-area .copyright-block .copyright {
    position: relative;
    margin-top: 120px;
    width: 230px;
    float: left;
    font: 400 1em "lft-etica";
    color: #fff;
  }
  .footer .blue-area .second-column {
    position: relative;
    width: 380px;
    margin-right: 20px;
    float: left;
  }
  .footer .blue-area .second-column .tel-price {
    position: relative;
    width: 100%;
    padding-left: 40px;
    float: left;
  }
  .footer .blue-area .second-column .tel-price .tel {
    font: 100 2.8125em "lft-etica";
    color: #fff;
    line-height: 1;
    position: relative;
    width: 100%;
    float: left;
  }
  .footer .blue-area .second-column .tel-price .tel:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -76px -249px no-repeat;
    width: 30px;
    height: 32px;
    top: 8px;
    left: -40px;
  }
  .footer .blue-area .second-column .tel-price .price {
    font: 400 0.875em "lft-etica";
    color: #fff;
    position: relative;
    width: 100%;
    float: left;
  }
  .footer .blue-area .second-column .address {
    margin-top: 60px;
    position: relative;
    width: 100%;
    float: left;
    font: 400 1em "lft-etica";
    color: #fff;
  }
  .footer .blue-area .third-column {
    position: relative;
    width: 220px;
    float: left;
  }
  .footer .blue-area .third-column ul {
    position: relative;
    width: 100%;
    float: left;
  }
  .footer .blue-area .third-column ul li {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .footer .blue-area .third-column ul li a {
    position: relative;
    font: 600 1em "lft-etica";
    color: #fff;
  }
  .footer .blue-area .third-column ul li a:hover:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
  }
  .footer .white-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
  }
  .footer .white-area .footer-links {
    position: relative;
    width: 50%;
    float: left;
  }
  .footer .white-area .footer-links span {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer .white-area .footer-links span:first-child {
    border-right: 1px solid;
    padding-left: 0;
  }
  .footer .white-area .footer-links span:nth-child(2) {
    border-right: 1px solid;
  }
  .footer .white-area .footer-links span a {
    color: #000;
  }
  .footer .white-area .footer-links span a:hover {
    color: #ff8400;
  }
  .footer .white-area .share-buttons {
    position: relative;
    width: 50%;
    float: left;
    height: 20px;
  }
  .footer .white-area .share-buttons .share42init {
    height: 20px;
  }
  .footer .white-area .share-buttons .share42init .share42-item:nth-of-type(1) a {
    background: url("../img/sprite.png") -702px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .footer .white-area .share-buttons .share42init .share42-item:nth-of-type(2) a {
    background: url("../img/sprite.png") -793px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 60px !important;
    height: 20px !important;
  }
  .footer .white-area .share-buttons .share42init .share42-item:nth-of-type(3) a {
    background: url("../img/sprite.png") -891px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .footer .white-area .share-buttons .share42init .share42-item .share42-counter {
    padding: 0 8px 0 5px !important;
    background-position: 100% 100% !important;
    height: 20px !important;
    font: 14px/20px "lft-etica";
    background-size: cover;
  }
  .footer .white-area .share-buttons .share42init .share42-item .share42-counter:before {
    background-position: 0 60% !important;
    left: -6px !important;
    width: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    font: 400 100% "lft-etica";
    color: #333;
    line-height: 1.5 !important;
  }

  .right-socials {
    display: none;
  }

  .container {
    width: 100%;
    position: relative;
    padding: 0 15px;
  }

  .text-editor h1 {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor h2 {
    font-size: 1.75em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor h4 {
    font-size: 1.375em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor h5 {
    font-size: 1.25em;
    margin-bottom: 10px;
    font-weight: 100;
  }
  .text-editor p {
    line-height: 1.3;
    margin-bottom: 18px;
  }
  .text-editor a {
    color: #ffa800;
  }
  .text-editor li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 10px;
    /*&:before{
      position: absolute;
      content: "\2022";
      top: 0;
      left: 0;
      color: #ffa800;
      font-size: 18px;
    }*/
  }
  .text-editor .gform_wrapper {
    position: relative;
    margin: 20px auto;
    display: table;
    width: 100%;
    border-radius: 2px;
    /*padding-bottom: 350px;*/
  }
  .text-editor .gform_wrapper form {
    position: relative;
    display: block;
    float: left;
  }
  .text-editor .gform_wrapper .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }
  .text-editor .gform_wrapper .gform_heading .gform_title {
    font: 100 28px "lft-etica";
    color: #333;
    text-align: center;
  }
  .text-editor .gform_wrapper .gform_body {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    background: #f9f9f9;
  }
  .text-editor .gform_wrapper .gform_body:after {
    display: none;
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1046px -14px no-repeat;
    width: 317px;
    height: 400px;
    right: -40px;
    top: -30px;
    z-index: 3;
  }
  .text-editor .gform_wrapper .gform_body li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .text-editor .gform_wrapper .gform_body li .gfield_label {
    display: none;
  }
  .text-editor .gform_wrapper .gform_body li:before {
    content: '';
    display: none;
  }
  .text-editor .gform_wrapper .gform_body li input, .text-editor .gform_wrapper .gform_body li select {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .text-editor .gform_wrapper .gform_body .gform_validation_container {
    display: none;
  }
  .text-editor .gform_wrapper .gform_footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 15px 20px 15px;
    background: #f9f9f9;
  }
  .text-editor .gform_wrapper .gform_footer:before {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1046px -430px no-repeat;
    width: 240px;
    height: 301px;
    right: -9px;
    margin: auto;
    left: -9px;
    bottom: -330px;
    z-index: 3;
  }
  .text-editor .gform_wrapper .gform_footer:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 77%;
  }
  .text-editor .gform_wrapper .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }

  /* header */
  .header {
    position: relative;
    width: 100%;
    float: left;
  }
  .header .info {
    display: none;
    position: relative;
    width: 100%;
    float: left;
    padding: 7px 0;
    background: #4d6598;
  }
  .header .info .tel {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 25px;
  }
  .header .info .tel .number {
    font: 700 1em "lft-etica";
    color: #fff;
    position: relative;
    float: left;
  }
  .header .info .tel .number:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -118px -1px no-repeat;
    width: 16px;
    height: 16px;
    top: 2px;
    left: -25px;
  }
  .header .info .tel .price {
    font: 400 0.75em "lft-etica";
    color: #fff;
    position: relative;
    float: left;
    line-height: 1.6;
    margin-left: 4px;
  }
  .header .info .social {
    position: relative;
    width: 50%;
    float: right;
  }
  .header .info .social .fb {
    position: absolute;
    background: url("../img/sprite.png") -140px -1px no-repeat;
    width: 16px;
    height: 17px;
    top: 2px;
    right: 55px;
  }
  .header .info .social .fb:hover {
    position: absolute;
    background: url("../img/sprite.png") -140px -20px no-repeat;
    width: 16px;
    height: 17px;
    top: 2px;
    right: 55px;
  }
  .header .info .social .tw {
    position: absolute;
    background: url("../img/sprite.png") -224px -21px no-repeat;
    width: 18px;
    height: 17px;
    top: 3px;
    right: 25px;
  }
  .header .info .social .tw:hover {
    position: absolute;
    background: url("../img/sprite.png") -203px -21px no-repeat;
    width: 18px;
    height: 17px;
    top: 3px;
    right: 25px;
  }
  .header .info .social .goo {
    position: absolute;
    background: url("../img/sprite.png") -183px -2px no-repeat;
    width: 15px;
    height: 17px;
    top: 2px;
    right: 0;
  }
  .header .info .social .goo:hover {
    position: absolute;
    background: url("../img/sprite.png") -183px -20px no-repeat;
    width: 15px;
    height: 17px;
    top: 2px;
    right: 0;
  }
  .header .logo-menu {
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
  }
  .header .logo-menu .container {
    padding: 0;
  }
  .header .logo-menu .logo {
    position: absolute;
    /*background: url("../img/sprite.png") -521px -191px no-repeat;
    width: 190px;
    height: 37px;
    top: 15px;*/
    /*background: url("../img/hetipostilogo.png") no-repeat;
    width: 154px;
    height: 47px;
    top: 5px;
    left: 20px;*/
    background: url("../img/hetiposti-newlogo.png") no-repeat;
    width: 396px;
    height: 51px;
    top: 5px;
    left: 20px;
  }
  .header .logo-menu .navbar-toggle {
    position: relative;
    display: block;
    width: 40px;
    z-index: 999;
    background: none;
    border: none;
    padding: 0;
    margin: 20px 15px 20px 0;
    float: right;
  }
  .header .logo-menu .navbar-toggle span {
    height: 4px;
    width: 100%;
    background-color: #4d6598;
    float: left;
    margin-bottom: 4px;
  }
  .header .logo-menu .navbar-toggle span:last-child {
    margin-bottom: 0;
  }
  .header .logo-menu .main-menu {
    position: relative;
    float: left;
    width: 100%;
    background: whitesmoke;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 0;
    overflow: hidden;
  }
  .header .logo-menu .main-menu ul:first-child {
    width: 100%;
    float: left;
    display: table;
  }
  .header .logo-menu .main-menu ul:first-child .dropdown:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") no-repeat -245px -1px;
    width: 16px;
    height: 10px;
    top: 32px;
    right: 15px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header .logo-menu .main-menu ul:first-child .dropped:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .header .logo-menu .main-menu ul:first-child .current-menu-item {
    background: #ff8400;
  }
  .header .logo-menu .main-menu ul:first-child .current-menu-item a {
    color: #fff;
  }
  .header .logo-menu .main-menu ul li {
    position: relative;
    float: left;
    width: 100%;
    background: #ff8400;
    border-bottom: 1px solid #ac5900;
  }
  .header .logo-menu .main-menu ul li a {
    cursor: pointer;
    color: #fff;
    padding: 20px 0 20px 15px;
    width: 100%;
    float: left;
    font: 400 24px "lft-etica";
    color: #fff;
  }
  .header .logo-menu .main-menu ul li a .img-wrapper {
    display: none;
  }
  .header .logo-menu .main-menu ul li .dropped {
    background: #4d6598;
  }
  .header .logo-menu .main-menu ul li .active {
    display: block;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    float: left;
    overflow: hidden;
    background: #4d6598;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu .button-wrapper {
    display: none;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li {
    width: 100%;
    float: left;
    margin-left: 15px;
    background: #4d6598;
    border: 0;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li:first-child a {
    padding-top: 15px;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li:last-of-type a {
    padding-bottom: 15px;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li a {
    width: 100%;
    float: left;
    color: #fff;
    background: #1d3a5c;
    display: table;
    text-transform: none;
    font-weight: normal;
    padding: 10px 15px;
    font: 400 20px "lft-etica";
    color: #fff;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li .img-wrapper {
    display: none;
    height: 147px;
    background: #f5f5f5;
    overflow: hidden;
  }
  .header .logo-menu .main-menu ul li .dropdown-menu li .img-wrapper img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .header .title-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 25px 0;
    background: #1d3a5c;
  }
  .header .title-area .page-title {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font: 100 40px "lft-etica";
    color: #fff;
  }
  .header .proposition {
    background: #f9f9f9;
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 3px solid #e5e5e5;
  }
  .header .proposition .container {
    padding: 0;
  }
  .header .proposition .first-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .header .proposition .first-block .content {
    position: relative;
    width: 200px;
    margin: 0 auto;
    display: block;
    padding: 5px 0 5px 20px;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .header .proposition .first-block .content:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -703px -43px no-repeat;
    width: 50px;
    height: 55px;
    top: -10px;
    left: -45px;
  }
  .header .proposition .first-block .content a {
    font: 400 16px "lft-etica";
    color: #ff8400;
    text-decoration: underline;
  }
  .header .proposition .second-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .header .proposition .second-block .content {
    position: relative;
    width: 200px;
    margin: 0 auto;
    display: block;
    padding-left: 20px;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .header .proposition .second-block .content:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -765px -43px no-repeat;
    width: 50px;
    height: 55px;
    top: -5px;
    left: -45px;
  }
  .header .proposition .third-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0;
  }
  .header .proposition .third-block .content {
    position: relative;
    width: 200px;
    margin: 0 auto;
    display: block;
    padding-left: 20px;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .header .proposition .third-block .content:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -830px -43px no-repeat;
    width: 50px;
    height: 55px;
    top: -5px;
    left: -45px;
  }
  .header .proposition .third-block .content a {
    font: 400 16px "lft-etica";
    color: #ff8400;
    text-decoration: underline;
  }

  /* Main page */
  .main {
    width: 100%;
    float: left;
    /* Blog */
  }
  .main section {
    width: 100%;
    float: left;
  }
  .main .main-form-wrapper {
    position: relative;
    margin: 20px auto;
    display: table;
    width: 100%;
    border-radius: 2px;
    padding-bottom: 350px;
  }
  .main .main-form-wrapper form {
    position: relative;
    display: block;
    float: left;
  }
  .main .main-form-wrapper .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }
  .main .main-form-wrapper .gform_heading .gform_title {
    font: 100 28px "lft-etica";
    color: #333;
    text-align: center;
  }
  .main .main-form-wrapper .gform_body {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    background: #f9f9f9;
  }
  .main .main-form-wrapper .gform_body:after {
    display: none;
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1046px -14px no-repeat;
    width: 317px;
    height: 400px;
    right: -40px;
    top: -30px;
    z-index: 3;
  }
  .main .main-form-wrapper .gform_body li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .main .main-form-wrapper .gform_body li:nth-of-type(7) {
    margin-right: 0;
    width: 100%;
  }
  .main .main-form-wrapper .gform_body li:nth-of-type(7) textarea {
    height: 120px;
    resize: none;
    width: 100%;
  }
  .main .main-form-wrapper .gform_body li .gfield_label {
    display: block !important;
  }
  .main .main-form-wrapper .gform_body li:before {
    content: '';
    display: none;
  }
  .main .main-form-wrapper .gform_body li input, .main .main-form-wrapper .gform_body li select {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .main .main-form-wrapper .gform_body .gform_validation_container {
    display: none;
  }
  .main .main-form-wrapper .gform_footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 15px 20px 15px;
    background: #f9f9f9;
  }
  .main .main-form-wrapper .gform_footer:before {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1046px -430px no-repeat;
    width: 240px;
    height: 301px;
    right: -9px;
    margin: auto;
    left: -9px;
    bottom: -330px;
    z-index: 3;
  }
  .main .main-form-wrapper .gform_footer:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    right: 30px;
  }
  .main .main-form-wrapper .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .main .top-area {
    position: relative;
    width: 100%;
    float: left;
    background: #1d3a5c;
    /*padding-top: 30px;*/
    padding-bottom: 230px;
    background: url("../img/suomen-halvin-paikka-huoltaa-puhelin-desktop-banner.jpg") top left/100% no-repeat;
    /*background: url("../img/banner-500px-1.jpg") top left / 100% no-repeat;*/
    /*background: url("../img/hetiposti2018.jpg") top left / 100% no-repeat;*/
    /*background: url("../img/site-banner.jpg") top left / 100% no-repeat;*/
    /*background: url("../img/desktop-banner.jpg") top left / 100% no-repeat;*/
      /*&:before{
        content: "";
        position: absolute;
        background: url("../img/mobiles.png") no-repeat;
        bottom: -100px;
        left: -99px;
        right: -99px;
        margin: auto;
        width: 770px;
        height: 298px;
      }
	  */
  }
  .main .top-area .top-area-content {
    position: relative;
    display: block;
    width: 100%;
    float: left;
  }
  .main .top-area .top-area-content .main-title {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font: 100 22px "lft-etica";
    color: #fff;
    line-height: 1;
    word-wrap: break-word;
  }
  .main .top-area .top-area-content .sticker {
    position: absolute;
    background: url("../img/sprite.png") -522px 0 no-repeat;
    width: 170px;
    height: 170px;
    bottom: -200px;
    right: -9px;
    left: -9px;
    margin: auto;
    text-decoration: none;
    text-align: center;
    padding: 55px 15px;
    font: 400 1em "lft-etica";
    color: #fff;
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .main .top-area .top-area-content .sticker span {
    font: 700 16px "lft-etica";
    color: #fff;
    color: #fff;
    position: relative;
    text-align: center;
    float: left;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .main .our-promise {
    position: relative;
    width: 100%;
    float: left;
    padding: 25px 0;
    background: #f9f9f9;
  }
  .main .our-promise .title {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font: 100 1.875em "lft-etica";
    color: #333;
  }
  .main .our-promise .promise-blocks {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  .main .our-promise .promise-blocks .first-block {
    position: relative;
    width: 100%;
    height: 230px;
    float: left;
    padding: 30px 30px 55px 30px;
    background: #fff;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .main .our-promise .promise-blocks .first-block:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -75px -42px no-repeat;
    width: 80px;
    height: 150px;
    bottom: 0;
    right: 5px;
  }
  .main .our-promise .promise-blocks .first-block .sticker {
    position: absolute;
    /*background: url("../img/sprite.png") -186px -43px no-repeat;*/
    background: url("../img/sticker-check.png") no-repeat;
    width: 81px;
    height: 81px;
    bottom: 15px;
    right: 5px;
    padding: 27px 20px 20px 18px;
    font: 700 1.5em "lft-etica";
    color: #fff;
    /*@include rotate(25deg);*/
  }
  .main .our-promise .promise-blocks .first-block .title {
    font: 400 1.125em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
  }
  .main .our-promise .promise-blocks .first-block .excerpt {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    width: 165px;
    float: left;
  }
  .main .our-promise .promise-blocks .first-block a {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .our-promise .promise-blocks .first-block a:hover {
    font: 600 1em "lft-etica";
    color: #ff8400;
  }
  .main .our-promise .promise-blocks .first-block a:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .our-promise .promise-blocks .second-block {
    position: relative;
    width: 100%;
    height: 230px;
    float: left;
    padding: 30px 30px 55px 30px;
    background: #fff;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .main .our-promise .promise-blocks .second-block:before {
    content: "";
    position: absolute;
    background: url("../img/phone-envelope.png") no-repeat;
    width: 125px;
    height: 147px;
    bottom: 0;
    right: 0;
  }
  .main .our-promise .promise-blocks .second-block .title {
    font: 400 1.125em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
  }
  .main .our-promise .promise-blocks .second-block .excerpt {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    width: 165px;
    float: left;
  }
  .main .our-promise .promise-blocks .second-block a {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .our-promise .promise-blocks .second-block a:hover {
    font: 600 1em "lft-etica";
    color: #ff8400;
  }
  .main .our-promise .promise-blocks .second-block a:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .our-promise .promise-blocks .third-block {
    position: relative;
    width: 100%;
    float: left;
    height: 230px;
    padding: 30px;
    background: #ff8400;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
    /*&:before{
      display: none;
      content: "";
      position: absolute;
      background: url("../img/sprite.png") -375px -30px no-repeat;
      width: 132px;
      height: 180px;
      bottom: 0;
      right: 30px;
    }*/
  }
  .main .our-promise .promise-blocks .third-block:before {
    content: "";
    position: absolute;
    background: url("../img/timer-7-paivaa.png") no-repeat;
    width: 142px;
    height: 143px;
    bottom: 0;
    right: 0;
  }
  .main .our-promise .promise-blocks .third-block .title {
    font: 400 1.125em "lft-etica";
    color: #fff;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
  }
  .main .our-promise .promise-blocks .third-block .excerpt {
    position: relative;
    width: 155px;
    float: left;
    color: #fff;
    /*padding-left: 20px;*/
  }
  .main .our-promise .promise-blocks .third-block .excerpt li {
    font: 400 1em "lft-etica";
    color: #fff;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .main .our-promise .promise-blocks .third-block .excerpt li:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -201px -1px no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    left: -20px;
  }
  .main .our-promise .promise-blocks .third-block .excerpt li a {
    text-decoration: underline;
    color: #fff;
  }
  .main .our-promise .promise-blocks .third-block a {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font: 600 1em "lft-etica";
    color: #fff;
  }
  .main .our-promise .promise-blocks .third-block a:hover {
    font: 600 1em "lft-etica";
    color: #fff;
  }
  .main .our-promise .promise-blocks .third-block a:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -201px -1px no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .location-section {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #fff;
  }
  .main .location-section .title {
    position: relative;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    text-align: center;
    font: 100 1.875em "lft-etica";
    color: #333;
  }
  .main .location-section .title:before {
    display: none;
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -299px no-repeat;
    width: 49px;
    height: 78px;
    bottom: -30px;
    left: 0;
  }
  .main .location-section .description {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font: 400 16px "lft-etica";
    color: #999;
  }
  .main .location-section .locations {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .main .location-section .locations .location {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
  }
  .main .location-section .locations .location:first-child {
    display: block;
  }
  .main .location-section .locations .location #map1 {
    position: relative;
    float: left;
    width: 100%;
    height: 270px;
  }
  .main .location-section .locations .location #map2 {
    position: relative;
    float: left;
    width: 100%;
    height: 270px;
  }
  .main .location-section .locations .location #map3 {
    position: relative;
    float: left;
    width: 100%;
    height: 270px;
  }
  .main .location-section .locations .location #map4 {
    position: relative;
    float: left;
    width: 100%;
    height: 270px;
  }
  .main .location-section .locations .location .city-distance {
    position: relative;
    float: left;
    width: 100%;
    padding: 16px 20px;
    background: #4d6598;
  }
  .main .location-section .locations .location .city-distance .city {
    float: left;
    font: 400 0.875em "lft-etica";
    color: #fff;
  }
  .main .location-section .locations .location .city-distance .distance {
    float: right;
    font: 600 0.875em "lft-etica";
    color: #fff;
  }
  .main .location-section .button-wrapper {
    position: relative;
    float: left;
    width: 100%;
  }
  .main .location-section .button-wrapper .location-button {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .main .location-section .button-wrapper .location-button:hover {
    background: #f9f9f9;
  }
  .main .location-section .button-wrapper .location-button span {
    position: relative;
    display: table;
    margin: 0 auto;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .location-section .button-wrapper .location-button span:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .best-price {
    position: relative;
    display: none;
    width: 100%;
    float: left;
    padding: 40px 0;
    background: url("../img/best-price-bg.jpg") no-repeat;
    background-size: cover;
    min-height: 480px;
    overflow: hidden;
  }
  .main .best-price .title {
    font: 100 2.8125em "lft-etica";
    color: #fff;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .main .best-price .left-part {
    position: relative;
    width: 50%;
    float: left;
    padding-top: 60px;
  }
  .main .best-price .left-part .text {
    font: 400 1em "lft-etica";
    color: #fff;
  }
  .main .best-price .left-part .button-wrapper {
    position: relative;
    width: 100%;
    float: left;
  }
  .main .best-price .left-part .button-wrapper .button {
    position: relative;
    display: block;
    float: left;
    margin-top: 30px;
    text-align: left;
    width: 270px;
    padding: 15px;
    border-radius: 2px;
    background: #fff;
  }
  .main .best-price .left-part .button-wrapper .button:hover {
    background: #f9f9f9;
  }
  .main .best-price .left-part .button-wrapper .button span {
    position: relative;
    display: table;
    margin: 0 auto;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .best-price .left-part .button-wrapper .button span:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .best-price .right-part {
    position: relative;
    width: 50%;
    float: right;
  }
  .main .best-price .right-part .discount {
    position: absolute;
    background: url("../img/sprite.png") -74px -348px no-repeat;
    width: 547px;
    height: 547px;
    padding: 120px;
    top: 0;
    right: -10px;
    font: 700 1.25em "lft-etica";
    color: #fff;
    text-align: center;
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .main .best-price .right-part .discount span {
    font: 700 8em "lft-etica";
    color: #fff;
    position: relative;
    float: left;
  }
  .main .best-price .right-part .discount span:after {
    content: "%";
    color: #fff;
    font-size: 100px;
    position: absolute;
    top: 20px;
    right: -110px;
  }
  .main .blog-posts {
    position: relative;
    width: 100%;
    display: none;
    float: left;
    padding: 40px 0;
    background: #f9f9f9;
  }
  .main .blog-posts .title {
    font: 100 2.8125em "lft-etica";
    color: #333;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .main .blog-posts .posts {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 40px;
  }
  .main .blog-posts .posts .post {
    position: relative;
    width: 370px;
    height: 230px;
    float: left;
    padding: 40px 30px 40px 30px;
    background: #fff;
    margin-right: 30px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 0 0 2px 0;
  }
  .main .blog-posts .posts .post:last-child {
    margin-right: 0;
  }
  .main .blog-posts .posts .post a:hover .content {
    color: #ffa800;
  }
  .main .blog-posts .posts .post .content {
    font: 400 22px "lft-etica";
    color: #333;
  }
  .main .blog-posts .posts .post .date-social {
    position: absolute;
    bottom: 25px;
    left: 30px;
    width: 100%;
  }
  .main .blog-posts .posts .post .date-social .date {
    font: 400 13px "lft-etica";
    color: #999;
  }
  .main .blog-posts .posts .post .date-social .social {
    font: 400 13px "lft-etica";
    color: #ff8400;
  }
  .main .blog-posts .posts .post .date-social .social:hover {
    text-decoration: underline;
  }
  .main .blog-posts .posts .tw:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -938px no-repeat;
    width: 40px;
    height: 41px;
    top: -20px;
    left: 30px;
  }
  .main .blog-posts .posts .fb:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -50px -938px no-repeat;
    width: 40px;
    height: 41px;
    top: -20px;
    left: 30px;
  }
  .main .blog-posts .posts .blog:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -100px -938px no-repeat;
    width: 40px;
    height: 41px;
    top: -20px;
    left: 30px;
  }
  .main .blog-posts .button-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  .main .blog-posts .button-wrapper .blog-posts-button {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 370px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .main .blog-posts .button-wrapper .blog-posts-button:hover {
    background: #f9f9f9;
  }
  .main .blog-posts .button-wrapper .blog-posts-button span {
    position: relative;
    display: table;
    margin: 0 auto;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .blog-posts .button-wrapper .blog-posts-button span:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .price-rating-soc {
    position: relative;
    width: 100%;
    float: left;
    background: #f9f9f9;
    padding: 20px 15px;
  }
  .main .price-rating-soc .price {
    position: relative;
    width: 100%;
    height: 340px;
    float: left;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
  }
  .main .price-rating-soc .price .title {
    padding: 20px 30px 0;
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .price ul {
    position: relative;
    width: 100%;
    float: left;
  }
  .main .price-rating-soc .price ul li {
    position: relative;
    width: 100%;
    float: left;
    padding: 22px 30px;
    border-bottom: 1px solid #e5e5e5;
  }
  .main .price-rating-soc .price ul li:last-child {
    border-bottom: none;
  }
  .main .price-rating-soc .price ul li .left-part {
    position: relative;
    width: 60%;
    float: left;
  }
  .main .price-rating-soc .price ul li .left-part .product-title {
    font: 400 14px "lft-etica";
    color: #ff8400;
    position: relative;
    width: 100%;
    float: left;
    margin-top: 8px;
    margin-bottom: 5px;
  }
  .main .price-rating-soc .price ul li .left-part .description {
    font: 400 14px "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
  }
  .main .price-rating-soc .price ul li .right-part {
    position: relative;
    width: 40%;
    float: right;
  }
  .main .price-rating-soc .price ul li .right-part .product-price {
    font: 400 1.75em "lft-etica";
    color: #4d6598;
    position: relative;
    width: 100%;
    float: right;
    text-align: right;
  }
  .main .price-rating-soc .price ul li .right-part .product-description {
    font: 400 0.75em "lft-etica";
    color: #999;
    position: relative;
    width: 100%;
    float: right;
    text-align: right;
  }
  .main .price-rating-soc .rating {
    position: relative;
    width: 100%;
    height: 350px;
    float: left;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
  }
  .main .price-rating-soc .rating .title {
    padding: 25px 30px;
    font: 400 1.375em "lft-etica";
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1;
    text-align: center;
  }
  .main .price-rating-soc .rating .stars-wrapper {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 23px 10px;
    position: relative;
  }
  .main .price-rating-soc .rating .stars-wrapper .stars {
    height: 35px;
    margin: 0 auto;
    display: block;
    position: relative;
    width: 180px;
  }
  .main .price-rating-soc .rating .stars-wrapper .stars .star {
    background: url("../img/stars_big_average.png") no-repeat 0 0;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    position: relative;
  }
  .main .price-rating-soc .rating .stars-wrapper .stars .star.star.quarter-less {
    background: url("../img/stars_big_average.png") no-repeat -30px 0;
  }
  .main .price-rating-soc .rating .stars-wrapper .stars .star.half {
    background: url("../img/stars_big_average.png") no-repeat -60px 0;
  }
  .main .price-rating-soc .rating .stars-wrapper .stars .star.quarter-more {
    background: url("../img/stars_big_average.png") no-repeat -90px 0;
  }
  .main .price-rating-soc .rating .stars-wrapper .stars .star.full {
    background: url("../img/stars_big_average.png") no-repeat -120px 0;
  }
  .main .price-rating-soc .rating .stars-wrapper .stars .star:last-child {
    margin-right: 0;
  }
  .main .price-rating-soc .rating .rating-text {
    padding: 25px 30px;
    float: left;
    width: 100%;
  }
  .main .price-rating-soc .rating .rating-text .digits {
    font: 100 80px "lft-etica";
    color: #ff8400;
    position: relative;
    line-height: 1;
    width: 100%;
    float: left;
    text-align: center;
  }
  .main .price-rating-soc .rating .rating-text .link {
    position: relative;
    margin: 0 auto;
    display: table;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .rating .rating-text .link:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }
  .main .price-rating-soc .soc {
    display: none;
    position: relative;
    width: 100%;
    height: 350px;
    float: left;
    background: #fff;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
  }
  .main .price-rating-soc .soc .title {
    padding: 25px 30px;
    font: 400 1.375em "lft-etica";
    color: #333;
    line-height: 1;
  }
  .main .price-rating-soc .soc .fb {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    padding: 18px 0 18px 110px;
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .soc .fb:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -160px -938px no-repeat;
    width: 60px;
    height: 61px;
    top: 0;
    left: 30px;
  }
  .main .price-rating-soc .soc .tw {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    padding: 18px 0 18px 110px;
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .soc .tw:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -231px -938px no-repeat;
    width: 60px;
    height: 61px;
    top: 0;
    left: 30px;
  }
  .main .price-rating-soc .soc .goo {
    position: relative;
    width: 100%;
    float: left;
    padding: 18px 0 18px 110px;
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .main .price-rating-soc .soc .goo:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -305px -938px no-repeat;
    width: 60px;
    height: 61px;
    top: 0;
    left: 30px;
  }
  .main .text-video-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #fff;
  }
  .main .text-video-area .title {
    font: 100 1.875em "lft-etica";
    color: #333;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .main .text-video-area .recommend {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .main .text-video-area .recommend .recommend-content {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider {
    height: 100%;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper {
    position: relative;
    width: 100%;
    float: left;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .left-part {
    position: relative;
    float: left;
    width: 100%;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .left-part .title {
    font: 400 1.375em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: left;
    margin-bottom: 20px;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .left-part .description {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: left;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .right-part {
    display: none;
    position: relative;
    float: right;
    width: 50%;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .right-part .youtube-area {
    position: absolute;
    top: -99px;
    bottom: -99px;
    margin: auto;
    width: 570px;
    height: 320px;
    right: 0;
  }
  .main .text-video-area .recommend .recommend-content .recommend-slider .author-wrapper .right-part .youtube-area iframe {
    width: 100% !important;
    height: 100% !important;
  }
  .main .map {
    display: none;
    position: relative;
    width: 100%;
    float: left;
  }
  .main .map .map-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
  }
  .main .map #map5 {
    position: relative;
    float: left;
    width: 100% !important;
    height: 744px !important;
  }
  .main .content-block {
    padding: 20px 15px;
  }
  .main .content-block .left-part {
    background-color: #fff;
    width: 100%;
    float: left;
    position: relative;
    z-index: 5;
    padding-bottom: 20px;
  }
  .main .content-block .left-part form {
    width: 100%;
    float: left;
  }
  .main .content-block .left-part form .gform_title {
    font: 700 1.5em "lft-etica";
    color: #333;
    text-transform: uppercase;
    margin-bottom: 25px;
    float: left;
  }
  .main .content-block .left-part form .gform_body {
    width: 100%;
    float: left;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) {
    width: 47.94%;
    height: 40px;
    margin-bottom: 30px;
    float: left;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea):nth-child(odd) {
    margin-right: 4.11%;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) input {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 5px 4%;
    float: left;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) input::-moz-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) input::-webkit-input-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li:not(.textarea) input:-ms-input-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li.textarea textarea {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 190px;
    border: 1px solid #ccc;
    padding: 10px 2%;
    margin-bottom: 30px;
    float: left;
  }
  .main .content-block .left-part form .gform_body li.textarea textarea::-moz-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li.textarea textarea::-webkit-input-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li.textarea textarea:-ms-input-placeholder {
    color: #999;
  }
  .main .content-block .left-part form .gform_body li.more {
    text-transform: uppercase;
    position: relative;
    height: auto;
    margin-bottom: 30px;
    float: left;
    cursor: pointer;
  }
  .main .content-block .left-part form .gform_body li.more li {
    width: auto;
    height: auto;
    float: left;
    position: relative;
    padding: 2px 0 0 28px;
    margin: 0;
  }
  .main .content-block .left-part form .gform_body li.more li:before {
    background: url("../img/sprite.png") no-repeat -356px -50px;
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
  }
  .main .content-block .left-part form .gform_body li.more li label {
    font-weight: 700;
    float: left;
  }
  .main .content-block .left-part form .gform_body li.more li input {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    margin: 0;
    cursor: pointer;
  }
  .main .content-block .left-part form .gform_footer input[type=submit] {
    background-color: #daa424;
    font: 700 1.125em "lft-etica";
    color: #fff;
    text-transform: uppercase;
    width: 43.83%;
    height: 50px;
    border-radius: 30px;
    border: none;
    float: left;
    cursor: pointer;
  }
  .main .content-block .left-part form .gform_footer input[type=submit]:hover {
    background-color: #c49420;
  }
  .main .content-block .left-part .article-list {
    width: 100%;
    float: left;
  }
  .main .content-block .left-part .article-list article {
    width: 100%;
    margin-bottom: 30px;
    float: left;
  }
  .main .content-block .left-part .article-list article .thumb {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
  }
  .main .content-block .left-part .article-list article .thumb img {
    width: 100%;
    height: 100%;
    float: left;
  }
  .main .content-block .left-part .article-list article a {
    color: #333;
  }
  .main .content-block .left-part .article-list article a h5 {
    width: 100%;
    font-weight: 400;
    font-size: 1.375em;
    line-height: 1.2;
    position: relative;
    margin-bottom: 8px;
    float: left;
  }
  .main .content-block .left-part .article-list article .details {
    float: left;
    width: 100%;
  }
  .main .content-block .left-part .article-list article .details time {
    font: 400 0.875em "lft-etica";
    color: #999999;
    position: relative;
    float: left;
  }
  .main .content-block .left-part .article-list article .details a {
    font: 400 0.875em "lft-etica";
    color: #ff8400;
    text-decoration: none;
    margin: 0 5px;
    float: left;
  }
  .main .content-block .left-part .article-list article .details a:hover {
    text-decoration: underline;
  }
  .main .content-block .left-part .article-list article p {
    width: 100%;
    display: none;
    line-height: 1.3;
    margin-bottom: 18px;
    float: left;
  }
  .main .content-block .left-part .article-list article .article-link {
    display: none;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    float: left;
  }
  .main .content-block .left-part .article-list article .article-link:after {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
  }
  .main .content-block .left-part .article-list article .article-link:hover {
    color: #ff8a0c;
  }
  .main .content-block .left-part .article-list article:first-child {
    width: 100%;
  }
  .main .content-block .left-part .article-list article:first-child .thumb {
    height: 100%;
    margin-bottom: 20px;
  }
  .main .content-block .left-part .article-list article:first-child h2 {
    width: 100%;
    font: 400 1.375em "lft-etica";
    color: #333;
    margin-bottom: 8px;
    position: relative;
    float: left;
  }
  .main .content-block .left-part .article-list article:nth-child(2n + 2) {
    margin-right: 4.3%;
  }
  .main .content-block .left-part .show-more {
    background-color: #fff;
    width: 100%;
    height: 50px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
    border-radius: 3px;
    float: left;
    cursor: pointer;
  }
  .main .content-block .left-part .show-more:hover {
    background-color: #f9f9f9;
  }
  .main .content-block .left-part .show-more span {
    font: 600 16px "lft-etica";
    color: #333;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    display: table;
  }
  .main .content-block .left-part .show-more span:before {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 2px;
    left: -20px;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .main .content-block .left-part .article-content {
    width: 100%;
    float: left;
  }
  .main .content-block .left-part .article-content .thumb {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
  }
  .main .content-block .left-part .article-content .thumb img {
    width: 100%;
    height: 100%;
    float: left;
  }
  .main .content-block .left-part .article-content h1 {
    width: 100%;
    font: 300 1.375em "lft-etica";
    color: #333;
    margin-bottom: 10px;
    position: relative;
    float: left;
  }
  .main .content-block .left-part .article-content .details {
    width: 100%;
    margin-bottom: 10px;
    float: left;
  }
  .main .content-block .left-part .article-content .details time {
    font: 400 0.8125em "lft-etica";
    color: #999;
    position: relative;
    float: left;
  }
  .main .content-block .left-part .article-content .details a {
    font: 400 0.8125em "lft-etica";
    color: #ff8400;
    text-decoration: none;
    margin: 0 5px;
    float: left;
  }
  .main .content-block .left-part .article-content .details a:hover {
    text-decoration: underline;
  }
  .main .content-block .left-part .article-content .text {
    width: 100%;
    float: left;
  }
  .main .content-block .left-part .article-content .text h2 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .article-content .text h3 {
    font-size: 1.125em;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .article-content .text h4 {
    font-size: 0.9375em;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .article-content .text h5 {
    font-size: 0.875em;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .article-content .text p {
    line-height: 1.3;
    margin-bottom: 18px;
  }
  .main .content-block .left-part .article-content .text ul {
    margin-bottom: 18px;
  }
  .main .content-block .left-part .article-content .text ul li {
    list-style: none;
    padding-left: 16px;
    position: relative;
  }
  .main .content-block .left-part .article-content .text ul li:before {
    width: 4px;
    height: 4px;
    content: '';
    position: absolute;
    border-radius: 100%;
    background-color: #1c1e25;
    display: block;
    top: 5px;
    left: 2px;
  }
  .main .content-block .left-part .article-content .text ol {
    counter-reset: item;
    margin-bottom: 18px;
  }
  .main .content-block .left-part .article-content .text ol li {
    list-style: none;
    padding-left: 16px;
    position: relative;
  }
  .main .content-block .left-part .article-content .text ol li:before {
    width: 4px;
    height: 4px;
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  .main .content-block .left-part .author-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .left-part .author-area .img-wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 140px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
  .main .content-block .left-part .author-area .img-wrapper img {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }
  .main .content-block .left-part .author-area .author-content {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .main .content-block .left-part .author-area .author-content .author {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    font: 400 1.75em "lft-etica";
    color: #333;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .author-area .author-content .specialization {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    font: 400 1em "lft-etica";
    color: #999999;
    font-style: italic;
    margin-bottom: 10px;
  }
  .main .content-block .left-part .author-area .author-content .description {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
  }
  .main .content-block .left-part .author-area .socials {
    position: relative;
    width: 120px;
    height: 24px;
    margin: 0 auto;
    display: table;
  }
  .main .content-block .left-part .author-area .socials .in {
    position: absolute;
    background: url("../img/sprite.png") -64px 0 no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
  }
  .main .content-block .left-part .author-area .socials .twitter {
    position: absolute;
    background: url("../img/sprite.png") 0px -794px no-repeat;
    width: 24px;
    height: 24px;
    left: 30px;
    top: 0;
  }
  .main .content-block .left-part .author-area .socials .facebook {
    position: absolute;
    background: url("../img/sprite.png") 0 -761px no-repeat;
    width: 24px;
    height: 24px;
    left: 60px;
    top: 0;
  }
  .main .content-block .left-part .author-area .socials .google {
    position: absolute;
    background: url("../img/sprite.png") 0 -830px no-repeat;
    width: 24px;
    height: 24px;
    left: 90px;
    top: 0;
  }
  .main .content-block .left-part .comments-block {
    background-color: #fff;
    width: 100%;
    position: relative;
    padding-top: 35px;
    float: left;
    z-index: 5;
  }
  .main .content-block .left-part .comments-block .comment-title {
    font: 300 1.875em "lft-etica";
    color: #333;
    margin-bottom: 25px;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-title span {
    color: #ff8400;
  }
  .main .content-block .left-part .comments-block .comment-list {
    width: 100%;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item {
    background-color: #f4f4f4;
    width: 100%;
    padding: 4.35%;
    margin-bottom: 30px;
    border: 1px solid #e3e3e3;
    position: relative;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 19px 11px 0;
    border-color: transparent #f5f5f5 transparent transparent;
    content: '';
    position: absolute;
    bottom: -11px;
    left: 5%;
    z-index: 2;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 12px 0;
    border-color: transparent #e3e3e3 transparent transparent;
    content: '';
    position: absolute;
    bottom: -13px;
    left: 5%;
    z-index: 1;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item h3 {
    width: 100%;
    font: 400 1.375em "lft-etica";
    color: #333;
    margin-bottom: 8px;
    float: left;
    clear: both;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item time {
    width: 100%;
    font: 400 0.8125em "lft-etica";
    color: #999999;
    margin-bottom: 12px;
    position: relative;
    float: left;
    clear: both;
  }
  .main .content-block .left-part .comments-block .comment-list .comment-item p {
    width: 100%;
    color: #333;
    line-height: 1.3;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form {
    width: 100%;
    float: left;
    padding: 4.35%;
    background-color: #f4f4f4;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-title {
    font: 400 1.75em "lft-etica";
    color: #333;
    margin-bottom: 15px;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form .form-submit {
    display: none;
  }
  .main .content-block .left-part .comments-block .comment-form .logged-in-as {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input {
    width: 100%;
    padding-top: 10px;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input input {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 0 2%;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input input::-moz-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input input::-webkit-input-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input input:-ms-input-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input textarea {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 140px;
    padding: 10px 2%;
    border: 1px solid #ccc;
    resize: none;
    float: left;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input textarea::-moz-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input textarea::-webkit-input-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input textarea:-ms-input-placeholder {
    color: #333;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input button[type=submit] {
    background-color: #fff;
    margin-top: 15px;
    width: 100%;
    height: 50px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
    border-radius: 3px;
    float: left;
    cursor: pointer;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input button[type=submit] span {
    font: 600 16px "lft-etica";
    color: #333;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    display: table;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input button[type=submit] span:before {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 4px;
    right: -20px;
  }
  .main .content-block .left-part .comments-block .comment-form .enter-comment-input button[type=submit]:hover {
    background-color: #f9f9f9;
  }
  .main .content-block .sidebar {
    width: 100%;
    float: right;
    position: relative;
    z-index: 5;
  }
  .main .content-block .sidebar > div {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    float: left;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
    position: relative;
    z-index: 5;
  }
  .main .content-block .sidebar > div h3 {
    font: 400 1.375em "lft-etica";
    color: #333;
    width: 100%;
    margin-bottom: 15px;
  }
  .main .content-block .sidebar .search {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .sidebar .search form {
    position: relative;
  }
  .main .content-block .sidebar .search form input[type="text"] {
    color: #333;
    width: 100%;
    height: 40px;
    border: 1px solid #e3e3e3;
    padding: 10px 3%;
    position: relative;
    z-index: 1;
    float: left;
  }
  .main .content-block .sidebar .search form input[type="text"]::-moz-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .search form input[type="text"]::-webkit-input-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .search form input[type="text"]:-ms-input-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .search form button[type=submit] {
    background-color: #ff8400;
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
  }
  .main .content-block .sidebar .search form button[type=submit]:before {
    background: url("../img/sprite.png") no-repeat -20px 0;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: 12px;
    right: 13px;
    z-index: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .main .content-block .sidebar .search form button[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #ff8400;
  }
  .main .content-block .sidebar .search form button[type=submit]:hover:before {
    background: url("../img/sprite.png") no-repeat -41px 0;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: 12px;
    right: 13px;
    z-index: 1;
  }
  .main .content-block .sidebar .categories-list {
    padding: 20px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .sidebar .categories-list li {
    width: 100%;
    float: left;
  }
  .main .content-block .sidebar .categories-list li a {
    font: 400 1.125em "lft-etica";
    color: #333;
    position: relative;
    background-color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 0 0 10px 20px;
    float: left;
  }
  .main .content-block .sidebar .categories-list li a:hover {
    color: #ff8400;
  }
  .main .content-block .sidebar .categories-list li a:before {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
  }
  .main .content-block .sidebar .categories-list li:last-child a {
    padding: 0 0 0 20px;
  }
  .main .content-block .sidebar .social-link-blog {
    background-color: #f9f9f9;
  }
  .main .content-block .sidebar .social-link-blog .soc-link {
    background-color: #f9f9f9;
  }
  .main .content-block .sidebar .social-link-blog .soc-link li {
    margin: 20px 0;
    background: url(../img/icon-social.png) no-repeat;
    height: 40px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link li:first-child {
    margin-top: 0;
  }
  .main .content-block .sidebar .social-link-blog .soc-link li:last-child {
    margin-bottom: 0;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lyt {
    background-position: 0 5px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lfb {
    background-position: 0 -45px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lin {
    background-position: 0 -95px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .ltw {
    background-position: 0 -145px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lrs {
    background-position: 0 -195px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lgl {
    background-position: 0 -245px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .lem {
    background-position: 0 -300px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .main .content-block .sidebar .social-link-blog .soc-link a {
    display: block;
    font: 400 0.9em "lft-etica";
    color: #333;
    padding: 10px 0px 10px 50px;
  }
  .main .content-block .sidebar .social-link-blog .soc-link a:hover {
    color: #ff8400;
  }
  .main .content-block .sidebar .subscribe {
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main .content-block .sidebar .subscribe .gform_title {
    color: #333;
  }
  .main .content-block .sidebar .subscribe .gform_description {
    color: #333;
    float: left;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .main .content-block .sidebar .subscribe .medium {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 38px;
    padding: 4px 4%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
  }
  .main .content-block .sidebar .subscribe .medium::-moz-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .subscribe .medium::-webkit-input-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .subscribe .medium:-ms-input-placeholder {
    color: #333;
  }
  .main .content-block .sidebar .subscribe .gform_footer {
    position: relative;
    width: 100%;
    float: left;
  }
  .main .content-block .sidebar .subscribe .gform_footer:after {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: 18px;
    right: 25%;
  }
  .main .content-block .sidebar .subscribe .gform_footer input[type=submit] {
    font: 600 1em "lft-etica";
    color: #333;
    background-color: #fff;
    width: 100%;
    height: 50px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
    border-radius: 3px;
    float: left;
    cursor: pointer;
  }
  .main .content-block .sidebar .subscribe .gform_footer input[type=submit]:hover {
    background-color: #f9f9f9;
  }
  .main .blog-price-rating-soc {
    background: #f9f9f9;
  }

  /* Price list page */
  .price-list .text-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0;
  }
  .price-list .text-area .selected-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    display: none;
  }
  .price-list .text-area .selected-wrapper:before {
    background-color: #fff;
    border-radius: 0;
    width: 37px;
    height: 37px;
    content: '';
    position: absolute;
    top: inherit;
    bottom: 1px !important;
    left: inherit;
    right: 2px !important;
    pointer-events: none;
    z-index: 1;
    display: block;
  }
  .price-list .text-area .selected-wrapper:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #666666 transparent transparent transparent;
    content: '';
    position: absolute;
    bottom: 17px;
    right: 17px;
    pointer-events: none;
    z-index: 1;
    display: block;
  }
  .price-list .text-area .selected-wrapper #mySelect {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 9px 10px;
    position: relative;
    float: left;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .price-list .text-area .active {
    /*display: none;*/
  }
  .price-list .text-area table {
    /*display: none;*/
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-collapse: separate;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  .price-list .text-area table tr:first-child td {
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .price-list .text-area table tr:first-child td img {
    position: absolute;
    margin: auto;
    top: -9px;
    bottom: -9px;
    right: 20px;
  }
  .price-list .text-area table tr:nth-of-type(2) {
    display: none;
  }
  .price-list .text-area table tr:first-child td {
    text-align: left;
  }
  .price-list .text-area table tr:first-child td:first-child {
    background: #f9f9f9;
    color: #333;
  }
  .price-list .text-area table tr td {
    position: relative;
    font: 400 1em "lft-etica";
    color: #333;
    padding: 20px;
    float: left;
    width: 100%;
    text-align: right;
    border: 1px solid #d7d7d7;
  }
  .price-list .text-area table tr td:first-child {
    background: #4d6598;
    color: #fff;
  }
  .price-list .text-area table tr td:before {
    font-weight: 700;
    width: 50%;
    content: attr(data-label);
    float: left;
    text-align: left;
    position: relative;
  }
  .price-list .text-area table tr td:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #d7d7d7;
  }
  .price-list .text-area .water-expose {
    position: relative;
    width: 100%;
    float: left;
    border: 1px solid #d7d7d7;
    display: none;
  }
  .price-list .text-area .water-expose .title {
    font: 400 1.375em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    padding: 20px;
    float: left;
    background: #f9f9f9;
    border-bottom: 2px solid #d7d7d7;
  }
  .price-list .text-area .water-expose .description {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    width: 75%;
    padding: 20px;
    float: left;
    border-right: 1px solid #d7d7d7;
  }
  .price-list .text-area .water-expose .price {
    position: relative;
    width: 25%;
    float: left;
    padding: 20px;
    display: table;
  }
  .price-list .text-area .water-expose .price span {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .price-list .discount-sidebar {
    display: none;
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #f9f9f9;
  }
  .price-list .discount-sidebar .left-part {
    position: relative;
    width: 770px;
    float: left;
    height: 150px;
    margin-right: 30px;
    background: #fff;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
    padding: 40px 50px;
  }
  .price-list .discount-sidebar .left-part:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -375px -30px no-repeat;
    width: 132px;
    height: 130px;
    bottom: 0;
    right: 70px;
  }
  .price-list .discount-sidebar .left-part:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -694px -107px no-repeat;
    width: 70px;
    height: 64px;
    bottom: 40px;
    right: 250px;
  }
  .price-list .discount-sidebar .left-part .title {
    position: relative;
    width: 370px;
    float: left;
    font: 400 1.75em "lft-etica";
    color: #333;
  }
  .price-list .discount-sidebar .right-part {
    position: relative;
    width: 370px;
    float: left;
    height: 150px;
    background: #fff;
    border-radius: 2px;
    border-bottom: 2px solid #e0e0e0;
    padding: 40px;
    overflow: hidden;
  }
  .price-list .discount-sidebar .right-part:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -75px -42px no-repeat;
    width: 100px;
    height: 150px;
    bottom: -20px;
    right: 20px;
  }
  .price-list .discount-sidebar .right-part .title {
    position: relative;
    margin-top: 5px;
    width: 180px;
    float: left;
    font: 400 1.375em "lft-etica";
    color: #333;
  }
  .price-list .discount-sidebar .right-part .sticker {
    position: absolute;
    background: url("../img/sprite.png") -186px -43px no-repeat;
    width: 81px;
    height: 81px;
    bottom: 35px;
    right: 60px;
    padding: 34px 20px 20px 23px;
    font: 700 1em "lft-etica";
    text-transform: uppercase;
    color: #fff;
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .price-list .price-rating-soc {
    background: #f9f9f9;
  }

  /* Location page */
  .location-template {
    position: relative;
    width: 100%;
    float: left;
  }
  .location-template .location-section {
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
    background: #fff;
  }
  .location-template .location-section .title {
    position: relative;
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    text-align: center;
    font: 100 1.875em "lft-etica";
    color: #333;
  }
  .location-template .location-section .title:before {
    display: none;
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -299px no-repeat;
    width: 49px;
    height: 78px;
    bottom: -30px;
    left: 0;
  }
  .location-template .location-section .description {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font: 400 16px "lft-etica";
    color: #999;
  }
  .location-template .location-section .locations {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .location-template .location-section .locations .location {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
  }
  .location-template .location-section .locations .location:first-child {
    display: block;
  }
  .location-template .location-section .locations .location #map1 {
    position: relative;
    float: left;
    width: 100%;
    height: 270px;
  }
  .location-template .location-section .locations .location #map2 {
    position: relative;
    float: left;
    width: 100%;
    height: 270px;
  }
  .location-template .location-section .locations .location #map3 {
    position: relative;
    float: left;
    width: 100%;
    height: 270px;
  }
  .location-template .location-section .locations .location #map4 {
    position: relative;
    float: left;
    width: 100%;
    height: 270px;
  }
  .location-template .location-section .locations .location .city-distance {
    position: relative;
    float: left;
    width: 100%;
    padding: 16px 20px;
    background: #4d6598;
  }
  .location-template .location-section .locations .location .city-distance .city {
    float: left;
    font: 400 0.875em "lft-etica";
    color: #fff;
  }
  .location-template .location-section .locations .location .city-distance .distance {
    float: right;
    font: 600 0.875em "lft-etica";
    color: #fff;
  }
  .location-template .location-section .search-location {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
  }
  .location-template .location-section .search-location .search-title {
    position: relative;
    margin: 0 auto 20px;
    display: block;
    width: 90%;
    text-align: center;
    font: 400 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 100%;
    /* Firefox 19+ */
    /* Firefox 18- */
  }
  .location-template .location-section .search-location .search input[type="text"] {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 14px 18px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    float: left;
  }
  .location-template .location-section .search-location .search input[type="text"]::-webkit-input-placeholder {
    font: 500 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search input[type="text"]::-moz-placeholder {
    font: 500 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search input[type="text"]:-moz-placeholder {
    font: 500 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search input[type="text"]:-ms-input-placeholder {
    font: 500 1.25em "lft-etica";
    color: #999;
  }
  .location-template .location-section .search-location .search button[type=submit] {
    width: 55px;
    height: 50px;
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
  }
  .location-template .location-section .search-location .search button[type=submit]:before {
    background: url("../img/sprite.png") no-repeat -220px 0;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .location-template .location-map {
    display: none;
    position: relative;
    width: 100%;
    float: left;
  }
  .location-template .location-map .map-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: transparent;
  }
  .location-template .location-map #map5 {
    width: 100% !important;
    height: 100% !important;
  }
  .location-template .location-map img {
    width: 100%;
    height: auto;
  }
  .location-template .locations-list {
    position: relative;
    width: 100%;
    padding: 15px 0;
    float: left;
    border-top: 1px solid #e5e5e5;
  }
  .location-template .locations-list .title {
    font: 100 1.875em "lft-etica";
    color: #333;
    position: relative;
    margin: 0 auto 20px;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
  }
  .location-template .locations-list .locations {
    position: relative;
    width: 100%;
    float: left;
  }
  .location-template .locations-list .locations .city {
    position: relative;
    width: 50%;
    margin-bottom: 20px;
    float: left;
  }
  .location-template .locations-list .locations .city:nth-of-type(2n) {
    padding-left: 15px;
  }
  .location-template .locations-list .locations .city span {
    position: relative;
    float: left;
    font: 400 16px "lft-etica";
    color: #ff8400;
  }
  .location-template .locations-list .locations .city span:after {
    content: "\bb";
    position: absolute;
    top: 0;
    right: -15px;
  }
  .location-template .price-rating-soc {
    background: #f9f9f9;
  }

  /* Single location page */
  .single-location {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0 0;
  }
  .single-location .link-back {
    display: none;
    font: 600 1em "lft-etica";
    color: #333;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
    margin-left: 30px;
  }
  .single-location .link-back:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -1px -657px no-repeat;
    width: 15px;
    height: 15px;
    top: 2px;
    left: -20px;
  }
  .single-location .title-single-location {
    font: 100 1.875em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    padding: 0 15px;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
  }
  .single-location .location-info {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .single-location .location-info .left-part {
    position: relative;
    width: 100%;
    float: left;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .single-location .location-info .left-part .tel {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .single-location .location-info .left-part .tel:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -550px no-repeat;
    width: 30px;
    height: 30px;
    top: -5px;
    left: 0;
  }
  .single-location .location-info .left-part .tel .number {
    font: 400 16px "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .tel .price {
    font: 400 12px "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .email {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .single-location .location-info .left-part .email:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -588px no-repeat;
    width: 30px;
    height: 24px;
    top: -2px;
    left: 0;
  }
  .single-location .location-info .left-part .email span {
    font: 400 16px "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .time {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .single-location .location-info .left-part .time:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 -618px no-repeat;
    width: 30px;
    height: 30px;
    top: -5px;
    left: 0;
  }
  .single-location .location-info .left-part .time span {
    font: 400 16px "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .text-area {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .text-area h1, .single-location .location-info .left-part .text-area h2, .single-location .location-info .left-part .text-area h3, .single-location .location-info .left-part .text-area h4, .single-location .location-info .left-part .text-area h5, .single-location .location-info .left-part .text-area h6 {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    padding-left: 18px;
  }
  .single-location .location-info .left-part .text-area h1:before, .single-location .location-info .left-part .text-area h2:before, .single-location .location-info .left-part .text-area h3:before, .single-location .location-info .left-part .text-area h4:before, .single-location .location-info .left-part .text-area h5:before, .single-location .location-info .left-part .text-area h6:before {
    content: "\bb";
    font: 400 27px "lft-etica";
    color: #ff8400;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .single-location .location-info .left-part .location-form {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    background: #f9f9f9;
  }
  .single-location .location-info .left-part .location-form .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }
  .single-location .location-info .left-part .location-form .gform_heading .gform_title {
    font: 400 1.75em "lft-etica";
    color: #333;
  }
  .single-location .location-info .left-part .location-form .gform_body {
    position: relative;
    float: left;
    width: 100%;
  }
  .single-location .location-info .left-part .location-form .gform_body li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    /* Firefox 19+ */
    /* Firefox 18- */
  }
  .single-location .location-info .left-part .location-form .gform_body li input {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-location .location-info .left-part .location-form .gform_body li .medium::-webkit-input-placeholder {
    font: 500 1em "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .location-form .gform_body li .medium::-moz-placeholder {
    font: 500 1em "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .location-form .gform_body li .medium:-moz-placeholder {
    font: 500 1em "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .location-form .gform_body li .medium:-ms-input-placeholder {
    font: 500 1em "lft-etica";
    color: #999;
  }
  .single-location .location-info .left-part .location-form .gform_body li textarea {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-location .location-info .left-part .location-form .gform_body li:nth-of-type(1) {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 100%;
  }
  .single-location .location-info .left-part .location-form .gform_body li:nth-of-type(2) {
    position: relative;
    float: left;
    width: 100%;
  }
  .single-location .location-info .left-part .location-form .gform_footer {
    position: relative;
    float: left;
    width: 100%;
  }
  .single-location .location-info .left-part .location-form .gform_footer:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 180px;
  }
  .single-location .location-info .left-part .location-form .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .single-location .location-info .left-part .location-form .gform_footer .gform_button:hover {
    background: #f9f9f9;
  }
  .single-location .location-info .left-part .under-text {
    position: relative;
    margin-top: 20px;
    float: left;
    width: 100%;
  }
  .single-location .location-info .right-part {
    position: relative;
    width: 100%;
    float: left;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }
  .single-location .location-info .right-part .img-wrapper {
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .single-location .location-info .right-part .img-wrapper img {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
  }
  .single-location .location-info .right-part-second {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
  }
  .single-location .location-info .right-part-second .map {
    display: block;
    position: relative;
    width: 100%;
    float: left;
  }
  .single-location .location-info .right-part-second .map iframe {
    position: relative;
    width: 100% !important;
    height: 290px !important;
    float: left;
  }
  .single-location .location-info .right-part-second .map .title-distance {
    position: relative;
    width: 100%;
    float: left;
    background: #4d6598;
    padding: 20px;
  }
  .single-location .location-info .right-part-second .map .title-distance .title-map {
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
    font: 400 14px "lft-etica";
    color: #fff;
  }
  .single-location .location-info .right-part-second .map .title-distance .distance {
    position: relative;
    width: 50%;
    float: right;
    text-align: right;
    font: 600 14px "lft-etica";
    color: #fff;
  }
  .single-location .price-rating-soc {
    background: #f9f9f9;
  }

  /* FAQ page */
  .faq {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0 0;
  }
  .faq .title-faq {
    font: 100 1.875em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
  }
  .faq .description-faq {
    font: 500 16px "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
  }
  .faq .select-share {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .faq .select-share .selected {
    position: relative;
    width: 100%;
    float: left;
  }
  .faq .select-share .selected .select-title {
    font: 400 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 20%;
    padding-right: 20px;
    margin-top: 10px;
  }
  .faq .select-share .selected .selected-wrapper {
    position: relative;
    float: left;
    width: 80%;
  }
  .faq .select-share .selected .selected-wrapper:before {
    background-color: #fff;
    border-radius: 0;
    width: 37px;
    height: 37px;
    content: '';
    position: absolute;
    top: inherit;
    bottom: 1px !important;
    left: inherit;
    right: 2px !important;
    pointer-events: none;
    z-index: 1;
    display: block;
  }
  .faq .select-share .selected .selected-wrapper:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #666666 transparent transparent transparent;
    content: '';
    position: absolute;
    bottom: 17px;
    right: 17px;
    pointer-events: none;
    z-index: 1;
    display: block;
  }
  .faq .select-share .selected .selected-wrapper select {
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 9px 10px;
    position: relative;
    float: left;
    text-transform: capitalize;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .faq .select-share .share-buttons {
    display: none;
    position: relative;
    width: 50%;
    float: right;
    height: 20px;
    margin-top: 10px;
  }
  .faq .select-share .share-buttons .share421init #share42 {
    position: relative;
    float: right;
  }
  .faq .select-share .share-buttons .share421init .share42-item:nth-of-type(1) a {
    background: url("../img/sprite.png") -702px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .faq .select-share .share-buttons .share421init .share42-item:nth-of-type(2) a {
    background: url("../img/sprite.png") -793px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 60px !important;
    height: 20px !important;
  }
  .faq .select-share .share-buttons .share421init .share42-item:nth-of-type(3) a {
    background: url("../img/sprite.png") -891px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .faq .select-share .share-buttons .share421init .share42-item .share42-counter {
    padding: 0 8px 0 5px !important;
    background-position: 100% 100% !important;
    height: 20px !important;
    font: 14px/20px "lft-etica";
    background-size: cover;
  }
  .faq .select-share .share-buttons .share421init .share42-item .share42-counter:before {
    background-position: 0 60% !important;
    left: -6px !important;
    width: 5px !important;
  }
  .faq .faq-list {
    position: relative;
    width: 100%;
    float: left;
  }
  .faq .faq-list .brand-info {
    display: none;
    position: relative;
    width: 100%;
    float: left;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  .faq .faq-list .brand-info .brand-title {
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 40px;
    font: 400 1.75em "lft-etica";
    color: #333;
  }
  .faq .faq-list .brand-info .brand-faq {
    position: relative;
    font: 400 1em "lft-etica";
    color: #333;
    width: 100%;
    padding: 35px 15px 30px 15px;
    background: #f9f9f9;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px 1px;
    margin-bottom: 35px;
    float: left;
  }
  .faq .faq-list .brand-info .brand-faq:before {
    width: 40px;
    height: 41px;
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1px -688px no-repeat;
    top: -20px;
    left: 30px;
    z-index: 1;
  }
  .faq .faq-list .brand-info .brand-faq:nth-of-type(2n) {
    margin-right: 0;
  }
  .faq .faq-list .active {
    display: block;
  }
  .faq .price-rating-soc {
    background: #f9f9f9;
  }

  /* FAQ single page */
  .single-faq {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0 0;
  }
  .single-faq .container {
    padding: 0;
  }
  .single-faq .title-faq {
    font: 100 1.875em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 15px;
  }
  .single-faq .description-faq {
    font: 500 16px "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 15px;
  }
  .single-faq .back-share {
    display: none;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .single-faq .back-share .link-back {
    font: 600 1em "lft-etica";
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-left: 30px;
  }
  .single-faq .back-share .link-back:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -1px -657px no-repeat;
    width: 15px;
    height: 15px;
    top: 2px;
    left: -20px;
  }
  .single-faq .back-share .share-buttons {
    position: relative;
    width: 50%;
    float: right;
    height: 20px;
  }
  .single-faq .back-share .share-buttons .share421init #share42 {
    position: relative;
    float: right;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item:nth-of-type(1) a {
    background: url("../img/sprite.png") -702px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item:nth-of-type(2) a {
    background: url("../img/sprite.png") -793px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 60px !important;
    height: 20px !important;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item:nth-of-type(3) a {
    background: url("../img/sprite.png") -891px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item .share42-counter {
    padding: 0 8px 0 5px !important;
    background-position: 100% 100% !important;
    height: 20px !important;
    font: 14px/20px "lft-etica";
    background-size: cover;
  }
  .single-faq .back-share .share-buttons .share421init .share42-item .share42-counter:before {
    background-position: 0 60% !important;
    left: -6px !important;
    width: 5px !important;
  }
  .single-faq .faq-question {
    position: relative;
    width: 100%;
    float: left;
    border-top: 1px solid #e5e5e5;
    padding: 20px 15px 30px;
  }
  .single-faq .faq-question .left-part {
    position: relative;
    width: 100%;
    float: left;
  }
  .single-faq .faq-question .left-part .faq-title {
    position: relative;
    width: 100%;
    float: left;
    font: 400 1.375em "lft-etica";
    color: #333;
    margin-bottom: 30px;
  }
  .single-faq .faq-question .left-part .text-area {
    position: relative;
    width: 100%;
    float: left;
    font: 400 1em "lft-etica";
    color: #333;
  }
  .single-faq .faq-question .left-part .text-area #snippet-box {
    border: 0 !important;
    width: 100% !important;
  }
  .single-faq .faq-question .left-part .text-area #snippet-box .star-rating-control a {
    transition: none !important;
  }
  .single-faq .faq-question .left-part .text-area #snippet-box .snippet-title {
    font: 400 1.375em "lft-etica";
    color: #333;
    background: #f9f9f9 !important;
    width: 100% !important;
    padding: 15px 20px !important;
    border-radius: 2px !important;
    border-bottom: 2px solid #e5e5e5 !important;
  }
  .single-faq .faq-question .left-part .text-area #snippet-box .aio-info {
    display: none !important;
  }
  .single-faq .faq-question .right-part {
    position: relative;
    width: 100%;
    float: right;
  }
  .single-faq .faq-question .right-part .img-wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 290px;
    height: 470px;
    overflow: hidden;
  }
  .single-faq .faq-question .right-part .img-wrapper img {
    position: relative;
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .single-faq .price-rating-soc {
    background: #f9f9f9;
  }

  /* Single page */
  .single-page {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0 0;
  }
  .single-page .title-single-page {
    font: 100 1.875em "lft-etica";
    color: #333;
    position: relative;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 15px;
  }
  .single-page .single-page-content {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 20px;
  }
  .single-page .some-form-wrapper {
    position: relative;
    margin: 20px auto;
    display: table;
    width: 100%;
    border-radius: 2px;
    padding-bottom: 350px;
  }
  .single-page .some-form-wrapper form {
    position: relative;
    display: block;
    float: left;
  }
  .single-page .some-form-wrapper .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }
  .single-page .some-form-wrapper .gform_heading .gform_title {
    font: 100 28px "lft-etica";
    color: #333;
    text-align: center;
  }
  .single-page .some-form-wrapper .gform_body {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    background: #f9f9f9;
  }
  .single-page .some-form-wrapper .gform_body:after {
    display: none;
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1046px -14px no-repeat;
    width: 317px;
    height: 400px;
    right: -40px;
    top: -30px;
    z-index: 3;
  }
  .single-page .some-form-wrapper .gform_body li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .single-page .some-form-wrapper .gform_body li:nth-of-type(5) {
    margin-right: 0;
    width: 100%;
  }
  .single-page .some-form-wrapper .gform_body li:nth-of-type(5) textarea {
    border: 1px solid #ccc;
    height: 120px;
    width: 100%;
    resize: none;
  }
  .single-page .some-form-wrapper .gform_body li .gfield_label {
    display: none;
  }
  .single-page .some-form-wrapper .gform_body li:before {
    content: '';
    display: none;
  }
  .single-page .some-form-wrapper .gform_body li input, .single-page .some-form-wrapper .gform_body li select {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-page .some-form-wrapper .gform_body .gform_validation_container {
    display: none;
  }
  .single-page .some-form-wrapper .gform_footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 15px 20px 15px;
    background: #f9f9f9;
  }
  .single-page .some-form-wrapper .gform_footer:before {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -1046px -430px no-repeat;
    width: 240px;
    height: 301px;
    right: -9px;
    margin: auto;
    left: -9px;
    bottom: -330px;
    z-index: 3;
  }
  .single-page .some-form-wrapper .gform_footer:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 77%;
  }
  .single-page .some-form-wrapper .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .single-page .some-login-form {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: table;
    padding: 20px;
    background: #f9f9f9;
  }
  .single-page .some-login-form .title {
    font: 400 28px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .single-page .some-login-form .login-fields {
    position: relative;
    width: 100%;
    float: left;
  }
  .single-page .some-login-form .field {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
  }
  .single-page .some-login-form .field input {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-page .some-login-form .field:last-of-type {
    margin-right: 0;
  }
  .single-page .some-login-form .login-actions {
    position: relative;
    width: 100%;
    float: left;
  }
  .single-page .some-login-form .login-actions:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 65%;
  }
  .single-page .some-login-form .login-actions .button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .single-page #test {
    position: relative;
    margin: 20px auto;
    display: table;
    width: 100%;
  }
  .single-page #test form {
    position: relative;
    display: block;
    float: left;
  }
  .single-page #test .form-body {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 20px 0 20px;
    background: #f9f9f9;
  }
  .single-page #test .form-body li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .single-page #test .form-body li:nth-of-type(2), .single-page #test .form-body li:nth-of-type(4), .single-page #test .form-body li:nth-of-type(7), .single-page #test .form-body li:nth-of-type(9) {
    margin-right: 0;
  }
  .single-page #test .form-body li:nth-of-type(5), .single-page #test .form-body li:nth-of-type(10) {
    margin-right: 0;
    width: 100%;
  }
  .single-page #test .form-body li:nth-of-type(5) textarea, .single-page #test .form-body li:nth-of-type(10) textarea {
    width: 100%;
    height: 120px;
    resize: none;
    border: 1px solid #ccc;
  }
  .single-page #test .form-body li:before {
    content: '';
    display: none;
  }
  .single-page #test .form-body li input {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .single-page #test .form-body .gform_validation_container {
    display: none;
  }
  .single-page #test .form-footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 20px 20px 20px;
    background: #f9f9f9;
  }
  .single-page #test .form-footer::after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 62%;
  }
  .single-page #test .form-footer input[type=submit] {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .single-page .price-rating-soc {
    background: #f9f9f9;
  }

  /* Flow page */
  .flow-template {
    position: relative;
    width: 100%;
    float: left;
  }
  .flow-template .flow-section {
    position: relative;
    width: 100%;
    float: left;
    padding: 15px 0 0;
    overflow: hidden;
  }
  .flow-template .flow-section .flow-content {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 140px;
  }
  .flow-template .flow-section .flow-content:before {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") -648px -803px no-repeat;
    width: 284px;
    height: 103px;
    right: -9px;
    left: -9px;
    margin: auto;
    bottom: 0;
    z-index: 3;
  }
  .flow-template .flow-form {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #f9f9f9;
  }
  .flow-template .flow-form form {
    position: relative;
    display: block;
    float: left;
  }
  .flow-template .flow-form .gform_heading {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
  }
  .flow-template .flow-form .gform_heading .gform_title {
    font: 400 28px "lft-etica";
    color: #333;
    text-align: center;
  }
  .flow-template .flow-form .gform_body {
    position: relative;
    float: left;
    width: 100%;
  }
  .flow-template .flow-form .gform_body li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .flow-template .flow-form .gform_body li:nth-of-type(4), .flow-template .flow-form .gform_body li:nth-of-type(8) {
    margin-right: 0;
  }
  .flow-template .flow-form .gform_body li .gfield_label {
    display: block !important;
  }
  .flow-template .flow-form .gform_body li .gfield_label .gfield_required {
    color: #ff8400;
  }
  .flow-template .flow-form .gform_body li:before {
    content: '';
    display: none;
  }
  .flow-template .flow-form .gform_body li input, .flow-template .flow-form .gform_body li select {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .flow-template .flow-form .gform_body .gform_validation_container {
    display: none;
  }
  .flow-template .flow-form .gform_footer {
    position: relative;
    float: left;
    width: 100%;
  }
  .flow-template .flow-form .gform_footer::after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 19px;
    left: 85%;
  }
  .flow-template .flow-form .gform_footer .gform_button {
    font: 600 1em "lft-etica";
    color: #333;
    position: relative;
    margin: 0 auto;
    display: table;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .flow-template .flow-sequence {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
  }
  .flow-template .flow-sequence .content p {
    font-size: 15px;
  }
  .flow-template .flow-sequence .content a {
    color: #4d6598;
  }
  .flow-template .flow-sequence .content ul {
    margin-top: 10px;
  }
  .flow-template .flow-sequence .first-block {
    position: relative;
    float: left;
    padding-left: 50px;
    width: 100%;
  }
  .flow-template .flow-sequence .first-block:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -1005px 0 no-repeat;
    width: 13px;
    height: 61px;
    bottom: -80px;
    right: -9px;
    left: -9px;
    margin: auto;
  }
  .flow-template .flow-sequence .first-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 100%;
  }
  .flow-template .flow-sequence .first-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .first-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .flow-sequence .second-block {
    position: relative;
    float: left;
    padding-left: 50px;
    margin-top: 110px;
    width: 100%;
  }
  .flow-template .flow-sequence .second-block:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -1005px 0 no-repeat;
    width: 13px;
    height: 61px;
    bottom: -80px;
    right: -9px;
    left: -9px;
    margin: auto;
  }
  .flow-template .flow-sequence .second-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 100%;
  }
  .flow-template .flow-sequence .second-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .second-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .flow-sequence .third-block {
    position: relative;
    float: left;
    padding-left: 50px;
    margin-top: 110px;
    width: 100%;
  }
  .flow-template .flow-sequence .third-block:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -1005px 0 no-repeat;
    width: 13px;
    height: 61px;
    bottom: -80px;
    right: -9px;
    left: -9px;
    margin: auto;
  }
  .flow-template .flow-sequence .third-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 100%;
  }
  .flow-template .flow-sequence .third-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .third-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .flow-sequence .fourth-block {
    position: relative;
    float: left;
    padding-left: 50px;
    margin-top: 110px;
    width: 100%;
  }
  .flow-template .flow-sequence .fourth-block:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -1005px 0 no-repeat;
    width: 13px;
    height: 61px;
    bottom: -80px;
    right: -9px;
    left: -9px;
    margin: auto;
  }
  .flow-template .flow-sequence .fourth-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 100%;
  }
  .flow-template .flow-sequence .fourth-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .fourth-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .flow-sequence .fifth-block {
    position: relative;
    float: left;
    padding-left: 50px;
    margin-top: 110px;
    width: 100%;
  }
  .flow-template .flow-sequence .fifth-block .title {
    font: 400 22px "lft-etica";
    color: #333;
    position: relative;
    float: left;
    width: 100%;
  }
  .flow-template .flow-sequence .fifth-block .title:before {
    counter-increment: heading;
    content: counter(heading);
    font: 700 22px "lft-etica";
    color: #fff;
    position: absolute;
    background: url("../img/sprite.png") -895px -35px no-repeat;
    width: 40px;
    height: 41px;
    padding: 6px 13px 5px 13px;
    top: 0;
    left: -50px;
  }
  .flow-template .flow-sequence .fifth-block .content {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .flow-template .price-rating-soc {
    background: #f9f9f9;
  }

  /* 404 page */
  .not-found-page {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0;
  }
  .not-found-page .logo-wrapper {
    position: relative;
    width: 100%;
    float: left;
    height: 42px;
    margin: 40px 0;
  }
  .not-found-page .logo-wrapper .logo {
    position: absolute;
    background: url("../img/sprite.png") -385px -939px no-repeat;
    width: 216px;
    height: 42px;
    top: 0;
    margin: auto;
    left: -99px;
    right: -99px;
  }
  .not-found-page .number-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 0 1px 0;
  }
  .not-found-page .number-block .number {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    font: 600 150px "lft-etica";
    color: #4d6598;
  }
  .not-found-page .description-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0 0;
  }
  .not-found-page .description-block .title {
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
    font: 100 50px "lft-etica";
    color: #333;
  }
  .not-found-page .description-block .description {
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
    font: 100 28px "lft-etica";
    color: #333;
  }
  .not-found-page .description-block .description a {
    font: 100 28px "lft-etica";
    color: #ff8400;
  }
  .not-found-page .description-block .button-wrapper {
    position: relative;
    float: left;
    width: 100%;
  }
  .not-found-page .description-block .button-wrapper .homepage-link {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 230px;
    padding: 15px;
    border-radius: 2px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 3px 1px;
  }
  .not-found-page .description-block .button-wrapper .homepage-link:hover {
    background: #f9f9f9;
  }
  .not-found-page .description-block .button-wrapper .homepage-link span {
    position: relative;
    display: table;
    margin: 0 auto;
    font: 600 1em "lft-etica";
    color: #333;
  }
  .not-found-page .description-block .button-wrapper .homepage-link span:after {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
  }

  .footer {
    position: relative;
    width: 100%;
    float: left;
  }
  .footer .blue-area {
    background: #4d6598;
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0;
  }
  .footer .blue-area .container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .footer .blue-area .first-column {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    position: relative;
    width: 100%;
    margin-bottom: 70px;
    float: left;
  }
  .footer .blue-area .first-column .logo {
    position: absolute;
    /*background: url("../img/sprite.png") -621px -939px no-repeat;
    width: 216px;
    height: 42px;*/
    background: url("../img/hetipostilogo2.png") no-repeat;
    width: 180px;
    height: 60px;
    top: 0;
    left: 0;
  }
  .footer .blue-area .copyright-block {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .footer .blue-area .copyright-block .copyright {
    position: relative;
    width: 100%;
    float: left;
    font: 400 1em "lft-etica";
    color: #fff;
  }
  .footer .blue-area .second-column {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    float: left;
  }
  .footer .blue-area .second-column .tel-price {
    position: relative;
    width: 100%;
    padding-left: 40px;
    float: left;
  }
  .footer .blue-area .second-column .tel-price .tel {
    font: 100 40px "lft-etica";
    color: #fff;
    line-height: 1;
    position: relative;
    width: 100%;
    float: left;
  }
  .footer .blue-area .second-column .tel-price .tel:before {
    content: "";
    position: absolute;
    background: url("../img/sprite.png") -76px -249px no-repeat;
    width: 30px;
    height: 32px;
    top: 8px;
    left: -40px;
  }
  .footer .blue-area .second-column .tel-price .price {
    font: 400 0.875em "lft-etica";
    color: #fff;
    position: relative;
    width: 100%;
    float: left;
  }
  .footer .blue-area .second-column .address {
    margin-top: 30px;
    position: relative;
    width: 100%;
    float: left;
    font: 400 15px "lft-etica";
    color: #fff;
  }
  .footer .blue-area .third-column {
    display: none;
    position: relative;
    width: 370px;
    float: left;
    padding-left: 100px;
  }
  .footer .blue-area .third-column ul {
    position: relative;
    width: 100%;
    float: left;
  }
  .footer .blue-area .third-column ul li {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .footer .blue-area .third-column ul li a {
    position: relative;
    font: 600 1em "lft-etica";
    color: #fff;
  }
  .footer .blue-area .third-column ul li a:hover:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
  }
  .footer .white-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0;
  }
  .footer .white-area .footer-links {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
  }
  .footer .white-area .footer-links span {
    float: left;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
  }
  .footer .white-area .footer-links span a {
    color: #000;
  }
  .footer .white-area .footer-links span a:hover {
    color: #ff8400;
  }
  .footer .white-area .share-buttons {
    position: relative;
    width: 100%;
    float: left;
    height: 20px;
  }
  .footer .white-area .share-buttons .share42init .share42-item:nth-of-type(1) a {
    background: url("../img/sprite.png") -702px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .footer .white-area .share-buttons .share42init .share42-item:nth-of-type(2) a {
    background: url("../img/sprite.png") -793px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 60px !important;
    height: 20px !important;
  }
  .footer .white-area .share-buttons .share42init .share42-item:nth-of-type(3) a {
    background: url("../img/sprite.png") -891px -4px no-repeat !important;
    top: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 20px !important;
  }
  .footer .white-area .share-buttons .share42init .share42-item .share42-counter {
    padding: 0 6px 0 5px !important;
    background-position: 100% 100% !important;
    height: 20px !important;
    font: 10px/20px "lft-etica";
    margin-left: 6px;
    background-size: cover;
  }
  .footer .white-area .share-buttons .share42init .share42-item .share42-counter:before {
    background-position: 0 60% !important;
    left: -6px !important;
    width: 5px !important;
  }
  .footer .white-area .share-buttons #share42 {
    position: absolute;
    margin: 0 auto;
    left: -9px;
    right: -9px;
    width: 300px;
  }
}
@media screen and (max-width: 435px) {
  .main-title {
    display: block;
    width: 245px !important;
    margin: 0 auto;
    text-align: center;
    font: 100 40px "lft-etica";
    color: #fff;
    line-height: 1;
    word-wrap: break-word;
  }

  .main .top-area {
    position: relative;
    width: 100%;
    float: left;
    background: #1d3a5c;
    padding-bottom: 640px;
    background: url("../img/suomen-halvin-paikka-huoltaa-puhelin-mobile-banner.jpg") top left/100% no-repeat;
    /*background: url("../img/hetiposti2018mobile.jpg") top left / 100% no-repeat;*/
    /*background: url("../img/mobile-banner.jpg") top left / 100% no-repeat;*/
  }
  .main .top-area .top-area-content {
    position: relative;
    display: block;
    width: 100%;
    float: left;
  }
  .main .top-area .top-area-content .main-title {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font: 100 22px "lft-etica";
    color: #fff;
    line-height: 1;
    word-wrap: break-word;
  }

  .header .logo-menu .logo {
    position: absolute;
    top: 5px;
    left: 20px;
    background: url("../img/hetiposti-newlogo.png") no-repeat;
    width: 164px;
    height: 51px;
  }
}
.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-posts {
  -webkit-animation-name: postopacity;
  -moz-animation-name: postopacity;
  -o-animation-name: postopacity;
  animation-name: postopacity;
}

@-o-keyframes postopacity {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0.2;
  }
  66% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes postopacity {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0.2;
  }
  66% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*# sourceMappingURL=global.css.map */
