/*$first_font: Helvetica, Arial, sans-serif;
$second_font: BottegacciaRegular;
$second_font_bold: BottegacciaBold;

$first_color: #f12;
$second_color: #72bfab;
$third_color : #fff;
$fourth_color: #e0f9f2;
$fifth_color: #f4f4f4;
*/
/**
* ASSETS FOLDER
*/
/**
* SIZES
*/
/**
* FONTS
*/
/**
* COLORS  
*/
/**
* MISC
*/
/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  text-align: left; }

html, body {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center; }

fieldset, img {
  border: 0;
  text-align: center; }

input {
  border: 1px solid #b0b0b0;
  padding: 3px 5px 4px;
  color: #979797;
  width: 190px; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0;
  font: 15px/2em "Roboto", sans-serif;
  color: #fff;
  z-index: 1;
  -webkit-text-size-adjust: none;
  outline: none; }

html, body, html > body {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: 0px auto;
  display: block;
  background: #fff; }

body {
  text-align: center;
  position: relative;
  height: 100%;
  background: #fff;
  background-size: cover !important; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.65em;
  letter-spacing: .1em; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-size: inherit; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: bold !important;
  text-transform: inherit !important;
  font-size: inherit !important; }

p {
  margin-bottom: 1em; }

/*
img {max-width:100%; user-drag: none;
     user-select: none;
     -moz-user-select: none;
     -webkit-user-drag: none;
     -webkit-user-select: none;
     -ms-user-select: none;   } */
br {
  line-height: 1em; }

strong, strong * {
  font-weight: bold !important; }

em, * em, em * {
  font-style: italic !important; }

.bordered {
  border: 1px dotted #ccc;
  margin: -1px 0 0 -1px; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.opacity, a.cta, .header .logo a, .header .smart-links .contact a, .header .smart-links a.area-pazienti, .header #lang a, .trigger, .menu__content ul li a, .footer a, .footer .foot--3 li a, .section .cta a, .team__content .members .member--active, .team .back {
  opacity: 1;
  transition: opacity ease .3s; }
  .opacity:hover, a.cta:hover, .header .logo a:hover, .header .smart-links .contact a:hover, .header .smart-links a.area-pazienti:hover, .header #lang a:hover, .trigger:hover, .menu__content ul li a:hover, .footer a:hover, .footer .foot--3 li a:hover, .section .cta a:hover, .team__content .members .member--active:hover, .team .back:hover {
    opacity: .5;
    transition: opacity ease .3s; }

.fill, .header #lang li.active a {
  opacity: .7; }

.anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.smallline, .page_intro__content .text:after, .page_intro__content .text:before, .member_detail__content .photo:before, .member_detail__content .description:after, .page__content .part h2:after, .page .inpage_gallery:before, .page .inpage_gallery:after, .events .event__text .date:after, .event_detail .event__text .date:after, .contacts__content .contacts__infos__content .text:after, .contacts__content .contacts__infos__content .text:before {
  content: " ";
  height: 3px;
  background: #fff;
  top: -5px;
  position: absolute;
  display: inline-block;
  width: 5%;
  margin-left: 2.5%; }

.center {
  text-align: center; }

.page__content:after {
  content: "";
  display: table;
  clear: both; }

.floating, .showall {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

a.cta {
  display: inline-block;
  padding: 1% 5%;
  background: #4B9993;
  color: #fff !important;
  text-transform: uppercase; }

@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(8%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(8%); }
  100% {
    -webkit-transform: translateY(0%); } }
.slideInFromTop, .section .picture .number {
  opacity: 1;
  animation: 1s ease-out 0s 1 slideInFromTop; }

@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
*
* MIXINS
*
*/
body.menu--open, html.menu--open {
  overflow: hidden;
  height: 100%;
  min-height: 100%; }

.wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 200; }

