/*  ------------------------------------------------------------
    Normalize.css v3.0.0
    http://git.io/normalize
    ------------------------------------------------------------  */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
     ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
     ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
     ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
     ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
     ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*  ------------------------------------------------------------
    Mixins
    ------------------------------------------------------------  */

.text-center {
    text-align: center;;
}
.text-right {
    text-align: right;
}


/*  ------------------------------------------------------------
    Main page styles
    ------------------------------------------------------------  */

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    background: #f3f5f6 url('../img/pattern.png') top left repeat;
    color: #33333a;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 38px;
    line-height: 1.5;
}

a {
    border-bottom: 1px solid rgba(72, 174, 244, 0.4);
    color: #48aef4;
    text-decoration: none;
}
a:hover {
    color: #2F95DB;
}

a[href^="#"] {
    border-bottom-style: dashed;
}

small {
    font-size: 16px;
}

b {
    font-weight: 600;
}

hr {
    background-color: #dfe4e7;
    border: 0;
    height: 1px;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #33333a;
}

h1 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0;
}
h1 small {
    color: #8b99a5;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-top: 20px;
}
h5 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.15ex;
    margin: 20px -50px 0;
}
h5 small {
    color: #727272;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.15ex;
}
.drantystresy span {
    font-weight: bold;
}

.container {
    background-color: #fff;
    border-left: 1px solid #dfe4e7;
    border-right: 1px solid #dfe4e7;
    margin: 0 auto;
    width: 1182px;
    padding: 170px 100px;
}

.header {
    padding: 20px 0;
}

.address {
    line-height: 1.3;
}


.phone {
    font-size: 32px;
    letter-spacing: -1px;
    margin-top: 3px;
    font-weight: 800 !important;
    color: #D63526;
}

.section {
    padding: 20px 0px 0;
    position: relative;
}
.section + .section {
    /* margin-top: -40px; */
    /* padding-top: 40px; */
}
.section-header {
    margin: 30px 0 15px;
    text-align: center;
}
.drheader {
    margin: 40px 0 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.services {
    /* margin-bottom: -80px; */
    text-align: center;
}
.services > * {
    margin-top: 30px;
}
.services a {
    border-bottom: 0;
}

.services u {
    text-decoration: none;
}

[data-photoid], .drlink {
    border-bottom: 0;
    display: inline-block;
}
[data-photoid] u, .drlink u {
    text-decoration: none;
}
[data-photoid]:hover u, .drlink:hover u {
    border-bottom: 1px solid rgba(72, 174, 244, 0.4);
    color: #48aef4;
}


.fotorama, #fotorama {
    margin: 0 -100px;
    /* margin: 0 0; */
}
.fotorama-caption {
    margin: 0;
    padding: 40px 100px 0;
    display: none;
}

.dropit {
    display: inline-block;
}
.dropit-trigger > a {
    border-bottom-style: dashed;
}
.dropit .dropit-submenu {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    min-width: 220px;
    top: 95%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}
.dropit-submenu a {
    border-bottom: 0;
    display: block;
    padding: 5px 20px;
}
.dropit-submenu a:hover {
    background-color: #f3f5f6;
}
.dropit-submenu li:first-child a {
    margin-top: 15px;
}
.dropit-submenu li:last-child a {
    margin-bottom: 15px;
}


.calculator {
    background-color: rgba(255, 240, 190, 0.6);
    margin: 0px -100px 90px;
    padding: 50px 100px 20px;
    position: relative;
}
.calculator:after {
    background: url('../img/calculator-pointer.png') center center no-repeat;
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    height: 40px;
    width: 100%;
}
.price {
    display: inline-block;
    font-size: 56px;
    line-height: 41px;
    margin-top: -2px;
}
.currency {
    font-size: 30px;
    line-height: 41px;
}

.order {
    margin-bottom: 20px;
}

.info {
    background-color: #f3f5f6;
    margin-top: 50px;
    margin-bottom: -70px;
    padding: 40px 80px;
    text-align: left;
}

