/*  Author:   Martin Stettler (http://dieweberei.ch/)
    Version:  20032017
*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

html,
body,
ul { /* ul to be help-block full left */
    margin:0;
    padding:0;
    background-color: #FFF; /* color def for form */
    font: normal 16px 'PT Sans', Arial, sans-serif; /* no color def for form! */
    line-height: 1.4; }

li {
    list-style-type: none; } /* for text-danger in form */

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0; }

a {
    color: #71989d; }

a:hover,
a:focus {
    color: #000; }
a,
a:hover,
.navbar,
.navbar.shrink,
a.navbar-brand span,
a.navbar-brand.shrink span {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
        transition: all 0.5s; }

/* ==========================================================================
   HTML-EDITOR (REDACTOR)
   ========================================================================== */
.flex-article-full h1 {
    margin-top: 10px; }

h1,
h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #71989d;
    margin-bottom: 20px;
    letter-spacing: 1px; }

p,
.vcard {
    margin: 0 0 10px; /* Bootstrap */
    line-height: 1.4; }

p strong {
    font-weight: 700; }

p:last-child {
    margin-bottom: 0; }

.flex-article-full p {
    /*margin: 0 auto;*/
    text-align: center;
    max-width: 1130px; }

.flex-article-half img,
.flex-article-full img,
.photo-container img {
    display: block;
    width: 100%;
    height: auto; }

.flex-article-half img,
.flex-article-full img {
    margin-bottom: 10px; }

.flex-article-half img:last-child,
.flex-article-full img:last-child {
    margin-bottom: 0; }

img {
    max-width: 100%;
    height: auto; }

/* ==========================================================================
   Browse Happy prompt lte IE 7
   ========================================================================== */

.browsehappy {
    margin: 3px 0;
    background: #CC0033;
    color: #FFF;
    padding: 8px; }

.browsehappy a {
    color: #FFF;
    text-decoration: underline; }

.browsehappy a:hover {
    text-decoration: none; }

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.navbar,
.navbar.shrink,
.navbar-header,
.navbar-header.shrink,
.logo,
.logo.shrink,
a.navbar-brand span,
a.navbar-brand.shrink span,
.claim span,
.claim.shrink span {
    -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s; }

/* Header background full-width */
.navbar {
    background: #FFF;
    height: 105px;
    border: 0; }

.navbar.shrink {
    height: 0;
    min-height: 0; }

.navbar-header {
    background: #FFF;
    float: none; 
    padding: 0;
    height: 105px; } /* Height = logo height plus navbar-header padding */ 

.navbar-header.shrink {
    height: 0px; }

@media only screen and (min-width: 481px) {
    .navbar {
        height: 135px; }
}

@media only screen and (min-width: 992px) { /* Change the nav breakpoint */

    .navbar, 
    .navbar-header {
        height: 175px; }

    .navbar.shrink {
        height: 78px;
        border-bottom: 1px solid #000; }

    .navbar-header.shrink {
        height: 78px; }
}

/* Logo */
.logo {
    position: absolute;
    left: 20px;
    margin-top: 15px;
    text-align: center;
    width: 150px;
    height: 70px; }

.logo.shrink {
        -webkit-transform: translateY(-150px);
        -moz-transform: translateY(-150px);
            transform: translateY(-150px);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
            transition: all 0.25s; }

a.navbar-brand span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 33px;
    height: 36px;
    background-size: 33px 36px;
    background-image: url(../graphics/martin-bichsel-icon.svg); }

.claim h1 span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    width: 150px;
    height: 30px;
    background-size: 150px 30px;
    background-image: url(../graphics/martin-bichsel-01.svg); }

@media only screen and (min-width: 481px) {

    .logo {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-top: 30px;
        text-align: center;
        width: 200px;
        height: 95px; }

    a.navbar-brand span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 44px;
        height: 48px;
        background-size: 44px 48px;
        background-image: url(../graphics/martin-bichsel-icon.svg); }

    .claim h1 span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-indent: -9999px;
        width: 200px;
        height: 40px;
        background-size: 200px 40px;
        background-image: url(../graphics/martin-bichsel-01.svg); }
}

@media only screen and (min-width: 992px) {

    .logo {
        position: absolute;
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
        width: 250px;
        height: 120px;
        padding-left: -125px; }

    .logo.shrink {
        margin-top: 15px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
            transform: translateX(0); }

    a.navbar-brand span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 55px;
        height: 60px;
        background-size: 55px 60px;
        background-image: url(../graphics/martin-bichsel-icon.svg); }

    a.navbar-brand.shrink span {
        width: 44px;
        height: 48px;
        background-size: 44px 48px; }

    .claim h1 span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-indent: -9999px;
        width: 250px;
        height: 50px;
        background-size: 250px 50px;
        background-image: url(../graphics/martin-bichsel-01.svg); }

    .claim.shrink h1 span {
        -webkit-transform: translateX(-9999px);
        -moz-transform: translateX(-9999px);
            transform: translateX(-9999px);
        -webkit-transition: all 1.75s;
        -moz-transition: all 1.75s;
            transition: all 1.75s; }

    .ie9 .claim.shrink h1 span {
        display: none;}
}

