body {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    background: #f5f5f5;
    font-weight: 300;
}

body.HomePage {
    min-height: 100vh;
}

body.opened,
html.opened {
    overflow: hidden !important;
}

.noover {
    overflow: hidden;
}

a {
    color: #484848;
    text-decoration: none;
}

a:hover, a:active {
    color: #666;
    text-decoration: none;
}


h1, h2, h3 {
    font-family: Roboto, serif;
    font-weight: bold;
    padding-bottom: 4px;
    display: inline-block;
    color: #333;
}

h1 {
    font-size: 3rem;
    color: #484848;
    line-height: 1.1;
    font-weight: 700;
    padding-left: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    display: block;
}

h2 {
    font-family: Roboto, sans-serif;
    line-height: 1.1;
    clear: both;
    font-size: 2.2rem;
    color: #484848;
}

h2.h3like {
    font-size: 1.8rem;
    font-weight: 300;
    color: #7c7c7c;
    margin: 15px 0 0;
}

h3 {
    font-size: 1.3rem;
    font-weight: 300;
}

h4 {
    font-family: Roboto, serif;
    font-weight: 500;
    padding-bottom: 4px;
    display: inline-block;
    font-size: 1.15rem;
    color: #484848
}

h5 {
    font-size: 1.55rem;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #484848;
    line-height: 1.1;
    margin-bottom: 0.75rem;
    text-align: left;
}

h1.normalcase {
    text-transform: none;
}

.footer h3 {
    color: #fff;
}

img {
    max-width: 100%;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 1rem;
    color: #797b81;
    margin-bottom: 1.5rem;
}

p strong {
    font-weight: 600;
    font-size: 1rem;
}

li {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 1rem;
    color: #797b81;
}

.mobile {
    display: none;
}

.white {
    background-color: #fff;
}

.relativer {
    position: relative;
}


/* Header */
header {
    position: absolute;
    z-index: 999999;
    background-color: #fff;
    padding-top: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 135px;
}

.homelink {
    z-index: 99;
    position: relative;
}

.roundedlink {
    font-weight: 400;
    padding: 12px 30px;
    color: #fff;
    border: 2px solid #a16f3a;
    background-color: #a16f3a;
    border-radius: 24px;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.roundedlink:hover {
    background-color: transparent;
    border: 2px solid #a16f3a;
    color: #fff
}

.roundedlink.inverted {
    background-color: #fff;
    color: #6d8db6;
    border: 2px solid #fff;
}

.roundedlink.inverted:hover {
    background-color: transparent;
    color: #fff
}

.whitebutton {
    font-weight: 400;
    padding: 12px 30px;
    border: 2px solid #fff;
    background-color: #fff;
    color: #9db1c3;
    border-radius: 24px;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.whitebutton:hover {
    color: #fff;
    background-color: transparent;
}

.homemenu img {
    max-height: 100px
}

.menu {
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    width: 47px;
    height: 40px;
    display: block;
    right: -80px;
    top: 50px;
    z-index: 999999;
}

.menu-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 2px solid #000;
    width: 100%;
    transition: 0.55s;
}

.menu-top {
    top: 0;
}

.menu-bottom {
    top: 10px;
}

.menu-top-click {
    border-top-color: #fff;
    backface-visibility: hidden;
    top: 15px;
    -webkit-transform: rotate(45deg);
    -webkit-transition: 0.55s 0.5s;
    -moz-transform: rotate(45deg);
    -moz-transition: 0.55s 0.5s;
    transform: rotate(45deg);
    transition: 0.55s 0.5s;
}

.menu-middle-click {
    opacity: 0;
}

.menu-bottom-click {
    border-top-color: #fff;
    backface-visibility: hidden;
    top: 15px;
    -webkit-transform: rotate(-405deg);
    -webkit-transition: 0.55s 0.5s;
    -moz-transform: rotate(-405deg);
    -moz-transition: 0.55s 0.5s;
    transform: rotate(-405deg);
    transition: 0.55s 0.5s;
}

.menu.inverted .menu-global {
    border-top-color: #fff
}

.menu2 {
    top: 65px;
    right: 20px;
}

nav {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #26364d;
    z-index: 999999;
    width: 415px;
}

nav ul {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 85px;
    margin-left: 50px;
}

nav ul li {
    text-align: left;
    display: block;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}

nav ul li a {
    text-transform: none;
    font-family: Roboto;
    color: #fff;
    font-weight: 400;
    line-height: 1.75;
    font-size: 1.4rem;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

nav ul li a:hover {
    color: #fff;
    opacity: 0.8
}

nav ul li.current > a,
nav ul li.section > a {
    color: #fff;
    border-bottom: 2px solid #fff
}


#prev {
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    left: 40px;
    background: transparent url(../images/prev.jpg) center center no-repeat;
}

#next {
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    right: 35px;
    background: transparent url(../images/next.jpg) center center no-repeat;
}

