/*--------------------------------------------------------------

# Gallery Page

--------------------------------------------------------------*/

.gallery-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.gallery-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.gallery-page__img {
    position: relative;
    display: block;
    border-radius: var(--sopot-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.gallery-page__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: rgba(var(--sopot-base-rgb), 0.9);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
    border-radius: var(--sopot-bdr-radius);
    z-index: 1;
}

.gallery-page__single:hover .gallery-page__img:before {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-page__img img {
    width: 100%;
    border-radius: var(--sopot-bdr-radius);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.gallery-page__single:hover .gallery-page__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.gallery-page__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.gallery-page__icon a {
    height: 80px;
    width: 80px;
    background-color: var(--sopot-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    color: var(--sopot-white);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.gallery-page__single:hover .gallery-page__icon a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.gallery-page__icon a:hover {
    background-color: var(--sopot-white);
    color: var(--sopot-base);
}



.historycontent h5 { padding-top:10px; padding-bottom:10px; font-weight:400  !important;}
.historycontent li { line-height: 28px; padding-bottom:10px;}

.about-one__right p { line-height: 28px; padding-bottom:10px;}


.photos .gallery-page__icon a {width:30px; height:30px;}

.main-header__top-leftaddress {display: none;}
.mobileview {display:none;}


.queries {
  padding: 0 60px;
}
.queries a {
  background: #4f4a4a;
  padding: 10px 10px;
  color: #F0FFF0;
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  border: solid 1px #005596;
  box-shadow: 0 0 0 5px #4f4a4a;
  max-width: 250px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.queries a:hover {
  background: #6c6666;
  box-shadow: 0 0 0 5px #6c6666;
  text-decoration: none;
}


@media screen and (max-width: 600px) {
    .navbarbottom.responsive a {
	  text-align: left;
	  width:50% !important;
	}
}

.mainbottom {
	padding: 16px;
	margin-bottom: 30px;
}

.navbarbottom {
	overflow: hidden;
	background-color: #333;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.navbarbottom a {
	float: left;
	display: block !important;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	width:50% !important;
}
	  
.navbarbottom a:hover {
	background: #f1f1f1;
	color: black;
}

.navbarbottom a.active {
	background-color: #04AA6D;
	color: white;
}

@media (max-width: 600px) {
    .mobile_display { display:none !important;}
}

.mobile-hide{
    display:none;
}

@media screen and (max-width: 600px) {
    .mainbottom { display:block;}
    .mobile {display:block !important;}
}

@media screen and (max-width: 600px) {
    .navbarbottom.responsive a {
        text-align: left;
        width:50% !important;
    }
}

.mainbottom {
    padding: 16px;
    margin-bottom: 30px;
}

.navbarbottom {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.navbarbottom a {
    float: left;
    display: block !important;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    width:50% !important;
}

.navbarbottom a:hover {
    background: #f1f1f1;
    color: black;
}

          
.navbarbottom a.active {
    background-color: #04AA6D;
    color: white;
}

@media (max-width: 600px) {
    .mobile_display { display:none !important;}
}

