html,
body {
    height: 100%;
    font-family: 'Corbel', 'Roboto', sans-serif;
}


h1{
    font-weight:200;
    font-size:43px;
}

.btn{
    height:34px;
    padding:3px 12px;
}

#home{
    margin-top:48px;
}



p.explanation{
    font-size:18px;
    font-weight:200;
}

a:hover{
    text-decoration:none;
    color:#d6eeee;
}

.no-padding{
    padding:0;
}

.wrap {
    min-height: 100%;
    height:100% !important;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 40px 37px 20px;
    background:rgba(255,255,255,1);
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
}

.row{
    padding:0 !important;
}

@media screen and (min-width: 992px) {
    .container{
        width:1015px;
    }

    header{
        height:100px;
    }

    .navbar-nav{
        float:right;
    }

    .menu-item{

        text-align:left;
        height:19px;
    }

    .socialbuttons{
        position:absolute;
        right:15px;
    }


    .morepage{
        padding-right:0;
    }

    .contentpart{
        padding-left:5px;
    }

    .oursite{
        height:200px;
    }

    .oursite #map-contern, .oursite #map-bertrange{
        right:-10px;
    }

    .storage-item .title{
        padding-left:0;
    }

    .dimensions{
        border-right:2px solid #2cafc2; padding-bottom:10px;
    }

    .volume{
        border-right:2px solid #2cafc2; padding-bottom:10px
    }
}


@media screen and (max-width: 992px) {
    .navbar-nav{
        float: none;
        text-align:center;
        padding:0 15px;
    }

    .menu-item{
        width:100%;
        text-align:center;
        margin-bottom:10px;
    }

    .socialbuttons{
        text-align:center;
        margin-top:10px;
    }

    #services .col-md-3,
    #foursteps .col-md-3{
        margin-bottom:10px;
    }

    .dimensions{
        text-align: center;
    }

    .volume{
        text-align: center;
    }

    .price{
        text-align: center;
    }

    .map.oursite{
        height:400px;
    }

    .item .bg-turqoise-light{
        font-size:15px;
    }

    .contactmap{
        height:400px;
    }
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.bg-turqoise{
    /*background-color:#2cafc2;*/
    /*background-color:#5da2b4;*/
    background:#2cafc2;
    /*background-color:#79b4c6;*/
    color:#fff;
}

.turqoise{
    color:#2cafc2;
}

.bg-black{
    background-color:#000000;
    color:#ffffff;
}

.bg-gray{
    background-color:#f2f2f2;
    color:#000000;
}


h2.bg-turqoise{
    padding:15px;
    font-size:27px;
    font-weight:500;
    background-color:#2cafc2;
}

.color-turqoise{
    color:#79b4c6;
}



.bg-turqoise-light{
    background-color:#bce2e9;
}

#services .bg-gray,
#services .bg-black{
    padding:20px;
}

#map .map{
    padding-right:5px;
}

#map .address .bg-turqoise-light{
    padding:16px;
}

.contactaddress h4,
.address h4{
    margin-bottom:0;
}

.bottom{
    padding:16px;
    padding-right:10px;
    margin-top:10px;
    font-size:22px;
    font-weight:100;
    background:url('../images/plussign.jpg') no-repeat #000 bottom right;
    color:#fff;
    height:100px;
    line-height: 1.1;
}

.top .number{
    width:73px;
    height:60px;
    border-right:1px solid #fff;
    font-weight:bold;
    font-size:40px;
    text-align: center;
    padding-top:15px;
}

.contentpart h2{
    border-bottom:2px solid #000;
    font-weight:100;
    width:100%;
    margin-top:0px;
    padding-bottom:10px;
}

.contentpart .bg-gray,
.contentpart .bg-black{
    padding-left:27px;
    padding-right:27px;
    padding-top:15px;
    padding-bottom:15px;
    font-weight:100;
    font-size:18px;
}

.contentpart ul{
    padding-left:15px;
}

.contentpart ul li{
    padding-left:20px;
}

.morepage .number{

    font-weight:700;
    font-size:27px;
    text-align: center;
    padding-top:15px;
    height:66px;
}


