@font-face {
    font-family: amblebold;
    src: url("../fonts/Amble-Bold.ttf");
}

@font-face {
    font-family: ambleitalic;
    src: url("../fonts/Amble-Italic.ttf");
}

@font-face {
    font-family: amblelight;
    src: url("../fonts/Amble-Light.ttf");
}

@font-face {
    font-family: amblelightitalic;
    src: url("../fonts/Amble-LightItalic.ttf");
}

html {
    margin: 0;
    padding: 0;
    background: url('../images/background.jpg') no-repeat top center;
    background-size: cover;
    font-family: Tahoma;
}

.clear {
    clear: both;
}

.center {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

header {
    width: 985px !important;
    padding-left: 15px;
    height: 150px;
}

#logo {
    float: left;
    margin-top: 5px;
}

#menu {
    float: right;
    margin-top: 110px;
}

#menu a:link, #menu a:visited {
    display: inline-block;
    padding: 10px 20px;
    background: #383838;
    text-decoration: none;
    font-family: amblelight;
    color: #fff;
    font-size: 13px;
    margin-left: 4px;
}

#menu a:hover {
    opacity: 0.7;
    filter: alpha(opacity: 70);
}

#menu a:active {
    opacity: 0.3;
    filter: alpha(opacity: 30);
}

#footer {
    margin-bottom: 15px;
    line-height: 17px;
}

#footer p {
    font-size: 11px;
    text-align: center;
    font-family: amblelight;
    color: #a7a7a7;
}

#footer a:link, #footer a:visited {
    text-decoration: none;
    color: #a7a7a7;
}

#footer a:hover {
    text-decoration: none;
    color: #2e2e2e;
}

#footer a:active {
    text-decoration: none;
    color: #989898;
}

#slider {
    height: 380px;
    width: 980px;
    background: #fff;
    margin-top: 20px;
    overflow: hidden;
    border: 10px solid #fff;
}

#slides img {
    display: block;
    margin: 0;
    padding: 0;
}

#sliderLewo, #sliderPrawo {
    width: 300px;
    height: 380px;
    cursor: pointer;
}

#sliderArr {
    position: absolute;
    z-index: 9999;
    width: 980px;
}

#sliderLewo {
    float: left;
    background: url('../images/sliderLeft.jpg') no-repeat left center;
}

#sliderPrawo {
    float: right;
    background: url('../images/sliderRight.jpg') no-repeat right center;
}

#sliderLewo, #sliderPrawo {
    opacity: 0.7;
    filter: alpha(opacity: 70);
}

#sliderLewo:hover, #sliderPrawo:hover {
    opacity: 1.0;
    filter: alpha(opacity: 100);
}

#homeBlocks {
    clear: both;
    margin-top: 20px;
    font-family: amblelight;
    width: 1000px !important;
}

.leftBlocks {
    float: left;
    width: 700px;
}

.rightBlocks {
    float: left;
    width: 300px;
}

.fbox {
    width: 270px;
    float: left;
    background: #fff;
    /*border: 15px solid #fff;*/
    margin-bottom: 15px;
    border-top: 2px solid #7e7e7e;
    padding: 15px;
    padding-top: 12px;
}

.fboxsz {
    width: 655px !important;
}

.fboxsz2 {
    width: 970px !important;
}

.fboxright {
    float: right;
}

.fboxb {
    height: 80px;
}

.pdf img {
    margin: 10px 0 0 0;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

.pdf img:hover {
    opacity: 0.7;
    filter: alpha(opacity: 70);
}

.pdf img:active {
    opacity: 0.3;
    filter: alpha(opacity: 30);
}

#homeBlocks h1 {
    color: #383838;
    margin: 0;
    padding: 0 0 8px 0;
    font-size: 19px;
}

#homeBlocks h1 small {
    font-size: 10px;
}

#homeBlocks p {
    color: #383838;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

#oferta {
    width: 970px !important;
    min-height: 200px;
    background-color: #fff;
    margin-top: 25px;
    margin-bottom: 15px;
    border-top: 2px solid #7e7e7e;
    padding: 15px;
    padding-top: 12px;
}

#oferta h1 {
    font-family: amblelight;
    margin: 8px 0 20px 0;
    padding: 0;
    color: #383838;
    font-size: 24px;
}

#oferta p {
    font-family: amblelight;
    color: #383838;
    font-size: 15px;
    padding: 0;
    margin: 8px 0 15px 0;
}

#ofeFoto {
    float: left;
}

#ofeFoto img {
    margin-right: 30px;
    max-width: 600px;
}

#ofeOpis {
    float: left;
    width: 340px;
}

.ofeBlock {
    float: left;
    width: 178px;
    height: 124px;
    border: 1px #c3bdb7 solid;
    padding: 3px;
    background: #fff;
    margin: 4px;
}

.ofeBlockName {
    position: absolute;
    z-index: 9999;
    background: #383838;
    font-family: amblebold;
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    text-transform: uppercase;
}

.ofeBlockImg {
    background-position: center;
    cursor: pointer;
    background-size: 100%;
    width: 178px;
    height: 124px;
    background-repeat: no-repeat;
}

.ofeBlockImg a {
    display: block;
    width: 100%;
    height: 100%;
}

#ofeGaleria {
    clear: both;
    padding: 20px 0 10px 10px;
}

#ofeGaleria img {
    width: 80px;
    margin-left: 10px;
    border: 1px solid #c3bdb7;
    padding: 3px;
}

