body {
	font-family: 'Lora', serif;
    font-weight: normal;
    font-style: normal;
    color: #666;
    font-size: 16px;
    line-height: 2em;
}

.modal{font-family: 'Lato', sans-serif !important;}
.zgoda{font-size:12px;line-height:18px;text-align:justify;}
.form{font-family: 'Lato', sans-serif !important;}
.content{margin-top:50px;margin-bottom:50px;}
.content a{color:#c09449;}
.content a:hover{color:#c09449;text-decoration:underline;}
.form-check-label{line-height:18px !important;}
.logo{margin-top:70px !important}
.form-control{margin-bottom:10px;border-radius:0px;height:40px;adding:16px !important;padding-left:35px !important;}
.form i{color:#aaa;position:absolute;margin-top:12px;margin-left:10px;}
.btn-send{margin-top:20px;font-family: 'Lato', sans-serif !important;font-weight:400 !important;background:#c09449;color:#fff;border:2px solid #c09449;border-radius:0 !important;padding:5px 25px !important;}
.btn-send:hover{background:#fff;color:#c09449;transition:all 0.2s;}
.hidden{display:none;opacity:0;}
.visible{display:inline;opacity:1;transition:all 0.2s;line-height:15px !important;}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }
.img-responsive{width:100%;height:auto;margin-bottom:20px;}
/* Media queries
-------------------------------------------------- */
/* Large desktops and laptops */
@media (min-width: 1200px) {
.baner_{margin-top:50px;}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.baner_{margin-top:60px;}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
/* style dla napisu obok logotypu */
.baner_{margin-top:60px;}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

.baner_{margin-top:60px;}
}


/* Landscape phones and smaller */
@media (max-width: 480px) {
.baner_{margin-top:60px;}
}






body main b,
body main strong {
	font-family: 'lorabold';
	font-weight: normal;
}

a {
	transition: .2s ease-in-out
}

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

.preloader {
	position: fixed;
	top:0; left:0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #FBFBFB url(../img/loader.jpg) center center no-repeat;
}

.navbar {
    height: 226px;
    margin-top: -50px;
    background: url(../img/navbar.png) bottom no-repeat;
    transition: all .3s
}



.sub .navbar {
	margin-top: 0;
	background: url(../img/subnavbar.png) bottom no-repeat;
}

.sub .navbar-toggle {display: none;}

.navbar .nav>li>a {
    text-shadow: none;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'loraregular';
    font-weight: normal;
    font-style: normal;
    padding: 14px 15px;
    margin: 2px 0 0;
    transition: all .2s
}

.sub .navbar .nav {text-align: center; width: 100%;}

.sub .navbar .nav > li {
	display: inline;
	float: none;
}

.sub .navbar .nav > li > a {
	display: inline-block;
	float: none;
}

.navbar .nav>li>a:hover, .navbar .nav>li>a:focus, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus, .navbar .nav>.open>a:hover, .navbar .nav>.open>a:focus, .navbar .nav>.active>a, .navbar .nav>.open>a {
    background: #3c1518;
    color: white
}

.navbar .dropdown-menu {
    padding: 0;
    margin: 0
}

.navbar .dropdown-menu a {
    transition: all .2s;
    padding: 8px 20px;
    border-top: 1px solid #e9e9e9
}

.navbar .dropdown-menu .active>a, .navbar .dropdown-menu a:hover, .navbar .dropdown-menu a:focus {
    background: #c09449 !important;
    color: #fff
}


.navbar-open {
    margin-top: 0
}

.navbar-header {
    width: 100%
}

.navbar-brand {
    padding: 0;
    display: block;
    width: 182px;
    margin: 21px auto 0 !important;
    float: none;
	transition: all .2s;
}

.sub .navbar-brand {
    padding: 0;
    display: block;
    width: 124px;
    margin: 19px auto 0 !important;
    float: none;
	transition: all .2s;
}

.navbar-brand img {transition: all .2s;}

.navbar-brand:hover img {
	transform: scale(.95);
	transform-origin: top;
	transform-style: preserve-3d;
	margin-top: -1px;
}

.navbar-toggle {
    float: left;
    width: 45px;
    padding: 0;
    display: block;
    transition: all .3s;
    margin-top: 15px;
    margin-left: 0
}

.navbar-toggle .icon-bar {
    background: white;
    width: 45px;
    height: 3px;
    border-radius: 0;
    transition: all .3s
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 7px
}

.navbar-toggle .icon-text {
    color: #b37479;
    font-family: 'loraregular';
    font-weight: normal;
    font-style: normal;
    font-size: 8px;
    text-transform: uppercase;
    margin-top: 7px;
    transition: all .3s;
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 1em
}

.navbar-toggle.collapsed:hover {
    margin-top: 10px
}

.navbar-toggled {
    margin-top: 30px
}

.navbar-toggle.collapsed:hover .icon-bar+.icon-bar {
    margin-top: 10px
}

.navbar-toggle.collapsed:hover .icon-text {
    margin-top: 10px
}

.navbar-toggled .icon-bar:first-of-type {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.navbar-toggled .icon-bar+.icon-bar {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: -2px 0 0 -1px
}

.navbar-toggled .icon-bar+.icon-bar+.icon-bar {
    display: none
}

.navbar-toggled .icon-text {
    opacity: 0
}

.langs {
    padding-top: 20px;
    color: #b37479;
    font-size: 13px
}

.langs a {
    color: #b37479;
    margin: 0 2px;
    transition: all .2s
}

.langs .active, .langs a:hover {
    color: white
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: black
}

.sub header {
	height: 570px;
	background: white
}

.sub main {margin-top: 573px;}

.forSlogan {
    position: fixed;
    z-index: 20;
    top: 40vh;
    left: 0;
    width: 100%;
    text-align: center;
    height: auto
}

.forSlogan h1 {
    font-family: 'league_spartanregular';
    font-weight: normal;
    font-style: normal;
    color: white;
    font-size: 80px;
    text-transform: uppercase;
    margin: 0
}

.forSlogan h2 {
    font-family: 'libre_baskervilleitalic';
    font-weight: normal;
    font-style: normal;
    color: white;
    font-size: 36px;
    margin: 30px 0 0
}

.forArrow {
    height: 10vh;
    top: 90vh;
    left: 0;
    z-index: 20;
    width: 100%;
    position: fixed;
    text-align: center
}

.arrow {
    display: inline-block;
    margin: 0 auto;
    transition: all .2s;
    animation-name: arr;
    animation-duration: 1.5s;
    animation-iteration-count: infinite
}

@keyframes arr {
    0% {
        margin: 0 auto 0
    }
    50% {
        margin: 10px auto 0
    }
    100% {
        margin: 0 auto 0
    }
}

header iframe {
    z-index: 10;
    opacity: .6;
    height: 101vh;
    width: 100vh;
    min-width: 100%;
    max-width: 1000%
}

@media screen and (width: 1920px) {
    header iframe {
        height: 1080px;
        width: 1920px
    }
}

@media screen and (width: 1280px) and (height: 800px) {
    header iframe {
        height: 108vh;
        width: 1310px
    }
}

@media screen and (width: 1440px) and (height: 900px) {
    header iframe {
        height: 110vh;
        width: 1530px
    }
}

@media screen and (width: 1024px) and (height: 768px) {
    header iframe {
        height: 108vh;
        width: 1265px
    }
}

main {
    position: relative;
    z-index: 100;
    margin-top: 100vh;
    background: white;
    overflow: hidden
}

.home .main {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center
}

.title h4 {
    font-family: 'libre_baskervilleitalic';
    font-weight: normal;
    font-style: normal;
    font-size: 27px;
    color: #1a171b
}

.title h2, .title h1 {
    font-family: 'league_spartanregular';
    font-weight: normal;
    font-style: normal;
    font-size: 57px;
    color: #1a171b;
    text-transform: uppercase
}

.main h3 {
	text-align: center;
	padding: 20px 0px;
	border-top: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
}

.sub h1, .sub h2, .sub h3, .sub h4, .sub h5, .sub h6 {
	color: #1a171b
}

.sub h5 {
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.sub .title {text-align: center; margin: 30px 0;}

.title hr {
    width: 230px;
    border-color: #c0b283
}

.gallery {padding-bottom: 30px;}

.gallery .title h2 {
	font-size: 36px;
}

.gallery .title hr {width: 100%;}

.thumbnail {
	border:0;
	background: #c0b283;
	border-radius: 0;
	transition: all .2s;
}

.thumbnail img {
	transition: all .2s;
}

.thumbnail:hover {
	padding:0;
	margin:4px;
	opacity: .9;
}

.boxes .col-xs-12 {
    padding: 0
}

.boxes .col-xs-12 .row {
    margin: 0
}

.boxes a {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden
}

.boxes a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 120px 30px 15px;
    z-index: 20;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 92%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 92%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 92%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.boxes a span strong {
    font-size: 36px;
    color: white;
    text-transform: uppercase;
    font-family: 'league_spartanregular';
    font-weight: normal;
    font-style: normal
}

.boxes a span hr {
    width: 60px;
    border-color: #c0b283
}

.boxes a span strong, .boxes a span hr {
    float: left;
    clear: left
}

.boxes a img {
    position: relative;
    z-index: 10;
    transition: all .5s
}

.boxes a:hover img {
    transform: scale(1.1)
}

.boxes .col-md-6:first-of-type a strong {
    font-size: 57px;
    margin-bottom: 5px
}

.boxes .col-md-6:first-of-type a span {
    padding: 200px 30px 15px;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 92%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 92%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 92%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.oferta {
    text-align: center;
    background: #1f0b0c;
    padding-top: 60px;
    padding-bottom: 60px;
    color: white
}

td.bg-default {
    background: #3C1518!important;
    color: white;
}

td.bg-primary {
    background: #BF9449!important;
    color: white;
	text-align: center;
	padding: 15px!important;
}

th {
	background: #3C1518!important;
    color: white;
	font-weight: bold!important;
	padding: 15px 8px!important;
    vertical-align: middle!important;
}

.oferta .title h2, .oferta .title h4 {
    color: white
}

.boxes2 {
    padding-top: 30px;
    padding-bottom: 30px
}

.boxes2 a {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
	margin-bottom: 30px;
}

.boxes2 a .text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    text-align: center;
    color: white;
    transition: all .2s
}

.boxes2 a .text .border {
    display: block;
    padding: 30px;
    border: 1px solid #6c4c26;
    transition: all .2s;
    min-height: 200px
}

.boxes2 a .text strong {
    font-family: 'league_spartanregular';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 24px;
    width: 100%;
	margin-bottom: 15px;
    display: inline-block;
    line-height: 1.3em;
    transition: all .2s
}

.boxes2 a .text .opis {
    font-size: 13px;
    width: 100%;
    display: inline-block;
    display: none
}

.boxes2 a .text hr {
    border-color: #c0b283;
    width: 60px;
    display: none
}

.boxes2 a .text .more {
    border: 1px solid #c09449;
    color: #c09449;
    padding: 12px 30px;
    font-size: 13px;
    font-family: Arial;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s;
    /*position: absolute;
    bottom: 31px;
    left: 27%*/
}

.boxes2 a img {
    width: 100%;
    position: relative;
    z-index: 10;
    float: left;
    transition: all .2s
}

.boxes2 a:hover img {
    filter: blur(0.2);
    -webkit-filter: blur(4px)
}

.boxes2 a:hover .text, .boxes2 a:hover .border {
    height: 100% !important
}

.boxes2 a:hover strong {
    margin-top: 33%
}

.boxes2 a:hover .more {
    background: #c09449;
    color: white
}

.rezerwacja {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #c09449;
    text-align: center
}

.rezerwacja .rezerwuj {
    border: 2px solid white;
    color: white;
    font-size: 18px;
    font-family: 'league_spartanregular';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 60px;
    transition: all .2s;
    line-height: 1em;
    display: inline-block
}

.rezerwacja .rezerwuj:hover {
    color: #c09449;
    background: white;
    text-decoration: none;
    transform: scale(1.07);
    box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.2)
}

.konie {
	margin-bottom: -40px;
}

.vertical-center {
  padding: 30px 15px 30px 15px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-around;

}

.center {
    display:table-cell;
    vertical-align:middle!important;
    float:none;
}

.greybox {
    background: #f4f4f4;
	padding: 30px;
}

.greybox h4 {
	line-height: 1.5!important
}

footer {
    background: #1f0b0c;
    position: relative;
    z-index: 100;
    overflow: hidden;
    padding-bottom: 30px;
	margin-bottom: -32px;
}

footer .col-xs-12:first-of-type {
    text-align: center;
    padding-top: 60px
}

footer hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-color: #5f4224
}

footer span {
    color: #5f4224;
    font-size: 12px;
    font-family: arial;
    float: left
}


.madeby {
    float: right;
    line-height: 1em
}

.madeby small, .madeby img {
    float: left
}

.madeby small {
    font-size: 10px;
    color: #5f4224;
    font-family: arial;
    margin: 5px 3px 0 0
}

#mapagoogle {
    height: 450px;
    width: 100%;
    background: white;
    float: left
}

.fb_slider_right {
    position: fixed;
    top: 180px;
    right: -320px;
    z-index: 1000;
    width: 348px;
    height: 100px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.fb_slider_right .sliderbody {
    float: left;
    width: 320px
}

.fb_slider_right:hover {
    right: 0;
    height: 100%
}

.fb_slider_right .button, .fb_slider_right iframe {
    float: left;
    background: white
}

.download {
    float: left
}

.download ul {
    margin: 0;
	padding: 10px 30px;
    background: #f4f4f4;
}

.download .plik {
    display: none;
    color: #fff
}

.download a:hover {
    text-decoration: none
}

.type_text .plik {
    display: inline;
	margin-top: 5px;
}

.type_icons li {
    list-style: none !important
}

.type_icons a {
    text-decoration: none !important;
    padding: 1px 0 2px 27px;
    background: url(../img/modules/download/page_white.png) 0 0 no-repeat;
    background-position: 0 3px !important
}

.type_icons .pdf {
    background: url(../img/modules/download/acrobat.png) 0 0 no-repeat
}

.type_icons .swf {
    background: url(../img/modules/download/flash.png) 0 0 no-repeat
}

.type_icons .txt, .rtf {
    background: url(../img/modules/download/text.png) 0 0 no-repeat
}

.type_icons .doc, .type_icons .docx, .type_icons .odf, .type_icons .ott, .type_icons .sxw, .type_icons .stw {
    background: url(../img/modules/download/word.png) 0 0 no-repeat
}

.type_icons .jpg, .type_icons .jpe, .type_icons .jfif, .type_icons .png, .type_icons .jpeg, .type_icons .gif, .type_icons .tif, .type_icons .tiff, .type_icons .ico, .type_icons .bmp, .type_icons .raw, .type_icons .dcs {
    background: url(../img/modules/download/picture.png) 0 0 no-repeat
}

.type_icons .flv, .type_icons .mov, .type_icons .mpeg, .type_icons .avi, .type_icons .divx {
    background: url(../img/modules/download/movie.png) 0 0 no-repeat
}

.type_icons .ods, .type_icons .sxc, .type_icons .xls, .type_icons .xlt {
    background: url(../img/modules/download/excel.png) 0 0 no-repeat
}

.type_icons .odg, .type_icons .sxd, .type_icons .psd {
    background: url(../img/modules/download/paint.png) 0 0 no-repeat
}

.type_icons .cdr, .type_icons .ai {
    background: url(../img/modules/download/vector.png) 0 0 no-repeat
}

.type_icons .php, .type_icons .html, .type_icons .css, .type_icons .js, .type_icons .less, .type_icons .asp, .type_icons .c {
    background: url(../img/modules/download/code.png) 0 0 no-repeat
}

.type_icons .sql, .type_icons .db, .type_icons .dbf, .type_icons .dbk {
    background: url(../img/modules/download/database.png) 0 0 no-repeat
}

.type_icons .zip, .type_icons .tar, .type_icons .gz, .type_icons .gzip, .type_icons .rar {
    background: url(../img/modules/download/zip.png) 0 0 no-repeat
}

.type_icons .rb {
    background: url(../img/modules/download/ruby.png) 0 0 no-repeat
}

.type_icons .as {
    background: url(../img/modules/download/actionscript.png) 0 0 no-repeat
}

.type_icons .cf {
    background: url(../img/modules/download/coldfusion.png) 0 0 no-repeat
}

.type_icons .odp, .type_icons .sxi, .type_icons .ppt {
    background: url(../img/modules/download/powerpoint.png) 0 0 no-repeat
}

.type_icons .iso, .type_icons .nrg {
    background: url(../img/modules/download/dvd.png) 0 0 no-repeat
}

form .alert {
    display: none;
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 0
}

form * {
    border-radius: 0 !important
}

.map iframe {
    width: 100%
}

form label {
    font-weight: normal
}

.form {
    margin-bottom: 1.5em
}

.forform {
    margin-top: 1em
}

#pages {
    margin: 0 0 15px
}

.jPaginate {
    height: 34px;
    position: relative;
    color: #a5a5a5;
    font-size: small;
    width: 100%
}

.jPaginate a {
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0 10px !important;
    margin: 0 2px;
    float: left;
    text-decoration: none !important
}

.jPag-control-back {
    position: absolute;
    left: 0px
}

.jPag-control-front {
    position: absolute;
    top: 0px
}

.jPaginate span {
    cursor: pointer
}

ul.jPag-pages {
    float: left;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px
}

ul.jPag-pages li {
    display: inline;
    float: left;
    padding: 0px;
    margin: 0px
}

ul.jPag-pages li a {
    float: left;
    padding: 2px 5px
}

span.jPag-current {
    cursor: default;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    margin: 0 2px;
    float: left
}

ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-next, span.jPag-sprevious, span.jPag-snext, ul.jPag-pages li span.jPag-previous-img, ul.jPag-pages li span.jPag-next-img, span.jPag-sprevious-img, span.jPag-snext-img {
    height: 34px;
    margin: 0 2px;
    float: left;
    line-height: 26px
}

ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-previous-img {
    margin: 2px 0px 2px 2px;
    font-size: 12px;
    font-weight: bold;
    width: 10px
}

ul.jPag-pages li span.jPag-next, ul.jPag-pages li span.jPag-next-img {
    margin: 2px 2px 2px 0px;
    font-size: 12px;
    font-weight: bold;
    width: 10px
}

span.jPag-sprevious, span.jPag-sprevious-img {
    margin: 2px 0px 2px 2px;
    font-size: 14px;
    width: 15px;
    text-align: right
}

span.jPag-snext, span.jPag-snext-img {
    margin: 2px 2px 2px 0px;
    font-size: 14px;
    width: 15px;
    text-align: right
}

ul.jPag-pages li span.jPag-previous-img {
    background: transparent url(../images/previous.png) no-repeat center right
}

ul.jPag-pages li span.jPag-next-img {
    background: transparent url(../images/next.png) no-repeat center left
}

span.jPag-sprevious-img {
    background: transparent url(../images/sprevious.png) no-repeat center right
}

span.jPag-snext-img {
    background: transparent url(../images/snext.png) no-repeat center left
}

.jPag-last, .jPag-first {
    line-height: 30px !important;
    font-size: 14px
}


.sub .cycle-slideshow img {width: 100%;}



.dello {
    position: absolute;
    bottom: 10%;
    right: 18%;
    z-index: 10000;
    width: auto;
    height: 60%;
}





.fb-ico {
	float: right !important;
	margin: -2px 0 0 15px !important;
	transition: all .2s;
}

.fb-ico:hover {opacity: .7;}








@media screen and (max-width: 1680px) {
    header iframe {
        width: 1680px;
        height: 947px
    }

	.sub header {height: 496px;}
	.sub main {margin-top: 496px;}

	.boxes2 a .text .more {left:24%;}

	.boxes2 a:hover strong {
    	margin-top: 5%;
	}
}

@media screen and (max-width: 1600px) {
    header iframe {
        width: 1600px;
        height: 947px
    }

	.sub header {height:   472px;}
	.sub main {margin-top: 472px;}


	.boxes2 a .text .more {left:22%;}
}




@media screen and (max-width: 1536px) {
    header iframe {
        width: 1536px;
        height: 947px
    }

	.sub header {height:   453px;}
	.sub main {margin-top: 453px;}

	.boxes2 a .text .more {left:21%;}
	.boxes2 a .text .opis {font-size: 12px;}

	.dello {bottom: 7%;right: 10%;}
}

@media screen and (max-width: 1440px) {
    header iframe {
        width: 1480px;
        height: 930px
    }

	.sub header {height:   425px;}
	.sub main {margin-top: 425px;}


	.boxes2 a .text .more {left:19%;}
	.boxes2 a .text .opis {font-size: 12px; line-height: 1.3em;}
}

@media screen and (max-width: 1366px) {
    header iframe {
        width: 1430px;
        height: 910px
    }

	.sub header {height:   403px;}
	.sub main {margin-top: 403px;}

	.boxes2 a .text .more {left:17%;}
	.boxes2 a .text .opis {font-size: 12px; line-height: 1.3em;}

	.dello {bottom: 6%;right: 5%;}
}

@media screen and (max-width: 1280px) {
    header {
        height: 720px
    }
    main {
        margin-top: 720px
    }
    header iframe {
        width: 1280px;
        height: 720px
    }
    .forSlogan {
        top: 33vh
    }
    .boxes a span strong {
        font-size: 26px
    }
    .boxes2 a .text .more {
        left: 14%
    }
    .boxes2 a:hover .text strong {
        margin-top: 0
    }

	.boxes2 a .text .opis {font-size: 11px; line-height: 1.3em;}

	.sub header {height:   377px;}
	.sub main {margin-top: 377px;}

	.dello {bottom: 5%;right: 3%;}
}

@media screen and (max-width: 1199px) {
    header {
        height: 580px
    }
    main {
        margin-top: 580px
    }
    header iframe {
        width: 1024px;
        height: 580px
    }
    .forSlogan {
        top: 28vh
    }
    .navbar .nav>li>a {
        font-size: 11px;
        padding: 14px 10px
    }
    .boxes2 a .text strong {
        font-size: 16px;
    }
    .boxes2 a .text .more {
        left: 11%;
        padding: 12px 15px
    }
    .boxes2 a .text .opis {
        font-size: 10px;
        line-height: 1.3em
    }

	.boxes2 a .text .border {padding:15px;}

	.boxes2 a:hover .text .more {display: none;}


	.sub header {height:   301px;}
	.sub main {margin-top: 301px;}

	.dello {bottom: 8%; right: 3%; height: 45%;}
}

@media screen and (max-width: 980px) {

	.navbar-brand {
	    width: 183px;
	    margin: 69px auto 0 !important;
	}

    .navbar-toggle {
        margin-top: 63px
    }
    .navbar-toggle.collapsed:hover {
        margin-top: 58px
    }
    .navbar-toggled {
        margin-top: 337px;
        border-radius: 0;
        padding: 15px 5px 5px;
        background: #bf9449;
        width: 56px
    }

	.navbar-open #navbar {display: block !important;}
    #navbar {
        background: #bf9449;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        z-index: 1000
    }
    #navbar ul {
        margin-top: 0
    }
    #navbar li {
        margin: 0
    }
    #navbar a {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        margin: 0;
        font-size: 14px;
        color: white
    }

	.navbar .nav>li>a {
    	padding: 10px 15px;
	}

    #navbar .dropdown-menu {
        background: #a48040
    }
    #navbar .dropdown-menu>li>a:hover, #navbar .dropdown-menu>li>a:focus, #navbar .dropdown-menu>.active>a, #navbar .dropdown-menu>.active>a:hover, #navbar .dropdown-menu>.active>a:focus {
        background: #94743a
    }

	.sub .navbar-toggle {
    	display: block;
	}

	.sub .navbar-brand {margin: 68px auto 0 !important;}

	.sub .navbar {margin-top: -50px;}

	.sub .navbar .nav > li {
	    display: block;
	    float: left;
	    width: 100%;
	}

	.sub .navbar .nav > li > a {
	    display: block;
	    float: left;
	    width: 100%;
	    text-align: left;
	}

	.sub #navbar ul {
    	margin: 7.5px 0;
	}

    .navbar-header {
        width: auto
    }
    header {
        height: 540px
    }
    main {
        margin-top: 540px
    }
    header iframe {
        width: 100%;
        height: 540px
    }
    .forSlogan {
        top: 30vh
    }
    .forSlogan h1 {
        font-size: 45px
    }
    .boxes2 a {
        margin-bottom: 30px
    }
    .boxes2 a .text .more {
        left: 30px;
        padding: 12px 0;
        width: 87%
    }
    .boxes2 a .text strong {
        font-size: 24px
    }
    .boxes2 a .text .opis {
        font-size: 15px;
        line-height: 1.3em
    }
    #mapagoogle {
        height: 250px
    }

	.sub header {height:   287px;}
	.sub main {margin-top: 287px;}

	.langs {
	    float: right;
	    margin-top: 48px;
	}
}

