@font-face {
    font-family: "LyonText";
    src: url("../fonts/lyon/LyonText-Regular.eot");
    src: url("../fonts/lyon/LyonText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lyon/LyonText-Regular.woff2") format("woff2"), url("../fonts/lyon/LyonText-Regular.woff") format("woff"), url("../fonts/lyon/LyonText-Regular.svg#LyonText") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}
@font-face {
    font-family: "LyonText";
    src: url("../fonts/lyon/LyonText-RegularItalic.eot");
    src: url("../fonts/lyon/LyonText-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lyon/LyonText-RegularItalic.woff2") format("woff2"), url("../fonts/lyon/LyonText-RegularItalic.woff") format("woff"), url("../fonts/lyon/LyonText-RegularItalic.svg#LyonText-Italic") format("svg");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal
}
@font-face {
    font-family: "LyonDisplay";
    src: url("../fonts/lyon/LyonDisplay-Medium.eot");
    src: url("../fonts/lyon/LyonDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lyon/LyonDisplay-Medium.woff2") format("woff2"), url("../fonts/lyon/LyonDisplay-Medium.woff") format("woff"), url("../fonts/lyon/LyonDisplay-Medium.svg#LyonDisplay") format("svg");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}
@font-face {
    font-family: "LyonDisplay-Italic";
    src: url("../fonts/lyon/LyonDisplay-MediumItalic.eot");
    src: url("../fonts/lyon/LyonDisplay-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lyon/LyonDisplay-MediumItalic.woff2") format("woff2"), url("../fonts/lyon/LyonDisplay-MediumItalic.woff") format("woff"), url("../fonts/lyon/LyonDisplay-MediumItalic.svg#LyonDisplay-Italic") format("svg");
    font-weight: 500;
    font-style: italic;
    font-stretch: normal
}
@font-face {
    font-family: "Sharp";
    src: url("../fonts/sharp/SharpSansDispNo2-Medium.eot");
    src: url("../font/SharpSansDispNo2-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/sharp/SharpSansDispNo2-Medium.woff2") format("woff2"), url("../fonts/sharp/SharpSansDispNo2-Medium.woff") format("woff"), url("../fonts/sharp/SharpSansDispNo2-Medium.svg#Sharp") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}
@font-face {
    font-family: "Sharp-Obl";
    src: url("../fonts/sharp/SharpSansDispNo2-MediumObl.eot");
    src: url("../fonts/sharp/SharpSansDispNo2-MediumObl.eot?#iefix") format("embedded-opentype"), url("../fonts/sharp/SharpSansDispNo2-MediumObl.woff2") format("woff2"), url("../fonts/sharp/SharpSansDispNo2-MediumObl.woff") format("woff"), url("../fonts/sharp/SharpSansDispNo2-MediumObl.svg#Sharp-Obl") format("svg");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal
}
@font-face {
    font-family: "Sharp-Bold";
    src: url("../fonts/sharp/SharpSansDispNo2-Bold.eot");
    src: url("../fonts/sharp/SharpSansDispNo2-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/sharp/SharpSansDispNo2-Bold.woff2") format("woff2"), url("../fonts/sharp/SharpSansDispNo2-Bold.woff") format("woff"), url("../fonts/sharp/SharpSansDispNo2-Bold.svg#Sharp-Bold") format("svg");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}
@font-face {
    font-family: "Sharp-BoldObl";
    src: url("../fonts/sharp/SharpSansDispNo2-BoldObl.eot");
    src: url("../fonts/sharp/SharpSansDispNo2-BoldObl.eot?#iefix") format("embedded-opentype"), url("../fonts/sharp/SharpSansDispNo2-BoldObl.woff2") format("woff2"), url("../fonts/sharp/SharpSansDispNo2-BoldObl.woff") format("woff"), url("../fonts/sharp/SharpSansDispNo2-BoldObl.svg#Sharp-BoldObl") format("svg");
    font-weight: 500;
    font-style: italic;
    font-stretch: normal
}





/*
 * BASE 
 *
 */
body {
    font-family: "Sharp",sans-serif;
    padding-bottom:20px;
}
@media(max-width:767px) {
    body {
        padding-bottom:10px;
    }
}

a,button,input {
    box-shadow:none;
    outline:none;
}

a:focus, a:hover {
    text-decoration:none;
}

textarea {
    resize:none;
}

.container-fluid {
    padding-right:20px;
    padding-left:20px;
}
@media(max-width:767px) {
    .container-fluid {
        padding-left:10px;
        padding-right:10px;
    }
}

.dropdown-menu {
    text-align: center;
    font-weight: 700;
    color: #999;
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
}

.dropdown .dropdown-menu{
    display: block;
    opacity: 0;
    -moz-transition:    all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition:      all .5s ease;
    -ms-transition:     all .5s ease;
    transition:         all .5s ease;
}
.dropdown.open .dropdown-menu {
    display: block;
    opacity: 1;
}


.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    background:none;
    color:#a97c64;
}

.form-control {
    background:none;
    border-radius:0px;
    border:1px solid #d9dde2;
    box-shadow:none !important;
    height:50px;
    padding-right:20px;
    padding-left:20px;
}
@media(max-width:767px) {
    .form-control {
        font-size:16px !important;
        padding-left:10px;
        padding-right:10px;
    }
}
.input-group-addon {
    border:1px solid #d9dde2;
    border-radius:0px;
}
.form-control:focus {
    border:1px solid #d9dde2;
    outline:none !important;
    box-shadow:none !important;
}

.form-group .form-control, .editing-form-control-nested-control .form-control {
    border:1px solid transparent;
    border-bottom:1px solid #d9dde2;
    -moz-transition:    all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition:      all .5s ease;
    -ms-transition:     all .5s ease;
    transition:         all .5s ease;
}

.form-group textarea.form-control {
    padding-top:15px;
    padding-bottom:15px;
    min-height:120px;
}

.form-group textarea.form-control,
.form-group:hover .form-control,
.editing-form-control-nested-control:hover .form-control,
.form-control:focus {
    border-color:#d9dde2;
}


.form-group .select-holder {
    position:relative;
}
.form-group .select-holder:after {
    pointer-events:none;
    font-family: "preciosa-lt-web" !important;
    content:'k';
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #aa7e66;
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 18px;
}

.form-group select.form-control {
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}



input[type="checkbox"].form-control {
  position: absolute;
  opacity: 0;
}
input[type="checkbox"].form-control + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
input[type="checkbox"].form-control + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border:1px solid #f1eded;
  background-color:#fff;
}

input[type="checkbox"].form-control:hover + label:before,
input[type="checkbox"].form-control:focus + label:before {
  border-color:#9faab7;
}

