@charset "utf-8";

/* made by exotheme

body
header
subheader
navigation
content
footer
blog
elements
	accordion
	button
	address
	blockquote
	breadcrumb
	call to action
	featured box
	form
	heading
	list
	separator
	tab
	testimonial
	timeline
	widget
plugin
misc

*/

/*------------------------------
BODY
------------------------------ */
body {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    color: #888;
    background: #fff;
    text-shadow: none !important;
}

#wrapper {
    overflow: hidden;
}

/*------------------------------
HEADER
------------------------------ */
header {
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 80px;
    background: #fff;/*nakielski*/

}

header.overlay {
    background: rgba(12, 121, 227, .2);
}

header .logo-2 {
    display: none;
}

header.clone {
    width: 100%;
    position: fixed;
    top: -180px;
    transition: 0.5s top ease-in;
    margin-left: 0;
    border-bottom: solid 1px #eee;
    margin-top: 0;
    background: #fff;
}

header.clone .logo-1 {
    display: none;
}

header.clone .logo-2 {
    display: block;
}

body.down header.clone {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

header .buttons {
    margin-top: 35px;
    display: inline-block;
    float: right;
}

header .social {
    margin-top: 30px;
    display: inline-block;
    float: right;
}

header .social a {
    color: #0072bc;
    font-size: 18px;
    padding: 0 8px 0 8px;
}

header .social a:hover {
    color: #0072bc;
}

header .animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

header .search {
    margin-top: 25px;
    display: inline-block;
    float: right;
}

header .search input[type=text] {
    border-radius: 60px;
    border: none;
    padding: 2px 20px 2px 20px;
    width: 100px;
    opacity: .7;
}

header.clone .search input[type=text] {
    background: #eee;
    color: #333;
    opacity: .7;
}

header .search input[type=text]:focus {
    width: 100%;
    opacity: 1;
}

/*------------------------------
SUBHEADER
------------------------------ */
#subheader {
    padding-top: 80px;
    background-size: cover !important;
    text-align: center;
}

#subheader h1 {
    color: #fff;
}

#subheader h1 span {
    display: block;
    font-family: "Georgia";
    font-style: italic;
    text-transform: none;
    font-size: 18px;
    color: #ddd;
    margin-top: 10px;
    letter-spacing: 0;
}

#subheader .overlay {
    padding: 90px 0 60px 0;
    background: rgba(0, 0, 0, .2);
}

/*------------------------------
MAINMENU
------------------------------ */
#mainmenu-container {
    font-family: "Montserrat";
    text-align: center;
    height: 60px;
    margin-top: 20px;
    display: inline-block;
    font-weight: bold;
}

.menu-right {
    float: right;
}

#mainmenu {
    color: #0072bc;
    font-size: 13px;
    display: inline-block;
    text-align: left;
}

#mainmenu a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}

#mainmenu ul {
    float: right;
    margin: 0 0;
    padding: 0 0;
    height: 30px;
    padding-top: 20px !important;
}

#mainmenu li {
    margin: 0 0;
    padding: 0 0;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
}

#mainmenu li:last-child {
}

#mainmenu a {
    display: block;
    padding: 10px 16px 8px 16px;
    text-decoration: none;
    /*color: #fff; nakielski*/
}

header.clone #mainmenu a {
    color: #555;
}

#mainmenu a:hover {
    color: #fff;
}

#mainmenu li:hover a {
    color: #0072bc;
}

#mainmenu li:hover li a {
    color: #fff;
}

#mainmenu li li, #mainmenu li li:last-child {
    font-size: 14px;
    border-left: none;
    border-right: none;
}

#mainmenu li li a {
    padding: 10px 15px 10px 15px;
    color: #fff;
    background: #767676;
    border-top: none;
    text-transform: none;
    letter-spacing: normal;
}

#mainmenu li li a:hover {
    border-top: none;
}

