/*
0, 155, 151
#009B97
111*/

input[type="text"],
input[type="password"],
select{
	color: black;
}


.h1{
	background: linear-gradient(to top, rgba(30, 144, 255, .8), rgba(65, 105, 225, .5));
    box-shadow: 0 0 10px rgba(0, 255, 255, .8);
    padding: 10px;
    color: white;
}

.block{
	display: block !important;
}

.inline{
	display: inline !important;
	margin: 5px !important;
}

.inl-b{
	display: inline-block;
}

.inl{
	display: inline;
}

.none{
	display: none !important;
}

.hide{
	transition: 1s;
}

.width{
	width: 100%;
	transition: .3s;
}

.center, .content-center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.sep{
	margin: 5px 0px;
    height: 1px;
    overflow: hidden;
    background: #E7EAED;
	clear: both;
}

*{
	word-wrap: break-word;
}

img{
	max-width: 100%;
}

body{
	max-width: 1920px;
	background: #d2bdde;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

header{
	position: relative;
	text-align: center;
	padding-top: 10px;
}

header > img{
	opacity: 0;
	~margin-bottom: 70px;
}

header > #header-back{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: linear-gradient(to bottom, #fff, #5f1b63);
	opacity: 0;
	z-index:-1;
}


#head-video{
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
	top:-550px;
	left: 0px; 
	z-index:-2;
}

#head-video > video{
	width: 100%;
}

@media (max-height: 769px){
#head-video{
	top:-268px;
}
}




header > #logo{
	position: absolute;
	width: 20%;
	bottom: 10%;
	left: 20%;
	color: white;
	font-size: 25px;
	text-align: center;
	font-style: italic;
}

header > #logo > img{
	width: 100%;
}

header > #logo > div > span{
	color: rgb(0, 155, 151);
}

header{
	~background: linear-gradient(to bottom, #fff, #009B97);
}

header > div#title{
	color: white;
	font-size: 35px;
	text-align: center;
	font-style: italic;
	~border-bottom: 1px white solid;
	margin-bottom: 10px;
	opacity: 0;
}

header > div.phones1{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 25px;
	color: #cf0412;
}

body.fix{
	padding-top: 430px;
}

@media (max-width: 768px){
	body.fix{
		padding-top: 330px;
	}
}


body.fix > header{
	position: fixed;
	top: 0px;
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 100%;
	~background: #009B97;
	z-index: 9999;
	background: linear-gradient(to bottom, #fff, #009B97);
	padding-top: 0px;
}

body.fix > header > img{
	width: 100px;
	width: 0px;
	margin-bottom: 0px;
}

body.fix .phones1{
	display: none;
}



body.fix > header > #title{
	display: none;
	font-size: 20px;
}

body.fix > header > nav a{
	/*font-size: 14px;
	padding: 5px 10px;*/
}

body.fix > header > img{
	float: left;
}


select{
	border-radius: 5px 5px 0 0;
	margin: 10px 0;
}

select, option{
	padding:3px;
}



	

@media (max-width: 500px){

header > img{
	width: 100%;
}

header > div#title{
	font-size: 20px;
	margin-bottom: 0px;
}

body.fix > header > img{
	width: 100px;
	float: none;
}

header{
	background: linear-gradient(to bottom, #fff, #009B97);
}

}


@media (max-width: 768px){
header > img,
header > div#title{
	opacity: 1;
}

header .phones1{
	display: none;
}
}


