@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
body, td, th {
	font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
}
a:link {
	color: #0071BC;
}
a:hover {
	color: #005288;
}
a:visited {

    color: #0071BC;

}

h1 {
	font-size:36px;
	font-weight: normal;
	text-align:center;
}
.Header {
	padding-bottom: 50px;
}
.Logo {
	position:relative;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 194px;
	display: block;
	padding-top: 30px;
	padding-bottom: 15px;
	background-position: 0px 30px;
}
.Logo:active {
	top:1px;
}
.GameLanguages {
	font-style: italic;
}
.Description {
	width: 375px;
	display: block;
	float: left;
	margin-top: 20px;
}
.Description-new {
	width: 470px;
	display: block;
	float: left;
	margin-top: 20px;
}
.Header a {
	color: white;
}

.WidthLimit {
	width: 950px;
	margin: auto;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}

.main {
    display:block;
    position:relative;
}

#sidebar-left {
    float:left;
    position:relative;
    padding: 0 15px 0 10px;
    clear: both;
}

.Content {
    position:relative;
    display:block;
}


#sidebar-right {
    float:right;
    position:relative;
    padding: 0 15px 0 10px;
    clear: both;
}

.Nav {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	position: relative;
}
.Header .Nav {
	text-align: right;
	position: absolute;
	top: 45px;
	right: 0px;
	font-size: 16px;
}
.Nav li {
	display: inline-block;
	padding: 0px;
}
.Nav li a {
	color: white;
	padding: 5px 15px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease;
	position:relative;
}
.Nav li a:hover {
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.1s ease;
	box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2);
}
.Nav li a:active, .flags.active {
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.1s ease;
	top:1px;
}
.Footer .WidthLimit {
	text-align: center;
	font-size: 18px;
	padding: 35px 0 117px 0;
}
.Footer li {
	padding: 0px!important;
}
.Footer li a {
	padding: 10px 15px;
	text-shadow: rgba(0, 0, 0, 0.2) 0 -1px;
}
.GameLogo {
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.8);
}

