/*

AUTHOR: AMADEUSZ STASIAK
WEBSITE: USGSTYCZEWSKA.PL
DATE: 25-04-2015
VERSION: 1.0.1

font-family: Roboto Slab, Noto Sans - 400 / 700.

*/

/* ---------- RESET ---------- */

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, 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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
	}
ol, ul { 
	list-style: none;
	}
	
/* ---------- END RESET ---------- */



/* ---------- HTML&BODY ---------- */
body {
   color: #585858;
   font-family: 'noto_sansregular', Arial, sans-serif;
   font-weight: 400;
   -webkit-font-smoothing: antialiased;
   font-size: 100%;
   line-height: 1.8em;
   width: 100%;
   min-height: 100%;
}

p {
   padding-bottom: 20px;
}

p:last-child {
   padding-bottom: 0px;
}

/* ---------- END HTML&BODY ---------- */

/* ---------- MAIN ---------- */

#top, .banner-txt, #about-me, #services, #preparation, #contact, #price-list, #footer {
   max-width: 1020px;
   width: 100%;
   padding: 0 15px;
   margin: 0 auto;
}

#logo, #menu {
   margin-bottom: 40px;
}

#content {
   margin-top: 40px;
}

#content::after {
   content:'';
   display: block;
   clear: both;
}

.block {
   padding: 50px 0 50px 0;
}

.block-a {
   margin-top: 50px;
}

.clear {
   clear: both;
}



/* ---------- END MAIN ---------- */

/* ---------- TOP ---------- */

#logo {
   width: 340px;
   margin-right: 20px;
}
#menu {
   width: 660px;
   font-size: 15px;
   padding-top: 12px;
}

/* ---------- END TOP ---------- */


/* ---------- CONTENT ---------- */

#banner {
   -moz-background-size: cover;
   -o-background-size: cover;
   -webkit-background-size: cover;
   background:url(../img/styczewska-top.jpg) no-repeat top;
   background-size: cover;
   height: 500px;
}

.banner-txt {
   padding-top: 270px;
}

#about-me {
   height: auto;
}

.about-me-txt, .preparation-txt {
   width: 680px;
   margin-right: 40px;
   text-align: justify;
   font-size: 15.3px;
}

.preparation-txt {
   margin-right: 0;
   margin-left: 40px;
   padding-top: 56px;
}

.preparation-txt p:nth-child(2) {
   padding-bottom: 0;
}

.range {
   font-size: 15px;
}

.range ul li:hover, #footer a:hover {
   color: #128ebf;
   cursor: pointer;
}

.range ul li {
   padding-bottom: 10px;
}

.range-1, .range-2, .range-3 {
   width: 320px;
   padding-right: 30px;
}

.range-3 {
   padding-right: 0;
}

.range-3 p {
   padding-bottom: 10px;
}
.contact-map {
   width: 600px;
   margin-left: 30px;
}
.contact-map iframe {
   border: 2px solid #dcdcdc;
}

.contact-map small a {
   font-size: 12px;
   color: #585858;
}

.contact-map small a:hover {
   color: #128ebf;
}

.contact-info {
   width: 390px;
   font-size: 15px;
   text-align: justify;
}

.block-a {
   -moz-background-size: cover;
   -o-background-size: cover;
   -webkit-background-size: cover;
   background:url(../img/styczewska-price-list.jpg) no-repeat top;
   background-size: cover;
   height: 260px;
   color: #fff;
   font-size: 14px;
}

#price-list .left {
   width: 225px;
   margin-right: 40px;
   text-align: center;
}

#price-list .left:last-child {
   margin-right: 0;
}

#price-list .left:hover {
   color: #f1f1f1;
   cursor: pointer;
}

.block-b {
    background-color: #515462;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 13px;
}

.block-b a {
   color: #fff;
}

.block-b img {
   vertical-align: middle;
   padding-left: 15px;
}


/* ---------- END CONTENT ---------- */


/* ---------- FOOTER ---------- */



/* ---------- END FOOTER ---------- */


/* ---------- HEADLINE&LINK ---------- */

h1 {
   color: #084259;
   font-size: 16px;
   font-family: 'roboto_slabbold', serif;
   font-weight: 700;
}

h1 a {
   color: #128ebf;
   font-size: 14px;
   padding-left: 213px;
   display: block;
}

h2 {
   background-color:rgba(255, 255, 255, 0.44);
   padding: 30px;
   width: 500px;
   font-size: 22px;
   font-family: 'roboto_slabregular', serif;
   color: #084259;
   line-height: 1.8em;
}

h2 span {
   color: #212040;
}

h3 {
   font-family: 'roboto_slabregular', serif;
   font-size: 24px;
   color: #128ebf;
   margin-bottom: 40px;
   text-align: center;
   height: 60px;
   line-height: 60px;
}

#price-list h3 {
   color: #fff;
}

h5 {
   font-weight: 700;
   padding-bottom: 15px;
}

/* ---------- END HEADLINE&LINK ---------- */


/* ---------- NAVIGATION ---------- */

ul#nav a {
   display: block;
   padding: 0 12px;
   color: #585858;
}
ul#nav li:last-child {
   padding: 0;
}
ul#nav li {
   float: left; 
}

ul#nav li a:hover {
   color: #128ebf;
}

/* ---------- END NAVIGATION ---------- */


/* ---------- FLOAT&MARGIN ---------- */

.left {
   float: left;
}
.right {
   float: right;
}

/* ---------- END FLOAT&MARGIN ---------- */


/* ---------- TXT-CUSTOM ---------- */

strong {
   font-family: 'noto_sansbold', sans-serif;
   font-weight: 700;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(35, 85, 106, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/* ---------- END TXT-CUSTOM ---------- */


/* ---------- GALLERY ---------- */


/* ---------- END GALLERY ---------- */


/* ---------- TABBLE ---------- */



/* ---------- END TABBLE ---------- */


/* ---------- FOOTER ----------*/



/* ---------- END FOOTER ----------*/

/* Responsive images and iframe */
img, iframe {
  max-width: 100%;
  height: auto;
}

/* Responsive layout adjustments */
@media screen and (max-width: 768px) {
  .left, .right {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  #menu ul#nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner-txt h2 {
    width: 100% !important;
    font-size: 18px !important;
  }

  .contact-map iframe {
    width: 100% !important;
    height: auto !important;
  }
}
