/*main web colors 
	RED: #ED140A
	BLUE: #095F89
*/

body{
	margin:0;
	font-family: 'Cabin', sans-serif;	
	background-image: url("../images/back.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}*/
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
h1{
	font-family: 'Audiowide', cursive;
	color:#095F89;
	font-weight:600;
}
button{
	cursor: pointer;
}
.container_color{
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.margin_row{
	padding-bottom: 80px;
}
.navbar_logo{
	background-color: white;
	border-bottom: 10px solid #ED140A;
}
.navbar-right-own{
	float: right;
}
.btn-social{
	width: 120px;
}
.link_style{
	font-family: 'Racing Sans One', normal;
	text-transform: uppercase;
	font-size: 21px;
	color: white !important;
	text-indent: 5px;
}
@media only screen and (max-width: 768px) {
	h1{
		font-size: 28px;
	}
}
#gall{
	/*padding-left: 0px;*/
	/*padding-right: 0px;*/
	padding-top: 15px;
	width: 100%;
}

.nav_link_btn{
	font-size: 21px;
}
.nav_item_btn{
	text-transform: uppercase;
}
.link_akt{
	/*text-decoration: underline;*/
	border-bottom: 3px solid #ED140A;
}
.link_akt a{
	padding-bottom: 2px;
}
.menu_left{
	background-color: #ecf0f1;
	/*max-height: 262px;*/
	padding: 0px;
	font-family: 'Audiowide', cursive;
}
/*dodatkowy button */

a.btn_left_menu_akt.dropdown-toggle::after {
	display: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
@media only screen and (max-width: 766px) {
	.dropdown-submenu>.dropdown-menu {
    	left: 50%;
	}
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu:hover{
	background-color: lightgrey;
}
.dropdown-submenu a{
	color: #ED140A;
	margin-left: 15px;
}
.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}	
.dropdown-menu li:hover{
	background-color: lightgrey;
}
/*dodatkowa lista*/


.top_news{
	background-color: rgba(0, 0, 0, 0.10);
	border: 1px solid rgba(0, 0, 0, 0.25);
	margin: 8px 8px 30px 8px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
.wideo{
  width: 100% !important;
  height: 450px;
}
@media only screen and (max-width: 768px) {
	.wideo{
		height: 220px;
	}
}
.top_main_news_img{
	max-width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	object-fit: cover;	
}
.top_link{
	color: #292b2c;
}
.top_short_p{
	text-align: justify;
	color: #292b2c;
}
.top_img_into{
	max-width: 100%;
}


.btn_left_menu{
	/*background-color: ;*/
	color: #095F89;
	padding: 5px 0px 5px 25px;
}
.btn_left_menu a{
	color: #095F89;
	font-size: 18px;
}
.btn_left_menu h1{
	color: #095F89;
}
.btn_left_menu:hover{
	color: white;
	background-color: #095F89;
	cursor: pointer;
}
.btn_left_menu a:hover{
	color: white;
	background-color: #095F89;
	cursor: pointer;
}
.btn_left_menu_akt{	
	background-color: #095F89;
	cursor: pointer;
	color: white;
}
/*section news*/
.img-fluid{
	object-fit: cover;
}
.news{
	margin-top: 17px;
	box-shadow: 0px 0px 6px black;
}
.data_dodania{
	float: right;
	font-size: 12px;
}
.data_dodania_post{
	
	position: absolute;
	right: 0;
	font-size: 12px;
	margin-bottom: 5px;
}
.main_news_img{
	width: 100%;
	height: 180px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	object-fit: cover;	
}
.main_news_img_slider{
	width: 100%;
	height: 280px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	object-fit: cover;	
	filter: brightness(70%);

}
.wiecej_slider{
	font-size: 16px;
	margin-top: 20px;
}
.tytul_carusel{
	margin-bottom: 85px;
	font-size: 27px;
	text-shadow: 2px 2px 2px black;
}
.main_news_img_into{
	width: 100%;
	height: 300px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	object-fit: cover;	
	margin-top: 15px;
	margin-bottom: 10px;
}
.naglowek_news{
	margin-top: 25px;
	color: #ED140A;
	text-align: center;
	margin-left: 15px;
}
.tresc_news{
	padding:  10px 8px 10px 8px;
	text-align: justify;
}
.tresc_news h5{
	text-indent: 15px;
}
.tresc_news ul{
	margin-left: 40px !important;
}
.tresc_news img{
	width: 40% !important;
	height: auto !important;
}
/*pełen news*/

.tekst_news{
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 20px;
}
.img_gallery{
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	margin-bottom: 15px;
	opacity: 0.8;	
	transition:all 0.3s ease;
}
.img_gallery:hover{
	opacity: 1;
}
.orlik{
	padding-bottom: 50px;
}
/*tabele */
table {
	margin-top: 20px;
    /*border-collapse: collapse;*/
	border: none;
    width: 100% !important;
}

th, td {
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #e74c3c;
    color: white;
}

#o_klubie_zarzad{
	margin-top: 20px;
	margin-left: 70px;
	margin-bottom: 70px;	
}
#o_klubie_h2{
	margin-top: 10px;
	margin-left: 30px;
}

/*secition gallery*/

.img_gall{
	width: 90%;
	margin-top: 20px;
	box-shadow: 8px 8px 10px #aaa;
	transition:all 0.3s ease;
	margin-left: 5%;
}
.img_gall:hover{
	-webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.img_gall_inf{
	width: 100%;
	margin-top: 20px;
	box-shadow: 8px 8px 10px #aaa;
	transition:all 0.3s ease;
}
.img_gall_inf:hover{
	-webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.paginacja{
	position: absolute;
	bottom: 0;
	margin-bottom: 	20px;
	right: 	0;
	margin-right: 0px;
}
/*footer section*/

footer{
	border-top: 8px solid #095F89;
	background-color: #2E3732;
	min-height: 100px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 60px;
}
.row_dziekujemy{
		font-size: 28px;
		box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2);
}
.row_dziekujemy h1{
	margin-top: 25px;
	font-size: 28px;
	margin-bottom: 10px;
	text-align: center;
}
.footer_info{
	color: rgba(255, 255, 255, 0.8);
}
.footer_menu{
	text-align: right;
	color: white;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	text-decoration: none;
}
.link_footer{
	color: rgba(255, 255, 255, 0.5);
}
.link_footer:hover{
	color: grey;
	text-decoration: none;
}
.red_line{
	color: #095F89;
}
.social_icon a{
	font-size: 38px;
	color: #6E6E6E;
	margin-right: 5px;
}
#fa_fb{
	color: #3b5998;
}
#fa_twitter{
	color: #4099FF;
}
#fa_google{
	color: #d34836;
}
#fa_snap{
	color: #fffc00;
}
#fa_message{
	color: #2ecc71;
}

