html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

html {
    overflow-y: scroll;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.m10x0 {
    margin: 10px 0;
}

.p0x5 {
    padding: 0 5px;
}

a {
    color: #333;
}

*:focus {
    outline: none;
}

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

.dib {
    display: inline-block;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

ul {
    list-style: none;
}

.nopadding {
    padding: 0;
}

.pr5 {
    padding-right: 5px;
}

.pr25 {
    padding-right: 25px;
}

.p10x0 {
    padding: 10px 0;
}

.p10 {
    padding: 10px;
}


/* header */

header.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 10;
}

.pushHeader {
    clear: both;
    height: 250px;
    opacity: 0.6;
}

.headerImg1 {
    background: url('../img/topinambur.jpg') no-repeat center center;
    background-size: cover;
}

.headerImg2 {
    background: url('../img/slide-bg1.png') no-repeat bottom center;
    background-size: cover;
}

.headerImg3 {
    background: url('../img/topinambur-flower.jpg') no-repeat bottom -270px center;
    background-size: cover;
}

.headerImg4 {
    background: url('../img/flowers2.jpg') no-repeat center;
    background-size: cover;
}

.navbar {
    min-height: 0;
    border: none;
    margin-bottom: 0;
}

.languageSelect {
    height: 20px;
}


/* logo */

.navbar-brand {
    background: url('../img/logo-male.png') no-repeat;
    background-size: cover;
    /*max-width: 207px;
    width: 100%;*/
    padding: 58px 104px 60px 105px;
    padding: 78px 157px 99px 151px;
}

.container > .navbar-header {
    /*display: inline-block;*/
    /*max-width: 207px;
    width: 100%;*/
}

.container > .navbar-collapse {
    float: right;
}

.navbar-collapse.collapse #menu li {
    display: inline-block;
    /*-webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;*/
}

#menu li a {
    padding: 10px 10px;
    display: block;
    font-size: 13px;
    color: #3b3b3b;
    text-transform: uppercase;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

#menu li a:hover {
    background: rgba(255, 255, 255, 1);
}

#menu li.dropdown.open a {
    background: rgba(255, 255, 255, 0.65);
}

#menu ul.dropdown-menu li {
    display: block;
}

#menu ul.dropdown-menu li a {
    padding: 10px 45px 10px 15px;
}

#menu ul.dropdown-menu li a:hover {
    background: rgba(255, 255, 255, 1);
}

#menu li.dropdown.open > a:hover {
    background: rgba(255, 255, 255, 1);
}

.dropdown-menu {
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    display: none;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-toggle {
    padding: 9px 9px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(33, 33, 33, 0.1);
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.navbar-toggle:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    background: #fff;
}

.navbar-toggle:hover .icon-bar {
    background: rgba(51, 51, 51, 1);
}

.navbar-toggle .icon-bar {
    background: rgba(51, 51, 51, 0.8);
    width: 24px;
    height: 2px;
}

.navbar-collapse.in #menu li {
    display: block;
}

.navbar-collapse.collapse #menu ul.dropdown-menu li {
    display: block;
}

.navbar-collapse {
    max-height: none;
}

.navbar-collapse.in #menu ul.dropdown-menu li {
    display: block;
}

.menu-bg {
    background: rgba(255, 255, 255, 0.71);
}


/* breadcrumb */

.breadcrumbs {
    background-color: #F9F9F9;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    font-size: 13px;
}

h1 {
    font-size: 50px;
    font-weight: 300;
}

h2 {}

h3 {
    color: #696969;
    font-size: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 40px 0;
}

h4 {
    font-size: 25px;
    color: #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.side-menu {
    padding: 15px;
    color: #B9B9B9;
    margin-top: 38px;
}

.content {
    padding: 20px 45px;
    padding-bottom: 40px;
    border-left: 1px solid #ececec;
}

.content h1 {
    color: #232D21;
    margin-bottom: 50px;
    margin-top: 20px;
    /*border-bottom: 1px solid #ECECEC;*/
}

.content h4 {
    font-size: 24px;
    letter-spacing: 0.2px;
    font-weight: 300;
    color: #232D21;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}

.content em {
    font-style: italic;
}

.content a {
    color: #D1252C;
}

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

.content p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    text-align: justify;
}