#ofeGaleria img:hover {
    opacity: 0.7;
    filter: alpha(opacity: 70);
}

#ofeGaleria img:active {
    opacity: 0.5;
    filter: alpha(opacity: 50);
}

.kontaktForm, .kontaktDane {
    background-color: #fff;
    margin-top: 25px;
    margin-bottom: 15px;
    border-top: 2px solid #7e7e7e;
    padding: 15px;
    padding-top: 12px;
    min-height: 200px;
}

.kontaktForm {
    width: 600px;
    float: right;
}

.kontaktDane {
    width: 325px;
    float: left;
}

#kontaktMapa {
    width: 970px !important;
    min-height: 200px;
    background-color: #fff;
    margin-bottom: 15px;
    border-top: 2px solid #7e7e7e;
    padding: 15px;
    padding-top: 12px;
}

#kontakt h1, #kontakt p {
    font-family: amblelight;
    margin: 0;
    padding: 0;
    color: #383838;
}

#kontakt h1 {
    font-size: 16px;
    margin-bottom: 20px;
}

#kontakt p {
    font-size: 15px;
    margin-bottom: 20px;
}

.kontaktForm input[type="text"], .kontaktForm textarea {
    font-family: amblelight;
    font-size: 13px;
    color: #383838;
    padding: 3px 5px;
}

.kontaktForm input[type="text"] {
    float: left;
    width: 282px;
    border: 1px #c3bdb7 solid;
    margin-bottom: 5px;
}

.kontaktForm textarea {
    width: 586px;
    height: 128px;
    border: 1px #c3bdb7 solid;
    resize: none;
    margin-bottom: 5px;
}

.fmr {
    margin-right: 10px;
}

.kontaktForm input[type="submit"] {
    display: block;
    cursor: pointer;
    font-family: amblelight;
    width: 598px;
    background: #383838;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    border: none;
}

.kontaktForm input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity: 70);
}

.kontaktForm input[type="submit"]:active {
    opacity: 0.4;
    filter: alpha(opacity: 40);
}

#panel {
    width: 970px !important;
    min-height: 200px;
    background-color: #fff;
    margin-top: 25px;
    margin-bottom: 15px;
    border-top: 2px solid #7e7e7e;
    padding: 15px;
    padding-top: 12px;
}

#panel h1 {
    font-family: amblelight;
    font-size: 18px;
    color: #383838;
    margin-bottom: 20px;
}

#panel p {
    font-family: amblelight;
    font-size: 14px;
    color: #383838;
    margin-bottom: 20px;
}

.logowanieDiv {
    text-align: center;
}

.logowanieForm input[type="text"], .logowanieForm input[type="password"], .logowanieForm input[type="submit"] {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 8px;
    padding: 4px 5px;
    font-size: 12px;
}

.logowanieForm input[type="text"], .logowanieForm input[type="password"] {
    border: 1px #383838 solid;
}

.logowanieForm input[type="submit"] {
    color: #fff;
    background: #383838;
    border: none;
    cursor: pointer;
    width: 210px;
}

.logowanieForm input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity: 70);
}

.logowanieForm input[type="submit"]:active {
    opacity: 0.3;
    filter: alpha(opacity: 30);
}

#panelmenu {
    position: absolute;
    top: 20px;
    right: 0;
}

#panelmenu a:link, #panelmenu a:visited {
    display: inline-block;
    padding: 10px 20px;
    background: lightslategrey;
    text-decoration: none;
    font-family: amblelight;
    color: #fff;
    font-size: 13px;
    margin-left: 4px;
}

#panelmenu a:hover {
    opacity: 0.7;
    filter: alpha(opacity: 70);
}

#panelmenu a:active {
    opacity: 0.3;
    filter: alpha(opacity: 30);
}

.h1Cent {
    text-align: center;
}

.formualarzPanel input[type="text"], .formualarzPanel input[type="submit"], .formualarzPanel select {
    width: 300px;
    display: block;
    margin-bottom: 8px;
    padding: 4px 5px;
    font-size: 12px;
}

.formualarzPanel input[type="file"] {
    margin-bottom: 10px;
}

.formualarzPanel input[type="text"], .formualarzPanel select {
    border: 1px #383838 solid;
}

.formualarzPanel select {
    width: 312px;
}

.formualarzPanel input[type="submit"] {
    color: #fff;
    background: #383838;
    border: none;
    cursor: pointer;
    width: 210px;
}

.formualarzPanel input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity: 70);
}

.logowanieForm input[type="submit"]:active {
    opacity: 0.3;
    filter: alpha(opacity: 30);
}

#panel .listaButton {
    margin-left: 15px;
    margin-right: 10px;
}

#panel .listaButton:hover {
    opacity: 0.7;
    filter: alpha(opacity: 70);
}

#panel .listaButton:active {
    opacity: 0.4;
    filter: alpha(opacity: 40);
}

#panel label {
    display: inline-block;
    margin-right: 20px;
    color: #383838;
    font-size: 14px;
}

#panel .edytujimg {
    margin-top: 30px;
}

#panel .nazwa {
    font-size: 17px;
    font-weight: bold;
}

#panel #galeriaPanel {
    margin-top: 50px;
}

#panel .elGaleriiBlock {
    float: left;
    margin: 5px;
    text-align: center;
}

#panel .elGalerii {
    width: 150px;
    height: 100px;
}