/* Based on HTML5 ✰ Boilerplate CSS Starter: h5bp.com/css */
/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* Base */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;padding:0px;
  font-size: 14px;
  line-height: 1.68em;
}
body,
button,
input,
select,
textarea {
  color: #222;
}
/* Links */
a {
  color: #B0C147;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
  color:#B0C147
}
a:hover {
  color: #B0C147;
  text-decoration: none;
}
a.underline:hover {text-decoration: none;}
a:focus {
  /*outline: thin dotted;*/
}
a:hover,
a:active {
  outline: 0;
}
#ajaxlayer a:hover {color:#fff}

/* Typography */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 600;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Lists */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
img:not([src]) {
  visibility: hidden;
}
svg:not(:root) {
  overflow: hidden;
}
/* Figures */
figure {
  margin: 0;
}
/* Forms */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
td {
  vertical-align: top;
}

label {cursor:pointer}

html,
body,
#wrapper {
    height: 100%;
}

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clear:after,
.clearfix:after {
  clear: both;
}
.clear,
.clearfix {
  zoom: 1;
} 

.clear:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



a {
    color:#B1DFDE;
    text-decoration: none;
}

label {cursor:pointer}


h1 {padding:0px;margin:0px;font-weight: 300; font-size:38px;padding-bottom:14px;line-height: 44px;}
h2 {padding:0px;margin:0px;font-weight: 300; font-size:24px;padding-bottom:14px;line-height: normal;}
h3 {padding:0px;margin:0px;font-weight: 300; font-size:18px;padding-bottom:14px;line-height: normal;}


#seged {position: absolute; background: #eeefff; border: 1px solid #656C6B; padding: 5px; z-index: 1230;}
#loading {color: #fff; font-weight: bold; width: 200px; height:50px;  position: absolute; display: none; z-index:11001;border: 0px solid #ddd}

/*html,
body,
#wrapper {
    height: 100%;
}
body > #wrapper {
    height: auto;
    min-height: 100%;
}
*/
#content {
    padding-bottom: 140px;
}

body {
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    width: 100%;
    color:#545454;
    background: #fff;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */    
    overflow-x: hidden; 
}

/*#page-wrap {width:100%;}*/
#page-wrap {
    margin: 0px auto;
    /*max-width: 1040px;
    padding: 20px 0px 70px 0px;*/
}

/*.aloha-editable {padding:0px;margin-bottom:30px;}*/
.aloha-image {padding:0px;border:0px} 


#logo {
    margin-top:0px; cursor:pointer;
    position: absolute;top:26px;left:0px;padding-left:0px;padding-right:0px
}
#header-right {float:right;min-height:100px;width:425px;border:0px solid #b60000;position: relative;}
.tmenu {position: absolute; top:10px;right:10px;}
.tmenu a {margin-left:18px}

#busket {float:right;margin-top:10px;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}

.cart {padding-top:5px;margin-left:20px}
.busket-anim {display:none;width:0px;height:34px;padding-left:60px;border-radius:20px 20px 20px 20px; background:#101010 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;}

#search {position: absolute;top:30px; right:0px;}
.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 {width:200px;height:30px;color:#ababab; font-size:14px;padding-left:18px;padding-right:40px;border:1px solid #e5e5e5;background:#f9f9f9 url(../design/search.png) no-repeat 225px center;border-radius:5px 5px 5px 5px}

.topmenu {position: absolute; top:40px;right:300px;display:none}

#valutaselect {position: absolute; top:0px;right:0px}
#valutaselect input, #valutaselect select {font-size:11px}

header {
    width: 100%;height:49px;
    background: #fff;
    z-index:1000;position: relative;
    border-bottom:1px solid #bbb;
}

header.sticky {position:fixed;top:-50px;left:0px;z-index:2000;


}

#header { max-width:1040px;
    margin: 0 auto;
    position: relative;
    padding:0px 30px 0px 30px;
}                                                                                                           
.header-top {margin:0px auto;position: relative;}
.header-bottom {padding:0px;clear:both;float:none;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;position: relative;margin-bottom:30px}
#wrapper {
    width: 100%;
    /*overflow: hidden;*/
    text-align:center;
}
                                                              
#main-content {position: relative; width:100%; margin: 0px auto;text-align: center;}
#guts {position: relative;width:100%;min-height: 300px;padding-bottom:30px}

.grid {text-align:left;margin:0px auto;min-height:200px}
.sqs-layout {max-width:1040px;margin:0px auto;padding:0px 30px 0px 30px;position: relative;}
.sqs-layout .sqs-layout, .tabs .sqs-layout {padding:0px}
.contents, .menu-title {max-width:1040px;margin:0px auto;padding:0px 0px 30px 0px}
.contents {position: relative;}

