.prospecus-padding {
  display:block;
  width:100%;
  padding:0 54px;
}
.prospectusPage input {
  margin:5px 0;
}
.prospectusPage h1 {
  font-size:5em
}
.prospectusPage h2 {
  font-size:2em
}
.onlineProspectus {
  padding:5px;
  border:solid #ccc 1px;
  border-radius:5px;
  background:#fff;
}
.onlineProspectus .prospectusPage{
  padding:10px 0;
}
.prospectusPage.two-page-width {
  width:100%;
  margin-left:-100%;
}
.active  .prospectusPage.two-page-width{
  margin-left:0;
}
.fullPage {
  *zoom:1;
}
.fullPage:after {
  clear:both;
  content:' ';
  display:table;
}
.fullPage .two-page-width {
  width:200%;
  float:right;
}

.prospectusPage p {
  margin:0 0 1em;
}
.prospectusPage img.alignnone ,
.prospectusPage .alignnone img {
  margin:0 0 -10px;
  width:100%;
}
.site-main .landing-page {
  padding:15px 25px 20px;
 border:solid #ccc 1px;
  border-radius:5px;
  margin:10px 0;
  box-shadow:0px 0px 7px 0px rgba(0,0,0,0.5);
  background:#fff;
}
.landing-page .entry-content {
  width:72.25%;
  float:left;
}
.landing-page .landing-page-right {
  width:25%;
  float:right;
}
.owl-carousel .owl-item img.ajax-loader {
  width:auto;
}

.embed-container
{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe,
.embed-container object,
.embed-container embed 
{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.prospectusIntro {
  padding:0 54px;
}
.prospectusPage .singleSlider {
  position:relative;
}
.prospectusPage .singleSlider img{
  width:100%;
  heighT:auto;
}
.prospectusPage .singleSlider .cycle-pager{
  position:absolute;
  top:0;
  right:5px;
  z-index: 101;
  color:#fff;
  font-size: 4em;
  line-height: 0.66em;
  height: 1em;
  cursor:pointer;
}
.prospectusPage .singleSlider .cycle-pager .cycle-pager-active {
  color:#999;
}
.fullPage .prospectusPage .singleSlider .cycle-pager {
  font-size: 50px;
}
.prospectusPage .text-wrap{
  width:100%;
  padding:0 30px 0;
}
.prospectusPage .fancyGallery{
  width:85%;
}
.prospecus-padding .prospectusPage .gallery-item {
  margin:5px 0;
}
.prospectusPage .gallery-item .gallery-icon {
  margin:0 auto;
}
.owl-carousel .owl-stage-outer {
  z-index:1;
}
.owl-nav {
  position:absolute;
  top:0;
  bottom:0;
  height:54px;
  width:104%;
  left:-2%;
  margin:auto;
  z-index:0;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  width:55px;
  height:55px;
  background-image:url('portfolio-arrows.png');
  background-position:1px 0px;
  background-repeat:no-repeat;
  position:relative;
  z-index:1;
}
.owl-nav .owl-prev {
  margin-left:-55px;
  float:left;
}
.owl-nav .owl-next {
  background-position:0px -70px;
  margin-right:-55px;
  float:right;
}
.owl-nav .disabled{
  display:none;
}
.owl-dots {
  text-align:center;
}
.owl-dots .owl-dot{
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span{
    background:#ccc;
    color:#fff;
    margin:5px;
    padding:3px 10px;
    display:inline-block;
    font-size:13px;
}
.owl-dots .owl-dot.active span{
  background:#999;
}
.owl-dots .owl-dot:hover span{
  background:#999;
}
@media only screen and (max-width: 1080px) {
.prospectusPage h1 {
  font-size:2.6em;
}
}
@media only screen and (max-width: 768px) {
  .hiddenSlide {
    display:none;
  }
  .prospectusPage.two-page-width {
    margin:auto;
  }
}
@media only screen and (max-width: 580px) {
  .prospecus-padding {
    padding:0 27px;
  }
  .prospectusIntro {
    padding:0 27px;
  }
  .owl-nav {
    
  }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width:27px;
    height:27px;
    background-size:27px;
  }
  .owl-nav .owl-prev {
    background-position: 0px 0px;
    margin-left:-27px;
  }
  .owl-nav .owl-next  {
    background-position: 0px -35px;
    margin-right:-27px;
    }
}
@media only screen and (max-width: 580px) {

}