/* UNCATEGORIZED */
.cm-read-more {
    display: none;
}
.foto .cell {
    display: inline-block;
}

/* ESHOP */
.eshop-grid {
    display: inline-block;
    width: calc(100% - 250px);
    vertical-align: top;
}
.eshop-menu {
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    width: 200px;
}
.eshop-menu li {
    padding-left: 15px;   
}
.eshop-menu li a:focus {
    outline: 0;
}
.product {
    vertical-align: top;
    display: inline-block;
}
.product.product-with-same-in-cat, .product.product-with-cats {
    width: calc(100% - 250px);    
}
.product .left {
    vertical-align: top;
    display: inline-block;
    width: 500px;
}
.product .right {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 550px);
}
.product-gallery-wrapper {
    margin-top: 20px;
    width: 400px;
    position: relative;
}
.main-image {
    /*height: 400px;*/
    width: 400px;
    line-height: 400px;
    text-align: center;
    max-width: 100%;
    position: relative;
}
.main-image img {
    vertical-align: middle;
}
.ui-widget-overlay {
    background: #333 !important;
	opacity: .6 !important;
}
.ui-dialog {
    max-width: 100%;
}
.ui-dialog .ui-dialog-title {
    white-space: normal !important;
}
/* štítky */
.ribbon-box {
	right: -4px;
	top: -4px !important;
    height: 125px;
    overflow: hidden;
    width: 125px;
    z-index: 0;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
}
.ribbon-label {
	background: #aaa;
    color: #fff;
    padding: 8px 0 8px;
    right: -39px;
    text-shadow: 1px 1px rgba(0,0,0,.24);
    top: 36px;
    transform: rotate(45deg);
    width: 170px;
    z-index: 1;
    display: block;
    position: absolute;
    text-align: center;
    line-height: normal;
}
.ribbon-label::after, .ribbon-label::before {
  	border-style: solid;
  	border-width: 4px 4px 0;
  	bottom: -3px;
  	content: ".";
  	text-indent: -5000px;
  	width: 0;
  	height: 0;
  	position: absolute;
  	border-color: #a2730c transparent transparent;
}
.ribbon-label::before {
    right: 4px;
    transform: rotate(225deg);
}
.ribbon-label::after {
  left: -2px;
  transform: rotate(135deg);
}
@media (max-width: 980px) {
    .product .right {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .eshop-menu, .eshop-grid {
        width: 100%;
    }
    .eshop-menu li {
        display: inline-block;
        padding: 4px 10px;
    }
    .product .main-image {
        max-width: 100%;
    }
    .product, .product .right, .product .left {
        width: 100%;
    }
    .product .detail .left {
        width: 100%;
    }    
    .product .right {
        width: 100%;
    }
    .product .main-image, .product .product-gallery-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    .product.product-with-same-in-cat, .product.product-with-cats {
        width: 100%;
    }
}

@media (max-width: 440px) {
    .product-gallery-wrapper {
        width: 280px;
    }
    .main-image {
        width: 300px;
        line-height: 300px;
    }
}

/* zasielkovna */
.autocomplete-suggestions {
    width: 100% !important;
    max-width: 524px;
    overflow-y: auto;
    border: 1px solid #bbb;
}
.autocomplete-suggestions:before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    left: 120px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid green;
}
.autocomplete-suggestions .autocomplete-suggestions-inner {
    color: #000;
    font-size: 14px;
    text-align: left;
    width: 100% !important;
    max-height: calc(100vh - 90px) !important;
    padding: 0;
    border: 2px solid green;
    border-radius: 2px;
    margin-top: 10px;
    background-color: #ddd;
    overflow-y: auto;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.autocomplete-suggestions .autocomplete-zasielkovna {
    position: relative;
    z-index: 10000;
}
.autocomplete-suggestions .autocomplete-zasielkovna .autocomplete-suggestion > h4 {
    display: none;
}
.autocomplete-suggestion {
    width: 100%;
    cursor: default;
}
.autocomplete-suggestion > h4, .autocomplete-suggestion > span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 7px 10px;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
}
.autocomplete-suggestion > h4 {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    background-color: green;
}
.autocomplete-suggestion.autocomplete-selected > span {
    background-color: #ddd;
}
.zasielkovna-choosed {
    font-weight: bold;
}
.choose-zasielkovna {
    padding-left: 20px;
    height: 0;
    overflow: hidden;
    transition: all 0.15s;
    position: relative;
    top: -16px;
    padding-top: 0px;
    border-bottom: 0px solid #ddd;
}
.modern-form .choose-zasielkovna.select-group::after {
    top: 49px;
    right: 12px;
}
.modern-form input[type="text"].zasilkovna {
    border-color: #ddd;
}
.choose-zasielkovna .label {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.choose-zasielkovna.open {
    height: 66px;
    padding-top: 8px;
    border-bottom: 1px solid #ddd;
}
.choose-zasielkovna .dropdown-button {
    width: 37px;
    height: 37px;
    position: absolute;
    bottom: 5px;
    right: 1px;
}
.choose-zasielkovna .dropdown-button  i {
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    left: 14px;
    top: 12px;
}
.choose-zasielkovna .dropdown-button .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#zasielkovna-link {
    position: absolute;
    right: 3px;
    top: -7px;
}
#zasielkovna-link img {
    width: 30px;
}
.snake-block.with-bg-video {
    position: relative;
    overflow: hidden;
}
video.snake-bg {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
}

