@import url("https://fonts.googleapis.com/css?family=Kaushan+Script|Raleway:300,400,700");
@font-face {
  font-family: 'MontserratLight';
  src: url("../fonts/Montserrat/MontserratLight.eot");
  src: url("../fonts/Montserrat/MontserratLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/MontserratLight.woff2") format("woff2"), url("../fonts/Montserrat/MontserratLight.woff") format("woff"), url("../fonts/Montserrat/MontserratLight.ttf") format("truetype"), url("../fonts/Montserrat/MontserratLight.svg#svgFontName") format("svg");
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  color: #303032;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  min-height: 550px;
  min-width: 960px;
  padding-top: 130px;
  transition: padding 1s ease;
}

body.about, body.services {
  padding-top: 200px;
}

/* ############################################################################
								GENERAL
############################################################################ */
h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 * {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h1 {
  margin-bottom: 20px;
}

h1, h1 * {
  color: #9560a6;
  font-size: 40px;
  line-height: 43px;
}

h2 {
  margin-bottom: 20px;
  text-align: center;
}

h2, h2 * {
  font-size: 40px;
  line-height: 43px;
}

h3 {
  margin-bottom: 20px;
}

h3, h3 * {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-bottom: 20px;
}

h4, h4 * {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: normal;
}

h4.highlight, h4.highlight * {
  color: #9560a6;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  line-height: 20px;
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

img {
  vertical-align: middle;
}

strong {
  font-family: "MontserratLight", Arial, Helvetica, sans-serif;
}

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

strong, strong * {
  font-weight: 700;
}

u, u * {
  text-decoration: underline;
}

input[type="text"], input[type="password"], input[type="email"], input[type="date"] {
  border: solid 1px #BCBEC0;
  height: 40px;
  padding: 0 15px;
  width: 100%;
}

input[type="submit"], input[type="button"] {
  background-color: #BCBEC0;
  height: 40px;
  font-family: "KaushanScript", "Kaushan Script", cursive;
  padding: 0 15px;
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  border: solid 1px #BCBEC0;
  padding: 10px 14px;
  width: 100%;
  height: 150px;
  resize: none;
}

select {
  background: url(../images/select-arrow-pink.svg) no-repeat right 0;
  background-size: 40px 40px;
  border: solid 1px #BCBEC0;
  height: 38px;
  padding: 0 14px;
  width: 268px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

option {
  padding: 10px;
}

form .box:not(:last-child) {
  margin-bottom: 20px;
}

form .label {
  color: #9560a6;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

form.alt input[type="text"], form.alt input[type="password"], form.alt input[type="email"] {
  background-color: #F5F2F6;
}

form.alt input[type="submit"] {
  background-color: #9560a6;
  color: #fff;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

form .error {
  border: solid 1px #9560a6 !important;
}

.wrapper {
  width: 1080px;
  margin: 0 auto;
}

.mfp-content {
  text-align: center;
}

#mfp-w2c {
  position: relative;
  background: #FFF;
  display: inline-block;
  text-align: left;
  padding: 30px;
  width: auto;
  max-width: 960px;
  min-width: 240px;
  margin: 20px auto;
}

#mfp-w2c h1 {
  text-align: center;
}

.btn {
  background-color: #9560a6 !important;
  color: #fff;
  font-family: "Raleway", Arial, Helvetica, sans-serif !important;
  text-align: center;
  display: inline-block;
  padding: 16px 15px;
  height: 50px;
  transition: all 0.3s ease;
}

.btn-link {
  background-color: transparent !important;
  color: inherit;
  padding: 0;
  height: inherit;
}

.btn-icon {
  width: 50px;
}

.btn-icon.tiny {
  height: 20px;
  width: 20px;
}

.btn-green {
  background-color: #7EC0A0 !important;
  font-family: "Raleway", Arial, Helvetica, sans-serif !important;
}

.btn-wire {
  background-color: transparent !important;
  border: solid #979798;
  height: 35px;
  color: #979798;
  padding: 7px 15px;
  transition: all 0.3s ease;
}

.btn-wire:hover {
  background-color: #979798 !important;
  color: #fff;
}

.btn-icon-plus {
  background: url(../images/icons.svg) no-repeat 0 0;
  background-size: 800px 800px;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.btn-icon-plus.tiny {
  background: url(../images/icons.svg) no-repeat -220px -60px;
  background-size: 400px 400px;
  width: 20px;
  height: 20px;
}

.pub {
  margin-bottom: 40px;
}

.pub a {
  display: block;
  box-shadow: 2px 2px 5px #BCBEC0;
  position: relative;
  transition: all 0.3s ease;
}

.pub a:hover {
  box-shadow: 2px 2px 5px #ccc;
}

.pub a span {
  background: #BCBEC0 url(../images/sprite-40.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: solid 1px #BCBEC0;
  border-right: none;
  border-bottom: none;
  display: none;
}

.service-pharmacies-pub {
  margin-bottom: 40px;
  text-align: center;
}

.service-pharmacies-pub a {
  display: block;
  padding: 30px 15px;
  box-shadow: 2px 2px 5px #BCBEC0;
  position: relative;
  transition: all 0.3s ease;
}

.service-pharmacies-pub img {
  color: #7EC0A0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
}

.service-pharmacies-pub .text {
  background-color: #7EC0A0;
  color: #fff;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  display: block;
  padding: 10px 15px;
}

.closest-pharmacy {
  margin-bottom: 40px;
  text-align: center;
  box-shadow: 2px 2px 5px #BCBEC0;
  position: relative;
}

.closest-pharmacy h2 {
  font-size: 26px !important;
  line-height: 30px !important;
  padding: 15px;
  width: inherit !important;
  margin-bottom: 0 !important;
}

.closest-pharmacy h2,
.closest-pharmacy h2 * {
  color: #9560a6;
  text-transform: uppercase;
  font-weight: 300;
}

.closest-pharmacy h2 span {
  font-weight: bold;
  display: block;
  font-size: 35px;
  line-height: 40px;
}

.closest-pharmacy a {
  background-color: #9560a6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 50px 25px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}

.closest-pharmacy .text {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
}

.db-content,
.db-content div,
.db-content p {
  line-height: 24px;
}

.db-content ol,
.db-content ul {
  margin-bottom: 10px;
}

.db-content ul li,
.db-content ol li {
  margin-left: 15px;
}

.db-content ul li {
  list-style: disc;
}

.db-content h3 {
  color: #F5F2F6;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.inside-wrapper {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.inside-wrapper.align-left {
  text-align: left;
}

.inside-wrapper-b {
  width: 800px;
  margin: 0 auto;
}

.accordion-container {
  padding-top: 30px;
}

.accordion-container .accordion-title {
  border: solid 1px #303032;
  border-left: none;
  border-right: none;
  padding: 15px;
  cursor: pointer;
}

.accordion-container .accordion-title .icon {
  background: url(../images/icons.svg) no-repeat 0 0;
  background-size: 600px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.accordion-container .accordion-item.active .accordion-title .icon {
  background-position: -510px 0;
}

.accordion-container .accordion-title .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  line-height: 21px;
}

.accordion-container .accordion-content {
  padding: 30px;
}

.fullwidth-image {
  padding: 70px 0;
  position: relative;
}

.fullwidth-image .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  position: relative;
  z-index: 1;
}

.fullwidth-image .mask {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.container-3-cols ul {
  display: flex;
}

.container-3-cols ul li {
  width: 33.33%;
  padding: 0 40px;
}

.swiper-container {
  height: 100%;
}

.swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#loading-container {
  background: rgba(255, 255, 255, 0.7) url(../images/loading.gif) no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

/* ############################################################################
								HEADER
############################################################################ */
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

header .top {
  height: 100px;
  border-bottom: solid 1px #BCBEC0;
  overflow: hidden;
  position: relative;
  transition: all 1s ease;
}

header .top .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}

header .top .wrapper .left {
  height: 100%;
  position: relative;
  padding: 10px 0;
  transition: all 1s ease;
}

header .top .wrapper .left a {
  display: block;
  height: 100%;
}

header .top .wrapper .left a img {
  height: 100%;
  max-height: 100px;
}

header .right-top {
  height: 12px;
  margin-bottom: 20px;
  transition: all 1s ease;
}

header .right-top ul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

header .right-top * {
  font-size: 12px;
  line-height: 12px;
}

header .right-top li:not(:last-child) {
  border-right: solid 1px #BCBEC0;
  padding-right: 5px;
  margin-right: 5px;
  height: 100%;
}

header .right-top a {
  font-weight: bold;
}

header .right-mid {
  color: #9560a6;
  font-size: 20px;
  line-height: 23px;
  height: 0;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  text-align: right;
  padding-bottom: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 1s ease;
}

#top-search {
  position: relative;
}

#top-search .text {
  height: 30px;
  width: 360px;
}

#top-search .submit {
  background: transparent url(../images/sprite-30.png) no-repeat 0 0 !important;
  position: absolute;
  top: 0;
  right: 5px;
  width: 30px;
  height: 30px;
}

header .bot {
  height: 47px;
  border-bottom: solid 1px #BCBEC0;
  position: relative;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
}

header .bot .wrapper, header .bot .wrapper nav, header .bot .wrapper ul, header .bot .wrapper li {
  height: 100%;
}

header .bot .wrapper nav ul {
  display: flex;
}

header .bot .wrapper nav li {
  flex: 1;
  text-align: center;
}

header .bot .wrapper nav a {
  text-transform: uppercase;
  display: block;
  height: 100%;
  line-height: 47px;
}

header .bot .wrapper nav li.st.active {
  background-color: #bfa0ca;
}

header .bot .wrapper nav li.st.active a.st {
  color: #fff;
}

header .bot .wrapper nav li.disabled {
  opacity: 0.5;
  pointer-events: none;
}

header .bot .secpages {
  background-color: #fff;
  position: absolute;
  z-index: -3;
  left: 0;
  width: 100%;
  border-bottom: solid 1px #BCBEC0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

header .bot .secpages ul {
  justify-content: center;
  padding: 10px 0;
}

header .bot .secpages ul li {
  flex: inherit;
  overflow: hidden;
}

header .bot .secpages ul a {
  border-bottom: solid 5px #F5F2F6;
  display: block;
  padding: 10px 15px 5px;
  line-height: 20px;
  transition: all 0.3s ease;
  transition: top 1s ease;
  position: relative;
  top: 50px;
  text-transform: inherit;
}

header .bot .secpages ul li.active a,
header .bot .secpages ul a:hover {
  border-color: #bfa0ca;
}

header .bot .wrapper nav li.st:hover .secpages {
  opacity: 1;
  visibility: visible;
  z-index: -1;
}

header .bot .wrapper nav li.st:hover .secpages ul a {
  top: 0;
}

header .bot .secpages.open {
  opacity: 1;
  visibility: visible;
  z-index: -2;
}

header .bot .secpages.open a {
  top: 0;
}

body.resize-header {
  padding-top: 215px;
}

header.resize-header .top {
  height: 170px;
}

header.resize-header .top .wrapper .left {
  padding: 20px 0;
}

header.resize-header .right-mid {
  height: inherit;
  padding-bottom: 30px;
  visibility: visible;
}

body.truncated {
  padding-top: 130px;
}

header.truncated .top {
  height: 80px;
}

header.truncated .right-top {
  margin-bottom: 5px;
}

header.truncated .top .wrapper .left {
  padding: 5px 0;
}

header.truncated .right-mid {
  height: 0;
  padding: 0;
  visibility: hidden;
}

/* ############################################################################
								FOOTER
############################################################################ */
footer .top {
  background-color: #f1f2f2;
  padding: 40px 100px;
}

footer .top .wrapper {
  display: flex;
}

footer .top .box {
  flex: 1;
}

footer .top .box:not(:last-child) {
  padding-right: 30px;
}

footer .bot {
  background-color: #303032;
  padding: 15px 100px;
}

footer .bot * {
  color: #fff;
}

footer .bot ul {
  display: flex;
}

footer .bot li {
  display: flex;
  margin-right: 30px;
}

footer .top .logo {
  width: 50%;
  margin-bottom: 60px;
}

footer .top p,
footer .top li,
footer .top a {
  font-size: 13px;
}

footer .top a:hover {
  text-decoration: underline;
}

footer .bot .info {
  margin-bottom: 20px;
}

footer .bot .info,
footer .bot .info * {
  font-size: 11px;
  line-height: 15px;
}

#footer-newsletter .box-newsletter {
  margin-bottom: 3px;
}

#footer-newsletter .box-consent * {
  font-size: 12px;
  line-height: 15px;
}