#prev2 {
    z-index: 999;
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: 30px;
    height: 50px;
    left: 40px;
    background: transparent url(../images/prevbig.png) center center no-repeat;
    background-size: contain;
}

#next2 {
    z-index: 999;
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: 30px;
    height: 50px;
    right: 35px;
    background: transparent url(../images/nextbig.png) center center no-repeat;
    background-size: contain;
}


.homeslider {
    left: 0px;
    right: 0px;
    height: calc(100vh - 156px);
    top: 0px
}

.homeslide {
    width: 100%;
    min-height: 100%;
    background: transparent center center no-repeat;
    background-size: cover;
}

.homeslide h1 {
    font-size: 4rem;
    color: #fff;
    text-shadow: 2px 2px 18px #333;
    margin-top: 15%;
}

.insideslide {
    position: relative;
    z-index: 1;
    text-align: center;
}

.moreinfo {
    padding: 1.5835em 3.333em;
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 1px solid;
    border-color: #fff;
    border-radius: 1.875rem;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    letter-spacing: 1px;
}

.moreinfo:hover {
    background-color: #c1b086;
    border-color: #c1b086;
    color: #fff
}

.cycle-pager {
    margin-top: 50px
}

.cycle-pager span {
    width: 30px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: .1em;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    border-color: transparent;
    margin-right: 15px;
}

.cycle-pager span.cycle-pager-active {
    background-color: transparent;
    border-color: #fff;
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    border-radius: 7px;
}


.lowermenu {
    display: block;
    margin: 0;
    padding: 0;
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
}

.lowermenu li {
    display: block;
    float: left;
    text-align: center;
    width: 50%;
    clear: none;
    padding-bottom: 40px;
}

.lowermenu li a {
    text-transform: none;
    font-size: 0.9rem;
    font-weight: 400;
}

.lowerfooter {
    background-color: #51535b
}

.lowerfooter p {
    color: #fff;
    font-size: 0.9rem
}

.hidden {
    visibility: hidden;
}

.underlined {
    text-decoration: underline;
}

.metanavi {
    list-style-type: none;
    padding-top: 25px;
    margin-left: 0px;
    padding-left: 0px;
}

.metanavi li {
    display: inline-block;
    padding: 0px 15px;
}

/* Footer */
.footer {
    background-color: #fbfbfb;
    color: #adadad;
}

.footer p,
.footer a {
    color: #adadad;
    font-weight: 300
}

.footerlink {
    display: block;
    float: right;
    margin-left: 20px;
    font-size: 1.1rem
}

.footermenu {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none
}

.footermenu li a {
    color: #adadad
}

.fakeheadline {
    color: #adadad;
    font-size: 2.4rem;
    font-weight: 300;
    padding-left: 0px;
    margin-left: 0px;
    line-height: 1;
    text-transform: lowercase;
}

