@import "animate.css";
@import "common.css";

body {
  width: 100%;
  color: var(--cText);
  font-family: var(--fText);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.459px;
  line-height: 32px;
  -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
  background-color: #f1f3f5;
  overflow-x: hidden;
}
a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: none;
}
a:hover {
  color: inherit;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cke_reset.cke_widget_drag_handler_container {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--cDusk);
  font-family: var(--fHead);
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: none;
  margin: 0px;
  padding: 0px;
}
h1,
.sqs-layout h1 {
  font-family: 'Muli', sans-serif;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: -0.5;
  margin-bottom: 25px;
  color: var(--cText);
}

h2,
.sqs-layout h2 {
  color: var(--cText);
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.12em;
  letter-spacing:normal;
  margin-bottom: 20px;
}

h3,
.sqs-layout h3 {
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1em;
  color: var(--cText);
  letter-spacing: normal;
}

h4,
.sqs-layout h4 {
  font-family: 'Muli', sans-serif;
  font-size: 25px;
  /* line-height: 32px; */
  color: var(--cText);
  margin-bottom: 10px;
  font-weight: 600;
}
h5,
.sqs-layout h5 {
  margin-bottom: 10px;
  margin-top: 1rem;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #101010;
  font-size: 20px;
  line-height: 1.2em;
}
h6,
.sqs-layout h6 {
  font-size: 15px;
  letter-spacing: 0.124px;
  line-height: 22px;
  margin-bottom: 10px;
}

p {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.6;
  color: var(--cTextAlt);
}

td p {
  margin-bottom: 0;
  color: black;
}

.rsImg {
  width: 80%;
}

/* #yui_51689,
#yui_58904 {
  margin: 6rem auto;
} */

#yui_81297 img {
  width: 63px;
  height: 68px;
}

/* .morebutton a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2em;
  border-top: 2px solid black;
  z-index: -1;
  width: 70px;
  transform: translateX(115%);
  transition: all 0.3s ease-in;
} */

/* .morebutton a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1em;
  border-top: 2px solid #004389;
  z-index: -1;
  width: 70px;
  transform: translateX(5%);
} */

div.morebutton.blue a::after {
  content: "";
  max-width: 60px;
  min-width: 60px;
  min-height: 20px;
  box-sizing: content-box;
  margin: 0px 0px 0px 20px;
  background-image: url(../design/arrow1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: brightness(0%) invert(100%);
  transition: all 0.3s ease-in;
}

/* .morebutton.blue a::after {
  transform: translateX(5%);
}
 */
.morebutton.blue a:hover::after {
  transform: translateX(30%);
}

.morebutton.white .btn_class {
  color: var(--cText);
}

.morebutton.white .btn_class::after {
  content: "";
  max-width: 60px;
  min-width: 60px;
  min-height: 20px;
  box-sizing: content-box;
  margin: 0px 0px 0px 20px;
  background-image: url(../design/arrow1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /* filter: brightness(0%) invert(100%); */
  transition: all 0.3s ease-in;
}

/*! if only certain buttons affected*/

/* .morebutton.left.blue::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5em;
  border-top: 2px solid black;
  z-index: -1;
  width: 70px;
  transform: translateX(115%);
  transition: all 0.3s ease-in;
}

.morebutton.left.blue:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1em;
  border-top: 2px solid #004389;
  z-index: -1;
  width: 70px;
  transform: translateX(5%);
} */

/* .caroufredsel_wrapper .image-block-wrapper {
  width: 360px;
  height: 220px;
  margin-right: 32px; 
} */

.post_content h3 {
  font-family: Muli, sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #004389;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.caroufredsel_wrapper .post-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/*
h5:before, h6:before {
    content: '';
    display: block;
    width: 75px;
    height: 2px;
    margin: 0px auto 25px 0px;
    background-color: var(--cColour);
}
h5[style*="text-align: center"]:before, h5[style*="text-align:center"]:before, h6[style*="text-align: center"]:before, h6[style*="text-align:center"]:before {
    margin: 0px auto 25px auto;
}
h5[style*="text-align: right"]:before, h5[style*="text-align:right"]:before, h6[style*="text-align: right"]:before, h6[style*="text-align:right"]:before {
    margin: 0px 0px 25px auto;
}
*/
h2.center {
  text-align: center;
}
h2.right {
  text-align: right;
}
.ajaxlayer h1,
.ajaxlayer h1,
.ajaxlayer h2,
.ajaxlayer h3,
.ajaxlayer h4,
.ajaxlayer h5,
.ajaxlayer h6 {
  color: var(--cBack);
}

#seged {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background: #eeefff;
  border: 1px solid #656c6b;
  padding: 5px;
  z-index: 991230;
}
#loading {
  color: #fff;
  font-weight: bold;
  width: 200px;
  height: 50px;
  position: absolute;
  display: none;
  z-index: 11001;
  border: 0px solid #ddd;
}

.product-list h1 {
  float: left;
  margin-right: 20px;
}
.product-list .breadcumb {
  float: left;
  padding-top: 15px;
}
/*html,
body,
#wrapper {
    height: 100%;
}
body > #wrapper {
    height: auto;
    min-height: 100%;
}
*/
#content {
  padding-bottom: 140px;
}

.column.box ul li {
  font-family: var(--fAlt);
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: rgb(238, 13, 9);
}

/*
@font-face {
    font-family: 'EncodeSansNarrow';
    src: url('../font/EncodeSansNarrow-900-Black.eot');
    src: url('../font/EncodeSansNarrow-900-Black.eot?#iefix') format('embedded-opentype'),
    url('../font/EncodeSansNarrow-900-Black.woff') format('woff'),
    url('../font/EncodeSansNarrow-900-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.encodenarrow {font-family: "EncodeSansNarrow";}

@font-face {
    font-family: 'EncodeSansNormal';
    src: url('../font/EncodeSansNormal-700-Bold.eot');
    src: url('../font/EncodeSansNormal-700-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/EncodeSansNormal-700-Bold.woff') format('woff'),
    url('../font/EncodeSansNormal-700-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.encodenarrow {font-family: "EncodeSansNormal";}
*/
.sourcesans {
  font-family: var(--fAlt);
}

.mediawidth {
  padding: 0px 0px 0px 0px;
  position: relative;
  max-width: 1200px;
  margin: 0px auto;
}
/*#page-wrap {width:100tamog
    margin: 0px auto;
    padding-top:0px;
    /*max-width: 1200px;
    padding: 20px 0px 70px 0px;*/

#navbar ul {
  margin-left: 0px;
  float: left;
}

/*Article*/
.article .timeago {
  font-size: 14px;
}
article header .topimage {
  margin: 0;
}
article header .topimage img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

article header .credit {
  color: #666;
  display: block;
  font-size: 11px;
  font-style: italic;
  line-height: 15px;
  margin-bottom: 24px;
  margin-top: -12px;
  text-align: right;
  width: 100%;
}

article .article-info {
}
/*article .name {
    color: #363636;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
article .author-avatar {width:70%;
margin:0 auto 12px;
}
*/

article .author-location {
  float: none;
  text-transform: uppercase;
  color: #969696;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.location a,
article .author-location a {
  color: #969696;
  text-decoration: none;
}
article .author-social {
}
article .post-authors {
}
article .post-authors a {
  /*width:20%;*/
  float: left;
}
article .post-authors .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-transform: uppercase;
}
article .post-authors .name a {
  font-weight: normal;
  color: #969696;
  text-decoration: none;
}
article .post-authors a img {
  width: 30px;
  margin-right: 8px;
}
article .post-authors .avatar {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
article .post-content .location {
  font-size: 12px;
  margin-top: 10px;
}
article .post-content .timeago {
  margin-top: 10px;
}
article .post-content .post-authors {
  text-align: left;
}
article .post-content .post-authors.more {
  text-align: center;
}
article .post-content .post-authors.more .avatar {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  float: none;
  clear: both;
  display: block;
  margin-bottom: 10px;
}
article .post-content .post-authors.more .name {
  display: block;
  width: 100%;
  text-align: center;
  float: none;
}
article .post-content .post-authors.more a {
  float: none;
}
article .post-content .post-authors.more .author-social {
  margin-top: 4px;
}
article .post-content .post-authors.more .social li {
  margin: 0px;
  transform: scale(0.7);
}
article .post-content .post-authors .author-item {
  margin-bottom: 20px;
}
article .post-content .post-date {
  margin-top: 8px;
}
.author-social a {
  color: #b2b2b2;
}
.author-social span {
  margin-right: 20px;
}
.post-authors.more .author-social {
  padding-top: 0;
  margin-top: 0;
}
.post-authors.more .author-social span {
  width: 8px;
  transform: scale(0.7);
  margin: 0;
  margin-right: 8px;
  height: 12px;
}
.post-content.list .location,
.post-content.opened .location {
  margin-left: 0;
}
.post-content.list .timeago,
.post-content.opened .timeago {
  margin-left: 0px;
  padding-left: 20px;
}

article .post-content .headline {
  position: relative;
}

#authors-list .avatarimg.margin-wrapper {
  height: 230px;
  width: 230px;
  overflow: hidden;
  border-radius: 50%;
  background: #f5f5f5;
  position: relative;
}
#authors-list .avatarimg.margin-wrapper img {
  min-height: 230px;
  left: -25%;
}

table {
  max-width: 100%;
}

/*.aloha-editable {padding:0px;margin-bottom:30px;}*/
.aloha-image {
  padding: 0px;
  border: 0px;
}

.mobilmenu {
  display: none;
  height: 40px;
  vertical-align: middle;
  position: relative;
  padding: 5px 0px 5px 10px;
}
.mobilmenu > img {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

#searchfield {
  width: 100%;
  padding: 0px 10px;
}
.newssearch {
  padding: 5px 15px 10px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.newssearch .search-label {
  font-weight: 500;
}

#valutaselect {
  position: absolute;
  top: 0px;
  right: 0px;
}
#valutaselect input,
#valutaselect select {
  font-size: 11px;
}
.mediawidth-outer {
  padding: 0;
}

.contact-info {
  padding: 14px 0 0 125px;
  display: inline-block;
}
.contact-info span {
  color: #cbcbcb;
  font-weight: 700;
  letter-spacing: -0.38px;
  font-size: 16px;
  margin-left: 20px;
  margin-right: 50px;
}
.contact-info span,
.contact-info img {
  display: inline-block;
  vertical-align: middle;
}
#headerLogo {
  padding: 20px 0px 20px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  box-sizing: border-box;
  height: 100px;
  /*   background-image: url(../design/logo-footer.png);
  filter: grayscale(100%); */
}

.pmenu {
  display: flex;
  align-items: center;
}

.pmenu .btn_class {
  color: white;
  background-color: var(--cColour);
  margin-left: 1.5rem;
  margin-right: 2rem;
}

.pmenu .btn_class::after {
  content: "";
  max-width: 60px;
  min-width: 60px;
  min-height: 20px;
  box-sizing: content-box;
  margin: 0px 0px 0px 10px;
  background-image: url(../design/arrow1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s ease-in;
  filter: brightness(0%) invert(100%);
}

.contactmenu {
  color: var(--cTextAlt);
  background-color: #022633;
  height: 100px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100px;
  margin-right: -15px;
  font-size: 32px;
  margin-left: 16px;
  cursor: pointer;
  position: relative;
}

#yui_9351 {
  padding-top: 0;
}

#map_10375db14f70ba8811e24de28c03efd4 {
  border-radius: 6px;
  min-height: 525px;
}

#top,
#middle,
#bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-height: 3px;
  width: 25%;
  background-color: white;
  border-radius: 2px;
}

#top {
  top: 40%;
  width: 18%;
  left: 46%;
}

#bottom {
  top: 58%;
  width: 18%;
  left: 55%;
}

#top_mobil,
#middle_mobil,
#bottom_mobil {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-height: 3px;
  width: 25%;
  background-color: white;
  border-radius: 2px;
}

#top_mobil {
  top: 40%;
  width: 18%;
  left: 46%;
}

#bottom_mobil {
  top: 58%;
  width: 18%;
  left: 55%;
}

#contactmenu {
  display: none;
  width: 300px;
  max-width: 100vw;
  min-width: 35%;
  height: 100vh;
  text-align: right;
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  background-color: var(--cText);
  border: none;
  box-shadow: var(--sNormal);
  overflow: hidden;
  animation: var(--aSide);
  -webkit-transform-origin: right;
  transform-origin: right;
  z-index: 10001;
}

#contactmenu h2 {
  color: white;
}

#contactmenu .btn_class {
  height: 100px;
  margin-right: 0;
  background-color: var(--cTextAlt);
  color: white;
  text-align: center;
  padding-left: 40px;
  font-size: 32px;
  max-width: 100px;
  min-width: 100px;
  border-radius: 0;
}

/* .pmenu .btn_class:hover {
  color: var(--cColour);
} */

.pmenu .btn_class:hover::after {
  transform: translateX(13%);
}

/* #headerLogo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% + 100px);
  height: 100%;
  background-image: url(../design/logo-footer.png);
  filter: brightness(0%);
  background-size: 130%;
  background-position: 5% 18%;
  z-index: -1;
  opacity: 0.05;
} */

#headerLogo img {
  height: 50px;
  max-height: calc(var(--hHeader) - 40px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* .sticky #headerLogo,
.subpages #headerLogo {
  padding: 15px 0px;
}
.sticky #headerLogo img,
.subpages #headerLogo img {
  max-height: calc(var(--hSticky) - 30px);
} */

nav #logo {
  background: url(../design/logobg.png) no-repeat top center;
  width: 236px;
  height: 95px;
  text-align: center;
  display: block;
}
nav #logo img {
  border: 0;
  margin: 0 auto;
  display: block;
  padding-top: 23px;
}

.homeslider {
  overflow: hidden;
  border: 0px solid #b60000;
  padding-top: 100px;
  height: 780px;
  position: relative;
  background: url(../design/header.jpg) top center repeat-y;
}
#header-right {
  position: relative;
}
.tmenu {
  position: absolute;
  top: 10px;
  right: 10px;
}
.tmenu a {
  margin-left: 18px;
}

.cart {
  padding-top: 0px;
  margin-left: 0px;
  position: relative;
}
.cart-content {
  display: block;
  position: absolute;
  top: 2px;
  right: 10px;
  font-weight: 400;
  color: #fff;
  font-style: italic;
}

#busket {
  position: absolute;
  top: 16px;
  right: 0px;
  cursor: pointer;
}
#busket a {
  text-decoration: underline;
}
#busket a:hover {
  text-decoration: none;
}

.subpages #busket {
  top: 16px;
}

#search {
  float: right;
  padding-top: 4px;
}
.footer-search {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.footer-search .search-label {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}

#footer .footerLogo {
  display: inline-block;
  max-height: 90px;
  /*  margin: 0 auto 30px 0; */
}

.search input {
  font-style: italic;
  width: 200px;
  height: auto;
  color: #ababab;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #01b693;
  border-radius: 35px;
}

.topmenu {
  position: absolute;
  top: 105px;
  right: 0px;
  z-index: 100;
  background: #fff;
  padding: 4px 10px;
}

.landing .topmenu {
  display: none;
}

.headerbar span {
  padding: 5px 20px 3px 2px;
  display: inline-block;
}
.headerbar ul.hmenu {
  text-align: right;
}
.headerbar li {
  display: inline-block;
  position: relative;
  padding-right: 5px;
  margin-right: 5px;
  padding-top: 4px;
}
.headerbar li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.headerbar li a::after {
  display: inline-block;
  content: "";
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #ff224b;
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -2px;
}
.headerbar li:last-child a::after {
  display: none;
}
.headerbar {
  height: 30px;
  background: #f0f0f0;
  color: #797979;
  font-size: 13px;
}
.headerbar .fa-stack {
  font-size: 1em;
  padding: 0;
}
.header-social {
  display: inline-block;
  vertical-align: middle;
}
.header-social a {
  color: #9c9c9c;
}
.header {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10000;
  background-color: var(--cBack);
}

.sticky.header,
.subpages .header {
  position: fixed;
  box-shadow: var(--sGeneric);
  z-index: 7999;
}
/*.sticky.header #infoLine {
  display: none;
} */

.header-top {
  margin: 0px auto;
  position: relative;
}
.header-bottom {
  padding: 0px;
  clear: both;
  float: none;
  position: relative;
  margin-bottom: 30px;
}

.iconuser {
  vertical-align: top;
  text-indent: -99999em;
  display: inline-block;
  background: #b1b901 url(../design/icon_users.png) no-repeat center center;
  width: 29px;
  height: 29px;
}
.iconsearch {
  vertical-align: top;
  cursor: pointer;
  text-indent: -99999em;
  display: inline-block;
  background: #b1b901 url(../design/icon_search_w.png) no-repeat center center;
  width: 29px;
  height: 29px;
  margin-left: 10px;
}
.iheader {
  padding-top: var(--hSticky);
}
.iheader .sqs-block {
  padding: 0;
}
.iheader h1 {
  color: var(--cBack);
  font-size: 42px;
  line-height: 1.12em;
  font-weight: 600;
  letter-spacing: 0.303px;
  text-align: center;
  text-transform:capitalize;
  position: absolute;
  top: 60%;
  left: 50%;
  margin: 0px;
  padding: 0px;
  animation: 1.5s ease 0s normal none running animated_h1;
  -moz-transform: translateX(-50%) translateY(-40%);
  -webkit-transform: translateX(-50%) translateY(-40%);
  transform: translateX(-50%) translateY(-40%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .iheader h1 {
    text-align: left;
    position: absolute;
    display: inline-block;
    font-size: 52px;
    line-height: 1.115em;
    width: 500px;
    right: 0;
    width: 100%;
    max-width: 1200px;
    left: 52%;
  }
}

.iheader .overlay {
  background: rgba(0, 101, 153, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.headerbgs {
  height: var(--hSubHead);
  position: relative;
  overflow: hidden;
}
.headerbgs img {
  opacity: 0;
}

.mediawidth {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
}

#wrapper {
  width: 100%;
  /*overflow: hidden;*/
}

#main-content {
  position: relative;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
#guts {
  position: relative;
  width: 100%;
  min-height: 300px;
  padding-bottom: 30px;
}

.grid {
  margin: 0px auto;
}
.subpages .grid {
}

.subpages .btn_class::after {
  content: "";
  max-width: 60px;
  min-width: 60px;
  min-height: 20px;
  box-sizing: content-box;
  margin: 0px 0px 0px 20px;
  background-image: url(../design/arrow1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s ease-in;
}

.sqs-layout {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.sqs-layout .sqs-layout {
  padding: 0px;
}
.container,
.container-fluid {
  max-width: 1200px;
}
.landing .container,
.landing .container-fluid {
  max-width: 100%;
  padding: 0;
}
.landing .category-panel,
.landing .category-panel-small {
  padding: 0;
  border: 0px solid #b60000;
  overflow: hidden;
}
.category-panel-catimg,
.category-panel-small .margin-wrapper {
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.landing .double-posts .row {
  margin: 0;
}
.contents,
.menu-title {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 0px 30px 0px;
}
.contents {
  position: relative;
}
.contents-block {
  margin-bottom: 20px;
  position: relative;
}
.sqs-block.float-right,
.sqs-block.sqs-float-right,
.sqs-block.float-left,
.sqs-block.sqs-float-left {
  z-index: 100;
}
nav .menu {
  text-align: right;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  /* width: 125%; */
}
nav ul.sf-menu {
  height: var(--hHeader);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* .sticky nav ul.sf-menu,
.subpages nav ul.sf-menu {
  height: var(--hSticky);
} */

nav.dmenu {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#navbar {
  float: left;
  width: auto;
  margin-left: 30%;
}
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-inverse {
  background: #71bf44;
  border-bottom: 0px solid #c3d82d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 10px;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #aaa;
}
.navbar-nav {
  margin-left: 20px;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

#yui_20638 .col-md-2,
#yui_20638 .col-md-3 {
  /*   display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around; */
  /* padding-left: 25px; */
}

#yui_20638 .col-md-2 img,
#yui_20638 .col-md-3 img {
  /* width: 87px; */
  height: 60px;
  margin-top: 25px;
  margin-left: 30px;
  margin-bottom: -15px;
}

#aloha_text_c0d1f78a2635a9cebb9be02004d0315f_ {
  max-width: 185px;
}

#aloha_text_9012332d11c531a9a4745d8bf005c0c5_ h3 {
  margin-bottom: 20px;
}

#yui_14628,
#yui_16417,
#yui_8755 {
  padding: 50px;
}

#yui_5270,
#yui_3235 {
  padding-top: 0;
}

#yui_3235 img,
#yui_5270 img {
  border-radius: 6px;
  overflow: hidden;
}

#yui_85415 .column.box,
#yui_55213 .column.box {
  padding: 30px;
}

#yui_7707 {
  height: 420px !important;
  border-radius: 6px;
  overflow: hidden;
}

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

  #yui_20638 .col-md-2,
  #yui_20638 .col-md-3 {
    width: 20% !important;
    -webkit-box-flex: 20%;
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%;
  }

  #yui_20638 h5 {
    text-align: left;
    padding-left: 23px;
  }

  #yui_3432 h5 {
    padding-right: 40px;
  }

  #yui_83466 {
    background: #ffffff;
    max-width: 1300px;
    z-index: 12;
    position: absolute;
    left: 0%;
    height: 458px;
    display: inline-block;
    width: 65%;
    padding: 5% 9% 5% 16%;
    border-radius: 6px;
  }

  #yui_9151 {
    height: 661px !important;
    margin-left: 25%;
  }

  #yui_97869 {
    max-width: 1300px;
    z-index: 12;
    position: absolute;
    right: -1%;
    height: 458px;
    display: inline-block;
    width: 65%;
    padding: 5% 18% 5% 7%;
    border-radius: 6px;
    top: 25%;
    transform: translateY(-15%);
  }

  #yui_4057 {
    height: 661px !important;
    margin-right: 25%;
  }
}

#wrapper.loading article:first-child {
  padding-bottom: 0;
}

.busket-col1 {
  float: left;
  width: 30%;
  margin-top: 8px;
  overflow: hidden;
}
.busket-col2 {
  float: left;
  width: 30%;
  margin-top: 8px;
  width: 35%;
}
.busket-col3 {
  float: right;
  width: 30%;
  margin-top: 8px;
  width: 35%;
}

.busket-col1 .padder,
.busket-col2 .padder {
  padding-left: 20px;
}

#boxc table {
  width: 100%;
}
#boxc input,
#boxc textarea,
#boxc select {
  width: 80%;
}
#boxc input[type="checkbox"] {
  width: auto;
}
#boxc .col0 {
  padding-top: 14px;
}

#boxc h2 {
}
.slogen {
  color: #7e7e7e;
  text-transform: uppercase;
  line-height: 29px;
  font-size: 12px;
}

.footer {
  color: rgb(198, 198, 198);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.405px;
  line-height: 22px;
  position: relative;
  margin: 0px;
  padding: 30px 0px 60px 0px;
  background-color: var(--cText);
  border: none;
}
.footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  /* background: rgba(0, 0, 0, 0.8); */
}
.footer .col-md-2,
.footer .col-md-3,
.footer .col-md-4 {
  margin: 25px 0px 35px 0px;
}
.footer .title {
  font-size: 20px;
  color: #e7e7e7;
  margin-top: 20px;
  padding-bottom: 15px;
  font-weight: bold;
}
.footer .title.first {
  margin-top: 115px;
}

.footer a {
  /* color: #004389; */
  font-size: 12px;
  font-family: Muli, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.footer a:hover {
  color: var(--cColour);
}

.footer .address div {
  padding: 5px 0 5px 25px;
  background-position: left center;
  background-repeat: no-repeat;
}
.footer .address .name {
  background-image: url(../design/icon_home.png);
}
.footer .address .phone {
  background-image: url(../design/icon_phone.png);
  background-position: 3px center;
}
.footer .address .fax {
  background-image: url(../design/icon_fax.png);
  background-position: 1px center;
}
.footer .address .mail {
  background-image: url(../design/icon_mail.png);
}
.footer .name-level-0 {
  font-family: Muli, sans-serif;

  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
  /* text-transform: uppercase; */
  margin: 2rem 1rem;
  padding: 0px;
}
.footer .name-level-0 a {
  color: white;
  font-size: 15px;
}
.footer .name-level-0 a:hover {
  color: var(--cColour);
}
.footer .name-level-1 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.175px;
  line-height: 24px;
  margin: 5px 0px;
  padding: 0px;
}
.footerMenu {
  margin: 35px 0px 15px 0px;
  border-width: 1px 0px 1px 0px;
  border-color: var(--cDusk);
  border-style: solid;
}

.nldesc {
  padding: 0px 0 15px;
}
.footer-nl input {
  margin-bottom: 10px;
}
.footer-nl {
  margin-bottom: 10px;
}
.icon-sociales {
  margin-top: 15px;
}
.icon-sociales span {
  background: none;
  margin-right: 2px;
  margin-bottom: 5px;
}
.icon-sociales span a {
  color: #fff;
}
.icon-sociales span:hover {
  background: #ff224b;
}
.icon-sociales span a:hover {
  color: #fff;
}
.flogo {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 100%;
}
.footer .fdesc {
  font-weight: 400;
  font-size: 13px;
  color: #a7a7a7;
  line-height: 23px;
  padding-bottom: 15px;
}
.flogo img {
  max-width: 100%;
  max-height: 50px;
}
.blogo img {
  max-width: 100%;
}
.footer .simple {
  padding-top: 20px;
}
.copy {
  text-align: left;
}
.copy-outer {
  padding: 0px;
  margin: 0px;
}
.fmenu {
  margin-top: 14px;
  margin-bottom: 0px;
  border-bottom: 1px solid #dbdbdb;
  padding: 0px 30px;
}
.fmenu a {
  color: #585858;
  font-size: 13px;
}
.powered {
  position: absolute;
  top: 0;
  right: 0;
}
.footer img {
  max-width: 100%;
}
.fmenu .coll {
  float: left;
  padding-bottom: 20px;
  text-align: center;
  font-size: 12px;
}
.fmenu .columns-10 {
  width: 10%;
}
.fmenu .columns-9 {
  width: 11.1%;
}
.fmenu .columns-8 {
  width: 12.5%;
}
.fmenu .columns-7 {
  width: 14.285%;
}
.fmenu .columns-6 {
  width: 16.66%;
}
.fmenu .columns-5 {
  width: 20%;
}
.fmenu .columns-4 {
  width: 25%;
}
.fmenu .columns-3 {
  width: 33%;
}
.fmenu .columns-2 {
  width: 50%;
}
.fmenu .columns-1 {
  width: 100%;
}
.fmenu .coll .name-level-0 a,
.fmenu .coll .name-level-0 {
  color: #a1a1a1;
  font-weight: 300;
  font-size: 16px;
  text-transform: lowercase;
}
.fmenu .coll .name-level-1 a {
  color: #359d48;
  font-size: 14px;
  font-weight: 400;
}
.fmenu .coll .name-level-0 {
  padding-bottom: 20px;
  text-align: left;
}
.fmenu .coll .name-level-1 {
  padding: 0px 4px 10px 0px;
  text-align: left;
  line-height: normal;
}
.fmenu .coll .name-level-0 a:hover,
.fmenu .coll .name-level-1 a:hover {
}
.fimg {
  text-align: center;
}
.fimg img {
  max-width: 100%;
}
.fgallery {
  padding: 80px 0 60px 0;
}
.fmenu2 {
  padding-top: 1px;
  padding-bottom: 5px;
}
.fmenu2 a {
  color: #00acff;
  font-size: 13px;
}
.fmenu2 a:hover {
  text-decoration: underline;
}
.fmenu2 a::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 14px;
  background: #23374c;
  margin-right: 5px;
  margin-left: 2px;
  vertical-align: middle;
}
.fmenu2 a:first-child::before {
  display: none;
}
.hiddencnt {
  display: none;
}
.opening.mobile {
  display: none;
}
section.mainsection {
  padding-top: 0px;
}

.paddertop section.mainsection {
  padding-top: 0px;
}
.copy span {
  margin-right: 30px;
}
.copy a {
  color: #00acff;
  text-transform: none;
  letter-spacing: normal;
}
.copy a::before {
  display: none;
}
.copy a {
  border-right: 1px solid #666769;
  padding-right: 7px;
  padding-left: 5px;
}
.copy a:last-child {
  border-right: 0;
}
.plogo {
  color: #fff;
  text-align: center;
  padding-top: 0px;
  margin-top: -4px;
}
.helyszin {
  margin-top: 5px;
}
article:first-child {
  padding-bottom: 0px;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
* + html article:first-child {
  display: inline;
  zoom: 1;
}

/* ------------------
2.) Reusables/Modules
------------------ */

.panel {
  position: relative;
}

.flags {
  position: relative;
  font-size: 16px;
  float: right;
  color: #cbcbcb;
  padding-top: 0;
}
.flags a,
.flags span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--cText);
}
.flags span {
  color: #fff;
  background-color: var(--cColour);
  border-radius: 5px;
  padding: 5px;
  line-height: 1.2em;
}

article {
  clear: both;
  text-align: center;
}

.cntinner {
  text-align: center;
  position: relative;
}

.section_homepage {
  text-align: center;
}

input,
textarea {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  padding: 5px 10px 5px 10px;
}
.clear {
  clear: both;
  float: none;
}

#menucontainer {
  position: absolute;
  padding: 0px;
  top: 102px;
  padding-left: 68px;
  z-index: 900;
  margin: 0px auto;
  border: 0px solid #fff;
}

