.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #e7695b;
}
h1 {
  font-size: 210px;
  line-height: 174px;
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: -6px;
  margin: 0;
}
h3 {
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 37px;
  font-family: 'Cinzel', serif!important;
}
h4 {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 9px;
}
h5 {
  font: inherit;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  float: left;
  padding: 4px 14px;
  font-size: 13px;
  line-height: 20px;
  background: #ffffff;
  color: #928e92;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary,
.btn-small {
  background: #e7695b;
  color: #ffffff;
  text-shadow: none;
  border: none;
  line-height: 48px;
  padding: 0 27px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary:hover,
.btn-small:hover {
  background: #39313c;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #39313c;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #e7695b;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #39313c;
  color: #ffffff;
}
.btn-info {
  background: #ed7384;
  color: #ffffff;
  text-shadow: none;
  border: none;
  line-height: 48px;
  padding: 0 27px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-info:hover {
  background: #39313c;
  color: #ffffff;
}
.btn-info:focus,
.btn-info:active {
  background: #e7695b;
  color: #ffffff;
  text-shadow: none;
}
.btn-info:focus:hover,
.btn-info:active:hover {
  background: #39313c;
  color: #ffffff;
}
#searchForm .btn.btn-primary {
  height: 30px;
  line-height: 30px;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 20px 0 0px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.pagination ul li .pagenav,
.picpclsdsp span,
.picpclsdsp a,
.pagination ul li .hasTooltip {
  font-size: 18px;
  text-transform: none;
  color: #e7695b;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none!important;
  box-shadow: none;
  background: none !important;
  padding: 0;
}

.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #e7695b;
}
.pagination ul li a.pagenav,
.picpclsdsp a,
.pagination ul li a.hasTooltip {
  color: #555;;
}
.pagination ul li a.pagenav:hover,
.picpclsdsp a:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #e7695b!important;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #e7695b;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 23px;
  position: relative;
}
.lazy_container {
  display: inline-block;
  max-width: 100%;
  position: relative;
  background: url(../images/loader.gif) 50% 50% no-repeat;
}
.lazy_container .lazy_preloader {
  height: 0;
  display: inline-block;
  width: 100%;
}
.lazy_container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #281f2b;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 10;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item_img a:hover:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 30px 9px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 9px 18px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #1a141c;
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#system-message > div {
  margin: 20px 0;
}
body {
  font-weight: 300;
}
/*======================= TOP =======================*/
/*======================= NAVIGATION ================*/

div#top {
    position: relative;
    /*width: 80%;*/
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  background: #fff;
}

@media (min-width: 920px) {
  .logo {
    position: absolute;
    top:0;
    z-index: 50;
  }
}
@media (max-width: 920px) {
  .logo {
    position: relative;
    top:0;
    z-index: 50;
    width: 200px;
  }
}

#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.dreaming{
  /*margin-top: 10%;*/
  border-bottom: #219b9f solid 5px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
}

ul.nav.menu.main {
    padding-top: 0;
    padding-bottom: 0;
  }

.navigation ul.sf-menu {
  float: right;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  border-bottom: 5px solid #281f2b;
}
.navigation ul.sf-menu > li + li {
  margin-left: 43px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 17px;
  line-height: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: #281f2b;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 39px 0 36px;
  /*border-bottom: 5px solid transparent;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  border-bottom: 5px solid #281f2b;
}
.navigation ul.sf-menu li > ul {
  top: 100%;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu ul {
  width: 170px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -24px;
  left: 170px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -24px;
  left: 170px;
}
.navigation ul.sf-menu ul {
  background: #281f2b;
  padding: 24px 0;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 17px;
  line-height: 20px;
  font-family: 'Myriad Pro', sans-serif;
  color: #ffffff;
  display: block;
  padding: 5px 23px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  color: #e7695b;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  color: #e7695b;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 170px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 170px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 172px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 20px;
  padding-bottom: 20px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: 22px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 170px;
  top: 20px;
}
.select-menu {
  background: #fff;
  color: #4d4d4d;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
  
}

ul.sf-menu li a:hover, ul.sf-menu li a:active, ul.sf-menu li.current a {
  color: #219b9f;
}
ul.sf-menu li a span {
  width: 100px;
  margin: 0 auto;
}
ul.sf-menu li a:hover:after, ul.sf-menu li.current a:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-bottom: solid #219b9f 10px;
  top: 22px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}

ul.sf-menu li:after{
  content: '|';
  padding-left: 10px;
  opacity: 0.3;
}

ul.sf-menu li:last-child:after{
  content: none;
}

ul.nav.menu.upper li:first-child:before {
    
    background-image: url('../images/icons.png');
    content: '';
    background-repeat: no-repeat;
    height: 30px;
    width: 18px;
    background-position: -24px -9px;
    float: left;
}

ul.nav.menu.upper li:after {
    content: '|';
    padding-left: 10px;
    opacity: 0.3;
}

ul.nav.menu.upper li:last-child:after {
    content: none;
}
/*======================= SHOWCASE =======================*/

.socialne-ikonky{
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  width: 80px; 
  height: 170px;
  top: 40%;
  left: 0px;
  z-index: 9999;
}


@media (max-width: 768px){
  .socialne-ikonky{
    width: 50px;
  }
}

.facebook-iconka{
  background: url('../images/facebook_icon.png') no-repeat;
  width: 50px;
  height: 50px;
}

.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}

