@import "font-awesome.min.css";
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
a {
  text-decoration: underline;
  color: #00a99d;
}
a:hover {
  color: #00717e;
  text-decoration: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
body {
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  color: #212121;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 80px;
  }
}
html,
body {
  overflow-x: hidden;
}
.container-fluid {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
}
@media only screen and (max-width: 768px) {
  .header-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 500;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  }
  
}
.header-top-inner {
  padding: 30px 0;
  overflow: hidden;
}
.header-top-inner a.logo {
  display: block;
  float: left;
}
.header-top-inner a.logo img {
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  .header-top-inner {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-top-right {
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  font-size: 14px;
  max-width: 640px;
  line-height: 1.3;
}
.header-top-right a {
  text-decoration: none;
}
.header-top-right .col {
  height: 60px;
  display: flex;
  padding: 0 20px;
  border-left: 1px solid #d6d5d4;
  padding-top: 12px;
  display: inline-block;
}
.header-top-right .col:last-child {
  padding-right: 0;
}
.header-top-right .write-us,
.header-top-right .call-us {
  color: #979797;
  font-size: 14px;
line-height: 1.3;
}
/*.header-top-right .write-us:hover,
.header-top-right .call-us:hover {
  color: #00a99d;
}*/
.header-top-right .phone span {
  font-size: 18px;
}
@media only screen and (max-width: 900px) {
  .header-top-right .col-1 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header-top-right {
    display: none;
  }
}
.header-bottom .container-fluid {
  max-width: 1000px;
}
@media only screen and (max-width: 768px) {
  .header-bottom {
    display: none;
  }
}
.main-menu-wrap {
  height: 62px;
  background: url('../img/bg-main-menu.png') center center no-repeat;
  -webkit-box-shadow: 0px 18px 38px 0px rgba(13, 13, 13, 0.36);
  -moz-box-shadow: 0px 18px 38px 0px rgba(13, 13, 13, 0.36);
  box-shadow: 0px 18px 38px 0px rgba(13, 13, 13, 0.36);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
@media only screen and (max-width: 860px) {
  .main-menu-wrap {
    background-position: 80% center;
  }
}
.nav-left {
  float: left;
  padding-left: 5px;
}
.nav-right {
  float: right;
  padding-right: 5px;
}
.btn-mob-menu {
  display: none;
  font-size: 24px;
}
.btn-mob-menu:hover {
  color: #00a99d;
}
@media only screen and (max-width: 768px) {
  .btn-mob-menu {
    display: block;
  }
}
.mob-menu {
  position: fixed;
  left: -100%;
  top: 80px;
  width: 100%;
  height: 100%;
  background: #00717e;
  text-align: center;
  padding: 30px;
  z-index: 900;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.mob-menu.opened {
  left: 0%;
}
.mob-menu .nav {
  margin-bottom: 30px;
}
.mob-menu .nav a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat';
  display: block;
  text-decoration: none;
}
.mob-menu .nav a:hover {
  color: #00a99d;
}
.main-menu a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat';
  text-decoration: none;
  line-height: 60px;
  padding: 0 16px 0 16px;
  position: relative;
  background: url('../img/main-menu-del.png') right center no-repeat;
}
.main-menu a:last-child {
  background: none;
}
.main-menu a:hover,.main-menu .active a {
  color: #86ffe4;
}
@media only screen and (max-width: 990px) {
  .main-menu a {
    font-size: 14px;
    padding: 0 6px;
    background: none;
  }
}
.intro {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -32px;
}
.intro .container-fluid {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .intro {
    margin-top: 0;
  }
}
.home-intro {
  background: url('../img/intro.jpg') center center no-repeat;
  background-size: cover;
  height: 480px;
}
.home-intro .intro-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;



  display: -webkit-flex; /* Safari */
    -webkit-flex-direction: column; /* Safari 6.1+ */



}
.footer-inner .col{
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .home-intro {
    height: 250px;
    background-size: cover;
  }
}
.home-intro-title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  line-height: 1;
  font-size: 60px;
}
@media only screen and (max-width: 768px) {
  .home-intro-title {
    font-size: 48px;
  }
}
.page-intro {
  height: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-intro-inner {
  height: 100%;
  display: inline-block;
  margin-top: 35px;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .page-intro-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.crumbs {
  margin-left: -10px;
}
.crumbs a,
.crumbs span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
}
.crumbs a,
.crumbs span {
  margin: 0 0px 0 10px;
}
.crumbs.gray {
  margin-top: 15px;
  margin-bottom: 20px;
}
.crumbs.gray a,
.crumbs.gray span {
  color: #a7a7a7;
}
.crumbs a:hover {
  color: #00a99d;
}
.intro-page-title {
  color: #fff;
  font-size: 40px;
  font-family: 'Montserrat';
  margin-top: -5px;
}
@media only screen and (max-width: 768px) {
  .intro-page-title {
    line-height: 1;
    margin-top: 0;
  }
}
.main {
  margin-top: 20px;
}
.home-block-1-left {
  padding: 30px;
  background: #f3f3f3;
  min-height: 330px;
}
.home-block-1-left article {
  line-height: 1.5;
}
.home-block-1-left article p {
  margin-bottom: 20px;
}
.home-block-1-left article p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .home-block-1-left {
    margin-bottom: 20px;
  }
}
h1 {
  font-family: 'Montserrat';
  font-size: 24px;
  margin: 20px 0;
}
h2 {
  font-family: 'Montserrat';
  font-size: 24px;
  margin: 20px 0;
}
article h1:first-child {
  margin-top: 0;
}
.home-right-form-wrap {
  min-height: 330px;
  background: #00717e;
  padding: 30px;
}
.home-right-form-wrap h1 {
  margin-top: 0;
  color: #fff;
}
.home-right-form-wrap .form-info {
  color: #97d3da;
  font-size: 14px;
  margin-top: -10px;
  line-height: 1.3;
}
.home-right-form-wrap .form-info a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  display: inline-block;
  margin-top: 3px;
}
.home-right-form-wrap form {
  margin-top: 20px;
  max-width: 350px;
}
.home-right-form-wrap form button:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 10px 0 10px;
  border-color: #00a99e transparent transparent transparent;
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
}
form input {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  background: #fff;
  padding: 0 15px;
  margin-bottom: 10px;
}
form button {
  display: inline-block;
  background: #00a99d;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat';
  padding: 0 30px;
  height: 40px;
  border: none;
  position: relative;
}
form button:hover {
  background: #3acac3;
}
form button:hover:after {
  border-color: #3acac3 transparent transparent transparent;
}
.home-block-2 {
  margin-top: 20px;
  background: #e7f6f5 url('../img/bg-we-are.png') left bottom no-repeat;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .home-block-2 {
    background: #e7f6f5;
  }
}
.home-block-3 {
  margin-top: 20px;
  padding: 30px;
  background: #f3f3f3 url('../img/bg-our-products.png') right top no-repeat;
  min-height: 247px;
}
.home-block-3 .block-links a {
  display: inline-block;
  background: #00717e;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat';
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  border: none;
  position: relative;
  margin-bottom: 10px;
}
.home-block-3 .block-links a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 10px 0 10px;
  border-color: #00717e transparent transparent transparent;
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
}
.home-block-3 .block-links a:hover {
  background: #00a99d;
}
.home-block-3 .block-links a:hover:after {
  border-color: #00a99d transparent transparent transparent;
}
.home-block-3 .block-links .link-2 {
  width: 217px;
}
.hormone-item {
  overflow: hidden;
  padding: 20px;
  position: relative;
}        
.hormone-item:hover {
  background: #e7f6f5;
}  
.hormone-item .hormone-left {
  float: left;
  width: 60%;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 766px) {
  .hormone-item .hormone-left {
    float: none;
    width: 100%;
  }
}
.hormone-item .hormone-right {
  float: right;
  width: 40%;
  text-align: right;
  position: relative;
  z-index: 100;
}
.hormone-item .hormone-right img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
@media only screen and (max-width: 766px) {
  .hormone-item .hormone-right {
    float: none;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
.hormone-title,.hormone-left a {
  display: block;
  font-family: 'Montserrat';
  font-size: 24px;
  color: #000;
  text-decoration: none;
}
.hormone-sub-title {
  color: #979797;
  font-family: 'Montserrat';
  font-size: 20px;
}
.hormone-desc {
  margin-top: 10px;
  font-size: 16px;
font-family: 'Noto Sans', sans-serif;
color: #212121;
line-height: 1.5;
}
.page-text {
  margin-top: 30px;
}
.page-text p {
  margin-bottom: 25px;
}
.gallery-textpage .img-fluid img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.gallery-textpage .row {
  margin-bottom: 20px;
}
.blockquote {
  background: #e7f6f5 url('../img/quot.png') 30px 20px no-repeat;
  padding: 30px;
  padding-left: 80px;
}
.blockquote p {
  margin: 0;
}
.peptides-list-head {
  margin-bottom: 30px;
  margin-top: 5px;
  position: relative;
}
.peptides-order {
  text-align: right;
}
.peptides-order .peptides-order-title,
.peptides-order .current-order {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Montserrat';
}
.peptides-order .peptides-order-title,
.peptides-order i {
  color: #979797;
  margin: 0 7px;
}
.peptides-order a {
  color: #000;
}
.peptides-order a:hover {
  color: #00a99d;
}
.order-variants {
  position: absolute;
  right: 0;
  top: 30px;
  background: #f3f3f3;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.21);
  z-index: 200;
  width: 165px;
  padding: 5px 10px;
  display: none;
}
.order-variants a {
  display: block;
  text-decoration: none;
  color: #000;
  font-family: 'Montserrat';
  text-align: left;
  text-transform: uppercase;
  margin: 5px 0;
  font-weight: 300;
}
.peptides-list .col-xs-6 {
  margin-bottom: 30px;
}
.peptide {
  display: block;
  text-decoration: none;
  color: #000;
}
.peptide .peptide-thumb {
  position: relative;
}
.peptide .peptide-thumb img {
  display: block;
	width: 100%;
	height: auto;
	max-height: 220px;
	max-width: 220px;
	margin: 0 auto;
}
.peptide .peptide-title {
  font-size: 18px;
  margin-top: 10px;
  padding-left: 10px;
}
.peptide .peptide-desc {
  color: #979797;
  padding-left: 10px;
}
.peptide:hover .peptide-title {
  color: #00717e;
}
.peptide:hover .peptide-desc {
  color: #00a99d;
}
.peptide:hover .peptide-thumb:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00a99d;
  opacity: .15;
}
.peptide-gallery {
  overflow: hidden;
}
.peptide-gallery-thumbs {
  width: 80px;
  float: left;
}
.peptide-gallery-thumbs a {
  position: relative;
  margin-bottom: 13px;
  display: block;
}
.peptide-gallery-thumbs a img {
  max-width: 100%;
  opacity: 0.5; 
}
.peptide-gallery-thumbs a:hover,
.peptide-gallery-thumbs a.active {
  /*
      &:before{
        content:'';
        display: block;
        position: absolute;
        left:0;
        top:0;
        .size(100%,100%);
        background: @clr-2;
        opacity: .15;
      }
      */
}
.peptide-gallery-thumbs a:hover img,
.peptide-gallery-thumbs a.active img {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .peptide-gallery-thumbs {
    width: 100%;
    float: none;
    text-align: center;
  }
  .peptide .peptide-thumb img {
  display: block;
width: auto;
height: auto;
max-height: 155px;
max-width: 155px;
margin: 0 auto;
}
  .peptide-gallery-thumbs a {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .peptide-gallery-thumbs a img {
    height: 80px;
  }
}
.peptide-gallery-big {
  margin-left: 100px;
}
.peptide-gallery-big img {
  max-width: 100%;
  text-align: center;
}
/*.hormone-item .hormone-right{
	text-align: center;
}*/
@media only screen and (max-width: 768px) {
  .peptide-gallery-big {
    margin-left: 0;
  }
}
h1.peptide-title {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  h1.peptide-title {
    margin-top: 30px;
  }
}
.peptide-subtitle {
  font-size: 28px;
  color: #a7a7a7;
  font-family: 'Montserrat';
}
.peptide-short-desc {
  margin: 25px 0;
}
.peptide-desc-summary {
  padding-left: 20px;
}
.peptide-desc-summary h2 {
  font-size: 20px;
  font-family: 'Montserrat';
}
.peptide-desc-summary ul {
  padding-left: 1.2em;
}
.peptide-desc-summary ul li {
  margin: 5px 0;
}
.peptide-desc-full p {
  font-size: 14px;
  margin-bottom: 30px;
}
.footer {
  margin-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 30px 0;
    margin-top: 20px;
  }
}
.footer-inner {
  padding-top: 20px;
  border-top: 2px solid #e9e9e8;
  font-size: 14px;
  display: flex;
  align-items: top;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .footer-inner {
    display: block;
    text-align: center;
  }
}
.copyright {
  background: url('../img/logo-footer.png') left center no-repeat;
  padding-left: 80px;
  white-space: nowrap;
}
.copyright b {
  display: block;
  margin-bottom: 8px;
  font-family: 'Montserrat';
}
@media only screen and (max-width: 768px) {
  .copyright {
    background: url('../img/logo-footer.png') center top no-repeat;
    padding-left: 0;
    padding-top: 80px;
  }
}
.footer-menu-title {
  text-transform: uppercase;
  font-family: 'Montserrat';
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .footer-menu-title {
    margin: 20px 0;
  }
}
.footer-menu a {
  display: block;
  text-decoration: none;
  color: #000;
}
.footer-menu a:hover, nav.footer-menu .active a {
  color: #00a99d;
}
.footer-address a {
  text-decoration: none;
}
.popup {
  display: none;
  padding: 30px;
  background: #fff;
  color: #000;
  overflow: hidden;
}
#popup-sticker, #popup-verify-failed, #popup-verify-already, #popup-verify-success {
  max-width: 560px;
  width: 100%;
}
#popup-sticker .popup-content {
  text-align: center;
}
#popup-sticker img{
	max-width: 100%;
}
#popup-sticker p {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
}
.popup-verify {
  padding: 10px;
  width: 460px;
}
.popup-verify .popup-left {
  width: 70px;
  height: 88px;
  background: #00a99d;
  float: left;
}
.popup-verify .popup-right {
  margin-left: 90px;
}
.popup-verify .popup-title {
  font-family: 'Montserrat';
  font-size: 24px;
  margin: 10px 0 5px 0;
}
#popup-verify-success .popup-left {
  background: #00a99d url('../img/check.png') center center no-repeat;
}
#popup-verify-already .popup-left,
#popup-verify-failed .popup-left {
  background: #b32a0f url('../img/cross.png') center center no-repeat;
}
.bright:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
}
::-webkit-input-placeholder {
  color: #828181;
  opacity: 1;
}
:-moz-placeholder {
  color: #828181;
  opacity: 1;
}
::-moz-placeholder {
  color: #828181;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #828181;
  opacity: 1;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: url('../img/close.png');
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow-x: hidden;
  margin: 0 !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow: hidden;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.alert {
    display: none;
    background-color: rgba(252, 57, 0, 0.1);
    border: 2px solid #fc3900;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}
.alert__btn{
	display: inline-block;
	background: #00a99d;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat';
	padding: 0 30px;
	height: 40px;
	border: none;
	position: relative;
}
.alert__img{
	margin-bottom: 10px;
}
.alert__wrapper-text{
	color: #97d3da;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.alert__btn:hover {
  background: #3acac3;
}
.alert__btn:hover:after {
  border-color: #3acac3 transparent transparent transparent;
}
.itemm{

}

.is-active{
	display: block;
}
.thumb {
	width: 100%;
}
a.round img {
    border-radius: 50%;
    margin-right: 10px;
}