.centering {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

.hir_tovabb {
  margin-top: 20px;
}
/* global */

.hrnews {
  text-align: right;
  margin-top: 20px;
}
.hrnews a {
  margin-left: 20px;
}

/* wp styles*/
.simple_button_link,
.button_class {
  background: none repeat scroll 0 0 #e02c00;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  /*font-family:Tahoma;*/
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 7px;
  padding: 0px 9px 0px;
  line-height: 27px;
  text-decoration: none;
  cursor: pointer;
}
.simple_button_link:hover,
.button_class:hover {
  background: none repeat scroll 0 0 #ee3c11;
}
.simple_button_black {
  background: none repeat scroll 0 0 #ee3c11;
  border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 7px;
  padding: 3px 9px 4px;
  text-decoration: none;
}
.simple_button_black:hover {
  background: none repeat scroll 0 0 #c62b02;
}

.content-item-grid {
}
.breadcumb {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #888;
  border-bottom: 0px solid #f1f1f1;
}
.breadcumb img {
  margin: 0px 8px 0px 8px;
}
.breadcumb a {
  color: #a3a3a3;
  text-decoration: underline;
}
.breadcumb a:hover {
  text-decoration: none;
}
.product-list {
}
.product-list h1 {
  float: left;
  margin-right: 20px;
}
.product-list .breadcumb {
  float: left;
  padding-top: 15px;
}
.product-list .breadcumb span {
  color: #a3a3a3;
}
.category-list {
  padding-bottom: 20px;
}
.category-list div {
  line-height: 30px;
  padding: 0px;
  margin: 0px;
  float: left;
}
.category-list div.level-0 {
  font-style: italic;
  color: #888;
  margin-right: 30px;
  padding-bottom: 30px;
}
.category-list div.level-0 a {
  color: #888;
  font-weight: 300;
  margin-right: 5px;
}
.category-list div.level-0:hover a {
  color: #ff224b;
}
.category-list div.level-0 {
  line-height: normal;
}
.category-list div.level-0 span {
  float: left;
}
.category-list div.level-0 span.text {
  padding-top: 0px;
}
.category-list div.level-0 span img {
  height: 65px;
  margin-right: 5px;
}
.category-list div.level-0 a.active,
.category-list div.level-0.active {
  color: #585858;
}
.category-list div.level-1 {
  margin-right: 5px;
  margin-bottom: 5px;
}
.category-list div.level-2 {
  margin-left: 20px;
}
.category-list div.level-3 {
  margin-left: 30px;
}
.category-list div.level-1 a,
.category-list div.level-2 a,
.category-list div.level-3 a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding: 12px 14px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  text-transform: lowercase;
  background: #e3e3e3;
  color: #5e5e5e;
  border-radius: 20px;
  margin-left: 0px;
  line-height: 12px;
}
.category-list div.level-1 a:hover,
.category-list div.level-2 a:hover,
.category-list div.level-3 a:hover,
.category-list div.level-1 a.active,
.category-list div.level-2 a.active {
  background: #ff224b;
  color: #fff;
}
.category-list .list1 {
  border-top: 0px solid #f1f1f1;
  padding-top: 10px;
}
#product-list {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 0px solid #e7e7e7;
}

#categbanner {
  margin-bottom: 30px;
}
#categbanner .margin-wrap {
  overflow: hidden;
  border: 0px solid #eee;
}

#easyshoppage {
  margin-top: 10px;
}
#easyshoppage .product-item {
}

.moreitems {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
}
.moreitems:hover {
  background: #f9f9f9;
}
.moreitems ul {
  list-style-type: none;
}
.moreitems ul li {
  display: inline;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.product-item img {
  opacity: 0;
}
.prod-name {
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  color: #ff224b;
  font-weight: 600;
  line-height: 16px;
}
.prod.name a {
  color: #ff224b;
}
.prod-information {
  margin-top: 10px;
  text-align: center;
}
.strikeout {
  text-decoration: line-through;
  color: #ff130a;
}
.price {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
}

.product-more-info {
  margin-top: 40px;
}
.ajanlott h3 {
  text-transform: uppercase;
  font-weight: 300;
}
.product-list.ajanlott {
  float: none;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
}
.product-list.ajanlott .product-item {
  width: 23%;
  margin-right: 2%;
}
.product-list.ajanlott .margin-wrapper {
  height: 238px;
}
.ajanljuk {
  clear: both;
  padding-top: 36px;
}
#price-block {
  padding-bottom: 20px;
}
.kategselector-outer {
  float: right;
}
.kategselector {
  padding-bottom: 30px;
}
.kategselector ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.kategselector ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.kategselector a {
  background: #e5e0e0;
  padding: 10px 36px;
  color: #737373;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 600;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none;
}
.kategselector a.active,
.kategselector a:hover {
  background: #ff224b;
  color: #fff;
}
.product-item-sheet .kategselector {
  text-align: left;
  height: auto;
  padding-top: 10px;
}
.product-item-sheet .kategselector a {
  margin-left: 0;
  margin-right: 10px;
  padding: 6px 20px;
}

.kategselector.cat {
  float: none;
  width: 100%;
  text-align: left;
}
.kategselector.cat a {
  margin-left: 0;
  margin-right: 5px;
  padding: 5px 20px;
}
.product-item-sheet {
  padding-top: 0px;
}
.product-item-sheet .product-images {
  float: left;
  width: 50%;
  margin-top: 12px;
  margin-right: 4%;
  cursor: pointer;
}
.product-item-sheet .product-img {
  border: 1px solid #ebebeb;
  border-radius: 20px;
  text-align: left;
  overflow: hidden;
}
.product-item-sheet .product-img-small {
  float: left;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin-top: 12px;
  margin-right: 12px;
}
.product-item-sheet .product-images img {
  opacity: 0; /*max-width: 100%;max-height:400px*/
}
.proditem {
  overflow: hidden;
}
.product-item-sheet .product-information {
  float: left;
  width: 45%;
  text-align: left;
  color: #777;
  padding-top: 20px;
}
.product-item-sheet .product-information h1 {
  font-weight: 300;
  font-size: 30px;
  line-height: normal;
  padding-bottom: 0px;
}
.product-item-sheet #product-price {
  min-height: 30px;
  float: left;
}
#product-price.price {
  font-size: 40px;
  font-weight: 300;
  padding-top: 20px;
}
#product-price.price .strikeout {
  font-size: 30px;
  margin-left: 6px;
}
.product-details {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-variant,
.product-quantity {
  margin-top: 20px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.product-quantity {
  margin: 0px;
}
.price-title {
  font-weight: 400;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
}
.product-variant select {
  margin-top: 10px;
}
.product-quantity {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
}
.product-quantity .title {
  display: inline-block;
  margin-right: 50px;
  color: #3d3d3d;
}
.product-quantity .quantselect {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.product-quantity .addtochart {
  display: inline-block;
}
.increase {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0px;
  display: block;
  height: 18px;
  width: 20px;
  line-height: 18px;
  border: 1px solid #dcdcdc;
  text-align: center;
}
.decrease {
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 0;
  margin-top: 0px;
  display: block;
  height: 18px;
  width: 20px;
  line-height: 18px;
  border: 1px solid #dcdcdc;
  border-top: 0;
  text-align: center;
}
.increase:hover,
.decrease:hover {
  background: #dcdcdc;
}
.product-quantity input {
  border: 1px solid #dcdcdc;
  background: none;
  border-radius: 0px;
  color: #111;
  width: 75px;
  height: 36px;
  line-height: 35px;
  padding: 0px 20px 0px 0px;
  margin-top: 0px;
  text-align: center;
}
.product-quantity .left,
.product-quantity .right {
}
.product-quantity .right {
  top: 20px;
}
.variant-line {
  padding-top: 10px;
  padding-bottom: 10px;
}
.free-shipp-desc {
  color: #888;
}
span.fizetendo {
  font-size: 40px;
  font-weight: 300;
  margin-left: 20px;
}
div.fizetendo {
  padding-top: 14px;
  padding-bottom: 20px;
}
.outoforder {
  margin-top: 30px;
  clear: both;
}
#refreshinfo {
  margin-bottom: 20px;
}
.stock {
  padding-top: 20px;
}
.stock .alabel {
  color: #3d3d3d;
  float: left;
  width: 25%;
}
.stock .value {
  float: left;
  padding-left: 35px;
  width: 40%;
}
.attribs {
  float: left;
  width: 100%;
  border: 0px solid #b60000;
}
.attribs-outer {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
}
.attribs {
  border-left: 3px solid #23374c;
  padding-left: 18px;
}

.attribs .alabel {
  float: left;
  margin-left: 0px;
  font-weight: 400;
  padding-top: 4px;
  width: 45%;
}
.attribs .value {
  float: left;
  margin-left: 20px;
  padding-top: 4px;
}
.increase {
  margin-left: 20px;
  cursor: pointer;
}
.decrease {
  margin-left: 5px;
  cursor: pointer;
}
.addtochart {
  margin-top: 10px;
}
.addtochart .btn_class {
  width: 180px;
}

/* .btn_class.redbg {
  border: 1px solid #979797;
  border-radius: 30px;
  text-align: center;
  padding-left: 45px;
}

.btn_class.redbg:hover {
  border: 1px solid #004389;
} */

.addtochart .button_class {
  font-size: 14px;
  margin-top: 10px;
  padding: 8px 0px;
  text-align: center;
  border: 0px;
  text-transform: uppercase;
  width: 200px;
  color: #fff;
  background: #272727;
  border-radius: 0px;
  margin-left: 0px;
}
.addtochart .button_class:hover {
  background: #404040;
  color: #fff;
}
.button_rendeles .button_class {
  font-size: 14px;
  padding: 8px 0px;
  text-align: center;
  border: 0px;
  text-transform: uppercase;
  width: 200px;
  color: #fff;
  background: #272727;
  border-radius: 0px;
}
.button_rendeles .button_class:hover {
  background: #404040;
  color: #fff;
}
table.busket {
  background: none;
}
table.busket td {
  background: none;
  vertical-align: middle;
  padding: 5px;
}

table.arkonst {
  background: none;
  border-right: 0px solid #e5e5e5;
  border-top: 0px solid #e5e5e5;
}
table.arkonst td,
table.arkonst th {
  background: none;
  vertical-align: middle;
  padding: 5px;
  border-left: 0px solid #e5e5e5;
  border-bottom: 0px solid #e5e5e5;
}
table.arkonst th {
  background: #eee;
  text-align: center;
  font-weight: bold;
  color: #101010;
}

#busketcontent h2 .addtochart .btn_class {
  font-weight: 300;
  font-size: 24px;
  font-family: var(--fAlt);
}
.szamlaequal {
  color: #ccc;
}

table.busket tr.errtr {
  background: #fafafa;
}
table.busket tr.errtr input {
  background: #ffefef;
}
table.busket td.err {
  padding: 0px 0px 6px 5px;
}
.errordiv {
  color: #ff0000;
  margin-top: 0px;
}

.urlap_foot_first {
  font-size: 11px;
  color: #ff0000;
}

.show_all {
  margin-top: 30px;
}

div.morebutton a,
div.category-lista a,
a.button_class,
a.btn_class,
.butt a {
  display: inline-flex;
  min-width: 160px;
  height: 48px;
  color: var(--cText);
  font-family: var(--fHead);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.3;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  /* text-transform: uppercase; */
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
  /* margin-left: 13px; */
  margin-right: 13px;
  /* padding: 8px 50px; */
  padding: 5px 5px 5px 15px;
  background-color: transparent;
  /*   border-color: var(--cDark);
  border-style: solid;
  border-width: 1px; */
  background-color: var(--cBack);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*! old button design*/
/* div.morebutton a:before,
div.category-lista a:before,
a.button_class:before,
a.btn_class:before,
.butt a:before,
div.morebutton a:after,
div.category-lista a:after,
a.button_class:after,
a.btn_class:after,
.butt a:after {
  content: "";
  width: 26px;
  height: 1px; 
  box-sizing: border-box;
  position: absolute;
  background-color: var(--cDark);
  border: none;
}
div.morebutton a:before,
div.category-lista a:before,
a.button_class:before,
a.btn_class:before,
.butt a:before {
  left: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
div.morebutton a:after,
div.category-lista a:after,
a.button_class:after,
a.btn_class:after,
.butt a:after {
  right: 0px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
} */

/*
div.morebutton a:after, div.category-lista a:after, a.button_class:after, a.btn_class:after, .butt a:after {
    content: '';
    max-width: 25px;
    min-width: 25px;
    min-height: 20px;
    box-sizing: content-box;
    margin: 0px 0px 0px 20px;
    background-image: url(../design/arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%);
}
*/

/* div.morebutton a:hover,
div.category-lista a:hover,
a.button_class:hover,
a.btn_class:hover, */
.butt a:hover {
  color: var(--cColour);
  /*   text-decoration: none;
  background-color: var(--cDark); */
}

.butt a {
  color: var(--cText);
  border-color: var(--cBack);
}

.butt a::after {
  content: "";
  /*  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2em;
  border-top: 2px solid black;
  z-index: -1;
  width: 70px;
  transform: translateX(115%); */
  max-width: 60px;
  min-width: 60px;
  min-height: 20px;
  box-sizing: content-box;
  margin: 0px 0px 0px 20px;
  background-image: url(../design/arrow1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s ease-in;
}

.butt a:hover::after {
  transform: translateX(25%);
}

.dark div.morebutton a,
.dark div.category-lista a,
.dark a.button_class,
.dark a.btn_class,
.dark .butt a {
  color: var(--cBack);
  border-color: var(--cBack);
}
.butt a:before,
.butt a:after {
  background-color: var(--cBack);
}
.dark div.morebutton a:before,
.dark div.category-lista a:before,
.dark a.button_class:before,
.dark a.btn_class:before,
.dark .butt a:before,
.dark div.morebutton a:after,
.dark div.category-lista a:after,
.dark a.button_class:after,
.dark a.btn_class:after,
.dark .butt a:after {
  background-color: var(--cBack);
}
.butt a:hover {
  color: var(--cColour);
  background-color: var(--cBack);
}
.dark div.morebutton a:hover,
.dark div.category-lista a:hover,
.dark a.button_class:hover,
.dark a.btn_class:hover,
.dark .butt a:hover {
  color: var(--cDark);
  background-color: var(--cBack);
}
a.gray {
  background-color: #3b3b3b;
  background-image: linear-gradient(#484848, #2e2e2e);
  color: #eee;
}
a.gray:hover,
#ajaxlayer a.gray:hover {
  background-color: #2e2e2e;
  background-image: linear-gradient(#212121, #3b3b3b);
  color: #eee;
}

.alerttransparency_full,
.ajaxtransparency,
.ajaxtransparency_full,
.btransparency,
.btransparency_full {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  overflow-y: scroll;
}
.blackbg {
  background: rgba(0, 0, 0, 0.7);
}
#alertlayer,
#klayer,
.klayer,
#ajaxlayer {
  font-family: var(--fAlt);
  text-align: left;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  top: 20px;
  left: 350px;
  min-width: 250px;
  min-height: 40px;
  border-radius: 5px;
}
#alertlayer {
  width: 300px;
}
#ajaxlayer {
  background: rgba(035, 035, 035, 1);
}
.alertlayer_content,
.klayer_content,
.ajaxlayer_content {
  color: #bbb;
  padding: 10px 20px 20px 25px;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
}
.alertlayer_content select,
.klayer_content select,
.ajaxlayer_content select {
  color: #414141;
}
#klayer_content {
  font-size: 12px;
}
.alertlayer_title,
.klayer_title {
  padding: 5px 20px 20px 40px;
  margin-left: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  background: url(../design/images/tooltip-icon-info.png) no-repeat 0px 4px;
}
.klayericon,
.klalert {
  background: url(../design/images/tooltip-icon-alert.png) no-repeat;
}
.question {
  background: url(../design/images/tooltip-icon-alert.png) no-repeat;
}
.menuadd {
  background: url(../design/images/icon-plus-16-light.png) no-repeat 7px 8px;
}
.klsettings {
  background: url(../design/images/icon-settings-16-light.png) no-repeat 0px 7px;
}
.kl_image {
  background: url(../design/images/icon-image-16-light.png) no-repeat 0px 7px;
}
.klprod {
  background: url(../design/images/icon-products-32-light.png) no-repeat 0px 0px;
}
.klorder {
  background: url(../design/images/icon-orders-32-light.png) no-repeat 0px 0px;
}
.kluser {
  background: url(../design/images/member.png) no-repeat -5px -8px;
}
.kloption {
  background: url(../design/images/icon_radio_24_light.png) no-repeat 0px 0px;
}
.klsaved {
  background: url(../design/images/tooltip-icon-okay.png) no-repeat 0px 0px;
}
.klcomments {
  background: url(../design/images/icon_comments_24_light.png) no-repeat 0px 4px;
}

.buttonbar {
  text-align: right;
  padding: 20px 0px 0px 0px;
}
.buttonbar a {
  margin-left: 20px;
  cursor: pointer;
  font-size: 14px;
}

.field-lhs,
.field-rhs {
  margin-bottom: 4px;
  margin-top: 6px;
}

.field-list .btn_class {
  color: var(--cText) !important;
}

.field-list .btn_class::after {
  content: "";
  max-width: 60px;
  min-width: 60px;
  min-height: 20px;
  box-sizing: content-box;
  margin: 0px 0px 0px 20px;
  background-image: url(../design/arrow1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /* filter: brightness(0%) invert(100%); */
  transition: all 0.3s ease-in;
}

.field-list .btn_class:hover::after {
  transform: translateX(40%);
}

/* PowerTip Plugin */
.powerTip_title {
  padding: 6px 20px 20px 20px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.powerTip_icon {
  text-align: left;
  max-width: 300px;
  background: url(../design/images/tooltip-icon-info.png) no-repeat 5px 0px;
}
.powerTip_cnt {
  padding: 0px 20px 20px 40px;
  white-space: normal;
  line-height: 18px;
  font-size: 12px;
  color: #bbb;
  font-weight: 300;
}

.post-content {
  width: 100%;
}
.post-block .post-content {
}
.post-content h2,
.post-content h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 35px;
  line-height: 35px;
}
.post-content h2 a,
.post-content h1 a {
  color: #2f2f2f;
}
.post-content .date {
  margin-top: 10px;
}
.post-content .margin-wrapper {
  overflow: hidden;
}
.margin-wrapper {
  overflow: hidden;
}
.margin-wrapper img {
  max-width: none;
}
.post-thumb {
}
.post-thumb img {
  width: 100%;
}
.post-datum {
  background: url(../design/calendar.png) no-repeat 0px 4px;
  padding-left: 15px;
  margin-right: 12px;
}
.read {
  text-align: center;
  margin: 30px 0px 30px 0px;
}
.read a {
  cursor: pointer;
  display: inline-flex;
  min-width: 160px;
  height: 48px;
  color: var(--cDark);
  font-family: var(--fHead);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.95px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
  margin-left: 13px;
  margin-right: 13px;
  padding: 8px 50px;
  padding: 5px;
  background-color: transparent;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.read a:hover {
  color: #004389;
}

.read a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2em;
  border-top: 2px solid black;
  z-index: -1;
  width: 70px;
  transform: translateX(115%);
  transition: all 0.3s ease-in;
}

.read a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1em;
  border-top: 2px solid #004389;
  z-index: -1;
  width: 70px;
  transform: translateX(5%);
}

.meta-details {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}
.post-author {
  margin-left: 12px;
  background: url(../design/author.png) no-repeat 0px 6px;
  padding-left: 15px;
}
.post-comments {
  background: url(../design/images/comments.png) no-repeat 0px 5px;
  margin-left: 23px;
  padding-left: 15px;
}
.tagscloud {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tagscloud div {
  float: left;
}
.tagscloud a {
  background: #404040;
  padding: 10px 22px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 400;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
}
.tagscloud a.active,
.tagscloud a:hover {
  opacity: 0.9;
  background: #09b48d;
}

.post_content .tagscloud {
  padding: 0px 0 5px;
  text-align: left;
}
.post_content .tagscloud a {
  color: #666;
  font-weight: normal;
  background: url(../design/images/tag-9x9_gray.png) no-repeat 0px 50%;
  border-radius: 0;
  padding: 0 0 0 20px;
  line-height: normal;
  margin-left: 0;
  margin-right: 20px;
}
.post_content .tagscloud a:hover {
  color: #09b489;
}
.post-content .labels {
  background: url(../design/images/tag-9x9_gray.png) no-repeat 0px 8px;
  padding-left: 14px;
  float: right;
}
.pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.pagination a {
  background: #ebebeb;
  color: #676767;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 25px;
  margin-right: 5px;
  padding: 0 10px;
}
.pagination a:hover {
  background: #3c3734;
  color: #fff;
}
.pagination span {
  background: #3c3734;
  color: #fff;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 25px;
  margin-right: 5px;
  padding: 0 10px;
}
.pagination span.empty {
  background: none;
  color: #676767;
}

.landing .sqs-layout .page_left_wide {
  border: 0;
}
.landing .sqs-layout .page_left_wide .sqs-col-6:after {
  content: "";
  width: 1px;
  background: #d9d9d9;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.landing .sqs-layout .page_left_wide .sqs-col-6 .news {
  padding-left: 8px;
  padding-right: 2px;
}
.landing .sqs-layout .page_left_wide .sqs-col-6:first-child .news {
  padding-left: 0;
  padding-right: 8px;
}
.sqs-layout {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.68em;
  /*color: #333333;*/
}

.aloha-gallery img,
.video img,
.aloha-image img,
.image-block img,
.paralax-block img {
  max-width: 100%;
} /*width:100%*/
.stretch img {
  width: 100%;
}
.videocnt.overlay {
  cursor: pointer;
}

.article-list,
.article-wrapper {
  max-width: 760px;
  margin-right: 280px;
}
#sidebar {
  position: absolute;
  top: 0px;
  width: 240px;
  text-align: left;
  right: 0;
  margin-left: 0px;
}

#sidebar {
  margin-top: 30px;
}

.warn-msg,
.live-msg {
  padding: 15px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: var(--fAlt);
  text-align: left;
}
.warn-msg img,
.live-msg img {
  position: relative;
  top: 2px;
  font-size: 16px;
  margin-right: 10px;
}
.warn-msg {
  background-color: #e2db84;
  color: #827b00;
}
.live-msg {
  background-color: #00c562;
  color: #fff;
}
.warn-msg span {
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 0 none;
  cursor: hand;
}
.search-item h2 {
  padding: 0px;
  margin: 0px;
}
.search-item {
  margin-top: 10px;
}
.talalat {
  margin-top: 20px;
}

#aloha_image_68a8aedfb0a2e4d3e74b46c3110bd890.aloha-image .image-inner {
  text-align: center;
}

/*.image-block-wrapper .image-inner {width:auto;border:0px solid #b60000;display:inline-block;position: relative;max-width:100%}*/
.image-block-wrapper .image-inner {
  position: relative;
  max-width: 100%;
}
.paralax-wrapper .title-desc .title {
  margin: 80px auto 0px auto;
  max-width: 1200px;
  text-align: center;
}
.paralax-wrapper .title-desc .title span {
  padding: 15px 20px;
  color: #fff;
  line-height: 55px;
  font-size: 50px;
  text-transform: uppercase;
}
.paralax-wrapper .title-desc .pagedesc {
  margin: 60px auto 0px auto;
  max-width: 1200px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
}
.paralax-wrapper .title-desc .pagedesc span {
  padding-left: 22px;
}

/*.image-block-wrapper {position: relative;display:inline-block}
.image-block-wrapper.stretch {display: block;}*/
.image-block-wrapper.stretch .image-inner {
  width: 100%;
  display: block;
}

/* .sqs-block.image-block .image-block-wrapper {
  width: 69px;
} */

.sqs-block.image-block .image-block-wrapper .caption-container {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 0 30px;
  z-index: 2;
  color: #fff;
  line-height: normal;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-block-wrapper .image-caption-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  background: rgba(45, 43, 61, 0.7);
  color: #fff;
  width: 100%;
  font-size: 16px;
}
.image-block-wrapper .image-caption-wrapper p {
  text-transform: uppercase;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  top: 65%;
  position: absolute;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.sqs-block.image-block .image-block-wrapper .image-caption-wrapper p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.image-caption-wrapper.hiden {
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.image-block-wrapper:hover .image-caption-wrapper.hiden {
  opacity: 1;
  display: block;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.image-block-wrapper h4 {
  font-size: 24px;
  padding-top: 15px;
  text-transform: uppercase;
}
.image-block-wrapper .caption-container h4 {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.stacked {
  margin-bottom: 1px;
}

a .margin-wrapper {
  border-bottom: 4px solid #004389;
}

.gallery-overlay-info {
  position: absolute;
  top: 50%;
  background: white;
  width: 60%;
  opacity: 0;
  transform: translate(-15%, -50%);
  left: 50%;
  padding: 20px 20px 20px 30px;
  transition: all 0.3s ease;
}

.slide:hover .gallery-overlay-info {
  opacity: 100;
}

.gallery-overlay-info .description {
  font-family: Muli, sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #004389;
  margin-top: -7px;
  line-height: 1.3;
}

.gallery-overlay-info .title {
  font-family: Muli, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.38;
  color: rgb(136, 136, 136);
  line-height: 2.14;
}

#referencia {
  cursor: pointer;
}

#referencia img {
  transition: all 0.3s ease;
}

#referencia a:hover img {
  scale: 1.1;
}

#referencia
  .gallery-block-grid.gallery-thumbnails-per-row-3
  .gallery-design-grid-slide:nth-child(9n + 3),
#referencia
  .gallery-block-grid.gallery-thumbnails-per-row-3
  .gallery-design-grid-slide:nth-child(9n + 4),
#referencia
  .gallery-block-grid.gallery-thumbnails-per-row-3
  .gallery-design-grid-slide:nth-child(9n + 8) {
  width: 50%;
}

#referencia .gallery-block-grid.gallery-thumbnails-per-row-3 .gallery-design-grid-slide {
  width: 25%;
}

#referencia .gallery-block-grid .slide .margin-wrapper {
  height: 100%;
  /* position: static; */
}

#referencia .gallery-block-grid .slide .margin-wrapper a.image-slide-anchor {
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}

#referencia .gallery-block-grid .slide .margin-wrapper a.image-slide-anchor img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: static !important;
  object-fit: cover !important;
}

.gallery-block-grid.gallery-thumbnails-per-row-1 .gallery-design-grid-slide {
  width: 100%;
}
.gallery-block-grid.gallery-thumbnails-per-row-2 .gallery-design-grid-slide {
  width: 50%;
}
.gallery-block-grid.gallery-thumbnails-per-row-3 .gallery-design-grid-slide {
  width: 33.333333333333336%;
}
.gallery-block-grid.gallery-thumbnails-per-row-4 .gallery-design-grid-slide {
  width: 25%;
}
.gallery-block-grid.gallery-thumbnails-per-row-5 .gallery-design-grid-slide {
  width: 20%;
}
.gallery-block-grid.gallery-thumbnails-per-row-6 .gallery-design-grid-slide {
  width: 16.666666666666668%;
}
.gallery-block-grid.gallery-thumbnails-per-row-7 .gallery-design-grid-slide {
  width: 14.285714285714286%;
}
.gallery-block-grid.gallery-thumbnails-per-row-8 .gallery-design-grid-slide {
  width: 12.5%;
}
.gallery-block-grid.gallery-thumbnails-per-row-9 .gallery-design-grid-slide {
  width: 11.11111111111111%;
}
.gallery-block-grid.gallery-thumbnails-per-row-10 .gallery-design-grid-slide {
  width: 10%;
}
.gallery-block-grid .slide {
  float: left;
  width: 20%;
}
.gallery-block-grid .slide .margin-wrapper {
  position: relative; /* margin-right:20px;margin-bottom:20px*/
}
.gallery-block-grid .slide .margin-wrapper a.image-slide-anchor {
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  display: block;
}
.gallery-block-grid .slide .margin-wrapper a.image-slide-anchor img {
  display: inline-block;
}
.gallery-block-grid .slide .margin-wrapper .content-wrapper {
  padding-bottom: 100%;
  width: 100%;
  display: block;
}
.gallery-block-grid
  .slide
  .margin-wrapper
  .content-wrapper.content-fill
  .sqs-video-wrapper {
  height: 0;
  padding-bottom: 100%;
}
.gallery-block-grid .slide .margin-wrapper .image-slide-title {
  text-align: center;
  display: none;
}
.gallery-block-grid .slide .meta {
  position: relative;
}
.gallery-block-grid .slide .meta h1 {
  font-size: 12px;
  letter-spacing: normal;
  margin: 0;
}
.gallery-block-grid {
  margin-right: -20px;
}

.gallery-design-grid-slide {
  overflow: hidden;
}

.gallery-design-grid-slide img {
  opacity: 0;
}

.sqs-content-item-grid-field .sqs-content-item-grid {
  -moz-box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  padding: 20px;
  position: relative;
  width: 100%;
}
.sqs-content-item-image {
  float: left;
  position: relative;
  width: 20%;
}

.sliderwrapper {
  width: 100%;
  left: 5%;
  overflow: hidden;

  border: 0px solid #b60000;
}

.carousel img {
  margin: 0px 5px;
  border: none;
  display: block;
  float: left;
}

.ccarousel .prev,
.ccarousel .next {
  border-top: 0px solid #999;
  border-bottom: 0px solid #999;
  height: 60px;
  position: absolute;
  top: 50%;
  width: 32px;
  margin-top: -30px;
}

.prev:hover,
.next:hover {
  opacity: 1;
}
.prev {
  background: url(../template/default/design/arrows.png) no-repeat top left;
  left: -40px;
  opacity: 0.5;
}
.next {
  background: url(../template/default/design/arrows.png) no-repeat top right;
  right: -40px;
  border: 0px solid #b60000;
  opacity: 0.5;
}
.ccarousel {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0px solid #b60000;
  min-height: 300px;
  position: relative;
}