input[type="checkbox"].form-control:checked + label:before {
  border-color:#f1eded;
}
input[type="checkbox"].form-control:disabled + label {
    opacity:0.5;
    cursor: auto;
}
input[type="checkbox"].form-control:disabled + label:before {
    opacity:0.5;
}

input[type="checkbox"].form-control:checked + label:after {
    position: absolute;
    left: 2px;
    font-size: 30px;
    top: 2px;
    content: '+';
    background: none;
    color: #aa7e66;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



img.img-bordered {
    border:1px solid #f2f3f4;
}


table.aligner-bottom,
table.aligner {
    width:100%;
    height:100%;
}
table.aligner td {
    vertical-align:middle;
}
table.aligner-bottom td {
    vertical-align:bottom;
}

.text-colored {
    color:#aa7e66 !important;
}

/*
 * HEADLINES & PEREX
 *
 */
.main-headline h1,
h2,
h3,
h4,
.perex, .perex p,.perex h1,.perex h2,.perex h3, .perex h4{
    font-family:"LyonText",sans-serif;
    margin-top:0px;
}

.main-headline h1.is-bold,
h2.is-bold,
h3.is-bold,
h4.is-bold {
    font-family:"LyonDisplay",sans-serif !important;
}

.main-headline h1 {
    font-size:65px;
    line-height:70px;
    font-weight:normal;
    color:#24251e;
}

h2 {
    font-size:55px;
    line-height:60px;
    margin-bottom:15px;
    font-weight:normal;
    color:#24251e;
}

h3 {
    font-size:40px;
    line-height:45px;
    margin-bottom:15px;
    font-weight:normal;
    color:#24251e;
}

h4 {
    font-size:25px;
    line-height:30px;
    font-weight:normal;
    color:#24251e;
}

h1.no-margin,h2.no-margin,h3.no-margin {
    margin-bottom:0px;
    line-height:1;
}



.perex, .perex p,.perex h1,.perex h2,.perex h3, .perex h4{
    color: #7a797a;
    font-size: 30px;
    margin:0;
    line-height:45px;
}

.perex-gold, .perex-gold p,.perex-gold h1,.perex-gold h2,.perex-gold h3, .perex-gold h4{
    color:#c39071;
}
.perex-dark, .perex-dark p,.perex-dark h1,.perex-dark h2,.perex-dark h3, .perex-dark h4 {
    color:#24251e;
}
.perex-small, .perex-small p, .perex-small h1, .perex-small h2, .perex-small h3, .perex-small h4 {
    font-size:20px;
    line-height:30px;
}

@media(max-width:991px) {
    .main-headline h1 {
        font-size:50px;
        line-height:60px;
    }
    h2 {
        font-size:40px;
        line-height:45px;
    }
    h3 {
        font-size:35px;
        line-height:40px;
    }
    h4 {
        font-size:20px;
        line-height:30px;
    }
    .perex, .perex p,.perex h1,.perex h2,.perex h3, .perex h4{
        font-size:24px;
        line-height:30px;
    }
    .perex-small, .perex-small p, .perex-small h1, .perex-small h2, .perex-small h3, .perex-small h4 {
        font-size:17px;
        line-height:24px;
    }
}


@media(max-width:499px) {
    .main-headline h1 {
        font-size:40px;
        line-height:50px;
    }
    h2 {
        font-size:30px;
        line-height:35px;
    }
    h3 {
        font-size:25px;
        line-height:30px;
    }
    h4 {
        font-size:18px;
        line-height:25px;
    }
    .perex, .perex p,.perex h1,.perex h2,.perex h3, .perex h4{
        font-size:18px;
        line-height:25px;
    }
    .perex-small, .perex-small p, .perex-small h1, .perex-small h2, .perex-small h3, .perex-small h4 {
        font-size:15px;
        line-height:20px;
    }
}


/*
 * GENERAL CONTENT
 *
 */

p, .general-content p {
    color: #7a797a;
    font-size: 18px;
    line-height: 30px;
}

.sm-content p {
    font-size:15px;
    line-height:23px;
}
.perex strong,
p strong, p b, .general-content strong, .general-content b {
    font-family:"Sharp-Bold",sans-serif;
}
.perex a,
p a:not(.btn), .general-content a:not(.btn) {
    color:#999;
    text-decoration:underline;
}

@media(max-width:767px) {
    p, .general-content p {
        color: #7a797a;
        font-size: 15px;
        line-height:22px;
    }
    .sm-content p {
        font-size:13px;
        line-height:18px;
    }

}

p:hover label {
    color:#333;
}
p label {
    font-size:14px;
    color: #7a797a;
}


/*
 * BUTTONS
 *
 */


.btn,
.btn:focus,
.btn:hover,
.btn:active,
.btn:active:focus{
    padding:20px;
    border-radius:0px;
    font-family:"Sharp-Bold",sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
    border:none;
}

.input-group .btn {
    padding:0 20px;
    height:50px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline:none;
    box-shadow:none;
}
.btn-animated {
    position:relative;
}
.btn-animated:before,
.btn-animated:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #99a8b7;
    transform: scaleY(0);
    transition: transform 400ms;
    transition-delay: 400ms;
    transform-origin: 0 100%;
    will-change: transform;
}

.btn-animated:before {
    left: 0;
}
.btn-animated:after {
    right:0px;
}

.btn-animated:hover:before,
.btn-animated:hover:after {
    transform: scaleY(1);
    transition-delay: 0ms;
}


.btn-animated .btn-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
}
.btn-animated .btn-inner:before,
.btn-animated .btn-inner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50% + 1px);
    background: #99a8b7;
    transform: scalex(0);
    transition: transform 400ms;
}

.btn-animated .btn-inner:before {
    left: 0;
    transform-origin: 0 100%;
}
.btn-animated .btn-inner:after {
    right: 0;
    transform-origin: 100% 0;
}
.btn-animated:hover .btn-inner:before,
.btn-animated:hover .btn-inner:after {
    transform: scaleX(1);
    transition-delay: 400ms;
}


.btn-default, .btn-primary {
    background:none;
    color:#aa7e66;
    border:1px solid #aa7e66;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus{
    color:#fff;
    background-color:#aa7e66;
    border:1px solid #aa7e66;
}


.btn-brown {
    background:none;
    color:#aa7e66;
    border-bottom:1px solid #aa7e66;
    -moz-transition:    all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition:      all .5s ease;
    -ms-transition:     all .5s ease;
    transition:         all .5s ease;
}


.btn-brown:hover,
.btn-brown:active,
.btn-brown:focus,
.btn-brown:active:focus {
    color:#aa7e66;
    border:none;
    border-bottom:1px solid #aa7e66;
}