nav .homemenu {
    padding-left: 50px;
    padding-top: 32px;
    display: block;
}

nav .homemenu .fakeheadline {
    font-size: 1.8rem
}

.homemenu img {
    max-width: 210px;
}

.lowerlogo {
    margin-left: -80px;
}

td.right {
    text-align: right;
}


/* Body */
.main {
    min-height: 100vh;
}

.bluebg {
    background-color: #6d8db6;
}


.shadower {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: transparent url(../images/blacky.png) center center;
    background-size: cover
}

.shadower:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6d8db6;
    opacity: .5;
    mix-blend-mode: multiply;
}

.leftpart {
    width: 50%;
    float: left;
}

.rightpart {
    width: 50%;
    float: left
}

.titletag {
    padding-top: 20px
}

#bigimg {
    display: block;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 230px;
}

#background-video {
    padding-top: 10px;
    width: 550px;
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

.linside {
    padding-left: 100px
}

.duenn {
    color: #fff;
    font-weight: 300;
    font-family: davis-sans, sans-serif;
}

.whitebig {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.adresse {
    font-family: davis-sans, sans-serif;
    font-weight: 300;
    color: #fff;
}

.adresse a {
    color: #fff
}

.adresse a:visited {
    color: #fff
}

.bluelink {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
    display: inline-block;
    margin-right: -4px
}

.bluelink a {
    color: #9DB1C3;
    font-family: davis-sans, sans-serif;
    font-size: 1.8rem;
    margin-bottom: 5px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #9DB1C3;
    padding-left: 100px;
    padding-right: 100px;
}

.bigger {
    font-size: 3.5rem;
    color: #ff6b6b !important;
}


.ekrl {
    color: #797B81;
    font-family: davis-sans, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    padding-top: 10px;
    display: block
}

.rinside {
    padding: 50px;
    text-align: center;
}

.bluebig {
    color: #A5B8C8;
    text-transform: uppercase;
    font-weight: 600;
}

.blueduenn {
    color: #A5B8C8;
    text-transform: uppercase;
    font-weight: 400;
}

.ordizeiten {
    padding-top: 200px;
    padding-left: 120px
}

.mainimg {
    background-size: cover;
    background-repeat: no-repeat;
}

.mainimg img {
    visibility: hidden;
}

.content a {
    text-decoration: underline;
}

/* homepage */
.topcontainer {
    padding-top: 135px;
    padding-bottom: 100px;
}

.homecats {
    padding: 10px 10px 30px 10px;

}

.homecats a {
    display: inline-block;
    padding: 25px;
    font-size: 2rem;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    max-width: 300px;
}

.homecats a:hover {
    background-color: #fefefe;
}

.homecats .icon {
    font-size: 2rem;
    display: block;
    clear: both;
    text-align: center;
    color: #fe6b6b;
}

.howit-big {
    background: url(../images/howit-bg.png) no-repeat top center;
    background-size: contain;
    position: relative;
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
}

.howit-icon-wrap {
    text-align: center;
    margin: 0 0 30px
}

.howit-icon-wrap h4 {
    padding: 22px 0;
    margin: 0;
    font-weight: 600;
    color: #484848;
    font-size: 1.6rem;
}

.howit-icon-wrap p {
    padding: 0 30px;
    line-height: 1.8;
    color: #484848;
}

.howit-img-block {
    width: 86px;
    height: 86px;
    border: 1px solid #ff6b6b;
    background: #fff;
    border-radius: 50%;
    padding: 22px;
    margin: 0 auto;
    display: block
}

.howit-svg {
    width: 40px;
    height: 40px
}

.howit-icon-wrap:hover .howit-img-block {
    background: #ff6b6b
}

.howit-icon-wrap:hover .howit-svg path {
    fill: #fff
}

.search-bottom-title {
    font-size: 14px;
    color: #7c7c7c;
    margin: 20px 0
}

.search-bottom-title a {
    color: #7c7c7c;
    text-decoration: underline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.taglink {
    display: block;
    float: left;
    padding: 2px 0px;
    margin-right: 10px;
    margin-bottom: 2px;
    margin-top: 10px;
    border-bottom: 2px solid #ff6b6b;
    color: #ff6b6b;
    background-color: transparent;
}

.taglink:hover {
    border-bottom: 2px solid #4b4b4b;
    color: #4b4b4b;
}

.read-more {
    display: block;
    float: left;
    clear: both;
    padding: 2px 0px;
    margin-right: 10px;
    margin-bottom: 2px;
    margin-top: 10px;
    border-bottom: 2px solid #484848;
    color: #484848;
    background-color: transparent;
}

.read-more:hover {
    border-bottom: 2px solid #ff6b6b;
    color: #ff6b6b;
}


.search-bottom-title a:hover {
    color: #ff6b6b
}

.btn-wrap {
    text-align: center;
    margin: 40px 0 0;
}

.btn-simple {
    font-size: 22px;
    color: #ff6b6b;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news-block {
    -webkit-box-shadow: 0 2px 2px 0 rgba(222, 222, 222, .67);
    box-shadow: 0 2px 2px 0 rgba(222, 222, 222, .67);
    border-radius: 3px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 30px
}

.news-block img {
    width: 100%
}

.news-block:hover {
    -webkit-box-shadow: 0 3px 50px 0 #dedede;
    box-shadow: 0 3px 50px 0 #dedede;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.news-title {
    padding: 20px 26px;
    min-height: 420px;
}

.news-title p {
    font-family: roboto, sans-serif;
    font-size: 16px;
    color: #7c7c7c;
    margin: 0
}

.news-title h5 {
    color: #484848;
    line-height: 1.3;
    margin: 10px 0;
    font-size: 20px
}


h3.popular {
    color: #adadad;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 300;
}

.card {
    border: none;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 2px 2px 0 rgba(222, 222, 222, .67);
    box-shadow: 0 2px 2px 0 rgba(222, 222, 222, .67);
    border-radius: 3px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 30px
}

.card:hover {
    -webkit-box-shadow: 0 3px 50px 0 #dedede;
    box-shadow: 0 3px 50px 0 #dedede;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}


.featured .card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.card-body {
    padding: 2rem 2.25rem 0.1rem 2.25rem;
}

.card-text {
    font-size: 16px;
    color: #484848;
    min-height: 75px
}

.card-img-fake {
    min-width: 100%;
    text-align: center;
    min-height: 328px;
}


.card-rating {
    padding: 0 0 16px;
    margin: 0;
    font-family: roboto, sans-serif;
    font-size: 16px
}

.card-rating li {
    list-style: none;
    display: inline-block;
    color: #4e4e4e;
    margin-right: 10px;
    font-size: 14px
}

.card-rating li:first-child {
    background: #73cf42;
    padding: 4px 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px
}

.card-rating i {
    font-size: 9px;
    color: #e1e1e1;
    padding: 0 6px
}

.card-rating-red, .card-rating-yellow {
    background: #ff6b6b;
    padding: 4px 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px
}

.card-rating-yellow {
    background: #ffba00 !important
}

.card-bottom {
    border-top: 1px solid #f1f1f1;
    padding: .8rem 2.25rem
}


.card-bottom p {
    margin: 0;
    font-size: 13px;
    color: #4e4e4e;
    opacity: .8;
    display: inline-block
}

.card-bottom p i {
    padding: 0 6px 0 0
}

.card-bottom span {
    float: right;
    font-size: 13px;
    color: #ff6b6b;
    text-transform: uppercase
}

.open-close_green {
    float: right;
    font-size: 13px;
    color: #73cf42 !important;
    text-transform: uppercase
}

.card-svg {
    width: 17px;
    height: 17px;
    vertical-align: middle
}

.reviews {
    min-height: 500px;
    background: no-repeat center center;
    background-size: cover;
}


/* category holder */
.cats {
    padding: 10px 10px 30px 10px;

}

.cats a {
    display: inline-block;
    padding: 30px;
    font-size: 1.7rem;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    line-height: 2rem;
}

.cats a:hover {
    background-color: #f5f5f5;
}

.company_category {
    font-size: 1.7rem;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.company_category i {
    font-size: 2.5rem;
    display: inline-block;
    clear: both;
    text-align: center;
    color: #fe6b6b;
    padding-bottom: 10px;
    padding-top: 20px;
}

.company_category:hover {
    color: #fe6b6b
}

.cats .icon {
    font-size: 2.5rem;
    display: block;
    clear: both;
    text-align: center;
    color: #fe6b6b;
    padding-bottom: 20px;
}

.dark {
    background-color: #26364d;
    color: #fff;
}

.blogpost a {
    color: #ff6b6b;
    border-bottom: 2px solid #fff;
}
.blogpost a:hover {
    border-bottom-color: #ff6b6b;
}

/* 04-2 Location Map */
/* ----------------------- */
#Map {
    width: 100%;
}

#Map img {
    width: 100%
}


.bluebox {
    position: relative;
    min-height: 500px;
    margin-top: -100px;
    margin-bottom: -20px;
    background: #26364d url(../images/nono-white.png) 100% 3px no-repeat;
    background-size: 200px auto;
    width: 100%;
    clear: both;
    float: left;
    padding: 100px;
    color: #fff;
}

.bluebox h2 {
    color: #fff
}

.revinside h3 {
    color: #fff
}

.revinside p {
    font-style: italic;
    font-size: 1.2rem;
    color: #fff
}

.featuredslider {
    margin-left: -23px;
}


/* company page */
.topimage {
    position: relative;
    min-height: 30vh;
    background: #fff center center no-repeat;
    background-size: cover;
    padding-top: 135px;
}

.subline {
    font-weight: 400;
    color: #fe6b6b;
}

.slideshow {

}

.slideshow img {
    padding-right: 5px;
}

.contact-info {
    background: #fff;
    padding: 0 0 6px;
    margin: 0 0 15px
}

.contact-info img {
    width: 100%
}

.contact-info label {
    color: #46cd38;
    font-size: 14px;
    padding: 0 0 0 50px
}


.address {
    color: #737882;
    padding-bottom: 25px;
    padding-left: 15px;
}

.address i {
    font-size: 1.4rem;
    float: left;
    margin: 4px 0 0;
    text-align: center;
}

.address p {
    margin: 0 0 0 55px;
    font-size: 15px;
    line-height: 1.7;
}

.address .featured-open {
    font-size: 13px;
    padding: 0 0 0 34px;
    color: #46cd38;
}

.btn-contact {
    display: block;
    padding: 16px;
    margin: 12px 16px;
    border: 2px solid #ff6b6b;
    color: #ff6b6b;
    font-weight: 400
}

.btn-contact:hover {
    background: #ff6b6b;
    border: 2px solid #ff6b6b
}


.sublinewhite {
    position: relative;
    display: block;
    color: #fff;
    clear: right;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding-top: 1.25rem;
    line-height: 2.75rem;
    text-transform: uppercase;
}

.sublinewhite:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 70px;
    height: 4px;
    background-color: #fff;
}


.imgblock {
    min-height: 550px;
}

/*.imgblock img { border: 2px solid #000; padding: 35px; }*/


.map {
    margin-bottom: -8px
}

#Form_KontaktForm input[type="text"],
#Form_KontaktForm input[type="email"] {
    width: 100%;
    background-color: #fff;
    color: #797b81;
    padding: 5px 10px;
    border: none;
    font-weight: 300;
    margin-bottom: 20px;
}

