.circle.circle img {
    border-radius:50%;
}
.circle {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff; 
    height: 75%;
    width: 75%;
}
.slide {
position: relative;
border-radius: 50%;
width: 100%;
width-min: 100px;
height: auto;
display: inline-block;
padding-top: 100%;
border: 1px solid #fff; 
background: #000;
}
.slide.slide.img {
  border-radius:50%;
}
.headline {
    font-family: 'Niconne', cursive;
    line-height: 30px;
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
}
.highlighter{
    font-family: 'Michroma', sans-serif;
    font-size: 46;
    line-height: 100px;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}
.cshow {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;

}
.cslideshow {
    width: 405px;
    height: 410px;
    display: inline-block;
    padding-left:50px;
    padding-right: 50px;
    text-align: left;
    text-wrap: normal;
}
.bslideshow {
    width:100%;
    height:100%;
    display: inline-block;
    padding-left:10px;
    padding-right:10px;
    text-align: left;
    text-wrap: normal;
}
.lslideshow {
     width:100%;
     height:50%;
     display: inline-block;
     padding-left:10px;
     padding-right:10px;
     text-align: left;
     text-wrap: normal;
 }
.cpanel {
    min-width:100%;
    padding: 20px;
    float:right;

}
.centerp{
    display: inline-block;
    margin:0 auto;
    width:300px;
}
.bpanel{
    display: inline-block;
    padding-left:50px;
    padding-right: 50px;
    text-align: left;
    text-wrap: normal;
}
.left {
    float:left;
}
.right {
    float:right;
}
.spacer {
    min-height: 21px;
    padding-top:10px;
    padding-bottom: 20px;
    width: auto;
}
.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.headerlogo{
    position: relative;
    max-height:300px;
    max-width: 300px;
}
.ballhouse {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    align-items: auto;
    padding: 50px;
    width: 100%;
    max-height: 300px;
    min-height: 200px;
}
.section.module.parallax.contact-form {
    background-color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    border-radius: 15%;
    border: 1px solid #fff;

}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.lightbox {
    /** Default lightbox to hidden */
    display: none;

    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

.lightbox img {
    /** Pad the lightbox image */
    max-width: 90%;
    max-height: 80%;
    margin-top: 2%;
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide lightbox **/
    display: block;
}
@media only screen and (min-width: 64.063em)
    .large-block-grid-3 > linth-of-type(3n+1) {
        clear: both;
    }