/* cmsms stylesheet: rangersi modified: sobota, 9 sierpnia 2025 18:53:27 */
@font-face {
  font-family: 'CG';
  src: url('https://rangersi.pl/uploads/fonts/gothic.eot');
  src: url('https://rangersi.pl/uploads/fonts/gothic.eot?#iefix') format('embedded-opentype'), url('https://rangersi.pl/uploads/fonts/gothic.woff') format('woff'), url('https://rangersi.pl/uploads/fonts/gothic.ttf') format('truetype'), url('https://rangersi.pl/uploads/fonts/gothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  min-width: 320px;
  color: #000;
  font-family: 'CG', Arial, Tahoma, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  height: 100%;
}

@media (max-width: 991px) {
  html,
  body {
    font-size: 12px;
  }
}

p {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  p {
    margin-bottom: 20px;
  }
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
}

a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: underline;
}

.row>div[class*="col-"]:not(.title-container)> :last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 875px;
  }
}

.text-section {
  position: relative;
  height: auto;
  z-index: 0;
  padding: 35px 0;
}

.text-section.small-section {
  padding: 30px 0;
}

.text-section.medium-section {
  padding: 35px 0;
}

.text-section.big-section {
  padding: 40px 0;
}

.text-section.no-padding-section {
  padding: 0;
}

.banner-section.section > div[class*="container"] > .row > div[class*="col-"] {
  text-align: center;
}

.text-section.without-bottom-padding {
  padding-bottom: 0;
}

.text-section img {
  display: inline-block;
}

@media (max-width: 767px) {
  .text-section,
  .text-section.small-section,
  .text-section.medium-section,
  .text-section.big-section {
    padding: 15px 0;
  }

  .text-section.without-bottom-padding {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-section,
  .text-section.small-section,
  .text-section.medium-section,
  .text-section.big-section {
    padding: 30px 0;
  }

  .text-section.without-bottom-padding {
    padding-bottom: 0;
  }
}

.title-header {
  padding: 40px 0;
}

.title-header > :last-child {
  margin-bottom: 0 !important;
}

#contactFormModal .form-group,
#contactForm .form-group {
  margin-bottom: 20px;
}

#contactForm .form-group.submit {
  margin-top: 15px;
}

#contactFormModal .submit,
#contactForm .submit {
  margin-bottom: 0;
}

#contactFormModal .row {
  margin-left: -15px;
  margin-right: -15px;
}

#contactForm .row {
  margin-left: -15px;
  margin-right: -15px;
}

/*
@media (min-width: 768px) {
  #contactForm .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
*/

#contactFormModal div[class*="col-"],
#contactForm div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

#contactFormModal div[class*="col-"].fields,
#contactForm div[class*="col-"].fields {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}

@media (max-width: 767px) {
  #contactFormModal div[class*="col-"].fields,
  #contactForm div[class*="col-"].fields {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#contactFormContainer #responseContent .title,
#contactFormModal .title,
#contactForm .title,
#contactFormModal .title {
  display: block;
  max-width: 100%;
}

#contactForm .error,
#contactFormModal .error {
  color: red;
  margin-bottom: 10px;
}

#contactForm .success,
#contactFormModal .success {
  color: #B7BF11;
  margin-bottom: 10px;
}

#contactForm p {
  font-size: 0.85em !important;
  line-height: 1.15 !important;
}

#contactForm label,
#contactFormModal label {
  color: #333;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
}

#contactForm input[type="text"],
#contactFormModal input[type="text"] {
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}

#contactForm input[type="text"],
#contactFormModal input[type="text"],
#contactForm textarea,
#contactFormModal textarea {
  font-size: 0.8em;
  color: #333;
  border: 1px solid #CCC;
  border-radius: 0;
  box-shadow: none;
}

#contactForm textarea,
#contactFormModal textarea {
  border: 1px solid #CCC;
  resize: vertical;
  height: 79px;
  min-height: 79px;
  padding: 4px 8px;
}

#contactForm .checkbox label,
#contactFormModal .checkbox label {
  font-size: 1.067em;
  line-height: 1;
  color: #333;
}

#contactForm input[type="checkbox"],
#contactFormModal input[type="checkbox"],
#contactForm input[type="radio"],
#contactFormModal input[type="radio"] {
  margin-top: 0;
}

#contactForm .text,
#contactFormModal .text {
  text-align: center;
}

#contactForm .text p,
#contactFormModal .text p {
  font-size: 0.933em;
  line-height: 0.85;
}

.background-4 #contactForm p,
.background-4 #contactForm label,
.background-4 .checkbox label,
.background-5 #contactForm p,
.background-5 #contactForm label,
.background-5 .checkbox label {
  color: #FFF;
}

@media (max-width: 767px) {
  #contactForm #phone,
  #contactFormModal #phone_modal {
    margin-bottom: 15px;
  }
  #contactForm .row>div[class*="col-xs-12"],
  #contactFormModal .row>div[class*="col-xs-12"] {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #contactForm #name,
  #contactFormModal #name_modal {
    margin-bottom: 15px;
  }
}

#contactFormContainerModal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#contactForm .title {
}

#contactForm .title-container {
  margin-bottom: 30px;
}

.modal-open .container-fluid,
.modal-open .container,
.modal-open .container-fluid,
.modal-open .headerGallery {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.modal-header {
  padding: 12px 12px 0 12px;
  border-bottom: 0;
}

.modal-header .close {
  width: 28px;
  height: 28px;
  background: #00365D;
  filter: alpha(opacity=100);
  opacity: 1;
  color: #333;
  line-height: 28px;
  font-size: 2.4em;
  text-shadow: 0 0px 0 #fff;
}

.modal-content {
  border-radius: 0;
  border: 0;
}

.modal-dialog {
  margin: 60px auto;
  width: 685px;
}

.modal-dialog.modal-sm {
  margin: 140px auto;
}

.modal-body {
  padding: 5px 70px 20px 70px;
}

.modal-body#responseContentModal {
  padding: 15px 30px 30px 30px;
}