.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
.camera_wrap {
  margin-bottom: 0 !important;
  overflow: hidden;
}
.camera_wrap .camera_target_content {
  left: 50%;
  width: 1170px;
  margin-left: -585px;
}
.camera_wrap .camera_target_content .camera_caption {
  top: 0;
  bottom: 10%;
  font-size: 0;
  line-height: 0;
}
.camera_wrap .camera_target_content .camera_caption:before {
  height: 100%;
  content: '';
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.camera_wrap .camera_target_content .camera_caption > div {
  display: inline-block;
  vertical-align: middle;
  width: inherit;
  letter-spacing: -1px;
}
.camera_wrap .camera_pag {
  position: absolute;
  left: 50%;
  width: 1170px;
  margin-left: -585px;
  bottom: 120px;
  font-size: 0;
  line-height: 0;
}
.camera_wrap .camera_pag .camera_pag_ul {
  text-align: left;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: #e7695b;
}
.camera_wrap .camera_pag .camera_pag_ul li span {
  display: none;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding: 0 0 97px;
}
.top_blocks {
  margin-top: -79px;
  float: none !important;
  z-index: 98;
  position: relative;
}
.top_blocks .item_module {
  padding: 20px;
  background: #281f2b;
}
.top_blocks .item_title {
  border-bottom: 1px solid #362e39;
  padding: 0 0 11px;
  margin-bottom: 15px;
}
.top_blocks .item_introtext {
  padding-bottom: 3px;
}
.why_us {
  padding-top: 77px;
}
.why_us .item {
  text-align: center;
}
.why_us .item .dropcap {
  width: 106px;
  display: inline-block;
  line-height: 106px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  border: 5px solid #e7695b;
  color: #e7695b;
  font-size: 66px;
  font-weight: 500;
  margin-bottom: 22px;
}
/*======================= MAINTOP =======================*/
#showcase-row {
  /*padding: 77px 0 109px;*/
  /*background: url('../images/pozadie.svg') repeat;*/
}

#maintop-row {
  overflow: hidden;
  padding-top: 108px;
  padding-bottom: 108px;
}
.body__home #maintop-row {
  background: url(../images/bg_1.jpg) no-repeat 50% 0;
}
.body__about #maintop-row {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(../images/bg_2.jpg) no-repeat 50% 0;
}
#back-top a i {
  font-size: 50px;
}
.parallax * {
  letter-spacing: 1000px;
  white-space: nowrap;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: skew(-90deg, 0);
  -moz-transform: skew(-90deg, 0);
  -ms-transform: skewX(-90deg) skewY(0);
  -o-transform: skew(-90deg, 0);
  transform: skew(-90deg, 0);
  -webkit-backface-visibility: hidden;
}
.visible .parallax * {
  letter-spacing: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: skew(0, 0);
  -moz-transform: skew(0, 0);
  -ms-transform: skewX(0) skewY(0);
  -o-transform: skew(0, 0);
  transform: skew(0, 0);
  -webkit-backface-visibility: hidden;
}
.mod-custom__parallax {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
}
.advantages .item_img {
  font-size: 34px;
  line-height: 34px;
  color: #fff;
}
.advantages h4 {
  margin-bottom: 0;
}
.advantages .item_introtext a {
  color: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.advantages .item_introtext a:hover {
  color: #ffffff;
}
.advantages .item_content {
  overflow: hidden;
}
.fresh_articles h4 {
  margin-bottom: 0;
}
.fresh_articles .item_introtext a {
  color: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fresh_articles .item_introtext a:hover {
  color: #ffffff;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding: 77px 0 0;
    /*background: url('../images/pozadie.svg') repeat;*/
}
#component {
  min-height: 0;
}

/* charity defines img in about us that one with 5% discount*/
.charity{
/*  z-index: 2000; */
  z-index: 999;
  position: relative;
}

.charity_bottom{
  margin-top: -80px;
}

@media(max-width: 768px){
  .charity{
    display: none;
  }
  
  .charity_bottom{
    margin-top: 0;
  }
}

header.item_header{
  text-align: center;
}
.item {
  margin-bottom: 18px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
  padding: 0;
  float: none;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0px;
  display: block;
  line-height: 0;
  margin-left: -30px;
}
ul.gallery:after {
  content: '';
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
}
ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}
ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}
ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 25%;
}
ul#filters li,
ul#sort li {
  margin-bottom: 5px;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
