/* ==========================================================================
   SCMB
   W4cms v4.6.5s
   26.01.2016
   N4K.EU
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700&subset=latin,latin-ext);

body{
	background-color: #fff;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	position: relative;
}


.bg{
	/*background-color: #333;*/
	background-color: #00344A;
	display: block;
	height: 530px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 1;
}

@media (max-width: 991px) {
	.bg{
	background-color: #333;
	display: block;
	height: 610px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 1;
}
}

@media (max-width: 767px) {

.container {
  padding-left: 0px;
  padding-right: 0px;
}

}




@media (min-width: 992px) {
.container{
	position: relative;
}

.container::before{
	content: "";
	background-color: #F2F2F2;
	display: block;
	width: 300px;
	position: absolute;
	left: 15px;
	top: 0px;
	bottom: 0px;	
	}
}

a{
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #222;
}

a:hover, a:focus {
	text-decoration: none;
}


.focus-only
{
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.focus-only:focus
{
	position: static; /*lub clip: auto;*/
}
.lt-ie9 #header,
.lt-ie9 #main,
.lt-ie9 #footer,
.lt-ie9 .bg{
	display: none;
}



/*** tooltip ***/
.tooltip-inner{background-color: #009441;}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow
{border-top-color: #009441;}
.tooltip.right .tooltip-arrow {border-right-color: #009441;}
.tooltip.left .tooltip-arrow {border-left-color: #009441;}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow 
{border-bottom-color: #009441;}




/****HEADER*****/
@media (min-width: 992px) {
#header{
	float: left;
	width: 300px;
	position: relative;
	z-index: 2;
}
}

@media (max-width: 991px) {
#header{
	position: relative;
	z-index: 2;
}	
}

#header h1{
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #F2F2F2;
}

@media (min-width: 992px) {
/*
#header h1:after{
	content: "";
	background-color: #F2F2F2;
	display: block;
	height: 40px;
	width: 300px;
	position: absolute;
	bottom: -20px;
	left: 0px;
	transform: skew(0deg, -3deg);
	-webkit-transform: skew(0deg, -3deg);
	-moz-transform: skew(0deg, -3deg);
	-o-transform: skew(0deg, -3deg);
	-ms-transform: skew(0deg, -3deg);
	z-index: 2;
}
*/
#header h1 a{
	text-indent: -999999px;
	color: #333;
	height: 220px;
	width: 300px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	z-index: 1;
}
}
@media (max-width: 991px) {
#header h1 a{
	color: #333;
	height: 80px;
	width: 370px;
	/*background-color: #FFF;*/
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: contain;
	display: block;
	z-index: 1;
	padding: 15px 0 0 120px;
	font-size: 16px;
	text-transform: uppercase;
}
}

@media (max-width: 460px) {
#header h1 a{
	padding: 20px 0 0 100px;
	font-size: 14px;
	width: 320px;

}
}


@media (max-width: 400px) {

#header h1 a{
	height: 80px;
	width: 300px;
	text-indent: -999999px;
}

}
	
/***  NAV ***/



@media (min-width: 992px) {

#header #nav {
	overflow: hidden;
	position: relative;
	clear: both;
	float: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAEUlEQVQYlWNgIAykRhUQpwAAmB8A67sq06UAAAAASUVORK5CYII=);
	/* background-color: #c90310; */
	background-color: #0086BF;
	height: 310px;
}

#header #nav ul {
	padding: 40px 0 45px 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}



#header #nav ul li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	display: block;
}

#header #nav ul li a{
	font-size: 18px;
	color: #EFEFEF;
	padding: 7px 30px;
	display: block;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2em;
}


#header #nav ul li a:hover, 
#header #nav ul li.active a{
	text-decoration: none;
	/* color: #c90310; */
	color: #0086BF;
	background-color: #F2F2F2;	
}




}



	

