/*ProStudio Web Site */


* {
	margin-top: 0;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

.row {
	width: 58%;
	margin: 0 auto;
	position: relative;
}

*:focus {
	outline: none;
}

.mobile {
	display: none!important;
}

header {
	position: fixed;
	left: 0;
	width: 100%;
	top: 60px;
	background: #fff;
	z-index: 11;
	color: #000;
	overflow: hidden;
}

header .row {
	width: 90%!important;
}

body.home header {
	background: transparent;
	transition: 0.2s background linear, 0s box-shadow linear 0.4s;
}

body.home.scroll header {
	background: #fff;
	top:0px;
}

body.home header .row {
	padding-bottom: 70px;
	transition: 0.75s ease-in-out;
	padding-top: 20px;
}

body.home.scroll header .row {
	padding: 0;
	margin: -20px auto;
}

.logo {
	position: relative;
	left: 0;
	height: 128px;
	margin: -20px 0;
	width: 330px;
}

.logo span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 100%;
}

.logo1 {
	opacity: 0;
}
.logo1 img{
	width: 50%;
}
body.home .logo {
	left: calc(50% - 165px);
	margin-bottom: 30px;
	margin-top: 30px;
	margin: 0;
	transition: 0s left linear 0.55s, 0s margin ease-in-out 0.55s;
	filter: blur(5px);
}

body.home.scroll .logo {
	left: 0;
	margin-bottom: 0;
	margin-top: 0;
	transition: 0s ease-in-out 0.55s;
}

body.home.loaded .logo {
	transition: 0s left linear 0.55s, 0s margin ease-in-out 0.55s, 1s filter ease-out;
	filter: blur(0);
}

body.home .logo1 {
	opacity: 1;
	transition: 0.5s opacity linear 0.55s;
	text-align:center;
}

body.home.scroll .logo1 {
	opacity: 0;
	transition: 0.5s opacity linear;
}

body.home .logo2 {
	opacity: 0;
	transition: 0.5s opacity linear;
}
.logo2 img {
	width: 60px;
}


body.home.scroll .logo2 {
	opacity: 1;
	transition: 0s opacity linear 0.6s;
}

body.home.scroll .logo2::after {
	background-position: 120%;
}

.main-menu {
	position: absolute;
	bottom: calc(50% - 10px);
	right: 0;
	transform: translate(0);
}

.main-menu ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	font-size: 16px;
	letter-spacing: 0.4em;
}

.main-menu ul.menu>li {
	margin-right: 35px;
	opacity: 0;
	transition: 0.2s opacity linear;
}

body.loaded .main-menu ul.menu>li {
	opacity: 1;
}

.main-menu ul.menu>li:nth-child(1) {
	transition-delay: 1.1s;
}

.main-menu ul.menu>li:nth-child(2) {
	transition-delay: 1.2s;
}

.main-menu ul.menu>li:nth-child(3) {
	transition-delay: 1.3s;
}

.main-menu ul.menu>li:last-child {
	margin-right: 0;
}

.main-menu ul.menu>li a {
	color: inherit;
	text-decoration: none;
	position: relative;
	display: block;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.main-menu ul.menu>li a::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: -3px;
	width: 0;
	height: 1px;
	background: #000;
	transition: 0.3s ease-in-out;
}

.main-menu ul.menu>li.current_page_item a::after,
.main-menu ul.menu>li:hover a::after {
	width: 100%;
}

body.home .main-menu {
	transform: translate(50%);
	bottom: 0px;
	right: 50%;
	width:100%;
	transition: 0s ease-in-out 0.65s;
}

body.home.scroll .main-menu {
	bottom: calc(50% - 20px);
	right: 0;
	width:auto;
	transform: translate(0);
}

body.home.scroll .main-menu ul.menu>li {
	animation: menuItemsScroll 1s linear;
}

body.home.scroll .main-menu ul.menu>li:nth-child(1) {
	animation-delay: 0.1s;
}