/* Navigation container */
.navbar-nav {
    width: 100%;
    margin: 0;
    margin-top: 50px; /* Navbar height */
    background: transparent; }

/* Naviation element */
.navbar-nav > li {
    float: none; }

/* Navigation colors */
.navbar-default .navbar-nav > li > a {
    padding-top: 15px; /* eq. bootstrap vaule > 768px */
    padding-bottom: 15px; /* eq. bootstrap vaule > 768px */
    color: #000;
    text-transform: uppercase;
    background-color: transparent; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #71989d;
    background-color: transparent; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #71989d;
    background-color: transparent; }

.dropdown-menu {
    width: 100%;
    border: 0;
    border-radius: 0; } 

.dropdown-menu > li > a {
    text-transform: uppercase;
    padding-left: 15px; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li.active a,
.dropdown-menu > li.active a:hover {
    color: #71989d !important;
    background-color: transparent !important; } 

/* Offcanvas */

/* Toggle */
.navbar-toggle {
    display: block; /* for visibility above 800px */
    z-index: 1000; }

@media only screen and (min-width: 768px) {
    .navbar-toggle {
        margin-right: 5px; }   
}

.offcanvas-toggle,
.navbar-toggle:hover {
    background: #71989d !important;
    border-radius: 0;
    border: none; }

 .navbar-toggle:hover .icon-bar {
    background: #000 !important; }   

.offcanvas-toggle .icon-bar {
    background: #FFF !important;
    -webkit-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out; }

.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 4px);
        -ms-transform: rotate(45deg) translate(5px, 4px);
            transform: rotate(45deg) translate(5px, 4px); }

.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
    opacity: 0; }

.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
        -ms-transform: rotate(-45deg) translate(4px, -4px);
            transform: rotate(-45deg) translate(4px, -4px); }

@media only screen and (max-width: 991px) { /* Change the nav breakpoint */
    
    .offcanvas-stop-scrolling {
        height: 100%;
        overflow: hidden; }

    .navbar-default .navbar-offcanvas {
        background-color: #FFF; }

    .navbar-inverse .navbar-offcanvas {
        background-color: #222; }

    .navbar-offcanvas {
        position: fixed;
        height: 100% !important;
        width: 100%;
        max-width: 250px;
        left: -250px;
        top: 0;
        padding-left: 0;
        padding-right: 0; /* 15px; */
        z-index: 999;
        overflow: auto; /* scroll */
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.15s ease-in;
                transition: all 0.15s ease-in; }

    .navbar-offcanvas.in {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }

    .navbar-offcanvas.navbar-offcanvas-fade {
        opacity: 0; }

    .navbar-offcanvas.navbar-offcanvas-fade.in {
        opacity: 1; }

    .navbar-offcanvas.offcanvas-transform.in {
        -webkit-transform: translateX(250px);
            -ms-transform: translateX(250px);
                transform: translateX(250px); }

    .navbar-offcanvas.offcanvas-position.in {
        left: 0; }

    .navbar-offcanvas.navbar-offcanvas-right {
        left: auto;
        right: -250px; }

    .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
        -webkit-transform: translateX(-250px);
            -ms-transform: translateX(-250px);
                transform: translateX(-250px); }

    .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
        left: auto;
        right: 0; }

    .navbar-offcanvas .dropdown.active .caret {
        border-top: 0;
        border-bottom: 4px solid; }

    .navbar-offcanvas .dropdown-menu {
        position: relative;
        width: 100%;
        border: inherit;
        box-shadow: none;
        -webkit-transition: height 0.15s ease-in;
                transition: height 0.15s ease-in; }
      
    .navbar-offcanvas .dropdown-menu.shown {
        display: block;
        margin-bottom: 10px; }
}