.content ul {
    list-style: initial;
}

.content ul li {
    margin-left: 30px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    text-align: justify;
    list-style-image: url(../img/dots.png);
}
.thumbnail{
    border:0;
}
.content strong {
    font-weight: 700;
}

.content hr {
    margin-top: 0px;
}

.side-menu li {
    font-size: 14px;
}

.side-menu li.active {
    padding: 5px 10px 15px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Open Sans Condensed', sans-serif;
}

.side-menu li a {
    padding: 5px 10px;
    display: block;
    color: #656565;
    text-transform: uppercase;
}

.side-menu li a:hover {
    color: rgb(158, 158, 158);
}

.side-menu li a.active {
    font-weight: 700;
}

.carousel-caption blockquote h1 {
    color: #272727;
    font-size: 36px;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: -1px;
}

.content blockquote p {
    text-align: center;
    font-size: 18px;
}

.contact {
    opacity: 0.9;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.mapaBg {
    background: url('../img/kontakt-mapa.jpg') no-repeat center;
    background-size: cover;
    height: 720px;
    /*position: absolute;*/
    width: 100%;
    opacity: 0.8;
}

.mapaBg2 {
    height: 447px;
    /*position: absolute;*/
    width: 100%;
    opacity: 0.8;
}

.contact:hover {
    opacity: 1;
}

.positionContactBox {
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -585px;
}

.positionMabBox.greenBg {
    position: absolute;
    z-index: 10;
    left: 50%;
    max-width: 590px;
    margin-left: -585px;
}

.greenBg {
    margin: 35px 0;
    padding: 40px;
    padding-bottom: 0;
    background: rgba(73, 130, 62, 0.9) url('../img/mapa.png') no-repeat right 40px top 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}


/*.greenBg2{
	margin:35px 0;
	padding:40px;
	padding-bottom:0;
	background:rgba(73, 130, 62, 0.9);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.45);
	color:#fff;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}*/

.mapContainer {
    padding-left: 0;
}

#map-canvas {}

.greenBg:hover {
    background: rgba(73, 130, 62, 0.95) url('../img/mapa.png') no-repeat right 40px top 40px;
}

.greenBg p {
    display: inline-block;
    vertical-align: middle;
}

.greenBg img {
    vertical-align: middle;
}

.contactBar {
    padding: 20px 0;
}

.contactBar p {
    padding-left: 20px;
}

.contactBar p span {
    font-weight: 600;
}

.line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}

.pt70 {
    padding-top: 70px;
}

.m0x12 {
    margin: 0 12px;
}


/* slider */


/*#img1{
	background:url('../img/slide-bg1.png') no-repeat center;
	background-size: cover;
	height:573px;
}
#img2{
	background:url('../img/slide-bg2.png') no-repeat center;
	background-size: cover;
	height:573px;
}
#img3{
	background:url('../img/slide-bg3.png') no-repeat center;
	background-size: cover;
	height:573px;
}*/

.slider {
    /*margin-bottom: -150px;*/
}

.swiper-pagination {
    position: relative;
    padding: 20px 0;
    background: #fff;
}

.swiper-pagination-bullet {
    border: 1px solid #565656;
    opacity: 0.66;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 9px;
}

.swiper-pagination-bullet-active {
    background: #565656;
    opacity: 1;
}

.swiper-pagination-bullet:hover {
    opacity: 1;
}

.carousel-caption {
    bottom: 0;
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    background: rgba(255, 255, 255, 0.55);
    padding: 25px 10px;
}

.carousel-caption p {
    color: #272727;
    font-size: 36px;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: -1px;
}

.carousel-caption p span {
    font-weight: 300;
}


/* boxes */

.boxes {
    text-align: center;
}

