@media (max-width: 767px) {
    .blue div {
        width: 100% !important;
        padding-left: 0 !important;
        margin-bottom: 1em;
    }
    .caption .well {
        min-width: 18em !important;

    }
    .caption .well  h4 span {
        width: auto !important;
    }
    #startundinfos_template .col-sm-5 {
        width: 100% !important;
        padding: 0 !important;
    }
    #bannerImg  div {
        margin: 0 !important;
    }
    #bannerImg img {
        width: 100% !important;
        height: auto !important;
    }
    .white div {
        padding-left: 0 !important;
        width: 100% !important;
        text-align: center !important;
    }
    #category > a {
        line-height: normal;
    }
    .btn.btn-primary {
        margin: auto !important;
    }
}


h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;

}
.row {

}

.col-md-1 {
    width: 5.5%;
    float: left;
    display: block;
}

.col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#surfbar_img {
    display: inline-block;
    width: 287px;
    height: 230px;
    background: url('/images/icon_surfbar.png');
    margin: auto;
}
#surfbar_img:after {
    font-family:  'Oxygen', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    content: attr(data-name);
    display: block;
    text-align: center;
    width: 287px;
    font-size: 19px;
    position: relative;
    top: 1.2em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.surfbar, .mail {
    padding-top: 2em;
}
.page-header {
    margin: 0;
}
.page-header {
    border: none;
}
.thumbnail {
    text-align: center;
    padding: 0;
    display: block;

    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;

    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    box-shadow: none;
}
.page-header > h2 {
    text-align: center;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-footer {
    font-size: .9em;
}
.well {

    background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
}
.well {
    min-width: 302px;
    width: 67%;
    margin: auto;
    margin-bottom: 1.3em;
    text-align: right;
    padding-right: 3em;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.well {
    min-height: 20px;
    padding: 19px;

    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.thumbnail a:visited {
    color: #fff;
}
h4 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.btn {
    margin-top:.5em;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    text-shadow: 0 1px 0 #fff !important;
    background: #f9f9f9 !important;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%) !important;
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0)) !important;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background-repeat: repeat-x !important;
    border-color: #dbdbdb !important;
    border-color: #ccc !important;
    color: #333 !important;
    text-decoration: none !important;
    font-size: .9em;
    min-width: 15em !important;
}
.btn-primary {
    background-color: #337ab7;
    text-decoration: none;
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
    margin-top:-.3em;
}

.btn-success {
    background-color: #5cb85c;
    text-decoration: none;
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    margin-top:-.3em;
}
a.btn-success, a.btn-primary {
    color: #fff !important;
}

.btn-default:focus, .btn-default:hover {
    background-color: #e0e0e0 !important;
    background-position: 0 -15px !important;
}

 h4 span {
     width: 9em;
     display: inline-block;
     text-align: left;
     padding-left: 1em;
}
 #surf_now_button, #addon_surf_now_button {
     width:auto;
 }