/* Desktop navigation */
@media only screen and (min-width: 992px) { /* Change the nav breakpoint */

    /*.navbar-fixed-top .container-fluid {
        max-width: 1170px; }*/

    .navbar-header {
        float: left; }

    .navbar-toggle {
        display: none; } /* for hiding in desktop */

    .navbar-nav {
        width: auto;
        margin-top: 117px;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s; }

     .navbar-nav.shrink {
        margin-top: 13px;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s; }

    .navbar-nav > li { /* make left navigation elements float left */
        float: left; }

    .navbar-default .navbar-nav.shrink > li > a {
        padding-top: 15px; /* eq. bootstrap vaule > 768px */
        padding-bottom: 15px; } /* eq. bootstrap vaule > 768px */

    .dropdown-menu {
        min-width: 180px;
        margin-top: -3px !important;}

    /* Dropdown animation */
    .dropdown .dropdown-menu {
        -webkit-transition: all 0.45s;
        -moz-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0; }

    /*  Make subnavigation on desktop hover */
    .dropdown:hover .dropdown-menu {
        display: block;
        max-height: 350px;
        opacity: 1; }
}

@media only screen and (min-width: 1200px) {

    .navbar-nav {
        margin-right: 40px; }
}

/* ==========================================================================
   CONTENT
   ========================================================================== */
/*
section {
    border: 1px dashed black; }

.row {
  border: 1px dashed blue; }

.col-sm-12 {
  border: 1px dashed red; }*/

/* Where content starts */
body {
    padding-top: 105px; }

@media only screen and (min-width: 481px) {

    body {
        padding-top: 135px; }
}

/* Desktop navigation */
@media only screen and (min-width: 992px) { /* Change the nav breakpoint */

    body {
        padding-top: 175px; }
}

section.content {
    margin-top: 0px; }

.photo-container {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px; }

.photo-description {
    text-align: center; }  
/*
.photo-description p:last-child {
    margin-bottom: 70px; }  
*/
.photo-item {
    padding: 10px;
    margin: 0; }

.photo {
    position: relative; }

.ie9 .photo {
    display: table;
    margin-left: auto;
    margin-right: auto; }

.photo img {
    width: 100%;
    height: auto; }

/* Preview */
* {
    box-sizing: border-box; }

.photo-overlay,
.photo-overlay-about {
    z-index: 999;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(114,152,157,0.7);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: center; Syntax for all */
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* align-items: center; Syntax for all */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s; }

.ie9 .photo-overlay {
    display: table-cell;
    vertical-align: middle; }

.photo-overlay:hover,
.photo-overlay:hover h2,
html.can-touch .photo-overlay:hover {
    opacity: 1; }

.photo-overlay h2 {
    font-size: 32px;
    color: #FFF;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity .75s;
    -moz-transition: opacity .75s;
    transition: opacity .75s;
    transition-delay: 0.3s !important; }

.ie9 .photo-overlay h2,
.ie9 .photo-overlay-about h2 {
    text-align: center;
    margin-top: 25%; }

.photo-overlay-about h2 {
    font-size: 32px;
    color: #FFF;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity .75s;
    -moz-transition: opacity .75s;
    transition: opacity .75s;
    transition-delay: 0.3s !important; }

.photo-overlay-about {
    opacity: 1;
    background-color: #FFF; }

.photo-overlay-about:hover {
    background-color: rgba(114,152,157,0.7);
    -webkit-transition: all .75s;
    -moz-transition: all .75s;
    transition: all .75s;
    transition-delay: 0.3s !important; }

.photo-overlay-about h2 {
    color: #000;
    opacity: 1; }

.photo-overlay-about:hover h2 {
    color: #FFF;
    -webkit-transition: all .75s;
    -moz-transition: all .75s;
    transition: all .75s;
    transition-delay: 0.15s !important; }

/* Hover for touch devices */

html.can-touch .photo-overlay h2,
html.can-touch .photo-overlay-about h2,
html.can-touch .photo-overlay-about:hover,
html.can-touch .photo-overlay-about:hover h2 {
    transition-delay: 0 !important; }

@media only screen and (min-width: 768px) {

    .photo-container {
        padding-left: 10px;
        padding-right: 10px; }
    
    .photo-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }

    /* for Safari to wrap elements correctly */
    .photo-container:before,
    .photo-container:after {
        content: normal; }

    .photo-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } 

    .photo {
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
        min-height: 1%; /* added for IE (otherwise space below image) */ }
}

@media only screen and (min-width: 1200px) {

    .photo-container,
    .flex-container {
        padding-left: 50px;
        padding-right: 50px; }
}

.caption {
    margin-top: 10px;
    padding-bottom: 8px; }

.page-controls {
    position: relative;
    margin: 65px 0 35px 0;
    height: 17px; }

/* Articles */
@media only screen and (min-width: 768px) {
    
    .flex-container {
        display: flex;
        flex-wrap: wrap; }   
}

.flex-article-half {
    margin-bottom: 65px; }

.flex-article-full p:last-child {
    margin-bottom: 65px; }

