html,body{
  background: #000;
  height: 100%;
  width: 100%;
  color:#dedddd;
}
#elementWithId {
	max-height: 0;
	transition: all 0.6s ease-in-out;

}

#elementWithId.active {
	max-height: 3000px;
}
.mydropdown{


    z-index: 1;

    background: #fff;
    overflow: hidden;


}
.paddmy{
  padding: 20px;
}
.display-main{
  height: 100%;
  width: 100%;
  position: fixed;

}
.mainpic{
  position: fixed;
  height: 100%;
  width: 70%;
}
.kamera_main1{
  display: none;
}
.kamera_main{
  display: block;
  position: fixed;
  height: 100%
  width: 100%;
}
.mainpic2{
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000;
  background: url("../pictures/zeis.jpg") center no-repeat;
 background-size: cover;
}
.kamera_note{
  color:#fff;
  font-size: 25px;
  padding-top: 35px;

}
.move-display{
  background: #dedddd;
  color: #000;
  position: relative;
  border-radius: 15px 15px 0 0;

}
.home-content-container{
  height: 100%;
  max-height: 1200px;

}
.home-content{
  height: 100%;
  max-height: 1200px;

}
.video-vimeo{
color:#7e7a7a;
font-family: 'Play', sans-serif;
background: #fff;
box-shadow: 5px 9px 20px rgba(0,0,0,0.5);

}
.ad9-gallery{
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
    padding-left: 5px;
}
#photo{
  padding-bottom: 40px;
}

h1{
  font-size: 25px;
}
.lead{
  font-size: 16px;
  line-height: 1;
}

.myvideo {
position:relative;
padding-bottom:56.25%;
padding-top:4px;
height:0;
overflow:hidden;
background: #000;
}
.myvideo iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.menu-block{
  padding-top: 60px;

}
.menu-head{
  margin-bottom: 40px;
}
.fonts-head{
    font-family: 'Play', sans-serif;
}
.fonts-head-2{
  font-family: 'Play', sans-serif;
}
.footer-ad9{
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 30px;

  background: #fff;
  color: #000;
  position: relative;
  z-index: 2;
}
.social-logo{
  margin: 5px;
}
.social-logo-block{
  margin-top: 30px;
}
.main-text-p{

  height: 200px;
}

.p-rotate{
  transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform-origin: 20px;
-ms-transform-origin: 20px;
-moz-transform-origin: 20px;
-webkit-transform-origin: 20px;
width: 900px;
font-size: 50px;
font-family: 'Play', sans-serif;
color: #fff;
}
.link-video{
  width: 100%;
  max-width: 400px;
  height: 150px;

  background: url("../picvideo/video1.png") no-repeat;

  margin: 0 auto;
}

.all-videos{
  font-family: 'Play', sans-serif;
  font-size:20px;
  color: red;


}
.mainjpg{
  position:fixed;
  right:-250px;
}
.kamera_block{
  padding-top: 20px;
  padding-bottom: 35px;

}
hr {
    border: solid #b4b4b3 1px;
    border-top: solid #8e8e8e 1px;
    border-bottom: solid #d5d5d4 1px;
    margin: 60px 0 20px;
}
.copyright {
    width: 170px;
    margin: 0 auto;
    color: #b4b4b3;
}

figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;

	background: #000;
	text-align: center;
	cursor: pointer;
  box-shadow: 5px 9px 20px rgba(0,0,0,0.5);
}

 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

 figure figcaption {
	padding: 1.2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
 figure figcaption::before,
 figure figcaption::after {
	pointer-events: none;
}

 figure figcaption,
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

 figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
  font-size: 10px;
}

 figure h2 span {
	font-weight: 800;
}

 figure h2,
figure p {
	margin: 0;
}

figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.gallery-item {
	background: #000;
}

figure.gallery-item img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.gallery-item:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.gallery-item figcaption {
	text-align: left;
}

figure.gallery-item h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.gallery-item h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 7.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.gallery-item:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.gallery-item p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.gallery-item:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


@media screen and (max-width: 50em) {
	figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
  figure figcaption {
 	padding: 10px;}
}