.header {
  height: 140px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  background: #fff; }
  .header__content {
    position: relative;
    max-width: 1400px;
    margin: 0 auto; }
  .header .logo a {
    display: block;
    background: url(/i/jpm-chiropratica.jpg) center center no-repeat;
    background-size: cover;
    width: 249px;
    height: 89px;
    margin: 0;
    position: relative;
    top: 20px;
    left: 130px;
    text-indent: -9999px;
    overflow: hidden; }
  .header .smart-links {
    position: absolute;
    right: 40px;
    top: 40px; }
    .header .smart-links .contact {
      display: inline-block;
      position: relative;
      top: 10px;
      text-align: right;
      font-weight: 300;
      letter-spacing: .5px; }
    .header .smart-links .contact a {
      color: #31605c;
      color: #aaa;
      font-size: 15px;
      margin-bottom: 5px;
      font-weight: 300;
      letter-spacing: .5px; }
    .header .smart-links a.area-pazienti {
      color: #31605c;
      text-transform: uppercase;
      font-weight: bold;
      margin-left: 40px;
      padding: 10px 30px;
      border: 2px solid #31605c;
      letter-spacing: 1px; }
  .header #lang {
    position: fixed;
    top: 0;
    right: 40px;
    z-index: 9999; }
    .header #lang li {
      display: inline-block; }
    .header #lang a {
      color: #327770;
      text-transform: uppercase;
      font-size: 11px;
      display: block;
      width: 30px;
      height: 30px;
      color: #fff;
      background: #4B9993;
      text-align: center;
      line-height: 30px; }

.trigger {
  position: absolute;
  top: 60px;
  left: 50px;
  z-index: 1000;
  width: 25px;
  height: 30px;
  cursor: pointer; }
  .trigger .e {
    display: block;
    width: 80%;
    background: #31605c;
    height: 3px;
    margin: 0 auto;
    margin-bottom: 6px;
    transition: all linear .5s;
    position: absolute;
    top: 0;
    border-radius: 10px; }
  .trigger .e2 {
    width: 100%;
    opacity: 1;
    top: 8px;
    left: -10%; }
  .trigger .e3 {
    top: 16px; }
  .trigger.menu--open .e1 {
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%; }
  .trigger.menu--open .e3 {
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%; }
  .trigger.menu--open .e2 {
    opacity: 0; }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 700; }
  .menu__content {
    position: fixed;
    top: -100%;
    left: 0;
    overflow: auto;
    padding-top: 168px;
    transition: all ease-in .5s;
    z-index: 400;
    background: #fff;
    display: block;
    width: 100%;
    height: 100%; }
    .menu__content ul li a {
      display: block;
      font-size: 24px;
      color: #31605c;
      font-weight: 900;
      text-transform: uppercase;
      height: 90px;
      text-align: center;
      letter-spacing: .3em;
      line-height: 90px; }
    .menu__content ul li.active {
      opacity: .5; }
    .menu__content a.area-pazienti-menu {
      display: none; }
  .menu--open .menu__content {
    top: 0;
    transition: all ease-out .7s; }

.main {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  padding-top: 140px; }

