@font-face{

font-family: 'PoiretOne-Regular';

src: url( "../../css/fonts/PoiretOne-Regular.ttf");

}

@font-face{

font-family: 'Hortensia';

src: url('../../css/fonts/Hortensia.ttf');

}
@font-face{

font-family: 'Exo2-Bold';

src: url('../../css/fonts/Exo2-Bold.ttf');

}


@font-face{

font-family: 'PT Sans Narrow';

src: url( "../../css/fonts/PT_Sans-Narrow-Web-Regular.ttf");

}

@font-face{

font-family: 'RobotoCondensed-Regular';

src: url("../../css/fonts/RobotoCondensed-Regular.ttf");

}

@font-face{

font-family: 'Exo2-Medium';

src: url('../../css/fonts/Exo2-Medium.ttf');

}







body {
	margin: 0;
	/*background-color: #fd8d3b;
	background-image: url("../img/studio02.jpg");
	
	background-attachment: fixed;
	/*background-size: cover;*/
	background-image: url( "../img/studio07.jpg");
	background-repeat: no-repeat;
	/*background-position: center 280px;*/
	background-attachment: fixed;
	background-size: cover;
	font-size: 16px
}

/*.top-white {
	display: flex;
	flex-wrap: wrap;
	padding-right: 10px;
	padding-left: 8px;
	align-items: center;
	height: 235px;
	background-image: url(tube_head.jpg);
	background-size:cover;
	
}*/
.left-over {
	width: 120px;
	text-align: center;
	background-color: #090909;
	height: 120px;
	/* line-height: 34px; */
	border-radius: 50%;
	margin-top: 8px;
	margin-left: 8px;
}
.icon-wrap {
	color: #E7E7E7;
	font-family:"Bebas Neue";
	font-size: 25px;
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
#icon-mask {
	height: 40px;
	margin-top: 10px;
}

#container {
	width: 100%;
	/*height: 70vh;*/
	float: left;

}
#top-header {
	width: 100%;
	float: left;
	display: block;
	height: 235px;
	background-image: url( "../img/hd-Photo.jpg");
	background-size: cover;
	background-position: center;
	border-top: solid 10px #142336;
	  perspective: 1000px;
  transform-style: preserve-3d;
  transition: 2s;
}
.razdel {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 8px;
	font-family: "Oswald-Light";
	font-size: 18px;
	color: #F3F3F3;
	/* padding-bottom: 8px; */
	/* border-bottom: solid 1px #313131; */
	margin-bottom: 8px;
}
.line {
  width: 100%;
  margin-bottom: 15px;
  border: solid 1px #3a3a3a;
  }


#hd-inf {
	font-family: "Exo2-Medium";
	font-size: 30px;
	color: #dfdfdf;
	margin-right: 20px;
	flex: 1;
	text-align: right;
}


#adress{

	/*position:absolute;*/

	left: 1%;

	top: 10px;

	z-index:4;

	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

	font-size:14px;

	/*color:#383838E6;*/

	text-align:center;

	}	

.clearOf {
	font-family:"Oswald-Light";
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	background-color: #737B7B;
	padding: 5px;
	height: auto;
}

.dvd{

	width: 100%;

	height: 8px;

	background-color: #FD8D3B;

	float: left;

}
nav {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	background-color: #142336;
	font-family: "RobotoCondensed-Regular";
	border-top: solid 2px #878eac;
}
nav .menu{

  padding-left:0;

  margin-top:0;

  margin-bottom:0;

  list-style:none;

  /*background:#110f0f;*/

 /* display:none;*/

  display:flex;

  background:#142336;

  width:65%;

  margin-left:auto;

  margin-right:auto;

}
nav .menu li{

    text-align:center;

  border-right: 1px solid rgba(153, 153, 153, 0.4);

    flex:auto;

  border-bottom: none;
	
	position: relative;

  }

  

  nav .menu li:last-child{

  border:none;

  }
#parent{
	width:145px;
}

