@import url('bootstrap.min.css');
@font-face { font-family: Allura; src: url('../fonts/allura.otf'); }

/* TABLE OF CONTENTS


	1. Default Configs
    2. Preloader
    3. Form Elements
    4. Buttons
    6. Scroll Up Btn
    7. Labels
    8. Tooltip
    9. Section
    10. Navigation Top
    11. Header Full Screen Img
    12. Features Img
    13. Newsletter Simple
    14. Content Img Left
    15. Content Img Right
    16. Product Info
    17. Tab Content
    18. Gallery
    19. Pricing Table
    20. Review Slider
    21. Partners
    22. About Us Large
    23. Call To Action
    24. Contact Gmap
    25. Footer Simple
    26. Appointment Modal
    27. Breakpoints / Media Queries
    28. Change default Nav Breakpoint

*/
/* 1. Default Configs
--------------------------------------------*/
::selection {
  background: #1868b5;
  color: #ffffff;
}
::-moz-selection {
  background: #1868b5;
  color: #ffffff;
}
html {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  line-height: 150%;
  font-size: 16px;
  height: 100%;
  font-weight: 300;
}
#page {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 150%;
  color: #575756;
}
a {
  color: #1868b5;
}
a:hover {
  color: #1868b5;
}
a:active {
  color: #1868b5;
}
a:visited {
  color: #1868b5;
}
p {
  margin: 0 0 5% 0;
  color: #575756;
}
img {
    pointer-events: none;
}
.img-responsive {
  display: inline-block;
}
button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

.purchase h2 {
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 0px;
}

.row-main {
    margin-right: -15px;
    margin-left: -15px;
}

.section-background {
    background-color: #f7f7f7;
    background: #fcfcfc url(../images/clouds.jpg) no-repeat center fixed;
    background-size: cover;
    min-height: calc(100vh - 120px);
}

.form-section {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.form-section h3 {
    margin-top: 0px;
}

.form-section p {
    margin-bottom: 10px;
}

.form-section .help-block {
    margin-bottom: 5px;
    font-size: 14px;
}
.form-section h4 {
    margin-top: 30px;
    color: #1868b5;
    font-size: 14px;
}

input[type="text"]:disabled {
    background-color: rgb(250, 250, 250);
}
.input-group-addon {
    background-color: #f3f7f7;
    color: #1868b5;
}
.calendar-body {
    height: 100%
}

.calendar-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.calendar-container h2 {
    font-weight: 300;
    margin-top: 145px;
    font-size: 30px;
    padding-left: 14px;
    margin-bottom: 10px;
}
.calendar {
    border: 1px solid #ddd;
    max-width: 100%;
    height: calc(100vh - 214px);
}
.calendar-background {
    background-color: #f7f7f7;
    background: #fcfcfc url(../images/clouds.jpg) no-repeat center fixed;
    background-size: cover;
    padding-bottom: 40px;
}
.vouchers-info {
    padding-bottom: 10px;
}
.vouchers-info span i {
    color: #1868b5;
}
.confirmation-data-left,
.confirmation-data-right {
    padding: 0px 0px 10px 0px;
}
.confirmation-data-left {
    margin-left: 15px;
}
.confirmation-data-left .input-group-addon {
    text-align: left;
}
.confirmation-data-right .input-group-addon {
    text-align: right;
}
.promo {
    padding: 10px;
    margin: 10px 15px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #3bc104;
}
.tip {
    margin-left: 0;
}
.promo span {
    color: #3bc104;
}
.promo-info {
    padding-left: 30px;
}
.btn.btn-primary.btn-promo {
    font-size: 12px;
    padding: 5px 11px 5px 11px;
    margin-right: 10px;
    background-color: #3bc104;
}
.personal-data {
    width: 90px;
    text-align: right;
}
.discount-data {
    width: 80px;
    text-align: right;
}
.payment-code {
    margin-top: 5px;
}
.payment-code-addon {
    width: 111px;
    text-align: right;
}
.donation-question {
    padding-bottom: 6px;
    color: #1868b5;
}
.donation-image {
    width: 300px;
    margin-bottom: 10px;
}
.donation-amount {
    margin-top: 4px;
}
.form-delivery-type,
.form-delivery-post,
.promo {
    padding-top: 10px;
}

.form-delivery-type span {
    color: #1868b5;
}

.form-delivery-type span i,
.vouchers-info span i,
.promo span i {
    font-size: 20px;
    margin-right: 5px;
}

.form-delivery {
    padding-bottom: 10px;
}

#dhl-map {
    width: 100%;
    height: 620px;
    margin-top: 10px;
}

.dhl-title {
    color: #1868b5;
    margin-top: 10px;
}

.dhl-error-container span i {
    font-size: 20px;
    color: #a94442;
}

.dhl-error {
    color: #a94442;
    font-weight: bold;
    margin-top: 10px;
}

.dhl-error-info {
    color: #a94442;
}

.dhl-error-message {
    display: inline-block;
    font-size: 16px !important;
}

