html {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    filter: grayscale(100%);
}




* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 40px;
  margin-bottom: 40px; }
  section section {
    padding: 0; }
  section .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    section .box .wrap {
      padding: 0 10px; }
      section .box .wrap.per {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 0; }
  section .x2 {
    flex-grow: 2;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2; }
  section .x3 {
    flex-grow: 3;
    -webkit-flex-grow: 3;
    -moz-flex-grow: 3; }
  section.wrappable {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 58em) {
      section.wrappable .box {
        -webkit-box-flex: 1 50%;
        -moz-box-flex: 1 50%;
        -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
        flex: 1 50%;
        margin-bottom: 20px; }
        section.wrappable .box:last-child, section.wrappable .box:nth-last-child(2) {
          margin-bottom: 0; }
        section.wrappable .box .wrap.per {
          flex-direction: column;
          -webkit-flex-direction: column; }
          section.wrappable .box .wrap.per .box {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-bottom: 20px; }
            section.wrappable .box .wrap.per .box:last-child {
              margin-bottom: 0; } }
    @media screen and (max-width: 34em) {
      section.wrappable .box {
        -webkit-box-flex: 1 100%;
        -moz-box-flex: 1 100%;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%; }
        section.wrappable .box:nth-last-child(2) {
          margin-bottom: 20px; } }
  section:last-child {
    margin-bottom: 0; }
  section.full {
    padding: 0; }
    section.full .box .wrap {
      padding: 0 50px; }
  section.no-margin {
    margin-bottom: 0; }
  section.no-padding {
    padding: 0; }
  @media screen and (max-width: 58em) {
    section {
      padding: 0 20px;
      margin-bottom: 20px; }
      section.full {
        padding: 0; }
        section.full .box .wrap {
          padding: 0 20px; } }
  @media screen and (max-width: 34em) {
    section {
      padding: 0 10px;
      margin-bottom: 40px; } }

body.dev {
  background-color: #607d8b; }
  body.dev section {
    background-color: #fff; }
  body.dev .box:nth-child(1) .wrap {
    background-color: #b3e5fc; }
  body.dev .box:nth-child(2) .wrap {
    background-color: #b2ebf2; }
  body.dev .box:nth-child(3) .wrap {
    background-color: #b2dfdb; }
  body.dev .box:nth-child(4) .wrap {
    background-color: #a3e9a4; }
  body.dev .box:nth-child(5) .wrap {
    background-color: #dcedc8; }
  body.dev .box:nth-child(6) .wrap {
    background-color: #f0f4c3; }
  body.dev .box .box:nth-child(1) .wrap {
    background-color: #fff9c4; }
  body.dev .box .box:nth-child(2) .wrap {
    background-color: #ffecb3; }
  body.dev .box .box:nth-child(3) .wrap {
    background-color: #ffe0b2; }
  body.dev .box .box:nth-child(4) .wrap {
    background-color: #f9bdbb; }
  body.dev .box .box:nth-child(5) .wrap {
    background-color: #f8bbd0; }
  body.dev .box .box:nth-child(6) .wrap {
    background-color: #d1c4e9; }

#statusbar {
  background-color: #0a3b54; }
  #statusbar ul {
    float: right;
    padding: 0;
    margin: 0; }
    #statusbar ul li {
      float: left;
      margin-right: 20px;
      list-style-type: none; }
      #statusbar ul li:last-child {
        margin-right: 0; }
      #statusbar ul li a {
        color: #5298be;
        font-size: 12px;
        line-height: 30px; }
        #statusbar ul li a:hover {
          color: #fff; }
      @media screen and (max-width: 34em) {
        #statusbar ul li {
          line-height: 44px; } }

#navbar {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #navbar #logo svg {
    height: 90px;
    width: 300px; }
  #navbar #navbar-toggle {
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-image: url(../../images/burger.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 100;
    display: none; }
  #navbar #navbar-nav .menu-main-container {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    #navbar #navbar-nav .menu-main-container ul {
      margin: 0;
      padding: 0;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      -webkit-flex-direction: row; }
      #navbar #navbar-nav .menu-main-container ul li {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        list-style-type: none; }
        #navbar #navbar-nav .menu-main-container ul li a {
          display: block;
          line-height: 87px;
          -webkit-transition-property: background-color;
          -webkit-transition-duration: 0.3s;
          border-bottom: 3px solid #fff;
          color: #888; }
          #navbar #navbar-nav .menu-main-container ul li a:hover {
            background-color: #edf7fa;
            border-color: #5298be; }
        #navbar #navbar-nav .menu-main-container ul li.current-menu-item a, #navbar #navbar-nav .menu-main-container ul li.current_page_parent a {
          border-color: #5298be;
          position: relative; }
          #navbar #navbar-nav .menu-main-container ul li.current-menu-item a:before, #navbar #navbar-nav .menu-main-container ul li.current_page_parent a:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-bottom: 4px solid #5298be;
            border-right: 4px solid transparent;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -4px; }
  @media screen and (max-width: 58em) {
    #navbar {
      flex-direction: column;
      -webkit-flex-direction: column;
      padding: 0; }
      #navbar #logo {
        border-bottom: 3px solid #ddd; } }
  @media screen and (max-width: 34em) {
    #navbar #navbar-toggle {
      display: block; }
    #navbar #logo svg {
      height: 70px; }
    #navbar #navbar-nav .menu-main-menu-container ul {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      height: 0;
      -webkit-transition-property: height;
      -webkit-transition-duration: 0.3s;
      overflow: hidden; }
      #navbar #navbar-nav .menu-main-menu-container ul.open {
        height: 350px; }
      #navbar #navbar-nav .menu-main-menu-container ul li a {
        line-height: 67px;
        border-bottom: 2px solid #ddd; } }

#jumbotron .bullet {
  background-image: none;
  background-color: #fff;
  opacity: 0.4;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-right: 6px; }
  #jumbotron .bullet.selected {
    opacity: 1; }
