/*$mainColor: #F28076;
$additionalColor: #084c6d;*/
.font-weight-bold {
  font-weight: bold; }

a {
  transition: color 0.2s ease 0s;
  -webkit-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -khtml-transition: color 0.2s ease 0s;
  outline: 0 !important;
  color: inherit; }
  a img {
    outline: 0 !important; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: #282828; }

html, body {
  width: 100%;
  overflow-y: visible;
  overflow-x: hidden; }

#page {
  /*    @media screen and (max-width: 1199px){
          padding-top: 50px;
      }*/
  margin-top: 0;
  /*    @media screen and (max-width: 1339px){
          padding-left: 20px;
          padding-right: 20px;
      }
      @media screen and (max-width: 599px){
          padding-left: 10px;
          padding-right: 10px;
      }*/ }

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg); }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg); } }
@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  35% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  65% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  35% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  65% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  10% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2); }
  20% {
    transform: scale(1.4);
    -webkit-transform: scale(1.4); }
  40% {
    transform: scale(1.4);
    -webkit-transform: scale(1.4); }
  60% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2); }
  80% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  100% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8); } }
body {
  backface-visibility: hidden;
  min-width: 320px !important;
  overflow-x: hidden;
  background: #084c6d;
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  color: #282828;
  font-weight: 400;
  padding-top: 160px;
  /*@media screen and (max-width: 1199px){*/
  /*}*/
  /*@media screen and (min-width: 1200px){*/
  /*}*/ }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 170px; } }
  @media screen and (max-width: 399px) {
    body {
      padding-top: 150px; } }
  body.mobile .headerPhoto {
    background-size: cover; }
  body #inBody {
    background: #084c6d;
    background-image: url("../img/bg3.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: left center; }
  body #loaderTint {
    display: none; }
  body #inBody {
    transition: 0.3s linear 0s;
    -webkit-transition: 0.3s linear 0s;
    -ms-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    -moz-transition: 0.3s linear 0s;
    -khtml-transition: 0.3s linear 0s;
    backface-visibility: hidden;
    /*opacity: 1;*/ }
  body #loaderTint {
    transition: 0.3s linear 0s;
    -webkit-transition: 0.3s linear 0s;
    -ms-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    -moz-transition: 0.3s linear 0s;
    -khtml-transition: 0.3s linear 0s;
    position: fixed;
    z-index: 999999;
    background: #084c6d;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    /*                transform: rotateZ(90deg);
                    -webkit-transform: rotateZ(90deg);*/
    text-align: center;
    font-size: 46px;
    visibility: hidden;
    opacity: 0; }
    body #loaderTint div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      /*
                          width: 250px;
                          height: 225px;*/
      /*                    position: absolute;
                          top: 0; left: 0; right: 0; bottom: 0;
                          margin: auto;*/ }
      body #loaderTint div img {
        width: 320px;
        margin-bottom: 60px;
        display: none; }
      body #loaderTint div span {
        -webkit-animation: rotate 2s infinite linear;
        animation: rotate 2s infinite linear;
        /*                        transform: rotateZ(0);
                                -webkit-transform: rotateZ(0);*/
        display: block;
        background: 000;
        margin: auto;
        /*opacity: 0.7;*/
        background-image: url("../img/loader2.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 125px;
        height: 105px;
        max-width: 80vw;
        max-height: 80vh; }
  body.loading, body.loading #inBody {
    background-image: none; }
  body.loading #loaderTint {
    visibility: visible;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    opacity: 1; }
  body:not(.loading) #inBody {
    opacity: 1 !important; }

* {
  box-sizing: border-box; }

.clear {
  clear: both; }

.zaslepka {
  margin: 5px; }
  .zaslepka > div {
    border: 1px solid black;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }

.button {
  transition: 0.5s ease 0s;
  -webkit-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -khtml-transition: 0.5s ease 0s;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  border: 2px solid #101010; }

.backBtn {
  cursor: pointer;
  display: block;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  margin: 40px auto; }
  .backBtn:hover {
    background: #101010;
    color: white; }

#tilesList .list-view {
  padding: 0; }
#tilesList .summary {
  display: none; }

.container {
  width: 1480px;
  max-width: 100%; }
  .container.wide {
    width: auto; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 40px;
  padding-right: 40px;
  min-height: 1px !important; }

.cmsPage > div .section, #homePageNews > div .section {
  padding: 80px 0;
  min-height: 1px;
  font-size: 18px;
  /*        &:last-child{
              padding-bottom: 0;
          }*/ }
  @media screen and (max-width: 1199px) {
    .cmsPage > div .section, #homePageNews > div .section {
      padding: 40px 0; } }
  @media screen and (max-width: 767px) {
    .cmsPage > div .section .column, #homePageNews > div .section .column {
      margin-bottom: 20px; }
      .cmsPage > div .section .column:last-child, #homePageNews > div .section .column:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 599px) {
    .cmsPage > div .section, #homePageNews > div .section {
      font-size: 16px; } }
  .cmsPage > div .section > .container, #homePageNews > div .section > .container {
    /*width: 1380px;*/
    padding: 0; }
    @media screen and (max-width: 1199px) {
      .cmsPage > div .section > .container, #homePageNews > div .section > .container {
        padding: 0 40px; } }
    @media screen and (max-width: 767px) {
      .cmsPage > div .section > .container, #homePageNews > div .section > .container {
        padding: 0; } }
  .cmsPage > div .section:first-child, #homePageNews > div .section:first-child {
    /*padding-top: 40px;*/ }
  .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
    margin-bottom: 80px;
    /*@media screen and (min-width: 768px){*/
    /*}*/
    /*            @media screen and (min-width: 992px){
                    &:last-child{
                        margin-bottom: 0;
                    }
                }*/ }
    .cmsPage > div .section .widgetBox.backWidget, #homePageNews > div .section .widgetBox.backWidget {
      margin-bottom: 40px; }
    @media screen and (max-width: 1199px) {
      .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
        margin-bottom: 40px; }
        .cmsPage > div .section .widgetBox.backWidget, #homePageNews > div .section .widgetBox.backWidget {
          margin-bottom: 20px; } }
    .cmsPage > div .section .widgetBox[data-type=photo], #homePageNews > div .section .widgetBox[data-type=photo] {
      /*padding: 0 10px;*/ }
    .cmsPage > div .section .widgetBox[data-type=photo], #homePageNews > div .section .widgetBox[data-type=photo] {
      text-align: center; }
    .cmsPage > div .section .widgetBox:last-child, #homePageNews > div .section .widgetBox:last-child {
      margin-bottom: 0; }
    .cmsPage > div .section .widgetBox[data-type=aSlider], #homePageNews > div .section .widgetBox[data-type=aSlider] {
      /*margin-bottom: 40px;*/ }
  .cmsPage > div .section.fullSection, #homePageNews > div .section.fullSection {
    margin-left: -0 !important;
    margin-right: -0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .cmsPage > div .section.fullSection .col-xs-1, .cmsPage > div .section.fullSection .col-sm-1, .cmsPage > div .section.fullSection .col-md-1, .cmsPage > div .section.fullSection .col-lg-1, .cmsPage > div .section.fullSection .col-xs-2, .cmsPage > div .section.fullSection .col-sm-2, .cmsPage > div .section.fullSection .col-md-2, .cmsPage > div .section.fullSection .col-lg-2, .cmsPage > div .section.fullSection .col-xs-3, .cmsPage > div .section.fullSection .col-sm-3, .cmsPage > div .section.fullSection .col-md-3, .cmsPage > div .section.fullSection .col-lg-3, .cmsPage > div .section.fullSection .col-xs-4, .cmsPage > div .section.fullSection .col-sm-4, .cmsPage > div .section.fullSection .col-md-4, .cmsPage > div .section.fullSection .col-lg-4, .cmsPage > div .section.fullSection .col-xs-5, .cmsPage > div .section.fullSection .col-sm-5, .cmsPage > div .section.fullSection .col-md-5, .cmsPage > div .section.fullSection .col-lg-5, .cmsPage > div .section.fullSection .col-xs-6, .cmsPage > div .section.fullSection .col-sm-6, .cmsPage > div .section.fullSection .col-md-6, .cmsPage > div .section.fullSection .col-lg-6, .cmsPage > div .section.fullSection .col-xs-7, .cmsPage > div .section.fullSection .col-sm-7, .cmsPage > div .section.fullSection .col-md-7, .cmsPage > div .section.fullSection .col-lg-7, .cmsPage > div .section.fullSection .col-xs-8, .cmsPage > div .section.fullSection .col-sm-8, .cmsPage > div .section.fullSection .col-md-8, .cmsPage > div .section.fullSection .col-lg-8, .cmsPage > div .section.fullSection .col-xs-9, .cmsPage > div .section.fullSection .col-sm-9, .cmsPage > div .section.fullSection .col-md-9, .cmsPage > div .section.fullSection .col-lg-9, .cmsPage > div .section.fullSection .col-xs-10, .cmsPage > div .section.fullSection .col-sm-10, .cmsPage > div .section.fullSection .col-md-10, .cmsPage > div .section.fullSection .col-lg-10, .cmsPage > div .section.fullSection .col-xs-11, .cmsPage > div .section.fullSection .col-sm-11, .cmsPage > div .section.fullSection .col-md-11, .cmsPage > div .section.fullSection .col-lg-11, .cmsPage > div .section.fullSection .col-xs-12, .cmsPage > div .section.fullSection .col-sm-12, .cmsPage > div .section.fullSection .col-md-12, .cmsPage > div .section.fullSection .col-lg-12, #homePageNews > div .section.fullSection .col-xs-1, #homePageNews > div .section.fullSection .col-sm-1, #homePageNews > div .section.fullSection .col-md-1, #homePageNews > div .section.fullSection .col-lg-1, #homePageNews > div .section.fullSection .col-xs-2, #homePageNews > div .section.fullSection .col-sm-2, #homePageNews > div .section.fullSection .col-md-2, #homePageNews > div .section.fullSection .col-lg-2, #homePageNews > div .section.fullSection .col-xs-3, #homePageNews > div .section.fullSection .col-sm-3, #homePageNews > div .section.fullSection .col-md-3, #homePageNews > div .section.fullSection .col-lg-3, #homePageNews > div .section.fullSection .col-xs-4, #homePageNews > div .section.fullSection .col-sm-4, #homePageNews > div .section.fullSection .col-md-4, #homePageNews > div .section.fullSection .col-lg-4, #homePageNews > div .section.fullSection .col-xs-5, #homePageNews > div .section.fullSection .col-sm-5, #homePageNews > div .section.fullSection .col-md-5, #homePageNews > div .section.fullSection .col-lg-5, #homePageNews > div .section.fullSection .col-xs-6, #homePageNews > div .section.fullSection .col-sm-6, #homePageNews > div .section.fullSection .col-md-6, #homePageNews > div .section.fullSection .col-lg-6, #homePageNews > div .section.fullSection .col-xs-7, #homePageNews > div .section.fullSection .col-sm-7, #homePageNews > div .section.fullSection .col-md-7, #homePageNews > div .section.fullSection .col-lg-7, #homePageNews > div .section.fullSection .col-xs-8, #homePageNews > div .section.fullSection .col-sm-8, #homePageNews > div .section.fullSection .col-md-8, #homePageNews > div .section.fullSection .col-lg-8, #homePageNews > div .section.fullSection .col-xs-9, #homePageNews > div .section.fullSection .col-sm-9, #homePageNews > div .section.fullSection .col-md-9, #homePageNews > div .section.fullSection .col-lg-9, #homePageNews > div .section.fullSection .col-xs-10, #homePageNews > div .section.fullSection .col-sm-10, #homePageNews > div .section.fullSection .col-md-10, #homePageNews > div .section.fullSection .col-lg-10, #homePageNews > div .section.fullSection .col-xs-11, #homePageNews > div .section.fullSection .col-sm-11, #homePageNews > div .section.fullSection .col-md-11, #homePageNews > div .section.fullSection .col-lg-11, #homePageNews > div .section.fullSection .col-xs-12, #homePageNews > div .section.fullSection .col-sm-12, #homePageNews > div .section.fullSection .col-md-12, #homePageNews > div .section.fullSection .col-lg-12 {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .cmsPage > div .section.fullSection .widgetBox, #homePageNews > div .section.fullSection .widgetBox {
      margin-bottom: 0;
      /*margin-top: 0;*/ }
      .cmsPage > div .section.fullSection .widgetBox img, #homePageNews > div .section.fullSection .widgetBox img {
        width: 100%; }
    .cmsPage > div .section.fullSection .section .col-md-12 > div.widgetBox[data-type=locationMap], #homePageNews > div .section.fullSection .section .col-md-12 > div.widgetBox[data-type=locationMap] {
      margin-left: -0 !important;
      margin-right: -0 !important;
      margin-top: -40px;
      margin-bottom: -40px; }
    .cmsPage > div .section.fullSection div.widgetBox[data-type=locationMap], #homePageNews > div .section.fullSection div.widgetBox[data-type=locationMap] {
      margin-left: -20px;
      margin-right: -20px;
      margin-top: -40px;
      margin-bottom: 0; }
    .cmsPage > div .section.fullSection #tilesList, #homePageNews > div .section.fullSection #tilesList {
      overflow: hidden;
      margin-top: -40px;
      margin-bottom: -42px;
      margin-left: -20px;
      margin-right: -20px; }
      @media screen and (max-width: 767px) {
        .cmsPage > div .section.fullSection #tilesList, #homePageNews > div .section.fullSection #tilesList {
          margin-bottom: -22px; } }
    @media screen and (min-width: 1921px) {
      .cmsPage > div .section.fullSection .column.col-md-6.half-wided, #homePageNews > div .section.fullSection .column.col-md-6.half-wided {
        padding-left: calc(960px - 680px) !important; }
        .cmsPage > div .section.fullSection .column.col-md-6.half-wided.half-wided-right, #homePageNews > div .section.fullSection .column.col-md-6.half-wided.half-wided-right {
          padding-left: 40px !important;
          padding-right: calc(960px - 680px) !important; } }
    @media screen and (min-width: 1921px) and (max-width: 1199px) {
      .cmsPage > div .section.fullSection .column.col-md-6.half-wided.half-wided-right, #homePageNews > div .section.fullSection .column.col-md-6.half-wided.half-wided-right {
        padding-left: 20px !important; } }

.cmsPage h1.title, #homePageNews h1.title {
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: uppercase; }
.cmsPage .widgetBox, #homePageNews .widgetBox {
  /*margin-bottom: 20px;*/
  /*box-shadow: 0 3px 2px rgba(black, 0.1);*/
  /*margin-bottom: 40px;*/
  /*overflow: hidden;*/ }
  @media screen and (max-width: 767px) {
    .cmsPage .widgetBox, #homePageNews .widgetBox {
      /*margin-bottom: 20px;*/ } }
@media screen and (min-width: 992px) {
  .cmsPage .col-md-12 .widgetBox[data-type=banner] span.whiteBox, #homePageNews .col-md-12 .widgetBox[data-type=banner] span.whiteBox {
    right: auto;
    width: 50%; } }

.lockRatio {
  position: relative; }
  .lockRatio.lockRatio50 .dummy {
    padding-top: 50%; }
  .lockRatio.lockRatio30 .dummy {
    padding-top: 30%; }
  .lockRatio.lockRatio66 .dummy {
    padding-top: 66%; }
  .lockRatio.lockRatio40 .dummy {
    padding-top: 40%; }
  .lockRatio .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .lockRatio.locationMap .dummy {
    padding-top: 25%; }
  @media screen and (max-width: 1199px) and (min-width: 361px) {
    .lockRatio.locationMap .dummy {
      padding-top: 50%; } }
  @media screen and (max-width: 360px) {
    .lockRatio.locationMap .dummy {
      padding-top: 65%; } }

.locationMap > .content {
  background-image: url("../../admin/img/loader.gif");
  background-position: center center;
  background-repeat: no-repeat; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  /*display: none;*/ }
  .pace .pace-progress {
    background: #D97925;
    background: transparent;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 100%;
    width: 100%;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    height: 4px; }

.pace-inactive {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -khtml-transition: none;
  display: none; }

#errorPage {
  /*background: #084c6d;*/
  text-align: center; }
  #errorPage .section {
    padding: 80px 0 !important; }
    #errorPage .section:first-child {
      padding: 30px 0 110px !important; }