.modal-body#responseContentModal #responseSuccessTitleModal,
.modal-body#responseContentModal #responseErrorTitleModal {
  font-weight: bold;
}

.modal-footer {
  border-top: 0;
  padding: 0px 70px 35px 70px;
}

@media (max-width: 767px) {
  .modal-dialog {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .modal-body {
    padding: 5px 15px 15px 15px;
  }
  .modal-footer {
    padding: 0px 15px 15px 15px;
  }
}

@media (min-width: 768px) {
  .modal-sm {
    width: 405px;
  }
}

@media (max-width: 767px) {
  .modal-dialog.modal-sm {
    margin-left: 15px;
    margin-right: 15px;
  }
}

#contactFormContainer #responseContent #responseMessage,
#responseContentModal #responseMessageModal {
  margin-bottom: 30px;
}

#contactFormContainer #responseContent,
#responseContentModal {
  color: #333;
  font-size: 1.067em;
  line-height: 19px;
}

.background-1 {
  background: #FFFCEF;
  color: #666666;
}

.background-1 a {
  color: #666666;
}

.background-2 {
  background: #FFFFFF;
  color: #000000;
}

.background-2 a {
  color: #000000;
}

.background-3 {
  background: rgba(250, 120, 52, 0.32);
  color: #000000;
}

.background-3 a {
  color: #000000;
}

.background-4 {
  background: #FFFCEF;
  color: #000000;
}

.background-4 a {
  color: #000000;
}

.background-5 {
  background: #FDC551;
  color: #000000;
}

.background-5 a {
  color: #000000;
}

.background-6 {
  background: #FFF9DF;
  color: #000000;
}

.background-6 a {
  color: #000000;
}

.background-7 {
  background: #FDD4BE;
  color: #000000;
}

.background-7 a {
  color: #000000;
}

.background-8 {
  background: #FCAC81;
  color: #000000;
}

.background-8 a {
  color: #000000;
}

.background-9 {
  background: rgba(253,186,50,0.6);
  color: #065769;
}

.background-9 a {
  color: #065769;
}

.background-10 {
  background: rgba(250,120,52,0.6);
  color: #FFFFFF;
}

.background-10 a {
  color: #FFFFFF;
}

.text-uppercase {
  text-transform: uppercase;
}

.title.text-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  min-height: 58px;
}

.title.text-logo.text-left-logo {
  justify-content: start;
}

.title.text-logo.text-center-logo {
  justify-content: center;
}

.title.text-logo.text-right-logo {
  justify-content: end;
}

.title.text-logo:before {
  content: '';
  background: url('https://rangersi.pl/uploads/theme/icon/logo/logo-title.png') no-repeat center left;
  padding-left: 74px;
  width: 60px;
  height: 58px;
}

.title,
.title.title-1 {
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.3888888888888888em;
  color: #000000;
  font-weight: normal;
}

@media (max-width: 767px) {
  .title,
  .title.title-1 {
    margin-bottom: 15px;
  }
}

h1.title,
h1.title.title-1 {
  font-size: 1.3888888888888888em;
}

h2.title,
h2.title.title-1 {
  font-size: 1.1111111111111112em;
}

h3.title,
h3.title.title-1 {
  font-size: 1em;
}

h4.title,
h4.title.title-1 {
  font-size: 0.8888888888888888em;
}

h5.title,
h5.title.title-1 {
  font-size: 0.7777777777777778em;
}

h6.title,
h6.title.title-1 {
  font-size: 0.6666666666666666em;
}

@media (max-width: 479px) {
  h1.title.title-1 {
    font-size: 1.1111111111111112em;
  }
  h2.title.title-1 {
    font-size: 1em;
  }
  h3.title.title-1 {
    font-size: 0.8888888888888888em;
  }
  h4.title.title-1 {
    font-size: 0.7777777777777778em;
  }
  h5.title.title-1 {
    font-size: 0.6666666666666666em;
  }
  h6.title.title-1 {
    font-size: 0.5555555555555556em;
  }
}

.title.title-2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.2777777777777777em;
  color: #065769;
  font-weight: normal;
}

h1.title.title-2 {
  font-size: 1.2777777777777777em;
}

h2.title.title-2 {
  font-size: 1.1111111111111112em;
}

h3.title.title-2 {
  font-size: 1em;
}

h4.title.title-2 {
  font-size: 0.8888888888888888em;
}

h5.title.title-2 {
  font-size: 0.7777777777777778em;
}

h6.title.title-2 {
  font-size: 0.6666666666666666em;
}

@media (max-width: 479px) {
  h1.title.title-2 {
    font-size: 1.1111111111111112em;
  }
  h2.title.title-2 {
    font-size: 1em;
  }
  h3.title.title-2 {
    font-size: 0.8888888888888888em;
  }
  h4.title.title-2 {
    font-size: 0.7777777777777778em;
  }
  h5.title.title-2 {
    font-size: 0.6666666666666666em;
  }
  h6.title.title-2 {
    font-size: 0.5555555555555556em;
  }
}

.title.title-3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.3888888888888888em;
  color: #FFFFFF;
  font-weight: normal;
}

h1.title.title-3 {
  font-size: 1.3888888888888888em;
}

h2.title.title-3 {
  font-size: 1.1111111111111112em;
}

h3.title.title-3 {
  font-size: 1em;
}

h4.title.title-3 {
  font-size: 0.8888888888888888em;
}

