/*
Theme Name: PyrLand
Author: Maciej Noworyta (Invenze)
Author URI: http://invenze.com
*/

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: #333333;
	text-decoration: none;
}

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

a.readmore:focus {
    color: #fff;
    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: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #333;
    padding: 0;
    margin: 0;
    line-height: 1.65;
}

body {
    padding-top: 134px;
}

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

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

.heading {
    text-align: center;
    padding-bottom: 1.875em;
}

.heading .subtitle {
    padding-top: 0.938em;
}

.title {
    font-size: 3.750em;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.subtitle {
    font-size: 1.250em;
}

.readmore {
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    display: inline-block;
    padding: 0.625em 1.875em;
    text-transform: uppercase;
    border-radius: 1.875em;
    margin-top: 30px;
}

.readmore:hover {
    color: #fff;
}

.readmore.white {
    border: 0.125em solid #fff;
}

.readmore.white:hover,
.readmore.white:focus{
    background: #fff;
    color: #333;
}

.readmore.green {
    background: #87c71d;
}

.readmore.green:hover,
.readmore.green:focus {
    background: #7ebc18;
}

.readmore.dark-green {
    background: #36700a;
}

.readmore.dark-green:hover,
.readmore.dark-gree:focus{
    background: #2c5e07;
}

.readmore.orange {
    background: #f46a2b;
}

.readmore.orange:hover,
.readmore.orange:focus{
    background: #ea6224;
}

.readmore.blue {
    background: #2090d9;
}

.readmore.blue:hover,
.readmore.blue:focus{
    background: #1680c6;
}

.readmore.yellow {
    background: #d48f2a;
}

.readmore.yellow:hover,
.readmore.yellow:focus{
    background: #cb8723;
}



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

/* Section */
.section {
    padding: 2.813em 0;
    clear: both;
    overflow: hidden;
}

#mobile-menu, #responsive-menu-button {
    display: none!important;
}

/* Header */
#header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    padding-top: 1.250em;
    padding-bottom: 1.250em;
    border-bottom: 1px solid #e4e4e4;
}

#header .logo {
    padding-top: 0.625em;
}

#header .logo img {
    max-height: 80px;
}

#header.sticky {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

#header.sticky .logo {
    padding-top: 0;
}

#header.sticky .logo img {
    max-height: 75px;
}

#header.sticky ul > li > a {
    font-weight: 700;
    padding: 0.938em 1.563em;
    line-height: 1.0;
}

#header.sticky  ul li .sub-menu {
    top: 34px;
}

#header.sticky  ul li .sub-menu a {

    padding: 0.938em 1.563em 0.513em 1.563em;
}


#header.sticky .language {
    padding-top: 0.625em;
}

/* Navigation */
#header nav {
    float: right;
    border-bottom: 1px solid #e4e4e4;
}

#header ul {
    letter-spacing: 0;
    z-index: 10;
    position: relative;
}

#header ul li {
    float: left;
    margin: 0;
}

#header ul > li > a {
    font-size: 1.000em;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    display: block;
    padding: 1.250em 1.250em;
    line-height: 1.0;
    position: relative;
}

#header ul > li.menu-item-has-children > a {
    padding-left: 1.000em;
    padding-right: 1.475em;
}

#header ul > li.menu-item-has-children > a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.250em;
    right: 0;
    width: 0;
    height: 0;
    border-left: 0.250em solid transparent;
    border-right: 0.250em solid transparent;
    border-top: 0.500em solid #000;
    margin-right: 0.500em;
}

#header ul > li.menu-item-has-children:hover a:before {
    border-top: 0.500em solid #fff;
}

#header ul > li:hover > a,
#header ul li.current-menu-item a{
    color: #fff;
}

#header ul li.default:hover a,
#header ul li.default .sub-menu a,
#header ul li.current-menu-item.default a {
    color: #333;
}

#header ul li.blue:hover,
#header ul li.blue .sub-menu,
#header ul li.current-menu-item.blue {
    background-color: #2090d9;
}

#header ul li.orange:hover,
#header ul li.orange .sub-menu,
#header ul li.current-menu-item.orange {
    background-color: #f46a2b;
}

#header ul li.green:hover,
#header ul li.green .sub-menu,
#header ul li.current-menu-item.green {
    background-color: #87c71d;
}

