/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

img {
    max-width: 100% !important;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background: #ffffff;
    font-family: 'Exo 2', Arial, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    height: 100%;
    margin: 0;
}

h1 {
    font-family: 'Exo 2', Arial, Verdana, sans-serif;
    color: #ffffff;
    font-weight: 700;
    line-height: normal;
    font-size: 32px;
    padding: 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

h2 {
    font-family: 'Exo 2', Arial, Verdana, sans-serif;
    color: #ffffff;
    font-weight: 700;
    line-height: normal;
    font-size: 26px;
    padding: 0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

h3 {
    font-family: 'Exo 2', Arial, Verdana, sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 22px;
    padding: 0;
    margin: 0 0 8px 0;
    text-transform: normal;
}

h4 {
    font-family: 'Exo 2', Arial, Verdana, sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

a {
    color: #009ee8;
    text-decoration: underline;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover {
    color: #f75d0c;
    text-decoration: none;
}

.purple {
    color: #6c1ca7 !important;
}

.green {
    color: #6be302 !important;
}

.orange {
    color: #f88142 !important;
}

.pink {
    color: #d5008b !important;
}

.ltblue {
    color: #00c8ff !important;
}

.blue {
    color: #1E249C !important;
}

strong {
    font-weight: 700;
}

.border {
    border: 1px solid #c7c7c7;
}

.border-left {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #c7c7c7;
}

.border-right {
    float: right;
    margin: 0 0 10px 10px;
    border: 1px solid #c7c7c7;
}

.left {
    float: left;
    margin: 0 10px 10px 0;
}

.right {
    float: right;
    margin: 0 0 10px 10px;
}

.noborder {
    border: 0;
    padding: 0;
    margin: 0;
}

.nav_text {
    display: none;
}

.container {
    position: relative;
    margin: 0 10px;
}

#content a:hover {
    background-position: 0% 100%;
}

a.image img {
    width: 30%;
    max-width: 450px !important;
    border-radius: 50%;
    border: 7px solid #fff;
    margin: 0 auto 15px;
    -webkit-box-shadow: 4px 9px 0px 0px;
    -moz-box-shadow: 4px 9px 0px 0px;
    box-shadow: 4px 9px 0px 0px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.image:hover img {
    border: 7px solid #009ee8;
}

a.thumb img {
    width: 100px !important;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 6px;
    color: rgba(6, 130, 160, 0.6);
    -webkit-box-shadow: 4px 9px 0px 0px;
    -moz-box-shadow: 4px 9px 0px 0px;
    box-shadow: 4px 9px 0px 0px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.thumb:hover img {
    border: 5px solid #009ee8;
}

/* ==========================================================================
   Body and layout classes
   ========================================================================== */

#main_body {
    position: relative;
    z-index: 100;
}

.content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 10px;
}

/* ==========================================================================
   Header classes
   ========================================================================== */

#top {
    position: relative;
    height: 178px;
    background: url("../images/bg_bubbles_blue.png") repeat center center;
    z-index: 1000;
}

a.logo {
    position: relative;
}

.banner {
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 500;
}

.franchise_banner {
    height: 250px;
    background-image: url("../images/banner-franch1.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 500;
}

.bubbles {
    position: relative;
    margin: 0 auto;

    /*	height: auto;*/
    max-height: 478px;
    overflow: hidden;
}

#slideShow {
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 100%;

    /*	height: auto;*/
    padding: 0;
}

/* ==========================================================================
   Nav classes
   ========================================================================== */

#main_nav {
    position: relative;
    float: right;

    /*width:510px;*/
    margin: 75px 0 0 0;
    z-index: 101;
}

a#simple-menu {
    border-radius: 4px;
    background: #333333;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 5px 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
}

#sidr {
    display: none;
}

ul.sidenav {
    margin: 0;
    list-style-type: none;
    padding: 0;
    width: 80%;
}

ul.sidenav a {
    display: block;
    font-weight: 600;
    background: #1e249c;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    margin: 0 0 3px 0;
    border-radius: 6px;
}

ul.sidenav a:hover, ul.sidenav a.on, ul.sidenav .current-menu-item a {
    background: #00c8ff;
}

/* ==========================================================================
   Home classes
   ========================================================================== */

#feature {
    position: relative;
    height: 583px;
    background: url("../images/bg_bubbles_yellow.png") repeat center center;
    border-top: 1px solid #fdf88c;
    padding: 40px 0;
}

#feature h1 {
    text-align: center;
}