.boxes img {
    padding-top: 10px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.boxes p {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 1.8;
    margin-bottom: 20px;
}

.messageBtn {
    background: #5A9E4D;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 15px;
}

.messageBtn:hover {
    opacity: 0.8;
}

.boxes a {
    display: inline-block;
    margin: 40px 0;
    padding: 15px;
    width: 200px;
    border-radius: 5px;
    border: 1px solid #dedede;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #494949;
    text-transform: uppercase;
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    background: #fff;
    -webkit-transition: all ease-out 0.15s;
    -moz-transition: all ease-out 0.15s;
    -o-transition: all ease-out 0.15s;
    transition: all ease-out 0.15s;
}

.messageBtn {
    margin: 0 auto;
    position: static;
}

.boxes a:hover {
    background: #5A9E4D;
    color: #fff;
}

.lineRight {
    border-right: 1px solid #e2e2e2;
}

.boxHeight {
    height: 680px;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    padding-top: 30px;
}

.boxHeight:hover {
    background: #F8F8F8;
}

.p30x0 {
    padding: 30px 0;
}

.pt40 {
    padding-top: 40px;
}


/* footer */
.thumbnail > img{
    height: 150px;
    padding: 6px; 
    border: 1px solid #dddddd;
    border-radius: 4px;
    /*box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.16);*/
}
footer {
    border-top: 1px solid #ECECEC;
}

.menu-footer a {
    color: #757575;
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
}

.menu-footer {
    padding: 20px 0;
}

.menu-footer li {
    display: inline-block;
    margin: 0 10px;
}

.copyright {
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px;
}


/*************************************************************/


/*MARCIN*/


/*************************************************************/

#goodMessageMessage {
    padding: 25px 10px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    font-weight: 400;
    left: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
    right: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.46);
    z-index: 102;
    color: #E9F0F3;
    background: rgb(105, 152, 96);
}
.galleryTitle,
.contactInfo h4 {
    color: #696969;
    font-size: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 40px 0;
}
.galleryTitle{
    margin-top: 0;
}
.galleryWrapper{
    padding-bottom: 30px;
}
.contactInfo .contactBar img,
.contactInfo .contactBar p {
    display: inline-block;
    vertical-align: middle;
}

.disabledLink {
    pointer-events: none;
    cursor: default;
}

.mb20 {
    margin-bottom: 20px;
}

.dropDownMenu > ul > li {
    position: relative;
}

.breadcrumbs a {
    display: inline-block;
}

.breadcrumbs span.current {
    display: inline-block;
    padding-left: 5px;
}
#consent{
    width: 15px;
    margin-top: 0;
    height: 15px;
    display: inline-block;
    
}
#MessageViewForm label.consent {
    float: right;
    font-size: 12px;
    vertical-align: top;
    padding-top: 0;
    width: 97%;
}
.breadcrumbs a:before,
.breadcrumbs span.current:before {
    padding: 0 5px;
    color: #cccccc;
    content: "/\00a0";
}

.breadcrumbs a:first-of-type:before {
    padding: 0 5px;
    color: #cccccc;
    content: "";
}

h2.activeLink {
    padding: 5px 10px 15px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Open Sans Condensed', sans-serif;
}

#MessageViewForm input {
    border: 1px solid #E4DEDE;
}

#MessageViewForm label {
    padding: 15px 0 10px 15px;
}

#MessageViewForm label.error {
    color: #BD5D5D;
}

#MessageViewForm textarea {
    border: 1px solid #E4DEDE;
}

.positionMabBox {
    position: absolute;
    z-index: 10;
    left: 50%;
    max-width: 590px;
    margin-left: -585px;
}

.form-control:focus {
    border-color: #598D4E;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(89, 141, 78, 0.73);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(89, 141, 78, 0.84);
}

.positionMabBox .greenBg {
    width: 100%;
    padding-bottom: 30px
}

#languageSelect {
    text-align: right;
    padding-right: 30px;
    margin-top: -5px;
    margin-bottom: 5px;
}

#languageSelect li {
    display: inline-block;
    margin-left: 10px;
}

.Polski a {
    background: url('../img/pol.png') no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 7px;
    opacity: 0.8;
}

.Deutsch a {
    background: url('../img/german.png') no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 7px;
}