#header ul li.dark-green:hover,
#header ul li.dark-green .sub-menu,
#header ul li.current-menu-item.dark-green {
    background-color: #35710d;
}

#header ul li.yellow:hover,
#header ul li.yellow .sub-menu,
#header ul li.current-menu-item.yellow {
    background-color: #d48f2a;
}

#header ul li .sub-menu {
    float: left;
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    width: 100%;
    color: #333;
    z-index: 9999;
    -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;
}

#header ul li:hover .sub-menu {
    display: block;
}
#header ul li.text-right .sub-menu li{
    float: right;
}

#header ul li .sub-menu a {
    font-size: 1.000em;
    color: #fff;
    padding: 1.128em 2.188em 0.838em 2.188em;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    position: relative;
    line-height: 1.0;
}

#header ul li.custom .sub-menu a {
    color: #333;
}

#header ul li .sub-menu li {
    position: relative;
}

#header ul li .sub-menu a::after {
    display: block;
    content: "";
    height: 1px;
    width: 0;
    margin: 4px auto 0 auto;
    box-sizing: border-box;
    background: #fff;
    transition: width 0.5s linear 0s;
}

#header ul li .sub-menu a:hover::after{
    width: 100%;
}

#header .language {
    clear: both;
    padding-top: 1.250em;
    padding-right: 1.250em;
    float: right;
    position: relative;
    z-index: 5;
}

#header .language ul li.wpml-ls-item a {
    color: #333;
    padding: 0
}

#header .language ul li.wpml-ls-item:first-child {
    margin-right: 15px;
}

#header .language ul li.wpml-ls-item .wpml-ls-flag {
    margin-right: 10px;
}

/* Home: Boxes */
#home-boxes .box {
    padding: 0;
}

#home-boxes .panel {
    height: 460px;
    background-size: cover;
}

#home-boxes .panel figure {
    overflow: hidden;
}

#home-boxes .panel figure img {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: block;
}

#home-boxes .panel:hover figure img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

#home-boxes .panel.blue {
    background-image: url(assets/images/background/bg-blue.jpg);
}

#home-boxes .panel.orange {
    background-image: url(assets/images/background/bg-orange.jpg);
}

#home-boxes .panel.green {
    background-image: url(assets/images/background/bg-green.jpg);
}

#home-boxes .panel.dark-green {
    background-image: url(assets/images/background/bg-dark-green.jpg);
}

#home-boxes .panel.yellow {
    background-image: url(assets/images/background/bg-yellow.jpg);
}

#home-boxes .panel.grey {
    background-image: url(assets/images/background/bg-grey.jpg);
}

#home-boxes .panel-content {
    color: #fff;
    padding: 1.250em 1.875em;
    text-align: center;
}

#home-boxes .panel-content h2 {
    font-size: 1.750em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.0;
}
#home-boxes .panel-content h2 a{
    color: #FFF;
}
#home-boxes .panel-content h2 a:hover{
    color: #FFF;
}

#home-boxes .panel-content h2:after {
    content: "";
    width: 100%;
    height: 0.063em;
    background: rgba(255, 255, 255, 0.4);
    display: block;
    margin-top: 0.625em;
    margin-bottom: 0.500em;
}

#home-boxes .panel-content p {
    font-size: 1.2000em;
    line-height: 1.25;
}

#home-boxes .panel-content .readmore {
    margin-top: 1.250em;
}

#home-boxes .localization {
    text-align: center;
    padding: 1.563em 1.875em;
}

#home-boxes .localization h3 {
    font-size: 1.750em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

#home-boxes .localization figure img {
    width: auto;
    margin: 0.625em auto;
}

#home-boxes .panel:hover .localization  figure img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#home-boxes .localization p {
    font-size: 1.25em;
    line-height: 1.5;
}

#home-boxes .localization .hours {
    padding-top: 1.563em;
}

#home-boxes .localization .hours h3 {
    padding-bottom: 0.625em;
}

#home-boxes .localization .hours p {
    font-size: 1.200em;
    line-height: 1.5;
}

#home-boxes .localization ul {
    display: table;
    margin: 1.044em auto 0 auto;
}

#home-boxes .localization ul li {
    float: left;
    margin: 0 0.938em;
}