@media (min-width: 992px) { 

	#showmenu {
		display: none;
	}
	#header #nav ul{
		display: inline-block !important;
	}
	
}
@media (max-width: 991px) {
	#header #nav {
		overflow: visible;
	}
	#header #nav::after {
		display: none;
	}


	#showmenu {
	display: inline-block;
	font-size: 36px;
	color: #009FE3;
	padding: 14px 0;
	margin-left: 20px;
	position: absolute;
	top: 0px;
	right: 30px;
	}
	
	
	#header.affix #nav #showmenu {
		padding: 8px 0 8px 0px;

	}
		
	#showmenu:hover {
		color: #E30613;
	}

	#header #nav ul.nv{
		display: none;
		padding: 0px;
		clear: both;
		float: none;
		margin: 0 0 0 0;
		width: 100%;
	}
	
	#header #nav ul.nv li {
		display: block;
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: center;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCC;
		background-color: #009FE3;
	}
	
	#header #nav ul.nv li a{
		font-size: 18px;
		line-height: 40px;
		padding: 0 10px;
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		color: #FFF;
	}
		
		
	#header #nav ul li a:hover{
	text-decoration: none;
	color: #FFF;
	/*background-color: #E30613;*/
	background-color: #006088;
	}
	
	
	#header #nav ul li.active a{
	text-decoration: none;
	color: #FFF;
	/*background-color: #D71324;*/
	background-color: #006088;
	}

	
	#header #nav ul.social_media{
		display: none;
	}	

}



/****INTRO****/

#intro{
	height: 530px;
	background-image: url(../content/intro/big/1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 2;
}

#intro::after{
	content: "";
	width: 411px;
	height: 500px;
	background-image: url(../content/intro/sopocko.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 3;
}


#intro blockquote{
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 400px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-size: 16px;
	color: #CCC;
	border: none;
	font-style: italic;
}

@media (min-width: 1200px) {#intro{width: 840px; float: right;}}
@media (min-width: 992px) and (max-width: 1199px) {#intro{width: 640px; float: right;}}
@media (min-width: 767px) and (max-width: 991px) {}
@media (max-width: 767px) {
#intro blockquote{
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 30px;
	font-size: 16px;
	color: #CCC;
	border: none;
	font-style: italic;
	z-index: 4;
}
}


/****MAIN****/
#main{
	background-color: #fff;
	position: relative;
	z-index: 2;
}
@media (min-width: 1200px) {#main{width: 840px; float: right;}}
@media (min-width: 992px) and (max-width: 1199px) {#main{width: 640px; float: right;}}
@media (min-width: 767px) and (max-width: 991px) {}


#main:before,
#main:after,
.pageBody:before,
.pageBody:after,
.content:before,
section:after,
section:before,
.content:after
 {
  content: " ";
  display: table;
}
#main:after,
.pageBody:after,
section:after,
.content:after
{
  clear: both;
}

.pageBody{
	padding: 30px 30px 30px 60px;
}
@media (max-width: 767px) {
	.pageBody{
	padding: 30px ;
}
}

.section_header{
	font-size: 24px;
	text-transform: uppercase;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	/*margin-left: 60px;*/
	position: relative;
	margin-bottom: 15px;
	text-align: right;
}

.page_header {
	color: #999999;
	font-size: 50px;
	position: relative;
	text-transform: uppercase;
	height: 220px;
	margin: 0 0 30px 0;
	padding: 30px 30px 30px 20%;
	text-align: right;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAEUlEQVQYlWNgIAykRhUQpwAAmB8A67sq06UAAAAASUVORK5CYII=);
}

.page_header small{
	color: #999999;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: right;
	
	display: block;
	width: 45%;
	margin-left: 55%;
}


@media (max-width: 767px) {

.page_header {
	font-size: 40px;
	line-height: 40px;
	height: auto;
	margin: 0 0 30px 0;
	padding: 30px;
	text-align: center;
}

.page_header small{
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	width: 100%;
	margin: 0;
}
}

@media (max-width: 480px) {

.page_header {
	font-size: 36px;
	line-height: 36px;
}
.page_header small{
	font-size: 14px;
	line-height: 16px;
}
}

/****NEWS****/





#news_indexbox, #news_list{
	margin-bottom: 60px;
	position: relative;
	padding: 30px 30px 30px 30px;
}



#news_indexbox:before,
#news_indexbox:after {
  content: " ";
  display: table;
}
#news_indexbox:after {
  clear: both;
}