nav {padding-top:0px}
nav ul.sf-menu {
     width:auto;
     padding-top:0px;
     display:inline-block;
     border:0px solid #b60000;}

nav .menu {padding-top:0px;text-align:center;position: absolute;top:0px;width:100%}
nav .menu ul li {float:left;padding:13px 0px 13px 0px;}
nav .menu ul li a {color: #292929;
    font-size:13px;
    text-transform: uppercase;
    border: 0px solid #FFF;
    padding: 23px 12px;
    margin:0px;
    text-align:left;
    font-family: 'Ubuntu', sans-serif;
}
nav .menu ul li a:hover, nav .menu ul li a.active {color:#b1dfde}
nav .menu ul li:first-child {background: none;}


.tinynav {display:none}
nav .menu ul li ul {position: absolute;background:#fff;padding:0px;margin:0px;margin-top:15px}
nav .menu ul li ul:before{
    content: " ";
    background:url(../design/menutop.png) no-repeat;
    width:26px;
    height:13px;
    position: absolute;top:-13px;left:50px;
}
nav .menu ul li ul a {font-size: 15px;color:#333;padding:2px 10px}

#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 input, #boxc textarea {width:80%}
#boxc input[type="checkbox"] {width:auto}
#boxc .col0 {padding-top:14px}

#boxc h2 {}

footer {background:#333;margin-top:50px}
#footer {max-width:1040px;margin:0px auto;padding:0px 30px 0px 30px}
.footer-header {text-align:center;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:50px 0px 50px 0px}
.footer-header .label {font-size:100px; font-weight: 200; line-height: 100px; }
.footer-menu .name-level-0 {font-weight: 400;margin-top:0px;margin-bottom:10px;padding-right:30px;font-size:18px;text-transform: uppercase;}
.footer-menu .name-level-1 {font-weight: 300;padding-right:30px;font-size:14px;line-height: 16px;margin-bottom:4px;}
.footer-menu {padding:0px;margin:0px;padding-bottom:20px;color:#fff;display: table;width:100%}
.footer-menu-row {display:table-row}
.footer-menu .cell {display:table-cell;vertical-align:top;}

.footer-menu a {color:#fff}
.footer-menu .one-col {float:left;}
.footer-tamogato {text-align:center;border-top:1px solid #656564;border-bottom:1px solid #656564;padding:30px 0px 30px 0px}
.footer-tamogato img {margin:5px;max-height:85px}
.footer-content {border-top:0px solid #656564;border-bottom:0px solid #656564;padding:25px 0px 25px 0px}
.footer-content .div-social img  {/*margin-bottom:25px;*/}
.flogo {float:left;width:40%;margin-top:0px;margin-right:5%}
.flogo img {float:right}
.div-contact .content {float:right;;width:55%;color:#b0c147;line-height:normal;font-weight: 400;}
.div-contact .second {margin-top:20px}
.div-nl .label {padding-right:40px}
.copy {padding:20px 4px 0px 0px;color:#fff;clear: both;text-align: right;}

.relative {position: relative;}
.div-social {float:left;width:27%;text-align: left;} 
.div-nl {float:left;width:40%;text-align: left;color:#fff;font-size:14px;font-weight: 400;line-height: normal;} 
.div-contact {float:left;width:33%;text-align: left;} 
.div-nl .relative {float:left;margin-top:20px}
.div-nl input {width:280px;background: #fff url(../design/inputbg.png) no-repeat top right;border:1px solid #7d7d7e;height:20px;}
.div-nl input:hover {background-color:#acbf48;}
.div-nl .button {position:absolute;top:0px;right:0px; cursor:pointer;width:35px;height:31px;border:0px solid #b60000;}

.sociali { clear:right; float:right; list-style:none; margin:0px;padding:0px; }
.sociali { float:right; }
.sociali li a { margin:0 0px 5px 0;}
.sociali li { display:inline-block; text-indent:-999em; }
.sociali li a { display:block; width:28px; height:28px; margin-left:5px; background: #4e4e4e url(../design/social.png) no-repeat; 
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.sociali li:first-child a { margin-left:0; } 
.sociali li a:hover { border-top-left-radius:0px; }

.sociali li a.facebook:hover { background-color:#3c5fac; }
.sociali li a.twitter { background-position:-32px 0; }
.sociali li a.twitter:hover { background-color:#5ec3df; }
.sociali li a.flickr { background-position:-64px 0; }
.sociali li a.flickr:hover { background-color:#FF0084; }
.sociali li a.rss { background-position:-96px 0; }
.sociali li a.rss:hover { background-color:#ff9900; }
.sociali li a.dribble { background-position:-128px 0; }
.sociali li a.dribble:hover { background-color:#EA4C89; }
.sociali li a.lastfm { background-position:-160px 0; }
.sociali li a.lastfm:hover { background-color:#D51007; }
.sociali li a.linkedin { background-position:-192px 0; }
.sociali li a.linkedin:hover { background-color:#2089b5; }
.sociali li a.vimeo { background-position:-224px 0; }
.sociali li a.vimeo:hover { background-color:#0dadd6; }
.sociali li a.google { background-position:-256px 0; }
.sociali li a.google:hover { background-color:#c63d2d; }
.sociali li a.forrst { background-position:-288px 0; }
.sociali li a.forrst:hover { background-color:#5b9a68; }
.sociali li a.skype { background-position:-320px 0; }
.sociali li a.skype:hover { background-color:#00aff0; }
.sociali li a.picassa { background-position:-352px 0; }
.sociali li a.picassa:hover { background-color:#ffd34e; }
.sociali li a.youtubee { background-position:-384px 0; }
.sociali li a.youtubee:hover { background-color:#c8312b; }
.sociali li a.pinterest { background-position:-416px 0; }
.sociali li a.pinterest:hover { background-color:#cb2027; }


.paralax-block {display:none}

p {margin:0px 0px 10px 0px}

section {text-align: center;}

article:first-child {
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
    -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;
}
*+html article:first-child {
    display: inline;
    zoom: 1;
}



/* ------------------
2.) Reusables/Modules
------------------ */

.panel {
    position: relative;
}

.menu-title {height:75px;text-align:left;margin:0px auto}

/*h1 {
    line-height: 1.2;
    font-size: 30px;
    padding-top:15px;
    
}

h2 {
    color:#5c5c5c;font-size:18px;
}
*/
.flags {position: absolute; top:25px; right:0px;text-transform: uppercase;}
.flags a {color:#fff;margin-left:10px;}
.flags span {color:#fff;margin-left:10px;border-bottom:1px solid #a8a8a8}

.callback {position: absolute; top:84px;right:0px;text-align: center;z-index:300}
.callback .tel {color:#b0c147;font-weight: 700;font-size:18px;}
.callback .text-outer {text-align: center;}
.callback .text {background: #b0c147;color:#1f1e21;font-size:18px;border-radius:5px 5px 5px 5px;padding:2px 8px;margin:0px auto;width:auto}
.callback .text a {color:#1f1e21;font-size:18px;}

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:5px;text-transform: uppercase;font-size: 11px;color:#a3a3a3}
.breadcumb span {margin:0px 0px 0px 5px}
.breadcumb a, .product-list .breadcumb span {color:#a3a3a3;text-decoration: none;}
.category-list {float:left; width:210px;padding-top:10px;}
.category-list div {line-height: 30px;padding:0px;margin:0px;}
.category-list div.level-0 a {color:#585858; font-weight: 300}
.category-list div.level-1 {margin-left:10px;} 
.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 {font-weight: 200}

#easyshoppage {margin-top:10px}
#easyshoppage .product-item {margin-right:10px}

.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;height:34px}
.prod-information {margin-top:10px;text-align:center;}
.strikeout {text-decoration: line-through;}
.price {margin-top:20px;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 {margin-right: 20px;width:240px;}
.product-list.ajanlott .margin-wrapper {width: 238px;height:238px;}

.product-item-sheet {}
.product-item-sheet .product-images {float:left; width:465px;margin-top:12px;margin-right:4%;cursor:pointer}
.product-item-sheet .product-img {border:1px solid #e5e5e5;text-align: left;width:465px;height:465px;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:320px;text-align:left;color:#777}
.product-item-sheet .product-information h1 {font-weight: 300; font-size:30px;font-family: 'Source Sans Pro', sans-serif;padding-bottom:0px;}
.product-item-sheet #product-price {min-height: 30px;float:left;width:45%}
#product-price.price {font-size:40px;font-weight: 300;}
#product-price.price .strikeout {font-size:30px;margin-left:6px}
.product-details {margin-top:20px;}
.product-variant, .product-quantity {margin-top:20px;font-size:14px;line-height:16px;font-weight: 400;}
.price-title {font-weight: 400;float:left;margin-top:20px;margin-right:20px;margin-bottom:0px}
.product-variant select {margin-top:10px;}
.product-quantity input {border: 1px solid #e5e5e5;
    border-radius: 3px 3px 3px 3px; color:#111;width:70px;
    padding: 5px 10px;margin-top:10px;text-align:center;
}
.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;}
.attribs {float: left;width:48%;border:0px solid #b60000;}
.urtartalom-title {float:left;margin-left:20px;font-weight: 400;padding-top:14px}
.urtartalom-value {float:left;margin-left:20px;padding-top:14px}
.increase {margin-left:20px;cursor:pointer;}
.decrease {margin-left:5px;cursor:pointer;}
.addtochart {margin-top:10px}
.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:1px solid #e5e5e5;border-top:1px solid #e5e5e5}
table.arkonst td, table.arkonst th {background: none;vertical-align: middle;padding:5px;border-left:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5} 
table.arkonst th {background:#eee;text-align:center;font-weight:bold;color:#101010}

#busketcontent h2 {font-weight: 300; font-size:24px;font-family: 'Source Sans Pro', sans-serif;}
.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}

/* layers */
a.btn_class {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background-image: linear-gradient(#3B3B3B, #212121);*/
    border-color: #272727 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: inline-block;
    /*font: 400 11px/14px 'proxima-nova','Helvetica Neue',Helvetica,Arial,sans-serif !important;*/
    padding: 8px 15px;
    font-size:13px;
    font-family: Arial;
    /*text-shadow: 0 -1px 0 #000000;*/
    background: #3d89b5; color:#fff;cursor:pointer;
    font-weight: 300;
}
a.btn_class:hover {background-color:#2f698a}

div.buttonbar a.btn_class {-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background-image: linear-gradient(#3B3B3B, #212121);*/
    border-color: #4f7c15 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: inline-block;
    /*font: 400 11px/14px 'proxima-nova','Helvetica Neue',Helvetica,Arial,sans-serif !important;*/
    padding: 8px 15px;
    font-size:13px;
    font-family: Arial;
    border-radius: 10px 10px 10px 10px;
    /*text-shadow: 0 -1px 0 #000000;*/
    background: #4f7c15; color:#fff;cursor:pointer;
    font-weight: 300;
}

div.buttonbar a.btn_class:hover {background-color:#aad466;color:#fff;}

a.button_class {
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none; 
    background-color: #F6F6F6;
    /*background-image: linear-gradient(#FFFFFF, #E9E9E9);*/
    background-color: #EFEFEF;
    background-image: linear-gradient(#FFFFFF, #DDDDDD);
    border-color: #FFF -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 20px 20px 20px 20px;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.15);
    color: #606060;
    cursor: pointer;
    line-height: 14px;
    padding: 6px 15px 6px 15px;
    display: inline-block;
    font-size:11px;
    margin-left: 10px;
}
a.button_class:hover, #ajaxlayer a.button_class:hover {background-color:#fff;color:#606060}
#ajaxlayer a.btn_class:hover {color:#606060}
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:2}
#alertlayer, #klayer, #ajaxlayer {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;}
#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(../../admin/design/images/tooltip-icon-info.png) no-repeat 0px 4px;}
.klayericon, .klalert {background: url(../../admin/design/images/tooltip-icon-alert.png) no-repeat;}
.question {background: url(../../admin/design/images/tooltip-icon-alert.png) no-repeat;}
.menuadd {background: url(../../admin/design/images/icon-plus-16-light.png) no-repeat 7px 8px;}
.klsettings {background: url(../../admin/design/images/icon-settings-16-light.png) no-repeat 0px 7px;}
.kl_image {background: url(../../admin/design/images/icon-image-16-light.png) no-repeat 0px 7px;}
.klprod {background: url(../../admin/design/images/icon-products-32-light.png) no-repeat 0px 0px;}
.klorder {background: url(../../admin/design/images/icon-orders-32-light.png) no-repeat 0px 0px;}
.kluser {background: url(../../admin/design/images/member.png) no-repeat -5px -8px;}
.kloption {background: url(../../admin/design/images/icon_radio_24_light.png) no-repeat 0px 0px;}
.klsaved {background: url(../../admin/design/images/tooltip-icon-okay.png) no-repeat 0px 0px;}
.klcomments {background: url(../../admin/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:12px}

.field-lhs, .field-rhs {margin-bottom:4px;margin-top:6px} 

/* 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(../../admin/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 */
.post-content {width:100%;line-height: normal;margin-bottom:80px;text-align: left;}
.post-content h2, .post-content h1 {margin-top:0px;margin-bottom:0px;padding-bottom:0px;font-size:35px}
.post-content h2 a, .post-content h1 a {color:#272727}
.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 {text-decoration: none;font-weight: bold; text-transform: uppercase;}
.meta-details {border-top:1px solid #e5e5e5;padding-top:10px;color:#cfcfcf;}
.post-author {margin-left:12px;background: url(../design/author.png) no-repeat 0px 6px; padding-left:15px;}
.post-comments {background: url(../../admin/design/images/comments.png) no-repeat 0px 5px;margin-left:23px;padding-left:15px;}
.tagscloud {margin-top:0px;}
.tagscloud div {margin-top:0px}
.tagscloud a {color: #969696;text-decoration: none;}
.tagscloud a.actual {color:#101010}
.post-content .labels {background: url(../../admin/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;}



.sqs-layout {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.68em;
    /*color: #333333;*/
    font-family: 'Ubuntu',sans-serif;
}

.sblock.dark, .sblock.dark h1,.sblock.dark h2,.sblock.dark h3,.sblock.dark h4,.sblock.dark h5,.sblock.dark h6 {color:#fff}
.sblock .home {height:500px;min-height:100%;}


.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}

.collection-type-blog.layout-style-left .article-list,
.collection-type-blog.layout-style-left .article-wrapper {
  max-width: 760px;
  margin-right:280px;
}
.collection-type-blog.layout-style-left #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: 300;
  margin-bottom:10px
}
.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 {}

.search-item h2 {padding:0px;margin:0px}
.search-item {margin-top:10px}
.talalat {margin-top:20px}
.aloha-image {text-align:center;}

.image-block-wrapper .image-inner {width:auto;border:0px solid #b60000;display:inline-block;position: relative;max-width:100%}
.paralax-wrapper .title-desc .title {margin:80px auto 0px auto;max-width:1040px;text-align:left;}
.paralax-wrapper .title-desc .title span {padding:15px 20px;background:#fff;color:#111;line-height:55px;font-size:50px;text-transform: uppercase;}
.paralax-wrapper .title-desc .pagedesc {margin:60px auto 0px auto;max-width:1040px;text-align:left;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 {}
.image-block-wrapper .image-caption-wrapper {position: absolute;bottom:0px;left:0px;background: rgba(0,0,0,0.75);color:#fff;width:100%;font-size:16px}
.image-block-wrapper .image-caption-wrapper p {padding:20px;text-align: left;font-size: 16px;}
.sqs-block.image-block .image-block-wrapper .image-caption-wrapper p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.image-caption-wrapper.hidden {opacity:0;display:block; 
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.image-block-wrapper:hover .image-caption-wrapper.hidden {opacity:1; display:block;
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -ms-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}
.stacked {margin-bottom:1px}

.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(../design/arrows.png) no-repeat top left;
    left: -40px;
    opacity:0.5;
}
.next {
    background: url(../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: .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(../design/arrows.png) no-repeat top left;
    left:10px;
}
.galleria-image-nav-right {
    right: 10px;
  
    background:  url(../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;
}

.check-element {
  padding-left: 32px;
  cursor: pointer;
  min-height:20px;
  background-position: 3px 4px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../../admin/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(../../admin/design/images/checkbox-inactive-16-dark.png);
}
.check-element.active {
  background-image: url(../../admin/design/images/checkbox-active-16-light.png);
}

.check-element.dark.active {
  background-image: url(../../admin/design/images/checkbox-active-16-dark.png);
}
.check-element.active .title {color: white;}

.field-input, .smalllayer .editable {
    -moz-box-sizing: border-box;
    border: 1px solid #333333;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    font: 13px 'Roboto',sans-serif;
    padding: 6px 0 6px 6px;
    width: 100%;
}

.field-input:focus {
  outline: none;
  color: #111111;

  border-color: #42b1ff !important;
}
.field-input:focus {
  background: #fff;
} 

blockquote {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #424242;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 1px;
    margin: 1em 0;
    padding: 0 0 0 1em;
}

.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: 0;
}
.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: 0;
}
.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;
}

.mapoverlay {height:0px;display:none}

.form_comment {border:1px solid #e5e5e5;padding:9px;}
.form_comment textarea {width:100%;height:150px;border:0px;background:none;padding:0px;margin:0px}
.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;
  height: 34px;
  float: left;
  margin-left: -49px;
}
.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;
  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(../../admin/design/images/icon_check_12_light.png);
}
.comment-list .comment .comment-header .controls .comment-buttons .comment-control.delete {
  background-image: url(../../admin/design/images/icon_delete_12_light.png);
}
.comment-list .comment .comment-header .controls .comment-buttons .comment-control.like {
  background-image: url(../../admin/design/images/icon_like_12_light.png);
}
.comment-list .comment .comment-header .controls .comment-buttons .comment-control.flag {
  background-image: url(../../admin/design/images/icon_flag_12_light.png);
}
.comment-list .comment .comment-header .controls .comment-buttons .comment-control.reply {
  padding: 0;
  background-image: url(../../admin/design/images/icon_reply_12_light.png);
}
.comment-list .comment .comment-header .controls .comment-buttons .comment-control.flag-confirm {
  background-image: url(../../admin/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(../../admin/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.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:#6c6c6c;
}
.events_calendar .day a {color:#6c6c6c}
.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(../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(../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(../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(../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(../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(../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(../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(../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%;
}

.sl-slide h1 {border-bottom:1px solid #fff;text-align: center;font-size:94px;padding:0px;margin:0px;line-height: 94px;}
.sl-slide.dark h1 {border-bottom:1px solid #fff;}
.sl-slide.light h1 {border-bottom:1px solid #000;}
.sl-slide h2 {padding:0px;margin:0px;font-size:30px;text-align: center;margin-top:10px}
 
 footer .warn-msg {background: #353535;padding:0px;float:left;margin-top:10px;width:275px;padding:0px 10px}
 

.slogen {position: relative;width:100%;height:100%;margin:0px auto;border:0px solid #b60000}
.slogen-inner {max-width:1040px;margin:0px auto;height:100%;position: relative;border:0px solid #b60000} 
.slogentext {position: absolute;z-index:310;top:50%;color:#fff;font-size: 30px;max-width: 100%;}
.slogenszerzo {position: absolute;z-index:310;bottom:0px;right:0px;color:#fff;font-size: 14px;text-align:right}
.slogentext div {padding:0px;margin:0px}
    


.submenu {margin-top:30px;margin-bottom:50px;}
.submenu .title {text-align: center;color:#b0c147; 
font-weight: 700;
text-transform: uppercase;
padding-bottom:25px; margin-bottom:40px;padding-top:0px;margin-right:20px;
background: url(../design/h1shadow.png) no-repeat center bottom;background-size: 100%;
}
.submenu .title a {font-size:16px;color:#8d9d27}
.tabs {max-width:1040px;
    margin: 0 auto;
    position: relative;
    padding:0px 30px 0px 30px;
    text-align: left;
}
.tabs_navigation
{
    float: none;
    clear: both; padding:0px;
    margin:0px;list-style-type: none;
}

.item_content {display:none;opacity:0}  

.tabs {}
.tabs li a {color:#787878;font-size:18px;text-decoration: none;margin-right:30px;}
   
.tabsep {clear:both;float:none;margin-top:0px;margin-bottom:30px;border-bottom:1px solid #c9c9c9;height:1px;padding-top:10px;}

.tabcnt {padding:0px;margin:0px;}

.tabs_navigation li
{
    float: left;
    margin-top: 0;
    margin-right: 20px;
}
.tabs_navigation li:last-child
{
    margin-right: 0;
}
.tabs_navigation li a
{
    width: auto;
    display: block;
    text-align: center;
    color: #787878;
    padding: 8px 0;
    text-decoration: none;
    
}
.tabs_navigation li a.on {color: #101010;}
.tabs_navigation li a.off {color: #787878;}
.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a
{
    border-bottom-width: 2px;
    padding-bottom: 7px;
    color: #101010;
}
 
.bg_navigation li a {font-size:48px;color: #99999a}
.bg_navigation li.on a {color:#505052}
.wtobuy {min-height:600px;margin-top:30px;padding-top:30px;border-top:1px solid #c9c9c9}
.yc {padding:0px }
.amazingslider {padding:0px}
.youtube {margin-top:30px;position:relative}
.youtube-frame {z-index:1;cursor:pointer}
.youtube-frame img {width:100%}
.youtube-inner {cursor:pointer; z-index:2;position: absolute;top:0px;background: url(../design/spacer.gif) repeat;width:100%;height:3000px}
.playbtn {background: url(../design/youtube-play.png) no-repeat 0px center;width:86px; height:61px;position:absolute;z-index:3;top:0px;left:0px;}

    
#yplayerdiv {display:none;position:fixed;z-index:4000;width:100%;height:1200px;background:#101010;top:0px;left:0px}
@font-face{font-family:"google-glass";src:url("google-glass.eot?#iefix") format("embedded-opentype"),url("google-glass.woff") format("woff"),url("google-glass.ttf") format("truetype"),url("google-glass.svg#google-glass") format("svg");font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"google-glass";font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit}
a [class^="icon-"],a [class*=" icon-"]{display:inline-block;text-decoration:inherit}.icon-large:before{vertical-align:top;font-size:1.333em}.btn [class^="icon-"],.btn [class*=" icon-"]{line-height:0.9em}li [class^="icon-"],li [class*=" icon-"]{display:inline-block;width:1.25em;text-align:center}li .icon-large[class^="icon-"],li .icon-large[class*=" icon-"]{width:1.875em}li[class^="icon-"],li[class*=" icon-"]{margin-left:0;list-style-type:none}li[class^="icon-"]:before,li[class*=" icon-"]:before{text-indent:-2em;text-align:center}li[class^="icon-"].icon-large:before,li[class*=" icon-"]
.icon-large:before{text-indent:-1.333em}
.icon-btn-enter-fullscreen:before,.controls div.btn_fullscreen:before{content:"\f100"}
.icon-btn-exit-fullscreen:before,.controls div.btn_fullscreen.close:before{content:"\f101"}
.icon-btn-pause:before,.controls div.btn_pause:before{content:"\f102"}
.icon-btn-play:before,.controls div.btn_play:before{content:"\f103"}
.icon-btn-replay-large:before,.no-touch .what-it-does #main #features .features-video .imgs .feels:before{content:"\f104"}
.icon-btn-replay:before,.btn-video-replay:before{content:"\f105"}
.icon-close:before,.controls div.btn_close:before{content:"\f106"}
.icon-down-arrow:before,.what-it-does #main .intro .down-arrow:before{content:"\f107"}
.icon-hd:before,nav.hd .btn-nav-toggle:before{content:"\f108"}
.icon-logo-google-glass:before{content:"\f109"}
/*.icon-logo-google-plus:before,.btn-share.share-google-plus:before,.btn-apply.apply-google-plus:before{content:"\f10a"}.icon-logo-google:before,footer .footer-content:before,footer .footer-content:after{content:"\f10b"}.icon-logo-twitter:before,.btn-share.share-twitter:before,.btn-apply.apply-twitter:before{content:"\f10c"}.icon-menu-button:before,nav .btn-nav-toggle:before{content:"\f10d"}.icon-right-arrow:before{content:"\f10e"}.icon-youtube:before,.btn-share.share-youtube:before{content:"\f10f"}html,body{height:100%}#wrapper{position:relative;min-height:100%;background:#000;overflow-x:hidden}#main{overflow:hidden;padding-bottom:124px}footer{position:relative;margin-top:-84px;height:84px;clear:both;z-index:5}body:before{content:"";height:100%;float:left;width:0;margin-top:-32767px}.ie8 #wrapper{display:table;height:100%}body{color:#333;font:14px/24px "Roboto",Helvetica,Helvetica Neue,Arial;font-weight:300;background-color:#fff}body:-webkit-full-screen{width:100% !important;height:100% !important}*/


.robotoslab {font-family: 'Roboto Slab',serif;}
h1 {
width:100%; color:#545454; font-size: 40px;font-family: 'Roboto Slab',serif;
font-weight: 700;
text-transform: uppercase;
padding-bottom:10px; margin-bottom:0px;padding-top:70px;

}
h2 {font-size:24px;text-transform: uppercase;font-family: 'Roboto Slab',serif;}
h3 {font-size:18px;font-weight: 300;text-transform: uppercase;color:#747474;font-family: 'Roboto Slab',serif;}

.owl-carousel .item {
  margin: 0px;
        
        
}
.owl-carousel .item .margin-wrapper {
    height:150px; margin:1px;position: relative;
}
.owl-carousel .item img {
    display: block; margin-left:-25%;
    margin-top:0px; text-align: center;
       -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-carousel .thumb-desc {position:absolute;bottom:-75px;left:0px;width:100%;background: #e5e5e2;height:75px;text-align: left;
-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-carousel .margin-wrapper {text-align: center;cursor: pointer;}
.owl-carousel .margin-wrapper:hover img {
       /* transform: translateY(-50px);*/
       margin-top:-50px;
       -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-carousel .margin-wrapper:hover .thumb-desc {
   display:block;
   bottom:0px;
       -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-carousel h3 {font-size: 15px;color:#101010; padding-top:20px;padding-left:14px;max-width: 80%;}
.thumb-icon {background: #faa61a url(../../admin/design/images/icon-view-14-light.png) no-repeat center center;border-radius:25px 25px 25px 25px;width:30px;height:30px;display:block;position: absolute;top:25px;right:10px;}
.back {text-align: center;margin-top:30px;}
.back a {color:#b0c147; font-size: 20px;

}

.rsContent {
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  float: left;
}
.rsSlide {padding:0px}
.bContainer {
  position: relative;
}
.bContainer {position: absolute;top:50%;left:0px;width:100%;text-align: center;} 
.rsABlock {
  position: relative;
  display: block;
  left: auto;
  top: auto;
}

.rsABlock a {margin-top:100px;text-decoration: none; font-size:14px;padding:12px 18px;text-align:center; border:0px;text-transform: uppercase; color:#fff;text-shadow:1px 1px #888;background: #f8823c;border-radius:8px;margin-left:0px}
.rsABlock a:hover {background: #ff9933;color:#fff;}

.txtCent {
  text-align: center; 
  width: 75%;
  font-size:20px; color:#fff;padding-left:2px;
  line-height:16px;
  margin:30px auto;
}
.butt {margin-top:40px}
.blockHeadline {
  margin:0px auto;text-align: center;
  font-size: 40px; font-weight: 600;  
  line-height: 50px; padding-left:0px; color:#fff;
  text-shadow: 1px 1px #111;
}
.blockSubHeadline {
  margin-top:4px;
  font-size: 36px;
  font-weight: 300;padding-left:0px;color:#fff;
  text-shadow: 1px 1px #111;
  line-height: 40px
}
b,strong {font-weight:700}



.banner {
    position: relative;
    padding-top:100px;
    width: 100%;
    overflow: auto;
    
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    
    color: rgba(255,255,255,.6);
    text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
    
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.banner .unslider-arrow.prev {position: absolute;top:50%;left:20px;border-radius:40px 40px 40px 40px;width:60px;height:60px;padding:10px;background: #fff; background: rgba(255,255,255,0.3);}
.banner .unslider-arrow.next {position: absolute;top:50%;right:20px;border-radius:40px 40px 40px 40px;width:60px;height:60px;padding:10px;background: #fff; background: rgba(255,255,255,0.3);}
.banner ul {
    list-style: none;
    width: 300%;
    padding:0px;margin:0px;
}
.banner ul li {
    display: block;
    float: left;
    position: relative;
    width: 34%;
    padding: 0px;
    height:600px;
    
/*        -webkit-background-size: 100% 100%;*/
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
     background-size: cover;
    
    box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
}

.banner .stitle {position: absolute;top:44%;width:100%;text-align:center;border:0px solid #b60000;font-size:20px;color:#fff}

.banner h2 {
    color: #fff;
    margin:0px auto;text-align: center;
    font-size: 40px; font-weight: 600;  
    line-height: 50px; padding-left:0px; color:#fff;
    text-shadow: 1px 1px #111;
}

.banner .btn {
    display: inline-block;
    margin: 25px 0 0;
    padding: 9px 22px 7px;
    clear: both;
    
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    
    border: 2px solid rgba(255,255,255,.4);
    border-radius: 5px;
}
    .banner .btn:hover {
        background: rgba(255,255,255,.05);
    }
    .banner .btn:active {
        -webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
        -moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
        -ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
        -o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
        filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    }
    
.banner .btn, .banner .dot {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}

.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding:0px;margin:0px;
}
.banner .dots li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    
    text-indent: -999em;
    
    border: 0px solid #fff;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.banner .dots li.active {
    background: #afc047;
    opacity: 1;
}

.member-item {
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
    overflow: auto;
    padding: 0px 0px;
    width: 124px;
    margin:0px auto;
}

.member-item .image {
    border-radius: 62px;
    float: left;
    margin-left: 0px;
    background-color: #c4c4c4;
    position: relative;
    height: 124px;
    width: 124px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.member-item.szolgaltatas {width: 248px;}
.member-item.szolgaltatas .image {width:248px;height:248px;border-radius: 124px;}
.member-item.invitation .image {
    background-size: auto auto;
}

.introinner {position: absolute;margin:0px auto;text-align:center;top:0px;left:0px;z-index:2000;width:100%}
.introinner .biglogo {padding-top:100px;padding-bottom:60px}
.introinner .h1 {width:auto;font-size:80px;font-weight:700;text-shadow:1px 1px #888;color:#fff;text-transform: uppercase;line-height: normal}
.introinner .h1 span{padding-left:20px;padding-right:20px}
.introinner .h1desc {font-size:30px;font-weight:300;text-shadow:1px 1px #888;color:#fff;text-transform: uppercase;line-height: normal;padding-top:20px}
.introinner .h1desc span {border-top:1px solid #b1dfde;padding-top:15px}
.mousewheel {margin-top:70px}
#welcome-messages {border:0px solid #fff}
#welcome-messages ul {padding:0px;margin:0px}
#welcome-messages ul li {padding:0px;margin:0px;height:auto}

.icon-socialz {padding-top:30px}
.icon-sociale {position: absolute;top:12px;right:0px;}

ul.social, .tflags {padding:0px;margin:0px;list-style-type: none;}

.social li {
    display: inline-block;
    text-indent: -999em;
}
.tflags li {display: inline-block; }

.social li {
    display: inline-block;
    text-indent: -999em;
}
.social li a, .tflags li a {
    background-clip: padding-box;
    background-image: url(../design/social.png);
    background-repeat: no-repeat;
    border-radius: 12px 12px 12px 12px;
    display: block;
    height: 24px;
    margin-left: 5px;
    width: 24px;

}

.tflags li a {background-image:none;color:#fff}
.social li:first-child a {
    margin-left: 0;
}
.social li a:hover {
    border-top-left-radius: 0;
}
.social li a.facebook {
    background-position: -4px -4px;
}
.social li a.facebook:hover {
    background-color: #3C5FAC;
}
.social li a.twitter {
    background-position: -36px -4px;
}
.social li a.twitter:hover {
    background-color: #5EC3DF;
}
.social li a.flickr {
    background-position: -64px 0;
}
.social li a.flickr:hover {
    background-color: #FF0084;
}
.social li a.rss {
    background-position: -99px -4px;
}
.social li a.rss:hover {
    background-color: #FF9900;
}
.social li a.dribble {
    background-position: -128px 0;
}
.social li a.dribble:hover {
    background-color: #EA4C89;
}
.social li a.lastfm {
    background-position: -160px 0;
}
.social li a.lastfm:hover {
    background-color: #D51007;
}
.social li a.linkedin {
    background-position: -195px -2px;
}
.social li a.linkedin:hover {
    background-color: #2089B5;
}
.social li a.vimeo {
    background-position: -224px 0;
}
.social li a.vimeo:hover {
    background-color: #0DADD6;
}
.social li a.google {
    background-position: -260px -2px;
}
.social li a.google:hover {
    background-color: #C63D2D;
}
.social li a.forrst {
    background-position: -288px 0;
}
.social li a.forrst:hover {
    background-color: #5B9A68;
}
.social li a.skype {
    background-position: -320px 0;
}
.social li a.skype:hover {
    background-color: #00AFF0;
}
.social li a.picassa {
    background-position: -352px 0;
}
.social li a.picassa:hover {
    background-color: #FFD34E;
}
.social li a.youtube {
    background-position: -388px -4px;
}
.social li a.youtube:hover {
    background-color: #C8312B;
}
.social li a.pinterest {
    background-position: -420px -4px;
}
.social li a.pinterest:hover {
    background-color: #CB2027;
}

.icon-sociale .social li a {background-image: url(../design/social_black.png);margin-left: 0px}
.icon-sociale .social li a:hover {background-color:#f5f5f5}

.plogo {text-align: center; padding:10px}