#home-boxes .localization ul li img {
    max-height: 30px;
}

/* Home: Pyrland */
#home-pyrland {
    padding-top: 1.875em;
    padding-bottom: 0;
}

#home-pyrland .background {
    overflow: hidden;
    padding: 5.000em 0;
}

#home-pyrland .sign {
    width: 20%;
    padding: 0 15px;
    float: left;
    text-align: center;
}

#home-pyrland .sign h3 {
    color: #fff;
    font-size: 1.875em;
    font-weight: 600;
    text-transform: uppercase;
}

/* Home: Team */
#home-team .person,
#main .staff-group .person {
    margin-top: 15px;
    margin-bottom: 15px;
}

#home-team .person figure,
#main .staff-group .person figure {
    overflow: hidden;
}

#home-team .person figure img,
#main .staff-group .person figure img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#home-team .person:hover figure img,
#main .staff-group .person:hover figure img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

#home-team .description,
#main .staff-group .description {
    background: #36700a;
    padding: 1.563em 1.875em;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #2c630a;
    margin-top: -1px;
}

#home-team .description p,
#main .staff-group .description p {
    font-size: 0.938em;
    font-weight: 700;
    color: #95f20e;
    margin-bottom: 0.938em;
}

#main .staff-group .description .desc {
    font-size: 1.000em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    text-transform: none;
    line-height: 1.4;
    margin-top: 1.563em;
    height: 50px;
    overflow: hidden;
}

.single.staff h1 {
    font-size: 2.5rem;
    padding: 0px;
    margin: 5px 0;
    color: #36700a;
}
.single.staff p.proffestion {
    font-size: 1.3em;
    font-weight: 700;
    color: #525123;
    margin-bottom: 0.938em;
}
#home-team .description h3,
#main .staff-group .description h3{
    font-size: 1.500em;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    position: relative;
    padding-right: 25px;
}

#home-team .description h3:after,
#main .staff-group .description h3:after {
    content: "";
    width: 21px;
    height: 16px;
    background: url(assets/images/icons/arrow.jpg);
    float: right;
    position: absolute;
    top: 5px;
    margin-left: 5px;
    -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;
    right: -5px;
}

#home-team .person:hover .description h3:after,
#main .staff-group .person:hover .description h3:after {
    margin-right: 5px;
}

.fancybox-slide .staff-modal {
    max-width: 900px;
    background: #37710d;
    padding: 1.875em;
}

.fancybox-slide .staff-modal p {
    font-size: 0.938em;
    font-weight: 700;
    color: #95f20e;
    margin-bottom: 0.938em;
    margin-top: 0.938em;
}

.fancybox-slide .person-desc p {
    font-size: 1.000em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    text-transform: none;
    line-height: 1.4;
}

.fancybox-slide .staff-modal h3 {
    font-size: 1.500em;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

#home-team .readmore {
    display: table;
    margin: 0.938em auto 0 auto;
}

/* Discounts */
.discounts .discount{
    text-align: center;
    padding-bottom: 50px;

}
.discounts .discount img{
    max-height: 150px;
    width: auto;
    margin: 0 auto;
}

/* Home: Discount */
#home-discounts .discount-slider-container {
    padding-top: 0.938em;
    padding-bottom: 1.875em;
}

#home-discounts .discount {
    margin-top: 15px;
    margin-bottom: 15px;
}

#home-discounts .discount img {
    display: block;
    margin: 0 auto;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -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;
}

#home-discounts .discount:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
}

#home-discounts .readmore {
    display: table;
    margin: 0.938em auto 0 auto;
}
#home-discounts .bx-wrapper,
#home-team .bx-wrapper{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#home-team .bx-wrapper{
    margin: 0 auto 60px auto;
}
/* Main */
#main {
    padding-top: 0;
}

#main .heading .title {
    font-size: 1.875em;
    font-weight: 700;
}

#main article h1, #main article h2, #main article h3,
#main article h4, #main article h5, #main article h6 {
    font-weight: 700;
    line-height: 1.4;
}

#main article h1 {
    font-size: 2.875em;
}

#main article h2 {
    font-size: 2.250em;
}

#main article h3 {
    font-size: 1.625em;
}

#main article h4 {
    font-size: 1.250em;
}