.form {
  padding-bottom: 0;
  overflow: hidden;
  margin: 0 -15px; }
  .form .col-md-6 {
    /*width: 100%;*/ }
  @media screen and (max-width: 1199px) {
    .form {
      margin: 0 -15px; } }
  .form input[type=text], .form input[type=email], .form input[type=number], .form input[type=tel], .form select, .form textarea {
    text-overflow: ellipsis;
    background: #fff;
    border: none;
    display: block;
    width: 100%;
    padding: 5px 20px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #000;
    /*border-bottom:2px solid #000;*/
    height: 35px;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: inherit; }
  .form textarea:not(.tagator_input) {
    padding: 10px 20px;
    height: 255px;
    font-family: inherit;
    resize: none;
    resize: vertical; }
  .form .col-xs-1, .form .col-sm-1, .form .col-md-1, .form .col-lg-1, .form .col-xs-2, .form .col-sm-2, .form .col-md-2, .form .col-lg-2, .form .col-xs-3, .form .col-sm-3, .form .col-md-3, .form .col-lg-3, .form .col-xs-4, .form .col-sm-4, .form .col-md-4, .form .col-lg-4, .form .col-xs-5, .form .col-sm-5, .form .col-md-5, .form .col-lg-5, .form .col-xs-6, .form .col-sm-6, .form .col-md-6, .form .col-lg-6, .form .col-xs-7, .form .col-sm-7, .form .col-md-7, .form .col-lg-7, .form .col-xs-8, .form .col-sm-8, .form .col-md-8, .form .col-lg-8, .form .col-xs-9, .form .col-sm-9, .form .col-md-9, .form .col-lg-9, .form .col-xs-10, .form .col-sm-10, .form .col-md-10, .form .col-lg-10, .form .col-xs-11, .form .col-sm-11, .form .col-md-11, .form .col-lg-11, .form .col-xs-12, .form .col-sm-12, .form .col-md-12, .form .col-lg-12 {
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (max-width: 1199px) {
      .form .col-xs-1, .form .col-sm-1, .form .col-md-1, .form .col-lg-1, .form .col-xs-2, .form .col-sm-2, .form .col-md-2, .form .col-lg-2, .form .col-xs-3, .form .col-sm-3, .form .col-md-3, .form .col-lg-3, .form .col-xs-4, .form .col-sm-4, .form .col-md-4, .form .col-lg-4, .form .col-xs-5, .form .col-sm-5, .form .col-md-5, .form .col-lg-5, .form .col-xs-6, .form .col-sm-6, .form .col-md-6, .form .col-lg-6, .form .col-xs-7, .form .col-sm-7, .form .col-md-7, .form .col-lg-7, .form .col-xs-8, .form .col-sm-8, .form .col-md-8, .form .col-lg-8, .form .col-xs-9, .form .col-sm-9, .form .col-md-9, .form .col-lg-9, .form .col-xs-10, .form .col-sm-10, .form .col-md-10, .form .col-lg-10, .form .col-xs-11, .form .col-sm-11, .form .col-md-11, .form .col-lg-11, .form .col-xs-12, .form .col-sm-12, .form .col-md-12, .form .col-lg-12 {
        padding-left: 20px;
        padding-right: 20px; } }
  .form label {
    /*padding: 15px 0 10px;*/
    font-weight: 300; }
  .form .row > .col-md-3 {
    height: 50px;
    text-align: right;
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: right;
    -webkit-align-items: center;
    -webkit-justify-content: right;
    align-items: -webkit-center;
    justify-content: -webkit-right; }
  .form input[type=checkbox] {
    margin-right: 5px; }
  .form .note {
    display: none;
    font-size: 14px; }
  .form .row.buttons {
    margin: 0 0 20px 0 !important; }
    .form .row.buttons .btn {
      float: right; }
  .form .note {
    margin-bottom: 20px; }
  .form .select {
    overflow: hidden;
    background: url("../img/select.png") no-repeat right #F5F5F5; }
    .form .select select {
      transition: background-color 0.3s ease 0s;
      -webkit-transition: background-color 0.3s ease 0s;
      -ms-transition: background-color 0.3s ease 0s;
      -o-transition: background-color 0.3s ease 0s;
      -moz-transition: background-color 0.3s ease 0s;
      -khtml-transition: background-color 0.3s ease 0s;
      width: calc(100% + 20px) !important;
      background: transparent;
      -webkit-appearance: none;
      padding: 0;
      padding-right: 30px; }
      .form .select select[disabled] {
        background: rgba(0, 0, 0, 0.05); }
  .form .field_text > div, .form .field_email > div {
    padding-left: 20px;
    /*clear: both;*/
    color: #084c6d;
    font-size: 14px; }

.form {
  padding-bottom: 0;
  overflow: hidden;
  margin: 0 -15px; }
  @media screen and (max-width: 1199px) {
    .form {
      margin: 0 -15px; } }
  .form input[type=text], .form input[type=email], .form input[type=number], .form input[type=tel], .form select, .form textarea {
    background: #fff;
    border: none;
    display: block;
    width: 100%;
    padding: 5px 20px;
    color: #000;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    /*border-bottom:2px solid #000;*/
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: inherit; }
    .form input[type=text][disabled], .form input[type=text][data-disabled], .form input[type=email][disabled], .form input[type=email][data-disabled], .form input[type=number][disabled], .form input[type=number][data-disabled], .form input[type=tel][disabled], .form input[type=tel][data-disabled], .form select[disabled], .form select[data-disabled], .form textarea[disabled], .form textarea[data-disabled] {
      cursor: not-allowed;
      background: #efefef; }
  .form textarea:not(.tagator_input) {
    padding: 10px 20px;
    height: 255px;
    font-family: inherit;
    resize: none; }
  .form .col-xs-1, .form .col-sm-1, .form .col-md-1, .form .col-lg-1, .form .col-xs-2, .form .col-sm-2, .form .col-md-2, .form .col-lg-2, .form .col-xs-3, .form .col-sm-3, .form .col-md-3, .form .col-lg-3, .form .col-xs-4, .form .col-sm-4, .form .col-md-4, .form .col-lg-4, .form .col-xs-5, .form .col-sm-5, .form .col-md-5, .form .col-lg-5, .form .col-xs-6, .form .col-sm-6, .form .col-md-6, .form .col-lg-6, .form .col-xs-7, .form .col-sm-7, .form .col-md-7, .form .col-lg-7, .form .col-xs-8, .form .col-sm-8, .form .col-md-8, .form .col-lg-8, .form .col-xs-9, .form .col-sm-9, .form .col-md-9, .form .col-lg-9, .form .col-xs-10, .form .col-sm-10, .form .col-md-10, .form .col-lg-10, .form .col-xs-11, .form .col-sm-11, .form .col-md-11, .form .col-lg-11, .form .col-xs-12, .form .col-sm-12, .form .col-md-12, .form .col-lg-12 {
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (max-width: 1199px) {
      .form .col-xs-1, .form .col-sm-1, .form .col-md-1, .form .col-lg-1, .form .col-xs-2, .form .col-sm-2, .form .col-md-2, .form .col-lg-2, .form .col-xs-3, .form .col-sm-3, .form .col-md-3, .form .col-lg-3, .form .col-xs-4, .form .col-sm-4, .form .col-md-4, .form .col-lg-4, .form .col-xs-5, .form .col-sm-5, .form .col-md-5, .form .col-lg-5, .form .col-xs-6, .form .col-sm-6, .form .col-md-6, .form .col-lg-6, .form .col-xs-7, .form .col-sm-7, .form .col-md-7, .form .col-lg-7, .form .col-xs-8, .form .col-sm-8, .form .col-md-8, .form .col-lg-8, .form .col-xs-9, .form .col-sm-9, .form .col-md-9, .form .col-lg-9, .form .col-xs-10, .form .col-sm-10, .form .col-md-10, .form .col-lg-10, .form .col-xs-11, .form .col-sm-11, .form .col-md-11, .form .col-lg-11, .form .col-xs-12, .form .col-sm-12, .form .col-md-12, .form .col-lg-12 {
        padding-left: 20px;
        padding-right: 20px; } }
  .form label {
    /*padding: 15px 0 10px;*/
    font-weight: 300; }
  .form .row > .col-md-3 {
    height: 50px;
    text-align: right;
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: right;
    -webkit-align-items: center;
    -webkit-justify-content: right;
    align-items: -webkit-center;
    justify-content: -webkit-right; }
  .form input[type=checkbox] {
    margin-right: 5px; }
  .form .note {
    display: none;
    font-size: 14px; }
  .form .row.buttons {
    /*padding-top: 20px;*/
    margin-right: 15px; }
    @media screen and (max-width: 1199px) {
      .form .row.buttons {
        margin-right: 15px; } }
  .form .note {
    margin-bottom: 20px; }
  .form .select {
    overflow: hidden;
    background: url("../img/select.png") no-repeat right #F5F5F5; }
    .form .select select {
      transition: background-color 0.3s ease 0s;
      -webkit-transition: background-color 0.3s ease 0s;
      -ms-transition: background-color 0.3s ease 0s;
      -o-transition: background-color 0.3s ease 0s;
      -moz-transition: background-color 0.3s ease 0s;
      -khtml-transition: background-color 0.3s ease 0s;
      width: calc(100% + 20px) !important;
      background: transparent;
      -webkit-appearance: none;
      padding: 0;
      padding-right: 30px; }
      .form .select select[disabled] {
        background: rgba(0, 0, 0, 0.05); }

.row {
  margin-left: 0;
  margin-right: 0; }

.pager {
  background: #112037;
  margin: 0 !important;
  clear: both;
  font-size: 0; }
  @media screen and (max-width: 767px) {
    .pager {
      padding-bottom: 20px; } }
  .pager .yiiPager {
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 150px; }
    @media screen and (max-width: 1199px) and (min-width: 600px) {
      .pager .yiiPager {
        padding: 40px 50px; } }
    @media screen and (max-width: 599px) {
      .pager .yiiPager {
        padding: 40px 20px; } }
    .pager .yiiPager li a {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      margin: 0 5px;
      background: transparent;
      color: #fff;
      border: 1px solid #fff;
      width: 50px;
      height: 50px;
      border-radius: 0;
      font-size: 18px;
      font-weight: 300;
      vertical-align: middle;
      line-height: 48px; }
    .pager .yiiPager li.selected a, .pager .yiiPager li a:hover {
      background: #0D1627; }
  .pager .next > a, .pager .next > span {
    float: none; }
  .pager .previous > a, .pager .previous > span {
    float: none; }

#cookies-message {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #000; }

#accept-cookies-checkbox {
  /*display: block;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: white;
  padding: 2px 5px;
  background: #F28076;
  border-radius: 2px;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  #accept-cookies-checkbox:hover {
    background: #1c1c1c; }
  @media screen and (max-width: 767px) {
    #accept-cookies-checkbox {
      padding: 3px 10px; } }

/**{
    animation: rotate;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
    }
}*/
#section2747 .widgetBox[data-type=text]:first-child {
  margin-bottom: 20px; }

#homePageNews, .cmsPage {
  padding: 0;
  overflow: hidden; }
  #homePageNews .newsMainPhoto, .cmsPage .newsMainPhoto {
    /*height: 230px;*/
    margin: 0; }
  #homePageNews a.absoluteLink, .cmsPage a.absoluteLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #homePageNews .news > div, .cmsPage .news > div {
    margin: 30px 0px; }
    #homePageNews .news > div .newsBox, .cmsPage .news > div .newsBox {
      background: transparent;
      box-shadow: none;
      overflow: hidden;
      padding: 0;
      /*flex: 0 1 auto;*/
      /*-webkit-flex: 0 1 auto;*/
      height: 100%;
      margin-bottom: 0; }
      #homePageNews .news > div .newsBox h3, .cmsPage .news > div .newsBox h3 {
        text-aligfn: center; }
      #homePageNews .news > div .newsBox h2, .cmsPage .news > div .newsBox h2 {
        font-size: 16px;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        margin-top: 5px;
        margin-bottom: 5px;
        overflow: hidden;
        font-weight: 400;
        color: black;
        font-family: "Poppins",Arial,sans-serif; }
        #homePageNews .news > div .newsBox h2 i.fa, .cmsPage .news > div .newsBox h2 i.fa {
          font-size: 12px;
          color: #084c6d;
          position: relative;
          top: -1px; }
        #homePageNews .news > div .newsBox h2 a, .cmsPage .news > div .newsBox h2 a {
          color: inherit;
          transition: color 0.3s ease 0s;
          -webkit-transition: color 0.3s ease 0s;
          -ms-transition: color 0.3s ease 0s;
          -o-transition: color 0.3s ease 0s;
          -moz-transition: color 0.3s ease 0s;
          -khtml-transition: color 0.3s ease 0s; }
          #homePageNews .news > div .newsBox h2 a:hover, .cmsPage .news > div .newsBox h2 a:hover {
            color: #888; }
      #homePageNews .news > div .newsBox div.description, .cmsPage .news > div .newsBox div.description {
        height: 100px;
        overflow: hidden;
        overflow-y: auto; }
        #homePageNews .news > div .newsBox div.description, #homePageNews .news > div .newsBox div.description *, .cmsPage .news > div .newsBox div.description, .cmsPage .news > div .newsBox div.description * {
          font-size: 14px !important;
          line-height: 18px; }
      #homePageNews .news > div .newsBox .newsMainPhoto .bg, .cmsPage .news > div .newsBox .newsMainPhoto .bg {
        background-size: contain;
        background-repeat: no-repeat;
        backgrond-position: center center; }
      #homePageNews .news > div .newsBox:hover h2, .cmsPage .news > div .newsBox:hover h2 {
        text-decoration: underline; }

.cmsSubPage > div {
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .cmsSubPage > div {
      padding: 0; } }
@media screen and (max-width: 767px) {
  .cmsSubPage {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 50px; } }
.cmsSubPage:last-child {
  padding-bottom: 0; }

.ajaxSubmit i.fa {
  line-height: 50px; }

@media screen and (max-width: 699px) {
  p {
    word-wrap: break-word; } }
.gm-style .gm-style-iw {
  font-size: 12px; }
  .gm-style .gm-style-iw br {
    line-height: 0.7em; }
  .gm-style .gm-style-iw big {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }
  .gm-style .gm-style-iw .city {
    text-transform: uppercase; }

.lb-data .lb-caption {
  text-transform: uppercase; }

.parallaxImg {
  /*margin: 0 -10px;*/
  margin: 0;
  height: 470px;
  /*height: 300px;*/
  /*    background-size: 100% auto;*/
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  background-attachment: fixed;
  background-size: 100% auto !important;
  background-repeat: no-repeat;
  /*@media screen and (max-width: 749px){*/
  background-size: cover !important;
  /*}*/
  /*background-attachment: fixed;*/ }
  @media screen and (max-width: 999px) {
    .parallaxImg {
      height: 300px; } }
  @media screen and (max-width: 499px) {
    .parallaxImg {
      height: 250px;
      /*background-size: auto 300px !important;*/ } }
  @supports (-webkit-touch-callout: none) {
    .parallaxImg {
      background-attachment: scroll;
      background-size: auto 100vh !important;
      /*background-position: center center !important;*/ } }

.section:first-child .widgetBox:first-child .parallaxImg {
  /*background-size: auto 470px !important;;*/ }
  @media screen and (max-width: 749px) {
    .section:first-child .widgetBox:first-child .parallaxImg {
      background-size: auto 350px !important; } }
  @media screen and (max-width: 499px) {
    .section:first-child .widgetBox:first-child .parallaxImg {
      background-size: auto 300px !important; } }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 0; }

.list-view {
  padding: 0; }

