html,
button,
input,
select,
textarea {
    color: #222;
}
body {
    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 and the bottom of their containers: h5bp.com/i/440
 */
img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.well h1, h2, h3, h4, h5, h6{
    margin-bottom: 4px!important;
    margin-top:4px!important;
}
.well {
    margin-bottom: 8px!important;
    margin-top:8px!important; 
}
.navbar{
    margin-top: 5px;
}
.topbar1{
    height: 43px;
    width: 100%;
    background: #121212;
    color: white;
    padding: 5px;
}
.topbar2{
    height:40px;
    width: 100%;
    background: #121212;
    color:white;
    padding-top: 5px;
}
.topbar3{
    height:7px;
    width: 100%;
    background: #121212;
}
.service_bubble{
    text-align:center;
    padding:0px!important;
    margin:0px!important;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
.service_bubble:hover{
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    -webkit-perspective:600;
    transform:scale(1.07);
    -webkit-transform:scale(1.07);
    -moz-transform:scale(1.07);
    -o-transform:scale(1.07);
    -ms-transform:scale(1.07);
}
.service_bubble h4{
    padding-left: 24px;
    padding-right: 24px;

    margin-bottom:20px!important; 
}
.service_bubble a{
    color: black;
}
.service_bubble:hover a{
    color: #FF6666;

}
.box-shadow{
-moz-box-shadow: 0px 0px 0px 3px #e8e6e6; /* Firefox */
-webkit-box-shadow: 0px 0px 0px 3px #e8e6e6; /* Safari, Chrome */
box-shadow: 0px 0px 0px 3px #e8e6e6; /* CSS3 */
}
.nav{
    height: 90px!important;
    display: inline-block;
}
#big_nav_bar{

}
.nav-pills li{
    height:100%!important;
        display: inline-block;

}
.nav-pills li a{
    height:35px!important;
    -webkit-border-radius: 0px 0px 0px 0px!important;
    -moz-border-radius: 0px 0px 0px 0px!important;
    border-radius: 0px 0px 0px 0px!important;
    margin: 0px!important;
    padding: 8px;
    padding-bottom: 20px!important;
    padding-top: 35px!important;
    color: black;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 110%;
}
#serving_ottawa_valley a{
    height:30px!important;
    padding: 8px;
    line-height: 18px;
    padding-top: 25px!important;
    margin-left: 70px!important;
    color: black;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 100%;
}
@media (min-width:1200px){
    #serving_ottawa_valley a{
        font-size: 110%;
    }
}
@media (max-width: 1200px) {
    #serving_ottawa_valley a{
        margin-left: 0px!important;
    }
    #logo{
        margin-left: 0px!important;

    }
    .box{
        padding: 0px!important;
    }
    .nav-pills li a{
        padding-left: 4px;
        padding-right:4px; 
    }

}
@media (max-width:1000px) {
    #serving_ottawa_valley a{
        margin-left: 0px!important;
    }
    #logo{
        margin-left: 0px!important;
    }
    .nav-pills li a{
        padding-left: 4px;
        padding-right:4px; 
    }


}
@media (max-width:980px) {
    #serving_ottawa_valley a{
        margin-left: 0px!important;
        display: none;
    }
    #logo{
        width: 240px;
        height: auto!important;
        top:70px!important;
        margin-left:-60px;
    }
    #nav_bar_ul{
        margin-right:-50px;
    }
    #stick_head{
        display: none!important;
    }
    #stick_ul{
        display: none!important;
    }

}
@media (max-width:750px) {
    #logo{
        display: none;
        margin-left:0px;
    }
    #nav_bar_ul{
        margin-right:0px;
    }
}
@media (max-width:600px) {
    .nav-pills li a{
        padding: 2px;
    }
}


#serving_ottawa_valley:hover a{
background:white;
}
.nav-pills li:hover a{
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    background: #eee;
    color: #FF6666;
}
.red .active a,
.red .active a:hover {
    background-color: #eee;
    color:#FF6666;
}
#content{
    margin-top: 10px;
}
#logo{
    /*position:absolute;*/
    margin-top:10px;
    height:73px;
    margin-left: -20px;
}
.footer{
    background:  #1F1F1F;
    color:#eee!important;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-top:20px; 
    margin-top: 30px;
}

.bottom_nav{
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333; 
    font-family: 'Open Sans', sans-serif;

}
.bottom_nav li{
    display:inline;
    list-style-type:none; 
    margin-left: 5px;
    margin-right: 5px;

}
.bottom_nav li a{
    text-decoration: none;
    width:50px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
    font-size: 110%;
    color:#eee;
}.bottom_nav li a:hover{
    color: #FF6666;
}
.link-list a:hover{
    color:white;
}
.heading{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.opensans{
     font-family: 'Open Sans', sans-serif;   
}
.box{
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom:2px #FF6666 solid;
    background: #f6f6f6;
    padding:6px;
    padding-top: 4px;
    height: auto;
}
.box .heading{
    margin-left:5px;
}
#client_area .box{
padding-right: 3px;
padding-left: 3px;
margin-left:10px;
margin-right:10px;
    min-height: 150px!important;

}
#stick_head{ 
    display: none;
    position:fixed;
    height:40px!important;
    width:100%;
    z-index: 20;
    background: #1F1F1F;
    border-bottom: 3px solid #555;
}
.stick_ul{
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 110%;
}
.stick_ul li{
    display:inline;
    list-style-type:none;      
}
.stick_ul li a{
    text-decoration: none;
    width:50px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    font-size: 110%;
    color:#eee;
   transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;

}
.stick_ul li:hover a{
    color: #FF6666;
   transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
}
.panImg{
      background-position:center bottom;
  background-repeat:no-repeat;
  background-size:cover;
    height: 450px!important;
}
.panImg h1{
    font-weight: 600;
    color: white;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    font-size:80px;
    margin-top: 130px!important;
}
.datepicker{
font-size:11px;
display: inline-block;
}
.datepicker .custom_label{
    font-size: 16px;
}
.dateDisplay{
    width:198px;
}
.timeDisplay{
    width:70px!important;
}
#processingOverlay{
    position:fixed;
    width: 100%;
    height:100%;
    top:0px;
    left: 0px;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 99;
    text-align: center;
    color:black;
}
#overlayContent{
    width:500px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}

.error{
    color:red;
}
.loading{
    width:70px;
    margin: auto;
}
#comments .span6{
    padding: 20px;
    margin: 0px;
    padding-bottom:17px;
}
/* ==========================================================================
   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;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@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;
    }
}


