/*
Theme Name: SMN-main
Author: asiMove
Author URI: http://asimove.com
Description: SMN Main Website
Version: 1.0
Text Domain: smn-main
*/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

header {
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 15px 40px;
}

.error_404 {
  text-align: center;
  margin: 100px 0;
}
.error_404 h1 {
  color: #2c6ba5;
  font-weight: bold;
  margin-bottom: 15px;
}

div.topLogo {
  float: left;
}

h2 {
  color: #638aaf;
  margin-top: 0;
  margin-bottom: 25px;
}

.current-lang {
  font-weight: bold;
}
.current-lang a {
  text-decoration: underline;
}

.lang_select, .mainNav {
  list-style: none;
  float: right;
}
.lang_select li, .mainNav li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 15px;
}
.lang_select li.active, .mainNav li.active {
  font-weight: bold;
}
.lang_select li.active a, .mainNav li.active a {
  text-decoration: underline;
}
.lang_select li:last-child, .mainNav li:last-child {
  margin-right: 0;
}

.mainNav {
  clear: right;
}

.jumbo {
  top: 0;
  left: 0;
  position: relative;
  margin-bottom: 25px;
}

.jumbo img {
  width: 100%;
}

.jumbo__title {
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.clinique_link:hover {
  text-decoration: none !important;
}
.clinique_link:hover .clinique_title {
  color: #2c6ba5;
}

.clinique_title {
  border: 1px solid #d0d0d0;
  color: #555;
  display: block;
  font-family: "Helvetica";
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  outline: medium none;
  padding: 1px 20px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
  background: linear-gradient(to bottom, #fafafa 0%, #f5f5f5 100%) repeat scroll 0 0 transparent;
  box-shadow: 0 1px 0 #fff inset;
}

@media (min-width: 768px) {
  .container.section {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.footer {
  background: #f2f2f2;
  padding: 30px 0;
  background: #efefef;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  border-bottom: 1pt solid #ccc;
  padding: 5px 0;
}
.footer ul li:first-child {
  border-top: none;
}
.footer p {
  color: #999999;
}

.footer_title {
  font-size: 1.05em;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 4px solid #b1b2b4;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  body {
    padding-top: 112px;
  }

  header {
    padding: 15px;
  }

  div.topLogo {
    margin-bottom: 15px;
  }
  div.topLogo img {
    width: 85px;
  }

  .mainNav {
    padding-left: 0;
  }
}

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