.section .col-xs-1, .section .col-sm-1, .section .col-md-1, .section .col-lg-1, .section .col-xs-2, .section .col-sm-2, .section .col-md-2, .section .col-lg-2, .section .col-xs-3, .section .col-sm-3, .section .col-md-3, .section .col-lg-3, .section .col-xs-4, .section .col-sm-4, .section .col-md-4, .section .col-lg-4, .section .col-xs-5, .section .col-sm-5, .section .col-md-5, .section .col-lg-5, .section .col-xs-6, .section .col-sm-6, .section .col-md-6, .section .col-lg-6, .section .col-xs-7, .section .col-sm-7, .section .col-md-7, .section .col-lg-7, .section .col-xs-8, .section .col-sm-8, .section .col-md-8, .section .col-lg-8, .section .col-xs-9, .section .col-sm-9, .section .col-md-9, .section .col-lg-9, .section .col-xs-10, .section .col-sm-10, .section .col-md-10, .section .col-lg-10, .section .col-xs-11, .section .col-sm-11, .section .col-md-11, .section .col-lg-11, .section .col-xs-12, .section .col-sm-12, .section .col-md-12, .section .col-lg-12 {
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 1199px) {
    .section .col-xs-1, .section .col-sm-1, .section .col-md-1, .section .col-lg-1, .section .col-xs-2, .section .col-sm-2, .section .col-md-2, .section .col-lg-2, .section .col-xs-3, .section .col-sm-3, .section .col-md-3, .section .col-lg-3, .section .col-xs-4, .section .col-sm-4, .section .col-md-4, .section .col-lg-4, .section .col-xs-5, .section .col-sm-5, .section .col-md-5, .section .col-lg-5, .section .col-xs-6, .section .col-sm-6, .section .col-md-6, .section .col-lg-6, .section .col-xs-7, .section .col-sm-7, .section .col-md-7, .section .col-lg-7, .section .col-xs-8, .section .col-sm-8, .section .col-md-8, .section .col-lg-8, .section .col-xs-9, .section .col-sm-9, .section .col-md-9, .section .col-lg-9, .section .col-xs-10, .section .col-sm-10, .section .col-md-10, .section .col-lg-10, .section .col-xs-11, .section .col-sm-11, .section .col-md-11, .section .col-lg-11, .section .col-xs-12, .section .col-sm-12, .section .col-md-12, .section .col-lg-12 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 399px) {
    .section .col-xs-1, .section .col-sm-1, .section .col-md-1, .section .col-lg-1, .section .col-xs-2, .section .col-sm-2, .section .col-md-2, .section .col-lg-2, .section .col-xs-3, .section .col-sm-3, .section .col-md-3, .section .col-lg-3, .section .col-xs-4, .section .col-sm-4, .section .col-md-4, .section .col-lg-4, .section .col-xs-5, .section .col-sm-5, .section .col-md-5, .section .col-lg-5, .section .col-xs-6, .section .col-sm-6, .section .col-md-6, .section .col-lg-6, .section .col-xs-7, .section .col-sm-7, .section .col-md-7, .section .col-lg-7, .section .col-xs-8, .section .col-sm-8, .section .col-md-8, .section .col-lg-8, .section .col-xs-9, .section .col-sm-9, .section .col-md-9, .section .col-lg-9, .section .col-xs-10, .section .col-sm-10, .section .col-md-10, .section .col-lg-10, .section .col-xs-11, .section .col-sm-11, .section .col-md-11, .section .col-lg-11, .section .col-xs-12, .section .col-sm-12, .section .col-md-12, .section .col-lg-12 {
      padding-left: 10px;
      padding-right: 10px; } }

.tos-close span::before, .tos-close span::after {
  content: '';
  width: 20px;
  height: 3px;
  background: white;
  border: none;
  left: 0;
  right: 0;
  margin: auto; }
.tos-close span::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.tos-pagination {
  z-index: 100000; }

.cmsPage {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -khtml-transition: none; }
  .cmsPage .textWidget {
    line-height: 1.5em; }
    .cmsPage .textWidget .btn {
      /*            margin-right: 20px;
                  margin-bottom: 20px !important;*/ }
      .cmsPage .textWidget .btn + .btn {
        margin-left: 20px; }
      .cmsPage .textWidget .btn:last-child {
        margin-right: 0; }
  .cmsPage h1, .cmsPage h2, .cmsPage h3, .cmsPage h4, .cmsPage h5, .cmsPage h6 {
    line-height: normal;
    font-weight: 300; }
  .cmsPage h1, .cmsPage h2, .cmsPage h3 {
    color: #282828;
    line-height: normal;
    font-weight: 900; }
  .cmsPage h1 {
    font-size: 36px; }
  .cmsPage h2 {
    font-size: 36px; }
  .cmsPage h3 {
    font-size: 28px; }
  .cmsPage h4 {
    font-size: 24px; }
  .cmsPage h5 {
    font-size: 20px; }
  .cmsPage h6 {
    font-size: 18px; }
    .cmsPage h6 span {
      font-size: 25px;
      color: #555555;
      border: 1px solid #555555;
      border-radius: 2px;
      padding: 7px 12px;
      font-weight: bold;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      display: inline-block; }

.cmsPage {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  /*    display: flex;
      -webkit-display: flex;
      display: -webkit-flex;
      align-items: end;
      -webkit-align-items: end;*/ }
  .cmsPage > div {
    display: block;
    width: 100%; }

.classicSlider {
  background-color: #084c6d;
  min-height: 600px;
  height: 100vh;
  max-height: 1080px;
  overflow: hidden;
  position: relative;
  /*    @media screen and (max-width: 1199px){
          height: calc(100% - 50px);
      }
      @media screen and (max-width: 599px){
          height: calc(100% - 50px);
      }*/ }
  .classicSlider .arrowScroller {
    cursor: pointer;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 64px;
    display: none; }
    @media screen and (max-width: 899px) {
      .classicSlider .arrowScroller {
        width: 48px;
        bottom: 60px; } }
    .classicSlider .arrowScroller img {
      width: 100%; }
  .classicSlider .owl-wrapper-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    min-height: 600px;
    /*max-height: 1080px;*/
    /*        @media screen and (max-width: 1199px){
                height: calc(100vh - 50px);
            }
            @media screen and (max-width: 599px){
                height: calc(100vh - 50px);
            }*/ }
    .classicSlider .owl-wrapper-outer .owl-wrapper {
      height: 100%; }
      .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
        height: 100%;
        min-height: 600px; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
          background-color: #084c6d;
          overflow: hidden;
          height: 100%;
          min-height: 600px;
          /*max-height: 1080px;*/
          background-attachment: scroll !important;
          background-position: center center;
          background-position-x: right !important;
          background-repeat: no-repeat;
          background-size: 112% auto;
          width: 100%; }
          @media screen and (min-width: 2060px) {
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
              background-color: transparent; } }
          @media screen and (max-height: 499px) and (orientation: landscape) {
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
              background-size: 140% auto; } }
          @media screen and (min-width: 2051px) {
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
              background-size: 100vw auto; } }
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
            width: auto;
            max-width: none;
            overflow: hidden;
            padding-left: 80px !important;
            padding-right: 80px !important; }
            @media screen and (max-width: 1599px) {
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
                padding-left: 40px !important;
                padding-right: 40px !important; } }
            @media screen and (max-width: 399px) {
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
                padding-left: 20px !important;
                padding-right: 20px !important; } }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text {
              max-width: 70vw;
              width: 800px;
              z-index: 2;
              text-align: left; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A {
                color: black;
                letter-spacing: 0.05em;
                color: #084c6d;
                margin: 0; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                font-size: 48px;
                letter-spacing: 0em;
                font-weight: 700;
                font-family: "Poppins", Arial, sans-serif;
                color: #fff;
                position: relative;
                line-height: 1.2em;
                margin: 20px 0 0; }
                @media screen and (max-height: 849px) {
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                    font-size: 44px; } }
                @media screen and (max-height: 639px) {
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                    font-size: 42px; } }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text img {
                width: auto;
                max-width: 100%; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 img {
                display: inline-block;
                margin: 0 0 40px;
                max-width: 80%;
                width: 250px; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                font-size: 24px;
                letter-spacing: 0.2em;
                font-weight: 300;
                color: #fff;
                text-transform: uppercase;
                position: relative;
                line-height: normal;
                margin: 20px 0 100px;
                /*@media screen and (max-height: 940px){*/
                margin: 20px 0 60px;
                /*}*/
                /*                                &:before{
                                                    position: absolute;
                                                    left: 0;
                                                    top: -10px;
                                                    content: '';
                                                    background-color: $mainColor;
                                                    height: 5px;
                                                    width: 70px;
                                                }*/ }
                @media screen and (max-height: 849px) {
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                    margin: 10px 0 40px; } }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
                font-size: 32px;
                font-weight: 400;
                margin-top: 15px; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
                font-size: 32px;
                font-weight: 300; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
                margin-top: 60px;
                /*                                a{
                                                    display: inline-block;
                                                    padding: 0 10px;
                                                    height: 50px;
                                                    line-height: 42px;
                                                    font-size: 16px;
                                                    font-weight: 700;
                                                    color: #fff;
                                                    background: transparent;
                                                    border: 3px solid $mainColor;
                                                    text-transform: none;
                                                    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                                                    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                                                    -ms-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                                                    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                                                    -moz-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                                                    -khtml-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                                                    margin-right: 15px;
                                                    &:hover{
                                                        background: $mainColor;
                                                    }
                                                    &.buttonWhite{
                                                        background: transparent;
                                                        color: #fff;
                                                        border-color: #01FFFF;
                                                        &:hover{
                                                            background: #01FFFF;
                                                        }
                                                    }
                                                    &:last-child{
                                                        margin-right: 0;
                                                    }
                                                }*/ }
                @media screen and (max-height: 849px) {
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
                    margin-top: 40px; } }
              @media screen and (max-width: 799px) {
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                  font-size: 36px; } }
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > * {
            position: relative; }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1A, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text2 {
              opacity: 0;
              transition: opacity 1s ease 0s;
              -webkit-transition: opacity 1s ease 0s;
              -ms-transition: opacity 1s ease 0s;
              -o-transition: opacity 1s ease 0s;
              -moz-transition: opacity 1s ease 0s;
              -khtml-transition: opacity 1s ease 0s; }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text5 {
              opacity: 0;
              transition: opacity 1s ease 0s;
              -webkit-transition: opacity 1s ease 0s;
              -ms-transition: opacity 1s ease 0s;
              -o-transition: opacity 1s ease 0s;
              -moz-transition: opacity 1s ease 0s;
              -khtml-transition: opacity 1s ease 0s; }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text:before {
              opacity: 0;
              transition: opacity 1s ease 0s;
              -webkit-transition: opacity 1s ease 0s;
              -ms-transition: opacity 1s ease 0s;
              -o-transition: opacity 1s ease 0s;
              -moz-transition: opacity 1s ease 0s;
              -khtml-transition: opacity 1s ease 0s; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2 {
          opacity: 1 !important; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5 {
          opacity: 1 !important; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text:before {
          opacity: 1 !important; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A {
          transition: opacity 2s ease 1s;
          -webkit-transition: opacity 2s ease 1s;
          -ms-transition: opacity 2s ease 1s;
          -o-transition: opacity 2s ease 1s;
          -moz-transition: opacity 2s ease 1s;
          -khtml-transition: opacity 2s ease 1s; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text:before {
          transition: opacity 2s ease 1s;
          -webkit-transition: opacity 2s ease 1s;
          -ms-transition: opacity 2s ease 1s;
          -o-transition: opacity 2s ease 1s;
          -moz-transition: opacity 2s ease 1s;
          -khtml-transition: opacity 2s ease 1s; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2 {
          transition: opacity 2s ease 1.5s;
          -webkit-transition: opacity 2s ease 1.5s;
          -ms-transition: opacity 2s ease 1.5s;
          -o-transition: opacity 2s ease 1.5s;
          -moz-transition: opacity 2s ease 1.5s;
          -khtml-transition: opacity 2s ease 1.5s; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5 {
          transition: opacity 2s ease 2.3s;
          -webkit-transition: opacity 2s ease 2.3s;
          -ms-transition: opacity 2s ease 2.3s;
          -o-transition: opacity 2s ease 2.3s;
          -moz-transition: opacity 2s ease 2.3s;
          -khtml-transition: opacity 2s ease 2.3s; }
  @media screen and (max-width: 999px) {
    .classicSlider .owl-wrapper-outer {
      min-height: 300px;
      /*max-height: 1080px;*/
      /*        @media screen and (max-width: 1199px){
                  height: calc(100vh - 50px);
              }
              @media screen and (max-width: 599px){
                  height: calc(100vh - 50px);
              }*/ }
      .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
        min-height: 300px !important; } }
  .classicSlider .owl-controls {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 1450px;
    margin: 0 auto; }
    @media screen and (max-width: 599px) {
      .classicSlider .owl-controls {
        display: none; } }
    .classicSlider .owl-controls .owl-page {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      display: inline-block;
      width: 15px;
      height: 15px;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      border: 1px solid #fff;
      border-radius: 15px;
      margin: 0 7px;
      cursor: pointer; }
      .classicSlider .owl-controls .owl-page:hover, .classicSlider .owl-controls .owl-page.active {
        background: #084c6d;
        border-color: #084c6d; }
  .classicSlider i.fa {
    font-size: 41px;
    color: #fff;
    opacity: 0.5; }
  .classicSlider .owl-prev {
    left: 260px;
    float: left;
    margin-left: 35px; }
  .classicSlider .owl-next {
    right: 260px;
    float: right;
    margin-right: 35px; }
  .classicSlider .owl-prev, .classicSlider .owl-next {
    /*position: absolute;*/
    cursor: pointer; }

.socialMedia {
  text-align: right; }
  .socialMedia a, .socialMedia span {
    color: #084c6d;
    margin-right: 7px;
    display: inline-block; }
    .socialMedia a:last-child, .socialMedia span:last-child {
      margin-right: 0; }
    .socialMedia a i.fa, .socialMedia span i.fa {
      font-size: 24px;
      top: -2px;
      position: relative;
      color: #084c6d !important; }

.downloads, .downloads li {
  list-style: none;
  padding: 0; }
.downloads i.fa {
  margin-right: 5px; }

#content > .cmsPage:nth-child(2) > div > .section:first-child {
  padding-top: 0; }

/*}*/
@media screen and (min-width: 1240px) {
  .section.fullSection .col-md-6.column.half-wided.half-wided-right {
    padding-left: 40px !important; } }
  @media screen and (min-width: 1240px) and (max-width: 1199px) {
    .section.fullSection .col-md-6.column.half-wided.half-wided-right {
      padding-left: 20px !important; } }

.cmsSubPage:last-child {
  padding-bottom: 0; }
  .cmsSubPage:last-child > .section.fullSection:last-child {
    padding-bottom: 0; }

* {
  scrollbar-color: #f1776d #084c6d;
  /* thumb and track color */ }

::-webkit-scrollbar {
  width: 16px; }

/* Track */
::-webkit-scrollbar-track {
  background: #084c6d; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f1776d; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #eb867e; }

.field_checkbox {
  font-size: 12px;
  padding-bottom: 10px; }

#front .socialShare {
  padding-top: 10px; }
  #front .socialShare h3 {
    margin-bottom: 10px !important;
    font-size: 26px; }
  #front .socialShare i.fa {
    font-size: 36px;
    color: #084c6d; }
  #front .socialShare a {
    margin: 10px; }

.widgetBox[data-type=form] .col-md-12, .widgetBox[data-type=form] .col-md-6 {
  padding-left: 10px;
  padding-right: 10px; }

#section3166 .widgetBox[data-type=form] .form .col-md-6 {
  width: 100%; }

.btn {
  border: none;
  height: 50px;
  padding: 10px 20px;
  line-height: 30px;
  color: white;
  position: relative;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  border-radius: 3px;
  box-shadow: none;
  background: #F28076;
  font-weight: 300;
  letter-spacing: 0.2em;
  /*    &::before{
          background: black;
          content: '';
          position: absolute;
          top: 4px; 
          left: 4px;
          bottom: 4px;
          right: 4px;
  
      }*/
  background-size: 200% 100%;
  background-position: center right; }
  .btn:hover {
    background-size: 200% 100%;
    background-position: center right-50%;
    color: white;
    /*background: darken($mainColor, 10);*/ }

@media screen and (max-width: 1199px) {
  .btn {
    letter-spacing: 0.1em; } }
@media screen and (max-width: 349px) {
  .btn {
    letter-spacing: 0.01; } }
@media (max-aspect-ratio: 177 / 100) {
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
    background-size: auto calc(100% + 75px); } }
@media (max-aspect-ratio: 177 / 100) and (min-width: 2051px) {
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
    background-size: cover; } }
@media (max-width: 992px) {
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
    /*background-position-x: center !important;*/
    /*background-position-x: calc(50% - 200px) !important;*/ } }
body.errorPage {
  padding-top: 190px !important; }

@media screen and (max-width: 599px) {
  #section4115 .textWidget a:not(.btn), #section4115 .styledLink {
    font-size: 12px;
    letter-spacing: 0; } }
