/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


 /* apply a natural box layout model to all elements */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    background-color: #eaeae5;
}

body {
    font-family: 'Lato', sans-serif;
}


/* defaults */

h1 {}

h2 {margin-bottom: 1em;}

h3 {margin-bottom:1em;}

p {
    color:#262625;
    margin: 0 0 1em 0;
}

p.smaller {
    font-size: 0.8em;
}

p.center {
    text-align: center;
}

a,
.jump-link p {
    color:#0a6c99;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

a:hover {
    color:#036;
}

ul {
    list-style:none;
    margin-bottom: 20px;
}

p.btn {
    margin:50px 0 30px;
}

span.title {
    font-weight: bold;
    text-decoration: underline;
}

.btn a {
    text-transform: uppercase;
    padding:14px 20px;
    color:#0a6c99;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f2ec), to(#ddddd9));
    background-image: -webkit-linear-gradient(top, #f3f2ec, #ddddd9);
    background-image: -moz-linear-gradient(top, #f3f2ec, #ddddd9);
    background-image: -ms-linear-gradient(top, #f3f2ec, #ddddd9);
    background-image: -o-linear-gradient(top, #f3f2ec, #ddddd9);
}

.left { float:left; }
.right { float: right; }

.clear {
    clear: both;
}

ul li {
    margin-bottom: 2px;
}

nav {
    width:100%;
    min-height:40px;
    position:fixed;
    z-index:2;
    -webkit-box-shadow: 0 8px 6px -10px black;
       -moz-box-shadow: 0 8px 6px -10px black;
            box-shadow: 0 8px 6px -10px black;
   background-color: #;
   background-image: url(images/bg-top.grad.jpg);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f2ec), to(#ddddd9));
   background-image: -webkit-linear-gradient(top, #f3f2ec, #ddddd9);
   background-image: -moz-linear-gradient(top, #f3f2ec, #ddddd9);
   background-image: -ms-linear-gradient(top, #f3f2ec, #ddddd9);
   background-image: -o-linear-gradient(top, #f3f2ec, #ddddd9);
}

nav ul {
    text-align: center;
    margin-bottom: 0;
}

nav li {
    display: inline-block;

}

nav li a {
    display:inline-block;
    padding:8px 10px 14px 10px;
    color:#61615e;
}

nav li a:hover {
    color:#000;
}

#header-container {
    background: #dbdbd6;
    overflow: hidden;
}

#header-main {
    padding-top: 60px;
}

#header-main .left {
    /*width: 40%;
    float: left;*/
    display: none;
}

#header-main .right {
    width: 66%;
    float: none;
    margin: 0 auto; /* remove me for logo */
    margin-bottom: 17px;
    overflow: hidden;
}

/* -- main page content --*/

#content {
    padding-top: 20px;
}

#feature-box {
    clear: both;
    text-align: center;
}

#feature-box p,
#feature-box h1,
#feature-box h2 {
    color:#fff;
}

#feature-box h2 {
    margin-bottom: 0;
}

#feature-box .form-box h2 {
    margin-bottom: 1em;
}

