/*
Theme Name: Admin24
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,
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, 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: #000;
	text-decoration: none;
}

a:hover {
	color: #d57922;
	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;
}

hr {
    border-top: 1px solid #d9d9d9;
    margin-top: 15px;
    margin-bottom: 15px;
}

html, body {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #0e3141;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    background: #fff;
}

body {
    padding-top: 132px;
}

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

.transition {
    opacity: 0.75;
	-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;
}

/* Wrapper */
.wrapper {
    width: 1260px;
    max-width: 100%;
    margin: 0 auto;
}

.readmore:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 54px 30px;
    border-color: transparent transparent #d57922 transparent;
    position: absolute;
    top: 0;
    left: -30px;
}

.readmore:hover:before {
    border-color: transparent transparent #cccccc transparent;
}

.readmore {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #d57922;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    position: relative;
    padding: 0 15px;
    margin: 0 30px;
    border: 0;
}

.readmore:hover {
    color: #fff;
    background: #cccccc;
}

.readmore span {
    width: 28px;
    height: 11px;
    background-image: url(assets/images/icons/arrow.png);
    display:  inline-block;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    top: -2px;
}

.readmore:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 54px 30px 0 0;
    border-color: #d57922 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -30px;
}

.readmore:hover:after {
    border-color: #cccccc transparent transparent transparent;
}

#mobile-menu, .slicknav_menu {
    display: none;
}

.section {
    padding-top: 75px;
    padding-bottom: 75px;
}

.heading {
    position: relative;
}

.heading:before {
    content: "";
    width: 43px;
    height: 87px;
    background: url(assets/images/heading_sep.png);
    position: absolute;
    top: -10px;
    left: -55px;
}

.title {
    font-family: 'Exo 2', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #0e3141;
    line-height: 44px;
}

.title span {
    font-size: 28px;
    font-weight: 300;
    display: block;
    line-height: 32px;
}

/* Header */
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: table;
}

#header.sticky {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

#header .header-left:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #00557f;
    display: block;
    position: relative;
    top: 22px;
}

#header .header-left {
    width: 30%;
    height: 166px;
    background: #fff;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-right: 35px;
    z-index: 999;
}

#header .header-left .logo {
    background: #ffff;
    position: relative;
    z-index: 999;
}

#header.sticky .header-left {
    height: 100px;
}

#header .header-left:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 166px 85px 0 0;
    border-color: #ffffff transparent transparent;
    position: absolute;
    top: 0;
    right: -85px;
}

#header.sticky .header-left:after {
    border-width: 130px 85px 0 0;
}

#header .header-right {
    width: 70%;
    display: table-cell;
    position: relative;
}

#header .header-right::before {
    content: "";
    width: calc(100% + 15px);
    height: 2px;
    background: #d3771b;
    display: block;
    position: relative;
    bottom: -90px;
    z-index: 999;
    left: -15px;
}

#header .navigation {
    background: #f3f3f3;
    height: 132px;
    margin-top: -2px;
}

#header .menus {
    padding-top: 10px;
    padding-right: 15px;
    max-width: 905px;
}

#header.sticky .menus {
    padding-top: 2px;
}

#header .menus .top {
    float: right;
}

#header .menus .top li:not(:first-child):before {
    content: "";
    width: 25px;
    height: 47px;
    background: url(assets/images/icons/sep.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 10px;
    position: relative;
    top: -10px;
}

#header .menus .top li {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    float: left;
    vertical-align: middle;
}

#header .menus .top li.question {
    padding-top: 13px;
}

#header .menus .top li strong {
    font-weight: 600;
}

#header .menus .top li a {
    font-size: 16px;
    font-weight: 600;
    color: #d3771b;
}

#header .menus .bottom {
    clear: both;
    padding-top: 18px;
}

#header.sticky .menus .bottom {
    padding-top: 10px;
}

#header.sticky .header-right::before {
    bottom: -73px;
}

#header .menus .bottom ul {
    float: right;
    background: #f3f3f3;
    position: relative;
    z-index: 999;
    padding: 0 25px;
}

#header .menus .bottom li {
    float: left;
}

#header .menus .bottom li:not(:first-child):before {
    content: "";
    width: 13px;
    height: 2px;
    background: #da883d;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

#header .menus .bottom li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

#header .menus .bottom li a:hover,
#header .menus .bottom li.current-menu-item a {
    color: #da883d;
}

/* Slider */
#home-slider .background {
    padding: 200px 0;
    min-height: 600px;
    background-size: cover;
}

#home-slider .slide-content {
    width: auto;
    height: 178px;
    background: url(assets/images/slider_bg.png);
    display: inline-block;
    position: relative;
    padding-left: 17%;

}

#home-slider .slide-content:after {
    content: "";
    width: 96px;
    height: 178px;
    background: url(assets/images/slider_end.png);
    position: absolute;
    top: 0;
    right: -96px;
}

#home-slider h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 44px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    line-height: 1.4;
    padding-top: 15px;
}

#home-slider .readmore {
    float: right;
    position: relative;
    top: 40px;
    right: -14px;
}

/* Home: About */
#home-about article {
    padding-right: 45px;
}

#home-about article .heading {
    padding-bottom: 15px;
}

#home-about article p {
    margin: 25px 0;
}

#home-about .a_right img {
    margin-top: -30px;
}

#home-about .more {
    padding-top: 45px;
    text-align: right;
}