.footer {
  position: relative;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #d6dfde; }
  .footer__content {
    max-width: 1400px;
    margin: 0 auto; }
  .footer * {
    color: #327770;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .5px; }
  .footer a {
    letter-spacing: 1px; }
  .footer .level_1 .active {
    opacity: .5; }
  .footer .foot {
    display: block;
    width: 30%;
    padding: 100px 20px;
    float: left;
    position: relative; }
    .footer .foot--1 {
      width: 20%;
      position: relative;
      top: 0;
      left: 0; }
    .footer .foot--1 img {
      max-width: 100%;
      position: relative;
      top: 0; }
    .footer .foot--2:after, .footer .foot--3:after {
      position: absolute;
      top: 100px;
      right: 0;
      display: block;
      content: " ";
      height: 120px;
      border-right: 1px solid #327770; }
    .footer .foot--2 {
      width: 40%; }
    .footer .foot--3 {
      width: 20%; }
    .footer .foot--3 li a {
      display: inline-block;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 20px;
      margin-left: 30px; }
    .footer .foot--4 {
      width: 10%; }
    .footer .foot--4 img {
      width: 40px; }
  .footer .part {
    float: left;
    width: 50%;
    padding: 0 5%; }
  .footer .credits {
    clear: left;
    text-align: center;
    padding: 50px 0;
    font-size: 12px; }
    .footer .credits a {
      font-size: 12px; }

/*************************/
/*************************/
/*************************/
/*************************/
.section--grigio {
  background-color: #A2AAAC; }
.section--grigio-light {
  background-color: #aab4b5; }
.section--verde {
  background-color: #327770; }
.section--nero {
  background-color: #242626; }
.section__content {
  overflow: hidden;
  /*min-height:650px;*/
  max-width: 1400px;
  margin: 0 auto;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 60%; }
.section .picture {
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  float: left; }
  .section .picture img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100; }
  .section .picture .number {
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 200;
    font-size: 40px;
    font-weight: 300;
    width: 20%;
    float: left;
    padding-top: 5%; }
    .section .picture .number:after {
      content: " ";
      display: block;
      height: 70px;
      width: 1px;
      margin-left: 20px;
      margin-top: 20px;
      background: #fff; }
.section .description {
  width: 50%;
  padding: 7.5% 5%;
  float: left;
  min-height: 450px; }
  .section .description h2 {
    text-transform: uppercase; }
  .section .description h3 {
    font-size: 13px;
    width: 55%;
    text-transform: uppercase;
    line-height: 1.1em;
    opacity: 0.7; }
.section .text * {
  opacity: 0.7;
  font-weight: 300;
  letter-spacing: .5px; }
.section .text:after, .section .text:before {
  content: " ";
  display: block;
  width: 10%;
  height: 2px;
  background: #fff;
  margin: 30px 0;
  opacity: 1 !important; }
.section .cta a {
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: bold;
  letter-spacing: 1px; }

.showall {
  position: relative;
  display: block;
  width: 21px;
  height: 32px;
  margin: 0 auto;
  background: url(/i/arrow--down.png);
  background-size: cover;
  z-index: 800; }

.home_intro {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 600px;
  overflow: hidden; }
  .home_intro__content {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0; }
    .home_intro__content h1, .home_intro__content h2, .home_intro__content h3 {
      color: #31605c;
      margin-left: 60%;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1em;
      margin-bottom: 0; }
    .home_intro__content h1 {
      font-size: 50px;
      font-weight: 500; }
    .home_intro__content h2 {
      font-size: 14px;
      opacity: 0.7; }
      .home_intro__content h2:after {
        content: " ";
        height: 1px;
        background: #31605c;
        top: -5px;
        position: relative;
        display: inline-block;
        width: 25%;
        margin-left: 2.5%; }
    .home_intro__content h3 {
      font-size: 13px;
      width: 20%;
      margin-top: 30px; }
    .home_intro__content img {
      max-width: 80%; }

.page_intro {
  background: #327770; }
  .page_intro__content {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0; }
    .page_intro__content h2 {
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 50px; }
    .page_intro__content .text {
      position: relative;
      width: 75%;
      margin: 0 auto; }
      .page_intro__content .text * {
        line-height: 2em;
        opacity: 0.7;
        text-align: center;
        font-weight: 300;
        letter-spacing: .5px; }
      .page_intro__content .text:before {
        right: -10%;
        top: -20%; }
      .page_intro__content .text:after {
        left: -10%;
        top: 120%; }

.team {
  background: #327770;
  padding-bottom: 100px; }
  .team__content {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0; }
    .team__content .members {
      width: 80%;
      margin: 0 auto; }
      .team__content .members .member {
        display: block;
        width: 25%;
        margin-right: 12.5%;
        margin-bottom: 10%;
        float: left;
        position: relative;
        top: 0;
        left: 0; }
        .team__content .members .member:nth-child(3n) {
          margin-right: 0; }
        .team__content .members .member .name {
          position: relative;
          width: 100%;
          text-transform: uppercase;
          text-align: center;
          font-weight: bold;
          line-height: 1.3em;
          display: block;
          margin-top: 5px; }
          .team__content .members .member .name a {
            font-weight: bold;
            line-height: 1.3em;
            display: block;
            margin-top: 5px; }
        .team__content .members .member .photo {
          background: black; }
        .team__content .members .member .photo img {
          max-width: 100%;
          opacity: 1;
          display: block; }
  .team .back {
    position: absolute;
    bottom: 5%;
    left: 5%;
    display: block;
    width: 210px;
    line-height: 22px;
    height: 22px;
    background: url(/i/arrow--left.png) left center no-repeat;
    background-size: contain;
    padding-left: 50px;
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 11px; }

.member_detail__content {
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0; }
  .member_detail__content .member {
    width: 70%;
    margin: 0 auto; }
  .member_detail__content .photo {
    width: 30%;
    float: left;
    position: relative;
    background: black;
    margin-top: 3%; }
    .member_detail__content .photo:before {
      margin-left: 0;
      left: -30%;
      top: 80%;
      width: 15%; }
    .member_detail__content .photo img {
      max-width: 100%;
      opacity: 1;
      display: block;
      width: 100%; }
  .member_detail__content .description {
    width: 70%;
    float: left;
    position: relative;
    left: 5%; }
    .member_detail__content .description:after {
      margin-left: 0;
      right: 0;
      top: 0; }
    .member_detail__content .description h2 {
      width: 65%;
      line-height: 1em;
      font-size: 35px;
      margin-bottom: 100px;
      text-transform: uppercase;
      opacity: 1; }
    .member_detail__content .description .text * {
      line-height: 2em;
      opacity: 1;
      font-weight: 300;
      letter-spacing: .5px; }

.page {
  min-height: 500px; }
  .page__start {
    height: 20px;
    background: #879a95;
    width: 30%; }
    .page__start:before {
      content: "";
      display: block;
      height: 20px;
      background: #97a29c;
      width: 30%; }
  .page__content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 50px; }
    .page__content * {
      color: #97a29c;
      font-weight: 300;
      letter-spacing: 0.5px; }
    .page__content .part {
      width: 45%;
      float: left; }
      .page__content .part ul li {
        list-style-type: disc;
        list-style-position: outside;
        margin-left: 20px;
        margin-bottom: 5px; }
      .page__content .part img {
        max-width: 100%; }
      .page__content .part h2 {
        max-width: 55%;
        font-size: 20px;
        margin-bottom: 30px;
        position: relative;
        top: 0;
        left: 0;
        color: #327770;
        text-transform: uppercase;
        line-height: 1.2em;
        padding-bottom: 40px;
        margin-top: 60px; }
        .page__content .part h2:after {
          background: #31605c;
          left: 0%;
          margin-left: 0;
          top: auto;
          right: auto;
          bottom: 0%;
          width: 10%; }
      .page__content .part h3 {
        font-size: 15px;
        text-transform: uppercase;
        margin: 20px 0;
        color: #327770;
        font-weight: bold;
        font-weight: 500; }
      .page__content .part--1 {
        margin-right: 5%; }
      .page__content .part--2 {
        width: 45%; }
      .page__content .part--2 img {
        /*max-width:100%; transform:scale(1.2); padding:100px 0; margin-left:10%;*/
        width: 80%;
        padding: 100px 0; }
        .page__content .part--2 img:first-child {
          margin-top: 0; }
  .page .inpage_gallery {
    position: relative;
    top: 0;
    left: 0;
    margin: 100px 0; }
    .page .inpage_gallery:before {
      background: #31605c;
      right: 0;
      top: -8%;
      width: 10%; }
    .page .inpage_gallery:after {
      background: #31605c;
      right: 0;
      top: auto;
      bottom: -8%;
      width: 10%; }
    .page .inpage_gallery__content {
      overflow: hidden;
      text-align: right;
      vertical-align: bottom; }
    .page .inpage_gallery .image {
      display: inline-block;
      margin: 5%;
      margin-top: 0;
      margin-right: 0; }
    .page .inpage_gallery img:last-child {
      margin-bottom: 0; }

#event-content {
  position: relative;
  top: -140px; }

.events__menu {
  width: 100%; }
  .events__menu ul {
    width: 100%; }
  .events__menu li {
    display: inline-block;
    width: 50%;
    border-bottom: 1px solid #4B9993; }
  .events__menu li:first-child {
    text-align: right; }
  .events__menu li:last-child {
    text-align: left; }
  .events__menu li.voice--active, .events__menu li:hover {
    border-bottom: 4px solid #4B9993; }
  .events__menu a {
    text-transform: uppercase;
    padding: 2.5% 5%;
    display: block;
    width: 100%;
    color: #4B9993;
    font-weight: 500; }
.events__content {
  width: 90%;
  margin: 0 auto;
  overflow: hidden; }
.events .event__content {
  overflow: hidden;
  margin: 70px 0; }
.events .event__image {
  min-height: 1px;
  float: left;
  width: 45%;
  margin-right: 5%; }
  .events .event__image img {
    max-width: 100%; }
.events .event__text {
  float: left;
  width: 50%; }
  .events .event__text .long_description {
    display: none; }
  .events .event__text h3 {
    max-width: 100%;
    font-size: 20px;
    position: relative;
    top: 0;
    left: 0;
    color: #4B9993;
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 500; }
  .events .event__text .date {
    position: relative;
    top: 0;
    font-size: 12px;
    margin-bottom: 40px;
    padding-bottom: 30px; }
    .events .event__text .date:after {
      background: #4B9993;
      left: 0%;
      margin-left: 0;
      top: auto;
      right: auto;
      bottom: 0%;
      width: 10%; }

.event_detail .more {
  display: none; }
.event_detail .event__content {
  overflow: hidden;
  margin: 70px 0; }
.event_detail .event__image {
  min-height: 1px;
  float: left;
  width: 45%;
  margin-right: 5%; }
  .event_detail .event__image img {
    max-width: 100%; }
.event_detail .event__text {
  float: left;
  width: 50%; }
  .event_detail .event__text .short_description {
    display: block; }
  .event_detail .event__text .long_description {
    display: block; }
  .event_detail .event__text h3 {
    max-width: 55%;
    font-size: 20px;
    position: relative;
    top: 0;
    left: 0;
    color: #4B9993;
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 500; }
  .event_detail .event__text .date {
    position: relative;
    top: 0;
    font-size: 12px;
    margin-bottom: 40px;
    padding-bottom: 30px; }
    .event_detail .event__text .date:after {
      background: #4B9993;
      left: 0%;
      margin-left: 0;
      top: auto;
      right: auto;
      bottom: 0%;
      width: 10%; }

.downloads__content {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px; }
  .downloads__content .download {
    position: relative;
    top: 0;
    left: 0;
    width: 46%;
    margin: 2%;
    display: inline-block;
    border-bottom: 3px solid #4B9993;
    height: 80px;
    overflow: hidden; }
    .downloads__content .download h3 {
      color: #4B9993;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 500; }
    .downloads__content .download__type {
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px; }
    .downloads__content .download__link {
      position: absolute;
      top: 20px;
      right: 0; }
    .downloads__content .download__link .cta {
      padding: 7px 18px; }

.contacts__content {
  overflow: hidden; }
  .contacts__content .contacts__map {
    height: 700px;
    width: 100%; }
  .contacts__content .contacts__infos {
    background: #327770;
    width: 50%;
    float: left; }
    .contacts__content .contacts__infos__content {
      overflow: hidden;
      max-width: 1400px;
      margin: 0 auto;
      padding: 100px 0; }
      .contacts__content .contacts__infos__content h2 {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 50px; }
      .contacts__content .contacts__infos__content .text {
        position: relative;
        width: 75%;
        margin: 0 auto;
        margin-top: 100px; }
        .contacts__content .contacts__infos__content .text * {
          line-height: 2em;
          opacity: 0.7;
          text-align: center;
          font-weight: 300;
          letter-spacing: .5px; }
        .contacts__content .contacts__infos__content .text:before {
          right: -10%;
          top: -20%; }
        .contacts__content .contacts__infos__content .text:after {
          left: -10%;
          top: 120%; }
  .contacts__content .contacts__form {
    width: 50%;
    float: left;
    padding: 50px; }
    .contacts__content .contacts__form .part * {
      line-height: 2em;
      color: #31605c;
      opacity: 0.7;
      text-align: left;
      font-weight: 300;
      letter-spacing: .5px; }

/*** FORM ***/
.content-form {
  margin: 40px auto 0px auto;
  display: block;
  float: left;
  width: 60%; }
  .content-form .form label, .content-form .form span, .content-form .form label * {
    font-family: "Roboto", sans-serif;
    text-transform: none;
    font-size: 13px;
    color: #31605c; }
    .content-form .form label a, .content-form .form span a, .content-form .form label * a {
      text-decoration: underline; }
  .content-form .form .input, .content-form .form .textarea {
    overflow: hidden; }
    .content-form .form .input label, .content-form .form .textarea label {
      width: 24%;
      float: left; }
    .content-form .form .input input, .content-form .form .input textarea, .content-form .form .textarea input, .content-form .form .textarea textarea {
      width: 76%;
      float: left; }
    .content-form .form .input .err, .content-form .form .textarea .err {
      float: right; }
    .content-form .form .input input, .content-form .form .input textarea, .content-form .form .textarea input, .content-form .form .textarea textarea {
      border: none;
      color: #2961ad;
      letter-spacing: 2px;
      border-bottom: 1px solid #ccc; }
    .content-form .form .input textarea, .content-form .form .textarea textarea {
      border: 1px solid #ccc;
      resize: vertical; }
  .content-form .form input.submit {
    width: auto;
    color: "Roboto", sans-serif;
    border: 2px solid #327770; }

/*# sourceMappingURL=main.css.map */