.artwork {
	display: block;
	float: left;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	position: relative;
	text-align:center;
}
.artwork2 {
	display: block;
	float: left;
	margin-top: 38px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	position: relative;
	text-align:center;
}
.artwork2i {
	display: block;
	float: left;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	position: relative;
	text-align:center;
}
.artwork img {
	position: relative;
	left:1px;
}
.mask {
	background-image: url(img/mask114.png);
	height: 117px;
	width: 116px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
.mask-2i {
	background-image: url(img/mask57.png);
	height: 60px;
	width: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
.Device {
	float: left;
	width: 150px;
	padding: 20px;
}
.Device a{
	position:relative;
	top:0px;
	transition: all 0.3s ease;
}
.Device img{
}
.Device a:hover {
	position:relative;
	top:-1px;
	transition: all 0.3s ease;
}
.Device a:active {
	position:relative;
	top:1px;
	transition: all 0.3s ease;
}
.Device p {
	font-size: 36px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.Video {
	float: left;
	margin-right: 30px;
	clear: none;
}
.Screensots {
    float: right;
}
.ClearBoth {
	clear: both;
}
.Button {
	font-size:16px;
	background-image: url(img/Selected1.png);
	display: block;
	position:relative;
	text-decoration: none;
	margin: 10px 10px 10px 0;
	background-repeat: repeat-x;
	background-position: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow:#FFF 0px -1px 0px;
	text-align: center;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 1px solid #C9E2EE;
}
.Button:link {
}
.Button:hover {
	background-image: none;
}
.Button:active {
	background-image: none;
	background-color: #ECF5F9;
	top:1px;
	box-shadow: #C9E2EE 0px 10px 10px inset;
}
.Button:visited {
}
.Button-tnb {
	font-size:16px;
	background-image: url(img/Selected11.png);
	display: block;
	position:relative;
	text-decoration: none;
	margin: 10px 10px 10px 0;
	background-repeat: repeat-x;
	background-position: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow:#FFF 0px -1px 0px;
	text-align: center;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 1px solid #d43400;
	background-color: #d43400;
}
.Button-tnb:link {
color: #fff;
}
.Button-tnb:hover {
	background-image: url(img/Selected12.png);
	background-color: #fff;
}
.Button-tnb:active {
	background-image: none;
	background-color: #d43400;
	top:1px;
	box-shadow: #d43400 0px 10px 10px inset;
}
.Button-tnb:visited {
color: #fff;
}
.Button-try {
	font-size:16px;
	background-image: url(img/Selected13.png);
	display: block;
	position:relative;
	text-decoration: none;
	margin: 10px 10px 10px 0;
	background-repeat: repeat-x;
	background-position: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow:#FFF 0px -1px 0px;
	text-align: center;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 1px solid #4fa2ff;
	background-color: #4fa2ff;
}
.Button-try:link {
color: #fff;
}
.Button-try:hover {
	background-image: url(img/Selected14.png);
	background-color: #fff;
}
.Button-try:active {
	background-image: none;
	background-color: #4fa2ff;
	top:1px;
	box-shadow: #4fa2ff 0px 10px 10px inset;
}
.Button-try:visited {
color: #fff;
}
/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* for image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.GameLogo h1 {
	display: block;
	color: #FFF;
	text-align: center;
}
.GameLogo img {
    vertical-align: top;
}
.Play, .Zoom {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease;
}
.Play {
	background-image: url(img/play.png);
}
.Zoom {
	background-image: url(img/zoom.png);
	opacity:0;
	outline: 4px solid rgba(202, 214, 224, 0);
}
.Zoom:hover {
	background-image: url(img/zoom.png);
	opacity:1;
	outline: 4px solid rgb(202,214,224);
	-webkit-transition: all 0.3s ease;
}
.Zoom:hover {
}
.Play:hover, .Zoom:hover {
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s ease;
	-webkit-transition-delay: 0.05s;
}
.Play:active, .Zoom:active {
	background-color: rgba(0, 0, 0, 1);
	-webkit-transition: background 0.3s ease;
}
.Watch {
	position: relative;
	margin: 0 10px 10px 0;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.Watch:hover {
	top:-1px;
	-webkit-transition: all 0.1s ease;
}
.Watch:active {
	top: 1px;
	-webkit-transition: all 0.05s ease;
}
.Video img, .Video .Play {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.Screensots .Watch, .Screensots .Watch img {
	width: 133px;
	height: 100px;
}
.Header, .Footer {
	min-width:990px;
}
.Screensots1 .Watch, .Screensots1 .Watch img {
	width: 65px;
	height: 50px;
}

.Footer {
	clear: both;
	margin-top: 60px;
	position: relative;
	background: #007CC2 url(img/footer.png) repeat-x top;
}

.Item1 {
	position: absolute;
	bottom: 0px;
	left: 2%;
	z-index:1
}
.Item2 {
	position: absolute;
	bottom: 0px;
	left: 40%;
	right: 40%;
	z-index:1
}
.Item3 {
	position: absolute;
	bottom: 0px;
	right: 2%;
	z-index:1
}
.Game {
	float: left;
	width: 33%;
	text-align: center;
	margin-bottom: 20px;
        position: relative;
}
.Game .False{
        position: absolute;
        right:0;
        width:20px;
        height:20px;
        background-color: red;
}
.Game span {
	display: block;
	padding: 5px 0;
}
.Game img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.Game a {
	position: relative;
	top:0px;
	-webkit-transition: all 0.05s ease;
}
.Game a:hover {
	opacity: 0.8;
	top:-2px;
	-webkit-transition: all 0.05s ease;
}
.Game a:active {
	opacity: 1;
	top:2px;
	-webkit-transition: all 0.05s ease;
}
.Carousel {
	overflow:hidden;
	width: 950px;
	height: 250px;
}
.CarouselContainer a {
	float: left;
	position: relative;
	text-decoration: none;
}
.MainPagination {
	float: none;
	clear: both;
	text-align: center;
	position:absolute;
	bottom: -40px;
	width:950px;
	vertical-align:top;
}
.MainPagination a {
	background-image: url(img/pagin.png);
	height: 17px;
	width: 16px;
	display:inline-block;
	margin: 5px;
}
.MainPagination .active {
	background-image: url(img/pagin_active.png);
}
.appstore{
	background: url(img/appstore.png) no-repeat;
	width: 114px;
	height: 37px;
	position:absolute;
	bottom: 10px;
	right:10px;
}
.Arrows {
	position: absolute;
	width: 950px;
	top: 200px;
	z-index: 100;
}
.LeftArrow, .RightArrow {
	position: absolute;
	height: 50px;
	width: 50px;
}
.LeftArrow:hover, .RightArrow:hover {
	opacity: 0.5;
}
.LeftArrow {
	background: url(img/arrow_left.png) no-repeat center;
	left: 10px;
}
.RightArrow {
	background: url(img/arrow_right.png) no-repeat center;
	right:10px;
}
.RightBottom {
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 10px;
	z-index: 100;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.appstore {
	background: url(img/appstore.png) no-repeat;
	width: 114px;
	height: 37px;
	position:absolute;
	bottom: 10px;
	right:10px;
}
.tabs-content {
    width:960px;
    height:300px;
    overflow:hidden;
}
.tabs-content ul {
    list-style: none;
    height: 320px;
    overflow: scroll;	/* Opera */
    overflow-y: hidden;
}
.tabs-content ul li {
    width:960px;
    height:300px;
}
form fieldset {
    font-size: inherit;
}
fieldset {
	font-size: 20px;
	border: 1px solid #d43400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease;
}
.Header .WidthLimit {
	background: url(img/mainbck.jpg) no-repeat center top;
}
.Header {
	background: #0059A9 url(img/maingradient.png) repeat-x top;
}

.Node-Panel{
    text-align: right;
}
#iphone-request-promo div{
    margin:0 !important;
}
tr.draggable{
    width:100%;
}
tr.draggable td{
    font-size: 16px;
    margin: 10px 0;
}
#nodes-weight{
    width:100%;
}
#slider1 li{
    height:250px;
}
table.subscribe-list div.form-item{
    margin:0;
}
	.screen a, .scroll a{
		text-decoration: none;
	}
    .screen a img, .scroll a img{
		width:133px;
		height:100px;
	}
    .screen, .scroll{
		overflow: hidden;
		width:419px;
		float:left;
		position: relative;
	}
    .screen > div, .scroll > div{
		position: relative;
	}
    .screen .tr ,.scroll .tr{
/* 		float:left; */
 		margin:0;
 		padding:0;
 		/*width:1000px;*/
 	}
    .screen .td, .scroll .td{
		list-style: none;
		margin: 0;
		padding: 0;
		float:left;
		margin-left:10px;
		width:133px;
		height:210px;
	}
    .screen .td:FIRST-CHILD, .scroll .td:FIRST-CHILD{
		margin-left:0;
	}
    .screen .td a, .scroll .td a{
		display:block;
	}
    .screen .td > a:FIRST-CHILD, .scroll .td > a:FIRST-CHILD{
		margin-bottom:8px;
	}
	#prev,#next{
		width:18px;
		height:210px;
		float:left;
		text-align: center;
		cursor: pointer;
		background: url('img/arrows.png') scroll no-repeat 0 0 transparent;
	}
	#prev.blocked,#next.blocked{
		background-image: none;
        cursor: default;
	}
	#prev{
		background-position: 0 89px;
        margin-left:-18px;
	}
	#prev:hover{
		background-position: -18px 89px;
	}
	#prev.click{
		background-position: -36px 89px;
	}
	#next{
		background-position: -54px 89px;
        margin-right:-18px;
	}
	#next:hover{
		background-position: -72px 89px;
	}
	#next.click{
		background-position: -90px 89px;
	}

    .flags {
        background: url('') no-repeat scroll 7px 10px transparent;
    }
    .flag_en{
        background-image: url('img/flags/en.png');
    }
    .flag_ru{
        background-image: url('img/flags/ru.png');
    }
    .flags_p {
        margin-left: 40px;
    }