.cthumbs-wrapper {
  width: 100%;
  left: 5%;
  overflow: hidden;
  height: 100px;
  border: 0px solid #b60000;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
  width: 32px;
  height: 60px;
  position: absolute;

  z-index: 2;
}
.galleria-image-nav {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  height: 60px;
}
.galleria-image-nav-left {
  background: url(../template/default/design/arrows.png) no-repeat top left;
  left: 10px;
}
.galleria-image-nav-right {
  right: 10px;

  background: url(../template/default/design/arrows.png) no-repeat top right;
  z-index: 2;
}

.sqs-check-content .check-element .colorfade {
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
.check-element .title {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  font-weight: 400;
  padding-top: 2px;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
.check-element .description,
.sqs-slider-content .description,
.sqs-select-content .description {
  color: #555;
  float: left;
  line-height: 1.4em;
  padding-bottom: 3px;
  font-size: 12px;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
.check-element.active .description,
.sqs-slider-content .description,
.sqs-select-content .description {
  color: #aaa;
}
.sqs-slider-content .description {
  color: #777777;
  font-size: 12px;
  line-height: 1.4em;
  padding-bottom: 3px;
  padding-left: 35px;
  padding-top: 5px;
}
.check-element {
  padding-left: 32px;
  cursor: pointer;
  min-height: 20px;
  background-position: 3px 4px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../design/images/checkbox-inactive-16-light.png);
}
.check-element.dark {
  padding-left: 32px;
  cursor: pointer;
  min-height: 20px;
  background-position: 3px 4px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../design/images/checkbox-inactive-16-dark.png);
}
.check-element.active {
  background-image: url(../design/images/checkbox-active-16-light.png);
}

.check-element.dark.active {
  background-image: url(../design/images/checkbox-active-16-dark.png);
}
.check-element.active .title {
  color: white;
}

.check-element .field-title {
  color: #fff;
}

.field-input,
.smalllayer .editable {
  -moz-box-sizing: border-box;
  border: 1px solid #333;
  border-radius: 3px 3px 3px 3px;
  color: #555;
  font-size: 14px;
  font-family: var(--fAlt);
  padding: 6px 0 6px 6px;
  width: 100%;
}

.field-input:focus {
  outline: none;
  color: #111111;

  border-color: #42b1ff !important;
}
.field-input:focus {
  background: #fff;
}

blockquote {
  font-style: italic;
  font-family: "Georgia", serif;
  padding: 0 0 0 3.5em;
  font-size: 1.5em;
}
blockquote,
blockquote p {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3333em;
  color: #101010;
}

blockquote::before {
  color: rgba(51, 51, 51, 0.1);
}
blockquote::before {
  font-family: fontello;
  content: "\e909";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0.3em;
  top: -0.1em;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?56056578");
  src: url("../font/fontello.eot?56056578#iefix") format("embedded-opentype"),
    url("../font/fontello.woff?56056578") format("woff"),
    url("../font/fontello.ttf?56056578") format("truetype"),
    url("../font/fontello.svg?56056578#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-vcard:before {
  content: "\e800";
}
.icon-pin:before {
  content: "\e801";
}
.icon-reply:before {
  content: "\e802";
}
.icon-reply-all:before {
  content: "\e803";
}
.icon-forward:before {
  content: "\e804";
}
.icon-print:before {
  content: "\e805";
}
.icon-keyboard:before {
  content: "\e806";
}
.icon-search:before {
  content: "\e807";
}
.icon-clock-empty:before {
  content: "\e808";
}
.icon-hourglass:before {
  content: "\e809";
}
.icon-login:before {
  content: "\e80a";
}
.icon-logout:before {
  content: "\e80b";
}
.icon-picture:before {
  content: "\e80c";
}
.icon-brush:before {
  content: "\e80d";
}
.icon-ccw:before {
  content: "\e80e";
}
.icon-cw:before {
  content: "\e80f";
}
.icon-refresh:before {
  content: "\e810";
}
.icon-clock:before {
  content: "\e811";
}
.icon-circle-empty:before {
  content: "\e812";
}
.icon-circle-dot:before {
  content: "\e813";
}
.icon-circle:before {
  content: "\e814";
}
.icon-checkbox:before {
  content: "\e815";
}
.icon-checkbox-empty:before {
  content: "\e816";
}
.icon-book:before {
  content: "\e817";
}
.icon-mail-empty:before {
  content: "\e818";
}
.icon-mail:before {
  content: "\e819";
}
.icon-phone:before {
  content: "\e81a";
}
.icon-book-open:before {
  content: "\e81b";
}
.icon-users-group:before {
  content: "\e81c";
}
.icon-male:before {
  content: "\e81d";
}
.icon-female:before {
  content: "\e81e";
}
.icon-child:before {
  content: "\e81f";
}
.icon-star:before {
  content: "\e820";
}
.icon-globe:before {
  content: "\e821";
}
.icon-mobile:before {
  content: "\e822";
}
.icon-tablet:before {
  content: "\e823";
}
.icon-laptop:before {
  content: "\e824";
}
.icon-desktop:before {
  content: "\e825";
}
.icon-cog:before {
  content: "\e826";
}
.icon-cogs:before {
  content: "\e827";
}
.icon-down:before {
  content: "\e828";
}
.icon-wrench:before {
  content: "\e829";
}
.icon-sliders:before {
  content: "\e82a";
}
.icon-lock:before {
  content: "\e82b";
}
.icon-trophy:before {
  content: "\e82c";
}
.icon-spin3:before {
  content: "\e82d";
}
.icon-spin1:before {
  content: "\e82e";
}
.icon-spin2:before {
  content: "\e82f";
}
.icon-spin4:before {
  content: "\e830";
}
.icon-spin5:before {
  content: "\e831";
}
.icon-spin6:before {
  content: "\e832";
}
.icon-location:before {
  content: "\e833";
}
.icon-address:before {
  content: "\e834";
}
.icon-up:before {
  content: "\e835";
}
.icon-right:before {
  content: "\e836";
}
.icon-left:before {
  content: "\e837";
}
.icon-music-light:before {
  content: "\e838";
}
.icon-search-light:before {
  content: "\e839";
}
.icon-mail-light:before {
  content: "\e83a";
}
.icon-heart-light:before {
  content: "\e83b";
}
.icon-dot:before {
  content: "\e83c";
}
.icon-user-light:before {
  content: "\e83d";
}
.icon-video-light:before {
  content: "\e83e";
}
.icon-camera-light:before {
  content: "\e83f";
}
.icon-photo-light:before {
  content: "\e840";
}
.icon-attach-light:before {
  content: "\e841";
}
.icon-lock-light:before {
  content: "\e842";
}
.icon-eye-light:before {
  content: "\e843";
}
.icon-tag-light:before {
  content: "\e844";
}
.icon-thumbs-up-light:before {
  content: "\e845";
}
.icon-pencil-light:before {
  content: "\e846";
}
.icon-comment-light:before {
  content: "\e847";
}
.icon-location-light:before {
  content: "\e848";
}
.icon-cup-light:before {
  content: "\e849";
}
.icon-trash-light:before {
  content: "\e84a";
}
.icon-doc-light:before {
  content: "\e84b";
}
.icon-key-light:before {
  content: "\e84c";
}
.icon-database-light:before {
  content: "\e84d";
}
.icon-megaphone-light:before {
  content: "\e84e";
}
.icon-graduation-light:before {
  content: "\e84f";
}
.icon-fire-light:before {
  content: "\e850";
}
.icon-paper-plane-light:before {
  content: "\e851";
}
.icon-cloud-light:before {
  content: "\e852";
}
.icon-globe-light:before {
  content: "\e853";
}
.icon-inbox-light:before {
  content: "\e854";
}
.icon-cd-light:before {
  content: "\e855";
}
.icon-mobile-light:before {
  content: "\e856";
}
.icon-desktop-light:before {
  content: "\e857";
}
.icon-tv-light:before {
  content: "\e858";
}
.icon-wallet-light:before {
  content: "\e859";
}
.icon-t-shirt-light:before {
  content: "\e85a";
}
.icon-lightbulb-light:before {
  content: "\e85b";
}
.icon-clock-light:before {
  content: "\e85c";
}
.icon-diamond-light:before {
  content: "\e85d";
}
.icon-shop-light:before {
  content: "\e85e";
}
.icon-sound-light:before {
  content: "\e85f";
}
.icon-calendar-light:before {
  content: "\e860";
}
.icon-food-light:before {
  content: "\e861";
}
.icon-money-light:before {
  content: "\e862";
}
.icon-params-light:before {
  content: "\e863";
}
.icon-cog-light:before {
  content: "\e864";
}
.icon-beaker-light:before {
  content: "\e865";
}
.icon-note-light:before {
  content: "\e866";
}
.icon-truck-light:before {
  content: "\e867";
}
.icon-behance:before {
  content: "\e868";
}
.icon-bitbucket:before {
  content: "\e869";
}
.icon-cc:before {
  content: "\e86a";
}
.icon-codeopen:before {
  content: "\e86b";
}
.icon-css3:before {
  content: "\e86c";
}
.icon-delicious:before {
  content: "\e86d";
}
.icon-digg:before {
  content: "\e86e";
}
.icon-dribbble:before {
  content: "\e86f";
}
.icon-deviantart:before {
  content: "\e870";
}
.icon-dropbox:before {
  content: "\e871";
}
.icon-drupal:before {
  content: "\e872";
}
.icon-facebook:before {
  content: "\e873";
}
.icon-flickr:before {
  content: "\e874";
}
.icon-foursquare:before {
  content: "\e875";
}
.icon-git:before {
  content: "\e876";
}
.icon-github:before {
  content: "\e877";
}
.icon-gittip:before {
  content: "\e878";
}
.icon-google:before {
  content: "\e879";
}
.icon-gplus:before {
  content: "\e87a";
}
.icon-gwallet:before {
  content: "\e87b";
}
.icon-hacker-news:before {
  content: "\e87c";
}
.icon-html5:before {
  content: "\e87d";
}
.icon-instagramm:before {
  content: "\e87e";
}
.icon-ioxhost:before {
  content: "\e87f";
}
.icon-joomla:before {
  content: "\e880";
}
.icon-jsfiddle:before {
  content: "\e881";
}
.icon-lastfm:before {
  content: "\e882";
}
.icon-linux:before {
  content: "\e883";
}
.icon-linkedin:before {
  content: "\e884";
}
.icon-maxcdn:before {
  content: "\e885";
}
.icon-meanpath:before {
  content: "\e886";
}
.icon-openid:before {
  content: "\e887";
}
.icon-pagelines:before {
  content: "\e888";
}
.icon-paypal:before {
  content: "\e889";
}
.icon-qq:before {
  content: "\e88a";
}
.icon-reddit:before {
  content: "\e88b";
}
.icon-renren:before {
  content: "\e88c";
}
.icon-skype:before {
  content: "\e88d";
}
.icon-slack:before {
  content: "\e88e";
}
.icon-slideshare:before {
  content: "\e88f";
}
.icon-soundcloud:before {
  content: "\e890";
}
.icon-spotify:before {
  content: "\e891";
}
.icon-stackexchange:before {
  content: "\e892";
}
.icon-stackoverflow:before {
  content: "\e893";
}
.icon-steam:before {
  content: "\e894";
}
.icon-stumbleupon:before {
  content: "\e895";
}
.icon-tencent-weibo:before {
  content: "\e896";
}
.icon-trello:before {
  content: "\e897";
}
.icon-tumblr:before {
  content: "\e898";
}
.icon-twitch:before {
  content: "\e899";
}
.icon-twitter:before {
  content: "\e89a";
}
.icon-vine:before {
  content: "\e89b";
}
.icon-vkontakte:before {
  content: "\e89c";
}
.icon-wechat:before {
  content: "\e89d";
}
.icon-weibo:before {
  content: "\e89e";
}
.icon-windows:before {
  content: "\e89f";
}
.icon-wordpress:before {
  content: "\e8a0";
}
.icon-xing:before {
  content: "\e8a1";
}
.icon-yelp:before {
  content: "\e8a2";
}
.icon-youtube:before {
  content: "\e8a3";
}
.icon-yahoo:before {
  content: "\e8a4";
}
.icon-lemon:before {
  content: "\e8a5";
}
.icon-blank:before {
  content: "\e8a6";
}
.icon-pinterest-circled:before {
  content: "\e8a7";
}
.icon-heart-empty:before {
  content: "\e8a8";
}
.icon-lock-open:before {
  content: "\e8a9";
}
.icon-heart:before {
  content: "\e8aa";
}
.icon-check:before {
  content: "\e8ab";
}
.icon-cancel:before {
  content: "\e8ac";
}
.icon-plus:before {
  content: "\e8ad";
}
.icon-minus:before {
  content: "\e8ae";
}
.icon-double-left:before {
  content: "\e8af";
}
.icon-double-right:before {
  content: "\e8b0";
}
.icon-double-up:before {
  content: "\e8b1";
}
.icon-double-down:before {
  content: "\e8b2";
}
.icon-help:before {
  content: "\e8b3";
}
.icon-info:before {
  content: "\e8b4";
}
.icon-link:before {
  content: "\e8b5";
}
.icon-quote:before {
  content: "\e8b6";
}
.icon-attach:before {
  content: "\e8b7";
}
.icon-eye:before {
  content: "\e8b8";
}
.icon-tag:before {
  content: "\e8b9";
}
.icon-menu:before {
  content: "\e8ba";
}
.icon-pencil:before {
  content: "\e8bb";
}
.icon-feather:before {
  content: "\e8bc";
}
.icon-code:before {
  content: "\e8bd";
}
.icon-home:before {
  content: "\e8be";
}
.icon-camera:before {
  content: "\e8bf";
}
.icon-pictures:before {
  content: "\e8c0";
}
.icon-video:before {
  content: "\e8c1";
}
.icon-users:before {
  content: "\e8c2";
}
.icon-user:before {
  content: "\e8c3";
}
.icon-user-add:before {
  content: "\e8c4";
}
.icon-comment:before {
  content: "\e8c5";
}
.icon-chat-empty:before {
  content: "\e8c6";
}
.icon-bell:before {
  content: "\e8c7";
}
.icon-star-empty:before {
  content: "\e8c8";
}
.icon-dot2:before {
  content: "\e8c9";
}
.icon-dot3:before {
  content: "\e8ca";
}
.icon-note:before {
  content: "\e8cb";
}
.icon-basket:before {
  content: "\e8cc";
}
.icon-note2:before {
  content: "\e8cd";
}
.icon-share:before {
  content: "\e8ce";
}
.icon-doc:before {
  content: "\e8cf";
}
.icon-doc-text:before {
  content: "\e8d0";
}
.icon-file-pdf:before {
  content: "\e8d1";
}
.icon-file-word:before {
  content: "\e8d2";
}
.icon-file-excel:before {
  content: "\e8d3";
}
.icon-file-powerpoint:before {
  content: "\e8d4";
}
.icon-file-image:before {
  content: "\e8d5";
}
.icon-file-archive:before {
  content: "\e8d6";
}
.icon-file-audio:before {
  content: "\e8d7";
}
.icon-file-video:before {
  content: "\e8d8";
}
.icon-file-code:before {
  content: "\e8d9";
}
.icon-trash-empty:before {
  content: "\e8da";
}
.icon-trash:before {
  content: "\e8db";
}
.icon-th-large:before {
  content: "\e8dc";
}
.icon-th:before {
  content: "\e8dd";
}
.icon-th-list:before {
  content: "\e8de";
}
.icon-flag:before {
  content: "\e8df";
}
.icon-attention:before {
  content: "\e8e0";
}
.icon-play:before {
  content: "\e8e1";
}
.icon-stop:before {
  content: "\e8e2";
}
.icon-pause:before {
  content: "\e8e3";
}
.icon-record:before {
  content: "\e8e4";
}
.icon-to-end:before {
  content: "\e8e5";
}
.icon-tools:before {
  content: "\e8e6";
}
.icon-retweet:before {
  content: "\e8e7";
}
.icon-to-start:before {
  content: "\e8e8";
}
.icon-fast-forward:before {
  content: "\e8e9";
}
.icon-fast-backward:before {
  content: "\e8ea";
}
.icon-puzzle:before {
  content: "\e8eb";
}
.icon-fire:before {
  content: "\e8ec";
}
.icon-food:before {
  content: "\e8ed";
}
.icon-sweet:before {
  content: "\e8ee";
}
.icon-chef:before {
  content: "\e8ef";
}
.icon-sort-asc:before {
  content: "\e8f0";
}
.icon-sort-desc:before {
  content: "\e8f1";
}
.icon-arrow-down:before {
  content: "\e8f2";
}
.icon-arrow-left:before {
  content: "\e8f3";
}
.icon-arrow-right:before {
  content: "\e8f4";
}
.icon-arrow-up:before {
  content: "\e8f5";
}
.icon-shopping-cart13:before {
  content: "\e8f6";
}
.icon-iconmonstr-rss-feed-1:before {
  content: "\e8f7";
}
.icon-iconmonstr-linkedin-1:before {
  content: "\e8f8";
}
.icon-iconmonstr-youtube-1:before {
  content: "\e8f9";
}
.icon-iconmonstr-instagram-6:before {
  content: "\e8fa";
}
.icon-iconmonstr-google-plus-1:before {
  content: "\e8fb";
}
.icon-iconmonstr-facebook-1:before {
  content: "\e8fc";
}
.icon-iconmonstr-twitter-1:before {
  content: "\e8fd";
}
.icon-creams4:before {
  content: "\e8fe";
}
.icon-massage4:before {
  content: "\e8ff";
}
.icon-relaxing16:before {
  content: "\e900";
}
.icon-yoga265:before {
  content: "\e901";
}
.icon-calendar194:before {
  content: "\e902";
}
.icon-house204:before {
  content: "\e903";
}
.icon-magnifying-glass34:before {
  content: "\e904";
}
.icon-mail2:before {
  content: "\e905";
}
.icon-phone14:before {
  content: "\e906";
}
.icon-maximize:before {
  content: "\e907";
}
.icon-ok-circled2:before {
  content: "\e908";
}
.icon-quote-1:before {
  content: "\e909";
}
.icon-search-1:before {
  content: "\e90a";
}
.icon-checked:before {
  content: "\e90b";
}
.icon-down-dir:before {
  content: "\e90c";
}
.icon-up-dir:before {
  content: "\e90d";
}
.icon-star-1:before {
  content: "\e90e";
}
.icon-close:before {
  content: "\e90f";
}
.quote-block figure {
  margin: 1em 0;
}
.quote-block blockquote {
  margin: 0;
}
.quote-block .source {
  text-align: right;
}
.sqs-layout .html-block.sqs-block blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 34px;
  text-align: right;
  width: 33%;
}
.sqs-layout .html-block.sqs-block blockquote.right {
  float: right;
  margin-left: 34px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
.sqs-block.html-block,
.sqs-block.quote-block,
.sqs-block.markdown-block {
  clear: none;
}
.sqs-block.html-block .sqs-block-content > *:first-child,
.sqs-block.quote-block .sqs-block-content > *:first-child,
.sqs-block.markdown-block .sqs-block-content > *:first-child {
  margin-top: 20px;
}
.sqs-block.html-block .sqs-block-content > *:last-child,
.sqs-block.quote-block .sqs-block-content > *:last-child,
.sqs-block.markdown-block .sqs-block-content > *:last-child {
  margin-bottom: 20px;
}
.sqs-block.html-block img,
.sqs-block.quote-block img,
.sqs-block.markdown-block img {
  height: auto;
  max-width: 100%;
}
.sqs-block.html-block,
.sqs-block.quote-block {
  word-wrap: break-word;
}

#aloha_text_65385fb597ac9baa6a29e1b7071795ad_,
#aloha_text_ec893263189dc010b6ffc6933c46baf5_,
#aloha_text_c2f35d42b4b24dfe597c94f7ee9989d2_,
#aloha_text_984f82306e8714be1ecf4ee99ff87f4e_,
#aloha_text_bacb9c650ce2de77b9225033a51e4762_ {
  position: absolute !important;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

#aloha_text_65385fb597ac9baa6a29e1b7071795ad_ h1,
#aloha_text_ec893263189dc010b6ffc6933c46baf5_ h1,
#aloha_text_c2f35d42b4b24dfe597c94f7ee9989d2_ h1,
#aloha_text_984f82306e8714be1ecf4ee99ff87f4e_ h1,
#aloha_text_bacb9c650ce2de77b9225033a51e4762_ h1 {
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  font-size: 110px;
}

#aloha_text_8c3c899decf5edee918cb794bbde31ee_,
#aloha_text_3aa6c0a35a12b32f1e0beeba57752293_,
#aloha_text_c42cf3ccab85908065e451a8cc519cb0_,
#aloha_text_53fa7a72f8e369ff91d89e8c820da5e4_,
#aloha_text_02740411196ab884122c74457c90ba18_ {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.mapoverlay {
  height: 0px;
  display: none;
}

.form_comment {
  border: 0px solid #e5e5e5;
  padding: 0px;
}
.form_comment .title {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #666;
}
.form_comment textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #e5e5e5;
  background: none;
  padding: 10px;
  margin: 0px;
  box-sizing: border-box;
}
.form_comment .buttons_comment {
  margin-top: 10px;
  float: right;
}
.form_comment .buttons_comment a.button_class {
  font-size: 14px;
  text-align: center;
  border: 0px;
  text-transform: uppercase;
  background: #111;
  color: #fff;
  border: 0px;
  text-transform: uppercase;
  margin-right: 0px;
  padding: 8px 15px 8px 15px;
  border-radius: 0px;
}
.comment_form_container h3 {
  font-size: 30px;
  font-weight: 200;
}

.multioption-field-wrapper .multioption-element.active {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.multioption-field-wrapper .multioption-element {
  background: none no-repeat scroll center 14px #252525;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03) inset;
  cursor: pointer;
  float: left;
  margin-bottom: 2px;
  margin-right: 2px;
  max-height: 90px;
  opacity: 0.6;
  padding-bottom: 15px;
  padding-top: 60px;
  text-align: center;
  transition: opacity 0.1s ease-out 0s;
  width: 98px;
}
.multioption-field-wrapper .multioption-element:hover {
  opacity: 0.8;
}
.multioption-field-wrapper .multioption-element.highlighted {
  opacity: 0.9;
}
.multioption-field-wrapper .multioption-element.active {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.multioption-field-wrapper .multioption-element.button {
  background-color: #1b1b1b;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.03) inset;
  color: #aaaaaa;
  opacity: 0.75;
  transition: background-color 0.1s ease-out 0s, color 0.1s ease-out 0s;
}
.multioption-field-wrapper .multioption-element.button.disabled {
  cursor: default;
  opacity: 0.2;
}
.multioption-field-wrapper .multioption-element.button:hover {
  background-color: #222222;
  color: #dddddd;
  opacity: 1;
}
.multioption-field-wrapper .multioption-element .title {
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  color: #fff;
}
.multioption-field-wrapper .multioption-title {
  color: #ffffff;
  height: 35px;
  overflow: hidden;
  padding: 10px 5px 5px;
  width: 90px;
}
.multioption-field-wrapper .multioption-thumbnail {
  background-position: center center;
  height: 80px;
  margin-left: 10px;
  overflow: hidden;
  width: 80px;
}
.multioption-field-wrapper .multioption-placeholder {
  background-position: center 60px;
  background-repeat: no-repeat;
  display: block;
  min-height: 220px;
  opacity: 0.2;
  width: inherit;
}

input.big {
  font-size: 16px;
}

/* comments */
.comment {
  border-top: 1px solid #e5e5e5;
  margin-top: 25px;
  padding-top: 10px;
}
.comment-list {
  margin-top: 50px;
}
.comment-list .comment[data-depth="1"] {
  margin-left: 46px;
}
.comment-list .comment[data-depth="2"] {
  margin-left: 92px;
}
.comment-list .comment[data-depth="3"] {
  margin-left: 138px;
}
.comment-list .comment[data-depth="4"] {
  margin-left: 184px;
}
.comment-list .comment[data-depth="5"] {
  margin-left: 230px;
}
.comment-list .comment[data-depth="6"] {
  margin-left: 276px;
}
.comment-list .comment[data-depth="6"] .comment-control.reply {
  display: none;
}
.comment-list .comment.pending-delete .comment-header .controls .comment-control {
  display: none;
}
.comment-list .comment.pending {
  opacity: 0.5;
}
.comment-list .comment.pending .comment-header .reply,
.comment-list .comment.pending .comment-header .like,
.comment-list .comment.pending .comment-header .flag,
.comment-list .comment.pending .comment-header .delete,
.comment-list .comment.pending .comment-header .approve {
  display: none;
}
.comment-list .comment.unmoderated {
  opacity: 0.7;
}
.comment-list .comment .comment-header {
  padding: 15px 0 15px 49px;
  min-height: 34px;
  position: relative;
  overflow: hidden;
}
.comment-list .comment .comment-header .user-info {
  margin-right: 123px;
}
.comment-list .comment .comment-header .user-info .avatar {
  width: 34px;
  float: left;
  height: 34px;
  margin-left: -49px;
  background: none;
}
.comment-list .comment .comment-header .user-info .avatar img {
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
}
.comment-list .comment .comment-header .user-info .author {
  font-size: 1.3em;
  line-height: 34px;
  margin-right: 10px;
  font-weight: 700;
}
.comment-list .comment .comment-header .user-info .date {
  font-size: 0.8em;
  line-height: 34px;
  display: inline-block;
}
.comment-list .comment .comment-header .user-info .posting-text {
  font-size: 0.8em;
  margin-left: 10px;
  line-height: 34px;
  display: none;
}
.comment-list .comment .comment-header .user-info .posting-text.visible {
  display: inline;
}
.comment-list .comment .comment-header .user-info .likes {
  font-size: 0.8em;
}
.comment-list .comment .comment-header .controls {
  height: 34px;
  position: absolute;
  right: 0px;
  top: 15px;
  line-height: 34px;
}
.comment-list .comment .comment-header .controls span {
  display: inline-block;
}
.comment-list .comment .comment-header .controls .comment-buttons {
  color: #9d9d9d;
  color: rgba(0, 0, 0, 0.5);
}
.comment-list .comment .comment-header .controls .comment-buttons .comment-control {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
  background-color: #a3a3a3;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background-position: center center;
  opacity: 0.75;
  background-repeat: no-repeat;
  -webkit-transition: all 0.12s ease-out;
  -moz-transition: all 0.12s ease-out;
  -o-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out;
}
.comment-list .comment .comment-header .controls .comment-buttons .comment-control:hover {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.7);
}
.comment-list
  .comment
  .comment-header
  .controls
  .comment-buttons
  .comment-control.approve {
  background-image: url(../design/images/icon_check_12_light.png);
}
.comment-list
  .comment
  .comment-header
  .controls
  .comment-buttons
  .comment-control.delete {
  background-image: url(../design/images/icon_delete_12_light.png);
}
.comment-list .comment .comment-header .controls .comment-buttons .comment-control.like {
  background-image: url(../design/images/icon_like_12_light.png);
}
.comment-list .comment .comment-header .controls .comment-buttons .comment-control.flag {
  background-image: url(../design/images/icon_flag_12_light.png);
}
.comment-list .comment .comment-header .controls .comment-buttons .comment-control.reply {
  padding: 0;
  background-image: url(../design/images/icon_reply_12_light.png);
}
.comment-list
  .comment
  .comment-header
  .controls
  .comment-buttons
  .comment-control.flag-confirm {
  background-image: url(../design/images/icon_flag_12_light.png);
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.comment-list
  .comment
  .comment-header
  .controls
  .comment-buttons
  .comment-control.like-confirm {
  background-image: url(../design/images/icon_like_12_light.png);
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.comment-list
  .comment
  .comment-header
  .controls
  .comment-buttons
  .comment-control.like-confirm
  + span,
.comment-list
  .comment
  .comment-header
  .controls
  .comment-buttons
  .comment-control.flag-confirm
  + span {
  background-color: #a3a3a3;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.comment-list
  .comment
  .comment-header
  .controls
  .comment-buttons
  .comment-control.like-confirm
  + span:hover,
.comment-list
  .comment
  .comment-header
  .controls
  .comment-buttons
  .comment-control.flag-confirm
  + span:hover {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.7);
}
.comment-list .comment .comment-body {
  padding-left: 49px;
}
.comment-list.avatars-hidden .comment .comment-header {
  padding: 15px 0;
}
.comment-list.avatars-hidden .comment .comment-body {
  padding-left: 0;
}
.comment-list.avatars-hidden .comment .reply-area-wrapper {
  padding-left: 0;
}
.comment-list .comment:hover .comment-header .controls .comment-buttons .comment-control {
  opacity: 1;
}
.reply-to-text {
  clear: left;
  font-size: 10px;
}
.load-more {
  text-align: center;
  color: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 0;
}
.reply-input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.btn-avatar {
  height: 36px;
  width: 36px;
  float: left;
  cursor: pointer;
}
.comment-item {
  list-style-type: none;
}
.reply-to-link {
  margin-right: 10px;
  float: left;
  font-size: 10px;
  padding: 12px 0 0;
}
.hidden-ordering {
  opacity: 0;
  cursor: pointer;
  width: 130px;
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-header,
.reply-area .comment-btn,
.squarespace-comment-user-flyout .clearfix,
.squarespace-comment-user-flyout .squarespace-comment-user-clearfix {
  clear: both;
}
.comment-btn:hover,
.squarespace-comments .comment-header .comment-control:hover {
  background-color: #000;
}
.new-comment-avatar img,
.squarespace-comments .reply-area .input .reply-avatar img {
  height: 36px;
  width: 36px;
}
.view-more-btn,
.full-view-btn {
  cursor: pointer;
  color: #fff;
  text-align: center;
  background-color: #272727;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 20px auto;
  padding: 5px 0;
}
table.busket.userdatas {
  width: 100%;
}
table.userdatas td {
  padding-left: 0px;
}
table.userdatas td input {
  width: 200px;
}
.no-options {
  margin: 70px auto;
  text-align: center;
  font-size: 22px;
  color: #ccc;
}
.no-options .empty-text {
  margin: 20px 40px 10px 40px;
  line-height: 30px;
}
.no-options .description {
  margin: 0px 40px;
  line-height: 20px;
  font-size: 16px;
}
table.lData td {
  border-bottom: 1px solid rgba(223, 223, 223, 0.5);
  /*max-width: 300px;*/
  overflow: visible;
  padding: 10px;
  height: 80px;
  vertical-align: middle;
  z-index: 1;
}
table.lData th {
  border-bottom: 1px solid rgba(223, 223, 223, 0.5);
  border-top: 1px solid rgba(223, 223, 223, 0.7);
  color: #999999;
  cursor: pointer;
  font-size: 11px;
  font-weight: normal;
  /*min-width: 70px;*/
  padding: 8px 10px;
  text-align: left;
  text-transform: uppercase;
}
table tr.lSort {
}
table tr.lSort td {
  text-align: left;
  height: 20px;
}
tr.lr_pn,
tr.lr_ps {
  cursor: pointer;
  background: #fff;
}
/*table#list_ws_products tr.lr_pn:hover, table#list_ws_products tr.lr_ps:hover {background:#f3f3f3}*/
tr.lr_pn:hover,
tr.lr_ps:hover {
  background: #f3f3f3;
}
tr.lr_pn.selected,
tr.lr_ps.selected {
  background: #edffdb;
}
tr.lh th {
  white-space: nowrap;
}
tr.lh th span {
  display: inline-block;
  white-space: nowrap;
}
tr.lh th span.colname {
}
tr.lh th.sorted span.colname,
tr.lh th.sorted-desc span.colname {
  color: #333;
}
#listerdiv {
  margin-top: 30px;
}

.form-error {
  color: #ff0000;
  margin-top: 5px;
}
.videocnt.overlayer {
  cursor: pointer;
}

.events_calendar {
  clear: both;
  overflow: hidden;
  position: relative;
}
.events_calendar .day {
  border: 1px solid #e8e8e8;
  /*border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06) inset;*/
  float: left;
  height: 127px;
  margin: 0 3px 3px 0;
  position: relative;
  transition: border-color 200ms ease-in-out 0s;
  width: 127px;
  text-align: left;
  color: var(--cDusk);
}
.events_calendar .day a {
  color: var(--cDusk);
}
.events_calendar .day a:hover {
  color: #111;
}
.grid_8 .events_calendar .day {
  height: 81px;
  overflow: hidden;
  width: 81px;
}
.events_calendar .day.empty {
  border-color: transparent;
  box-shadow: none;
  text-align: left;
  text-indent: -9999em;
}
.events_calendar .day.has_event {
  /*border-color: #E0E0E0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;*/
  overflow: hidden;
}
.events_calendar .day .number {
  color: #dddddd;
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin: 17px;
  float: right;
}
.events_calendar .day.today .number,
.events_calendar .day:hover .number {
  margin: 14px;
}
.events_calendar .day.has_event .number {
  background: url(../template/default/design/bg_counter_light.png) no-repeat scroll 0 0
    transparent;
  color: #545454;
  display: block;
  float: right;
  font-size: 22px;
  font-weight: 700;
  height: 34px;
  margin: 7px 3px 0 6px;
  padding: 11px 0 0 10px;
  position: relative;
  width: 36px;
}
.events_calendar .day.has_event .number a {
  background: url(../template/default/design/bg_counter_a_light.png) no-repeat scroll 2px
    2px transparent;
  color: #545454;
  display: block;
  height: 45px;
  left: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 46px;
  z-index: 3;
}
.events_calendar .day.today.has_event .number,
.events_calendar .day.has_event:hover .number {
  margin: 4px 0px 0 3px;
}
.events_calendar .day.today {
  height: 121px;
  transition: border-color 200ms ease-in-out 0s;
  width: 121px;
  border: 4px solid #ccc;
}
.events_calendar .day:hover:not(.empty) {
  height: 121px;
  width: 121px;
  border: 4px solid #ccc;
}
.lt-ie9 .events_calendar .day:hover {
  height: 121px;
  width: 121px;
}
.grid_8 .events_calendar .day.today {
  height: 75px;
  width: 75px;
}
.grid_8 .events_calendar .day:hover:not(.empty) {
  height: 75px;
  width: 75px;
}
.lt-ie9 .grid_8 .events_calendar .day:hover {
  height: 75px;
  width: 75px;
}
.events_calendar .week span {
  display: block;
  float: left;
  font-size: 22px;
  text-align: center;
  width: 132px;
}
.grid_8 .events_calendar .week span {
  width: 86px;
}
.events_calendar .week {
  background: url(../template/default/design/bg_footer_widgets.png) repeat-x scroll 0 0
    transparent;
  opacity: 0.8;
  overflow: hidden;
  padding: 25px 0 30px;
}
.events_calendar .calendar_header {
  padding: 10px 0 25px;
  text-align: center;
  position: relative;
}
.events_calendar .calendar_header span.month {
  font-size: 36px;
}
.events_calendar .calendar_header #next_month {
  background: url(../template/default/design/bg_next_month.png) no-repeat scroll 100% 11px
    transparent;
  display: block;
  padding: 5px 35px 5px 12px;
  position: absolute;
  right: 0;
  top: 10px;
}
.events_calendar .calendar_header #previous_month {
  background: url(../template/default/design/bg_previous_month.png) no-repeat scroll 0
    11px transparent;
  display: block;
  left: 0;
  padding: 5px 12px 5px 35px;
  position: absolute;
  top: 10px;
}
.events_calendar .calendar_header a {
  border: 1px solid transparent;
  text-decoration: none;
}
.events_calendar .calendar_header a:hover {
}
.events_calendar .day.has_event .event {
  margin: 10px;
}
.events_calendar .day.today .event,
.events_calendar .day:hover .event {
  margin: 7px;
}
.events_calendar .day.has_event .event a {
  text-decoration: none;
}
.events_calendar .day.has_event .time {
  background: url(../template/default/design/bg_footer_widgets.png) repeat-x scroll 0 100%
    transparent;
  display: block;
  height: 40px;
  margin-bottom: 6px;
  padding: 10px 0 0 55px;
}
.grid_8 .events_calendar .day.has_event .time {
  background: url(../template/default/design/bg_footer_widgets.png) repeat-x scroll 0 100%
    transparent;
  display: block;
  font-size: 10px;
  height: 35px;
  margin-bottom: 1px;
  padding: 10px 0 0 42px;
}
.multi_button {
  bottom: 0;
  color: #ffffff;
  display: none;
  left: 0;
  padding: 10px 6px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 3;
}
.multi_button span {
  background: url(../template/default/design/bg_dots_white.png) repeat-x scroll 0 100%
    transparent;
  display: block;
  margin-bottom: 14px;
  opacity: 0.9;
  padding-bottom: 15px;
}
.grid_8 .multi_button span {
  display: none;
}
.multi_button a {
  background: none repeat scroll 0 0 #281e1f;
  border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  display: inline-block;
  padding: 3px 9px 4px;
  text-decoration: none;
}
.events_calendar .day.has_event:hover .multi_button {
  display: block;
}

.page_left_small {
  float: left;
  text-align: left;
  width: 23%;
  border-right: 0px solid #eee;
}
.page_right_wide {
  float: right;
  width: 75%;
}

#modal,
#pmenu {
  display: none;
}
.leftlogo img {
  width: 150px;
  display: block;
  margin-left: 0;
}
.leftlogo {
  padding: 0 0 20px 20px;
}
#modal {
  display: none;
}
#pmenu {
  display: none;
}
#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  /*position: fixed;*/
  top: 0;
  height: 100%;
  min-height: 100%;
  z-index: 999999;

  /* Specify the width of your pageslide here */
  width: 180px;
  padding: 0px 0px;

  /* These styles are optional, and describe how the pageslide will look */
  background-color: #000;
  color: #fff;
  /*-webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;*/
}
#flyout-overlayer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  display: none;
  z-index: 999998;
  opacity: 0;
}
.sidepanel {
  padding-top: 0px;
  padding-bottom: 20px;
  border: 0px solid #b60000;
  position: relative;
}
#sbar,
.sidepanel-right {
  width: 56px;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #333;
  z-index: 103;
}
.sidepanel-right {
  position: absolute;
  top: 0px;
  right: 0px;
  left: auto;
}

