header {
	background: transparent url("../images/Poster.jpg") no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	height: 1000px;
}
header h1 {
	position: relative;
	top: 500px;
	font-size: 60px;
	margin-top: 0;
}
h1, h2 {
	text-shadow: 1px 1px 0 #fff;
}
h2 {
	font-size: 54px;
}
@media (max-width:850px) {
	h2 {
		font-size: 30px;
	}
}
.content {
	position: relative;
	top: -150px;
}
.container .img-responsive {
	margin:20px 0;
}
.container .img-responsive, #video {
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.row {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding: 25px 15px 20px 15px;
}
#screens .fotorama__wrap {width: 362px !important;margin: 0 auto;}
#screens .fotorama__stage {height: 644px !important;width: 362px !important;}

@media (min-width: 300px) {
  #video {
	width: 290px;
	height: 163px;
}
}
@media (min-width: 480px) {
  #video {
	width: 470px;
	height: 264px;
}
}
@media (min-width: 768px) {
  #video {
	width: 720px;
	height: 420px;
}
}
@media (min-width: 992px) {
	#video {
		width: 940px;
		height: 529px;
	}
}
@media (min-width: 1200px) {
	#video {
		width: 1140px;
		height: 641px;
	}
}
.navbar {
	margin-bottom: 0;
	font-family:"Exo 2","Helvetica Neue",Helvetica,Arial,sans-serif;
}


.navbar-example {z-index: 100;font-size: 13px;font-weight: bold;position: fixed;left:22px;top:90px;font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;background-color: transparent;}
.navbar-example li>a {color: #5fb3df;transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;padding: 10px 12px 8px 12px;}
.navbar-example li {border-radius:20px;background-color: rgba(255,255,255,1);transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;width: 38px;overflow: hidden;white-space: nowrap;}
.navbar-example li>a>span {width: 25px;}
.navbar-example li.active>a {background-color: rgba(95,179,223,0.75);color: #fff;}
.navbar-example li.active:hover>a {background-color: rgba(95,179,223,1);color: #fff;}

.navbar-example li.start:hover {width: 105px;}
.navbar-example li.present:hover {width: 145px;}
.navbar-example li.design:hover {width: 106px;}
.navbar-example li.screen:hover {width: 105px;}
.navbar-example li.productivity:hover {width: 199px;}
.navbar-example li.camera:hover {width: 105px;}
.navbar-example li.energy:hover {width: 150px;}
.navbar-example li.sound:hover {width: 100px;}
.navbar-example li.shell:hover {width: 120px;}
.navbar-example li.apps:hover {width: 140px;}
.navbar-example li.gift:hover {width: 115px;}
.navbar-example li.end:hover {width: 137px;}
.navbar-example li.comments:hover {width: 150px;}
.navbar-example .fa {margin-right: 11px;}

.navbar-example li:hover>a {background-color: rgba(255,255,255,1)}
.tooltip {font-size: 13px;font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;}

#toolbar {z-index: 100;position: fixed;top: 0;color: #fff;background-color: #5fb3df;width: 100%;height: 40px;}
#toolbar .logo {background-color: #fff;border-radius: 50%;padding: 2px;margin-top: 3px;margin-left: 10px;}
#toolbar .menu {background-color: transparent;border: none;padding-top: 8px;padding-right: 15px;color: #fff;}

.snap-content {
  background: #ececec;
  font-family: inherit !important;
}

.snap-drawers {
  background: #283035;
    background: -moz-linear-gradient(top, #19222b 0%, #283035 50%, #262c33 75%, #151a2a 100%);
    background: -webkit-linear-gradient(top, #19222b 0%,#283035 50%,#262c33 75%,#151a2a 100%);
    background: -o-linear-gradient(top, #19222b 0%,#283035 50%,#262c33 75%,#151a2a 100%);
    background: -ms-linear-gradient(top, #19222b 0%,#283035 50%,#262c33 75%,#151a2a 100%);
    background: linear-gradient(top, #19222b 0%,#283035 50%,#262c33 75%,#151a2a 100%);
}

.snap-drawer {
  background: transparent;
  color: #eee;
  margin-top: 40px;
}

.snap-drawer h3 {
  font-size: 36px;
  font-weight: normal;
  margin: 15px;
}

.snap-drawer h4 {
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}

.snap-drawer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-top: 1px solid rgba(95,179,223, 0.2);
}

.snap-drawer li > a {
  display: block;
  border-bottom: 1px solid rgba(95,179,223, 0.2);
  /*border-top: 1px solid rgba(255, 255, 255, 0.1);*/
  padding: 15px;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  font-weight: 400;
  text-decoration: none;
  color: #f3efe0;
  font-size: 13px;
  font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  white-space: nowrap;
}

.snap-drawer li > a:hover {
  background: rgba(95,179,223,0.3);
  border-bottom: 1px solid rgba(95,179,223, 0);
  color: #fff;
}

.snap-drawer p {
  opacity: 0.5;
  padding: 15px;
  font-size: 12px;
}
#logo {z-index: 3;position: fixed;top: 10px;left: 10px;padding: 5px;background-color: rgba(255,255,255,0.5);transition-delay: .2s;border-radius: 50%;}
#logo:hover {background-color: rgba(255,255,255,1);}

#social>li>a>.fa {border: 2px;width: 40px;height: 40px;text-align: center;padding-top: 8px;border-radius: 50%;color: #fff;position: relative;transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
#social>li>a>.fa-vk {border: 2px solid #4d7198;color: #4d7198;background-color: transparent;}
#social>li:hover>a>.fa-vk {color: #fff;background-color: #4d7198;}
#social>li>a>.fa-facebook {border: 2px solid #3b5998;color: #3b5998;background-color: transparent;}
#social>li:hover>a>.fa-facebook {color: #fff;background-color: #3b5998;}
#social>li>a>.fa-twitter {border: 2px solid #1faee9;color: #1faee9;background-color: transparent;}
#social>li:hover>a>.fa-twitter {color: #fff;background-color: #1faee9;}
#social>li>a>.fa-google-plus {border: 2px solid #dd4b39;color: #dd4b39;background-color: transparent;}
#social>li:hover>a>.fa-google-plus {color: #fff;background-color: #dd4b39;}
#social>li>a>.fa-odnoklassniki {border: 2px solid #f2812e;color: #f2812e;top:13px;background: transparent url('/bitrix/templates/iguides-macpro/images/ok-or.png') no-repeat center center;}
#social>li:hover>a>.fa-odnoklassniki {color: #fff;background: #f2812e url('/bitrix/templates/iguides-macpro/images/ok-wh.png') no-repeat center center;}
#social>li>a>.fa-youtube {border: 2px solid #b31217;color: #b31217;background-color: transparent;}
#social>li:hover>a>.fa-youtube {color: #fff;background-color: #b31217;}

h2 span {color: #333;margin: 10px auto;display: inline-block; border-bottom: 3px solid #5fb3df;border-top: 3px solid #5fb3df; transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
h2 i.fa {position: relative;border: 1px solid #5fb3df;margin-bottom: 20px;color: #5fb3df;margin-top: 0px;background-color: transparent;border-radius: 50%;padding: 20px;transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
h2:hover span {padding: 10px 0;margin: 0 auto;}
h2:hover i.fa {color: #fff;background-color: #5fb3df;margin-bottom: 20px;padding: 20px;}