ul{
	list-style: none;
}
/*
ul#nav li{
	display: inline;
}

ul#nav li > a{
	display: inline-block;
}

.navbar-default {
    background-color: #009B97;
   ~ background: linear-gradient(to left, #fff, #009B97);
	border: 0px;
	border-radius: 0px;
	
}

.nav > li > a {
	padding: 10px;
	padding-bottom: 7px;
	border-bottom: 3px solid transparent;
	transition: .4s;
	font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #333333;
    background-color: #080d7e33 !important;
}

.nav > li.active > a {
	background-color: transparent !important;
	border-bottom: 3px solid orange;
}

.navbar-nav {
	margin: 0;
}

.navbar {
    position: fixed;
	min-height: auto !important;
    display: block;
    width: 100%;
    z-index: 9999;
}

.navbar-brand{
	padding: 0px 15px;
	height: 40px;
}

@media (max-width: 1031px){
.nav > li > a {
	~padding: 15px;
	~padding-bottom: 11px;
	border-bottom: 2px solid transparent;
	font-size: 14px;
}

.nav > li.active > a {
	border-bottom: 2px solid orange;
}

}





#navrow{
	~height: 100px;
}


#bs-example-navbar-collapse-1{
	~margin: 25px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
	~font-weight: bold;
	~font-size: 18px;
}
*/


/*menu*/

nav{
	background: linear-gradient(to left, #fff, #5f1b63);
	~height: 40px;
}

nav,
.menu,
.menu li{
	position: relative;
}

.menu a:hover{
	color: lightgreen;
}

body,
nav,
ul.menu, 
.menu li, 
.menu ul{
	padding: 0px;
	margin: 0px;
}

ul.menu{
	font-size: 0px;
}



.menu > li{
	display: inline-block;
	font-size: 14px;
}

.menu li a{
	padding: 15px;
	padding-bottom: 12px;
	transition: .4s;
	border-bottom: 3px transparent solid;
	color: white;
	font-weight: bold;
	font-size: 16px;
	display: block;
}

.menu li a:hover{
	background: rgba(0, 0, 0, .4);
	color: orange;
}

.menu li a.active,
.menu li.active > a{
	color: orange;
}

.menu li a:hover,
.menu li a.active,
.menu li.active li.active a.active{
	border-bottom: 3px white solid;
}
@media (min-width: 768px){
.menu .top-menu:hover .submenu{
	display: block;
	max-height: 300px;
	max-width: 400px;
	min-width: 200px;
	opacity: 1;
	transition: 0.4s linear;
	transition-property: max-height, max-width, opacity;
	transition-timing-function: ease;
	overflow-y: auto;
}
}

.menu .submenu{
	z-index:9998;
	display: none;
	position: absolute;
	overflow: hidden;
	max-height: 0px;
	max-width: 0px;
	opacity: 0;
	background: #5f1b63;
	transition: 0.4s linear;
	transition-property: max-height, max-width, opacity;
	transition-timing-function: ease;
	text-align: left;
}

.menu .submenu a{
	padding: 5px !important;
}

.menu .top-menu.block{
	display: inline-block !important;
}


nav > .menu-toggle{
	display: none;
	position: absolute;
	top: -35px;
	right: 15px;
	border: 1px white solid;
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
}

nav > .menu-toggle:hover{
	background: lightblue;
}

nav > .menu-toggle > div{
	background: #333333 !important;
	width: 25px;
	height: 2px;
	margin: 3px 0;
}

@media (min-width: 769px) and (max-width: 1430px){
	ul.menu li a{
		font-size: 15px !important;
	}
}


@media (max-width: 768px){
	
nav::before {
    content: "";
    overflow: hidden;
    display: block;
}
	
ul.menu{
	display: none;
	margin-top: 40px;
	max-height: 350px;
	overflow: auto;
}

.menu > li{
	text-align: center;
}

.menu > li,
ul.menu.show,
nav > .menu-toggle{
	display: block;
}

.menu .submenu{
	position: relative;
	text-align: center;
}

.menu .top-menu.block .submenu{
	display: block;
	max-height: 300px;
	max-width: 400px;
	min-width: 200px;
	opacity: 1;
	transition: 0.4s linear;
	transition-property: max-height, max-width, opacity;
	transition-timing-function: ease;
	overflow-y: auto;
}

.menu .top-menu.block{
	display: block !important;
}


}

@media (min-width: 500px) and (max-width: 768px){

body.fix nav > .menu-toggle{
	top: 0px;
}
}

/*menu-*/
#example {
  width: 100%;
  height: 500px;
  overflow:auto;
  resize:both;
}