.btn-brown.btn-animated .btn-inner:before,
.btn-brown.btn-animated .btn-inner:after,
.btn-brown.btn-animated:before,
.btn-brown.btn-animated:after {
    background-color:#aa7e66;
}





.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left:0px;
}

.btn.active, .btn:active {
    box-shadow:none;
}



.input-group-part .input-group-btn .btn {
    position:relative;
    border:1px solid transparent;
    border-bottom:none;
    -moz-transition:    all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition:      all .5s ease;
    -ms-transition:     all .5s ease;
    transition:         all .5s ease;
}

.input-group-part .input-group-btn .btn:after {
    width:1px;
    height:30%;
    position:absolute;
    left:-1px;
    bottom:0px;
    content:'';
    background-color:#d9dde2;
    -moz-transition:    all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition:      all .5s ease;
    -ms-transition:     all .5s ease;
    transition:         all .5s ease;
}

.input-group-part:hover .input-group-btn .btn,
.input-group-part:hover .form-control {
    border-color:#d9dde2;
}

.input-group-part:hover .input-group-btn .btn:after {
    opacity:0;
}

/*
 * HEADERS
 *
 */

.header {
    font-family:"Sharp",sans-serif;
    line-height:20px;
    color:#c4a68a;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:4px;
}

.header-bold {
    font-family:"Sharp-Bold",sans-serif;
}

.header-sm {
    font-size:13px;
    letter-spacing:2px;
}


/*
 * NAVIGACE
 *
 */

#header {
    position:relative;
}



.header-top {
    text-align:center;
    padding:30px 0;
}

.header-top .header-logo {
    display:inline-block;
    transform:scale(0.85);
}

@media(max-width:399px) {
    .header-top .header-logo {
        transform:scale(0.7);
    }
}

.header-bottom {
    padding:0 25px 30px 25px;
}

.header-menu {
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

.header-menu > li {
    display:inline-block;
    position:relative;
}

.header-menu > li > a {
    color:#000;
    text-transform:uppercase;
    display:inline-block;
    padding:16px 20px;
    text-decoration:none;
    -webkit-transition:all .5s;
    transition:all .5s;
}
.header-menu > li.active > a,
.header-menu > li > a:hover {
    color:#a97c64;   
}

.header-menu > li:after {
    content:'';
    width:100%;
    position:absolute;
    width:0px;
    left:0px;
    bottom:0px;
    background-color:#a97c64;
    height:1px;
}

.header-menu > li.active:after {
    width:100%;
}

.header-menu > li > a > img {
    position:relative;
    margin-right:8px;
    top:-2px;
}

@media(min-width:768px) {
    .header-menu > li > a > img.icon-mobile {
        display:none;
    }
}
@media(max-width:767px) {
    .header-menu > li > a > img.icon-desktop {
        display:none;
    }
}

/*
 * PŘEPNUTÍ JAZYKA
 *
 */
.header-languageSwitch {
    float:right;
}
.header-languageSwitch .dropdown {
    padding: 14px 19px 16px 19px;
    min-width:75px;
    border:1px solid transparent;
    -moz-transition:    all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition:      all .5s ease;
    -ms-transition:     all .5s ease;
    transition:         all .5s ease;
}
.header-languageSwitch .dropdown.open {
    border-color:#E2E2E2;
}
.header-languageSwitch .dropdown .icon { 
    position: relative;
    color:#aa7e66;
    top: 2px;
    left: 4px;
}
.header-languageSwitch .dropdown .icon-m{
    display:none;
}
.header-languageSwitch .dropdown.open .icon-m {
    display:inline-block;
}
.header-languageSwitch .dropdown.open .icon-k {
    display:none;
}

.header-languageSwitch a{
    color:#000;
    text-decoration:none;
}

.header-languageSwitch .dropdown-menu {
    border:1px solid #E2E2E2;
    width: calc(100% + 2px);
    left: -1px;
    margin-top:-1px;
    margin-bottom:0px;
    min-width:0px;
}

/*
 * VYHLEDÁVÁNÍ
 */
.header-searchSwitch {
    float:right;
}
@media(max-width: 789px) {
    .header-searchSwitch {
        display: none !important;
    }
}
.header-menu > li.header-searchSwitch > a {
    padding-left:5px;
    padding-right:15px;
}
.header-menu > li.header-searchSwitch > a:hover {
    color:#000;
}

.header-search {
    background-color: #f1eded;
    width: calc(100% - 40px);
    left: 20px;
    position: absolute;
    top: calc(100% - 15px);
    z-index:999;
}

.header-search > .inner {
    padding:50px 0;   
}


@media(max-width:767px) {
    .header-search > .inner .row {
        margin-left:0px;
        margin-right:0px;
    }
    .header-search > .inner .row > div {
        padding:0px;
    }
    #header.scrolled .header-search {
        top:100%;    
    }
}


/*
 * VYHLEDÁVÁNÍ - responsive
 */
.search-trigger {
    display:none;
    position:absolute;
    top:25px;
    left:25px;
    width:30px;
    height:30px;
    font-size:25px;
    color:#d9d2cf;
    text-decoration:none;
}
.search-trigger:focus,
.search-trigger:active,
.search-trigger:hover {
    color:#d9d2cf;
}

.search-trigger .ps-ps-search-alt {
    display:none;
}

.search-trigger.collapsed .ps-ps-search-alt {
    display:inline-block;
}
.search-trigger.collapsed .ps-angle-up {
    display:none;
}

@media(max-width:767px) {
    .search-trigger {
        display:block;
    }
    .header-search {
        width: calc(100% - 20px);
        left: 10px;
    }
}


/*
 * Menu - responsive 
 */

.menu-trigger {
    display:none;
    position:absolute;
    top:25px;
    right:25px;
    width:30px;
    height:30px;
}
.menu-trigger  .line {
    margin-bottom: 8px;
    display: block;
    background: #d9d2cf;
    width: 30px;
    height: 2px;
    transition: transform 200ms ease-in-out;
 }
.menu-trigger .line-1  {
    margin-top:4px;    
}
.menu-trigger:not(.collapsed) .line-1 {
    transform:rotate(45deg) translate3d(10px, 8px, 0px);
}
.menu-trigger:not(.collapsed) .line-2 {
    display:none;
}
.menu-trigger:not(.collapsed) .line-3 {
    transform: rotate(-45deg) translate3d(-1px, 2px, 0px)
}

@media(min-width:790px) {
    .header-bottom.collapse {
        display:block !important;
    }
}
 
