@font-face {
    font-family: "LucidaSans";
    /* syno
    src: url("/benergo/fonts/LucidaSans.ttf") format("truetype"); */
    /* live */
    src: url("/fonts/LucidaSans.ttf") format("truetype");
}

body {
    background: #e8e7e3 none repeat scroll 0 0;
    font-family: "LucidaSans";
}
.footer {
    margin-top: 40px;
    width: 999px;
}
.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar {
    min-height: 73px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

h2 {
    color:#a46c36;
    font-size: 18px;
    font-family: "LucidaSans";
}

h3 {
    color:#a46c36;
    font-size: 16px;
    font-family: "LucidaSans";
}

.allcaps {
    text-transform: uppercase !important;
}

a:hover {
    text-decoration: none;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-top-60 {
    margin-top: 60px !important;
}
.margin-top-70 {
    margin-top: 70px !important;
}
.margin-top-80 {
    margin-top: 80px !important;
}
.margin-top-100 {
    margin-top: 100px !important;
}
.margin-top-120 {
    margin-top: 120px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.margin-left-15 {
    margin-left: 15px !important;
}
.margin-left-20 {
    margin-left: 20px !important;
}
.margin-left-30 {
    margin-left: 30px !important;
}
.margin-left-40 {
    margin-left: 40px !important;
}
.margin-left-50 {
    margin-left: 50px !important;
}
.margin-left-80 {
    margin-left: 80px !important;
}
.margin-left-120 {
    margin-left: 120px !important;
}


.margin-top-minus-10 {
    margin-top: -10px !important;
}


.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.container {
    max-width: 999px;
    padding-left: 0;
    padding-right: 0;
}

.header-container {
    background: #fff none repeat scroll 0 0;
    padding: 10px 0 15px;
}

.language-switcher {
    font-size: 12px;
    margin-top: 26px;
    text-align: right;
}

.language-switcher > a {
    color: #aaa;
}

.language-active {
    color: #296db1 !important;
    font-weight: bold;
}

.header-contact {
    font-size: 12px;
    margin-top: 13px;
    text-align: right;
}

.contact-telephone > img {
    margin-top: 0px;
    padding-right: 6px;
}

.contact-telephone {
    font-size: 11px;
    color: #aaa;
    padding-right: 30px;
}

.contact-country-circle {
    height: 15px;
    width: 15px;
    font-size: 8px;
    padding: 1px 2px 2px 2px;
}

.header-contact .contact-country-circle {
    background: rgba(0, 0, 0, 0) url("../images/circle-background-15-lg.png") no-repeat scroll 0 0;
    color: #fff;
}
.footer-container .contact-country-circle {
    background: rgba(0, 0, 0, 0) url("../images/circle-background-15-w.png") no-repeat scroll 0 0;
    color: #000;
}

.contact-email > img {
    padding-right: 4px;
}

#navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: inherit;
    color: #FFF;
}

.navbar.navbar-default {
    background: rgba(243, 243, 241, 1);
    background: -moz-linear-gradient(top, rgba(243, 243, 241, 1) 0%, rgba(236, 235, 232, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243, 243, 241, 1)), color-stop(100%, rgba(236, 235, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(243, 243, 241, 1) 0%, rgba(236, 235, 232, 1) 100%);
    background: -o-linear-gradient(top, rgba(243, 243, 241, 1) 0%, rgba(236, 235, 232, 1) 100%);
    background: -ms-linear-gradient(top, rgba(243, 243, 241, 1) 0%, rgba(236, 235, 232, 1) 100%);
    background: linear-gradient(to bottom, rgba(243, 243, 241, 1) 0%, rgba(236, 235, 232, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f1', endColorstr='#ecebe8', GradientType=0);
}

.navbar-nav > li {
    background: rgba(44, 113, 184, 1);
    background: -moz-linear-gradient(top, rgba(44, 113, 184, 1) 0%, rgba(15, 65, 114, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44, 113, 184, 1)), color-stop(100%, rgba(15, 65, 114, 1)));
    background: -webkit-linear-gradient(top, rgba(44, 113, 184, 1) 0%, rgba(15, 65, 114, 1) 100%);
    background: -o-linear-gradient(top, rgba(44, 113, 184, 1) 0%, rgba(15, 65, 114, 1) 100%);
    background: -ms-linear-gradient(top, rgba(44, 113, 184, 1) 0%, rgba(15, 65, 114, 1) 100%);
    background: linear-gradient(to bottom, rgba(44, 113, 184, 1) 0%, rgba(15, 65, 114, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c71b8', endColorstr='#0f4172', GradientType=0);
    min-width: 167px;
    text-align: center;
    // border-left: 1px solid #9cc2e8;
    // border-right: 1px solid #16395d;
}
.nav-7-col li {
    min-width: 143px;
    width: 143px;
}
.nav-7-col li:first-child {
    min-width: 144px;
    width: 144px;
}

.navbar-nav li.brown-menu {
    border-right: 1px solid #7d4d1d;
}
.navbar-nav li.blue-menu {
    border-right: 1px solid #0a5070;
}

.navbar-nav > li.active {
    background: rgba(0, 57, 114, 1);
    background: -moz-linear-gradient(top, rgba(0, 57, 114, 1) 0%, rgba(0, 44, 89, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 57, 114, 1)), color-stop(100%, rgba(0, 44, 89, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 57, 114, 1) 0%, rgba(0, 44, 89, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 57, 114, 1) 0%, rgba(0, 44, 89, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 57, 114, 1) 0%, rgba(0, 44, 89, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 57, 114, 1) 0%, rgba(0, 44, 89, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003972', endColorstr='#002c59', GradientType=0);
}

.navbar-nav > li:hover {
    background: rgba(0, 57, 114, 1);
    background: -moz-linear-gradient(top, rgba(0, 57, 114, 1) 0%, rgba(0, 44, 89, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 57, 114, 1)), color-stop(100%, rgba(0, 44, 89, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 57, 114, 1) 0%, rgba(0, 44, 89, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 57, 114, 1) 0%, rgba(0, 44, 89, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 57, 114, 1) 0%, rgba(0, 44, 89, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 57, 114, 1) 0%, rgba(0, 44, 89, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003972', endColorstr='#002c59', GradientType=0);
}

.navbar-nav > li.brown-menu {
    background: rgba(255, 211, 148, 1);
    background: -moz-linear-gradient(top, #986e3d 0%, #7d4d1d 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #986e3d ), color-stop(100%, #7d4d1d));
    background: -webkit-linear-gradient(top, #986e3d 0%, #7d4d1d 100%);
    background: -o-linear-gradient(top, #986e3d 0%, #7d4d1d 100%);
    background: -ms-linear-gradient(top, #986e3d 0%, #7d4d1d 100%);
    background: linear-gradient(to bottom, #986e3d 0%, #7d4d1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#986e3d', endColorstr='#dcb379', GradientType=0);
    min-width: 166px;
    text-align: center;
    // border-right: 1px solid #b58544;
    // border-left: 1px solid #ffefd8;
}
.nav-7-col li.brown-menu {
    min-width: 142px !important;
    width: 142px !important;
}

.nav-4-col li {
    min-width: 249px;
    width: 249px;
}
.nav-4-col li:first-child {
    min-width: 252px;
    width: 252px;
}

.nav-5-col li {
    min-width: 199px;
    width: 199px;
}
.nav-5-col li:first-child {
    min-width: 203px;
    width: 203px;
}

/*
.navbar-nav > li.brown-menu:hover {
    background: rgba(179, 119, 33, 1);
    background: -moz-linear-gradient(top, rgba(179, 119, 33, 1) 0%, rgba(252, 177, 70, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 119, 33, 1)), color-stop(100%, rgba(252, 177, 70, 1)));
    background: -webkit-linear-gradient(top, rgba(179, 119, 33, 1) 0%, rgba(252, 177, 70, 1) 100%);
    background: -o-linear-gradient(top, rgba(179, 119, 33, 1) 0%, rgba(252, 177, 70, 1) 100%);
    background: -ms-linear-gradient(top, rgba(179, 119, 33, 1) 0%, rgba(252, 177, 70, 1) 100%);
    background: linear-gradient(to bottom, rgba(179, 119, 33, 1) 0%, rgba(252, 177, 70, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b37721', endColorstr='#fcb146', GradientType=0);
}

.navbar-nav > li.brown-menu.active {
    background: rgba(179, 119, 33, 1);
    background: -moz-linear-gradient(top, rgba(179, 119, 33, 1) 0%, rgba(252, 177, 70, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 119, 33, 1)), color-stop(100%, rgba(252, 177, 70, 1)));
    background: -webkit-linear-gradient(top, rgba(179, 119, 33, 1) 0%, rgba(252, 177, 70, 1) 100%);
    background: -o-linear-gradient(top, rgba(179, 119, 33, 1) 0%, rgba(252, 177, 70, 1) 100%);
    background: -ms-linear-gradient(top, rgba(179, 119, 33, 1) 0%, rgba(252, 177, 70, 1) 100%);
    background: linear-gradient(to bottom, rgba(179, 119, 33, 1) 0%, rgba(252, 177, 70, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b37721', endColorstr='#fcb146', GradientType=0);
}
*/
.navbar-nav > li.brown-menu:hover {
    background: #543618;
    background: -moz-linear-gradient(top, #543618 0%, #4e3217 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #543618), color-stop(100%, #4e3217));
    background: -webkit-linear-gradient(top, #543618 0%, #4e3217 100%);
    background: -o-linear-gradient(top, #543618 0%, #4e3217 100%);
    background: -ms-linear-gradient(top, #543618 0%, #4e3217 100%);
    background: linear-gradient(to bottom, #543618 0%, #4e3217 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#543618', endColorstr='#4e3217', GradientType=0);
    /* border-left: 1px solid #d4b9a0; */
}

.navbar-nav > li.brown-menu.active {
    background: #543618;
    background: -moz-linear-gradient(top, #543618 0%, #4e3217 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #543618), color-stop(100%, #4e3217));
    background: -webkit-linear-gradient(top, #543618 0%, #4e3217 100%);
    background: -o-linear-gradient(top, #543618 0%, #4e3217 100%);
    background: -ms-linear-gradient(top, #543618 0%, #4e3217 100%);
    background: linear-gradient(to bottom, #543618 0%, #4e3217 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#543618', endColorstr='#4e3217', GradientType=0);
    /* border-left: 1px solid #d4b9a0; */
}

.navbar-nav > li.brown-menu:hover a {
    color: #fff !important;
}

.navbar-nav > li.blue-menu:first-child {
    border-left: 0 !important;
}

.navbar-nav > li:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    border-left: 0 !important;
}

.navbar-nav > li.brown-menu:last-child {
    border-right: 0 !important;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.navbar-nav > li > a {
    font-size: 15px;
    font-family: "LucidaSans";
    color: #FFF !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 21px;
}

.navbar-nav > li.brown-menu > a {
    font-size: 14px;
    font-family: "LucidaSans";
    color: #fffaf6 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-nav > li.brown-menu.active > a {
    font-size: 14px;
    font-family: "LucidaSans";
    color: #fff !important;
}

.navbar {
    margin-bottom: 0;
}

nav {
    border: 0 none !important;
}

.header-bottom {
    background: rgba(101, 150, 191, 1);
    background: -moz-linear-gradient(top, rgba(101, 150, 191, 1) 0%, rgba(113, 167, 213, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(101, 150, 191, 1)), color-stop(100%, rgba(113, 167, 213, 1)));
    background: -webkit-linear-gradient(top, rgba(101, 150, 191, 1) 0%, rgba(113, 167, 213, 1) 100%);
    background: -o-linear-gradient(top, rgba(101, 150, 191, 1) 0%, rgba(113, 167, 213, 1) 100%);
    background: -ms-linear-gradient(top, rgba(101, 150, 191, 1) 0%, rgba(113, 167, 213, 1) 100%);
    background: linear-gradient(to bottom, rgba(101, 150, 191, 1) 0%, rgba(113, 167, 213, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6596bf', endColorstr='#71a7d5', GradientType=0);
    height: 33px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "LucidaSans";
    color: #FFF;
    display: inline-block;
    margin-bottom: -6px;
    width:100%;
    position: relative;
    z-index: 99;
}
.header-bottom-orange {
    background: rgba(200,163,111,1);
    background: -moz-linear-gradient(top, rgba(200,163,111,1) 0%, rgba(223,182,124,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(200,163,111,1)), color-stop(100%, rgba(223,182,124,1)));
    background: -webkit-linear-gradient(top, rgba(200,163,111,1) 0%, rgba(223,182,124,1) 100%);
    background: -o-linear-gradient(top, rgba(200,163,111,1) 0%, rgba(223,182,124,1) 100%);
    background: -ms-linear-gradient(top, rgba(200,163,111,1) 0%, rgba(223,182,124,1) 100%);
    background: linear-gradient(to bottom, rgba(200,163,111,1) 0%, rgba(223,182,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8a36f', endColorstr='#dfb67c', GradientType=0 );
}

.header-bottom-title {
    display: block;
    margin: 7px 0 0 15px;
}

.social-icons {
    margin: 6px 25px 0 0;
}

.social-icons > span {
    padding-right: 5px;
}
.container.site-wrapper {
    background: #fff none repeat scroll 0 0;
}

.site-index-left {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(51%, rgba(245,245,245,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 51%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 51%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 51%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 51%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    color: #666;
    font-size: 13px;
    line-height: 16px;
}
.ekparna-page .site-index-left {
    line-height: 1.4;
    /* line-height: 16px; */
}

.highlight {
    /* color: #070707; */
    font-weight: bolder;
}
.highlight-italic {
    color:#296db1;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
}
.gerincparna-page .highlight-italic {
    font-weight: normal;
}

.site-index-list {
    list-style-type: none;
    margin-left: -38px;
    margin-bottom: 10px;
}
.site-index-list > li::before {
    color: #296db1;
    content: "■";
    font-size: 25px;
    padding-right: 5px;
    font-style: normal !important;
}
.site-index-list > li {
    line-height: 18px;
    margin-bottom: 6px;
}

.dense.site-index-list > li {
    line-height: 16px;
    margin-bottom: 6px;
}

.small-index-list {
    list-style-type: none;
    margin-left: -38px;
    margin-bottom: 10px;
}
.small-index-list > li::before {
    color: #296db1;
    content: "■";
    font-size: 16px;
    padding-right: 7px;
    font-style: normal !important;
    /* vertical-align: bottom; */
}
.small-index-list.brown-bullet > li::before {
    color: #a46c36;
}
.small-index-list > li {
    line-height: 19px;
    margin-bottom: 16px;
}

.order-sum-page .small-index-list > li {
    margin-bottom: 0;
}

.article-row .site-index-list > li {
    line-height: 20px;
    margin-bottom: 8px;
}
.site-index-arrow {
    background-color: #ff5858;
    color: #fff;
    font-family: "LucidaSans";
    font-size: 14px;
    margin: 10px -5px 20px -20px;
    padding: 7px 0 7px 22px;
    position: relative;
    text-transform: uppercase;
}

.site-index-arrow::before {
    border-color: transparent transparent transparent #ff5858;
    border-style: solid;
    border-width: 23px 0 23px 25px;
    content: " ";
    height: 0;
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
}
.site-index-arrow::after {
    border-color: #d05454 #d05454 transparent transparent;
    border-style: solid;
    border-width: 4px 3px;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.site-index-youtube {
    margin: 12px 15px 0;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.site-index-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ribbon-header {
    background-color: #f4f4f4;
    color: #465aa8;
    font-family: "LucidaSans";
    font-size: 23px;
    margin-left: -22px;
    max-width: 360px;
    position: relative;
    padding: 5px 0;
}
.ribbon-header::after {
    border-color: #dad9d7 #dad9d7 transparent transparent;
    border-style: solid;
    border-width: 4px 3px;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.ribbon-text {
    padding-left: 30px;
}
.ribbon-text.ribbon-second-line {
    display: block;
    margin-left: 25px;
}
.ribbon-header-right {
    background-color: #f4f4f4;
    color: #465aa8;
    float: right;
    font-family: "LucidaSans";
    font-size: 23px;
    margin-right: -28px;
    max-width: 360px;
    padding: 5px 0;
    position: relative;
    width: 100%;
}
.ribbon-header-right::after {
    border-color: #dad9d7 transparent transparent;
    border-style: solid;
    border-width: 8px 6px 0 0;
    content: " ";
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
}
.ribbon-text-right {
    padding-left: 30px;
}
.ribbon-header-full {
    background-color: #fafafa;
    padding: 10px;
    margin-left: -7px;
    margin-right: -7px;
    display: table;
    height: 120px;
    min-width: 100%;
}
.vertical-news-label-left {
    color: #d6d6d6;
    font-size: 12px;
    transform: rotate(-90deg);
    transform-origin: left bottom 0;
    position: relative;
    top: 74px;
}
.vertical-news-label-right {
    color: #d6d6d6;
    font-size: 12px;
    transform: rotate(90deg);
    transform-origin: left top 0;
    position: relative;
    top: -80px;
    left: 110px;
    float: right;
    margin-bottom: -30px;
}
.vertical-news-label-right:hover {
    color: #000;
}
.news-container-small {
    margin-left: 10px;
    margin-top: 5px;
    clear: both;
    padding: 0 0 0 10px;
    min-height: 90px;
}
.news-container-small-empty {
    /* min-width: 255px; */
    min-height: 90px;
}
.news-container-normal {
    clear: both;
    display: table;
    margin-top: 25px;
    padding-right: 30px;
    max-width: 680px;
}
.news-container-small:hover {
    background-color: #f3f3f3;
    border-radius: 5px;
}
.news-container-normal:hover {
    background-color: #f3f3f3;
    margin: 25px 0 -20px -20px;
    padding: 0 20px 20px 20px;
    border-radius: 5px;
}
.news-container-small.left {
    margin-top: -12px;
}
.news-title-small {
    color: #a46c36;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 4px;
}
.news-title-normal {
    color: #465aa8;
    margin-bottom: 5px;
    /* color: #a46c36;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 4px; */
}
.news-thumbfigure {
    float: left;
    padding-right: 4px;
}
.news-thumbimage {
    width: 40px;
    height: auto;
    padding-top: 3px;
    margin-right: 5px;
}
.news-thumbcaption {
    color: #bdbdbd;
    font-size: 7px;
    font-stretch: ultra-condensed;
}
.news-shortdesc-small {
    color: #666;
    font-size: 12px;
    line-height: 16px;
    padding-top: -3px;
}
.news-shortdesc-normal {
    color: #666;
    padding-top: 3px;
    /* font-size: 12px;
    line-height: 16px;
    padding-top: -3px; */
}
.news-arrow-right {
    position: relative;
    left: 50%;
    margin-top: 10px;
}
.newsarticle-date {
    color: #ccc;
    font-size: 10px;
    font-style: italic;
    margin-top: 15px;
}
article footer {
    border: 0;
}
.product-image {
    margin: 25px 0 0 40px;
    text-align: center;
}
.product-desc {
    color: #666;
    font-size: 13px;
    margin-left: 80px;
    max-width: 275px;
}
.big-product-desc {
    color: #666;
    font-size: 13px;
    margin-left: 80px;
}
.product-price {
    color: #666;
    font-family: "LucidaSans";
    font-size: 13px;
    margin: 10px 0 10px 80px;
    text-decoration: line-through;
}
.product-vat-label-A {
    margin-top: 6px;
    margin-left: 80px;
    font-size: 12px;
    color: #cbcbcb;
}
.order-page .product-vat-label-A,
.order-sum-page .product-vat-label-A {
    margin-top: 30px;
    float: right;
    clear: right;
    margin-right: 192px;
}
.table.table-striped.order-details {
    clear: both;
}
.product-order-section {
    margin-left: 80px;
}
.special-btn {
    background-color: #ff5858; /* #a46c36; */
    color: #fff;
    display: block;
    font-family: "LucidaSans";
    font-size: 17px;
    /* max-width: 134px; */
    padding: 4px 5px 2px 15px;
    position: relative;
    margin-left: -15px;
    height: 31px;
    width: 167px;
    text-align: center;
}
.special-btn::before {
    border-color: transparent transparent transparent #ff5858; /* #a46c36; */
    border-style: solid;
    border-width: 15px 0 16px 24px;
    content: " ";
    height: 0;
    position: absolute;
    right: -24px;
    top: 0;
    width: 0;
}
.special-price {
    color: #333;
    font-family: "LucidaSans";
    font-size: 30px;
    text-align: center;
    margin: -6px 0 0;
}
.testament {
    background: rgba(0, 0, 0, 0) url("../images/circle-background.png") repeat scroll 0 0;
    height: 320px;
    margin-left: -20px;
    width: 256px;
}
.testmanet-image {
    padding-left: 40px;
    padding-top: 50px;
    text-align: center;
}
.testament-text {
    color: #aaaaaa;
    font-size: 12px;
    padding-right: 30px;
    padding-top: 10px;
    text-align: right;
}
.testament-signature {
    color: #a46c36;
    font-size: 12px;
    font-style: italic;
}
.testament-signature {
    color: #a46c36;
    font-size: 12px;
    font-style: italic;
    padding-right: 30px;
    padding-top: 5px;
    text-align: right;
}
.more-btn {
    background: rgba(0, 0, 0, 0) url("../images/more-arrow.png") no-repeat scroll right center;
    height: 94px;
}

.more-btn-text > a {
    color: #cbcbcb;
    display: block;
    font-family: "LucidaSans";
    padding: 35px 25px 0 0;
    text-align: right;
    text-transform: uppercase;
}
.more-btn-text {
    margin: 160px 0 0;
}
.strong {
    font-weight: bold;
}
.separator {
    background: #f4f4f4 none repeat scroll 0 0;
    height: 3px;
    margin: 35px;
}
.main-section-title {
    color:#a46c36;
    font-size: 25px;
    font-family: "LucidaSans";
    margin-bottom: 1em;
}
.section-left-block {
    max-width: 326px;
    padding: 10px 40px 0;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(51%, rgba(233,233,233,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 51%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 51%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 51%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 51%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.ekparna-wrapper {
    min-height: 515px;
}
.section-left-block > p {
    color: #666;
    font-family: "LucidaSans";
}
.align-right {
    text-align: right;
}
.ekparna-custom-width {
    max-width: 480px;
}
.ribbon-single-line {
    padding: 20px 0;
}
.product-ekparna-wrapper {
    position:relative;
}
.product-ekparna-image {
    position: absolute;
    top: -25px;
}
.product-ekparna-wrapper {
    margin-top: 75px;
}
.product-ekparna-desc {
    color: #666;
    font-family: "LucidaSans";
    font-size: 13px;
    margin-top: 10px;
    padding-right: 140px;
}
.footer-wrapper {
    background: rgba(247,246,246,1);
    background: -moz-linear-gradient(top, rgba(247,246,246,1) 0%, rgba(223,223,223,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,246,246,1)), color-stop(100%, rgba(223,223,223,1)));
    background: -webkit-linear-gradient(top, rgba(247,246,246,1) 0%, rgba(223,223,223,1) 100%);
    background: -o-linear-gradient(top, rgba(247,246,246,1) 0%, rgba(223,223,223,1) 100%);
    background: -ms-linear-gradient(top, rgba(247,246,246,1) 0%, rgba(223,223,223,1) 100%);
    background: linear-gradient(to bottom, rgba(247,246,246,1) 0%, rgba(223,223,223,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f6', endColorstr='#dfdfdf', GradientType=0 );
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: -10px;
    -webkit-box-shadow: 0px 5px 14px 0px rgba(219, 219, 219, 1);
    -moz-box-shadow:    0px 5px 14px 0px rgba(219, 219, 219, 1);
    box-shadow:         0px 5px 14px 0px rgba(219, 219, 219, 1);
}

.footer-links {
    list-style-type: none;
    margin-bottom: 10px;
    padding: 20px 25px 30px;
}
.footer-links > li::before {
    color: #296db1;
    content: "■";
    font-size: 25px;
    padding-right: 7px;
    font-style: normal !important;
}
.footer-links > li {
    line-height: 18px;
    margin-bottom: 6px;
    float: left;
    margin-right: 20px;
    color: #333;
    font-family: "LucidaSans";
}
.footer-links > li a {
    color: #333;
    display: block;
    float: right;
    font-family: "LucidaSans";
    margin-top: 2px;
}
.copyright-text {
    color: #c0c0c0;
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
}
footer {
    border-top: 5px solid #8295ab;
    margin-top: 35px;
    position: relative;
}
.footer-details {
    left: 42%;
    position: absolute;
    top: 10px;
    color: #fff;
    font-size: 12px;
}
.footer-title {
    color: #fff;
    font-family: "LucidaSans";
    font-size: 16px;
    text-transform: uppercase;
}
.footer-subtitle {
    color: #fff;
    font-family: "LucidaSans";
    font-size: 13px;
    margin-top: 25px;
    text-transform: uppercase;
}
.footer-map img {
    width: 100%;
}
.contact-email-footer {
    margin-top: 6px;
}
.contact-telephone-footer {
    margin-top: 5px;
    color: #fff;
    font-size: 11px;
    line-height: 19px;
}
.footer-map .img-responsive {
    max-height: 195px;
}
.go-to-article {
    color: #a46c36;
    display: block;
    font-family: "LucidaSans";
    font-style: italic;
    margin-top: 2em;
}
.go-to-article::before {
    content: url("../images/nyil.png");
    display: block;
    float: left;
    margin-right: 5px;
    /* margin-top: -1px; */
    margin-top: 4px;
    vertical-align: top;
}
.ekparna-special-row {
    margin-left: -30px;
    padding-left: 0;
    padding-right: 0;
}
.ekparna-pricebox {
    font-size: 30px;
    padding-left: 15px;
    padding-right: 0;
    text-align: left;
}
.gerinkenocs-pricebox {
    font-size: 30px;
    margin-left: 25px;
    padding-right: 0;
    text-align: left;
}
.derektamasz-special-row {
    margin-left: -13px;
    padding-left: 0;
    padding-right: 0;
}
.derektamasz-pricebox {
    font-size: 30px;
    margin-left: 40px;
    padding-right: 0;
    text-align: left;
}
.img-responsive.ekparna-image {
    margin: 125px 0 0 25px;
}
.ekparna-image-2 {
    margin: 85px 0 0 -125px;
}
.more-btn.more-btn-ekparna {
    margin-right: -35px;
}
.more-btn-ekparna .more-btn-text {
    margin: 125px 0 0;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.margin-fix-right {
    margin-right: -11px;
}
.product-ekparna-desc.product-derektamasz-desc {
    margin-left: 40px;
    padding-right: 90px;
}
.product-derektamasz-btn {
    margin: 15px 0 0 130px;
    text-align: right;
}
.derektamasz-image {
    margin: 80px 0 0;
}
.derektamasz-details {
    margin-left: -60px;
}
.derektamasz-image-2 {
    margin: 35px 0 0;
}
.more-btn-derektamasz {
    margin: -115px 0 0;
}
.circle-right {
    background: rgba(0, 0, 0, 0) url("../images/circle-background-right.png") repeat scroll 0 0;
    height: 320px;
    margin-left: -15px;
    width: 256px;
}
.hengerparna-left {
    margin: 50px 0 0;
}
.circle-text {
    color: #ff5858;
    font-family: "LucidaSans";
    font-size: 18px;
    font-style: italic;
    padding-left: 15px;
    padding-top: 100px;
}
.hengerparna-order-btn {
    margin: 25px 0px 0px 17px;
}
.hengerparna-image-2 {
    margin: -50px 0 0 55px;
    text-align: right;
}
.more-btn-hengerparna .more-btn-text {
    margin: 25px 25px 0;
}
.hengerparna-wrapper {
    min-height: 435px;
}

.hengerparna-ribbon {
    margin-right: -20px;
}
.product-gerinc-desc {
    margin-left: 20px;
}
.gerinckenocs-image-2 {
    margin: 25px 0 0 20px;
}
.more-btn-gerinckenocs .more-btn-text {
    margin: 43px 0 0;
}
.product-gerinckenocs-wrapper {
    margin-top: 30px;
}
.gerinckenocs-image {
    margin: 40px 0 0;
}
.gerinckenocs-article {
    margin-top: 35px;
}
.section-left-block-kenocs {
    min-height: inherit;
}
.product-gerinckenocs-desc {
    margin-left: 25px;
    margin-top: 10px;
}
.more-btn.more-btn-gerinckenocs.hidden-xs.hidden-sm {
    margin-right: -35px;
}
.more-btn-text a:hover{
    color:#000;
}
.active-more-btn {
    background: rgba(0, 0, 0, 0) url("../images/more-arrow-hover.png") no-repeat scroll right center;
    height: 94px;
}
.product-hengerparna-desc {
    padding-left: 33px;
}
.footer-map .img-responsive {
    margin: 0 auto;
    max-width: 1280px;
}
.footer-map {
    background: #3b5d7a none repeat scroll 0 0;
    margin-bottom: 20px;
}
.product-gerinckenocs-desc {
    color: #666;
    font-size: 13px;
}
.hengerparna-special-row {
    margin-left: -12px;
    padding-left: 0;
    padding-right: 0;
}
.hengerparna-pricebox {
    font-size: 30px;
    padding-left: 33px;
    padding-right: 0;
    text-align: left;
}
.navbar .container,
.container.site-wrapper {
    -webkit-box-shadow: 1px -4px 20px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px -4px 20px -4px rgba(0,0,0,0.5);
    box-shadow: 1px -4px 20px -4px rgba(0,0,0,0.5);
}
.header-container {
    position: relative;
    z-index: 99;
}
.container.site-wrapper {
    position: relative;
}
.lumbago-title {
    margin-top: 17px;
}
.site-index-image {
    margin: 30px 15px 0;
}
.page-h2 {
    font-size: 16px;
}
.ekparna-site-left {
    min-height: 440px;
}
.ekparna-site-left .small-index-list li {
    margin-bottom: 0px;
}
.site-index-ekparna {
    margin: 35px 0 0 35px;
    text-align: center;
}
.site-index-hengerparna {
    margin: 60px 0 0 15px;
    text-align: center;
}
.ekparna-right-content {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 50%;
    color: #666;
    font-size: 13px;
    height: 350px;
    margin-top: 55px;
    padding: 80px 20px 0 70px;
}
.hengerparna-right-content {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 50%;
    color: #666;
    font-size: 13px;
    height: 350px;
    margin-top: 55px;
    padding: 50px 60px 0 70px;
}
.img-responsive.product-image-mobile {
    margin-top: 100px;
}
.ekparna-product-price {
    margin-left: -25px;
    margin-top: 25px;
}
.ekparna-product-btn {
    margin-top: 40px;
}
.ekparna-product-image {
    margin: 25px 0 0;
}
.ekparna-product-bovebben .more-btn.more-btn-ekparna {
    margin-right: 40px;
}

.section-right-block {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 51%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    padding: 24px 50px 0;
    width: 100%;
}
.product-bottom-title {
    /* background: #f4f4f4 none repeat scroll 0 0; */
    /* background: #f3f0e4 none repeat scroll 0 0; */
    /* background: #f2eadf none repeat scroll 0 0; */
    background: #f3eee4 none repeat scroll 0 0;
    color: #465aa8;
    font-size: 16px;
    padding: 30px 15px 30px 35px;
}
.product-bottom-item {
    margin: 30px 0;
    text-align: center;
}
.product-bottom-product-title a {
    color: #a46c36;
    display: block;
    font-size: 14px;
    margin: 15px 0 0;
}
.product-bottom-image {
    min-height: 105px;
}
.col-md-6.ekparna-product-header-image {
    margin: 85px 0 0;
    text-align: center;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-center.img-responsive {
    margin: 0 auto;
}
h1 .ribbon-text {
    padding-left: 15px;
    letter-spacing: 1px;
    line-height: 1.4;
}
.landing-header .ribbon-header {
    font-size: 25px;
    height: 45px;
    padding: 7px 0;
    margin-top: 0px;
    margin-left: -15px;
    width: 50%;
    max-width: 60%;
    text-transform: uppercase;
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(left, #f4f4f4 0%, #f4f4f4 75%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f4f4f4 0%,#f4f4f4 75%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f4f4f4 0%,#f4f4f4 75%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.landing-header .ribbon-header::after {
    border-style: none;
}
.ekparna-product-page-text {
    color: #888888;
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
}
.img-responsive.second-ekparna-image {
    margin-top: 40px;
}
.ekparna-product-page-teljes-price {
    font-size: 30px;
    margin-top: -7px;
    text-align: center;
}
.teljes-csomag-more-btn {
    bottom: 75px; /* this was 50px originally */
    position: absolute;
    right: 60px; /* this was 20px originally */
}
.gerincparna-teljes-csomag-image {
    margin: 25px 0 0;
}
.gerincparna-cikk-head {
    color: #a46c36;
    font-size: 25px;
    margin-left: 15px;
}
.gerincparna-cikk {
    margin-top: 50px;
}
.gardient-background {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 51%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    color: #666;
    font-size: 13px;
}
.gardient-background .no-padding-left {
    padding-right: 50px;
}
.go-to-article.cikk-go-to-article {
    margin-top: 35px;
}
.go-to-article.cikk-go-to-article a {
    color: #a46c36;
}
.article-right-column {
    text-align: center;
}
.product-bottom-side {
    margin-top: 75px;
}
.derektamasz-right-content {
    background: #fafafa none repeat scroll 0 0;
    border-radius: 50%;
    color: #666;
    font-size: 13px;
    height: 350px;
    margin-top: 0px;
    padding: 37px 20px 0 60px;
}
.derektamasz-page.lang_de .derektamasz-right-content {
    padding-top: 68px !important;
}
.customer-image {
    display: block;
    margin-bottom: 12px;
    margin-left: -29px;
}
.customer-review {
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}
.customer-signature {
    color: #a46c36;
    display: block;
    font-size: 12px;
}
.limited-margin {
    margin-top: 40px;
}
.static-page-title {
    color: #a46c36;
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.static-page {
    padding: 90px;
}
.static-page-subtitle {
    color: #666;
}
.article-subtitle::before {
    color: #296db1;
    content: "■";
    font-style: normal;
    padding-right: 5px;
    font-style: normal !important;
}
.article-title {
    color: #a46c36;
    font-size: 23px;
    margin-bottom: 30px;
    margin-top: 60px;
}
.product-page-article-title {
    color: #a46c36;
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.article-subtitle {
    color: #296db1;
    display: block;
    font-size: 16px;
    font-style: italic;
}
.article-row {
    color: #666;
    font-size: 15px;
}
.article-highlight {
    color: #296db1;
    font-weight: bold;
}
.article-border-top {
    border-top: 3px solid #f4f4f4;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 75%;
}
.article-title.artice-border-top {
    margin-top: 30px;
}
.article-bottom-border-top {
    border-top: 3px solid #f4f4f4;
    display: block;
    margin: 40px auto;
    width: 50%;
}
.article-red {
    color: #ff0000;
}
.testament.derekfajas-bubi {
    font-size: 13px;
    padding: 50px 0 0 62px;
    color: #666;
}
.article-subtitle.no-block {
    display: inline;
}
.product-page .ribbon-header {
    font-size: 25px;
    height: 60px;
    margin-bottom: 50px;
    margin-top: 25px;
    padding: 13px 0;
    /* text-transform: uppercase; */
}
.derektamasz-product-page .ribbon-header {
    font-size: 25px;
    height: 60px;
    margin-bottom: 60px;
    margin-top: 25px;
    padding: 13px 0;
    text-transform: uppercase;
}
.product-price-label {
    color: #888;
    font-size: 18px;
}
.product-price-gross {
    font-size: 13px;
    color: #888;
}
.product-price-value {
    color: #333;
    font-size: 30px;
}
.product-page-section {
    background: #f3f0e4 none repeat scroll 0 0;
    padding: 1px 20px 30px;
    margin-top: 25px;
    font-size: 13px;
    color: #333;
}
.product-page-section-gradient {
    background: rgba(248, 248, 248, 1);
    background: -moz-linear-gradient(top, rgba(239, 235, 223,1) 0%, rgba(248, 248, 248,1) 45%, rgba(248, 248, 248,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239, 235, 223,1)), color-stop(45%, rgba(248, 248, 248,1)), color-stop(100%, rgba(248, 248, 248,1)));
    background: -webkit-linear-gradient(top, rgba(239, 235, 223,1) 0%, rgba(248, 248, 248,1) 45%, rgba(248, 248, 248,1) 100%);
    background: -o-linear-gradient(top, rgba(239, 235, 223,1) 0%, rgba(248, 248, 248,1) 45%, rgba(248, 248, 248,1) 100%);
    background: -ms-linear-gradient(top, rgba(239, 235, 223,1) 0%, rgba(248, 248, 248,1) 45%, rgba(248, 248, 248,1) 100%);
    background: linear-gradient(to bottom, rgba(239, 235, 223,1) 0%, rgba(248, 248, 248,1) 45%, rgba(248, 248, 248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efebdf', endColorstr='#f8f8f8', GradientType=0 );
    padding: 1px 20px 30px;
    margin-top: 25px;
    font-size: 13px;
    color: #666;
}
.product-page-section-white {
    padding: 1px 20px 30px;
    margin-top: 25px;
    font-size: 13px;
    color: #333;
}
.product-page-section-gray {
    padding: 10px 20px 30px;
    margin-top: 25px;
    font-size: 13px;
    color: #333;
    background-color: #f8f8f8;
}
.gerincparna-page .gerincparna-gif {
    height: 300px !important;
    /* margin: auto !important;
    width: 100% !important; */
}
.gerincparna-page .product-image {
    min-height: 65px;
}
.product-page-section h1 {
    color: #a46c36;
    font-size: 23px;
}
.highlight-blue {
    color:#296db1;
    font-size: 13px;
    font-weight: bold;
}
.product-page-section.white-background {
    background: #fff none repeat scroll 0 0;
    margin-top: 0;
    padding: 20px;
}
.product-circle-right {
    background: rgba(0, 0, 0, 0) url("../images/derektamasz-termek-kep4.png") repeat scroll 0 0;
    height: 406px;
    margin-left: -35px;
    padding: 67px 50px 50px 35px;
    width: 354px;
}
.product-bottom-section {
    margin-top: 40px;
}
.img-responsive.hengerparna-bg.align-center {
    height: 406px;
    margin-left: -20px;
    position: absolute;
    right: -20px;
    top: 0;
    width: 85%;
}
.col-md-12.hengerparna-circle {
    z-index: 99;
}
.relative-row {
    position: relative;;
}
.teljes-csomag-product-page .ribbon-header {
    max-width: 400px;
}
.teljes-csomag-ekparna {
    padding-left: 0;
}
.teljes-csomag-vblock {
    padding-left: 0;
    /* min-height: 364px; */
}
.teljes-csomag-mix-title {
    color: #465aa8;
    font-size: 14px;
    margin: 0 0 35px;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
}
.teljes-csomag-mix-image {
    margin: 20px auto;
    /* min-height: 82px; */
}
.teljes-csomag-mix-desc {
    color: #666;
    font-size: 13px;
    padding-right: 40px;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.teljes-csomag-vblock:first-of-type .teljes-csomag-mix-desc {
    padding-right: 0;
}
.teljes-csomag-vblock:nth-of-type(2) .teljes-csomag-mix-desc {
    padding-left: 10px;
    padding-right: 20px;
}
.teljes-csomag-mix-anchor {
    color: #a46c36;
    display: block;
}
.teljes-csomag-mix-price {
    color: #a46c36;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 30px;
    /* padding: 0 20px; */
}
.gerincparna-page .teljes-csomag-mix-price {
    /* position: absolute;
    margin-bottom: 0;
    bottom: 0; */
}
.teljes-csomag-mix-gift {
    color: #296db1;
    font-size: 14px;
    margin: 30px 0;
    text-align: right;
}
.gerincparna-page .teljes-csomag-more-btn {
    bottom: 70px;
    right: -15px;
}
.teljes-csomag-add-sign {
    width: 42px;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    margin-top: 9px;
}
.plus.hidden-xs {
    color: #296db1;
    font-size: 48px;
    position: absolute;
    right: 0;
    top: 50%;
}
.all-in-title {
    color: #666666;
    font-size: 20px;
    margin-left: 47px;
}
.all-in-subtitle {
    margin-left: 50px;
}
.img-responsive.teljes-csomag-product-page-image {
    margin: 0 0 0 auto;
    max-width: 400px;
}
.row.all-in-section {
    margin: 40px 0;
}
.bg-background {
    background: #fafafa;
}
.all-in-text-title {
    color: #666;
    font-size: 15px;
    margin-left: 24px;
    text-align: left;
    line-height: 15px;
}
.all-in-text-subtitle {
    color: #666;
    font-size: 14px;
    margin: 10px 0 0px 24px;
    text-align: left;
}
.all-in-title-price {
    text-decoration: line-through;
}
.gray-bg {
    background: #fafafa none repeat scroll 0 0;
    color: #aaaaaa;
    font-size: 12px;
    padding: 20px;
}
.row.gray-text {
    padding: 20px;
}
.teljes-csomag-right-list {
    color: #666;
    margin-top: 65px;
}
.product-full-circle {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 50%;
    height: 300px;
    padding: 32px 45px 45px 58px;
    width: 300px;
}
.img-responsive.float-left-image {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.product-small-circle {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 50%;
    height: 200px;
    margin: 30px auto -5px;
    padding: 31px 0 0 28px;
    width: 200px;
}
.gray-bg.big-font {
    color: #666;
    font-size: 15px;
    margin: 30px 0;
}
.highlight-blue.big-font {
    font-size: 15px;
}
.order-sum-page, .order-page {
    padding: 30px;
}
.order-details {
    max-width: 750px;
}
.order-details tr {
    height: 58px;
}
.order-details tr td a img {
    max-height: 50px;
}
.order-details td {
    vertical-align: middle !important;
    border-top: 0 !important;
}
.product-name {
    color: #465aa8;
    font-size: 14px;
}
.ui-spinner.ui-widget.ui-widget-content.ui-corner-all {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    width: 50px;
}
.shipping-text {
    text-align: right;
}
.shipping-span {
    display: block;
    margin-right: 35px;
}
.shipping-section {
    padding-left: 0;
}
.sum-text {
    text-align: right;
}
.sum {
    color: #465aa8;
    display: block;
    font-size: 20px;
    margin-right: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sum-price-text {
    color: #465aa8;
}
.sum-price-row.price-row {
    /* padding-right: 0 !important; */
}
.price-row {
    min-width: 95px;
    padding-right: 20px !important;
    text-align: right;
}
.order-title {
    color: #a46c36;
    font-size: 26px;
    margin-bottom: 40px;
    margin-top: 40px;
    text-transform: uppercase;
}
.order-sum-page .order-title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
}
.order-sum-page .billing-title {
    margin-bottom: 5px !important;
}

label {
    color: #465aa8;
    font-size: 14px;
    font-weight: normal;
}
.form-control {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    /* color:#ffa800; */
    /* color: #999; */
    color: #ea9926;
    font-size: 20px
}

.order-title.billing-title {
    margin-bottom: -5px;
}
.checkbox-label {
    color: #666;
}
.posta-notice {
    background: #dedede; /* Old browsers */
    background: -moz-linear-gradient(left,  #dedede 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #dedede 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #dedede 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    padding: 14px;
}
.form-group.aszf-checkbox {
    margin-left: 15px;
}
.order-sum-page .form-group {
    margin-bottom: 0;
}
.mobil-notice {
    color: #ff5858;
    font-size: 13px;
    margin-bottom: -23px;
    text-align: right;
}
.order-btn-div {
    /* text-align: center; */
    position: absolute;
    margin-left: 50%;
}
.btn-order {
    background: #ff5858 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    font-size: 24px;
    text-transform: uppercase;
    width: 300px;
    position: absolute;
    left: -150px;
}
.btn-order::after {
    border-color: transparent transparent transparent #ff5858; /* #a46c36; */
    border-style: solid;
    border-width: 24px 0 23px 25px;
    content: " ";
    height: 0;
    position: absolute;
    right: -24px;
    top: 0;
    width: 0;
}
.btnSubmitWrapper::after {
    border-color: transparent transparent transparent #ff5858;
    border-style: solid;
    border-width: 24px 0 23px 25px;
    content: " ";
    height: 0;
    position: absolute;
    right: -175px;
    top: 0;
    width: 0;
}
.btn-order:hover::after {
    border-color: transparent transparent transparent #286090;
    border-style: solid;
    border-width: 23px 0 23px 25px;
    content: " ";
    height: 0;
    position: absolute;
    right: -24px;
    top: 0;
    width: 0;
}
.btnSubmitWrapper:hover::after {
    border-color: transparent transparent transparent #286090;
    border-style: solid;
    border-width: 23px 0 23px 25px;
    content: " ";
    height: 0;
    position: absolute;
    right: -175px;
    top: 0;
    width: 0;
}
.post-circle {
    background: rgba(0, 0, 0, 0) url("../images/order-circle.png") repeat scroll 0 0;
    font-size: 13px;
    height: 253px;
    padding: 40px 15px 0 38px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 203px;
    font-style: italic;
}
.post-circle img {
    text-align: center;
    margin-bottom: 10px;
}
.ekparna-product-header-image.border-dotted-right {
    border-right: 5px dotted #ebebeb;
}
.header-bottom-title > a {
    color: #fff;
}
.hengerparna-product-datasheet {
    margin-bottom: 25px;
}
.article-title.margin-top-30 {
    margin-bottom: 20px;
    margin-top: 45px !important;
}
.noborder {
    border: 0 none !important;
}
.article-border {
    border: 1px solid #f4f4f4;
    left: 49.5%;
    margin-top: 100px;
    position: absolute;
}
.container.footer-container {
    position: relative;
}
.footer-details {
    left: 36%;
    position: absolute;
    top: -160px;
}
.facebook-box {
    position: absolute;
    right: 0;
    top: -180px;
}

.posta-notice {
    font-style: italic;
 }
.termek-abra-left-image-div {
    padding-left: 0px;
}
.derektamasz-into-text {
    padding-left: 22px;
}
.hflipped-image {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.article-image-grid {
    height: 130px;
    display: block;
}

#hengerparna-kisanim {
    margin-left: -25px;
}

.list-in-article {
    padding-left: 19px;
}

.ekparna-page .product-order-box {
    width: 100%;
    margin: auto;
    padding-left: 20%;
}

.derektamasz-page .product-order-box {
    width: 100%;
    margin: auto;
    padding-left: 25%;
}

.ekparna-fullwidth .product-desc {
    margin-top: 10px;
    margin-left: 0;
}

.ekparna-page .separator {
    margin-bottom: 0;
}

.product-box {
    margin-top: 55px;
    margin-bottom: 55px;
}

.derektamasz-page .product-box {
    margin-top: 45px;
    margin-bottom: 10px;
}

.ekparna-page .product-box {
    margin-top: 55px;
    margin-bottom: 30px;
}

.derektamasz-page .product-image {
    /* margin-left: 10%; */
    margin-top: 40px;
}

.gerincparna-gif {
    height: 400px;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
}
.gerincparna-gif .inner-bottom-wrapper {
    position: absolute;
    bottom: 20px;
    padding: 0;
}
.gerincparna-page .ribbon-header {
    /* padding-top: 10px;
    padding-bottom: 10px; */
}
.product-image-caption {
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #888;
    font-size: 15px;
}
.big-product-image-caption {
    margin-top: 14px !important;
    margin-bottom: 14px;
    text-align: left;
    text-transform: uppercase;
    color: #a46c36;
    font-size: 16px;
}
.small-product-image-caption {
    margin-top: 10px;
    text-align: left;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
}

/* large, weak order button */
.btn-order-large-weak {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #ff5858;
    display: block;
    font-size: 20px;
    padding: 10px;
    text-transform: uppercase;
    width: 215px;
    text-align: center;
}
.btn-order-large-weak:hover {
    background: #795b52 none repeat scroll 0 0;
    color: #fff;
}
/* large, strong order button */
.btn-order-large-strong {
    background: #ff5858 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 0 auto;
    padding: 10px; /* this was originally 5px */
    text-transform: uppercase;
    width: 215px;
}
.btn-order-large-strong:hover {
    background: #795b52 none repeat scroll 0 0;
    color: #fff;
}
.gerincparna-page .btn-order-large-strong {
    width: 240px;
}
/* small, weak order button */
.btn-order-small-weak {
    display: block;
    margin: 0;
    max-width: 150px;
}
.btn-order-small-weak > a {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #a46c36;
    font-size: 13px;
    padding: 10px 25px;
    text-transform: uppercase;
}
.btn-order-small-weak a:hover {
    background: #795b52;
    color:#FFF;
}
/* small, strong order button */
.btn-order-small-strong {
    display: block;
    margin-top: 4px;
    max-width: 150px;
}
.btn-order-small-strong > a {
    background: #ff5858 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    padding: 10px 25px 5px 25px;
    text-transform: uppercase;
}
.btn-order-small-strong a:hover {
    background: #795b52;
    color:#fff;
}
/* large, side order button */
.btn-order-large-side {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #ff5858;
    display: block;
    font-size: 20px;
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    width: 215px;
}
.btn-order-large-side:hover {
    background: #795b52;
    color:#fff;
}
.btn-order-large-side.no-order {
    width: 300px;
}

.article-row .line-24 {
    line-height: 24px;
}
.article-row .line-24 > li {
    line-height: 23px;
    margin-top: 20px;
}

.line-24 > li {
    line-height: 23px;
    margin-top: 20px;
}

.line-18 {
    line-height: 18px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}
.margin-bottom-80 {
    margin-bottom: 80px !important;
}
.margin-bottom-100 {
    margin-bottom: 100px !important;
}
.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.big-blue-caption {
    color: #465aa8;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 40px;
}

.v-outer{
    height: 100%;
    white-space: nowrap;
    display: table;
}
.v-inner{
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
}

#shipping-country-button {
    border: none;
    border-radius: 0;
    vertical-align: middle;
}
#shipping-country-button .ui-selectmenu-text {
    background-color: #ffe9ad;
    font-size: 14px;
    padding-right: 0;
    margin-right: 0;
    font-family:"LucidaSans";
}

.order-page .static-page-title {
    margin-bottom: 10px;
    float: left;
}
.order-sum-page h1.static-page-title {
    margin-bottom: 15px;
    float: left;
}

.payment-method-panel {
    background-color: #fafafa;
    padding: 10px 20px;
    color: #666;
    min-height: 430px;
    width: 31%;
    border-radius: 10px;
}
.payment-method-header-text {
    min-height: 65px;
}

.payment-method-panel:hover, .payment-method-description:hover {
    background-color: #ffa;
}

.payment-method-panel.selected {
    border: 1px dashed #eea;
    background-color: #ffa;
}

.payment-method-panel.disabled, .disabled .payment-method-description {
    background-color: #fafafa !important;
}


.payment-method-description {
    font-size: 13px;
    font-style: italic;
}
.payment-method-description p {
    margin-bottom: 0;
}

.payment-method-panel img {
    padding-top: 10px;
    display: block;
    margin: auto;
}
.order-page .small-index-list > li {
    line-height: 22px;
    margin-bottom: 0;
}

#payByCOD-only-in-hungary {
    color: #d10202;
}

input[type="radio"] {
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;    /* Firefox */
    -ms-appearance: checkbox;     /* not currently supported */
}

#shipping-time {
    position: absolute;
    left: 95px;
    top: 50%;
    margin-top: -10px;
    font-size: 11px;
    color: #a0a0a0;
    width: 185px;
    text-wrap: normal;
    font-style: italic;
    margin-left: 28px;
}
#shipping-time img {
    float: left;
}
#shipping-time div {
    text-align: left;
    line-height: 13px;
    margin: -3px 0 0 28px;
}

.babel-trans-memo {
    margin-bottom: 20px;
}
.babel-trans-memo textarea {
    width: 400px;
    height: 150px;
}
.babel-trans-memo textarea.readonly {
    border: none;
    background-color: #f8f8f8;
    color: #666;
}
.babel-trans-left {
    margin-right: -20px;
    padding-right: 20px
}
.babel-trans-right {
    padding-left: 60px !important;
}

#frmBabelTranslation div {
    padding-left: 0px;
    font-size: 13px;
}

#frmBabelTranslation h2 {
    margin-top: 5px;
}
#lblBabelPhraseId {
    margin-left: 5px;
    font-size: 10px;
    color: #aaa;
}
#lblBabelPhraseId::before {
    content: '#';
}

/* make jquery dialog's titlebar and buttonbar smaller, to save space */
.ui-dialog-title{
    font-size: 10px !important;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.2em 1em !important;
}
.ui-dialog-buttonset > button {
    font-size: 11px !important;
    margin-top: 1px;
    margin-bottom: 1px;
}
.ui-dialog-buttonpane {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.quotation-mark {
    font-size: 40px;
    font-style: italic;
    margin-left: -6px;
}
.quotation-text {
    position: relative;
    font-style: italic;
    color: #666;
    top: -40px;
}
.quotation-mark.bottom {
    margin-top: -40px;
}
.quotation-caption {
    font-size: 10px;
    color: #aaa;
    margin-top: -30px;
}

.article-leadtext {
    font-size: 15px;
    font-style: italic;
    color: #888;
}

.product-side-title {
    background: #f3eee4 none repeat scroll 0 0;
    color: #465aa8;
    font-size: 16px;
    padding: 30px 15px 30px 35px;
}
.product-side-item {
    margin: 30px 0;
    text-align: center;
}
.product-side-product-title a {
    color: #a46c36;
    display: block;
    font-size: 14px;
    margin: 15px 0 0;
}
.product-side-image {
    min-height: 105px;
}

.blue-circle-outer-40 {
    background: #296db1 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 5px;
    display: table;
    text-align: center;
}
.blue-circle-inner {
    display: table-cell;
    vertical-align: middle;
}

#btnBabelToggleTranslate {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 150px;
    /* height: 40px; */
    background-color: #444;
    color: #fff;
    z-index: 100;
    padding: 10px;
    border-bottom-right-radius: 5px;
}
#btnBabelToggleTranslate:hover {
    background-color: #F30;
}
#btnBabelToggleTranslate.active {
    background-color: #F30;
}

#divBabelNonGuiForms {
    position: fixed;
    top: 50px;
    left: 0px;
    padding: 10px;
    z-index: 100;
    font-size: 14px;
}
#divBabelNonGuiFormsCaption {
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
}

#btnBabelLogout {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 90px;
    /* height: 40px; */
    background-color: #444;
    color: #fff;
    z-index: 100;
    padding: 10px;
    padding-left: 20px;
    border-bottom-left-radius: 5px;
}
#btnBabelLogout:hover {
    background-color: #F30;
}

#divTranslatedChars {
    position: fixed;
    top: 50px;
    right: 0px;
    padding: 10px;
    z-index: 100;
    text-align: right;
    color: #888;
    font-size: 12px;
}
#divTranslatedChars > input {
    border: none;
    text-align: right;
    color: #296db1;
    background: none;
}
#divTransCharCount {
    color: #d80;
    font-weight: bold;
}


#divTransNewPhraseConfirm {
    color: #aaa;
    font-size: 10px;
}

.cookie-law-box {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 20px;
    color: #75a3ca;
    background-color: #3b5d7a;
    /* color: #bebebe; */
    font-style: italic;
    font-size: 11px;
    padding: 2px 2px 2px 10px;
}

.ui-button-icon-only .ui-icon {
    margin-left: -4px !important;
}

#totalsum {
    font-weight: bold;
    font-size: 18px;
}
.order-sum-page #totalsum {
    background-color: #ffffaa;
    border-radius: 10px;
    padding: 5px 20px 5px 20px;
}
.order-comment-div {
    padding-left: 0 !important;
}

.lang_de .product-circle-right h3 {
    margin-top: -25px;
}
.lang_de .product-circle-right h2 {
    margin-top: -8px;
}
.derektamasz-page.lang_de .product-page-article-title {
    margin-top: 0;
}
.derektamasz-page.lang_hu .product-page-article-title {
    margin-top: 5px;
}
.hengerparna-page.lang_de .product-page-article-title {
    margin-top: 0;
}
.hengerparna-page .product-circle-right {
    padding: 63px 60px 50px 35px;
}
.gerincparna-page.lang_de .product-page-article-title {
    font-size: 18px;
}
.gerincparna-page.lang_de .product-full-circle {
    padding: 35px 45px 45px 55px;
}
.header-contact .support-available {
    font-size: 10px;
    vertical-align: middle;
    margin-right: 9px;
}
.footer-details .support-available {
    font-size: 10px;
    vertical-align: middle;
}
#szamlazas-orszag {
    padding-top: 1px;
    color: #ea9926;
}

.checkout-flow-container {
    height: 33px;
    background-color: #efefef;
    margin-left: -30px;
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 7px 0 0 15px;
    font-size: 11px;
    text-transform: uppercase;
    color: #a2a2a2;
}
.order-result-page .checkout-flow-container {
    margin-top: 0;
    margin-left: 0;
}
.checkout-flow-circle {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 2px;
    margin-top: -1px;
}
.checkout-flow-container .blue {
    color: #1765de;
}
.checkout-flow-circle.blue {
    background: rgba(0, 0, 0, 0) url("../images/checkout-flow-blue-circle.png") no-repeat scroll 0 0;
    color: #fff;
}
.checkout-flow-circle.white {
    background: rgba(0, 0, 0, 0) url("../images/checkout-flow-white-circle.png") no-repeat scroll 0 0;
    color: #a2a2a2;
}
.checkout-flow-arrow {
    margin-top: -1px;
    margin-left: 5px;
}
.checkout-flow-step {
    margin-right: 30px;
    display: inline-block;
}
.checkout-flow-step:first-of-type {
    padding-left: 0;
    margin-left: -3px;
}

.babel-backoffice-captions-hu {
    color: #aaa;
    font-style: italic;
    font-size: 11px;
}

#eu-erfa {
    margin-bottom: 1px;
    margin-left : 1px;
    width: 24.2em;
    height: 16.72em;
    /* width: 330px;
    height: 228px; */
    position: fixed;
    bottom: 0;
    clip-path: ellipse(225px 220px at 27% 100%);
}

.no-right-padding > gif-player {
    padding-right: 0 !important;
    margin-right: 0 !important;
}
