html {
    margin: 0; }

body {
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif !important;
    padding-top: 107px;
    line-height: 20px; 
    text-rendering: optimizelegibility;}

body.pull_top {
    padding-top: 0px !important; 
    text-rendering: optimizelegibility;

}

.header_container {
    margin: 0px;
    width: 100%;
    padding: 10px 0px;
    background: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.header-fixed-top {
    top:0;
    position: fixed;
    z-index: 1030;
}
.container {
    width: 980px;
    margin: 0 auto;
    overflow: auto;
    margin-bottom: 15px;
}
.checkbox_agree{
    width: 20px;
    float: left;
}

.span_agree {
    font-size: 13px;
    line-height: 15px;
}
.header_container.sticky {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(255,255,255,0.7);
}
.header_container.sticky .container {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

.header_container .logo {
    background:url("../images/logo.png") no-repeat left top transparent;
    display: inline-block;
    width: 129px;
    height:25px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; 
    text-indent: -99999em;
}

.header_container .container {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: margin .2s ease-in-out;
    -moz-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out; }

.header_container .menu {
    float: right;
}

.header_container .menu li {
    float: left;
    list-style: none;
}

.header_container .menu li a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    opacity: 0.6;
    margin: 0px 10px;
    line-height: 25px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.2s linear 0s;
    text-transform: uppercase;
    display: block;
}

.header_container .menu li a:hover, .header_container .menu li.active a {
    color: #ffffff;
    opacity: 1;
}


#feature_slider {
    height: 649px;
    background:url("../images/features_bg.jpg") repeat-x center bottom #202020;
    z-index: 1;
    margin-bottom: 30px;
    padding-bottom: 24px;

}
#feature_slider .slide {
    width: 100%;
    /*height: 720px;*/
    min-width: 980px;
    height: 649px;
    position: absolute;
    display: none;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /* Custom styles for each slide */
    /* Slide 1 */
    /* Slide 2 */
    /* Slide 3 */
    /* Slide 4 */ }
#feature_slider #pagination {
    position: absolute;
    top: 630px;
    z-index: 3;
    margin: 0;
    padding: 0;
    display: none;
    list-style-type: none; }
#feature_slider #pagination li {
    text-indent: -99999em;
    float: left;
    padding: 0 4px;
    cursor: pointer; }
#feature_slider #pagination li a {
    width: 6px;
    height: 6px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    display: block;
    /*border: 1px solid #fff;*/
    opacity: .7;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear; }
#feature_slider #pagination li.active a {
    background: rgba(0,0,0,0); }
#feature_slider #pagination li:hover a {
    opacity: 1; }
#feature_slider .slide.previous {
    z-index: 1; }
#feature_slider .slide.active {
    z-index: 2; }
#feature_slider .slide.hidden {
    display: none; }
#feature_slider #slide-left {
    width: 46px;
    height: 49px;
    display: block;
    position: absolute;
    top: 320px;
    left: 10px;
    background: url("../images/arrows.png") no-repeat;
    opacity: .5;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
    display: none;
    z-index: 2; }
#feature_slider #slide-left:hover {
    opacity: 1; }
#feature_slider #slide-right {
    width: 46px;
    height: 49px;
    display: block;
    position: absolute;
    top: 320px;
    left: auto;
    right: 10px;
    background: url("../images/arrows.png") no-repeat;
    background-position: -47px 0;
    opacity: .5;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
    display: none;
    z-index: 2; }
#feature_slider #slide-right:hover {
    opacity: 1; }















#feature_slider .slide#security .info {
    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 10;
    color: #606871;
    font-size: 22px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}
#feature_slider .slide#security .info strong,
#feature_slider .slide#badmintonpro .info strong,
#feature_slider .slide#mecenat .info strong,
#feature_slider .slide#sab .info strong{
    font-weight: 400; }

#feature_slider .slide#badmintonpro .info {
    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 10;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}
#feature_slider .slide#badmintonpro .info span {
    display: block;
    margin: 0 auto;
    padding: 5px 10px;
    white-space: nowrap;
    display: inline;
    background: rgba(0,0,0,0.5);
}
#feature_slider .slide#mecenat .info {
    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 10;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}
#feature_slider .slide#mecenat .info span {
    display: block;
    margin: 0 auto;
    padding: 5px 10px;
    white-space: nowrap;
    display: inline;
    background: rgba(0,0,0,0.5);
}
#feature_slider .slide#sab .info {
    position: absolute;
    bottom: 32px;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 10;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}