iframe {
	margin: 5px auto;
	display: block;
	border: none;
}

iframe.left {
	margin: 5px !important;
}





/*goreg*/
.container.goreg{
	background: #fff;
	~background: linear-gradient(to top left, rgba(0, 155, 151, .1), #fff);
	margin: 10px auto;
	padding: 25px;
}

.container.goreg  .title{
	color: #009B97;
	font-size: 30px;
}

.container.goreg .text{
	font-weight: bold;
}

.container.goreg button{
	margin: 10px auto 0;
	display: block;
}
/*goreg-*/

.btn {
	padding: 10px 15px;
	text-align: center;
	border: 1px #009B97 solid;
	border-radius: 4px;
	~min-width: 250px;
	background: transparent;
	cursor: pointer;
	transition: .5s;
	font-weight: bold;
}

.btn:hover {
	background: #009B97;
}

section#reviews{
	padding: 20px 0;
	background: #830399;
	position: relative;
	color: white;
}

section#reviews h2{
	text-align: center;
	padding: 30px 0;
}

section#reviews div{
	min-height: 100px;
}

section#reviews div.container > div > img{
	float: left; 
	border-radius: 50%; 
	width: 70px; 
	margin: 0 20px;
}

.review-sign{
	margin-top: 20px;
}

.right{
	text-align: right;
}





.news{
	border-left: 2px #5f1b63 solid;
	border-radius: 30px;
}

.news > .item > .title{
	font-size: 20px;
	background-color: #540c52;
	text-align: center;
	border-radius: 5px;
}

.news a{
	color: #FFF;
}

.news .date{
	font-size: 12px; background: #e64853; border-radius: 0 10px 0 0; display: block;padding: 2px;margin-top: 5px;
}



.news > hr{
	border: 3px #5f1b63 solid;
}

.new.item img{
	~float: left;
	max-width: 100%;
	margin: 0 10px 10px 0;
}

.new.list h2 > a{
	background: rgba(16, 35, 69, 0.3);
	display: block;
	padding: 5px;
	color: white;

}


/*REG*/
#reg input{
	display: block;
	padding: 3px;
	border-radius: 3px;
	margin: 8px 0;
	min-width: 300px;
}
/*REG-*/




/*carousel*/

.carousel.slide .item img{
	margin: 0 auto;
}


p{
	text-align: justify;
}

footer{
	background: #3d2b39;
	color: white;
	padding: 10px;
	border-top: orange 8px solid;
}

footer .container > div{
	border-right: 1px #009B97 solid;
	min-height: 220px;
}

footer .container > div:first-child{
	padding-top: 20px;
}

footer .container > div:last-child{
	border-right: 1px transparent solid;
}

.footlogo > img{
	display: block; 
	margin: 0 auto;
}

.footlogo > div{
	font-size: 20px;
	text-align: center;
}

.phones{
	font-size: 22px;
}

.phones span{
	color: #009B97;
}

.sendform{
	color: white;
}

.sendform input, .sendform textarea{
	padding: 4px;
	margin: 10px;	
	border-radius: 10px; 
	width: 200px;
	display: block;
	color: blue;
}

.sendform input[type="button"]{
	width: 100px;
}






.container.list img{
	border-radius: 50%;
	width: 100%;
	transition: 3s;
	position: relative;
	z-index: 1;
}

.container.list img:hover, .posters > div img:hover{
	transform: scale(1.5);
}

.container.list > div{
	max-width: 400px;
	margin: 10px auto;
	overflow: hidden;
}

