/*! 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 {
    color: #222;
    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,
svg,
video {
    vertical-align: middle;
}

/*
 * 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
   ========================================================================== */
/* Homepage */
body {
	min-height: 100%;
	padding-top: 70px;
}


@-webkit-keyframes gallery{
    0%		{ background-image : url("/img/hero/hero-bg-0.jpg"); }
    10%		{ background-image : url("/img/hero/hero-bg-1.jpg"); }
    20%		{ background-image : url("/img/hero/hero-bg-2.jpg"); }
    30%		{ background-image : url("/img/hero/hero-bg-3.jpg"); }
    40%		{ background-image : url("/img/hero/hero-bg-4.jpg"); }
    50%		{ background-image : url("/img/hero/hero-bg-5.jpg"); }
    60%		{ background-image : url("/img/hero/hero-bg-6.jpg"); }
    70%		{ background-image : url("/img/hero/hero-bg-7.jpg"); }
    80%		{ background-image : url("/img/hero/hero-bg-8.jpg"); }
    90%		{ background-image : url("/img/hero/hero-bg-9.jpg"); }
    100%	{ background-image : url("/img/hero/hero-bg-10.jpg"); }
}

@-moz-keyframes gallery{
    0%		{ background-image : url("/img/hero/hero-bg-0.jpg"); }
    10%		{ background-image : url("/img/hero/hero-bg-1.jpg"); }
    20%		{ background-image : url("/img/hero/hero-bg-2.jpg"); }
    30%		{ background-image : url("/img/hero/hero-bg-3.jpg"); }
    40%		{ background-image : url("/img/hero/hero-bg-4.jpg"); }
    50%		{ background-image : url("/img/hero/hero-bg-5.jpg"); }
    60%		{ background-image : url("/img/hero/hero-bg-6.jpg"); }
    70%		{ background-image : url("/img/hero/hero-bg-7.jpg"); }
    80%		{ background-image : url("/img/hero/hero-bg-8.jpg"); }
    90%		{ background-image : url("/img/hero/hero-bg-9.jpg"); }
    100%	{ background-image : url("/img/hero/hero-bg-10.jpg"); }
}

@-o-keyframes gallery{
    0%		{ background-image : url("/img/hero/hero-bg-0.jpg"); }
    10%		{ background-image : url("/img/hero/hero-bg-1.jpg"); }
    20%		{ background-image : url("/img/hero/hero-bg-2.jpg"); }
    30%		{ background-image : url("/img/hero/hero-bg-3.jpg"); }
    40%		{ background-image : url("/img/hero/hero-bg-4.jpg"); }
    50%		{ background-image : url("/img/hero/hero-bg-5.jpg"); }
    60%		{ background-image : url("/img/hero/hero-bg-6.jpg"); }
    70%		{ background-image : url("/img/hero/hero-bg-7.jpg"); }
    80%		{ background-image : url("/img/hero/hero-bg-8.jpg"); }
    90%		{ background-image : url("/img/hero/hero-bg-9.jpg"); }
    100%	{ background-image : url("/img/hero/hero-bg-10.jpg"); }
}

@keyframes gallery{
    0%		{ background-image : url("/img/hero/hero-bg-0.jpg"); }
    10%		{ background-image : url("/img/hero/hero-bg-1.jpg"); }
    20%		{ background-image : url("/img/hero/hero-bg-2.jpg"); }
    30%		{ background-image : url("/img/hero/hero-bg-3.jpg"); }
    40%		{ background-image : url("/img/hero/hero-bg-4.jpg"); }
    50%		{ background-image : url("/img/hero/hero-bg-5.jpg"); }
    60%		{ background-image : url("/img/hero/hero-bg-6.jpg"); }
    70%		{ background-image : url("/img/hero/hero-bg-7.jpg"); }
    80%		{ background-image : url("/img/hero/hero-bg-8.jpg"); }
    90%		{ background-image : url("/img/hero/hero-bg-9.jpg"); }
    100%	{ background-image : url("/img/hero/hero-bg-10.jpg"); }
}

.header {
    padding-top: 0;
    position: relative;
    z-index: 100;
}


@media (min-width: 881px) {
    .header {
        padding-top:65px;
    }
}