h5.title.title-3 {
  font-size: 0.7777777777777778em;
}

h6.title.title-3 {
  font-size: 0.6666666666666666em;
}

@media (max-width: 479px) {
  h1.title.title-3 {
    font-size: 1.1111111111111112em;
  }
  h2.title.title-3 {
    font-size: 1em;
  }
  h3.title.title-3 {
    font-size: 0.8888888888888888em;
  }
  h4.title.title-3 {
    font-size: 0.7777777777777778em;
  }
  h5.title.title-3 {
    font-size: 0.6666666666666666em;
  }
  h6.title.title-3 {
    font-size: 0.5555555555555556em;
  }
}

@media (max-width: 767px) {
  .title.title-1,
  .title.title-2,
  .title.title-3,
  .title {
    margin-bottom: 15px;
  }
}

.title-container .title {
  margin-bottom: 30px;
}

button.more,
a.more,
button.more.more-1,
a.more.more-1 {
  padding: 0 21px;
  text-align: center;
  display: inline-block;
  background: #FDD4BE;
  color: #000000;
  font-size: 0.7777777777777778em;
  font-weight: normal;
  min-width: 154px;
  min-height: 32px;
  text-shadow: none;
  border: 0;
  border-radius: 10px;
  text-decoration: none;
  text-transform: none;
  line-height: 32px;
}

a.more>*,
button.more>*,
a.more>span,
button.more>span {
  display: inline-block;
  vertical-align: middle;
}

button.more:active,
button.more:visited,
button.more:hover,
button.more.more-1:active,
button.more.more-1:visited,
button.more.more-1:hover,
a.more:active,
a.more:visited,
a.more:hover,
a.more.more-1:active,
a.more.more-1:visited,
a.more.more-1:hover {
  color: #000000;
  text-decoration: underline;
}

#cookieWarning {
  z-index: 9999;
  font-size: 0.6666666666666666em;
  background: #000;
  -khtml-opacity: 0.85;
  -rim-opacity: 0.85;
  -ms-opacity: 0.85;
  -o-opacity: 0.85;
  -moz-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=85);
  position: fixed;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 12px 0;
  overflow: hidden;
  line-height: 12px;
}

#cookieWarning p {
  margin: 0 0 10px 0;
}

#cookieWarning a {
  font-weight: bold;
  color: #FFF;
}

#cookieWarning #closeCookieWarning {
  padding: 3px 5px;
  display: inline-block;
  width: 100px;
  cursor: pointer;
  border-radius: 5px;
  line-height: 18px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-bottom: 25px;
}

.section {
  z-index: 999;
}

.text-section>div[class*="container"] .row {
  margin-left: -15px;
  margin-right: -15px;
}

/*
@media (min-width: 768px) {
  .text-section>div[class*="container"] .row {
    display: flex;
  }
}
*/

.text-section>div[class*="container"] .row div[class*="col-"] {
  padding: 0 15px;
}

.text-section.section-with-background-color>div[class*="container"] .row div[class*="col-"] {
  padding: 40px;
}

@media (max-width: 991px) {
  .text-section>div[class*="container"] .row div[class*="col-"] {
    padding: 0 15px;
  }
  .text-section.section-with-background-color>div[class*="container"] .row div[class*="col-"] {
    padding: 15px;
  }
  .section-with-column-image>div.container>.row,
  .text-section>div.container>.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .text-section>div.container>.row>div[class*="col-"] {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .text-section>div.container>.row>div[class*="col-"]:first-child,
  .text-section>div.container>.row>div[class*="col-"].title-container + div[class*="col-"] {
    margin-top: 0;
  }
}

.checkbox,
.radio {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.checkbox label,
.radio label {
  font-size: 1em;
  line-height: 1.15;
}

.navbar-collapse.in {
  overflow-y: hidden;
}

img.img-left {
  margin-right: 1.5em;
  float: left !important;
}

img.img-right {
  margin-left: 1.5em;
  float: right !important;
}

img.img-with-border {
  border: 10px solid #FFFFFF;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

.banner {
  position: relative;
  display: inline-block;
}

.banner > a {
  display: block;
}

.banner .banner-description,
.banner .banner-description.banner-description-1 {
  position: absolute;
  bottom: 30px;
  right: 10px;
  background: rgba(255, 123, 49, 0.8);
  color: #FFF;
  font-weight: bold;
  line-height: 1.15;
  padding: 10px 10px 10px 30px;
  text-align: right;
}

.banner .banner-description.banner-description-2 {
  background: rgba(4, 72, 169, 0.8);
}

.banner .banner-description > :last-child,
.banner .banner-description.banner-description-1 > :last-child,
.banner .banner-description.banner-description-2 > :last-child {
  margin-bottom: 0;
}

.header-gallery-section {
  padding: 0;
}

.header-gallery-section>.container-fluid>.row>div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  img {
    float: none !important;
  }
}

.section-with-column-image .img-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 100%;
  overflow: hidden;
  margin: 0 !important;
}

.section-with-column-image .img-wrapper .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}