.page-category__news .item,
.page-item__news .item {
  margin-bottom: 36px;
}
.page-category__news .item_published,
.page-item__news .item_published {
  color: #e7695b;
  font-size: 18px;
}
.page-item.page-item__{
  margin-bottom: 70px;
}
/*===== Blog Page ======*/
.page-blog .item_published,
.page-item .item_published,
.page-item__blog .item_published {
  float: left;
  text-align: center;
  color: #fff;
  background: #1b7a7e;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  margin-right: 30px;
  width: 70px;
  line-height: 30px;
  padding: 12px 0 8px;
}
.page-blog .item_published span,
.page-item .item_published span,
.page-item__blog .item_published span {
  font-size: 38px;
  display: block;
}
.page-blog .item_info_dl,
.page-item__blog .item_info_dl {
  text-transform: lowercase;
  color: #524b54;
  margin-bottom: 10px;
}
.page-blog .item_info_dl a,
.page-item__blog .item_info_dl a {
  color: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page-blog .item_info_dl a:hover,
.page-item__blog .item_info_dl a:hover {
  color: #fff;
}
.page-blog dd + dd:before,
.page-item__blog dd + dd:before {
  content: '|';
  padding: 0 8px;
}
.page-blog .item,
.page-item__blog .item {
  margin-bottom: 36px;
}
.page-blog .item_content,
.page-item__blog .item_content {
  overflow: hidden;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
.gallery .item {
  margin-bottom: 23px;
}
.blog .img-intro__left {
  max-width: 28%;
}
.blog .hellip {
  display: none;
}
.blog .item_published {
  color: #e7695b;
  font-size: 18px;
}
.blog .readmore {
  color: #e7695b;
}
.blog .readmore:hover {
  color: #ffffff;
}
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
  list-style: none;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 50px;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  font-size: 15px;
  padding: 0 0 10px 25px;
  position: relative;
  display: inline-block;
  
}
.archive-module li:before,
.categories-module li:before,
.mod-menu .nav.menu li:before,
.list1 ul li:before {
  /*content: '\f0da';*/
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  color: #e7695b;
  font-size: 18px;
  line-height: 18px;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
  background: none;
  color: inherit;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  color: #e7695b;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
.recent_events img {
  background: #281f2b;
}
.recent_events .hellip {
  display: none;
}
.recent_events .readmore {
  color: #e7695b;
}
.recent_events .readmore:hover {
  color: #ffffff;
}
.recent_events .item_published {
  color: #e7695b;
  font-size: 18px;
}
.recent_events .item_content {
  overflow: hidden;
}
.recent_events .item {
  margin-bottom: 30px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding: 77px 0 109px;
  /*background: url('../images/pozadie.svg') repeat;*/
}
/*======================= BOTTOM =======================*/

#bottom-row{
  /*background: url('../images/pozadie.svg') repeat;*/
}
/*======================= FOOTER =======================*/
#copyright-row {
  padding: 0 0 36px;
}
#copyright {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
#copyright .year:after {
  content: '•';
  padding: 0 0 0 4px;
}
#copyright .footer_logo {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 7px;
}
#footer-wrapper {
  /*background: #ed7384;*/
  background: url('/templates/theme1990/images/pozadie.png') repeat!important;
  color: #fff;
}
.footer-wrapper-inner {
  background: url("../images/footer-bg.png")no-repeat bottom;
  background-size: cover;
}
#footer-wrapper a:hover {
  color: #4DBEBA;
}

a.footerLinks {
  color: #fff;
}
/*===== Social Media ======*/
.social {
  margin: 0;
}
.social li + li {
  margin: 0 0 0 9px;
}
.social li a {
  width: 56px;
  height: 56px;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social li a:hover {
  background: #fff;
  color: #e7695b !important;
}
.moduletable.about {
  padding-top: 10px;
  float: right;
}
.moduletable.about h3 {
  margin-bottom: 33px;
}


@media (max-width: 920px) {
	ul.nav.menu.upper {
      position: absolute;
      right: 0;
	}

}

.item_img.img-intro.img-intro__none {
	text-align: center;
}



#top-row {
	background: white;
	border-bottom: 5px solid #219b9f;
	z-index: 1500 !important;
}
.dreaming {
	border-bottom: none;
}

.sf-menu a {
	padding: 0px;
}

.navigation ul.sf-menu > li > a, .navigation ul.sf-menu > li > span {
	display: inline;
	font-size: inherit;
	padding: 0px;
}
.navigation ul.sf-menu > li + li {
	margin-left: 10px;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
	border-bottom: none;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
	border-bottom: none;
}

@media (max-width: 768px) {
	#top-row {
		position: relative;
	}
	.logo {
		float: left;
		width: auto;
	}
	.logo img {
		width: 80px;
	}


}
#showcase-row .mailchimpform .span6{
  float: none!important;
}
@media screen and (max-width: 1200px) and (min-width: 768px){
  #showcase-row .mailchimpform .span6{
    width: 240px;
  }
}

@media screen and (max-width: 1200px){
  .mod-menu{
    position: relative;
    z-index: 9;
    height: 30px;
    overflow: hidden;
  }
  #showcase-row .mailchimpform {
    max-width: 260px!important;
  }
  ul.nav.menu.upper {
    position: absolute;
    right: 0;
  }
  .logo {
    position: absolute;
    top: 0;
    z-index: 50;
  }
  .navigation .btn-sf-menu {
    float: right !important;
    margin: 30px 0 0 0;
    display: block!important;
  }
  .navigation {
    float: right;
    padding-top: 20px;
  }
  .navigation ul.sf-menu {
    overflow: hidden!important;
    height: 0 !important;
    float: none!important;
  }
  .navigation ul.sf-menu>li {
    float: none;
    width: 100%;
    margin: 0;
  }
  .navigation ul {
    text-align: right;
  }
  .navigation ul.sf-menu li::after {
    content: '';
  }
  .navigation ul.sf-menu > li + li {
    margin-left: 0px !important;
  }
  ul.sf-menu li a:hover::after, ul.sf-menu li.current a::after {
    border: none;
  }
}

#showcase-row {
	position: relative;
}
#showcase-row .mailchimpform {
  position: absolute;
  top:0;
  z-index: 800;
  right: 0;
  max-width: 520px;
  overflow: hidden;

}
#showcase-row .mailchimpform #mc_embed_signup{
  background: rgba(0, 0, 0, 0.33);
  padding: 0 0 0 10px;
}
@media (max-width: 767px) {
	#showcase-row .mailchimpform {
		margin-top: 40px;
		width: auto;
		position: relative;
      max-width: 100%!important;
	}
  .mod-menu{
    margin-bottom: -30px;
  }
}