#footer-newsletter .box-consent input {
  margin-right: 5px;
}

#footer-newsletter .box-consent a {
  text-decoration: underline;
  white-space: nowrap;
}

/* ############################################################################
								HOME
############################################################################ */
#home-banner {
  height: 475px;
  position: relative;
}

#home-banner .swiper-container {
  height: 100%;
}

#home-banner .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#home-banner .mask {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#home-banner .wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  z-index: 2;
  position: relative;
}

#home-banner * {
  color: #fff;
}

#home-banner .content {
  margin: 0 150px;
}

#home-news .list {
  display: flex;
}

#home-news .box-news {
  flex: 1;
  width: 224px;
}

#home-news .box-news:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  border-right: solid 1px #BCBEC0;
}

#home-news .box-news a {
  display: block;
}

#home-news .box-news .date {
  display: block;
  margin-bottom: 15px;
}

#home-news .box-news .image {
  background-color: #BCBEC0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
  display: block;
  margin-bottom: 15px;
}

#home-news .box-news .title {
  display: block;
  margin-bottom: 15px;
}

#home-news .box-news .description {
  display: block;
  margin-bottom: 15px;
}

#home-news .box-news .open-box {
  display: inline-block;
}

#home-news .box-news .btn-more {
  background: #BCBEC0 url(../images/icons.svg) no-repeat 0 0 !important;
  display: inline-block;
  background-size: 800px !important;
  width: 40px;
  height: 40px;
}