@media screen and (max-width: 800px) {
    header {
        height: 440px
    }
    main {
        margin-top: 440px
    }
    header iframe {
        width: 100%;
        height: 440px
    }
    .forSlogan {
        top: 25vh
    }
    .forSlogan h1 {
        font-size: 35px
    }
    .forSlogan h2 {
        font-size: 30px
    }
    .boxes2 a .text .more {
        width: 83%
    }


	.sub header {height:   234px;}
	.sub main {margin-top: 234px;}

	.dello {bottom: 7%; right: 3%; height: 40%;}
}

@media screen and (max-width: 768px) {
    header {
        height: 420px
    }
    main {
        margin-top: 420px
    }
    header iframe {
        width: 100%;
        height: 420px
    }
    .forSlogan {
        top: 25vh
    }
    .forSlogan h1 {
        font-size: 35px
    }
    .forSlogan h2 {
        font-size: 30px
    }
    .boxes2 a .text .more {
        width: 83%
    }
    .navbar-toggle {
        margin-left: 30px
    }


	.sub header {height:   224px;}
	.sub main {margin-top: 224px;}

	.langs {
	    margin-right: 15px;
	}
}

@media screen and (max-width: 640px) {
    header {
        height: 350px
    }
    main {
        margin-top: 350px
    }
    header iframe {
        width: 100%;
        height: 350px
    }
    .forSlogan {
        top: 25vh
    }
    .forSlogan h1 {
        font-size: 25px
    }
    .forSlogan h2 {
        font-size: 20px
    }
    .boxes2 a .text .more {
        width: 90%
    }
    .boxes a img {
        max-width: 500%;
        width: 100%
    }
    footer .col-md-6 {
        text-align: center
    }
    footer .col-md-6 span, footer .col-md-6 .madeby {
        float: none
    }
    footer .col-md-6 .madeby {
        display: inline-block;
        margin-top: 5px
    }

	.sub header {height:   186px;}
	.sub main {margin-top: 186px;}
}