#mainmenu li li a:hover {
    color: #fff;
    background: #0072bc;
}

#mainmenu li ul {
    width: 170px;
    height: auto;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
    display: none;
}

#mainmenu li li {
    display: block;
    float: none;
}

#mainmenu li:hover > ul {
    display: block;
}

#mainmenu li ul ul {
    left: 100%;
    top: 0;
}

#mainmenu select {
    padding: 10px;
    height: 36px;
    font-size: 14px;
    border: none;
    background: #ff4200;
    color: #fff;
}

#mainmenu select option {
    padding: 10px;
}

/* --------------- menu btn --------------- */
#menu-btn {
    position: relative;
    z-index: 1000;
    display: none;
    float: right;
    margin-top: 22px;
    width: 36px;
    height: 36px;
    background: #0072bc;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

#menu-btn:before {
    font-family: FontAwesome;
    content: "\f0c9";
    font-size: 24px;
    color: #fff
}

.selectnav {
    display: none;
    width: 80%;
    font-size: 16px;
    border: solid 1px #ccc;
    padding: 5px;
}

/*------------------------------
/* FOOTER
/*------------------------------ */
footer {
    background: #767676;
    color: #ccc;
    padding: 40px 0 40px 0;
}

footer a {
    color: #ccc;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer li {
    padding: 0 10px 0 0;
}

footer .social {
    display: inline-block;
}

footer .social i {
    display: inline-block;
    font-size: 14px;
    background: none;
    color: #777;
}

footer .social a {
    padding: 0 8px 0 0;
    background: none;
    margin-right: 20px;
}

.subfooter {
    margin-top: 40px;
    padding: 40px;
    background: #1b1f27;
    text-align: center;
}

/* blog list
	/*------------------------------ */