@media(max-width:789px) {
    
    .menu-trigger  {
        display:block;
    }

    .header-top { 
        padding:25px 0;
    }

    .header-bottom {
        background: #335170;
        opacity:0;
        padding:0px;
        position:absolute;
        top:70px;
        left: 10px;
        width: calc(100% - 20px);
        -webkit-transition: all .2s;
        z-index:999;
        height:calc(100vh - 70px);
        min-height:400px;
    }
    

    .header-bottom.collapsing {
        opacity:0;
    }
    .header-bottom.in {
        opacity:1;
    }
    .header-menu {
        padding:40px 0;
        height:100%;
    }
    
     .header-menu > li {
        display:block;
    }
    
    .header-menu > li > a {
        text-align:center;
        color:#fff;
        text-transform:none;
        display:block;
        font-size:180%;
        font-family:"LyonDisplay",sans-serif;
        padding:15px 20px;
    }
    
    
    .header-menu > li.active > a,
    .header-menu > li > a:hover {
        color:#fff;
        background-color:rgba(0,0,0,.1);
    }
    
    .header-menu > li:after {
        display:none;
    }
    
    .header-menu > li.header-languageSwitch {
        float: none;
        background-color: #fff;
        text-align: left;
        position:absolute;
        top:auto;
        bottom:0px;
        left:0px;
        width:100%;
        z-index:9999;
       
    }
    .header-languageSwitch .dropdown {
         padding:0px;   
    }
    .header-languageSwitch a {
        display:block;
        padding:15px 20px;
    }
    .header-languageSwitch .dropdown .icon {
        float:right;
    }
    .dropdown .dropdown-menu {
        top: auto;
        bottom: 100%;
        width: calc(100% + 2px);
        left: -1px;
    }
    .dropdown-menu>li>a {
        padding:8px 0;
    }
 
 }
 
 @media(max-width:450px) {
    .header-menu {
        padding:20px 0;
    }
    .header-menu > li > a{
        font-size:160%;
    }
}
    
 /*
  * BREADCRUMB
  *
  */
 
 .breadcrumb {
    color:#333;
    margin-top:3px;
    background:none;
    border-radius:0px;
    font-size:13px;
    text-transform:uppercase;
    text-align:center;
    font-family:"Sharp-Bold",sans-serif;
    letter-spacing:0.7px;
    padding:0;
 }
 
.section-text .breadcrumb {
    margin:15px 0 15px 0;   
}

.section-text .mb50 {
    margin-bottom: 50px;
}
 
.breadcrumb span,
.breadcrumb a{
    color:#333;
    text-decoration:none;
}

.breadcrumb a:after,
.breadcrumb span:after {
    content:"\46";
    margin:0 5px 0 6px;
    font-family: "preciosa-lt-web" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    position:relative;
    top:1px;
    color:rgba(0,0,0,.9);
}
.breadcrumb a:last-child:after,
.breadcrumb span:last-child:after {
    display:none;
    content:'';
    margin:0;
}
 
/*
 * HOMEPAGE - ROZCESTNÍK
 *
 */

.section-space {
    height:20px;
}
.section-space-big {
    height:40px;
}
@media(max-width:767px) {
    .section-space {
        height:10px;
    }
    .section-space-big {
        height:30px;
    }
}
#discover .row {
    margin-left:0px;
    margin-right:0px;
}
#discover .cross {
    margin-top: 20px;
}
@media(max-width: 767px) {
    #discover .cross {
        margin-top: 10px;
    }
    .lamps {
        margin-top: 10px;
    }
}
#discover .row > div { 
    padding:0px;
}
@media(min-width:768px) {
    #discover .row {
        margin-left:-10px;
        margin-right:-10px;
    }
    #discover .row > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.discover-item {
    color:#fff;
    text-align:center;
    height:40vw;
    background-size:cover;  
    background-position:center center;
}
.discover-item.item-left {
    background-image:url('../img/homepage_chandeliers.jpg');
}
 
.discover-item.item-right {
    background-image:url('../img/homepage_solitaire.jpg');
}
.discover-item.item-bottom-left {
    background-image: url('../img/homepage_wall.jpg');
}
.discover-item.item-bottom-right {
    background-image: url('../img/homepage_lamps.jpg');
}



.discover-item .inner {
    width:100%;
    height:100%;
    background-color:rgba(33, 32, 32, 0.8);
    padding-top:50%;
    padding:40px 40px 90px 40px;
}

.discover-item h2,
.discover-item h3 {
    color:#aa7e66;
}
.discover-item p {
    color:#fff;
    margin:0 auto 30px auto;
    max-width:250px;
     font-family:"LyonText",sans-serif;
}


@media(max-width:1300px) {
    .discover-item .inner {
        padding:40px;
    }
}

@media(max-width:991px) {
    .discover-item {
        height:auto;
    }
    .discover-item .inner {
        padding:25px;
        padding-top:40px;
    }
}

@media(max-width:767px) {
    .discover-item {
        height:auto;
    }
    .discover-item p  {
        max-width:100%;
    }
    .discover-item.item-right {
        margin-top:10px;
    }
}

 /*
  * TEXT SEKCE
  *
  */
.section-text {
    padding:60px 0;
}
.section-text p {
    max-width:800px;
    margin:0 auto;
}
.dark {
    background-color:#f1eded;  
}

@media(max-width:767px) {
    .section-text {
        padding:30px 15px;
    }
}

.headline-note {
    color:#333;
    margin-top:3px;
    font-size:13px;
    text-transform:uppercase;
    font-family:"Sharp",sans-serif;
    letter-spacing:0.7px;
    margin-bottom:20px;
}
 
/*
* PRODUKTY
*
*/
@media(min-width:400px) and (max-width:767px) {
    .products-row > .col-sm-4 {
        width:49.999%;
        float:left;
    }
}    
@media(min-width:500px) {
    .products-row  {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        flex-wrap: wrap;
    }
    
    .products-row > [class*='col-'] {
         display: flex;
        flex-direction: column;
    }
}

.product-item {
    text-align:center;
    margin-bottom:10px;
    padding-bottom:10px;
    position:relative;
}
  
.product-item .product-overlay {
    position:absolute;
    top:0px;
    height:0px;
    width:100%;
    height:100%;
    text-align:center;
    opacity:0;
    background-color: hsla(0,12%,94%,.96);
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    padding:20px;
}

.product-item .product-overlay h4 {
    font-size: 24px;
    color: #aa7e66;
    margin-top: 0;
    margin-bottom: 3px;
    font-family: "LyonDisplay",sans-serif;
    font-weight: 500;
    line-height: 1.3;
}
.product-item .product-overlay .note {
    margin-bottom:25px;
}

.product-item:hover .product-overlay {
    opacity:1;    
}


.product-item .image-wrap {
    max-width:260px;
    margin:0 auto;
}

.product-item .image-wrap img {
    max-width: 100%;
    max-height: 100%;
}

