/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #58585a;
	font-family: 'Monda', sans-serif;
}

html {
    font-size: 1em;
    line-height: 1.4;
	font-family: 'Monda', sans-serif;
	color:#58585a
}

::-moz-selection {
    /*background: #b3d4fc;*/
    text-shadow: none;
}

::selection {
    /*background: #b3d4fc;*/
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

h1, h2, h3, h4, h5{
	font-weight:400;
}

.form_error {
	border: 1px solid red !important;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}

/* visual styles */
body{
    margin:0;
 
    font-size:16px;
    line-height:normal;
	color:#ffffff;
    text-align:center;
}
section {
	color:#646567;
	background-color:#fff;
	background: -webkit-linear-gradient(140deg, #fff, #fefefe); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #fff, #fefefe); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #fff, #fefefe); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #fff, #fefefe); /* Standard syntax (must be last) */
}
section.red{
	color:#fff;
	background-color:#cf3d4d;
	background: -webkit-linear-gradient(140deg, #cf3d4d, #b31f2f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #cf3d4d, #b31f2f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #cf3d4d, #b31f2f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #cf3d4d, #b31f2f); /* Standard syntax (must be last) */
}
section.darkblue{
	color:#fff;
	background-color:#3c54a5;
	background: -webkit-linear-gradient(140deg, #3c54a5, #2a2f65); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #3c54a5, #2a2f65); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #3c54a5, #2a2f65); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #3c54a5, #2a2f65); /* Standard syntax (must be last) */
}
section.green{
	color:#fff;
	background-color:#72a740;
	background: -webkit-linear-gradient(140deg, #72a740, #345729); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #72a740, #345729); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #72a740, #345729); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #72a740, #345729); /* Standard syntax (must be last) */
}
section.orange{
	color:#fff;
	background-color:#FAA51A;
	background: -webkit-linear-gradient(140deg, #FAA51A, #d78808); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #FAA51A, #d78808); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #FAA51A, #d78808); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #FAA51A, #d78808); /* Standard syntax (must be last) */
}
section.purple{
	color:#fff;
	background-color:#be4891;
	background: -webkit-linear-gradient(140deg, #be4891, #921f66); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #be4891, #921f66); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #be4891, #921f66); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #be4891, #921f66); /* Standard syntax (must be last) */
}
section.ocean{
	color:#fff;
	background-color:#4dc0a5;
	background: -webkit-linear-gradient(140deg, #4dc0a5, #309a81); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #4dc0a5, #309a81); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #4dc0a5, #309a81); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #4dc0a5, #309a81); /* Standard syntax (must be last) */
}
section.dark{
	color:#fff;
	background-color:#333;
	background: -webkit-linear-gradient(140deg, #333, #222); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #333, #222); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #333, #222); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #333, #222); /* Standard syntax (must be last) */
}
section.blue{
	color:#fff;
	background-color:#56aed2;
	background: -webkit-linear-gradient(140deg, #56aed2, #377d99); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #56aed2, #377d99); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #56aed2, #377d99); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #56aed2, #377d99); /* Standard syntax (must be last) */
}
section.yellow{
	color:#fff;
	background-color:#ffb55d;
	background: -webkit-linear-gradient(140deg, #ffb55d, #f7941e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #ffb55d, #f7941e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #ffb55d, #f7941e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #ffb55d, #f7941e); /* Standard syntax (must be last) */
}
section.vividgreen{
	color:#fff;
	background-color:#8CC63E;
	background: -webkit-linear-gradient(140deg, #8CC63E, #71a729); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #8CC63E, #71a729); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #8CC63E, #71a729); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #8CC63E, #71a729); /* Standard syntax (must be last) */
}
section.nova{
	color:#fff;
	background-color:#80007f;
	background: -webkit-linear-gradient(140deg, #80007f, #5b0a5b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #80007f, #5b0a5b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #80007f, #5b0a5b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #80007f, #5b0a5b); /* Standard syntax (must be last) */
} 

.not-fullscreen {
	height:50%;
	min-height:200px;
}
section.padding{
	padding:50px 0;
}


.rounded{
	display:inline-block;
	padding:10px;
	border-radius:10px;
	line-height:normal;
}

.rounded.l_img{
	padding:0 !important;
}

.rounded.light{
	color:#646567;
	background-color:#fff;
	background: -webkit-linear-gradient(140deg, #fff, #fefefe); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #fff, #fefefe); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #fff, #fefefe); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #fff, #fefefe); /* Standard syntax (must be last) */
}
.rounded.dark{
	color:#fff;
	background-color:#333;
	background: -webkit-linear-gradient(140deg, #333, #222); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #333, #222); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #333, #222); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #333, #222); /* Standard syntax (must be last) */
}
.rounded.blue{
	color:#fff;
	background-color:#56aed2;
	background: -webkit-linear-gradient(140deg, #56aed2, #377d99); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #56aed2, #377d99); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #56aed2, #377d99); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #56aed2, #377d99); /* Standard syntax (must be last) */
}
.rounded.darkblue{
	color:#fff;
	background-color:#3c54a5;
	background: -webkit-linear-gradient(140deg, #3c54a5, #2a2f65); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #3c54a5, #2a2f65); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #3c54a5, #2a2f65); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #3c54a5, #2a2f65); /* Standard syntax (must be last) */
}
.rounded.red{
	color:#fff;
	background-color:#cf3d4d;
	background: -webkit-linear-gradient(140deg, #cf3d4d, #b31f2f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #cf3d4d, #b31f2f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #cf3d4d, #b31f2f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #cf3d4d, #b31f2f); /* Standard syntax (must be last) */
}
.rounded.green{
	color:#fff;
	background-color:#72a740;
	background: -webkit-linear-gradient(140deg, #72a740, #345729); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #72a740, #345729); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #72a740, #345729); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #72a740, #345729); /* Standard syntax (must be last) */
}
.rounded.orange{
	color:#fff;
	background-color:#FAA51A;
	background: -webkit-linear-gradient(140deg, #FAA51A, #d78808); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #FAA51A, #d78808); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #FAA51A, #d78808); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #FAA51A, #d78808); /* Standard syntax (must be last) */
}
.rounded.purple{
	color:#fff;
	background-color:#be4891;
	background: -webkit-linear-gradient(140deg, #be4891, #921f66); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #be4891, #921f66); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #be4891, #921f66); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #be4891, #921f66); /* Standard syntax (must be last) */
}
.rounded.ocean{
	color:#fff;
	background-color:#4dc0a5;
	background: -webkit-linear-gradient(140deg, #4dc0a5, #309a81); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #4dc0a5, #309a81); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #4dc0a5, #309a81); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #4dc0a5, #309a81); /* Standard syntax (must be last) */
}
.rounded.yellow{
	color:#fff;
	background-color:#ffb55d;
	background: -webkit-linear-gradient(140deg, #ffb55d, #f7941e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #ffb55d, #f7941e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #ffb55d, #f7941e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #ffb55d, #f7941e); /* Standard syntax (must be last) */
}
.rounded.vividgreen{
	color:#fff;
	background-color:#8CC63E;
	background: -webkit-linear-gradient(140deg, #8CC63E, #71a729); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #8CC63E, #71a729); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #8CC63E, #71a729); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #8CC63E, #71a729); /* Standard syntax (must be last) */
}

#lubelskie_logo{
	margin-top:100px;
}



#main_menu{
	margin:50px 0 0;
	padding:0
}
#main_menu li{
	margin:0 10px;
	padding:0;
	list-style:none;
	display:inline-block;
}
#main_menu li a{
	text-decoration:none;
	box-shadow: 0;
    transition: box-shadow 0.25s;
	display:block;
}

#main_menu li a:hover {-moz-box-shadow: 1px 1px 5px #999; -webkit-box-shadow: 1px 1px 5px #999; box-shadow: 1px 1px 5px #999; }

#main_menu li span{
	display:block;
	font-size:12px;
	margin-top:10px;
	color:#646567;
}
#main_menu li span.large{
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	color:#646567;
}

.large_box{
	width: 560px;
	margin-right: 40px;
	float:left;
}

.large_box a{
	width: 560px;
	height:560px;
	display:block;
	text-decoration:none;
	position:relative;
	border-radius:10px;
	overflow:hidden;
	text-align:Center;
}
.large_box a > span{
	position:absolute;
	display:inline-block;
	bottom:0px;
	right:0px;
	text-align:right;
	color:#fff;
	background:rgba(32,32,32,0.7);
	padding:15px;
	/*height:30px;*/
	line-height:30px;
	font-size:16px;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
}

.large_box a > span span{
	display:inline-block;
	text-align:right;
	color:#fff;
	background: #FAA51A;
	padding:5px 10px;
	/*height:30px;*/
	margin-left:15px;
	line-height:30px;
	font-size:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	font-family: 'Lobster', sans-serif;
}

.large_box .landscape img{
	min-width: 560px;
	height:560px;
	position: relative;
    left: -50%;
}

.large_box .landscape {
    display: inline-block;
    position: relative;
    right: -50%;
}

.large_box  .portrait {
	position: relative;
	
}
.large_box  .portrait img{
	position:absolute;
	left:0px;
	width:560px;
}

.side_box{
	width: 560px;
	float:left;
	
}

.side_box .row{
	width: 560px;
	margin-bottom:40px;
}

.side_box .row .box{
	width: 260px;
	height:260px;
	float:left;
}
.side_box .row .box.table{
	display:table;
}
.side_box .row .box.table div{
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
}
.side_box .row .box > a{
	width: 260px;
	height:260px;
	display:block;
	text-decoration:none;
	position:relative;
	border-radius:10px;
	text-align:center;
	overflow:hidden;
}
.side_box .row .box > a .landscape img{
	min-width: 260px;
	height:260px;
	position: relative;
    left: -50%;
}

.side_box .row .box > a .landscape {
    display: inline-block;
    position: relative;
    right: -50%;
}

.side_box .row .box > a .portrait {
	position: relative;
	
}
.side_box .row .box > a .portrait img{
	position:absolute;
	left:0px;
	width:260px;
}


.side_box .row .box > a > span{
	position:absolute;
	display:inline-block;
	bottom:0px;
	right:0px;
	text-align:right;
	color:#fff;
	background:rgba(32,32,32,0.7);
	padding:12px;
	/*height:20px;*/
	line-height:20px;
	font-size:12px;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
}
.side_box .row .box > a > span span{
	display:inline-block;
	text-align:right;
	color:#fff;
	background: #FAA51A;
	padding:3px 6px;
	/*height:30px;*/
	margin-left:15px;
	line-height:20px;
	font-size:14px;
	border-radius:10px;
	-moz-border-radius:10px;
	font-family: 'Lobster', sans-serif;
}
.side_box .row .box.table .see_more{
	position:relative;
}
.side_box .row .box.table .see_more span.small{
	position:absolute;
	top:10px;
	left:20px;
	margin-bottom:10px;
	display:inline-block;
	font-size:14px;
	text-align:left;
}
.side_box .row .box.table .see_more span.arrow{
	position:absolute;
	display:inline-block;
	bottom:0px;
	right:0px;
	text-align:right;
	color:#fff;
	background:rgba(32,32,32,0.7);
	padding:12px 24px;
	height:20px;
	line-height:20px;
	font-size:12px;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
}
.side_box .row .box:first-of-type{
	margin-right:40px;
}
.no-pad{
	padding:0 !important;
}

section h1{
	font-family: 'Lobster', sans-serif;
	font-size:3em;
}

#float_menu{
	position:fixed;
	top:0px;
	background:red;
	height:136px;
	padding-top:20px;
	width:100%;
	z-index:1000;
	color:#fff;
	background-color:#333;
	background: -webkit-linear-gradient(140deg, #333, #222); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(140deg, #333, #222); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(140deg, #333, #222); /* For Firefox 3.6 to 15 */
    background: linear-gradient(140deg, #333, #222); /* Standard syntax (must be last) */
	transition-property: top;
	transition-duration: .5s;
	display:none;
}

#float_menu.closed {
	top:-156px;
}

#float_menu  > div.c{
	min-width:1200px;
}

#toggle_menu{
	position:absolute;
	display:inline-block;
	height:40px;
	width:40px;
	background-color:#222;
	bottom:-40px;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	line-height:40px;
	color:#fff;
	cursor:pointer;
	display:none;
}

#float_menu ul{
	margin:0;
	padding:0
}

#float_menu li{
	margin:0 10px;
	padding:0;
	list-style:none;
	display:inline-block;
}
#float_menu li a{
	text-decoration:none;
	box-shadow: 0;
    transition: box-shadow 0.25s;
	display:block;
}

#float_menu li a:hover {-moz-box-shadow: 1px 1px 5px #000; -webkit-box-shadow: 1px 1px 5px #000; box-shadow: 1px 1px 5px #000; }

#back_to_top{
	position:fixed;
	display:inline-block;
	height:30px;
	width:40px;
	background-color:#222;
	bottom:0px;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	color:#fff;
	line-height:30px;
	z-index:2000;
	cursor:pointer;
	transition-property: bottom;
	transition-duration: .5s;
}

#back_to_top.closed{
	bottom:-30px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.inner {
	width:1160px;
	margin:0 auto;
}
.inner.padding {
	padding:50px 0;
}

.outer {
	width:100%;
}

.clear
{
	clear:both;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}