.content_bg
{
	margin-top: 128px;
}

.content_block
{
	padding: 1px 16px 20px 16px;
}

.media_block
{
	margin: 2px -16px;
	padding: 0 0 2px 2px;
	background: url('/img/index/horisontal_line.png') 0 100% repeat-x transparent;
	display: table;
}

h2.video
{
	padding-right: 48px;
	display: table;
	background: url('/img/index/video_ico.png') 100% 40% no-repeat transparent;
}

h2.picture
{
	padding-right: 48px;
	display: table;
	background: url('/img/index/img_ico.png') 100% 40% no-repeat transparent;
}

.screenshot
{
	width: 314px;
	height: 292px;
	float: left;
	margin: 2px 2px 0 0;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	opacity: 0.75;
}

.screenshot:hover
{
	opacity: 1;
}

iframe
{
	margin-left: -1px;
}

/* Обнуляем все под нуль */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* использовать :focus */
:focus {
	outline: 0;
}

/* элементы, которым добавляем несколько классов: class="menu_item del" */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* Но все равно у таблиц надо ставить 'cellspacing="0"', без этого никак. */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
	font-family: 'AeonMedium';
	src: url('/fonts/aeonrg.eot') format('eot');
	src: url('/fonts/aeonrg.eot?#iefix') format('eot'),
	     url('/fonts/aeonrg.woff') format('woff'),
      url('/fonts/aeonrg.svg#webfontL0HMtSSg') format('svg'),
      url('/fonts/aeonrg.ttf')  format('truetype');
      font-weight: normal;
      font-style: normal;
	}

@font-face {
	font-family: 'AeonBold';
	src: url('/fonts/aeonm.eot?#iefix') format('eot');
	src: url('/fonts/aeonm.eot') format('eot'),
	     url('/fonts/aeonm.woff') format('woff'),
      url('/fonts/aeonm.svg#PlumbBold') format('svg'),
      url('/fonts/aeonm.ttf')  format('truetype');
      font-weight: normal;
      font-style: normal;
}