@media screen and (max-width: 600px) {
    header {
        height: 328px
    }
    main {
        margin-top: 328px
    }
    header iframe {
        width: 100%;
        height: 328px
    }
    .forSlogan {
        top: 23vh
    }
    .forSlogan h1 {
        font-size: 25px
    }
    .forSlogan h2 {
        font-size: 20px
    }
    .boxes2 a .text .more {
        width: 90%
    }

	.sub .cycle-slideshow img {width: 120%;}

	.sub header {height:   186px;}
	.sub main {margin-top: 186px;}
}





@media screen and (max-width: 480px) {
    header {
        height: 260px
    }
    main {
        margin-top: 260px
    }
    header iframe {
        width: 100%;
        height: 260px
    }
    .forSlogan {
        display: none
    }
    .boxes2 a .text .more {
        width: 86%
    }
    .title h2 {
        font-size: 35px
    }


	.sub .cycle-slideshow img {width: 140%;}

	.sub header {height:   186px;}
	.sub main {margin-top: 186px;}

	.fb-ico {display: none;}
}

@media screen and (max-width: 435px) {
    header {
        height: 235px
    }
    main {
        margin-top: 235px
    }
    header iframe {
        width: 100%;
        height: 235px
    }
    .forSlogan {
        display: none
    }
    .boxes2 a .text .more {
        width: 84%
    }
    .title h2 {
        font-size: 35px
    }
    .navbar {
        height: 115px !important;
        background: #3c1518 !important
    }
    .navbar-brand, .navbar-brand img {
        width: 110px
    }
    .home .main {
        padding-top: 30px;
        padding-bottom: 30px
    }


	.sub .cycle-slideshow img {width: 100%;}

	.sub header {height:   125px;}
	.sub main {margin-top: 125px;}

	.sub .title h1 {font-size: 35px;}
}