.English a {
    background: url('../img/english.png') no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 7px;
}

    .stickyContainer{
        padding: 0px;
        margin: 0px;
        position: fixed;
        right: -159px;
        top:130px;
        width: 200px;
        z-index: 1000;

    }
    .sticky li a{
        color: #ffdf02
    }
    .sticky li{
        list-style-type: none;
        background-color: #699860;
        color: #efefef;
        height: 43px;
        padding: 0px;
        margin: 0px 0px 1px 0px;
        -webkit-transition:all 0.25s ease-in-out;
        -moz-transition:all 0.25s ease-in-out;
        -o-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
        cursor: pointer;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
                filter: gray; 
                -webkit-filter: grayscale(35%); 

    }

    .sticky li:hover{
        margin-left: -115px;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                -webkit-filter: grayscale(0%);
    }

    .sticky li img{
        float: left;
        margin: 5px 5px;
        margin-right: 10px;

    }

.sticky li p{
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
    color: #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

/*************************************************************/

@media (min-width: 1200px) {}

@media (max-width: 1199px) {
    .mapaBg {
        background: url('../img/kontakt-mapa.jpg') no-repeat center right -364px;
    }
    .positionContactBox {
        margin-left: -485px;
    }
    .headerImg3 {
        background: url('../img/topinambur-flower.jpg') no-repeat center;
        background-size: cover;
    }
}

@media (max-width: 991px) {
    .thumbnail > img{
    height: 150px;
}
    .navbar-brand {
        padding: 47px 93px 60px;
    }
    .navbar > .container .navbar-brand {
        margin-left: 0;
    }
    .container {
        width: 100%;
    }
    #img1,
    #img2,
    #img3 {
        height: 450px;
    }
    .positionContactBox {
        position: relative;
        left: 0;
        margin-left: auto;
        padding: 0;
    }
    .mapaBg {
        background: url('../img/kontakt-mapa.jpg') no-repeat center right 14%;
    }
    .greenBg {
        margin: 0;
    }
    .headerImg1 {
        background: url('../img/topinambur.jpg') no-repeat top -90px center;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .thumbnail > img{
    height: auto;
}
	.sign-in.langWrap {
    position: absolute;
    right: 0;
    top: 10px;
}
	.navbar-toggle{
		top: 20px;
	}
	#languageSelect{
		display: inline-block;
		text-align: center;
		
	}
    .container > .navbar-header {
        /*margin-left: 0;*/
        padding: 15px;
    }
    header.navbar {
        padding: 0;
    }
    .carousel-caption {
        padding: 17px 10px;
    }
    .carousel-caption p {
        font-size: 28px;
    }
    #img1,
    #img2,
    #img3 {
        height: 300px;
    }
    .navbar-brand {
        padding: 28px 69px 51px;
    }
    .dropdown-menu {
        position: relative;
        min-width: 160px;
        float: none;
        display: block;
    }
    .container > .navbar-collapse {
        background: rgba(255, 255, 255, 0.9);
        float: none;
        padding: 0;
    }
    .navbar-collapse.in #menu li {
        border-bottom: 1px solid #AFAFAF;
    }
    .navbar-collapse.in #menu ul.dropdown-menu li {
        border: none;
    }
    #menu li a {
        padding: 10px 15px;
    }
    #menu ul.dropdown-menu li a {
        padding: 10px 15px;
    }
    #menu li.dropdown.open a {
        background: none;
    }
    #menu li.dropdown.open a:hover {
        background: rgba(0, 0, 0, 0.05);
    }
    #menu li a:hover {
        background: rgba(0, 0, 0, 0.05);
    }
    .navbar-header.headerBg {
        background: rgba(255, 255, 255, 0.9);
    }
    .lineRight {
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
    }
    .boxHeight {
        height: auto;
    }
    .boxes a {
        position: relative;
        margin-left: 0;
        left: auto;
    }
    .mapaBg {
        background: url('../img/kontakt-mapa.jpg') no-repeat bottom right 25%;
        height: 460px;
    }
    .headerImg1 {
        background: url('../img/topinambur.jpg') no-repeat top -25px center;
        background-size: cover;
    }
    .pushHeader {
        height: 150px;
    }
    .content {
        padding: 20px 15px;
        padding-bottom: 40px;
        border-left: none;
        border-top: 1px solid #ececec;
    }
    .side-menu {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    #menu ul.dropdown-menu li a {
        padding: 10px;
    }
    .container > .navbar-collapse {
        float: none;
    }
    .dropdown-menu > li > a {
        white-space: normal;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.in #menu li {
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}
