body {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:25px;
    overflow-x: hidden;
}

.navbar {
    display: none;
}

.landing #top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.thank_you #top {
    background-color: #e1dfe0 !important;
    background-image: none !important;
}

#top #media {
    width: 100%;
    height: 100%;
}
#top #media #overlay_video {
    width: 100%;
    height: 90%;
    position: absolute;
    z-index: 10;
}
#top #media #overlay_video #middle_submit {
    width: 800px;
    height: 150px;
    text-align: center;
}
#top #media #overlay_video #middle_submit button {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 15px;
}
#top #media #overlay_video .call_to_action {
    font-size: 36px;
    color: #fff;
    margin-bottom: 25px;
}
#top #media #overlay_video .addthis_share {
}

#top #media iframe {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#media .embed-container {
    margin-bottom: 16px;
}

/* css de http://embedresponsively.com/ */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#footer {
    margin-top: 1%;
}
#bottom {
    display: none;
}
#bottom .panel, #bottom .panel > div {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
#bottom .panel .panel-heading {
    margin-bottom: 2%;
}

.text-center {
    text-align:center;
}
.sub-head {
    padding-bottom:50px;
    display:block;
}
.pad-top-botm {
    padding-top:50px;
    padding-bottom:50px;
}
  
h2 {
    color: #555;
    font-weight: bold;
    
}
h3 {
    color:#159238; 
}

.navbar-brand {
    margin: 0;
    padding: 0;
    height: auto !important;
}

/* Navigation *************************************************************** */

.navbar-default {
    border: 0;
    background-color: #e1dfe0;
}
.navbar-brand-logo {
    max-width: 150px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}
.navbar-nav > li > a {
    margin: 5px 0px 5px 0px;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: #555;
}
.navbar-default .navbar-toggle:hover .icon-bar {
    border: 1px solid #fff;
}
.navbar-default .navbar-toggle {
    border: 2px solid #555;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #555;
}

/* Main section ************************************************************* */

h1 {
    padding: 0;
    color: #555;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

body.thank_you h1 {
    margin-bottom: 5px !important;
}

#title > h1 > span {
    display: none;
    font-size: 12px;
    margin-top: 2px;
    cursor: pointer;
}

h3 {
    color:#fff;
}

#image {
    margin-bottom: 10px;
}

/* Form ********************************************************************* */

#form_container {
    width: 400px;
    display: none;
}

form {
    /*position: fixed;*/
}

#form {
    padding: 5px 20px;
    background-color: #F1F4F4;
    color: #fff;
    /*margin-bottom: 30px;*/
}
#form h2 {
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
}
#form p {
    color: #555;
}
#form i {
    margin-left: 10px; 
    margin-right: 10px; 
    color: #159238;
}
#form span {
    color: #ff0000;
}
#form .form-control {
    /*background-color: transparent;*/
    border-color: #9B9F9F;
}

.form_arrow {
    width: 0px;
    height: 0px;
    content: " ";
    border-top: 20px solid #F1F4F4;
    border-right-color: transparent;
    border-right-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-left-style: solid;
    display: block;
    margin-bottom: 10px;
}
.form_arrow {
    border-right-width: 200px;
    border-left-width: 200px;
}

#form_submit {
    text-align: center;
    color: #555;
}

.thank-you-follow, .thank-you-share {
    margin-top: 15px;
    margin-bottom: 15px;
}
.addthis_toolbox {
    margin: 0 auto;
}

.follow_share > div {
    text-align: center;
    margin-top: 2%;
    border-radius: 5px;
    background: #fff;
}

.thank-you-page-message {
    text-align: center;
    margin-top: 2%;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 2%;
}
.thank-you-page-message > div {
    padding-top: 10px;
}

/* Footer ******************************************************************* */

#footer_mobile {
    background-color: #fff;
    color: #fff;
    padding: 10px;
}

#footer {
    padding-top: 10px;
    background-color: #e1dfe0;
    margin-bottom: 84px;
}

/* Media queries ************************************************************ */

@media only screen and (max-width : 767px) {
    .navbar{
        display: block;
    }
    #bottom{
        display: block;
    }
    #nav-menu {
        margin-bottom: 0;
        position: relative !important;
    }
    #top #media #overlay_video {
        display: none;
        background-color: #fff;
        height: 77% !important;
    }
    h1 {
        width: 95% !important;
        margin-left: auto;
        margin-right: auto;
    }
    #form_container {
        width: 100% !important;
        margin-top: 4%;
    }
    #form {
        background-color: transparent;
        padding: 5px !important;
    }
    .form_arrow {
        border: 0 !important;
        display: none !important;
    }
    #form_submit button {
        width: 98%;
        margin: 0 auto;
        margin-top: 2%;
    }
    .container {
        padding: 0;
    }
    #tab_content, #mobile_content, .follow_share, .thank-you-page-message > div > p {
        margin: 0 auto;
    }
    #tab2 {
        margin-bottom: 0 !important;
    }
    
    #top, #bottom {
        width: 95%;
        margin: 0 auto;
    }
    #top {
        background-color: #fff !important;
        background-image: none !important;
        margin-top: 2%;
    }
    
    #footer {
        margin-bottom: 109px;
    }
    .addthis_container {
        margin-right: 8px;
    }
    .follow_share > div {
        padding: 5px 0;
    }
    #footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .donation_action > li {
        position: relative;
        top: -12px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 992px) {
    .navbar-nav > li > a {
        /*width: 125px !important;*/
    }
}

@media only screen and (min-width : 992px)  { 
}

@media only screen and (min-width : 1200px) { 
    
    
    .donation_action {
        width: 645px;
        margin-top: 1px;
    }
    .donation_action > li {
        width: 100%;
    }
    .donation_action > li > a {
        padding: 0 !important;
    }
    .donation_banner > img {
        padding-left: 0 !important;
        padding-right: 5px !important;
    }
    .navbar-default .navbar-nav > li > a {
        padding-top: 25px;
    }
}

/* SECTIONS ///////////////////////////////////////////////////////////////// */

#title.collapsed {
    padding: 2%;
    cursor: pointer;
    background-color: #F1F4F4;
}
#title.collapsed h1 {
    margin: 0;
    font-size: 15px;
}

#tab_content {
    margin-top: 2%;
}
#tab_content > div {
    background-color: rgba(239, 239, 239, 0.75);
}
#tab_content .panel-default > .panel-heading {
    background-color: rgba(245, 245, 245, 0.5);
}
#tab_content .panel-title {
    font-size: 20px;
}
#register {
    margin-bottom: 2%;
}
#donate {
    margin-bottom: 16px;
}
#donate_bottom a span {
    font-weight: bold;
    font-size: 20px;
}

.addthis_container {
    float: right;
}

.absolute_center {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