#top {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: #084c6d;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  @media screen and (max-width: 767px) {
    #top {
      height: 120px; } }
  #top .topButtons {
    text-align: right;
    flex: 1 0 auto;
    margin-bottom: 13px;
    margin-bottom: 12.75px;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s; }
  #top #logo img {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    margin-top: 40px;
    height: 70px; }
  #top .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: normal;
    padding: 0 40px; }
  #top .btn + .btn {
    margin-left: 20px; }
  #top .btn + br + .btn {
    margin-left: 20px; }
  #top.sticky {
    height: 80px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    /*        @media screen and (max-height: 699px){
                height: 50px;
                .container{
                    align-items: center;
                    height: 50px;
                    .topButtons {
                        margin-bottom: 0px;
                    }
                    .btn{
                        height: 36px;
                        line-height: 24px;
                    }
                    #logo{
    
                        img{
                            height: 36px;
                            margin: 2px 0 0;
                        }
                    }
    
                }
            }*/ }
    #top.sticky .container #logo img {
      height: 60px;
      margin: 10px 0 0; }
    #top.sticky .container .topButtons {
      margin-bottom: 5px; }

#footer {
  color: #fff;
  font-size: 13px;
  margin: 0;
  background: #084c6d;
  /*background: #084c6d;*/
  padding: 120px 0;
  /*    @media screen and (max-width: 599px){
  
          .pull-right{
              float: none !important;
              clear: both;
          }
          .credits{
              display: block;
              height: auto;
              padding-top: 20px;
              text-align: right;
          }
      }*/ }
  @media screen and (max-width: 991px) {
    #footer {
      padding: 80px 0; } }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 60px 0; } }
  #footer .container {
    padding: 0 20px !important; }
  @media screen and (max-width: 991px) {
    #footer .footerLogoWrap {
      text-align: center; }
      #footer .footerLogoWrap img {
        max-width: 350px; } }
  #footer .createdBy {
    opacity: 0.4;
    margin-top: 33px; }
    #footer .createdBy img {
      width: 160px;
      max-width: 100%; }
    @media screen and (max-width: 767px) {
      #footer .createdBy {
        text-align: center; } }
  #footer .col-sm-6 {
    clear: none !important; }
  #footer .socialMedia {
    display: inline-block;
    padding: 0;
    margin-left: 20px;
    /*background: $color1;*/
    /*border-bottom: 1px solid mix(#000, $color1, 20);*/ }
    #footer .socialMedia a i {
      /*color: white !important;*/ }
    #footer .socialMedia a {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      color: white;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 0;
      position: relative;
      top: 0;
      color: #fff;
      margin-top: 32px;
      transition: color 0.3s ease 0s;
      -webkit-transition: color 0.3s ease 0s;
      -ms-transition: color 0.3s ease 0s;
      -o-transition: color 0.3s ease 0s;
      -moz-transition: color 0.3s ease 0s;
      -khtml-transition: color 0.3s ease 0s;
      /*top: 2px;*/ }
      @media screen and (max-width: 991px) {
        #footer .socialMedia a {
          margin-top: 12px; } }
      #footer .socialMedia a i {
        color: #fff !important;
        transition: color 0.3s ease 0s;
        -webkit-transition: color 0.3s ease 0s;
        -ms-transition: color 0.3s ease 0s;
        -o-transition: color 0.3s ease 0s;
        -moz-transition: color 0.3s ease 0s;
        -khtml-transition: color 0.3s ease 0s; }
      #footer .socialMedia a:hover {
        color: #F28076;
        /*top: 2px;*/ }
        #footer .socialMedia a:hover i {
          color: #F28076 !important; }
      #footer .socialMedia a i {
        position: static; }
    @media screen and (max-width: 991px) {
      #footer .socialMedia {
        padding: 20px 0; } }
  #footer img {
    max-height: 70px; }
  #footer .footer2 {
    overflow: hidden !important;
    padding: 50px 30px 0 !important;
    border-top: 1px solid #4D4D4D; }
  #footer .container {
    padding: 0; }
  #footer a {
    color: inherit; }
  #footer .markaCredits {
    float: right;
    font-size: 14px;
    text-align: right;
    font-weight: 700; }
    #footer .markaCredits small {
      font-weight: 300;
      font-size: 11px; }
  #footer #footerLogo {
    vertical-align: top;
    transition: 0.2s ease 0s;
    -webkit-transition: 0.2s ease 0s;
    -ms-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -khtml-transition: 0.2s ease 0s; }
    #footer #footerLogo:hover {
      /*            filter: brightness(0.9);
                  -webkit-filter: brightness(0.9);*/ }
    #footer #footerLogo img {
      max-width: 100%; }
  @media screen and (max-width: 1199px) {
    #footer .createdBy {
      margin-top: 39px; } }
  @media screen and (max-width: 991px) {
    #footer .logoContainer {
      padding-right: 0; }
    #footer .createdBy {
      margin-top: 60px; } }
  @media screen and (max-width: 767px) {
    #footer .logoContainer {
      padding-left: 0; }
    #footer .footer2 .text-left {
      text-align: center !important; }
      #footer .footer2 .text-left > a img {
        margin: 10px 20px; }
    #footer #footerLogo {
      display: inline-block;
      margin-bottom: 60px; }
    #footer #footerMenu {
      padding-top: 0px !important;
      margin-top: 0px !important; }
    #footer, #footer .informations, #footer #footerMenu {
      text-align: center !important; }
    #footer .socialMedia {
      justify-content: center !important; } }
  #footer #footerMenu {
    text-align: left;
    column-count: 3;
    margin: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0px;
    margin-top: 0;
    /*column-count: 2;*/
    /*
            @media screen and (max-width: 1199px){
                padding-left: 0;
                padding-right: 0;
            }
            @media screen and (max-width: 799px){
    
                column-count: 2;
            }
            @media screen and (max-width: 449px){
    
                column-count: 1;
            }*/ }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #footer #footerMenu {
        text-align: right; }
        #footer #footerMenu li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1409px) {
      #footer #footerMenu {
        column-count: 2; } }
    @media screen and (max-width: 1199px) {
      #footer #footerMenu li a {
        margin-bottom: 7px; }
      #footer #footerMenu li:last-child {
        margin-bottom: 0; } }
    @media screen and (max-width: 767px) and (min-width: 500px) {
      #footer #footerMenu {
        column-count: 3; } }
    @media screen and (max-width: 499px) {
      #footer #footerMenu {
        column-count: 2; } }
    #footer #footerMenu ul {
      padding: 0; }
    #footer #footerMenu > li {
      break-inside: avoid;
      display: inline-block;
      margin: 0 30px; }
      @media screen and (max-width: 991px) {
        #footer #footerMenu > li {
          margin: 0 20px; } }
    #footer #footerMenu, #footer #footerMenu li {
      list-style: none; }
      #footer #footerMenu i.fa, #footer #footerMenu li i.fa {
        margin-right: 8px;
        font-size: 18px;
        top: 1px;
        position: relative; }
      #footer #footerMenu span, #footer #footerMenu li span {
        margin-bottom: 20px;
        display: block;
        color: #F28076;
        font-weight: bold;
        text-transform: none;
        font-size: 18px; }
      #footer #footerMenu a, #footer #footerMenu li a {
        text-transform: none;
        font-size: 16px;
        display: block;
        line-height: normal;
        /*margin-bottom: 18px;*/ }
        #footer #footerMenu a:hover, #footer #footerMenu li a:hover {
          color: #F28076; }
    #footer #footerMenu li {
      /*display: inline-block;*/ }
  #footer .cmsCol {
    padding: 0 20px; }
  #footer br.onlyRwd {
    display: none; }
  #footer .credits {
    height: 120px;
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
    #footer .credits a {
      transition: 0.2s ease 0s;
      -webkit-transition: 0.2s ease 0s;
      -ms-transition: 0.2s ease 0s;
      -o-transition: 0.2s ease 0s;
      -moz-transition: 0.2s ease 0s;
      -khtml-transition: 0.2s ease 0s; }
      #footer .credits a:hover {
        filter: brightness(0.8);
        -webkit-filter: brightness(0.8); }
    @media screen and (max-width: 991px) {
      #footer .credits {
        display: block;
        height: auto; } }
  #footer #poweredByZlepszejstrony {
    text-align: center;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0;
    font-weight: 300; }
    #footer #poweredByZlepszejstrony a {
      font-weight: 700;
      color: #D23F38; }
      #footer #poweredByZlepszejstrony a:hover {
        color: #e07974; }

@media screen and (max-width: 767px) {
  #top .container {
    padding: 0 20px; }
    #top .container #logo img {
      margin-top: 20px; }
    #top .container .topButtons {
      margin-bottom: 15px; }
  #top.sticky .container .topButtons {
    margin-bottom: 10px; } }
.onlyRwdXs {
  display: none; }

@media screen and (max-width: 559px) {
  .onlyRwdXs {
    display: initial; }

  #top .container .topButtons {
    margin-bottom: -5px; }
    #top .container .topButtons a {
      margin-bottom: 10px; }
      #top .container .topButtons a:last-child {
        margin-bottom: 0; }
  #top.sticky .container .topButtons {
    margin-bottom: -2px; }
    #top.sticky .container .topButtons a {
      height: 30px;
      padding: 0 15px;
      margin-bottom: 5px; }
      #top.sticky .container .topButtons a:last-child {
        margin-bottom: 0; } }
@media screen and (max-width: 399px) {
  #top .container #logo img {
    height: 55px; }
  #top .container .topButtons {
    margin-bottom: 0px; }
    #top .container .topButtons a {
      font-size: 12px; }
  #top.sticky #top .container #logo img {
    height: 45px; } }
#section2 h1, #section2 p {
  margin-bottom: 40px !important; }

@media screen and (max-width: 767px) {
  #section2 * {
    text-align: center !important; } }
@media screen and (max-width: 991px) {
  #section6 * {
    text-align: center !important; }
  #section6 h3 {
    margin-bottom: 20px !important; } }
body.loginPage #top .topButtons, body.registerPage #top .topButtons {
  display: none; }
body.loginPage #footer, body.registerPage #footer {
  /*background: $additionalColor;*/ }
body.loginPage #section2 .column:nth-child(2), body.registerPage #section2 .column:nth-child(2) {
  color: #232323;
  text-align: center; }
  body.loginPage #section2 .column:nth-child(2) h2, body.registerPage #section2 .column:nth-child(2) h2 {
    text-align: center; }
  body.loginPage #section2 .column:nth-child(2) p, body.registerPage #section2 .column:nth-child(2) p {
    margin: 60px 0; }
  body.loginPage #section2 .column:nth-child(2), body.loginPage #section2 .column:nth-child(2) p, body.loginPage #section2 .column:nth-child(2) h1, body.loginPage #section2 .column:nth-child(2) h2, body.loginPage #section2 .column:nth-child(2) h3, body.loginPage #section2 .column:nth-child(2) h4, body.loginPage #section2 .column:nth-child(2) h5, body.loginPage #section2 .column:nth-child(2) h6, body.registerPage #section2 .column:nth-child(2), body.registerPage #section2 .column:nth-child(2) p, body.registerPage #section2 .column:nth-child(2) h1, body.registerPage #section2 .column:nth-child(2) h2, body.registerPage #section2 .column:nth-child(2) h3, body.registerPage #section2 .column:nth-child(2) h4, body.registerPage #section2 .column:nth-child(2) h5, body.registerPage #section2 .column:nth-child(2) h6 {
    color: #282828; }
body.loginPage h1.text-center, body.loginPage h2.text-center, body.loginPage h3.text-center, body.loginPage h4.text-center, body.loginPage h5.text-center, body.loginPage h6.text-center, body.registerPage h1.text-center, body.registerPage h2.text-center, body.registerPage h3.text-center, body.registerPage h4.text-center, body.registerPage h5.text-center, body.registerPage h6.text-center {
  text-align: center !important; }

@media screen and (max-width: 991px) {
  #User_name {
    margin-bottom: 20px; } }
@media screen and (min-width: 992px) {
  #front body.loginPage, #front body.registerPage {
    background: white; }
    #front body.loginPage .section:nth-child(3n+1), #front body.registerPage .section:nth-child(3n+1) {
      background: transparent !important; }
    #front body.loginPage #inBody, #front body.registerPage #inBody {
      background: transparent; }
      #front body.loginPage #inBody::before, #front body.registerPage #inBody::before {
        display: block;
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background: #084c6d;
        width: 50vw;
        z-index: -1; }
    #front body.loginPage #top:not(.sticky), #front body.registerPage #top:not(.sticky) {
      background: transparent; }
    #front body.loginPage #top .topButtons, #front body.registerPage #top .topButtons {
      display: none; }
    #front body.loginPage #footer, #front body.registerPage #footer {
      /*background: $additionalColor;*/ }
    #front body.loginPage #section2 .container, #front body.registerPage #section2 .container {
      padding-left: calc(50% - 680px);
      width: calc(100%); } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #front body.loginPage #section2 .container, #front body.registerPage #section2 .container {
        padding: 0;
        width: 100%; }
        #front body.loginPage #section2 .container .column, #front body.registerPage #section2 .container .column {
          padding: 0 60px; } }
@media screen and (min-width: 992px) {
      #front body.loginPage #section2 .container .column:first-child, #front body.registerPage #section2 .container .column:first-child {
        width: 680px !important;
        max-width: 50% !important; }
      #front body.loginPage #section2 .container .column:nth-child(2), #front body.registerPage #section2 .container .column:nth-child(2) {
        width: calc(100% - 680px) !important; } }
      @media screen and (min-width: 992px) and (max-width: 1359px) {
        #front body.loginPage #section2 .container .column:nth-child(2), #front body.registerPage #section2 .container .column:nth-child(2) {
          width: 50% !important; } }
@media screen and (min-width: 992px) {
        #front body.loginPage #section2 .container .column:nth-child(2) .widgetBox, #front body.registerPage #section2 .container .column:nth-child(2) .widgetBox {
          width: 400px;
          max-width: 100%;
          margin: -120px auto 0; } }
        @media screen and (min-width: 992px) and (max-width: 1199px) {
          #front body.loginPage #section2 .container .column:nth-child(2) .widgetBox, #front body.registerPage #section2 .container .column:nth-child(2) .widgetBox {
            margin-top: -80px; } }
@media screen and (min-width: 992px) {
          #front body.loginPage #section2 .container .column:nth-child(2) .widgetBox h2:first-child, #front body.registerPage #section2 .container .column:nth-child(2) .widgetBox h2:first-child {
            margin-top: 0; }
          #front body.loginPage #section2 .container .column:nth-child(2) .widgetBox input, #front body.loginPage #section2 .container .column:nth-child(2) .widgetBox .input-group, #front body.registerPage #section2 .container .column:nth-child(2) .widgetBox input, #front body.registerPage #section2 .container .column:nth-child(2) .widgetBox .input-group {
            width: 100%; } }
@media screen and (max-width: 991px) {
  #front body.loginPage #section2, #front body.registerPage #section2 {
    padding-top: 0 !important; }
    #front body.loginPage #section2 .container, #front body.registerPage #section2 .container {
      display: flex;
      flex-direction: column;
      -webkit-display: flex;
      display: -webkit-flex;
      -webkit-flex-direction: column;
      padding: 0; }
      #front body.loginPage #section2 .container .column, #front body.registerPage #section2 .container .column {
        width: 100%;
        padding: 80px 60px; }
      #front body.loginPage #section2 .container .column:nth-child(1), #front body.registerPage #section2 .container .column:nth-child(1) {
        padding-bottom: 0;
        text-align: center;
        order: 2; }
        #front body.loginPage #section2 .container .column:nth-child(1) h1, #front body.registerPage #section2 .container .column:nth-child(1) h1 {
          text-align: center; }
      #front body.loginPage #section2 .container .column:nth-child(2), #front body.registerPage #section2 .container .column:nth-child(2) {
        order: 1;
        background: white; }
        #front body.loginPage #section2 .container .column:nth-child(2) h2, #front body.registerPage #section2 .container .column:nth-child(2) h2 {
          margin-top: 0; }
        #front body.loginPage #section2 .container .column:nth-child(2) .widgetBox, #front body.registerPage #section2 .container .column:nth-child(2) .widgetBox {
          width: 400px;
          max-width: 100%;
          margin: 0 auto; }
          #front body.loginPage #section2 .container .column:nth-child(2) .widgetBox input, #front body.loginPage #section2 .container .column:nth-child(2) .widgetBox .input-group, #front body.registerPage #section2 .container .column:nth-child(2) .widgetBox input, #front body.registerPage #section2 .container .column:nth-child(2) .widgetBox .input-group {
            width: 100%; } }