.container.list > div > div{
	z-index: 2;
	position: relative;
	background: #FFF;
	padding: 4px;
	margin: 5px 0;
	border-radius: 10px;
	~color: white;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.section-title{
	padding: 30px;
	background-color: #4A51A2;
	margin: 20px 0;
	color: white;
	font-size: 20px;
	text-align: center;

}


.container-fluid.section{
	padding: 0px;
	background: #5f1b63;
}

.main-title{
	padding: 10px;
	background-color: #5f1b63;
	background: linear-gradient(to left, #fff, #5f1b63);
	margin: 10px 0;
	color: white;
	font-size: 20px;
	border-radius: 20px;
}




/*Slider*/


.slider{
	position: relative;
	margin: 20px auto 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

.slider .ss{
	position: relative;
	overflow: hidden; 
	width: 100%;
	
}

.ss .item{
	position: relative;
	display: none;
	transition: .5s ease-in-out left;
}

.slider .item > img{
	display: block;
	width: 100%;
	height: auto;
}

.ss > .active,
.ss > .next,
.ss > .prev {
    display: block;
}
.ss > .active {
    left: 0;
}
.ss > .next,
.ss > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.ss > .next {
    left: 100%;
}
.ss > .prev {
    left: -100%;
}
.ss > .next.left,
.ss > .prev.right {
    left: 0;
}
.ss > .active.left {
    left: -100%;
}
.ss > .active.right {
    left: 100%;
}

.slider > .controls{
	width: 100%;
	height: inherit;
	z-index: 1002;
}

.slider:hover > .controls > div{
	background-color: white;
	opacity: .2;
	z-index: 1002;
}

.slider > .controls > div:hover{
	opacity: .5;
}

.slider > .controls > div{
	position: absolute;
	width: 10%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 1);
	background-color: white;
	opacity: .2;
	cursor: pointer;
}

.slider > .controls > div > img{
	position: absolute;
}

.slider > .controls > .arr-right:before,
.slider > .controls > .arr-left:before{
	 clear: both;
}

.slider > .controls > .arr-right{
	right: 0px;
}

.slider > .controls > .arr-right > img{
	right: 0px;
}

@media (min-width: 0px){
	.slider > .controls > div > img{
		margin: 0 -10px;
		top: 30%;
		transform: scale(.5);
	}
}

@media (min-width: 400px){
	.slider > .controls > div > img{
		margin: 0;
		top: 35%;
	}
}

.thumbs{
	overflow-x: hidden;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	border-radius: 10px;
	margin-top: 30px;
	padding: 10px;
}

.thumbs img{
	cursor: pointer;
	~float: left;
	~margin: 0 2px;
	height: 63px;
	position: relative;
	opacity: .6;
	margin:3px;
	border: 2px transparent solid;
}

.thumbs img.active{
	border: 2px coral solid;
	display: inline-block;
	opacity: 1;
}


.slider-title{
	position: absolute;
	left: 50px;
	bottom: 30px;
	background: rgba(50, 0, 0, .6);
	color: white;
	font-weight: bold;
	max-width: 320px;
	min-width: 200px;
	box-shadow: 8px 8px 2px rgba(0, 0, 80, .5);
}

.slider-title div{
	padding: 20px 10px ;
	text-transform: uppercase;
	
}


.slider-title div:first-child{
	background: rgba(0, 50, 0, .6);
	padding: 10px;
}

.slider-title div:last-child{
}

@media (max-width: 500px){
	.slider-title{
		left: 10px;
		bottom: 10px;
		font-size: 12px;
		max-width: 200px;
		min-width: 0px;
		opacity: .7;
	}
	.title-small{
		font-size: 10px;
		font-weight: normal;
	}
}

@media (max-width: 580px){
	iframe{
		max-width: 100%;
	}
}


#carousel a{
	color: white;
}

#carousel a.link{
	position: absolute; 
	display: block; 
	width: 100%;
	height: 100%;
	top: 0px; 
	left: 0px;
}

/*Slider---*/

.play{
	width: 50px !important;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	cursor: pointer;
	opacity: .8;
}

.play:hover{
	opacity: 1;
}