@media (max-width: 750px) {
    .choose-zasielkovna .label {
        margin-left: -10px;
        text-align: left;
    }
    table.form input.zasielkovna {
        max-width: 100%;
    }
}

/* COOKIE BAR */
.cookie-bar-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 15px 25px 0;
    background: rgba(255,255,255,0.9);
    border: 1px solid #ccc;
    z-index: 10000;
    box-sizing: border-box;
}
.cookie-bar-container div {
    box-sizing: border-box;
}
.cookie-bar {
    color: #FFFFFF;
    background-image: url('/images/cookie-transparent.png');
    background-size: 50px;
    background-repeat: no-repeat;
}
.cookie-bar .option {
    padding: 5px 0 10px 0;
    color: #2B2B2B;
}
.cookie-bar .option input {
    margin-right: 10px;
}
.cookie-bar > .left {
    padding-right: 50px;
    border-right: 1px solid #ccc;
}
.cookie-bar .left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 25px;
}
.cookie-bar .right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.cookie-bar .right .left {
    padding-left: 50px;
}
.cookie-bar .right .right {
    text-align: right;
    padding-right: 25px;
    padding-bottom: 20px;
}
.cookie-bar .message {
    display: inline-block;
    width: 100%;
    color: #2B2B2B;
    text-align: left;
    padding-bottom: 20px;
}
.cookie-bar .button {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 5px 5px 5px 5px;
    color: white;
    width: 140px;
    font-weight: normal;
    text-align: center;
    border: 1px solid;
}
.cookie-bar .button.primary {
    color: #fff;
    background-color: #498024;
    border-color: #498024;
}
.cookie-bar .button.secondary {
    color: #606060;
    border-color: #606060;
}
.cookie-bar .button.primary:hover,
.cookie-bar .button.primary:focus {
    background-color: #39641c;
}
.cookie-bar .button.secondary:hover,
.cookie-bar .button.secondary:focus {
    background-color: #e0e0e0;
}
@media (max-width: 750px) {
    .cookie-bar .left, .cookie-bar .right {
        width: 100%;
    }
    .cookie-bar .left {
        padding-left: 25px;
        border: 0;
    }
    .cookie-bar .right .right {
        text-align: center;
        padding: 20px;
    }
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);


* {
    margin: 0;
    padding: 0;
}
body {
    /*background: url(/domains/almonsro/UserFiles/images/bg.png) no-repeat center;*/
    background-position: 50% 0;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: left;
}
a:link {
    color: #ed991f;
}

a:visited {
    color: #ed991f;
}

a:hover {
    color: #ed991f;
    text-decoration: none;
}
a:active {
    color: #ed991f;
    text-decoration: none;
}
a.copy:link {
    color: #FFFFFF;
    text-decoration: none;
}
a.copy:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a.copy:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
a.copy:active {
    color: #FFFFFF;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
    color: #99d420;
    margin-bottom: 15px;
    margin-top: 15px;
}
h1 {
    line-height: 1.2em;
    margin-bottom: 20px;
    font-size: 20px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 13px;
}

