/*
custom.css - extra css fixins
*/

/*
.fixed {
                position: fixed;
                top: 0px;
                z-index: 100;
}
*/

.navbar {
                background: #eee;
}

img.profile {
                width: 100px;
                height: 100px;                
                border: 1px solid black;
}

.modal-header {
                background: #0099FF;
}

.section {
                text-align: center;
}

.choose {
                padding-left: 30%;
}

.crop {
                width: 100%;
                height: 400px;
                overflow: hidden;
                display: block;
                margin-left: auto;
                margin-right: auto;
}

img.slider {
                width: 100%;
                display: block;
                position: relative;
                top: -300px;
}

img.slider {
                width: 100%;
                display: block;
                position: relative;
                top: -300px;
}

.alphacap {
                opacity:0.4;
                filter:alpha(opacity=40); /* For IE8 and earlier */
}

.form-control-feedback {
                display: none;
}