#Form_KontaktForm textarea {
    width: 100%;
    background-color: #fff;
    color: #797b81;
    padding: 5px 10px;
    border: none;
    font-weight: 300;
    margin-bottom: 20px;
    min-height: 300px;
}

#Form_KontaktForm_Subject_Holder {
    position: fixed;
    left: -3000em;
}

.whitetext {
    color: #fff
}

.smalltext {
    font-size: 0.8rem;
    font-weight: 300
}

#frmKontaktSubmit {
    padding: 5px 25px;
    text-transform: none;
    border: none;
    border-radius: 0px;
    color: #797b81;
    cursor: pointer;
}


.cijena {
    font-size: 1.875rem;
    color: #222;
    font-weight: 400
}

.reslink {
    font-family: Rufina;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    display: inline-block;
    border-bottom: 2px solid #000;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    letter-spacing: 1px;
}

.morelink {
    font-family: Rufina;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    display: inline-block;
    border-bottom: 2px solid #000;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    letter-spacing: 1px;
}

.reslink:hover,
.morelink:hover {
    color: #a16f3a;
    border-bottom-color: #a16f3a
}

.mphb-loop-room-type-attributes {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

.mphb-loop-room-type-attributes i {
    color: #ffcc71;
    padding-right: 10px;
}

.greybg {
    background-color: #e8e8e8;
}


/* Apa page */
.ApaPage header {
    background-color: transparent;
}

.ApaPage h1 {
    color: #fff
}

.box a {
    text-decoration: underline;
    color: #26364d;
    font-weight: 600;
}

.box h3 {
    font-size: 1.5rem;
    padding-left: 20px;
    font-weight: 400;
    color: #26364d;
}

.ReservationPage .entry-header,
.ContactPage .entry-header {
    min-height: 30vh;
}

/* register */
.formstep {
    padding: 20px 50px 40px 50px;
    border: 1px solid #e8e8e8;
}

.formshadow {
    position: relative;
    z-index: 100;
    margin: 0rem auto 0;
}

#Form_RegisterForm ::-webkit-input-placeholder { /* Edge */
    color: #333;
}