#main article h5 {
    font-size: 1.000em;
}

#main article h6 {
    font-size: 0.750em;
}

#main article p {
    margin: 0.938em 0;
    text-align: justify;
}

#main article ul {
    list-style: disc;
    padding: 0 0.938em;
    margin: 0.938em 0;
}

#main article ol {
    list-style: decimal;
    padding: 0 0.938em;
    margin: 0.938em 0;
}

#main article table {
    width: 100%;
    border: 0.125em solid #e1e1e1;
    border-spacing: 0;
    margin-top: 0.938em;
}

#main article table td,
#main article table th {
    width: auto;
    padding: 0.625em 0.938em;
    border-bottom: 0.125em solid #e1e1e1;
    border-right: 0.125em solid #e1e1e1;
    vertical-align: middle;
    text-align: center;
}

#main article table th {
    color: #5bbd20;
}

#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 .graph-heading {
    color: #fff;
    background-size: cover;
    text-align: center;
    padding-top: 3.750em;
    padding-bottom: 3.750em;
    margin-bottom: 25px;
}

#main .graph-heading .title {
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 0.625em;
}

#main .graph-heading .subtitle {
    font-size: 1.500em;
    line-height: 1.2;
}

#main .graph-column {
    text-align: left;
}

#main .graph-column .title {
    text-transform: none;
    padding-top: 0.313em;
    padding-bottom: 0;
}

#main .graph-column .readmore {
    color: #000;
    background-color: #fff;
    margin-top: 0;
    float: right;
}

#main .graph-heading.blue {
    background-image: url(assets/images/background/heading-blue.jpg);
}

#main .graph-heading.dark-green {
    background-image: url(assets/images/background/heading-darkgreen.jpg);
}

#main .graph-heading.green {
    background-image: url(assets/images/background/heading-green.jpg);
}

#main .graph-heading.grey {
    background-image: url(assets/images/background/heading-grey.jpg);
}

#main .graph-heading.orange {
    background-image: url(assets/images/background/heading-orange.jpg);
}

#main .graph-heading.yellow {
    background-image: url(assets/images/background/heading-yellow.jpg);
}

#main.page {
    padding-bottom: 0;
}

/* Main: Integration Events */
#main.events .offers figure img {
    border-radius: 1.875em;
}

#main.events .item {
    margin-top: 0.938em;
    margin-bottom: 2.813em;
    text-align: center;
}

#main.events .offers h3 {
    font-size: 1.500em;
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
}

#main.events .events-provide {
    padding-bottom: 3.750em;
}

#valuation {
    max-width: 1100px;
    min-width: 800px;
    border-width: 1.563em;
    border-style: solid;
    padding: 2.813em;
}

#valuation .title {
    font-weight: 600;
    font-size: 1.875em;
    text-align: center;
}

#valuation p {
    font-size: 1.000em;
    text-transform: none;
    text-align: center;
}

#valuation form {
    padding-top: 2.813em;
    max-width: 60%;
    margin: 0 auto;
}

#valuation .form-group {
    padding-bottom: 1.250em;
}

#valuation label span {
    display: inline;
    color: #ff0000;
}

#valuation .readmore {
    width: auto;
    float: left;
    border-radius: 5px;
    font-size: 1.000em;
    padding: 0.625em 1.875em;
}

.fancybox-close-small:hover:after{
    content: "×"!important;
    color: #FFF!important;
    background:rgb(0, 112, 185)!important;
}

.provide {
    text-align: center;
}

.provide .icon {
    width: 108px;
    height: 108px;
    display: table;
    color: #fff;
    background-color: #000;
    margin: 0 auto 0.625em auto;
    border-radius: 50%;
    text-align: center;
}

.provide .icon i{
    display: table-cell;
    vertical-align: middle;
    font-size: 2.250em;
}
.provide .icon img{
    margin: 20px auto;
}

.provide h3 {
    font-size: 1.500em;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 0.938em;
}

.provide p {
    font-size: 1.125em;
    line-height: 1.3;
    margin: 0.938em 1.875em;
}

#main.events .provide-content {
    min-height: 215px;
}

#main.events .provide .readmore {
    opacity: 0.9;
    color: #fff;
    background-color: #000;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#main.events .provide .readmore:hover {
    opacity: 1;
}

