/* CSS Document */
/**
{
    z-index: 1;
}*/
/* PAGES CSS ------------------------------------------------ */
/* Colors: #021A40 | #42A8C6 */

/* GLOBAL ------------------------------------- */
::selection, img ::selection {
    background-color: rgb(66, 168, 198);
    color: rgb(255,255,255);
}

img.alignleft {
    float: left;
    margin: 12px 24px 12px 0;
}

img.alignright {
    float: right;
    margin: 12px 0 12px 24px;
}

    img.alignright.day {
        float: right;
        margin: 12px 0 12px 24px;
        max-width: 170px;
    }

img.aligncenter {
    display: block;
    margin: 12px auto;
}

img ::-moz-selection {
    background-color: rgb(66, 168, 198);
    color: rgb(255,255,255);
}

::-moz-selection {
    background-color: rgb(66, 168, 198);
    color: rgb(255,255,255);
}

body {
    padding: 0;
    color: #5a5a5a;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Helvetica Neue", Trebuchet, "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}

h1, h2, h3 {
    font-weight: bold;
    font-family: inherit;
    /*margin: 10px 0;*/
}

h4, h5, h6 {
    /*margin: 10px 0;*/
    font-family: inherit;
}

#main {
    padding-top: 110px;
}
/* For Typography page */
/*header h2 {
    margin: 10px 0;
    padding: 10px;
    background-color: #eee;
}*/

.imax ul.thumbnails {
    margin-top: 10px;
}

.thumbnail > img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.btn-reset, .btn.btn-success, .btn.btn-success:link, .btn.btn-success:visited, .btn.btn-success:hover, .btn.btn-success:active, .btn.btn-primary, .btn.btn-primary:link, .btn.btn-primary:visited, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-info, .btn.btn-info:link, .btn.btn-info:visited, .btn.btn-info:hover, .btn.btn-info:active, a.btn.btn-primary, a.btn.btn-primary:link, a.btn.btn-primary:visited, a.btn.btn-primary:hover, a.btn.btn-primary:active, a.btn.btn-lg.btn-primary, a.btn.btn-lg.btn-primary:link, a.btn.btn-lg.btn-primary:visited, a.btn.btn-lg.btn-primary:hover, a.btn.btn-lg.btn-primary:active, a.btn.btn-info, a.btn.btn-info:link, a.btn.btn-info:visited, a.btn.btn-info:hover, a.btn.btn-info:active, a.btn.btn-lg.btn-info, a.btn.btn-lg.btn-info:link, a.btn.btn-lg.btn-info:visited, a.btn.btn-lg.btn-info:hover, a.btn.btn-lg.btn-info:active, a, a:link, a:visited, a:hover, a:active {
    outline: 0 none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #2f96b4;
    color: #ffffff;
}

.row .vertical-seperator {
    text-align: center;
}

    .row .vertical-seperator > div {
        display: inline-block;
        min-height: 726px;
        width: 1px;
        background: rgb(221, 221, 221);
    }

.marketing .row > div .pull-right {
    margin: 10px 0 10px 25px;
}

.marketing .content-padder {
    margin-bottom: 20px;
}

a {
    color: rgb(66, 168, 198); /* #42A8C6  #0076C0 #2F96B4   */ /*color: rgb(47, 150, 198);  #2F96B4 rgb(47, 150, 180) */
}

    a:hover {
        color: #021A40; /* #005580 */
    }

    a.thumbnail:hover, a.thumbnail:focus {
        border-color: rgb(66, 168, 198); /* #42A8C6 rgb(66, 168, 198) */ /*border-color: rgb(47, 150, 198);  #2F96B4 rgb(47, 150, 180) */
    }

input, button, select, textarea {
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", Arial, "Helvetica Neue", sans-serif;
}

footer p a:hover {
}

footer p.pull-right a:hover {
    text-decoration: underline;
}

#photo-modal.modal {
    margin-left: -400px;
    width: 800px;
}
/* MAIN NAVIGATION ---------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
div.navbar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 499;
    margin: 0;
    padding: 0;
    /* 1000 */
}