.pub-main .image {
  margin-bottom: 30px;
}

.pub-main .image img {
  width: 100%;
}

/* ############################################################################
								
############################################################################ */
#general-container {
  padding: 80px 0;
}

body.home #general-container .wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

body.home #general-container .left-container {
  width: 100%;
  max-width: 712px;
}

body.home #general-container .right-container {
  width: 328px;
  flex-shrink: 0;
  margin-left: 40px;
}

#general-container h2 {
  font-size: 24px;
  line-height: 27px;
  padding-bottom: 10px;
  text-align: center;
  width: 380px;
  margin: 0 auto;
  border-bottom: solid 1px #303032;
  margin-bottom: 50px;
}

#content-single-image {
  text-align: center;
  margin-bottom: 40px;
}

#content-single-image img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}

#home-formations .item {
  background-color: #9560a6;
  height: 346px;
  margin-bottom: 40px;
  position: relative;
}

#home-formations .item a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#home-formations .item .mask {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home-formations .item .label {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
}

#home-formations .item .info {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 50px 50px;
}

#home-formations .item .info * {
  color: #fff;
}

#home-formations .item .title {
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

#home-formations .item .date {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  display: block;
}

#home-formations .item .local {
  font-size: 16px;
  line-height: 20px;
  display: block;
}