#main.events .provide .readmore.last {
    margin-top: 0;
    background-color: #0070b9;
}

/* Main: About */
#main.about .about-mission {
    color: #fff;
    background-image: url(assets/images/background/bg-pyrland.jpg);
    text-align: center;
}

#main.about .about-place {
    padding: 3.750em 0;
}

#main.about .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

#main.about  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-staff .heading {
    text-align: left;
    padding-bottom: 0;
}

.staff-group:not(:last-of-type) {
    padding: 1.875em 0;
}

.staff-group .title {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

/* Main: Semi Colonies */
#main.semicolonies .provide .item {
    padding-top: 1.875em;
    padding-bottom: 1.875em;
}

#main.semicolonies .provide .readmore {
    margin-bottom: 1.875em;
}

#main.semicolonies .countdown .title {
    font-size: 1.125em;
    padding-bottom: 1.875em;
}

#main.semicolonies .countdown span {
    font-size: 3.000em;
    font-weight: 700;
}

#main.semicolonies .countdown p {
    font-size: 1.125em;
    text-transform: uppercase;
    margin-top: 0.313em;
}

#main.semicolonies .plan,
#main.semicolonies .plan p{
    font-size: 1.125em;
    text-align: center;
}

#main.semicolonies .plan .title {
    font-size: 1.875em;
}

#main.semicolonies .nearby {
    padding-top: 1.850em;
}

#main.semicolonies .nearby p {
    margin: 0;
}

#main.semicolonies .nearby strong {
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.2;
}

#main.semicolonies .records {
    font-size: 1.500em;
    padding-top: 0.938em;
}

#main.semicolonies .records p {
    margin: 0.625em 0;
}

#main.semicolonies .program .title {
    text-align: center;
    padding-bottom: 1.250em;
}

#main.semicolonies .program p,
#main.semicolonies .program ul li {
    font-size: 1.125em;
}

#main.semicolonies .program ul {
    list-style: disc;
    list-style-position: inside;
    padding: 0;
}

#main.semicolonies .program ul li {
    padding-left: 1em;
}

/* Main: Birthday */
#main.birthday .birthday-program {
    color: #fff;
    background-image: url(assets/images/background/bg-pyrland.jpg);
}

#main.birthday .birthday-program p {
    font-size: 1.125em;
    line-height: 1.3;
    text-align: center;
    margin: 0.938em 0;
}

#main.birthday .birthday-program .right:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -2px;
}

#main.birthday .birthday-program .right {
    position: relative;
}

#main.birthday .birthday-program .right p {
    font-size: 1.125em;
    text-align: left;
}

#main.birthday #satisfied .item {
    min-height: 195px;
}

#main.birthday .info {
    text-align: left;
}
#main.birthday .info ul{
    list-style: disc;
    margin: 0.938em 2.85em;
}

#main.birthday .info ul{
    font-size: 1.25em
}

/* Main: Birthday - Calculation */
#main.calculation {
    padding-bottom: 0;
}

#main.birthday .birthday-info header {
    text-align: center;
}

#main.birthday .call {
    padding-top: 0.938em;
}

#main.birthday .call p {
    font-size: 2.250em;
    font-weight: 700;
    color: #85c413;
    margin: 0;
    line-height: 1.2;
    text-align: center;
}

#main.birthday .call a {
    color: #85c413;
}

#main.birthday .birthday-offer,
#main.groups .groups-offer {
    background: #f8f8f8;
}

#main.birthday .birthday-offer .right,
#main.groups .groups-offer .right {
    padding-top: 1.250em;
}

#main.birthday .birthday-offer .info,
#main.groups .groups-offer .info {
    font-size: 1.125em;
}

#main.birthday .birthday-offer .left a,
#main.groups .groups-offer .left a {
    font-weight: bold
}

/* Main: Rope park */
#main.rope-park .rope-park-contact .item,
#main.contact .rope-park-contact .item  {
    text-align: center;
}

#main.rope-park .rope-park-contact .title,
#main.contact .rope-park-contact .title  {
    font-size: 1.750em;
}

#main.rope-park .rope-park-contact .opens,
#main.contact .rope-park-contact .opens  {
    padding-top: 2.813em;
    padding-bottom: 2.813em;
}