#Form_RegisterForm :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
}

#Form_RegisterForm ::placeholder {
    color: #333;
}

#Form_RegisterForm ::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

#Form_RegisterForm_Subject_Holder {
    position: fixed;
    left: -9999em
}

#Form_RegisterForm input,
#Form_RegisterForm select,
#Form_RegisterForm textarea {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 14px 12px;
    background: #fbfbfb;
}

#Form_RegisterForm input:focus {
    border-color: #ff6b6b;
}

.buttonfield {
    margin-top: -47px;
    margin-bottom: -47px;
    text-align: right;
}

#frmRegisterSubmit {
    float: right;
    cursor: pointer;
    display: block;
    height: 50px;
    border: none;
    background-color: #ff6b6b !important;
    font-size: 1.125rem;
    color: #fff !important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: unset !important;
    padding: 10px 60px !important;
    margin-top: 50px;
}


#Form_RegisterForm input[type='checkbox'],
#Form_RegisterForm input[type='radio']{ display: none; }
#Form_RegisterForm input[type='checkbox'] + label,input[type='radio'] + label {
    color:#000; font-size: 0.9em; height: 30px;
    background: transparent url(../images/check-off.png) left 5px no-repeat;
    background-size: 20px; padding: 10px 0 10px 30px;
    font-weight: 300; text-align: left;  width: 90%; line-height: 10px;
    margin: 0px;
    height: 55px;
    float: left;
}
#Form_RegisterForm input[type='checkbox']:checked + label,input[type='radio']:checked + label {
    color:#000;
    background: transparent url(../images/check-on.png) no-repeat left 5px;
    background-size: 20px;
}


