@font-face {
	font-family: "CenturyGothic";
	src: url("CenturyGothic/CenturyGothic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a, button {
	cursor: pointer;
}

a {
  text-decoration: none;
  color: #444444;
}

a:focus, button:focus {
  outline: none!important;
}

html, body {
	height: 100%;
  position: relative;
	min-width: 320px; 
	margin: 0; 
	padding: 0; 
	border: 0;		
	font-family: 'Quicksand', sans-serif;
} 

body {
	color: #646464;
	background: #fff;
	line-height: 1.2;
	font-size: 13px;
}

body.freez {
  height: 100vh;
  overflow: hidden;
}

.wrap_all {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mainlogo {
  padding-top: 30px;
}

.logo {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}

.nav {
  margin: 50px auto;
  width: 100%;
  max-width: 800px;
}

.nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.nav ul li {
  list-style: none;
  display: inline;
  text-transform: uppercase;
  font-size: 18px;
  padding-right: 25px;
}

.nav ul li:last-child {
  padding-right: 0px;
}

.nav ul li a {
  position: relative;
  line-height: 24px;
}

.nav ul li a:before, .nav ul li a:after {
  content: '';
  position: absolute;
  transition: transform .3s ease;
}

.nav ul li a:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #646464;
  transform: scaleX(0);
}

.nav ul li a:hover:before {
  transform: scaleX(1);
}

.wrap_main {
  width: 100%;
  flex: 1 0 auto;
  overflow: hidden;
  margin-bottom: 70px;
}

.fon {
  background: #eee!important;
}

footer {
	height: 100px;
  background: #59595b;
  width: 100%;
  flex: 0 0 auto;
}

.slider-pro img.sp-image {
  z-index: -1;
}

.sp-slide {
  background: rgba(236, 236, 236, 0.68);
}

.sp-slide:hover {
  cursor: pointer;
}

.sp-slide.sp-selected {
  background: none;
}

.mobile_gallery, .mobile, #show {
  display: none;
}

.mobile_gallery .gallery_img img {
  max-width: 100%;
  width: 100%;
}

#show {
  background-color: #444444;
  border: 0;
  color: #fff;
  padding: 4px 10px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 22%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition-delay: 300ms;
  left: 0;
}
.navigation.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.navigation.active .navigation__inner {
  background-color: #444444;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: background-color 0s linear 599ms, -webkit-transform 300ms linear;
  transition: transform 300ms linear, background-color 0s linear 599ms;
  transition: transform 300ms linear, background-color 0s linear 599ms, -webkit-transform 300ms linear;
}
.navigation.active .navigation__inner:after {
  width: 300%;
  border-radius: 50%;
  -webkit-animation: elastic 150ms ease 300.5ms both;
          animation: elastic 150ms ease 300.5ms both;
}

.navigation__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999999;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  transition: background-color 0s linear 300ms, -webkit-transform 300ms linear;
  transition: transform 300ms linear, background-color 0s linear 300ms;
  transition: transform 300ms linear, background-color 0s linear 300ms, -webkit-transform 300ms linear;
}
.navigation__inner:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #444444;
  border-radius: 50%;
  z-index: -1;
  transition: all 300ms linear;
}

@-webkit-keyframes elastic {
  0% {
    border-radius: 50%;
  }
  45% {
    border-radius: 0;
  }
  65% {
    border-top-right-radius: 40px 50%;
    border-bottom-right-radius: 40px 50%;
  }
  80% {
    border-radius: 0;
  }
  90% {
    border-top-right-radius: 20px 50%;
    border-bottom-right-radius: 20px 50%;
  }
  100% {
    border-radius: 0;
  }
}

@keyframes elastic {
  0% {
    border-radius: 50%;
  }
  45% {
    border-radius: 0;
  }
  65% {
    border-top-right-radius: 40px 50%;
    border-bottom-right-radius: 40px 50%;
  }
  80% {
    border-radius: 0;
  }
  90% {
    border-top-right-radius: 20px 50%;
    border-bottom-right-radius: 20px 50%;
  }
  100% {
    border-radius: 0;
  }
}

#show svg {
  width: 30px;
}

.mobile_nav {
  margin-bottom: 30px;
  text-align: center;
  padding: 0;
  margin: 50px 0;
}

.mobile_nav li {
  list-style: none;
  color: #fff;
  font-size: 30px;
  margin-bottom: 50px;
}

.mobile_nav li:last-child {
  position: absolute;
  bottom: 2%;
  left: 50%;
}

.mobile_nav li a {
  color: #fff;
}

.img_story img {
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.img_story img:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.info_story {
  font-size: 20px;
  text-align: center;
}

.block_story {
  margin-bottom: 70px;
}


.image-container{
  position: relative;
}
.photo-container{
  float: left;
  position: relative;
  overflow: hidden;
}
.image-thumb{
  position: relative;
  background-color: #eee;
}

.location {
  border: 2px solid #ddd;
  width: 300px;
  margin: 0px auto 20px auto;
  padding: 0px 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.locator img {
  height: 30px;
  margin-bottom: -9px;
  margin-right: 10px;
}

.text_location {
  font-size: 15px;
  border-bottom: 1px dotted;
}

.gheorghian {
  position: relative;
  text-align: center;
}

.gheorghian img {
  max-width: 100%;
}

.poloska {
  margin-top: -3px;
  background: #444444;
  height: 55px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}

.poloska a {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.about_me {
  font-size: 25px;
  line-height: 1.5em;
}

.bold {
  font-weight: 600;
  line-height: 1.3em;
}

.testimonial {
  font-size: 15px;
  line-height: 1.4em;
  position: relative;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 20px;
  background: #eee;
}

.testimonial.left::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 13px 0 13px 25px;
  border-color: transparent #eee;
  display: block;
  width: 0;
  z-index: 1;
  right: -25px;
  top: 42px;
}

.testimonial.right::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 13px 25px 13px 0;
  border-color: transparent #eee;
  display: block;
  width: 0;
  z-index: 1;
  left: -25px;
  top: 42px;
}

.avatar {
  text-align: center;
}

.avatar img {
  border-radius: 50%;
  max-width: 100%;
}

h4 {
  margin-top: 0px;
}

.social_header {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
}

.social_links {
	text-align: center;
	margin-bottom: 10px;
}

.social_links a:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.social_links img.img_contact {
  width: 50px;
	height: 50px;
}

.insta_contact, .mywed_contact {
  display: inline-block;
  margin: 15px;
}

.social_links img {
	width: 30px;
	height: 30px;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.copyright {
	color: #fff;
	text-align: center;
	position: relative;
}

.copyright .pansite {
	position: absolute;
	bottom: 0;
	right: 5px;
}

.copyright .pansite a {
	color: #fff;
	text-decoration: none;
}

.copyright span.svg svg {
  width: 15px;
  fill: #fff;
}