.ss.ytbe .item > div{
	position: absolute; 
	top: 5px; 
	left: 5px; 
	font-size: 20px; 
	color:white;
}


.ss.ytbe.str > div{
	display: inline;
	min-height: 300px;
}
.ss.ytbe.str > div > div{
	position: relative; 
}

.ss.ytbe.row > div img:first-child,
.ss.ytbe.str > div img:first-child{
	width: 100%;
	vertical-align: top;
	cursor: pointer;
}

.ss.ytbe.str > div > span{
	padding: 10px 0;
	display: block;
}

.ss.ytbe.str > div{
	margin-bottom: 20px;
}

/*User*/
#user > #menu {
  border-right: 1px gray solid;
  margin: 20px 0;
}
#user > #menu > ul{
  margin-left: 0;
  padding-left: 0;
  border-radius: 2px;
}

#user > #menu > ul li {
  margin: 3px 0;
  border-radius: 2px;
}
#user > #menu > ul li.active {
  background: #87cefa;
}
#user > #menu > ul li:hover {
  background: rgba(135, 206, 250, 0.7);
}
#user > #menu > ul li > a {
  padding: 5px;
  display: block;
  text-decoration: none;
}
#user > #data {
  ~border: 1px white solid;
}
#user > #data > table td {
  padding: 5px;
}
/*User-*/

/*login*/
#gologin {
  padding: 40px 0;
  background: #24334d;
  position: relative;
  margin: 10px 0;
}
#pop {
  margin: 0 auto;
  padding: 30px 0;
  width: 300px;
  background: #3c68b0;
  border-radius: 5px;
 ~ color: white;
  text-align: center;
}
#pop .title {
  font-weight: bold;
  padding-bottom: 10px;
}
#pop input {
  width: 200px;
  margin-bottom: 15px;
  padding: 7px;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  ~color: white;
}
#pop button {
  margin: 10px auto;
  border-radius: 0;
  display: block;
}
#pop > #message {
  color: #CD5C5C;
  padding: 5px;
  margin: 5px;
  border: 1px #CD5C5C solid;
}
#pop a {
  color: white;
  font-size: 13px;
}

/*login-*/



/*NOTE*/
#note-wrap{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 99999;
	position: fixed;
	top: 0px;
	max-width: 100%;
	display: none;
}

#note-wrap > span{
	width: 100%;
	height:100%; 
	position: absolute; 
	z-index: 1; 
	display: block;
}

#note{
	max-width: 800px;
	margin: 0 auto;
	margin-top: -400px;
	~margin-top: 80px;
	background: rgba(0, 0, 0, .5);
	padding-bottom: 0px;
	border-radius: 5px 5px 0 0;
	transition: 1s;
	position: relative;
	z-index: 2;
}

#note-title{
	background:#f1f4f6;
	padding: 15px;
	border-radius: 5px 5px 0 0;
	text-align: center;
	color: #de1d1d;
	font-size: 22px;
}

#note-content{
	padding: 10px 20px;
	color: white;
	font-weight: bold;
	font-style: italic;
	overflow: hidden;
	overflow-y: auto;
}

#note-submit{
	margin: 0 auto;
	display: none;
	min-width: 100px;
	padding: 4px;
}

#note-close{
	position: absolute;
	top: -13px;
	right: -13px;
	width: 25px;
	height: 25px;
	padding: 0px 4px;
	border-radius: 50%;
	~background: rgba(0, 0, 0, 1);
	background: rgba(0, 0, 0, 1);
	color: white !important;
	font-weight: bold;
	border: 2px white outset;
	text-align: center;
	cursor: pointer;
}

#note-close:active{
	right: -14px;
	top: -12px;
}

@media (max-width: 840px){
	#note{
		width: 95%;
	}
}

@media (min-height: 800px){
	#note-content{
		max-height: 630px;
	}
}