.product-item .name {
    font-family:"LyonDisplay",sans-serif;
    color:#aa7e66;
    font-size:25px;
    line-height:25px;
}
.product-item .note {
    color:#333;
    margin-top:3px;
    font-size:13px;
    text-transform:uppercase;
    font-family:"Sharp-Bold",sans-serif;
    letter-spacing:1px;
}

@media(max-width:991px) {
    .product-item .name {
        font-size:22px;
        line-height:22px;
    }
}
  
  
 /*
  * DETAIL PRODUKTU
  *
  */
 .product-detail {
    padding-top:120px;
    padding-bottom:120px;
 }
 @media(max-width:991px) {
    .product-detail {
        padding-top:70px;
        padding-bottom:70px;
    }
 
 }
 
 
@media(max-width:767px) {
    .product-detail {
        padding-top:40px;
        padding-bottom:40px;
    }
 
    .product-detail-data {
        margin-bottom:40px;
    }
 }
 
 .product-detail-data {
    padding-top:30px;
    text-align:center;
 }
 
 p.product-send-request {
    margin-top:25px;
 }
 
table.table-product-data {
    font-size:14px;
    margin:0 auto;
    max-width:340px;
    font-family:"LyonText",sans-serif;
    border:none;
}
table.table-product-data > tbody > tr th,
table.table-product-data > tbody > tr td {
    width:50% !important;
}
table.table-product-data > tbody > tr th {
    text-align:right;
    font-family: "LyonDisplay";
    padding-right:15px;
}
table.table-product-data > tbody > tr td {
    padding-left:15px;
    text-align:left;
}


@media(max-width:991px) {
     .product-detail-data  {
        padding-top:0px;
     }
}

 /*
  * LIGHTSLIDER - PRECIOSA EDIT
  *
  */
 
 .modalSlider{
    display:none;
 }
 
.gallerySlider li { 
    text-align:center;
}

.gallerySlider li img {
    border: 1px solid #f2f3f4;
    /*width:80%;*/
    max-width: calc(100% - 80px);
}

.modal-dialog  .gallerySlider li img {
    width: auto;
    max-width:100%;
}

.lSAction > a {
    opacity:1;
    transform: scale(0.9);
    transition: all .3s ease-in-out; 
}

.lSAction > a:hover {
    transform: scale(1);
}
 
.lSAction > .lSPrev {
    left:4px;
    transform-origin: 100% 50%;
}
.lSAction > .lSNext {
    right:4px;
    transform-origin: 0% 50%;
}
.lSAction > .lSPrev:hover {
    left:0px;
}
.lSAction > .lSNext:hover {
    right:0px;
}
 
.lSSlideOuter .lSPager.lSGallery li {
    padding:5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    border:1px solid #f2f3f4;
}
.lSSlideOuter .lSPager.lSpg {
    margin:15px 0 !important;
    text-align:center;
    width:100% !important;
    left:0px !important;
    transform:none !important;
}
.lSSlideOuter .lSPager.lSpg > li  {
    display:inline-block;
    float:none;
    width:20px !important;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color:#d9d2cf;
    border-radius:0px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}


.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a{
    background-color:#d9d2cf;
}



.lSSlideOuter .lSPager.lSpg > li.activeMy a {
    background-color:#c39071;
}
 /*
  * FOOTER
  *
  */
 #footer {
    background-color:#f1eded;
    padding:50px 0 60px 0;
 }
 
 #footer h3,#footer h4 {
    margin-top:5px;
 }
 
 
.footer-menu-row {
    margin-top:40px;
}
 
.footer-menu {
    list-style:none;
    padding:0;
    margin:5px 0 0 0;
    text-transform:uppercase;
}
.footer-menu > li {
    margin:2px 0;
}
.footer-menu > li > a {
    color:#24251e;
    font-size:13px;
}
.footer-menu > li > a:hover {
    text-decoration:underline;
}
 
.input-group-part  {
    border-bottom:1px solid #d9dde2;
}
.input-group-part .form-control {
    border:1px solid transparent;
    border-bottom:none;
    border-right:none;
}

#footer .social {
    text-align:center;
    margin:30px 0 0 0;
}
#footer .social a {
    margin:0 10px;
    color:#d9d2cf;
    text-decoration:none;
    font-size:25px;
    -moz-transition:    all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition:      all .5s ease;
    -ms-transition:     all .5s ease;
    transition:         all .5s ease;
}
#footer .social a:hover {
    color:#9a8880;
}

@media(max-width:400px) {
    .footer-bottom {
        margin-top:30px;
    }
    #footer .col-xs-6 {
        width:100%;
        float:none;
    }
    .footer-menu-row  {
        margin:0px;
    }
    #footer .header {
        margin-top:15px;
    }
}




/*
 * MODALS
 *
 */

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    border:none;
    border-radius:0px;
    -webkit-box-shadow: 0 0px 15px rgba(0,0,0,.08);
    box-shadow: 0 0px 15px rgba(0,0,0,.08);
}
.modal-header {
    padding:35px 25px;
    border:none;
}
.modal-header .close {
    opacity:1;
    color:#aa7e66;
}

@media(min-width:850px) {
    .modal-dialog {
        width:830px;
    }
    .modal-body {
        padding:0 130px 50px 130px;
    }
}
.modal-backdrop {
    background-color:#f1eded;
}
.modal-backdrop.in {
    opacity:1;
}



/*
 * ORDER FORM
 *
 */


table.order-product .img-bordered {
    padding:30px;
}
table.order-product {
    margin-bottom:20px;
}
table.order-product tr td {
    width:50%;
}
table.order-product tr td.order-image {
    padding-right:15px;
}
table.order-product tr td.order-product-right {
    padding-left:15px;
}


@media(max-width:599px) {
    #order .row {
        margin-right:-5px;
        margin-left:-5px;
    }
    #order .row > div {
        padding-left:5px;
        padding-right:5px;
    }
    table.order-product tr td.order-image {
        padding-right:5px;
    }
    table.order-product tr td.order-product-right {
        padding-right:15px;
    }
}

.price {
    font-size:18px;
    margin-top:5px;
    margin-bottom:15px;
}

.price > span {
    font-size:22px;
    line-height:22px;
    font-family:"LyonDisplay",sans-serif;
}
.order-quantity {
    padding-left:15px;
    padding-right:15px;
    text-align:center;
}
.order-quantity-label {
    line-height:50px;
}



/*
* PRECOSA DROP DOWN
*
*/

.pc-dropdown {
    position:relative;
}
.pc-dropdown-list {
    position:absolute;
    left:0px;
    width:100%;
    top:calc(100% - 2px);
    border:1px solid #d9dde2;
    display:none;
}