.sidepanel .margin {
  padding: 20px 0 0;
  margin: 0px;
}
.sidepanel ul li {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}
.sidepanel ul {
  margin-left: 0px;
  padding-left: 0px;
}
.sidepanel ul li a {
  box-shadow: 0 -1px rgba(0, 0, 0, 0.2) inset;
  color: #999999;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;

  font-weight: normal;
  line-height: 20px;
  margin: auto;
  outline: medium none;
  transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}
.sidepanel ul li a:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px rgba(0, 0, 0, 0) inset;
  color: #fff;
}

#pmenu {
  padding: 0px;
  margin: 0px;
  padding-top: 5px;
  padding-left: 20px;
}
#pmenu a {
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
  display: block;
  font-size: 13px;
  line-height: 15px;
  transition-duration: 0.1s;
  transition-property: color;
  transition-timing-function: ease-out;
}
#pmenu a:hover,
#pmenu li.selected a {
  color: #fff;
  transition-duration: 0.1s;
  transition-property: color;
  transition-timing-function: ease-out;
}
#pmenu li {
  margin-bottom: 10px;
}
.sidepanel ul.social {
  margin-left: 20px;
}
.side-social {
  margin-top: 30px;
  margin-left: 0px;
}
.side-social .fa-stack {
  width: 25px;
  height: 25px;
}
.side-social a {
}
#searchmore {
  display: none;
}
.search-label {
  margin-top: 10px;
  margin-bottom: 5px;
}
#talalatok {
  margin-left: 0px;
}
#talalatok a.btn_class {
  background: #0f81d4;
  text-decoration: none;
}
.outoforder {
  color: #ff0000;
}

#back-top {
  bottom: 80px;
  display: none;
  position: fixed;
  right: 10px;
  z-index: 999999;
  opacity: 0.7;
}
#back-top a {
  background: url(../template/default/design/backtop.png) no-repeat scroll center center
    #666;
  border-radius: 2px 2px 2px 2px;
  display: block;
  height: 40px;
  text-indent: -9999px;
  transition: all 0.2s linear 0s;
  width: 40px;
  cursor: pointer;
}
#back-top a:hover {
  background-color: #111;
}
.profil_desc {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}

#sedeg {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  max-width: 150px;
  background: #000;
  opacity: 0.9;
  padding: 10px;
  color: #fff;
}

.container-fluid {
  padding-top: 0px;
  padding-bottom: 0px;
}
.container-fluid.wide {
  width: 100%;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.container-fluid.fullsize {
  padding: 0;
}
.container-fluid.wide .row {
  max-width: 1200px;
  margin: 0px auto;
}
/*.landing .container-fluid.wide .row, #header {max-width: none;padding:0}*/
.container-fluid .container-fluid {
  padding: 0;
}

.tab-slider {
  height: var(--hSlider);
  max-height: calc(100vh - 120px);
  min-height: 50vh;
  position: relative;
  box-sizing: content-box;
  padding-top: calc(var(--hInfo) + var(--hHeader));
  height: 740px;
  overflow: hidden;
}

/*
.rsDefault .rsThumbsHor {height:auto;padding:0 15px;}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {width: 1170px !important;text-align: center;max-width: 100%;margin:0 auto}
.rsDefault .rsThumb {width: 32.3%;height:200px;margin-right:0.5% !important;margin-left:0.5% !important;;background: #fff;padding:30px;text-align: center;box-sizing: border-box}
.rsDefault .rsThumb.rsNavSelected {background: #FF224B}
.rsDefault .rsThumb.rsNavSelected svg path,.rsDefault .rsThumb.rsNavSelected svg g, .rsDefault .rsThumb.rsNavSelected svg img {
    transition:0.3s all !important;fill:#fff
}
.rsDefault .rsThumb span {display: block;text-align: center;color:#929292;font-size: 19px;line-height: 27px;font-weight: 300}
.rsDefault .rsThumb span.line2 {display: block;text-align: center;color:#FF224B}
.rsDefault .rsThumb.rsNavSelected span .line2,.rsDefault .rsThumb.rsNavSelected span {color:#fff}
.rsDefault .rsThumb .thumb {text-align: center;padding-bottom:20px;height:60px}
*/
.rsDefault .rsTmb {
  display: inline-block;
}
.rsNavItem img {
  opacity: 1;
}

.rsOverflow {
  overflow: hidden;
}

#slider-with-blocks-1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tab-slider .rsDefault.rsHor .rsArrowLeft,
.tab-slider .rsDefault.rsHor .rsArrowRight {
  display: none !important;
}

#slider-with-blocks-1 .rsBullets {
  display: none;
  opacity: 1;
  width: 20%;
  left: 80%;
  background: transparent;
  min-height: 70px;
}

/* .rsNavItem.rsBullet.rsNavSelected::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5em;
  border-top: 10px solid #ffffff;
  z-index: -1;
  width: 20%;
  transform: translateX(115%);
}
 */

.rsDefault .rsBullet {
  width: 20px;
  display: inline-block;
  padding: 0;
}

.rsNavItem.rsBullet:first-child {
  position: absolute;
  left: 70px;
  padding: 0;
  top: 15%;
  width: 20px;
}

.rsNavItem.rsBullet:nth-child(2) {
  position: absolute;
  padding: 0;
  top: 30%;
  left: 70px;
}

.rsNavItem.rsBullet:nth-child(3) {
  position: absolute;
  padding: 0;
  top: 45%;
  left: 70px;
}

.rsNavItem.rsBullet.rsNavSelected {
  /*   position: absolute;
  left: 22%;
  padding: 0;
  top: 15%; */
  width: 25px;
}

.rsDefault .rsBullet span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  border-radius: 0;
}

.rsDefault .rsBullet.rsNavSelected span {
  background-color: white;
  width: 130%;
}

.rsContent {
  color: #585858;
  font-size: 14px;
  line-height: 16px;
  float: left;
}
.rsSlide {
  padding: 0px;
}
.addshadow {
  background: rgba(0, 0, 0, 0);
}
.shadow-5 {
  background: rgba(0, 0, 0, 0.05) !important;
}
.shadow-10,
.shadow-1 {
  background: rgba(0, 0, 0, 0.1) !important;
}
.shadow-15 {
  background: rgba(0, 0, 0, 0.15) !important;
}
.shadow-20,
.shadow-2 {
  background: rgba(0, 0, 0, 0.2) !important;
}
.shadow-25 {
  background: rgba(0, 0, 0, 0.25) !important;
}
.shadow-30,
.shadow-3 {
  background: rgba(0, 0, 0, 0.3) !important;
}
.shadow-35 {
  background: rgba(0, 0, 0, 0.35) !important;
}
.shadow-40,
.shadow-4 {
  background: rgba(0, 0, 0, 0.4) !important;
}
.shadow-45 {
  background: rgba(0, 0, 0, 0.45) !important;
}
.shadow-50 {
  background: rgba(0, 0, 0, 0.5) !important;
}
.shadow-55 {
  background: rgba(0, 0, 0, 0.55) !important;
}
.shadow-60,
.shadow-6 {
  background: rgba(0, 0, 0, 0.6) !important;
}
.shadow-65 {
  background: rgba(0, 0, 0, 0.65) !important;
}
.shadow-70,
.shadow-7 {
  background: rgba(0, 0, 0, 0.7) !important;
}
.shadow-75 {
  background: rgba(0, 0, 0, 0.75) !important;
}
.shadow-80,
.shadow-8 {
  background: rgba(0, 0, 0, 0.8) !important;
}
.shadow-85 {
  background: rgba(0, 0, 0, 0.85) !important;
}
.shadow-90,
.shadow-9 {
  background: rgba(0, 0, 0, 0.9) !important;
}
.shadow-95 {
  background: rgba(0, 0, 0, 0.95) !important;
}

.royalSlider .addshadow {
  background: #000;
}
.shadow-5 img {
  opacity: 0.05 !important;
}
.shadow-10 img,
.shadow-1 img {
  opacity: 0.1 !important;
}
.shadow-15 img {
  opacity: 0.15 !important;
}
.shadow-20 img,
.shadow-2 img {
  opacity: 0.2 !important;
}
.shadow-25 img {
  opacity: 0.25 !important;
}
.shadow-30 img,
.shadow-3 img {
  opacity: 0.3 !important;
}
.shadow-35 img {
  opacity: 0.35 !important;
}
.shadow-40 img,
.shadow-4 img {
  opacity: 0.4 !important;
}
.shadow-45 img {
  opacity: 0.45 !important;
}
.shadow-50 img {
  opacity: 0.5 !important;
}
.shadow-55 img {
  opacity: 0.55 !important;
}
.shadow-60 img,
.shadow-6 img {
  opacity: 0.6 !important;
}
.shadow-65 img {
  opacity: 0.65 !important;
}
.shadow-70 img,
.shadow-7 img {
  opacity: 0.7 !important;
}
.shadow-75 img {
  opacity: 0.75 !important;
}
.shadow-80 img,
.shadow-8 img {
  opacity: 0.8 !important;
}
.shadow-85 img {
  opacity: 0.85 !important;
}
.shadow-90 img,
.shadow-9 img {
  opacity: 0.9 !important;
}
.shadow-95 img {
  opacity: 0.95 !important;
}
.shadow-100 img {
  opacity: 1 !important;
}
.rsABlock {
  position: relative;
  display: block;
  left: auto;
  top: auto;
}
/*
.rsABlock a {margin-top:100px;text-decoration: none; font-size:14px;padding:5px 12px;font-weight:600;text-align:center; border:0px;text-transform: uppercase; color:#fff;background: #71b642;border-radius:20px;margin-left:0px;line-height:12px;}
.rsABlock a:hover {background: #FF224B;color:#fff;}
*/
.bgimage {
  position: absolute;
  top: 0px;
  left: 0px;
}

.txtCent {
  display: block;
}
.blockHeadline,
.blockSubHeadline2 {
  color: #fff !important;
  font-family: "Muli", sans-serif !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: -1.12 !important;
  line-height: 1.3 !important;
}
.blockSubHeadline {
  color: var(--cTextAlt) !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 19px !important;
  font-weight: 300 !important;
  text-transform: none !important;
  /* letter-spacing: -1.12; */
  line-height: 1.6 !important;
  /*   width: 600px;
  margin: 0px;
  padding: 0px; */
}
.butt {
  margin-top: 60px;
}
.light .blockHeadline {
  color: #fff;
}
.rsContent.dark .blockHeadline,
.rsContent.dark .txtCent {
}

/* .imgcontainer {
  padding-left: 15px;
} */

.rsABlock.img {
  bottom: 30px;
  left: 0%;
  right: 0%;
  position: absolute;
  top: auto;
  z-index: 0;
}
.rsABlock.img img {
  max-width: 100%;
}
.rsABlock.img .imgcenter {
  text-align: center;
}
.rsABlock.img .imgleft {
  position: absolute;
  bottom: 0px;
  left: 0;
  margin-left: 0px;
}
.rsABlock.img .imgright {
  position: absolute;
  bottom: 0px;
  right: 0;
  margin-right: 0px;
}

.bContainer {
  border: 0px solid #b60000;
}
.bContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mw {
  display: table;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  margin: 0px auto;
  position: relative;
  top: 0;
  padding: 0px 15px;
  border: 0px solid #b60000;
  vertical-align: middle;
}

.bContainer.left {
  position: absolute;
  top: 0;
  left: 0;

  /* border: 0px solid #b60000; */
  width: 50%;
  height: 100%;
  background-color: var(--cText) !important;
  background-image: url("../design/Globe_Aqua_bg.png") !important;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: 15% 40%;
}

.bContainer.center {
  position: absolute;
  top: 0;
  left: 0;
  border: 0px solid #b60000;
  width: 100%;
  text-align: center;
  height: 100%;
}
.bContainer.right {
  position: absolute;
  top: 0;
  left: 0;
  border: 0px solid #b60000;
  width: 100%;
  height: 100%;
}
.bContainer .td {
  display: table-cell;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  position: relative;
}

.bContainer .tdcontent {
  /* transform: translate(-25%, -40%) rotate(-90deg);
  position: absolute;
  top: 45%;
  padding-bottom: 10rem; */
  z-index: 900;
  max-width: 460px;
  margin-left: 30%;
}

.tdcontent strong .ABlock.txtCent.blockHeadline.vag {
  color: #fff !important;
  font-family: Muli, sans-serif !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: -1.12 !important;
  line-height: 1.3 !important;
  /*   width: 600px;
  margin: 0px;
  padding: 0px; */
}

.tdcontent strong .ABlock.txtCent.blockSubHeadline {
  color: var(--cTextAlt) !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 19px !important;
  font-weight: 300 !important;
  text-transform: none !important;
  /* letter-spacing: -1.12; */
  line-height: 1.6 !important;
  /*   width: 600px;
  margin: 0px;
  padding: 0px; */
}

.bContainer.right .tdcontent {
  float: right;
  text-align: right;
}
.bContainer.center .tdcontent {
  text-align: center;
  float: none;
  margin: 0px auto;
}
.bContainer.center .blockHeadline,
.bContainer.center .blockSubHeadline {
  text-align: center;
}

.bContainer.right .blockHeadline,
.bContainer.right .blockSubHeadline {
  text-align: right;
}
.bContainer.right .txtCent {
  text-align: right;
}
.bContainer.center .txtCent {
  text-align: center;
}

.slnews {
  color: #fff;
  height: auto;
  width: 300px;
  position: absolute;
  bottom: 0px;
  right: 9%;
  padding: 0px;
}
.slnews .news-it {
  background: #01884d;
  padding: 0px 40px;
  cursor: pointer;
}
.slnews .news-it.first {
  border-radius: 30px 30px 0px 0px;
  padding-top: 10px;
}
.slnews .news-it .title {
  color: #fff;
  font-size: 20px;
  padding-bottom: 5px;
  padding-top: 15px;
  line-height: 20px;
}
.slnews .news-it .content {
  color: #98d8b6;
  font-size: 14px;
  line-height: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #45b481;
}
.slnews .more {
  background: #01884d;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 25px;
}
.slnews .more a {
  color: #fff;
}
.slnews .news-it.active {
  background: #71b642 url(../design/warr_left.png) no-repeat 15px center;
}
.slnews .news-it.active .content {
  color: #c5e2a0;
}

.photoCopy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: black;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
.photoCopy a {
  color: #fff;
}
.palmImg {
  left: 0;
  top: auto;
  bottom: -60px;
  position: absolute;
}

@media screen and (min-width: 0px) and (max-width: 960px) {
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  /*.royalSlider,
    .rsOverflow {
      height: 330px !important;
    }*/

  /*.homeslider {height: 314px;}
    #slider-with-blocks-1.royalSlider, .royalSlider,
    .rsOverflow {
        height: 314px !important;
    }
    .mw {display:table;max-width:1200px;width:100%;height:314px;margin:0px auto;position: relative;padding:0px 30px;;border:0px solid #b60000}
    .bContainer.left {position: absolute;top:0;left:0;border:0px solid #b60000;width:100%;height:314px;}
    .bContainer.center {position: absolute;top:0;left:0;border:0px solid #b60000;width:100%;text-align: center;height:314px;}
    .bContainer td {display: table-cell;width:100%;height:314px;vertical-align: middle;}

    .rsABlock.img {bottom:100px;

    }*/
}

.custom-field-description {
  margin-bottom: 4px;
}

.sitewidth {
  max-width: 1200px;
  margin: 0px auto;
}
.green-wide {
  background: #ff224b;
  color: #73bba4;
  padding: 30px 0px 60px 0px;
  margin-bottom: 20px;
}
.green-wide .sitewidth {
  max-width: 1060px;
}
.green-wide .list_carousel .post_content {
  line-height: 15px;
}

.green-wide h2,
.green-wide h3,
.green-wide h4,
.green-wide h5 {
  color: #fff;
}
.green-wide h6 {
  color: #73bba4;
}
.green-wide h1 a,
.green-wide h2 a,
.green-wide h3 a {
  color: #fff;
}

.breakpoint.light,
.breakpoint.light h1,
.breakpoint.light h2,
.breakpoint.light h3,
.breakpoint.light h4,
.breakpoint.light h5,
.breakpoint.light h6 {
  color: #fff;
}

.column.light,
.column.light h1,
.column.light h2,
.column.light h3,
.column.light h4,
.column.light h5 {
  color: #fff;
}
.breakpoint.light p,
.column.light p,
.breakpoint.light a {
  color: #fff;
}
.column.light a {
  color: #fff;
}

.breakpoint.dark,
.breakpoint.dark h1,
.breakpoint.dark h2,
.breakpoint.dark h3,
.breakpoint.dark h4,
.breakpoint.dark h5 {
  color: #000;
}
.column.dark,
.column.dark h1,
.column.dark h2,
.column.dark h3,
.column.dark h4,
.column.dark h5 {
  color: #000;
}
.breakpoint.dark p,
.column.dark p,
.breakpoint.dark a,
.column.dark a {
  color: var(--cBack);
}
.column.dark .morebutton a {
  color: #fff;
}

#header .container-fluid,
.bpoints .container-fluid {
  max-width: 100%;
  padding: 0px;
}

#tabs_filter {
  display: none;
}

/* #references-items {
  margin-top: 2rem;
} */

#references-items .col-md-6 {
  flex: unset;
  max-width: unset;
  margin-bottom: 2rem;
}

#yui_12797 ul li {
  font-family: var(--fAlt);
}

.bpoints .container-fluid .row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0;
}
.breakpoint.wide .row {
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.breakpoint.wide .row .akcio-block,
.breakpoint.wide .row .map-block,
.breakpoint.wide .row .instagram-block {
  padding: 0;
}
.breakpoint.nomargin .sqs-block,
.breakpoint.nomargin .column {
  /*padding:0*/
}

.breakpoint .row .column.padding-30 {
  padding: 0 30px;
}
.breakpoint .row .column.padding-50 {
  padding: 0 50px;
}
.breakpoint .row .column.padding-off {
  padding: 0;
}
.breakpoint .row .column.padding-off .sqs-block {
  padding: 0;
}

.post-block {
  padding-left: 0px;
  padding-right: 0px;
}
.breakpoint.vcenter .row {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.breakpoint.vcenter .row .column {
  height: 100%;
}

.valign-top {
  align-self: flex-start;
}
.valign-center {
  align-self: center;
}
.valign-bottom {
  align-self: flex-end;
}

.columntools {
  display: none;
}

.breakpoint.shopacity,
.column.shopacity {
  position: relative;
}
.breakpoint.shopacity::after,
.paralax-contents .shopacity,
.column.shopacity::after {
  background-color: inherit;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.paralax-contents .shopacity {
  z-index: 0;
}
.shopacity.opacity-05::after,
.paralax-contents .opacity-05 {
  opacity: 0.05;
}
.shopacity.opacity-1::after,
.paralax-contents .opacity-1 {
  opacity: 0.1;
}
.shopacity.opacity-15::after,
.paralax-contents .opacity-15 {
  opacity: 0.15;
}
.shopacity.opacity-2::after,
.paralax-contents .opacity-2 {
  opacity: 0.2;
}
.shopacity.opacity-25::after,
.paralax-contents .opacity-25 {
  opacity: 0.25;
}
.shopacity.opacity-3::after,
.paralax-contents .opacity-3 {
  opacity: 0.3;
}
.shopacity.opacity-35::after,
.paralax-contents .opacity-35 {
  opacity: 0.35;
}
.shopacity.opacity-4::after,
.paralax-contents .opacity-4 {
  opacity: 0.4;
}
.shopacity.opacity-45::after,
.paralax-contents .opacity-45 {
  opacity: 0.45;
}
.shopacity.opacity-5::after,
.paralax-contents .opacity-5 {
  opacity: 0.5;
}
.shopacity.opacity-55::after,
.paralax-contents .opacity-55 {
  opacity: 0.55;
}
.shopacity.opacity-6::after,
.paralax-contents .opacity-6 {
  opacity: 0.6;
}
.shopacity.opacity-65::after,
.paralax-contents .opacity-65 {
  opacity: 0.65;
}
.shopacity.opacity-7::after,
.paralax-contents .opacity-7 {
  opacity: 0.7;
}
.shopacity.opacity-75::after,
.paralax-contents .opacity-75 {
  opacity: 0.75;
}
.shopacity.opacity-8::after,
.paralax-contents .opacity-8 {
  opacity: 0.8;
}
.shopacity.opacity-85::after,
.paralax-contents .opacity-85 {
  opacity: 0.85;
}
.shopacity.opacity-9::after,
.paralax-contents .opacity-9 {
  opacity: 0.9;
}
.shopacity.opacity-95::after,
.paralax-contents .opacity-95 {
  opacity: 0.95;
}

.instagramCarousel img {
  opacity: 0;
  -webkit-transition: all 0.1s ease-out, all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out, all 0.1s ease-out;
  -o-transition: all 0.1s ease-out, all 0.1s ease-out;
  transition: all 0.1s ease-out, all 0.1s ease-out;
}
.instagramCarousel img:hover {
  transform: scale(1.4);
  -webkit-transition: all 0.1s ease-out, all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out, all 0.1s ease-out;
  -o-transition: all 0.1s ease-out, all 0.1s ease-out;
  transition: all 0.1s ease-out, all 0.1s ease-out;
}

.sqs-layout.sqs-layout {
  padding: 20px;
}

.sqs-block {
  padding-top: 17px;
  padding-bottom: 17px;
}
.sqs-block.button-block {
  padding: 0;
}
.aloha-editable:focus {
  outline: none;
}
.aloha-editable ul,
.aloha-editable ol {
  margin: 1em 0;
  list-style-type: square;
  padding: 0 0 0 40px;
  color: rgb(238, 13, 9);
}

.aloha-editable ul li p,
.aloha-editable ol li p {
  font-size: 15px;
  margin: 0;
  color: #747474;
}

.aloha-editable ol {
  list-style-type: decimal;
}
.delaercategories {
  padding-top: 0px;
}
.dealercateg {
  cursor: pointer;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border: 1px solid #fff;
}
.dealercateg .left {
  float: left;
  width: 45%;
  text-align: center;
  margin-right: 5%;
}
.dealercateg .right {
  float: left;
  width: 40%;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
.dealercateg:hover,
.dealercateg.selected {
  background: #fff;
  border: 1px solid #a58a5b;
  border-radius: 3px;
}

.dealermatch .wishlist {
  margin-top: 10px;
  padding-left: 20px;
}
.dealers {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.dealermatch {
  float: left;
  width: 33%;
  margin-top: 50px;
}
.dealermatch:nth-child(3n + 1) {
  clear: both;
}
.dealermatch.wide {
  float: none;
  clear: both;
  width: 250px;
  margin: 0px;
  line-height: normal;
}
.dealermatch .pin {
  float: left;
  width: 18%;
  margin-right: 7%;
  border-right: 1px solid #e6e6e6;
  text-align: center;
  font-size: 12px;
  color: #5c5c5c;
}
.dealermatch .pin img {
  max-width: 100%;
}
.dealermatch .right {
  float: left;
  width: 70%;
  line-height: normal;
}
.dealermatch .name {
  font-weight: 600;
  font-size: 17px;
  color: #333;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.dealermatch .web {
  color: #d6d6d6;
}
.dealermatch a {
  text-decoration: underline;
}
.dealermatch a:hover {
  text-decoration: none;
}
.dealermatch .categ img {
  height: 15px;
  margin-top: 10px;
  margin-right: 5px;
}
.pagedesc {
  margin-bottom: 40px;
}
#searchDealerField {
  padding: 6px 4%;
  font-size: 24px;
  width: 98%;
}
#searchDealerField.loading {
  background-image: url(../design/preloader-white.gif);
  background-repeat: no-repeat;
  background-position: 98% 48%;
}

#searchbtn a.btn_class {
  margin-top: 6px;
}
#searchd {
  width: 30%;
  float: left;
}
#searchbtn {
  width: 20%;
  float: left;
}
#radiusselect {
  float: left;
  text-align: left;
  margin-right: 10px;
}
.givelocation {
  text-align: center;
  padding: 0px 30px;
  display: none;
}
#radiusselect a {
  text-decoration: underline;
}
#radiusselect a:hover {
  text-decoration: none;
}
#radiusselect .inner {
  padding: 8px 16px;
}
#radiusselect .select-wrapper {
  background: url(../design/arrow-down-full.png) no-repeat scroll 99% -10px #fff;
  border-right: 1px solid #262626;
  height: 30px;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
  width: 110%;
}
#radiusselect .select-wrapper span {
  margin-left: 30px;
}
#radiusselect .field {
  width: 160px;
  float: left;
}
#radiusselect .text {
  float: left;
  margin-left: 30px;
  padding-top: 5px;
}
#selectblock select {
  padding-right: 0;
}
#selectblock select {
}
#selectblock select {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #262626;
  border-radius: 0px;
  color: #262626;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  height: 30px;
  margin: 0;
  min-width: 110%;
  outline: medium none;
  padding: 5px 23px 5px 15px;
  position: relative;
  width: 120%;
  z-index: 99;
  display: block;
  float: left;
  font-size: 14px;

  padding: 5px;
}