.form .row {
  margin-bottom: 20px; }
.form .errorMessage {
  font-size: 14px;
  color: #F28076 !important; }
.form .input-group {
  overflow: hidden;
  border-radius: 6px;
  width: 100%; }
  .form .input-group input:not([type=radio]), .form .input-group textarea, .form .input-group select {
    border: 1px solid #7E7E7E !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    color: #282828 !important;
    width: 100%;
    margin: 0;
    border: 0; }
    .form .input-group input:not([type=radio]):focus, .form .input-group textarea:focus, .form .input-group select:focus {
      outline: none;
      border-color: #084c6d !important;
      border-width: 2px !important;
      padding: 0 19px; }
  .form .input-group input:not([type=radio]), .form .input-group select {
    height: 48px;
    padding: 0 20px; }
  .form .input-group textarea {
    padding: 15px 20px; }
    .form .input-group textarea:focus {
      padding: 14px 19px; }
  .form .input-group.error input:not([type=radio]), .form .input-group.error textarea, .form .input-group.error select {
    outline: none;
    border-color: #F28076 !important;
    border-width: 2px !important;
    padding: 0 19px; }
  .form .input-group.error textarea {
    padding: 14px 19px; }
  .form .input-group input:not([type=radio]).error, .form .input-group input:not([type=radio]):invalid, .form .input-group textarea.error, .form .input-group textarea:invalid, .form .input-group select.error, .form .input-group select:invalid {
    outline: none;
    border-color: #F28076 !important;
    border-width: 2px !important;
    padding: 0 19px; }
  .form .input-group textarea.error, .form .input-group textarea:invalid {
    padding: 14px 19px; }

.loginPage .form .btn {
  width: 100%; }

a.niceLink {
  text-decoration: underline;
  font-size: 14px;
  color: #232323;
  font-weight: bold; }
  a.niceLink:hover {
    color: #084c6d; }
  a.niceLink.pink {
    color: #084c6d; }
    a.niceLink.pink:hover, a.niceLink.pink:focus {
      color: #082a3a; }

body:not(.controller-neighPal) .onlyNpC {
  display: none; }

body.controller-neighPal {
  background-color: #084c6d;
  background-image: url("../img/bgBlue.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: left top;
  padding-right: 320px;
  transition: margin-left 0.3s ease 0s;
  -webkit-transition: margin-left 0.3s ease 0s;
  -ms-transition: margin-left 0.3s ease 0s;
  -o-transition: margin-left 0.3s ease 0s;
  -moz-transition: margin-left 0.3s ease 0s;
  -khtml-transition: margin-left 0.3s ease 0s; }
  @media screen and (max-width: 1499px) {
    body.controller-neighPal {
      background-size: 70% auto; } }
  @media screen and (max-width: 991px) {
    body.controller-neighPal {
      background-size: 80% auto; } }
  @media screen and (max-width: 599px) {
    body.controller-neighPal {
      background-size: 100% auto; } }
  body.controller-neighPal #top {
    right: 320px; }
    body.controller-neighPal #top .topButtons {
      margin: 0;
      text-align: right; }
  @media screen and (max-width: 767px) {
    body.controller-neighPal #sideMenuButton {
      display: inline-block; } }
  @media screen and (max-width: 1199px) {
    body.controller-neighPal {
      padding-right: 260px; }
      body.controller-neighPal #top {
        right: 260px; } }
  body.controller-neighPal .noNpC {
    display: none; }
  body.controller-neighPal #footer {
    /*background: $additionalColor;*/ }
  body.controller-neighPal #top:not(.sticky) {
    background: transparent; }
  body.controller-neighPal #inBody {
    background: none; }
  body.controller-neighPal .section {
    background: none !important; }
  @media screen and (max-width: 991px) {
    body.controller-neighPal #top .container {
      padding: 0 40px; }
    body.controller-neighPal .cmsPage > div .section > .container {
      padding: 0 20px; }
    body.controller-neighPal #footer .container {
      padding: 0 !important; } }
  @media screen and (max-width: 599px) {
    body.controller-neighPal .cmsPage > div .section > .container {
      padding: 0; }
    body.controller-neighPal #top .container {
      padding: 0 20px; }
    body.controller-neighPal #top.sticky .container .topButtons {
      margin-bottom: 11px; } }
  @media screen and (max-width: 399px) {
    body.controller-neighPal #top .container {
      padding: 0 10px; } }

.npBox {
  display: block;
  color: #232323;
  background: white;
  padding: 30px;
  border-radius: 8px; }
  .npBox.noSidePadding {
    padding-left: 0;
    padding-right: 0; }

.categoryTile {
  cursor: pointer;
  display: block;
  padding-top: 100%;
  position: relative;
  margin-bottom: 40px; }
  .categoryTile .catName, .categoryTile i {
    position: absolute;
    left: 0;
    right: 0; }
  .categoryTile .catName {
    line-height: 17px;
    font-size: 16px;
    bottom: 0;
    border-top: 1px solid #CFDEE3;
    padding: 0px 30px;
    font-weight: bold;
    height: 66px;
    display: flex;
    align-items: center; }
  .categoryTile i {
    font-size: 92px;
    top: 0px;
    bottom: 66px;
    height: 101px;
    line-height: 101px;
    text-align: center;
    color: #084c6d;
    margin: auto; }

@media screen and (max-width: 1499px) {
  .categoryTile .catName {
    font-size: 14px;
    height: 56px;
    padding: 0 20px; }
  .categoryTile i {
    bottom: 56px;
    font-size: 72px; } }
@media screen and (max-width: 1359px) {
  .categoryTile i {
    font-size: 64px; } }
@media screen and (max-width: 359px) {
  .categoryTile .catName {
    padding: 0 10px;
    font-size: 12px; }
  .categoryTile i {
    font-size: 54px; } }
.section.exploreSection {
  padding-top: 40px !important; }
  @media screen and (max-width: 1199px) {
    .section.exploreSection {
      padding-bottom: 60px !important; } }
  @media screen and (max-width: 991px) {
    .section.exploreSection {
      padding-top: 20px !important;
      padding-bottom: 40px !important; } }
  @media screen and (max-width: 767px) {
    .section.exploreSection {
      padding-top: 0px !important;
      padding-bottom: 20px !important; } }
  .section.exploreSection .widgetBox[data-type='categoriesTiles'] {
    margin: 0 -20px; }
    .section.exploreSection .widgetBox[data-type='categoriesTiles'] > div {
      padding: 0 20px !important; }

@media screen and (max-width: 849px) {
  .section.exploreSection .widgetBox[data-type='categoriesTiles'] {
    margin: 0 -10px; }
    .section.exploreSection .widgetBox[data-type='categoriesTiles'] > div {
      padding: 0 10px !important; }
      .section.exploreSection .widgetBox[data-type='categoriesTiles'] > div .categoryTile {
        margin-bottom: 20px; } }
.overrideCol5 {
  width: 20% !important; }
  @media screen and (max-width: 1199px) {
    .overrideCol5 {
      width: 25% !important; } }
  @media screen and (max-width: 991px) {
    .overrideCol5 {
      width: 33% !important;
      width: 33.33% !important;
      float: left; } }
  @media screen and (max-width: 699px) {
    .overrideCol5 {
      width: 50% !important; } }

@media screen and (max-width: 767px) {
  .section.exploreSection .widgetBox[data-type='categoriesTiles'] .overrideCol5 {
    width: 25% !important; } }
@media screen and (max-width: 659px) {
  .section.exploreSection .widgetBox[data-type='categoriesTiles'] .overrideCol5 {
    width: 33% !important;
    width: 33.33% !important; } }
@media screen and (max-width: 499px) {
  .section.exploreSection .widgetBox[data-type='categoriesTiles'] .overrideCol5 {
    width: 50% !important; } }

#sideMenu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 320px;
  background: white;
  overflow-y: auto;
  transition: right 0.3s ease 0s;
  -webkit-transition: right 0.3s ease 0s;
  -ms-transition: right 0.3s ease 0s;
  -o-transition: right 0.3s ease 0s;
  -moz-transition: right 0.3s ease 0s;
  -khtml-transition: right 0.3s ease 0s; }
  #sideMenu #sideMenuTop {
    padding: 60px 60px 30px; }
  #sideMenu .menuItem {
    margin-bottom: 30px;
    /*font-weight: 300;*/
    height: 32px; }
    #sideMenu .menuItem:last-child {
      margin-bottom: 20px; }
    #sideMenu .menuItem a:hover .name {
      color: #084c6d; }
    #sideMenu .menuItem a:hover .icon {
      color: #084c6d; }
    #sideMenu .menuItem .profileThumbnail, #sideMenu .menuItem .icon {
      width: 32px;
      height: 32px;
      margin-right: 20px;
      float: left;
      line-height: 32px;
      text-align: center;
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s; }
    #sideMenu .menuItem .icon i {
      line-height: 32px;
      font-size: 22px; }
    #sideMenu .menuItem .name {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      font-size: 16px;
      line-height: 16px;
      width: calc(100% - 52px);
      height: 32px;
      display: flex;
      align-items: center;
      position: relative; }
      #sideMenu .menuItem .name .notification {
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0; }
  #sideMenu #sideMenuBottom {
    padding: 30px 60px;
    border-top: 1px solid #CFDEE3; }
    #sideMenu #sideMenuBottom .menu {
      overflow: hidden; }
      #sideMenu #sideMenuBottom .menu, #sideMenu #sideMenuBottom .menu li {
        list-style: none;
        padding: 0; }
      #sideMenu #sideMenuBottom .menu li {
        float: left;
        line-height: 20px; }
      #sideMenu #sideMenuBottom .menu a {
        font-size: 12px;
        color: #a1a1a1;
        margin-right: 5px; }

@media screen and (max-width: 1199px) {
  #sideMenu {
    width: 260px; }
    #sideMenu #sideMenuTop {
      padding: 40px 30px 20px; }
    #sideMenu .menuItem {
      margin-bottom: 20px;
      /*height: 32px;*/ }
      #sideMenu .menuItem:last-child {
        margin-bottom: 10px; }
      #sideMenu .menuItem .profileThumbnail, #sideMenu .menuItem .icon {
        /*width: 32px;*/
        /*height: 32px;*/
        /*margin-right: 20px;*/
        /*line-height: 32px;*/ }
      #sideMenu .menuItem .icon i {
        /*line-height: 32px;*/
        /*font-size: 22px;*/ }
      #sideMenu .menuItem .name {
        /*font-size: 16px;*/
        /*line-height: 16px;*/
        /*width: calc(100% - 52px);*/
        /*height: 32px;*/ }
    #sideMenu #sideMenuBottom {
      padding: 20px 30px; }
      #sideMenu #sideMenuBottom .menu li {
        /*line-height: 20px;*/ }
      #sideMenu #sideMenuBottom .menu a {
        /*margin-right: 5px;*/ } }
@media screen and (max-height: 499px) and (max-width: 1199px) {
  #sideMenu {
    width: 260px; }
    #sideMenu #sideMenuTop {
      padding-top: 30px; }
    #sideMenu .menuItem {
      margin-bottom: 15px; }
      #sideMenu .menuItem:last-child {
        margin-bottom: 10px; }
    #sideMenu #sideMenuBottom {
      padding-top: 20px;
      padding-bottom: 20px; } }
@media screen and (max-width: 767px) {
  body {
    padding-right: 0 !important; }

  #sideMenu {
    right: -260px; }

  #top {
    right: 0 !important; } }
.notification {
  height: 22px;
  min-width: 22px;
  max-width: 34px;
  line-height: 22px;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 14px;
  width: auto;
  padding: 0 3px;
  background: #084c6d;
  border-radius: 20px; }

.profileThumbnail {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  position: relative; }
  .profileThumbnail::after {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
  .profileThumbnail img {
    width: 100%; }

@media screen and (max-width: 1199px) and (min-width: 992px) {
  body.controller-neighPal #footer .logoContainer {
    padding-right: 0 !important;
    width: 25% !important; }
  body.controller-neighPal #footer .logoContainer + div {
    padding: 0 !important;
    width: 50% !important; }
  body.controller-neighPal #footer .createdBy {
    margin-top: 32px;
    padding-left: 0 !important;
    width: 25% !important; }
  body.controller-neighPal #footer #footerMenu li {
    margin: 0 15px; }
    body.controller-neighPal #footer #footerMenu li a {
      font-size: 14px; } }
@media screen and (max-width: 991px) and (min-width: 768px) {
  body.controller-neighPal #footer .logoContainer {
    /*padding-right: 0 !important;*/
    /*width: 25% !important;*/ }
  body.controller-neighPal #footer .logoContainer + div {
    /*padding: 0 !important;*/
    /*width: 50% !important;*/ }
  body.controller-neighPal #footer .createdBy {
    /*margin-top: 32px;*/
    /*padding-left: 0 !important;*/
    /*width: 25% !important;*/ }
  body.controller-neighPal #footer #footerMenu li {
    /*margin: 0 15px;*/
    margin-left: 20px;
    margin-right: 0; }
    body.controller-neighPal #footer #footerMenu li a {
      /*font-size: 14px;*/ } }
@media screen and (max-width: 859px) and (min-width: 768px) {
  body.controller-neighPal #footer #footerMenu {
    margin-top: 0; } }

.menuBtn {
  vertical-align: bottom;
  background: white;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background: white;
  color: #084c6d;
  display: inline-block;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  .menuBtn + .menuBtn {
    margin-left: 20px; }
    @media screen and (max-width: 599px) {
      .menuBtn + .menuBtn {
        margin-left: 5px; } }
  .menuBtn i {
    line-height: 50px;
    font-size: 22px; }

#filterButton {
  display: none; }

body.neighPalSearch #filterButton {
  display: inline-block; }

#sideMenuButton {
  display: none;
  position: relative; }
  #sideMenuButton span {
    display: block;
    position: absolute;
    margin: 0;
    margin: auto;
    transition: 0.5s ease 0s;
    -webkit-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -khtml-transition: 0.5s ease 0s;
    height: 3px;
    width: 22px;
    border-radius: 1px;
    background: #084c6d;
    left: 0;
    right: 0; }
    #sideMenuButton span:nth-child(1) {
      top: 0;
      bottom: 16px; }
    #sideMenuButton span:nth-child(2) {
      top: 0;
      bottom: 0; }
    #sideMenuButton span:nth-child(3) {
      top: 16px;
      bottom: 0; }
  #sideMenuButton.menuOpen span {
    top: 0;
    bottom: 0; }
    #sideMenuButton.menuOpen span:nth-child(1), #sideMenuButton.menuOpen span:nth-child(3) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    #sideMenuButton.menuOpen span:nth-child(2) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }

#menuTint {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0.2; }

@media screen and (max-width: 767px) {
  #menuTint {
    display: block;
    visibility: hidden; }

  body.menuOpen {
    /*margin-left: -260px !important;*/ }
    body.menuOpen #sideMenu {
      right: 0; }
    body.menuOpen #top {
      right: 260px !important; }
    body.menuOpen #menuTint {
      visibility: visible; } }
@media screen and (max-width: 767px) {
  #menuTint {
    display: block;
    visibility: hidden; }

  body.menuOpen {
    /*margin-left: -260px !important;*/ }
    body.menuOpen #sideMenu {
      right: 0; }
    body.menuOpen #top {
      right: 260px !important; }
    body.menuOpen #menuTint {
      visibility: visible; }
    body.menuOpen #filterButton {
      opacity: 0;
      visiblity: hidden; } }
@media screen and (max-width: 599px) {
  body.menuOpen {
    /*margin-left: -260px !important;*/ }
    body.menuOpen #top {
      right: 260px !important;
      left: -260px; } }
@media screen and (max-width: 390px) {
  body.menuOpen #top .container {
    padding-right: 10px; } }
@media screen and (max-width: 329px) {
  body.menuOpen #top .container {
    padding-right: 5px; } }
#registerNeighInfo {
  text-align: left;
  display: none;
  margin-top: -10px; }
  #registerNeighInfo.alert-danger {
    text-align: center; }