#news_indexbox article,
#news_list article{
	display: block;
	margin-bottom: 30px;
}

#news_indexbox article a,
#news_list article a{
	display: block;
	position: relative;
}



#news_indexbox article a figure, 
#news_list article a figure{
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#news_indexbox article a figure img,
#news_list article a figure img{
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	position: relative;
}

#news_indexbox article a:hover figure img,
#news_list article a:hover figure img{
	transform: scale(1.1) ;
    -webkit-transform: scale(1.1));
    -ms-transform: scale(1.1);
}

#news_indexbox article.news-small a:hover figure,
#news_list article.news-small a:hover figure{
	border-bottom-left-radius: 0;
}

#news_indexbox article a header,
#news_list article a header{
	margin-top: 2px;
}



#news_indexbox article a header h3,
#news_list article a header h3{
	font-size: 20px;
	color: #222;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 130px;
	margin: 0;
	padding: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 800px;
/*	background-color: #F2F2F2;*/
	background-color: #0086BF;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAEUlEQVQYlWNgIAykRhUQpwAAmB8A67sq06UAAAAASUVORK5CYII=);
	text-transform: uppercase;
}



#news_indexbox article a:hover header h3,
#news_list article a:hover header h3{
	color: #FFF;
	/*background-color: #C90310;*/
	background-color: #0086BF;
}

#news_indexbox article a header time,
#news_list article a header time{
	font-size: 12px;
	color: #333;
	background-color: #F8F8F8;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-align: center;
	display: block;
	text-transform: uppercase;
	margin-top: 2px;
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EBECED;
	border-bottom-color: #EBECED;
}



#news_indexbox  .owl-nav{
	position: absolute;
	left: 0px;
	top: -50px;
}

#news_indexbox .owl-prev, #news_indexbox .owl-next{
	display: inline-block;
	margin-right: 8px;
	font-size: 22px;
	color: #CCC;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#news_indexbox .owl-prev:hover, #news_indexbox .owl-next:hover{
	color: #C90310;
}








#news .news{
	position: relative;
	padding: 30px 30px 30px 60px;
}


#news .news header.news_header{
	text-align: center;
	padding: 0px 30px 15px 30px;
	color: #222;
	text-transform: uppercase;
	
}


#news .news header.news_header .meta-info{
	font-size: 14px;
	color: #666666;
}

#news .news figure {
	margin-bottom: 30px;
}


#news .news figure img{
	overflow: hidden;
	position: relative;
	display: block;
    height: auto;
    max-width: 100%;
}

#news .news figure figcaption{
	font-size: 14px;
	font-style: italic;
	color: #999;
}

.articleBody img{
    display: block;
    height: auto;
    max-width: 100%;
}

.articleBody a{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #255A79;
	color: #255A79;
}

.articleBody a:hover{
	color: #D71324;
	border-bottom-color: #D71324;
	text-decoration: none;
}


#gallery {
	margin-top: 60px;
}

#gallery header{
	color: #222;
	margin-bottom: 30px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAEUlEQVQYlWNgIAykRhUQpwAAmB8A67sq06UAAAAASUVORK5CYII=);
	padding: 15px 30px;
}

#gallery header .meta-info{
	font-size: 14px;
	color: #666;
}

#mini_gal{
	margin-top: 60px;
}

#mini_gal a.item{
	display: block;
	position: relative;
	width: 25%;
	float: left;
}

#mini_gal a.item img{
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: 1px solid #FFF;
}



#mini_gal a:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	display: block;
	font-size: 60px;
	line-height: 60px;
	color: #FFF;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-top: -30px;
	margin-left: -30px;
	font-family: FontAwesome;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	text-rendering: auto;
	text-align: center;
}

#mini_gal a:hover:after{
	opacity: 0.7;

}














/****STOWARZYSZENIE****/

#association article{
	position: relative;
	padding: 30px;
}

.SubNav{
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 15px;
	width: 35%;
}

.SubNav a{
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding: 5px 5px;
	display: block;
	text-transform: uppercase;
	color: #333;
	line-height: 1.2em;	
}
.SubNav a.active, .SubNav a:hover{
	/*color: #C90310;*/
	color: #0086BF;
}