.tab-slider .rsDefault.rsHor .rsArrowLeft {
  left: 40px;
}
.tab-slider .rsDefault.rsHor .rsArrowRight {
  right: 40px;
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 60px;
}
.tab-slider .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background: url(../design/arrows_w.png) no-repeat top left;
}
.tab-slider .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background: url(../design/arrows_w.png) no-repeat top right;
}

.configuration-container-tabs {
  height: 22px;
  position: absolute;
  top: 2px;
  right: 10px;
}
a.configuration-container-tab,
a.lang-container-tab,
a.valuta-container-tab {
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out, color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out, color 0.1s ease-out;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
  font-weight: 300;
  font-size: 11px;
  font-family: var(--fAlt);
  color: #606060;

  padding: 3px 10px 3px 10px !important;
  text-decoration: none !important;
  border: 0px;
  display: block;
  -moz-outline: 0;
  float: right;
  margin-right: 10px;
}
a.configuration-container-tab {
  font-size: 12px;
  cursor: pointer;
}
a.lang-container-tab {
  margin-bottom: 10px;
  border: 1px solid #444;
}
#headertab a.lang-container-tab {
  border: 0px;
}
a.lang-container-tab.active,
a.lang-container-tab:hover {
  background: #444;
  color: #fff;
}
a.lang-container-tab,
a.valuta-container-tab {
  float: left;
}
a.configuration-container-tab:hover,
a.lang-container-tab:hover,
a.valuta-container-tab:hover {
  color: #aaa;
}
a.configuration-container-tab.active,
a.lang-container-tab.active,
a.valuta-container-tab.active {
  color: #3c3734;
}
a.configuration-container-tab.error,
a.lang-container-tab.active.error {
  background: #d1c030;
  color: #fff;
}
a.configuration-container-tab.error,
a.lang-container-tab.error {
  background: #7d7535;
  color: #aaa;
}
/*
body.author {text-align: left}
body.author h1 {font-size: 60px;line-height:64px;font-weight: bold;text-transform: uppercase;color:#000;padding:0;margin:20px 0 25px}
body.author h2 {font-size: 32px;font-weight: bold;text-transform: uppercase;color:#000;padding:0;margin:40px 0 5px}
.author-details {text-align: left;font-family: 'Brandon'}
.author-details .location {margin-top:25px;line-height: 18px}
.author-details .country-img {margin-top:20px}
.author-details .country-img img {max-width: 100%}
.author-details .author-avatar .avatar, .authors-page .avatar {border:0;position:relative;width:220px;height:220px;max-width:100%;border-radius: 250px;overflow: hidden;margin-right:10px;background-color:#000;background-position: center center;background-size: cover;border:0}
.author-details .author-avatar .avatar img {max-width:100%}
.author-details div.languages {text-transform:uppercase;color:#969696;font-size:12px;display:inline-block;vertical-align:middle;background: url(../design/icon_comments.png) no-repeat left center; padding-left:25px;margin-left:50px}
.author-details div.date {text-transform:uppercase;color:#969696;font-size:12px;display:inline-block;vertical-align:middle;background: url(../design/icon_date.png) no-repeat 0 -3px; padding-left:28px;margin-left:0px;min-width:20px;line-height: 25px}
.author-details .author-bio {margin-top:20px;}
.author-details .disqus_thread {margin-top:30px}
body.author .gallery-info {margin-top:26px}
.readmore {cursor: pointer}
.readmore-hidden {display:none}
body.author .news-label, .news-label {border-top: 1px solid #e2e2e2;text-transform: uppercase;padding-top:25px;margin-top:92px;color:#a7a7a7;font-weight: bold}
.sidebar .news-label {margin-top:5px;border-top:0}
.sidebar-icon {margin-top:50px;text-align: center;margin-bottom:10px}
.sidebar-icon img {max-width: 50%;margin:0 auto}
.h2-name {border-bottom:1px solid #c3d82d;margin-bottom:25px}
.h2-name.fav {margin-top:60px}
ul.news-most-wanted {list-style-type: none;margin-bottom:100px}
ul.news-most-wanted li {padding-left:0px;border-bottom:1px solid #d0d0d0;padding:10px 0px;line-height: 16px;text-transform: uppercase}
ul.news-most-wanted li span {display:inline-block;vertical-align: middle}
ul.news-most-wanted li span.num, ul.news-most-wanted li div.num {display:inline-block;vertical-align: middle;width:20%;text-align: center;font-size:20px;font-weight: bold}
ul.news-most-wanted li span.title, ul.news-most-wanted li div.title {display:inline-block;vertical-align: middle;width:80%;}
ul.news-most-wanted li a {color:#424242;font-size: 15px;font-weight: bold;text-decoration: none}
ul.news-most-wanted li:hover {background: #f1f1f1}
ul.news-most-wanted li:hover a {color:#c3d82d}
ul.news-most-wanted .author-content .name a {font-size: 12px;margin-top:0px;color:#969696;font-weight: normal}
ul.news-most-wanted li div.num {width:20%}
ul.news-most-wanted li div.title {width:77%}
ul.news-most-wanted .author-content .avatar {width:30px;height:30px}
ul.news-most-wanted .author-content {padding-top:5px;text-align: left;}
ul.news-most-wanted .author-content .timeago {background: url(../design/timeago.png) no-repeat left center; min-width:20px;}
.onemin-left .author-content .avatar-content*/