.form input[type="radio"], .form input[type="checkbox"] {
  appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 46px !important;
  height: 46px !important;
  line-height: 46px;
  text-align: center;
  margin-right: 20px;
  border: 1px solid #7E7E7E !important;
  border-radius: 50px;
  float: left;
  cursor: pointer;
  transition: 0.2s ease 0s;
  -webkit-transition: 0.2s ease 0s;
  -ms-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -khtml-transition: 0.2s ease 0s; }
  .form input[type="radio"]::before, .form input[type="checkbox"]::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f00c";
    font-size: 0;
    transition: 0.2s ease 0s;
    -webkit-transition: 0.2s ease 0s;
    -ms-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -khtml-transition: 0.2s ease 0s;
    color: #084c6d; }
  .form input[type="radio"]:checked, .form input[type="checkbox"]:checked {
    border: 2px solid #F28076 !important;
    line-height: 44px; }
  .form input[type="radio"]:checked::before, .form input[type="checkbox"]:checked::before {
    font-size: 24px; }
  .form input[type="radio"]:focus, .form input[type="checkbox"]:focus {
    outline: none; }
  .form input[type="radio"] + label, .form input[type="checkbox"] + label {
    cursor: pointer;
    float: left;
    width: calc(100% - 70px);
    text-align: left;
    margin-bottom: 20px; }
    .form input[type="radio"] + label b, .form input[type="checkbox"] + label b {
      display: block;
      margin-bottom: 10px; }
.form .profileFormWrap input[type="radio"] + label, .form .profileFormWrap input[type="checkbox"] + label, .form .eventFormSectionWrap input[type="radio"] + label, .form .eventFormSectionWrap input[type="checkbox"] + label {
  cursor: default; }
.form .row.negativeMargin {
  margin-left: -10px;
  margin-right: -10px; }
  .form .row.negativeMargin .col-xs-1, .form .row.negativeMargin .col-sm-1, .form .row.negativeMargin .col-md-1, .form .row.negativeMargin .col-lg-1, .form .row.negativeMargin .col-xs-2, .form .row.negativeMargin .col-sm-2, .form .row.negativeMargin .col-md-2, .form .row.negativeMargin .col-lg-2, .form .row.negativeMargin .col-xs-3, .form .row.negativeMargin .col-sm-3, .form .row.negativeMargin .col-md-3, .form .row.negativeMargin .col-lg-3, .form .row.negativeMargin .col-xs-4, .form .row.negativeMargin .col-sm-4, .form .row.negativeMargin .col-md-4, .form .row.negativeMargin .col-lg-4, .form .row.negativeMargin .col-xs-5, .form .row.negativeMargin .col-sm-5, .form .row.negativeMargin .col-md-5, .form .row.negativeMargin .col-lg-5, .form .row.negativeMargin .col-xs-6, .form .row.negativeMargin .col-sm-6, .form .row.negativeMargin .col-md-6, .form .row.negativeMargin .col-lg-6, .form .row.negativeMargin .col-xs-7, .form .row.negativeMargin .col-sm-7, .form .row.negativeMargin .col-md-7, .form .row.negativeMargin .col-lg-7, .form .row.negativeMargin .col-xs-8, .form .row.negativeMargin .col-sm-8, .form .row.negativeMargin .col-md-8, .form .row.negativeMargin .col-lg-8, .form .row.negativeMargin .col-xs-9, .form .row.negativeMargin .col-sm-9, .form .row.negativeMargin .col-md-9, .form .row.negativeMargin .col-lg-9, .form .row.negativeMargin .col-xs-10, .form .row.negativeMargin .col-sm-10, .form .row.negativeMargin .col-md-10, .form .row.negativeMargin .col-lg-10, .form .row.negativeMargin .col-xs-11, .form .row.negativeMargin .col-sm-11, .form .row.negativeMargin .col-md-11, .form .row.negativeMargin .col-lg-11, .form .row.negativeMargin .col-xs-12, .form .row.negativeMargin .col-sm-12, .form .row.negativeMargin .col-md-12, .form .row.negativeMargin .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px; }

.residentRow {
  margin-top: 40px; }

.onlyResident {
  display: none; }

input[type=file] {
  line-height: 46px; }
  input[type=file]:focus, input[type=file]:invalid {
    line-height: 44px; }

#front #body .nBox {
  background: white;
  padding: 30px;
  border-radius: 6px; }
  #front #body .nBox, #front #body .nBox p, #front #body .nBox h1, #front #body .nBox h2, #front #body .nBox h3, #front #body .nBox h4, #front #body .nBox h5, #front #body .nBox h6 {
    color: #232323; }
  #front #body .nBox .form {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  #front #body .nBox h1:first-child, #front #body .nBox h2:first-child, #front #body .nBox h3:first-child, #front #body .nBox h4:first-child, #front #body .nBox h5:first-child, #front #body .nBox h6:first-child, #front #body .nBox p:first-child {
    margin-top: 0; }
  #front #body .nBox .row.buttons:last-child {
    margin-bottom: 0 !important; }
  @media screen and (max-width: 991px) {
    #front #body .nBox {
      padding: 20px; } }
  @media screen and (max-width: 399px) {
    #front #body .nBox {
      padding: 15px 10px; } }

#profileUpdate .eventFormSectionWrap, #eventForm .eventFormSectionWrap {
  position: relative; }
#profileUpdate .profileFormWrap, #profileUpdate .eventFormSectionWrap, #eventForm .profileFormWrap, #eventForm .eventFormSectionWrap {
  border: 1px solid #7E7E7E !important;
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 29px;
  color: #777; }
  @media screen and (max-width: 991px) {
    #profileUpdate .profileFormWrap, #profileUpdate .eventFormSectionWrap, #eventForm .profileFormWrap, #eventForm .eventFormSectionWrap {
      padding: 20px; } }
  @media screen and (max-width: 399px) {
    #profileUpdate .profileFormWrap, #profileUpdate .eventFormSectionWrap, #eventForm .profileFormWrap, #eventForm .eventFormSectionWrap {
      padding: 10px; } }
  #profileUpdate .profileFormWrap .openArrow, #profileUpdate .eventFormSectionWrap .openArrow, #eventForm .profileFormWrap .openArrow, #eventForm .eventFormSectionWrap .openArrow {
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 40px;
    cursor: pointer; }
    #profileUpdate .profileFormWrap .openArrow i, #profileUpdate .eventFormSectionWrap .openArrow i, #eventForm .profileFormWrap .openArrow i, #eventForm .eventFormSectionWrap .openArrow i {
      transition: 0.2s ease 0s;
      -webkit-transition: 0.2s ease 0s;
      -ms-transition: 0.2s ease 0s;
      -o-transition: 0.2s ease 0s;
      -moz-transition: 0.2s ease 0s;
      -khtml-transition: 0.2s ease 0s; }
    @media screen and (max-width: 999px) {
      #profileUpdate .profileFormWrap .openArrow, #profileUpdate .eventFormSectionWrap .openArrow, #eventForm .profileFormWrap .openArrow, #eventForm .eventFormSectionWrap .openArrow {
        top: 15px; } }
    @media screen and (max-width: 399px) {
      #profileUpdate .profileFormWrap .openArrow, #profileUpdate .eventFormSectionWrap .openArrow, #eventForm .profileFormWrap .openArrow, #eventForm .eventFormSectionWrap .openArrow {
        top: 5px; } }
  #profileUpdate .profileFormWrap label, #profileUpdate .eventFormSectionWrap label, #eventForm .profileFormWrap label, #eventForm .eventFormSectionWrap label {
    margin-bottom: 0 !important; }
  #profileUpdate .profileFormWrap .profileFormHeader, #profileUpdate .profileFormWrap .eventFormHeader, #profileUpdate .eventFormSectionWrap .profileFormHeader, #profileUpdate .eventFormSectionWrap .eventFormHeader, #eventForm .profileFormWrap .profileFormHeader, #eventForm .profileFormWrap .eventFormHeader, #eventForm .eventFormSectionWrap .profileFormHeader, #eventForm .eventFormSectionWrap .eventFormHeader {
    overflow: hidden;
    border-bottom: 1px solid transparent;
    padding: 0 30px;
    margin: 0 -30px;
    padding-right: 80px;
    transition: 0.2s ease 0s;
    -webkit-transition: 0.2s ease 0s;
    -ms-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -khtml-transition: 0.2s ease 0s; }
    @media screen and (max-width: 991px) {
      #profileUpdate .profileFormWrap .profileFormHeader, #profileUpdate .profileFormWrap .eventFormHeader, #profileUpdate .eventFormSectionWrap .profileFormHeader, #profileUpdate .eventFormSectionWrap .eventFormHeader, #eventForm .profileFormWrap .profileFormHeader, #eventForm .profileFormWrap .eventFormHeader, #eventForm .eventFormSectionWrap .profileFormHeader, #eventForm .eventFormSectionWrap .eventFormHeader {
        padding: 0 20px;
        margin: 0 -20px; } }
    @media screen and (max-width: 399px) {
      #profileUpdate .profileFormWrap .profileFormHeader, #profileUpdate .profileFormWrap .eventFormHeader, #profileUpdate .eventFormSectionWrap .profileFormHeader, #profileUpdate .eventFormSectionWrap .eventFormHeader, #eventForm .profileFormWrap .profileFormHeader, #eventForm .profileFormWrap .eventFormHeader, #eventForm .eventFormSectionWrap .profileFormHeader, #eventForm .eventFormSectionWrap .eventFormHeader {
        padding: 0 10px;
        margin: 0 -10px; } }
  #profileUpdate .profileFormWrap.open, #profileUpdate .eventFormSectionWrap.open, #eventForm .profileFormWrap.open, #eventForm .eventFormSectionWrap.open {
    color: #232323; }
    #profileUpdate .profileFormWrap.open .openArrow i, #profileUpdate .eventFormSectionWrap.open .openArrow i, #eventForm .profileFormWrap.open .openArrow i, #eventForm .eventFormSectionWrap.open .openArrow i {
      transform: rotate(180deg); }
    #profileUpdate .profileFormWrap.open .profileFormHeader, #profileUpdate .profileFormWrap.open .eventFormHeader, #profileUpdate .eventFormSectionWrap.open .profileFormHeader, #profileUpdate .eventFormSectionWrap.open .eventFormHeader, #eventForm .profileFormWrap.open .profileFormHeader, #eventForm .profileFormWrap.open .eventFormHeader, #eventForm .eventFormSectionWrap.open .profileFormHeader, #eventForm .eventFormSectionWrap.open .eventFormHeader {
      padding-bottom: 30px;
      border-bottom: 1px solid #CFDEE3; }
      @media screen and (max-width: 991px) {
        #profileUpdate .profileFormWrap.open .profileFormHeader, #profileUpdate .profileFormWrap.open .eventFormHeader, #profileUpdate .eventFormSectionWrap.open .profileFormHeader, #profileUpdate .eventFormSectionWrap.open .eventFormHeader, #eventForm .profileFormWrap.open .profileFormHeader, #eventForm .profileFormWrap.open .eventFormHeader, #eventForm .eventFormSectionWrap.open .profileFormHeader, #eventForm .eventFormSectionWrap.open .eventFormHeader {
          padding-bottom: 20px; } }
      @media screen and (max-width: 399px) {
        #profileUpdate .profileFormWrap.open .profileFormHeader, #profileUpdate .profileFormWrap.open .eventFormHeader, #profileUpdate .eventFormSectionWrap.open .profileFormHeader, #profileUpdate .eventFormSectionWrap.open .eventFormHeader, #eventForm .profileFormWrap.open .profileFormHeader, #eventForm .profileFormWrap.open .eventFormHeader, #eventForm .eventFormSectionWrap.open .profileFormHeader, #eventForm .eventFormSectionWrap.open .eventFormHeader {
          padding-bottom: 10px; } }
  #profileUpdate .profileFormWrap .profileForm, #profileUpdate .profileFormWrap .eventFormSection, #profileUpdate .eventFormSectionWrap .profileForm, #profileUpdate .eventFormSectionWrap .eventFormSection, #eventForm .profileFormWrap .profileForm, #eventForm .profileFormWrap .eventFormSection, #eventForm .eventFormSectionWrap .profileForm, #eventForm .eventFormSectionWrap .eventFormSection {
    display: none;
    margin: 20px -30px 0;
    padding: 0 30px;
    /*            h5{
                    color: #777 !important;
                    b{
                        color: #232323 !important;
                        font-size: 1.2em;
                    }
                }*/ }
    @media screen and (max-width: 991px) {
      #profileUpdate .profileFormWrap .profileForm, #profileUpdate .profileFormWrap .eventFormSection, #profileUpdate .eventFormSectionWrap .profileForm, #profileUpdate .eventFormSectionWrap .eventFormSection, #eventForm .profileFormWrap .profileForm, #eventForm .profileFormWrap .eventFormSection, #eventForm .eventFormSectionWrap .profileForm, #eventForm .eventFormSectionWrap .eventFormSection {
        margin: 20px -20px 0;
        padding: 0 20px; } }
    @media screen and (max-width: 399px) {
      #profileUpdate .profileFormWrap .profileForm, #profileUpdate .profileFormWrap .eventFormSection, #profileUpdate .eventFormSectionWrap .profileForm, #profileUpdate .eventFormSectionWrap .eventFormSection, #eventForm .profileFormWrap .profileForm, #eventForm .profileFormWrap .eventFormSection, #eventForm .eventFormSectionWrap .profileForm, #eventForm .eventFormSectionWrap .eventFormSection {
        margin: 10px -10px 0;
        padding: 0 10px; } }
    #profileUpdate .profileFormWrap .profileForm > .row:last-child, #profileUpdate .profileFormWrap .eventFormSection > .row:last-child, #profileUpdate .eventFormSectionWrap .profileForm > .row:last-child, #profileUpdate .eventFormSectionWrap .eventFormSection > .row:last-child, #eventForm .profileFormWrap .profileForm > .row:last-child, #eventForm .profileFormWrap .eventFormSection > .row:last-child, #eventForm .eventFormSectionWrap .profileForm > .row:last-child, #eventForm .eventFormSectionWrap .eventFormSection > .row:last-child {
      margin-bottom: 0; }
#profileUpdate .eventFormSectionWrap big, #eventForm .eventFormSectionWrap big {
  font-size: inherit; }
#profileUpdate .eventFormSectionWrap .openArrow, #eventForm .eventFormSectionWrap .openArrow {
  top: 24px; }
  @media screen and (max-width: 1199px) {
    #profileUpdate .eventFormSectionWrap .openArrow, #eventForm .eventFormSectionWrap .openArrow {
      top: 20px; } }
  @media screen and (max-width: 999px) {
    #profileUpdate .eventFormSectionWrap .openArrow, #eventForm .eventFormSectionWrap .openArrow {
      top: 10px; } }
  @media screen and (max-width: 399px) {
    #profileUpdate .eventFormSectionWrap .openArrow, #eventForm .eventFormSectionWrap .openArrow {
      top: 0px; } }

#profileUpdate .btn {
  width: auto; }
@media screen and (max-width: 767px) {
  #profileUpdate #User_name {
    margin-bottom: 10px; } }
