﻿iframe {
  overflow: hidden;
}
html,
body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
}

body, h2 {
    font-family: 'Open Sans', sans-serif;
}

h2 {
    font-family: 'Fredoka One', cursive;
    font-size: 25px;
}

.bodyD {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}


.btn-teal {
  background: #00b4aa;
  color: #fff;
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-weight: bold;
}
.btn-teal:hover {
  color:#fff;
  text-decoration: none;
}

.rowX {
    border: solid 1px red;
}

/*img, div {
	border: solid 1px red;
}*/

/* COLORS **************/
.red {
    background-color: #dd0330;
}

.redC {
    color: #dd0330;
}

.redBorder {
    border-color: #dd0330;
}

.turq {
    background-color: #00c4b4;
}

.turqDark {
    background-color: #05877d;
}

.turqC, .product {
    color: #00c4b4;
}

.turqBorder {
    border-color: #00c4b4;
}

.orange {
    background-color: #ff9e19;
}

.orangeC {
    color: #ff9e19;
}

.orangeBorder {
    border-color: #ff9e19;
}

.green {
    background-color: #a3d65c;
}

.greenC {
    color: #a3d65c;
}

.greenBorder {
    border-color: #a3d65c;
}


.greenDark {
    background-color: #00AE58;
}

.greenDarkC {
    color: #00AE58;
}

.grey {
    background-color: #868585;
}

/***********************/

.rowgap {
    margin-bottom: 60px;
}

.rowgapSm {
    margin-bottom: 30px;
}

.fontBigger {
    font-size: 25px;
}

.ct {
    text-align: center;
}