@media (max-height: 600px){
	#note-content{
		max-height: 500px;
	}
	
	#ticket-content h3{
		font-size: 19px;
	}
	#ticket-content h4{
		font-size: 15px;
	}
}

@media (max-height: 400px){
	#note-content{
		max-height: 200px;
	}
}

#get-ticket:before{
	content: "Бесплатное занятие";
}

#get-ticket{
	padding: 10px;
	background: rgba(255, 255, 255, .9);
	color: #c300ff;
	transform: rotate(-90deg);
	position: fixed;
	right: -83px;
	border-radius: 15px 15px 0 0;
	bottom: 100px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

#ticket-content{
	~margin: 0 auto; 
}

#ticket-content h2{
	color: #46da43;
}

.pretty-input input{
	border-radius: 7px;
}

.pretty-input input, 
.pretty-input select,
.pretty-input textarea,
.input-text{
	display: block;
	color: #000;
	background: #fff;
	padding: 5px;
	margin: 5px 0;
	width: 100%;
}

.popup-img{
	margin: 0 auto;
	text-align: center;
}

.popup-img img{
	width: 100%;
	border-radius: 20%;
}



@media (max-width: 767px){
	.popup-img img{
		width: 50%;
		display: none;
	}
	
	
	
	#get-ticket{
		transform: rotate(0deg);
		bottom:0;
		left:0;
		right: auto;
		width: 100%;
		text-align: center;
		padding: 5px;
		background: rgba(255, 255, 255, .9);
	}
}

@media (max-width: 320px){
	.popup-img img{
		display: none;
	}
}

.center-block{
	margin: 0 auto;
}

.center-block:active{
	position: relative;
	top: 1px;
	left: 1px;
}
/*NOTE-*/


#img-list{
	font-size: 0;
}

#img-list > *{
	font-size: 14px;
}

#img-list > .educator-cat,
#img-list > .photo{
	float: none !important; 
	display: inline-block;
	overflow: hidden;
	max-height: 500px;
}


.educator-cat,
.photo{
	position: relative; 
	float: left; 
	~float: none !important; 
	padding: 15px;
	display: block;
	
}

.educator-cat.col-md-4,
.educator-cat.col-sm-4{
	~width: 33%;
}

.educator-cat.col-sm-6{
	~width: 49%;
}


.educator-cat.edu{
	~min-height: 500px;
}

.flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex .edu a > div:first-child,
.edu.flex a > div{
	height: 300px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 30%;
}

[class^="col-"]{
	margin-bottom: 15px;
}



.educator-cat:hover, 
.photo:hover{
	box-shadow: 5px 5px 10px #000000;
}

.educator-cat .ename{
	padding: 10px 5px;
	background: #697B7B;
	color: white;
}

.educator-cat .img{
	overflow: hidden; 
	max-height: 470px;
}

@media (max-width: 550px){
.educator-cat .img{
	~height: 200px;
}
}

.educator-cat .img img,
.photo .img img{
	width: 100%;
}

.educator > h1{
	padding: 10px; 
	margin: 10px; 
	background: #009B97; 
	color: white; 
	text-align: center; 
	border-radius: 20px;
	border: 5px #4edaff solid;
}

.educator > .img{
	padding: 10px; 
	float: left;
	max-width: 500px;
}

.educator > .img > img{
	border-radius: 10px; 
	max-width: 100%;
}

.educator > .descr{
	padding: 10px;
}



#tags{
	padding: 5px 20px;
	background: #009B97;
	margin: 10px 0;
}

#tags a{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 10px;
	font-weight: bold;
	background: #00C0BB;
	margin: 2px 0;
}



/*SHOWER*/
#shower{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 99999;
	position: fixed;
	top: 0px;
	left: 0px;
	max-width: 100%;
	display: none;
}

#shower.block{
	display:block;
}

#shower > span{
	width: 100%;
	height:100%; 
	position: absolute; 
	z-index: 1; 
	display: block;
	cursor: pointer;
}