#fa_fb:hover{ filter: brightness(130%); }
#fa_twitter:hover{ filter: brightness(130%); }
#fa_google:hover{ filter: brightness(130%); }
#fa_snap:hover{filter: brightness(70%);}
#fa_message:hover{ filter: brightness(130%); }

.footer_row{
	margin-top: 20px;
}
.footer_head{
	font-family: 'Audiowide', cursive;
	margin-bottom: 10px;
	margin-top: 5px;
	color: white;
}

/*contact section */

.btn-send{
	margin-top: 10px;
	margin-bottom: 15px;
	float: right;
}
#map{
	width: 100%;
	height: 400px;
}
.row_map{
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.row_napisz h1{
	font-size: 28px;
}
.row_napisz{
	margin-top: 25px;
	font-size: 28px;
	margin-bottom: 10px;
	text-align: center;
}
.ikona_kon{
	font-size: 21px;
}
.icons_contact{
	text-align: center;
	font-size: 21px;	
}
.send_btn{
	float: right; 
	margin-top: 20px;	
}
.send_btn_click{
	width: 200px;

}
#nuss_it{
	color: white;
	text-align: right;
	margin-right: 10px;
	padding-bottom: 10px;
	font-size: 17px;
	text-shadow: 2px 2px 1px rgba(0,0,0, 0.9);
}
#nuss_it a{
	color: white;
}
#nuss{
	color: #FF7F00;
}