#main.rope-park .rope-park-contact .opens p,
#main.contact .rope-park-contact .opens p  {
    font-size: 1.500em;
    line-height: 1.4;
}

#main.rope-park .rope-park-contact .address img,
#main.contact .rope-park-contact .address img  {
    margin: 0.938em 0;
}

#main.rope-park .rope-park-contact .address p,
#main.contact .rope-park-contact .address p  {
    font-size: 1.250em;
    line-height: 1.4;
}

#main.rope-park .rope-park-contact .details,
#main.contact .rope-park-contact .details  {
    padding-top: 1.875em;
}

#main.rope-park .rope-park-contact .details p,
#main.contact .rope-park-contact .details p  {
    font-size: 1.250em;
    line-height: 1.4;
    margin-top: 0.625em;
}

#main.rope-park .rope-park-price {
    text-align: center;
}

#main.rope-park .rope-park-price .heading {
    padding-bottom: 2.813em;
}

#main.rope-park .rope-park-tour .thumb {
    text-align: center;
}

#main.rope-park .rope-park-tour p {
    font-size: 1.500em;
    line-height: 1.2;
    margin: 1.563em 0;
}
#main.rope-park .price{
    text-align: center;
}
#main.rope-park .price table{
    width: 100%;
    max-width: 800px;
    border: solid #CCC 1px;
    margin: 20px auto
}
#main.rope-park .price table td{
    padding: 3px;
    border: solid #CCC 1px;   
    font-size: 1.25em;
}
/* Forms */
.form-group {
    padding-bottom: 0.938em;
}

.form-group label {
    display: block;
    margin-bottom: 0.625em;
    line-height: 1.2;
}

.form-group label span {
    font-size: 0.750em;
    display: block;
    line-height: 1.2;
}

.form-group .form-control {
    width: 100%;
    background: #fff;
    border: 1px solid #dddddd;
    padding: 0.313em 0.938em;
}

.form-group .checkbox {
    padding: 5px 0;
}

.form-group .checkbox label {
    margin-bottom: 0;
    line-height: 22px;
}

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + label {
    cursor: pointer;
}

.form-group input[type="checkbox"] + label span {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: url(assets/images/icons/checkbox.jpg) left top no-repeat;
    cursor: pointer;
    margin: 0 15px 0 0;
    display: inline-block;
    float: left;
}

.form-group input[type="checkbox"]:checked + label span {
    background-position: -22px 0;
}

.form-group .readmore {
    border: 0;
    float: right;
}


/* Gallery */
.gallery .heading {
    padding-bottom: 0.938em;
}

.gallery .item {
    margin-top: 15px;
    margin-bottom: 15px;
}

.thumbnail {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.thumbnail .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.thumbnail img {
    display: block;
    position: relative;
}

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

.anim-effect .mask {
    opacity: 0;
    overflow:visible;
    background: rgba(239,100,35,0.7);
    -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;
}

.anim-effect a.info {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.5s 0s ease-in-out;
    -moz-transition: opacity 0.5s 0s ease-in-out;
    -o-transition: opacity 0.5s 0s ease-in-out;
    -ms-transition: opacity 0.5s 0s ease-in-out;
    transition: opacity 0.5s 0s ease-in-out;
}

.anim-effect:hover .mask {
    opacity: 0.7;
}
.anim-effect:hover a.info {
    opacity: 1;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/* Section: Satisfied */
#satisfied {
    text-align: center;
    padding-bottom: 0;
}

#satisfied .title {
    font-size: 1.875em;
    font-weight: 700;
}

#satisfied .item:not(:first-of-type):before {
    content: "";
    width: 1px;
    height: 100%;
    background: #dfdfdf;
    position: absolute;
    top: 0;
    left: 0;
}

#satisfied .item {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    min-height: 270px;
    padding: 30px 0;
}

#satisfied figure img {
    margin-bottom: 30px;
}

#satisfied .satisfied-content {
    padding: 0 60px;
}

#satisfied p {
    font-size: 16px;
    line-height: 1.3;
}

#satisfied .author {
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
}

/* Messages */
.message {
    background: url(assets/images/background/bg-cookie.jpg);
    text-align: center;
}