body.home.scroll .main-menu ul.menu>li:nth-child(2) {
	animation-delay: 0.2s;
}

body.home.scroll .main-menu ul.menu>li:nth-child(3) {
	animation-delay: 0.3s;
}

.mobile-menu,
.header-filter,
.filter-notice {
	display: none;
}

.home .row {
	width: 77%;
}

.filter-categoreis {
	padding: 10px;
}

.filter-categoreis ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14rem;
}

.filter-categoreis ul li {
	position: relative;
	letter-spacing: 0.2em;
	font-weight: 400;
}

.filter-categoreis ul li.seperator {
	font-size: 18px;
	margin-top: -3px;
}

.filter-categoreis ul li.active-filter {
	font-weight: 600;
}

.filter-categoreis ul li a {
	color: inherit;
	text-decoration: none;
}

.animate {
	transition: 0.2s all linear;
}

.animate.delay-1 {
	transition-delay: 0.15s;
}

.animate.delay-2 {
	transition-delay: 0.3s;
}

.animate.delay-3 {
	transition-delay: 0.45s;
}

.animate.delay-4 {
	transition-delay: 0.6s;
}

.animate.delay-5 {
	transition-delay: 0.75s;
}

.animate.delay-6 {
	transition-delay: 0.9s;
}

.fade-in {
	opacity: 0;
	transition: opacity 1000ms ease-out;
}

.fade-in.in-view {
	opacity: 1;
}

@media screen and (min-width: 2400px) {
	.row {
		width: 51%;
	}
	.logo {
		width: 360px;
		height: 156px;
		margin: -30px 0;
	}
	body.home .logo {
		left: calc(50% - 180px);
	}
	body.home.scroll header .row {
		margin: -30px auto;
	}
}

@media screen and (max-width: 1600px) {
	.logo {
		width: 250px;
		height: 103px;
	}
	body.home .logo {
		left: calc(50% - 125px);
	}
}