#content-row {
	position: relative;
	z-index: 49;
    padding-top: 5%;
}

@media (min-width: 768px) {
	#content-row {
		padding-top: 5%;
	}
  .itemid-101 #content-row {
    padding-top: 95px;
  }
	.itemid-101 #content-row #component {
		margin-top: -200px;
	}
}
.itemid-101 #mainbottom-row {
  padding: 77px 0 0;

}
.btn-explore-programs {
	float: none;
}

.fish-background {
	background: url('/images/slide-1.jpg') no-repeat scroll center center / cover ;
  height: 580px;
}



.aboutus-image-background {
	background: url("/images/slide-7.jpg") no-repeat scroll center center / cover ;
	z-index: 10;
	margin-bottom: 20px;
	height: 600px;
}

  /*FAQ PAGE*/

.faq_page_module,
.about_us_module,
.gift_card_module,
.mermaiding_module{
  padding-top: 5%;
  font-size: 18px;
  line-height: 1.3;
}
.faq_page_module a,
.page-item a,
.homepage_module a,
.page-item.contact-page a,
.about_us_module a,
.birthday_parties_module a,
.photoshoots_module a,
.mermaiding_module a{
  color: #46cabd;
}
.faq_page_module p,
.homepage_module p,
.about_us_module p,
.gift_card_module p,
.birthday_parties_module p,
.photoshoots_module p,
.mermaiding_module p{
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 30px;
}
.faq_page_module h2,
.homepage_module h2,
.category_title h2 span,
.contact_us_module h2,
.about_us_module h2,
.gift_card_module h2,
.mermaiding_module h2{
  font-family: "Cinzel Decorative";
  font-size: 36px;
  color: #514f4f;
  margin-bottom: 50px;
  text-align: center;
  display: block;
}
.mermaiding_module h3,
.contact-page h3

{
  font-family: "Cinzel Decorative"!important;
  font-size: 29px;
  color: #514f4f;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}
.about_us_module h3
{
  font-family: "Cinzel Decorative"!important;
  font-size: 29px;
  color: #514f4f;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  margin-top: 25px;
}
.photoshoots_module h2{
  font-family: "Cinzel Decorative";
  font-size: 36px;
  color: #514f4f;
  margin: 40px 0;
  text-align: center;
}
.birthday_parties_module h2{
  font-family: "Cinzel Decorative";
  font-size: 36px;
  color: #514f4f;
  margin: 50px 0 -50px 0;
  text-align: center;
}
.photoshoots_module h3
{
  font-family: "Cinzel Decorative"!important;
  font-size: 26px;
  color: #514f4f;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  margin-top: -35px;
}
.birthday_parties_module h3
{
  font-family: "Cinzel Decorative"!important;
  font-size: 29px;
  color: #514f4f;
  margin: 50px 0;
  text-align: center;
  font-weight: bold;
}
.birthday_parties_module h4{
  margin-bottom: 20px;
}
.about_us_module h4{
  font-family: "Cinzel Decorative"!important;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}
.faq_page_module h4,
.photoshoots_module h4,
.mermaiding_module h4{
  margin-bottom: 0;
}
.faq-background {
  width: 100%;
  height: 630px;
  background: url('/images/faq/faq_bg.jpg') no-repeat scroll center center / cover ;
  margin-bottom: 40px;
  color: transparent;
}
.mermaiding-background {
  width: 100%;
  height: 460px;
  background: url('/images/mermaiding/above_the_water.jpg') no-repeat scroll center center / cover ;
  margin-bottom: 60px;
  color: transparent;
}
.mermaiding-background-content{
  padding: 160px 0 0 0;
  height: 460px;
  font-family: "Cinzel Decorative";
  font-size: 35px;
  color: white;
  font-weight: bold;
  text-align: center;
}
.body__faq_page #content-row,
.body__mermaiding_page #content-row
{
  padding: 0 0 60px 0;
  margin-top: 60px;
}
.body__faq_page .page-blog,
.body__mermaiding_page .page-blog
{
  margin-top: -35px;
}
.body__faq_page .item_title,
.itemid-101 .item_title,
.body__mermaiding_page .item_title
{
  width: 240px;
  margin: 0 auto 25px auto;
  font-size: 18px;
  font-family: 'Cinzel', serif!important;
  font-weight: 800!important;
  letter-spacing: 0;
  line-height: 1.2;
}
.body__faq_page .item_title:after,
.itemid-101 .item_title:after,
.body__mermaiding_page .item_title:after
{
  display: block;
  clear: both;
  content: '';
}
.body__faq_page .item_introtext p,
.itemid-101 .item_introtext p,
.body__mermaiding_page .item_introtext p
{
  font-size: 14.5px;
  padding: 0;
  line-height: 23px;
}
.darkcyan{
  margin: 40px auto 0 auto;
  display: block;
  width: 160px;
  background: #30797a;
  color: white!important;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14.5px;
  text-transform: uppercase;
  font-weight: bold;
}
.moduletable .footer_module:before{
  display: block;
  content: '';
  background: url("/images/sticker2.png") top right no-repeat;
  width: inherit;
  height: 160px;
  background-size: contain;
  margin: -50px 40px 0 0;
}
.mermaiding_module li
{
  padding: 0 0 0 25px;
  line-height: 1.7;
}
.photoshoots_module li
{
  padding: 0 0 0 5px;
  line-height: 1.5;
}
.mermaiding_module ul
{
  margin-bottom: 40px;
}
.esssentail{
  margin: 50px 0 0 50px;
}
.mermaiding_module .items-row,
.birthday_parties_module .items-row

{
  margin-bottom: 30px;
}
.photoshoots_module .items-row
{
  margin: 60px 0 30px 0;

}
.photoshoots_module .items-row.magical_book{
  margin: 40px 0 30px 0;
}

.magical_book a
{
  display: table;
  margin: 0 auto;
}
.photoshoots_module .items-row .span6,
.birthday_parties_module .items-row .span6
{
  position: relative;
}
.photoshoots_module .items-row .span6 a,
.birthday_parties_module .items-row .span6 a
{
  width: 160px;
  height: 38px;
  line-height: 38px;
  color: white!important;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  background: #ed7384;
  margin: 0 auto;
  display: block;
}
.wave3{
  background: url("/images/photoshoots/wave3.png")no-repeat center center / cover;
  height: 120px;
  width: 100%;
  color: transparent;
}
.photoshoots_module .price,
.birthday_parties_module .price
{
  font-size: 43px;
  color: white;
  text-align: center;
  background: #f5bd9d;
  width: 130px;
  height: 95px;
  position: absolute;
  top: -30px;
  right: -15px;
  box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.33);
  border-radius: 70px;
  padding: 35px 0 0 0;
}
.gift_card_module h1{
  font-family: 'Cinzel', serif!important;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
.gift_card_module .span6{
  margin: 0 auto;
  float: none;
}
.gift_card_module a{
  font-size: 18px;
  color: white;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 38px;
  line-height: 38px;
  background: #ed7384;
}
.about_us_module .items-row img{
  display: block;
  margin: 0 auto 20px auto;
}
.about_us_module .items-row p {
  font-size: 14px;
  padding-bottom: 15px;
}
.about_us_module .items-row p a{
  font-size: 14px;
}
.contact-page #mainbottom-row {
  padding: 0 0 109px;
}
.contact_form {
  margin-bottom: 50px;
}
.contact_form:after{
  clear: both;
  content: '';
  display: block;
}
#camera-slideshow_102 .camera_caption  p:first-child{
  font-size: 72px;
  font-weight: bolder;
  color: white;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#camera-slideshow_102 .camera_caption{
  margin-top: 100px;
  visibility: visible!important;
  opacity: 1!important;
}
#camera-slideshow_102 .camera_caption  p:nth-child(2){
  font-size: 108px;
  font-weight: bolder;
  color: white;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#camera-slideshow_102 .camera_caption button{
  background: transparent;
  border-radius: 2px;
  border: 5px solid white;
  color: white;
  padding: 0;
  -webkit-appearance: none;
  width: 230px;
  height: 64px;
  line-height: 54px;
  cursor: pointer;
  font-size: 26px;
  text-transform: uppercase;
  margin: 10px 0 0 10px;

}
#camera-slideshow_102 .camera_caption button:hover{
  background: white;
  color: #009675;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20)
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  font-size: 40px!important;
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 9;
}