#frmRegisterSubmit:hover {
    background-color: #333 !important;
}

.resform {
    background: #26364d;
    -webkit-box-shadow: 0px 13px 43px 0px rgb(6 28 52 / 23%);
    box-shadow: 0px 13px 43px 0px rgb(6 28 52 / 23%);
    color: #e5e8eb;
}

#Form_ReservationForm_Subject_Holder {
    position: fixed;
    left: -999em
}

#Form_ReservationForm p {
    color: #fff
}

#Form_ReservationForm h2 {
    color: #fff
}

#Form_ReservationForm {
    padding: 0px 80px;
    background-color: #a16f3a /*#c1b086*/;
    color: #fff
}



img {
    height: auto
}

.mobile {
    display: none;
}


/* Modern Search Form Styles - Based on the design you showed */

.modern-search-form {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.modern-search-form .field {
    margin-bottom: 0;
}

.modern-search-form .form-group {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border: 2px solid #e1e5e9;
    transition: all 0.3s ease;
}

.modern-search-form .form-group:focus-within {
    border-color: #3498db;
    box-shadow: 0 8px 30px rgba(52, 152, 219, 0.3);
}

.modern-search-form .search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 18px 25px;
    font-size: 16px;
    color: #2c3e50;
    outline: none;
    border-radius: 0;
}