/* ############################################################################
								ABOUT > HISTORY
############################################################################ */
#history-container .list {
  width: 770px;
  margin: 0 auto;
  padding-top: 25px;
}

#history-container .list ul li {
  display: flex;
}

#history-container .list .center {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100px;
  width: 100px;
  text-align: center;
  position: relative;
}

#history-container .list .center .line {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}

#history-container .list .center .line span {
  border-right: solid 2px #F5F2F6;
  display: inline-block;
  height: 100%;
  width: 0;
}

#history-container .list li:last-child .center .line span {
  border-style: dotted;
}

#history-container .list .center .point {
  background-color: #F5F2F6;
  border: solid 1px #F5F2F6;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  z-index: 2;
  position: relative;
}

#history-container .list li:not(:first-child) .center .point {
  background-color: #fff;
}

#history-container .list .left,
#history-container .list .right {
  width: 50%;
}

#history-container .list li:nth-child(even) {
  flex-direction: row-reverse;
}

#history-container .list li:nth-child(even) .right {
  text-align: right;
}

#history-container .list .right {
  position: relative;
  top: -25px;
  padding-bottom: 30px;
}

#history-container .list .title {
  color: #bfa0ca;
  font-family: "KaushanScript", "Kaushan Script", cursive;
  font-size: 60px;
  line-height: 63px;
  margin-bottom: 10px;
}

/* ############################################################################
								ABOUT > PURPOSE
############################################################################ */
#our-mission-container .list-container h4,
#our-vision-container .list-container h4 {
  margin-bottom: 80px;
}

#our-mission-container .list .item {
  padding: 0 20px;
  text-align: center;
}

#our-mission-container .list .item:not(:last-child) {
  margin-bottom: 80px;
}

#our-mission-container .list .item .icon-box {
  text-align: center;
  margin-bottom: 30px;
}