.modal-open {
  overflow: hidden
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}
div.modal.fade.in {
  z-index: 1050;
  background: rgba(0, 0, 0, 0.38);
  top:175px;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

#myModal .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  background-clip: padding-box;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50)
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

#myModal .modal-body {
  position: relative;
  padding: 20px;
  max-height: 720px;
  width: 1160px;
  height: 650px;

}
#myModal .modal-body iframe{
  max-height: 100%!important;
  width: 1160px!important;
  height: 645px!important;
}
#myModal .modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0
}
#myModal .modal-dialog {
  width: 1200px;
  margin: 30px auto;
  height: 720px;
}
@media screen and (max-width: 1199px) and (min-width: 768px){
  #myModal .modal-dialog {
    width: 768px;
    height: 445px;
  }
  #myModal .modal-body {
    width: 728px;
    height: 410px;

  }
  #myModal .modal-body iframe{
    max-height: 100%!important;
    width: 728px!important;
    height: 405px!important;
  }
  #camera-slideshow_102 .camera_caption p:nth-child(2) {
    font-size: 88px;
  }
}
@media screen and (max-width: 767px){
  .moduletable .footer_module:before{
    margin: 0;
  }
  #myModal .modal-dialog {
    width: 320px;
    height: 240px;
  }
  #myModal .modal-body {
    width: 300px;
    height: 200px;
    padding: 10px;

  }
  #myModal .modal-body iframe{
    width: 300px!important;
    height: 205px!important;
  }
}
@media (min-width: 768px) {



  #myModal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px
  }
}
#camera-slideshow_102 .camera_caption  strong{
  font-size: 45px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 15px;
  font-weight: normal;
}
#camera-slideshow_102 .camera_caption p:first-child .rotare{
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0 -10px 0 0;
  font-weight: normal;
  position: relative;
  top: -6px;
}
#camera-slideshow_102 .camera_caption p:nth-child(2) .rotare{
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0 -25px 0 -12px;
  font-weight: normal;
  position: relative;
  top: -20px;
}
@media screen and (min-width: 1200px){
  .about_us_module .row1 img,
  .about_us_module .row2 img,
  .about_us_module .row3 img,
  .about_us_module .row4 img
  {
    margin: 0;
  }
  .about_us_module .row1 .span6:first-child{
    padding: 0;
    margin: 0 0 0 30px;
  }
  .about_us_module .row1 .span6:last-child{
    margin: 0 0 0 -30px;
    padding-right: 50px;
  }
  .about_us_module .row2 .span6:last-child,
  .about_us_module .row4 .span6:last-child
  {
    padding: 0;
  }
  .about_us_module .row2 .span6:first-child,
  .about_us_module .row4 .span6:first-child
  {
    padding-right: 55px;
  }
}
@media (max-width: 979px) and (min-width: 768px){
  .esssentail{
    margin: 50px 0 0 0;
  }
}
@media (max-width: 768px){
  .mermaiding_module li,
  .photoshoots_module li
  {
    padding: 0;
  }
  .esssentail{
    margin: 0 auto 20px auto;
    display: block;
  }
  iframe{
    margin: 0 auto;
    display: block;
  }
  .mermaiding-background-content {
    padding: 100px 0 0 0;
    height: 460px;
  }
  .mermaiding_module h3 {
    font-size: 24px;
  }
}




