@charset "UTF-8";
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300,600&subset=latin-ext);*/
@import url(https://fonts.googleapis.com/css?family=Fjalla+One&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100&subset=latin-ext);

@media (max-width: 480px) {
.xs-enlarge {
	width: 100%;
}
}
body {
	background-color: #fff;
	/*background-color:#AADDFF;*/
	background-size: cover;
	font: normal 18px/18px 'Roboto Slab', serif;/*font-family: 'Roboto Slab', serif;*/
}
.btn-primary {
	background-color: #0059A2;
}
.btn-primary:hover {
	background-color: #FF2E00;
	border-color: #FF2E00;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
header {
	border-bottom: 6px solid #EEE;
}
nav .brand {
	line-height: 100px;
}
nav .brand img {
/*width:100%;
	max-width:100%;*/
}
.nav {
}
.nav>li {
	/*float:left;*/
	display: inline-block;
}
.nav>li>a {
	text-transform: uppercase;
	line-height: 40px;
	/*color: #686766;*/
	color: #0059A2;
	font: normal 18px/18px Fjalla One;
	text-align: center;
	white-space: nowrap;
	padding-top: 45px;
	padding-bottom: 0px;
	margin-bottom: 37px;
}

@media (max-width:767px) {
.nav>li>a {
	font: normal 17px/17px Fjalla One;
	padding-top: 0;
}
}
.nav>li.active>a, .nav>li>a:hover {
	background-color: transparent;
}
.nav>li>a:after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #ff2e00;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.nav>li.active>a:after, .nav>li:hover>a:after {
	width: 100%;
	margin: 0 0 0 -50%;
}
.nav>li>a>.glyphicon-home {
	margin-top: -2px;
}
#intro {
	background-image: url(../img/jumbo2.jpg);
	background-size: cover;
	/*background-position: 50% 0;*/
	background-position: center;
	/*background-attachment:fixed;*/
	/*height:400px; */
	/*width: 100%; */
	position: relative;
	margin-top: 10px;
	padding-left: 0;
	padding-right: 25%;
}
#domino {
	background-image: url(../img/domino.jpg);
	background-size: cover;
	/*background-position: 50% 0;*/
	background-position: center;
	/*background-attachment:fixed;*/
	height: 400px;
	/*width: 100%; */
	position: relative;
	margin-top: 10px;
}
h2.s1 {
	font-size: 38px;
	font-weight: 400 !important;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #0357A0;
	margin: 0 0 16px 0;
}
div.s1, p.s1 {
	font-size: 21px;
	font-weight: 300 !important;
	text-transform: none;
	line-height: 35px;
	color: inherit;
	text-align: center;
}
.sets .banner-wrap {
	text-align: center;
}
.sets figure {
	display: inline-block;
}
.sets figure h5 {
	font-size: 20px;
	font-weight: 100 !important;
	line-height: 1.2em;
	margin: 0 0 4px 0;
	color: #fff;
	text-transform: uppercase;
	background-color: #0059A2;
	padding: 6px 0;
}
.sets img {
	max-height: 250px;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.sets figure .img-thumbnail {
	padding-bottom: 0;
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.sets figure h5 {
	padding: 4px;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-control {
	height: 40px;
	border: #e6e6e6 2px solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 10px;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700;
}
.wyroznia aside>div {
	font-size: 16px;
}
.wyroznia aside .fa {
	font-size: 80px;
	color: #0059A2;
	margin-top: 30px;
}

.list {
    list-style: none;
    display: table;
    padding: 0;
    text-align:left;
    max-width: 600px;
    margin: 0 auto;
}
.list>li {
    display: table-row;
}
.list>li>span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-left: 20px;
	padding-bottom: 10px;
}

.list>li>ul {
    list-style: none;
    display: block;
    width: 180px;
    height: 120px;
    padding: 0;
    margin-bottom: 10px;
}

.list>li>ul>li {
    width: 100%;
    display: block;
    height: 50%;
    line-height: 60px;
    border: 1px solid transparent;
}
.list>li>ul:hover>li {
    border-style: dotted;
    border-color: #fff;
}

.list>li>ul>li>a {
    color: #fff;
    display: block;
    visibility:hidden;
    text-align:center;
}
.list>li>ul:hover>li>a {
    background-color: rgb(0, 89, 162);
    visibility:visible;
}

.list>li>ul>li>a:hover {
    background-color: #e61b32;
    text-decoration: none;
    transform: scale(1.1);
}