@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,200);

body {
    padding-top: 50px;
    font-family: 'Source Sans Pro', sans-serif;
}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}


.navbar-inverse
{
    background-color: #282828;
    min-height: 79px;
    overflow: hidden;
}

.navbar-nav > li > a
{
    padding: 0 17px;
    height: 79px;
    line-height: 79px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}

.navbar
{

}

.navbar-nav
{
    float: right;
}

.navbar-collapse .in > ul > li
{
    text-align: center;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus
{
    background: transparent;
    color: #eee;
}

.navbar-brand
{
    padding: 0;
}

.navbar-brand img
{
    width: 177px;
    margin: 18px 0 7px;
}

/*
 * BANNER
 */

.banner
{
    height: 700px;
    background: url('../img/banner.jpg');
    background: url('../img/communie/communie-01.jpg');
    background-size: cover;
    position: relative;
    background-position: top center;
    overflow: hidden;
}

.banner .container
{
    padding-top: 210px;
}

.banner h1
{
    color: #eee;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 40px;
}

.banner .container h2
{
    color: #eee;
    font-weight: 300;
    text-align: center;
    margin: 4px 0 0 0;
    padding: 0;
    font-size: 28px;
}

.photo_input
{
    position: absolute;
    width: 500px;
    background-color: #ffcc2e;
    height: 50px;
    bottom: 0;
    border-radius: 25px 25px 0 0;
    left: 50%;
    margin-left: -260px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.photo_input span
{
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px;
}

.photo_input input
{
    height: 29px;
    width: 293px;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 7px;
    border: 0;
    margin: 0;
    color: #777;
}

.photo_input .ph_middle
{
    position: absolute;
    top: 7px;
    left: 160px;
}

.photo_input .ph_right
{
    position: absolute;
    right: 15px;
    cursor: pointer;
}

@media (max-width: 799px)
{
    .navbar-nav
    {
        width: 100%;
        text-align: center;
    }

    .navbar-toggle
    {
        margin-top: 23px;
    }

    .navbar-brand
    {
        padding-left: 15px;
    }
    .banner h1
    {
        font-size: 20px;
    }

    .banner .container h2
    {
        font-size: 15px;
    }

    .photo_input .ph_pre
    {
        display: none;
    }

    .photo_input
    {
        width: 100%;
        height: 50px;
        font-size: 20px;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        border-radius: 0;
    }

    .photo_input input
    {
        height: 29px;
        width: 293px;
    }

    .photo_input .ph_middle
    {
        left: 160px;
        left: 10px;
        right: 55px;
        top: 7px;
    }

    .photo_input input
    {
        width: 100%;
    }

    .photo_input .ph_right
    {
        right: 15px;
    }

    .photo_input span
    {
        margin-top: 2px;
    }
}

@media (min-width: 800px)
{
    .photo_input
    {
        width: 700px;
        height: 70px;
        margin-left: -360px;
        padding: 10px 20px;
        font-size: 28px;
    }

    .photo_input input
    {
        height: 40px;
        width: 410px;
    }

    .photo_input .ph_middle
    {
        left: 210px;
    }

    .photo_input .ph_right
    {
        right: 25px;
    }
}




/*
 * CONTENT
 */

.content_container
{
    padding-top: 72px;
    font-size: 20px;
    font-weight: 300;
    color: #727272;

}

.content_container h2
{
    text-transform: uppercase;
    font-size: 27px;
    color: #111;
}

.step_row
{
    margin-top: 35px;
}

.step_number
{
    width: 46px;
    height: 46px;
    background-color: #ffcc2e;
    color: #fff;
    text-align: center;
    line-height: 46px;
    border-radius: 23px;
    font-weight: 600;
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 30px 12px 15px;
}

.step_row img
{
    width: 90px;
}

span.first
{
    font-weight: 400;
}

.input-group
{
    margin-bottom: 12px;
}

.thumbnail
{
    background-color: #eaeaea;
    padding-bottom: 15px;
    height: 360px;
}

.thumbnail .caption
{
    height: 130px;
    overflow: hidden;
}

.thumbnail h3
{
    margin-top: 0;
    margin-bottom: 3px;
}


#myCarousel
{
    margin: 20px 0;
}

.carousel-control.left,
.carousel-control.right
{
    background: none;
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before
{
    color: #000;
}

.content h3 {
    border-bottom: 2px solid #333;
    color: #333;
    font-size: 120%;
    margin-top: 30px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.badge
{
    background: #16a8e4 !important;
}

.navbar-inverse
{
    background-color: #003045;
}

.navbar-inverse .navbar-nav > li > a
{
    color: #3e6d82;
}

/* Carousel */

/* Carousel base class */
.carousel {
    height: 100%;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    margin-top: 10px;
    padding-top: 0px;
    position: relative;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 600px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}

.step_number,
.photo_input
{
    background-color: #16a8e4;
}

#code
{
    color: #777;
}





.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.page-title {
    margin-bottom: 20px;
}

.photographer_nav {
    float: right;
}