@media (min-width: 768px) {
	.aboutus-image-background {
		margin-top: -70px;
	}
}

.camera_wrap .camera_pag .camera_pag_ul li {
    font-size: 0;
    text-indent: 0 !important;
}
.camera-btn {
    background: #219b9f;
    bottom: 0.3em;
    display: inline-block;
    font-size: 0.5em;
    line-height: 1em;
    padding: 5px 10px;
    position: relative;
    color: white;
}
.camera-btn:hover {
    color: white;
}


.charity_bottom {
	position: relative;
}

 #popup{
        position: absolute;
        width: 60%;
        max-width: 80%;
        top: 20%;
        left: 20%;
        background-color: #ed7384;
        display: none;
        z-index: 1500;
    }

    #heading_popup{
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        font-size: 40px;
        line-height: 50px;
        font-family: 'Nunito', sans-serif;
        padding: 10% 5% 0% 5%;
    }

    #click_cross{
        text-align: right;
        padding-right: 2%;
        padding-top: 2%;
    }

    #plus{
        width: 100%;
        font-size: 18px;
        font-family: 'Nunito', sans-serif;
        color: #fff;
        padding-top: 5%;
    }

    #plus:before{
        content: url('../images/fish.svg');
        float: left;
        padding-right: 10%;
    }

    p.plus:before{
        content: url('../images/plus.svg');
        margin-top: 10px;
    }

    input.popup{
        border: 5px solid #000;
        height: 50px;
        width: 40%;
        clear: both;
    	margin-bottom: 10px;
    }

    button.pop{
        background-color: #fff;
        height: 40px;
        font-family: 'Nunito', sans-serif;
        color: #ed7384;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: bold;
        border: none !important;
        margin-bottom: 10px;
    }

    #popup p.sharing{
        color: #fff;
        font-family: 'Nunito', sans-serif;
        text-align: center;
    }

#rezdy-modal-container #rezdy-modal {
    top: 0px;
}
#rezdy-modal-container .modal-body iframe {
    max-height: none;
}
.camera_caption a {
  padding: 7px 10px 8px!important;
  font-size: 18px!important;
}
.rezdy-bootstrap-styles .modal-body {
  max-height: 100%!important;
}

.a2a_dd{
  display: none!important;
}
.item_title span{
  font-family: "Cinzel Decorative";
  font-size: 29px;
  color: #514f4f;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
}
.page-item .item_title span{
  font-size: 36px;
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink {
  width: 300px!important;

}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img{
  width: 300px!important;
  background-size: cover!important;
}

@media screen and (max-width: 1200px) and (min-width: 980px){
  ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink {
    width: 240px!important;

  }
  ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img{
    width: 240px!important;
    background-size: cover!important;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px){
  ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink {
    width: 255px!important;

  }
  ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img{
    width: 255px!important;
    background-size: cover!important;
  }
}
@media screen and  (max-width: 600px){
  .mod-menu .firstItem{
    position: absolute!important;
    top: -20px;
    right: 0;
    padding: 0 0 10px 25px!important;
  }
  .mod-menu .firstItem:after {
    display: none!important;
  }
  .mod-menu{
    position: relative;
    padding: 30px 0 0 0;
  }
  ul.nav.menu.upper li:after {
    padding-left: 0;
  }
  .mod-menu .nav.menu li {
    padding: 0 0 10px 5px;
  }
}

@media screen and (max-width: 767px) and (min-width: 500px){
  ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink {
    width: 100%!important;

  }
  ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img{
    width: 100%!important;
    background-size: cover!important;
  }
  ul.sigFreeClassic li.sigFreeThumb {
    width: 50%;
  }
}
@media screen and (max-width: 499px){
  ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink {
    width: 100%!important;

  }
  ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img{
    width: 100%!important;
    background-size: cover!important;
  }
  ul.sigFreeClassic li.sigFreeThumb {
    width: 300px;
    float: none!important;
    margin: 0 auto!important;
  }
}

#system-message-container{
  display: none;
}
.page-login{
  padding: 120px 0;
}
.page-reset,.page-remind {
  padding: 120px 0 300px 0;
}
body {
  background: url('/templates/theme1990/images/pozadie.png') repeat!important;
  height: initial!important;
}
body:after{
  clear: both;
  content: '';
  display: block;
}
.featured{
  padding: 36px 0;
  margin-bottom: 103px;
  border-bottom: 1px solid #aaaaaa;
  position: relative;
}
.featured h2{
  text-transform: uppercase;
  font-weight: 600!important;
  letter-spacing: 1px;
  width: 100%;
  position: relative;
  font-family: "Cinzel Decorative";
  font-size: 36px;
  color: #514f4f;
  margin-bottom: 50px;
  text-align: center;
  display: block;
}
.featured img:last-child{
  display: none;
}
.featured a:hover img:last-child{
  display: inline-block;
}
.featured a:hover img:first-child{
  display: none;
}
.featured h2:after{
  display: block;
  content: '';
  height: 1px;
  width: 250px;
  background: #aaa;
  position: absolute;
  top: 17px;
  right: 0;
}
.home-text{
  display: block;
  margin: 200px auto 0 auto;
}
.featured h2:before{
  display: block;
  content: '';
  height: 1px;
  width: 250px;
  background: #aaa;
  position: absolute;
  top: 17px;
  left: 0;
}
.featured:after{
  display: block;
  content: '';
  clear: both;
}
.featured a{
  display: block;
  float: left;
}
.featured a:last-child{
  margin: 0;
}
#footer-wrapper .item1{
  width: 220px;
  float: left;
  padding-top: 45px;
}
#footer-wrapper .item2{
  width: 320px;
  float: left;
  padding-top: 60px;
}
#footer-wrapper .item2 a{
  margin-left: 56px;
}
#footer-wrapper .gift{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #ed7384!important;
  width: 178px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: white;
  font-weight: bold;
  margin: 0 0 24px 0!important;
}
#footer-wrapper a{
  display: block;
  margin-bottom: 13px;
}
#footer-wrapper a.last{
  margin-bottom: 23px;
}
#footer-wrapper .item3{
  width: 590px;
  float: left;
  padding-top: 60px;
}
#footer-wrapper .facebook{
  background: url("../images/fb.png")no-repeat;
  width: 310px;
  height: 56px;
  overflow: hidden;
  text-indent: 999px;
  margin: 0 30px 0 0;
  display: inline-block;
  float: left;
}
#footer-wrapper .twitter{
  background: url("../images/tw.png")no-repeat;
  width: 250px;
  height: 56px;
  overflow: hidden;
  text-indent: 999px;
  display: inline-block;
  margin: 0;
}
#footer-wrapper .item3 p{
  margin: 25px 0 20px 0;
  font-weight: bold;
  padding: 0;
}
#footer-wrapper .item3 .newsletter{
  position: relative;
}

