/*
Theme Name: Salus
Author:
Author URI:
*/

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
time,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
}

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

a,
ins,
del {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

strong {
    font-weight: bold;
}

caption,
th {
    text-align: left;
}

q:after,
q:before {
    content: "";
}

* {
    outline: none;
    margin: 0;
    padding: 0;
}

a {
    color: #888d9d;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

pre {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


/* Helpers  */

.center {
    margin: 0 auto;
}

.content_center {
    text-align: center;
}

.flleft {
    float: left !important;
}

.flright {
    float: right !important;
}

.clear {
    clear: both;
}

.text-right {
    text-align: right
}


/* IE Fixes */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* End hide from IE Mac */

.floatfix {
    overflow: hidden;
}

* html .floatfix {
    width: 100%;
    height: 100%;
}

.center,
*[align="center"] {
    margin: 0 auto;
}

html,
body {
    font-family: Arial;
    font-size: 12px;
    color: #444444;
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.transition {
    opacity: 0.7;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.transition:hover {
    opacity: 1;
}

.title {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #001f52;
    text-transform: uppercase;
}


/* Wrapper */

.wrapper {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
}

.btn {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #fff;
    background: #dc3f3f;
    background: -moz-linear-gradient(top, #dc3f3f 0%, #a51919 100%);
    background: -webkit-linear-gradient(top, #dc3f3f 0%, #a51919 100%);
    background: linear-gradient(to bottom, #dc3f3f 0%, #a51919 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dc3f3f', endColorstr='#a51919', GradientType=0);
    text-transform: uppercase;
    text-align: center;
    padding: 20px 23px;
    display: block;
}

.btn:hover {
    color: #fff;
    background: #a51919;
    background: -moz-linear-gradient(top, #a51919 0%, #dc3f3f 100%);
    background: -webkit-linear-gradient(top, #a51919 0%, #dc3f3f 100%);
    background: linear-gradient(to bottom, #a51919 0%, #dc3f3f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dc3f3f', endColorstr='#dc3f3f', GradientType=0);
}

.btn-fb {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #fff;
    background: #4267B2;
    background: -moz-linear-gradient(top, #4267B2 0%, #4267B2 100%);
    background: -webkit-linear-gradient(top, #4267B2 0%, #4267B2 100%);
    background: linear-gradient(to bottom, #4267B2 0%, #4267B2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4267B2', endColorstr='#4267B2', GradientType=0);
    text-transform: uppercase;
    text-align: center;
    padding: 20px 23px;
    display: block;
}


/* Header */

#header #top-bar {
    font-family: 'Lato', sans-serif;
    color: #fff;
    background: #00285c;
    background: -moz-linear-gradient(top, #00285c 0%, #001b49 100%);
    background: -webkit-linear-gradient(top, #00285c 0%, #001b49 100%);
    background: linear-gradient(to bottom, #00285c 0%, #001b49 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00285c', endColorstr='#001b49', GradientType=0);
    padding-top: 20px;
    padding-bottom: 20px;
}

#header #top-bar .contact a {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #fff;
    margin: 0 10px;
}

#header #top-bar .contact p.tel:before {
    content: "";
    width: 22px;
    height: 21px;
    background: url(assets/images/icons/tel.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#header #top-bar .contact p.tel:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #4469a6;
    position: absolute;
    top: 2px;
    right: 40px;
}

#header #top-bar .contact p.email:before {
    content: "";
    width: 20px;
    height: 16px;
    background: url(assets/images/icons/email.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#header #top-bar .visit a {
    display: block;
    margin-top: -20px;
    margin-bottom: -20px;
}

#nav #cssmenu>ul {
    display: table;
    margin: 0 auto;
}

#nav ul li {
    float: left;
}

#nav ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #001f52;
    display: block;
    padding: 25px 20px;
    text-transform: uppercase;
    position: relative;
}

#nav ul li a:hover:before,
#nav ul li.current-menu-item a:before {
    content: "";
    width: 100%;
    height: 6px;
    background: #a5bce3;
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Slider */

#slider {
    position: relative;
    z-index: 0;
}

#slider .background {
    height: 680px;
}

#slider .background .slide-content {
    max-width: 480px;
    background: rgba(0, 40, 92, 0.9);
    padding: 30px;
    margin-top: 240px;
}

#slider .background h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

#slider .background p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
}

#slider .background a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
}

#slider .wrapper {
    position: absolute;
    top: 0;
    max-width: 1330px;
    left: 50%;
    margin-left: -665px;
}

#slider .logo {
    position: absolute;
    top: 60px;
    z-index: 999;
    left: 15px;
}

#slider .slider-form {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 15px;
}

#slider .slider-form p#main-text {
    font-size: 11px;
    line-height: 12px;
}

#slider .slider-form p {
    font-size: 9px;
}

#slider .bx-controls {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 999;
    transform: translateX(-50%);
}

#slider .bx-pager {
    padding: 0 15px;
}

#slider .bx-controls .bx-pager-item {
    float: left;
    margin: 0 5px;
}

#slider .bx-controls .bx-pager-item a {
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 3px;
    background: rgba(0, 40, 92, 1);
    display: block;
}

#slider .bx-controls .bx-pager-item a.active {
    background: #a51919;
}

.slider-content {
    color: #fff;
    max-width: 430px;
    background: rgba(0, 31, 82, 0.88);
    padding: 35px;
}