#shower > #img{
	max-width: 500px;
	margin: 0 auto;
	margin-top: -400px;
	~margin-top: 80px;
	background: rgba(0, 0, 0, .5);
	padding-bottom: 20px;
	border-radius: 5px 5px 0 0;
	position: relative;
	z-index: 2;
}

img.shower{
	cursor: pointer;
}
#shower > #img{
	margin-top: 0px;
	background: #fff;
	padding: 20px;
	padding-bottom: 40px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	visibility: hidden;
	min-width: 300px;
	max-width: 90%;
	left: 50%;
	transition: 0.3s;
	transition-property: all;
}

#shower > #img > img{
	min-width: 100%;
	transition: 0.3s;
	transition-property: all;
}

#shower #showerTools div{
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin: 10px;
	background-image: url(../img/common/arrows.png);
}

#showerTools div:last-child{
	background-position: 40px 0; 
}

#counter{
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #4a4a4a;
	font-size: 13px;
	z-index: 3;
}


#shower #close{
	position: absolute;
	top: -13px;
	right: -13px;
	width: 25px;
	height: 25px;
	padding: 0px 4px;
	border-radius: 50%;
	~background: rgba(0, 0, 0, 1);
	background: rgba(0, 0, 0, 1);
	color: white;
	font-weight: bold;
	border: 2px white outset;
	text-align: center;
	cursor: pointer;
}
/*SHOWER-*/


/*SOCIAL*/

.social {
    ~position: absolute;
    height: 40px;
    text-align: center;
	line-height: 50px;
	padding: 5px;
	z-index: 1000;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
}



.social a{
	display:inline-block;
	background-image: url("https://prodance.com.ua/catalog/view/themes/dance/img/icons-soc.png");
	background-repeat: no-repeat;
	width: 38px;
	height: 38px;
	border-radius: 20px;
	margin-left: 60px;
	opacity: 1;
}


@media (max-width: 767px){
	.social a{
		margin-left: 15px;
	}
}

@media (max-width: 450px){
	.social a{
		margin-left: 5px;
	}
}
	

.logo-vk{
	background-position: left -155px bottom 0px;
}

.logo-vk:hover{
	background-position: left -155px top -1px;
}

.logo-fb{
	background-position: left -1px bottom 0px;
}

.logo-fb:hover{
	background-position: left -1px top -1px;
}

.logo-ok{
	background-position: left -206px bottom 0px;
}

.logo-ok:hover{
	background-position: left -206px top -1px;
}

.logo-google{
	background-position: right -1px bottom 0px;
}

.logo-google:hover{
	background-position: right -1px top -1px;
}

.logo-youtube{
	background-position: right -103px bottom 0px;
}

.logo-youtube:hover{
	background-position: right -103px top -1px;
}

.logo-insta{
	background-position: right -52px bottom 0px;
}

.logo-insta:hover{
	background-position: right -52px top -1px;
}

/*SOCIAL-*/

.google-map{
	text-align: center;
	margin-bottom: 30px;
}

.google-map iframe{
	width: 600px;
	height: 400px;
}

@media (max-width: 1200px){
	.google-map iframe{
		width: 500px;
		height: 350px;
	}
	
}

@media (max-width: 600px){
	.google-map iframe{
		width: 100%;
		height: 290px;
	}
	
	
}

.fb_iframe_widget iframe,
.fb_iframe_widget span{
	position: relative !important;
	display: block !important;
	width: 100% !important;
}

.fb_iframe_widget{
	display: block !important;
	margin: 0 auto;
}


#pagenation{
	text-align: center;
	padding: 80px 10px 0px;
}

#pagenation li {
    display: inline-block;
    padding: 2px;
}

#pagenation a{
	padding: 5px;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: .5s;
	
}

#pagenation a.active-page-link{
	background: lightgreen;
	color: black;
}

#pagenation a:hover{
	background: #c4ffc1;
}



/*adaptive*/

