body{
	margin:0;
	padding:0;
	background:#2a2a2a;
}

html,body {
    height: 100%; /* задаем высоту тела документа */
}


img{
	border:0;
}

#wrapper{
	width:1000px;
	margin:0 auto;
}

h2{
	font:36px 'Jura';
	color:#fff;
	letter-spacing:-2px;
	text-shadow:0px 1px #000;
}

ul, ol{
	list-style-position:inside;
	padding:5px 0px;
}

.center{text-align: center;}
.tleft{text-align: left;}

/* Font-face
------------------------------------------------- */

@font-face {
	font-family: 'Jura';
	src: url('../fonts/7fonts.ru_juralight.eot');
	src: url('../fonts/7fonts.ru_juralight.eot?#iefix') format('embedded-opentype'),
	url('../fonts/7fonts.ru_juralight.woff') format('woff'),
	url('../fonts/7fonts.ru_juralight.ttf') format('truetype'),
	url('../fonts/7fonts.ru_juralight.svg#juralight') format('svg');
	font-weight: normal;
	font-style: normal;

}

/* /Font-face */


#topLine{
	height:3px;
	background:url(../images/topLine.png) repeat-x;
	position:relative;
}

#topLine img{
	position:absolute;
	top:3px;
	left:50%;
	margin-left:-520px;
}


/* Header
------------------------------------------------- */

#header{
	margin-top:10px;
	position:relative;
}

#logo{
	display:inline-block;
	height:55px;
	font:bold 36px 'Jura';
	color:#fff;
	letter-spacing:-2px;
	background:url(../images/logo.png) no-repeat left center;
	padding-left:65px;
	margin-top:20px;
	line-height:50px;
	text-shadow:0px 1px #000;
}

#logo:hover{
	color:#afdd11;
	text-decoration:none;
}

#header div.social{
	position:absolute;
	top:30px;
	right:0px;
}

div.social a{
	display:block;
	width:38px;
	height:38px;
	float:left;
	margin-left:5px;
}

#odnoclass{
	background:url(../images/ok_off.png);
}

#odnoclass:hover{
	background:url(../images/ok_on.png);
}

#facebook{
	background:url(../images/fb_off.png);
}

#facebook:hover{
	background:url(../images/fb_on.png);
}

#vkontakte{
	background:url(../images/vk_off.png);
}

#vkontakte:hover{
	background:url(../images/vk_on.png);
}

#twitter{
	background:url(../images/tw_off.png);
}

#twitter:hover{
	background:url(../images/tw_on.png);
}

#menu{
	margin-top:20px;
	text-align:center;
	font-size:1.2em;
	color:#6c6c6c;
}

.menu-link {
	display:inline;
	padding:0px 20px;
	font-size:1.2em;
	color:#fff;
	text-shadow:0px 1px #000;
    width: 148px;
}

.menu-link:hover{
	color:#afdd11;
	text-decoration:none;
}

.menu-activelink{
    display:inline;
    padding:0px 20px;
    font-size:1.2em;
    color:#afdd11;
    text-shadow:0px 1px #000;
}

.menu-activelink:hover{
    color:#d7f488;
    text-decoration:none;
}

.feedbackPanel {
    color: white;
    text-align: center;
    list-style: none;
}
/* /Header */


/* Slider
------------------------------------------------- */

#slider{
	height:410px;
	margin:20px 0px;
}

#slider .item{
	height:410px;
}

.slider-img{
	float:left;
	margin-right:20px;
	margin-top:10px;
	margin-left:50px;
}

.slider-text{
	margin-right:60px;
}

.slider-title, .about-title {
	font:bold 52px 'Jura';
	color:#fff;
	padding-top:40px;
	line-height:40px;
	margin-bottom:10px;
	text-shadow:0px 1px #000;
}

.slider-title a{
	color:#fff;
}

.slider-title a:hover{
	color:#d7f488;
	text-decoration:none;
}

.slider-slogan, .about-slogan {
	font-size:1.2em;
	font-weight:bold;
	color:#afdd11;
	margin-bottom:10px;
}

.slider-desc{
	font-size:1.1em;
	color:#fff;
}

#slider div.social{
	height:38px !important;
	position:absolute !important;
	bottom:20px !important;
	right:0px !important;
}

.about-slogan {
   margin-top: 18px;
   margin-bottom: 10px;
}

.stores{
	position:absolute;
	bottom:17px;
	right:190px;
}

.stores a{
	display:block;
	float:left;
	margin-left:20px;
}

#android{
	width:197px;
	height:39px;
	background:url(../images/android_off.png) no-repeat;
}

#android:hover{
	background:url(../images/android_on.png) no-repeat;
}