.dhl-info {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.dhl-info span {
    color: #bd3125;
    font-weight: bold;
}

.btn-dhl {
    margin-bottom: 10px;
}

.confirmation-delivery {
    color: #575756;
}
.form-payment {
    font-weight: 300;
    text-align: center;
    display: table;
}
.form-payment > input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.form-payment > input + div {
    cursor: pointer;
    padding: 5px;
    border: 1px solid rgb(204, 204, 204);
}
.form-payment .confirmation-payment {
     padding: 5px;
     border: 1px solid rgb(204, 204, 204);
 }
.form-payment > input:checked + div {
    border: 1px solid #1868b5;
}
.form-payment > input:checked + div > div {
    color: #1868b5;
}
.payment-image {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    width: 125px;
}
.payment-blik {
    height: 74px;
}
.payment-card {
    height: 40px;
}
.payment-transfer {
    height: 50px;
}
.vouchers-title-with-code h3 {
    margin-bottom: 0;
}
.voucher-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border: none !important;
}
.voucher-no-variant-preview {
    margin-top: 5px;
    display: flex;
    gap: 10px;
}
.voucher-no-variant-preview-confirmed {
    margin-left: -15px;
}
.voucher-view {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: none !important;
}
.voucher-image-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 164px;
}
.voucher-image {
    height: 200px;
    border: 1px solid rgb(72,184, 228);
}
.paper-image {
    height: 110px;
}
.paper-no-variant-image {
    height: 200px;
}
.inscription-container {
    display: flex;
    justify-content: center;
    width: 190px;
    border: 1px solid rgb(72,184,228);
    margin-bottom: 10px;
}
.inscription {
    position: absolute;
    top: 124px;
    height: 20px;
    font-family: Allura, sans-serif;
    font-weight: bold;
    font-size: 15px;
}
.inscription-image {
    height: 90px;
}
.inscription-christmas {
    color: rgb(161,124,22);
}
.inscription-default {
    color: rgb(8,157,212);
}
.inscription-view-container {
    display: flex;
    justify-content: center;
    width: 190px;
}
.inscription-view {
    position: absolute;
    top: 108px;
    height: 20px;
    font-family: Allura, sans-serif;
    font-size: 12px;
}
#sumup-card {
    border: 1px solid lightgray;
    border-radius: 8px;
    margin-left: 15px;
}
.loader {
    border: 2px solid #1868b5;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    width: 20px;
    height: 20px;
    animation-name: loading;
    animation-duration: 900ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-left: 15px;
}
@keyframes loading{
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.btn-back,
.btn-back:hover {
    color: #1868b5;
    background-color: transparent;
}
.btn-pay {
    float: right;
    height: 40px;
}
.btn-order {
    float: right;
}
.cart {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.cart-col {
    display: flex;
    flex-direction: column;
}
.cart-pay {
    align-items: flex-end;
    justify-content: flex-end;
}
.btn-pay-up {
    height: 40px;
    margin-bottom: 10px;
}
.btnCard,
.btnCardUp {
    width: 152px;
}
.btnPayU,
.btnPayUUp {
    width: 230px;
}
.btn-payu {
    background: url("https://static.payu.com/pl/standard/partners/buttons/payu_account_button_long_03.png") no-repeat;
    width: 230px;
    height: 40px;
    border: 0px;
    background-size: 230px;
}
.btn-payu:focus {
    border: 0px;
}
.under-logo {
    margin-top: 40px;
}
.final-message {
    height: 100%;
}
.panel-group .panel-heading {
    border-bottom: 1px dotted lightgray;
}
.panel-body {
    border-bottom: 1px solid lightgray;
}

.phoneInUse {
    color: darkgray;
    background-color: #f1f1f1;
}

.phoneInUse-acknowledged {
    color: darkgray;
    background-color: #e6f6f9;
}

.phoneInUse-paid {
    color: darkgray;
    background-color: #e9fbe9;
}

.acknowledged {
    color: #1590bf;
    background-color: #cff1f9;
}

.delegated {
    color: #b47b09;
    background-color: #f4f0c8;
}

.paid {
    color: green;
    background-color: #bee8bf;
}

.btn-status {
    font-weight: 500;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 1px 8px;
    font-size: 16px;
}

.btn-action {
    margin-bottom: 2px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.control-radio .control_indicator {
    border-radius: 50%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #1868b5;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-radio .control_indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;
}
.control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}
#discounts p {
    margin: 10px 0px;
}
#discounts table {
    width: 100%;
    text-align: center;
    border: 2px solid gray;
}
#discounts table tbody tr {
    height: 90px;
    border: 1px solid gray;
}
#discounts table td {
    vertical-align: top;
    padding-top: 10px;
}
#discounts table th {
    text-align: center;
    height: 30px;
}
#discounts .has-error {
    font-size: 12px;
}
#discounts .activate {
    margin-right: 10px;
}
.discountValue .form-control {
    display: inline-block;
    width: 220px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.discountCode .form-control {
    display: inline-block;
    width: 90%;
    text-align: center;
}
.half {
    width: 49%;
    display: inline-block;
}
.nickname {
    color: #1868b5;
    font-size: 14px;
    text-align: right;
}
.nickname span {
    font-weight: bold;
}
.recommend-step {
    font-weight: 400;
}
.recommend-badge {
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    padding: 6px 14px;
    font-size: 14px;
    background-color: #1868b5;
}
.recommend-info-sign {
    display: inline-block;
    vertical-align: top;
}
.recommend-info {
    display: inline-block;
    width: 95%;
}
.form-section .recommend-row h3,
.form-section .recommend-row h1 {
    margin-top: 30px;
}
.btn-recommend {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: white;
}
.btn-recommend:hover,
.btn-recommend:visited {
    color: white;
}
.recommend-ok {
    color: #5cb85c;
}
.nickname-error {
    width: 262px;
    display: inline-block;
}
.availableNickname {
    color: #1868b5;
    display: inline-block;
    font-size: 14px;
}
.link-data {
    width: 150px;
    text-align: right;
}
.nickname-data {
    width: 180px;
    text-align: right;
}

.usedVouchers {
    border-bottom: 1px solid lightgray;
}

.ordered-vouchers {
    margin-top: 10px;
}

/* 2. Preloader
--------------------------------------------*/
#page-preloader {
  background-color: #1868b5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding-top: 8%;
}
#page-preloader .logo-prelaoder {
  margin-bottom: 30px;
  width: 30%;
}
#page-preloader h1 {
  font-size: 48px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
}
.spinner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* 4. Buttons
--------------------------------------------*/
.btn {
  font-weight: 500;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 11px 22px 10px 22px;
  font-size: 16px;
}
.btn i {
  margin-right: 5px;
}
.btn.btn-default {
  background-color: #b5bcc5;
  color: #ffffff;
}
.btn.btn-default:hover {
  background-color: #7c8898;
}
.btn.btn-success {
  background-color: #1868b5;
  color: #ffffff;
}
.btn.btn-success:hover {
  background-color: #9d62af;
}
.btn.btn-lg {
  font-size: 20px;
  padding: 15px 23px 13px 23px;
}
.btn.navbar-btn {
  margin: 4px 4px 4px 20px;
}
.btn.navbar-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1868b5;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn.navbar-btn:hover {
  background-color: #fff;
  color: #1868b5 !important;
}
.btn.navbar-btn:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.btn.btn-color1 {
  background-color: #1868b5;
  color: #ffffff;
}
.btn.btn-color1:hover {
  background-color: #af70c5;
}
/* 6. Scroll Up Btn
--------------------------------------------*/
.scroll-up-btn {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: fixed;
  right: 44px;
  display: none;
  background-color: #82a6c9;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
}
.scroll-up-btn i {
  color: #ffffff;
}
.scroll-up-btn.default {
  bottom: 44px;
}
.scroll-up-btn.fb {
  bottom: 144px;
}
/* 7. Labels
--------------------------------------------*/
.label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 80%;
  font-weight: 400;
}
.label-default {
  background-color: #1868b5;
}
/* 8. Tooltip
--------------------------------------------*/
.tooltip .tooltip-inner {
  background-color: #1868b5;
  padding: 5px 10px;
  font-size: 18px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #1868b5 !important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #1868b5 !important;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #1868b5 !important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #1868b5 !important;
}
.my-tooltip {
  border-bottom: 1px dotted #1868b5;
  color: #1868b5;
}
/* 9. Section
--------------------------------------------*/
section {
  padding: 85px 0;
  background-color: #ffffff;
}
/* 10. Navigation Top
--------------------------------------------*/







.navigation-top {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
  padding: 15px 0 17px 0;
  margin-bottom: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.navigation-top .navbar-brand {
  margin-left: 0px !important;
  padding: 0;
  height: 54px;
  white-space: nowrap;
}
.navigation-top .navbar-brand .va-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.navigation-top .navbar-brand img {
  vertical-align: middle;
  max-height: 42px;
  display: inline-block;
}
.navigation-top .navbar-nav {
  margin: 4px 0 0 0;
}
.navigation-top .navbar-nav li {
  margin: 0;
}
.navigation-top .navbar-nav li a {
  color: #575756;
  padding: 12px 12px 9px 12px;
  margin: 4px;
}
.navigation-top .navbar-nav li a.navigation-promo,
.navigation-top .navbar-nav li a:hover.navigation-promo,
.navbar-default .navbar-nav>.active>a.navigation-promo,
.navbar-default .navbar-nav>.active>a:focus.navigation-promo,
.navbar-default .navbar-nav>.active>a:hover.navigation-promo
{
  color: red;
}
.navigation-top .navbar-nav li a:hover {
  color: #1868b5;
}
.navigation-top .navbar-nav li a.btn {
  color: #ffffff;
  font-size: 14px;
  padding: 9px 12px 7px 12px;
  margin-top: 7px;
  margin-left: 15px;
}
.navigation-top .navbar-nav li:last-of-type .btn {
  margin-right: 0;
}
/* 11. Header Full Screen Img
--------------------------------------------*/
.header-full-screen-img {
  background: #cccccc url('../img/header-background.jpg') 27% center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 3%;
}
.header-full-screen-img .logo {
  /*margin-bottom: 30px;*/
}
.header-full-screen-img h1 {
  font-size: 68px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  color: #fff;

}

.header-full-screen-img h2 {
  font-size: 48px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}



.header-full-screen-img h1 b {
  font-weight: 300;
}
.header-full-screen-img p {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 300;
}
.header-full-screen-img .scroll-down {
  border: 3px solid #ffffff;
  width: 74px;
  height: 74px;
  display: inline-block;
  margin-left: -37px;
  -webkit-border-radius: 74px;
  -moz-border-radius: 74px;
  border-radius: 74px;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 74px;
  position: absolute;
  bottom: 30px;
  left: 50%;
}
.header-full-screen-img .languagePanel {
    position: absolute;
    bottom: 30px;
    right: 1%;
}
.header-full-screen-img .languagePanel .language {
  border: 3px solid #ffffff;
  width: 74px;
  height: 74px;
  display: inline-block;
  margin-left: -27px;
  -webkit-border-radius: 74px;
  -moz-border-radius: 74px;
  border-radius: 74px;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 74px;
}
.header-full-screen-img .scroll-down i {
  line-height: inherit;
}
.fullscreen {
  width: 100%;
  min-height: 100%;
}
.not-fullscreen,
.fullscreen.not-overflow {
  height: 100%;
  overflow: hidden;
}

.header-logo {
  width: 100%;
}
/* 12. Features Img
--------------------------------------------*/
.features-img {
  padding-top: 65px;
  overflow: hidden;
}
.features-img h2 {
  font-size: 48px;
  padding: 0;
  margin: 0 0 80px 0;
  font-weight: 300;
  line-height: 1.2;
}
.features-img h2 small {
  font-size: 37%;
  color: #1868b5;
  text-transform: uppercase;
  font-weight: 300;
}
.features-img .feature-img {
  padding-bottom: 2px;
  border-bottom: 6px solid #74a4d3;
}
.features-img h3 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #1868b5;
}
.features-img p {
  margin-bottom: 0px;
}
/* 13. Newsletter Simple
--------------------------------------------*/
.newsletter-simple {
  /*background: #804595 url('../img/newsletter-background.jpg') no-repeat center fixed;*/
  /*background-size: cover;*/
  border-bottom: 1px solid #e5e9ec;
}
.newsletter-simple .newsletter-call-out {
  display: inline-block;
  margin-top: 1px;
}
.newsletter-simple .newsletter-call-out i {
  font-size: 70px;
  float: left;
  margin-top: -9px;
  color: #ffffff;
}
.newsletter-simple .newsletter-call-out h2 {
  font-size: 30px;
  margin: -7px 0px -2px 90px;
  color: #ffffff;
  font-weight: bold;
}
.newsletter-simple .newsletter-call-out p {
  font-size: 18px;
  margin: 0 0 0 90px;
  color: #ffffff;
  text-transform: uppercase;
}
.newsletter-simple form .newsletter-email {
  font-size: 18px;
  height: 62px;
  border: none;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  padding-left: 18px;
  box-shadow: none;
  border: 1px solid #e5e9ec;
  background-color: #fff;
}
.newsletter-simple form .newsletter-submit {
  font-size: 20px;
  height: 62px;
  padding: 0 20px 0 25px;
  background-color: #bf977e;
  border: 1px solid #e5e9ec;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  outline: none;
}
.newsletter-simple form .newsletter-submit:focus {
  outline: none;
}
.newsletter-simple form .newsletter-submit:hover {
  background-color: #1868b5;
}
.newsletter-simple form .newsletter-submit i {
  font-size: 18px;
}
/* 14. Content Img Left
--------------------------------------------*/
.main-section h2 {
  font-size: 30px;
  font-weight: 300;
}
.main-section h3 {
  font-size: 20px;
  color: #1868b5;
  font-weight: 300;
}
.main-section .content-img {
  text-align: center;
}
.main-section .content-img img {
  display: inline-block;
}
/* 15. Content Img Right
--------------------------------------------*/
.content-img-right h2 {
  font-size: 30px;
  font-weight: 300;
}
.content-img-right h3 {
  font-size: 20px;
  color: #1868b5;
  font-weight: 300;
}
.content-img-right p:last-of-type {
  margin-bottom: 0;
}
.content-img-right .content-img {
  float: right;
  text-align: center;
}
.content-img-right .content-img img,
.sale-filter {
  display: inline-block;
}
/* 16. Product Info
--------------------------------------------*/
.product-info {
  background-color: #f7f7f7;
  background: #fcfcfc url('../img/product-info-pbg.jpg') no-repeat center fixed;
  background-size: cover;
}
.product-info h2 {
  font-size: 48px;
  margin: 0 0 4% 0;
  font-weight: 300;
}
.product-info h3 {
  font-weight: 300;
  color: #1868b5;
}
.product-info ul {
  margin: 20px 0 0 0;
  display: inline-block;
}
.product-info ul li {
  margin-bottom: 10px;
}
.product-info ul li i {
  color: #1868b5;
  /*font-size: 22px !important;*/
 /* width: 25px;*/
  text-align: center;
  margin-right: 5px;
}
.product-info .product-info-img {
  margin: -20px 0 -85px 0;
  display: block;
  text-align: center;
}
/* 17. Tab Content
--------------------------------------------*/
.tab-content h2 {
  font-size: 48px;
  padding: 0;
  margin: 0 0 80px 0;
  font-weight: 300;
  line-height: 1.2;
}
.tab-content h2 small {
  font-size: 37%;
  color: #1868b5;
  text-transform: uppercase;
  font-weight: 300;
}
.tab-content .tab-content-nav {
  border-bottom: 1px solid #b5bcc5;
}
.tab-content .nav-tabs {
  border: none;
  margin: 0 auto;
  display: table;
}
.tab-content .nav-tabs li a {
  font-size: 16px;
  font-weight: normal;
  color: #575756;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 5px solid #b5bcc5;
  background: none;
  margin: 0 1px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab-content .nav-tabs li a:hover {
  color: #1868b5;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 5px solid #1868b5;
}
.tab-content .nav-tabs li.active a {
  color: #1868b5;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 5px solid #1868b5;
}
.tab-content .tab-content {
  padding: 0px 0;
  border-bottom: 1px solid #b5bcc5;
}
.tab-pane {
  padding-bottom: 50px;
}
.tab-content .tab-content h3 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 300;
  padding-left: 50px;
}
.tab-content .tab-content h4 {
  font-size: 20px;
  color: #1868b5;
  font-weight: 300;
}
.tab-content .tab-content h5.head {
  font-size: 18px;
  color: #1868b5;
  padding-left: 50px;
  font-weight: 400;
  padding-bottom: 5px;
}
.tab-content .tab-content h5.body {
  font-size: 18px;
  color: #1868b5;
  padding-left: 50px;
  font-weight: 400;
  padding-bottom: 5px;
}