#feature_slider .slide#sab .info span {
    display: block;
    margin: 0 auto;
    padding: 5px 10px;
    white-space: nowrap;
    display: inline;
    background: rgba(0,0,0,0.65);
}
#feature_slider .slide .asset, #feature_slider .slide .fade {
    position: absolute;
    display: none; }

.header_background {
    width: 100%;
    height: 232px;
    background:url("../images/features_bg.jpg") no-repeat center bottom #ffffff;
    text-align: center;
}
.header_background h1 {
    font-size: 30px;
    color: #ffffff;
    padding-top: 124px;
    text-shadow:0 2px 0 #000000;
    font-weight: normal;
    font-style:italic;
}
.top1 {
    background:url("../images/top1.jpg") repeat-x center top transparent;
    width: 100%;
    height: 208px;
}
.top2 {
    background:url("../images/top2.jpg") repeat-x center top transparent;
    width: 100%;
    height: 208px;
}
.top3 {
    background:url("../images/top3.jpg") repeat-x center top transparent;
    width: 100%;
    height: 208px;
}
.top4 {
    background:url("../images/top4.jpg") repeat-x center top transparent;
    width: 100%;
    height: 208px;
}
.top5 {
    background:url("../images/top5.jpg") repeat-x center top transparent;
    width: 100%;
    height: 208px;
}
.top6 {
    background:url("../images/top6.jpg") repeat-x center top transparent;
    width: 100%;
    height: 208px;
}
.map_container {
    border: 1px solid #cccccc;
    width: 978px;
    height: 198px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;}
.map {
    width: 976px;
    height: 196px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #ffffff;
}
.frm-error {color:#A91010; font-size:11px;}
#contact_form {
    float: right;
	color:#404040;
	font-style:italic;
}
#contact_form td {padding: 3px 0px; color:#404040;font-style:italic;}
input {
    border:1px solid #cccccc;
    background: #fcfcfc;
    color: #919191;
    padding: 13px;
    width: 300px;
    margin:3px 0px 5px;
}

textarea {
    border:1px solid #cccccc;
    background: #fcfcfc;
    padding: 13px;
    height: 150px;
    width: 300px;
    margin:3px 0px 5px;
}
.wyslij {
    cursor: pointer;
    background:#a91010;
    color: #FFFFFF;
    text-decoration: none;
    text-align:center;
    border:none;
    float: right;
    width: 150px;
}
.wyslij:hover {
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    cursor: pointer;
    width:150px;
    background:none repeat scroll 0 0 #515151;
    color: #FFFFFF;
    text-decoration: none;
    text-align:center;
    border:none;
}
.bold {font-weight:bold;}
.left {float:left;}
.right {float:right;}
.red {color: #a91010;}
.clear {clear: both;}

.contact_left {
    float: left;
    width: 624px;
    line-height: 23px;
    font-size: 16px;
    color: #404040;
    height: 373px;
    background: url("../images/kontakt2.jpg") no-repeat 315px bottom;
    font-style:italic;
}
.tel {
    width: 370px;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
}
.tel span {font-weight: 400;}
.box_container {
    width: 930px;
    margin: 0 auto;
    padding-left: 50px;
    overflow: auto;
}
#form_contact {color: #404040;}
.box {
    float: left;
    padding-right: 50px;
    width: 260px;
    margin-bottom: 20px;
}

.box_img {
    width: 260px;
    height: 122px;
    background: url("../images/shadow.png") no-repeat 100px 105px;
    padding: 0px 50px 25px 0px;
}
.box_title {
    font-size:20px;
    color: #404040;
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 15px;
    font-style:italic;
}

.box_desc {
    font-size: 14px;
    color: #404040;
    margin-top: 10px;
    font-weight: 400;
    text-align: left;
    line-height: 23px;
    font-style:italic;
}

.more a {
    padding: 10px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background: #a91010;
    margin: 10px 0px;
    float: right;
    font-size: 13px;
    pointer:cursor;
}
.more a:hover {
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    background:none repeat scroll 0 0 #515151;
    text-decoration: none;
    text-align:center;
    border:none;
}

.online a {
    padding: 10px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background: #a91010;
    margin: 10px 10px 10px 0px ;
    float: right;
    font-size: 13px;
    pointer:cursor;
}
.online a:hover {
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    background:none repeat scroll 0 0 #515151;
    text-decoration: none;
    text-align:center;
    border:none;
}










.news_container {
	width:100%;
	min-width:980px;
	background: #2c449a;
	}

.news {
    width: 940px;
    margin: 0 auto;
    background: #2c449a;
    height: 40px;
    overflow: hidden;
    padding: 5px 20px;
    color: #bdcbfc;
    line-height: 40px;
}


#footer_container{
    width: 100%;
    background: #050505;
    min-height: 200px;
    min-width: 980px;
}