.slider-content h1 {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 31px;
}

.slider-content p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 18px;
    margin-top: 25px;
}

.slider-form {
    width: 100%;
    max-width: 360px;
    float: right;
    background: #fff;
    padding: 13px 25px 3px 25px;
}

.slider-form h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #bb2929;
    text-transform: uppercase;
    line-height: 22px;
}

.slider-form h2 span {
    display: block;
    font-weight: 900;
}

.slider-form h2 a {
    color: #000;
}

.slider-form p {
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.slider-form .sep {
    height: 1px;
    background: #d1d9e5;
    display: block;
    margin: 15px -25px 25px -25px;
    position: relative;
}

.slider-form .sep:after {
    content: "";
    width: 25px;
    height: 13px;
    background: url(assets/images/icons/sep.jpg);
    position: absolute;
    left: 25px;
    bottom: -12px;
}

.slider-form input[type="text"],
.slider-form input[type="email"] {
    width: 100%;
    color: #001f51;
    font-weight: bold;
    border: 1px solid #d3d3d3;
    margin-bottom: 15px;
    padding: 12px;
    -webkit-box-shadow: inset 30px 33px 65px -51px rgba(247, 247, 247, 1);
    -moz-box-shadow: inset 30px 33px 65px -51px rgba(247, 247, 247, 1);
    box-shadow: inset 30px 33px 65px -51px rgba(247, 247, 247, 1);
}

.slider-form input[type="submit"] {
    font-size: 13px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    border: 0;
    margin-top: 15px;
}


/* Home: Information */

#home-information {
    color: #fff;
    background: #dc3f3f;
    background: -moz-linear-gradient(top, #dc3f3f 0%, #a51919 100%);
    background: -webkit-linear-gradient(top, #dc3f3f 0%, #a51919 100%);
    background: linear-gradient(to bottom, #dc3f3f 0%, #a51919 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dc3f3f', endColorstr='#a51919', GradientType=0);
    text-align: center;
    padding: 30px;
}

#home-information h3,
.sgpb-main-html-content-wrapper h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2
}

#home-information p,
.sgpb-main-html-content-wrapper p {
    font-size: 16px;
    padding: 15px 0;
}

#home-information p strong,
.sgpb-main-html-content-wrapper p strong {
    font-size: 22px;
}

.sgpb-main-html-content-wrapper .btn {
    display: table;
    margin: 0 auto;
}

#home-information .readmore {
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 30px;
    display: table;
    margin: 15px auto 0 auto;
}

#home-information .readmore:focus {
    box-shadow: 0px 6px 15px -6px rgba(0, 0, 0, 0.75);
}


/* Home: Driver */

#home-driver {
    background: url(assets/images/driver-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

#home-driver h2 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #08204d;
    line-height: 1.2;
    text-transform: uppercase;
}

#home-driver h2 span {
    font-size: 52px;
    font-weight: 900;
    display: block;
}

#home-driver .btn {
    font-size: 14px;
    padding: 20px;
    max-width: 275px;
    margin-top: 30px;
}


/* Home: Offer */

#home-offer,
#home-media {
    padding-top: 45px;
    padding-bottom: 30px;
}

#home-offer .name,
#home-media .name,
#gallery .name {
    text-align: center;
}

#home-offer .name .title,
#home-media .name .title,
#gallery .name .title {
    margin-bottom: 20px;
}

#home-offer .name p,
#home-media .name p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #244981;
    line-height: 24px;
}

#home-offer .offer {
    padding-top: 15px;
    padding-bottom: 15px;
}

#home-offer .item {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    min-height: 250px;
}

#home-offer .item figure {
    max-width: 108px;
    margin: 0 auto 25px auto;
    display: block;
    position: relative;
}

#home-offer .item figure a {
    width: 33px;
    height: 33px;
    background: url(assets/images/icons/arrow.png);
    position: absolute;
    right: 5px;
    bottom: -10px;
    text-indent: -9999px;
}

#home-offer .item h2 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #001f52;
    line-height: 22px;
    padding: 0 18px;
    min-height: 70px;
}

#home-offer.offer-archive p.subtitle,
#home-offer.specialist-archive p.subtitle {
    margin-bottom: 25px;
}


/* Home: Info */

#home-info {
    background: url(assets/images/bg-opinie.jpg) center top;
    background-size: cover;
    border-bottom: 1px solid #b0c4e6;
    padding-top: 40px;
    padding-bottom: 40px;
}

#home-info p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #bb2929;
    text-transform: uppercase;
}

#home-info a {
    width: 100%;
    padding: 20px 0;
    border: 0;
    margin-top: 15px;
    display: block;
}


/* Home: About */

#home-about {
    background: url(assets/images/bg-about.jpg) center top;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

#home-about .name {
    text-align: center;
    padding-bottom: 40px;
}

#home-about .name h2 {
    color: #fff;
}

#home-about figure {
    position: relative;
}

#home-about figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: -37px;
    width: 100%;
    background: rgba(0, 31, 82, 0.88);
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}


/* Home: Media */

#home-media .name {
    padding-bottom: 30px;
}

#home-media .item,
#gallery .item {
    margin-top: 15px;
    margin-bottom: 15px;
}

#home-media .thumbnail,
#gallery .thumbnail {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

#home-media .thumbnail .mask,
#gallery .thumbnail .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