#our-mission-container .list .item .icon {
  background: url(../images/sprite-50.png) no-repeat 0 0;
  display: inline-block;
  width: 50px;
  height: 50px;
}

/* ############################################################################
								ABOUT > STATUTES
############################################################################ */
#statutes-list .item {
  padding: 60px 0;
}

#statutes-list .item:first-child {
  padding-top: 0;
}

#statutes-list .item:nth-child(even) {
  background-color: #F5F2F6;
}

#statutes-list .item .file-box {
  text-align: center;
  padding-top: 60px;
}

#statutes-list .accordion-content table {
  width: 100%;
}

#statutes-list .accordion-content table td {
  width: 33.33%;
  padding: 0 30px;
}

#statutes-list .accordion-content table td:first-child {
  padding-left: 0;
}

#statutes-list .accordion-content table td:last-child {
  padding-right: 0;
}

#statutes-list .accordion-content * {
  font-size: 16px;
  line-height: 25px;
}

#statutes-list .accordion-content h3 {
  color: #9560a6;
  text-transform: uppercase;
}

#statutes-list .accordion-content strong {
  font-size: 18px;
}

#team-list {
  text-align: center;
  padding-top: 40px;
}

#team-list .section:not(:last-child) .border {
  background-color: #303032;
  opacity: 0.5;
  height: 1px;
  width: 380px;
  margin: 0 auto 40px;
}

#team-list .section h4 {
  margin-bottom: 40px;
}

#team-list .section ul {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
}

#team-list .section li {
  width: 300px;
  padding: 0 50px;
  margin-bottom: 40px;
}

#team-list .section li .image {
  background-color: #BCBEC0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  margin: 0 auto 20px;
}

#team-list .section li .title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 300;
}

#team-list .section li .role {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
}

#team-list .section li .email a {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  word-wrap: break-word;
}

/* ############################################################################
								SERVICES
############################################################################ */
#services-list-container .page-subtitle {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}

#services-list-container .list {
  display: flex;
  flex-wrap: wrap;
}

#services-list-container .list .item {
  width: 50%;
  margin-bottom: 60px;
}

#services-list-container .list .item:nth-child(odd) .description {
  border-right: solid 1px #BCBEC0;
  padding-right: 100px;
}

#services-list-container .list .item:nth-child(even) .description {
  padding-left: 100px;
}

#services-list-container .list .icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 75px;
  margin-bottom: 40px;
}

#services-list-container .list .title {
  color: #9560a6;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

#services-list-container .list .description {
  text-align: left;
}

#why-us-container .top-description {
  margin-bottom: 30px;
  text-align: left;
}

#why-us-list {
  padding-top: 50px;
}

#why-us-list .item .inside-wrapper-b {
  display: flex;
  padding: 30px 0;
}

#why-us-list .item:nth-child(even) {
  background-color: #F5F2F6;
}

#why-us-list .item:nth-child(even) .inside-wrapper-b {
  flex-direction: row-reverse;
}

#why-us-list .left {
  text-align: center;
  font-family: "KaushanScript", "Kaushan Script", cursive;
  color: #9560a6;
  font-size: 100px;
  line-height: 100px;
}

#why-us-list .left,
#why-us-list .right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100px;
  width: 100px;
  position: relative;
  top: -60px;
}

#why-us-list .center {
  width: 100%;
  padding: 0 20px;
}

#why-us-list .title {
  text-align: center;
  color: #9560a6;
  margin-bottom: 10px;
  text-transform: inherit;
  font-style: italic;
}

#why-us-list .description {
  text-align: center;
}

#accession-about-container {
  padding-bottom: 80px;
}

#accession-benefits-container {
  background-color: #F5F2F6;
  padding: 80px 0;
  text-align: center;
}

#accession-benefits-container .container-3-cols {
  margin-bottom: 80px;
}

#accession-benefits-container h3 {
  color: #9560a6;
  text-align: center;
}

#accession-form-container {
  padding-top: 80px;
}

#accession-form-container .text {
  margin-bottom: 80px;
  text-align: center;
}

#accession-form-container .text h4 {
  margin-bottom: 5px;
  text-transform: inherit;
}

.label {
  display: flex;
  justify-content: space-between;
}

.label .mandatory {
  background: #9560a6;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

#form-accession {
  display: flex;
  flex-wrap: wrap;
}

#form-accession input[type="text"], #form-accession input[type="password"], #form-accession input[type="email"] {
  border: none;
}