#profileUpdate .categorySelect {
  /*padding-bottom: 20px;*/ }
  #profileUpdate .categorySelect + .errorMessage {
    margin: 0 10px 20px; }
  #profileUpdate .categorySelect > div {
    margin-bottom: 20px; }
    #profileUpdate .categorySelect > div > div:first-child .input-group {
      overflow: visible; }
      #profileUpdate .categorySelect > div > div:first-child .input-group::after {
        content: '\f054';
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        position: absolute;
        top: 0;
        line-height: 48px;
        font-size: 12px;
        color: #084c6d;
        right: -14px;
        right: -14.5px; }
    #profileUpdate .categorySelect > div:last-child {
      margin-bottom: 0; }
  #profileUpdate .categorySelect select[disabled] {
    cursor: not-allowed;
    background: #efefef; }
  #profileUpdate .categorySelect div[data-catrow] {
    margin-right: 40px;
    display: none;
    position: relative; }
    @media screen and (max-width: 991px) {
      #profileUpdate .categorySelect div[data-catrow] {
        margin-right: 25px; } }
    @media screen and (max-width: 399px) {
      #profileUpdate .categorySelect div[data-catrow] {
        margin-right: 30px; } }
  #profileUpdate .categorySelect div[data-catrow='0'] {
    display: block; }
  #profileUpdate .categorySelect .catRemove {
    display: none;
    line-height: 48px;
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 30px;
    text-align: center; }
    #profileUpdate .categorySelect .catRemove i {
      cursor: pointer;
      font-size: 24px;
      line-height: 48px; }
    @media screen and (max-width: 991px) {
      #profileUpdate .categorySelect .catRemove {
        right: -20px;
        width: 20px; } }
  @media screen and (max-width: 499px) {
    #profileUpdate .categorySelect .col-xs-6 {
      width: 100% !important;
      float: none !important; }
      #profileUpdate .categorySelect .col-xs-6 + .col-xs-6 {
        margin-top: 2px; }
    #profileUpdate .categorySelect > div {
      margin-bottom: 20px; }
      #profileUpdate .categorySelect > div > div:first-child .input-group::after {
        pointer-events: none;
        content: '\f078';
        top: 44px;
        line-height: 18px;
        display: block;
        height: 18px;
        right: 0;
        left: 0;
        margin: auto;
        width: 20px;
        text-align: center;
        display: none; }
    #profileUpdate .categorySelect .catRemove {
      height: 30px;
      line-height: 30px;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto; }
      #profileUpdate .categorySelect .catRemove i {
        line-height: 30px; } }
@media screen and (max-width: 1199px) {
  #profileUpdate .col-lg-6 + .col-lg-6 {
    margin-top: 40px; } }

.hiddenBr {
  display: none; }

.changePhoto-row {
  vertical-align: middle;
  margin-bottom: 30px; }
  .changePhoto-row > * {
    vertical-align: middle; }
  .changePhoto-row .btn {
    position: relative; }
  .changePhoto-row input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .changePhoto-row .profileThumbnail {
    border-radius: 110px;
    width: 110px;
    height: 110px;
    margin-bottom: 10px; }
  @media screen and (max-width: 549px) {
    .changePhoto-row {
      text-align: center; }
      .changePhoto-row .hiddenBr {
        display: initial; } }

.crop-profile-wrap {
  width: 300px;
  height: 300px;
  margin: 0 auto 20px; }
  @media screen and (max-width: 399px), screen and (max-height: 549px) {
    .crop-profile-wrap {
      width: 200px;
      height: 200px; } }

#crop-profile {
  opacity: 0; }

.modal-backdrop {
  z-index: 9990400; }

.modal {
  z-index: 9990500;
  bottom: auto; }

.swal2-container {
  z-index: 9990600; }

.modal-body > h3 {
  margin: 0 0 20px !important; }

@media screen and (max-width: 399px), screen and (max-height: 549px) {
  .modal-body, .modal-footer {
    padding: 10px; } }
.modal-content {
  box-shadow: none !important; }

.modal {
  height: 100%;
  overflow-y: hidden; }
  .modal .modal-content {
    max-height: 90vh;
    max-height: calc(100vh - 60px);
    overflow: hidden; }
    .modal .modal-content .modal-body {
      max-height: 90vh;
      max-height: calc(100vh - 60px);
      overflow-y: auto; }
  .modal .modal-dialog {
    max-height: 100%;
    top: 50%; }
  .modal.in .modal-dialog {
    transform: translateY(-50%) !important; }

.swal2-container .swal2-title, .swal2-container h1, .swal2-container h2 {
  text-align: center !important;
  font-size: 28px !important;
  padding: 0 20px !important;
  margin: 20px 0 !important; }

.textCounter {
  font-size: 14px;
  padding: 5px;
  text-align: right;
  color: #777; }

.tagator-input-group {
  overflow: visible !important; }

.tagator_element {
  position: relative;
  border: 1px solid #7E7E7E !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  color: #282828 !important;
  width: 100%;
  margin: 0;
  border: 0;
  overflow: hidden; }
  .tagator_element .tagator_input {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 15px 42px 15px 24px;
    background-image: url("../img/search.jpg");
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: right 22px center; }
  .tagator_element:focus-within {
    border-color: #F28076 !important;
    outline: inset 1px #F28076; }
    .tagator_element:focus-within .tagator_input {
      /*padding: 14px 19px;*/ }
  .tagator_element.error .tagator_input, .tagator_element .tagator_input.error, .tagator_element .tagator_input:invalid {
    outline: none;
    border-color: #084c6d !important;
    border-width: 2px !important;
    padding: 14px 19px; }
  .tagator_element.error {
    outline: none;
    border-color: #084c6d !important;
    border-width: 2px !important; }
    .tagator_element.error .tagator_input {
      padding-top: 14px;
      padding-bottom: 14px; }
  .tagator_element .tagator_options {
    position: static;
    border: none; }
    .tagator_element .tagator_options li {
      border: none;
      border-top: 1px solid #CFDEE3;
      position: relative;
      padding: 5px 20px;
      line-height: 23px; }
      .tagator_element .tagator_options li::after {
        position: absolute;
        content: '\f067';
        bottom: 5px;
        right: 22px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        color: #232323;
        z-index: 1; }
      .tagator_element .tagator_options li.active {
        background: #084c6d; }
        .tagator_element .tagator_options li.active::after {
          color: white; }
  .tagator_element .tagator_tags {
    margin-top: 0 !important; }
    .tagator_element .tagator_tags:not(:empty) {
      padding: 10px 19px; }
      .tagator_element .tagator_tags:not(:empty) .tagator_tag {
        margin: 5px;
        padding: 10px 30px 10px 20px;
        border-radius: 100px;
        background: #F28076;
        font-size: 14px;
        max-width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .tagator_element .tagator_tags:not(:empty) .tagator_tag .tagator_tag_remove {
          background: none !important;
          color: white !important;
          line-height: 40px;
          padding: 0;
          width: 20px;
          font-size: 0; }
          .tagator_element .tagator_tags:not(:empty) .tagator_tag .tagator_tag_remove::after {
            content: '\f00d';
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            font-size: 14px; }
  @media screen and (max-width: 1299px) {
    .tagator_element .tagator_input {
      padding-left: 10px; }
    .tagator_element.error .tagator_input, .tagator_element .tagator_input.error, .tagator_element .tagator_input:invalid {
      padding-left: 10px; }
    .tagator_element.error .tagator_input {
      padding-left: 10px; }
    .tagator_element .tagator_options li {
      padding: 5px 10px; }
    .tagator_element .tagator_tags {
      padding: 7px 6px !important; }
      .tagator_element .tagator_tags .tagator_tag {
        margin: 3px !important;
        padding: 7px 25px 7px 10px !important;
        font-size: 14px !important; }
        .tagator_element .tagator_tags .tagator_tag .tagator_tag_remove {
          line-height: 34px !important;
          /*width: 20px !important;*/ } }

.widgetBox[data-type='form'] div[class^="field_"] > div {
  margin-bottom: 20px; }
.widgetBox[data-type='form'] .form {
  margin: 0 -10px; }

#section18 .widgetBox[data-type='text'] {
  margin-bottom: 30px; }
#section18 .btn.btn-pink:hover, #section18 .btn.btn-pink:focus {
  background: white !important;
  color: #232323; }

.subCatList > .catLink {
  display: block;
  border-bottom: 1px solid #CFDEE3;
  padding-bottom: 5px;
  padding-top: 10px;
  position: relative;
  padding-right: 20px; }
  .subCatList > .catLink:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .subCatList > .catLink b {
    display: block; }
  .subCatList > .catLink a.absoluteLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1; }
  .subCatList > .catLink::after {
    opacity: 0.2;
    color: black;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f054";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 29px;
    line-height: 29px;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s; }
  .subCatList > .catLink:hover::after {
    opacity: 1; }
  .subCatList > .catLink:hover b {
    color: #F28076; }
.subCatList .catCounters {
  display: block;
  font-size: 13px;
  color: #084c6d; }
  .subCatList .catCounters > a {
    display: inline-block;
    padding: 5px;
    z-index: 2;
    position: relative; }
    .subCatList .catCounters > a:hover {
      color: #F28076; }
    .subCatList .catCounters > a::after {
      margin-left: 10px;
      content: '|';
      font-size: 0.8em;
      color: #CFDEE3; }
    .subCatList .catCounters > a:last-child::after {
      content: none; }
    .subCatList .catCounters > a:first-child {
      padding-left: 0; }
    .subCatList .catCounters > a i {
      font-style: unset !important; }

.searchHeader {
  overflow: visible !important; }
  .searchHeader h2 {
    margin-top: 0 !important; }
  @media screen and (max-width: 1599px) and (min-width: 1200px) {
    .searchHeader > div.noPadding h2 {
      font-size: 32px !important; }
    .searchHeader > div.noPadding.pTypeSwitcher {
      margin-top: 30px; }
      .searchHeader > div.noPadding.pTypeSwitcher .btn {
        font-size: 14px !important;
        padding: 5px 20px !important; }
        .searchHeader > div.noPadding.pTypeSwitcher .btn + .btn {
          margin-left: 10px !important; } }
  @media screen and (max-width: 1399px) and (min-width: 1200px) {
    .searchHeader > div.noPadding.pTypeSwitcher .btn {
      padding: 5px 15px !important; }
      .searchHeader > div.noPadding.pTypeSwitcher .btn::after {
        margin-left: 5px; }
      .searchHeader > div.noPadding.pTypeSwitcher .btn + .btn {
        margin-left: 5px !important; } }

.noPadding {
  padding: 0 !important; }

.pTypeSwitcher {
  text-align: right;
  margin-top: 46px; }
  .pTypeSwitcher .btn {
    min-width: 0 !important;
    position: relative;
    /*        &::after{
                content: attr(data-counter);
                position: absolute;
                top: -7px;
                right: -7px;
                height: 22px;
                min-width: 22px;
                line-height: 22px;
                text-align: center;
                color: white;
                font-weight: 500;
                font-size: 14px;
                width: auto;
                padding: 0 3px 0 6px;
                white-space: pre;
                display: inline;
                text-align: center;
                background: $additionalColor;
                border-radius: 20px;
                white-space: pre;
            }*/ }
    @media screen and (max-width: 899px) {
      .pTypeSwitcher .btn {
        margin-bottom: 15px !important; } }
    .pTypeSwitcher .btn::after {
      content: attr(data-counter);
      display: inline-block;
      font-weight: bold;
      margin-left: 20px;
      margin-right: -10px; }
  @media screen and (max-width: 1199px) {
    .pTypeSwitcher {
      text-align: left;
      margin-left: -10px !important;
      margin-right: -10px !important;
      margin-bottom: -20px !important; }
      .pTypeSwitcher .btn {
        margin: 0 10px 20px !important; } }

.tags {
  overflow: hidden;
  margin: 0 -5px; }
  .tags .tag {
    padding: 8px 20px;
    background: #DBE6EA;
    color: #323232;
    border-radius: 100px;
    line-height: 14px;
    margin: 5px;
    display: inline-block; }
    .tags .tag.current {
      background: #F28076;
      color: white; }

.profileBox {
  margin-bottom: 20px !important;
  position: relative; }
  .profileBox a.absoluteLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .profileBox .tags {
    margin-top: 20px;
    font-size: 14px; }
  .profileBox > div {
    overflow: hidden; }
    .profileBox > div:first-child {
      border-bottom: 1px solid #CFDEE3;
      margin: 0 -30px;
      padding: 0 30px 30px; }
      @media screen and (max-width: 991px) {
        .profileBox > div:first-child {
          padding: 0 20px 20px;
          margin: 0 -20px; } }
      @media screen and (max-width: 399px) {
        .profileBox > div:first-child {
          padding: 0 10px 10px;
          margin: 0 -10px; } }
    .profileBox > div:nth-child(2) {
      padding-top: 30px; }
      .profileBox > div:nth-child(2) p {
        margin: 0 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 16px; }
        @media screen and (max-width: 1199px) {
          .profileBox > div:nth-child(2) p {
            -webkit-line-clamp: 3; } }
  .profileBox .name, .profileBox .profileThumbnail {
    float: left; }
  .profileBox .profileThumbnail {
    margin-right: 20px; }
  .profileBox .name {
    margin-top: -10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px; }
    .profileBox .name .otherProfileName {
      color: #232323; }
    .profileBox .name .lastOnline, .profileBox .name .profileType, .profileBox .name .otherProfileName {
      line-height: 20px;
      font-size: 16px;
      font-weight: 400; }
    .profileBox .name .profileType {
      font-weight: bold; }
  .profileBox.noContent:not(.profileDetails) {
    padding-bottom: 0 !important; }
    .profileBox.noContent:not(.profileDetails) > div:nth-child(1) {
      border-bottom: none; }
    .profileBox.noContent:not(.profileDetails) > div:nth-child(2) {
      display: none; }
  .profileBox.isOtherProfiles .name {
    color: #084c6d; }

.lastOnline {
  color: #BDBDBD; }
  .lastOnline.online {
    color: #12AB68; }

.profileType {
  color: #084c6d; }

.filterModal .row.row-buttons {
  margin-top: 20px; }

.tags.currentTags {
  margin-bottom: 30px;
  margin-top: -87px;
  overflow: hidden; }
  @media screen and (max-width: 1299px) {
    .tags.currentTags {
      margin-top: 0; } }
  .tags.currentTags .tag {
    position: relative;
    margin: 5px;
    padding: 10px 30px 10px 20px;
    border-radius: 100px;
    background: #F28076;
    font-size: 14px;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    color: #fff; }
    .tags.currentTags .tag .tag_remove {
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin: 0 0 0 5px;
      font-size: 11px;
      line-height: 10px;
      vertical-align: top;
      border-radius: 0 2px 2px 0;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      background: none !important;
      color: white !important;
      line-height: 40px;
      padding: 0;
      width: 20px;
      font-size: 0;
      cursor: pointer; }
      .tags.currentTags .tag .tag_remove::after {
        content: '\f00d';
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        font-size: 14px; }
    @media screen and (max-width: 1299px) {
      .tags.currentTags .tag {
        margin: 3px !important;
        font-size: 14px !important; }
        .tags.currentTags .tag .tag_remove {
          /*width: 20px !important;*/ } }

.profileDetails .name > span {
  display: block; }
.profileDetails .name .lastOnline {
  margin-top: 7px; }
.profileDetails .profileThumbnail {
  width: 75px;
  height: 75px; }
.profileDetails p {
  margin: 0 !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important; }
.profileDetails .tags {
  margin-top: 0; }
.profileDetails > div {
  padding-top: 30px; }
  @media screen and (max-width: 991px) {
    .profileDetails > div, .profileDetails > div:nth-child(2) {
      padding-top: 20px; } }
  @media screen and (max-width: 399px) {
    .profileDetails > div, .profileDetails > div:nth-child(2) {
      padding-top: 10px; } }
  .profileDetails > div:first-child {
    padding-top: 0; }
  .profileDetails > div:not(:last-child) {
    border-bottom: 1px solid #CFDEE3;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .profileDetails > div:not(:last-child) {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 399px) {
      .profileDetails > div:not(:last-child) {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px; } }
.profileDetails .contactRow {
  margin-top: 30px; }
  @media screen and (max-width: 991px) {
    .profileDetails .contactRow {
      margin-top: 20px; } }
  @media screen and (max-width: 399px) {
    .profileDetails .contactRow {
      margin-top: 10px; } }

.profileCategories {
  width: 70%;
  overflow: hidden;
  margin: -8px -15px; }
  @media screen and (max-width: 1399px) {
    .profileCategories {
      width: auto; } }
  .profileCategories .category {
    font-size: 16px;
    margin: 3px 15px;
    display: inline-block; }
    .profileCategories .category i {
      color: #084c6d;
      font-size: 12px;
      margin: 0 5px; }
  @media screen and (max-width: 1199px) {
    .profileCategories {
      margin: -3px -15px; }
      .profileCategories .category {
        margin: 3px 15px; } }

.otherProfiles h3 {
  margin: 60px 0 !important; }
  @media screen and (max-width: 991px) {
    .otherProfiles h3 {
      margin: 40px 0 !important; } }
  @media screen and (max-width: 399px) {
    .otherProfiles h3 {
      margin: 20px 0 !important; } }

.nBadge {
  display: none; }

.nBadge[data-ncount]:not([data-ncount='0']) {
  display: inline-block; }

#chat {
  position: relative; }
  @media screen and (max-width: 991px) {
    #chat {
      padding-bottom: 10px !important; } }
  #chat .lastSeen {
    clear: both;
    display: block;
    padding-top: 5px;
    color: #a1a1a1; }
  #chat .name, #chat .profileThumbnail {
    float: left; }
  #chat .profileThumbnail {
    margin-right: 20px; }
  #chat .name {
    margin-top: -10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px; }
    #chat .name .otherProfileName {
      color: #232323; }
    #chat .name .lastOnline, #chat .name .profileType, #chat .name .otherProfileName {
      line-height: 20px;
      font-size: 16px;
      font-weight: 400; }
    #chat .name .profileType {
      font-weight: bold; }
  #chat #chatHeader {
    overflow: hidden;
    padding-bottom: 30px; }
    #chat #chatHeader h2 {
      margin: 0; }
    #chat #chatHeader h4 {
      margin: 0 0 20px 0;
      display: none; }
    @media screen and (max-width: 991px) {
      #chat #chatHeader {
        padding-bottom: 20px; } }
    @media screen and (max-width: 399px) {
      #chat #chatHeader {
        padding-bottom: 10px; } }
  #chat #chatMessages {
    min-height: 350px;
    overflow-y: auto;
    scrollbar-width: none;
    border-top: 1px solid #CFDEE3;
    border-bottom: 1px solid #CFDEE3;
    margin: 0 -30px;
    padding: 30px; }
    @media screen and (max-width: 991px) {
      #chat #chatMessages {
        padding: 20px;
        margin: 0 -20px; } }
    @media screen and (max-width: 399px) {
      #chat #chatMessages {
        padding: 20px;
        margin: 0 -10px; } }
    #chat #chatMessages .message {
      font-size: 20px;
      padding: 0;
      margin-bottom: 20px;
      overflow: hidden;
      clear: both; }
      #chat #chatMessages .message p {
        font-weight: normal; }
      #chat #chatMessages .message:last-child {
        margin-bottom: 0; }
      #chat #chatMessages .message .profileThumbnail {
        float: left;
        margin-right: 10px; }
      #chat #chatMessages .message > div {
        display: inline-block;
        border-radius: 6px;
        max-width: 70%;
        min-width: 200px;
        padding: 10px 15px;
        border: 2px solid #F28076;
        background: rgba(242, 128, 118, 0.08);
        border: none;
        /*background: $mainColor;*/
        /*color: white;*/ }
        #chat #chatMessages .message > div h5 {
          font-weight: bold;
          font-size: 16px;
          margin: 0 0 10px 0; }
        #chat #chatMessages .message > div small {
          display: block;
          font-weight: normal;
          font-size: 12px;
          color: #999;
          margin-bottom: 5px; }
      #chat #chatMessages .message.ownMsg {
        background: transparent; }
        #chat #chatMessages .message.ownMsg > div {
          /*color: black;*/
          /*background: #ddd;*/
          border: 1px solid #CFDEE3;
          background: #f4f4f4;
          border: none;
          float: right; }
      #chat #chatMessages .message p {
        margin-bottom: 0;
        font-size: 16px; }
      #chat #chatMessages .message .lastSeen {
        display: block;
        clear: both;
        text-align: right;
        font-size: 12px; }
      #chat #chatMessages .message:not(.ownMsg) + .message:not(.ownMsg) .profileThumbnail {
        visibility: hidden; }
    #chat #chatMessages.scrollbarOn .message {
      margin-right: -16px; }
  #chat #chatInput {
    margin: 0 -10px;
    padding-top: 20px;
    overflow: hidden;
    /*height: 80px;*/
    /*box-shadow: 0 -1px 3px 0 rgba(black, 0.15);*/
    /*box-shadow: 0 -1px 3px 0 rgba(#eee, 0.7);*/
    /*background: #061130;*/ }
    @media screen and (max-width: 991px) {
      #chat #chatInput {
        padding-top: 10px; } }
    @media screen and (max-width: 399px) {
      #chat #chatInput {
        padding-top: 0; } }
    #chat #chatInput .textareaWrap {
      margin: 10px;
      border-radius: 6px;
      background: white;
      border: 1px solid #CFDEE3;
      resize: none;
      width: 75%;
      width: calc(100% - 110px);
      padding: 12px 18px;
      float: left;
      overflow: auto; }
      #chat #chatInput .textareaWrap:focus-within {
        outline: 1px solid #084c6d;
        -moz-outline-radius: 20px;
        border-color: #084c6d; }
      #chat #chatInput .textareaWrap textarea {
        width: 100%;
        margin: 0;
        border: 0;
        outline: none;
        height: 34px;
        max-height: 30vh;
        font-size: 14px;
        resize: none; }
    #chat #chatInput button {
      float: right;
      width: 80px;
      min-width: 0;
      margin: 10px 10px 10px 0;
      padding: 0;
      border-radius: 20px;
      height: 60px;
      outline: none; }
      #chat #chatInput button i {
        font-size: 28px; }

