.navbar-brand {

    padding: 6px;

}

.container-full {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}


.section-image {
    padding-top: 0px;
}
.section-def-orange{
    background-color: #F39200;
    color: #FFF;
    padding-bottom:100px;
    padding-top:100px;
}
.section-def-lightgrey {
    background-color: #EFEFEF;
    padding-bottom:100px;
    padding-top:100px;
}
.section-def-white {
	position: relative;
    background-color: #fff;
    padding-bottom:100px;
    padding-top:100px;
}
.color-green {
    color:#1B9861;
}
.color-orange {
    color:#F39200;
}
.color-violet {
    color:#462F72;
}
.section-def-darkgrey {
    background-color:#333;
    padding-bottom:30px;
    padding-top:30px;
    color: #FFF;
}
.section-def-darkgrey address {
	padding-left:10px;
    font-size:12px;
}
.section-def-darkgrey a {
    font-size:12px;
    text-decoration: none;
    color: #FFF;
}
.section-darkgrey {
    background-color:#333;
    padding-bottom:30px;
    padding-top:30px;
    color: #FFF;
}
.section-darkgrey address {
    padding-left:10px;
    font-size:12px;
}
.section-darkgrey a, h4 {
    padding-top: 10px;
    text-decoration: none;
    color: #FFFFF;
}
.spincrement {
    font-size:50px;
    text-decoration: none;
    color: #000;
}
.hauteur {
    min-height: 180px;
}
.block-middle {
    margin-top: auto;
    margin-bottom: auto;
}
hr {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 30%;
    margin-right: 30%;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #232323 -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}
blockquote {
    font-size: 15px;
    border-left: 3px solid #EEE;
}

/* ------------------------------ Modal window -------------------------- */

.modal {
    overflow: auto;
}

.modal-open, .modal-open .navbar-fixed-top {
    margin-right: auto !important;
    overflow: hidden;
}

.text-modal h2{
    margin-bottom: 20px;
}
.text-modal p{
    text-align:justify;
}
.text-modal .close {
    margin-top: 25px;
    text-shadow: none;
}
.fade.modal {
    overflow-x:hidden;
}
.modal.fade .modal-dialog {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.5s;
}
.modal.in .modal-dialog {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.modal-backdrop{
    background-color:#1D2026;
}
.modal-backdrop.in{
    opacity:1;
    filter: alpha(opacity=100);
}
.modal-dialog{
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
.modal-content{
    width: 100%;
    min-height: 100%;
    border:none;
    border-radius:0;
    box-shadow:none;
    background-color:#fff;
}
.modal-header{
    width:100%;
    margin:0;
    padding:0;
    background: #F3F3F3;
    color:#fff;
    border:none;
    text-align:center;
    height: 600px;
}

.modal-header .col-sm-12 {
    padding: 0;
}
#hdr-title{
    margin-bottom:20px;
}
#project-modal .close{
    float:right;
    font-size:21px;
    line-height:21px;
    font-weight:300;
    margin-top: 23px;
    /* margin-bottom:13px; */
    margin-right: 32px;
    opacity:1;
    color:inherit;
    text-shadow:none;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
    position: absolute;
    z-index: 4;
    right: 0;
}
#project-modal .close:hover{
    opacity: 1;
    color: #E54134;
}
.modal-body {
    margin:0;
    padding:20px 0 80px 0;
}
.modal-body .project-descr{
    margin:0 0 24px;
}
.modal-header .loader {
    position:absolute;
    left:50%;
    top: 28%;
    /* margin-top: 33%; */
    margin-left: -8px;
    width:35px;
    height:35px;
    background:url('../img/loader.gif') no-repeat 50% 50%;
    z-index:1;
}
.modal-header .image-wrapper {
    position:relative;
    overflow:hidden;
    height: auto;
}
.modal-header .screen{
    box-sizing:padding-box;
    border:none;
    box-shadow:none;
    margin:0;
    padding:0;
    position:absolute; 
    top:0;
    left: 0;
    width:100%;
    height:auto;
    z-index:2;
    opacity:0;
    -webkit-transition:all 0.5s ease-out 0.7s;
    transition:all 0.5s ease-out 0.7s;
}
.modal-header .screen.done {
    opacity:1;
}
body.modal-open {
    margin: 0;
}
#project-sidebar{
    margin-bottom:20px;
}

#project-sidebar p{
    margin-bottom:10px;

}
#project-content{
    text-align:justify;
}
#project-content .btn-store{
    margin-right: 0;
}

#sdbr-price {
    font-weight: 600;
    font-size: 23px;
    width: auto;
    /* float: left; */
    display: inline;
}

#sdbr-oldprice {
    text-decoration: line-through;
    color: #999;
    padding: 8px 0 0 8px;
    /* float: left; */
    display: inline;
}
#sdbr-title {
    margin-top: 0;
    color: #E54134;
    /* font-weight: 600; */
    margin-bottom: 0;

}