/* фотографии на странице */
.meta {background-image: url(/images/khoreograf/sk.jpg);background-size: cover; background-position: center;height: 360px;}
.meta2 {background-image: url(../img/about/TZ.jpg );background-position: 45% 10%;height: 360px;background-size: cover;}
.meta3 {background-image: url(../img/about/AS3.jpg );background-position: 85% 40%;background-size: cover;height: 360px;}




/* фотографии после раскрытия информации о хореографе */


.column2 {width: 35%;height: 550px;float: left;background-image: url(/images/khoreograf/sk2.jpg);background-size: cover;margin-top: 10px;margin-bottom: 20px;}
.column6 {width: 35%;;height: 550px;float: left;background-image: url(../img/about/ZT.jpg);background-size: cover;margin-top: 10px;margin-bottom: 20px;}
.column7 {width: 35%;height: 550px;float: left;background-image: url(../img/about/AS2.jpg);background-size: cover;margin-top: 10px;margin-bottom: 20px;background-position: 80% 50%;}


/* Overlay style */
.overlay, .overlay2, .overlay3, .overlay4, .overlay5, .overlay6, .overlay7
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(227, 247, 233, 0.84);
	z-index: 898889898988;
}


/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}

/* Effects */
body {
	background: #FFF;
}

.container {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 1.5s;
}

.container.overlay-open {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.overlay-contentscale {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}
.container{width:1170px;
margin:0 auto}

.overlay-contentscale.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}



.span7 h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold; 	
	margin-bottom: 0px;
	margin-top: 7px;
}

.span7{
	padding:30px
}
.span7 p{
text-transform: none;
}

.span7 {
	padding:30px;
	background-color: rgba(255, 255, 255, 0.86);
	border: rgba(255, 255, 255, 0.86) 10px solid;
	color: rgb(60, 59, 91);
}
.column p{ font-size: 13px; margin-top: 3px; font-weight: 400;}
.column1 p{ font-size: 12px; margin-top: 3px; margin-bottom:10px; font-weight: 100;}


.column {width: 100%; float: left;font-weight: 200;}
.column h4 {font-size:22px; color: rgb(169, 10, 119);}
 
.column3 p {font-size:10px;}

.column3 h4 {font-size: 14px; text-transform:uppercase;
 margin-top: 15px;}
 .column3 span {font-size: 14px; text-transform: none;
 font-weight: 500;color: rgb(60, 59, 91);}

.column3 {
 
    color: rgb(169, 10, 119);
}

.column  h3 {
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
  border: rgba(249, 70, 110, 0.2) 1px solid;padding:10px;
}

.column1 h4 {}

.column1 {width: 62%;float: right;text-align: justify;margin-top: 3px;font-weight: 100;}










.category {
  margin: 0;
  background-color: rgb(255, 255, 236);
  position: relative;
  font-size: 15px;
  font-style: normal;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  text-align: center;
  display: block;
  padding-top: 10px;
}

.grid__item {
  position: relative;
  color: #43516e;
  background: #EAF3F4;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}



section .foto {
	text-align: center;
	font-size: 15px;
	width: 100%;
	/* background-color: white; */
}

section .foto p {
	max-width: 600px;
	z-index: 1;
	position: relative;
	margin-bottom: 0px;
}





.loader {
  height: 1px;
  width: 40%;
  margin: 10px auto;
  position: relative;
  background: rgba(255, 255, 255, 1);
}
.grid__item::before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid rgba(255, 0, 107, 0.06);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  
}
.grid__item::before {
  position: absolute;
  content: '';
  top: -10px;
  right: -10px;
  bottom: -60px;
  left: -10px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.075);
}