.bg-top {
    min-height:245px;
    background-color: #;
    background-image: url(images/fallback-gradient.png);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9dc4ce), to(#4f9bb9));
    background-image: -webkit-linear-gradient(left, #9dc4ce, #4f9bb9);
    background-image: -moz-linear-gradient(left, #9dc4ce, #4f9bb9);
    background-image: -ms-linear-gradient(left, #9dc4ce, #4f9bb9);
    background-image: -o-linear-gradient(left, #9dc4ce, #4f9bb9);
}

.wrap {
    max-width:710px;
    width:70%;
    margin:0 auto;
}


.bg-top .wrap  {
    min-height:245px;
    background-image: url(../img/iceberg_top_PNG8_64.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: bottom center;
}

.bg-bottom .wrap {
    min-height:580px;
    background-image: url(../img/iceberg_bottom_PNG8_32.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: top center;
}

.bg-bottom {
min-height:675px;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0d3a62), to(#06223e));
background-image: -webkit-linear-gradient(top, #0d3a62, #06223e);
background-image: -moz-linear-gradient(top, #0d3a62, #06223e);
background-image: -ms-linear-gradient(top, #0d3a62, #06223e);
background-image: -o-linear-gradient(top, #0d3a62, #06223e);
}

.sub-heading {
    padding:140px 0 30px 0;
}

#header-main form label {
    display: block;
    width: 15%;
    float: left;
    padding: 8px 0 0 0;
}

input {
    display: block;
}

input[type="email"], input[type="text"] {
    padding:10px;
    border-radius:5px;
    border:none;
    width: 250px;
}

input[type="submit"] {
    -webkit-appearance:none;
    background:#f3f2ec;
    border:none;
    color:#0a6c99;
    padding:10px;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
}

#header-main input[type="email"] {
    width: 56%;
    float: left;
    margin-left: 7%;
}

#header-main input[type="submit"] {
    float: right;
    margin-right: 7%;
}

.form-box {
    opacity:0.8;
    min-height:220px;
    padding:20px 0;
    margin-top: 30px;
    background-color: #;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#051b2f), to(#041526));
    background-image: -webkit-linear-gradient(top, #051b2f, #041526);
    background-image: -moz-linear-gradient(top, #051b2f, #041526);
    background-image: -ms-linear-gradient(top, #051b2f, #041526);
    background-image: -o-linear-gradient(top, #051b2f, #041526);
    text-align: center;
}

.form-box input {
    margin: 10px auto;
}



/* main-contaniner */


section li {
    margin-bottom:2em;
}

.dates-box p {
    margin:0em 0;
}



/* section - about */
.about {}


/* -- photos -- */

ul#photos {
    margin-bottom: 20px;
    overflow: hidden;
}

ul#photos li {
    margin: 8px;
    display: block;
    float: left;
}

ul#photos li img {
    border: 4px solid #fff;
}


/* section - cast */
.cast {}

.cast li,
.credits li {
    margin-bottom:1.5em;
}

.cast span,
.credits span {
    font-weight: bold;
    margin-right:88px;
}

#get_involved {
    width: 75%;
    margin: 0 auto;
}

#get_involved input[type="checkbox"] {
    float: left;
    margin-top: 4px;
    margin-right: 7px;
}

#get_involved textarea {
    border: 0;
    border-radius: 5px;
    padding: 10px;
}

#thanks {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-style: italic;
}

.error {
    color: #FF0000;
}

/* general */
.jump-link {
    margin: 0 auto;
    text-align: center;
    width:160px;
    min-height:55px;
}
.jump-link p {
    margin:0;
}




/* footer-container */
.footer-container {
    background:#dbdbd6;
    margin:0;
}

footer {
    width:80%;
    margin:0 auto;
    padding:10px 0;
    text-align: center;
}

footer p {
    margin-bottom:0;
}

footer #logos {
    margin-top: 10px;
}

footer #logos li {
    display: inline;
    margin: 0 10px;
}





/* ==========================================================================
   Media Queries
   ========================================================================== */

/* ------------ RESPONSIVE MEDIA QUERIES ------- */

@media (max-width: 1024px) {

}

/* iPad portrait */
@media (max-width: 768px) {
    .wrap {
        width: 85%;
    }
    #header-main input[type="submit"] {
        margin-right: 3%;
    }

    #header-main input[type="email"] {
        margin-left: 3%;
    }
}

/* eg: Android Samsung galaxy landscape */
@media (max-width: 685px) {
    .wrap {
        width: 95%;
    }
}

/* iphone 5 landscape */
@media (max-width: 568px) {
    #header-main .right {
        width: 95%;
    }
    
}

/* iPhone 3+4 landscape */
@media (max-width: 480px){

}

/* eg: Android Samsung galaxy portrait */
@media (max-width: 384px) {
    #header-main {
        padding-top: 100px;
    }
}

/* iPhone 3+4 portrait */
@media (max-width: 320px) {

    #header-main input[type="submit"] {
        float: none;
        margin: 0 auto;
        margin-top: 5px;
    }

    #header-main input[type="email"] {
        float: none;
        margin: 0 auto;
    }

    #header-main .right {
        margin-bottom: 5px;
    }

}

/* small android portrait */
@media (max-width: 240px) {

}

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

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

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@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;
    }
}