.tab-content .tab-content p:last-of-type {
  margin-bottom: 0;
}
.tab-content .tab-content .tab-content-img {
  padding-bottom: 2px;
  border-bottom: 6px solid #74a4d3;
}
/* 18. Gallery
--------------------------------------------*/
.gallery {
  padding: 0;
}
.gallery .gallery-container {
  padding: 85px 0;
  border-top: 1px solid #e5e9ec;
  border-bottom: 1px solid #e5e9ec;
  margin: 0;
}
.gallery .gallery-container div {
  padding: 0;
}
.gallery .gallery-container .gallery-thumbnail-container {
  overflow: hidden;
  cursor: pointer;
  height: 250px;
}
.gallery .gallery-container .gallery-thumbnail-container .gallery-thumbnail {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
}
.gallery .gallery-container .gallery-thumbnail-container .gallery-thumbnail-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #1868b5;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  color: #ffffff;
  text-align: center;
  padding-top: 25%;
  border: 1px solid #fff;
}
.gallery .gallery-container .gallery-thumbnail-container .gallery-thumbnail-overlay .gallery-img-title {
  font-size: 18px;
  font-weight: 500;
}
.gallery .gallery-container .gallery-thumbnail-container .gallery-thumbnail-overlay .gallery-img-subtitle {
  font-size: 14px;
  line-height: 120%;
  padding-top: 5px;
}
.gallery .gallery-container .gallery-thumbnail-container:hover .gallery-thumbnail-overlay {
  border: 1px solid #fff;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.gallery .gallery-container .gallery-thumbnail-container:hover .gallery-thumbnail {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.modal-backdrop.in {
  opacity: 0.9;
  background-color: #22262e;
}
#galleryModal .modal-dialog {
  min-width: 300px;
  margin-top: 100px;
}
#galleryModal .modal-dialog .modal-content {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#galleryModal .modal-dialog .modal-content .modal-nav {
  position: absolute;
  top: -60px;
  width: 100%;
  color: #fff;
}
#galleryModal .modal-dialog .modal-content .modal-nav .title-img {
  margin-top: 9px;
}
#galleryModal .modal-dialog .modal-content .modal-nav .title-description {
  margin-top: 12px;
  line-height: 120%;
  margin-left: 10px;
}
#galleryModal .modal-dialog .modal-content .modal-nav .close {
  height: 80px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#galleryModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#galleryModal .modal-dialog .modal-content .modal-body img {
  border: 1px solid #ffffff;
}
/* 19. Pricing Table
--------------------------------------------*/
.pricing-table h2 {
  font-size: 48px;
  padding: 0;
  margin: 0 0 80px 0;
  font-weight: 300;
  line-height: 1.2;
}
.pricing-table h2 small {
  font-size: 37%;
  color: #1868b5;
  text-transform: uppercase;
}
.pricing-table .pricing-table-container {
  background: #f7f7f7;
  border: 1px solid #e3e3e3;
  margin: 0;
}
.col-md-3 .pricing-table-offer .highlight {

}
.pricing-table .pricing-table-offer {
  padding: 0;
  border-right: 1px solid #e3e3e3;
}
.pricing-table .pricing-table-offer.highlight {
  background-image: url('../img/zapro.jpg'), url('../img/zapro.jpg');
  background-size: 200px 133px;
  background-repeat: no-repeat, repeat;
  background-position: -80px 120px, 105px 120px;
}
.pricing-table .pricing-table-offer:last-of-type {
  border-right: none;
}
.pricing-table .pricing-table-offer .offer-title {
  padding-top: 30px;
  text-align: center;
  color: #575756;
  background-color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  height: 125px;
}
.pricing-table .pricing-table-offer .offer-title small {
  font-size: 14px;
}
.pricing-table .pricing-table-offer .offer-price {
  height: 128px;
  width: 128px;
  background-color: #c6e3ff;
  color: #1868b5;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
  margin: -40px auto 0 auto;
  padding-top: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 40px;
}
.pricing-table .pricing-table-offer .offer-price .currency {
  font-size: 24px;
  margin-right: -4px;
  margin-left: -7px;
}
.pricing-table .pricing-table-offer .offer-price .price {
  font-size: 48px;
  font-weight: 500;
}
.pricing-table .pricing-table-offer .offer-price .duration {
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 100%;
}
.pricing-table .pricing-table-offer .offer-benefits {
  list-style: none;
  text-align: center;
  margin: 0 0 40px 0;
  padding: 10px 0px 0px 0px;
  font-weight: 400;
}
.pricing-table .pricing-table-offer .offer-benefits li {
  margin-bottom: 15px;
}
.pricing-table .pricing-table-offer .offer-action {
  text-align: center;
  padding-bottom: 30px;
}
.pricing-table .pricing-table-offer .offer-action button {
  background-color: transparent;
  color: #1868b5;
  border: 2px solid #1868b5;
  margin-top: 25px;
  font-size: 16px;
  z-index: 1;
  position: relative;
}
.pricing-table .pricing-table-offer.highlight:hover {
 background-position: -80px 120px, 105px 120px;
}
.pricing-table .pricing-table-offer.highlight .offer-title {
  color: #ffffff;
  background-color: #1868b5;
}
.pricing-table .pricing-table-offer.highlight .offer-price {
  background-color: #c6e3ff;
  color: #1868b5;
}
.pricing-table .pricing-table-offer.highlight .offer-price .currency {
  color: #1868b5;
}
.pricing-table .pricing-table-offer.highlight .offer-price .price {
  color: #1868b5;
}
.pricing-table .pricing-table-offer.highlight .offer-price .duration {
  color: #1868b5;
}
.pricing-table .pricing-table-offer.highlight .offer-action button {
  background-color: #1868b5;
  border-color: transparent;
  color: white;
}
.pricing-table .pricing-table-offer.highlight .offer-action button:hover {
  background-color: transparent;
  color: #1868b5 !important;
}
.pricing-table .pricing-table-offer.highlight:hover .offer-title {
  color: #ffffff;
}
.pricing-table .pricing-table-offer:hover .offer-title {
  color: #1868b5;
}
.pricing-table .pricing-table-offer:hover .offer-price {
  padding-top: 50px;
  width: 134px;
  height: 134px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  margin-bottom: 28px;
  background-color: #e5d8e9;
  color: #1868b5;
}
.pricing-table .pricing-table-offer:hover .offer-action button {
  border: none;
  background-color: transparent;
  color: #1868b5 !important;
  border: 2px solid #1868b5;
}
.pricing-table .pricing-table-offer:hover .offer-action button:hover {
  background-color: #e5d8e9;
}
.pricing-table .pricing-table-comment {
  text-align: center;
  margin-top: 65px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}