#footer-wrapper .item3 .newsletter input:first-child{
  width: 590px;
  padding: 0 160px 0 120px;
  height: 56px;
  line-height: 54px;
  border: 2px solid white;
  background: #e3e2e2;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px!important;
  font-weight: bold;
}
#footer-wrapper .item3 .newsletter #mc-embedded-subscribe{
  width: 160px;
  height: 56px;
  line-height: 54px;
  border: 2px solid white;
  background: white;
  color: #ed7384;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px!important;
  text-align: center;
  cursor: pointer;
  position: absolute;
  font-weight: bold;
  top:0;
  right: 0;
  margin: 0;
  padding: 0;
}
#footer-wrapper #mc_embed_signup form{
  padding: 0!important;
}
#mc_embed_signup form * {
  font-size: 12px!important;
}
.item-101 {
  display: none;
}
#footer-wrapper .item3 .newsletter input::-webkit-input-placeholder {color:white;}
#footer-wrapper .item3 .newsletter input::-moz-placeholder          {color:white;}/* Firefox 19+ */
#footer-wrapper .item3 .newsletter input:-moz-placeholder           {color:white;}/* Firefox 18- */
#footer-wrapper .item3 .newsletter input:-ms-input-placeholder      {color:white;}
@media screen and  (max-width: 1200px) and (min-width: 980px){
  .featured a:nth-child(2) {
    margin-left: 10px;
  }
  .featured a {
    margin: 0 50px 0 0;
  }
  #footer-wrapper .item1 {
    width: 200px;
  }
  #footer-wrapper .item2 {
    width: 200px;
  }
  #footer-wrapper .item3 {
    width: 450px;
  }
  #footer-wrapper .item2 a {
    margin-left: 0;
  }
  #footer-wrapper .item3 .newsletter input:first-child {
    width: 450px;
    padding: 0 160px 0 20px;
  }
  #footer-wrapper .facebook {
    margin: 0 0 10px 0;
  }
}
#footer .success{
  display: none;
  margin: 0!important;
  font-size: 18px!important;
}
@media screen and  (max-width: 979px) and (min-width: 768px){
  .featured a:nth-child(2) {
    margin-left: 10px;
  }
  .featured a {
    margin: 0 5px 0 0;
  }
  .satisfaction .container > div{
    margin-bottom: -80px!important;
    margin-top: 0!important;
  }
}