h5 {
}
menu, ul {
    list-style-type: none;
    margin-bottom: 10px;
}
.container {
    height: auto;
}

img {
border: 0 none;
}


.layer1 {
margin: 0 auto;
z-index: 100;
position: relative;
width: 1000px;
}
.layer1 a, .layer1 img {
    border: 0 none;
}
.languages {
}
.languages span {
}
.languages a {

}
.languages a:hover {
}

.header {
    background: url(/domains/almonsro/UserFiles/images_new/header_bg.png) no-repeat;
    float: none;
    height: 116px;
    width: 1000px;
    margin: 0 auto;
}

.header .logo {
    background: url(/domains/almonsro/UserFiles/images_new/almon_logo.png) no-repeat;
    display: block;
    float: left;
    height: 58px;
    width: 210px;
    margin-top: 42px;
    margin-left: 10px;
}
.board {
    float: none;
    font-size: 0;
    margin-bottom: 0;
    position: relative;
    top: 0;
    width: 1000px;
    margin: 0 auto;
}
.block {
    float: none;
    position: relative;
    top: 5px;
    width: 1000px;
    margin: 0 auto;
}
.left-panel {
    background: none repeat scroll 0 0 transparent;
    float: none;
    overflow: hidden;
}
.left-panel-container {
    clear: none;
    font-family: Tahoma;
    display: inline-block;
    float: none;
    min-height: 50px;
    vertical-align: top;
    width: 200px;
    margin-top: 120px;
}
.left-panel-content {
    font-size: 14px;
    margin: 15px 0 0;
    padding: 5px 0 0 0;
}
.right-panel {
    float: right;
    
}

.right-panel-container {
    float: right;
    min-height: 100px;
    position: absolute;
    left: 0px;
    /*background: #e7e7e8;*/
    width: 1000px;
    height: 120px;
}

.right-panel-content {
    
}

.right-panel-content a {
    display: block;
    border: 0;
}

.right-panel-content a img {
    border: 0;
    margin-left: 8px;
    margin-top: 8px;
}

.right-panel-item {
    float: left;
    font-size: 0;
    width: 315px;
    margin-left: 12px;
    height: 95px;
    margin-top: 12px;
    margin-bottom: 15px;
}

.right-panel-item .title {
    
}

.right-panel-item a.image {
    background: url(/domains/almonsro/UserFiles/images_new/hover3.png) no-repeat;
    display: block;
    position: relative;
    z-index: 1;
    height:100px
    /*top: 35px;*/
}

.right-panel-item a.image:hover {
    background: url(/domains/almonsro/UserFiles/images_new/hover2.png) no-repeat;
    z-index:3;
}

.right-panel-item img{
    
}

.right-panel-item .description {
    color: #757575;
    font-size: 13px;
    line-height: 16px;
    padding: 8px 0 0 105px;
    position: absolute;
    top: 20px;
    height: 90px;
    width: 200px;
}

.right-panel-item span.description p{
    margin: 0;
    padding-top: 40px;
}

.right-panel-item .date {
    clear: both;
    color: #666666;
    font-size: 10px;
    line-height: 16px;
    padding: 8px 0;
    /*text-align: right;*/
}
.middle-panel {
    float: none;
    min-height: 365px;
    width: 795px;
    margin-top: 130px;
}
.middle-panel-content {
    line-height: 16px;
    padding: 10px 20px;
}

table {
    border: none;
    padding: 0.5em;
    border-spacing: 0;
}
tr {
    border: 1px dotted gray;
}
td {
    
}
tr:first-child, tr > td:first-child {
    /*font-weight: bold;*/
}

.footer {
    background-color: #6e7073;
    float: none;
    overflow: hidden;
}
.footer a {
color: white;    
}
.footer a:hover {
color: #ed991f;
text-decoration: none;    
}
.footer td {
    color: #fff;
}
.footer-content {
width: 1000px;
background: url(/domains/almonsro/UserFiles/images/footer_bg.png) no-repeat;
margin: 0 auto;
padding-top: 10px;
min-height: 180px;
}