.section-with-column-image .img-wrapper .img>a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1440px) {
  .section-with-column-image .img-wrapper .img {
    min-height: 500px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .section-with-column-image .img-wrapper .img {
    min-height: 450px;
  }
}

@media (max-width: 1199px) {
  .section-with-column-image .img-wrapper .img {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .section-with-column-image .img-wrapper .img {
    min-height: 350px;
  }
}

@media (max-width: 479px) {
  .section-with-column-image .img-wrapper .img {
    min-height: 194px;
  }
}

.section-with-column-image .content {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .section-with-column-image .left.content {
    padding: 15px !important;
  }
  .section-with-column-image .right.content {
    padding: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-with-column-image .left.content,
  .section-with-column-image .right.content {
    padding: 30px !important;
    margin: 0 auto;
    display: block;
    float: none;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1999px) {
  .section-with-column-image .left.content {
    padding: 30px !important;
  }
  .section-with-column-image .right.content {
    padding: 30px !important;
  }
}

@media (min-width: 1200px) {
  .section-with-column-image .left.content {
    padding: 55px 60px 35px 110px !important;
  }
  .section-with-column-image .right.content {
    padding: 55px 110px 35px 60px !important;
  }
}

.text-section.section-with-background-color {
  padding: 0;
}

#footer-partners {
  padding: 40px 0;
}

.section-with-map {
  padding: 0;
}

.section-with-map>div[class*="container"]>.row>div[class*="col-"] {
  padding: 40px 70px;
}

.section-with-map>div[class*="container"]>.row>div[class*="col-"].map-container {
  display: flex;
  padding: 0;
}

.section-with-map>div[class*="container"]>.row>div[class*="col-"].map-container>.map {
  width: 100%;
  height: 471px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

@media (max-width: 767px) {
  .section-with-map>div[class*="container"]>.row>div[class*="col-"].map-container>.map {
    min-height: 350px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-with-map>div[class*="container"]>.row>div[class*="col-"].map-container>.map {
    min-height: 471px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .section-with-map>div[class*="container"]>.row>div[class*="col-"].map-container>.map {
    min-height: 471px;
  }
}

@media (min-width: 1440px) {
  .section-with-map>div[class*="container"]>.row>div[class*="col-"].map-container>.map {
    min-height: 471px;
  }
}

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

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

.boxes-section.text-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.boxes-section.text-section > div[class*="container"] .row {
  margin-top: -30px;
}

.boxes-section.text-section > div[class*="container"] .row div[class*="col-"] {
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.boxes-section.text-section > div[class*="container"] .row div[class*="col-"] > .box {
  padding: 30px;
}

.boxes-section.text-section > div[class*="container"] .row div[class*="col-"].title-container .title {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .section.section-column-reverse > div[class*="container"] > .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column-reverse;
  }
   .section > div[class*="container"] > .row > div[class*="col-"] {
     text-align: center;
     margin-top: 30px;
  }
  .section:not(.section-column-reverse) > div[class*="container"] > .row > div[class*="col-"]:first-child {
    margin-top: 0;
  }
  .section.section-column-reverse > div[class*="container"] > .row > div[class*="col-"]:last-child {
    margin-top: 0;
  }
}

.fixed-background {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  max-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*background-attachment: fixed;*/
  color: #FFF;
  z-index: -1;
}

.fixed-background>.container,
.fixed-background>.container-fluid,
.fixed-background>.container-fluid>.row {
  height: 100%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .fixed-background {
    max-height: 450px;
  }
}

@media (min-width: 1400px) {
  .fixed-background {
    max-height: 550px;
  }
}

.fixed-background a {
  color: #FFF;
}

.fixed-background .content {
  position: relative;
  height: 100%;
  background: transparent;
  overflow: hidden;
  min-height: 100px;
}

.fixed-background .content>div> :last-child {
  margin-bottom: 0;
}

.fixed-background .content .description {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  padding: 25px 40px 30px 85px;
  background: rgba(19, 59, 99, 0.5);
  line-height: 1;
}

.fixed-background .content .description> :last-child {
  margin-bottom: 0 !important;
}

.fixed-background .top-left-content {
  top: 45px !important;
  left: 0 !important;
  bottom: auto !important;
  right: auto !important;
}

.fixed-background .top-right-content {
  top: 45px !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
}

.fixed-background .bottom-left-content {
  bottom: 45px !important;
  left: 0 !important;
  right: auto !important;
  top: auto !important;
}

.fixed-background .bottom-right-content {
  bottom: 45px !important;
  right: 0 !important;
  top: auto !important;
  left: auto !important;
}

.fixed-background .content .description>.title {
  margin-bottom: 15px;
}

.camp-news-container {
}

.camp-news-container > div.row {
  margin-top: -30px;
}

.camp-news-container > div.row > div[class*="col-"] {
  margin-top: 30px;
}

.camp-news-container > div.row > div[class*="col-"] > div {
  padding: 10px;
  background: #FFFFFF;
  color: #000000;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

.camp-news-container > div.row > div[class*="col-"] > div .news-cover {
   margin-bottom: 25px;
}

.camp-news-container > div.row > div[class*="col-"] > div .news-cover img {
  display: block;
  margin: 0 auto;
}

.camp-news-container > div.row > div[class*="col-"] > div .news-content {
  padding: 0 25px 15px 25px;
}

.camp-news-container > div.row > div[class*="col-"] > div .title {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: left;
}

.camp-news-container > div.row > div[class*="col-"] > div .news-content > .news-content-params {
  margin-bottom: 15px;
  text-align: left;
}

.camp-news-container > div.row > div[class*="col-"] > div .news-content > .news-content-params > .news-content-param {
  font-size: 0.8888888888888888em;
}

.camp-news-container > div.row > div[class*="col-"] > div .news-content .news-description {
   margin-bottom: 25px;
   text-align: justify;
   font-size: 0.7777777777777778em;
}

.camp-news-container > div.row > div[class*="col-"] > div .news-content .news-more-container {
  text-align: right;
}

.camp-news-container .news-pagination-container {
  text-align: center;
}

.camp-news-container .news-pagination-container .pagination {
  margin: 0;
}

.camp-news-container .news-pagination-container .pagination > li > a,
.camp-news-container .news-pagination-container .pagination > li > span {
  color: #000;
}

@media (max-width: 767px) {
  .camp-news-container > div.row {
    margin-top: -15px;
  }

  .camp-news-container > div.row > div[class*="col-"] {
    margin-top: 15px;
  }
}

#NewsPostDetailTitle {
  margin-bottom: 15px;
}

.NewsCover {
  margin-bottom: 15px;
}

.NewsParams {
  margin-bottom: 15px;
}

#header #header-content-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

#header #header-content-container .header-logo-container img {
  width: 253px;
}

#header #header-content-container .header-contact-container ul {
  list-style: none;
  margin: 0;
  padding: 27px 0 17px 0;
  display: flex;
  align-content: end;
  justify-content: end;
}

#header #header-content-container .header-contact-container ul > li {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1em;
}

#header #header-content-container .header-contact-container ul > li:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0px;
  background: #666666;
  height: 14px;
  margin-top: -7px;
}

#header #header-content-container .header-contact-container ul > li,
#header #header-content-container .header-contact-container ul > li > a,
#header #header-content-container .header-contact-container ul > li > span {
  color: #666666;
  font-size: 0.8888888888888888em;
}

@media (max-width: 991px) {
  #header #header-content-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header #header-content-container .header-logo-container img {
    width: 150px;
  }
  #header #header-content-container .header-contact-container {
    margin-top: 0;
  }
  #header #header-content-container .header-contact-container ul {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