.message .readmore {
    max-width: 50%;
    margin-top: 0px;
}
.fancybox-slide .readmore {
    width: 100%;
    margin: 15px 15px;

}
.message p, .fancybox-slide p {
    text-transform: uppercase;
    margin-top: 1.0em;
}

.fancybox-slide > * {
    overflow: visible;
}

.fancybox-slide #inline {
    padding: 0;
}

.fancybox-slide .message-modal {
    padding: 1.5em 3.750em;
    background: url(assets/images/background/bg-cookie.jpg);
    text-align: center;
    max-width: 600px;
}

.fancybox-close-small:focus::after {
    outline: none
}

.fancybox-close-small::after,
.fancybox-close-small:hover::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(assets/images/icons/modal-close.png);
}

.fancybox-close-small {
    top: -15px;
    right: -15px;
}

/* Quick Form */
#quick-form {
    width: 360px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 19px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 19px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 19px -7px rgba(0,0,0,0.75);
    position: fixed;
    right: 1.875em;
    bottom: 0;
    z-index: 9999;
}

#quick-form .heading {
    background: #00622b;
    padding: 0.625em 1.250em;
    text-align: left;
    position: relative;
    cursor: pointer;
}

#quick-form .heading h2 {
    font-size: 1.125em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

#quick-form .heading:after {
    content: "\f077";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    position: absolute;
    top: 0.625em;
    right: 1.250em;
}

#quick-form .heading.active:after {
    content: "\f078";
}

.quick-form {
    padding: 1.875em 2.813em;
    display: none;
}

.quick-form.active {
    display: block;
    overflow-y: hidden;
    min-height: 450px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

#quick-form .form-section.current {
    display: inherit;
}

#quick-form .form-section {
    display: none;
}

.quick-form p {
    line-height: 1.4;
    text-align: center;
    margin: 0.938em 0;
}

.quick-form .button, .page-form .button {
    width: 100%;
    color: #fff;
    text-align: center;
    background: #71a90a;
    padding: 0.625em 0.938em;
    display: block;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    position: relative;
    margin-top: 1.875em;
}

.quick-form .s1 .button {
    margin-top: 2.813em;
}

.quick-form .button:hover {
    background: #00622b;
}

.quick-form .button i {
    position: absolute;
    top: 1.063em;
    right: 0.938em;
}

.quick-form label {
    font-weight: 600;
}

.quick-form .form-group {
    padding-bottom: 1.250em;
}

.quick-control {
    border: 0.188em solid #cacaca;
    border-radius: 0.313em;
    width: 100%;
    padding: 0.750em 1.250em;
}

#quick-form .form-group i {
    display: block;
    overflow: hidden;
    font-weight: 400;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success,
input.parsley-success:focus,
input.parsley-success:hover {
    color: #4c9285;
    background-color: rgba(186, 233, 224, 0.90);
    border: 3px solid #9fded2;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error,
input.parsley-error:focus,
input.parsley-error:hover {
    color: #b76d6b;
    background-color: rgba(253, 214, 213, 0.90);
    border: 3px solid #fbbfbd;
}

.parsley-errors-list {
    display: none;
}

/* Footer */
#footer .box {
    padding: 0;
}

#footer .panel {
    color: #e9e9e9;
    padding: 3.438em 3.750em;
    background-size: cover;
    text-align: center;
    min-height: 20.000em;
}

#footer .panel.blue {
    background-image: url(assets/images/background/bg-footer-blue.jpg);
}

#footer .panel.orange {
    background-image: url(assets/images/background/bg-footer-orange.jpg);
}

#footer .panel.green {
    background-image: url(assets/images/background/bg-footer-green.jpg);
}

#footer .panel .heading {
    padding-bottom: 1em;
}

#footer .panel .heading:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(203, 204, 204, 0.1);
    display: block;
    margin-top: 1em;
}

#footer .blue {
    padding: 1.563em 3.750em 1.875em 3.750em;
}

#footer .blue .heading::after {
    margin-top: 0;
}

#footer .blue .heading.logo img {
    margin-bottom: 10px;
    height: 74px;
}

#footer .panel.blue .content p {
    margin-top: 0.313em;
    line-height: 1.6;
}

#footer .blue ul {
    display: table;
    margin: 1.875em auto 0 auto;
}

#footer .blue ul li {
    float: left;
    padding: 0 0.375em;
}