@media (max-width: 768px){
	
body{
	~background: #000;
}

header > #logo{
	font-size: 100%;
}
	
}

@media (max-width: 992px){
	
footer .container > div{
	border-right: 1px transparent solid;
}
}


/*COLOR 1*/
body.color1{
	background: #fff;
	~color: black;
}

body.color1 .container.goreg{
	border-radius: 10px;
}

body.color1 .container.goreg,
body.color1 .news > .item > .title,
body.color1 .main-title,
body.color1 section#reviews{
    background: #ffe6c6;
}

body.color1 .main-title{
   background: linear-gradient(to left, #fff, #ffe6c6);
}

body.color1 .container.goreg{
	border-radius: 10px;
}

body.color1 .news > .item > .title,
body.color1 .main-title,
body.color1 .news > .item > .title a,
body.color1 .main-title a,
body.color1 section#reviews{
    color: #2900AE;
}

body.color1 header{
	background: linear-gradient(to bottom, #fff, #b35151) !important;
}

body.color1 nav{
	background: #b35151;
}

body.color1 section#reviews{
	
}

body.color1 footer{
	background: #ff8c8c;
	color: white;
}

body.color1 .news {
    border-left: 2px #ffe6c6 solid;
}

body.color1 .news > hr{
	border: 3px #ffe6c6 solid;
}
/*COLOR 1--*/


/*COLOR 2*/
body.color2{
	background: #464b45;
	color: white;
}

body.color2 .news .date {
    background: #953030;
}

body.color2 .container.goreg{
	border-radius: 10px;
}

body.color2 .news > .item > .title,
body.color2 .main-title,
body.color2 section#reviews{
    background: #fc6900;
}

body.color2 a{
    color: #fc6900;
}

body.color2 .main-title{
   background: linear-gradient(to left, #fff, #fc6900);
}

body.color2 .container.goreg{
	border-radius: 10px;
	color: black;
}

body.color2 .news > .item > .title,
body.color2 .main-title,
body.color2 .news > .item > .title a,
body.color2 .main-title a,
body.color2 section#reviews{
    color: #fff;
}

body.color2 header{
	background: linear-gradient(to bottom, #fff, #fc6900) !important;
}

body.color2 nav *{
	background: #fc6900;
	color: #fff !important;
}


body.color2 footer{
	background: #953030;
	~color: black;
}

body.color2 .news {
    border-left: 2px #fc6900 solid;
}

body.color2 .news > hr{
	border: 3px #fc6900 solid;
}
/*COLOR 2--*/


/*COLOR 3*/
body.color3{
	background: #f2f3f4;
	color: #000;
}

body.color3 .news .date {
    background: #ffb321;
}

body.color3 .container.goreg{
	border-radius: 10px;
}

body.color3 .news > .item > .title,
body.color3 .main-title,
body.color3 section#reviews{
    background: #fce000;
}

body.color3 a{
    color: #680097;
}

body.color3 .main-title{
   background: linear-gradient(to left, #ffb24e, #fffd98);
}

body.color3 .container.goreg{
	border-radius: 10px;
	color: black;
}

body.color3 .news > .item > .title,
body.color3 .main-title,
body.color3 .news > .item > .title a,
body.color3 .main-title a,
body.color3 section#reviews{
    color: #680097;
}

body.color3 header{
	background: linear-gradient(to bottom, #fdc594, #fce000) !important;
}

body.color3 nav *{
	background: #fce000;
	color: #680097 !important;
}


body.color3 footer{
	background: #f2f3f4;
	color: #000;
}

body.color3 .news {
    border-left: 2px #fce000 solid;
}

body.color3 .news > hr{
	border: 3px #fce000 solid;
}
/*COLOR 3--*/



body > .colorChanger{
	border: 5px green dotted;
	border-radius: 50%;
	padding: 10px 15px;
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 99999;
}

.white1{
	background: rgba(255, 255, 255, .9) !important;
}

.white1 *{
	color : black !important;
}