/* 20. Review Slider
--------------------------------------------*/
.review-slider {
  padding-bottom: 110px;
  background: #f9f5fa url("../img/review-background.png") no-repeat;
  background-position: 80% bottom   ;
}
.review-slider p {
  margin-bottom: 1%;
}
.review-slider .reviews-header {
  font-size: 26px;
  color: #1868b5;
  margin-bottom: 20px;
}
.review-slider .reviews-header i:nth-child(3) {
  font-size: 36px;
}
.review-slider .reviews-content {
  margin-left: 156px;
  font-size: 24px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 300;
}
.review-slider .reviews-image {
  float: left;
  margin-right: 30px;
}
.review-slider .reviews-image img {
  -webkit-border-radius: 63px;
  -moz-border-radius: 63px;
  border-radius: 63px;
  border: 1px solid #ffffff;
}
.review-slider .reviews-author {
  margin-left: 156px;
  color: #1868b5;
  font-size: 24px;
  font-weight: 400;
}
.review-slider .reviews-author small {
  font-weight: 400;
  font-size: 18px;
  padding-left: 10px;
}
.review-slider .reviews-author small .reviews-author-rating {
  margin-left: 10px;
  display: inline-block;
}
.review-slider .item {
  padding: 3px;
}
.review-slider .carousel-indicators {
  margin: 15px 0 0 156px;
  padding: 0;
  bottom: auto;
  left: auto;
  width: auto;
}
.review-slider .carousel-indicators .active {
  border: 2px solid #1868b5;
  background-color: transparent;
  width: 13px;
  height: 13px;
}
.review-slider .carousel-indicators li {
  background-color: #1868b5;
  border: none;
}
/* 21. Partners
--------------------------------------------*/
.partners {
  border-bottom: 1px solid #e5e9ec;
}
.partners h2 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 55px;
  margin-top: 0;
}
.partners .partner-brands {
  height: 200px;
}
.partners .partner-brands .partner {
  text-align: center;
}
/* 22. About Us Large
--------------------------------------------*/
.about-us-large h2 {
  font-size: 48px;
  padding: 0;
  margin: 0 0 0px 0;
  font-weight: 300;
  line-height: 1.2;
}
.about-us-large h2 small {
  font-size: 37%;
  color: #1868b5;
  text-transform: uppercase;
  font-weight: 300;
}
.about-us-large .person {
  z-index: 1000;
}
.about-us-large .person h2 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 15px;
}
.about-us-large .person h3 {
  font-size: 20px;
  color: #1868b5;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 300;
}
.about-us-large .person .person-img {
  position: relative;
  height: 265px;
  width: inherit;
  display: table-cell;
  vertical-align: bottom;
}
.about-us-large .person .person-img img {
  display: inline-block;
}
.about-us-large .person .person-img .person-img-background {
  height: 200px;
  width: 100%;
  background-color: #e5e9ec;
  position: absolute;
  z-index: -1;
  bottom: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.about-us-large .person:hover .person-img .person-img-background {
  background-color: #e5d8e9;
}
.about-us-large .person .person-socialmedia {
  list-style: none;
  padding: 0;
  margin: 25px auto 0 auto;
}
.about-us-large .person .person-socialmedia li {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  margin-right: 3px;
}
.about-us-large .person .person-socialmedia li a {
  height: 44px;
  width: 44px;
  font-size: 18px;
  background-color: #e5e9ec;
  display: block;
  text-align: center;
  line-height: 44px;
}
.about-us-large .person .person-socialmedia li a i {
  margin: 0;
  color: #575756;
  line-height: inherit;
}
.about-us-large .person .person-socialmedia li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1868b5;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.about-us-large .person .person-socialmedia li a:hover {
  background-color: #fff;
  color: #1868b5 !important;
}
.about-us-large .person .person-socialmedia li a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* 23. Call To Action
--------------------------------------------*/
.call-to-action {
  background-color: #1868b5;
  background-image: url("../img/woman.jpg");
  background-size: cover;
  background-position: 0px -100px;
}
.chris a h3 {
  padding-top: 20px;
}
.chris h1 {
  height: 90px;
}
#promocja {
  padding: 40px;
}
.call-to-action h2 {
  font-size: 48px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.call-to-action h2 small {
  font-weight: 300;
}
.call-to-action h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
}
.call-to-action h4 {
    color: #ffffff;
    margin: 40px;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
}
.call-to-action .btn {
  z-index: 1;
  margin-top: 27px;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #1868b5;
  position: relative;
}
.call-to-action .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.call-to-action .btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
}
.call-to-action .btn:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* 24. Contact Gmap
--------------------------------------------*/
.contact-form-gmap h2 {
  font-size: 48px;
  padding: 0;
  margin: 0 0 80px 0;
  font-weight: 300;
  line-height: 1.2;
}
.contact-form-gmap h2 small {
  font-size: 37%;
  color: #1868b5;
  text-transform: uppercase;
}
.contact-form-gmap .contact-info {
  padding-bottom: 60px;
  margin: 0 15px 60px 15px;
  border-bottom: 1px solid #b5bcc5;
}
.contact-form-gmap .contact-info .address-icon,
.contact-form-gmap .contact-info .phone-icon {
  width: 86px;
  height: 86px;
  border: 2px solid #1868b5;
  text-align: center;
  font-size: 48px;
  color: #1868b5;
  line-height: 86px;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
  float: left;
}
.contact-form-gmap .contact-info p {
  margin-left: 106px;
  font-size: 18px;
  padding-top: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 300;
}
.contact-form-gmap .map {
  height: 445px;
  border-radius: 2px;
}
.contact-form-gmap form label {
  font-size: 14px;
  font-weight: 400;
}
.contact-form-gmap form input {
  box-shadow: 0px 1px 0px #e5d8e9;
}
.contact-form-gmap form textarea {
  height: 143px;
  box-shadow: 0px 1px 0px #e5d8e9;
}
.contact-form-gmap form .form-actions {
  margin-top: 25px;
}
.contact-form-gmap form .btn-submit i {
  margin-right: 0;
  margin-left: 10px;
}
.contact-form-gmap form .form-info {
  font-size: 14px;
  margin-top: 17px;
}
/* 25. Footer Simple
--------------------------------------------*/
.footer-simple {
    background-color: #e5e9ec;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer-simple p {
  margin-bottom: 0;
  font-size: 14px;
}
.footer-simple .social-media {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.footer-simple .social-media li {
  display: inline-block;
  float: right;
}
.footer-simple .social-media li a {
  padding: 0 10px;
}
.footer-simple .social-media li a:hover {
  color: #575756;
}
/* 26. Appointment Modal
--------------------------------------------*/
#appointmentModal .modal-dialog,
#giftModal .modal-dialog {
  width: 748px;
}

#appointmentModal .modal-dialog .modal-content,
#giftModal .modal-dialog .modal-content {
  border-radius: 2px;
  box-shadow: none;
  border: 2px solid #fff;
}

#appointmentModal .modal-dialog .modal-content .modal-header,
#giftModal .modal-dialog .modal-content .modal-header {
  color: #fff;
  background-color: #1868b5;
  border-bottom: none;
}

#appointmentModal .modal-dialog .modal-content .modal-header .close,
#giftModal .modal-dialog .modal-content .modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: .6;
  font-size: 27px;
  margin: 1px 7px 0 0;
}