@media (max-width: 549px) {
  #header #header-content-container .header-logo-container,
  #header #header-content-container .header-contact-container {
    width: 100%;
  }
  #header #header-content-container .header-logo-container {
    text-align: center;
  }
  #header #header-content-container .header-contact-container ul {
    align-content: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 0;
  }
}

/*
.navbar.navbar-headerMenu .navbar-nav > li.languages-container {
   height: auto;
}

ul.languages {
   display: block;
   margin: 0;
   padding: 0;
   list-style: none;
   font-size: 0;
   width: 100%;
}

ul.languages > li {
   display: inline-block;
   height: 12px;
   line-height: 12px;
   padding-left: 3px;
   padding-right: 3px;
   opacity: 1;
   transition: all 170ms ease-in-out;
   position: relative;
   color: #000;
   text-align: left;
   font-family: Tahoma;
}

ul.languages > li img {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
}

ul.languages > li:hover {
   opacity: 0.75;
}
*/

.navbar {
  min-height: auto;
  border: 0;
}

.navbar-fixed-top {
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}

.navbar.navbar-headerMenu {
  width: 100%;
  z-index: 999;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar.navbar-headerMenu .container-fluid .navbar-header,
.navbar.navbar-headerMenu .container .navbar-header {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar.navbar-headerMenu .container {
  position: relative;
  height: 100%;
}

.navbar-headerMenu .navbar-collapse {
  padding: 0;
  margin-right: 0;
  overflow: hidden;
}

.navbar-headerMenu .navbar-toggle {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  border-color: #ddd;
  background-color: #FFF;
  border-radius: 4px !important;
}

.navbar-headerMenu .navbar-toggle:hover,
.navbar-headerMenu .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-headerMenu .navbar-toggle .icon-bar {
  background-color: #666;
}

.navbar-headerMenu .navbar-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav>li {
/*
  display: inline-block;
  float: none;
  vertical-align: middle;
*/
  padding: 0;
}

.navbar-headerMenu .navbar-nav>li {
  position: relative;
}

.navbar-headerMenu .navbar-nav>li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 15px;
  margin-top: -7.5px;
  background: #000000;
}

.navbar-headerMenu .navbar-nav>li:first-child:before {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  margin-top: auto;
}

.navbar-headerMenu .navbar-nav>li>a,
.navbar-headerMenu .navbar-nav>li>span {
  color: #000000;
  font-weight: bold;
  font-size: 0.8888888888888888em;
  padding: 8px 18px;
  text-transform: none;
  text-shadow: none;
}

.navbar-headerMenu .navbar-nav>li>ul>li>a,
.navbar-headerMenu .navbar-nav>li>ul>li>span {
  text-transform: none;
}

.navbar-headerMenu .navbar-nav>li>a {}

.navbar-headerMenu .navbar-nav>li:first-child>a,
.navbar-headerMenu .navbar-nav>li:first-child>span {}

.navbar-headerMenu .navbar-nav>li>a:hover,
.navbar-headerMenu .navbar-nav>li>a:focus,
.navbar-headerMenu .navbar-nav>li>span:hover,
.navbar-headerMenu .navbar-nav>li>span:focus {
  border-radius: 0;
  background: transparent;
  color: #000;
  text-decoration: none;
  text-shadow: 0 0 1px #000, 0 0 1px #000;
}

.navbar-headerMenu .navbar-nav>.menuactive>a,
.navbar-headerMenu .navbar-nav>.menuactive>a:hover,
.navbar-headerMenu .navbar-nav>.menuactive>a:focus,
.navbar-headerMenu .navbar-nav>.menuactive>span,
.navbar-headerMenu .navbar-nav>.menuactive>span:hover,
.navbar-headerMenu .navbar-nav>.menuactive>span:focus {
  border-radius: 0;
  background: transparent;
  color: #000;
  text-decoration: none;
  text-shadow: 0 0 1px #000, 0 0 1px #000;
}

.navbar-headerMenu .navbar-nav>.disabled>a,
.navbar-headerMenu .navbar-nav>.disabled>a:hover,
.navbar-headerMenu .navbar-nav>.disabled>a:focus,
.navbar-headerMenu .navbar-nav>.disabled>span,
.navbar-headerMenu .navbar-nav>.disabled>span:hover,
.navbar-headerMenu .navbar-nav>.disabled>span:focus {
  border-radius: 0;
  background: transparent;
  color: #0000;
  text-decoration: none;
  text-shadow: 0 0 1px #000, 0 0 1px #000;
}

.navbar-headerMenu .navbar-collapse {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-headerMenu .navbar-collapse,
.navbar-headerMenu .navbar-form {
  border-color: transparent;
}

.navbar-headerMenu .navbar-nav>.open>a,
.navbar-headerMenu .navbar-nav>.open>a:hover,
.navbar-headerMenu .navbar-nav>.open>a:focus {
  color: #000 !important;
  text-decoration: underline;
  background-color: transparent;
}

.navbar-headerMenu .navbar-nav>.open>a {
  color: #000 !important;
}

.navbar {
  margin-bottom: 0 !important;
}

.navbar-nav>li>.dropdown-menu {
  border: 0 !important;
  background: #FFF;
  padding: 5px;
}

.navbar-nav>li>.dropdown-menu a {
  color: #000;
}

.navbar-nav>li>.dropdown-menu a:hover {
  color: #000;
  text-decoration: underline;
  background: transparent;
}

@media (min-width: 992px) {
  ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
    margin-top: 0px;
  }
}

.navbar-nav .open .dropdown-menu {
  background: #FFF;
  color: #000;
  border-radius: 0 !important;
}

.navbar-headerMenu .navbar-collapse {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1149px) {
   .navbar-nav > li {
     padding: 0;
   }
}

@media (max-width: 1199px) {
/*
  .navbar.navbar-headerMenu .navbar-nav > li.languages-container {
    padding: 2.5px 19px
  }
   ul.languages {
      margin-top: 0;
      margin-left: 0;
      float: none;
      clear: none;
      text-align: right;
      display: inline-block;
   }
*/
  #header .navbar.navbar-headerMenu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-right {
    margin-right: 0;
  }
  .navbar-nav>li>.dropdown-menu li>a {
    text-align: right;
  }
  .navbar.navbar-headerMenu .container-fluid .navbar-header,
  .navbar.navbar-headerMenu .container .navbar-header {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar.navbar-headerMenu .navbar-nav>li {
    display: block;
    line-height: 20px;
    padding: 0;
    overflow: hidden;
  }
  .navbar.navbar-headerMenu .navbar-nav>li>a,
  .navbar.navbar-headerMenu .navbar-nav>li>span {
    display: block;
    line-height: 1em;
    float: none;
    padding: 5px 0;
  }
  .navbar-headerMenu .navbar-nav>li>a:hover,
  .navbar-headerMenu .navbar-nav>li>a:focus {
    border-bottom: 0;
  }
  .navbar-headerMenu .navbar-nav>.menuactive>a,
  .navbar-headerMenu .navbar-nav>.menuactive>a:hover,
  .navbar-headerMenu .navbar-nav>.menuactive>a:focus {
    border-bottom: 0;
  }
  .navbar-headerMenu .navbar-nav>.disabled>a,
  .navbar-headerMenu .navbar-nav>.disabled>a:hover,
  .navbar-headerMenu .navbar-nav>.disabled>a:focus {
    border-bottom: 0;
  }
  .navbar-headerMenu .navbar-toggle {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .navbar-headerMenu .navbar-collapse .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar.navbar-headerMenu .navbar-nav>li,
  .navbar.navbar-headerMenu .navbar-nav>li>a,
  .navbar.navbar-headerMenu .navbar-nav>li>span {}
  .navbar-headerMenu .navbar-collapse .navbar-nav>li>a {
    text-align: center;
  }

  .navbar-headerMenu .navbar-nav>li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    width: 200px;
    height: 1px;
    margin-top: 0;
    margin-left: -100px;
    background: #000000;
  }

  .navbar-headerMenu .navbar-nav>li:first-child:before {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-left: auto;
    background: transparent;
  }

  .navbar-headerMenu .navbar-collapse {
    margin: 0 0 0 0;
    padding: 5px 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-right: 0;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

.navbar-nav>li>.dropdown-menu {
  top: auto;
}

.navbar-nav>li>.dropdown-menu li>a {
  padding: 2.5px;
  font-weight: normal;
  font-family: Tahoma;
  font-size: 13px;
  line-height: 15px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
}

.navbar-nav>li>.dropdown-menu li {
  background: #000;
}

.navbar-nav>li>.dropdown-menu .menuactive>a,
.navbar-nav>li>.dropdown-menu .menuactive>a:hover,
.navbar-nav>li>.dropdown-menu .menuactive>a:focus,
.navbar-nav>li>.dropdown-menu li>a:hover,
.navbar-nav>li>.dropdown-menu li>a:focus {
  background: #000;
  color: #FFF;
  text-decoration: underline;
}

.navbar-headerMenu .navbar-nav {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    top: auto;
    left: 0;
    right: auto;
    border-radius: 0 !important;
    border: 0 !important;
    background: #000 !important;
    box-shadow: none !important;
  }
  .navbar-right .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: 0;
    padding-top: 0 !important;
  }
}

@media (max-width: 991px) {
  #header .navbar.navbar-headerMenu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .navbar-headerMenu .navbar-collapse .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-headerMenu .navbar-toggle {
    margin: 0 auto;
  }
  .navbar-right {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 2.5px;
    text-align: right;
    line-height: 13px;
  }
  #header .navbar.navbar-headerMenu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar.navbar-headerMenu .navbar-nav>li,
  .navbar.navbar-headerMenu .navbar-nav>li>a,
  .navbar.navbar-headerMenu .navbar-nav>li>span {}
}