.pc-dropdown-list > a.pc-dropdown-list-item {
    display:block;
    padding:15px 20px;
    background-color:#fff;
    color:#555;
    text-decoration:none;
    font-size:14px;
    line-height:14px;
    position:relative;
}

.pc-dropdown-list > a.pc-dropdown-list-item:hover  {
    color: #a97c64;
}

.pc-dropdown-list > a.pc-dropdown-list-item img {
    position:absolute;
    height:90%;
    top:5%;
    right:20px;
}

/*
 * PRODUKTY FLEXBOX
 *
 */
.products-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -20px;
    
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    
@media (min-width: 400px) {
    .products-row [class*="col-"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}



/*
 * HEADER SCROLL
 *
 */

#header {
    
}
#header.scrolled {
    position:fixed;
    background-color:#fff;
    top:0px;
    left:0px;
    width:100%;
    z-index:999;
}


#header.scrolled .header-top {
    position:absolute;
    padding:0px;
    width:auto;
    left:20px;
    top:18px;
    text-align:left;
    overflow:hidden;
}

#header.scrolled .header-bottom {
    padding-bottom:10px;
}

@media(max-width:767px) {
    

    #header.scrolled .header-top {
        text-align:center;
        padding-top:20px;
        position:relative;
        background-color:#fff;
        width:100%;
        height:70px;
        left:0px;
        top:0px;
    }
    
}


/*
 * UPDATE 3.1.2018
 * 
 */

/*
 * ACTIVE MENU ITEMS FIX
 */
/*form[action="/"] .header-menu > li:nth-child(1) > a,
form[action="/"] .header-menu > li:nth-child(1) > a:hover {
    color:#a97c64;
}

form[action="/Products/Chandeliers"] .header-menu > li:nth-child(2) > a,
form[action="/Products/Chandeliers"] .header-menu > li:nth-child(2) > a:hover {
    color:#a97c64;
}

form[action="/Products/Solitaire"]  .header-menu > li:nth-child(3) > a,
form[action="/Products/Solitaire"] .header-menu > li:nth-child(3) > a:hover {
    color:#a97c64;
}

form[action="/AboutUs"]  .header-menu > li:nth-child(4) > a,
form[action="/AboutUs"] .header-menu > li:nth-child(4) > a:hover {
    color:#a97c64;
}

form[action="/Contact"]  .header-menu > li:nth-child(5) > a,
form[action="/Contact"] .header-menu > li:nth-child(5) > a:hover {
    color:#a97c64;
}*/



/*
 * SUBMIT BUTTON FIX
 */
.modal-dialog .FormButton {
    /*background:none;
    color:#aa7e66;
    border:1px solid #aa7e66;*/
    -moz-transition:    all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition:      all .5s ease;
    -ms-transition:     all .5s ease;
    transition:         all .5s ease;
}


.modal-dialog .FormButtony:hover,
.modal-dialog .FormButton:active,
.modal-dialog .FormButton:active:focus {
    color:#aa7e66;
    border:none;
    border-bottom:1px solid #aa7e66;
}



/*
 * CHECKBOX FIX
 */
.checkboxes .EditingFormControlNestedControl {
    float:left;
    display:inline-block;
    position:relative;
}

.checkboxes .EditingFormLabel {
  max-width:85%;
}

.clear {
  clear: both;
}

.modal-dialog .EditingFormControlNestedControl+label {
    display:inline-block;
    float:left;
    margin-left:10px;
    margin-bottom:0px;
}

.modal-dialog .EditingFormLabel {
    display:inline-block;
    color: #838283;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width:50px;
  height:20px;
  z-index:999;
}

.checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  width:20px;
  padding: 0;
}
.checkbox input[type="checkbox"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border:1px solid #f1eded;
  background-color:#fff;
}

.checkbox input[type="checkbox"]:hover + label:before,
.checkbox input[type="checkbox"]:focus + label:before {
  border-color:#9faab7;
}

.checkbox input[type="checkbox"]:checked + label:before {
  border-color:#f1eded;
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity:0.5;
    cursor: auto;
}
.checkbox input[type="checkbox"]:disabled + label:before {
    opacity:0.5;
}
.checkbox.checkbox {
    margin:0px;
    padding:0px;
    display:inline-block;
}
.checkbox input[type="checkbox"]:checked + label:after {
    position: absolute;
    left: 2px;
    font-size: 30px;
    top:-9px;
    content: '+';
    background: none;
    color: #aa7e66;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tac {
    text-align: center;
}

.mt25 {
    margin-top: 25px;
}

.js-hidden-text {
    display:none;
    margin-bottom:10px;
}

/*
 * UPDATE 9.1.2018
 * 
 */
html {
    height:100%;
    box-sizing: border-box;
}
body {
    min-height:100%;
    position: relative;
}

#footer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}
@media(max-width: 767px) {
    #footer {
         width: calc(100% - 20px);
        left:10px;
        bottom:10px;
    }
}


.modalSlider{
    display:block;
 }
 
 
.gallerySlider > li {
    position:relative;
}
.gallerySlider > li .open-gallery {
    position:absolute;
    bottom:0px;
    right:10%;
    transition:all .2s;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    text-align:center;
    outline:none;
    box-shadow:none;
    font-size:18px;
    line-height:45px;
    width:40px;
    height:40px;
    text-transform:uppercase;
    color:#fff;
    border-bottom:none;
    border-right:none;
    background-color:#c39071;
}


.gallerySlider > li .open-gallery:hover {
    font-size:22px;
    line-height:60px;
    width:55px;
    height:55px;
}

.gallery-modal .modal-body {
    min-height:350px;
    opacity:0;
}
.modal-body .lSPager.lSpg {
    display:none !important;
}
 
.products-row > [class*='col-'] {
display: -ms-flexbox; 
}

.modal-body .lSPager.lSpg {
    display:none;
}
 
 .modal-body .lSSlideOuter.vertical .lSAction > a {
    display:none !important;
 }
 
 .product-item {
    max-height:456px;
    margin-bottom: 30px;
 }

 /*
 * validace formuláře
 */
.alert {
    padding:5px 20px;
    border-radius:0px;
    border:none;
    text-align: center;
}
.EditingFormErrorLabel {
    display: block;
    color: red;
    padding-left: 20px;
    font-size: 11px;
    padding-top: 10px;
}

strong {
    font-family: "Sharp-Bold";
}

table.order-product {
    table-layout:fixed;
}

h3.js-product-name {
    font-size: 35px;
}

h3.js-product-name small {
    font-size: 60%;
}

.EditMode #footer, .DesignMode #footer {
     position: relative; 
}
    
.gallery-modal .gallerySlider li img {
    /*width:auto;*/
    max-width: 100%;
    max-height: 100%;
}