.headContainer {
    position: relative;
    height: 210px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.logo, .storeinfo {
    position: absolute;
}

.logo {
    top: 36px;
    left: 10px; /*<<*/
    z-index: 10;
}

    .logo img {
        max-height: 85px; /*<<*/
    }

.dollarAmt {
    display: inline-block;
    padding-left: 60px;
    float: right;
}

.pricingBlock {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
}

    .pricingBlock ul {
        display: inline-block;
    }

.storeinfo {
    top: 140px;
    left: 10px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1.2;
}

    .storeinfo div {
        display: inline-block;
    }

.address {
    border: dotted 1px #fff;
    padding: 5px 5px 0 5px;
    border-radius: 5px;
}

    .address:hover {
        border: dashed 1px #a3d65c;
    }

.emailtel {
    padding: 0 5px 5px 5px;
}

    .emailtel a {
        color: #dd0330;
    }


.jumbotron {
    background-color: transparent;
    padding: 0;
}
.jumbotron p {margin-bottom:0px;}

.container {
    padding-bottom: 0px;
}

    .container .jumbotron {
        padding: 0 20px;
    }

.ibox {
    min-height: 350px;
    padding-top: 10px;
}

.jumbotron {padding: 0px !important;}


.slider {
    padding: 5px;
    border: solid 2px #a3d65c;
}


.banner, .bannerdetail, .subsection, .subsection a, .studioblk1, .circleTxt, .mapContain, .bigsection, .bigsectionM, .lowmenu a {
    color: #fff;
}

.banner, .bannerdetail, .subbanner {
    font-size: 35px;
    text-align: center;
}

.bannerdetail {
    margin-bottom: 15px;
    padding: 2px;
}

.banner {
    margin-bottom: 30px;
    padding: 10px;
}

.subbanner {
    color: #929090;
}

.detailSlide {
    border-style: solid;
    border-width: 5px;
    border-radius: 5px;
    margin: 0 auto;
}

.slider, .mapContain {
    border-radius: 10px;
}

.subsection {
    margin-top: 20px;
    margin-bottom: 50px;
}

    .subsection a {
        font-size: 15px;
    }

.boldf, .subsection {
    font-weight: bold;
}

.studioblk1 {
    font-size: 25px;
    padding: 20px;
    margin-bottom: 20px;
}

.bulletbox {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.bigbold {
    /*padding: 0 20px 20px 20px;*/
	padding: 0px;
    font-size: 35px;
    color: #fff;
    text-align: center;
}

.circleTxt {
    height: 140px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    display: table;
    width: 100%;
}

    .circleTxt div {
        display: table-cell;
        vertical-align: middle;
    }

.mapContain, .aboutTxt {
    padding: 20px;
    line-height: 1.2;
}

    .mapContain div {
        padding-bottom: 10px;
    }

.socialContain {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
}

    .socialContain img {
        opacity: 0.75;
        max-height: 40px;
		vertical-align : top;
    }

        .socialContain img:hover {
            opacity: 1;
        }

.productContain {
    text-align: center;
}

.product {
    text-transform: uppercase;
}

.price {
    color: #808080;
    font-size: 18px;
}

.subBullets {
    margin-left: 60px;
    list-style-type: square;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bigsection > div, .bigsectionM > div {
    padding: 20px;
}

.bigsection > div {
    min-height: 310px;
}

.bigsectionM > div {
    min-height: 280px;
}

.bigsection > div {
    margin: 0px;
    padding: 30px;
}


.bigmin {
    min-height: 242px;
}

.bigwords {
    font-size: 60px;
    font-family: 'Fredoka One', cursive;
    line-height: 1.1;
}

    .bigwords a {
        font-size: 22px;
        font-family: 'Open Sans', sans-serif;
    }

.bigger {
    font-size: 90px;
}


.bigtag, .aboutus {
    font-size: 40px;
}

.bigtag {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.bigtext {
    font-size: 19px;
    text-align: center;
}

.aboutus {
    color: #ff9e19;
    line-height: 1.0;
    padding-top: 20px;
}

.aboutTxt {
    margin-top: 30px;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    font-size: 19px;
}

.customizedSubTitle {
    font-size: 18px;
    color: #3e3e3e;
    line-height: 1.0;
}

.camplink {
    position: absolute;
    right: 15px;
    bottom: 5px;
}

.lowmenu div {
    font-size: 17px;
    padding: 4px 4px 4px 10px;
}

.sberringer a {
    font-family: 'Qwigley', cursive;
    color: #d1d0d0;
    font-size: 30px;
    font-weight: normal;
}

    .sberringer a:hover {
        color: #efecec;
        text-decoration: none;
    }

footer {
    margin-top: 40px;
    text-align: center;
    padding: 40px 0 20px 0;
    font-size: 17px;
}

    footer, footer span a {
        color: #efecec;
    }

        footer span {
            display: inline-block;
            margin-left: 10px;
        }

            footer span a:hover {
                color: #fff;
            }

.img-responsive-center {
    height: auto;
    max-width: 100%;
}


.img-responsive {
    display: inline-block;
}

.sideImg {
    opacity: 0.8;
}

.partyTimes {
    font-size: 15px;
}

    .partyTimes li span {
        width: 100px;
        display: inline-block;
    }

.partyPic2 {
    display: none;
}

.camp {
    font-family: 'Crafty Girls', cursive;
    font-size: 60px;
    text-align: center;
    padding-top: 20px;
    text-shadow: 1px 1px 4px rgba(150, 150, 92, 0.68);
}

a .camp {
    color: #dd0330;
}

a:hover .camp {
    text-decoration: none;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .headContainer {
        height: 180px;
    }

    .slider {
        padding: 15px;
    }

    .banner {
        font-size: 30px; /*<<*/
    }

    .sideImg {
        display: none;
    }


    .partyTimes {
        font-size: 25px;
    }

        .partyTimes li span {
            width: 170px;
        }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {


    .storeinfo {
        top: 75px; /*<<*/
        left: 470px; /*<<*/
    }

        .storeinfo div {
            display: block;
        }

    .socialContain img {
        max-height: none;
    }

    .logo img {
        max-height: none;
    }

    .bigwords {
        font-size: 80px;
    }

    .sideImg {
        display: inline-block;
    }

    .partyPic2 {
        display: inline-block;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .headContainer {
        height: 150px;
    }

    .logo {
        top: 16px;
    }

    .storeinfo {
        top: 50px;
        line-height: 1.4;
    }

    .socialContain {
        right: 30px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .slider {
        padding: 25px;
    }

    .camplink {
        bottom: -30px;
    }

    .sideImg {
        display: inline-block;
    }
}

.colorBtn, .colorBtnSm, .colorBtnSmT {
    background-color: #00c4b4;
    border-radius: 8px;
    text-indent: 0;
    border: 1px solid #00c4b4;
    display: inline-block;
    color: #222420;
    font-family: Verdana;
    font-size: 19px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #00c4b4;
    padding: 15px 20px;
}

    .colorBtn:hover, .colorBtnSm:hover {
        background-color: #ff9e19;
    }

    .colorBtnSm:hover {
        color: #8e0622;
    }

.colorBtnSm, .colorBtnSmT {
	background-color: #dd0330;
	font-size: 15px;
	padding: 8px 10px;
	color: #fff;
	text-shadow: none;
}

.colorBtnSmT {
	background-color: #dd0330;
}
	.colorBtnSmT:hover {
		background-color: #00c4b4;
	}
@media (max-width: 1200px) {
    .jartcamp .bigbold {font-size:28px;}
}
.pricingTable {padding:20px;}


.red-border {border:1px solid #dd0330;}

a.white-hover:hover {color: #fff !important; text-decoration: none;}

.bg-blue {color: #fff; font-size: 16px; background: url('../images/blue-circle-bg.jpg') no-repeat scroll center; background-position: center center; background-size: cover;}
.bg-blue p {font-size: 22px;}
.bg-blue .itemlist {padding-left: 50px;}
.bg-blue .num {position: absolute; left: 0px; top: 0px;}
.num-vline {position: absolute; left: 0px; top: 5px;}
.color-yellow {color: #f5cf48;}
.font-s-40 {font-size: 40px;}
.font-s-48 {font-size: 48px;}
.font-s-52 {font-size: 52px;}
.font-s-18 {font-size: 18px;}
.font-s-20 {font-size: 20px;}
.font-s-22 {font-size: 22px;}
.vline {font-size: 22px; font-weight: bold; margin: 0px 10px;}
.l-2 {line-height: 2em;}

/*div {
    border: solid 1px red;
}*/

.font-18 {font-size: 18px; line-height: 1.5em;}

.box-container {border-bottom: 2px solid #b3b3b3; background: #f1f1f1;}

.red-border {border:1px solid #dd0330;}

.headerSchedule {
    background-color: darkgray;
    color: #fff;
}

.tableSchedule {
    text-align: left;
}

.tableLines {
    border-bottom: solid 1px #ababab;
}

.tableLines .col-lg-6 {padding: 20px 10px;}
.tableLines .col-6 {padding: 20px 10px;}
.pricing .col-lg-6 {padding: 20px 10px;}
.pricing .col-lg-4 {padding: 20px 10px;}
.pricing .col-lg-5 {padding: 20px 10px;}
.pricing .col-lg-3 {padding: 20px 10px;}
.pricing .col-lg-12 {padding: 20px 10px;}
.pricing .col-6 {padding: 20px 10px;}
.red-border .pricing {border-bottom: solid 1px #ababab;}


.book-now-red {color: #fff !important; background: #dd0330; border: 1px solid #dd0330; font-size: 22px;}
.book-now-red:hover {background: #dd0330; border: 1px solid #dd0330;}

.book-now-teal {color: #fff !important; background: #00c4b4; border: 1px solid #00c4b4; font-size: 22px;}
.book-now-teal:hover {background: #00c4b4; border: 1px solid #00c4b4;}

.book-now-full {width: auto; display: block; white-space: normal;}


.pricingTable {
    text-align: left;
    border: solid 3px red;
}

.brd-yellow {border: dotted 3px #ff9e19; width: 70%; margin: auto; padding: 35px; line-height: 1.3; border-radius: 15px;}
.gift-cards {text-align: right;}
@media (max-width: 900px) {
    .create-workshop-logo {width: 100%;}
    .brd-yellow {width: 95%;}
    .image-slider {max-width: 95%; margin: 0px auto;}
    .boxes-container {max-width: 95%; margin: 0px auto;}
    .res-container {max-width: 95%; margin: 0px auto; padding: 0px;}
    .res-box img {margin-top: 10px;}
    .gift-cards {text-align: left;}
    .p-logo img {width: 400px;}
}

@media (max-width: 600px) {
    .socialContain {
    top: 0;
    right: 0;
    z-index: 20;
    position: inherit !important;
    padding: 20px;
  }

  .logo {
    position: inherit !important;
  }

  .gift-cards {text-align: left;}
}