@media (max-width: 479px) {
  .navbar-headerMenu .navbar-toggle {
    margin: 0 auto;
  }
  #header .navbar.navbar-headerMenu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar.navbar-headerMenu .navbar-nav>li,
  .navbar.navbar-headerMenu .navbar-nav>li>a,
  .navbar.navbar-headerMenu .navbar-nav>li>span {}
  .navbar-headerMenu .navbar-collapse {}
}

body.small-header  #header #header-content-container {
  padding-top: 5px;
  padding-bottom: 5px;
}

body.small-header #header .navbar-headerMenu {
  padding-top: 5px;
  padding-bottom: 5px;
}

body.small-header #header #header-content-container .header-logo-container img {
  width: 150px;
}

body.small-header #header #header-content-container .header-contact-container ul {
  padding-top: 14px;
  padding-bottom: 10px;
}

body.small-header .navbar.navbar-headerMenu .navbar-nav > li {
  padding: 0;
}

body.small-header .navbar.navbar-headerMenu .navbar-nav>li,
body.small-header .navbar.navbar-headerMenu .navbar-nav>li>a,
body.small-header .navbar.navbar-headerMenu .navbar-nav>li>span {}

body.small-header .navbar.navbar-headerMenu .navbar-nav>li>a,
body.small-header .navbar.navbar-headerMenu .navbar-nav>li>span {
  padding: 0 13px;
}