.footer-shadow {
   width: 1000px;
   margin: 0 auto; 
}
.footer-shadow-content {
    font-size: 11px;
    padding: 5px 10px 0 0;
    text-align: right;
}
.footer-shadow-content a {
    border: 0 none;
    color: #000000;
    text-decoration: none;
}
.footer-shadow-content a:hover {
    text-decoration: underline;
}
.footer-shadow-content a img {
    border: 0 none;
    margin-left: 15px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
#footer-table-1 {
}
#footer-table-1 td {
    font-size: 11px;
    padding-right: 30px;
}
#footer-table-1 td a {
    font-size: 11px;
    text-decoration: none;
}
#footer-table-1 td a:hover {
    text-decoration: underline;
}

.ddsmoothmenu {
font-size: 12px;
font-weight: normal;
margin: 52px 0 0 0;
float: right;
}

.ddsmoothmenu ul {
    margin-left: 30px;
}

.ddsmoothmenu ul li a {
    background: none repeat scroll 0 0 transparent;
    color: #585858;
    font-weight: bold;
    line-height: 16px;
    margin-left: 30px;
    padding: 12px 0px 6px 0px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    color: #585858;
}
.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.preselected {
background: 0 none;
color: #99d420;
border-bottom: 5px solid #99d420;
}
.ddsmoothmenu ul li a:hover {
background: 0 none;
color: #99d420;
border-bottom: 5px solid #99d420;
}


.ddsmoothmenu ul li ul li a {
    background: none repeat scroll 0 0 #DA3160;
    border-top-width: 0;
    color: #00CCFF;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 10px 5px 10px 10px;
    text-shadow: 0 0 2px #666666;
    width: 160px;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
    color: #00CCFF;
}
.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a.preselected {
    background: none repeat scroll 0 0 #000000;
    color: #00CCFF;
}
.ddsmoothmenu ul li ul li a:hover {
    background: none repeat scroll 0 0 #000000;
    color: #00CCFF;
}
.downarrowclass {
    position: absolute;
    right: 7px;
    top: 41px;
}
.rightarrowclass {
    position: absolute;
    right: 5px;
    top: 13px;
}
.middle-panel-content li {
    background: url(\"/domains/qtermo/UserFiles/images/list-style.png\") no-repeat scroll 0 4px transparent;
    margin-bottom: 5px;
    padding-left: 15px;
}
p {

}
.leftmenu {
    
}
.leftmenu li {
    background: transparent;
    font-size: 13px;
    margin-bottom: 3px;
}

.leftmenu li:last-child {
    border-bottom: none;
}

ul.leftmenu li ul {
    padding: 0px 7px;
    margin-bottom: 10px;
}
.middle-panel-content ul {
    margin-left: 30px;
}


.leftmenu li a {
    position: relative;
    display: block;
    padding: 8px 10px;
    color: #757575;
    text-decoration: none;
    border-left: 5px solid #bfde14; 
}

.leftmenu li a.selected {
background: #99d420;
color: #ffffff;
border-left: 5px solid #99d420;
}

.leftmenu li a:hover {
background: #99d420;
color: #ffffff;
border-left: 5px solid #99d420;
}

.leftmenu li ul {
    display: none;
    margin-top: 10px;
    margin-bottom: 0px;
}

.leftmenu li ul li a {
    position: relative;
    display: block;
    padding: 8px 10px;
    color: #757575;
    text-decoration: none;
    border-left: 5px solid #e2e2e2; 
}

.leftmenu li ul li a:hover,.leftmenu li ul li a.selected  {
background: none;
color: #99d420;
border-left: 5px solid #99d420;
}

.layer1 .search:first-child {
    margin: 0 32px 0 0;
    display: inline;
    float: left;
}
.layer1 .search input[type="text"] {
    width: 135px;
    border: 1px solid grey;
    height: 18px;
    vertical-align: bottom;
}
.layer1 input[type="submit"] {
    padding: 1px 0;
    background: transparent;
    margin: 0;
    width: 48px;
    height: 20px;
    font-weight: normal;
    background: lightgray;
    color: black;
    border: 1px solid grey;
    border-radius: 2px;
    position: relative;
    left: -5px;
}

/* TopText */

.toptext {
    width: auto;
    display: none;
}

.toptext .inner {
    width: 1000px;
    margin: 0 auto;
}


#big-slider {
    position:relative;
}