body.logged-in div.navbar-wrapper {
    top: 50px;
}

.navbar-wrapper .container {
}

.navbar .navbar-inner {
    padding: 0;
    border: 0;
    background: #000e23 url(/_assets/_img/bg-center.jpg) no-repeat 100% 0;
    box-shadow: 0 1px 20px rgba(0,0,0,0.6);
    filter: none;
    /* #000e23 #021A40 */
}

.navbar .nav {
    margin: 36px 0 0 20px;
}
/* Downsize the brand/project name a bit */
.navbar a.navbar-brand {
    margin: 15px 0 15px 15px;
    padding: 0;
    width: 266px;
    height: 80px;
    background: url(/_assets/_img/vaqua-header-logo.png) no-repeat 0 0;
}

    .navbar a.navbar-brand:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        opacity: 0.80;
        filter: alpha(opacity=80);
    }

.navbar .navbar-brand span {
    display: none;
}
/* Search bar */
.navbar-form.navbar-right.navbar-search {
    margin-top: 40px;
    margin-right: 5px;
    max-width: 350px;
}

.navbar-search .fa-search {
    color: #fff;
    font-size: 16px;
    /*text-shadow: 1px 1px 10px #333;*/
}

.navbar .btn.btn-default {
    position: relative;
    display: none;
    float: right;
    overflow: hidden;
    margin-top: 40px;
    margin-right: 20px;
    padding: 0 12px;
    height: 34px;
    background-color: RGBA(236, 236, 236, 1);
    line-height: 34px;
}

.navbar.navbar-default {
    border: none;
    background: none;
}

.navbar .nav.nav-pills {
    float: left;
    margin: 35px 0 0 20px;
}

.navbar .btn.btn-default i {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    font-size: 20px;
}

.navbar .btn.btn-default select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 34px;
    border: none;
    border-radius: 0;
    opacity: 0;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    outline: 0 none;
    border-color: rgb(66, 168, 198);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(66, 168, 198, 0.6);
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute;
}

.navbar .nav.nav-pills > li {
    margin-right: 0;
}

.navbar .nav > li > a {
    padding: 10px 15px 10px;
    border-radius: 12px 0 12px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 400;
    font-size: 14.5px;
}

    .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
        background-color: rgb(66, 168, 198);
        background-image: -moz-linear-gradient(bottom, rgb(91, 192, 222), rgb(66, 168, 198));
        background-image: -o-linear-gradient(bottom, rgb(91, 192, 222), rgb(66, 168, 198));
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(91, 192, 222)), to(rgb(66, 168, 198)));
        background-image: -webkit-linear-gradient(bottom, rgb(91, 192, 222), rgb(66, 168, 198));
        background-image: linear-gradient(to bottom, rgb(91, 192, 222), rgb(66, 168, 198));
        background-repeat: repeat-x;
        color: rgb(255, 255, 255);
        text-decoration: none;
        text-shadow: none;
        /* #42A8C6 rgb(66, 168, 198) */
    }

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: rgb(66, 168, 198);
    background-image: -moz-linear-gradient(top, rgb(91, 192, 222), rgb(66, 168, 198));
    background-image: -o-linear-gradient(top, rgb(91, 192, 222), rgb(66, 168, 198));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, to(rgb(66, 168, 198)), from(rgb(91, 192, 222)));
    background-image: -webkit-linear-gradient(top, rgb(91, 192, 222), rgb(66, 168, 198));
    background-image: linear-gradient(to top, rgb(91, 192, 222), rgb(66, 168, 198));
    color: rgb(255, 255, 255);
    /* #42A8C6 rgb(66, 168, 198) */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff42A7C5', endColorstr='#ff5ABFDD', GradientType=0);*/
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav-pills .dropdown-menu {
    padding-bottom: 10px;
    width: 235px;
    border-radius: 0 15px 0 15px;
}

.dropdown-menu {
    font-size: 90%;
}

.dropdown .dropdown-menu .nav-header {
    margin: 0;
    padding: 5px 12px;
    color: #5A5A5A;
    text-transform: none;
    text-shadow: none;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 14px;
}