#appointmentModal .modal-dialog .modal-content .modal-header .close:hover,
#giftModal .modal-dialog .modal-content .modal-header .close:hover,
#appointmentModal .modal-dialog .modal-content .modal-header .close:focus,
#giftModal .modal-dialog .modal-content .modal-header .close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

#appointmentModal .modal-dialog .modal-content .modal-header .modal-title,
#giftModal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}

#appointmentModal .modal-dialog .modal-content .modal-body,
#giftModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

#appointmentModal .modal-dialog .modal-content .modal-body h2,
#giftModal .modal-dialog .modal-content .modal-body h2 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1868b5;
  margin-top: 0;
}

#appointmentModal .modal-dialog .modal-content .modal-body h3,
#giftModal .modal-dialog .modal-content .modal-body h3 {
  margin: 0;
  font-size: 18px;
  color: #1868b5;
  font-weight: bold;
}

#appointmentModal .modal-dialog .modal-content .modal-body h3 i,
#giftModal .modal-dialog .modal-content .modal-body h3 i {
  font-size: 24px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .info-box,
#giftModal .modal-dialog .modal-content .modal-body .info-box {
  background-color: #faf7fb;
  padding: 20px 30px;
}

#appointmentModal .modal-dialog .modal-content .modal-body .info-box h3,
#giftModal .modal-dialog .modal-content .modal-body .info-box h3 {
  color: #575756;
}

#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date,
#giftModal .modal-dialog .modal-content .modal-body .service-and-date {
  padding: 25px 30px 0 30px;
}