#web{
	width:197px;
	height:39px;
	background:url(../images/web_off.png) no-repeat;
}

#web:hover{
	background:url(../images/web_on.png) no-repeat;
}

#apple{
	width:140px;
	height:39px;
	background:url(../images/appstore_off.png) no-repeat;
}

#apple:hover{
	background:url(../images/appstore_on.png) no-repeat;
}

a.carousel-control{
	width:37px;
	height:37px;
	background-color:transparent;
	text-indent:-9000px;
	border:0;
}

a.carousel-control.left{
	background:url(../images/arrow_left.png);
	left:0px;
}

a.carousel-control.right{
	background:url(../images/arrow_right.png);
	right:0px;
}

/* /Slider */


/* News
------------------------------------------------- */

#news{
	margin-bottom:20px;
}

.news-item{
	display:table-cell;
	width:33%;
	padding-right:20px;
}

.news-title{
	display:block;
	font-size:1.2em;
	color:#afdd11;
	text-decoration:none;
	line-height:20px;
	margin-bottom:5px;
}

.news-title:hover{
	color:#d7f488;
	text-decoration:none;
}

.news-text, .about-text{
	font-size:1.1em;
	color:#fff;
}

.news-text a{
	display:inline;
	font-size:1.1em;
	color:#afdd11;
	text-decoration:underline;
}

.news-text a:hover{
	color:#d7f488;
}

a.more{
	display:inline;
	font-size:1.1em;
	color:#afdd11;
	text-decoration:underline;
}

a.more:hover{
	color:#d7f488;
}

/* /News */


/* Games
------------------------------------------------- */

#games{
	margin-bottom:20px;
}

.game-img{
	width:74px;
	height:74px;
	float:left;
	margin-right:10px;
}

.game-item{
	display:table-cell;
	width:25%;
	padding-right:8px;
}

.game-item:hover{
	text-decoration:none;
}

.game-item:hover .menu{
	color:#d7f488;
}

.game-title{
	font:bold 24px 'Jura';
	color:#afdd11;
	margin-bottom:5px;
}

.game-desc{
	font-size:1.1em;
	color:#fff;
}

#mars{
	background:url(../images/mars_off.png) no-repeat;
}

#bashni{
	background:url(../images/bashni_off.png) no-repeat;
}

#mydog{
	background:url(../images/mdog_off.png) no-repeat;
}

#avia{
    background:url(../images/aviator_off.png) no-repeat;
}

#sad2{
	background:url(../images/sadovnik2_off.png) no-repeat;
}

#sad{
	background:url(../images/sadovnik_off.png) no-repeat;
}

#pobediteli{
    background:url(../images/voin_off.png) no-repeat;
}

#adventure{
    background:url(../images/adventures_off.png) no-repeat;
}

#modnica{
    background:url(../images/modnica_off.png) no-repeat;
}

#schoolOfStyle{
    background:url(../images/schoolOfStyle_off.png) no-repeat;
}

#manicureSchool{
    background:url(../images/manic_off.png) no-repeat;
}

#fermatch{
    background:url(../images/fermatch_off.png) no-repeat;
}

#maggard{
    background:url(../images/maggard_off-4.png) no-repeat;
}

.game-item:hover #mars{
	background:url(../images/mars_on.png);
}

.game-item:hover #bashni{
	background:url(../images/bashni_on.png);
}

.game-item:hover #mydog{
	background:url(../images/mdog_on.png);
}

.game-item:hover #avia{
	background:url(../images/aviator_on.png);
}

.game-item:hover #sad2{
	background:url(../images/sadovnik2_on.png) no-repeat;
}

.game-item:hover #sad{
	background:url(../images/sadovnik_on.png) no-repeat;
}

.game-item:hover #pobediteli{
	background:url(../images/voin_on.png) no-repeat;
}

.game-item:hover #adventure{
    background:url(../images/adventures_on.png) no-repeat;
}

.game-item:hover #modnica{
    background:url(../images/modnica_on.png) no-repeat;
}

.game-item:hover #schoolOfStyle{
    background:url(../images/schoolOfStyle_on.png) no-repeat;
}

.game-item:hover #manicureSchool{
    background:url(../images/manic_on.png) no-repeat;
}

.game-item:hover #fermatch{
    background:url(../images/fermatch_on.png) no-repeat;
}

.game-item:hover #maggard{
    background:url(../images/maggard_on-4.png) no-repeat;
}
/* /Games */



/* Footer
------------------------------------------------- */

#footer{
	color:#717171;
	padding:10px 0px 20px;
	text-align:center;
	text-shadow:0px 1px #000;
    height: 40px;
    margin-top: -40px;
}