@media only screen and (max-width: 767px) {
    .WidthLimit {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin: 0px;
    }
    .Header .WidthLimit {
        width: 90%;
        padding: 0 5%;
    }
    #slider1 {
        display: none
    }
    .Header {
        padding-bottom: 15px;
    }
    .Logo {
        position:relative;
        background-image: url('img/logo-s.png');
        height: 40px;
        width: 141px;
        display: block;
        padding-top: 10px;
        padding-bottom: 5px;
        background-position: 0px 10px;
    }
    .Header .Nav {
        text-align:left;
        position: relative;
        top: auto;
        right: auto;
        font-size: 12px;
        clear: both;
        padding-bottom: 10px;
    }

    h1 {
        display: block;
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #B2D6E6), color-stop(1, #D8EAF3) );
        -webkit-box-shadow: 0 1px 0px #ecf5f9 inset;
        box-shadow: 0 1px 0px #ecf5f9 inset;
        border-top: solid 1px #BBD9E8;
        padding: 5px 10px!important;
        position: relative;
        font-size: 18px;
        color: #09D;
        min-height: 40px;
        text-shadow: #E4F0F6 0px 1px 0;
        line-height: 40px;
        margin: 0px;
        text-align: left;
    }
    .Game {
        float: none;
        clear: both;
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #ECF5F9), color-stop(1, white) );
        border-bottom: solid 1px #C9E2EE;
        padding: 10px 5% 0px 5%;
        position: relative;
        min-height: 50px;
        margin-bottom: 0;
        width: 90%;
    }
    .Game img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 200px;
        height: auto;
    }
    .Game a {
        position: relative;
        top:0px;
        -webkit-transition: all 0.05s ease;
        text-decoration:none;
        display: block;
        width: 100%;
    }
    .Game span {
        display: block;
        padding: 10px 10px;
        font-size: 13px;
        color: #333;
    }
    .Nav li a { padding: 5px 5px;}
    .Header, .Footer {
        min-width: 260px;
        padding: 0;
    }
    .Footer {margin-top: 0px;}
    .Footer .WidthLimit {
        font-size: 15px;
        padding: 35px 0 35px 0;
    }
    .Footer li {
        padding: 0px!important;
        line-height: 2.2;
    }
    /* страница игры */
    .GameLogo {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        display: none;
    }
    .GameLogo img {
        width: 100%;
    }
    .Item1,.Item2,.Item3 {display: none}
    .artwork, .artwork2, .artwork2i {
        display: block;
        margin-right: 10px;
        margin-left: 5%;
        margin-top: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        text-align:center;
    }
    .Devices {
        position: absolute;
        top:140px;

    }
    .Device {
        width: 120px;
        padding: 10px;
    }
    fieldset {border:0}

    .Description {margin:290px 5% 0px 5%; width:90%!important; /*float: none*/}
    .DescWidget{margin:490px 5% 0px 5%; width:90%!important;}
    .Video, .Screensots{
        margin: 0 5%;
    }
    .screen, .scroll {width: auto;float: none;}
    .screen .td, .scroll .td {float: left;margin-left:10px;width: auto;height: auto;}
    .screen .td:FIRST-CHILD, .scroll .td:FIRST-CHILD {margin-left: auto;}
    .screen .td > a:FIRST-CHILD, .scroll .td > a:FIRST-CHILD {margin-bottom:0px;}
    #prev, #next{
        display: none;
    }
    .tr {
        width: auto!important;
        margin-left: 0px;}
    .td {
        margin-left: 0px!important;}
    .flags {
        padding-right: 24px !important;
        padding-top: 25px;
        margin-bottom: -8px;
        font-size: 15px;
        background-position: 7px;
    }
    .flags_p {
        margin: 0;
        position: absolute;
        z-index: 10;
        top: -35px;
        right: 40px;
    }
    #sidebar-right {
        display: none;
    }
}
@media only screen and (min-width: 440px) and (max-width: 767px) {
    .Header .Nav {
        font-size: 18px;
    }
    .Game { min-height: 95px; }
    .Game img {
        width: 150px;
        float:left;
        margin-right: 10px;
    }
    .Game span {
        text-align: left;
        font-size: 17px;
    }
    .GameLogo {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        display: block;
    }
    .Devices {
        position: absolute;
        top:10px;
        left: 150px;
        display:none;
    }
    .Description {margin:170px 5% 0px 5%; width:90%!important; /*float: none*/}
    .DescWidget{margin:370px 5% 0px 5%; width:90%!important;}

    .flags {
        padding-right: 24px !important;
        padding-top: 25px;
        margin-bottom: -8px;
        font-size: 15px;
        background-position: 7px;
    }
    .flags:parent {
        margin-left: 10px;
    }
    .flags_p {
        margin-left: 10px;
        position: static;
    }
    #sidebar-right {
        display: none;
    }
}

.soc-blocks {
    padding: 12px;
    margin: 5px 10px 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #e8e8e8;

}

.c_line {
    height: 2px;
    margin: 4px 5px 10px 0px;
    background: url('img/c_line.gif') repeat-x 0;
}

.soc-block-head {
    margin: 5px 10px 13px 0px;
    font-family: Tahoma, Helvetica;
    font-size: 20px;
}