main.col-sm-12 {
    padding: 0;
}
p, .sppb-addon-content {
    font-size: 18px;
    font-weight: 600;
}
a:hover {
	text-decoration:none;	
}
.content {
    min-height: 300px;
}
.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item-image {
    margin-bottom: 20px;
}

.menu-icon {
    position: fixed;
    display: block;
    width: 4em;
    height: 4em;
    cursor: pointer;
    float: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
}

.menu-icon > span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 0.5em;
  margin-top: -0.5em;
  background-color: #05aee3;
  border-radius: 3px;
	left: 10px;
	box-shadow: 0px 0px 10px #fff, 0px 0px 5px #fff;
}

.menu-icon > span:before,
.menu-icon > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #6bb8d0;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
	        transition: all 0.3s;
	box-shadow: 0px 0px 10px #fff, 0px 0px 5px #fff;
}

.menu-icon > span:before {
  -webkit-transform: translateY(-1em);
	        transform: translateY(-1em);
}

.menu-icon > span:after {
  -webkit-transform: translateY(1em);
	        transform: translateY(1em);
}

/* OPENED */

.menu-icon.open {
  -webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.menu-icon.open > span:before {
  -webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.menu-icon.open > span:after {
  -webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
div#navbarSupportedContent {
    position: fixed;
    z-index: 98;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#d5f0f9;
    min-height: 100vh;
	  transition: visibility 0s, opacity 0.5s linear;
	      animation: colorchange 30s; 
      -webkit-animation: colorchange 30s;
	    animation-iteration-count:infinite; 
}

@keyframes colorchange
    {
      0%   {background: #fff;}
      25%  {background: #3fcdff;}
      50%  {background: #29c2f7;}
      75%  {background: #00b7eb;}
      100% {background: #fff;}
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
      0%   {background: #fff;}
      25%  {background: #3fcdff;}
      50%  {background: #29c2f7;}
      75%  {background: #00b7eb;}
      100% {background: #fff;}
    }
div#navbarSupportedContent.navbar-collapse.openMenu {
	opacity: 1;
	display: block;
	transition: all 0.5s linear;
	visibility: visible;
}
div#navbarSupportedContent.navbar-collapse {
    opacity: 0;
    display: none;
    visibility: hidden;
	  transition: all 0.5s linear;
}
ul.menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
li.nav-item {
    list-style-type: none;
}
a.nav-link {
    font-size: 32px;
    color: #0176c0;;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 4px;
}


button#btn-1540556644763 {
    display: block;
    margin: auto;
}
.logoBar {
    margin: auto;
}
.uk-overlay-background {
    background: rgba(0, 0, 0, 0.5)!important;
    color: #fff;
}
.menuTop ul.menu {
    position: initial;
    top: auto;
    left: auto;
		right:auto;
    transform: none;
		display: table;
		margin: auto;
}
.menuTop li.nav-item {
    display: table-cell;
}
.menuTop {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    right: 0;
    margin: auto;
    display: block;
}
@media only screen and (max-width:1410px){
a.nav-link {
    font-size: 30px;
	}
}
@media only screen and (max-width:1410px){
a.nav-link {
    font-size: 26px;
	}
}
@media only screen and (max-width:1310px){
a.nav-link {
    font-size: 22px;
	}
}
@media only screen and (max-width:1060px){
a.nav-link {
    font-size: 14px;
	}
}	
@media only screen and (max-width:900px){
a.nav-link {
    font-size: 12px;
	}
}
@media only screen and (max-width:798px){
.menuTop ul.menu{
	display: none;
}
.container-fluid {
    margin-top: 0px;
}
}
@media only screen and (min-width:799px){
.container-fluid {
    margin-top: 50px;
}
}
div#navbarSupportedContent a.nav-link {
    font-size: 34px;
}
.ofertaImg img:hover {
    filter: brightness(1.2);
	transition: all .6s;
	opacity:.2;
}
.ofertaImg img {
	transition: all .6s;
	border-radius: 30px;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

.ofertaImg h3.sppb-addon-title {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 40%;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px rgba(0, 161, 255, 0.6);
    font-weight: 900;
}
footer.footer p {
    color: #05aee3;
}
.sppb-form-control, .sppb-form-group .sppb-form-control {
    border: 3px solid rgb(5, 174, 227);
    background-color: rgb(230, 249, 255);
	  border-radius: 0px;
}
@media (max-width:480px) { 
.logoBar iframe {
    max-width: 200px;
}
.logoBar {
    margin: 0 0 0 auto;
}
}

object#footerImg {
    z-index: -1;
    position: absolute;
}
.menuTop li.nav-item ul li {
    display: block;
}
.dropdown-menu {
    border: 1px solid rgb(5, 174, 227);
}
.menuTop li.nav-item ul li a {
    text-transform: uppercase;
    color: #05aee3;
	  font-weight: 600;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #05aee3;
}
.menuTop li.nav-item ul li a.dropdown-item.active , .menuTop li.nav-item ul li a.dropdown-item:active {
    color: #fff;
}
div#navbarSupportedContent .dropdown-menu {
    border: none;
    position: relative!important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: center;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
}
div#navbarSupportedContent ul.nav-child.unstyled.dropdown-menu.show{
	transform: none!important;
}
.sppb-addon-title.sppb-pricing-title {
    min-height: 50px;
}
section#mapa .sppb-row-container {
    width: 100%;
    left: 0;
    right: 0;
}
label.sppb-form-check-label {
    text-align: justify;
}
.vbContainer {
    max-width: 1140px;
    margin: auto;
    margin-top: 50px;
	  margin-bottom: 50px;
	  padding: 0 15px;
}
.vbMessage {
    padding: 0px;
    word-wrap: break-word;
    border: 1px solid #05aee3;
    border-top: 1px solid #05aee3;
    margin: 4px 0;
}
button.vbPostButton.pull-right.btn,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: #05aee3;
    color: #fff;
}
.sppb-addon.sppb-addon-single-image.sppb-text-center.atrakcje {
    transition: all 0.3s linear;
}
.sppb-addon.sppb-addon-single-image.sppb-text-center.atrakcje:hover {
    -webkit-filter: brightness(110%) sepia(50%);
    filter: brightness(110%) sepia(50%);
    transition: all 0.3s linear;
}
.blog {
    max-width: 1140px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 80%;
}
.page-header h2 a {
	    color: #05aee3;
}
.blog .pull-left.item-image img.img-fluid {
    width: 100%;
    margin: 20px auto;
    display: block;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #05aee3;
    border-color: #05aee3;
}
span.fa.fa-forward,span.fa.fa-fast-forward{
	    color: #05aee3;
}
.pagination {
    text-align: center;
    float: none;
    display: block;
    margin: auto;
}
ul.pagination {
    display: contents;
    text-align: center;
}
ul.pagination li {
    display: inline-block;
}
p.counter.pull-right {
    float: none;
	  color: #05aee3;
}
.item-page.blogPage {
    max-width: 1140px;
    margin: 50px auto;
	padding:0 15px;
}
body .jumbotron.jumbotron-fluid.text-white {
    display: none;
}
body.view-article .jumbotron.jumbotron-fluid.text-white {
    display: block;
    background: #05aee3;
}
.pull-left.item-image {
    float: none;
}
div#navbarSupportedContent ul.menu a {
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff;
    font-weight: 600;
}
div#navbarSupportedContent ul.menu img {
-webkit-filter: drop-shadow(0 0 2px #fff);
filter: drop-shadow(0 0 2px #fff);
}
.sppb-testimonial-message {
    font-weight: 600;
}

h3.sppb-title-heading span.tloBiale{
    background: rgba(255, 255, 255, 0.9);
    display: block;
    max-width: 630px;
    padding: 10px;
    margin: auto;
	color: #05aee3;
}
.page-link {
    color: #05aee3;
}
footer.footer p, footer.footer a, #footerBefore p, #footerBefore a{
    color: #05aee3;
}