/* Imports */
@import url(fonts.googleapis.com/css?family=Open+Sans);
/* Paddings & boarders are included in the total height & width */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  font-family: Google Sans, Roboto, Montserrat;
}

/*prevent from get involved other elements*/
.row::after {
  content: "";
  clear: both;
  display: table;
}

.fixed {
  position: fixed;
}

.center {
  margin: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

[class*=classic-] {
  padding: 16px 0px;
}

.text-left-s {
  text-align: left;
}

.text-right-s {
  text-align: right;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.weight-300 {
  font-size: inherit;
  font-weight: 300;
}
.weight-600 {
  font-size: inherit;
  font-weight: 600;
}
.weight-900 {
  font-size: inherit;
  font-weight: 900;
}
.weight-lighter {
  font-size: inherit;
  font-weight: lighter;
}
.weight-bold {
  font-size: inherit;
  font-weight: bold;
}

.padding-killer-top {
  padding-top: 0;
}
.padding-killer-bottom {
  padding-bottom: 0;
}

.hilighted {
  color: #ff6fff;
}

.bg-highlighted {
  font-size: inherit;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.active::after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #222222;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  max-width: 600px;
  margin: auto;
  padding: 24px 0px 16px 0;
  text-align: center;
}

h1 {
  font-size: 28px;
  line-height: 32px;
}

h2 {
  font-size: 24px;
  line-height: 28px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

/* For MamineGr */
span {
  font-size: 14px;
  font-weight: 300;
}

h6 {
  margin-left: 0px;
  font-weight: 600;
  text-align: left;
}

@media only screen and (min-width: 600px) {
  /* For large-mobiles: */
  h3,
h6 {
    padding: 32px 0px;
  }

  .text-left-s {
    text-align: center;
  }

  .text-right-s {
    text-align: center;
  }
}
.container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-right: auto;
  margin-left: auto;
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

/* For mobile phones: */
/* is the same sa classic-t- */
[class*=classic-] {
  width: 100%;
}

@media only screen and (min-width: 320px) {
  /* For large-mobiles: */
  .row .classic-t-1 {
    width: calc(8.33% - 14.66px);
  }
  .row .classic-t-2 {
    width: calc(16.66% - 13.66px);
  }
  .row .classic-t-3 {
    width: calc(25% - 12px);
  }
  .row .classic-t-4 {
    width: calc(33.33% - 10.66px);
  }
  .row .classic-t-5 {
    width: calc(41.66% - 8px);
  }
  .row .classic-t-6 {
    width: calc(50% - 8px);
  }
  .row .classic-t-7 {
    width: 58.33%;
  }
  .row .classic-t-8 {
    width: 66.66%;
  }
  .row .classic-t-9 {
    width: 75%;
  }
  .row .classic-t-10 {
    width: 83.33%;
  }
  .row .classic-t-11 {
    width: 91.66%;
  }
  .row .classic-t-12 {
    width: 100%;
  }
  .row .classic-t-push-1 {
    position: relative;
    left: 8.33%;
  }
  .row .classic-t-push-2 {
    position: relative;
    left: 16.66%;
  }
  .row .classic-t-push-3 {
    position: relative;
    left: 25%;
  }
  .row .classic-t-push-4 {
    position: relative;
    left: 33.33%;
  }
  .row .classic-t-push-5 {
    position: relative;
    left: 41.66%;
  }
  .row .classic-t-push-6 {
    position: relative;
    left: 50%;
  }
  .row .classic-t-push-7 {
    position: relative;
    left: 58.33%;
  }
  .row .classic-t-push-8 {
    position: relative;
    left: 66.66%;
  }
  .row .classic-t-push-9 {
    position: relative;
    left: 75%;
  }
  .row .classic-t-push-10 {
    position: relative;
    left: 83.33%;
  }
  .row .classic-t-push-11 {
    position: relative;
    left: 91.66%;
  }
  .row .classic-t-push-12 {
    position: relative;
    left: 100%;
  }
  .row .classic-t-pull-1 {
    position: relative;
    right: 8.33%;
  }
  .row .classic-t-pull-2 {
    position: relative;
    right: 16.66%;
  }
  .row .classic-t-pull-3 {
    position: relative;
    right: 25%;
  }
  .row .classic-t-pull-4 {
    position: relative;
    right: 33.33%;
  }
  .row .classic-t-pull-5 {
    position: relative;
    right: 41.66%;
  }
  .row .classic-t-pull-6 {
    position: relative;
    right: 50%;
  }
  .row .classic-t-pull-7 {
    position: relative;
    right: 58.33%;
  }
  .row .classic-t-pull-8 {
    position: relative;
    right: 66.66%;
  }
  .row .classic-t-pull-9 {
    position: relative;
    right: 75%;
  }
  .row .classic-t-pull-10 {
    position: relative;
    right: 83.33%;
  }
  .row .classic-t-pull-11 {
    position: relative;
    right: 91.66%;
  }
  .row .classic-t-pull-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 600px) {
  /* For large-mobiles: */
  .row .classic-s-1 {
    width: calc(8.33% - 14.66px);
  }
  .row .classic-s-2 {
    width: calc(16.66% - 13.66px);
  }
  .row .classic-s-3 {
    width: calc(25% - 12px);
  }
  .row .classic-s-4 {
    width: calc(33.33% - 10.66px);
  }
  .row .classic-s-5 {
    width: calc(41.66% - 8px);
  }
  .row .classic-s-6 {
    width: calc(50% - 8px);
  }
  .row .classic-s-7 {
    width: 58.33%;
  }
  .row .classic-s-8 {
    width: 66.66%;
  }
  .row .classic-s-9 {
    width: 75%;
  }
  .row .classic-s-10 {
    width: 83.33%;
  }
  .row .classic-s-11 {
    width: 91.66%;
  }
  .row .classic-s-12 {
    width: 100%;
  }
  .row .classic-s-push-1 {
    position: relative;
    left: 8.33%;
  }
  .row .classic-s-push-2 {
    position: relative;
    left: 16.66%;
  }
  .row .classic-s-push-3 {
    position: relative;
    left: 25%;
  }
  .row .classic-s-push-4 {
    position: relative;
    left: 33.33%;
  }
  .row .classic-s-push-5 {
    position: relative;
    left: 41.66%;
  }
  .row .classic-s-push-6 {
    position: relative;
    left: 50%;
  }
  .row .classic-s-push-7 {
    position: relative;
    left: 58.33%;
  }
  .row .classic-s-push-8 {
    position: relative;
    left: 66.66%;
  }
  .row .classic-s-push-9 {
    position: relative;
    left: 75%;
  }
  .row .classic-s-push-10 {
    position: relative;
    left: 83.33%;
  }
  .row .classic-s-push-11 {
    position: relative;
    left: 91.66%;
  }
  .row .classic-s-push-12 {
    position: relative;
    left: 100%;
  }
  .row .classic-s-pull-1 {
    position: relative;
    right: 8.33%;
  }
  .row .classic-s-pull-2 {
    position: relative;
    right: 16.66%;
  }
  .row .classic-s-pull-3 {
    position: relative;
    right: 25%;
  }
  .row .classic-s-pull-4 {
    position: relative;
    right: 33.33%;
  }
  .row .classic-s-pull-5 {
    position: relative;
    right: 41.66%;
  }
  .row .classic-s-pull-6 {
    position: relative;
    right: 50%;
  }
  .row .classic-s-pull-7 {
    position: relative;
    right: 58.33%;
  }
  .row .classic-s-pull-8 {
    position: relative;
    right: 66.66%;
  }
  .row .classic-s-pull-9 {
    position: relative;
    right: 75%;
  }
  .row .classic-s-pull-10 {
    position: relative;
    right: 83.33%;
  }
  .row .classic-s-pull-11 {
    position: relative;
    right: 91.66%;
  }
  .row .classic-s-pull-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* For tablets: */
  .row .classic-m-1 {
    width: calc(8.33% - 14.66px);
  }
  .row .classic-m-2 {
    width: calc(16.66% - 13.66px);
  }
  .row .classic-m-3 {
    width: calc(25% - 12px);
  }
  .row .classic-m-4 {
    width: calc(33.33% - 10.66px);
  }
  .row .classic-m-5 {
    width: calc(41.66% - 8px);
  }
  .row .classic-m-6 {
    width: calc(50% - 8px);
  }
  .row .classic-m-7 {
    width: 58.33%;
  }
  .row .classic-m-8 {
    width: 66.66%;
  }
  .row .classic-m-9 {
    width: 75%;
  }
  .row .classic-m-10 {
    width: 83.33%;
  }
  .row .classic-m-11 {
    width: 91.66%;
  }
  .row .classic-m-12 {
    width: 100%;
  }
  .row .classic-m-push-1 {
    position: relative;
    left: 8.33%;
  }
  .row .classic-m-push-2 {
    position: relative;
    left: 16.66%;
  }
  .row .classic-m-push-3 {
    position: relative;
    left: 25%;
  }
  .row .classic-m-push-4 {
    position: relative;
    left: 33.33%;
  }
  .row .classic-m-push-5 {
    position: relative;
    left: 41.66%;
  }
  .row .classic-m-push-6 {
    position: relative;
    left: 50%;
  }
  .row .classic-m-push-7 {
    position: relative;
    left: 58.33%;
  }
  .row .classic-m-push-8 {
    position: relative;
    left: 66.66%;
  }
  .row .classic-m-push-9 {
    position: relative;
    left: 75%;
  }
  .row .classic-m-push-10 {
    position: relative;
    left: 83.33%;
  }
  .row .classic-m-push-11 {
    position: relative;
    left: 91.66%;
  }
  .row .classic-m-push-12 {
    position: relative;
    left: 100%;
  }
  .row .classic-m-pull-1 {
    position: relative;
    right: 8.33%;
  }
  .row .classic-m-pull-2 {
    position: relative;
    right: 16.66%;
  }
  .row .classic-m-pull-3 {
    position: relative;
    right: 25%;
  }
  .row .classic-m-pull-4 {
    position: relative;
    right: 33.33%;
  }
  .row .classic-m-pull-5 {
    position: relative;
    right: 41.66%;
  }
  .row .classic-m-pull-6 {
    position: relative;
    right: 50%;
  }
  .row .classic-m-pull-7 {
    position: relative;
    right: 58.33%;
  }
  .row .classic-m-pull-8 {
    position: relative;
    right: 66.66%;
  }
  .row .classic-m-pull-9 {
    position: relative;
    right: 75%;
  }
  .row .classic-m-pull-10 {
    position: relative;
    right: 83.33%;
  }
  .row .classic-m-pull-11 {
    position: relative;
    right: 91.66%;
  }
  .row .classic-m-pull-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 992px) {
  /* For normal-desktop: */
  .row .classic-l-1 {
    width: calc(8.33% - 14.66px);
  }
  .row .classic-l-2 {
    width: calc(16.66% - 13.66px);
  }
  .row .classic-l-3 {
    width: calc(25% - 12px);
  }
  .row .classic-l-4 {
    width: calc(33.33% - 10.66px);
  }
  .row .classic-l-5 {
    width: calc(41.66% - 8px);
  }
  .row .classic-l-6 {
    width: calc(50% - 8px);
  }
  .row .classic-l-7 {
    width: 58.33%;
  }
  .row .classic-l-8 {
    width: 66.66%;
  }
  .row .classic-l-9 {
    width: 75%;
  }
  .row .classic-l-10 {
    width: 83.33%;
  }
  .row .classic-l-11 {
    width: 91.66%;
  }
  .row .classic-l-12 {
    width: 100%;
  }
  .row .classic-l-push-1 {
    position: relative;
    left: 8.33%;
  }
  .row .classic-l-push-2 {
    position: relative;
    left: 16.66%;
  }
  .row .classic-l-push-3 {
    position: relative;
    left: 25%;
  }
  .row .classic-l-push-4 {
    position: relative;
    left: 33.33%;
  }
  .row .classic-l-push-5 {
    position: relative;
    left: 41.66%;
  }
  .row .classic-l-push-6 {
    position: relative;
    left: 50%;
  }
  .row .classic-l-push-7 {
    position: relative;
    left: 58.33%;
  }
  .row .classic-l-push-8 {
    position: relative;
    left: 66.66%;
  }
  .row .classic-l-push-9 {
    position: relative;
    left: 75%;
  }
  .row .classic-l-push-10 {
    position: relative;
    left: 83.33%;
  }
  .row .classic-l-push-11 {
    position: relative;
    left: 91.66%;
  }
  .row .classic-l-push-12 {
    position: relative;
    left: 100%;
  }
  .row .classic-l-pull-1 {
    position: relative;
    right: 8.33%;
  }
  .row .classic-l-pull-2 {
    position: relative;
    right: 16.66%;
  }
  .row .classic-l-pull-3 {
    position: relative;
    right: 25%;
  }
  .row .classic-l-pull-4 {
    position: relative;
    right: 33.33%;
  }
  .row .classic-l-pull-5 {
    position: relative;
    right: 41.66%;
  }
  .row .classic-l-pull-6 {
    position: relative;
    right: 50%;
  }
  .row .classic-l-pull-7 {
    position: relative;
    right: 58.33%;
  }
  .row .classic-l-pull-8 {
    position: relative;
    right: 66.66%;
  }
  .row .classic-l-pull-9 {
    position: relative;
    right: 75%;
  }
  .row .classic-l-pull-10 {
    position: relative;
    right: 83.33%;
  }
  .row .classic-l-pull-11 {
    position: relative;
    right: 91.66%;
  }
  .row .classic-l-pull-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  /* For large-desktop: */
  .row .classic-L-1 {
    width: calc(8.33% - 14.66px);
  }
  .row .classic-L-2 {
    width: calc(16.66% - 13.66px);
  }
  .row .classic-L-3 {
    width: calc(25% - 12px);
  }
  .row .classic-L-4 {
    width: calc(33.33% - 10.66px);
  }
  .row .classic-L-5 {
    width: calc(41.66% - 8px);
  }
  .row .classic-L-6 {
    width: calc(50% - 8px);
  }
  .row .classic-L-7 {
    width: 58.33%;
  }
  .row .classic-L-8 {
    width: 66.66%;
  }
  .row .classic-L-9 {
    width: 75%;
  }
  .row .classic-L-10 {
    width: 83.33%;
  }
  .row .classic-L-11 {
    width: 91.66%;
  }
  .row .classic-L-12 {
    width: 100%;
  }
  .row .classic-L-push-1 {
    position: relative;
    left: 8.33%;
  }
  .row .classic-L-push-2 {
    position: relative;
    left: 16.66%;
  }
  .row .classic-L-push-3 {
    position: relative;
    left: 25%;
  }
  .row .classic-L-push-4 {
    position: relative;
    left: 33.33%;
  }
  .row .classic-L-push-5 {
    position: relative;
    left: 41.66%;
  }
  .row .classic-L-push-6 {
    position: relative;
    left: 50%;
  }
  .row .classic-L-push-7 {
    position: relative;
    left: 58.33%;
  }
  .row .classic-L-push-8 {
    position: relative;
    left: 66.66%;
  }
  .row .classic-L-push-9 {
    position: relative;
    left: 75%;
  }
  .row .classic-L-push-10 {
    position: relative;
    left: 83.33%;
  }
  .row .classic-L-push-11 {
    position: relative;
    left: 91.66%;
  }
  .row .classic-L-push-12 {
    position: relative;
    left: 100%;
  }
  .row .classic-L-pull-1 {
    position: relative;
    right: 8.33%;
  }
  .row .classic-L-pull-2 {
    position: relative;
    right: 16.66%;
  }
  .row .classic-L-pull-3 {
    position: relative;
    right: 25%;
  }
  .row .classic-L-pull-4 {
    position: relative;
    right: 33.33%;
  }
  .row .classic-L-pull-5 {
    position: relative;
    right: 41.66%;
  }
  .row .classic-L-pull-6 {
    position: relative;
    right: 50%;
  }
  .row .classic-L-pull-7 {
    position: relative;
    right: 58.33%;
  }
  .row .classic-L-pull-8 {
    position: relative;
    right: 66.66%;
  }
  .row .classic-L-pull-9 {
    position: relative;
    right: 75%;
  }
  .row .classic-L-pull-10 {
    position: relative;
    right: 83.33%;
  }
  .row .classic-L-pull-11 {
    position: relative;
    right: 91.66%;
  }
  .row .classic-L-pull-12 {
    position: relative;
    right: 100%;
  }
}
/*background-color: #fff;*/
body,
html {
  height: 100%;
  margin: 0;
}

#modalZoom,
.modal2 {
  display: none;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
#modalZoom-content,
.modal2-content {
  background-color: #FFBBFF;
  width: 320px;
  height: 520px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -260px;
  margin-left: -160px;
  animation-name: modalopen;
  animation-duration: 0.75s;
}
#modalZoom-content-container,
.modal2-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 520px;
}
#modalZoom-content-header .close-zoom,
.modal2-content-header .close-zoom {
  font-size: 24px;
  float: right;
  color: #000;
  padding: 8px;
}
#modalZoom-content-header .close-zoom:focus, #modalZoom-content-header .close-zoom:hover,
.modal2-content-header .close-zoom:focus,
.modal2-content-header .close-zoom:hover {
  color: #ff6fff;
  text-decoration: none;
  cursor: pointer;
}
#modalZoom-content-header h4,
.modal2-content-header h4 {
  color: #000;
}
#modalZoom-content-body img,
.modal2-content-body img {
  max-width: 320px;
  max-height: 458px;
  object-fit: cover;
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  height: 100%;
}
#modalZoom-content-footer,
.modal2-content-footer {
  height: auto;
  background-color: #555;
  opacity: 0.75;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#modalZoom-content-footer-controller,
.modal2-content-footer-controller {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#modalZoom-content-footer-controller .slide-controller,
.modal2-content-footer-controller .slide-controller {
  padding: 8px;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  color: #ff6fff;
  cursor: pointer;
}
#modalZoom-content-footer-controller .share,
.modal2-content-footer-controller .share {
  padding: 8px;
  font-size: 24px;
}
#modalZoom-content-footer-info,
.modal2-content-footer-info {
  color: #fff;
  font-size: 14px;
  padding: 8px 16px 16px 16px;
}
#modalZoom-content-footer-info-record,
.modal2-content-footer-info-record {
  padding-bottom: 8px;
}
#modalZoom-content-footer-info-record div,
.modal2-content-footer-info-record div {
  display: inline-flex;
}
#modalZoom-content-footer-info-record div img,
.modal2-content-footer-info-record div img {
  width: auto;
  height: 18px;
}
#modalZoom-content-footer-info-record div span,
.modal2-content-footer-info-record div span {
  padding-left: 8px;
}

@media only screen and (min-width: 400px) {
  header .navbar-nav-options a {
    font-size: 16px;
  }

  #main-view .panel-image img {
    height: 150px;
  }
}
@media only screen and (min-width: 600px) {
  /* For large-mobiles: */
  #main-view .row .panel:nth-child(2n) {
    margin-right: 16px !important;
  }
  #main-view .row .panel:nth-child(3n) {
    margin-right: 0px !important;
  }
  #main-view .row .panel-footer {
    height: auto;
    width: 100%;
  }
  #main-view .row .panel-footer-item {
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) {
  /* For tablets: */
  header .navbar-brand {
    margin-left: 10px;
  }
  header .navbar-brand img {
    width: auto;
    height: 40px;
  }
  header .navbar-toggler {
    display: none;
  }
  header .navbar-nav {
    display: block;
  }

  #main-view .row .panel {
    margin-bottom: 24px;
  }
  #main-view .row .panel:nth-child(3n) {
    margin-right: 16px !important;
  }
  #main-view .row .panel:nth-child(4n) {
    margin-right: 0px !important;
  }

  #footer .footer-item.appointment {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  /* For normal-desktop: */
  header .navbar {
    height: 100px;
  }
  header .navbar-brand img {
    height: 80px;
  }

  #main-view {
    height: calc(100% - 160px);
  }
  #main-view .panel-image img {
    height: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  /* For large-desktop: */
  #main-view .panel-image img {
    height: 300px;
  }
}
@media only screen and (min-width: 1320px) {
  /* For large-desktop: */
  #main-view .panel {
    margin: 0px;
  }
}
@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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