#jumbotron .tp-bannertimer {
  background: white; }

#news-detail-overflow {
  position: relative;
  overflow: hidden; }
  #news-detail-overflow .slide {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.3s; }
  #news-detail-overflow .meta {
    margin-bottom: 17px; }
  #news-detail-overflow .news-detail-text {
    margin-bottom: 10px; }

#recent-news ul {
  list-style-type: none;
  padding: 6px 0 0 0; }
  #recent-news ul li {
    margin-bottom: 8px; }
    #recent-news ul li h3 {
      cursor: pointer;
      color: #5298be;
      font-size: 14px;
      margin-bottom: -2px;
      font-weight: 600; }
      #recent-news ul li h3:hover {
        color: #0a3b54; }
      #recent-news ul li h3.active {
        color: #0a3b54; }
    #recent-news ul li.history {
      margin-top: 20px; }

@media screen and (max-width: 34em) {
  #news-rotator #news-detail {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  #news-rotator #recent-news {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; } }

#teaser p {
  padding: 20px 0;
  text-align: center;
  background: #f6f6f6; }
#teaser a {
  color: #888; }
#teaser a:hover p {
  background-color: #5298be;
  color: #fff; }

#archive-by-month-aside ul, #archive-categories-aside ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  #archive-by-month-aside ul li, #archive-categories-aside ul li {
    margin-bottom: 8px; }
    #archive-by-month-aside ul li.current-cat a, #archive-categories-aside ul li.current-cat a {
      color: #0a3b54; }
    #archive-by-month-aside ul li:last-child, #archive-categories-aside ul li:last-child {
      margin-bottom: 0; }