#home-media .thumbnail img,
#gallery .thumbnail img {
    display: block;
    margin: 0 auto;
    max-width: initial;
    max-height: 300px;
}

#home-media .thumbnail a,
#gallery .thumbnail a {
    background: url(assets/images/icons/zoom.png) center no-repeat;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
}

#home-media .anim-effect .mask,
#gallery .anim-effect .mask {
    opacity: 0;
    overflow: visible;
    background: rgba(0, 31, 82, 0.88);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#home-media .anim-effect:hover .mask,
#gallery .anim-effect:hover .mask {
    opacity: 0.7;
}


/* Home: Opinion */

#home-opinion {
    background: url(assets/images/bg-opinion.jpg);
    padding-top: 40px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    position: relative;
}

#home-opinion .name {
    text-align: center;
    padding-bottom: 25px
}

#home-opinion .name .title {
    color: #fff;
}

#home-opinion .opinion-content {
    background: #fff;
    padding: 20px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

#home-opinion .opinion-content span {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    color: #bf3737;
}

#home-opinion .opinion-content h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #001f52;
}

#home-opinion .opinion-content p {
    margin-top: 15px;
}

#home-opinion .opinion-content a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #001f52;
    float: right;
    margin-top: 15px;
    margin-bottom: -20px;
    opacity: 0.8;
}

#home-opinion .opinion-content a:after {
    content: "";
    width: 33px;
    height: 33px;
    background: url(assets/images/icons/arrow.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

#home-opinion .opinion-content a:hover {
    opacity: 1;
}

#home-opinion .bx-directions {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -31px;
}

.bx-directions a {
    width: 32px;
    height: 31px;
    background: url(assets/images/icons/bx-slider-arrow.jpg);
    display: inline-block;
    text-indent: -9999px;
    outline: none;
    opacity: 0.8
}

.bx-directions a:hover {
    opacity: 1;
}

.bx-directions .bx-next {
    background-position: 32px 0;
}


/* Archive: Opinion */

#home-offer.archive-opinion {
    text-align: center;
}

#home-offer.archive-opinion .background {
    clear: both;
    padding: 15px;
    margin-bottom: 30px;
    border: 2px solid transparent;
}

#home-offer.archive-opinion .background:hover {
    border: 2px solid #eaeef3;
}

#home-offer.archive-opinion .background:nth-child(2n+1) {
    background: #fafafa;
}

#home-offer.archive-opinion .author {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    color: #bf3737;
}

#home-offer.archive-opinion h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #001f52;
    margin-bottom: 15px;
}

#home-offer.archive-opinion .readmore {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #001f52;
    padding-top: 15px;
    opacity: 0.8;
    display: block;
}

#home-offer.archive-opinion .readmore:after {
    content: "";
    width: 33px;
    height: 33px;
    background: url(assets/images/icons/arrow.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}


/* Main: Page */

#breadcrumbs .breadcrumb-logo {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(assets/images/bg-breadcrumb.jpg);
}

#breadcrumbs .breadcrumb-logo .btn {
    font-size: 14px;
    padding: 20px 15px;
    border: 0;
}


/* Breadcrumbs */

#breadcrumbs .breadcrumb {
    font-size: 12px;
    color: #444444;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d9e5;
}

#breadcrumbs .breadcrumb strong {
    color: #244981;
}

#breadcrumbs .breadcrumb img {
    margin-right: 15px;
    position: relative;
    top: -2px;
}

#breadcrumbs .breadcrumb span,
#breadcrumbs .breadcrumb a {
    font-weight: bold;
    color: #3f5f90;
}

#breadcrumbs .breadcrumb a.home {
    font-weight: normal;
    color: #444444;
}

#breadcrumbs .breadcrumb span.sep {
    width: 11px;
    height: 9px;
    background: url(assets/images/icons/breadcrumb-arrow.png) no-repeat;
    display: inline-block;
    margin: 1px 8px;
}

#breadcrumbs .fb {
    width: 37px;
    height: 36px;
    background: url(assets/images/icons/fb.png);
    position: absolute;
    top: 5px;
    right: 15px;
    text-indent: -9999px;
}


/* Main: Article */

#main {
    padding-top: 40px;
    padding-bottom: 40px;
}

#main.page article {
    /* text-align: center; */
}

#main.page article header span {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #244981;
    line-height: 24px;
    margin: 20px 0 40px 0;
    display: block;
}

#main.page article p {
    font-size: 13px;
    margin: 20px 0;
    line-height: 24px;
}

#main.page article p em {
    font-style: italic;
}

#main.page article ol {
    list-style: decimal;
    padding: 15px 15px 0 15px;
}

#main.page article ul {
    list-style: disc;
    padding: 15px 15px 0 15px;
}

#main.page article ol li,
#main.page article ul li {
    padding: 3px 0;
}


/* Section: Mission */

#mission {
    color: #fff;
    background: url(assets/images/bg-mission.jpg);
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-size: cover;
}

#mission article header {
    margin-bottom: 30px;
}

#mission article header .title {
    color: #fff;
}

#mission article p {
    margin: 15px 0;
}

#mission article h3,
#mission article h4 {
    margin-top: 30px;
}

#mission article h3 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

#mission article h4 {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    background: #3f5f90;
    display: inline-block;
    padding: 5px;
    text-transform: uppercase;
}

#mission article h4 a {
    color: inherit;
}


/* Section: Gallery */