@media(max-width:600px) {

  .gallerySlider li img {
    border:none;
  }
    .gallery-modal .lSSlideOuter {
        padding-right:0px !important;
        overflow:visible;
    }
    .gallery-modal .lSPager.lSGallery {
        width:100% !important;
    left: 0px !important;
    text-align:center;
    top: auto !important;
    bottom: 0px !important;
    height:auto !important;
    }
  
   
  
    .gallery-modal .lSSlideOuter.vertical .lSPager.lSGallery li {
    height: auto!important;
    width: 50px !important;
    position: relative;
    display:inline-block;
    float: none;
    padding:0px;
    margin: 0 5px !important;
}
   .gallery-modal .lSSlideOuter.vertical .lSPager.lSGallery li img {
    max-height:50px;
  }
  .gallery-modal .gallerySlider li img {
    max-height: calc(100% - 65px);
}
  
    /* scroll test */ 
  .lsPager-wrap {
        width: 100% !important;
    overflow-x: scroll;
    height: 52px;
    position: absolute;
    bottom: 0px;
  }
  .gallery-modal .modal-body {
    overflow:hidden;
  }
  .gallery-modal .lSSlideOuter.vertical .lSPager.lSGallery li {
  width:50px !important;
  }
  .gallery-modal .lSPager.lSGallery {
    width: 1000px !important;
    margin-left: -500px !important;
    left: 50% !important;
    text-align: center;
    top: 1px !important;
    bottom: 0!important;
    height: auto!important;
    overflow-x: scroll !important;
}
  .gallery-modal .lSSlideOuter.vertical .lSPager.lSGallery li img {
    max-height:50px;
  }
    /* end scroll test */
    
}

@media(min-width:850px) {
    .gallery-modal .modal-dialog {
        width: 95vw;
        height: 95vh;
        margin:15px 0;
    }
    .gallery-modal .modal-content  {
        height:100%;
    }
    .gallery-modal .modal-body {
        height:calc(100% - 100px);
        padding-bottom:0px;
    }
    .modal-body .gallerySlider li .image-container img {
        max-width:100%;
        max-height:100%;
    }
    .gallery-modal .lSPager.lSGallery {
        width:100px !important;
    }
}

/* tablet header logo fix */
#header.scrolled .header-top {
    left:0px;
    top:10px;
}

#header.scrolled .header-top .header-logo {
    transform:scale(0.55);
    margin-left:-25px;
}

@media(min-width:768px) and (max-width:940px) {
    .header-menu > li > a {
        padding:16px 9px;   
    }
}

/* footer overflow fix */
@media(max-width:992px) {
    #footer .container {
        width:100%;
        padding:0px;
    }
    .footer-bottom {
        margin:0 !important;
    }
}
@media(max-width:767px) {
    .footer-menu {
        margin-bottom: 20px;
    }
}

/*open gallery fix*/ 
@media(min-width:1px) and (max-width:1199px) {
    .gallerySlider > li .open-gallery {
        right:40px;
    }
}
/*modal preview fix*/
.lSSlideOuter .lSPager.lSGallery img {
    max-height: 100%;
}

@media(max-width:767px) {
    .gallerySlider li img {
        width:calc(100% - 80px);
    }
}

/*
 * UPDATE - Srovnavac produktu
 * 22.1. 2018
 *
 */

.btn-brown.bordered {
    border:1px solid #aa7e66 !important;
}
.btn-brown.light {
    color:#bbbbbb;
    border-color:#bbbbbb;
}
.btn-brown.light img {
    opacity:0.55;
    pointer-events:none;
}

.btn-brown.disable {
    opacity:0.5;
}

.modal-compare .modal-body {
    opacity:1 !important;
}

.btn-brown.btn-animated.light .btn-inner:before,
.btn-brown.btn-animated.light .btn-inner:after,
.btn-brown.btn-animated.light:before,
.btn-brown.btn-animated.light:after {
    background-color:#bbbbbb;
}

.tooltip {
    opacity:1 !important;
}
.tooltip-inner {
    max-width: 200px;
    padding: 10px;
    color: #fff;
    opacity: 1;
    text-align: center;
    background-color: #c39071;
    border-radius: 0px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #c39071;
}

.btn-brown:not(.disable):not(.hoverTooltip) + .tooltip {
    display:none !important;
    width:0px;
    height:0px;
    opacity:1 !important;
    overflow:hidden;
}

.compare-bar {
    padding:20px 0;
    background-color:#f1eded;
    text-align:center;
    position:fixed;
    bottom:-100px;
    left:20px;
    width:calc(100% - 40px);
    z-index:999;
     -moz-transition:    all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition:      all .5s ease;
    -ms-transition:     all .5s ease;
    transition:         all .5s ease;
}
.compare-bar.visible {
    bottom:20px;
}


.compare-products {
    width:100%;
}

.compare-products > tbody > tr > th,
.compare-products > tbody > tr > td {
    font-size:15px;
    padding:8px;
    vertical-align:middle;
}

.compare-products > tbody > tr > th {
    text-align:right;
    font-family: "LyonDisplay";
}

.compare-products > tbody > tr > td {
    font-family: "LyonText",sans-serif;
    text-align:center;
}

.js-compare-actions a {
    display:block;
    margin-bottom:5px;
}

.compare-products > tbody > tr.colored,  .order-history-table > tbody > tr.colored {
    background-color:#f1eded;
}

.compare-products .image {
    border:1px solid #f2f3f4;
    max-width:100%;
    max-height:200px;
}

.compare-products a {
    color:#aa7e66;
}



@media(max-width:767px) {
    .compare-bar,
    .js-compare_add,
    .js-compare_remove {
        display:none !important;
        visibility:hidden;
        width:0px;
        height:0px;
        overflow:hidden;
    }
}

.compare-name {
    font-family: "LyonDisplay",sans-serif;
    font-size:22px;
}

.compare-price {
    font-size:18px;
}
.compare-price strong {
    font-family:"LyonDisplay",sans-serif;
}


.compare-modal .modal-dialog {
    width: 95vw;
    height: 95vh;
    margin:15px 0;
}
.compare-modal .modal-content  {
    height:100%;
}
.compare-modal .modal-body {
    height:calc(100% - 150px);
    padding-bottom:0px;
}

@media(max-width:1200px) {
    .compare-products > tbody > tr > td {
        padding:5px;
    }
    .compare-products .image {
        max-height:120px;
    }
    .compare-name {
        font-size:20px;
    }
    
    .compare-price {
        font-size:16px;
    }
}

@media(max-height:850px) {
    .modal-header {
        padding:15px 25px;
    }
    .compare-products .image {
        max-width:150px;
    }
    .compare-products > tbody > tr > th, .compare-products > tbody > tr > td {
        padding:6px;
    }
}


