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

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

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

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

h1,
h2,
h3,
h4 {
    line-height: 1.4;
    margin: 0;
    padding: 0; }

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

a,
a:hover,
.navbar,
.navbar.shrink,
a.navbar-brand span,
a.navbar-brand.shrink span {
    text-decoration: none;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
        transition: all 0.25s; }

/* ==========================================================================
   HTML-EDITOR (REDACTOR)
   ========================================================================== */

.flex-article-half,
.flex-article-full,
.flex-image {
    margin-bottom: 50px; }

@media only screen and (min-width: 768px) {
    
    .flex-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 */
    .flex-container:before,
    .flex-container:after {
        content: normal; }  
}

h1,
h2,
h6 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    color: #778b46;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    border-bottom: 1px solid #ae9f65;
    display: inline-block; /* underline only word */ 
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto; }

@media only screen and (min-width: 768px) {
        
        h1,
        h2,
        h6 {
            font-size: 56px; }
}
h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; }

h3 em {
    font-weight: 400;
    text-transform: none;
    font-style: normal; }

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

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

p strong {
    font-weight: 700;
    color: #000; }

.content li {
    list-style: none;
    font-size: 18px; }

.content a {
    color: #000; }

.content a:hover,
.content a:active {
    color: #000; }

.flex-article-half img,
.flex-article-full img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px; }

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

    .flex-article-half img,
    .flex-article-full img {
        display: block;
        margin: 0 auto; }

}

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

.content a[href$=".pdf"]:before,
.content a[href$=".doc"]:before,
.content a.link:before {
    position: relative;
    top: 0;
    left: -10px;
    height: 0;
    display: inline-block;
    content: ">>";
    color: #000; }

.content a[href$=".pdf"],
.content a[href$=".doc"],
.content ul a,
.content a.link {
    font-weight: 600;
    padding-left: 10px;
    text-transform: uppercase; }

.content a[href$=".pdf"]:hover,
.content a[href$=".doc"]:hover,
.content ul a:hover,
.content a.link:hover,
.content a[href$=".pdf"]:hover:before,
.content a[href$=".doc"]:hover:before,
.content a.link:hover:before {
    color: #97a376; }

hr {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #ae9f65; }

/* Tables */
table {
    width: 100%;
    margin-bottom: 50px; }

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

table > thead > tr > th,
table > tbody > tr > td {
    width: auto;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 400;
    vertical-align: top;
    border-top: 0; }

table > thead > tr > th { 
    font-weight: 600; }

table > tbody > tr {
    border-bottom: 1px solid #dfe4d5; }

table > tbody > tr > td:first-child {
    padding-right: 10px; }

table > tbody > tr > td {
    width: 33%; }

@media only screen and (max-width: 640px){

    /* Force table to not be like tables anymore */
    table, 
    thead, 
    tbody, 
    th, 
    td, 
    tr { 
        display: block; }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead > tr { 
        position: absolute;
        top: -9999px;
        left: -9999px; }

    table > tbody > tr {
        padding: 10px 0; }

    table > tbody > tr > td {
        width: 100%; }

    table > tbody > tr > td:first-child {
        font-weight: 600; }

    table.prices > tbody > tr > td { 
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 50%; }
        
    table.prices > tbody > tr > td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 0;
        width: 30%;  
        white-space: nowrap; }
        
    /* Label the data */
    table.prices > tbody > tr > td:nth-of-type(2):before { content: "Mitglieder"; }
    table.prices > tbody > tr > td:nth-of-type(3):before { content: "Nicht-Mitglieder"; }
   
}

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

.browsehappy {
    position: absolute;
    top: 100px;
    z-index: 3000;
    background: #CC0033;
    color: #FFF;
    padding: 8px; }

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

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

/* ==========================================================================
   HEADER (Navigation containers & Logo)
   ========================================================================== */

/* Header background full-width */
.navbar {
    background: #000;
    border-bottom: 1px solid #ae9f65;
    height: 50px; }

.navbar-header {
    background: transparent;
    float: none; 
    padding: 0;
    height: 50px; }

.navbar.shrink,
.navbar-header.shrink {
    height: 0;
    min-height: 0;
    border: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
        transition: all 0.25s; }

/* Navigation container */
.navbar-nav {
    width: 100%;
    margin: 0;
    background: transparent; } 

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

    .navbar-fixed-top .container-fluid {
        max-width: 1440px; }

    .navbar.shrink {
        height: 50px;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
            transition: all 0.25s;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
            box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15); }

    .navbar-header {
        float: left; }

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

    .navbar-nav {
        width: auto;
        margin: 0; }
}

/* Logo */
.logo {
    position: absolute;
    top: 0;
    margin-top: 20px;
    -webkit-transition: transform 0.5s;
        -moz-transition: transform 0.5s;
            transition: transform 0.5s; }

.logo.shrink {
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
            transform: translateY(-300px);
        -webkit-transition: transform 0.5s;
        -moz-transition: transform 0.5s;
            transition: transform 0.5s; }

.navbar-brand {
    padding: 0;
    color: #FFF; }

@media only screen and (min-width: 768px) {
    .navbar-brand {
        padding-left: 15px;  }  
}

a.navbar-brand span {
    display: block;
    text-indent: -9999px;
    width: 120px;
    height: 120px;
    background-image: url(../graphics/jagdschuetzen-gstaad.svg);
    background-size: 120px 120px; }

@media only screen and (min-width: 768px) {
    
    a.navbar-brand span {
        width: 150px;
        height: 150px;
        background-size: 150px 150px; }
}

@media only screen and (min-width: 992px) { /* Change the nav breakpoint */
    
    a.navbar-brand span {
        width: 280px;
        height: 280px;
        background-size: 280px 280px; }
}

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

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

/* 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: #FFF;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #97a376;
    background-color: transparent; }

/* Mobile navigation */
.navbar-toggle {
    display: block; /* for visibility above 768px */
    z-index: 1000;
    background: #b09458; }

@media only screen and (min-width: 992px) { /* Change the nav breakpoint */
    
    .navbar-toggle {
        display: none; } /* for hiding in desktop */  

    .navbar-nav {
        margin-top: 0; }

    .navbar-nav > li { 
        float: left; }

    /* Centered Navbar: https://www.codeply.com/go/1lrdvNH9GI */
    .navbar .navbar-nav {
        display: inline-block;
        float: none; }

    .navbar .navbar-collapse { /* Check also line 135 */
        text-align: center; }
}

/* Offcanvas */
.navbar-offcanvas {
    position: relative; }

.offcanvas-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #b09458;
    border-radius: 0;
    border: 1px solid #b09458 !important; }

.offcanvas-toggle:hover,
.navbar-default .navbar-toggle.is-open,
.offcanvas-toggle.is-open:hover {
    background: #b09458 !important;
    border: 1px solid #b09458; }

.offcanvas-toggle.is-open {
    background: #b09458 !important;
    border: 1px solid #b09458; }

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

 .navbar-toggle:hover .icon-bar,
 .offcanvas-toggle.is-open .icon-bar {
    background: #FFF !important; }

.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: #000; }

    .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; }
}

/* Languages */
.languages {
    position: absolute;
    top: 15px;
    left: 10px;
    color: #FFF; }

.languages li {
    float: left;
    padding: 0 5px;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px; }

.languages li:last-child:before {
    content:'/';
    padding-right: 10px; }

.languages li a {
    font-weight: 300;
    color: #FFF; }

.languages li a:hover,
.languages li a:active {
    color: #97a376; }

.languages li.active a {
    font-weight: 600;
    color: #97a376; }

@media only screen and (min-width: 992px) {
    
    .languages {
        position: absolute;
        right: 0;
        left: auto;
        margin-left: 0; }

    .languages.shrink {
        position: -50px;
        top: -50px;
         -webkit-transform: translateY(-180px);
    -moz-transform: translateY(-180px);
        transform: translateY(-180px);
    -webkit-transition: transform 0.25s;
    -moz-transition: transform 0.25s;
        transition: transform 0.25s; }
}

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

.row {
  border: 1px dashed blue; }

.col-md-12,
.col-md-8,
.col-md-4 {
  border: 1px dashed red; }*/

/* Where content starts */
body {
    padding-top: 50px; } /* depends on navbar height */

.slideshow .container-fluid {
    padding: 0; }

@media only screen and (max-width: 480px) {
    .arrow {
        display: none; }
}

.arrow {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2222%22%20viewBox%3D%220%200%2042%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201l20%2020%2020-20%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat; }

.arrow:hover {
    opacity: .65;
    background-position: center center; }

.content {
    padding-top: 50px; }

.content.bright  {
    background-color: #FFF; }

.content.dark  {
    background-color: #d0d7c1; }   

.imprint {
    margin-top: 220px; }

.anchor {
    display: block;
    height: 0; /* same height as header */
    margin-top: 0; /* same height as header */
    visibility: hidden; }

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

    .anchor {
        height: 50px;
        margin-top: -50px; }
}

.flex-image img {
    display: block;
    margin:0 auto; }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.vcard .street-address,
.vcard .tel,
.vcard .email  {
    display: block; }

.vcard .name {
    font-weight: 600;
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    color: #000; }

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    display: none;
    width: 8px;
    height: 50px;
    opacity: 1;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA3LjggNTAuMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNy44IDUwLjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6bm9uZTtzdHJva2U6I0IwOTQ1ODt9Cgkuc3Qxe2ZpbGw6I0IwOTQ1ODt9Cjwvc3R5bGU+CjxnPgoJPGRlZnM+CgkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB3aWR0aD0iNy44IiBoZWlnaHQ9IjUwLjMiLz4KCTwvZGVmcz4KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPgoJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+Cgk8L2NsaXBQYXRoPgoJPGxpbmUgY2xhc3M9InN0MCIgeDE9IjMuOSIgeTE9IjUwLjMiIHgyPSIzLjkiIHkyPSIzLjciLz4KPC9nPgo8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjMuOSwwIDAsNC4yIDcuOCw0LjIgMy45LDAgIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

#return-to-top:hover {
    opacity: 0.8; }

/* ==========================================================================
   CAROUSEL
   ========================================================================== */

.carousel {
    position: relative; }

.carousel-inner img {
    width: 100%;
    height: auto; }

/* Shadows */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    -webkit-transition: all 0.45s;
        -moz-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s; } 

/* Controls */
@media only screen and (max-width: 480px) {
    .carousel-control {
        display: none; }
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 42.5%; }

.carousel-control .icon-prev {
    left: 25%;
    margin-left: 0px;
    width: 52px;
    height: 52px;
    margin: 0; }

.carousel-control .icon-next {
    right: 25%;
    width: 52px;
    height: 52px;
    margin: 0; }

.carousel-control .icon-prev:before {
    content: '';
    display: inline-block;
    width: 52px;
    height: 52px;
    background: transparent;
    border-radius: 100%;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2223%22%20height%3D%2243%22%20viewBox%3D%220%200%2023%2043%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M22%2041l-20-20%2020-20%22%20stroke-width%3D%223%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 14px 25px;
    background-position: 16px 13px;
    text-indent: -9999px; }

.carousel-control .icon-next:before {
    content: '';
    display: inline-block;
    width: 52px;
    height: 52px;
    background: transparent;
    border-radius: 100%;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2223%22%20height%3D%2243%22%20viewBox%3D%220%200%2023%2043%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%2041l20-20-20-20%22%20stroke-width%3D%223%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 14px 25px;
    background-position: 20px 13px;
    text-indent: -9999px; }

/* Fading: just change the slide attribute to fade */
.carousel.fade {
  opacity: 1; }

.carousel.fade .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  opacity: 0;
  transition: opacity ease-out .7s; }

.carousel.fade .item:first-child {
  position: relative;
  top: auto;
  opacity: 1; }

.carousel.fade .item.active {
  opacity: 1; }

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

#contact-form {
    margin: 20px 0; }

.help-block {
    margin: 0; }

#contact-form .form-group input,
#contact-form .form-group textarea {
    font-size: 18px;
    padding: 5px 7px;
    background-color: #FFF;
    border: 1px solid #ae9f65;
    border-radius: 0;
    font-weight: normal;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

label {
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 0px; }

.honeypot {
    display: none; }

#contact-form .list-unstyled li {   /* check default list-style on line 164 */
    padding-left: 0;
    background-color: transparent !important;
    color: #F00; }

#contact-form .list-unstyled li:before {
    content: ''; }

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

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

.has-error input {
    border: 1px solid #F00 !important;
    margin-bottom: 10px; }

.btn {
    border-color: transparent;
    background-color: #778b46;
    font-size: 15px;
    padding: 4px 10px 2px 10px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    -webkit-transition: background linear 300ms; }

.btn:hover,
.btn:focus,
.btn.active {
    border-color: transparent;
    background-color: #d0d7c1;
    -webkit-transition: background linear 300ms; }

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

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

body {
  display: table;
  width: 100%; }

.footer {
  display: table-row;
  height: 1px;
  padding-top: 25px; }

footer .container {
    padding-top: 25px;
    padding-bottom: 25px; }

footer {
    background: #000; }

footer,
footer a {
    color: #FFF;
    font-weight: 400;
    font-size: 18px; }

footer a:hover {
    color: #ae9f65;
    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; }