#footer .blue ul li .icon {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#footer .blue ul li:hover .icon {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
}

#footer .panel .heading h2 {
    font-size: 1.500em;
    line-height: 1;
}

#footer .panel .content ul li a {
    font-size: 0.750em;
    color: #fff;
    -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;
}

#footer .panel .content ul li.current-menu-item a {
    text-decoration: underline;
}

#footer .panel .content .icon {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

#footer .panel .content .icon i {
    font-size: 18px;
    margin-top: 10px;
}

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

#footer .panel.orange .content .icon {
    width: 48px;
    height: 48px;
    margin: 0.313em auto 1.250em auto;
    line-height: 46px;
}

#footer .panel .content p {
    font-size: 0.750em;
    line-height: 1.4;
}

#footer .panel .content a.tel {
    font-size: 0.750em;
    color: #e9e9e9;
    display: block;
}

#footer .footer-menu {
    background: #e3a22d;
    border-top: 0.063em solid #b67512;
    clear: both;
    overflow: hidden;
}

#footer .footer-menu ul {
    display: table;
    margin: 0 auto;
}

#footer .footer-menu ul li {
    float: left;
    padding: 1.250em 0.750em;
}

#footer .footer-menu ul li a {
    font-size: 0.875em;
    color: #faf9ca;
}

#footer .footer-menu ul li a:hover {
    color: #fff;
}

#footer .footer-menu ul li a::after {
    display: block;
    content: "";
    height: 1px;
    width: 0;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    background: #fff;
    transition: width 0.5s linear 0s;
}

#footer .footer-menu ul li a:hover::after,
#footer .footer-menu ul li.current-menu-item a::after {
    width: 100%;
}


/* Cookies */
#cookies-message {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: rgba(250, 250, 250, 0.8);
    color: #000000;
    width: 100%;
    z-index: 99999;
}

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

#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;
}

/* 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
}
ul.download{
    list-style: none!important;
    font-size: 1.25em;
    line-height: 2em;
}
ul.download li i{
    color: #d8382d;
}
ul.download li a:hover{
    text-decoration: underline;
}
p{
    font-size: 1.25em;
}
h2{
    font-size: 1.875em;
    font-weight: 700;
}
h3{
    font-size: 1.625em;
    font-weight: 700;
}
h4{
    font-size: 1.425em;
    font-weight: 700;
}

.elementor-text-editor ul{
    list-style: disc;
    padding: 10px 1.25em;
    font-size: 1.125em;
    
}
.anchor{
	display: block;
	height: 91px; /*same height as header*/
	margin-top: -91px; /*same height as header*/
	visibility: hidden; 
}
.row.row-flex {
   display: flex;
  flex-wrap: wrap;
}
.row.row-flex [class*=’col-’],  .row.row-eq-height .person{
   display: flex;
  flex-direction: column;
}
.ajax-loader{
    height: 32px;
    width: 32px;
    background-image: url('assets/images/icons/bx_loader.gif');
    background-position: center center;
    display: block;
}
.cover-btn.covered{
	width: 100%;
	color: #fff;
	text-align: center;
	background: rgba(115, 176, 37, 0.5);
	padding: 0.3em;
	display: block;
	text-transform: uppercase;
	border: 0;
	border-radius: 5px;
	position: relative;
	margin: 2px;
}
#quick-form .cover-btn{
	display: block;
	padding: 0.625em 0.938em;
	margin-top: 1.875em;
}
#quick-form .cover-btn.covered{
	background: #71a90a;
	padding: 0.625em 0.938em;
	margin-top: 1.875em;
}
.quick-form.events.active{
	min-height: 230!important
}
.quick-form .form-group label span{
	display: none;
}
.quick-form .form-group input{
	border: 0.188em solid #cacaca;
	border-radius: 0.313em;
	width: 100%;
	padding: 0.750em 1.250em;
}
.quick-form .form-group .readmore{
	width: 100%;
	color: #fff;
	text-align: center;
	background: #71a90a;
	padding: 0.625em 0.938em;
	display: block;
	text-transform: uppercase;
	border: 0;
	border-radius: 5px;
	position: relative;
	margin-top: 1.875em;
}
.quick-form div.wpcf7-response-output{
	margin: 5px 0!important;
	clear: both!important;
}