#feature a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 33%;
    vertical-align: top;
}

#feature img {
    /*max-width: 370px !important;*/
    border-radius: 50%;
    border: 7px solid #fff;
    margin: 0 auto 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#feature a:hover img {
    border: 7px solid #009ee8;
}

/*#feature a:last-child img {margin:0 0 15px 0;}*/

#information {
    position: relative;
    background: url("../images/bg_bubbles_green.png") repeat center center;
    padding: 40px 0;
    width: 100%;
    color: #fff;
    display: table;
    text-align: center;
}

#information .col {
    display: table-cell;
    width: 33%;
    box-sizing: border-box;
    padding: 0 40px 15px 0;
    text-align: left;
}

#information .col h3 {
    margin-bottom: 20px;
}

a.btn_franch {
    display: inline-block;
    border-radius: 8px;
    padding: 3px;
    text-decoration: none;
    background: #fff;
    margin: 10px 0;
}

a.btn_franch span {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    background: #0083d5;
    border: 1px solid #7f7f7f;
    border-radius: 7px;
    padding: 10px 10px;
}

a.btn_franch:hover span {
    background: #8e0abe;
}

a.btn_contact {
    display: inline-block;
    border-radius: 8px;
    padding: 3px;
    text-decoration: none;
    background: #fff;
    margin: 10px 0;
}

a.btn_contact span {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    background: #cd2390;
    border: 1px solid #7f7f7f;
    border-radius: 7px;
    padding: 10px 10px;
}

a.btn_contact:hover span {
    background: #8e0abe;
}

/* ==========================================================================
   Interior classes
   ========================================================================== */

#titlebar {
    position: relative;
    background: url("../images/bg_bubbles_orange.png") repeat center center;
    padding: 20px 0;
}

#titlebar h1 {
    text-align: center;
    margin: 0;
}

.pagepanel {
    position: relative;
    padding: 40px 0;
    width: 100%;
    display: table;
}

.purplebg {
    background: url("../images/bg_bubbles_purple.png") repeat center center;
    color: #fff;
}

.yellowbg {
    background: url("../images/bg_bubbles_yellow.png") repeat center center;
    color: #333333;
}

.greenbg {
    background: url("../images/bg_bubbles_green.png") repeat center center;
    color: #fff;
}

.pinkbg {
    background: url("../images/bg_bubbles_pink.png") repeat center center;
    color: #fff;
}

.ltpurplebg {
    background: url("../images/bg_bubbles_ltpurple.png") repeat center center;
    color: #fff;
}

.ltbluebg {
    background: url("../images/bg_bubbles_ltblue.png") repeat center center;
    color: #333333;
}

.ltorangebg {
    background: url("../images/bg_bubbles_ltorange.png") repeat center center;
    color: #333333;
}

.more div {
    display: none;
}

a.showmore {
    position: absolute;
    bottom: -40px;
    padding: 5px 10px;
    background: #fff;
    color: #000;
    border-radius: 6px 6px 0 0;
    margin: auto;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
    outline: none;
    margin-left: -32px;
}

a.showmore:before {
    font-family: FontAwesome;
    content: "\f030";
    margin-right: 5px;
}

.copy {
    position: relative;
    width: 45%;
}

#col_1 {
    position: relative;
    float: left;
    left: 15px;
    width: 20%;
    padding: 0;
    margin: 0;
}

#col_2 {
    position: relative;
    float: left;
    left: 15px;
    width: 75%;
    padding: 0;
    margin: 0;
}

.testimonial {
    width: 80%;
    margin: 30px 0 30px 0;
}

#testimonials {
    max-width: 650px;
}

/* ==========================================================================
   Footer classes
   ========================================================================== */

#footer {
    position: relative;
    background: url("../images/bg_bubbles_pink.png") repeat center center;
    padding: 20px 0 40px;
    width: 100%;
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #00aeef;
}

#footer .social a {
    margin-left: 30px;
    font-size: 18px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;

    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";

    /* 1 */
    display: table;

    /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/*************************************** RESPONSIVE STYLES ********************************************* */