.bloglist-small {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bloglist-small li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.bloglist-small li h5 {
    margin-bottom: 5px;
}

.bloglist-small li .txt {
    padding-left: 80px;
}

.bloglist-small li .read {
    display: block;
    margin-bottom: 5px;
}

.bloglist-small li .info {
    display: block;
    margin: 0;
    font-size: 11px;
    color: #aaa;
}

.bloglist-small img {
    position: absolute;
}

.date-box {
    background: #eee;
    width: 60px;
    position: absolute;
    text-align: center;
    color: #0072bc;
}

.date-box .day {
    display: block;
    font-size: 32px;
    padding: 12px 0 12px 0;
    font-weight: 500;
}

.date-box .month {
    font-size: 12px;
    display: block;
    letter-spacing: 5px;
    padding-left: 5px;
    background: #fff;
    color: #222;
}

/*------------------------------
ELEMENTS
------------------------------ */

/* accordion
------------------------------ */
.accordion-toggle, .accordion-inner {
    background: #fff;
    color: #555;
}

.accordion-inner {
    background: #fff;
    color: #555;
}

.accordion {
    margin-top: 10px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.accordion li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    background: #fff;
}

.accordion .content {
    display: none;
    padding-left: 15px;
    padding-bottom: 20px;
}

.accordion a.Active {
    display: block;
    width: 483px;
    color: #333;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.accordion a.NoneActive {
    display: block;
    width: 483px;
    color: #333;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.accordion li {
    border: solid 1px #ddd;
    border-left: solid 2px #0072bc;
    margin-bottom: 10px;
}

.accordion.style-2 li {
    border: solid 1px #f2f2f2;
    border-left: solid 1px #f2f2f2;
}

.accordion.style-2 li a:before {
    font-family: "FontAwesome";
    font-weight: normal;
    color: #cccccc;
    content: "\f107";
    position: absolute;
    right: 30px;
    margin-top: -1px;
}

.accordion.style-2 li a.active:before {
    content: "\f106";
}

.light-text .accordion {
    color: #fff;
}

.light-text .accordion a {
    color: #fff;
}

.light-text .accordion li {
    border-color: rgba(255, 255, 255, .3);
    border-left: solid 2px #0072bc;
    background: none;
}

/* address
------------------------------ */
address span {
    display: block;
    margin-bottom: 5px;
}

address span strong {
    display: inline-block;
    width: 60px;
}

/* button
/*------------------------------ */
.btn {
    padding: 3px 20px 3px 20px;
}

.btn-custom {
    background: #0072bc;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 30px 5px 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
}

.btn-fullwidth {
    display: block;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
}

.btn-custom-2 {
    background: #57647e;
    color: #fff;
}

a.btn:hover {
    background: #ddd;
    color: #333 !important;
}

.btn-border {
    display: block;
    border: solid 3px #555;
    color: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 30px 5px 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
}

a.btn-text {
    color: #333;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    outline: none;
}

.btn-text:after {
    content: "\f178";
    font-family: "FontAwesome";
    margin-left: 10px;
}

.btn-border-light {
    display: block;
    border: solid 3px rgba(255, 255, 255, .5);
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 30px 5px 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
}

.btn-border-light:hover {
    background: #eee;
    color: #222;
    text-decoration: none;
}

.btn-big {
    padding: 10px 30px 10px 30px;
}

.btn-border {
    color: #333;
    border: solid 2px #333;
}

.btn-border.white {
    color: #fff;
    border: solid 2px #fff;
}

.btn-custom:hover {
    text-decoration: none;
    color: #333 !important;
    background: #ccc;
}

a.btn-arrow {
    text-decoration: none;
}

.btn-arrow span.line {
    border-top: solid 1px #333;
    width: 40px;
    height: 1px;
    display: inline-block;
    float: left;
    margin-top: 12px;
    margin-right: -3px;
    width: 0;
}

.btn-arrow span.url, .btn-arrow span.url:hover {
    font-style: italic;
    text-decoration: none;
}

.btn-arrow span.url:before {
    font-family: "FontAwesome";
    content: "\f105";
    padding-right: 10px;
    font-size: 16px;
    font-style: normal;
}

.btn-expand:before {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    font-family: "FontAwesome";
    content: "\f107";
    color: #fff;
    font-size: 16px;
    font-style: normal;
    background: #333;
    right: 15px;
    margin-top: 30px;
}

.btn-expand.click:before {
    content: "\f106";
}

/* blockquote
------------------------------ */
blockquote {
    background: #fff;
    margin: 1.5em 10px;
    padding-left: 0;
    font-family: 'Lato';
    font-style: italic;
    font-size: 20px;
    padding: 0;
}

blockquote:before {
    display: block;
    font-family: "Georgia";
    content: 'open-quote';
    font-size: 120px;
    line-height: 0.1em;
    vertical-align: -0.4em;
    content: "\201C";
    font-style: normal;
}

blockquote p {
    display: inline;
}

blockquote span {
    font-family: "Open Sans", Arial;
    display: block;
}

#testi-carousel blockquote {
    font-size: 18px;
    color: #fff;
    background: none;
    border: none;
    line-height: 1.5em;

    margin-left: 0;
}

/* call to action
------------------------------ */
.call-to-action {
    background: url(../Images/Frontend/bg_full_2.jpg) center fixed;
}

.call-to-action h2 {
    margin: 0;
    padding: 0;
}

.call-to-action {
    background: #0072bc;
    padding: 30px 0 30px 0;
    color: #fff;
}

.call-to-action h2 {
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 5px;
    font-size: 24px;
}

/* featured box
------------------------------ */
.feature-box i {
    font-size: 48px;
    position: absolute;
    color: #0072bc;
}

.feature-box .text {
    padding-left: 80px;
}

.feature-box.icon-square .text {
    padding-left: 90px;
}

.feature-box.icon-square > i {
    font-size: 32px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    background: #333;
    padding-top: 20px;
}

.box-with-icon-left {
    padding-left: 0;
}