#gallery {
    padding-top: 40px;
}

#gallery .description {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-align: center;
    color: #001f52;
    margin-top: 15px;
}

#gallery .pagination {
    margin-top: 45px;
    padding-bottom: 15px;
    border-top: 1px solid #d1d9e5;
}

.navigation .wp-paginate {
    display: table;
    margin: 15px auto;
}

#gallery .bx-gallery-directions {
    display: block;
    width: 67px;
    margin: 0 auto;
    position: relative;
    top: -16px;
}

#gallery .bx-text {
    font-size: 13px;
    font-weight: bold;
    color: #444444;
    text-align: center;
}


/* Page: Reservation */

#main.reservation {
    background-repeat: no-repeat;
    background-position: -30px 180px;
}

#main.reservation article p,
#main.pricetable article p,
#main.pricetable article .contact p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #244981;
    line-height: 24px;
    margin: 20px 0;
    display: block;
}

#main.reservation article .contact,
#main.reservation article .contact a,
#main.pricetable article .contact,
#main.pricetable article .contact a,
#home-offer.offer-archive .contact,
#home-offer.offer-archive .contact a {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #c12d2d;
    position: relative;
}

#main.reservation article .contact a,
#main.pricetable article .contact a,
#home-offer.offer-archive .contact a {
    padding: 0 15px;
}

#main.reservation article .contact a:first-of-type,
#main.pricetable article .contact a:first-of-type,
#home-offer.offer-archive .contact a:first-of-type {
    padding-left: 0;
}

#main.reservation article .contact a:after,
#main.pricetable article .contact a:after,
#home-offer.offer-archive .contact a:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #244981;
    position: absolute;
    top: 2px;
    right: 0;
}

#main.reservation article .contact a:last-of-type:after,
#main.pricetable article .contact a:last-of-type:after,
#home-offer.offer-archive .contact a:last-of-type:after {
    display: none;
}

#home-offer .offer .row {
    border-bottom: 1px solid #dedede;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
}

#home-offer .offer .row:last-of-type {
    border-bottom: 0;
}

#main.reservation .reservation-content {
    padding-top: 70px;
}

#main.reservation .reservation-content .ab-booking-form {
    margin-top: 30px;
}

#main.reservation .reservation-content .title {
    text-align: center;
}


/* Page: Price list */

#main.pricetable .table {
    width: 100%;
    display: table;
    padding-top: 40px;
    padding-bottom: 20px;
}

#main.pricetable .table-row {
    display: table-row;
    background: #eaeef3;
}

#main.pricetable .table-row:nth-child(2n+1) {
    background: #fafafa;
}

#main.pricetable .table-cell {
    display: table-cell;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 14px;
    padding: 11px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#main.pricetable .table-cell.amount {
    text-align: right;
}


/* Main: Category */

#main.category {
    border-bottom: 1px solid #dedede;
}

#main.category .heading {
    padding-bottom: 20px;
}

#main.category .item {
    margin-top: 15px;
    margin-bottom: 30px;
    min-height: 380px;
}

#main.category figure {
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    opacity: 0.8;
    position: relative;
}

#main.category .item:hover figure {
    opacity: 1;
}

#main.category figcaption {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #fff;
    background: #001f52;
    padding: 5px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#main.category .offer-content {
    min-height: 350px;
}

#main.category h2 {
    margin: 10px 0 5px 0;
    min-height: 50px;
}

#main.category h2 a {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #001f52;
    text-transform: uppercase;
}

#main.category .meta {
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
}

#main.blog-tag h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #001f52;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#main.blog-tag .tags-list .box {
    width: 100%;
    display: table;
    border: 2px solid #eaeaea;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 80px;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main.blog-tag .tags-list .box:hover {
    color: #fff;
    background: #fff;
    border: 2px solid #dc3f3f;
}

#main.blog-tag .tags-list .box:hover a {
    color: #fff;
}

#main.blog-tag .tags-list .box a {
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
}

#main.blog-tag li a,
#main.blog-tag .tags-list h3 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #001f52;
    text-transform: uppercase;
    transition: all 0.3s;
    padding: 5px 0;
    display: inline-block;
    margin-left: 5px;
}

#main.blog-tag .tags-list h3 {
    margin: 0;
    display: block;
}

#main.blog-tag .tags-list a {
    margin-left: 0;
}

#main.blog-tag .tags-list {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #eaeaea;
}

#main.blog-tag li a:hover {
    margin-left: 10px;
}

#main.blog-tag .tags-menu {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

#main.blog-tag .tags-menu ul {
    display: table;
    margin: 0 auto;
}

#main.blog-tag .tags-menu ul li {
    float: left;
    margin: 0 10px;
}