nav a {
	color: rgba(235,235,235,0.47);
	text-decoration: none;
	line-height: 3;
	display: block;
	padding-left: 0;
	font-size: 1em;
	outline: none;
	/*transition: background-color 0.4s;*/
 position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  z-index: 1;
}

nav a::after {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 1.25rem;
	left: 1.25rem;
	background-color: #B72222;
	-webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	z-index: -1;
}

nav a:hover {
  color: #EBEBEB;
}
nav a:hover:after {
  right: 0;
  left: 0;
  height: 100%;
}
.active{
background-color: #B72222;
	color:#EBEBEB;
	text-decoration: underline;
}

#uplink {
	text-decoration: none;
	line-height: 3;
	display: block;
	padding-left: 0;
	font-size: 1em;
	outline: none;
	/*transition: background-color 0.4s;*/
 position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  z-index: 1;
	background-color: #e9e9e9;
	color: #292424;
}




#uplink::after {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 1.25rem;
	left: 1.25rem;
	background-color:#B72222!important;
	-webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	z-index: -1;
}
	
#uplink:hover{
	color:#F1F1F1
}

#uplink:hover:after {
  right: 0;
  left: 0;
  height: 100%;
}


#parent a::after{
	
background-color: #525F7E;
	color:#282D37!important;
}




.preflex-title {
	display: flex;
	/* width: 70%; */
	height: 50px;
	color: #f0f0f0;
	font-family: "Undrgrnd";
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	justify-content: center;
	background-color: #e30d02;
	/* align-content: center; */
	align-items: center;
}
 #toggle-menu {

	background: #282f35;

	line-height: 2.5;

	color: #efefef;

	/*padding-left: 1em;*/

	font-size: 1em;

	cursor: pointer;

	display: none;

}

  nav #toggle-menu i{

  margin-right:.5em;

  }



nav .menu .m-submenu li {
	list-style: none;
	background-color: #142336;
	border-right: none;
	/*border-bottom: solid 1px #d7d7d71a;*/
	text-align: center;
	
}

nav .menu .m-submenu li a {
	color:rgba(235,235,235,0.47);;
	width: 100%;
}
nav .menu .m-submenu li a:hover{
	 color: #EBEBEB;
	
}
nav .menu .m-submenu {
	position: absolute;
	left: 0px;
	width: 100%;
	padding-left: 18px;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0px 21px 21px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 21px 21px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 21px 21px 5px rgba(0, 0, 0, 0.89);
	margin-left:0 !important;
	padding: 0 !important;
	z-index: 100;
}
nav .menu > li:hover .m-submenu {

 -webkit-transition: opacity .5s ease-in-out;

  -moz-transition: opacity .5s ease-in-out;

  -ms-transition: opacity .5s ease-in-out;

  -o-transition: opacity .5s ease-in-out;

  transition: opacity .5s ease-in-out;

  opacity: 1;

  visibility: visible;

}





.topSpace {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
	/*background-color: rgba(211,211,211,1.00);*/
	position: relative;

}

#linknav1{
  text-decoration: none;
  line-height: 3;
  display: block;
  padding-left: 0;
  font-size: 1em;
  outline: none;
  /*transition: background-color 0.4s;*/
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  z-index: 1;
  background-color:#e9e9e9;
  color:rgba(14,14,14,1.00);
}




#linknav1::after {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 1.25rem;
	left: 1.25rem;
	background-color:#B72222!important;
	-webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	z-index: -1;
}

#linknav1:hover:after {
  right: 0;
  left: 0;
  height: 100%;
}

#linknav1:hover{
	color:rgba(239,239,239,1.00);
}
.delete{
	display: inline-block;
}
#linknav2{
  text-decoration: none;
  line-height: 3;
  display: block;
  padding-left: 0;
  font-size: 1em;
  outline: none;
  /*transition: background-color 0.4s;*/
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  z-index: 1;
  background-color:#e9e9e9;
  color:rgba(14,14,14,1.00);
}

#linknav2::after {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 1.25rem;
	left: 1.25rem;
	background-color:#B72222!important;
	-webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	z-index: -1;
}