.box-with-icon-left .text {
    margin-left: 56px;
    padding: 0 30px 0 30px;
    border-left: solid 1px #0072bc;
}

.box-icon-small i {
    position: absolute !important;
    font-size: 18px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.box-icon-small .text {
    padding-left: 70px;
}

.box-icon-small:hover .btn-arrow span.line {
    width: 30px;
}

/* heading
------------------------------ */
h1, h2 {
    font-weight: 500;
    color: #333;
    font-family: "Montserrat";
}

h3, h4, h5, h6 {
    font-weight: lighter;;
    color: #333;
    font-family: "Montserrat";
}

footer h3, footerh4, footerh5, footer h6 {
    font-weight: 500;
    color: #fff;
}

h1.h1-style {
    letter-spacing: -1px;
    font-weight: lighter;
}

h1, .type-wrap.title {
    font-size: 36px;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

h3.title {
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h2 {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 0;
}

h2 strong {
    font-weight: normal;
    color: #0072bc;
}

h2 span {
    display: block;
    font-family: "Georgia";
    font-style: italic;
    text-transform: none;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
}

.box-with-icon-left h2 {
    text-transform: none;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px !important;
    line-height: 28px;
}

​
    /* separator
    ------------------------------ */
hr {
    border: none;
    height: 80px;
    background: url(../Images/Frontend/divider-1.png) center no-repeat;
    clear: both;
}

.divider {
    clear: both;
    height: 20px;
}

.divider-single {
    clear: both;
    height: 30px;
}

.divider-double {
    clear: both;
    height: 60px;
}

.divider-line {
    display: block;
    clear: both;
    border-bottom: solid 1px #ddd;
    padding-top: 60px;
    margin-bottom: 60px;
}

footer .divider-line {
    padding-top: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.small-border {
    clear: both;
    width: 80px;
    height: 3px;
    background: #0072bc;
    margin: 20px auto 20px auto;
}

.tiny-border {
    clear: both;
    width: 40px;
    height: 3px;
    background: #0072bc;
    margin: 20px 0 20px 0;
}

.tiny-border.center {
    margin: 20px auto 20px auto;
}

.tiny-border.white {
    background: #fff;
}
.widget {
    margin-bottom: 40px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 40px;
}

.widget h3 {
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_tags li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 14px;
}

.widget_tags li a {
    text-decoration: none;
    text-shadow: none;
    margin-bottom: 5px;
    padding: 5px 10px 5px 10px;
    background: none;
    color: #888;
    border: solid 2px #ddd;
}

.widget_tags li a:hover {
    background: #fff;
    color: #333;
}
/*------------------------------
PLUGIN
------------------------------ */

/* owl carousel */
.testi-slider .slides li {
    margin-bottom: 30px;
}

.testi-slider .testi-by {
    display: block;
    margin-bottom: 30px;
    color: #fff;
}

.testi-slider .flex-control-nav {
    margin-left: -30px;
}

.testi-slider .flex-control-paging li a {
    width: 60px;
    height: 5px;
    background: #f4ebd8;
}

.testi-slider .flex-control-paging li a.flex-active {
    background: #0072bc;
}

.testi-carousel blockquote {
    background: none;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    border: none;
    font-family: "Lato";
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    margin-top: 60px;

}

/* instagram widget */
#instagram img {
    margin: 0 10px 10px 0;
    width: 55px;
    height: 55px;
}

/* jquery isotope
	/* ------------------------------ */
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

#filters {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

#filters li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 20px;
}

#filters a {
    background: #fff;
    color: #222;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

#filters a.selected {
    background: #0072bc;
    color: #FFF;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.light-text {
    color: #fff;
}

.light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6 {
    color: #fff;
}

.light-text strong {
    color: #fff;
}

.item .overlay {
    color: #fff;
    background: #000;
    display: block;
    position: absolute;
    overflow: hidden;
}

.item .pf_text {
    display: block;
    position: absolute;
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.item .overlay .desc {
    display: block;
    height: 0;
    overflow: hidden;
}

.item .overlay h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.item .overlay .time {
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*------------------------------
/* link
/*------------------------------ */
a {
    color: #0072bc;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #222;
}

footer a:hover {
    color: #fff;
}

/*------------------------------
/* logo
/*------------------------------ */
#logo {
    text-align: center;
}

#logo .inner {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}

/*------------------------------
/* content
/*------------------------------ */
#content {
    padding: 80px 0 80px 0;
    background: #fff;
}

/* columns */
.fullwidth {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.box-container {
    width: 101%;
}
.box-one-third {
    width: 33.3%;
    float: left;
}

.box-one-third .inner {
    color: #fff;
    padding: 60px;
}

.no-margin {
    margin: 0 !important;
    padding: 0 !important;
}

.no-top {
    padding-top: 0 !important;
}

.no-bottom {
    padding-bottom: 0 !important;
}

/*------------------------------
section and parallax background settings
------------------------------ */

section {
    padding: 60px 0 60px 0;
    background: #fff;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.side-bg {
    color: #fff;
}

.side-bg h1,
.side-bg h2,
.side-bg h3,
.side-bg h4,
.side-bg h5,
.side-bg h6 {
    color: #fff;
}

/*------------------------------
jquery toTop
------------------------------ */
#toTop {
    z-index: 1555;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: -999px;
    background: url(../Images/Frontend/ui.totop.png) no-repeat left top;
}

#toTopHover {
    background: url(../Images/Frontend/ui.totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
}

#toTop:active, #toTop:focus {
    outline: none;
}