#main.blog-tag .tags-menu ul li a {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #fff;
    background: #dc3f3f;
    background: -moz-linear-gradient(top, #dc3f3f 0%, #a51919 100%);
    background: -webkit-linear-gradient(top, #dc3f3f 0%, #a51919 100%);
    background: linear-gradient(to bottom, #dc3f3f 0%, #a51919 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dc3f3f', endColorstr='#a51919', GradientType=0);
    text-transform: uppercase;
    text-align: center;
    padding: 15px 30px;
    display: inline-block;
    margin: 0;
}

#main.blog-tag .tags-menu ul li a:hover,
#main.blog-tag .tags-menu ul li a:focus {
    background: #001f52;
    background: -moz-linear-gradient(top, #003752 0%, #001f52 100%);
    background: -webkit-linear-gradient(top, #003752 0%, #001f52 100%);
    background: linear-gradient(to bottom, #003752 0%, #001f52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#003752', endColorstr='#001f52', GradientType=0);
}

.tags {
    padding-top: 0;
    padding-bottom: 60px;
}

.tags span {
    font-size: 11px;
    background: #444;
    height: 21px;
    line-height: 20px;
    padding: 1px 7px;
    color: #fff;
    margin-right: 2px;
    float: left;
}

.tags a {
    display: inline-block;
    height: 21px;
    line-height: 20px;
    background: #3f5f90;
    padding: 1px 7px;
    color: #fff;
    font-size: 11px;
    margin-left: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.tags a:hover {
    background: #dc3f3f;
}

#main.category .author-name {
    color: #000;
}

#main.category .post-date {
    color: #9B9B9B;
    margin-left: 15px;
}

#main.category p {
    margin: 15px 0;
}

#main.category a.btn {
    font-size: 12px;
    padding: 15px;
}

#main.category aside section {
    margin-bottom: 30px;
    border-bottom: 1px dashed #d1d9e5;
}

#main.category aside section .title {
    font-size: 18px;
    padding-bottom: 15px;
}

#main.category aside #more-posts ul li {
    padding: 0 10px;
    border-bottom: 1px solid #d1d9e5;
}

#main.category aside #more-posts ul li:last-child {
    border: 0;
}

#main.category aside #more-posts ul li:hover {
    background: #d1d9e5
}

#main.category aside #more-posts ul li a {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #001f52;
    text-transform: uppercase;
    transition: all 0.3s;
    padding: 10px 0;
}

#main.category aside #more-posts ul li a:hover {
    margin-left: 3px;
}

#main.single article {
    text-align: left;
}

#main.single article header {
    margin-bottom: 15px
}

.category-grid {
    float: right;
}

#main.single article h1,
#main.single article h2,
#main.single article h3,
#main.single article h4,
#main.page article h2,
#main.page article h3,
#main.page article h4,
#main.category .taxonomy-description article h2,
#main.category .taxonomy-description article h3,
#main.category .taxonomy-description article h4 {
    font-family: 'Lato', sans-serif;
    color: #244981;
    margin-bottom: 5px;
}

#main.single article p a,
#main.category .taxonomy-description article p a,
#main.single article ul li a,
#main.page article ul li a #main.category .taxonomy-description article ul li a {
    color: #00285c !important;
    font-weight: 700 !important;
}

#main.page article p a {
    color: #00285c;
}

#main.category .taxonomy-description article h2,
#main.category .taxonomy-description article h3,
#main.category .taxonomy-description article h4,
#main.page article h1,
#main.page article h2,
#main.page article h3,
#main.page article h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

#main.single article h1,
#main.page article h1,
#main.category .taxonomy-description article h1 {
    font-size: 24px;
}

#main.single article h2,
#main.page article h2,
#main.category .taxonomy-description article h2 {
    font-size: 18px;
}

#main.single article h3,
#main.page article h3,
#main.category .taxonomy-description article h3 {
    font-size: 16px;
}

#main.single article h4,
#main.page article h4,
#main.category .taxonomy-description article h4 {
    font-size: 12px;
}

#main.single article p,
#main.category .taxonomy-description article p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 24px;
}

#main.single article .aligncenter {
    margin: 5px auto 30px auto;
}

#main .profile-content {
    text-align: center;
}

#main .profile-content .avatar img {
    border-radius: 50%;
    border: 2px solid #dc3f3f;
    padding: 2px;
}

#main .profile-content h3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin: 15px 0 5px 0;
}

#main .profile-content .author-post {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #D0021B;
}

#main .profile-content .btn {
    margin-bottom: 15px;
}

#main.profile .avatar img {
    border-radius: 50%;
    border: 2px solid #dc3f3f;
    padding: 2px;
}

#main.profile .avatar,
#main.profile .content h1 {
    text-align: center;
}

#main.profile .content h1 {
    margin-top: 15px;
}


/* Main: Taxonomy */

#main.taxonomy.category .heading {
    padding-bottom: 0px;
}

#main.taxonomy.category .heading .title {
    text-align: center;
}

#main.taxonomy aside {
    color: #fff;
    background: #001f52;
    padding: 25px;
}

#main.taxonomy.category aside h2 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
}

#main.taxonomy aside ul.product-categories>li {
    margin: 4px 0;
    border-bottom: 1px solid #4f5f79;
    position: relative;
}

#main.taxonomy aside ul.product-categories>li li {
    margin: 2px 0;
}

#main.taxonomy aside a {
    color: #333;
    display: block;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

#main.taxonomy aside ul.product-categories li a span {
    float: right;
    position: relative;
    top: -2px;
}

#main.taxonomy aside ul.product-categories li a span:after {
    content: "";
    width: 11px;
    height: 12px;
    background: url(assets/images/icons/plus.png);
    display: inline-block;
    vertical-align: middle;
}

#main.taxonomy aside ul.product-categories li.open>a span:after {
    content: "";
    width: 11px;
    height: 12px;
    background: url(assets/images/icons/minus.png);
    display: inline-block;
    vertical-align: middle;
}

#main.taxonomy aside>ul.product-categories>li.current>a,
#main.taxonomy aside ul.product-categories li.current-cat a {
    color: #fff;
    font-weight: bold;
}