@media screen and (max-width: 1440px) {
	@media screen and (max-width: 1000px) {
		.desktop {
			display:none!important;
		}
		.mobile {
			display: block!important;
			margin-left:200px;
		}
		.row {
			width: 80%;
		}
		header {
			padding: 10px 0;
			box-shadow: 0 -2px 6px #333!important;
			background: #fff!important;
			overflow: visible;
		}
		header .row {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 0 20px;
			width: 100%;
		}
		body.home header .row,
		body.home.scroll header .row {
			margin: 0 auto;
			padding: 0 30px;
		}
		.logo {
			position: static;
			height: auto;
			margin: 0;
		}
		.logo.logo-h {
			width: 20%;
			opacity: 1;
		}
		.logo.logo-name.mobile {
			width: 50%;
		}
		.menu-btn {
			width: 20%;
			text-align: right;
		}
		body.home .menu-btn {
			filter: blur(5px);
		}
		body.home.loaded .menu-btn {
			transition: 1s filter ease-out;
			filter: blur(0);
		}
		.menu-btn img {
			width: 25px;
		}
		.header-filter-btn {
			position: absolute;
			width: 30px;
			height: 30px;
			padding: 0;
			top: 4px;
			z-index: -1;
			opacity: 0;
		}
		.header-filter {
			position: absolute;
			width: 100%;
			left: 0;
			top: calc(100% + 10px);
			background: #fff;
			box-shadow: 0 2px 6px -2px #333;
			display: none;
			padding: 10px 30px;
		}
		.header-filter .filter-categoreis {
			margin-bottom: -25px;
		}
		.filter-notice {
			position: absolute;
			left: 5px;
			top: calc(100% + 15px);
			background: url(https://hadar-mizrahi.com/wp-content/themes/hadar/images/filter-notice.png) no-repeat center / 100%;
			font-size: 12px;
			padding: 7% 6% 9% 6%;
			letter-spacing: 0.2em;
		}
		.mobile-menu {
			position: fixed;
			left: 0;
			top: 0;
			background: #FCFAF6;
			width: 100%;
			padding: 10px 20px;
			font-size: 1rem;
			z-index: 10;
			overflow: hidden;
			display: none;
			text-align: center;
			box-shadow: 0 -2px 6px #333;
		}
		.menu-close-btn {
			display: inline-block;
			text-decoration: none;
			color: inherit;
			font-size: 40px;
			font-weight: 200;
			transform: rotateZ(45deg);
		}
		.mobile-menu ul.menu {
			list-style: none;
			padding: 0;
			margin: 0 auto 20px;
			width: 70%;
		}
		.mobile-menu ul.menu li {
			padding: 20px 0;
			border-bottom: 1px solid #ccc;
			opacity: 0;
			transition: 1s opacity ease;
			text-transform: uppercase;
			letter-spacing: 0.2em;
		}
		.mobile-menu ul.menu li:nth-child(2) {
			transition-delay: 0.1s;
		}
		.mobile-menu ul.menu li:nth-child(3) {
			transition-delay: 0.2s;
		}
		.mobile-menu ul.menu li:last-child {
			border-bottom: 0;
		}
		.mobile-menu.menu-open ul.menu li {
			opacity: 1;
		}
		.mobile-menu ul.menu li a {
			color: inherit;
			text-decoration: none;
			display: block;
		}
		.mobile-menu ul.menu li.has-children>a.more-items {
			content: "";
			background: url(https://hadar-mizrahi.com/wp-content/themes/hadar/images/swipe-2.svg) center / 100%;
			width: 10px;
			height: 14px;
			transform: rotateZ(90deg);
			transform-origin: center;
			margin: 15px auto 0;
		}
		.sub-menu {
			display: none;
			list-style: none;
			padding: 0;
			margin: 10px auto 0;
			font-size: 16rem;
			font-family: montserrat !important;
			color: #666;
			max-height: 150px;
			overflow: scroll;
		}
		.mobile-menu ul.menu .sub-menu li {
			padding: 0;
			border: 0;
			width: 100%;
			text-align: center;
			margin: 20px 0;
		}
		.menu-logo {
			width: 100px;
			margin: 0 auto;
			opacity: 0;
			transition: 1s opacity ease 0.3s;
		}
		.mobile-menu.menu-open .menu-logo {
			opacity: 1;
		}
		.filter-categoreis {
			padding: 10px 0;
		}
		.filter-categoreis ul {
			font-size: 15rem;
			flex-wrap: wrap;
			justify-content: center;
		}
		.filter-categoreis ul li {
			margin: 0 9px 25px;
			letter-spacing: 0.3em;
		}
		.filter-categoreis ul li.active-filter {
			position: relative;
		}
		.filter-categoreis ul li.active-filter::after {
			content: "";
			position: absolute;
			left: -1px;
			bottom: -5px;
			height: 2px;
			width: 100%;
			background: #000;
		}
	}
	@media screen and (max-width: 600px) {
		.row,
		.home .row {
			width: 100%;
			padding: 0 30px;
		}
		header .row {
			width: 100%!important;
		}
		.filter-categoreis ul li {
			margin: 0 14px 25px;
		}
		.animate.delay-1,
		.animate.delay-2,
		.animate.delay-3,
		.animate.delay-4,
		.animate.delay-5,
		.animate.delay-6 {
			transition-delay: 0s;
		}
	}
}


/*! CSS Used from: Embedded */

.main-menu ul.menu>li a::after {
	bottom: -3px!important;
}

@keyframes menuItemsScroll {
	0% {
		opacity: 1;
	}
	15% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@font-face {
	font-family: "montserrat";
	src: url("https://use.typekit.net/af/67f609/00000000000000003b9b1339/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/67f609/00000000000000003b9b1339/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/67f609/00000000000000003b9b1339/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: "goldenbook";
	src: url("https://use.typekit.net/af/2b480c/00000000000000003b9b477f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/2b480c/00000000000000003b9b477f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/2b480c/00000000000000003b9b477f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 600;
}
.carousel-caption {
	background: rgba(black, 0.3);
	padding: 15px;
	margin: 0;
	font-size: 19px;
	margin-bottom: 40px;
	top: 33%;
	left: -10%;
	font-family:montserrat;
	margin-top:-60px;
}
.carousel-caption h3 {
	margin: 0;
	font-size: 38px;
	line-height: 15px;
	color: white;
}
.carousel-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(black, 0.3);
  display: block;
  width: 100%;
  height: 5px;
}
.navbar {
  font-size: 16px;
  background-color: #c9b179;
  padding-top: 4px;
  font-family: goldenbook;
}
.logo {
  text-align: center;
}
body {
 font-family: montserrat;
 font-weight: normal !important;
 margin-right:0px !important;
}
.menu {
  padding: 1% 10% 1% 10% !important;
  margin-left: 44px;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  background-color: transparent;
  position: sticky !important;
  top: 0;
  z-index: 9999;
}
.slide_photo {
  width: 100%;
}
.herosection {
  padding-top: 14%;
}
h3 {
  padding-top: 2%;
  text-align: center;
  padding-bottom: 1%;
  font-weight: bold;
}
.facephoto1 {
  margin-left: -11%;
}
.facephoto2 {
  padding-left: 7%;
}
.facephoto3 {
  padding-left: 29%;
}
.img {
  margin: 5%;
  margin-left: 26%;
}
.number {
  color: #ffffff;
  font-family: montserrat;
}
.number2 {
  color: #000;
  font-family: montserrat;
}
.title {
  margin-left: 8% !important;
  color: #ffffff;
  font-size: 16px !important;
}
.location {
  float: right;
  color: #ffffff;
  font-family: montserrat;
  
}
.icon1 {
  color: black;
  margin-right: 5%;
}
.icon2 {
  color: black;
  position: relative;
  right: 3%;
}
ul {
  list-style-type: none;
}
.line {
  margin-top: 34px;
}
.faceitem {
  margin-bottom: 2%;
}
.linepicture1 {
  margin-right: -12%;
  float: right;
}
.linepicture2 {
  margin-left: -12%;
}
.fphoto {
  margin-left: -9px !important;
}
a:focus,
a:hover {
  color: #f7f3f3 !important;
}
a:focus,
a:hover {
  color: #7b7777 !important;
}
a {
  color: #000000;
}
.hideme {
  opacity: 0;
}
.menu .sticky_menu {
  float: left;
}
.menu .sticky_menu a {
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.menu .sticky_menu a:hover {
  color: #7b7777 !important;
  text-decoration: underline;
}
.menu .active {
  text-decoration: underline;
}









@media only screen and (max-width: 600px) {
  html {
    margin: 0;
    padding: 0;
  }
  .fimg {
    float: left;
    margin: 0;
    padding: 0;
  }
  .facephoto1 {
    margin: 0 !important;
    padding: 0 !important;
  }
  .facephoto2 {
    margin: 0 !important;
    padding: 0 !important;
  }
  .facephoto3 {
    margin: 0 !important;
    padding: 0 !important;
  }
  .line {
    display: none;
  }
  .title {
    margin: 0;
  }
  .face_img {
    margin-left: 11px;
  }
  .navbar {
    display: none;
  }
  .mobile-container {
    max-width: 600px;
    margin: auto;
    color: white;
    border-radius: 10px;
  }
  .topnav {
    overflow: hidden;
    background-color: #fff;
    position: relative;
  }
  .topnav #myLinks {
    display: none;
    text-align: center;
  }
  .topnav a {
    color: #000;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    text-align: center;
  }
  .topnav a.icon {
    background: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  .active {
    background-color: #fff;
    color: white;
  }

  .logoimg {
    padding-top: 20%;
    padding-bottom: 15%;
  }
  .mobile-container {
    position: absolute;
    width: 100%;
  }
  .sectionimg {
    width: 100%;
    margin: 10px 0px !important;
  }

}












@media only screen and (min-width: 1024px) {
  .mobile-container {
    display: none;
  }
  .menu {
    margin-left: 0px;
  }
  .face_section {
    display: block !important;
    margin-left: -26%;
  }
  .fphoto {
    margin-left: 1% !important;
    margin-right: 2% !important;
  }
  


}




@media only screen and (min-width: 768px) {
  .mobile-container {
    display: none !important;	
  }
  .topnav {
    display: none !important;
  }
  .title {
    margin-left: 0;
    font-size: 12px;
    font-family: montserrat;
  }
  p {
    margin: 0 0 7px;
  }
  .menu {
    margin-left: -45px;
    padding: 0;
  }
  .face_section {
    display: grid;
  }
  .facephoto1 {
    margin: 0;
  }
  .fphoto {
    margin: 0;
  }
  .facephoto2 {
    padding: 0;
  }
  .facephoto3 {
    padding: 0;
  }
  .fimg {
    padding-left: 26%;
  }
  .title {
    text-align: center;
  }
}






.facetreatment:hover img {
	transform: scale(1.05);
}
.facetreatment img {
	    height: 215px;
	transform: scale(1);
	transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1) 0s;
}
.facetreatment h4{
	    padding: 10px 0;
	        border-bottom: 1px solid;
}
.face_treatment{
	padding:20px 0px;
}
.product_div{
	padding:20px 0px;
}
.product_text{
	border-top: 1px solid;
	padding: 5px 0;
	text-align: center;
}
.product_img{
	    margin-bottom: 12px;
    width: 100%;
}
.spacetop{
	margin-top: 50px;
}
.brand_div{
	padding:20px 0px;
}
.brand_logo{
	height: auto !important;
	width: 80%;
}
.form_section{
	    margin-top: 60px;
    background-color: #F5EFE3;
}
.form{
	padding:5px 0px;
}
.form2{
	padding:0px 0px;
}
.contact_heading{
	    padding: 1% 0 !important;
    margin: 0 !important;
}
.half_space{
	width: 40% !important;
}
.half_space2{
	width: 40% !important;
	padding-top: 20px;
}
.submit{
	background: #c18d57 !important;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	display: inline-block;
	font-family: montserrat;
	transition: 0.2s all linear;
	padding: 17px 50px;
	font-size: 20px;
}
.submit:hover {
        background: #c18d5778 !important;
		color:white !important;
}
.social_icon:hover {
        background: #c18d5778;
		color:white !important;
}
.social_div{
	margin-top: 28px;
    margin-bottom: 25px;
}
.social_icon{
	background-color: #c18d57;
	color: #fff;
	border-radius: 50%;
	padding: 15px;
	margin: 0 8px;
	font-size: 22px;
	width: 50px;
	height: 50px;
}
.social_div a:hover{
	color: #fff !important;
	text-decoration:none;
}
input{
	border-width: 0 0 2px 0 !important;
	border-style: solid !important;
	border-color: #d5d0cc !important;
	background: #0000 !important;
	outline:none;
	box-shadow:none !important;
	border-radius:0px !important;
}
.mb-2 {
    margin-bottom: 15px;
}
.submit_btn{
	margin-top:20px;
}
@media only screen and (max-width: 1000px) {
	.logo.logo-h {
		width: 18% !important;
	}
}
@media only screen and (max-width: 600px) {
	.half_space{
		width: 100% !important;
	}
	.half_space2{
		width: 100% !important;
		padding-top: 20px;
	}
	.space_form{
		margin-bottom: 12px;
	}
	header {
		top: 0px;
	}
	.herosection {
		padding-top: 72px;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.navbar {
		font-size: 12px !important;
	}
}
@media only screen and (max-width: 1200px) {
  .navbar {
		display: none;
  }
  header{
	  top:0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .navbar {
		display: none;
  }
  header{
	  top:0px !important;
  }
  .line{
	  display:none;
  }
  .carousel-caption h3 {
		font-size: 15px;
	}
}
.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
#preloader{width:100%;height:100%;position:fixed;top:0;left:0;z-index:9999999;background:#fff;}
.spinner{margin:300px auto 0;width:70px;text-align:center;}
.spinner > div{width:18px;height:18px;background-color:#C6A186;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both;}
.spinner .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s;}
.spinner .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s;}

@-webkit-keyframes sk-bouncedelay{0%, 80%, 100%{-webkit-transform:scale(0);}40%{-webkit-transform:scale(1.0);}}
@keyframes sk-bouncedelay{0%, 80%, 100%{-webkit-transform:scale(0);transform:scale(0);}40%{-webkit-transform:scale(1.0);transform:scale(1.0);}}

body.loading{
    overflow: hidden;   
}
body.loading .overlay{
    display: block;
}

.Portfolio {
    margin: 5px;
    border: 1px solid #f0f0f0;
	width:100%;
	display: table-cell;
    transition-duration: 0.4s;
    border-radius: 5px;
    animation: winanim 0.5s ;
   -webkit-backface-visibility:visible;
    backface-visibility:visible;
    box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)
}

.Portfolio:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.Portfolio img {
  transition: transform 2s, filter 1.5s ease-in-out;

}

.Portfolio:hover img {
  transform: scale(1.2);
}

.desc {
    padding: 5px;
    text-align: center;
    font-size: 90%;
    background:black;
    color:hotpink
}

.nav {
    padding:20px;
    margin-top:-30px;
}

.nav li a { 
    margin:5px;
    padding: 5px 80px 7px;
    font-size:16px; 
    color:#c9b179; 
    background: #000;
    transition-duration: 0.4s;
}
.nav a:hover { 
    background:#c9b179; 
}
.nav .active { 
    background-color:#c9b179 !important;
    color:#fff;
}

@keyframes winanim {
    0%{opacity:0;transform:scale3d(.3,.3,.3)}
    50%{opacity:1}
    
}

.slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 100%;
  margin: 0;
							 
									
								
																																	  
}
.slideshow * {
  outline: none;
																			
}
.slideshow .slider {
  box-shadow: 0 20px 50px -25px black;
				 
					  
}
.slideshow .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
					   
				   
					 
				 
}

.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}
.slideshow .item img {
  width: 100%;
}
.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
  animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
.slick-next{
	right:30px;
	z-index: 123;
	display:none !important;
}
.slick-prev {
	left: 20px;
	z-index: 123;
	display:none !important;
}
.slick-dots{
	bottom: 20px;
}
.slick-dots li button:before{
	font-size: 18px;
	color:white;
}
.slick-next:before, .slick-prev:before{
	font-size: 32px;
}
.number2c {
	font-size: 15px;
    border-radius: 4px;
	padding:5px 1px;
    text-align: center;
    color: #c9b179;
    margin-bottom: 30px;
	background:black;
	
}

button#back2top{
    position: fixed;
    bottom: 2%;
	opacity: 0;
	visibility: hidden;
	font-family: sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.3;
    background-color: #c9b179;
    border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 18px;
    margin: 0;
	width:13%;
	
}


#back2top {
    display: display;
}

@media only screen and (max-width: 900px){ 
 #back2top {
    display: block;
	width:30% !important;
	
	
  }
}

.colorb{
	background-color:white;

}	
.footer {
	padding: 20px;
	background-color:white;
}

@media only screen and (max-width: 900px){ 
 .footer {
    display: block;
	height:130px !important;
	
	
  }
}

.photocen {
    float: right;
	width:300px;
	color:black;
	margin:10px 10px;
}

@media only screen and (max-width: 900px){ 
 .photocen {
    float: none !important;
	
	
  }
}