ul.news,
ul.events {
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.news-item {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
.news-item .image {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  margin-right: 0;
}
/*.news-item .image-block-wrapper {overflow: hidden;height:30px}*/
.news-item .margin-wrapper {
  width: 100%;
}
.news-item .aloha-image img {
}
/*.news-item .content {float:left;width:76%;font-size:14px;line-height:normal;min-height:58px;border-bottom:1px solid #d9d9d9;color:#555}*/
.news-item .content h3.title {
  font-size: 24px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  line-height: normal;
  color: #000;
  font-weight: 500;
}
.sidebar .news-item .content h3 {
  font-size: 16px;
  font-weight: 500;
}
.sidebar .news-item {
  padding-bottom: 10px;
}
.sidebar .news-item .content {
  border: 0;
}
.news-item .content h3 a {
  text-decoration: none;
  /* color: #e4e4e4; */
}
.news-item .content h3 a:hover {
  text-decoration: none;
  color: #004389;
}
.legnepszerubb .news-item .image,
.honaptema .news-item .image {
  padding-top: 2px;
  margin-right: 5%;
}
.legnepszerubb .news-item .content,
.honaptema .news-item .content {
  width: 75%;
}
.legnepszerubb .news-item .content h3,
.honaptema .news-item .content h3 {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 6px;
  line-height: 16px;
}
.news-item .content .post_content {
  margin-left: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: normal;
  padding-top: 15px;
  padding-bottom: 15px;
}
.news-item .post_content.inner {
  padding-top: 5px;
}
.news-item {
  padding-bottom: 31px;
  padding-top: 0px;
}
.news-item .excerpt {
  padding-top: 20px;
}
.news-item .image {
  position: relative;
}
.news-item .image img {
  width: 100%;
}
.news-item .datum {
  position: absolute;
  top: 50%;
  right: -44px;
  margin-top: -50px;
  font-size: 48px !important;
  font-weight: 400;
  text-align: center;
  line-height: 35px;
  padding: 17px 15px 10px;
  color: #fff;
  background-color: #004389;
  display: block;
}

.news-item .datum p {
  font-size: 48px !important;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: white;
}
.news-item .datum span {
  display: block;
  font-size: 18px;
}
.news-item .datum abbr {
  font-size: 12px;
}
.news-item.wide {
  border-bottom: 0px;
  margin-bottom: 30px;
}
.news-item.wide .image {
  width: 46%;
}
.news-item.wide .content {
  width: 50%;
}
.news-item.wide h3.title,
.news-item.wide h1,
.news-item.wide h2 {
  font-size: 18px;
  line-height: normal;
  margin-top: 4px;
}
.news-item.wide h1,
.news-item.wide h2 {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-size: 28px;
  line-height: normal;
  text-transform: none;
  /* color: #fefefe; */
}
.news-item.wide h2 a {
  text-transform: none;
  font-weight: 700;
}
.news-item .content .post_content .date i {
  margin-right: 5px;
}
.news-item .content .post_content .date {
  color: #555;
  font-size: 14px;
}

.news-item.vertical {
  width: 95%;
}
.news-item.vertical .image {
  width: 100%;
}
.news-item.vertical .content {
  width: 100%;
  margin-top: 20px;
}
.news-item.vertical .datum {
  margin: 15px 0px;
}
ul.news .news-item:first-child {
  padding-top: 0px;
}
ul.news .news-item:last-child,
.honaptema .news-item.vertical {
  border: 0px;
}

ul.news .news-item.wide .image {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
ul.news .news-item.wide .content {
  width: 100%;
  padding-bottom: 10px;
}
.post-block ul.news .news-item.wide .post_content {
  height: 100px;
  overflow: hidden;
}
.news-item.wide .datum {
}
.sqs-block-content.aloha-image {
  position: relative;
}
.news-category {
  position: absolute;
  top: 0px;
  left: 0px;
}
.news-item .news-category {
  /*display:block;position: relative;content:"";
    width:0px;
    height:0px;
    border-left:0px solid transparent;
    border-top:40px solid transparent;
    border-right:200px solid red;
    border-bottom:0px solid transparent;*/
  /*background: url(../design/titlebg_orange.png) no-repeat top right; */
}
.news-item .news-category {
  color: #fff;
  position: absolute;
  top: 20px;
  left: -10px;
  text-transform: uppercase;
  padding: 8px 12px 2px;
  font-size: 18px;
  font-weight: 700;
}

.news-item .news-category a {
  color: #fff;
  text-decoration: none;
}
.post_content .morebutton {
  padding-top: 25px;
}

.news-item.big .content {
  border-bottom: 0;
}
.news-item.big {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
.news-item.big .image {
  width: 100%;
  margin-bottom: 20px;
}
.news-item.big .content {
  width: 100%;
}

.news.main .content {
  color: #333;
}
.news.main .news-item .content {
  border: 0;
}

.news-item.half {
  width: 48%;
  margin-right: 4%;
  float: left;
  clear: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 10px;
}
.news-item.half:nth-child(2n) {
  margin-right: 0;
}
.news-item.half:nth-child(2n + 1) {
  clear: both;
}
.news-item.half .content {
  border-bottom: 0;
}
ul.news .news-item.half:first-child {
  padding-top: 10px;
}
ul.news .news-item.half:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.news.main .content {
  width: 100%;
  padding: 0px 30px;
}
.news.main .content h1 {
  padding-top: 50px;
}
.news-item.wide .datum {
  right: auto;
  left: 25px;
  top: auto;
  bottom: -50px;
}

.sidebar .news-item .content {
  padding: 0;
  width: 100%;
}
.sidebar .news-item .content .post_content {
  padding: 0;
}
.sidebar .news-item {
  margin-bottom: 10px;
}

.events-item {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.events-item:nth-child(2n) {
  margin-right: 0;
}
.events-item .image {
  position: relative;
}
.events-item .datum div {
  background: url(../design/clock.png) no-repeat center left;
  padding-left: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.events-item .datum {
  font-weight: 700;
  background: url(../design/titlebg_orange.png) no-repeat top right;
  color: #fff;
  position: absolute;
  top: 20px;
  left: -10px;
  padding: 8px 12px 0px 5px;
  font-size: 12px;
  line-height: 14px;
}
.events-item .content {
  display: table-cell;
  height: 50px;
  background: #006ead url(../design/pinmap.png) no-repeat 10px center;
  color: #fff;
  padding: 5px 0px;
  overflow: hidden;
  max-width: 100%;
  width: 1000px;
  vertical-align: middle;
}
.events-item .content h3 {
  margin-left: 26px;
  border-left: 1px solid #198aca;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 16px;
  height: 38px;
  overflow: hidden;
}
.events-item .content h3 a {
  color: #fff;
  text-transform: uppercase;
}
.events-item .margin-wrapper {
  height: 160px;
}

ul.filelist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.filelist li {
  float: left;
  width: 100%;
  margin-right: 0;
}
ul.filelist.oneitem li {
  width: 100%;
  margin-right: 0;
}
div.thumbimg img {
  border: 1px solid #ffffff;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.13), 0 0 0 1px rgba(0, 0, 0, 0.12);
  cursor: move;
  outline: 1px solid transparent;
  transition: border-color 0.1s ease-out 0s, outline-color 0.1s ease-out 0s;
}
.drag-drop-inside {
    height: 100px;
}
.texta {
    font-size: 14px;
}
.thumbfile {
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: center;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #eee;
    padding: 20px;
}
.thumbfile a {
  color: #000 !important;
  font-size: 14px !important;
}

.legend-panel {
  background: #f5f5f5;
  border: 1px solid #eee;
  padding: 30px 40px 40px;
  margin-bottom: 0px;
  border-bottom: 1px solid #c3d82d;
}
.legend-panel h2 {
  margin-top: 40px;
}
.legend-panel .field-lhs {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 6px;
}
textarea.field-input {
  width: 100%;
  height: 150px;
}

.slider-container {
  height: 16px;
  border: 0px;
}
.slider-container .ui-state-default,
.slider-container .ui-widget-content,
.slider-container .ui-state-default {
  background: url(../design/images/slider-thumb-dark.png);
  border: 0px;
  color: #555555;
  font-weight: normal;
  height: 16px;
  margin-top: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}

.slider .numeric-display {
  float: left;
  font-size: 15px;
  text-align: right;
}
.slider .numeric-display input,
.slider .numeric-display textarea {
  text-align: right;
  padding: 0;
  border: 0;
  background: none;
}
.slider-container .ui-state-default {
  opacity: 0.6;
}
.slider-container .ui-state-default:hover {
  opacity: 1;
}

.slider-container .ui-corner-all {
  border-radius: 0px;
  border: 0px;
}
.slider-c {
  float: left;
  margin-left: 10px;
  border-radius: 10px;
  padding: 0px 10px 0px 10px;
  background: #fff;
  min-width: 200px;
  margin-top: 4px;
}
.slider-container .ui-widget-content {
  background: #fff;
  border: 0px;
  color: #222222;
}
.slider-container .ui-widget-header {
  background: none;
}
.field-wysiwyg-control {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  height: 0;
  text-align: left;
}
.field-input.link {
  background-color: #666;
  border-color: #eee;
}
input.placeholder {
  margin-bottom: 10px;
}
.field-input,
.smalllayer .editable {
}
.select-facade .label {
  display: none;
}

#dealersmatch {
  padding-bottom: 50px;
}

/*
.field-wysiwyg-control button.field-wysiwyg-tool-bold .icon {
  background: transparent url(../design/images/icon-editor-bold-16-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-italic .icon {
  background: transparent url(../design/images/icon-editor-italic-16-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-h1 .icon {
  background: transparent url(../design/images/icon-h1-12-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-h2 .icon {
  background: transparent url(../design/images/icon-h2-12-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-h3 .icon {
  background: transparent url(../design/images/icon-h3-12-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-link .icon {
  background: transparent url(../design/images/icon-editor-link-16-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-blockquote .icon {
  background: transparent url(../design/images/icon-quote-12-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-removeformat .icon {
  background: transparent url(../design/images/icon-removeformating-12-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-unorderedlist .icon {
  background: transparent url(../design/images/icon-editor-unsortedlist-16-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-orderedlist .icon {
  background: transparent url(../design/images/icon-editor-sortedlist-16-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-outdent .icon {
  background: transparent url(../design/images/icon-outdent-17-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-indent .icon {
  background: transparent url(../design/images/icon-indent-16-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-insertimage .icon {
  background: transparent url(../design/images/icon-editor-image-16-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-inverted .icon {
  background: transparent url(../design/images/icon-editor-scheme-16-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-widthsmall .icon {
  background: transparent url(../design/images/icon-editor-width-small-16-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-widthmedium .icon {
  background: transparent url(../design/images/icon-editor-width-medium-16-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-widthlarge .icon {
  background: transparent url(../design/images/icon-editor-width-full-16-light.png) center center no-repeat;
}
.field-wysiwyg-control button.field-wysiwyg-tool-fullscreen {
  background: transparent url(../design/images/icon-fullscreen-open-14-light.png) center center no-repeat;
} */
.wysiwyg-field-wrapper .field-rhs {
  position: relative;
}
.wysiwyg-field-wrapper .field-wysiwyg-control {
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background: #eee;
  padding-left: 5px;
  height: 27px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control a,
.field-wysiwyg-control a {
  padding: 0;
  margin-top: 3px;
  display: block;
  float: left;
  outline: 0;
}
.wysiwyg-field-wrapper .field-wysiwyg-control .separator,
.field-wysiwyg-control .separator {
  display: inline-block;
  margin-left: 10px;
  border-left: 1px solid #ddd;
  width: 10px;
  height: 27px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button,
.field-wysiwyg-control button {
  display: inline-block;
  vertical-align: top;
}

.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool,
button.field-wysiwyg-tool {
  height: 27px;
  width: 27px;
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool:hover,
button.field-wysiwyg-tool:hover {
  border-color: #ccc;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool.contains-cursor {
  background-color: #222222;
  background-image: -moz-linear-gradient(#555555, #222222);
  background-image: -ms-linear-gradient(#555555, #222222);
  background-image: -webkit-linear-gradient(#555555, #222222);
  background-image: linear-gradient(#555555, #222222);
  border-radius: 0px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool .icon {
  display: block;
  opacity: 0.8;
  width: 100%;
}

.editable.radius {
  border-radius: 0px 0px 3px 3px;
}
.smalllayer.border {
  border: 1px solid #ccc;
  border-radius: 3px 3px 3px 3px;
}
.smalllayer .editable {
  border: 0px;
  overflow: auto;
  height: 100px;
  background: #fff;
  padding: 15px;
}

.field-wysiwyg-tool-bold .icon {
  background: transparent url(../design/images/icon-bold-9-dark.png) center center
    no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-italic .icon {
  background: transparent url(../design/images/icon-italic-9-dark.png) center center
    no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-h1 .icon {
  background: transparent url(../design/images/icon-h1-9-dark.png) center center no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-h2 .icon {
  background: transparent url(../design/images/icon-h2-9-dark.png) center center no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-h3 .icon {
  background: transparent url(../design/images/icon-h3-9-dark.png) center center no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-link .icon {
  background: transparent url(../design/images/icon-link-9-dark.png) center center
    no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-blockquote .icon {
  background: transparent url(../design/images/icon-quote-9-dark.png) center center
    no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper
  .field-wysiwyg-control
  button.field-wysiwyg-tool-removeformat
  .icon {
  background: transparent url(../design/images/icon-removeformating-9-dark.png) center
    center no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper
  .field-wysiwyg-control
  button.field-wysiwyg-tool-unorderedlist
  .icon {
  background: transparent url(../design/images/icon-unsortedlist-9-dark.png) center center
    no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper
  .field-wysiwyg-control
  button.field-wysiwyg-tool-orderedlist
  .icon {
  background: transparent url(../design/images/icon-sortedlist-9-dark.png) center center
    no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-outdent .icon {
  background: transparent url(../design/images/icon-outdent-17-dark.png) center center
    no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-indent .icon {
  background: transparent url(../design/images/icon-indent-16-dark.png) center center
    no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper
  .field-wysiwyg-control
  button.field-wysiwyg-tool-insertimage
  .icon {
  background: transparent url(../design/images/icon-image-9-dark.png) center center
    no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-inverted .icon {
  background: transparent url(../design/images/icon-editor-scheme-16-dark.png) center
    center no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-widthsmall .icon {
  background: transparent url(../design/images/icon-editor-width-small-16-dark.png) center
    center no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper
  .field-wysiwyg-control
  button.field-wysiwyg-tool-widthmedium
  .icon {
  background: transparent url(../design/images/icon-editor-width-medium-16-dark.png)
    center center no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-widthlarge .icon {
  background: transparent url(../design/images/icon-editor-width-full-16-dark.png) center
    center no-repeat;
  height: 27px;
  width: 27px;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-fullscreen .icon {
  background: transparent url(../design/images/icon-fullscreen-open-14-dark.png) center
    center no-repeat;
  height: 27px;
  width: 27px;
  height: 100%;
}

.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-undo {
  display: none;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-redo {
  display: none;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-sourcecode {
  width: auto;
  padding-left: 24px;
  padding-right: 10px;
  background: url(../design/images/checkbox-inactive-14-dark.png) no-repeat 6px center;
}
.wysiwyg-field-wrapper
  .field-wysiwyg-control
  button.field-wysiwyg-tool-sourcecode.active {
  background: url(../design/images/checkbox-active-14-dark.png) no-repeat 6px center;
}
.wysiwyg-field-wrapper
  .field-wysiwyg-control
  button.field-wysiwyg-tool-sourcecode[disabled] {
  color: #000;
  opacity: 0.5;
}
.wysiwyg-field-wrapper .field-wysiwyg-control button.field-wysiwyg-tool-sourcecode:hover {
  border-color: transparent;
}
.wysiwyg-field-wrapper .field-wysiwyg-control .container {
  height: 27px;
  display: inline-block;
}
.wysiwyg-field-wrapper .field-wysiwyg-control .container .field-wysiwyg-select {
  margin: 4px;
}

.tag-field-wrapper.thin {
  padding-bottom: 0;
  padding-top: 0;
  cursor: pointer;
}
.tag-field-wrapper.thin .add-header,
.selectitem.add-header {
  padding-left: 10px;
  background: transparent url(../design/images/add-6x6-gray.png) 0 4px no-repeat;
}
.tag-field-wrapper.thin .field-lhs {
  width: 0;
  text-align: right;
  padding-top: 3px;
  overflow: hidden;
}
.tag-field-wrapper.minor .field-input-wrapper {
  zoom: 1;
  margin-top: 5px;
  background: #fdfdfd;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 6px 0 6px;
  color: #333;
}
.tag-field-wrapper.minor .field-input-wrapper:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.tag-field-wrapper {
  position: relative;
  /********************
     * THIN Style Tag Field
     */

  /***********************
     * MINOR Style Tag Field
     */
}

.tag-field-wrapper .field-input-wrapper {
  overflow: hidden;
}
.tag-field-wrapper.thin .tag-field {
  padding: 0 !important;
  border-bottom: 0 !important;
}
.tag-field-wrapper.thin .tag-field .tag {
  margin-top: 4px !important;
}
.tag-field-wrapper.thin .tag-field .text {
  padding-top: 3px !important;
}
.tag-field-wrapper.thin .tag-field {
  color: #ddd;
  background: transparent;
  border: 0;
  border-bottom: 1px dotted #333;
  padding: 0 0 5px 0;
  font-size: 11px;
  height: 20px;
}
.tag-field-wrapper.thin .tag-field .tag {
  white-space: nowrap;
  cursor: pointer;
  color: #111;
  background: #dddddd url(../design/images/tag-micro.png) 4px center no-repeat;
  float: left;
  margin: 6px 5px 0 0;
  padding: 1px 6px 2px 14px;
  font-size: 11px;
  line-height: normal;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tag-field-wrapper.thin .tag-field .tag:hover {
  color: #000;
  background-color: #fff;
}
.tag-field-wrapper.thin .tag-field .tag.category {
  background-image: url(../design/images/category-micro.png);
}
.tag-field-wrapper.thin .tag-field .tag .x {
  display: inline;
  padding-left: 5px;
  padding-right: 6px;
}
.tag-field-wrapper.thin .tag-field .text {
  display: block;
  color: #777;
  padding-top: 6px;
}
.tag-field-wrapper.minor .tag-field {
  color: #ddd;
  background: transparent;
  border: 0;
  font-size: 11px;
  zoom: 1;
}
.tag-field-wrapper.minor .tag-field:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.tag-field-wrapper.minor .tag-field .add-header {
  padding-left: 10px;
  background: transparent url(../design/images/add-6x6-gray.png) 0 3px no-repeat;
}
.tag-field-wrapper.minor .tag-field .add-header:hover {
  color: #333;
  cursor: pointer;
}
.tag-field-wrapper.minor .tag-field .tag {
  white-space: nowrap;
  cursor: pointer;
  color: #111;
  background: #eee;
  border: 1px solid #ddd;
  float: left;
  margin: 0px 5px 5px 0;
  padding: 3px 6px 3px 6px;
  font-size: 12px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tag-field-wrapper.minor .tag-field .tag:hover {
  color: #000;
  background-color: #ccc;
}
.tag-field-wrapper.minor .tag-field .tag.category {
  background-image: url(../design/images/category-micro.png);
}
.tag-field-wrapper.minor .tag-field .tag .x {
  display: inline;
  padding-left: 5px;
  padding-right: 6px;
}
.tag-field-wrapper.minor .tag-field .text {
  display: block;
  color: #777;
  padding: 6px 7px 9px;
}

.flyout-calendar {
  background: #fff;
  padding: 15px;
  line-height: normal;
  overflow: hidden;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.flyout-calendar .calendar-wrapper {
  float: left;
  border-right: 1px solid #eee;
  padding-right: 15px;
}
.flyout-calendar .calendar-wrapper .back {
  background: transparent url(../design/images/calendar-nav-back.png) 4px 3px no-repeat;
}
.flyout-calendar .time-wrapper {
  float: right;
  width: 131px;
  background: transparent url(../design/images/calendar-clock.png) 8px 5px no-repeat;
  padding-top: 105px;
  text-align: center;
}
.flyout-calendar .time-wrapper .time-control {
  font-size: 20px;
  border: none;
  text-align: center;
  border-bottom: 1px dotted #ccc;
  width: 32px;
  color: #444;
  float: left;
  padding: 2px 0;
  line-height: 20px;
}
.flyout-calendar .time-wrapper .time-control:focus {
  color: #000;
  border-color: #777;
  outline: none;
}
.flyout-calendar .time-wrapper.disabled {
  background-image: url(../design/images/calendar-clock-disabled.png);
  color: #ddd;
}
.flyout-calendar .time-wrapper.disabled .time-control {
  color: #ddd;
  border-bottom: none;
}
.flyout-calendar .time-wrapper.disabled .time-control:hover {
  color: #ddd;
  border-bottom: none;
}
.flyout-calendar .yui3-calendar-header-label {
  color: #333;
  width: auto;
}
.flyout-calendar .yui3-calendar-header-label h4 {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.flyout-calendar .header,
.flyout-calendar thead,
.flyout-calendar .yui3-calendar-header {
  font-weight: bold;
  font-size: 13px;
  color: #222;
  text-align: center;
  padding-bottom: 8px;
}
.flyout-calendar .header .back,
.flyout-calendar thead .back,
.flyout-calendar .yui3-calendar-header .back,
.flyout-calendar .header .next,
.flyout-calendar thead .next,
.flyout-calendar .yui3-calendar-header .next,
.flyout-calendar .header .yui3-calendarnav-nextmonth,
.flyout-calendar thead .yui3-calendarnav-nextmonth,
.flyout-calendar .yui3-calendar-header .yui3-calendarnav-nextmonth,
.flyout-calendar .header .yui3-calendarnav-prevmonth,
.flyout-calendar thead .yui3-calendarnav-prevmonth,
.flyout-calendar .yui3-calendar-header .yui3-calendarnav-prevmonth {
  float: left;
  height: 12px;
  width: 15px;
  background: transparent url(../design/images/calendar-nav-back.png) 4px 3px no-repeat;
  cursor: pointer;
  border: none;
}
.flyout-calendar .header .back span,
.flyout-calendar thead .back span,
.flyout-calendar .yui3-calendar-header .back span,
.flyout-calendar .header .next span,
.flyout-calendar thead .next span,
.flyout-calendar .yui3-calendar-header .next span,
.flyout-calendar .header .yui3-calendarnav-nextmonth span,
.flyout-calendar thead .yui3-calendarnav-nextmonth span,
.flyout-calendar .yui3-calendar-header .yui3-calendarnav-nextmonth span,
.flyout-calendar .header .yui3-calendarnav-prevmonth span,
.flyout-calendar thead .yui3-calendarnav-prevmonth span,
.flyout-calendar .yui3-calendar-header .yui3-calendarnav-prevmonth span {
  display: none;
}
.flyout-calendar .header .next,
.flyout-calendar thead .next,
.flyout-calendar .yui3-calendar-header .next,
.flyout-calendar .header .yui3-calendarnav-nextmonth,
.flyout-calendar thead .yui3-calendarnav-nextmonth,
.flyout-calendar .yui3-calendar-header .yui3-calendarnav-nextmonth {
  float: right;
  background: transparent url(../design/images/calendar-nav-next.png) 0 3px no-repeat;
}
.flyout-calendar table {
  width: 100%;
  outline: 0;
}
.flyout-calendar td {
  padding: 3px;
  outline: 0;
}
.flyout-calendar .header-row td {
  color: #444;
  width: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}
.flyout-calendar .body-row td,
.flyout-calendar .yui3-calendar-row td {
  font-size: 11px;
  width: 15px;
  text-align: center;
  cursor: pointer;
}
.flyout-calendar .body-row td.fade,
.flyout-calendar .yui3-calendar-row td.fade,
.flyout-calendar .body-row td.yui3-calendar-prevmonth-day,
.flyout-calendar .yui3-calendar-row td.yui3-calendar-prevmonth-day,
.flyout-calendar .body-row td.yui3-calendar-nextmonth-day,
.flyout-calendar .yui3-calendar-row td.yui3-calendar-nextmonth-day {
  color: #ccc;
}
.flyout-calendar .body-row td.active,
.flyout-calendar .yui3-calendar-row td.active,
.flyout-calendar .body-row td.yui3-calendar-day,
.flyout-calendar .yui3-calendar-row td.yui3-calendar-day {
  color: #444;
}
.flyout-calendar .body-row td.active:hover,
.flyout-calendar .yui3-calendar-row td.active:hover,
.flyout-calendar .body-row td.yui3-calendar-day:hover,
.flyout-calendar .yui3-calendar-row td.yui3-calendar-day:hover {
  color: #000;
  background: #eee;
}
.flyout-calendar .body-row td.selected,
.flyout-calendar .yui3-calendar-row td.selected,
.flyout-calendar .body-row td.yui3-calendar-day-selected,
.flyout-calendar .yui3-calendar-row td.yui3-calendar-day-selected {
  color: #fff;
  background: #444;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.flyout-calendar .body-row td.selected:hover,
.flyout-calendar .yui3-calendar-row td.selected:hover,
.flyout-calendar .body-row td.yui3-calendar-day-selected:hover,
.flyout-calendar .yui3-calendar-row td.yui3-calendar-day-selected:hover {
  background: #000;
  color: #fff;
}
.flyout-calendar .body-row td.today,
.flyout-calendar .yui3-calendar-row td.today {
  color: #444;
  background: #e1e5dc;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.field-wrapper.date-picker .calendar-wrapper {
  background: #fff;
  padding: 18px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.field-wrapper.date-picker .calendar-wrapper .yui3-calendar-header {
  font-weight: bold;
  font-size: 13px;
  color: #222;
  text-align: center;
  padding-bottom: 8px;
}
.field-wrapper.date-picker .calendar-wrapper .yui3-calendar-header h4 {
  margin: 2px;
  font-size: 13px;
}
.field-wrapper.date-picker
  .calendar-wrapper
  .yui3-calendar-header
  .yui3-calendarnav-prevmonth,
.field-wrapper.date-picker
  .calendar-wrapper
  .yui3-calendar-header
  .yui3-calendarnav-nextmonth {
  height: 12px;
  width: 15px;
  background: transparent url(../design/images/calendar-nav-back.png) 4px 3px no-repeat;
  cursor: pointer;
  text-indent: -9999em;
  color: transparent;
}
.field-wrapper.date-picker
  .calendar-wrapper
  .yui3-calendar-header
  .yui3-calendarnav-nextmonth {
  background: transparent url(../design/images/calendar-nav-next.png) 0 3px no-repeat;
}
.field-wrapper.date-picker .calendar-wrapper table {
  width: 100%;
}
.field-wrapper.date-picker .calendar-wrapper table td {
  padding: 3px;
  text-align: center;
}
.field-wrapper.date-picker .calendar-wrapper table thead {
  color: #444;
  width: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}
.field-wrapper.date-picker .calendar-wrapper table tbody {
  font-size: 11px;
  width: 15px;
  text-align: center;
  cursor: pointer;
}
.field-wrapper.date-picker .calendar-wrapper table tbody td.yui3-calendar-prevmonth-day {
  color: #ccc;
}
.field-wrapper.date-picker .calendar-wrapper table tbody td.yui3-calendar-day {
  color: #444;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.field-wrapper.date-picker .calendar-wrapper table tbody td.yui3-calendar-day:hover {
  color: #000;
  background: #eee;
}
.field-wrapper.date-picker
  .calendar-wrapper
  table
  tbody
  td.yui3-calendar-day.yui3-calendar-day-selected {
  color: #fff;
  background: #444;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.field-wrapper.date-picker
  .calendar-wrapper
  table
  tbody
  td.yui3-calendar-day.yui3-calendar-day-selected:hover {
  background: #000;
}
.field-wrapper.date-picker .calendar-wrapper table tbody td.yui3-calendar-day.today {
  color: #444;
  background: #e1e5dc;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.flyout-error-message {
  color: #ff0000;
}

.themes {
  float: left;
}
.themes-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.themes span {
  display: inline-block;
  margin-right: 10px;
  background: #eee;
  color: #000;
  border-radius: 10px;
  padding: 6px 14px;
  line-height: 14px;
}

#pbar {
}
.previewbar-container {
  background-color: #101010;
  padding: 10px;
  border-radius: 10px;
}
.previewbar {
  padding: 0px 10px 0px 0px;
  width: auto;
  border-top: 0px dashed #58595b;
  border-radius: 0px;
  height: 22px;
}
.previewbar .nick {
  margin-left: 10px;
}
.previewbar .nick a {
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.previewbar .avatar,
.avatar,
.category-list .avatar {
  background-position: center center;
  background-image: url(../design/images/default-avatar.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*border-radius: 30px 30px 30px 30px;*/
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin: 1px;
  margin-top: 0px;
  margin-right: 10px;
  width: 23px;
  position: relative;
  float: left;
}
.designer-div .avatar {
  width: 130px;
  height: 130px;
}

.previewbar .username {
  float: left;
  padding: 2px 0px 0px 10px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.previewbar .username .name {
  font-size: 12px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis; /*color: #fff;*/
}
.previewbar .username .logout a {
  font-size: 11px;
}
.previewbar .icons {
  float: left;
  padding: 6px 18px 0px 10px;
}
.previewbar .icons img {
}
.previewbar .createbox {
  top: 40px;
}
.previewbar .createbox a.btn_class {
  width: 150px;
  text-align: center;
}

/* Grey Small Dropdown */
.dropdown {
  float: right;
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
}
/* General dropdown styles */
.dropdown dl {
  margin-left: 5px;
  padding: 0px;
  margin: 0px;
}
.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0px;
  padding: 0px;
}
.dropdown dd {
  position: relative;
  z-index: 1010;
}

/* DT styles for sliding doors */
.dropdown dt a {
  background: url(../design/pmenu.png) no-repeat scroll right center;
  display: block;
  height: 22px;
  cursor: pointer;
}
.dropdown dt a.first {
  padding-right: 14px;
  font-weight: 400;
}
.dropdown dt a.selected {
  background: #fff url(../design/pmenuon.png) no-repeat scroll center center;
}
.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 0px;
}

/* UL styles */
.dropdown dd {
  margin-top: 0px;
}
.dropdown dd ul {
  margin-top: 10px;
  background: #fff;
  display: none;
  list-style: none;
  padding: 10px 5px;
  position: absolute;
  left: 0px;
  width: auto;
  left: auto;
  right: 0;
  border-top: 1px solid #3c3734;
  cursor: pointer;
  z-index: 990;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
#valutaselect .dropdown dd ul {
  width: 100px;
}
.flags .dropdown dd ul {
  width: 50px;
}
.previewbar .dropdown dd ul {
  width: 300px;
}
.previewbar .dropdown dt a.first {
}
.previewbar .dropdown dt a {
  background-position: right 11px;
  padding-top: 1px;
}
.dropdown dd ul li {
  width: 100%;
  line-height: 12px;
  height: auto;
}
.previewbar .dropdown dd ul li:first-child {
  min-height: 45px;
}
.dropdown dd ul li.border {
  border-top: 1px solid #ddd;
  padding-top: 2px;
  padding-bottom: 2px;
}
.dropdown span.value {
  display: none;
}
.dropdown dd ul li a.menu {
  width: auto;
  display: block;
  font-weight: normal;
  text-align: left;
  overflow: hidden;
  padding: 6px 4px 6px 19px;
  color: #111;
  text-decoration: none;
}
.dropdown dd ul li a:hover {
  /*background:#58595b; color:white;*/
  text-decoration: none;
  color: #3c3734;
}
/*.dropdown dd ul li:first-child a:hover {background: none;color:#D7182A}*/
.dropdown dd ul li a:visited {
  text-decoration: none;
}
.previewbar .notification.dropdown dd ul {
  width: 350px;
}
.dropdown .avatar {
  width: 90px;
  height: 90px;
  margin: 0px 14px 10px 5px;
  float: left;
}
.noti-line {
  clear: both;
  padding: 10px 0px;
  color: #555;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  background: #edeff5;
  margin: 0 0 0px 0;
}
.previewbar .notification.dropdown dd ul li.noti-line {
  padding-top: 10px;
}
.noti-line:hover,
.previewbar .notification.dropdown dd ul li.read:hover {
  background: #f6f7f8;
}
.noti-line .avatar {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 12px;
  float: left;
}
.noti-line .content {
  float: left;
  width: 270px;
}
.noti-line .text {
  line-height: normal;
  font-family: Arial;
  margin-bottom: 8px;
}
.noti-line .date {
  color: #777;
  padding-left: 25px;
  height: 16px;
  background: url(../design/calendar68_g.png) no-repeat 0px center;
}
.previewbar .notification.dropdown dd ul {
  padding: 0;
  padding-top: 0px;
}
.previewbar .notification.dropdown dd ul li {
  padding-top: 0;
}
.previewbar .notification.dropdown dd ul li.title {
  position: fixed;
  width: 322px;
  z-index: 1000;
  height: auto;
  min-height: 1px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-weight: bold;
  padding: 10px 14px 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: Arial;
}
.previewbar .notification.dropdown dd ul li.first {
  padding-top: 40px;
}
.previewbar .notification.dropdown dd ul li.read {
  text-align: left;
  background: #fbfbfb;
  color: #777;
}
.previewbar .notification.dropdown dd ul li.empty {
}
.previewbar .notification.dropdown dd ul li.empty .contents {
  padding: 40px 0px 10px;
  text-align: center;
}
.dropdown dd ul li span a {
  padding: 0px 0px 0px 0px;
}
.virtual {
  color: #000;
  padding: 5px 0px 8px 0px;
  font-size: 11px;
}

#ulglobal:before,
.dropdown dd ul:before {
  border-left: 6px solid rgba(255, 255, 255, 0);
  border-right: 6px solid rgba(255, 255, 255, 0);
  border-bottom: 6px solid #3c3734;
  top: -6px;
  content: " ";
  height: 0;
  right: 10px;
  position: absolute;
  width: 0;
}

.user-datas {
  float: left;
  width: 180px;
  color: #000;
  font-size: 12px;
}
.user-datas div {
  margin-bottom: 5px;
}
.user-datas .u-name {
  font-weight: 700;
  margin-top: 4px;
}
.user-datas .u-email {
}
.user-datas .u-btn {
  margin-top: 15px;
}
.user-datas a {
  display: inline-block;
  margin-left: 0px;
}
.user-datas a.btn_class {
  margin-left: 0px;
}
.user-datas .mymenu {
  margin: 10px 0px;
}

.pagination {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.pagination a,
.pagination span {
  border: 1px solid #fff;
  background: #ebebeb;
  color: #676767;
  display: inline-block;
  text-decoration: none;
  border-radius: 2px 2px 2px 2px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  border-radius: 0;
}

.pagination span,
.pagination a:hover {
  margin-right: 5px;
  background: none repeat scroll 0 0 #3c3734;
  border: 1px solid #e2e2e2;
  color: #fff;
  display: block;
  font-weight: 400;
  padding: 0;
  border-radius: 2px 2px 2px 2px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  border-radius: 0;
}
.article-loading {
  text-align: center;
  display: none;
}

/*
.owl-outer {position: relative;min-height: 60px;}
.owl-outer.owl-outer {margin-top:10px}
.owl-outer .owlarrows {position: relative}
.owl-outer .owlarrows .owlnext, .owl-outer .owlarrows .owlprev {width:32px;height:60px;text-indent: -9999em;background: url(../design/arrowright_gray.png) no-repeat top right;border: 0 none;
    border-radius: 3px;
    color: #7e7e7e;
    margin: 0;
    outline: medium none;
    padding: 0px 0 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;position: absolute;top:50%;margin-top:-30px;right:-45px;
}
.owl-outer .owlarrows .owlprev {position: absolute;left:-45px;background: url(../design/arrowleft_gray.png) no-repeat top left;}
.owl-outer .owlarrows .owlprev:hover, .owl-outer .owlarrows .owlnext:hover {}
.owl-item .item {margin-right:25px}
.owl-item .margin-wrapper {position: relative}

.owl-outer.authors .item {margin-right:15px;margin-left:10px;text-align: center}
.owl-outer.authors .margin-wrapper {width:230px;height:230px;overflow: hidden;border-radius: 240px;background: #f5f5f5;margin:0 auto;display:inline-block;float:none;position: relative;z-index:100}
.owl-outer.authors .item .margin-wrapper img {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.owl-outer.authors .item:hover .margin-wrapper img {transform: rotate(5deg) scale(1.2)}
.owl-outer.authors .name, .authors-page .authors .name {text-align: center;padding-top:20px;}
.owl-outer.authors .name a, .authors-page .authors .name a {color:#969696;text-transform: uppercase;text-decoration: none}
.authors-page .authors a {text-decoration: none}
.author-label {text-align: center;font-size:20px;margin-top:100px;margin-bottom:10px;color:#424242;font-weight:600;text-transform: uppercase}
.owl-outer.authors {margin-bottom:60px}
*/

.owl-pagination {
  display: none;
}

.nextitem {
  clear: both;
  height: 10px;
  display: block;
}

.country-img svg,
svg.continents {
  max-width: 100%;
  padding: 0;
  margin: 0;
  fill: #c3d63f;
  max-height: 200px;
}
svg {
  padding: 0;
  margin: 0;
}
.svg path {
  transition: 0.3s all !important;
}
svg path {
  padding: 0;
  margin: 0;
}

ul.continents {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.continents li {
  float: left;
  width: 48%;
  margin-right: 4%;
  padding-bottom: 100px;
}
ul.continents li:nth-child(2n) {
  margin-right: 0;
}
ul.continents li:nth-child(2n + 1) {
  clear: both;
}
ul.authors {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.authors li {
  float: left;
  margin-right: 5%;
  padding-bottom: 50px;
  text-align: center;
}

.continent-title {
  border-bottom: 1px solid #c3d63f;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.country-title {
  font-size: 15px;
  padding: 0;
  margin: 0;
  line-height: 17px;
  margin-bottom: 6px;
}
.country-title a {
  text-transform: uppercase;
  color: #969696;
}
.country-title a:hover {
  color: #3c3734;
  text-decoration: none;
}

.ssk-group {
  margin-top: 0px;
}

.home-inner .col-sm-6 {
  float: none;
  clear: both;
}
.mobilcnt {
  display: none;
}
.mobilhidden {
  display: block;
}
.nav-social {
  margin-right: 35px;
  float: right;
  padding-top: 10px;
}
.nav-social .fa-stack {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
a.link {
  cursor: pointer;
  color: rgb(255, 255, 255);
  background: rgba(218, 218, 218, 1) none repeat scroll 0% 0%;
  padding: 10px 30px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.comment-link {
  padding: 20px 0;
}
.forread_item {
  margin-right: 0;
  float: left;
  padding: 5px;
}
.forread_item .margin-wrapper {
  position: relative;
}
.forread_item h3 {
  font-size: 16px;
  padding-top: 10px;
  overflow: hidden;
}
.forread_item .article-info {
  margin: 0;
}

.forread_item .article-info div {
  display: inline-block;
  vertical-align: middle;
  color: #969696;
  font-size: 12px;
}

/* google custom search */
.top-search-header {
  display: none;
  width: 100% !important;
  position: absolute;
  top: 5px;
  right: 0px;
  padding: 0 12px 12px;
  float: none;
  z-index: 51000000;
}
.search-show-content {
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 470px !important;
  padding: 6px 12px 12px;
  overflow: hidden;
  float: right;
}
.gse-holder {
  padding: 10px;
  background: #fff;
}

.top-search-header * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding: 0 !important;
}
.gsc-wrapper {
  font-family: var(--fAlt);
}
.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: 18px !important;
  font-weight: 600 !important;
}

a.top-search {
  background: #3c3734;
  border: 1px solid #3c3734;
  width: 60px;
  height: 60px;
  color: black;
  margin-top: -12px;
  margin-left: 0px;
  padding-top: 12px;
  display: block;
}

i.fa.fa-search.fa-stack-1x {
  padding-left: 20px;
}

.header-line {
  background: url(../design/topbg.png) repeat-x;
  height: 158px;
  padding-top: 0px;
}
.header-icon-search {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
}
#search {
  float: right;
  padding-top: 4px;
}
.footer-search {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.footer-search .search-label {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}
.search input {
  font-style: italic;
  width: 200px;
  height: auto;
  color: #ababab;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #01b693;
  border-radius: 35px;
}

#search img {
  cursor: pointer;
}
.footer-search {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.footer-search .search-label {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}
#searchinput {
  display: none;
  position: absolute;
  top: 54px;
  right: 0px;
}
.slidermain {
  background: #f2f2f2;
  padding: 0px 0px 0px 0px;
}
.slidermain .mediawidth {
  padding: 0 15px;
}

#footer ul.social li {
  display: block;
  text-indent: 0;
  padding: 0px;
  margin: 0px;
}
#footer ul.social li a {
  text-decoration: none;
  float: left;
  width: auto;
  height: auto;
  border-radius: 2px;
  margin: 0px 5px 5px 0px;
  background: none;
  background: #4e9b22;
  padding: 12px 15px;
  line-height: 14px;
  font-size: 14px;
}
#footer ul.social li a:hover {
  background: #5dad2f;
}

.col-left {
  width: 46%;
  float: left;
  margin-right: 0%;
  text-align: left;
  padding-right: 2%;
  border-right: 1px solid #d9d9d9;
}
.col-right {
  width: 46%;
  float: left;
  text-align: left;
  padding-left: 2%;
  padding-right: 2%;
  border-right: 0px solid #d9d9d9;
}
.col-right.news {
  padding-top: 0px;
}
.col-half {
  width: 50%;
  float: left;
}

div.tema .name {
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 20px;
  margin-top: 5px;
}
div.tema .icon {
  display: block;
  background-image: url(../design/iconset.jpg);
  margin: 0px auto;
}
div.urologia,
div.nogyogyasz,
div.dermatologia,
div.asztma {
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.urologia:hover span,
div.nogyogyasz:hover span,
div.dermatologia:hover span,
div.asztma:hover span {
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

div.urologia span {
  background-position: 0px 0px;
  width: 93px;
  height: 135px;
}
div.nogyogyasz span {
  background-position: -96px 0px;
  width: 134px;
  height: 135px;
}
div.dermatologia span {
  background-position: -230px 0px;
  width: 128px;
  height: 135px;
}
div.asztma span {
  background-position: -358px 0px;
  width: 80px;
  height: 135px;
}
.kartyareg {
  margin: 30px auto 10px auto;
  text-align: center;
}
.kartyareg a.btn_class {
  background: #317500;
  font-size: 14px;
  text-transform: uppercase;
}
.kartyareg a.btn_class:hover {
  background: #0ebf76;
}
#bgbanner {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
#bgbanner img {
  margin: 0px auto;
}
.banner125-outer {
  float: left;
}
.banner125-outer:nth-child(2n + 1) {
  margin-right: 10px;
  margin-bottom: 10px;
}
.banner125 {
  background: url(../design/banner_125.jpg) no-repeat;
  width: 125px;
  height: 125px;
}
.banner250 {
  /*background: url(../design/banner_250.jpg) no-repeat;*/
  width: 100%;
  max-width: 300px;
  max-height: 250px;
  margin: 40px auto 0px auto;
}
.banner970x90 {
  margin: 0px auto;
}
.banner728 {
  margin-right: 2%;
}
.bannertitle {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
  display: none;
}
.banner {
  padding: 20px 0px 25px;
}
.box .header {
  padding: 10px 15px;
  font-size: 18px;
  position: relative;
  clear: both;
}
.box .header:after {
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #1d1e20;
  bottom: -6px;
  content: " ";
  height: 0;
  left: 22px;
  position: absolute;
  width: 0;
}
.box {
  margin-bottom: 20px;
}
.mainslider {
  margin-bottom: 30px;
}
#mainslider img {
  width: 100%;
}
.col-left .header,
.col-right .header {
  margin-bottom: 20px;
}
.landpage .col-center .box .header {
  background: #f34564;
  color: #fff;
}
.landpage .col-center .box .header:after {
  border-top: 6px solid #f34564;
}
.legnepszerubb .header {
  background: #eb7900;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.legnepszerubb .header:after {
  border-top: 6px solid #eb7900;
}
.hirlevel .header,
.kerdoiv .header {
  background: #63a00c;
  color: #fff;
  margin-bottom: 20px;
}
.landpage .hirlevel .header,
.kerdoiv .header {
  margin-top: 30px;
}
.hirlevel .header:after,
.kerdoiv .header:after {
  border-top: 6px solid #63a00c;
}
.legfrissebb h4 {
  font-size: 16px;
}
.legfrissebb h4 a {
  text-transform: none;
}
.legfrissebb .header {
  background: #317500;
  color: #fff;
}
.legfrissebb .header:after {
  border-top: 6px solid #317500;
}
.szakertoink .header {
  background: #3c3734;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
}
.szakertoink .header:after {
  border-top: 6px solid #3c3734;
}
ul.szakerto {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.szakerto li:last-child {
  border: 0px;
}
.szakertodiv {
  clear: both;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #f0f0f0;
}
.col-left .szakertodiv {
  border: 0px;
}
.szakertodiv .margin-wrapper {
  overflow: hidden;
  background-position: center center;
  background-image: url(../design/images/default-avatar.png);
  background-repeat: no-repeat;
  background-size: cover;

  cursor: pointer;

  width: 100%;
  margin: 0px;
  height: 50px;
  position: relative;
}
.szakertodiv .avatar {
  float: left;
  width: 40%;
  margin-right: 5%;
}
.szakertodiv .content {
  float: left;
  width: 55%;
}
.szakertodiv .sqs-layout {
  padding-top: 10px;
}
.szakertodiv .name,
.szakertodiv .name a {
  font-size: 16px;
  color: #2f2f2f;
  line-height: 18px;
  padding-top: 0px;
}
.szakertodiv .foglalkozas {
  color: #747373;
  line-height: 15px;
  padding-top: 3px;
}
.nepszerukat .header {
  background: #0e8fbf;
  color: #fff;
  margin-top: 0px;
}
.nepszerukat .header:after {
  border-top: 6px solid #0e8fbf;
}
.facebook .header {
  background: #317500;
  color: #fff;
  margin-top: 20px;
}
.facebook .header:after {
  border-top: 6px solid #317500;
}
.honaptema .header {
  background: #e34340;
  color: #fff;
  margin-top: 20px;
}
.honaptema .header:after {
  border-top: 6px solid #e34340;
}
.idojaras .header {
  background: #0ebf76;
  color: #fff;
  margin-top: 20px;
}
.idojaras .header:after {
  border-top: 6px solid #0ebf76;
}
.idojaras-outer {
  float: right;
  width: 50%;
}
.banner250-outer {
  float: left;
  width: 50%;
}
.banner250-outer .banner250 {
  margin: 20px 0px 0px 0px;
}

.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
  width: 100% !important;
}
.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
  width: 100% !important;
}

.flikebox {
  margin-bottom: 20px;
}
.fblike {
  padding-bottom: 0px;
  float: left;
}
.topshare .fblike {
  float: right;
  width: 33%;
  text-align: left;
}
.topshare:after {
  clear: both;
  content: "";
  display: block;
}

.bannerzone,
.bannerzone iframe,
.bannerzone iframe[style],
.bannerzone img,
.bannerzone embed {
  max-width: 100%;
  height: auto;
}
.bannerzone {
  overflow: hidden;
}
.title.blue {
  float: left;
  text-transform: uppercase;
  font-size: 18px;
  max-height: 58px;
  font-weight: 700;
}
#events {
  padding-top: 25px;
}

.owlca {
  width: 60%;
  float: left;
}
.owlcb {
  width: 39%;
  width: 39%;
  float: right;
}

.img-small {
  width: 100%;
  float: right;
  position: relative;
  height: 222px;
  margin-bottom: 13px;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-small.bottom {
  width: 48.5%;
  margin-left: 3%;
  height: 124px;
}
.img-small.bottom.left {
  margin-left: 0%;
}
.img-mid {
  width: 100%;
  float: left;
  position: relative;
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-small .margin-wrappers {
  height: 222px;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
.img-small.bottom .margin-wrappers {
  height: 124px;
}
.img-mid .margin-wrappers {
  height: 360px;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 0px;
  position: relative;
}
.img-mid .margin-wrappersa .tittle {
  cursor: pointer;
  text-transform: uppercase;
  left: 0px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  bottom: 20px;
  position: absolute;
  z-index: 1000;
  color: #fff;
  padding: 25px 12px 4px;
} /*background: url(../design/titlebg_red.png) no-repeat top right;*/
.img-small .margin-wrappers .tittle {
  text-transform: uppercase;
  left: 0px;
  bottom: 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  position: absolute;
  color: #fff;
  padding: 8px 2%;
  width: 96%;
}
.img-small.bottom .margin-wrappers .tittle {
  text-transform: uppercase;
  padding: 4px 12px;
}
.img-small.bottom.left .margin-wrappers .tittle {
  text-transform: uppercase;
  padding: 4px 12px;
}

.owl-carousel .item {
  margin: 0px;
}
.owl-carousel .item .margin-wrappers {
  margin: 0px;
  position: relative;
}
.owl-carousel .item img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.owl-carousel .thumb-desc {
  position: absolute;
  bottom: -75px;
  left: 0px;
  width: 100%;
  background: #e5e5e2;
  height: 75px;
  text-align: left;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.owl-carousel .margin-wrappers {
  cursor: pointer;
}
.owl-carousel .margin-wrappers:hover img {
  /* transform: translateY(-50px);*/
  /*margin-top:-10px;*/
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.owl-carousel .margin-wrappers:hover .thumb-desc {
  display: block;
  bottom: 0px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.owl-controls {
  text-align: left;
  margin-top: 0px;
  border: 0px solid #b60000;
}
.owl-controls .owl-buttons {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
}
.eagle-gallery .owl-controls .owl-buttons {
  display: block;
}
.eagle-gallery .mini-slider .owl-controls .owl-buttons div {
  top: 0;
}
.eagle-gallery.as1 .mini-slider .owl-controls .owl-buttons div.owl-prev {
  left: 5px;
  right: auto;
  margin-top: -60px;
}
.eagle-gallery.as1 .mini-slider .owl-controls .owl-buttons div.owl-next {
  right: 5px;
  margin-top: -60px;
}

.gallery-carousel .margin-wrapper {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px;
}
.gallery-carousel .owl-controls .owl-buttons {
  display: none;
}
.gallery-carousel .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.gallery-carousel-container .scrolling_list_control_left {
  background-size: auto 20px;
  height: 20px;
  width: 10px;
  margin-top: -10px;
  left: -10px;
}
.gallery-carousel-container .scrolling_list_control_right {
  background-size: auto 20px;
  height: 20px;
  width: 10px;
  margin-top: -10px;
  right: -10px;
}

/*.owl-controls .owl-buttons .owl-prev {background: #979797;border-radius:0px;text-indent: -9999em;}
.owl-controls .owl-buttons .owl-next {background: #979797;border-radius:0px;text-indent: -9999em}
.owl-theme .owl-controls .owl-buttons div {height:4px;border-radius:0px;width:10px;margin:0px;margin-left:4px}

.owl-pagination {text-align: left;padding:0px;margin:0px;line-height: 10px;width:100%;position: absolute}
.owl-theme .owl-controls .owl-page span{width:100%;height:5px;border-radius: 0px;margin:0px;margin-left:0px;}
.owl-pagination .owl-page {list-style-type: none;display: inline;width:20%;margin-left:0;}
.owl-pagination .owl-page:last-child {margin-right: 0}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {background: #ff464c}
*/
.landpage .grid {
  position: relative;
}
.landpage .topbanner {
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 500px;

  /* lt ie 8 */
  -ms-background-position-x: center;
  -ms-background-position-y: top;
}
.landpage .page_right_small {
  padding-top: 50%;
}
.landpage .col-left {
  padding-top: 50%;
}
.landpage .col-center {
  padding-top: 10%;
}

.landpage .col-left {
  width: 25%;
  float: left;
  margin-right: 4%;
  text-align: left;
}
.landpage .col-center {
  width: 70%;
  float: left;
  text-align: left;
}
.landpage .page_right_small {
  width: 20%;
}
.landpage .page_left_wide {
  width: 78%;
}

.kerdoiv-ertekeles {
  padding: 20px;
  border: 2px dashed #63a00c;
  color: #000;
}
.pontszam {
  font-size: 16px;
}
.pontszam b {
  color: #3c3734;
}
.ertekeles {
  line-height: normal;
  margin-top: 5px;
}

.post-share {
  border-top: 1px solid #3c3c3c;
  margin-top: 0px;
  overflow: hidden;
  padding: 28px 0;
  margin-top: 30px;
}
.post-share .text {
  color: #19232d;
  text-align: left;
  float: left;
  font-size: 13px;
  margin-right: 30px;
  text-transform: uppercase;
}
.share-links {
  float: right;
}
.share-links a {
  background: none repeat scroll 0 0 #19232d;
  color: #fff;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  margin-right: 2px;
  text-align: center;
  width: 60px;
}
.share-links a:hover {
  text-decoration: none;
}
.share-links .fa-facebook {
  background: none repeat scroll 0 0 #204385;
}
.share-links .fa-twitter {
  background: none repeat scroll 0 0 #2aa9e0;
}
.share-links .fa-google-plus {
  background: none repeat scroll 0 0 #d3492c;
}
.share-links .fa-pinterest {
  background: none repeat scroll 0 0 #ca2128;
}
.share-links .fa-linkedin {
  background: none repeat scroll 0 0 #02669a;
}
.share-links .fa-tumblr {
  background: none repeat scroll 0 0 #44546b;
}

.no-display {
  opacity: 0;
}
.appear,
.grid img.appear {
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}

.plogo {
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.helyszin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.helyszin i {
  margin-left: 3px;
  margin-right: 7px;
}
.landing .maincontent .col-sm-6::after {
  background: #d9d9d9 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.maincontent {
  border-right: 0px solid #d9d9d9;
}
.landing .maincontent {
  border: 0;
}
.sidebarcontent li.sidebaritem {
  margin-bottom: 40px;
  padding: 15px;
}
.sidebarcontent li.sidebaritem h3 {
  margin-top: 1.5rem;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-weight: 600;
  color: #6f6f6f;
}
.hiden {
  display: none;
}

.post .image-block-wrapper {
  position: relative;
  /* border-radius: 5px; */
  cursor: pointer;
  overflow: hidden;
}
.proditem .imgoverlay,
.owl-product .imgoverlay,
.image-block-wrapper .imgoverlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0%;
  left: 0%;
  margin-left: 0px;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.proditem:hover .imgoverlay,
.owl-product .owl-item:hover .imgoverlay,
.image-block-wrapper:hover .imgoverlay {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@keyframes animated_img {
  0% {
    opacity: 0;
  }
  25% {
  }
  50% {
  }
  55% {
  }
  70% {
    opacity: 75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animated_h1 {
  0% {
    top: 30%;
    opacity: 0;
  }
  25% {
  }
  50% {
    top: 60%;
  }
  55% {
  }
  70% {
    opacity: 75;
  }
  100% {
    opacity: 1;
    top: 60%;
  }
}
@keyframes animated_img {
  0% {
    opacity: 0;
  }
  25% {
  }
  50% {
  }
  55% {
  }
  70% {
    opacity: 75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animated_logo {
  0% {
    transform: scale(1);
  }
  25% {
  }
  50% {
    transform: scale(1.2);
  }
  55% {
  }
  70% {
  }
  100% {
    transform: scale(1);
  }
}
.list_carousel .proditem {
  margin-left: 10px;
  margin-right: 10px;
}
.list_carousel .margin-wrapper {
  height: 263px;
}

#busket {
  position: absolute;
  top: 18px;
  right: 30px;
  margin-top: 0px;
  margin-right: 0px;
  height: 24px;
  padding: 0px;
} /*background: url(../design/busket.png) no-repeat top right; */
#busket a {
  text-decoration: underline;
}
#busket a:hover {
  text-decoration: none;
}

.busket-anim {
  display: none;
  width: 0px;
  height: 34px;
  padding-left: 60px;
  padding-right: 10px;
  border-radius: 20px 20px 20px 20px;
  background: #000 url(../design/cart.png) no-repeat 18px center;
}
.busket-anim div {
  padding-top: 5px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.busket-anim div a {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.busket-anim span {
  margin-left: 15px;
  font-weight: 600;
}

.cookie-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.cookie-notice {
  background: rgba(0, 0, 0, 0.75);
  border-top: 1px solid #555;
  bottom: -1200px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 10000;
  font-weight: 400;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.cookie-notice a {
  color: #fff;
  text-decoration: underline;
}
.cookie-notice a:hover {
  text-decoration: none;
}
.cookie-notice.active {
  bottom: 0;
  display: block;
}
.cookie-notice a.close {
  float: none;
  width: auto;
  text-decoration: none;
  cursor: pointer;
  background: #666 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  z-index: 2;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 1;
  border-radius: 5px;
}
.cookie-notice a.close:hover {
  background: #555;
}
.cookie-notice p {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  color: #fff;
  margin: 0;
  padding: 25px 0px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.cookie-inner div {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
  text-align: right;
}

.footerMenuVertical {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  align-items: center;
  border-bottom: 1px solid var(--cTextAlt);
  margin-bottom: 2rem;
}

.terms a {
  color: rgb(198, 198, 198);
}

.menu-points {
  width: calc(100% - 85px);
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
}

@media screen and (max-width: 1600px) {
  .pmenu .contactmenu {
    display: none;
  }
}


@media screen and (max-width: 767px) {
  .pmenu .btn_class {
      display: none;
    }
  .rsImg.rsMainSlideImage {
    width: 100% !important;
    height: calc(100% - 500px) !important;
    object-fit: cover;
    margin: 0 !important;
  }

  .rsNav.rsBullets {
    display: none;
  }



  .mobilmenu {
    padding: 0;
  }

  #aloha_text_91c92be7d3f62dd647f2709601a0c56f_ p:first-child {
    display: none;
  }

  #headerLogo::before {
    display: none;
  }

  #headerLogo {
    padding: 20px 0px;
  }

  .footerMenuVertical {
    border-bottom: 0;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .footer .name-level-0 {
    margin: 1rem 1rem;
  }

  .menu-points {
    flex-direction: column;
    width: auto;
    align-items: center;
  }

  #referencia
    .gallery-block-grid.gallery-thumbnails-per-row-3
    .gallery-design-grid-slide:nth-child(9n + 3),
  #referencia
    .gallery-block-grid.gallery-thumbnails-per-row-3
    .gallery-design-grid-slide:nth-child(9n + 4),
  #referencia
    .gallery-block-grid.gallery-thumbnails-per-row-3
    .gallery-design-grid-slide:nth-child(9n + 8) {
    width: 100%;
  }

  #referencia
    .gallery-block-grid.gallery-thumbnails-per-row-3
    .gallery-design-grid-slide {
    width: 100%;
  }

  #referencia
    .gallery-block-grid.gallery-thumbnails-per-row-3
    .gallery-design-grid-slide:nth-child(n + 4) {
    display: none;
  }

  .gallery-overlay-info {
    display: none;
  }

  .cookie-inner {
    background: #000;
  }
  .cookie-notice {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    background: #000;
    display: none;
  }
  .cookie-notice p {
    width: auto;
    display: block;
    text-align: center;
    font-size: 12px;
  }
  .cookie-inner div {
    width: auto;
    display: block;
    text-align: center;
    font-size: 12px;
    padding-bottom: 10px;
  }

  .bContainer.left {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    width: 100%;
    height: 500px;
  }

  .bContainer .tdcontent {
    position: static;
    padding-bottom: 0;
    transform: none;
    margin-left: 0;
  }

  #aloha_text_8c3c899decf5edee918cb794bbde31ee_,
  #aloha_text_3aa6c0a35a12b32f1e0beeba57752293_,
  #aloha_text_c42cf3ccab85908065e451a8cc519cb0_,
  #aloha_text_53fa7a72f8e369ff91d89e8c820da5e4_,
  #aloha_text_02740411196ab884122c74457c90ba18_ {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -225%);
  }

  .tdcontent strong {
    color: #fff !important;
    font-family: Muli, sans-serif !important;
    font-size: 34px !important;
    font-weight: 400 !important;
    text-transform: none;
    /* letter-spacing: normal; */
    line-height: 1.265 !important;
    width: auto;
    margin: 0px;
    text-align: left;
    padding-bottom: 22px;
  }

  .tdcontent .blockHeadline {
    padding-bottom: 40px !important;
  }

  .tdcontent .blockSubHeadline {
    font-family: "Roboto", sans-serif !important;
    font-size: 19px !important;
    font-weight: 300 !important;
    color: var(--cTextAlt) !important;
  }

  .tdcontent .butt {
    text-align: left !important;
    margin-top: 40px !important;
  }

  #yui_20638 .col-md-2,
  #yui_20638 .col-md-3 {
    padding-left: 25px;
    width: 50% !important;
  }

  /*   .morebutton.left.blue::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5em;
    border-top: 2px solid black;
    z-index: -1;
    width: 60px;
    transform: translateX(120%);
  }
 */
  #footer .footerLogo {
    display: inline-block;
    max-height: 90px;
    margin: 0;
  }

  #home .morebutton {
    margin: 15px auto;
  }

  #post_1cdf974afd29afa2e98259fa4c579dbd .morebutton.showall.clearfix.center {
    margin-top: 50px;
    margin-bottom: 15px;
  }
  #aloha_text_579b15d28a161163fa949928c27ae4d0_ h4,
  #aloha_text_68425f996b8afc3479d1ada86b970071_ h4,
  #aloha_text_55ebfef0069bebb960330b209d57209d_ h4 {
    margin-top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -75px;
  }

  /*   .sqs-block.html-block .sqs-block-content > *:first-child,
  .sqs-block.quote-block .sqs-block-content > *:first-child,
  .sqs-block.markdown-block .sqs-block-content > *:first-child {
    margin-top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -75px;
  } */

  #footer
    > .container-fluid:first-of-type
    > .row:first-of-type
    > div:last-of-type
    > div:not(.name-level-0) {
    padding: 0 !important;
  }
}

@media screen and (max-width: 399px) {
  #yui_20638 .col-md-2,
  #yui_20638 .col-md-3 {
    padding-left: 25px;
    width: 100% !important;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

div.partners {
  padding: 30px 0px;
  display: none;
}

#owl-partners {
  display: none !important;
}

#owl-partners .item {
  background: white;
  padding: 0px;
  margin: 0 20px;
  line-height: 90px;
  text-align: center;
}
#owl-partners .item img {
  max-width: 100%;
  max-height: 90px;
  opacity: 0.35;
}
div.newsletterbar .warn-msg {
  margin-top: 20px;
}
div.newsletterbar {
  background: #0d6f9f;
  padding: 15px 0px 15px;
  margin-top: 0px;
  text-align: center;
}
div.newsletterbar .right {
  text-align: right;
}
div.newsletterbar .right img {
  margin-left: 25px;
}
div.newsletterbar .form-wrapper {
  max-width: none;
  padding: 0;
  margin: 0;
}
.nlbox {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.nlbox span,
.nlbox input,
.nlbox a {
  vertical-align: middle;
  display: inline-block;
  color: #fff;
}
.nlbox span {
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  color: #f5f5f5;
}
.nlbox .form-wrapper.newsletter input {
  width: 240px;
  color: #fff;
  background: rgba(216, 216, 216, 0.14);
  border-radius: 0px;
  margin: 5px 10px;
  text-align: center;
  font-size: 16px;
  border: 1px solid rgba(151, 151, 151, 0.14);
}
.nlbox .form-wrapper.newsletter a.btn_class {
  margin-left: 10px;
  margin-right: 10px;
}
.icon-sociale {
  left: 0;
  position: fixed;
  top: 41%;
  z-index: 3000;
  border: 0;
}
.icon-sociale a {
  color: #fff;
}
.icon-sociale span {
  background: none;
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  border-radius: 0 1px 1px 0;
}
.icon-sociale li:hover span {
  background: #ff224b;
}

ul.socialz {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.socialz li {
  padding: 0;
  margin: 0 0 15px 0;
  float: none;
  display: block;
}

.footer-social a {
  color: #fff;
}
.footer-social a:hover {
  color: #ff224b;
}

.relative {
  position: relative;
}
#owl-caro0 {
  height: 660px;
}
#owl-caro0 .item {
  border: 0px solid #b60000;
  height: 660px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#owl-caro0 .item img {
  z-index: 1;
}
.iheader #owl-caro0 {
  height: 500px;
}
.iheader #owl-caro0 .item {
  height: 500px;
}
.iheader #owl-caro0 {
  border: 0 solid #b60000;
  margin: 0;
}
#owl-caro0 .owl-controls {
  display: none;
  padding: 0;
}
#owl-caro0 .owl-pagination {
  display: none;
}
#owl-caro0 img {
}
#owl-caro0 .owl-page {
}

#owl-caro-akcio .item {
  overflow: hidden;
  position: relative;
}
#owl-caro-akcio .item .overlay {
  display: block;
  opcity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../design/akcioslbg.png) repeat;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#owl-caro-akcio .item img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#owl-caro-akcio .item:hover .overlay {
  opacity: 0;
  z-index: 200;
}
#owl-caro-akcio .item:hover img {
  transform: scale(1.1) rotate(2deg);
}
#owl-caro-akcio .item .text {
  z-index: 1001;
  color: #fff;
  width: 236px;
  height: 236px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -118px;
  margin-top: -118px;
  background: url(../design/akciogreen.png) no-repeat center center;
}
#owl-caro-akcio .item .text .line1 {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #aecb9a;
  padding: 88px 0px 10px;
  margin: 0px 10px;
  text-transform: uppercase;
}
#owl-caro-akcio .item .text .line2 {
  font-size: 36px;
  padding: 12px 0px 4px;
}
#owl-caro-akcio .item .text .line3 span {
  font-size: 14px;
  text-decoration: line-through;
  color: #aecb9a;
}
#owl-caro-akcio .item.linked {
  cursor: pointer;
}
#owl-caro-akcio .owl-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#owl-caro-akcio .owl-controls .owl-buttons {
  border: 0px solid #b60000;
}
#owl-caro-akcio .owl-controls .owl-buttons div {
  background: none;
  opacity: 1;
  padding: 0;
}
#owl-caro-akcio .owl-controls .owl-buttons .owl-next {
  background-color: #ff224b;
  background-image: url(../design/warr_right.png);
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 25px 0 0 25px;
  color: #fff;
  cursor: pointer;
  height: 47px;
  right: -5px;
  margin-top: -25px;
  padding: 0;
  position: absolute;
  top: 0%;
  transition: all 0.3s ease-in-out 0s;
  width: 60px;
  z-index: 299;
  text-indent: -9999em;
}
#owl-caro-akcio .owl-controls .owl-buttons .owl-prev {
  background-color: #ff224b;
  background-image: url(../design/warr_left.png);
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 0 25px 25px 0;
  color: #fff;
  cursor: pointer;
  height: 47px;
  left: -5px;
  margin-top: -25px;
  padding: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out 0s;
  width: 60px;
  z-index: 299;
  text-indent: -9999em;
}
.categselector {
  position: absolute;
  top: 70px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.categselector ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.categselector .categtitle {
  display: inline-block;
  color: #fff;
}
.categselector .categtitle a {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  background: #ff224b;
}
.categselector .categtitle a.active {
  background: #71b642;
}
.categselector .categtitle:first-child a {
  border-radius: 20px 0px 0px 20px;
}
.categselector .categtitle:last-child a {
  border-radius: 0px 20px 20px 0px;
}

.select-div,
.sselect-div {
  background: none repeat scroll 0 0 #f9f9f9;
  border: 1px solid #23374c;
  color: #ff224b;
  cursor: pointer;
  float: left;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  margin: 10px 10px 0 0;
  min-width: 105px;
  padding: 0 10px;
  text-align: center;
}
.select-div.selected,
.sselect-div.selected,
.sselect-div:hover:not(.disabled) {
  background: none repeat scroll 0 0 #da1f31;
  color: #fff;
}
.sselect-div {
  color: #555;
  font-size: 11px;
  height: auto;
  line-height: normal;
  margin: 4px 4px 0 0;
  min-width: 1px;
  padding: 2px 6px;
  text-transform: capitalize;
  width: auto;
}
.sselect-div.disabled {
  cursor: none;
  opacity: 0.4;
}

.epulet-select {
  background: #23374c;
  color: #fff;
  padding: 15px;
  margin-bottom: 2px;
}
.epulet-selector img {
  max-width: 100%;
}
.epulet-select .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.select-items .item {
  margin-top: 5px;
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  display: inline;
  float: left;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.select-items .item:hover,
.select-items .item.active {
  background: #ff224b;
}
.levelselect,
.apartmentselect {
  display: none;
}
.apartmentselect .item {
  display: none;
}
.apsheet {
  display: none;
  margin-top: 20px;
}
#apartmentsheet .inner {
  background: #e3e8eb;
  box-sizing: border-box;
  padding: 1em;
  font-size: 16px;
}
.choose-flat-list {
  list-style: outside none none;
  margin: 3.5em 0 0;
  padding: 0;
  color: #000;
}
.choose-flat-list li {
  border-bottom: 1px solid #000;
  clear: both;
  float: none;
  overflow: auto;
  padding: 0.75em 0;
}
.choose-flat-list li span.details,
.choose-flat-list li span.title {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  line-height: normal;
}
.choose-flat-list li span.details {
  font-weight: 700;
}

#apartmentsheet .gallery {
  margin-bottom: 30px;
}
#apartselectimg .levelimg {
  position: relative;
  display: none;
}
#apartselectimg .point,
#apartmentselector .point {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
  position: absolute;
  color: #fff;
  background: rgba(191, 172, 125, 1);
  width: 6%;
  height: 8%;
  line-height: 100%;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
#apartmentselector .point.small {
  width: 3%;
  height: 4%;
  line-height: 100%;
}
#apartselectimg .point.eladva {
  background: rgba(232, 14, 0, 0.3);
}
#apartselectimg .point.foglalt {
  background: rgba(255, 153, 0, 0.3);
}
#apartselectimg .point.map-A01 {
  top: 16%;
  right: 21%;
}
#apartselectimg .point.map-A02 {
  top: 16%;
  right: 12%;
}
#apartselectimg .point.map-A03 {
  top: 40%;
  right: 10.5%;
}
#apartselectimg .point.map-A04 {
  top: 53%;
  right: 10%;
}
#apartselectimg .point.map-A05 {
  top: 66%;
  right: 9.5%;
}
#apartselectimg .point.map-A06 {
  top: 80%;
  right: 9%;
}
#apartselectimg .point.map-A11 {
  top: 16%;
  right: 21%;
}
#apartselectimg .point.map-A12 {
  top: 16%;
  right: 13%;
}
#apartselectimg .point.map-A13 {
  top: 40%;
  right: 11.5%;
}
#apartselectimg .point.map-A14 {
  top: 53%;
  right: 11%;
}
#apartselectimg .point.map-A15 {
  top: 66%;
  right: 10.5%;
}
#apartselectimg .point.map-A16 {
  top: 80%;
  right: 10%;
}
#apartselectimg .point.map-A17 {
  top: 75%;
  right: 30%;
}
#apartselectimg .point.map-A18 {
  top: 75%;
  right: 40%;
}
#apartselectimg .point.map-A21 {
  top: 16%;
  right: 21%;
}
#apartselectimg .point.map-A22 {
  top: 16%;
  right: 13%;
}
#apartselectimg .point.map-A23 {
  top: 40%;
  right: 11.5%;
}
#apartselectimg .point.map-A24 {
  top: 53%;
  right: 11%;
}
#apartselectimg .point.map-A25 {
  top: 66%;
  right: 10.5%;
}
#apartselectimg .point.map-A26 {
  top: 80%;
  right: 10%;
}
#apartselectimg .point.map-A27 {
  top: 75%;
  right: 30%;
}
#apartselectimg .point.map-A28 {
  top: 75%;
  right: 40%;
}
#apartselectimg .point.map-A31 {
  top: 16%;
  right: 21%;
}
#apartselectimg .point.map-A32 {
  top: 16%;
  right: 13%;
}
#apartselectimg .point.map-A33 {
  top: 40%;
  right: 11.5%;
}
#apartselectimg .point.map-A34 {
  top: 53%;
  right: 11%;
}
#apartselectimg .point.map-A35 {
  top: 66%;
  right: 10.5%;
}
#apartselectimg .point.map-A36 {
  top: 80%;
  right: 10%;
}
#apartselectimg .point.map-A37 {
  top: 75%;
  right: 30%;
}
#apartselectimg .point.map-A38 {
  top: 75%;
  right: 40%;
}
#apartselectimg .point.map-A41 {
  top: 16%;
  right: 17%;
}
#apartselectimg .point.map-A42 {
  top: 40%;
  right: 11.5%;
}
#apartselectimg .point.map-A43 {
  top: 53%;
  right: 11%;
}
#apartselectimg .point.map-A44 {
  top: 66%;
  right: 10.5%;
}
#apartselectimg .point.map-A45 {
  top: 80%;
  right: 10%;
}
#apartselectimg .point.map-A46 {
  top: 75%;
  right: 30%;
}
#apartselectimg .point.map-A47 {
  top: 75%;
  right: 40%;
}