/*------------------------------
map
------------------------------ */
.map {
    margin-top: 40px;
}

.map iframe {
    width: 100%;
    height: 400px;
    border: solid 1px #ccc;
    padding: 2px;
    background: #fff;
}

#map-container iframe {
    width: 100%;
    height: 360px;
    margin-bottom: -6px;
}

#map {
    width: 100%;
    height: 480px;
}

#map-tracking {
    overflow: hidden;
    height: 0;
}

.gmap iframe {
    width: 100%;
    height: 200px;
}

.news-item {
    margin-bottom: 10px;
    min-height: 274px;
}

.news-item .desc {
    margin-top: 20px;
}

.news-item a h3 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px !important;
    margin-top: 1rem;
    min-height: 56px;
}

.news-item .post-details {
    font-size: 11px;
    color: #888;
    margin-bottom: 10px;
}

.news-item .fa {
    float: none;
    margin: 0;
    color: #0072bc;
}

.news-item .separator {
    text-align: center;
    padding: 0 10px;
}

.news-item .quote {
    background: #0072bc;
    padding: 25px;
    color: #fff;
    font-size: 16px;
    font-style: italic;
}

.news-list-date, .news-list-date li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list-date {
    border: solid 1px #f2f2f2;
}

.news-list-date li {
    padding: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #f2f2f2;
}

.news-list-date .date {
    position: absolute;
    background: #333;
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: bold;
}

.news-list-date .date span {
    display: block;
}

.news-list-date .date .day {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.news-list-date .date .month {
    font-size: 14px;
    color: #fff;
}

.news-list-date .text {
    padding-left: 85px;
}

.news-list-date h4 {
    margin: 0;
    margin-bottom: 5px;
}

.news .mediaelement-video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}

.news .mediaelement-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------
/* contact */
/*------------------------------ */
/*.error { deaktiviert von Nakielski
    width: 280px;
    display: none;
    color: #C03;
    font-size: 12px;
    margin-bottom: 10px;
}*/

.success {
    display: none;
    padding: 2px 10px 2px 10px;
    background: #E5EAD4;
    color: #555;
    width: 280px;
    font-size: 12px;
}

.error img {
    vertical-align: top;
}

.full {
    width: 98%;
}