.dropdown-menu li.divider {
    margin: 4px 1px;
    line-height: 14px;
}

.dropdown-menu > li {
    margin-left: 6px;
    margin-right: 6px;
}

    .dropdown-menu > li > a {
        margin: 0 5px;
        padding: 3px 8px 4px 8px;
        border-radius: 0 5px 0 5px;
        color: rgb(51, 51, 51);
        white-space: nowrap;
        font-weight: normal;
    }

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-color: rgb(66, 168, 198);
    background-image: -moz-linear-gradient(bottom, rgb(91, 192, 222), rgb(66, 168, 198));
    background-image: -o-linear-gradient(bottom, rgb(91, 192, 222), rgb(66, 168, 198));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(91, 192, 222)), to(rgb(66, 168, 198)));
    background-image: -webkit-linear-gradient(bottom, rgb(91, 192, 222), rgb(66, 168, 198));
    background-image: linear-gradient(to bottom, rgb(91, 192, 222), rgb(66, 168, 198));
    background-repeat: repeat-x;
    color: rgb(255, 255, 255);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5ABFDD', endColorstr='#ff42A7C5', GradientType=0);
    /* #42A8C6 rgb(66, 168, 198) */
}

.dropdown-menu li > a:active, .dropdown-submenu:active > a {
    background-color: rgb(66, 168, 198);
    background-image: -moz-linear-gradient(bottom, rgb(91, 192, 222), rgb(66, 168, 198));
    background-image: -o-linear-gradient(bottom, rgb(91, 192, 222), rgb(66, 168, 198));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(91, 192, 222)), to(rgb(66, 168, 198)));
    background-image: -webkit-linear-gradient(bottom, rgb(91, 192, 222), rgb(66, 168, 198));
    background-image: linear-gradient(to bottom, rgb(91, 192, 222), rgb(66, 168, 198));
    background-repeat: repeat-x;
    color: rgb(255, 255, 255);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5ABFDD', endColorstr='#ff42A7C5', GradientType=0);
    /* #42A8C6 rgb(66, 168, 198) */
}

select.short, select.long {
    display: none;
}

/* SUB NAVIGATION ----------------------------- */

div.headnav {
    position: absolute;
    top: 10px;
    right: 18px;
    float: right;
    height: 20px;
    color: rgb(255,255,255);
    text-transform: uppercase;
    font-weight: 400;
    font-size: .9em;
}

    div.headnav ul.headnav.dropdown-menu a, div.headnav ul.headnav.dropdown-menu a:link {
        color: #5a5a5a;
        text-transform: none;
    }

        div.headnav ul.headnav.dropdown-menu a:hover, div.headnav ul.headnav.dropdown-menu a:active {
            color: #fff;
        }

    div.headnav ul.list-inline a.dropdown-toggle span.caret {
        margin-top: 8px;
        border-top: 4px solid rgb(255, 255, 255);
    }

    div.headnav ul.list-inline a {
        padding: 2px 10px;
        color: #fff;
        text-decoration: none;
        text-shadow: none;
        font-size: 11.5px;
    }

        div.headnav ul.list-inline a:hover, div.headnav ul.list-inline a.btn-sm.btn-success.donate:hover {
            border-radius: 5px 0 5px 0;
            background: #fff !important;
            color: #021A40;
        }

        div.headnav ul.list-inline a:active, div.headnav ul.list-inline a:focus {
            border-radius: 5px 0 5px 0;
            background: #fff !important;
            color: #021A40;
        }

        div.headnav ul.list-inline a.btn-sm.btn-success {
            text-decoration: none;
        }

    div.headnav .donate {
        border-radius: 5px 0 5px 0;
    }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #51a351;
    color: #ffffff;
}

/* btn-sm btn-success donate  */
/* FOLLOW PAGE NAVIGATION --------------------- */
.subnav {
    margin-bottom: 25px;
}

.socialnav {
    width: 150px;
}

    .socialnav h4 {
        font-size: 1.3em;
    }

.socialnav-fixed {
    position: fixed;
    top: 130px;
    width: 150px;
}