@media screen and (max-width: 425px) {
    header {
        height: 230px
    }
    main {
        margin-top: 230px
    }
    header iframe {
        width: 100%;
        height: 230px
    }
    .boxes2 a .text .more {
        width: 84%
    }

	.sub .cycle-slideshow img {width: 110%;}

	.sub header {height:   125px;}
	.sub main {margin-top: 125px;}
}

@media screen and (max-width: 414px) {
    header {
        height: 225px
    }
    main {
        margin-top: 225px
    }
    header iframe {
        width: 100%;
        height: 225px
    }
    .boxes2 a .text .more {
        width: 84%
    }
}

@media screen and (max-width: 375px) {
    header {
        height: 205px
    }
    main {
        margin-top: 205px
    }
    header iframe {
        width: 100%;
        height: 205px
    }
    .boxes2 a .text .more {
        width: 82%
    }

	.sub .cycle-slideshow img {width: 120%;}

	.sub header {height:   125px;}
	.sub main {margin-top: 125px;}
}

@media screen and (max-width: 360px) {
    header {
        height: 195px
    }
    main {
        margin-top: 195px
    }
    header iframe {
        width: 100%;
        height: 195px
    }
    .boxes2 a .text .more {
        width: 81%
    }

	.sub .cycle-slideshow img {width: 130%;}

	.sub header {height:   125px;}
	.sub main {margin-top: 125px;}
}

@media screen and (max-width: 320px) {
    header {
        height: 172px
    }
    main {
        margin-top: 172px
    }
    header iframe {
        width: 100%;
        height: 172px
    }
    .boxes2 a .text .more {
        width: 79%
    }
    .boxes2 a .text strong {
        font-size: 20px
    }


	.sub .cycle-slideshow img {width: 140%;}

	.sub header {height:   125px;}
	.sub main {margin-top: 125px;}

	.langs a {
	    margin: 0;
	    font-size: 10px;
	}
}

/* F
 * A
 * D
 * E
 */

 .fade-content>* {
    transition: ease opacity .7s, ease transform .7s;
}


.fade-content img {
	margin-top: 35px;
	margin-bottom: 35px;
	display: inline;
}

.fade-content-galeria > *{transition: ease opacity .25s, ease transform .25s;}

/* Offsets timing for groups of three. This must be adjusted if there are more or less than three element per row.*/
.fade-content-galeria > *:nth-child(3n+2) {transition-delay: .1s;}
.fade-content-galeria > *:nth-child(3n+3) {transition-delay: .2s;}
/*# sourceMappingURL=main.css.map */