@media (max-width: 880px) {
    .header {
        background:#FFF !important;
    }
}

.header.sticky {
    border-top: none !important;
    padding: 0 !important;
}

@media (min-width: 881px) {
    .header.sticky {
        box-shadow:0 0 3px rgba(0, 0, 0, 0.4);
    }
}

.home .header {
    background: transparent;
}

@media (min-width: 881px) {
    .home .header {
        padding:10px 0;
        border-top: 5px solid #80c342;
    }
}


.home-header {
    -webkit-animation :	gallery 120s infinite;
    -moz-animation : gallery 120s infinite;
    -o-animation : gallery 120s infinite;
    animation : gallery 120s infinite;
    background-image: url("/img/hero/hero-bg-0.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

@media (min-width: 1061px) {
/*    .home-header {
        background-position:bottom right;
        background-image: -webkit-linear-gradient( rgba(0, 0, 46, 0.2), rgba(0, 0, 0, 0.25)),url("/img/hero/hero-bg-2.jpg");
        background-image: linear-gradient( rgba(0, 0, 46, 0.2), rgba(0, 0, 0, 0.2)),url("/img/hero/hero-bg-2.jpg");
    }
*/
}

.promo-heading {
    color: #FEE476;
    font-family: 'Kaushan Script', cursive;
    font-size: 1.5em;
    line-height: 140%;
    margin: 0;
    padding: 135px 25px 0;
    text-align: center;
    text-shadow: 4px 4px 4px #aaa;
}

@media (min-width: 601px) {
    .promo-heading {
        padding-top:165px;
        font-size: 1.875em;
    }
}

@media (min-width: 881px) {
    .promo-heading {
        font-size:2.5em;
    }
}

.promo-desc {
    color: #FFF;
    font-size: 1em;
    margin: 20px auto 0;
    max-width: 600px;
    padding: 0 25px;
    text-align: center;
    font-family: 'Kaushan Script', cursive;
    font-size: 1.2em;
    text-shadow: 4px 4px 4px #aaa;
}

@media (min-width: 601px) {
    .promo-desc {
        font-size: 1.1em;
    }
}

.promo-video {
    display: block;
    margin: 30px auto 0;
    max-width: 180px;
    text-align: center;
    text-decoration: none;
}

@media (min-width: 1061px) {
    .promo-video {
        margin-top:60px;
    }
}

.promo-video:hover .play-button-wrap {
    fill: #FFF;
}

.promo-video:hover .play-button-wrap #circle {
    fill-opacity: 0;
    stroke: #FFF;
}

.promo-video:hover .video-text-link {
    color: #80c342;
    padding-bottom: 3px;
    padding-top: 7px;
}

.play-button svg {
    height: 72px;
    width: 72px;
}

.play-button-wrap {
    fill: #80c342;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.play-button-wrap #circle {
    fill-opacity: 0.5;
    stroke: #80c342;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.video-text-link {
    color: #FFF;
    font-family: 'AvenirLTStd-Black';
    font-size: 1.0625em;
    margin: 0;
    padding: 10px 0 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}



/*
 *  Skin Red
 *   ---------
*/
/* skin-blue navbar */
.skin-hhh .navbar {
  background-color: #F9C22E;
}
.skin-hhh .navbar .nav a {
  color: rgba(255, 255, 255, 0.8);
}
.skin-hhh .navbar .nav > li > a:hover,
.skin-hhh .navbar .nav > li > a:active,
.skin-hhh .navbar .nav > li > a:focus,
.skin-hhh .navbar .nav .open > a,
.skin-hhh .navbar .nav .open > a:hover,
.skin-hhh .navbar .nav .open > a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-hhh .navbar .navbar-right > .nav {
  margin-right: 10px;
}
.skin-hhh .navbar .sidebar-toggle .icon-bar {
  background: rgba(255, 255, 255, 0.8);
}
.skin-hhh .navbar .sidebar-toggle:hover .icon-bar {
  background: #f6f6f6 !important;
}
/* skin-hhh logo */
.skin-hhh .logo {
  background-color: #C63E45;
  color: #f9f9f9;
}
.skin-hhh .logo > a {
  color: #f9f9f9;
}
.skin-hhh .logo:hover {
  background: #555;
}
/* skin-hhh content header */
.skin-hhh .right-side > .content-header {
  background: #fbfbfb;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
/* skin-hhh user panel */
.skin-hhh .user-panel > .image > img {
  border: 1px solid #dfdfdf;
}
.skin-hhh .user-panel > .info,
.skin-hhh .user-panel > .info > a {
  color: #555555;
}
/* skin-hhh sidebar */
.skin-hhh .sidebar {
  border-bottom: 1px solid #fff;
}
.skin-hhh .sidebar > .sidebar-menu > li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dbdbdb;
}
.skin-hhh .sidebar > .sidebar-menu > li:first-of-type {
  border-top: 1px solid #dbdbdb;
}
.skin-hhh .sidebar > .sidebar-menu > li:first-of-type > a {
  border-top: 1px solid #fff;
}
.skin-hhh .sidebar > .sidebar-menu > li > a {
  margin-right: 1px;
}
.skin-hhh .sidebar > .sidebar-menu > li > a:hover,
.skin-hhh .sidebar > .sidebar-menu > li.active > a {
  color: #222;
  background: #f9f9f9;
}
.skin-hhh .sidebar > .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #f9f9f9;
}
.skin-hhh .left-side {
  background: #f4f4f4;
  -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
  box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07);
}
.skin-hhh .sidebar a {
  color: #555555;
}
.skin-hhh .sidebar a:hover {
  text-decoration: none;
}
.skin-hhh .treeview-menu > li > a {
  color: #777;
}
.skin-hhh .treeview-menu > li.active > a,
.skin-hhh .treeview-menu > li > a:hover {
  color: #111;
}
.skin-hhh .sidebar-form {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  margin: 10px 10px;
}
.skin-hhh .sidebar-form input[type="text"],
.skin-hhh .sidebar-form .btn {
  box-shadow: none;
  background-color: #fafafa;
  border: 1px solid #fafafa;
  height: 35px;
}
.skin-hhh .sidebar-form input[type="text"] {
  color: #666;
  -webkit-border-top-left-radius: 2px !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 2px !important;
  -moz-border-radius-topleft: 2px !important;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 2px !important;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 2px !important;
}
.skin-hhh .sidebar-form input[type="text"]:focus,
.skin-hhh .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-hhh .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-hhh .sidebar-form .btn {
  color: #999;
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 0 !important;
}