#chatList .nBox {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  #chatList .nBox .notification {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: auto; }
  #chatList .nBox .name, #chatList .nBox .profileThumbnail {
    float: left; }
  #chatList .nBox .profileThumbnail {
    margin-right: 20px; }
  #chatList .nBox .name {
    margin-top: -10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    width: calc(100% - 70px); }
    #chatList .nBox .name .lastMsg {
      display: block;
      clear: both;
      line-height: 20px;
      font-size: 16px;
      font-weight: 400; }
      #chatList .nBox .name .lastMsg .time {
        float: right;
        color: #a1a1a1; }
#chatList .widgetBox:first-child {
  margin-bottom: 60px; }

.profileFormHeader big, .eventFormHeader big {
  color: #F28076; }

.sampleProfile {
  pointer-events: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #F28076;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
  border-radius: 6px; }

#sideMenu #sideMenuBottom .menu a[href='/welcome'] {
  font-weight: bold;
  font-size: 14px; }

br.spacing {
  line-height: 10px; }

.eventForm b small {
  opacity: 0.6;
  font-weight: normal; }

#front #eventView h3 {
  margin-bottom: 0;
  margin-top: 10px; }
#front #eventView .descTitle {
  margin-top: 30px !important;
  margin-bottom: 10px;
  font-size: 24px; }
  #front #eventView .descTitle.eventInfo {
    font-size: 18px; }
    #front #eventView .descTitle.eventInfo i {
      font-size: 20px; }
  #front #eventView .descTitle + p {
    margin-top: 10px !important; }
  #front #eventView .descTitle i {
    margin-right: 5px;
    color: #084c6d; }
  #front #eventView .descTitle span {
    font-weight: 400; }
#front #eventView .eventDescriptions {
  column-count: 2; }
  @media screen and (max-width: 1199px) {
    #front #eventView .eventDescriptions {
      column-count: 1; } }
  #front #eventView .eventDescriptions > div {
    overflow: hidden;
    break-inside: avoid-column; }
  #front #eventView .eventDescriptions > div:first-child .descTitle {
    margin-top: 0 !important; }
  #front #eventView .eventDescriptions .eventBtn {
    margin-top: 30px; }
#front #eventView .profileType a::after {
  content: ','; }
#front #eventView .profileType a:last-child::after {
  content: ''; }

.eventTime {
  color: #084c6d; }

#myEvents .pTypeSwitcher {
  margin-top: 2px; }
#myEvents .searchHeader h2 {
  margin-bottom: 20px !important; }

.eventBox .eventTime, .categoryModal .eventTime {
  font-size: 18px;
  line-height: 1.2em; }
.eventBox .eventBoxCategories, .categoryModal .eventBoxCategories {
  border-bottom: 1px solid #CFDEE3;
  margin: 0 -30px;
  padding: 0 30px 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .eventBox .eventBoxCategories, .categoryModal .eventBoxCategories {
      padding: 0 20px 20px;
      margin: 0 -20px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 399px) {
    .eventBox .eventBoxCategories, .categoryModal .eventBoxCategories {
      padding: 0 10px 10px;
      margin: 0 -10px;
      margin-bottom: 10px; } }
.eventBox .eventDesc, .categoryModal .eventDesc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.signedUpParticipants.clickable {
  cursor: pointer;
  text-decoration: underline; }
  .signedUpParticipants.clickable, .signedUpParticipants.clickable * {
    /*color: #084c6d !important;*/ }
  .signedUpParticipants.clickable:hover, .signedUpParticipants.clickable:hover * {
    color: #F28076 !important; }

#participantListModal .name, #participantListModal .profileThumbnail {
  float: left; }
#participantListModal .profileThumbnail {
  margin-right: 20px; }
#participantListModal .name {
  margin-top: -3px;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  padding-top: 0; }
  #participantListModal .name .otherProfileName {
    color: #232323; }
  #participantListModal .name .lastOnline, #participantListModal .name .profileType, #participantListModal .name .otherProfileName {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400; }
  #participantListModal .name .profileType {
    font-weight: bold; }
    #participantListModal .name .profileType a::after {
      content: ','; }
    #participantListModal .name .profileType a:last-child::after {
      content: ''; }

.form .genderRow {
  overflow: hidden;
  margin-bottom: 10px; }
  .form .genderRow > b + div {
    margin-top: 10px; }
  .form .genderRow > div {
    display: block;
    clear: both;
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 10px; }
    .form .genderRow > div > label {
      cursor: pointer; }
  .form .genderRow input[type="radio"] {
    margin-right: 12px;
    width: 30px !important;
    height: 30px !important;
    float: left;
    line-height: 27px; }
    .form .genderRow input[type="radio"]:checked::before {
      font-size: 18px; }
    .form .genderRow input[type="radio"] + input[type='text'] {
      float: left;
      height: 30px;
      width: calc(100% - 45px);
      max-width: 190px;
      margin-bottom: 0;
      outline: none !important;
      padding-left: 5px;
      padding-right: 5px; }

@media screen and (max-width: 991px) {
  #section60 img {
    max-width: 65% !important;
    width: 350px; }
  #section60 .column:nth-child(1), #section60 .column:nth-child(4) {
    display: none; } }
.eventButtons .btn {
  margin: 10px; }

@media screen and (max-width: 699px) {
  #top .container .topButtons {
    margin-bottom: 6px !important; }

  #top #logo img {
    margin-top: 10px !important;
    margin-bottom: 10px;
    height: 55px; }
  #top.sticky #logo img {
    margin-bottom: 10px;
    height: 55px !important;
    margin-bottom: 5px !important; } }
@media screen and (max-width: 639px) {
  #top .topButtons .btn {
    font-size: 12px !important;
    padding-left: 10px !important;
    padding-right: 10px !important; }

  #top .btn + br + .btn {
    margin-left: 10px !important; } }
@media screen and (max-width: 559px) {
  #top .container .topButtons {
    margin-bottom: 0px !important;
    padding-top: 5px; }

  #top .container .topButtons {
    margin-bottom: 0px !important;
    padding-top: 5px; } }
@media screen and (max-width: 369px) {
  #top .container #logo img {
    height: 40px;
    margin-bottom: 15px; }

  #top.sticky .container #logo img {
    height: 40px !important;
    margin-bottom: 9px !important; } }
@media screen and (max-width: 767px) {
  #body1 .section:not(#section7):not(#section5):not(#section49) .textWidget p, #body1 .section:not(#section7):not(#section5):not(#section49) .textWidget h1, #body1 .section:not(#section7):not(#section5):not(#section49) .textWidget h2, #body1 .section:not(#section7):not(#section5):not(#section49) .textWidget h3 {
    text-align: left !important; } }
.rating i {
  font-size: 24px;
  margin-top: 5px;
  color: #F28076; }

.ratingForm {
  position: relative;
  top: 1px;
  display: inline-block;
  cursor: default; }
  .ratingForm .rating {
    float: left;
    direction: rtl;
    unicode-bidi: bidi-override; }
    .ratingForm .rating span.star {
      cursor: pointer;
      display: inline-block;
      font-family: "Font Awesome 5 Pro";
      font-style: normal;
      font-weight: normal;
      font-size: 24px; }
      .ratingForm .rating span.star:hover {
        cursor: pointer; }
      .ratingForm .rating span.star::before {
        color: #F28076;
        content: '\f005'; }
  .ratingForm .rating span.star:hover::before, .ratingForm .rating span.star.selected::before, .ratingForm .rating span.star:hover ~ span.star::before, .ratingForm .rating span.star.selected ~ span.star::before {
    font-weight: 700; }

.ratingBox .commentTime {
  font-size: 0.9em;
  margin-top: 10px;
  margin-bottom: 10px; }
.ratingBox .commentAuthor .name {
  font-size: 18px; }

.ratingWrap {
  padding-top: 10px;
  clear: both;
  overflow: hidden;
  font-size: 0.9em; }
  .ratingWrap b {
    color: #F28076; }
  .ratingWrap .rating + br {
    line-height: 0.7em; }

.reviews {
  margin: 0 -30px;
  padding-top: 0 !important; }
  @media screen and (max-width: 991px) {
    .reviews {
      margin: 0 -20px; } }
  @media screen and (max-width: 399px) {
    .reviews {
      margin: 0 -10px; } }
  .reviews .review {
    padding: 30px;
    font-size: 16px;
    border-bottom: 1px solid #CFDEE3;
    padding-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .reviews .review {
        padding: 20px; } }
    @media screen and (max-width: 399px) {
      .reviews .review {
        padding: 10px; } }
    .reviews .review h3 {
      font-size: 22px !important;
      margin-bottom: 0px !important;
      margin-top: 0 !important; }
    .reviews .review .eventTime {
      font-size: 0.9em !important; }
    .reviews .review:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    .reviews .review .commentAuthor .name {
      font-size: 16px; }
      .reviews .review .commentAuthor .name br {
        line-height: 0.8em; }
    .reviews .review .name .lastOnline, .reviews .review .name .profileType, .reviews .review .name .otherProfileName {
      line-height: 1em; }

#search-by-name-list {
  overflow: hidden;
  clear: both; }
  #search-by-name-list .empty,
  #search-by-name-list .pager {
    display: none; }

#arrowUp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #999;
  color: white;
  text-align: center;
  cursor: pointer;
  display: none; }
  #arrowUp i {
    line-height: 60px;
    font-size: 30px; }

.searchByNameWrap #User_searchQuery, .searchByNameWrap #Event_searchQuery {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #aaa;
  padding: 3px 10px;
  text-align: center;
  font-size: 24px;
  color: #282828; }
  .searchByNameWrap #User_searchQuery:focus, .searchByNameWrap #Event_searchQuery:focus {
    border-color: #F28076;
    outline: none; }
.searchByNameWrap .search-form {
  /*padding: 0 15px;*/ }
  .searchByNameWrap .search-form .row {
    margin: 30px auto 0;
    max-width: 500px; }
    .searchByNameWrap .search-form .row .alert {
      margin-top: 20px; }
.searchByNameWrap .searchHeader {
  margin: 0 auto;
  max-width: 500px; }
.searchByNameWrap .items .profileBox:first-child {
  margin-top: 30px; }
.searchByNameWrap .empty {
  margin: 30px auto 0;
  max-width: 500px; }

#newMessageModal .modal-dialog {
  max-width: 400px; }
  #newMessageModal .modal-dialog input {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: 2px solid #aaa;
    padding: 3px 10px;
    text-align: center;
    font-size: 18px;
    color: #282828; }
    #newMessageModal .modal-dialog input:focus {
      border-color: #F28076;
      outline: none; }
  #newMessageModal .modal-dialog .alert {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 0; }
  #newMessageModal .modal-dialog .spinner {
    display: none;
    margin-top: 15px;
    text-align: center; }

.sendMessageTo {
  font-size: 16px;
  margin: 10px 0; }
  .sendMessageTo:first-child {
    margin-top: 20px; }
  .sendMessageTo .profileThumbnail {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    vertical-align: middle; }

@media screen and (max-width: 369px) {
  #chatList .btn.newMsg {
    font-size: 12px;
    letter-spacing: 0; } }

@media screen and (max-width: 991px) {
  .eventButtons .btn {
    width: 230px;
    max-width: 100%; } }
.sampleProfileBox {
  margin-top: 30px; }
  .sampleProfileBox .sampleProfile {
    top: auto;
    bottom: 100%;
    border-radius: 6px 6px 0 0;
    padding: 2px 5px; }

.shareEvent img {
  width: 200px;
  max-width: 50%;
  margin-bottom: 20px; }
.shareEvent * {
  color: white !important;
  text-align: center !important; }

/*# sourceMappingURL=main.css.map */