.navbar {
    border: 0;
    z-index: 9999;
    letter-spacing: 4px;
    text-shadow: 1px 1px 1px #000;
}

.navbar-brand {
    letter-spacing: 1px;
    color: #FFFFFF !important;
}

.navbar li a, .navbar {
    color: #fff !important;
    font-size: 18px;
    transition: all 0.6s 0s;
}

.navbar-toggle {
    background-color: transparent !important;
    border: 0;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    background-color: #DD4E40 !important;
    border-radius: 5px;
}

/* This will be active when the scrollTop == 0 */
.navbar-invis {
    background-color: rgba(0, 0, 0, 0);
}

/* This will be active when the scrollTop != 0 */
.navbar-moved {
    background-color: #242B35;
    -webkit-box-shadow: 0px 1px 5px 0px #000;
    -moz-box-shadow: 0px 1px 5px 0px #000;
    box-shadow: 0px 1px 5px 0px #000;
}

.about-blok{
  padding-top: 80px;
}
.soc-ico{

   font-size:30px;
   margin-bottom:20px;

}
.fb{
  color: #3c5a99;
}
.vim{
  color: #32b8e8;
}
.soc-ico:hover{
  color:red;
}
.you{
  color: #ff0000;
}
.you:hover{
  color:#000;
}
.soc-discr {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 90px;
    font-size: 11px;
    color: #6a6a6a;
}
.langbar{
  position: fixed;
  top: 65px;
  right: 3px;
  z-index: 8888;
}
.langugage{
  width: 30px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.langugage:hover img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.aboutus{
  font-size: 9px;
}
.mom1{
  font-size: 14px;
}
.mom2{
  font-size: 12px;
}
.mob_klirance {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 28px;
  }
  .lead{
    font-size: 20px;
  }
  .social-logo{
    margin: 20px;
  }
  #navmenu{
    background:rgba(66, 66, 66, 1);
  }
  .main-text-p{
    padding-top: 0;
    height: 400px;
  }
  .aboutus{
    font-size: 13px;
  }
  .mom1{
    font-size: 18px;
  }
  .mom2{
    font-size: 16px;
  }
  .mob_klirance {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 4px;
  }
  .soc-ico{

     font-size:35px;


  }
  .soc-discr {

      font-size: 14px;
    top: 4px;
  }
  figure h2 {

   font-size: 11px;
 }

}
/* на md */
@media (min-width: 992px) {
  h1 {
    font-size: 30px;
  }
  .lead{
    font-size: 25px;
  }

  #navmenu{
    background:rgba(66, 66, 66, 0.5);
  }
  .main-text-p{

    height: 400px;
  }
  .p-rotate{
    font-size: 60px;
    transform-origin: 24px;
    -ms-transform-origin: 24px;
    -moz-transform-origin: 24px;
    -webkit-transform-origin: 24px;
  }
  .mainjpg{
    right:-250px;
  }
  .aboutus{
    font-size: 15px;
  }
  .mom1{
    font-size: 18px;
  }
  .mom2{
    font-size: 16px;
  }
  .mob_klirance {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
  }
  .soc-ico{

     font-size:35px;


  }
  .soc-discr {

      font-size: 15px;
    top: 4px;
  }
  figure h2 {

   font-size: 15px;
 }
}

/* на lg */
@media (min-width: 1200px) {
  h1 {
    font-size: 40px;
  }
  .lead{
    font-size: 30px;
  }
  .main-text-p{

    height: 450px;
  }
  .p-rotate{
    font-size: 60px;
    transform-origin: 31px;
    -ms-transform-origin: 31px;
    -moz-transform-origin: 31px;
    -webkit-transform-origin: 31px;
  }
  .mainjpg{
    right:0;
  }
  .aboutus{
    font-size: 15px;
  }
  .mom1{
    font-size: 25px;
  }
  .mom2{
    font-size: 21px;
  }
  .mob_klirance {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }
  .soc-ico{

     font-size:50px;


  }
  .soc-discr {

      font-size: 18px;
    top: 11px;
  }
  figure h2 {

   font-size: 20px;
 }
}