.skin-hhh body > .header .logo {
  float: left;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  width: 220px;
  font-family: 'Kaushan Script', cursive;
  font-weight: 500;
  height: 50px;
  display: block;
}

.skin-hhh body > .header .logo .icon {
  margin-right: 10px;
}


/*
    Page: login/locked screen
*/
/* ADD THIS CLASS TO THE <HTML> TAG */
.loginscreen {
  background: url(/img/blur-background09.jpg) repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Remove the background from the body element */
.loginscreen > body {
  background: transparent;
}
/* We will put the dynamically generated digital clock here */
.loginscreen .headline {
  color: #fff;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
  font-weight: 300;
  -webkit-font-smoothing: antialiased !important;
  opacity: 0.8;
  margin: 10px 0 0 0;
  font-size: 90px;
}
@media screen and (max-width: 480px) {
  .loginscreen .headline {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
/* User name [optional] */
.loginscreen .loginscreen-name {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
/* Will contain the image and the sign in form */
.loginscreen-item {
  padding: 0;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 10px auto;
  width: 290px;
}
.loginscreen-item:before,
.loginscreen-item:after {
  display: table;
  content: " ";
}
.loginscreen-item:after {
  clear: both;
}
/* User image */
.loginscreen-item > .loginscreen-image {
  position: absolute;
  left: -10px;
  top: -30px;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}
.loginscreen-item > .loginscreen-image > img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* Contains the password input and the login button */
.loginscreen-item > .loginscreen-credentials {
  margin-left: 80px;
}
.loginscreen-item > .loginscreen-credentials input {
  border: 0 !important;
}
.loginscreen-item > .loginscreen-credentials .btn {
  background-color: #fff;
  border: 0;
}
/* Extra to give the user an option to navigate the website [optional]*/
.loginscreen-link {
  margin-top: 30px;
  text-align: center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: 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 screen readers, 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;
}

/* ==========================================================================
   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 the additional HTTP request: 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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}