@media screen and  (max-width: 767px){
  .camera_wrap .camera_target_content .camera_caption{
    text-align: center;
  }
  html{
    overflow-x: hidden;
  }
  .itemid-101 #showcase-row .mailchimpform #mc_embed_signup {
    background: rgba(0, 0, 0, 0);

  }
  .itemid-101 #showcase-row #mc_embed_signup form strong {
    color: black!important;
  }
  #camera-slideshow_102 .camera_caption p:first-child {
    font-size: 36px;
    line-height: 1;
  }
  #camera-slideshow_102 .camera_caption p:first-child .rotare {
    margin: 0 5px;
    top: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #camera-slideshow_102 .camera_caption p:nth-child(2) {
    font-size: 40px;
    line-height: 1;
    padding-bottom:20px !important;
  }
  #camera-slideshow_102 .camera_caption p:nth-child(2) .rotare {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0 5px;
    top: 0;
  }
  #camera-slideshow_102 .camera_caption strong {
    font-size: 25px;
    margin: 0 5px;
  }
  .satisfaction .container > div{
    margin-bottom: -80px!important;
    margin-top: 0!important;
  }
  .featured a:nth-child(2) {
    margin-left: 0;
  }
  .featured a {
    margin: 0 0 0 0;
    width: 50%;
    text-align: center;
  }
  .featured h2:after{
    width: 150px;
  }
  .featured h2:before{
    width: 150px;
  }
  #footer-wrapper .item1 {
    width: 50%;
  }
  #footer-wrapper .item2 {
    width: 50%;
  }
  #footer-wrapper .item3 {
    width: 100%;
  }
  #footer-wrapper .item3 .newsletter input:first-child {
    width: 100%;
    padding: 0 160px 0 20px;
  }
  #footer-wrapper .facebook {
    margin: 0 0 10px 0;
  }
}

@media screen and  (max-width: 500px){
  .featured a {
    width: 100%;
  }
  .featured h2:after{
    width: 10%;
  }
  .featured h2:before{
    width: 10%;
  }
  #footer-wrapper .item2 a {
    margin-left: 0;
  }
  #footer-wrapper .gift {
    width: 100%;
  }
  #footer-wrapper .item1 {
    width: 100%;
    padding-top: 100px;
    text-align: center;
  }
  #footer-wrapper .item2 {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  #footer-wrapper .item3 {
    text-align: center;
    padding-top: 10px;
  }
  #footer-wrapper .item3 .newsletter input:first-child {
    width: 100%;
    padding: 0 100px 0 20px;
  }
  #footer-wrapper .item3 .newsletter input:last-child {
    width: 100px;
  }

}
#jlcomments_container .nav-tabs,
#jlcomments_container
{
  display: none;
}
body.blog-page #jlcomments_container{
  display: block;
}


#mc_embed_signup {
  /* background:#fff; */
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
}

#mc_embed_signup form {
  padding: 10px 0px 0px 0px;
}

#mc_embed_signup .mc-field-group {
  min-height: auto;
}

#mc_embed_signup_scroll input {
  height: 35px;
  margin-bottom: 0;
}
#showcase-row #mc_embed_signup_scroll input {
  font-size: 14px!important;
  height: 37px;
  line-height: 37px;
  border: 2px solid #bdbdbd;
}
#showcase-row #mc_embed_signup_scroll #mc-embedded-subscribe {
  font-size: 17px!important;
  margin: 6px 0 10px 10px;
  height: 37px;
  line-height: 37px;
  border: none;
}
#showcase-row #mc_embed_signup form strong {
  font-size: 17px!important;
  color: white;
}
#showcase-row #mc_embed_signup form strong.small {
  font-size: 14px!important;
}
#mc_embed_signup .button {
  border-radius: 0px;
  background-color: #ed7384;
}
.cameraContent{
  display: block!important;
  opacity: 1!important;
}
.cameraContent:first-child{
  z-index: 10;
}
@media screen and (min-width: 1200px){
  .itemid-101  #showcase-row .span2 {
    width: 240px;
  }
  .itemid-101 #showcase-row .span6 {
    width: 600px;
    margin: 0;
  }
}
@media screen and (max-width: 1199px){
  .body__faq_page .item_title, .itemid-101 .item_title, .body__mermaiding_page .item_title {
    width: inherit;
  }
}

#showcase-row #mc_embed_signup p {
  padding: 0 0 5px 5px;
  line-height: 1;
}
#showcase-row #mc_embed_signup .mc-field-group {

  width: 100%;

}

#mc_embed_signup p {
  padding-top: 10px;
  font-size: 0.85em;
}

#mc_embed_signup [class*="span"] {
  margin-left: 0
}

#mc_embed_signup .clear {
  height: 1px;
  width: 1px;
}

* {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.navigation ul.sf-menu > li > a, .navigation ul.sf-menu > li > span, .mod-menu .nav.menu li a {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
}

#footer-row * {
  font-size: 16px;
}
#pcsl_ha > div{
  background-color: transparent!important;
}
.body__picsell_page #component {
  max-width: 1170px;
}
.glpicss {
  margin-left: 0!important;
}
.body__picsell_page .table-bordered {
  border-top: 2px solid #219B9F;
  border-right: 2px solid #219B9F;
  border-bottom: 2px solid #219B9F;
}
.body__picsell_page .table-bordered th, .body__picsell_page .table-bordered td {
  border-left: 2px solid #219B9F;
  border-radius: 0!important;
}
.body__picsell_page .table th, .body__picsell_page .table td {
  border-top: 2px solid #219B9F;
}
.body__picsell_page  #shcartcnt table{
  width: 100%;
  overflow: hidden;
}
.body__picsell_page .toprad {
  background: #ED7384!important;

}
.body__picsell_page .toprad th{
  color: white!important;
  font-size: 18px;
}
.body__picsell_page .close-btn i {

  background-color: #ED7384;

}
.body__picsell_page .carttbl tr td {
  font-size: 18px;
}
#picsellcont{
  margin-bottom: 100px!important;
}
@media (max-width: 600px){
body .table-bordered:first-child, body .table-bordered:first-child {
  border-left: 2px solid #219B9F!important;
}
  .carttbl.table.table-bordered tr.item-display {
    border-bottom: 2px solid #219B9F!important;
  }
  #picsellcont{
    margin-bottom: 10px!important;
  }
}