.form-element {
    margin-bottom: 20px;
    position: relative;
}

.disabled .form-element {
    opacity: 0.2;
}

.footer {
    padding: 40px 0 20px;
}

.row {
    font-size: 0;
    margin-left: -40px;
}
.row > * {
    vertical-align: top;
}
.centered.row > * {
    vertical-align: middle;
}
.bottom.row > * {
    vertical-align: bottom;
}
[class*="col"] {
    display: inline-block;
    font-size: 18px;
    padding-left: 40px;
}
.col-1 {
    width: 8.33333333%;
}
.col-2 {
    width: 16.66666667%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33333333%;
}
.col-5 {
    width: 41.66666667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33333333%;
}
.col-8 {
    width: 66.66666667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333333%;
}
.col-11 {
    width: 91.66666667%;
}
.col-12 {
    width: 100%;
}

form {
    margin-bottom: -20px;
}
form .row {
    margin-left: -20px;
}
form .row > * {
    padding-left: 20px;
}

label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
[type="text"] {
    border: 2px solid #dfe4e7;
    border-radius: 3px;
    line-height: 24px;
    padding: 7px 8px 8px;
    width: 100%;
}
[type="text"]:focus {
    border-color: #48aef4;
    outline: 0;
}
.input-group {
    display: table;
    width: 100%;
}
.input-group > * {
    display: table-cell;
}
.input-group > input:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
}
.input-group .button-wrapper {
    white-space: nowrap;
    width: 1%;
}
.input-group .button-wrapper button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.horizontally-centered.form-element {
    padding-left: 0;
}

.helper {
    background-color: #f44848;
    border-radius: 0 0 2px 2px;
    color: #fff;
    display: none;
    font-size: 14px;
    margin: 0;
    padding: 0 7px 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 1;
    width: auto !important;
}

.button {
    background: #96b33c;
    border: 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 8px 20px;
    text-align: center;
}

select {
    -webkit-appearance: menulist-button;
    border: 2px solid #dfe4e7;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    width: 100%; 
}

select:focus {
    border-color: #48aef4;
    outline: none;
}

.inline {
    display: inline-block;
    height: auto;
    line-height: auto;
    padding-bottom: 16px;
    width: auto;
    vertical-align: top;
}

.horizontally-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.style1 {color: #96B21F}
.style2 {color: #FBC63C}
.style3 {color: #ED7926}
.style4 {color: #0C90CE}
.style5 {color: #D4231B}
.style6 {color: #C10A1E}

.drpasek {
    position: relative;
    left: -100px;
}
.drpogotowie {
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 0 70px;
    width: 350px;
}
.drpogotowie span {
    display: inline-block;
    width: 170px;
    line-height: 20px;
    margin: 34px 0 0 10px;
}
.drpogotowie img {
    vertical-align: middle;
    float: left;
}
.drpogotowie b {
    color: #C21F24;
    font-weight: 700;
}
.drlogo {
    padding: 0 0 0 0px;
    width: 330px;
}
.dradres {
    padding: 0 0 0 10px;
}
.dradres span {
    display: block;
    font-weight: 600;
    line-height: 35px;
}
.dronas {
    font-weight: 700;
    margin: 0 0 40px 0;
}
.drdopiski {
    font-size: 14px;
}
.drdopiski li {
    margin: 0 0 15px 0;
}
.drfotorama {
    background: #F7F7F7;
}
.drgalerie {
    /* display: none; */
    float:  left;
    width: 220px;
    padding: 10px;
    font-size: 15px;
    position: relative;
}
.drgalerie ul {
    padding: 0 0 0 18px;
}
.drgalerie ul ul  {
    font-size: 14px;
}
.drgalerie li {
    list-style-type: none;
}
.drgalerie li.akt > a {
    background: #D5D0D4;
}
.drgalerie li li a {
    background: none !important;
}
.drgalerie li.akt li.akt a {
    color: #1BA603;
}
.drgalerie a {
    color: inherit;
    border: 0;
    padding: 1px 3px;
    display: block;
}