.modern-search-form .search-input::placeholder {
    color: #7f8c8d;
    font-weight: 400;
}

.modern-search-form .btn-search {
    background: #fe6b6b;
    color: white;
    border: none;
    padding: 20px 35px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
    border-radius: 0;
}

.modern-search-form .btn-search:hover {
    transform: translateX(-2px);
    padding-right: 37px;
}

.modern-search-form .btn-search:active {
    transform: translateX(0);
}

/* SilverStripe specific form structure adjustments */
.modern-search-form .form-group {
    display: flex;
    margin-bottom: 0;
}

.modern-search-form .field.text {
    flex: 1;
    margin: 0;
}

.modern-search-form .field.text input {
    width: 100%;
    margin: 0;
}

.modern-search-form .Actions {
    margin: 0;
    display: flex;
    align-items: center;
}

.modern-search-form .Actions .action {
    margin: 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .modern-search-form {
        max-width: 95%;
        margin: 0 auto;
    }
    
    .modern-search-form .search-input {
        padding: 15px 20px;
        font-size: 14px;
    }
    
    .modern-search-form .btn-search {
        padding: 15px 25px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .modern-search-form .form-group {
        flex-direction: column;
        border-radius: 25px;
    }
    
    .modern-search-form .search-input {
        border-radius: 25px 25px 0 0;
    }
    
    .modern-search-form .btn-search {
        width: 100%;
        border-radius: 0 0 25px 25px;
        margin-top: 1px;
    }
}

/* Additional styling for the search container */
.homesearch {
    padding: 20px 0;
}

.search-container {
    padding: 60px 0;
    position: relative;
}


.search-container .container {
    position: relative;
    z-index: 2;
}

.pt-home {
    padding-top: 200px
}

.rounded-pill {
    border-radius: 50rem;
    font-size: 1rem;
    color: #fe6b6b
}


.top-0 {
    top: 0 !important
}

.top-10 {
    top: 10pX;
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.r-20 {
    right: 20px;
}


@media screen and (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}

@media screen and (max-width: 1600px) {
    #img2 {
        left: 180px;
    }

    #img5 {
        right: -15px;
        top: 135px
    }
}

@media (max-width: 1200px) {
    .card-bottom {
        padding: .8rem 1.25rem
    }
}


@media screen and (max-width: 1441px) {
    .news-title {
        min-height: 500px;
    }
}


@media screen and (max-width: 1024px) {
    .ordizeiten {
        padding-left: 60px;
    }
}