body.small-header .navbar-headerMenu .navbar-collapse {
  margin-right: 0;
}

body.small-header .navbar-headerMenu .navbar-toggle {
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .navbar-headerMenu .navbar-nav {
    padding-bottom: 0;
  }
  body.small-header #header .navbar.navbar-headerMenu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.small-header .navbar-headerMenu .navbar-toggle {
    margin: 0 auto;
  }
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li {
    padding: 0;
  }
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li,
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>a,
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>span {}
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>a,
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>span {
    padding: 0;
  }
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>a,
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>span {
    padding: 5px 0;
  }
  body.small-header .navbar-headerMenu .navbar-collapse .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  body.small-header #header .navbar.navbar-headerMenu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.small-header #header #header-content-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.small-header #header #header-content-container .header-contact-container ul {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  body.small-header .navbar-headerMenu .navbar-toggle {
    margin: 0 auto;
  }
  body.small-header .navbar-right {
    margin-right: 0;
  }
  body.small-header .navbar-headerMenu .navbar-collapse {
  }
  body.small-header .navbar-nav .open .dropdown-menu>li>a {
    text-align: right;
    line-height: 13px;
  }
  body.small-header #header .navbar.navbar-headerMenu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li {
    padding: 0;
  }
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li {}
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>a,
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>span {
  }
  body.small-header .navbar-headerMenu .navbar-collapse {}
}

@media (max-width: 549px) {
  body.small-header #header #header-content-container .header-contact-container ul {
    align-content: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 0;
  }
}

@media (max-width: 479px) {
  body.small-header .navbar-headerMenu .navbar-toggle {
    margin: 0 auto;
  }
  body.small-header #header .navbar.navbar-headerMenu {
    padding: 5px 0;
  }
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li {
    padding: 0;
  }
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li {}
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>a,
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>span {
  }
  body.small-header .navbar-headerMenu .navbar-collapse {}
}

#footer-data-container {
}

#copyright-container {
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(250,120,52,0.6);
  color: #FFFFFF;
  font-size: 0.4444444444444444em;
  font-family: Verdana;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

#copyright-container > .container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

#copyright-container> .container:before {
  content: '';
  background-image: url('https://rangersi.pl/uploads/theme/icon/logo/logo-copyright.png');
  background-repeat: no-repeat;
  position: absolute;
  top: -61px;
  left: 15.75%;
  display: block;
  width: 127px;
  height: 123px;
}

#copyright-container a {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}

#copyright-container p {
  margin-bottom: 0;
  color: #FFFFFF;
}

@media (max-width: 992px) {
  #copyright-container > .container {
    padding-top: 77px;
  }

  #copyright-container > .container:before {
    width: 100%;
    left: 0;
    background-position: center center;
  }
}

@media (max-width: 767px) {
  #copyright-container > .container {
    padding-top: 77px;
    padding-bottom: 15px;
  }
}

@media (max-width: 479px) {
  #copyright-container {
    font-size: 0.4444444444444444em;
  }
}

.text-section:has(+ #copyright-container) {
  z-index: 0;
}

@media (max-width: 992px) {
  .text-section:has(+ #copyright-container) {
    padding-bottom: 76px;
  }
}

.icons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
}

.icons-list > .icon-item {
  width: 25%;
  text-align: center;
  padding: 10px 25px;
  flex-grow: 1;
}

.icons-list > .icon-item > .icon-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 101px;
  margin-bottom: 15px;
}

.icons-list > .icon-item > .icon-item-description {
  font-weight: 900;
  color: #000;
  font-size: 0.8333333333333334em;
}

@media (max-width: 1199px) {
  .icons-list {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .icons-list {
    width: 100%;
  }
  .icons-list > .icon-item > .icon-item-description {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .icons-list > .icon-item {
    width: 50%;
    padding: 10px 15px;
  }
}

@media (max-width: 479px) {
  .icons-list > .icon-item {
    width: 100%;
  }
}

.tiles-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}

.tiles-list > .tile-item {
  width: 50%;
  padding: 0 15px;
  flex-grow: 1;
  margin-top: 30px;
}

.tiles-list > .tile-item > a {
  display: block;
  height: 100%;
}

.tiles-list > .tile-item > a:hover,
.tiles-list > .tile-item > a:focus,
.tiles-list > .tile-item > a:active {
  text-decoration: none;
}

.tiles-list > .tile-item .tile-item-content {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px 20px;
  height: 100%;
}

.tiles-list > .tile-item .tile-item-content {
  position: relative;
  transition: transform 0.15s ease-out;
}

.tiles-list > .tile-item .tile-item-content::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000000;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}

.tiles-list > .tile-item:hover .tile-item-content::after {
  opacity: 0.1;
}