.oursite .rightbox{
    font-size:24px;
    font-weight:100;
    margin-bottom:31px;
}

.oursite .leftbox{
    font-size:18px;
    font-weight:300;
}

.item{
    margin-bottom:5px;
    font-size:18px;
    font-weight:100;
}

.item .bg-gray{
    width:86px;
    height:86px;
    float:left;
    background:url('../images/sprite_icons.png') no-repeat #f2f2f2;
    background-color:#f2f2f2;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;

}

.item .bg-gray-text{
    width:auto;
    height:86px;
    margin-left:86px;
    padding:10px;
    background-color:#f2f2f2;
}

.item1{
    background-position:0 0;
}

.item2{
    background-position:0 -100px !important;
}

.item3{
    background-position:0 -200px !important;
}

.item4{
    background-position:0 -300px !important;
}

.item5{
    background-position:0 -400px !important;
}

.item6{
    background-position:0 -500px !important;
}

.item7{
    background-position:0 -600px !important;
}

.item8{
    background-position:0 -700px !important;
}

.item9{
    background-position:0 -800px !important;
}

.item10{
    background-position:0 -900px !important;
}

#services .bg-black{
    height:124px;
    font-size:15px;
    font-weight:100;
}

.navbar-nav{
    margin-top:49px;
}

.menu-item{
    list-style:none;
    margin-left:1px;
    font-size:12px;
    font-weight:100;
    padding:0 10px;

}

.menu-item.active{
    background-color:#2cafc2;
}

.menu-item.active .badge{
    color:#000;
}

.phone{
    font-weight:bold;
    font-size:28px;
    margin-right:40px;
    margin-top:2px;
    line-height:0.8;
}

.badge{
    background:none;
    padding-top:1px;

}

.menu-item a{
    color:#fff;
    text-transform: uppercase;
}

.storage-item{
    margin-bottom: 30px;
}

.storage-item .border-bottom,
.shop .border-bottom{
    border-bottom:2px solid #79b4c6;
}

.shop hr{
    width: 825px;
    border-bottom:2px solid #79b4c6;
    float:right;
    margin-top:-13px;
}

.storage-item .row{
    margin:0;
}

.storage-item a{
    color:#28aec1;
}

.storage-item .threedimage{
    height:118px;
    border-right:2px solid #2cafc2;
}

.storage-item .title{
    font-weight:bold;
    font-size:70px;
    text-align: center;
    line-height: 0.7;
    padding-bottom:17px;
    padding-top:7px;
}

/*.storage-item .price{
    border-right:2px solid #2cafc2;
}*/

/*.storage-item .price,
.storage-item .volume{
    font-size:40px;
    height:90px;
    font-weight:100;
}*/

.storage-item .dispo{
    font-size:12px;
    font-weight:100;
    padding-top:4px;
}

.storage-item .description{
    height:316px;
    font-weight:100;
}

.storage-item .bottom-box{
    border-top:1px solid #28aec1;
    height:150px;
}

.storage-item a.add{
    color:#fff;
    background:#000;
    border:0;
}

a.add{
    font-size:18px;
    font-weight:100;
}

.storage-item .spinner{
    color:#2cafc2;
    font-size:18px;
    text-align:center;
}

.ui-spinner-input{
    background-color:#fff;
    color:#000;
    margin-left:1px;
}

.ui-spinner-button{
    background:url('../images/spinner.jpg') no-repeat #000;
}

.storage-item .ui-spinner-down{
    background-position:0 -17px;
}

.storage-item .ui-spinner-up{
    color:#000;
}

.storage-item a.add{
    margin-top:10px;
    display:block;
    margin-top:6px;
    float:left;
}

.storage-item span.ui-spinner.ui-widget.ui-widget-content.ui-corner-all{
    display:block;
    float:left;
}

.shop .ui-spinner-down,
.quote-item .ui-spinner-down{
    background-position:0 -53px !important;
}

.shop .ui-spinner-up,
.quote-item .ui-spinner-up{
    background-position:0 -36px !important;
}

.shop .ui-spinner-input,
.quote-item .ui-spinner-input{
    background-color:#2cafc2;
    color:#fff;
    text-align:center;
}

