@import url(//fonts.googleapis.com/css?family=Cardo:400,300,700,400italic,300italic,100italic,100,700italic,900,900italic&subset=latin,latin-ext);
@import url(./css/reset.css);

.greenfly {
	float: right;
    color: rgba(13, 92, 142, 0.4);
    margin: 10px;
}

.greenfly:hover {
	color: rgba(13, 92, 142, 1);
	text-decoration: none;
}

body {
	background:#fff;
	font-family:Cardo,serif;
	color:#0d5c8e;
}
a {
	color: #0d5c8e;
	text-decoration:none;
}
a:hover,a:focus,a:active {
	text-decoration:underline;
}
.half {
	width:50%;
}
.full {
	width:100%;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	margin:0 auto;
	display:inline-block;
	width:160px;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
#masthead {
    width: 600px;
    display: block;
    margin: 0 auto;
}
.site-branding {
	display: inline-block;
    text-align: center;
    font-size: .8em;
    font-weight: 600;
}
.site-branding img {
    display: inline-block;
    float: left;
    max-width: 180px!important;
    height: auto;
    margin: 10px auto;
    padding-left: 1.666em;
    padding-right: 1.666em;
}
.sidebar {
	text-transform: uppercase;
	float: left;
    background: #fff;
    color: #0d5c8e;
    width: 100%;
    z-index: 0;
}
.sidebar ul {
    list-style: none;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.8em;
}
.sidebar ul li {
    display: inline-block;
    padding: .3em;
}
.sidebar ul li a {
	color: #0d5c8e;
	font-size: .8em;
    font-weight: 600;
}
.sidebar-collapse {
	background: none;
	border: none;
	width: 100%;
	height: 2.6em;
	font-size: 2.4em;
	color: #0d5c8e;
	float: right;
}

.mobile-sidebar-visible {
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1000;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}

.mobile-sidebar-visible li {
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

ul.list-inline li {
	display:inline-block;
	margin-left:20px;
	margin-right:20px;
}
#metkaprzepisy {
	position:fixed;
	width:90px;
	height:90px;
	top:110px;
	right:0px;
	display: none;
	background:url('./img/przepisy.png');
}
.subpage-topborder {
	height:10px;
	width:100%;
	background:#ccc;/*cyan*/
}
.header {
	background-size:cover!important;
	width:100%;
	height:600px;
	text-align:center;
	vertical-align:middle;
	clear: both;
	color: #fff!important;
}
.header h1:first-child {
	padding-top: 150px;
}
.przepisy-header h1:first-child {
	padding-top: 170px;
}
.sprzedazryb-header h1:first-child {
	padding-top:100px;
}
.header
.header h1 {
	font-size:36px;
}

.header h2 {
	width: 60%;
    margin: auto;
}
.header p {
	font-size:16px;
	margin-top:30px;
	width: 60%;
    margin: auto;
}
.kontakt-header {
	background:url('./img/bg_kontakt.png') no-repeat;
}
.przepisy-header {
	background:url('./img/bg_przepisy.png') no-repeat;
}

.przepisy-header h1 {
	margin-top: 120px;
}

.lowisko-header {
	background:url('./img/bg_lowisko.png') no-repeat;
}
.lowisko-odleglosci {
	height:582px;
	background:url('./img/lowisko_odleglosci.png') no-repeat;
	background-size:contain;
	clear: both;
}
@media (max-width: 400px) {
	.lowisko-odleglosci {
		background:url('./img/lowisko_odleglosci_sm.png') no-repeat;
	}
}
.lowisko-roza {
	color:#ccc;/*cyan*/
	font-size:24px;
	text-align:center;
	font-weight:600;
	margin-top:30px;
	margin-bottom:30px;
}
.lowisko-roza img {
	width:86px;
	height:85px;
	margin:10px auto;
	display:block;
}
.kontakt form {
	width:900px;
	margin:auto;
}
::-webkit-input-placeholder {
	color: #0d5c8e;/*cyan*/
}
:-moz-placeholder {
	color: #0d5c8e;/*cyan*/
	opacity:1;
}
::-moz-placeholder {
	color:#0d5c8e;/*cyan*/
	opacity:1;
}
:-ms-input-placeholder {
	color:#ccc;/*cyan*/
}
.kontakt {
	overflow:hidden;
}
.kontakt-info {
	color: #0d5c8e;
	text-align: center;
	width: 60%;
	margin: 2em auto;
}
.kontakt-info h1,
.kontakt-info h2 {
	margin-top: 1em;
}
.kontakt-info .l {
	float:left;
}
.kontakt-info .r {
	float:right;
}
.kontakt h1 {
	font-size:24px;
	text-align:center;
	color: #0d5c8e;
	margin-top:20px;
	margin-bottom:20px;
}
.kontakt input,.kontakt textarea {
	font-family: Cardo,serif;
	background:#ccc;
	border:none;
	height:90px;
	/*margin:10px;*/
	padding:20px;
	box-sizing:border-box;
	width:100%;
	color: #0d5c8e;/*cyan*/
	font-size:18px;
}
.kontakt textarea {
	height:300px;
	color: #0d5c8e;
}
.contact-fullwidth {
	width:884px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.contact-halfwidth {
	width:440px;
	display:inline-block;
}
.contact-halfwidth input[type=submit],
.contact-halfwidth input[type=reset] {
	cursor: pointer;
}
.kontakt .ajax-loader {
	display:none!important;
}
.kontakt input[type=submit],.kontakt input[type=reset] {
	background:#ccc;/*cyan*/
	color: #0d5c8e;
	width:440px!important;
	display:inline-block;
}
.kontakt input[type=reset] {
	float:left;
	display:block;
}
.kontakt input[type=submit] {
	margin-left:10px;
	float:right;
	display:block;
}
.onas-header {
	background:url('./img/bg_onas.png') no-repeat;
    background-position: center;
}
.sprzedazryb-header {
	background:url('./img/bg_sprzedazryb.png') no-repeat;
}
.onas-historia {
	width:60%;
	color: #0d5c8e;
	margin:2em auto;
	text-align:justify;
}
.onas-historia p {
	margin-bottom:1em;
	line-height:1.4em;
}
.onas-ryby {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap-reverse;
	justify-content:center;
	color:#58595b;
	text-align:center;
	margin-top:130px;
	margin-bottom:100px;
	cursor: pointer;
}
.onas-ryba {
	width:150px;
	height:90px;
	margin:auto;
}
.onas-ryba.karp {
	background: url('./img/karp.png');
	background-repeat: no-repeat;
	background-position: center;
}
.onas-ryba.karp:hover {
	background: url('./img/karp_color.png');
	background-repeat: no-repeat;
	background-position: center;
}
.onas-ryba.amur {
	background: url('./img/amur.png');
	background-repeat: no-repeat;
	background-position: center;
}
.onas-ryba.amur:hover {
	background: url('./img/amur_color.png');
	background-repeat: no-repeat;
	background-position: center;
}
.onas-ryba.tolpyga {
	background: url('./img/tolpyga.png');
	background-repeat: no-repeat;
	background-position: center;
}
.onas-ryba.tolpyga:hover {
	background: url('./img/tolpyga_color.png');
	background-repeat: no-repeat;
	background-position: center;
}
.onas-ryba.szczupak {
	background: url('./img/szczupak.png');
	background-repeat: no-repeat;
	background-position: center;
}
.onas-ryba.szczupak:hover {
	background: url('./img/szczupak_color.png');
	background-repeat: no-repeat;
	background-position: center;
}
.onas-ryba.sum {
	background: url('./img/sum.png');
	background-repeat: no-repeat;
	background-position: center;
}
.onas-ryba.sum:hover {
	background: url('./img/sum_color.png');
	background-repeat: no-repeat;
	background-position: center;
}
.onas-ryba.sandacz {
	background: url('./img/sandacz.png');
	background-repeat: no-repeat;
	background-position: center;
}
.onas-ryba.sandacz:hover {
	background: url('./img/sandacz_color.png');
	background-repeat: no-repeat;
	background-position: center;
}
.onas-ryba.lin {
	background: url('./img/lin.png');
	background-repeat: no-repeat;
	background-position: center;
}
.onas-ryba.lin:hover {
	background: url('./img/lin_color.png');
	background-repeat: no-repeat;
	background-position: center;
}
.onas-rybap {
	margin-top:6px;
}
.onas-zamow {
	background:#fefefe;
	width:100%;
	min-height:430px;
	color:#848484;
}
.onas-zamow strong {
	color: #0d5c8e;
	font-size:22px;
}
.onas-zamow a {
	text-decoration: dotted underline;
}
.onas-zamow p {
	font-size:16px;
	margin-top:30px;
}
.onas-zamow #wpcf7-f47-p10-o1 {
	width:470px!important;
}
.onas-zamow .left {
	float:left;
	margin-left:360px;
	margin-top:70px;
	width:470px;
}
.onas-zamow .right {
	float:right;
	margin-right:320px;
	margin-top:70px;
}
.onas-zamow form {
	margin-top:60px;
}
.onas-zamow input {
	border-radius:12px;
	height:54px;
}
.onas-zamow input.phonemail {
	border-bottom-right-radius:0;
	border-top-right-radius:0;
	border:1px solid #c8c8c8;
	box-sizing:border-box;
	color:#848484;
	float:left;
	padding:20px;
	width:300px;
}
.onas-zamow input[type=submit] {
	background:#ccc;/*cyan*/
	border-bottom-left-radius:0;
	border-top-left-radius:0;
	border:none;
	color:#fff;
	display:inline-block;
	float:left;
	width:140px;
}
.onas-rekomendacje {
	background:#fff;
	color:#2e2e2e;
	min-height:470px;
	width:100%;
	text-align:center;
}
.onas-rekomendacje .cytat {
	margin-top:60px;
	color:#848484;
	font-style:italic;
}
.onas-rekomendacje .podpis {
	margin-top:30px;
	color: #0d5c8e;
}
.onas-rekomendacje .twarze {
	margin-top:30px;
}
.onas-social {
	margin-top:30px;
	color: #0d5c8e;
	text-align:center;
}
.diagmonds {
	background:#fefefe;
}
.onas-social strong {
	margin-bottom:30px;
}
.onas-social p {
	margin-bottom:30px;
}
.social-icons {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap-reverse;
	justify-content:center;
	width:300px;
	margin:auto;
	margin-bottom:60px;
	clear: both;
}
.socialicon {
	width:34px;
	height:34px;
	margin:auto;
}
.subpage-footer {
	/*background:#e3e3e3;*/
	/*height:130px;*/
	/*padding-top:95px;*/
	text-align:center;
	width:100%;
	color:#6d6e71;
}
.twitter {
	background:url('./img/twitter.png');
}
.facebook {
	background:url('./img/facebook.png');
}
.pinterest {
	background:url('./img/pinterest.png');
}
.googleplus {
	background:url('./img/googleplus.png');
}
.linkedin {
	background:url('./img/linkedin.png');
}
.youtube {
	background:url('./img/youtube.png');
}
.twitter:hover {
	background:url('./img/twitter-highlight.png');
}
.facebook:hover {
	background:url('./img/facebook-highlight.png');
}
.pinterest:hover {
	background:url('./img/pinterest-highlight.png');
}
.googleplus:hover {
	background:url('./img/googleplus-highlight.png');
}
.linkedin:hover {
	background:url('./img/linkedin-highlight.png');
}
.youtube:hover {
	background:url('./img/youtube-highlight.png');
}
.kontakt {
	background:#fefefe;
	width:100%;
	min-height:800px;
	color:#848484;
}
.sprzedazryb {
	background:#fefefe;
	width:100%;
	min-height:1200px;
	color:#848484;
}
.sprzedazryb-container {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap-reverse;
	justify-content:center;
}
.sprzedazryb-item {
	width:100%;
	min-height:355px;
	margin:60px auto;
}
.sprzedazryb-item .first {
	position:relative;
	transition: filter 0.5s ease-in;
	transition: -webkit-filter 0.5s ease-in;
	padding-top: 200px;
	height: 600px;
	box-sizing: border-box;
			filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.sprzedazryb-item .first:hover {
			filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.sprzedazryb-item .first .circle {
	box-sizing:border-box;
	padding:70px;
	color:#fff;
	display: none;
	border-radius:50%;
	width:170px;
	height:170px;
	position:absolute;
	bottom:50px;
	right:80px;
}
.sprzedazryb-item .second {
	box-sizing:border-box;
	width:65%;
	margin: 0 auto;
	min-height:90px;
	color:#fff;
	text-align: center;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
	padding:13px;
}
.sprzedazryb-item .second h1 {
	font-size:48px;
	margin-bottom: .6em;
}
.sprzedazryb-item .second p {
	font-size: 22px;
}
.kontakt-mapa {
	overflow:hidden;
	margin:0 auto;
	color: #0d5c8e;
	text-align:center;
}
.first.restauracje {
	background:url('./img/sprzedazryb-restauracje-long.png');
}
.first.indywidualny {
	background:url('./img/sr_bg_indywidualny_long.png');
}
.first.sklepyihurtownie {
	background:url('./img/sr_bg_hurtownieisklepy_long.png');
}
.restauracje .circle {
	background:url('./img/sr_crcl_restauracje.png');
}
.indywidualny .circle {
	background:url('./img/sr_crcl_indywidualny.png');
}
.sklepyihurtownie .circle {
	background:url('./img/sr_crcl_hurtownieisklepy.png');
}
.przepisy-ryba {
	min-height:500px;
	color: #0d5c8e;
	margin-top:30px;
}
.przepisy-ryba .opis {
	margin-top:150px;
}
.przepisy-ryba .foto {
    width: 140px;
    margin: 10px auto;
    display: block;
}
.przepisy-container .tekst {
	width:60%;
	color: #0d5c8e;
	margin:2em auto;
	text-align:justify;
	line-height:1.4em;
}
.przepisy-container .tekst h1,.przepisy-container .tekst h3,.przepisy-container .tekst p {
	margin-bottom:2.8em;
}
.przepisy-container .tekst img {
	width:100%;
}
.przepisy-przepis {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap-reverse;
	justify-content:center;
	background:#fefefe;
	min-height:500px;
}
.przepisy-przepis .przepis-item {
	width:390px;
	height:320px;
	margin:auto;
}
.przepis-header {
	font-size:24px;
	font-weight:500;
	height:60px;
	padding:20px;
	box-sizing:border-box;
	clear:both;
}
.przepis-header small {
	font-size:14px;
}
.przepis-header .socialicon {
	width:25px;
	height:25px;
	margin:auto;
	background-size:cover;
}
.przepis-body {
	min-height:320px;
	padding:20px;
	box-sizing:border-box;
}
.przepis-body.img {
	padding:0!important;
}
.przepis-cyan .przepis-header {
	background:#ccc;/*cyan*/
	color:#fff;
}
.przepis-white .przepis-header {
	background:#fff;
	color: #0d5c8e;/*cyan*/
}
.przepis-cyan .przepis-body {
	background:#fff;
	color: #0d5c8e;
}
.przepis-white .przepis-body {
	background:#ccc;/*cyan*/
	color:#fff;
}
.ngg-galleryoverview {
	width:1190px!important;
	margin:10px auto;
}
.ngg-gallery-list {
	width:1190px;
	margin-top:60px;
}
.ngg-thumbnail-list a img {
	width:375px!important;
	height:230px!important;
}
.akwa-foto {
	width: 60%;
    margin: 0 auto;
}
.akwa-foto img {
	display: inline-block;
	width: 280px;
	height: 280px;
	margin-bottom: 30px;
}
.akwa-foto img:first-child {
	float: left;
}
.akwa-foto img:last-child {
	float: right;
	margin-top: -20px;
}

.current_page_item {
	text-decoration: underline;
}

/*Mobilna*/
@media (max-width: 960px) {
	.mobile-sidebar {
		display: none;
		font-size: 1.4em;
	}
	.sidebar {
		display: none;
	}
	.contact-halfwidth {
		display:block;
	}
}
/*Desktop*/
@media (min-width: 960px) {
	.mobile-sidebar,
	.sidebar-collapse,
	.mobile-sidebar-visible {
		display: none;
	}
}

.ryba-podstrona {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	color: #0d5c8e;
}

.ryba-pic {
	margin: 0 auto;
	.ryba-desc p
}

.ryba-desc h1 {
	margin-bottom: 1.6em;
}

.ryba-desc p {
	margin-bottom: 1.6em;
}
.header p {
    width: 60%;
    margin: 1em auto;
}

#bwg_container1_0 #bwg_container2_0 .image_browser_images_conteiner_0 {
	background-color: rgba(0,0,0,0)!important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_image_browser_image_desp_0 {
    display: none!important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_image_alt_0 {
    display: none!important;
}
#gal_front_form_0 {
	margin-top: 300px;
}
#pretwitter {
	background: url(./img/twitter-highlight.png) no-repeat -9999px -9999px;
}
#prefacebook {
	background: url(./img/facebook-highlight.png) no-repeat -9999px -9999px;
}
#prepinterest {
	background: url(./img/pinterest-highlight.png) no-repeat -9999px -9999px;
}
#pregoogle {
	background: url(./img/googleplus-highlight.png) no-repeat -9999px -9999px;
}
#prelinkedin {
	background: url(./img/linkedin-highlight.png) no-repeat -9999px -9999px;
}
#preyoutube {
	background: url(./img/youtube-highlight.png) no-repeat -9999px -9999px;
}
#preloadkarp {
	background: url('./img/karp_color.png') no-repeat -9999px -9999px;
}
#preloadamur {
	background: url('./img/amur_color.png') no-repeat -9999px -9999px;
}
#preloadtolpyga {
	background: url('./img/tolpyga_color.png') no-repeat -9999px -9999px;
}
#preloadszczupak {
	background: url('./img/szczupak_color.png') no-repeat -9999px -9999px;
}
#preloadsum {
	background: url('./img/sum_color.png') no-repeat -9999px -9999px;
}
#preloadsandacz {
	background: url('./img/sandacz_color.png') no-repeat -9999px -9999px;
}
#preloadlin {
	background: url('./img/lin_color.png') no-repeat -9999px -9999px;
}
.greenfly {
	float: right;
    color: rgba(13, 92, 142, 0.4);
    margin: 10px;
    text-transform: none;
}

.greenfly:hover {
	color: rgba(13, 92, 142, 1);
	text-decoration: none;
	text-transform: none;
}
.header a {
    color: #fff;
}

.sidebar ul li a {
    border-right: 2px solid #0d5c8e;
    padding-right: 12px;
    box-sizing: border-box;
}

.sidebar ul li:last-child a {
    border-right: none;
    box-sizing: border-box;
}

#certyfikaty {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
}

#certyfikaty h3 {
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: -70px;
}

#certyfikaty img {
    filter: grayscale(1);
    transition: all 400ms ease-in-out;
    display: inline-block;
    width: 100px;
    height: auto;
    margin: 0 20px;
}

#certyfikaty img:hover {
    filter: grayscale(0);
}
#certyfikaty img.alignnone.size-full.wp-image-455 {
    padding-bottom: 63px;
}
@media (max-width: 1366px) {
	#certyfikaty {
		top: 900px;
	}
}

@media (max-width: 1280px) {
	#certyfikaty {
	    left: 50px;
	    top: initial;
    	position: relative;
    	margin: 10px auto;
    	display: block;
    	width: 280px;
	}
}