#big-slider .pagination {
position: absolute;
bottom: 5px;
left: 15px;
z-index: 300;
}


#big-slider ul.pagination li{
float: left;
background: url(/domains/almonsro/UserFiles/images/pag1.png) no-repeat;
width: 15px;
margin-right: 4px;
}

#big-slider ul.pagination li a{
color: transparent;
width: 15px;
display: block;
height: 15px;
}

#big-slider ul.pagination li.current{
background: url(/domains/almonsro/UserFiles/images/pag2.png) no-repeat;
}

.slides_container{
    height: 350px;
}

.slide-content{
   width: 1000px;
   height: 350px;
}

.slide-container {
    color: gray;
    font-size: 15px;
    position: absolute;
    left: 650px;
    top: 100px;
    /*width: 350px;*/
}

.slide-container h2 {
    color: #666666;
    font-size: 20px;
}

.slide-container p{
    margin: 5px;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
}


.slide-container p a{
   color: #FFFFFF;
   display: inline-block;
   padding-right: 40px;
   padding-left: 20px;
   line-height: 32px;
   text-decoration: none;
   margin-top: 10px;
   font-size: 14px;
   background: url(/domains/almonsro/UserFiles/images/bt_1.png) no-repeat right #ed991f;
}

.slide-container p a:hover{
   background: url(/domains/almonsro/UserFiles/images/bt_2.png) no-repeat right #e78416;
}

.footermenu a {
font-size: 12px;
line-height: 20px;
color: #fff;
text-decoration: none;
}

.footermenu a:hover {
color: #ed991f;
}

.footer h4{
color: #99d420;
margin-bottom: 15px;
margin-top: 0;
}

#social{
position: absolute;
top: 4px;
right: 28px;
}

#social p{
float: left;
line-height: 26px;
padding-right: 15px;
width: 540px;
color: #9caeb8;
font-size: 18px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
}


#social a.fb{
background: url(/domains/almonsro/UserFiles/images/fb_icon.png) top no-repeat;
display: block;
width: 27px;
height: 27px;
float:left;
margin-right: 5px;
}

#social a.fb:hover {
 background: url(/domains/almonsro/UserFiles/images/fb_icon.png) bottom no-repeat;
}

#social a.youtube{
background: url(/domains/almonsro/UserFiles/images/youtube_icon.png) top no-repeat;
display: block;
width: 27px;
height: 27px;
float:left;
}

#social a.youtube:hover{
background: url(/domains/almonsro/UserFiles/images/youtube_icon.png) bottom no-repeat;
}

.showroom {
font-size: 16px;
font-weight: 600;
line-height: 22px;
margin: 10px 0 25px 0;
color: #5a5a5a;
}

.showroom span {
font-weight: 700;
font-family: 'Open Sans Condensed', sans-serif;
color: #9caeb8;
font-size: 22px;
}

.bt_showroom {
margin: 0 auto;
width: 628px;
}

.bt_showroom a {
background: url(/domains/almonsro/UserFiles/images_new/bt_showroom.png) top no-repeat;
width:628px;
height: 64px;
display: block;
}

.bt_showroom a:hover {
background: url(/domains/almonsro/UserFiles/images_new/bt_showroom.png) bottom no-repeat;
}

h1, h2{
    text-align: center;
}
.lvl-1{
 	background: url(/domains/almonsro/UserFiles/images_new/hover3.png) no-repeat;
    display: block;
    position: relative;
    z-index: 1;
    height: 100px /*top: 35px;*/;   
}

.lvl-1:hover {
    background: url(/domains/almonsro/UserFiles/images_new/hover2.png) no-repeat;
    z-index:3;
}
.right-panel-content{
    display: flex;
    margin-top: 12px;
    height: 120px;
}
.right-panel-bar-content.lvl-1{
    background: none;
    top: -80px !important;
    left: 100px;
    width: 200px;
    color: #757575;
    font-size: 13px;
    line-height: 16px;
    height: 90px;
    text-decoration: none;
}
.right-panel-image{
    width: 315px;
    margin: auto;
    height: 120px;
}
.right-panel-bar-container{
    width: 0;
}
.left-align{
    text-align: justify;
}

