@font-face {
    font-family: 'bigdipper';
    src: url('../font/bigdipper-webfont.eot');
    src: url('../font/bigdipper-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/bigdipper-webfont.woff') format('woff'),
         url('../font/bigdipper-webfont.ttf') format('truetype'),
         url('../font/bigdipper-webfont.svg#recoverybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
*/

body {
	margin: 0;
	padding: 0;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #00b2f0;
}

#navigation {
    background-color: #000;
    min-height: 60px;
    font-family: 'bigdipper';
    font-size: 24px;
    color: #29bff3;
}

.menu h2 {
    font-family: 'bigdipper', sans-serif;
    font-size: 22px;
    color: #fff;
    margin-top: 0px;
}

ul.navigation {
    list-style: none;
    text-align: justify;
    padding-left: 4.5%;
    padding-right: 4.5%;
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
}

.navigation > li {
    display: inline;
    font-family: 'bigdipper';
    color: #29bff3;
    text-align: center;
}

div#navigation a {
    font-family: 'bigdipper';
    font-size: 24px;
    color: #29bff3;
    text-decoration: none;
    line-height: 42px;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

div#navigation a:hover {
    background-color: #29bff3;
    padding-top: 9px; /* 10px for ie | 8px */
    padding-bottom: 8px; /* 8px for ie  | 9px*/
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div#navigation a.on-state {
    background-color: #29bff3;
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.off-state {
    color: #000;
}

#logo {
    padding-top: 60px;
    text-align: center;
    margin-bottom: 60px;
}

#logo .img-responsive,
#logo-inner .img-responsive,
.grey .img-responsive,
#header-image .img-responsive {
    margin: 0 auto;
}

#logo-inner {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}

ul#contenhomeslider {
    list-style: none;
    padding: 0;
}

.remove-padding{
    padding: 0px !important;
}

.stickpad {
   margin-top: 60px;
}

.stickpad-inner {
   margin-top: 60px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999999999999999999;
}

.content {
    padding: 60px;
}

.sticky + .content {
    padding-top: 60px;
}

.band-container {
    height: 106px;
    background-color: #fff;
    overflow: hidden;
    background-image: url('../images/band02.gif');
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
}

.band {
    text-align: center;
    height: 106px;
}

#circle-logo {
    text-align: center;
    margin-top: -150px;
    position: absolute;
    width: 100%;
}

.grey {
    padding-top: 130px;
    background-color: #333;
    padding-bottom: 200px;
}

.grey-line {
    padding: 40px;
    background-color: #333;
}

.white {
    padding-top: 30px;
    background-color: #fff;
}

.store-hours {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: bold;
}

div.social {
    margin-top: 15px;
    text-align: center;
}

div.social img {
    max-height: 50px;
    width: auto !important;
    margin-bottom: 10px;
}

div.address-block img {
    max-height: 30px;
    width: auto !important;
    margin-bottom: 10px;
}

div.social img:last-child {
    padding-right: 0px;
}

.footer-locations {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}

.gift-cards {
	background-image: url('../images/gift-cards-backer-500x.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    padding-top: 100px;
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
}

#footer-blue {
    display: block;
    position: relative;
    background-color: #00b2f0;
    height: 50px;
}

div#copyright {
    height: 91px;
    margin-top: -40px;
    text-align: center;
    position: absolute;
    width: 100%;
}

div#copy-content {
    background-image: url('../images/footer-cone-boy.png');
    background-repeat: no-repeat;
    height: 91px;
    width: 259px;
    margin-left: auto;
    margin-right: auto;
}

div#copy-content p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    padding-top: 30px;
    padding-right: 50px;
}

h1 {
    font-family: 'Oswald', sans-serif;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
}

.white-font p {
    color: #fff;
}

.white-font h1 {
    color: #fff;
}

a.btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
}

a {
    color: #ffcc33;
}

a.blue {
    color: #29bff3;
}

a.whitelink {
    color: #fff;
}

.instagram {
    max-height: 280px;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

#header-image {
    text-align: center;
    margin-bottom: 20px;
}

.menu-item {
    margin-left: 20px;
}

.content-pad {
    padding: 40px;
}

#recaptchaContainer {
    margin-bottom: 10px;
}


@media only screen and (max-width : 720px) {
    div#navigation a {
        font-size: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width : 420px) {
   div#navigation a {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    ul.navigation {
        padding-left: 0;
        padding-right: 0;
    }

    div#navigation a:hover {
        padding-left: 5px;
        padding-right: 5px;
    }

    div#navigation a.on-state {
        padding-left: 5px;
        padding-right: 5px;
    }

    .instagram {
        max-height: 80px;
    }

    .band-container {
        height: 76px;
    }

    #circle-logo img {
        max-width: 100px;
    }

    #circle-logo {
        margin-top: -120px;
    }

    #logo {
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .remove-padding {
        margin-bottom: -50px;
    }

    body {
        background-position: top -200px center;
    }

    .content-pad {
        padding: 10px;
        padding-top: 40px;
    }

    #recaptchaContainer {
        transform:scale(0.8);
        transform-origin:0 0;
    }

    .grey {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gift-cards {
        padding-top: 60px;
    }

}






#contact-free {
    margin-top:40px;
    margin-bottom: 100px;
}

#contact-free div.content {
    background-image: url('../files/images/cones.jpg');
    background-position: top center;
    background-size: cover;
    min-height:500px;
    text-align: center;
}

#contact-free h4 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    text-shadow: 2px 2px 4px #000000;
}

#contact-free .btn {
    background-color: #00b2f0;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    margin-bottom: 40px;
}

#contact-free p {
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
}