#main.taxonomy aside li a {
    font-size: 14px;
    padding: 3px 20px;
}

#main.taxonomy aside li.current-cat>a,
#main.taxonomy aside li a:hover,
#main.taxonomy aside li.open>a {
    font-weight: bold;
}

#main.taxonomy aside>ul.product-categories>li>a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 8px 0px 8px 15px;
}

#main.taxonomy aside>ul.product-categories>li:before {
    content: "";
    width: 6px;
    height: 10px;
    background: url(assets/images/icons/bullet.png);
    position: absolute;
    top: 13px;
    left: 0;
}

#main.taxonomy aside>ul.product-categories ul {
    padding-top: 0px;
    padding-bottom: 15px;
    border-top: 1px solid #1f4370;
}

#main.taxonomy aside li li {
    border-bottom: 1px solid #1f4370;
}

#main.taxonomy aside li li:last-child {
    border-bottom: 0;
}

#main.taxonomy aside li li a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #e2e2e5;
    padding: 5px 0px 5px 25px;
}

#main.taxonomy aside>ul.product-categories ul ul {
    padding-bottom: 0;
}

#main.taxonomy aside li li li {
    border-bottom: 1px solid #1f3a67;
}

#main.taxonomy aside li li li a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #959595;
    padding: 5px 0px 5px 40px;
}

#main.taxonomy .relation-specialist {
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid #dedede;
}

#main.taxonomy .relation-specialist h3,
#main.taxonomy .relation-specialist h4,
#main.taxonomy .relation-specialist em {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #001f52;
}

#main.taxonomy .relation-specialist h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin: 10px 0;
    color: #dc3f3f;
}

#main.taxonomy .relation-specialist em {
    font-size: 14px;
    font-weight: 300;
}

#main.taxonomy .relation-specialist a.btn {
    max-width: 340px;
    font-size: 14px;
    display: block;
    margin: 15px auto 0 auto;
    padding: 15px;
}

#main.taxonomy.single-offer article h1 {
    margin-bottom: 30px;
    margin-top: 0;
}

#main.taxonomy.single-offer article h2 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #244981;
    margin: 15px 0;
}

#main.taxonomy.single-offer article h3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #244981;
    margin: 15px 0;
}

#main.taxonomy.single-offer article ul,
#main.category .taxonomy-description ul {
    padding: 15px 0 15px 0;
    list-style: none;
    text-align: left;
}

#main.taxonomy.single-offer article ul li,
#main.category .taxonomy-description ul li {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #444444;
    position: sticky;
    padding-left: 15px;
}

#main.taxonomy.single-offer article ul li:after,
#main.category .taxonomy-description ul li:after {
    content: "";
    width: 9px;
    height: 6px;
    background: url(assets/images/icons/list.png);
    display: block;
    margin: 10px auto;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: rotate(-90deg);
}

#main.taxonomy.single-offer article ul li:last-child:after,
#main.category .taxonomy-description ul li:last-child:after {
    background: none;
    width: auto;
    height: auto;
    margin: 0;
}

#main.taxonomy .specialists-list h3 {
    font-size: 20px;
    font-weight: bold;
    color: #244981;
    margin-bottom: 15px;
}

#main.taxonomy .specialists-list ul li a {
    color: #c12d2d;
    font-size: 18px;
}

#main.taxonomy .specialists-list ul li a:hover {
    color: #888888;
}


/* Specialist */

#home-offer .specialist-category {
    border-top: 3px solid #d1d9e5;
    margin-top: 10px;
    padding-top: 35px;
    padding-bottom: 45px;
}

#home-offer .specialist-list h2 {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #c12d2d;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}

#home-offer .specialist-category .item {
    min-height: 100%;
}

#main.page .whyus-category {
    margin-bottom: 30px;
}

#home-offer .specialist-category ul,
#main.page .whyus-category ul {
    display: table;
    margin: 0 auto;
}

#home-offer .specialist-category ul li,
#main.page .whyus-category ul li {
    float: left;
    margin: 0;
}

#home-offer .specialist-category ul li span {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #244981;
    padding-top: 13px;
    display: block;
    margin-right: 15px;
}

#home-offer .specialist-category li.item,
#main.page .whyus-category ul li.item {
    margin: 5px;
}

#home-offer .specialist-category li.item a,
#main.page .whyus-category li.item a {
    border: 1px solid #d1d9e5;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #c12d2d;
    display: block;
    padding: 9px 25px;
    text-transform: uppercase;
}

#home-offer .specialist-category li.item a:hover,
#home-offer .specialist-category li.current a,
#main.page .whyus-category li.item a:hover,
#main.page .whyus-category li.current a {
    color: #fff;
    background: #001f52;
    border: 1px solid #001f52;
}

#main.page .whyus-category li.item a {
    font-size: 14px;
    padding: 15px;
}

#home-offer .specialist-list .item {
    min-height: 490px;
}

#home-offer .specialist-list .item figure {
    max-width: 303px;
}

#home-offer .specialist-list .item h3 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #001f52;
    margin-bottom: 5px;
    min-height: 0;
}

#home-offer .specialist-list .item p {
    font-size: 12px;
    color: #434343;
}

#home-offer .specialist-list .item p.proffesion {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #c12d2d;
}