.flex-article-full {
    text-align: center; }

p.caption {
    max-width: 100%;
    text-align: left; }

.arrow-up {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 48px;
  height: 17px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 1;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OC4wMjEgMTYuMzY4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0OC4wMjEgMTYuMzY4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gZmlsbD0iIzFBMTcxQiIgcG9pbnRzPSIyMi4wNjQsMCAwLDE0Ljg5MSA2LjA5MSwxNi4zNjggMjAuNDY2LDYuOTIxIDIzLjk4LDQuMzE0IDI3LjQ1NSw2Ljk2IDQxLjkzMSwxNi4xNzQgNDguMDIxLDE0LjY5NiAKCTI0Ljk1OSwwICIvPgo8L3N2Zz4K");
  background-repeat: no-repeat; }

.arrow-down:hover,
.arrow-up:hover,
.btn-back a:hover,
.btn-forward a:hover {
  opacity: 0.65; }

.btn-back {
    position: absolute;
    left: 20px;
    width: 9px;
    height: 25px;  }

.btn-forward {
    position: absolute;
    right: 20px;
    width: 9px;
    height: 25px; }

.ie9 .btn-back,
.ie9 .btn-forward {
    display: none; }

.btn-back a,
.btn-forward a {
    color: transparent;
    border-bottom: 0;
    display: block;
    text-indent: -9999px; }

.btn-back a {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4LjUgMjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDguNSAyNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMxQTE3MUI7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjAsMTMuNSA3LjgsMjUgOC41LDIxLjggMy43LDE0LjQgMi4yLDEyLjUgMy43LDEwLjcgOC40LDMuMiA3LjYsMCAwLDEyLjEgIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: 9px 25px; }

.btn-forward a {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4LjUgMjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDguNSAyNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMxQTE3MUI7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjguNSwxMiAwLjksMCAwLjEsMy4yIDQuOSwxMC43IDYuMywxMi41IDQuOSwxNC4zIDAsMjEuOCAwLjgsMjUgOC41LDEzLjUgIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: 9px 25px; }

/* ==========================================================================
   FORM
   ========================================================================== */

#contactForm p {
    text-align: left; }

#contact .form-group input,
#contact .form-group textarea {
    padding: 8px 10px;
    background-color: #FFF;
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400 !important; }

.form-group p {
    padding: 0; }

label {
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 13px !important;
    padding-top: 5px;
    padding-left: 3px;
    color: #BBB; }

#contact .form-group input.form-control {
    height: auto; }

#contact .form-group textarea.form-control {
    height: 180px; }

#contact .form-control:focus {
    border-color: #71989d;
    box-shadow: none; }

#contact::-webkit-input-placeholder,
#contact:-moz-placeholder,
#contact:-ms-input-placeholder  {
    text-transform: uppercase;
    font-family: 'PT Sans', Arial, sans-serif;
    color: #BBB; }

.placeholder { /* for ie9 */ 
    color: #BBB; } 

.text-danger {
    color: #AA2121;
    text-align: left;
    padding: 5px 0 0 5px; }

.text-danger:hover {
    color: #AA2121; }

#success {
    font-family: 'PT Sans', Arial, sans-serif !important;
    font-weight: 400 !important;
    color: #FFF;
    border: 0;
    border-radius: 0; }

.alert-success,
.alert-danger {
    border-radius: 0; }

.form-question {
    padding-bottom: 0; }

.form-container {
    padding: 25px 0 50px 0; }

.btn {
    border: none;
    background-color: #71989d;
    color: #FFF;
    border-radius: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: background linear 350ms; }

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
    background-color: #71989d;
    color: #000;
    -webkit-transition: background linear 350ms; }

/* ==========================================================================
   FOOTER
   ========================================================================== */

/* Footer always at the bottom */
html {
    height: 100%; }

body {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.content {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

footer {
    background: #71989d;
    padding: 25px 0;
    text-align: center; }

.vcard {
    text-transform: uppercase; }

footer p,
.vcard {
    color: #000;; }

footer i {
    font-style: normal;
    white-space: nowrap; }

footer .tel:after {
    content: '|';
    margin: 0 10px;}

footer a {
    color: #000; }

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

/* ==========================================================================
   SELECTION
   ========================================================================== */

::-moz-selection {
    text-shadow: none;
    background: #333;
    color: #FFF; }

::selection {
    text-shadow: none;
    background: #333;
    color: #FFF; }

img::selection {
    background: 0 0; }

img::-moz-selection {
    background: 0 0; }

body {
    webkit-tap-highlight-color: #333; }

a[href^="tel"], 
a[href^="sms"]{
    color:inherit; 
    cursor:default; 
    text-decoration:none; }