#apartselectimg .point.map-B01 {
  top: 83%;
  left: 10%;
}
#apartselectimg .point.map-B02 {
  top: 70%;
  left: 10.5%;
}
#apartselectimg .point.map-B03 {
  top: 56.5%;
  left: 11%;
}
#apartselectimg .point.map-B04 {
  top: 43%;
  left: 11.5%;
}
#apartselectimg .point.map-B05 {
  top: 30%;
  left: 12%;
}
#apartselectimg .point.map-B06 {
  top: 14%;
  left: 12.5%;
}
#apartselectimg .point.map-B07 {
  top: 14%;
  left: 28.5%;
}
#apartselectimg .point.map-B08 {
  top: 14%;
  left: 38%;
}
#apartselectimg .point.map-B09 {
  top: 14%;
  left: 48%;
}
#apartselectimg .point.map-B11 {
  top: 83%;
  left: 10%;
}
#apartselectimg .point.map-B12 {
  top: 70%;
  left: 10.5%;
}
#apartselectimg .point.map-B13 {
  top: 56.5%;
  left: 11%;
}
#apartselectimg .point.map-B14 {
  top: 43%;
  left: 11.5%;
}
#apartselectimg .point.map-B15 {
  top: 30%;
  left: 12%;
}
#apartselectimg .point.map-B16 {
  top: 16%;
  left: 12.5%;
}
#apartselectimg .point.map-B17 {
  top: 16%;
  left: 28.5%;
}
#apartselectimg .point.map-B18 {
  top: 16%;
  left: 38%;
}
#apartselectimg .point.map-B19 {
  top: 16%;
  left: 46%;
}
#apartselectimg .point.map-B21 {
  top: 83%;
  left: 10%;
}
#apartselectimg .point.map-B22 {
  top: 70%;
  left: 10.5%;
}
#apartselectimg .point.map-B23 {
  top: 56.5%;
  left: 11%;
}
#apartselectimg .point.map-B24 {
  top: 43%;
  left: 11.5%;
}
#apartselectimg .point.map-B25 {
  top: 30%;
  left: 12%;
}
#apartselectimg .point.map-B26 {
  top: 16%;
  left: 12.5%;
}
#apartselectimg .point.map-B27 {
  top: 16%;
  left: 28.5%;
}
#apartselectimg .point.map-B28 {
  top: 16%;
  left: 38%;
}
#apartselectimg .point.map-B29 {
  top: 16%;
  left: 46%;
}
#apartselectimg .point.map-B31 {
  top: 83%;
  left: 10%;
}
#apartselectimg .point.map-B32 {
  top: 70%;
  left: 10.5%;
}
#apartselectimg .point.map-B33 {
  top: 56.5%;
  left: 11%;
}
#apartselectimg .point.map-B34 {
  top: 43%;
  left: 11.5%;
}
#apartselectimg .point.map-B35 {
  top: 30%;
  left: 12%;
}
#apartselectimg .point.map-B36 {
  top: 16%;
  left: 12.5%;
}
#apartselectimg .point.map-B37 {
  top: 16%;
  left: 28.5%;
}
#apartselectimg .point.map-B38 {
  top: 16%;
  left: 38%;
}
#apartselectimg .point.map-B39 {
  top: 16%;
  left: 46%;
}
#apartselectimg .point.map-B41 {
  top: 83%;
  left: 10%;
}
#apartselectimg .point.map-B42 {
  top: 70%;
  left: 10.5%;
}
#apartselectimg .point.map-B43 {
  top: 56.5%;
  left: 11%;
}
#apartselectimg .point.map-B44 {
  top: 43%;
  left: 11.5%;
}
#apartselectimg .point.map-B45 {
  top: 16%;
  left: 12.5%;
}
#apartselectimg .point.map-B46 {
  top: 16%;
  left: 28.5%;
}
#apartselectimg .point.map-B47 {
  top: 16%;
  left: 42%;
}
#apartselectimg .point.map-B51 {
  top: 49%;
  left: 13%;
}
#apartselectimg .point.map-B52 {
  top: 20%;
  left: 15%;
}
#apartselectimg .point.map-B53 {
  top: 20%;
  left: 35%;
}

#apartmentselector .point.categ-A {
  top: 25%;
  left: 24%;
  background: rgba(191, 172, 125, 1);
}
#apartmentselector .point.categ-B {
  top: 19.5%;
  right: 51%;
  background: rgba(191, 172, 125, 1);
}
#apartmentselector .point.small {
  background: rgba(191, 172, 125, 0.9);
}
#apartmentselector .point.categ-A.level-0 {
  top: 60%;
  left: 5%;
}
#apartmentselector .point.categ-A.level-1 {
  top: 53.5%;
  left: 5%;
}
#apartmentselector .point.categ-A.level-2 {
  top: 47.5%;
  left: 5%;
}
#apartmentselector .point.categ-A.level-3 {
  top: 41.5%;
  left: 5%;
}
#apartmentselector .point.categ-A.level-4 {
  top: 36%;
  left: 5%;
}
#apartmentselector .point.categ-B.level-0 {
  top: 60%;
  right: 7%;
}
#apartmentselector .point.categ-B.level-1 {
  top: 53.5%;
  right: 7%;
}
#apartmentselector .point.categ-B.level-2 {
  top: 47.5%;
  right: 7%;
}
#apartmentselector .point.categ-B.level-3 {
  top: 41.5%;
  right: 7%;
}
#apartmentselector .point.categ-B.level-4 {
  top: 36%;
  right: 7%;
}
#apartmentselector .point.categ-B.level-5 {
  top: 29.5%;
  right: 7%;
}
#apartselectimg .point.on,
#apartselectimg .point.active,
#apartselectimg .point:hover,
#apartmentselector .point:hover,
#apartmentselector .point.on,
#apartmentselector .point.active {
  transform: scale(1.2);
  background: rgba(35, 55, 76, 1);
}
#apartselectimg .point span,
#apartmentselector .point span {
  padding-top: 33%;
  display: block;
  height: 100%;
}
#apartmentselector .point.small span {
  padding-top: 25%;
}

.tooltip-point,
#apartmentselector .point.small.tooltip-point {
  background: rgba(35, 55, 76, 0.85);
  animation: 1.5s ease 0s normal none infinite running tpoint-anim;
}

.tooltip-point .ms-point-center {
  background: rgba(35, 55, 76, 1);
  border: 0px solid #fff;
  border-radius: 15px;
  height: 100%;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 105;
}

.tooltip-point .ms-point-border {
  animation: 1.5s ease 0s normal none infinite running point-anim;
  background: rgba(255, 255, 255, 0.36) none repeat scroll 0 0;
  border-radius: 15px;
  height: 120%;
  margin: -5% -5% -5% -5%;
  position: absolute;
  width: 120%;
}
@keyframes point-anim {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes tpoint-anim {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1.2);
  }
}

.super {
  font-size: 0.6em;
  vertical-align: super;
}

.choosen-flat {
  margin: 0px 0 0;
  list-style-type: none;
  border: 0px solid #eee;
}
.choosen-flat li {
  width: 23%;
  margin-right: 2%;
  display: inline-block;
  border-bottom: 0px solid #000;
  padding: 0.75em 0;
}
.choosen-flat li span.details {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  line-height: normal;
}
.choosen-flat li span.title {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  width: 35%;
  line-height: normal;
}