#form-accession select {
  background-color: #F5F2F6;
  width: 100%;
  border: none;
}

#form-accession .box {
  width: 100%;
}

#form-accession .box-name {
  width: 55%;
  padding-right: 10px;
}

#form-accession .box-infarmed {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}

#form-accession .box-alvara {
  width: 20%;
  padding-left: 10px;
}

#form-accession .box-phone,
#form-accession .box-district {
  width: 33.33%;
  padding-right: 10px;
}

#form-accession .box-email,
#form-accession .box-county {
  width: 33.33%;
  padding: 0 10px;
}

#form-accession .box-contactname,
#form-accession .box-parish {
  width: 33.33%;
  padding-left: 10px;
}

#form-accession .box-zipcode {
  width: 33.33%;
  padding-right: 10px;
}

#form-accession .box-local {
  width: 66.66%;
  padding-left: 10px;
}

#form-accession .box-submit {
  padding-top: 40px;
  text-align: center;
}

#associates-about-container {
  padding-bottom: 80px;
}

#associates-search-container {
  background-color: #F5F2F6;
  padding: 80px 0;
  text-align: center;
}

#associates-search-container .content {
  display: flex;
  justify-content: space-between;
}

#associates-search-container .content .left {
  padding-right: 60px;
  width: 100%;
}

#associates-search-container form {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

#associates-search-container form .box {
  text-align: left;
}

#associates-search-container form select {
  width: 260px;
}

#associates-search-container .content .right {
  width: 470px;
  flex-shrink: 0;
}

#associates-search-container .content .right #associates-gmaps {
  background: #fff;
  width: 100%;
  height: 550px;
  border: solid 1px #BCBEC0;
}

#associates-labels {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#associates-labels div {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

#associates-labels .icon {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  margin-right: 5px;
}

#associates-results .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: solid 1px #d1d3d4;
  text-align: left;
  padding: 20px 0;
}

#associates-results .item:last-child {
  border-bottom: solid 1px #d1d3d4;
}

#associates-results .item .name {
  margin-right: 60px;
  max-width: 60%;
}

#associates-results .item .info {
  display: flex;
  align-items: center;
  height: 40px;
}

#associates-results .item .info span {
  margin-left: 10px;
}

#associates-results .item .status {
  background-color: #fff;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}

#associates-results .item .associated-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

#associates-results .item.associated .associated-icon {
  background: url(../images/icons.svg) no-repeat -380px -60px !important;
  background-size: 400px !important;
}

#associates-results .item .status.available {
  background-color: #1276fe;
}

#associates-results .item .status.sup22h {
  background-color: #ea9713;
}

#associates-results .item .status.permanent {
  background-color: #00fc82;
}

#associates-results .item .status.ava22h {
  background-color: #fcf900;
}

#associates-results .item .status.aberta24h {
  background: url(../images/icons.svg) no-repeat -360px 0 !important;
  background-size: 400px !important;
  border-radius: 0;
}

#pharmacy-detail .header {
  position: relative;
  margin-bottom: 80px;
}

#pharmacy-detail .header .left {
  position: absolute;
  top: 0;
  left: 0;
}

#pharmacy-detail .header .left a {
  display: block;
  border-bottom: solid 5px #BCBEC0;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

#pharmacy-detail .header .right {
  text-align: center;
}

#pharmacy-detail .header .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 140px;
  display: inline-block;
  border-radius: 140px;
}

#pharmacy-detail-name {
  display: flex;
  justify-content: center;
}

#pharmacy-detail-name .associated {
  background: url(../images/icons.svg) no-repeat -380px -60px !important;
  background-size: 400px !important;
  margin: 5px 0 0 20px;
  width: 20px;
  height: 20px;
}

#pharmacy-detail p {
  margin-bottom: 10px;
}

#pharmacy-detail p,
#pharmacy-detail li {
  line-height: 25px;
}

#pharmacy-detail .info {
  display: flex;
  margin-bottom: 80px;
}

#pharmacy-detail .info .left {
  width: 50%;
  padding-right: 40px;
}

#pharmacy-detail .info .left * {
  font-weight: bold;
}

#pharmacy-detail .info .right {
  width: 50%;
  padding-left: 40px;
}

#pharmacy-detail .info .officeHours,
#pharmacy-detail .info .officeHours * {
  font-weight: bold;
}