.shop a.add,
.quote-item a.add{
    color:#000;
    border:0;
}

.shop .price{
    font-size:27px;
    font-weight:100;
}

.shop h5{
    font-size:18px;
    margin-top:0;
    margin-bottom:0;
    margin-right:10px;
}

.quote-item{
    font-size:18px;
    border-bottom:2px solid #79b4c6;
    height:62px;
}

#quote-message,
#contact-message{
    background-color:#f2f2f2;
    color:#000;
    border-radius:0;
    border:0;
    height:170px;
}

#quote-message{
    height:173px;
}

#quote-name,
#quote-email,
#quote-phone,
#contact-name,
#contact-email,
#contact-phone{
    background-color:#e7e7e7;
    color:#000;
    border-radius:0;
    border:0;
}

.quote-form button,
.contact-form button{
    background-color:#2cafc2;
    color:#ffffff;
    font-weight:bold;
    margin-right:17px;
    border-radius:0;
    font-size:18px;
}

.total{
    font-size:27px;
}

.delete{
    background:url('../images/delete.jpg') no-repeat #fff;
    width:25px;
    height:25px;
}

.ui-icon{
    color:#000;
}

.mrg5T{
    margin-top:5px;
}

.mrg66B{
    margin-bottom:66px;
}

.mrg56T{
    margin-top:56px;
}

.mrg56B{
    margin-bottom:56px;
}

.mrg41T{
    margin-top:41px;
}

.mrg33T{
    margin-top:33px;
}

.bg-green{
    background-color:#e6e826;
}

.bg-gray{
    background-color:#f2f2f2;
}
/*
.more1{
    background:url('../images/more1.jpg') no-repeat #fff;
    background-position:left 17px bottom;
}

.more2{
    background:url('../images/more2.jpg') no-repeat #fff;
    background-position:left 17px bottom;
}

.more3{
    background:url('../images/more3.jpg') no-repeat #fff;
    background-position:left 17px bottom;
}

.more4{
    background:url('../images/more4.jpg') no-repeat #fff;
    background-position:left 17px bottom;
}*/

#map-contern, #map-bertrange{

    height:180px;
    position:absolute;
    top:0;
    right:15px;
    left:15px;
}



#bertrange, #contern{
    cursor:pointer;
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

.social{
    background-color:#000;
    width:23px;
    height:23px;
    display:block;
    float:left;
    text-align:center;
    padding-top:2px;
    margin-left:1px;
}

.social i{
    color:#fff;
}

.social:hover i{
    color:#2cafc2;
}

.rappel{
    font-weight:200;
    font-size:37px;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;

  z-index:3000;


}

i.icon{
    width:20px;
    height:20px;
    display:block;
    float:left;
    background:url('../images/icons/sprite_commicons.png') no-repeat;
}

i.mobile{
    background-position:0 -20px;
}

i.email{
    background-position:0 -60px;
}

i.web{
    background-position:0 -40px;
}

i.facebook{
    background-position:0 -80px;
}

.address{
    padding-left:25px;
}

textarea#contact-message.form-control{
    height:215px;
}

.field-contact-message{
    height:252px;
}

.field-contact-email,
.field-contact-phone,
.field-contact-name{
    height:70px;
}

/*.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {

  content: '';
  display: table;
  clear: both;
}*/

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(200, 200, 200, 0.8) url(../back-to-top/img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
    img.bg {
        left: 50%;
        margin-left: -512px;   /* 50% */
    }
}

@media only screen and (max-width: 320px) {
  .bg-gray-text {
    font-size:17px;
  }
}

@font-face {
    font-family: 'Corbel';
    src: url('corbel-webfont.eot');
    src: local('Corbel'),
		 url('corbel-webfont.eot?#iefix') format('embedded-opentype'),
         url('corbel-webfont.woff') format('woff'),
         url('corbel-webfont.ttf') format('truetype'),
         url('corbel-webfont.svg#CorbelRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a.blacktoblue{
    color:#000;
}

a.blacktoblue:hover{
    color:#2cafc2;
}