.hFooter { /* это распорка в основном блоке - резервируем место для подвала */
    height: 40px; /* высота нашего подвала */
}


/* /Footer */


/* Inner
------------------------------------------------- */

div.social.inner{
	position:static !important;
	float:right;
}

div.stores.inner{
	position:static !important;
	float:left;
}

div.stores.inner a{
	margin-right:20px;
	margin-left:0 !important;

}

.slider-img.inner{
	position:absolute !important;
	top:0;
	left:50%;
	margin-left:-100px
}

.slider-img.inner_landscape{
	position:absolute !important;
	top:0;
	left:50%;
	margin-left:-292px
}

.note{
    position: relative;
    color: #e9322d;
    vertical-align: top;
    font-size:1.2em;
}

.submit-button{
    font-size: 16px;
    width: 107px;
    background: #71a73f; /* Для старых браузров */
    background: -moz-linear-gradient(top, #b5e53d, #71a73f); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#b5e53d), color-stop(100%,#71a73f));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #b5e53d, #71a73f);
    background: -o-linear-gradient(top, #b5e53d, #71a73f); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b5e53d, #71a73f); /* IE10 */
    background: linear-gradient(top, #b5e53d, #71a73f); /* CSS3 */
    padding: 6px 10px;
    border: 0px;
    border-radius: 3px; /* Радиус скругления */
    /*float: right;*/
}
.submit-button:disabled {
    color: black;
    background: #767676; /* Для старых браузров */
    background: -moz-linear-gradient(top, #cccccc, #767676); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#cccccc), color-stop(100%,#767676));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #cccccc, #767676);
    background: -o-linear-gradient(top, #cccccc, #767676); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cccccc, #767676); /* IE10 */
    background: linear-gradient(top, #cccccc, #767676); /* CSS3 */
}
/* /Inner */

/* /Login
--------------------------------------------------- */

.text-white-center {
    color: white;
    text-align: center;
}

.text-white {
    color: white;
}

.padding-big {
    margin-top: 40px;
}

.padding-medium {
    margin-top: 10px;
}

.padding-small {
    margin-top: 4px;
}

.pt20 {
    padding-top: 20px;
}

.mt18 {
    margin-top: 18px;
}

.width50 {
    width: 50%;
}

.without-points {
    list-style: none;
}
/* /Login */

.news-link, .news-link-active{
    display:inline;
    font-size:1.1em;
    color:#afdd11;
    text-shadow:0px 1px #000;
    padding: 20px 0px;
}

.news-link:hover{
    color:#d7f488;
    text-decoration:none;
}

.news-link-active{
    color:#d7f488;
}

.center {
    text-align: center;
}

#cssmenu {
    margin-top:20px;
    text-align:center;
    font-size:1.1em;
    color:#6c6c6c;
}
#cssmenu ul {
    padding: 1px 0;
    margin: 0px;
    list-style: none;
    width: 100%;
    height: 21px;
}
#cssmenu ul li {
    margin: 0;
    padding: 0;
    display: inline;
    position: relative;
    width: 148px;
}
#cssmenu ul li a:link,
#cssmenu ul li a:visited {
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
    width: 148px;
}
#cssmenu ul li:hover a,
#cssmenu ul li a:hover,
#cssmenu ul li a:active {
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
    width: 146px;
}
#cssmenu ul li ul {
    margin: 0;
    padding: 1px 1px 0;
    list-style: none;
    display: none;
    width: 146px;
    position: absolute;
    top: 21px;
    left: -32px;
}
#cssmenu ul li:hover ul {
    display: block;
}
#cssmenu ul li ul li {
    clear: left;
    width: 146px;
}
#cssmenu ul li ul li a:link,
#cssmenu ul li ul li a:visited {
    clear: left;
    background: #2a2a2a;
    padding: 0px 20px;
    width: 146px;
    position: relative;
    z-index: 1000;
}
#cssmenu ul li ul li:hover a,
#cssmenu ul li ul li a:active,
#cssmenu ul li ul li a:hover {
    clear: left;
    padding: 0px 20px;
    width: 146px;
    position: relative;
    z-index: 1000;
}
#cssmenu ul li ul li ul.navigation-3 {
    display: none;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -2px;
    padding: 1px 1px 0 1px;
    z-index: 900;
}
#cssmenu ul li ul li:hover ul.navigation-3 {
    display: block;
}

td.text-right, th.text-right {text-align: right;}

.feedbackPanel {
	margin-top: 16px;
	border: white 1px solid;
    border-radius: 4px;
}

.feedbackPanelERROR {
    color: red;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
    border-bottom: none;
}

a:hover, a:focus {
	 color: #fff;
	/* text-decoration: underline; */
}