#linknav2:hover:after {
  right: 0;
  left: 0;
  height: 100%;
}

#linknav2:hover{
	color:rgba(239,239,239,1.00);
}
.nice-log {
	display: inline-block;
	margin-left: 27px;
/*	background-color: rgb(253 141 59);*/
	padding: 5px 8px;
	transform: rotate(-22deg);
	font-family:"Courier New";
	font-weight: bold;
	box-shadow: 5px 3px 10px 0px rgba(0, 0, 0, 0.4);
	font-size: 18px;
	margin-top: -10px;
	background-color: rgb(240, 184, 14);
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.bottom-title {
	font-size: 20px;
	text-align: center;
	font-family: Westhorn;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: rgb(209 46 46);
	width: 167px;
	padding: 4px;
	/*margin: -15px auto;*/
	transform: rotate(3deg);
	color: #fff;
	box-shadow: 5px 3px 10px 0px rgba(0, 0, 0, 0.4);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	left: 47%;
	transition: 0.6s;
	transform-style: preserve-3d;
	top:129px;
}
.bottom-title:hover {
	/*top:135px;*/
	transform: rotateY(-180deg);
	content: 'ADD';
}
.top-title {
	margin-top: -114px;
	font-size: 457%;
	text-align: center;
	font-family:PoiretOne-Regular;
	margin-bottom: 18px;
	text-shadow: 2px 2px 0px rgba(255, 255, 255, 1), 4px 4px 0px rgba(160, 79, 0, 1);
	font-weight: bold;
	color: #1A1A1A;
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
#girl{
	position: absolute;
	top:1px;
	right:45px;
	transition: all 1s linear;
	z-index: 999;
	 width: 282px;
}

#girl:hover{
cursor:pointer;
 -webkit-filter: sepia(1) hue-rotate(320deg) saturate(10);
  filter: sepia(1) hue-rotate(320deg) saturate(10);
}

#flesh {
	right: 306px;
	top: 30px;
	color: rgba(255,0,71,1.00);
	font-size: 27px;
	font-weight: bold;
	position: absolute;
	display: none;
	transform: rotate(5deg);
}
#dontmove {
	color: rgba(235,0,0,1.00);
	transform: rotate(3deg);
	position: absolute;
	top: 18px;
	right: 270px;
	 font-family:"Bebas Neue";
	z-index: 100;
	font-weight: bold;
	/* background-color: #c61414; */
	/* padding: 5px 8px; */
	font-size: 17px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
    display:none;
}

#girl:hover {
 transform:rotate(5deg);
}

#back-right-wall{
	height: 255px;
    float: right; 
	margin-top: -131px;
}

.rightWall {
	width: 40px;
	height: 229px;
	float: right;
	background-color: rgb(253 141 59);
	margin-top: -12px;
}
.redLine {
	background-color: rgba(207,0,3,1.00);
	margin-top: -12px;
}
.darkLine {
	background-color: rgb(20 35 54);
	margin-top: -13px;
}
.rightLog {
	float: right;
	display: inline-block;
	margin-right: 250px;
	background-color: rgb(240, 184, 14);
	transform: rotate(1deg);
	font-family: "Brush 445";
	/* font-weight: bold; */
	letter-spacing: 1px;
	box-shadow: 5px 3px 10px 0px rgba(0, 0, 0, 0.4);
	margin-top: -80px;
	color: rgb(45 45 45);
	font-size: 21px;
	padding: 8px 10px;
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.rightLog:hover{
	transform: rotateY(-360deg);
}
#wall {
	width: 1135px;
	margin: 20px auto 20px auto;
	padding: 20px;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.block_hide {
	opacity: 0;
	transition: .9s opacity ease-in-out;
}
.block_visible {
	opacity: 1;
}





.wall ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.wall ul li {
	padding: 1px 12px 1px 12px;
	/*border: 2px solid #ccc;*/
	float: left;
	margin: 10px 7px;
	background:#FFFFFF;
	width: auto;
	height: auto;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.42);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.42);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.42);
    border-radius: 8px;
}