#recent-news-aside ul, #recent-press-aside ul, #sidebar-filter-news ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  #recent-news-aside ul li, #recent-press-aside ul li, #sidebar-filter-news ul li {
    margin-bottom: 8px; }
    #recent-news-aside ul li:last-child, #recent-press-aside ul li:last-child, #sidebar-filter-news ul li:last-child {
      margin-bottom: 0; }
    #recent-news-aside ul li h3, #recent-press-aside ul li h3, #sidebar-filter-news ul li h3 {
      cursor: pointer;
      font-size: 14px;
      margin-bottom: -2px;
      font-weight: 600;
      color: #5298be; }
    #recent-news-aside ul li .meta, #recent-press-aside ul li .meta, #sidebar-filter-news ul li .meta {
      font-weight: 400;
      color: #888; }
    #recent-news-aside ul li a.active, #recent-press-aside ul li a.active, #sidebar-filter-news ul li a.active {
      color: #0a3b54; }
    #recent-news-aside ul li a:hover h3, #recent-press-aside ul li a:hover h3, #sidebar-filter-news ul li a:hover h3 {
      color: #0a3b54; }
      #recent-news-aside ul li a:hover h3 .meta, #recent-press-aside ul li a:hover h3 .meta, #sidebar-filter-news ul li a:hover h3 .meta {
        color: #888; }
    #recent-news-aside ul li.history, #recent-press-aside ul li.history, #sidebar-filter-news ul li.history {
      margin-top: 20px; }

#upcoming-trade-fairs ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  #upcoming-trade-fairs ul li {
    margin-bottom: 8px; }
    #upcoming-trade-fairs ul li:last-child {
      margin-bottom: 0; }
    #upcoming-trade-fairs ul li h3 {
      font-size: 14px;
      margin-bottom: -2px;
      font-weight: 600;
      color: #888; }

.sidebar-list {
  padding: 0 0 0 18px;
  margin: 0; }
  .sidebar-list li {
    margin-left: 0; }
    .sidebar-list li:last-child {
      margin-bottom: 0; }

.sidebar-file-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.news-archive {
  padding-bottom: 30px !important;
  margin-bottom: 30px;
  position: relative; }
  .news-archive:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px; }
  .news-archive .meta {
    margin-bottom: 17px; }

label {
  display: block;
  margin-bottom: 10px; }

input {
  display: block;
  height: 30px;
  width: 100%; 
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  padding-left: 6px;
  padding-bottom: 2px;}

#mc-embedded-subscribe {
  width: auto;
  margin: 30px 0 50px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 0;
  padding: 20px 21px;
  border: none;
  background-color: #5298be;
  color: #fff;
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; 
  cursor: pointer;}
  #mc-embedded-subscribe:hover {
    background-color: #0a3b54; }

#guest-login-submit, #request-guest-login-submit {
  width: auto;
  margin: 0 0 30px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 0;
  padding: 20px 21px;
  border: none;
  background-color: #5298be;
  color: #fff;
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer; }
  #guest-login-submit:hover, #request-guest-login-submit:hover {
    background-color: #0a3b54; }

#request-guest-login-submit {
  margin-top: 40px; }

#guest-login-forgot-password, #request-guest-login-trigger {
  float: left;
  line-height: 38px;
  margin-left: 30px; }

#request-guest-login-container {
  display: none; }

.password-call {
  margin-bottom: 10px; }

.password-input {
  margin-bottom: 10px; }
  .password-input input {
    width: 300px; }

.password-submit input {
  width: auto;
  margin: 0 0 30px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 0;
  padding: 20px 34px;
  border: none;
  background-color: #5298be;
  color: #fff;
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }
  .password-submit input:hover {
    background-color: #0a3b54; }

html, body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

img, svg {
  display: block; }

iframe {
  border: 4px solid #f6f6f6; }

.fa {
  margin-right: 6px; }

a {
  font-weight: 600;
  color: #5298be; }
  a:hover {
    color: #0a3b54; }
  a.button {
    padding: 8px 21px;
    background-color: #5298be;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px; }
    a.button:hover {
      background-color: #0a3b54; }

p {
  margin-bottom: 1.4em; }
  p:last-child {
    margin-bottom: 0; }

strong {
  font-weight: 600; }

img {
  width: 100%; }
  img.teaser {
    margin-bottom: 10px; }

.border-bottom {
  padding-bottom: 14px !important;
  border-bottom: 1px solid #ddd; }

h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-weight: 500; }

h1, h2 {
  font-size: 20px; }

.section-subtitle {
  text-indent: 10px; }

.section-title {
  margin-bottom: 10px;
  position: relative; }
  .section-title:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 10px; }
  .section-title.category {
    margin-bottom: 20px; }
  .section-title span {
    background-color: #fff;
    padding: 0 10px 0 10px;
    position: relative;
    z-index: 1; }
  @media screen and (max-width: 34em) {
    .section-title span {
      background-color: #fff;
      padding: 0 10px;
      position: relative;
      z-index: 1; } }

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
  background-color: #f6f6f6;
  color: #888;
  -webkit-font-smoothing: antialiased; }

#container {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff; }

#roof, #cellar {
  background-color: #0a3b54;
  color: #fff;
  font-size: 12px;
  line-height: 30px; }
  #roof a, #cellar a {
    color: #5298be; }
    #roof a:hover, #cellar a:hover {
      color: #fff; }
  @media screen and (max-width: 34em) {
    #roof, #cellar {
      line-height: 44px; } }

#roof {
  text-align: right; }

@media screen and (max-width: 58em) {
  #cellar {
    text-align: center; } }