#pharmacy-detail .about {
  border-bottom: solid 1px #BCBEC0;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

#pharmacy-detail .services {
  margin-bottom: 80px;
}

#pharmacy-gallery {
  position: relative;
  height: 400px;
}

#protocols-list {
  text-align: center;
}

#protocols-list ul {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
}

#protocols-list li {
  width: 300px;
  padding: 0 20px;
  margin-bottom: 40px;
}

#protocols-list li .image {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#protocols-list li .image img {
  width: 100%;
}

#protocols-list li .title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

/* ############################################################################
								FORMATIONS
############################################################################ */
#formations-list {
  display: flex;
  justify-content: space-between;
}

#formations-list h3 {
  border-bottom: solid 1px #303032;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#formations-inside {
  width: 660px;
}

#formations-inside .item {
  padding: 20px 0;
}

#formations-inside .item:not(:last-child) {
  border-bottom: solid 1px #BCBEC0;
}

#formations-inside .image {
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}

#formations-inside .image a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
}

#formations-inside .pretitle {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  text-transform: uppercase;
}

#formations-inside .title {
  margin-bottom: 5px;
  padding-bottom: 0;
  border: none;
}

#formations-inside .title a {
  font-size: 30px;
  line-height: 33px;
  text-transform: uppercase;
}

#formations-inside .date {
  font-size: 21px;
  line-height: 24px;
  margin: 0;
  font-weight: bold;
}

#formations-inside .address {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 5px;
}

#formations-inside .box-others {
  display: flex;
  padding-top: 20px;
  align-items: center;
}

#formations-inside .box-knowmore {
  margin-right: 40px;
}

#formations-inside .box-others .thumbs img {
  height: 80px;
  margin-right: 20px;
}

#formations-outside {
  width: 300px;
}

#formations-outside .item {
  padding: 20px 0;
}

#formations-outside .item:not(:last-child) {
  border-bottom: solid 1px #BCBEC0;
}

#formations-outside .image {
  margin-bottom: 10px;
}

#formations-outside .image a {
  display: block;
}

#formations-outside .image img {
  width: 100%;
}

#formations-outside .title {
  margin-bottom: 5px;
  padding-bottom: 0;
  border: none;
}

#formations-outside .title a {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
}

#formations-outside .date {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  font-weight: bold;
}

#formations-outside .address {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}

#formations-outside .box-knowmore {
  display: none;
}

/* ############################################################################
								NEWS
############################################################################ */
.page-filters {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.clearfix {
  clear: both;
  height: 0;
}

.grid-item {
  float: left;
  width: 25%;
  background-color: #fff;
  border: solid 1px #F5F2F6;
  border-top: none;
  border-bottom: none;
  margin-bottom: 25px;
}

.grid-item.highlight {
  width: 50%;
}

.grid-item .content {
  margin: 0 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #F5F2F6;
}

.grid-item .date {
  margin-bottom: 5px;
}

.grid-item .image {
  background-color: #F5F2F6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 200px;
  margin-bottom: 10px;
}

.grid-item .title a {
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.grid-item .open-box {
  display: inline-block;
}

.grid-item .open-box a {
  background: #fff url(../images/icons.svg) no-repeat -220px 0 !important;
  display: inline-block;
  background-size: 400px !important;
  width: 20px;
  height: 20px;
  padding: 0;
}

.grid-item.highlight .content {
  margin: 0 20px;
  padding-bottom: 0;
  position: relative;
}

.grid-item.highlight .date {
  display: none;
}

.grid-item.highlight .image {
  height: 400px;
  margin: 0;
}

.grid-item.highlight .info {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
}

.grid-item.highlight .info * {
  color: #fff;
}

.grid-item.highlight .info .title {
  margin-bottom: 5px;
}

.grid-item.highlight .info .description {
  margin-bottom: 5px;
}

.grid-item.highlight .open-box {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#grid-loadmore-box {
  text-align: center;
  padding-top: 40px;
}

#news-list {
  min-height: 300px;
}

#news-detail .header,
#formations-detail .header {
  margin-bottom: 40px;
}

#news-detail .header a,
#formations-detail .header a {
  color: #bfa0ca;
  border-bottom: solid 5px #F5F2F6;
  display: inline-block;
  width: 100px;
  text-align: center;
  padding-bottom: 5px;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}

#news-detail .content,
#formations-detail .content {
  display: flex;
  justify-content: space-between;
}