#contact input[type="text"], #contact textarea {
}

#contact select {
    width: 100%;
}

.contact_form_holder .form-control {
    margin: 20px 0 20px 0;
}

#contact input[type=text], #contact textarea, #contact input[type=email] {
    background: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#contact-form-wrapper {
    background: #eee;
    padding: 20px 60px 40px 60px;
}

.contact-info .title {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #222;
    margin-bottom: 10px;
}

#gallery .item {
    text-align: center;
    font-size: 12px;
    width: 32.5%;
    margin: 1px;
    float: left;
}

.gallery .item img {
    width: 100%;
}

#gallery .item h4 {
    font-size: 16px;
    margin-bottom: 0;
}

#gallery-fullwidth .gallery-item {
    width: 16.65%;
    float: left;
}

#gallery-fullwidth .gallery-item img {
    width: 100%;
}

#gallery-isotope .item {
    background: #333;
    margin: 0 10px 10px 0;
    overflow: hidden;
}

#gallery-isotope img {
    width: 100%;
    height: auto;
}

.ex-gallery .project-name {
    display: block;
    letter-spacing: 2px;
    padding: 5px 10px 5px 10px;
    margin: 0 auto;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.ex-gallery .small-border {
    height: 2px;
    display: block;
    background: #0072bc;
    width: 50px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

.ex-gallery .overlay .icon {
    display: inline-block;
    text-align: center;
}

.ex-gallery .overlay .icon i {
    text-shadow: none;
    color: #fff;
    font-size: 26px;
    padding: 16px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 60px;
    margin-left: 10px;
    border: solid 2px #fff;
}

.ex-gallery .overlay .icon i.icon-info {
    margin-left: 0;
}

.ex-gallery .overlay .icon i:hover {
    color: #222;
    background: #333;
}

/*------------------------------
/* FEATURED BOX
/*------------------------------ */

.dark .feature {
    color: #fff;
}

.dark .feature h4 {
    color: #fff;
}

.dark .feature i {
    color: #ccc;
}

#slider {
    text-align: center;
    height: 100%;
    margin-top:80px; /*nakielski*/
}

.slider-info {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    font-family: "Open Sans";
    top: 30%;
}

.callbacks_nav.prev {
    left: 0;
}

.callbacks_nav.next {
    right: 0;
}

.slider-info h1 {
    font-size: 48px;
    color: #fff;
    display: inline-block;
    padding: 20px 0 20px 0;
    font-weight: 300;
    letter-spacing: -1px;
    border-bottom: solid 3px #0072bc;
}

.slider-info .btn {
    margin-top: 10px;
}

.slider-info .text {
    color: #fff;
    font-size: 14px;
}

/*------------------------------
control nav
------------------------------ */

.hover {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
    overflow: hidden;
    line-height: 1.5em;
    text-align: center;
}

.hover .btn-view-details {
    display: inline-block;
    font-size: 14px;
    color: #0072bc;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    margin: 0 auto;
    border: solid 1px #0072bc;
}

.social-icons i {
    text-align: center;
    color: #fff !important;
    font-size: 20px !important;
    border-radius: 60px;
    padding: 8px !important;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    margin-bottom: 10px !important;
    background: #0072bc;
    border: solid 2px #0072bc;
}

.social-icons i:hover {
    color: #0072bc;
    border: solid 2px #0072bc;
    background: none;
}

/* overide */
.form-control {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;

    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.pull-left {
    margin: 0 20px 0 0;
}

img.pull-right {
    padding-left: 20px;
}

.col-md-3 {
    margin-left: -1px;
}

.pagination li a {
    color: #0072bc;
}

.pagination li.active a {
    background: #0072bc;
    border: solid 1px #0072bc;
}

.pagination li.active a:hover {
    background: #0072bc;
    border: solid 1px #0072bc;
}

.pagination {
    align-content: center;
    align-items: center;
    justify-content: center;
}

.page-item.active .page-link {
    background-color: #0072bc;
    border-color: #0072bc;
}

.page-link:focus {
    box-shadow: none;
}

.grey {
    color: #888;
}

.team-profile {
    margin-bottom: 40px;
}

.team-profile h4 {
    display: block;
    text-transform: none;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

.team-profile .text {
    margin: -20px 20px 0 20px !important;
    position: relative;
    background: #eee;
    padding: 20px;
    padding-top: 5px;
    border-top: solid 3px #0072bc;
}

.team-social-icons i {
    color: #0072bc;
    font-size: 16px;
    margin-right: 15px;
}

.team-social-icons {
    display: inline-block;
    margin-top: 10px;
}

.team-list .name, .team-list .position {
    display: block;
}

.team-list .name {
    margin-top: 10px;
    font-family: "Georgia";
    font-style: italic;
}

.team-list .pic {
    position: relative;
}

.team-list .pic .fx {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.team-list .pic .fx:hover {
    background: rgba(12, 121, 227, .5);
}

.h-border {
    height: 1px;
    background: rgba(255, 255, 255, .3);
}

.bg-grey {
    background: #eee;
}

@keyframes box_icon_move {
    from {
        padding-top: 10px;
    }

    to {
        padding-top: 50px;
    }
}

@keyframes box_icon_move_out {
    from {
        padding-top: 50px;
    }

    to {
        padding-top: 10px;
    }
}

@keyframes move {
    from {
        margin-left: 0;
    }

    to {
        margin-left: 20px;
    }
}

.box-with-icon-left i {
    position: absolute;
    -moz-animation: 1s box_icon_move_out alternate forwards;
}

.box-with-icon-left:hover > i {
    background: #333;
    height: 100%;
    -moz-animation: 1s box_icon_move alternate forwards;
}

.box-with-icon-left:hover > .text {
    border-color: #333;
}

.box-with-icon-left:hover > .text a.btn-text {
    -moz-animation: 1s move infinite alternate;
}

.icon-big {
    font-size: 32px !important;
    margin-bottom: 20px;
    color: #fff;
    background: #0072bc;
    padding: 10px;
    width: 56px;
    height: 56px;
    text-align: center;
}

/* animate */
a,
a:hover,
.custom-col-3 i,
.custom-col-3 i:hover,
.custom-carousel-2 .item-blog,
.custom-carousel-2 .item-blog:hover,
.custom-col-3,
.custom-col-3:hover,
.blog-list li,
.blog-list li:hover,
.event-item .right-col,
.event-item:hover .right-col,
.box-with-icon-left,
.box-with-icon-left i,
.box-with-icon-left .text,
.box-with-icon-left .text a.btn-text,
.box-icon-small .btn-arrow span.line,
.box-icon-small:hover .btn-arrow span.line,
.bg-color-fx,
.bg-color-fx:hover,
#awards-carousel .overlay,
#awards-carousel .overlay:hover,
header .search input[type=text],
header .search input[type=text]:focus,
.team-list .pic .fx,
.team-list .pic .fx:hover,
#mainmenu li,
#mainmenu a,
.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before,
input.btn-custom,
.cta-form input[type=submit],
.cta-form input[type=submit]:hover {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.logo-partners img {
    width: 100%;
}

#testi-carousel {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px !important;
    height: 8px !important;
    margin: 5px 7px;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.img-full {
    width: 100%;
    height: auto;
}

.img-event {
    margin-bottom: 30px;
}

.latest h3.title {
    width: 340px;
    text-align: center;
    padding: 0;
    background: #4e3927;
    color: #fff;
    padding: 10px;
    height: 50px;
    margin: 0 auto;
}

.no-bottom {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

#preloader {
    position: absolute;
    z-index: 100001;
    width: 100%;
    height: 100%;
    background: url(../Images/Frontend/loader.gif) center no-repeat #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header {
        display: none;
    }

    header.clone {
        display: block;
        position: inherit;
        margin: 0;
        padding: 0;
        margin-top: 0;
    }

    header .col-md-9 {
        text-align: right;
    }

    #mainmenu-container {
        display: inline-block;
        text-align: right;
        margin-right: 20px;
    }

    header .social {
        display: none;
    }

    #subheader .overlay {
        background: none;
    }

}

@media (max-width: 992px) {
    #slider .slider-info {
        display: none;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        margin-bottom: 30px;
    }

    .box-one-third {
        width: 100%;
    }

    #gallery .item {
        width: 100%;
    }

    header {
        display: none;
    }

    header.clone {
        display: block;
        position: inherit;
        margin: 0;
        padding: 0;
    }

    header.clone #logo {
        display: block;
    }

    header.clone #logo a {
        text-align: center;
    }

    header.clone #logo .logo-2 {
        display: inline-block !important;
    }

    header.clone #logo img {
        max-height: 60px;
        width: auto;
    }

    #subheader {
        padding: 40px 0 40px 0;
    }

    #logo {
        margin: 0 auto;
        text-align: center;
    }

    #logo .inner {
        margin: 20px 0 20px 0;
    }

    .selectnav {
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    #mainmenu-container {
        display: block;
    }

    header .buttons {
        width: 100%;
        display: block;
        text-align: center;
        float: none;
        margin-top: 0;
    }

    header, #content, footer, #subheader, #booking {
        padding-left: 20px;
        padding-right: 20px;
    }

    header, #mainmenu-container {
        border: none;
    }

    footer nav {
        display: inline-block;
    }

    .bloglist-small {
        float: left;
    }

    #subheader {
        padding-bottom: 0;
    }

    header .social {
        width: 100%;
        text-align: center;
        margin: 40px 0 40px 0;
    }

    #menu-btn {
        display: block
    }

    #mainmenu-container {
        display: block;
    }

    #mainmenu {
        display: none;
        left: 0;
        float: none;
        z-index: 200;
        width: 100%;
        margin: 0;
        padding: 0 20px 0 20px;
    }

    #mainmenu > li {
        font-size: 16px;
        margin-bottom: 0;
    }

    #mainmenu li {
        text-align: left;
        border-bottom: solid 1px #ddd;
    }

    #mainmenu li li {
        padding-left: 30px;
    }

    #mainmenu li a:hover {
        background: none !important;
    }

    #mainmenu li:hover {
        background: #eee;
    }

    #mainmenu li ul {
        display: block;
        position: inherit;
        margin: 0;
        width: 100%
    }

    #mainmenu li li {
        background: #fff;
    }

    #mainmenu li {
        border-bottom: solid 1px #eee;
        margin: 0;
        width: 100%;
        display: block;
        letter-spacing: 3px
    }

    #mainmenu li:last-child {
        margin-bottom: 30px
    }

    #mainmenu > li li:first-child {
        border-top: solid 1px #eee;
    }

    #mainmenu li ul {
        border-top: solid 1px #333;
        border: none;
        margin-top: -15px;
        top: 0;
    }

    #mainmenu li ul a {
        width: 100%;
        background: none;
        border: none
    }

    #mainmenu li ul li a {
        display: block
    }

    #mainmenu li ul li:last-child {
        border-bottom: none;
        margin: 0
    }

    #mainmenu li ul li:last-child a {
        border-bottom: none
    }

    #mainmenu li a {
        color: #555 !important;
        letter-spacing: 0;

    }

    header .search,
    header .social {
        display: none;
    }

    #subheader .overlay {
        background: none;
    }

    .cta-form input[type=text] {
        width: 60%;
    }

    .cta-form input[type=submit] {
        border-radius: 0 10px 10px 0;
        background: #0072bc;
        width: 40%;
    }

}

#content .container:not(:first-of-type) {
    margin-top: 1em;
}