#header-image {
  width: 100%;
  height: 220px;
  background-position: 50% 0;
  background-size: cover; }
  #header-image.default {
    background-image: url("../../images/header-default.jpg"); }

#swiss-emblem {
  width: 100%;
  height: 48px;
  position: relative; }
  #swiss-emblem:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 24px; }
    @media screen and (max-width: 58em) {
      #swiss-emblem:before {
        left: 30px;
        right: 30px; } }
    @media screen and (max-width: 34em) {
      #swiss-emblem:before {
        left: 20px;
        right: 20px; } }
  #swiss-emblem:after {
    content: "";
    display: block;
    height: 48px;
    width: 60px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -30px; }
  #swiss-emblem svg {
    width: 60px;
    height: 48px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    z-index: 10; }

#footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #edf7fa; }
  #footer h2 {
    margin-bottom: 10px; }

#company-locations h2 {
  font-size: 20px;
  font-weight: 500;
  color: #444;
  margin-top: 15px;
  margin-bottom: 2px; }


/* VORHER
#company-partners .logo {
  width: 380px;
  height: 80px;
  margin-bottom: 20px; }
  #company-partners .logo.logo-1 {
    background-image: url(../../images/logo-company-switzerland-global-enterprise-r.png); }
    #company-partners .logo.logo-1:hover {
      background-image: url(../../images/logo-company-switzerland-global-enterprise-h.png); }
  #company-partners .logo.logo-2 {
    background-image: url(../../images/logo-company-medical-cluster-r.png); }
    #company-partners .logo.logo-2:hover {
      background-image: url(../../images/logo-company-medical-cluster-h.png); }
  #company-partners .logo.logo-3 {
    background-image: url(../../images/logo-company-medtech-switzerland-r.png); }
    #company-partners .logo.logo-3:hover {
      background-image: url(../../images/logo-company-medtech-switzerland-h.png); }

*/


#company-partners .logo {
  width: 250px;
  height: 100px;
  margin: 0 auto 20px auto; }
  #company-partners .logo.logo-1 {
    background-image: url(../../images/Partner_1_SW_250x100.jpg); }
    #company-partners .logo.logo-1:hover {
      background-image: url(../../images/Partner_1_250x100.jpg); }
  #company-partners .logo.logo-2 {
    background-image: url(../../images/Partner_2_SW_250x100.jpg); }
    #company-partners .logo.logo-2:hover {
      background-image: url(../../images/Partner_2_250x100.jpg); }
  #company-partners .logo.logo-3 {
    background-image: url(../../images/Partner_3_SW_250x100.jpg); }
    #company-partners .logo.logo-3:hover {
      background-image: url(../../images/Partner_3_250x100.jpg); }

#product-teaser img {
  opacity: 0.9; }
#product-teaser a:hover img {
  opacity: 1; }

@media (min-width: 929px) {
  #product-teaser img {
    width: 50%;
    display: inherit; }
  #product-teaser p {
    width: 50%; }
}

#swiss-quality-in-detail-headline h2 {
  color: #7a1701; }

