.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: opacity 0.3s linear;
}
html,body{
	height:100%;
}
body{
	background-color:transparent;
}
header{
	height:60px;
	width:100%;
}
.logo a {
	color: #828282;
    text-shadow: 3px 1px 6px #dadada;
    font-weight: 600;
    font-size: 1.5rem;
    font-size: 6vw;
}
.logo img {
    max-width: 60%;
    max-height: 170px;
}
.main-header.sticky {
    padding: 0;
}
.screencenter {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
.fullheight{
	height: 72vh; 
}
.fullheight .container{
  height: 100%;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footernavcat{
	position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: #fff;
	padding: 5px;
	z-index: 9;
}

.gobackh{
	position: fixed;
    background: #fff;
    top: 0px;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 5px #c1c1c1;
    left: 0;
    font-size: 19px;
    border-radius: 0 0 100% 0;
}

.gobackh a{
	display: block;
    width: 100%;
    height: 100%;
    padding: 2px 0px 5px 5px;
}

.gobackh .fa-home{
	color:#000;
}

.socialshare{
    width: 100%;
}

.catalogimg{
	max-width:100%;
}

.glider-slide{
	text-align:center;
	margin:0 5px;
	background: #000;
	display: flex;
    align-items: center;
    position: relative;
}



.catbut {
    white-space: normal;
    width: 150px;
    min-width: auto;
    padding: 14px 5px;
    font-size: 11px;
    line-height: 15px;
}

.slick-slide{
	margin:0 3px;
}

footer{
	width: 100%;
    font-size: 10px;
    padding-bottom: 5px;
    position: fixed;
    bottom: 0;
}

.menubut{
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	margin: 10px;
}

.btn:focus, .btn:hover {
    border-radius: 0;
}

.btn::before {
	color:#fff;
	background: #868686;
	border-radius: 0;
}

.menubut:hover {
    color: #ffffff!important;
	border:none!important;
	background-color: transparent;
}

.sociallist {
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sociallist li a {
	position: relative;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    margin: 0 10px;
    line-height: 44px;
    font-size: 20px;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .5s;
}

.sociallist li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.sociallist li a .fa {
  widht: 100%;
  height:100%;
  display:block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(60px - 12px);
  font-size:24px;
  color: #262626;
  transition: .5s;
}

.languages img{
	max-width: 40px;
    margin: 0 8px;
}

.sociallist .fa-facebook-f{
	color:#4366b1;
}

.sociallist .fa-instagram{
	color:#d22b83;
}

.sociallist .fa-tripadvisor{
	color:#34e0a1;
}

.loaderw{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
}

.lds-ellipsis {
    position: absolute;
    top: 44%;
    left: 40%;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

@media (orientation: landscape) {
  .logo img {
		max-width: 60%;
		max-height: 70px;
	}
	.btn{
		font-size: 17px;
		padding: 20px 20px;
		min-width: 150px;
	}
	.sociallist li a {
		width: 40px;
		height: 40px;
		line-height: 31px;
		font-size: 15px;
	}
	.sociallist {
		margin-bottom: -15px;
	}
}
@media screen and (min-width:860px){
	.sociallist {
		margin-bottom: 45px;
	}
	.glider-slide {
		min-width:45%!important;
	}
}


@media screen and (min-width:1024px){
	.logo a {
		font-size: 2rem;
	}
}