.footer {
    width: 980px;
    margin: 0 auto;
    overflow: auto;
}
.foot_menu {float:left; padding: 38px 30px 0px 20px;color:#a0a0a0;font-size:12px;}

.foot_menu span {
    display:block;
    padding-bottom:25px;
    color:#ffffff;
    font-size:15px;
    text-transform: uppercase;
}

.foot_menu ul {padding-left: 0px;}

.foot_menu a, .foot_menu a:visited {
    font-size:13px; 
    color:#a0a0a0; 
    text-decoration:none;
    line-height:22px;
}

.foot_menu a:hover {text-decoration:underline;}


.contact_menu {
    float:right; 
    margin-top: 18px; 
    margin-bottom: 18px; 
    padding: 20px 60px 20px 30px;
    color:#a0a0a0;
    font-size:13px; 
    line-height: 22px;
    border-left: 1px solid #212121;}

.contact_menu span {
    display:block;
    padding-bottom:25px;
    color:#ffffff;
    font-size:15px;
    text-transform: uppercase;
}
.phone {
    font-size: 22px !important;
    font-weight: 400;
    padding-bottom: 15px !important;
}
.copyrights {
    width: 960px;
    margin: 0 auto;
    text-align: right;
    font-size: 12px;
    line-height: 27px;
    height: 27px;
    padding-bottom: 10px;
    color: #a0a0a0;
}


#feature_slider h1 {
    color: #CCCCCC;
    font-size: 35px;
    font-weight: 300;
    line-height: 66px;
    position: absolute;
    text-align: center;
    top: 258px;
    width: 100%;
}

.content_left {
    width: 684px;
    margin-right: 40px;
    margin-bottom: 20px;
    float: left;
    line-height:25px;
    font-style:italic;
    font-size:15px;
}

.content_right {
    float: left;
    width: 256px;
    margin-bottom: 20px;
}

.content_container {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #5b5b5b;

}


.site_title {
    font-size:20px;
    color: #404040;
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 15px;
}

.site_title2 {
    display: block;
    font-size:17px;
    color: #404040;
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 15px;
}
.right_box_title {
    font-size:20px;
    color: #404040;
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 10px;
}

.content_left ul {
    list-style: none;
    margin-bottom: 10px;
}

.content_left ul li {
    background: url("../images/li.png") no-repeat left 9px transparent;
    padding-left: 19px;
}

.right_menu {margin-bottom: 25px;}
.right_menu ul {
    list-style: none;
}
.right_menu ul li a{
    display: block;
    width: 223px;
    padding: 0px 8px 0px 25px;
    margin-bottom: 3px;
    color: #5b5b5b;
    text-decoration: none;
    font-size: 13px;
    line-height: 30px !important;
    background: url("../images/right_li.png") no-repeat 10px center #f2f2f2;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.right_menu ul li.active a, .right_menu ul li a:hover {
    background: url("../images/right_li.png") no-repeat 10px center #e1e1e1;
}

.order {
    cursor: pointer;
    background:#a91010;
    color: #FFFFFF;
    text-decoration: none;
    text-align:center;
    border:none;
    margin-top: 10px;
    padding: 10px 0px;
    width: 256px;
    display: block;
}
.order:hover {
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    cursor: pointer;
    background:none repeat scroll 0 0 #515151;
    text-decoration: none;
    text-align:center;
    border:none;
}

.realization {
    float: left;
}
.realization .left {
    width: 330px;
    margin-right: 24px;
    float: left;
}
.realization .right {
    width: 330px;
    float: left;

}


.pagination {float: right;}

.pagination a, .pagination a:visited {
    background: none repeat scroll 0 0 #A91010;
    color:#fff;
    border: 1px solid #A91010;
    display: block;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    margin-left:5px;
    font-size:14px;
    line-height:18px;
    float:left;
}

.pagination a.active {
    background: #fff;
    border: 1px solid #A91010;
    color: #A91010;
    padding: 3px 5px;
    text-align: center;
    font-size:14px;
    margin-left:5px;
    float:left;}

.pagination a:hover {
    background: #fff;
    border: 1px solid #A91010;
    color: #A91010;
    padding: 3px 5px;
    text-align: center;
    margin-left:5px;
    font-size:14px;
    float:left;}
.button {text-align:justify;}