#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .service-select {
  height: 58px;
  width: 100%;
  overflow: hidden;
  background-color: #e5e9ec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 16px;
  margin-top: 3px;
  position: relative;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .service-select .input-group {
  width: 100%;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .service-select:after {
  font-family: FontAwesome;
  content: '\f13a';
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 24px;
  color: #1868b5;
  z-index: 6;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .service-select select {
  background: transparent;
  padding: 15px 0px 15px 10px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 58px;
  font-size: 24px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
  color: #1868b5;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .service-select:before {
  display: block;
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  height: 58px;
  width: 58px;
  margin: 0;
  background: #e5e9ec;
  z-index: 5;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date select::-ms-expand {
  display: none;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .date-select {
  margin-bottom: 10px;
  float: left;
  width: 50%;
  padding-right: 7px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .time-select {
  margin-bottom: 10px;
  float: right;
  width: 50%;
  overflow: hidden;
  background-color: #e5e9ec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .time-select:after {
  font-family: FontAwesome;
  content: '\f13a';
  position: absolute;
  right: 18px;
  top: 12px;
  color: #1868b5;
  z-index: 6;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .time-select select {
  background: transparent;
  padding: 15px 0px 15px 10px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .time-select:before {
  display: block;
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  height: 47px;
  width: 47px;
  margin: 0px;
  background: #e5e9ec;
  z-index: 5;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .input-group-addon {
  border: none;
  color: #ffffff;
  background-color: #1868b5;
  font-size: 24px;
}

#appointmentModal .modal-dialog .modal-content .modal-body hr,
#giftModal .modal-dialog .modal-content .modal-body hr {
  margin-top: 25px;
  margin-bottom: 25px;
}

#appointmentModal .modal-dialog .modal-content .modal-body .personal-information,
#giftModal .modal-dialog .modal-content .modal-body .personal-information {
  padding: 0px 30px 20px 30px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information .first-name-group {
  float: left;
  width: 50%;
  padding-right: 7px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information .last-name-group {
  float: right;
  width: 50%;
  padding-left: 7px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information .zip-code-group {
  float: left;
  width: 30%;
  padding-right: 7px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information .city-group {
  float: right;
  width: 70%;
  padding-left: 7px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information .phone-group {
  float: left;
  width: 50%;
  padding-right: 7px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information .email-group {
  float: right;
  width: 50%;
  padding-left: 7px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  color: #938e8f;
}
#appointmentModal .modal-dialog .modal-content .modal-body .newsletter-checkbox input[type="checkbox"] {
  display: none;
}
#appointmentModal .modal-dialog .modal-content .modal-body .newsletter-checkbox label {
  font-size: 18px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .newsletter-checkbox label:before {
  content: "";
  display: inline-block;
  font-size: 15px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #e5e9ec;
  border-radius: 2px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #f3f3f3;
  text-align: center;
  line-height: 24px;
  float: left;
}
#appointmentModal .modal-dialog .modal-content .modal-body .newsletter-checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
  color: #1868b5;
  font-size: 26px;
  text-shadow: none;
}
#appointmentModal .modal-dialog .modal-content .modal-footer {
  background-color: #e5e9ec;
}

/* 27. FAQ
--------------------------------------------*/
.faq {
  padding-bottom: 0px;
}

.faq h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

/*.faq h2 {
  font-size: 48px;
  padding: 0;
  margin: 0 0 80px 0;
  font-weight: 300;
  line-height: 1.2;
}*/

.faq .panel-group .panel+.panel {
  margin-top: 0px;
}

.faq .panel-heading {
  padding: 5px 15px;
  color: #1868b5;
}

.faq .panel-default>a:hover,
.faq .panel-default>a:active,
.faq .panel-default>a:visited,
.faq .panel-default>a:link {
  text-decoration: none;
}

.faq .panel-default>a>.panel-heading {
  background-color: #f5f5f5;
}

.faq .panel-title {
  font-size: 18px;
  padding-left: 40px;
  line-height: 180%;
}

.faq .question-icon {
  width: 30px;
  height: 30px;
  border: 2px solid #1868b5;
  text-align: center;
  font-size: 18px;
  color: #1868b5;
  line-height: 26px;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
  float: left;
}

.faq .panel-body {
  border-top: 1px solid #ddd;
}

/* 28. Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
  /* 1. Default Configs (1200px)
  --------------------------------------------*/
  body {
    line-height: 140%;
    font-size: 14px;
  }
  section {
    padding: 65px 0;
  }

  /* 4. Buttons (1200px)
  --------------------------------------------*/
  .btn.btn-lg {
    font-size: 17px;
    padding: 13px 20px 11px 20px;
  }
  /* 10. Navigation Top (1200px)
  --------------------------------------------*/
  .navigation-top {
    font-size: 12px;
  }
  .navigation-top .navbar-nav {
    margin: 4px 0 0 0;
  }
  .navigation-top .navbar-nav li a {
    padding: 12px 8px 9px 8px;
  }
  .navigation-top .navbar-nav li a.btn {
    color: #ffffff;
    font-size: 12px;
    padding: 9px 12px 7px 12px;
    margin-top: 7px;
  }
  .navigation-top .navbar-nav li a.btn:hover {
    color: #1868b5;
  }
  /* 11. Header Full Screen Img (1200px)
  --------------------------------------------*/
  .header-full-screen-img {
    background-position: -130px;
  }
  .header-full-screen-img h1 {
    font-size: 42px;
  }
  .header-full-screen-img p {
    font-size: 21px;
  }
  .header-full-screen-img .scroll-down {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    border-radius: 46px;
    margin-left: -27px;
    font-size: 36px;
    line-height: 46px;
    bottom: 18px;
  }
  .header-full-screen-img .languagePanel {
      bottom: 18px;
  }
  .header-full-screen-img .languagePanel .language {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    border-radius: 46px;
    margin-left: -17px;
    font-size: 36px;
    line-height: 46px;
  }
  /* 12. Features Img (1200px)
  --------------------------------------------*/
  .features-img h2 {
    font-size: 42px;
    margin-bottom: 65px;
  }
  .features-img h3 {
    font-size: 21px;
  }
  /* 13. Newsletter Simple (1200px)
  --------------------------------------------*/
  .newsletter-simple {
    background-attachment: scroll;
  }
  .newsletter-simple .newsletter-call-out i {
    font-size: 61px;
  }
  .newsletter-simple .newsletter-call-out h2 {
    font-size: 26px;
    margin-left: 70px;
  }
  .newsletter-simple .newsletter-call-out p {
    font-size: 16px;
    margin-left: 70px;
  }
  .newsletter-simple form .newsletter-email {
    font-size: 16px;
    height: 52px;
    padding-left: 16px;
  }
  .newsletter-simple form .newsletter-submit {
    font-size: 18px;
    height: 52px;
    padding: 0 20px;
  }
  /* 14. Content Img Left (1200px)
  --------------------------------------------*/
  .main-section h2 {
    font-size: 26px;
  }
  .main-section h3 {
    font-size: 18px;
  }
  /* 15. Content Img Right (1200px)
  --------------------------------------------*/
  .content-img-rigth h2 {
    font-size: 26px;
  }
  .content-img-rigth h3 {
    font-size: 18px;
  }
  /* 16. Product Info (1200px)
  --------------------------------------------*/
  .product-info {
    background-attachment: scroll;
  }
  .product-info h2 {
    font-size: 42px;
  }
  .product-info h3 {
    font-size: 18px;
  }
  .product-info .product-info-img img {
    width: 82.5%;
  }
  /* 17. Tab Content (1200px)
  --------------------------------------------*/
  .tab-content h2 {
    font-size: 42px;
    margin-bottom: 65px;
  }
  /* 18. Gallery (1200px)
  --------------------------------------------*/
  .gallery .gallery-container {
    padding: 65px 0;
  }
  .gallery .gallery-container .gallery-thumbnail-container {
    height: 190px;
  }
  .gallery .gallery-container .gallery-thumbnail-container {
    height: 190px;
  }
  /* 19. Pricing Table (1200px)
  --------------------------------------------*/
  .pricing-table h2 {
    font-size: 42px;
    margin-bottom: 65px;
  }
  .pricing-table .pricing-table-offer .offer-title {
    font-size: 28px;
    height: 120px;
  }
  .pricing-table .pricing-table-offer .offer-action button {
    margin-top: 25px;
    font-size: 14px;
  }
  .pricing-table .pricing-table-comment {
    font-size: 18px;
    margin-top: 45px;
  }
  /* 20. Review Slider (1200px)
  --------------------------------------------*/
  .review-slider {
    padding-bottom: 96px;
  }
  .review-slider .reviews-image {
    margin-right: 0px;
  }
  .review-slider .reviews-image img {
    width: 80%;
  }
  .review-slider .reviews-content {
    font-size: 18px;
    margin-left: 126px;
  }
  .review-slider .reviews-author {
    font-size: 18px;
    margin-left: 126px;
  }
  .review-slider .carousel-indicators {
    margin-left: 126px;
  }
  /* 21. Partners (1200px)
--------------------------------------------*/
  .partners h2 {
    font-size: 18px;
    margin-bottom: 55px;
  }
  /* 22. About Us Large (1200px)
  --------------------------------------------*/
  .about-us-large h2 {
    font-size: 42px;
    margin-bottom: 65px;
  }
  .about-us-large .person h2 {
    font-size: 26px;
  }
  .about-us-large .person h3 {
    font-size: 18px;
  }
  .about-us-large .person .person-socialmedia li a {
    height: 39px;
    width: 39px;
    font-size: 16px;
    line-height: 39px;
  }
  /* 23. Call To Action (1200px)
  --------------------------------------------*/
  .call-to-action h2 {
    font-size: 42px;
  }
  .call-to-action h3 {
    font-size: 16px;
  }
  .call-to-action h4 {
     font-size: 16px;
     margin-bottom: 0px;
  }
  /* 24. Contact Gmap (1200px)
  --------------------------------------------*/
  .contact-form-gmap h2 {
    font-size: 42px;
    margin-bottom: 65px;
  }
  .contact-form-gmap .contact-info {
    padding-bottom: 45px;
  }
  .contact-form-gmap .contact-info .address-icon,
  .contact-form-gmap .contact-info .phone-icon {
    width: 72px;
    height: 72px;
    border: 2px solid #1868b5;
    text-align: center;
    font-size: 40px;
    color: #1868b5;
    line-height: 72px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    float: left;
  }
  .contact-form-gmap .contact-info p {
    margin-left: 92px;
    font-size: 14px;
  }
  .contact-form-gmap .map {
    height: 413px;
  }
  .contact-form-gmap form label {
    font-size: 12px;
  }
  .contact-form-gmap form .form-info {
    font-size: 12px;
  }
  /* 25. Footer Simple (1200px)
  --------------------------------------------*/
  .footer-simple p {
    font-size: 12px;
  }
  /* 26. FAQ (1200px)
    --------------------------------------------*/
    .faq h2 {
      font-size: 42px;
      margin-bottom: 65px;
    }
}

@media (min-width: 860px) {
  .container {
    width: 850px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  /* 1. Default Configs (992px)
  --------------------------------------------*/
  body {
    font-size: 30px;
  }

  .section-background {
      min-height: calc(100vh - 160px);
  }

  .calendar-background {
      padding-bottom: 0;
  }

  .calendar-box {
      padding: 0;
  }

  .calendar-container h2 {
      font-weight: 300;
      margin-top: 60px;
      font-size: 22px;
      padding-left: 14px;
      margin-bottom: 2px;
  }

  .calendar {
      height: calc(100vh - 130px);
  }

  .img-responsive {
    width: 100%;
  }

  .purchase h2 {
    font-size: 40px;
  }
  .form-delivery-type span i,
  .vouchers-info span i, .promo span i {
      font-size: 30px;
      margin-right: 5px;
  }

  .dhl-map-container {
      height: 1560px;
  }

  .dhl-map-container-selected {
      height: 1710px;
  }

  .dhl-map-container-unknown {
      height: 1600px;
  }

  #dhl-map {
      width: 430px;
      height: 620px;
      margin-top: 320px;
      margin-left: 220px;
      scale: 2;
  }

  .dhl-info {
      font-size: 30px;
  }

  .dhl-error-container span i {
      font-size: 30px;
  }

  .dhl-error-message {
      font-size: 30px !important;
  }

  .under-logo {
      margin-top: 100px;
  }
  .row-main {
      margin-right: -55px;
      margin-left: -55px;
  }
  .nav-calendar {
      font-size: 11px;
  }
  .nav-calendar a {
      padding: 4px 6px !important;
  }
  .divide {
      margin-right: 10px;
      margin-top: 5px;
      margin-bottom: 5px;
  }
  .input-group-addon {
      padding: 10px 14px;
      font-size: 30px;
  }
  .form-control {
      height: 66px;
      padding: 10px 14px;
      font-size: 30px;
  }
  .ordered-voucher-number {
      font-size: 26px;
  }
  .personal-data {
      width: 200px;
  }
  .discount-data {
      width: 180px;
  }
  .payment-code {
      margin-top: 10px;
  }
  .payment-code-addon {
      width: 200px;
      text-align: right;
  }
  .donation-image {
      width: 500px;
  }
  .form-section .help-block {
      font-size: 28px;
  }
  .control {
      padding-left: 40px;
      padding-top: 2px;
      font-size: 30px;
  }
  .control_indicator {
      top: 6px;
      height: 30px;
      width: 30px;
  }
  .control-radio .control_indicator:after {
      left: 10px;
      top: 10px;
      height: 10px;
      width: 10px;
  }
  .payment-image {
      height: 80px;
      width: 218px;
  }
  .payment-blik {
      height: 122px;
  }
  .voucher-image-container {
      width: 240px;
  }
  .voucher-image {
      height: 300px;
  }
  .paper-image,
  .inscription-image {
      height: 180px;
  }
  .paper-no-variant-image {
      height: 300px;
  }
  .inscription-container {
      width: 360px;
  }
  .inscription-view-container {
      width: 200px;
  }
  .inscription {
      top: 226px;
      font-size: 30px;
  }
  .inscription-view {
      top: 160px;
      font-size: 18px;
  }
  .main-section h2 {
    font-size: 56px;
  }
  .main-section h3 {
    font-size: 40px;
  }
  .payment-card {
    height: 70px;
  }
  .payment-transfer {
    height: 80px;
  }
  .btn {
    font-size: 30px;
  }
  .btn-pay-card {
      font-size: 16px;
      padding: 8px 16px;
  }
  .btnCardUp {
      width: 88px;
  }
  .btnCard {
      width: 110px;
  }
  .btn-action {
    font-size: 24px;
  }
  .promo-info {
      padding-left: 43px;
  }
  .btn.btn-primary.btn-promo {
      font-size: 28px;
      padding: 10px 22px 10px 22px;
      margin-right: 52px;
  }
  .promo {
      padding: 20px;
  }
  .nickname {
      font-size: 24px;
  }
  .btn-pay-up {
      transform: scale(1.5);
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -o-transform: scale(1.5);
      margin-left: 40px;
      margin-top: 20px;
  }
  .btnCardUp {
      margin-right: 0px;
  }
  .btnPayUUp {
      margin-right: 40px;
  }
  .btnCard {
      margin-right: 0px;
  }
  .btnPayU {
      margin-right: 60px;
  }
  .btn-pay {
      transform: scale(1.5);
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -o-transform: scale(1.5);
      margin-top: 10px;
  }
  .link-data {
    width: 330px;
  }
  .form-section h4 {
    font-size: 30px;
  }
  .recommend-badge {
      padding: 10px 20px;
      font-size: 20px;
  }
  .availableNickname {
    font-size: 28px;
  }
  .nickname-error {
    width: 524px;
  }

  #page-preloader .logo-prelaoder {
      margin-bottom: 20px;
      margin-top: 20%;
      width: 50%;
    }

  .form-inline .form-control {
    width: 300px;
  }
  /* 11. Header Full Screen Img (992px)
  --------------------------------------------*/
  .header-full-screen-img {
    padding-top: 5%;
    background-position: -1480px;
  }
  .header-full-screen-img h2 {
    font-size: 30px;
    text-align: center;
  }
  .header-full-screen-img p {
    font-size: 16px;
  }
  .header-full-screen-img .scroll-down {
    width: 92px;
    height: 92px;
    -webkit-border-radius: 92px;
    -moz-border-radius: 92px;
    border-radius: 92px;
    font-size: 72px;
    line-height: 92px;
    bottom: 36px;
  }

  .header-logo {
    width: 60%;
  }
  .header-full-screen-img .languagePanel {
    bottom: 36px;
  }
  .header-full-screen-img .languagePanel .language {
    width: 92px;
    height: 92px;
    -webkit-border-radius: 92px;
    -moz-border-radius: 92px;
    border-radius: 92px;
    margin-left: -17px;
    font-size: 72px;
    line-height: 92px;
  }
  .scroll-up-btn {
    width: 76px;
    height: 76px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    position: fixed;
    right: 3px;
    display: none;
    background-color: #82a6c9;
    text-align: center;
    line-height: 68px;
    font-size: 36px;
  }

  .navigation-top {
    font-size: 32px;
  }
  .navigation-top .navbar-brand {
    height: 88px;
  }
  .navigation-top .navbar-brand img {
    max-height: 84px;
  }
  .navigation-top .navbar-nav li a {
    padding: 12px;
    text-align: right;
  }
  .navigation-top .navbar-nav li a.btn {
    font-size: 32px;
    padding: 12px;
    text-align: right;
  }
  .navbar-toggle .icon-bar {
   width: 44px;
   height: 4px;
   margin: 8px;
  }
  /* 12. Features Img (992px)
  --------------------------------------------*/
  .features-img h2 {
    font-size: 36px;
  }
  .features-img p {
    margin-bottom: 12%;
  }
  /* 13. Newsletter Simple (992px)
  --------------------------------------------*/
  .newsletter-simple .newsletter-call-out {
    text-align: left;
    margin-bottom: 20px;
  }
  /* 14. Content Img Left (992px)
  --------------------------------------------*/
  .main-section h2 {
    margin-top: 4%;
  }
  /* 15. Content Img Right (992px)
  --------------------------------------------*/
  .content-img-right p:last-of-type {
    margin-bottom: 65px;
  }
  .content-img-right .content-img {
    float: none;
  }
  .content-img-right h2,
  .faq h2 {
    font-size: 60px;
  }
  .content-img-right h3 {
    font-size: 50px;
  }
  .faq {
    text-align: left;
  }
  .faq .panel-heading {
    padding: 15px 15px;
  }
  .faq .panel-title {
    font-size: 40px;
    line-height: 150%;
    padding-left: 80px;
  }
  .faq .question-icon {
    width: 60px;
    height: 60px;
    border: 4px solid #1868b5;
    text-align: center;
    font-size: 36px;
    color: #1868b5;
    line-height: 52px;
    -webkit-border-radius: 86px;
    -moz-border-radius: 86px;
    border-radius: 86px;
    float: left;
  }
  /* 16. Product Info (992px)
--------------------------------------------*/
  .product-info h2 {
    font-size: 66px;
    text-align: left;
  }
  .product-info .product-info-img {
    margin: 0 0 -65px 0;
  }
  .img_icon {
    height: 240px;
  }
  .img_icon img {
    width: 78px;
  }
  /* 17. Tab Content (992px)
--------------------------------------------*/
  .tab-content h2 {
    font-size: 62px;
  }
  .tab-content h2 small {
    font-size: 57%;
  }
  .tab-content .tab-content {
    padding: 45px 0;
  }
  .tab-content .tab-content h3 {
    font-size: 60px;
    text-align: left;
  }
  .tab-content .tab-content h5.body,
  .tab-content .tab-content h5.head {
    font-size: 38px;
    text-align: left;
  }
  .tab-content .tab-content .tab-content-img {
    margin-bottom: 45px;
  }
  .tab-content .tab-content p:last-of-type {
    margin-bottom: 45px;
  }
  /* 18. Gallery (992px)
  --------------------------------------------*/
  .gallery .gallery-container .gallery-thumbnail-container:hover .gallery-thumbnail-overlay {
    padding-top: 16%;
  }
  .gallery .gallery-container .gallery-thumbnail-container {
    height: auto;
  }
  /* 19. Pricing Table (992px)
  --------------------------------------------*/
  .pricing-table h2 {
    font-size: 66px;
  }
  .pricing-table .pricing-table-offer .offer-title {
    font-size: 48px;
    height: 180px;
  }
  .pricing-table .pricing-table-offer .offer-price {
    height: 256px;
    width: 256px;
    background-color: #c6e3ff;
    color: #1868b5;
    -webkit-border-radius: 128px;
    -moz-border-radius: 128px;
    border-radius: 128px;
    margin: -80px auto 0 auto;
    padding-top: 90px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 80px;
  }
  .pricing-table .pricing-table-offer:hover .offer-price {
    padding-top: 100px;
    width: 268px;
    height: 268px;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    border-radius: 140px;
    margin-bottom: 56px;
    background-color: #e5d8e9;
    color: #1868b5;
  }
  .pricing-table .pricing-table-offer .offer-price .price {
    font-size: 88px;
  }
  .pricing-table .pricing-table-offer .offer-price .currency {
    font-size: 48px;
  }
  .pricing-table .pricing-table-offer .offer-price .duration {
    font-size: 32px;
  }
  .pricing-table .pricing-table-offer.highlight .offer-price .duration {
    font-size: 32px;
  }
  .pricing-table .pricing-table-offer .offer-action {
    padding-bottom: 60px;
  }
  .pricing-table .pricing-table-offer .offer-action button {
    font-size: 36px;
  }
  .pricing-table .pricing-table-offer.highlight {
    background-image: url('../img/zapro.jpg'), url('../img/zapro.jpg');
    background-size: 460px 306px;
    background-repeat: no-repeat, repeat;
    background-position: -90px 140px, 775px 140px;
  }
  .pricing-table .pricing-table-container {
    margin: 0 20px 65px 20px;
  }
  .pricing-table .pricing-table-container .pricing-table-title {
    border: 1px solid #b5bcc5 !important;
  }
  .pricing-table .pricing-table-container .pricing-table-price {
    border: 1px solid #b5bcc5 !important;
  }
  .pricing-table .pricing-table-container .pricing-table-benefits {
    border: 1px solid #b5bcc5 !important;
  }
  .pricing-table .pricing-table-container .pricing-table-select {
    border: 1px solid #b5bcc5 !important;
  }
  .pricing-table .pricing-table-offer.highlight:hover {
    background-position: -90px 140px, 775px 140px;
   }
  /* 20. Review Slider (992px)
  --------------------------------------------*/
  .review-slider .reviews-content {
    margin-left: 0;
    line-height: 1.6;
    font-style: italic;
    margin-top: 20px;
    font-size: 36px;
  }
  .review-slider .reviews-image {
    width: 206px;
    float: none;
    margin: 0 auto 25px auto;
  }
  .review-slider .reviews-image img {
    width: 100%;
    -webkit-border-radius: 126px;
      -moz-border-radius: 126px;
      border-radius: 126px;
  }
  .review-slider .reviews-author {
    margin-left: 0;
    line-height: 1.6;
    font-size: 36px;
  }
  .review-slider .reviews-author small {
    display: block;
    font-size: 28px;
    padding-left: 0px;
  }
  .review-slider .carousel-indicators {
    position: relative;
    margin: 15px 0 0 0;
    padding: 0;
    bottom: auto;
    left: auto;
    width: auto;
  }
  .review-slider .carousel-indicators .active {
    border: 2px solid #1868b5;
    background-color: transparent;
    width: 18px;
    height: 18px;
  }
  .review-slider .carousel-indicators li {
    background-color: #1868b5;
    border: none;
    width: 15px;
    height: 15px;
  }
  /* 21. Partners (992px)
  --------------------------------------------*/
  .partners h2 {
    font-size: 18px;
    margin-bottom: 55px;
  }
  .partners .partner-brands {
    height: auto;
  }
  .partners .partner-brands .partner {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    position: relative;
    top: auto ;
    transform: translateY(0);
    margin-bottom: 65px;
  }
  .partners .partner-brands .partner img {
    display: inline-block;
    width: auto;
  }
  /* 22. About Us Large (992px)
  --------------------------------------------*/
  .about-us-large h2 {
    font-size: 64px;
    margin-bottom: 0px;
  }
  .about-us-large p {
    margin-bottom: 5%;
  }
  .about-us-large .person {
    margin-bottom: 65px;
  }
  .about-us-large .person .person-img {
    display: inline-table;
  }
  .call-to-action {
    background-position: 60px -50px;
    padding: 40px 0px;
  }
  .call-to-action h3 {
    font-size: 26px;
    padding-top: 10px;
  }
  .chris h1 {
    height: 40px;
  }
  .btn.btn-lg {
    font-size: 30px;
  }
  /* 24. Contact Gmap (992px)
  --------------------------------------------*/
  .contact-form-gmap h2 {
    font-size: 60px;
  }
  .contact-form-gmap .contact-info {
    padding-bottom: 0;
  }
  .contact-form-gmap .contact-info .address-icon,
  .contact-form-gmap .contact-info .phone-icon {
      width: 144px;
      height: 144px;
      border: 2px solid #1868b5;
      text-align: center;
      font-size: 80px;
      color: #1868b5;
      line-height: 144px;
      -webkit-border-radius: 72px;
      -moz-border-radius: 72px;
      border-radius: 72px;
      float: none;
      margin: 0 auto;
  }
  .contact-form-gmap .contact-info p {
    margin: 0;
    padding-bottom: 45px;
    font-size: 36px;
  }
  .contact-form-gmap .map {
    margin-bottom: 90px;
  }
  /* 25. Footer Simple (992px)
  --------------------------------------------*/
  .footer-simple p {
    font-size: 24px;
  }
  .footer-calendar {
      padding: 0;
  }
  .footer-calendar p {
      font-size: 10px;
  }
  .footer-simple .social-media {
    text-align: center;
  }
  .footer-simple .social-media li {
    display: inline-block;
    float: none;
  }
  /* 26. Appointment Modal
  --------------------------------------------*/
  #appointmentModal, #giftModal {
    padding-right: 0 !important;
  }
  #appointmentModal .modal-dialog,
  #giftModal .modal-dialog {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .time-select select {
    padding: 0 0 0 10px;
  }
  #appointmentModal .form-group,
  #giftModal .form-group {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  #appointmentModal .modal-footer {
    text-align: center;
  }
  #appointmentModal .modal-dialog .modal-content .modal-body h2,
  #giftModal .modal-dialog .modal-content .modal-body h2 {
    font-size: 44px;
  }
  #appointmentModal .modal-dialog .modal-content .modal-header .modal-title,
  #giftModal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 48px;
  }
  #appointmentModal .modal-dialog .modal-content .modal-header .close,
  #giftModal .modal-dialog .modal-content .modal-header .close {
    font-size: 54px;
  }

}
/* Small devices (660px and down) */
@media (max-width: 660px) {
  /* 2. Preloader
  --------------------------------------------*/
  #page-preloader .logo-prelaoder {
    margin-bottom: 20px;
    margin-top: 20%;
    width: 75%;
  }
  #page-preloader h1 {
    font-size: 24px;
  }
  .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 80px auto;
  }
  /* 10. Navigation Top
  --------------------------------------------*/
  .navigation-top .navbar-brand img {
    max-width: 190px;
    margin-left: 10px;
  }
  /* 11. Header Full Screen Img (660px)
  --------------------------------------------*/
  .header-full-screen-img {
    padding-top: 10%;
  }
  .header-full-screen-img h2 {
    font-size: 28px;
    text-align: center;
  }
  .header-full-screen-img p {
    font-size: 13px;
    margin-top: 20px;
  }
  .header-full-screen-img .logo {
    width: 100px;
    margin-bottom: 20px;
  }
  .header-full-screen-img .scroll-down {
    margin-left: -22px;
  }
  .header-logo {
    width: 75%;
  }
  /* 12. Features Img (660px)
  --------------------------------------------*/
  .features-img h2 {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .features-img h2 small {
    font-size: 12px;
  }
  .features-img p {
    margin-bottom: 12%;
  }
  /* 13. Newsletter Simple
  --------------------------------------------*/
  .newsletter-simple .newsletter-call-out i {
    display: block;
    margin-bottom: 24px;
    float: none;
    text-align: center;
  }
  .newsletter-simple .newsletter-call-out h2 {
    margin: -7px 0px -2px 0px;
    font-size: 18px;
    text-align: center;
  }
  .newsletter-simple .newsletter-call-out p {
    margin: 0px;
    font-size: 12px;
    text-align: center;
  }
  .newsletter-simple form .newsletter-email {
    font-size: 16px;
    height: 46px;
  }
  .newsletter-simple form .newsletter-submit {
    font-size: 18px;
    height: 46px;
  }
  /* 14. Content Img Left
  --------------------------------------------*/
  .main-section h2 {
    font-size: 22px;
  }
  .main-section h3 {
    font-size: 14px;
  }
  .main-section p:last-of-type {
    margin-bottom: 0;
  }
  /* 15. Content Img Right
  --------------------------------------------*/
  .content-img-right h2 {
    font-size: 22px;
  }
  .content-img-right h3 {
    font-size: 14px;
  }
  .content-img-right p:last-of-type {
    margin-bottom: 0;
  }
  .content-img-right .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  /* 16. Product Info
  --------------------------------------------*/
  .product-info h2 {
    font-size: 24px;
  }
  .product-info ul li {
    margin-bottom: 20px;
  }
  .product-info ul li i {
    display: block;
    margin: 0 44%;
    margin-bottom: 10px;
    font-size: 32px !important;
  }
  /* 17. Tab Content
  --------------------------------------------*/
  .tab-content h2 {
    font-size: 24px;
  }
  .tab-content h2 small {
    font-size: 12px;
  }
  .tab-content .nav-tabs li {
    display: block;
    width: 100%;
  }
  /* 19. Pricing Table
  --------------------------------------------*/
  .pricing-table h2 {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .pricing-table h2 small {
    font-size: 12px;
  }
  .pricing-table .pricing-table-comment {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 25px;
  }
  /* 22 About Us Large
  --------------------------------------------*/
  .about-us-large h2 {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .about-us-large h2 small {
    font-size: 12px;
  }
  /* 23. Call To Action
  --------------------------------------------*/
  .call-to-action h2 {
    font-size: 30px;
  }
  .call-to-action .btn {
    font-size: 14px;
  }
  /* 26. Appointment Modal
--------------------------------------------*/
  #appointmentModal .modal-dialog .modal-content .modal-header .modal-title,
  #giftModal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
  }
  #appointmentModal .modal-dialog .modal-content .modal-body h2,
  #giftModal .modal-dialog .modal-content .modal-body h2 {
    font-size: 16px;
  }
  #appointmentModal .modal-dialog .modal-content .modal-body h3,
  #giftModal .modal-dialog .modal-content .modal-body h3 {
    font-size: 14px;
  }
  #appointmentModal .modal-dialog .modal-content .modal-body h3 i,
  #giftModal .modal-dialog .modal-content .modal-body h3 i {
    font-size: 18px;
  }
  #appointmentModal .modal-dialog .modal-content .modal-body .service-and-date,
  #giftModal .modal-dialog .modal-content .modal-body .service-and-date {
    padding: 25px 30px 0 30px;
  }
  #appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .service-select {
    height: 52px;
  }
  #appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .service-select:after {
    top: 18px;
    font-size: 18px;
  }
  #appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .service-select select {
    height: 52px;
    font-size: 16px;
  }
  #appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .date-select {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  #appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .time-select {
    margin-bottom: 10px;
    float: none;
    width: 100%;
  }
  #appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .input-group-addon {
    font-size: 18px;
  }
  #appointmentModal .modal-dialog .modal-content .modal-body .newsletter-checkbox label {
    font-size: 14px;
  }
}
/* Extra Small devices (480px and down) */
/* 28. Change default Nav Breakpoint */
@media (max-width: 992px) {
  .navbar-left {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

.pp{
	font-size:37%;
	text-transform:uppercase;
	font-weight:300;
	color:#1868b5;

}

.obrazek{
	background:url('../icon_kap.png') no-repeat;
	width:48px;
	height:48px;
	float:left;
	padding-right:60px;

}

.obrazek2{
	background:url('../icon_mg.png') no-repeat;
	width:60px;
	height:60px;
	float:left;
	padding-right:60px;


}

.obrazek3{
	background:url('../icon_medi.png') no-repeat;
	width:48px;
	height:48px;
	float:left;
	padding-right:60px;


}

.obrazek4{
	background:url('../icon_brain.png') no-repeat;
	width:48px;
	height:48px;
	float:left;
	padding-right:60px;

}

.line .line-container {

border-bottom: 1px solid #e5e9ec;
padding:10px 0;
margin:0px;

}

.obrazek5{
	background:url('../icon_shower.png') no-repeat;
	width:48px;
	height:48px;
	float:left;
	padding-right:60px;


}

.obrazek6{
	background:url('../icon_wound.png') no-repeat;
	width:48px;
	height:48px;
	float:left;
	padding-right:60px;


}

.obrazek7{
	background:url('../icon_medi.png') no-repeat;
	width:48px;
	height:48px;
	float:left;
	padding-right:60px;

}

.img_icon{
	float:left;
	margin:0 30px 25px 0;

}

.foot a{
	color:#575756;
	font-size:12px;


}

.foot .visit a,
.foot .visit a:hover {
    color: #e5e9ec;
    cursor: default;
}

.foot {

	float:right;

}

.text-top{
	font-family: 'Roboto', sans-serif;
	font-size:70px;
	color:#fff;
	font-weight:300;
}


/*# sourceMappingURL=styles.min.css.map */