#swiss-quality-in-detail {
  background-color: #f9f9f9;
  background-image: url(../../images/karte.svg);
  background-repeat: no-repeat;
  background-size: 980px;
  background-position: -300px -280px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 40px;
  margin-right: 40px; }
  @media screen and (max-width: 58em) {
    #swiss-quality-in-detail {
      margin-left: 30px;
      margin-right: 30px; } }
  #swiss-quality-in-detail .box {
    position: relative; }
  #swiss-quality-in-detail img {
    position: absolute;
    top: 50%;
    height: 100px;
    margin-top: -50px; }
    @media screen and (max-width: 34em) {
      #swiss-quality-in-detail img {
        position: relative;
        top: 0;
        height: 100px;
        margin-top: 0;
        padding: 20px 0; } }
  #swiss-quality-in-detail p {
    color: #7a1701; }
    @media screen and (max-width: 34em) {
      #swiss-quality-in-detail p {
        text-align: center; } }

#quality-certificates-logos img {
  height: 99px;
  width: auto;
  margin: 0 auto; }
@media screen and (max-width: 58em) {
  #quality-certificates-logos .box {
    -webkit-box-flex: 1 25%;
    -moz-box-flex: 1 25%;
    -webkit-flex: 1 25%;
    -ms-flex: 1 25%;
    flex: 1 25%; } }
@media screen and (max-width: 34em) {
  #quality-certificates-logos .box {
    -webkit-box-flex: 1 50%;
    -moz-box-flex: 1 50%;
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%; } }

#contact-locations h2 {
  font-size: 16px; }

section.quote {
  padding: 40px 0; }
  section.quote p {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 16px; }
    section.quote p.cite {
      color: #5298be;
      font-size: 18px;
      font-weight: 600;
      line-height: 12px; }

.events .meta {
  display: none; }

.event-data {
  width: 100%;
  margin: 20px 0;
  display: inline-block; }
  .event-data .row-1, .event-data .row-2, .event-data .row-3 {
    display: block;
    float: left;
    margin-right: 40px; }
  .event-data .row-1 {
    margin-right: 20px; }
  .event-data h2 {
    margin-bottom: 4px; }
  .event-data .button {
    background-color: #f6f6f6;
    color: #888;
    margin-top: 20px; }
    .event-data .button:hover {
      color: #fff;
      background-color: #5298be; }
    .event-data .button.news {
      margin-bottom: 10px; }
  .event-data .button-circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f6f6f6;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px; }
    .event-data .button-circle i {
      margin-left: 5px; }

/* Contact Form 7 */

.wpcf7-textarea {
	width: 100%!important;
	border-color: #ccc;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  padding-left: 6px;
  padding-top: 4px;
  padding-bottom: 2px;
  margin-top: 0px;
}

div.wpcf7 img.ajax-loader {
	width:16px;
}

.wpcf7-submit {
    width: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 0;
    padding: 20px 21px;
    border: none;
    background-color: #5298be;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 1.4em;
}

.wpcf7-submit:hover {
    background-color: #0a3b54; }

.contact-locations {
	margin-bottom: 0px!important;
}

p.wpcf7 {
  margin-bottom: 0px; }

span.wpcf7-not-valid-tip {
    color: #bc3019!important;
}

div.wpcf7-validation-errors {
	border: none!important;
	margin: -1.8em 0 10px 0!important;
    padding: 0px!important;
    color: #bc3019;
}

div.wpcf7-mail-sent-ok {
	border: none!important;
	margin: -1.8em 0 10px 0!important;
    padding: 0px!important;
    color: #5298be;
}

div.wpcf7-mail-sent-ng {
	border: none!important;
	margin: -1.8em 0 10px 0!important;
    padding: 0px!important;
    color: #bc3019;
}

div.wpcf7-spam-blocked {
	border: none!important;
	margin: -1.8em 0 10px 0!important;
    padding: 0px!important;
    color: #bc3019;
}

.tp-bullet {
    width: 13px!important;
    height: 13px!important;
    border-radius: 50%;
}