.subnav .list-inline {
    margin-left: 0;
}

    .subnav .list-inline a {
        text-decoration: none;
        font-size: 2em;
        line-height: 1em;
    }

.subnav ul.list-inline > li:after {
    padding-left: 0;
}

.nav-list > li > a {
    padding: 2px 8px 3px 8px;
    border-radius: 0 5px 0 5px;
}

    .nav-list > li > a:hover, .nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
        background-color: rgb(66, 168, 198);
        background-image: -moz-linear-gradient(bottom, rgb(91, 192, 222), rgb(66, 168, 198));
        background-image: -o-linear-gradient(bottom, rgb(91, 192, 222), rgb(66, 168, 198));
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(91, 192, 222)), to(rgb(66, 168, 198)));
        background-image: -webkit-linear-gradient(bottom, rgb(91, 192, 222), rgb(66, 168, 198));
        background-image: linear-gradient(to bottom, rgb(91, 192, 222), rgb(66, 168, 198));
        background-repeat: repeat-x;
        color: rgb(255, 255, 255);
        text-shadow: none;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5ABFDD', endColorstr='#ff42A7C5', GradientType=0);
        /* #42A8C6 rgb(66, 168, 198) */
    }

.nav-list {
    font-size: 12.5px;
    line-height: 20px;
}

ul.nav.nav-list .nav-header:nth-of-type(1) {
    margin-bottom: 3px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(221, 221, 221);
    font-size: 1.3em;
}

ul.nav.nav-list .nav-header, footer ul.nav.nav-list .nav-header {
    padding: 3px 0;
    color: rgb(90, 90, 90);
    text-transform: none;
    text-shadow: none;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 20px;
}

.navbar .navbar-btn {
    position: relative;
}

    .navbar .navbar-btn span {
        z-index: 1;
    }

    .navbar .navbar-btn select {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        opacity: 0;
        filter: alpha(opacity=0);
    }
/* ] */
/* BREADCRUMB NAVIGATION ---------------------- [ */
.breadcrumb {
    margin-top: 10px;
    padding-left: 0;
    border-radius: 0;
    background: none;
    color: #999;
}

    .breadcrumb li {
        text-shadow: none;
    }

        .breadcrumb li a [class^="fa fa-"] {
            text-decoration: none;
        }

        .breadcrumb li i.fa-chevron-right {
            padding: 0 7px;
            font-weight: 100;
            font-style: normal;
        }

    .breadcrumb > .active {
        width: 50%;
    }

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
    border-radius: 0 10px 0 10px;
}

.breadcrumb > .dropdown {
    z-index: 2;
    margin: -20px;
}

    .breadcrumb > .dropdown a {
        text-decoration: none;
    }

.breadcrumb .active i {
    padding: 0 6px;
}

.breadcrumb i.fa-facebook {
    padding-right: 6px;
}