@media (max-width: 992px) {
    .contact-info label {
        display: block
    }
}


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

    body {
        overflow-x: hidden
    }

    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    header {
        padding-top: 0px;
        height: 110px
    }

    .pt-home {
        padding-top: 150px;
    }

    .search-container {
        padding: 20px 0;
    }

    .mobile {
        display: block;
    }

    p, li {
        font-size: 1.1rem
    }

    .btn {
        white-space: normal;
    }

    .menu {
        top: 50px;
        cursor: podavis-sans;
        margin: 0 auto;
        position: absolute;
        width: 50px;
        height: 50px;
        display: block;
        right: 30px;
        z-index: 999999;
    }

    .homelink {
        margin-left: 0px;
        display: block;
        padding-top: 20px;
    }

    .homelink img {
        max-width: 150px;
    }

    .homemenu {
        display: none !important;
    }

    .lowerlogo {
        margin-left: 0px;
    }

    .lowermenu {
        padding-top: 60px;
    }

    .footercontact {
        padding-top: 40px;
    }

    .mobile-logo {
        padding-bottom: 25px;
    }

    nav {
        bottom: 0px;
        max-width: 100%;
    }

    nav ul {
        margin-left: 0px;
        padding-left: 30px;
        padding-top: 130px;
    }

    nav .homemenu {
        padding-left: 20px;
    }

    nav ul.mainmenu li a {
        font-size: 1.4rem
    }

    .linside {
        padding-left: 20px;
    }

    h1 {
        font-size: 2rem
    }

    h2 {
        font-size: 2.2rem
    }

    .adresse {
        padding-top: 20px;
        display: block;
    }

    .whitebig {
        padding-top: 20px;
        display: block;
    }

    .rinside {
        padding: 20px;
        clear: both
    }

    .bluelink a {
        font-size: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .ordizeiten {
        padding-bottom: 50px;
        padding-left: 20px;
    }

    .footer .duenn {
        font-size: 1.2rem;
    }

    .footer .fakeheadline {
        font-size: 3.4rem
    }

    .ordizeitentop {
        display: block;
        text-align: left;
        float: right;
        margin-right: 4px;
        padding-top: 30px;
        clear: both
    }

    .homeslide h1 {
        font-size: 2.5rem;
        padding: 0px 30px;
        margin-top: 45%;
    }

    .homeslide p {
        padding: 0 30px;
    }

    #terminbuchen {
        display: none !important;
    }

    /* home page */
    .howit-bg {
        display: none
    }

    /* about me */
    #aboutemeheadline {
        font-size: 3rem;
        line-height: 1
    }

    .cvtext {
        max-width: 100%;
    }

    /* kontakt */
    label.whitetext {
        max-width: 85%
    }

    #nonosign {
        opacity: 0.07
    }

    #snowflake {
        opacity: 0.2
    }

    .imgblock {
        display: none
    }

    #secondimg {
        padding-top: 20px;
    }

    .nomobile {
        display: none
    }

    .roomshadow {
        margin-bottom: 20px;
    }

    .cvyear {
        width: 100%;
        padding-right: 0px;
    }

    .bluebox2 {
        padding: 50px 30px;
        margin-top: -30px
    }

    .bluebox {
        padding: 50px 30px;
    }

    .bottombox {
        margin-bottom: 30px;
        padding: 20px;
    }

    #Form_ReserveForm {
        padding: 20px 0px;
    }

    #Form_ReserveForm_Personen_Holder,
    #Form_ReserveForm_Personen_Holder .middleColumn {
        display: inline;
    }

    #Form_ReserveForm_Personen_Holder {
        padding-bottom: 15px;
    }

    .labelblock {
        display: block;
        margin-bottom: 15px;
    }

    .buttonfield {
        margin-top: 20px;
        margin-bottom: -85px;
        padding-bottom: 50px;
    }

    #frmReserveSubmit {
        line-height: 60px !important;
    }

    #Form_ReservationForm, #Form_GaesteForm {
        padding: 30px;
    }

    .modern-search-form .Actions, 
    .modern-search-form .field.text {
        width: 100%
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../webfonts/glyphicons-halflings-regular.eot');
    src: url('../webfonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../webfonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../webfonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}