/* Home: Offer */
#home-offer {
    font-family: 'Exo 2', sans-serif;
    background: #f3f3f3;
    text-align: center;
    padding: 40px 0;
}

#home-offer .title:before {
    content: "";
    width: 25px;
    height: 47px;
    background: url(assets/images/icons/sep.png);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
    margin-right: 15px;
}

#home-offer .title {
    font-size: 28px;
    font-weight: 300;
}

#home-offer .offer-container {
    padding-top: 65px;
    padding-bottom: 75px;
}

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

#home-offer h3 {
    font-size: 18px;
    font-weight: 300;
    color: #005881;
    line-height: 1.2;
    margin-top: 25px;
}

#home-offer p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
}

/* Main */
#main {
    padding-top: 0;
}

#main #page-image {
    width: 100%;
    height: 85px;
    background: url(assets/images/page-image.jpg);
    display: block;
}

#main article header {
    padding-bottom: 30px;
}

#main article p {
    margin: 25px 0;
}

#main article .readmore {
    margin-top: 45px;
    float: right;
}

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

#main article ol {
    list-style: decimal;
    padding: 0 15px;
    margin: 25px 0;

}

#main article table {
    width: 100%;
    border: 2px solid #e1e1e1;
    border-spacing: 0;
    margin-top: 15px;
}

#main article table td,
#main article table th {
    width: auto;
    padding: 10px 15px;
    border-bottom: 2px solid #e1e1e1;
    border-right: 2px solid #e1e1e1;
    vertical-align: middle;
    text-align: center;
}

#main article table th {
    color: #d3771b;
}

#main article table td:last-child,
#main article table th:last-child{
    border-right: 0 solid #e1e1e1;
}

#main article table tr:last-child td,
#main article table tr:last-child th{
    border-bottom: 0 solid #e1e1e1;
}

#main article header .title {
    font-size: 42px;
    margin: 0;
}

#main article h1, #main article h2, #main article h3,
#main article h4, #main article h5, #main article h6 {
    font-weight: 700;
    margin: 15px 0;
    line-height: 1.2;
}

#main article h1 {
    font-size: 36px;
}

#main article h2 {
    font-size: 30px;
}

#main article h3 {
    font-size: 24px;
}

#main article h4 {
    font-size: 18px;
}

#main article h5 {
    font-size: 14px
}

#main article h6 {
    font-size: 10px;
}

/* Main: Contact */
#main.contact .detail-container {
    padding-top: 45px;
}

#main.contact .detail-container h3 {
    font-size: 24px;
    font-weight: bold;
    color: #d57922;
    margin-bottom: 15px;
}

#main.contact .detail-container p {
    margin-top: 14px;
}

#main.contact .detail-container li {
    padding: 14px 0 14px 40px;
    position: relative;
}

#main.contact .detail-container li a {
    font-weight: bold;
}

#main.contact .detail-container li:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
}

#main.contact .map-container {
    height: 395px;
    position: relative;
    margin-top: 45px;
}

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

#main.contact form {
    padding-top: 45px;
    padding-left: 60px;
}

#main.contact .form-group {
    padding: 5px 0;
}

#main.contact .form-control {
    background: #f7f7f7;
    border: 2px solid #ebebeb;
    padding: 10px 15px;
    width: 100%;
    max-width: 100%;
}

#main.contact .submit-control {
    margin: 0;
    background-image: url(assets/images/icons/arrow.png);
    background-position: center right 15px;
    background-repeat: no-repeat;
    padding-right: 60px;
}

#main.contact .form-rule {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

#main.contact .checkbox-control {
    width: 20px;
    float: right;
    margin-top: 10px;
}

#main.contact label {
    font-size: 11px;
    color: #9ab3bf;
    line-height: 14px;
    float: left;
    width: calc(100% - 40px);
}



#main .detail-container li.address:before {
    background: url(assets/images/icons/adres.png);
    width: 27px;
    height: 27px;
}

#main .detail-container li.tel:before {
    background: url(assets/images/icons/tel.png);
    width: 24px;
    height: 24px;
}

#main .detail-container li.mail:before {
    background: url(assets/images/icons/email.png);
    width: 25px;
    height: 20px;
}



    /* Footer */
#footer {
    font-size: 12px;
    color: #ababab;
    padding: 25px 0;
}

#footer.page {
    background: #f3f3f3;
    padding-top: 45px;
    padding-bottom: 30px;
}

#footer .detail, #footer ul {
    position: relative;
}

#footer .detail:before,
#footer ul:before {
    content: "";
    width: 25px;
    height: 47px;
    background: url(assets/images/icons/sep.png);
    position: absolute;
    top: -25px;
    left: -35px;
}

#footer ul {
    float: right;
}

#footer ul li {
    float: left;
    margin-left: 25px;
}

#footer ul li:first-child {
    margin-left: 0;
}

#footer ul li a {
    color: #ababab;
}

#footer ul li a:hover {
    color: #000;
}

#footer .copyright {
    font-size: 12px;
    clear: both;
    float: right;
    padding-top: 5px;
}

#footer .copyright a {
    color: #ababab;
    font-weight: bold;
}

    /* Cookies */
#cookies-message {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    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-cookie.png) no-repeat;
    display: inline-block;
    margin-left: 20px;
    text-indent: -9999px;
    top: 5px;
    position: relative;
}

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

/* 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: 0 auto 25px 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
}