#home-offer .specialist-list .item a {
    width: 33px;
    height: 33px;
    background: url(assets/images/icons/arrow.png);
    text-indent: -9999px;
    display: block;
    margin: 15px auto;
}

.single article ul {
    margin-left: 30px;
    list-style: square;
    font-size: 14px;
}

#main.single-specialist .detail {
    text-align: left;
}

#main.single-specialist .detail .attachment-specialist-single-thumb {
    float: left;
    margin-right: 20px;
}

#main.single-specialist .taxonomy-description article header {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#main.single-specialist .taxonomy-description article header h1 {
    margin-top: 30px;
}

#main.single-specialist .taxonomy-description article .detail p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #244981;
}

#main.single-specialist .taxonomy-description article .detail .btn {
    font-size: 12px;
    max-width: 285px;
    margin-top: 30px;
    display: block;
}

#main.single-specialist .taxonomy-description article .specialist-opinion {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-top: 30px;
}

#main.single-specialist .taxonomy-description article .specialist-opinion h2 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #244981;
}

#main.single-specialist .taxonomy-description article .specialist-opinion li span {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #bf3737;
}

#main.single-specialist .taxonomy-description article .specialist-opinion li h3 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #244981;
    margin: 0;
}

#main.single-specialist .taxonomy-description article .specialist-opinion li h3:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #244981;
    display: block;
    margin: 15px auto 0 auto;
}

#main.single-specialist .taxonomy-description article .specialist-opinion li p {
    font-size: 14px;
    font-style: italic;
    font-family: Arial;
    color: #444444;
    margin: 15px 0;
}

#main.single-specialist .taxonomy-description article .specialist-opinion .bx-directions {
    margin-top: 30px;
}

#main.single-specialist .taxonomy-description article .specialist-opinion ul li::after {
    display: none;
}

#main.single-specialist .sidebar-specialist aside {
    padding: 20px 20px 0 20px;
}

#main.single-specialist .sidebar-specialist aside h2 {
    margin-bottom: 30px;
}

#main.single-specialist .sidebar-specialist h3 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #fff;
    margin-bottom: 5px;
}

#main.single-specialist .sidebar-specialist h3:before {
    content: "";
    width: 6px;
    height: 10px;
    background: url(assets/images/icons/bullet.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

#main.single-specialist .sidebar-specialist ul.product-categories {
    padding-bottom: 15px;
}

#main.single-specialist .sidebar-specialist ul.product-categories>li {
    border: 0;
}

#main.single-specialist .sidebar-specialist ul li:before {
    display: none;
}

#main.single-specialist aside>ul.product-categories>li>a {
    font-size: 12px;
    padding: 4px 0px 4px 30px;
}


/* Page: Contact */

#main.contact article .content,
#main.contact article .form {
    text-align: left;
}

#main.contact article .name {
    padding-bottom: 30px;
}

#main.contact article .name p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #244981;
}

#main.contact article .content {
    font-family: 'Lato', sans-serif;
}

#main.contact article .content p {
    margin: 0;
}

#main.contact article h2,
#main.contact article h3 {
    font-size: 22px;
    font-weight: 900;
    color: #244981;
    text-transform: uppercase;
    position: relative;
}

#main.contact article .content h3 {
    font-size: 14px;
}

#main.contact article .content .address {
    padding-left: 50px;
}

#main.contact article h2:before,
#main.contact article h3:before {
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    left: -50px;
}

#main.contact article .content .address h2:before {
    background: url(assets/images/icons/icon-cen.jpg) no-repeat;
}

#main.contact article .content address {
    font-size: 16px;
    color: #c12d2d;
    line-height: 30px;
}

#main.contact article .content .drive {
    padding-top: 15px;
}

#main.contact article .content .drive h3 {
    font-size: 18px;
}

#main.contact article .content .drive p {
    font-size: 16px;
    color: #244981;
    margin-bottom: 5px;
}

#main.contact article .content .drive p strong {
    color: #c12d2d;
    font-weight: 900;
}

#main.contact article .content .drive p em {
    color: #c12d2d;
    font-weight: 300;
}

#main.contact article .content .mobile {
    padding-left: 50px;
    padding-top: 30px
}

#main.contact article .content .mobile p {
    font-size: 16px;
    color: #c12d2d;
    margin-bottom: 5px;
}

#main.contact article .content .mobile p a {
    color: #c12d2d;
    font-weight: 900;
}

#main.contact article .content .mobile h3 {
    line-height: 33px;
}

#main.contact article .content .mobile .left h3:before {
    background: url(assets/images/icons/icon-mobile.jpg) no-repeat;
}

#main.contact article .content .mobile .right h3:before {
    background: url(assets/images/icons/icon-add.jpg) no-repeat;
}

#main.contact article .form h2:before {
    background: url(assets/images/icons/icon-form.jpg) no-repeat;
}

#main.contact article .form form .text-input {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    color: #001f51;
    border: 1px solid #d3d3d3;
    margin-bottom: 15px;
    padding: 12px;
    -webkit-box-shadow: inset 30px 33px 65px -51px rgba(247, 247, 247, 1);
    -moz-box-shadow: inset 30px 33px 65px -51px rgba(247, 247, 247, 1);
    box-shadow: inset 30px 33px 65px -51px rgba(247, 247, 247, 1);
}

#main.contact article .form form .btn {
    border: 0;
}

#main.contact .map-container {
    height: 350px;
    position: relative;
}