@media (max-width: 950px) {
    #main_nav {
        display: none;
    }

    a#simple-menu {
        display: block;
    }

    a.logo {
        position: relative;
        margin: auto;
        display: block;
        text-align: center;
        width: 50%;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }

    #main_body {
        position: relative;
        margin: auto;
        width: auto;
        z-index: 100;
    }

    #footer, #top {
        position: relative;
        width: auto;
        height: auto;
        margin: auto;
        padding: 0;
        z-index: 600;
    }

    a.logo {
        position: relative;
        margin: auto;
        display: block;
        text-align: center;
        width: 50%;
    }

    .bubbles {
        position: relative;
        margin: 0 auto;
        height: 135px;
        overflow: hidden;
    }

    #slideShow {
        position: absolute;
        left: 50%;
        margin-left: -240px;
        width: 480px;
        height: 135px;
        padding: 0;
    }

    .bubbleSlideshow li img {
        display: block;
        width: auto;
        height: 135px;
    }

    .bubbleSlideshow li div.bubble {
        background-size: 480px 135px;
    }

    .container {
        width: 100%;
    }

    .content {
        position: relative;
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 10px 0;
        z-index: 600;
    }

    #feature {
        height: auto;
        padding: 0 15px;
    }

    #feature a {
        display: block;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }

    #feature img {
        max-width: 70% !important;
        padding: 0;
        margin: 0 0 15px 0;
    }

    #information .col {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .pagepanel {
        display: block;
        width: auto;
        padding: 20px 15px;
    }

    a.showmore {
        bottom: -20px;
        font-size: 12px;
    }

    .copy {
        width: auto;
    }

    #col_1 {
        position: relative;
        float: left;
        left: 0;
        width: 100%;
        padding: 0 0 20px 0;
        margin: 0;
        text-align: center;
    }

    ul.sidenav {
        margin: 0 auto;
    }

    #col_2 {
        position: relative;
        float: left;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #footer {
        width: 100%;
        padding: 20px 15px;
        text-align: center;
    }

    #footer .right, #footer .left {
        float: none;
        text-align: center;
        margin: 0 0 10px 0;
    }

    #footer .social a {
        margin: 0 15px;
    }

    /* ***************  SUCKERFISH NAV STYLES *************** */

    #main_nav {
        display: none;
    }

    a#simple-menu {
        display: block;
    }

    @media (min-width: 300px) and (max-width: 620px) {
        #information .col {
            width: auto;
            display: block;
            margin-bottom: 30px;
            padding: 0 15px;
        }
    }

    @media (min-width: 470px) and (max-width: 620px) {
        #main_nav {
            display: none;
        }

        a#simple-menu {
            display: block;
        }
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    h1 {
        font-size: 28px;
    }

    #main_body {
        position: relative;
        margin: auto;
        width: auto;
        z-index: 100;
    }

    a.logo {
        position: relative;
        display: block;
        width: 25%;
    }

    #main_nav {
        float: right;
        margin: 75px 0 0;
        position: relative;

        /*		    width: 530px;*/
        z-index: 101;
    }

    #footer, #top {
        position: relative;
        width: auto;
        height: auto;
        margin: auto;
        padding: 0;
        z-index: 600;
    }

    .bubbles {
        position: relative;
        margin: 0 auto;
        height: 281px;
        overflow: hidden;
    }

    #slideShow {
        position: absolute;
        left: 50%;
        margin-left: -500px;
        width: 1000px;
        height: 281px;
        padding: 0;
    }

    .bubbleSlideshow li img {
        display: block;
        width: auto;
        height: 281px;
    }

    .bubbleSlideshow li div.bubble {
        background-size: 1000px 281px;
    }

    .content {
        position: relative;
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 0 10px;
        z-index: 400;
    }

    .container {
        width: 100%;
    }

    #col_1 {
        position: relative;
        float: left;
        left: 0;
        width: 25%;
        padding: 0 0 20px 0;
        margin: 0;
    }

    #col_2 {
        position: relative;
        float: left;
        left: 0;
        width: 75%;
        padding: 0;
        margin: 0;
    }

    #feature {
        height: auto;
        padding: 20px 0;
    }

    #feature img {
        max-width: 100% !important;
        padding: 0;
        margin: 0 0 15px 0;
    }

    #information .col {
        padding: 0 10px 10px 10px;
    }

    .pagepanel {
        display: block;
        width: auto;
        padding: 20px 15px;
    }

    a.showmore {
        bottom: -20px;
        font-size: 12px;
        padding: 5px;
    }

    .copy {
        width: auto;
    }

    #footer {
        width: auto;
        height: 100%;
        padding: 20px 10px 40px;
        text-align: center;
    }

    @media (min-width: 790px) {
        a.logo {
            position: relative;
            display: block;
            width: 20%;
        }
    }
}

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;

        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;

        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