#association article header{
	margin-bottom: 60px;
}


#association article header:before,
#association article header:after {
  content: " ";
  display: table;
}
#association article header:after {
  clear: both;
}


#association article header h1{
	display: inline-block;
	float: left;
	text-transform: uppercase;
	width: 60%;
}

@media (max-width: 1200px) {
#association article header h1{
	font-size: 30px;
}
	
}

@media (max-width: 991px) {
#association article header h1{
	font-size: 26px;
}

.SubNav{
	padding-left: 15px;
	width: 40%;
}
	
}


@media (max-width: 600px) {
#association article header h1{
	font-size: 26px;
	display: block;
	float: none;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

.SubNav{
	padding: 0;
	width: 100%;
	text-align: center;
	float: none;
	border: none;
}
.SubNav a{
	text-align: center;
	padding: 5px 5px;
	line-height: 1.2em;	
}

	
}




/****SIDEBAR****/

@media (min-width: 992px) {
	#sidebar{
	float: left;
	width: 300px;
	position: relative;
	z-index: 2;
	padding: 15px;
	}
}
@media (max-width: 991px) {
	#sidebar{
		display: none;	
	}
}

#sidebar h3{
	text-transform: uppercase;
}
	
#sidebar .recommend a{
	padding: 2px;
	border: 1px solid #CCC;
	display: block;
	margin-bottom: 15px;
}

#sidebar .recommend a img{
	display: block;
    height: auto;
    max-width: 100%;
}



/****KONTAKT****/
#kontakt .content{
	padding: 30px
}




.mapa {
	padding: 3px;
	border: 1px solid #CCC;
}

.mapa #map{
	height: 300px;
	width: 100%;
}



#contact-form label{
	font-size: 14px;
	font-weight: 400;
}

.form-control, .btn {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

#contact-form .form-group{
	position: relative;
}

#contact-form .form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border: 1px solid #333333;
}

#contact-form .req:after{
	content: '*';
	color: #C03;
	margin-left: 2px;
}

#contact-form input.error,
#contact-form textarea.error,
#contact-form input.error:focus{
	border-top-color: #C03;
	border-right-color: #C03;
	border-bottom-color: #C03;
	border-left-color: #C03;
}

#contact-form label.error{
	color: #FFF;
	font-size: 12px;
	background-color: #C03;
	position: absolute;
	right: 0px;
	top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}



#kontakt address {
  margin-bottom: 0px;
}

#adres address p strong{
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 24px;
}


.contact_info, .contact_info a {
    color: #222;
    margin: 30px 0;
    padding: 0;
}
.contact_info a:hover {
    color: #CC0033;
}
.contact_info {
    margin: 30px 0 0 0;
    padding: 0;
}
.contact_info li,
.bank{
	list-style-type: none;
	margin-bottom: 10px;
	line-height: 1.2em;
	padding-left: 60px;
	position: relative;
	height: 36px;
}

.contact_info li span,
.bank span{
	height: 36px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.contact_info li .fa,
.bank .fa {
	color: #777;
	display: inline-block;
	font-size: 20px;
	line-height: 36px;
	margin-right: 20px;
	width: 36px;
	background-color: #F2F2F2;
	text-align: center;
	position: absolute;
	left: 0px;
}


.contact_social {
	margin: 0 0 30px 0;
	padding: 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.contact_social li {
    display: inline-block;
    position: relative;
}

.contact_social li a {
	color: #555;
	display: inline-block;
	font-size: 30px;
	text-align: center;
	margin-right: 10px;
}
.contact_social li a:hover {
    color: #C90310;
}





/****FOOTER****/
#footer{
	
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAEUlEQVQYlWNgIAykRhUQpwAAmB8A67sq06UAAAAASUVORK5CYII=);
	/*background-color: #333333;*/
	background-color: #00344A;
	clear: both;
	float: none;
	position: relative;
	z-index: 2;
	color: #999;
	text-align: center;
	padding: 30px;
	font-size: 14px;
}

#footer a{
	opacity: 0.5;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#footer a:hover{
	opacity: 1;
}





















 /* PAGINATION */