.breadcrumb .t {
    padding-left: 8px;
}
/* Facebook */
a > i.fa.fa-facebook-square {
    color: #3b5998;
    vertical-align: text-bottom;
}

    a > i.fa.fa-facebook-square:hover {
        text-decoration: none;
        opacity: 0.4;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
/* Twitter */
a > i.fa.fa-twitter-square {
    color: #3cf;
    vertical-align: text-bottom;
}

    a > i.fa.fa-twitter-square:hover {
        text-decoration: none;
        opacity: 0.4;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
/* Pinterest */
a > i.fa.fa-pinterest-square {
    color: #CB2027;
    vertical-align: text-bottom;
}

    a > i.fa.fa-pinterest-square:hover {
        text-decoration: none;
        opacity: 0.4;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

/* Instagram */
a > i.fa.fa-instagram {
    color: #326189;
    vertical-align: text-bottom;
}

    a > i.fa.fa-instagram:hover {
        text-decoration: none;
        opacity: 0.4;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

/* Youtube */
a > i.fa.fa-youtube-square {
    color: #d02525;
    vertical-align: text-bottom;
}

    a > i.fa.fa-youtube-square:hover {
        text-decoration: none;
        opacity: 0.4;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

a > i.fa.fa-youtube {
    color: #d02525;
}

    a > i.fa.fa-youtube:hover {
        text-decoration: none;
        opacity: 0.4;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
/* Blog */
a > i.fa-pencil {
    color: #013B63;
    vertical-align: text-bottom;
}

    a > i.fa-pencil:hover {
        text-decoration: none;
        opacity: 0.4;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
/* Maililng List */
a > i.fa-envelope {
    color: rgb(66, 168, 198);
    vertical-align: text-bottom;
    text-decoration: none;
}

    a > i.fa-envelope:hover {
        text-decoration: none;
        opacity: 0.4;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

div.subnav ul.list-inline > li {
    display: inline;
    padding-right: 0;
    padding-left: 0;
}

div.socialnav ul.list-inline > li {
    display: inline;
    padding-right: 8px;
    padding-left: 0;
}

ul.list-inline li.headnav-divider {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 1px;
    background: #fff;
    line-height: .75;
}

ul.list-inline li.welcome-divider {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 1px;
    background: rgb(90, 90, 90);
    line-height: .75;
}

    ul.list-inline li.welcome-divider:last-child {
        width: 0;
        color: transparent;
    }

ul.list-inline li.headnav-divider:last-child {
    width: 0;
    color: transparent;
}

/* BUTTONS ------------------------------------ */
.btn.btn-lg.btn-info, .btn.btn-lg.btn-primary {
    padding: 11px 17px;
}

.btn.btn-info, .btn.btn-primary {
    padding: 4px 12px 6px 12px;
}

.btn-info, .btn-primary {
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    color: #fff;
    text-decoration: none;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);*/
}

aside .btn.btn-info, aside .btn.btn-primary {
    margin-top: 15px;
}

/* TOOLTIPS & POP OVERS ----------------------- */
.tooltip.in {
    text-shadow: none;
    font-size: 12px;
    opacity: 1;
    filter: alpha(opacity=1);
}

.tooltip-inner {
    border-radius: 5px;
    background-color: #42A8C6;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #42A8C6;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #42A8C6;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #42A8C6;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #42A8C6;
}

/* CAROUSELS ----------------------------------- */

.carousel-inner .next, .carousel-inner .active.right {
    left: 25%;
}

.carousel-inner .prev, .carousel-inner .active.left {
    left: -25%;
}

#toutCarousel {
    margin: 0;
    padding: 0;
}

#toutCarousel-controls {
    position: relative;
    margin: -100px -60px 85px; /* margin: -100px -60px 20px; */
    padding: 0;
    width: auto;
    height: 5px;
    /*width: 102px;*/
}

.carousel-control {
    margin-top: 0;
    padding: 0;
    width: 4%;
    border: none;
    background: none;
    font-size: 40px;
    line-height: 26px;
}

    .carousel-control.left, .carousel-control.right {
        margin: 0;
        padding: 0;
        background-image: none;
        color: rgb(66, 168, 198);
        opacity: 1;
    }

        /*.carousel-control.right {
        left: auto;
        right: 33px;
    }*/

        .carousel-control.left:hover, .carousel-control.right:hover {
            color: #999;
        }

/* Fade transition for partner logo carousel items */

footer #logoCarousel .carousel-inner {
    margin: 0 auto;
    width: 100%;
    height: 70px;
    box-shadow: none;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
    }

/* VIDEO CONTENT ------------------------------ */
.videoWrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%;
    height: 0;
    /* 16:9 */
}

    .videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        border: none;
    }

.video {
    margin-bottom: 20px;
    cursor: pointer;
}

    .video p {
        display: none;
    }

iframe {
    border: none;
}

div#video-library div.thumbnails {
    margin-top: 25px;
}

/* MARKETING CONTENT -------------------------- */

.imax .table td {
    text-align: center;
}

.page-header {
    margin-top: 0;
    margin-bottom: 26px;
    padding-top: 0;
    border-bottom: 1px solid rgb(221, 221, 221);
}

    .page-header h1 {
        margin-top: 0;
        margin-bottom: 18px;
        padding-bottom: 0;
        font-size: 34.5px;
    }

hr {
    border-style: solid none;
    border-color: rgb(221, 221, 221) -moz-use-text-color rgb(255, 255, 255);
}

.widget .nav-tabs {
    margin-bottom: 15px;
}

.right-widget-area aside {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgb(221, 221, 221);
}

    .right-widget-area aside > h4:first-child, .right-widget-area aside:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

.hero-unit {
    margin-bottom: 30px;
    padding: 60px;
    border-radius: 0 15px 0 15px;
    background-color: #44AAC8;
    background-image: url(/_assets/_img/masthead-pattern.png);
    color: #fff;
    font-weight: 200;
    font-size: 18px;
    line-height: 30px;
}

    .hero-unit h1 {
        margin-bottom: 20px;
    }

    .hero-unit img {
        margin: 0 20px 20px 0;
    }

.well {
    border-radius: 0 15px 0 15px;
}

.well-small {
    background-color: rgb(255, 255, 255);
}

.marketing .table caption {
    display: none;
}

.marketing .table .today {
    background-color: #4DB2D0;
    color: #fff;
    font-weight: bold;
}

.marketing .table th /*, .marketing .table td*/ {
    text-align: center;
}

.img-rounded {
    max-width: 100%;
    border-radius: 0 15px 0 15px;
}

.img-polaroid {
    padding: 4px;
    max-width: 100%;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.shadow {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}

.animals .span3, .animals .span4, .animals .col-md-3, .animals .col-md-4 {
    padding: 25px 7px;
    text-align: center;
    cursor: default;
}

    .animals .span3 div, .animals .span4 div, .animals .col-md-3 div, .animals .col-md-4 div {
        padding: 0 15px;
    }

/* Center align the text within the three columns below the carousel */
#main .container.marketing .span3, #main .container.marketing .col-md-3 {
    text-align: left;
}

.container.marketing .col-md-3.imax, .container.marketing .col-md-3.events {
    text-align: left;
}

    .container.marketing .col-md-3.imax .well, .container.marketing .col-md-3.events .well {
        text-align: left;
    }

.container.marketing header .col-md-3 h3, .container.marketing header .col-md-2 h3 {
    margin-top: 0;
}

.container.marketing h2 {
    font-weight: normal;
    font-size: 28.5px;
    line-height: 1em;
}

.container.marketing .col-md-4 .featurette-divider {
    margin: 20px 0; /* Space out the Bootstrap <hr> more */
}

.featurette-divider {
    margin: 40px 0 60px 0;
    border-color: rgb(221, 221, 221) -moz-use-text-color rgb(255, 255, 255);
    /* Space out the Bootstrap <hr> more */
}

.featurette {
    overflow: hidden;
    padding-top: 120px;
    border-color: rgb(221, 221, 221) -moz-use-text-color rgb(255, 255, 255);
    /* Vertically center images part 1: add padding above and below text. */
    /* Vertically center images part 2: clear their floats. */
}

.featurette-image {
    margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}
    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
        margin-right: 40px;
    }

    .featurette-image.pull-right {
        margin-left: 40px;
    }