#apartmentsheet {
  color: #202020;
}
#apartmentsheet .row.detail {
  padding-top: 40px;
}
#apartmentsheet .price {
  font-size: 30px;
  color: #da0e6e;
  margin: 20px 0 20px 0;
}
#apartmentsheet .title-right {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0 8px;
  line-height: 18px;
}
#apartmentsheet .title-right.noborder {
  border: 0;
}
#apartmentsheet .title-right.first {
  border: 0;
}
#apartmentsheet .share {
  padding-top: 10px;
  padding-bottom: 10px;
}
#apartmentsheet .title-right .left {
  display: inline-block;
  vertical-align: bottom;
  width: 40%;
}
#apartmentsheet .title-right .right {
  display: inline-block;
  vertical-align: bottom;
  width: 60%;
}
#apartmentsheet .border {
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.title-right h6 {
  padding: 0;
}
/*.rsThumbsContainer, .rsThumbs {text-align: left;border:0px solid #b60000}
*/
.levelmore {
  background: #23374c;
  padding: 50px 0;
  margin-top: 50px;
  text-align: center;
  cursor: pointer;
}
.levelmore .title {
  color: #fff;
}
.levelmore .scroll {
  font-size: 25px;
}

table.apartments {
  width: 100%;
  color: #202020;
}
table.apartments thead {
  border-bottom: 5px solid #cecece;
  height: 100px;
}
table.apartments tbody tr {
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 400;
  height: 70px;
  text-transform: uppercase;
  cursor: pointer;
}
table.apartments tbody tr:nth-child(2n) {
  background: #f6f6f6 none repeat scroll 0 0;
}
table.apartments tbody tr:hover {
  background: #eee;
}
table.apartments tbody tr:last-child {
  border-bottom: 5px solid #cecece;
}
table.apartments thead tr th {
  text-align: center;
  text-transform: uppercase;
  height: 70px;
}
table.apartments tbody tr td {
  text-align: center;
}
.elado {
  color: #3b9d00;
}
.eladva {
  color: #e80e00;
}
.foglalt {
  color: #ffa800;
}
table.apartments td span.link {
  padding-left: 40px;
  padding-right: 30px;
}
table.apartments tr:hover td span.link {
  background: url(../design/foto-ico.png) no-repeat 0 0;
}

.vis-info-box {
  background: #23374c url("../design/info-ico.png") no-repeat scroll 30px 50%;
  box-sizing: border-box;
  height: 110px;
  padding: 1em;
  position: absolute;
  right: 30px;
  top: 15px;
  width: 250px;
  z-index: 1000;
}
.vis-info-box.ap {
  top: 50%;
  bottom: auto;
  right: auto;
  left: 50%;
  margin-left: -125px;
  margin-top: -60px;
}
.vis-info-box p {
  color: #fff;
  display: inline-block;
  float: right;
  margin: 0.5em 0 0;
  width: 140px;
  line-height: 20px;
}
.ssk-count .ssk-num {
  display: none;
}
.ssk-count {
  padding-top: 0;
}

#apartmentsheet h1 {
  font-size: 16px;
}
#apartmentsheet h1 span {
  background: #23374c;
  color: #fff;
  display: inline-block;
  width: 36px;
  height: 42px;
  text-align: center;
  font-size: 36;
  margin-left: 10px;
}

#apartmentsheet h1 span:first-child {
  margin-left: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #101010;
  color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -8px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -8px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -8px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -8px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -8px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -8px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

ol {
  list-style-type: decimal;
}
.gallerylist {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.gallerylist h2 {
  margin-bottom: 2px;
  padding-bottom: 2px;
  font-size: 20px;
  font-weight: 500;
}
.gallerylist .grid-gallery {
}
.gallerylist.low-width li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: bottom;
}
.gallerylist.low-width li:nth-child(3n) {
  margin-right: 0;
}
.gallerylist.low-width li:nth-child(3n + 1) {
  clear: both;
}
.gallerylist li .gal-container {
  position: relative;
}
.gallerylist li .date {
  color: #888;
  font-weight: 100;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  margin-top: 8px;
}

/* mobilmenu */
.header_mobile {
  position: relative;
  z-index: 10003;
}
.header_mobile .top_panel_fixed_wrap {
  display: none;
}
.header_mobile .mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1001;
  /* background-color: rgba(0, 0, 0, 0.6); */
}
.header_mobile .mask.show {
  right: 0;
}
.header_mobile .content_wrap {
  text-align: center;
}
.header_mobile .logo {
  padding-top: 25px;
  padding-bottom: 20px;
}
.header_mobile .logo_main {
  max-height: 100px;
}
.header_mobile .menu_button {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -13px;
}
.header_mobile .menu_main_cart {
  position: absolute;
  right: 30px;
  margin: 0;
  top: 50%;
  margin-top: -12px;
}
.header_mobile .menu_button,
.header_mobile .menu_main_cart .top_panel_cart_button .contact_icon {
  background-color: transparent !important;
  font-size: 26px;
  height: auto;
  width: auto;
  line-height: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header_mobile .side_wrap {
  display: block;
  position: fixed;
  top: 85px;
  right: -100%;
  left: auto;
  width: 100%;
  height: auto;
  bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 10003;
  padding: 0px;
  transition: left 0.3s linear;
  -moz-transition: left 0.3s linear;
  -webkit-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
}
.admin-bar .header_mobile .side_wrap {
  top: 32px;
}
.header_mobile .side_wrap.open {
  right: 0;
  left: auto;
}
.header_mobile .side_wrap .close {
  position: absolute;
  top: 15px;
  right: 20px;
  text-transform: uppercase;
  cursor: pointer;
  display: none;
}
.panel_top,
.panel_middle,
.panel_bottom {
  padding: 0px;
  position: relative;
  display: block;
}
.header_mobile .panel_middle {
  padding: 20px 35px;
  font-size: 13px;
}
.header_mobile .panel_middle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.09);
  z-index: 0;
}
.header_mobile .panel_middle > * {
  z-index: 1;
  position: relative;
}
.header_mobile .menu_main_nav_area {
  display: block;
  text-align: left;
}
.header_mobile .menu_main_nav {
  padding-left: 0;
  margin: 0;
}
.header_mobile .menu_main_nav li,
.header_mobile .menu_main_nav ul {
  margin: 0;
}
.header_mobile .menu_main_nav > li {
  float: none;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.header_mobile .menu_main_nav > li > a {
  padding: 17px 35px;
  padding-right: 54px;
  font-size: 13px;
  line-height: 30px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-align: center;
}
.header_mobile .menu_main_nav li a:hover {
  text-decoration: none;
}
.header_mobile .menu_main_nav > li > ul a {
  font-size: 0.875rem;
  padding: 12px 35px;
  padding-right: 54px;
  line-height: 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.header_mobile .menu_main_nav > li li li > a {
  padding: 12px 54px;
}
.header_mobile .menu_main_nav > li ul {
  display: none;
  position: relative;
  padding: 0px;
  margin: 0;
  width: auto;
  list-style-type: none;
  top: 0;
  overflow: hidden;
  border: none;
  background-color: transparent;
}
.header_mobile .menu_main_nav li.menu-item-has-children > a:after {
  display: none;
}
.open_child_menu {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  text-align: center;
  width: 2em;
  height: 2.2857em;
  line-height: 2.2857em;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.open_child_menu {
  cursor: pointer;
  text-align: center;
  line-height: 2.2857em;
}
.open_child_menu::before {
  content: "\e828";
  font-family: fontello;
}
.header_mobile .menu_main_nav > li > a > .open_child_menu {
  right: 1em;
  top: 1em;
}
.header_mobile .menu_main_nav > li ul > li > a > .open_child_menu {
  right: 0.8em;
  top: 0.2em;
}
.header_mobile .menu_main_nav > li > ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.09);
  z-index: 0;
}
.header_mobile .menu_main_nav > li ul > * {
  z-index: 1;
  position: relative;
}
.header_mobile .menu_main_nav > li ul > li:last-child {
  margin-bottom: 0;
}
.header_mobile .menu_main_nav > li > ul ul {
  left: 0;
}
.header_mobile .side_wrap .menu_main_nav > li ul,
.header_mobile .side_wrap .menu_main_nav > li ul li.current-menu-item > a,
.header_mobile .side_wrap .menu_main_nav > li ul li.current-menu-ancestor > a {
  background-color: transparent;
}
.header_mobile .side_wrap .menu_main_nav > a:hover,
.header_mobile .side_wrap .menu_main_nav li > a:hover,
.header_mobile .side_wrap .login .popup_link:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.header_mobile .side_wrap .menu_main_nav > li.current-menu-parent > a,
.header_mobile .side_wrap .menu_main_nav > li ul li.current-menu-parent > a,
.header_mobile .side_wrap .menu_main_nav > li.current-menu-item > a,
.header_mobile .side_wrap .menu_main_nav > li ul li.current-menu-item > a {
  background-color: rgba(0, 0, 0, 0.2);
}
.header_mobile .search_wrap,
.header_mobile .login {
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.header_mobile .search_wrap:after,
.header_mobile .login:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.09);
  z-index: 0;
}
.header_mobile .search_wrap > *,
.header_mobile .login > * {
  z-index: 1;
  position: relative;
}
.header_mobile .login .popup_link {
  padding: 17px 35px;
  padding-right: 54px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  display: block;
}
.header_mobile .login .popup_link:before {
  content: "\e8c3";
  font-family: fontello;
  position: absolute;
  right: 28px;
  top: 16px;
  font-size: 12px;
}
.header_mobile .login .popup_link.popup_login_link:before {
  content: "\e80a";
}
.header_mobile .search_wrap {
  max-width: 100%;
  padding: 10px 35px;
  padding-right: 54px;
}
.header_mobile .search_wrap .search_submit {
  position: absolute;
  left: auto;
  right: -2.5em;
  top: 0;
  font-size: 12px;
  width: 2em;
  height: 29px;
  line-height: 29px;
}
.header_mobile .search_wrap .search_submit:before {
  margin-right: 0;
}
.header_mobile .search_wrap .search_field {
  padding: 0 5px;
  font-size: 14px;
  line-height: 29px;
}
.header_mobile .search_wrap form {
  padding-left: 0;
}
.header_mobile .search_wrap .search_results {
  display: none !important;
}
.header_mobile .search_field::-webkit-input-placeholder {
  color: #fff;
}
.header_mobile .search_field:-moz-placeholder {
  color: #fff;
}
.header_mobile .search_field::-moz-placeholder {
  color: #fff;
}
.header_mobile .search_field:-ms-input-placeholder {
  color: #fff;
}
.header_mobile .contact_field .contact_icon,
.header_mobile .top_panel_top_open_hours:before {
  font-size: 16px;
  margin-right: 15px;
}
.header_mobile .top_panel_top_open_hours:before {
  content: "\e808";
}
.header_mobile .contact_field .contact_icon.icon-home:before {
  content: "\e833";
  font-size: 18px;
}
.header_mobile .top_panel_top_open_hours,
.header_mobile .top_panel_top_socials {
  margin-left: 0;
}
.header_mobile .top_panel_top_contact_area,
.header_mobile .top_panel_top_open_hours,
.header_mobile .top_panel_top_user_area {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.header_mobile .contact_field,
.header_mobile .top_panel_top_open_hours {
  padding: 0.4em 0;
}
.header_mobile .top_panel_top_user_area {
  display: none;
}
.header_mobile .contact_socials {
  text-align: left;
  margin: 0 35px;
}
.header_mobile .sc_socials.sc_socials_size_small {
  overflow: visible;
  margin: 5px auto;
}
.header_mobile .sc_socials.sc_socials_size_small .social_icons span {
  font-size: 18px;
  opacity: 0.6;
}
.header_mobile .sc_socials.sc_socials_size_small .sc_socials_item {
  margin: 0 0.5em 0m 0;
}
.header_mobile .sidebar_cart {
  position: absolute;
  top: 35px;
  left: auto;
  right: 0;
  z-index: 1000;
  display: none;
  float: none;
  text-align: left;
  border: 1px solid #eee;
}
.header_mobile .sidebar_cart {
  width: 250px !important;
  padding: 1.5em !important;
  z-index: 100000;
  list-style-type: none;
  font-size: 15px;
}
.header_mobile .widget_shopping_cart {
  display: block !important;
}
.header_mobile .widget_shopping_cart ul.cart_list {
  display: block;
  position: static;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header_mobile .sidebar_cart > li {
  list-style-type: none;
}
.header_mobile .sidebar_cart .cart_list > li,
.header_mobile .widget_shopping_cart ul.cart_list > li {
  list-style-type: none;
  padding-left: 4.57em;
  min-height: 3.57em;
}
.header_mobile .sidebar_cart .cart_list > li.empty,
.header_mobile .widget_shopping_cart ul.cart_list > li.empty {
  padding-left: 0em;
  min-height: 5px;
}
.header_mobile .sidebar_cart > li:before,
.header_mobile .sidebar_cart > li > a:before,
.header_mobile .widget_shopping_cart ul.cart_list > li:before,
.header_mobile .widget_shopping_cart ul.cart_list > li > a:before {
  display: none;
}
.woocommerce .header_mobile .widget_shopping_cart .empty,
.woocommerce-page .header_mobile .widget_shopping_cart .empty {
  padding-bottom: 1em;
}
.header_mobile .widget_shopping_cart ul.cart_list > li > a {
  padding: 0;
}
.header_mobile .widget_shopping_cart ul.cart_list > li > a:not(.remove) {
  margin-top: -0.15em;
}
.header_mobile .widget_shopping_cart ul.cart_list > li > a:hover {
  background-color: transparent;
}
.header_mobile .widget_shopping_cart ul.cart_list > li img {
  width: 50px;
  margin-top: 0.5em;
}
.header_mobile .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  margin-top: 0;
  text-align: center;
}

.header_mobile .menu_button,
.header_mobile .menu_main_cart .top_panel_cart_button .contact_icon {
  color: #333333;
}
.scheme_dark .header_mobile .menu_button,
.scheme_dark .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon {
  color: #ffffff;
}
.header_mobile .side_wrap {
  color: #ffffff;
}
.scheme_dark .header_mobile .side_wrap {
  color: #8a8a8a;
}
.header_mobile .panel_top,
.header_mobile .side_wrap {
  background-color: #272727;
}
.scheme_dark .header_mobile .panel_top,
.scheme_dark .header_mobile .side_wrap {
  background-color: #ff224b;
}
.header_mobile .panel_middle {
  background-color: #0083b7;
}
.scheme_dark .header_mobile .panel_middle {
  background-color: #ff224b;
}
.header_mobile .panel_bottom {
  background-color: #0083b7;
}
.scheme_dark .header_mobile .panel_bottom {
  background-color: #ff224b;
}
.header_mobile .menu_button:hover,
.header_mobile .menu_main_cart .top_panel_cart_button .contact_icon:hover,
.header_mobile .menu_main_cart.top_panel_icon:hover .top_panel_cart_button .contact_icon,
.header_mobile .side_wrap .close:hover {
  color: #333333;
}
.scheme_dark .header_mobile .menu_button:hover,
.scheme_dark .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon:hover,
.scheme_dark
  .header_mobile
  .menu_main_cart.top_panel_icon:hover
  .top_panel_cart_button
  .contact_icon,
.scheme_dark .header_mobile .side_wrap .close:hover {
  color: #ffffff;
}
.header_mobile .menu_main_nav > li a {
}
.header_mobile .menu_main_nav > li a,
.header_mobile .menu_main_nav > li > a:hover {
  color: #ffffff;
}
.scheme_dark .header_mobile .menu_main_nav > li a,
.scheme_dark .header_mobile .menu_main_nav > li > a:hover {
  color: #333333;
}
.header_mobile .menu_main_nav > a:hover,
.header_mobile .menu_main_nav > li.sfHover > a,
.header_mobile .menu_main_nav > li.current-menu-item > a,
.header_mobile .menu_main_nav > li.current-menu-parent > a,
.header_mobile .menu_main_nav > li.current-menu-ancestor > a,
.header_mobile .menu_main_nav > li > a:hover,
.header_mobile .menu_main_nav > li ul li a:hover,
.header_mobile .menu_main_nav > li ul li.current-menu-item > a,
.header_mobile .menu_main_nav > li ul li.current-menu-ancestor > a,
.header_mobile .login a:hover {
  color: #ffffff;
}
.scheme_dark .header_mobile .menu_main_nav > a:hover,
.scheme_dark .header_mobile .menu_main_nav > li.sfHover > a,
.scheme_dark .header_mobile .menu_main_nav > li.current-menu-item > a,
.scheme_dark .header_mobile .menu_main_nav > li.current-menu-parent > a,
.scheme_dark .header_mobile .menu_main_nav > li.current-menu-ancestor > a,
.scheme_dark .header_mobile .menu_main_nav > li > a:hover,
.scheme_dark .header_mobile .menu_main_nav > li ul li a:hover,
.scheme_dark .header_mobile .menu_main_nav > li ul li.current-menu-item > a,
.scheme_dark .header_mobile .menu_main_nav > li ul li.current-menu-ancestor > a,
.scheme_dark .header_mobile .login a:hover {
  color: #ff224b;
}
.header_mobile .popup_wrap .popup_close:hover {
  color: #333333;
}
.scheme_dark .header_mobile .popup_wrap .popup_close:hover {
  color: #ffffff;
}
.header_mobile .search_wrap,
.header_mobile .login {
  border-color: #ff224b;
}
.scheme_dark .header_mobile .search_wrap,
.scheme_dark .header_mobile .login {
  border-color: #ff224b;
}
.header_mobile .login .popup_link,
.header_mobile .sc_socials.sc_socials_type_icons a {
  color: #ffffff;
}
.scheme_dark .header_mobile .login .popup_link,
.scheme_dark .header_mobile .sc_socials.sc_socials_type_icons a {
  color: #333333;
}
.header_mobile .search_wrap .search_field,
.header_mobile .search_wrap .search_field:focus {
  color: #ffffff;
}
.scheme_dark .header_mobile .search_wrap .search_field,
.scheme_dark .header_mobile .search_wrap .search_field:focus {
  color: #8a8a8a;
}
.header_mobile .search_wrap .search_field,
.header_mobile .search_wrap .search_field:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.scheme_dark .header_mobile .search_wrap .search_field,
.scheme_dark .header_mobile .search_wrap .search_field:focus {
  background-color: rgba(138, 138, 138, 0.2);
}
.header_mobile .widget_shopping_cart ul.cart_list > li > a:hover {
  color: #ff224b;
}
.scheme_dark .header_mobile .widget_shopping_cart ul.cart_list > li > a:hover {
  color: #ff224b;
}
.header_mobile .popup_wrap .sc_socials.sc_socials_type_icons a {
  color: #af8e71;
}
.scheme_dark .header_mobile .popup_wrap .sc_socials.sc_socials_type_icons a {
  color: #c2a388;
}
.tparrows.default {
  color: #ffffff;
}
.scheme_dark .tparrows.default {
  color: #202029;
}
.tp-bullets.simplebullets.round .bullet {
  background-color: #ffffff;
}
.scheme_dark .tp-bullets.simplebullets.round .bullet {
  background-color: #202029;
}
.tp-bullets.simplebullets.round .bullet.selected {
  border-color: #ffffff;
}
.scheme_dark .tp-bullets.simplebullets.round .bullet.selected {
  border-color: #202029;
}
.slider_over_content_inner {
  background-color: rgba(255, 255, 255, 0.8);
}
.scheme_dark .slider_over_content_inner {
  background-color: rgba(32, 32, 41, 0.8);
}
.slider_over_button {
  color: #333333;
}
.scheme_dark .slider_over_button {
  color: #ffffff;
}
.slider_over_button {
  background-color: rgba(255, 255, 255, 0.8);
}
.scheme_dark .slider_over_button {
  background-color: rgba(32, 32, 41, 0.8);
}
.slider_over_close {
  color: #333333;
}
.scheme_dark .slider_over_close {
  color: #ffffff;
}
.top_panel_title_inner {
  background-color: #61784a;
}
.scheme_dark .top_panel_title_inner {
  background-color: #61784a;
}
.top_panel_title_inner .page_title {
  color: #ffffff;
}
.scheme_dark .top_panel_title_inner .page_title {
  color: #8a8a8a;
}
.top_panel_title_inner .post_navi .post_navi_item a,
.top_panel_title_inner .breadcrumbs a.breadcrumbs_item {
  color: #ffffff;
}
.scheme_dark .top_panel_title_inner .post_navi .post_navi_item a,
.scheme_dark .top_panel_title_inner .breadcrumbs a.breadcrumbs_item {
  color: #8a8a8a;
}
.top_panel_title_inner .post_navi .post_navi_item a:hover,
.top_panel_title_inner .breadcrumbs a.breadcrumbs_item:hover {
  color: #ff224b;
}
.scheme_dark .top_panel_title_inner .post_navi .post_navi_item a:hover,
.scheme_dark .top_panel_title_inner .breadcrumbs a.breadcrumbs_item:hover {
  color: #ff224b;
}
.top_panel_title_inner .post_navi span,
.top_panel_title_inner .breadcrumbs span {
  color: #ffffff;
}
.scheme_dark .top_panel_title_inner .post_navi span,
.scheme_dark .top_panel_title_inner .breadcrumbs span {
  color: #8a8a8a;
}
.post_navi .post_navi_item + .post_navi_item:before,
.top_panel_title_inner .breadcrumbs .breadcrumbs_delimiter {
  color: #ffffff;
}
.scheme_dark .post_navi .post_navi_item + .post_navi_item:before,
.scheme_dark .top_panel_title_inner .breadcrumbs .breadcrumbs_delimiter {
  color: #8a8a8a;
}

.adszepkartya-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(50, 50, 50, 0.9);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  text-align: center;
  display: block;
}
.adszepkartya-notice-cnt {
  top: 50%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  text-align: center;
  padding: 0;
  margin: 0;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.adszepkartya-notice.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.adszepkartya-notice .close {
  top: 30px;
  right: 30px;
  position: fixed;
  color: #868e92;
  cursor: pointer;
}
.adszepkartya-notice .close i {
  color: #868e92;
}
.adszepkartya-notice .close:hover i {
  color: #fff;
}

.adszepkartya-notice .close i {
  font-size: 30px;
  transition: color 0.3s;
}
.adszepkartya-notice .inner {
  display: block;
  color: #fff;
  font-family: var(--fAlt);
  font-size: 25px;
  font-weight: 300;
  padding: 30px 10%;
  text-align: center;
  width: 100%;
}
.adszepkartya-notice .morebutton {
  display: block;
  text-align: center;
}
.adszepkartya-notice .morebutton a {
  color: #fff;
}

.partners-block {
  text-align: center;
}
.partners-block img {
  padding: 10px 20px;
  max-width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .paralax-wrapper,
  .breakpoint,
  .column {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.paralax-wrapper .row,
.breakpoint .row {
  z-index: 12;
  position: relative;
}

#header {
  position: relative;
  margin: 0px auto;
  height: 100px;
  background-color: rgb(241, 243, 245);
}

#header #infoLine {
  color: var(--cBack);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 20px;
  background-color: var(--cDusk);
}
#header #infoLine .column {
  display: flex;
  height: var(--hInfo);
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px 10px;
}
#header #infoLine .infoBlock {
  display: flex;
  max-height: 100%;
  flex-wrap: wrap;
  align-items: center;
}
#header #infoLine .infoBlock > span:not(:first-child) {
  display: inline-block;
  margin-left: 45px;
}
#header #infoLine .infoBlock > .spacer {
  display: inline-block;
  width: calc(1200px / 4);
  height: var(--hInfo);
  margin-left: 75px;
  background-color: var(--cColour);
}
#header .fa-mobile-phone::before {
  font-size: 25px;
  line-height: 30px;
  vertical-align: middle;
}
#header .fa-envelope-o::before {
  font-size: 15px;
  line-height: 30px;
  vertical-align: middle;
}
#header .social {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  display: none;
}

#yui_e5efffdd0e5c386c847f6579c915c980 {
  background-color: whitesmoke;
}

#header .row {
  max-width: 100%;
  margin: 0px auto;
}

/* .social .fa-stack {
  margin-left: 15px;
  padding-bottom: 2.4em;
} */

.fa-stack a {
  display: flex;
  width: 36px;
  height: 36px;
  text-decoration: none !important;
  align-items: center;
  justify-content: center;
  /* border: 1px solid gray; */
  opacity: 0.5;
  font-size: 20px;
}
.fa-stack a:hover {
  opacity: 0.8;
}
.fa-stack .fa {
  display: block;
  /* color: var(--cBack); */
}
.fa::before {
  color: rgb(142, 153, 168);
}

#owl-partners img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#home #yui_59e2ed20240147426c351b4ebaec7eb9 {
  background-color: white;
}

#footer .footerLogo img {
  max-height: 85px;
  /* -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%); */
}

#footer .social {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}

#footer .social .fa-stack {
  margin-left: 15px;
  margin-right: 15px;
}
#footer > .container-fluid:first-of-type > .row:first-of-type > div:last-of-type {
  text-align: right;
}
#footer
  > .container-fluid:first-of-type
  > .row:first-of-type
  > div:last-of-type
  > div:not(.name-level-0) {
  padding: 5px 0px 5px 45px;
}

#footer .copyFlex {
  display: flex;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.351px;
  line-height: 22px;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
  /* border-top: 1px solid var(--cBack); */
  opacity: 0.5;
  text-align: center;
}
#footer .copyCenter {
  display: inline-block;
  text-align: center;
}
#footer .copyCenter a {
}
#footer .copyCenter a:hover {
}
#footer .copyCenter a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  vertical-align: middle;
  margin: 0px 2px 0px 5px;
  background: var(--cShade);
}
#footer .copyCenter a:last-child::after {
  display: none;
}

/* Referenciák */
#references-items .references-item {
  padding: 0px 20px 20px 0px;
}
#references-items .references-item .margin-wrapper {
  position: relative;
}
#references-items .references-item .margin-wrapper a::first-child {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#references-items .references-item .margin-wrapper .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 56, 0);
  cursor: pointer;
}
#references-items .references-item .margin-wrapper .post_content {
  width: 100%;
  min-height: 0%;
  position: absolute;
  /*top: 100%;*/
  bottom: 0px;
  left: 0px;
  margin-bottom: -45px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  /*
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
     */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#references-items .date {
  margin: 5px 0px;
}
#references-items .references-item .margin-wrapper .post_content .excerpt {
  display: none;
}
#references-items .references-item .margin-wrapper .post_content .excerpt,
#references-items .references-item .margin-wrapper .post_content .more {
  overflow: hidden;
}
#references-items .references-item .margin-wrapper .post_content a,
#references-items .references-item .margin-wrapper .post_content div {
  color: var(--cBack);
}
#references-items .references-item .margin-wrapper:hover .content {
  /*background: rgba(0, 0, 0, 0.5);*/
}
#references-items .references-item .margin-wrapper:hover .post_content {
  min-height: 100%;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
  /*
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
     */
}
#references-items .year {
  color: #004389;
  font-family: var(--fText);
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
#references-items .year:first-child {
  margin-top: 0px;
}
#references-items .title::before {
  content: "\f105";
  color: #004389;
  font-family: FontAwesome;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 5px;
}

#header > div:not(#infoLine) .col-md-12.column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .sticky > #header > .container-fluid:last-child,
.subpages .header > #header > .container-fluid:last-child {
  background-color: var(--cBack);
} */

#erfa {
	width: 300px;
	max-width: 45vw;
	position: fixed;
	right: 0px;
	bottom: 0px;
	border: none;
	z-index: 999;
}

/* Catalog tabs menu */
.tabs-menu {
    display: block;
    flex-wrap: wrap;
    margin: 3px 0px 15px 0px;
    padding: 0px 5px;
    background-color: transparent;
    border: none;
    text-align: center;
    /*border-bottom: solid 1px #444444; */
}
.tabs-menu .tabs-head {
    display: flex;
    /*height: 70px;*/
    /*color: #4883D9;*/
    color: #000;
    font-family: var(--fText);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.14642511px;
    line-height: 19px;
    text-align: center;
    text-decoration: none !important;
    text-transform: initial;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 10px 60px 25px 15px;
    border-radius: 7px 7px 0px 0px;
    cursor: pointer;
    border-bottom: solid 1px #e1e1e1;
   /* border-bottom: 1px solid #B7B7B7; */
   transform: rotate(0);
   transition: transform .6s cubic-bezier(.33,.02,0,.93)
}
.tabs-menu .tabs-head::after {
    content: "\f077";
    display: inline-block;
    color: #444;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 100;
    letter-spacing: normal;
    line-height: 29px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 15px;
   /* -webkit-transition: var(--tQuick);
    transition: var(--tQuick);
    transform: rotate(180deg);  */
}

.tabs-menu .tabs-head:hover::after  {
  content:"\f078";
   transform: rotate(180deg); 
   transition: var(--tQuick);
   color: rgb(238, 13, 9);
}
.tabs-menu .tabs-head.active::after {
  color: rgb(238, 13, 9);
}

.tabs-menu .tabs-head.active,
.tabs-menu .tabs-head:hover {
  /*color: #4883D9;*/
    color: rgb(238, 13, 9);
    /*background-color: var(--cBack); */
  /*  border-bottom: 2px solid #EF6100;*/
}
@media screen and (max-width: 768px) {
    .tabs-menu .tabs-head {
        width: 100%;
    }
}

#foldmunka, #gepi-epuletbontas, #kornyezetvedelem, #szallitas, .breakpoint.naviarr {
  display: block;
  animation: var(--aMenu);
  transform-origin: center top;
}

.breakpoint.naviarr p {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 300;
  color: #747474;
}