.gal-name {
	width: 46%;
	margin: 50px auto 0px auto;
	font-size: 35px;
	color: #325786;
	text-align: center;
	font-family: "Exo2-Bold";
	background-color: #E9E9E9;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.42);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.42);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.42);
}

.album{
	margin-bottom:5px;
	display: inline-block;
	font-family: 'PT Sans Narrow';
	color:#292929;
	/*font-size:14px*/
}
.name_img{
margin-bottom:5px;
display: inline-block;
font-family: 'PT Sans Narrow';
color:#292929;	
font-size:14px;
}


#gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

/*-----------------------------------------------Slick content-----------------------------------------------*/

#slick-content{
    position:absolute;
    background:none;
    width:100%;
    display:flex;
    left:0;
    top:0px;
    z-index: 998;
}
.slick-clip{
  display:flex;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	justify-content: center;
	/*text-shadow: 5px -2px 8px rgb(30, 24, 24);*/
	padding: 8px 20px;
   margin-top:2px;
    font-family:"Exo2-Bold";
    color:#DFFF00;
    text-align: center;
  /*  background-color: rgba(0,0,0,0.46);*/
  }
#clip1{
    
}
#clip2{

    font-size:42px;
    align-items: center
}
  #clip4{
   background:none    
    }
.addtext {
	/*text-shadow: 5px -2px 8px rgb(30, 24, 24);*/
	font-family: "RobotoCondensed-Regular";
	color: rgba(255,255,255,1.00);
	background-color: #18416d;
	padding: 0 18px 10px 18px;
	line-height: 36px;
	font-size: 16px;
}
.addLast_strok {
	/*font-family: "RobotoCondensed-Regular";*/
	color: rgba(38,38,38,1.00);
	background-color: #F1F1F1;
	padding: 18px 25px;
	line-height: 36px;
	font-size: 25px;
	margin-top: 35px;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.42);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.8);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.8);
	/*border-radius: 100px/50px;*/
	
}
#block_counter {
	text-align: center;
	font-weight: 700;
	width: 100px;
	height: 50px;
	font-size: 38px;
	/* line-height: 150px; */
	/* background: #ff782e; */
	color: #FF9B1B;
    	text-shadow: 5px -2px 8px rgb(30, 24, 24);
}
#visiter{
 color:#FF9B1B !important;
    text-shadow: 5px -2px 8px rgb(30, 24, 24);
}
.top-stroka{
    display:flex;
    align-items: center;
    justify-content: center;
        
}
.limitText {
	
	position: relative;
	color: #fff;
	background-color: #3e4f64;
	/*transform: skew(20deg);*/
	border: double 5px #DFDFDF;
	font-size: 20px;
	width: 622px;
	height: 73px;
	border-radius: 100px/50px;
	margin-top: 32px;
	
}
.fa-eye {
	float: left;
	margin-right: 2px;
	line-height: 20px;
	color:#0070ff;
}

.bottom-left{
	float:left;
	font-family:"PT Sans Narrow";
		font-size:15px;
	color:#0070ff;
}

.images{
	margin-bottom:3px;
}

.addLast_strok:before {
content: "";
margin-right:8px;
border-top: 12px solid transparent;
border-right: 24px solid #D74900;
border-bottom: 12px solid transparent;
}
.sorry {
	position: absolute;
	left: 131px;
	top: 1px;
	/*transform: skew(-20deg);*/
}
#block {
	width: 279px;
	height: 229px;
	position: absolute;
	right: 50px;
	top: 11px;
	z-index: 1000;
	display: none;
}
.mem {
	border: solid 10px #FFFFFF;
	height: 225px;
	box-shadow: -5px 5px 21px 8px rgba(0, 0, 0, 0.69);
}

.fixed {
  top: 0px;
  z-index: 100;
  position: fixed;
  width: 100%!important;
}
/*-----------------------------------------------------------------------------Cloud------------------*/