/* Thin out the marketing headings */
h2.featurette-heading {
    font-weight: normal;
    font-size: 50px;
    line-height: 1em;
}

.fa-turtle {
    display: inline;
    padding-right: 20px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8yMi8xM3/uBu0AAAAedEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzUuMasfSOsAAAFOSURBVDiNpdM/SJZRFAbw3/si0eAY9o+GpsDFRRwbG1oaHE9D/yaJiNAGN4cgIqJocxM8UzZEQ1NJoA0hBTXklKOaGFFtEW/Dd/14o0+/D3qWeznnOc8599xzqqZp/A+G9nNExDCmcBbf8BJPM/N7X4GIqLCMcfzGa5zDGj62uVXTNCLiGqbxBg/wBduF8wxXM3O3V7K6nF9xBpfxDm9bnAvYiYi7vQSqvSZGxG3cwtFexIKZzLz/TwURMYGtkv0g3ImII23DUOn2Ek71CYZDuIJ7XQFcx0l8wDGM9BG5GRGHsYqVPYEaD/EDT/oIHMdcuT+vS3ZYz8wlPB7gKYs4j8ka88U4DJl5A5fwaZ/gn5jNzBeZ+avWGddH7YDMXMjMUYzhos4Yw3udeekuUDXIMkXEaXzGZmaeaPvq3iF/IzM3dL7vVdmTLgaq4CD8AdYSY/PVQvFTAAAAAElFTkSuQmCC') /*../_img/icons/icon-turtle.png*/;
    background-position: 0 2px;
    background-repeat: no-repeat;
}

