﻿@import url('base.css');

.navbar .nav {
	width: 80%;
}

.nav-tabs, .nav-pills li{
	margin-left: 20px;
}

.nav-tabs, .nav-pills li:first-child{
	margin-left: 80px;
}

.dropdown-menu>li>a {
	background-color: #ffd833;
	color: #e6332a;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
	background-color: #ffd833;
	color: #e6332a;
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); */
	filter: none;
}

.navbar .nav>li>a {
	background-color: #ffd833;
	color: #e6332a;
	
	width: 160px;
	text-align: center;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
	color: #e6332a;
	background-color: #ffd833;
}

.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	background-color: #ffd833;
	color: #e6332a;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #e6332a;
    background-color: #ffd833;
}

li.dropdown a.active-nav2 {
	background-color: #ff8a33;
	color: white;
}

li a.active-nav2 {
	background-color: #ff8a33;
	color: white;
}



.warp {
	/* background: url(img/boy2.png) no-repeat center 70%; */
}

.warp .span6 {
	width: 354px;
	height: 146px;
	margin-top: 30px;
	/* margin-right: 32px; */
}

.warp a {
	display:block;
	/* width: 354px; */
	/* min-height: 146px; */
	/* line-height: 400%; */
	font-family: DS_Reckoning_Cyr, Arial, Verdana, sans-serif;
	font-size: 33px;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 #174b70;
	color: white;
	/* padding: 10% 0; */
	text-decoration: none;
	/* outline: 1px solid black; */
	/* padding-left: 50px; */
	padding: 60px 0 62px 0;
	
}


.games1 {
	background: url(img/games1.png) no-repeat right;
	/* outline: 1px solid black; */
}

.games1 a {
	padding-left: 60px;
}

.games2 {
	background: url(img/games2.png) no-repeat right;
}

.games2 a {
	/* padding: 40px 135px 40px 0; */
	padding-left: 40px;
	line-height: 100%;
	/* text-align: center; */
	font-size: 28px;
}

.games3 {
	background: url(img/games3.png) no-repeat right;
}

.games3 a {
	padding-left: 70px;
}

.games4 {
	background: url(img/games4.png) no-repeat;
}

.games4 a {
	padding-left: 200px;
}

.games5 {
	background: url(img/games5.png) no-repeat;
}

.games5 a {
	/* padding-left: 200px; */
	padding: 43px 0px 51px 130px;
	text-align: center;
	font-size: 28px;
	line-height: 100%;
}

.games6 {
	background: url(img/games6.png) no-repeat 35%;
	margin-top: -40px;
	width: 400px;
	height: 195px;
/* 	margin-bottom: 30px; */
}

.games6 a {
	/* padding-left: 200px; */
	/* padding: 190px 0px 0px 0px; */
	/* width: 328px;
	height: 195px; */
}

@media (min-width: 768px) and (max-width: 979px) {
	.warp .span5 {
		margin-left: 15px;
	}
	
	.warp {
		background:none;
	}
	
	.nav-tabs, .nav-pills li{
		margin-left: 10px;
	}
	
	.nav-tabs, .nav-pills li:first-child{
		margin-left: 10px;
	}
}

@media (max-width: 767px) {
/* 	.warp .span5 {
		margin-left: 0;
	} */
	
	.games6 {
		background:none;
	}
	
	.navbar .nav {
		width: 100%;
	}
	
	.nav-tabs, .nav-pills li{
		margin-left: 10px;
	}
	
	.nav-tabs, .nav-pills li:first-child{
		margin-left: 10px;
	}
}

@media (max-width: 480px) {
	.navbar .nav>li>a {
		width: inherit;
		padding: 10px 20px;
	}
}

.modal-header {
	background: #bde234;
	border-bottom: none;
}

.modal-footer {
	background: #bde234;
	border-top: none;
	border-top: none;
	padding: 10px 15px;
	box-shadow: 0 1px 0 #bde234 inset;
}

.modal-body {
	background: #bde234;
}