#main.contact #googlemaps {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
}

.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.md-modal {
    max-width: 305px;
    min-width: 305px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: calc(50% - 152px);
    z-index: 9999;
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show~.md-overlay {
    opacity: 1;
    visibility: visible;
}

#modal-1 {
    top: 50px;
}


/* Content styles */

.md-content {
    color: #444444;
    background: #fff;
    position: relative;
    margin: 0 auto;
}

.md-content button {
    width: 40px;
    height: 40px;
    background: url(assets/images/icons/close.jpg);
    position: absolute;
    top: -40px;
    right: 0;
    text-indent: -9999px;
    border: 0;
}

.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/* Footer */

#footer.page {
    border-top: 1px solid #d1d9e5;
}

#footer #top {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #001f52;
    padding-top: 25px;
    padding-bottom: 25px;
}

#footer #top a {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #001f52;
    margin: 0 10px;
}

#footer .contact p.tel:before {
    content: "";
    width: 26px;
    height: 25px;
    background: url(assets/images/icons/f-tel.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#footer .contact p.email:before {
    content: "";
    width: 24px;
    height: 19px;
    background: url(assets/images/icons/f-email.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#footer .contact p.address:before {
    content: "";
    width: 21px;
    height: 21px;
    background: url(assets/images/icons/f-adres.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#footer .sep {
    width: 100%;
    height: 1px;
    background: #dedede;
    display: block;
}

#footer #bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer .menu ul li {
    float: left;
    padding-right: 20px;
}

#footer .menu ul li a {
    font-size: 12px;
    color: #8c8c8c;
}

#footer .menu ul li a:hover {
    text-decoration: underline;
}

#footer .menu .copyright {
    color: #8c8c8c;
    clear: both;
    display: block;
    padding-top: 20px;
}

#footer .menu .copyright a {
    font-weight: bold;
    color: #8c8c8c;
}

#footer .visit a {
    width: 100%;
    display: block;
    margin-top: -15px;
}


/* Cookies */

#cookies-message {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    background-color: #fafafa;
    width: 100%;
    z-index: 999;
    color: #999999;
}

#cookies-message a {
    color: #999999;
}

#cookies-message #accept-cookies-checkbox {
    width: 12px;
    height: 13px;
    cursor: pointer;
    background: url(assets/images/icons/close.png) no-repeat;
    display: inline-block;
    margin-left: 20px;
    text-indent: -9999px;
    top: 5px;
    position: relative;
}

.cookie #footer {
    padding-bottom: 40px;
}

#toc_container {
    margin: 0 auto;
}

.blog #toc_container {
    margin: inherit;
}

#toc_container ul {
    text-align: left;
}

#toc_container ul li::after {
    display: none !important;
}


/* Pomocniczne */

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 0px 25px 0px 25px;
}

.alignleft {
    float: left;
    margin: 0px 25px 0px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}

a img.alignnone {
    margin: 5px 25px 25px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#opis-glowna {
    text-align: center;
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #001f52;
}

.menu-item {
    position: relative;
    display: inline-block;
}

.sub-menu .menu-item:hover {
    display: block;
}

@media (min-width: 992px) {
    .menu-item-has-children:hover ul.sub-menu,
    .menu-item-has-children:hover ul.sub-menu .menu-item {
        display: block;
    }
    .cennik .menu-item {
        display: none;
    }
    .sub-menu {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .2);
        padding: 0px 0px;
        z-index: 1;
    }
    .menu-item-has-children:after {
        content: "▼";
        position: absolute;
        right: 1px;
        top: 24px;
    }
}

@media (min-width:769px) and (max-width: 991px) {
    .cennik ul.sub-menu {
        position: sticky;
        width: 100%;
        display: table !important;
        max-width: 100%;
        margin-left: 20px;
    }
    .cennik .sub-menu a:before {
        content: "→ ";
    }
}

@media (max-width: 768px) {
    .cennik ul.sub-menu {
        position: sticky;
        width: 100%;
        display: table !important;
        max-width: 100%;
        margin-left: 20px;
    }
    .cennik .sub-menu a:before {
        content: "→ ";
        font-size: 14px;
    }
}


@media ( min-width: 992px ) {
	.menu-item .sub-menu {
		display: none !important;
	}
	
	.menu-item:hover > .sub-menu {
		display: block !important;
	}
	
	.sub-menu > .menu-item-has-children::after {
		transform: rotate(-90deg);
	}
	
	.menu-item:hover > .sub-menu > .menu-item > .sub-menu {
		top: 0;
		left: 169px;
		width: 180px;
	}
}

@media ( min-width: 1240px ) {
	.menu-item:hover > .sub-menu > .menu-item > .sub-menu {
		top: 0;
		left: 189px;
		width: 180px;
	}
}

@media ( max-width: 991px ) {
	.menu-item-has-children {
		position: relative;
	}
	
	.menu-item-has-children::after {
    content: "▼";
    position: absolute;
    right: 1px;
    top: 24px;
}
	
	.menu-item-has-children .sub-menu {
		display: none !important;
	}
	
	li#menu-item-286:after {
    content: "▼";
    position: absolute;
    right: 1px;
    top: 24px;
    display: block !important;
}
	
	.show > .sub-menu {
		display: flex !important;
		flex-direction: column;
	}
}

#nav ul li.current-menu-item .sub-menu a:before {
	display: none !important;
}