.stronicowanie {
	display: block;
	clear: both;
	float: none;
	margin-top: 10px;
	padding: 0 15px;
}
 
 /*pagination js*/
  .holder {
	margin: 15px 0 40px 0;
	text-align: center;
  }

  .holder a {
	font-size: 14px;
	cursor: pointer;
	color: #333;
	border: 1px solid #CCC;
	padding: 5px 10px;
	margin: 0 2px 0 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  }

  .holder a:hover {
	background-color: #333;
	border: 1px solid #333; 
	color: #fff;
	text-decoration: none;
  }



  .holder a.jp-current, a.jp-current:hover {
	background-color: #0086BF !important;
	border: 1px solid #0086BF; !important;
	color: #fff;
  }

  .holder a.jp-disabled, a.jp-disabled:hover {
	color: #ccc;
  }

  .holder a.jp-current, a.jp-current:hover,
  .holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
  }

  .holder span { margin: 0 5px; }

	.jp-first,
	.jp-previous,
	.jp-next,
	.jp-last{
	  display: inline-block;
	  font-family: FontAwesome;
	  font-feature-settings: normal;
	  font-kerning: auto;
	  font-language-override: normal;
	  font-size: inherit;
	  font-size-adjust: none;
	  font-stretch: normal;
	  font-style: normal;
	  font-synthesis: weight style;
	  font-variant: normal;
	  font-weight: normal;
	  line-height: 18px;
	  text-rendering: auto;
	}




/*scrollup*/

.scrollup {
    background: none repeat scroll 0 0 #292929;
    bottom: 20px;
    color: #fff !important;
    display: none;
    font-size: 15px;
    height: 40px;
    left: auto;
    line-height: 40px;
    margin: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    top: auto;
    width: 40px;
    z-index: 8000;
}
.scrollup:hover {
    background: none repeat scroll 0 0 #0086BF;
}




/**** browse ****/

#browse{
	display: none;
}
.lt-ie9 #browse{
	display: block;
}


#browse{
	background-color: #fff;
	text-align: center;
	border: 0px;
	margin: 0px;
	width: 100%;
	z-index: 3000;
}

.lt-ie9 #qLtempOverlay{display: none;}

#browse img{
	height: 170px;
	width: auto;
}

#browse div{
	height: 460px;
	width: 600px;
	margin-top: -300px;
	margin-left: -230px;
	left: 50%;
	top: 50%;
	position: absolute;
	font-size: 18px;
}


#browse ul{
	padding: 0px;
	display: block;
	clear: both;
	float: none;
	width: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#browse ul li{
	margin: 30px 10px 10px 10px;
	padding: 0px;
	display: block;
	list-style-type: none;
	position: relative;
	float: left;
}


#browse a{
	background: url(../img/browse.png) no-repeat left top;
	display: block;
	width: 60px;
	text-align: center;
	font-size: 14px;
	color: #000;
	height: 90px;
	padding-top: 70px;
	vertical-align: top;
}



#browse a.chrome{bbackground: url(../img/browse.png) no-repeat 0 top;}
#browse a.firefox{background: url(../img/browse.png) no-repeat -60px top;}
#browse a.opera{background: url(../img/browse.png) no-repeat -120px top; }
#browse a.safari {background: url(../img/browse.png) no-repeat -180px top;}
#browse a.ie{background: url(../img/browse.png) no-repeat -240px top; }

#browse a:hover{
	color: #C00;
}





/***** cookieinfo ******/

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
	position: fixed;
	font-size: 12px;
	bottom: 0px;
	left: 0px;
	padding: 20px  20px 0  20px;
	z-index: 1000;
	text-align: center;
	color: #ccc;
	background-color: #222;
	width: 200px;
	border-top-right-radius: 10px;
	line-height: 1.1em;
}


#cookieinfo a.closeinfo {
	display: block;
	margin-top: 10px;
}
#cookieinfo a.closeinfo span {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: none;
	background-color: #111;
	clear: both;
	float: none;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 30px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#cookieinfo a.closeinfo:hover span {
	color: #fff;
	background-color: #B5030E;
}





#fitweird{
	z-index: 2000;
}