@font-face {
    font-family: 'AeonLight';
    src: url('/fonts/aeonl.eot');
    src: url('/fonts/aeonl.eot?#iefix') format('eot'),
         url('/fonts/aeonl.woff') format('woff'),
         url('/fonts/aeonl.ttf') format('truetype'),
         url('/fonts/aeonl.svg#webfontkUu64aaj') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{
	font: normal 19px 'AeonMedium', arial, sans-serif;
	background-color: #000;
	height: 100%;
}
body{
	background-color: transparent;
}

.bg
{
	width:100%;
	height:100%;
	position: fixed;
	background-image: url("/img/index/background/hi.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #303034;
	background-size: cover;
}

.logo
{
	width: 439px;
	height: 123px;
	margin-top: 14px;
	background: url("/img/index/logo.png") no-repeat transparent;
}

.content
{
/*	padding: 0 19px 64px;*/
	margin: 5px 0 5px 440px;
	width: 466px;
	height: 1843px;
	font-family: 'AeonMedium';
	font-size: 21px;
	color: #9dc5ea;
	background: url('/img/index/panel_bg.png') no-repeat;
}

.content_block
{
	padding: 1px 15px 0 14px;
}

.content p, .content h2, .content ul
{
	margin: 15px 0 0;
}
.content li{
	background: url('/img/index/list_bulet.png') 0 50% no-repeat transparent;
	padding-left: 30px;
	margin: 5px 0;
	color: #a4bfd0;
}
/*.content li{
	vertical-align: center;
}*/

.content h2, .content h3
{
	font-family: 'AeonMedium';
	text-transform: uppercase;
	text-align: center;
	font-size: 23px;
	color: #6aead3;
}
.content h3
{
	font-size: 17px;
	color: #f2941b;
}

.content h2{
	margin: 25px 0 0;
}

.content_bg_wrap
{
	width: 956px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	min-height: 100%;
}

.enter_btn
{
	width: 441px;
	height: 75px;
	background: url('/img/index/apply.png') no-repeat;
}

.enter_btn:hover, .enter_btn:focus
{
	background: url('/img/index/apply.png') no-repeat 0 -81px;
}

.enter_btn:active
{
	background: url('/img/index/apply.png') no-repeat 0 -162px;
}

.video
{
	margin: 14px 0 0px -15px;
	width:496px;
	height: 210px;
	background: url('/img/index/video.png') no-repeat;
	padding-top: 138px;
	cursor: pointer;
}

.videoLnk
{
	width: 496px;
	height: 210px;
	position: relative;
	top: -212px;
	padding-top: 138px;
	cursor: pointer;
	background: url('/img/index/video_frame.png') no-repeat;
}

.videoLnk > div
{
	width: 468px;
	height: 200px;
	background: url("/img/index/1.png") repeat scroll 0% 0% transparent;
	margin: -124px 14px;
	padding-top: 120px;
}

.play
{
	margin: 0 auto 0;
	width:79px;
	height: 72px;
	background: url('/img/index/Play_zoom.png') no-repeat 0 -240px;
/*	position: relative;
	top: -70px;*/
}

.videoLnk:hover .play
{
	background: url('/img/index/Play_zoom.png') no-repeat 0 -161px;
}

.screenshots
{
	padding-left: 5px;
	height: 135px;
	overflow: hidden;
	margin-bottom: 10px;
}

.screenshot
{
	width: 151px;
	height: 108px;
	padding-top: 27px;
}

.zoom
{
	margin: 0 auto;
	width: 79px;
	height: 81px;
	background: url('/img/index/Play_zoom.png') no-repeat transparent;
}

.screenshot:hover .zoom
{
	background: url('/img/index/Play_zoom.png') 0 -78px no-repeat transparent;
}

.slider_panel
{
	height: 623px;
	margin: 0 4px;
	overflow: hidden;
	background: url('/img/index/description_bg.png') no-repeat 0 3px, url('/img/index/line.png') no-repeat 0 0%, url('/img/index/line.png') no-repeat 0 100% transparent;
}

.panels_wrap
{
	width:1000%;
	position: relative;
	left: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.panel
{
	position: relative;
	width: 418px;
	height: 597px;
	float: left;
	padding: 20px 20px 0;
}

.panel img
{
	margin: 0 auto;
	display: block;
}

.left_btn
{
	position: relative;
	width: 39px;
	height: 54px;
	background: url('/img/index/arrow_left.png') no-repeat transparent;
	top: 94px;
	left: 35px;
	cursor: pointer;
}

.right_btn
{
	position: relative;
	width: 39px;
	height: 54px;
	background: url('/img/index/arrow_right.png') no-repeat transparent;
	top: 40px;
	left: 385px;
	cursor: pointer;
}

.left_btn:hover
{
	background: url('/img/index/arrow_left.png') no-repeat 0 -53px transparent;
}

.right_btn:hover
{
	background: url('/img/index/arrow_right.png') no-repeat 0 -53px transparent;
}

.vk
{
	width: 410px;
	height: 290px;
	margin: 30px auto;
}

.copyright
{
	margin: 0 20px;
	font-family: 'AeonLight';
	font-size: 12px;
	color: #4a5e72;
}

/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(/img/index/close.png) url(/img/index/loading.gif) url(/img/index/prev.png) url(/img/index/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  margin: -13px -5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background: url(/img/index/frame_top_left.png) 0 0 no-repeat, url(/img/index/frame_top_right.png) 100% 0 no-repeat, url(/img/index/frame_bottom_left.png) 0 100% no-repeat, url(/img/index/frame_bottom_right.png) 100% 100% no-repeat transparent;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  padding: 18px 0px 8px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
  height: 100%;
  background: url(/img/index/frame_left.png) repeat-y, url(/img/index/frame_right.png) 100% 0 repeat-y transparent;
  margin: -9px 0px;
}

.lb-frame
{
  margin: -13px 5px 0px;
  padding: 9px 0 17px;
  background: url(/img/index/frame_top.png) repeat-x, url(/img/index/frame_bottom.png) 0 100% repeat-x transparent;
  height: 100%;
}
.lb-bg
{
  background-color: rgba(35, 49, 65, 0.81);
  padding: 8px 0px 0px;
  height: 100%;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(/img/index/loading.gif) 50% 50% no-repeat #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  opacity: 0.6;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(/img/index/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(/img/index/next.png) right 48% no-repeat;
}

.lb-dataPositioner
{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10001;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 10px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  opacity: 0;
}

.lb-dataContainer:hover {
  opacity: 1;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 16px;
  text-transform: uppercase;
  color: #258bd1;
  font-weight: bold;
  line-height: 1em;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 1), 0px -1px 2px rgba(0, 0, 0, 0.5);
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 1), 0px -1px 2px rgba(0, 0, 0, 0.5);
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/index/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
