@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.eot');
    src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff'),
         url('../fonts/lato-black-webfont.ttf') format('truetype'),
         url('../fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latohairline';
    src: url('../fonts/lato-hairline-webfont.eot');
    src: url('../fonts/lato-hairline-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-hairline-webfont.woff2') format('woff2'),
         url('../fonts/lato-hairline-webfont.woff') format('woff'),
         url('../fonts/lato-hairline-webfont.ttf') format('truetype'),
         url('../fonts/lato-hairline-webfont.svg#latohairline') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoheavy';
    src: url('../fonts/lato-heavy-webfont.eot');
    src: url('../fonts/lato-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-heavy-webfont.woff2') format('woff2'),
         url('../fonts/lato-heavy-webfont.woff') format('woff'),
         url('../fonts/lato-heavy-webfont.ttf') format('truetype'),
         url('../fonts/lato-heavy-webfont.svg#latoheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latomedium';
    src: url('../fonts/lato-medium-webfont.eot');
    src: url('../fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../fonts/lato-medium-webfont.woff') format('woff'),
         url('../fonts/lato-medium-webfont.ttf') format('truetype'),
         url('../fonts/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latosemibold';
    src: url('../fonts/lato-semibold-webfont.eot');
    src: url('../fonts/lato-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('../fonts/lato-semibold-webfont.woff') format('woff'),
         url('../fonts/lato-semibold-webfont.ttf') format('truetype'),
         url('../fonts/lato-semibold-webfont.svg#latosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latothin';
    src: url('../fonts/lato-thin-webfont.eot');
    src: url('../fonts/lato-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-thin-webfont.woff2') format('woff2'),
         url('../fonts/lato-thin-webfont.woff') format('woff'),
         url('../fonts/lato-thin-webfont.ttf') format('truetype'),
         url('../fonts/lato-thin-webfont.svg#latothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ~~ RESET ~~ */

ul, ol, dl {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6, p {
    /*margin-top: 0;*/
    margin: 0;
    font-weight: normal !important;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

q:before, q:after {
    content:'';
}

abbr, acronym {
    border:0;
}

strong, b {
    font-weight: normal !important;
}

ul, menu, dir {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}

p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

h1 {
    display: block;
    font-size: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: normal;
}

h2 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: normal;
}

/* ~~ REUSABLE ~~ */

.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

 *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

::selection {
    background: #b2d04a;
    color: #1b1b1b;
}
::-moz-selection {
    background: #b2d04a;
    color: #1b1b1b;
}

a {
    font-family: "latobold";
    color: #709514;
    text-decoration: none;
}

a:hover {
    color: #b2d04a;
}

/**/

body {
    background: #f3f3f3;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    line-height: 28px;
    font-family: "latolight";
    font-size: .625em; /*10px*/
    color: #1b1b1b;
}

section .padding {
    padding-right: 15px;
    padding-left: 15px;
}

section .wrapper {
    background: rgba(243,243,243,.8);
    position: relative;
    padding: 88px 0 50px;
    margin: 0 auto;
    max-width: 670px;
    z-index: 99999;
}

section .content {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 608px;
}

section .content p:first-of-type {
    padding-top: 37px;
}

section h3 {
    background: #1b1b1b;
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
    width: 233px;
    font-size: 3.9em;
    color: #fff;
    text-transform: uppercase;
}

section h4 {
    padding-top: 42px;
    padding-bottom: 30px;
    font-family: "latobold";
    font-size: 1.6em;
    color: #709514;
    text-transform: uppercase;
}

section ul {
    margin-left: 17px;
    list-style-type: square;
}

section ul li {
    padding-bottom: 12px;
    padding-left: 7px;
    font-family: "latoregular";
    font-size: 1.5em;
}

section ul li ul {
    margin-left: 0;
    list-style-type: none;
}

section ul li ul li {
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1em;
}

section p {
    padding-bottom: 29px;
    font-family: "latoregular";
    font-size: 1.5em;
}

section p strong, section ul strong {
    font-family: "latoblack";
}

strong {
    font-family: "latobold";
}

/* HEADER */
header {
    background: url(../gfx/header-photo.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: 25% 70%;
    text-align: center;
    height: 630px;
}

header .wrapper {
    padding: 0 15px;
}

header .wrapper .logo-wrapper {
    margin: 0 auto;
    padding: 48px 0 38px;
    width: 239px;
}

header .wrapper .logo-wrapper h1 {
    background: url(../gfx/biuro_rachunkowe_betta.svg) no-repeat;
    background-size: 239px 88px;
    -webkit-background-size: 239px 88px;
    width: 239px;
    height: 88px;
    text-indent: -998em;
    clear: both;
    overflow: visible;
}

header .wrapper nav .nav li {
    display: inline;
    padding-right: 50px;
}

header .wrapper nav .nav li:last-child {
    padding-right: 0;
}

header .wrapper nav .nav li a {
    font-family: "latoregular";
    font-size: 1.8em;
    color: #1b1b1b;
}

header .wrapper nav .nav li a:hover {
    color: #709514;
}

header .wrapper .content {
    background: rgba(243,243,243,.8);
    margin: 104px auto 0;
    padding: 37px 15px 49px;
    max-width: 670px;
}

header .wrapper .content h2 {
    line-height: 60px;
    font-size: 5.5em;
}

/* SECTION 1 */
.container .main .section-1 .wrapper .content p:first-of-type {
    padding: 38px 0 28px !important;
    line-height: 33px;
    font-family: "latosemibold";
    font-size: 2.5em;
}

.container .main .section-1 .photo {
    background: url(../gfx/section_1-photo.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: 80% 80%;
    position: relative;
    margin-top: -456px;
    height: 630px;
}

/* SECTION 2 */
.container .main .section-2 {
    padding-bottom: 63px;
    overflow: hidden;
}

.container .main .section-2 .wrapper-1 {
    padding: 88px 0 0;
    margin: 0 auto;
    max-width: 670px;
}

.container .main .section-2 .wrapper-1 .content {
    padding: 0 30px;
    max-width: 638px;
}

.container .main .section-2 .wrapper-2 {
    margin: 0 auto;
    max-width: 1130px;
}

.container .main .section-2 .wrapper-2 .box {
    float: left;
    width: 33.3333%;
}

.container .main .section-2 .wrapper-2 .box-1 {
    padding: 0 35px 0 15px;
}

.container .main .section-2 .wrapper-2 .box-2 {
    padding: 0 25px;
}

.container .main .section-2 .wrapper-2 .box-3 {
    padding: 0 15px 0 35px;
}

/* SECTION 3 */
.container .main .section-3 .photo {
    background: url(../gfx/section_3-photo.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: 10% 30%;
    position: relative;
    height: 630px;
}

.container .main .section-3 .wrapper {
    margin-top: -456px;
    z-index: 99999;
}

.container .main .section-3 .wrapper .content h4 {
    padding-bottom: 29px;
}

.container .main .section-3 .wrapper .content ul {
    padding-bottom: 18px;
}

.container .main .section-3 .wrapper .content ul li {
    padding-bottom: 11px;
}

.container .main .section-3 .wrapper .content ul li ul {
    padding-bottom: 0;
}

.container .main .section-3 .wrapper .content ul li ul li {
    padding-bottom: 0;
}

.container .main .section-3 .wrapper .content p:first-of-type {
    padding-top: 38px;
}

/* SECTION 4 */
.container .main .section-4 .photo {
    background: url(../gfx/section_4-photo.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: right 30%;
    position: relative;
    height: 630px;
}

.container .main .section-4 .wrapper {
    text-align: center;
    margin-top: -456px;
    z-index: 99999;
}

.container .main .section-4 .wrapper .content p:first-of-type {
    padding: 38px 0 0 !important;
    line-height: 33px;
    font-family: "latosemibold";
    font-size: 2.5em;
}

.container .main .section-4 .wrapper .content p:last-of-type {
    padding-top: 47px;
    font-family: "latoblack";
}

.container .main .section-4 .wrapper .content p a.mailto {
    background: #709514;
    display: inline-block;
    padding: 1px 0;
    /*width: 248px;*/
    width: 233px;
    color: #fff;
}

.container .main .section-4 .wrapper .content p a.mailto:hover {
    background: #b2d04a;
}

/* GOOGLE MAP */
#google_map {
    width: 100%;
    height: 631px;
}

.gm-style-iw * {
    display: block;
    width: 100%;
}

.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}

.gm-style-iw a {
    color: #709514;
}

/* FOOTER */
footer .wrapper {
    margin: 0 auto;
    padding: 35px 15px 37px;
    max-width: 1130px;
    overflow: hidden;
}

footer .wrapper p {
    font-family: "latoregular";
    font-size: 1.5em;
}

footer .wrapper p strong {
    font-family: "latoblack";
}

footer .wrapper .box-1 {
    float: left;
}

footer .wrapper .box-2 {
    float: right;
}

/**/

a.top-arrow {    
    background: url(../gfx/top.svg) no-repeat;
    background-size: 15px 12px;
    -webkit-background-size: 15px 12px;
    border: 0;
    position: fixed;
    padding: 10px;
    bottom: 10px;
    right: 13px;
    text-decoration: none;
    z-index: 99999;
    opacity: 0;
}

a.top-arrow.up {
    opacity: 1;
}