#headerSearch .form-control {
    border: 1px solid transparent;
    border-bottom: none;
    border-right: none;
    float:left;
    width:60%;
}

#headerSearch .pc-dropdown:hover .form-control{
    border-color: #d9dde2;
}


#headerSearch .btn {
    width:39.9%;
    float:left;
    border:1px solid transparent;
    padding-top:12px;
    padding-bottom:13px;
    border-bottom:none;
    height:50px;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
}


#headerSearch .pc-dropdown:hover .btn {
    border-color: #d9dde2;
}
#headerSearch .pc-dropdown .searchBox {
    position:relative;
    overflow:hidden;
    border-bottom:1px solid #d9dde2
}

#headerSearch .pc-dropdown .searchBox:after {
    width: 1px;
    height: 30%;
    position: absolute;
    left: 60%;
    bottom: 0px;
    content: '';
    background-color: #d9dde2;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

#headerSearch .pc-dropdown:hover .searchBox:after {
    opacity:1;
}

#headerSearch .pc-dropdown {
    min-height:50px;
}
#headerSearch .pc-dropdown .searchBox {
    overflow:visible;
}

.pc-dropdown-list {
    top:50px !important;
}

#headerSearch .pc-dropdown .searchBox {
min-height:50px;
}

.pc-dropdown-list {
border-top:none;
}

.login-modal .modal-dialog {
    max-width:500px;
}
.login-modal .modal-body, .registration-modal .modal-body {
    padding:20px 30px !important;
}
.login-modal .modal-header, .registration-modal .modal-header {
    padding-bottom:10px;
}

.header-login .icon {
    position: relative;
    top:2px;
}

.header-login a:focus {
    outline: none;
}

@media(max-width:789px){
    .header-login.pull-right {
        float: initial!important;
    }
}

.dn {
    display: none;
}

.editing-form-control-nested-control {
    margin-bottom: 15px;
}

.registration-modal input[type=submit]{
    float: right;
    /*margin-bottom: 20px;*/
}

.btn-link {
    margin-top: -20px;
    border-radius: 0px;
    font-family: "Sharp-Bold",sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration:none;
    display:inline-block;
    color:#335170;
}

.reg-submit {
    float: right;
}

.password-strength-text {
    color: #777;
}

#order .price-vat {
    color: #333;
}

.b {
    font-weight: bold;
}

.login-modal .error-label {
    color:red;
    text-align:center;
    display:block;
    padding:15px 0;
}

.register-modal span.error-label,
.register-modal span.alert {
    display:block;
}

.login-modal span.alert {
    display:block;
}

.light-ddl {
    opacity:0.7;
}

.js-country-select {
    color:#999999;
}

.change-password {
    max-width:400px;
    margin: 0 auto;
}

.signoutButton {
    margin-top: 10px;
}

.logon-password-retrieval-button {
    margin-bottom: 20px;
}

.order-history-table {
    width: 100%;
    font-size: 1.2em;
    line-height: 2em;
}

.order-history-table th {
    text-align: center;
    font-family: "LyonDisplay";
}

.order-history-table td {
    font-family: "LyonText";
}

.mt-50 {
    margin-top: 50px;
}

.reg-confirm-page span:after {
    content: '\A';
    white-space: pre;
}

.reg-confirm-page input {
    margin-top: 20px;
}

.reg-confirm-page {
    min-height:400px
}
.reg-submit,
.logon-password-retrieval-link {
    font-family:"Sharp",sans-serif !important
}

.form-group select.form-control::-ms-expand {
    display: none;
}

.hide {
    visibility: hidden;
}

.agree-box input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width:0px;
}
.agree-box input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #555;
}
.agree-box input[type="checkbox"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border:1px solid #f1eded;
  background-color:#fff;
}

.agree-box input[type="checkbox"] + label:before,
.agree-box input[type="checkbox"] + label:before {
  border-color:#9faab7;
}

.agree-box input[type="checkbox"] + label:before {
  border-color:#f1eded;
}
.agree-box input[type="checkbox"]:disabled + label {
    opacity:0.5;
    cursor: auto;
}
.agree-box input[type="checkbox"]:disabled + label:before {
    opacity:0.5;
}

.agree-box input[type="checkbox"]:checked + label:after {
    position: absolute;
    left: 2px;
    font-size: 30px;
    top: -9px;
    content: '+';
    background: none;
    color: #aa7e66;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reg-confirm-page .ErrorLabel {
    text-align: center !important;
    display: inline-block;
    margin-bottom: 5px;
}

.hoverTooltip {
    /*margin-left:5px;*/
    display:inline-block;
}


/*label a {
    color:#333;
    text-decoration:underline;
}*/

.product-send-request .btn {
margin-right:5px;
}

.product-send-request {
overflow:hidden;
}
.hoverTooltip {
position:relative;
}

@media(min-width:768px) and (max-width:850px) {
    .header-menu > li > a {
        padding:16px 11px;
    }
}



ol {
	list-style: none;
	counter-reset: item;
} 

li {
	counter-increment: item;
}
     
ol li:before {
    margin-right: 10px;
    content: counters(item,".") " ";
    display: inline-block;
}

#contact-us-modal input[type=submit] {
    float:right;
}

.contact-us-modal .contact-agree-box-text {
    position: relative;
    top: -17px;
    padding-left: 20px;    
    color: #555;
}

#contact-us-modal .EditingFormTable {
    width: 100%;
}

.contact-us-modal .FormPanel {
overflow:hidden;
}

@media (min-width: 850px) {
.contact-us-modal .modal-dialog {
    max-width: 680px;
} }

.zoom img {
  cursor:default;
}

.image-container {
  width:100%;
  height:100%;
}

.lSSlideOuter .lSPager.lSGallery img {
  margin:0 auto;
}

.modal-header .close {
  margin:0;  
  position: absolute;
    right: 15px;
    top: 16px;
 }
.gallery-modal .lSSlideOuter.vertical .lSPager.lSGallery li {
  height:auto !important;/*
  margin-bottom:10px !important;*/
}
@media(max-width:767px) {

    .gallery-modal .modal-body {
      padding:10px;
    }
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius:0px !important;
}

.product-variant-description {
    margin-bottom: 20px;
    font-family: "LyonText",sans-serif;
}

.contact-us-modal .form-table {
  width:100%;
}

.form-table textarea {
      border: 1px solid #d9dde2 !important;
}

.multi-checkbox label {
  margin: 10px 10px 10px 0px;
  display:inline;
}

.FormPanel .row .title {
  text-align:center;
  margin-bottom:10px;
}

@media(max-width: 1050px) {
    .header-menu {
        padding-left: 0 !important;
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
    }
}