#news-detail .content .left,
#formations-detail .content .left {
  width: 40%;
  padding-right: 40px;
}

#news-detail .content .left img,
#formations-detail .content .left img {
  width: 100%;
  margin-bottom: 30px;
}

#news-detail .content .right,
#formations-detail .content .right {
  width: 60%;
}

#news-detail h1,
#formations-detail h1 {
  margin-bottom: 5px;
}

#news-detail .description,
#formations-detail .description {
  padding-top: 30px;
}

#formations-detail .pretitle {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}

#formations-detail .address {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0;
}

#formations-detail-images {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

#formations-detail-images img {
  height: 100px;
  margin-right: 20px;
}

#formation-actions {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

#formation-actions a {
  width: 47%;
}

#formation-past {
  font-size: 20px;
  line-height: 23px;
  padding-top: 40px;
}

#subscribe-formation h3 {
  color: #7EC0A0;
  border-bottom: solid 1px #BCBEC0;
  padding-bottom: 10px;
  margin: 0 200px 30px;
  text-align: center;
}

#subscribe-formation .text {
  text-align: center;
  margin: 0 100px 60px;
}

#subscribe-formation .box-content {
  margin-bottom: 20px;
}

#subscribe-formation .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#subscribe-formation .box {
  width: 100%;
}

#subscribe-formation .box-email {
  width: 33.33%;
  padding-right: 20px;
}

#subscribe-formation .box-phone {
  width: 33.33%;
  padding-right: 20px;
}

#subscribe-formation .box-infarmed {
  width: 33.33%;
}

#subscribe-formation .box-job {
  width: 33.33%;
  padding-right: 20px;
}

#subscribe-formation .box-job_location {
  width: 33.33%;
  padding-right: 20px;
}

#subscribe-formation .box-professional_card {
  width: 33.33%;
}

#subscribe-formation .box-invoice_name {
  width: 80%;
  padding-right: 20px;
}

#subscribe-formation .box-invoice_nif {
  width: 20%;
}

#subscribe-formation .box-invoice_zipcode {
  width: 20%;
  padding-right: 20px;
}

#subscribe-formation .box-invoice_local {
  width: 40%;
  padding-right: 20px;
}

#subscribe-formation .box-invoice_phone {
  width: 40%;
}

#subscribe-formation .alert {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 15px;
}

#subscribe-formation .alert:empty {
  display: none;
}

/* ############################################################################
								CONTACTS
############################################################################ */
#contacts-container .content {
  display: flex;
  justify-content: space-between;
}

#contacts-container .left {
  width: 40%;
  padding-right: 40px;
}

#contacts-container .right {
  width: 60%;
}

#contacts-container .box-submit {
  display: flex;
}

#contacts-container .box-submit .left-inside {
  width: 70%;
}

#contacts-container .box-submit .right-inside {
  width: 30%;
  text-align: right;
}

/* ############################################################################
								TERMS
############################################################################ */
#terms-container .wrapper {
  width: 600px;
  margin: 0 auto;
}

#terms-container .db-content h3 {
  color: #bfa0ca;
}

#terms-container .db-content ul, #terms-container .db-content ol {
  margin-bottom: 20px;
}

/* ############################################################################
								SWIPER COSTUMIZATION
############################################################################ */
.swiper-button-next, .swiper-button-prev {
  width: 20px;
  height: 35px;
  background-size: 100%;
  right: 40px;
  margin-top: -17px;
}

.swiper-button-next {
  background: url(../images/swiper-right.svg) no-repeat 0 0;
}

.swiper-button-prev {
  background: url(../images/swiper-left.svg) no-repeat 0 0;
  left: 40px;
}

#pub-swiper-2 .swiper-container-horizontal > .swiper-pagination-bullets {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  bottom: 0;
}

#pub-swiper-2 .swiper-pagination-bullet {
  background-color: #fff;
}

/* ############################################################################
							SEARCH
############################################################################ */
#search-results ul li {
  display: flex;
  margin-bottom: 20px;
}

#search-results ul li .left {
  padding-right: 20px;
}

#search-results ul li .left::after {
  content: " > ";
}

#search-results ul li a {
  color: #9560a6;
}

#search-results ul li a:hover {
  text-decoration: underline;
}

#rgpd-popup {
  max-width: 720;
  /*max-height: 400px;overflow-y: auto;padding-right: 40px;*/
}