#gallery-modal .headling {
    margin-top: 20px;
}

#gallery-modal img {
    margin-bottom: 20px;
    margin-left: 20px;
}

.modal.green-header {
    overflow: hidden;
}

    .modal.green-header .modal-header {
        background-color: #5586A2;
        color: #fff;
    }

        .modal.green-header .modal-header .close {
            color: #fff;
            text-shadow: 0 1px 0 #000;
            font-size: 60px;
            line-height: 40px;
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

#gallery-modal .description {
    padding: 15px 15px 0;
}

.modal.large {
    margin-left: -512px;
    width: 1024px;
}

.virtual-tours {
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%;
    height: 0;
    /* 16:9 */
}

    .virtual-tours object, .virtual-tours embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.two-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

    .two-columns li {
        margin: 0 0 0 18px !important;
        padding: 2px 0;
        list-style: outside;
        list-style-type: inherit;
        line-height: 1.6em !important;
    }

div.imax-showtimes img {
    margin-top: 10px;
}

div.imax-showtimes ul {
    margin: 0 5px 15px 5px;
    text-align: left;
}

div.imax-showtimes span.time {
    padding-right: 5px;
}
/* Tickets iframe */
.container #purchase-tickets {
    width: 100%;
}

/* FOOTER ------------------------------------- */
footer {
    margin-top: 15px;
    padding-bottom: 15px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0, rgba(66,168,198,0.19) 94%, rgba(66,168,198,0.2) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0, rgba(66,168,198,0.19) 94%, rgba(66,168,198,0.2) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.1) 0, rgba(66,168,198,0.19) 94%, rgba(66,168,198,0.2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.1)), color-stop(94%, rgba(66,168,198,0.19)), color-stop(100%, rgba(66,168,198,0.2)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0, rgba(66,168,198,0.19) 94%, rgba(66,168,198,0.2) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0, rgba(66,168,198,0.19) 94%, rgba(66,168,198,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#3342a8c6', GradientType=0 );
}

    footer .nav-header {
        margin: 0 0 0 -24px;
        padding: 5px 0 0 0;
        text-transform: none;
        font-size: 1.1em;
    }

    footer .span8 p i, footer a > i.fa {
        font-size: 1.25em;
    }

    footer #top-link i.fa {
        font-size: 1em;
    }

    footer .featurette-divider {
        margin: 10px 0 25px 0; /* Space out the Bootstrap <hr> more */
    }

.headling {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    border: 0;
    background: url(/_assets/_img/headling.png) repeat-x;
}

footer .headling {
    margin-top: 20px;
    background-position: 20px 0;
    background-repeat: repeat;
}

/* FORMS -------------------------------------- */
.form form {
    padding-top: 2em;
}

    .form form .row {
        padding-top: 0.25em;
    }

    .form form fieldset {
        padding-right: 20px;
    }

    .form form input[type="text"] {
        width: 100%;
    }

    .form form textarea {
        width: 100%;
        height: 150px;
    }

    .form form .buttons {
        padding-top: 1em;
    }

    .form form input[type="text"].error,
    .form form textarea.error,
    .form form select.error {
        border-color: #b94a48;
    }

/*Survey Monkey Name that Seal page*/
.smcx-embed {
    height: 450px !important;
    width: 100% !important;
    border-radius: 0 15px 0 15px !important;
    overflow: hidden !important;
}

    .smcx-embed > .smcx-iframe-container {
        width: 100% !important;
        height: 414px !important;
        overflow: hidden !important;
    }