.tiles-list > .tile-item:nth-child(4n+1) .tile-item-content {
  background: #FDC551;
}

.tiles-list > .tile-item:nth-child(4n+1):hover .tile-item-content {
  background: #EEA202;
}

.tiles-list > .tile-item:nth-child(4n+2) .tile-item-content {
  background: #FFF9DF;
}

.tiles-list > .tile-item:nth-child(4n+3) .tile-item-content {
  background: #FDD4BE;
}

.tiles-list > .tile-item:nth-child(4n) .tile-item-content {
  background: #E19902;
}

.tiles-list > .tile-item .tile-item-content > .tile-item-img {
  flex-basis: 130px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.tiles-list > .tile-item .tile-item-content > .tile-item-img > img {
  transition: transform 0.15s ease-out;
}

.tiles-list > .tile-item .tile-item-content:hover > .tile-item-img > img {
  transform: rotate(30deg);
  transition: transform 0.15s ease-out;
}

.tiles-list > .tile-item .tile-item-content > .tile-item-description {
  color: #000;
  font-size: 0.8333333333333334em;
}

.tiles-list > .tile-item .tile-item-content > .tile-item-description > p,
.tiles-list > .tile-item .tile-item-content > .tile-item-description > h1,
.tiles-list > .tile-item .tile-item-content > .tile-item-description > h2,
.tiles-list > .tile-item .tile-item-content > .tile-item-description > h3,
.tiles-list > .tile-item .tile-item-content > .tile-item-description > h4,
.tiles-list > .tile-item .tile-item-content > .tile-item-description > h5,
.tiles-list > .tile-item .tile-item-content > .tile-item-description > h6 {
  margin-bottom: 15px;
}

.tiles-list > .tile-item .tile-item-content > .tile-item-description > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .tiles-list {
    margin-top: -15px;
  }
  .tiles-list > .tile-item {
    width: 100%;
    margin-top: 15px;
  }
  .tiles-list > .tile-item .tile-item-content > .tile-item-description {
    text-align: left;
    font-size: 1.1666666666666667em;
  }
}

#registrationForCampFormModal .form-group,
#registrationForCampForm .form-group {
  margin-bottom: 20px;
}

#registrationForCampForm .form-group.submit {
  margin-top: 15px;
}

#registrationForCampFormModal .submit,
#registrationForCampForm .submit {
  margin-bottom: 0;
}

#registrationForCampFormModal .row {
  margin-left: -15px;
  margin-right: -15px;
}

#registrationForCampForm .row {
  margin-left: -15px;
  margin-right: -15px;
}

/*
@media (min-width: 768px) {
  #registrationForCampForm .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
*/

#registrationForCampFormModal div[class*="col-"],
#registrationForCampForm div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

#registrationForCampFormModal div[class*="col-"].fields,
#registrationForCampForm div[class*="col-"].fields {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}

@media (max-width: 767px) {
  #registrationForCampFormModal div[class*="col-"].fields,
  #registrationForCampForm div[class*="col-"].fields {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#registrationForCampFormContainer #responseContent .title,
#registrationForCampFormModal .title,
#registrationForCampForm .title,
#registrationForCampFormModal .title {
  display: block;
  max-width: 100%;
}

#registrationForCampForm .error,
#registrationForCampFormModal .error {
  color: red;
  margin-bottom: 10px;
}

#registrationForCampForm .success,
#registrationForCampFormModal .success {
  color: #B7BF11;
  margin-bottom: 10px;
}

#registrationForCampForm p {
  font-size: 0.85em !important;
  line-height: 1.15 !important;
}

#registrationForCampForm label,
#registrationForCampFormModal label {
  color: #333;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
}

#registrationForCampForm input[type="text"],
#registrationForCampFormModal input[type="text"] {
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}

#registrationForCampForm input[type="text"],
#registrationForCampFormModal input[type="text"],
#registrationForCampForm textarea,
#registrationForCampFormModal textarea {
  font-size: 0.8em;
  color: #333;
  border: 1px solid #CCC;
  border-radius: 0;
  box-shadow: none;
}

#registrationForCampForm textarea,
#registrationForCampFormModal textarea {
  border: 1px solid #CCC;
  resize: vertical;
  height: 79px;
  min-height: 79px;
  padding: 4px 8px;
}

#registrationForCampForm .checkbox label,
#registrationForCampFormModal .checkbox label {
  font-size: 1.067em;
  line-height: 1;
  color: #333;
}

#registrationForCampForm input[type="checkbox"],
#registrationForCampFormModal input[type="checkbox"],
#registrationForCampForm input[type="radio"],
#registrationForCampFormModal input[type="radio"] {
  margin-top: 0;
}

#registrationForCampForm .text,
#registrationForCampFormModal .text {
  text-align: center;
}

#registrationForCampForm .text p,
#registrationForCampFormModal .text p {
  font-size: 0.933em;
  line-height: 0.85;
}

.background-4 #registrationForCampForm p,
.background-4 #registrationForCampForm label,
.background-4 .checkbox label,
.background-5 #registrationForCampForm p,
.background-5 #registrationForCampForm label,
.background-5 .checkbox label {
  color: #FFF;
}

@media (max-width: 767px) {
  #registrationForCampForm #phone,
  #registrationForCampFormModal #phone_modal {
    margin-bottom: 15px;
  }
  #registrationForCampForm .row>div[class*="col-xs-12"],
  #registrationForCampFormModal .row>div[class*="col-xs-12"] {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #registrationForCampForm #name,
  #registrationForCampFormModal #name_modal {
    margin-bottom: 15px;
  }
}

#registrationForCampFormContainerModal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#registrationForCampForm .title {
}

#registrationForCampForm .title-container {
  margin-bottom: 30px;
}
