#cookie-notice{display:none;position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;line-height:20px;left:0;text-align:center}#cookie-notice .button.bootstrap,#cookie-notice .button.wp-default{font-family:sans-serif;display:inline-block;font-style:normal;cursor:pointer;border-style:solid;border-width:1px;font-size:12px;text-decoration:none;outline:0}.cookie-notice-container{padding:10px;text-align:center}.cn-top{top:0}.cn-bottom{bottom:0}#cookie-notice .button{margin-left:10px}#cookie-notice .button.wp-default{line-height:18px;padding:2px 12px;background:linear-gradient(to bottom,#FEFEFE,#F4F4F4) #F3F3F3;border-color:#BBB;color:#333;text-shadow:0 1px 0 #FFF;-moz-box-sizing:border-box;border-radius:3px;white-space:nowrap}#cookie-notice .button.wp-default:focus,#cookie-notice .button.wp-default:hover{background:linear-gradient(to bottom,#FFF,#F3F3F3) #F3F3F3;border-color:#999;color:#222}#cookie-notice .button.bootstrap{margin-right:.3em;margin-bottom:0;line-height:20px;text-align:center;vertical-align:middle;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);padding:2px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#cookie-notice .button.bootstrap:focus,#cookie-notice .button.bootstrap:hover{color:#fff;background-color:#04c;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}
/*
     FILE ARCHIVED ON 10:26:33 Mar 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:30:30 Mar 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.756
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.013
  esindex: 0.014
  cdx.remote: 29.341
  LoadShardBlock: 104.122 (3)
  PetaboxLoader3.datanode: 78.865 (4)
  load_resource: 51.187
*/


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.8 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index:11104;
	display: none;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png');
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index:11100;
	display: none;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index:11101;
	outline: none;
	display: none;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancybox-wrap div {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index:11102;
	border: 0px solid #fff;
	background: #fff;
	-moz-background-clip: padding; /* Firefox 3.6 */
    -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
    background-clip: padding-box; /* IE9+, Firefox 4+, Opera, Chrome */
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index:11101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index:11103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	max-width:none !important;
	max-height:none !important
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	-webkit-overflow-scrolling: touch;
	z-index:0; /* z-index bug with -webkit-overflow-scrolling */
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/blank.gif');
	z-index:11102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

.rtl #fancybox-left {
	left:auto;
	right:0px
}

#fancybox-right {
	right: 0px;
}

.rtl #fancybox-right {
	left:0px;
	right:auto
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index:11102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png');
	background-position: -40px -30px;
}

.rtl #fancybox-left-ico{
	background-position:-40px -60px;
	right:-9999px
}

#fancybox-right-ico {
	background-image: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png');
	background-position: -40px -60px;
}

.rtl #fancybox-right-ico{
	background-position:-40px -30px;
	right:-9999px
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

.rtl #fancybox-left:hover span {
	right:20px
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.rtl #fancybox-right:hover span {
	right:auto;
	left:20px
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index:11001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index:11102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

.rtl .fancybox-title-over {
	text-align:right
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('http://bveklub.hu/hu/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png') -55px -90px no-repeat;
}

.fancybox-hidden{
	display:none
}

/* IE */
.fancybox-ie .fancybox-bg{
	background: transparent !important
}

/*
     FILE ARCHIVED ON 10:23:27 Mar 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:30:30 Mar 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.845
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.013
  esindex: 0.011
  cdx.remote: 11.811
  LoadShardBlock: 187.004 (3)
  PetaboxLoader3.datanode: 113.466 (4)
  load_resource: 104.975
  PetaboxLoader3.resolve: 63.696
*/


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('http://bveklub.hu/hu/wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('http://bveklub.hu/hu/wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),url('http://bveklub.hu/hu/wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('http://bveklub.hu/hu/wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('http://bveklub.hu/hu/wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('http://bveklub.hu/hu/wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*
     FILE ARCHIVED ON 10:28:51 Mar 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:30:30 Mar 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.875
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.01
  esindex: 0.012
  cdx.remote: 27.512
  LoadShardBlock: 240.719 (3)
  PetaboxLoader3.datanode: 109.264 (4)
  PetaboxLoader3.resolve: 96.885 (2)
  load_resource: 125.959
*/


@font-face {
    font-family: 'Droid Sans';
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/DroidSans-webfont.eot');
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/DroidSans-webfont.eot#iefix') format('embedded-opentype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/DroidSans-webfont.woff') format('woff'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/DroidSans-webfont.ttf') format('truetype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu Light';
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/ubuntu-light-webfont.eot');
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/ubuntu-light-webfont.eot#iefix') format('embedded-opentype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/ubuntu-light-webfont.woff') format('woff'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/ubuntu-light-webfont.ttf') format('truetype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/ubuntu-light-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Ubuntu';
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/ubuntu-regular-webfont.eot');
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/ubuntu-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/ubuntu-regular-webfont.woff') format('woff'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/ubuntu-regular-webfont.ttf') format('truetype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/ubuntu-regular-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/OpenSans-Regular-webfont.eot');
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/OpenSans-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans Light';
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/OpenSans-Light-webfont.eot');
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/OpenSans-Light-webfont.eot#iefix') format('embedded-opentype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Bebas Neue';
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/BebasNeue-webfont.eot');
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/BebasNeue-webfont.eot#iefix') format('embedded-opentype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/BebasNeue-webfont.woff') format('woff'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Yanone Kaffeesatz Regular';
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/yanonekaffeesatz-regular-webfont.eot');
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/yanonekaffeesatz-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Yanone Kaffeesatz Light';
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/yanonekaffeesatz-light-webfont.eot');
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/yanonekaffeesatz-light-webfont.eot#iefix') format('embedded-opentype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/yanonekaffeesatz-light-webfont.woff') format('woff'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/yanonekaffeesatz-light-webfont.ttf') format('truetype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Oswald Light';
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/Oswald-Light-webfont.eot');
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/Oswald-Light-webfont.eot#iefix') format('embedded-opentype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/Oswald-Light-webfont.woff') format('woff'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/Oswald-Light-webfont.ttf') format('truetype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/Oswald-Light-webfont.svg#OswaldLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Oswald';
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/Oswald-Regular-webfont.eot');
    src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/Oswald-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/Oswald-Regular-webfont.woff') format('woff'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/Oswald-Regular-webfont.ttf') format('truetype'),
         url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ICON FONT - ELUSIVE */
@font-face {
  font-family: 'elusive';
  src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/elusive.eot');
  src: url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/elusive.eot#iefix') format('embedded-opentype'),
       url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/elusive.woff') format('woff'),
       url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/elusive.ttf') format('truetype'),
       url('http://bveklub.hu/hu/wp-content/themes/tempera/fonts/elusive.svg#elusive') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="crycon-"]:before,
 [class*=" crycon-"]:before {
    font-family: "elusive";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: .2em;
    cursor:inherit;
    font-size:inherit;
}

/* Post info */
.crycon-author:before { content: '\e801'; }
.crycon-category:before { content: '\e805'; }
.crycon-category2:before { content: '\e817'; }
.crycon-folder-close:before { content: '\e81c'; }
.crycon-folder-open:before { content: '\e81d'; }
.crycon-tag:before { content: '\e802'; }
.crycon-bookmark:before { content: '\e810'; }
.crycon-edit:before { content: '\e804'; }
.crycon-comment:before { content: '\e800'; }
.crycon-comments:before { content: '\e815';}
.crycon-replies {float:left; margin-right:5px;}
.crycon-replies:before { content: '\e815'; font-size:26px; }
.crycon-date:before { content: '\e82b'; }
.crycon-time:before { content: '\e80d'; }

/* Post formats */
.crycon-status:before { content: '\e81a'; }
.crycon-aside:before { content: '\e82a'; }
.crycon-link:before { content: '\e818'; }
.crycon-audio:before { content: '\e823'; }
.crycon-video:before { content: '\e829'; }
.crycon-image:before { content: '\e824'; }
.crycon-gallery:before { content: '\e825'; }
.crycon-quote:before { content: '\e80f'; }

/* Misc */
.crycon-search:before { content: '\e816'; }
.crycon-down-dir:before { content: '\e803'; }
.crycon-right-dir:before { content: '\e806'; }
.crycon-angle-left:before { content: '\e807'; }
.crycon-angle-right:before { content: '\e808'; }
.crycon-angle-up:before { content: '\e809'; }
.crycon-angle-down:before { content: '\e80a'; }
.crycon-minus:before { content: '\e80b'; }
.crycon-left-open:before { content: '\e80c'; }
.crycon-up:before { content: '\e80e'; }
.crycon-left-dir:before { content: '\e811'; }
.crycon-up-open:before { content: '\e812'; }
.crycon-ok:before { content: '\e813'; }
.crycon-cancel:before { content: '\e814'; }
.crycon-up-dir:before { content: '\e819'; }
.crycon-right-open:before { content: '\e81e'; }
.crycon-home:before { content: '\e81f'; }
.crycon-menu:before { content: '\e820'; }
.crycon-plus:before { content: '\e821'; }
.crycon-down-open:before { content: '\e822'; }
.crycon-down:before { content: '\e826'; }
.crycon-left:before { content: '\e827'; }
.crycon-right:before { content: '\e828'; }
.crycon-star-empty:before { content: '\e82c'; }
.crycon-star:before { content: '\e82d'; }
.crycon-mail:before { content: '\e82e'; }
.crycon-home-1:before { content: '\e82f'; }
.crycon-attach:before { content: '\e830'; }
.crycon-eye:before { content: '\e831'; }
.crycon-eye-off:before { content: '\e832'; }
.crycon-tags:before { content: '\e833'; }
.crycon-flag:before { content: '\e834'; }
.crycon-warning:before { content: '\e835'; }
.crycon-location:before { content: '\e836'; }
.crycon-trash:before { content: '\e837'; }
.crycon-doc:before { content: '\e838'; }
.crycon-phone:before { content: '\e839'; }
.crycon-cog:before { content: '\e83a'; }
.crycon-basket:before { content: '\e83b'; }
.crycon-basket-circled:before { content: '\e83c'; }
.crycon-wrench:before { content: '\e83d'; }
.crycon-wrench-circled:before { content: '\e83e'; }
.crycon-mic:before { content: '\e83f'; }
.crycon-volume:before { content: '\e840'; }
.crycon-volume-down:before { content: '\e841'; }
.crycon-volume-off:before { content: '\e842'; }
.crycon-headphones:before { content: '\e843'; }
.crycon-lightbulb:before { content: '\e844'; }
.crycon-resize-full:before { content: '\e845'; }
.crycon-resize-full-alt:before { content: '\e846'; }
.crycon-resize-small:before { content: '\e847'; }
.crycon-resize-vertical:before { content: '\e848'; }
.crycon-resize-horizontal:before { content: '\e849'; }
.crycon-move:before { content: '\e84a'; }
.crycon-zoom-in:before { content: '\e84b'; }
.crycon-zoom-out:before { content: '\e84c'; }
.crycon-arrows-cw:before { content: '\e84d'; }
.crycon-desktop:before { content: '\e84e'; }
.crycon-inbox:before { content: '\e84f'; }
.crycon-cloud:before { content: '\e850'; }
.crycon-book:before { content: '\e851'; }
.crycon-certificate:before { content: '\e852'; }
.crycon-tasks:before { content: '\e853'; }
.crycon-thumbs-up:before { content: '\e854'; }
.crycon-thumbs-down:before { content: '\e855'; }
.crycon-help-circled:before { content: '\e856'; }
.crycon-star-circled:before { content: '\e857'; }
.crycon-bell:before { content: '\e858'; }
.crycon-rss:before { content: '\e859'; }
.crycon-trash-circled:before { content: '\e85a'; }
.crycon-cogs:before { content: '\e85b'; }
.crycon-cog-circled:before { content: '\e85c'; }
.crycon-calendar-circled:before { content: '\e85d'; }
.crycon-mic-circled:before { content: '\e85e'; }
.crycon-volume-up:before { content: '\e85f'; }
.crycon-print:before { content: '\e860'; }
.crycon-edit-alt:before { content: '\e861'; }
.crycon-edit-2:before { content: '\e862'; }
.crycon-block:before { content: '\e863'; }

/*
     FILE ARCHIVED ON 10:26:57 Mar 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:30:30 Mar 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.764
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.011
  esindex: 0.012
  cdx.remote: 58.02
  LoadShardBlock: 134.97 (3)
  PetaboxLoader3.datanode: 245.959 (4)
  PetaboxLoader3.resolve: 146.739 (2)
  load_resource: 268.565
*/


@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://fonts.gstatic.com/s/ptsansnarrow/v8/BngRUXNadjH0qYEzV7ab-oWlsbCIwRg.ttf) format('truetype');
}

/*
     FILE ARCHIVED ON 10:21:54 Mar 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:30:30 Mar 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.036
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.017
  esindex: 0.014
  cdx.remote: 62.744
  LoadShardBlock: 158.519 (3)
  PetaboxLoader3.datanode: 130.513 (4)
  load_resource: 139.583
  PetaboxLoader3.resolve: 71.775
*/


/*
Theme Name: Tempera
Theme URI: https://www.cryoutcreations.eu/wordpress-themes/tempera
Description: We had to follow a very strict recipe to get Tempera just right. We started with a very solid framework of over 200 settings, added a very light user interface, threw in a couple of mobiles and tablets to give it that responsive elasticity, added over 50 fonts, weren't satisfied so we poured all the Google fonts into the mix, then scattered 12 widget areas for consistency, dissolved a slider and unlimited columns into a customizable Presentation Page then mixed it in as well. We then sprinkled all post formats, 8 layouts including magazine and blog, powdered 40+ social icons and even blended in a customizable top bar for extra density. We also made it translation ready and gave it RTL language support for some cultural diversity. The secret ingredient was love and we might've spilled too much of that. But now Tempera has just the right feel and the right texture and is exactly what your empty WordPress canvas needs. NEW! Tempera now comes in 16 different flavors with preset color schemes!
Author: Cryout Creations
Author URI: https://www.cryoutcreations.eu
Version: 1.6.2
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, footer-widgets, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template,  microformats, post-formats, rtl-language-support,  sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, education, entertainment, food-and-drink, news
Text Domain: tempera

Tempera WordPress Theme
Copyright 2013-17 Cryout Creations
https://www.cryoutcreations.eu
This theme, like WordPress, is licensed under the GPL.
*/

/*
IMPORTANT!

Any changes made to this or any other of the theme's files will be lost at the next update.

To safely make customizations to the theme, for CSS-only use the theme's dedicated
"Custom CSS" field found under the Miscellaneous section of the theme settings page;
for advanced CSS and other customizations, use a child theme.
*/

/* Reset default browser CSS */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	clear: none;
}

ol, ul {
	list-style: none;
}

.entry-content blockquote {
	display: block;
	position: relative;
	float: none;
	clear: both;
	padding: 30px 30px 30px 80px;
	font-size: 1.1em;
	font-style: italic;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

.entry-content blockquote:before {
	position: absolute;
	content: '\e80f';
	font-family: 'elusive';
	font-size: 30px;
	left: 25px;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.entry-content blockquote p{
	margin-bottom: 0;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}


/* =Layout
-------------------------------------------------------------- */

#container {
	float: none;
	margin: 0;
	width: 100%;
}

#content {
	margin-bottom: 0;
}

.sidey {
	display: block;
	float: left;
}

#footer {
	clear: both;
	width: 100%;
}

/* =Fonts
-------------------------------------------------------------- */
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.entry-content pre {
	border-bottom: 1px solid transparent;
}

.entry-content pre {
    display: block;
    float: none;
    clear: both;
    overflow: auto;
    margin: 0 auto;
    border: 1px solid transparent;
	border-bottom: 1px solid transparent;
    padding: 10px;
    text-indent: 0;
    white-space: nowrap;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
div.menu,
#colophon,
#branding,
#main,
#header {
	margin: 0 auto;
}

#branding {
	display: block;
	float: left;
	position: relative;
	clear: both;
	height: 75px;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

a#logo {
	display: inline;
	height: 100%;
}

#linky {
	display: block;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==');
	width: 100%;
	height: 100%;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}

.footerfour .widget-area {
	float: left;
	margin-right: 2%;
	width: 23.5%;
}
.footerthree .widget-area {
	float: left;
	margin-right: 2%;
	width: 32%;
}

.footertwo .widget-area {
	float: left;
	margin-right: 2%;
	width: 49%;
}

.footerone .widget-area {
	float: left;
	width: 100%;
}

.footertwo #second,
.footerthree #third,
.footerfour #forth {
	margin-right: 0;
}

#footer-widget-area #fourth {
	margin-right: 0;
}


/* =Global Elements
-------------------------------------------------------------- */
html {
	font-size: 15px;
	line-height: 1.7;
}

hr {
	border: 0;
	clear: both;
	height: 1px;
}

/* Text elements */
.entry-content ul {
	margin-left: 1.5em;
}

.entry-content ul li,
.entry-content ol li {
	padding: 2px 0;
}

.entry-content ul > li {
	list-style: circle;
}

.entry-content ol > li {
	text-indent: 0;
}

.entry-content  li li {
	margin-left: 15px;
}

ol {
	list-style: decimal;
	margin-left: 2.5em;

}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 131.25%;
}

ins {
	text-decoration: none;
}

pre {
	line-height: 18px;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted transparent;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
	border: 1px solid transparent;
	padding: 10px 15px;
	font-family: inherit;
	border-radius: 4px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

input:focus,
textarea:focus {
	outline: none;
}

input::-moz-focus-inner {/*Remove button padding in FF*/
    border: 0;
    padding: 0;
}

a:link,
a:visited  {
    text-decoration:none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	background: none;
}

#site-title {
	float: left;
}

#site-title a {
	text-decoration: none;
    letter-spacing: -0.03em;
	display: block;
	font-size: 1em;
	line-height: 1.1;
}

#site-description {
	display: inline;
	float: left;
	font-size: 1em;
	padding: 3px 6px 3px 0;
	clear: both;
}

#header-container {
	display: block;
	float: none;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
}

#branding #bg_image + #header-container {
	position: absolute;
}

#header-container > div {
	margin-top: 20px;
}

#header:after {
	display: table;
	content: "";
	clear: both;
}

/* Header widget area
-------------------------------------------------------------- */
#header-widget-area {
    display: block;
    position: absolute;
    right: 0;
	top: 5px;
    overflow: hidden;
    height: 100%;
    width: 50%;
    z-index: 251;
}

/* =Menu -PRIMARY
-------------------------------------------------------------- */
#nav-toggle {
	display: none;
}

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	line-height: 1.5;
}

#access  ul  li.current_page_item,
#access ul li.current-menu-item  {
}

#access a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#access a > span {
	display: block;
	padding: .8em 1em;
}

#access a:hover {
}

#access > .menu > ul > li > a > span {
	border-right: 1px solid transparent;
}

#access > .menu > ul > li a:not(:only-child) > span:after {
    position: absolute;
    right: .7em;
    top: .8em;
	font-family: "Elusive";
    content: '\e80a';
    z-index: 251;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#access > .menu > ul ul > li a:not(:only-child) > span:after {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

#access > .menu li a:not(:only-child) > span,
#access > .menu > ul > li > a:not(:only-child) > span {
    padding-right: 1.6em;
}

#access > .menu > ul > li:hover > a:not(:only-child) > span:after {
    top: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#access > .menu > ul ul > li:hover > a:not(:only-child) > span:after {
    right: -20px;
	opacity: 0;
	filter: alpha(opacity=0);
}



#access ul li {
	position: relative;
	display: block;
	float: left;
	white-space: nowrap;
}

#access ul ul {
	display: none;
	position: absolute;
	clear: both;
	z-index: 260;
	margin-left: 0;
}

#access > .menu > ul > li > ul:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: 10px;
	top: -6px;
	border-bottom: 6px solid transparent;/* * */
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

#access ul ul ul li:first-child:before {
	display: inline-block;
	position: absolute;
	left: -6px;
	top: 50%;
	content: "";
	border-bottom: 6px solid transparent;
	border-right: 6px solid transparent;/* * */
	border-top: 6px solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#access ul ul li { /* level 2 */
	display: table;
	position: relative;
	float: left;
	clear: both;
	margin: 0;
    width: 100%; /* submenu width fix */
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#access ul ul li a {
}

#access ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
}

#access ul ul ul li { /* level 3 */
     width: 100%;
	 display: block;
     float: none;
 }

 #access ul ul ul ul li { /* level 4 */
	top: -1px;
}

#access ul ul a,
#access ul ul ul a {
	display: table;
	float: none;
	min-width: 150px;
	width: 100%;
}

#access ul li:hover > ul {
	display: block;
}

.tempera-menu-center #access > .menu {
	text-align: center;
}

.tempera-menu-center #access > .menu > ul {
	display: table;
	margin: 0 auto;
}

.tempera-menu-center #access > .menu > ul > li > a > span {
	text-align: center;
}

.tempera-menu-center #access > .menu > ul > li {
	display: inline-block;
	float: initial;
	vertical-align: middle;
}

.tempera-menu-center #access > .menu > ul > * {
	text-align: initial;
}

.tempera-menu-right #access > .menu {
	float: right;
}

.tempera-menu-right #nav-toggle {
	text-align: right;
}

.tempera-menu-right #access > .menu > ul > li > ul::before {
	left: auto;
	right: 10px;
}

.tempera-menu-right #access > .menu > ul > li > ul.sub-menu {
	right: 0;
}

.tempera-menu-rightmulti #access ul li {
	float: right;
}

.tempera-menu-rightmulti #nav-toggle {
	text-align: right;
}

.tempera-menu-rightmulti #access > .menu > ul > li > ul::before {
	left: auto;
	right: 10px;
}

.tempera-menu-rightmulti #access > .menu > ul > li > ul.sub-menu {
	right: 0;
}

.tempera-menu-left #nav-toggle {
	text-align: left;
}

/* =Menu -SECONDARY
-------------------------------------------------------------- */

.topmenu {
	display: inline;
	float: right;
	width: auto;
}

.topmenu ul li {
	display: block;
	float: left;
	margin: 0 3px;
}

.topmenu ul li a {
	display: block;
	padding: 0 4px;
	margin: 0 2px;
	font-size: .85em;
	line-height: 39px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.footermenu {
	display: block;
	float: left;
	font-size: .9em;
}

.footermenu > ul {
	float: left;
	margin-left: 20px;
}

.footermenu ul li {
	position: relative;
	display: block;
	float: left;
	padding: 0 0.8em;
	text-align: center;
	white-space: nowrap;
}

.footermenu ul li:after {
	font-size: .8em;
	content: "/";
	right: 0;
    margin: auto;
    position: absolute;
	line-height: 2;
	/* top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); */
}

.footermenu ul li:last-child:after {
	content: "";
}

/* ==Top Bar==
------------------ */

#topbar {
	display: block;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid transparent;
}

#topbar-inner {
	display: block;
	margin: 0 auto;
}

#topbar .socials a {
	background-color: transparent;
	margin: 0;
	padding: 1px;
	width: 28px;
	height: 28px;
}

#topbar .socials a img {
	width: 22px;
	height: 22px;
	padding: 0;
	top: 2px;
	left: 2px;
}

body.tempera-topbarhide #topbar {
	display: none;
}

body.tempera-topbarfixed #topbar {
	position: fixed;
	top: 0;
	z-index: 252;
	opacity: 0.8;
}

body.tempera-topbarfixed #header-full { margin-top: 30px; }
body.tempera-topbarfull #topbar-inner { max-width: 95%; }
body.tempera-topbarfixed.admin-bar #topbar { top: 32px; }

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	padding: 0;
	margin-top: 20px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var {
	overflow: auto;
	font-family: "Courier New",Courier,monospace;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	line-height: 1.5em;
	margin: 20px 0 0;
}

#content table {
	border: 0;
	margin: 0 0 24px 0;
	text-align: left;
	width: 100%;
	vertical-align: top;
}

#content tr {
	vertical-align: top;
}

#content .alternate {
}

#content tr th,
#content thead th {
	padding: 9px 24px;
}

#content tr td {
	border-top: 1px solid transparent;
	padding: 6px 24px;
}

#content tr td,
#content tr th,
#content thead th {
	border-right: 1px solid transparent;
}

#content tr td:last-child,
#content tr th:last-child {
	border-right: none;
}

#content tr.odd td {
}

.page-header {
	display: block;
	float: none;
	padding: 10px 0;
}

.taxonomy-description {
	margin-top: 0.5em;
}

#content .page-title {
	font-size: 1em;
	line-height: 2;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	border-left: 3px solid transparent;
}

#content #author-description .page-title {
	border: 0;
	padding: 0;
}

.page-title span {
	font-style: italic;
	font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
}

#content .entry-title {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

.entry-title a:link,
.entry-title a:visited {
	color: inherit;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
}

#content > h1.entry-title {
	margin-bottom: 10px;
}

.entry-meta {
    display: block;
	clear: both;
	overflow: hidden;
	font-size: .9em;
}

.single .entry-title + .entry-meta {
	margin-bottom: 1em;
}

footer.entry-meta {
	background: url(http://bveklub.hu/hu/wp-content/themes/tempera/images/dashed-border.png) 0 0 repeat-x;
	padding-top: .5em;
}

.entry-meta span,
.entry-utility span {
	display: block;
	float: left;
	margin-right: 12px;
	line-height: 2;
}

.entry-meta span a,
.entry-utlity span a {
	-webkit-transition: .3s color ease-out;
	transition: .3s color ease-out;
}

.crycon-metas:before {
    cursor: pointer;
    margin-right: 3px;
}

.entry-meta time.updated {
	display: none;
}

.entry-utility {
	clear: both;
}

.footer-tags {
	display: block;
	float: left;
}

.entry-utility span.bl_bookmark {
	float: none;
	display: inline;
	padding: 0;
}

 .comments-link {
	float: right;
}

.comments-link b {
	font-weight: normal;
}

#content span.entry-format {
	display: inline;
	float: left;
	padding: 0 3px;
	margin-right: 5px;
	border-radius: 100px;
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
}

span.entry-format > i:before {
	cursor: default;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted transparent;
}

.entry-content,
.entry-summary {
	clear: both;
	padding-top: 8px;
	word-wrap: break-word;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content fieldset {
	border: 1px solid transparent;
	margin: 0 0 24px 0;
	padding: 24px;
}

.entry-content fieldset legend {
	font-weight: bold;
	padding: 0 24px;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.tag-links {
	margin-left: 30px;
}

.page-link {
	margin: 10px 0;
	clear: both;
}

 .page-link a,
 .page-link > span > em {
	font-weight: normal;
	text-decoration: none;
	padding: 0 6px;
	border-right: 1px solid transparent;
}

.page-link em {
	font-style: normal;
}

.page-link  a:last-child,
.page-link > span > em:last-child {
	border-right: none;
}

.page-link a:hover {
}

span.edit-link {
	float: right;
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
}

#author-info {
	clear: both;
	margin: -10px 0 24px 0;
	overflow: hidden;
	border-left: 3px solid transparent;
	padding: 15px 0;
}

#author-info #author-avatar {
	float: left;
	height: 60px;
	margin: 0 -80px 0 20px;

}
#author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
	padding: 0 10px;
}

#entry-author-info {
	clear: both;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 0;
	border-left: 3px solid transparent;
}

#entry-author-info #author-avatar {
	float: left;
	height: 60px;
	margin: 0 -80px 0 20px;
}

#author-avatar .avatar {
	border-radius: 100px;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2 {
	font-weight: bold;
	margin-bottom: 0;
}

#content .video-player {
	padding: 0;
}

/* POST FORMATS */

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	margin-bottom: 10px;
	margin-top: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}

#content .format-aside .entry-title {
	display: none;
}

#content .format-aside .author ,
#content .format-aside .bl_categ {
	display: none;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-icon {
	line-height: 0;
}

.gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: .9em;
	color: #fff;
	text-align: left;
	line-height: 1.3;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	width: 100%;
	cursor: default;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* =Chat
-------------------------------------------------------------- */
.format-chat p {
	font-family: Monaco, "Courier New", monospace;
}

/* =Quote
-------------------------------------------------------------- */
.format-quote blockquote,
.format-quote blockquote p {
	font-family: Georgia,"Bitstream Charter",serif;
	font-size: 1.1em;
}

/* =Status
-------------------------------------------------------------- */

.format-status .entry-title {
	display: none;
}

.status_content {
}

.format-status .avatar {
	display: block;
	width: auto;
	float: left;
	margin: 0 10px 10px 0;
}

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 1.4em;
	margin-top: 24px;
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 100%;
}

#content table img {
	max-width: inherit;
}

#content img:hover {
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter,
#content img.alignnone,
#content .wp-caption img {
	transition: all .3s ease-in-out;
	opacity: 0.99;
	filter: alpha(opacity=99);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#content img.alignleft:hover,
#content img.alignright:hover,
#content img.aligncenter:hover,
#content img.alignnone:hover,
#content .wp-caption img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#content .wp-caption {
	margin-bottom: 20px;
	text-align: center;
	max-width: 100%;
	position: relative;
}

#content .wp-caption img {
	border: none !important;
	padding: 0;
	width: 100%;
    box-shadow: none !important;
}

#content .wp-caption > a {
	line-height: 0;
	display: block;
}

#content .wp-caption .wp-caption-text {
    position: absolute;
    bottom: 0;
    width: 100%;
	margin-bottom: 0;
    padding: 10px 5px;
    text-align: center;
    text-indent: 0;
}

#content .wp-smiley {
	margin: 0;
	width: auto !important;
	box-shadow: none !important;
    background: none !important;
    border: 0 !important;
    vertical-align: middle;
}

#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
	max-width: 96%;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	overflow: hidden;

}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}


.nav-previous a {
	float: left;
	width: 47%;
	padding: 5px 1%;

}
.nav-next a {
	float: right;
	text-align: right;
	width: 47%;
	padding: 5px 1%;
}

.nav-previous:hover .meta-nav-prev:before{
	margin-right: 10px;
	margin-left: -5px;
}

.nav-next:hover .meta-nav-next:before{
	margin-left: 10px;
	margin-right: -5px;
}

.meta-nav-prev:before {
	font-family: "elusive";
	content: '\e827';
	font-style: normal;
	margin-right: 5px;
	font-size: 12px;
	-webkit-transition: .2s margin ease-in-out;
	transition: .2s margin ease-in-out;
} /* '?' */

.meta-nav-next:before {
	font-family: "elusive";
	content: '\e828';
	font-style: normal;
	margin-left: 5px;
	font-size: 12px;
	line-height: 1.7;
	-webkit-transition: .2s margin ease-in-out;
	transition: .2s margin ease-in-out;
} /* '?' */

.single #nav-above {
	display: block;
}

#nav-below {
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
	float: none;
	clear: both;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	padding: 30px 0 10px;
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title {
	margin-bottom: 30px;
	line-height: 1.5;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist li.comment {
	margin: 0;
	list-style: none;
	line-height: 10px;
}

.commentlist li.comment:hover {
}

.commentlist .comment-body {
	padding: 10px;
	overflow: hidden;
	clear: both;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.commentlist li:last-child {
}

#comments .comment-body ul,
#comments .comment-body ol {
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.avatar-container {
	float: left;
}

.avatar-container:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	border-radius: 30px 30px 0 30px;
}

.avatar-container:hover:before {
	display: none;
}

.commentlist .avatar {
	border-radius: 30px 30px 0 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.commentlist .avatar:hover {
	border-radius: 0 30px 30px 30px;
}

.comment-author {
	display: inline-block;
	line-height: 24px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.comment-details {
	position: relative;
	float: left;
	padding: 7px 15px;
}

.comment-author cite {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

.comment-meta {
	font-size: .9em;
	opacity: .7;
}

.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
}

.commentlist .even {
}

.commentlist .bypostauthor {
}

.comment-await {
	margin-left: 25px;
}

.commentlist .reply a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	width: auto;
}

.commentlist .reply a .crycon-reply {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.commentlist .reply a:hover .crycon-reply {
	left: -5px;
}

.crycon-forward:before {
	content: '\e81b';
	margin-left: 5px;
	font-size: 12px;
	-webkit-transform: rotate(180deg) scale(-1,1);
	-ms-transform: rotate(180deg) scale(-1,1);
	transform: rotate(180deg) scale(-1,1);
	-webkit-transition: .2s all ease-out;
	transition: .2s all ease-out;
}

.crycon-reply:before {
	content: '\e81b';
	margin-right: 5px;
	font-size: 12px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .2s margin ease-out;
	transition: .2s margin ease-out;
}

.commentlist .children {
	list-style: none;
	margin: 0;
	margin-left: 20px;
}

.commentlist .children li {
	margin: 0;
}

#content .nocomments, #content .nocomments2 {
	margin-bottom: 0;
}

.hideme {
	display: none;
}

.commentlist .pingback {
	border-bottom: 1px solid transparent;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

.commentlist .pingback p {
	display: block;
	margin: 0;
}

.commentlist .pingback .url {
	font-style: italic;
}

/* Comments form */
input[type="submit"],
input[type="reset"] {
	padding: 0.75em 1.5em;
	cursor: pointer;
	letter-spacing: .5px;
}

#respond {
	margin: 0;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
	font-size: 0.9em;
}

.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
	min-width: 400px;
}

h3#reply-title {
	margin: 0;
	padding: 5px 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: .9em;
	font-weight: normal;
}

#commentform  {
	max-width: 550px;
	display: block;
}

#respond label {
	display: none;
}

.comment-form-comment textarea {
	display: block;
	float: none;
	height: 150px;
	width: 100%;
	padding: 10px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
	display: block;
	float: none;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
	display: block;
	float: none;
	width: 100%;
}

#respond input:hover,
#respond textarea:hover {
}

#respond .form-allowed-tags {
	font-size: .9em;
	line-height: 1.3;
	width: 100%;
	clear: both;
	display: block;
	float: none;
}

#respond .form-submit {
	margin: 12px 0;
	text-align: right;
	clear: both;
}

#respond .form-submit input {
	width: auto;
}

#respond .form-submit input#submit {
	border: 1px solid transparent;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

#respond .form-submit input#submit:hover {
	cursor: pointer;
}

.button {
	border: 1px solid transparent;
	padding: 4px 7px;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

.button,
#respond .form-submit input#submit {
	border-radius: 4px;
}

.button:hover {
	cursor: pointer;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area > ul, .widget-area > ul > li.widget-container > ul {
	list-style: none;
	list-style-image: none;
}

.widget-container {
	padding: 5px;
	margin: 0 0 20px 0;
}

.widget-container > * {
	max-width: 100%;
}

.widget-container > ul > li {
	display: block;
	float: none;
	margin-bottom: 10px;
}

.widget-title {
	font-size: 18px;
	padding: 5px 5px 5px 10px;
	text-align: left;
	margin-bottom: 12px;
	border-bottom: 1px solid transparent;
	border-radius: 4px;
}

#footer-widget-area a:hover {
	text-decoration: underline;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	word-wrap: break-word;
}

.widget-area a:active,
.widget-area a:hover {
}

/* Search buttons */
.searchform {
	display: block;
	height: auto;
	position: relative;
	overflow: hidden;
}

.contentsearch {
	display: block;
	float: none;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 0;
}

.no-results .contentsearch {
	padding: 0;
}

.searchform input[type="search"]  {/* This keeps the search inputs in line This is the Sidebar Search*/
	display: block;
	float: left;
	padding: 0 30px 0 10px;
	height: 50px;
	width: 100%;
	border-radius: 4px;
}

.contentsearch .searchform input[type="search"] {
	width: 100%;
	margin-left: 0;
}

.searchsubmit  {
	display: block;
	position: absolute;
	right: 0;
	font-family: "elusive";
	font-size: 17px;
	border: none;
	height: 50px;
	vertical-align: middle;
	background: none;
	box-shadow: none;
	opacity: .5;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.searchform:hover .searchsubmit {
	right: -35px;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* Header searchform */
.menu-header-search .searchsubmit {
	font-size: .85em;
	line-height: 39px;
	height: 39px;
	color: inherit;
	opacity: 1;
}

.menu-header-search .searchsubmit .crycon-search {
	position: relative;
	top: -1px;
}

.menu-header-search .searchform:hover .searchsubmit {
	right: 0;
}

.menu-header-search .searchform input[type="search"] {
	padding: 0 25px 0 5px;
	width: 0;
	border: 0;
	font-size: .85em;;
	line-height: 39px;
	height: 39px;
	opacity: 0;
	border-radius: 0;
	color: inherit;
	border-bottom: 1px solid transparent;
	background: transparent;
	-webkit-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}

.topmenu li.menu-header-search:hover .searchform input[type="search"],
.topmenu li.menu-header-search .searchform input[type="search"]:focus {
	width: 160px;
	opacity: 1;
}

/* Main menu search */
#access li.menu-main-search {
	float: right;
}

li.menu-main-search .searchform input[type="search"] {
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	padding-top: .8em;
	padding-bottom: .8em;
	line-height: inherit;
	height: auto;
	background: rgba(0,0,0,.06);
	border: none;
	border-left: 1px solid transparent;
}

li.menu-main-search .searchsubmit {
	font-size: 14px;
	opacity: .5;
	height: 100%;
}

/* Footer menu search */
li.menu-footer-search {
	max-width: 120px;
}

li.menu-footer-search .searchform:after {
	background-color: transparent;
}

li.menu-footer-search .searchform .s {
	font-size: inherit;
	line-height: inherit;
	height: 25px;
	border: none;
	border-bottom: 1px solid #CCC;
	border-radius: 0;
	padding-left: 2px;
}

li.menu-footer-search .searchform .s:hover {
	background: none;
}

li.menu-footer-search .searchsubmit {
	font-size: inherit;
	line-height: inherit;
	height: 25px;
	width: auto;
	opacity: .5;
	right: -5px;
	bottom: 1px;
	cursor: pointer;
}

li.menu-footer-search .searchform:hover .searchsubmit {
	right: -5px;
	opacity: 1;
}

/* Callendar */
#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 4px;
	margin-left: 10px;
}

#wp-calendar thead {
	font-size: .9em;
}

#wp-calendar tbody td {
	padding: 3px 0 2px;
	text-align: center;
	border: 1px solid transparent;
}

#wp-calendar tbody td:hover {
	opacity: 0.8;
}

#wp-calendar tbody td a{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

.widget_rss a.rsswidget {}
.widget_rss a.rsswidget:hover {}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
.main .widget-area ul {
	margin-left: 0;
	padding: 0;
}

.main .widget-area ul ul {
	border: none;
	margin-left: 10px;
	padding: 0;
}

/* Before and after content widgets */
.yoyo .widget-title {
	background: none;
	padding: 0;
	margin: 0;
}

/* Footer widget areas */
#footer-widget-area {
	margin: 20px 0 10px 0;
}

#footer-widget-area a{
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-top: 20px;
	margin-bottom: 0;
}

#footer a{
	-webkit-transition: color .2s;
	transition: color .2s;
}

#footer2 {
	display: block;
	padding: 20px 0 5px;
	overflow: visible;
	margin-bottom: 20px;
}

#footer2:after {
	content:"";
	display:table;
	clear:both;
}

#colophon {
	margin: 0 30px;
	overflow: hidden;
}

#site-copyright {
	display: block;
	float: none;
	font-style: italic;
	clear: both;
	margin: 0 auto 15px;
	font-size: .9em;
	text-align: center;
}

#footer2 a {
	text-decoration: none;
}

#footer2 a:hover {
	text-decoration: underline;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/*  Extras   */
#forbottom {
	clear: both;
	margin: 0 40px;
	padding: 25px 0;
	/*min-height:400px;*/
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}

#site-description {
	-webkit-text-size-adjust: none;
}

/* SOCIALS */
.socials {
	position: relative;
	float: right;
	overflow: hidden;
	margin-right: 10px;
	height: 30px;
}

.socials a {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	height: 34px;
	width: 34px;
	padding: 4px;
	margin-right: 5px;
	border-radius: 50px;
}

.socials img {
	position: relative;
	width: 26px;
	height: 26px;
	z-index: 99;
}

/* The animated square */
.socials .socials-hover {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	border-radius: 50px;
	-webkit-transition: .25s ease-out all;
	transition: .25s ease-out all;
}

.socialicons:hover .socials-hover {
	width: 30px;
	height: 30px;
	top: 2px;
	left: 2px;
}

#sheader .socialicons:hover .socials-hover {
	width: 26px;
	height: 26px;
	top: 1px;
	left: 1px;
}

#sheader {
	margin-top: 5px;
}

#header-container > div#sheader {
	position: absolute;
	margin: 0;
	top: 10px;
	right: 5px;
}

#smenul,
#smenur {
	float: none;
	margin: 0 auto;
	position: inherit;
	display: table;
}

#smenul a , #smenur a {
	margin: 3px;
}

#sfooter {
	float: none;
	clear: both;
	display: table;
	margin: 0 auto 15px;
	text-align: center;
}

#sfooter a {
	margin-left: 5px;
}

#srights,
#slefts {
	display: block;
	position: fixed;
	right: 0;
	padding: 5px;
	top: 40%;
	height: auto;
	margin: 0 1px;
	opacity: 0.5;
	z-index: 99;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

#slefts {
	left: 0;
	right: auto;
}

#srights:hover,
#slefts:hover {
	opacity: 1;
}

#srights a,
#slefts a {
	display: block;
	float: none;
	clear: both;
	margin: 0 0 5px 0;
}

.socials a:last-child {
	margin-bottom: 0;
}

/* ARTICLES */

article.post,
article.page {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-bottom: 3em;
}

div.post, div.page, .yoyo > li {
	display: block;
	overflow: hidden;
	padding: 0;
	margin-bottom: 36px;
}

article.sticky {
}

.sticky .entry-header {
	border-bottom: 2px solid transparent;
}

#toTop {
	display: block;
	position: fixed;
	width: auto;
	height: auto;
	bottom: 40px;
	font-size: 12px;
	padding: 10px 14px;
	opacity: 0;
	z-index: 251;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.crycon-back2top:before {
	content: '\e812';
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
} /* '?' */

#toTop:hover .crycon-back2top:before {
}

/* CUSTOM IMAGE BORDER */

.tempera-image-none .entry-content img[class*='align'],
.tempera-image-none .entry-summary img[class*='align'] {}

.tempera-image-one .entry-content img[class*='align'],
.tempera-image-one .entry-summary img[class*='align'] {
	border-bottom: 3px solid transparent;
}

.tempera-image-two .entry-content img[class*='align'],
.tempera-image-two .entry-summary img[class*='align'] {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	padding: 2px 0;
}

.tempera-image-three .entry-content img[class*='align'],
.tempera-image-three .entry-summary img[class*='align'] {
	border: 1px solid #222;
	padding: 0;
	box-shadow: 0 0 15px #ccc;
}

.tempera-image-four .entry-content img[class*='align'],
.tempera-image-four .entry-summary img[class*='align'] {
	padding: 10px;
	border: 1px solid #DDD;
	box-shadow: 0 0 2px #CCC;
}
.tempera-image-five .entry-content img[class*='align'],
.tempera-image-five .entry-summary img[class*='align'] {
	padding: 6px;
	background: url(http://bveklub.hu/hu/wp-content/themes/tempera/images/border.png) repeat;
}

.tempera-image-one .entry-content img[class*='align']:hover,
.tempera-image-one .entry-summary img[class*='align']:hover {
	background-color: #eee;
}
.tempera-image-two .entry-content img[class*='align']:hover,
.tempera-image-two .entry-summary img[class*='align']:hover {
	box-shadow: none;
}
.tempera-image-three .entry-content img[class*='align']:hover,
.tempera-image-three .entry-summary img[class*='align']:hover {
	box-shadow: none;
}

/* CUSTOM CAPTION LOOK */

.caption-simple #content .wp-caption .wp-caption-text {
    position: inherit;
	padding: 7px 5px;
	font-style: italic;
}

.caption-dark #content .wp-caption .wp-caption-text {
	color: #EEE;
	padding: 20px 5px 10px;
	text-shadow: 0 0 7px #000;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.6) 50%, rgba(0,0,0,0.8));
}

.caption-light #content .wp-caption .wp-caption-text {
	color: #333;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0.8));
	background: linear-gradient(to bottom, rgba(255,255,255,0.4), rgba(255,255,255,0.8));
}

/* BREADCRUMBS */
.breadcrumbs {
	display: block;
	margin-bottom: 20px;
	position: relative;
	font-size: .9em;
}

.crycon-homebread:before {
	content: '\e81f';
	font-size: 1em;
	cursor: pointer;
} /* '?' */

/* PAGINATION */
.pagination {
	display: table;
	float: none;
	margin: 20px auto;
	text-align: center;
	clear: both;
	border: 1px solid transparent;
}

.pagination span,
.pagination a {
	display: block;
	float: left;
	position: relative;
	margin-right: 0;
	padding: .75em 1.5em;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.pagination span:first-child,
.pagination a:first-child {
	border-left: 0;
}

/* Continue Reading Links */
a.continue-reading-link {
	display: inline-block;
	position: relative;
	width: auto;
	float: none;
	padding: 9px 8px 8px 15px;
	border-bottom: 1px solid transparent;
	margin-top: 3px;
	font-size: .9em;
	font-style: normal;
	letter-spacing: .5px;
	clear: both;
	border-radius: 4px;
	-webkit-transition: border-color .3s ease-out;
	transition: border-color .3s ease-out;
}

a.continue-reading-link i.crycon-right-dir {
	font-size: 1em;
	margin-left: 3px;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out;
}


/* Presentation page */

/* Nivo Slider */
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
}

.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}

.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}

.nivo-box img {
	display: block;
}

/* Caption styles */
.nivo-caption {
	display: none;
	position: absolute;
	overflow: hidden;
	right: 60px;
	bottom: 60px;
	width: 43%;
	z-index: 8;
	padding: 20px;
	filter: alpha(opacity=8);
	opacity: 0.8;
	border-radius: 0;
}

.nivo-caption h2 {
	margin-bottom: 10px;
	font-size: 1.6em;
	line-height: 1.3;
	padding: 0 0 10px;
	border-bottom: 1px solid #444;
	font-weight: normal;
	text-align: right;
}

.slide-text {
	text-align: right;
	font-size: 1em;
	line-height: 1.4;
}

.nivo-caption a {
	display: inline !important;
	text-decoration: underline;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 40%;
	z-index: 9;
	cursor: pointer;
}

.nivo-prevNav {
	left: 0;
}

.nivo-nextNav {
	right: 0;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	cursor: pointer;
}

.nivo-controlNav a.active {
	font-weight: bold;
}

/*
Skin Name: Nivo Slider Default Theme
*/
.theme-default .nivoSlider {
	position: relative;
	background: url(http://bveklub.hu/hu/wp-content/themes/tempera/images/nivoslider/loading.gif) no-repeat 50% 50%;
    margin-bottom: 50px;
}

.theme-default .nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.theme-default .nivoSlider a {
	border: 0;
	display: block;
}

.theme-default .nivo-controlNav {
	display: table;
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: auto;
	padding: 0 20px;
	top: -33px;
	height: 30px ;
	z-index: 250;
	font-size: 12px;
	line-height: 12px;
	border-radius: 100% 100% 0 0;
	box-shadow: 0 -3px 2px rgba(0,0,0,0.4);
	-webkit-transition: .2s all ease-out;
	transition: .2s all ease-out;
}

.theme-default .nivo-controlNav:hover {
	padding: 0 30px;
}

.slider-bullets .nivo-controlNav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	margin: 17px 4px 11px;
	border-radius: 100px;
	font-size: 12px;
	line-height: 12px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.slider-numbers .nivo-controlNav a {
	display: inline-block;
	padding: 0;
	margin: 14px 3px 8px;
	font-size: 12px;
	font-size: 12px;
	line-height: 18px;
	width: 18px;
	text-align: center;
	font-family: "Open Sans";
	border-radius: 100px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.slider-none .nivo-controlNav {
	display:none;
}

.theme-default .nivo-directionNav a {
	display: block;
	width: 50px;
	height: 60px;
	padding: 10px;
	background: url(http://bveklub.hu/hu/wp-content/themes/tempera/images/nivoslider/arrows.png) 8px 10px #fff  no-repeat;
	text-indent: -9999px;
	border: 0;
}

.theme-default a.nivo-nextNav {
	background-position: -83px 10px;
	border-radius: 100% 0 0 100%;
	box-shadow: -3px 0 2px rgba(0, 0, 0, 0.4);
}

.theme-default a.nivo-prevNav {
	border-radius: 0 100% 100% 0;
	box-shadow: 3px 0 2px rgba(0, 0, 0, 0.4);
}

.theme-default .nivo-directionNav a.nivo-prevNav:hover {
	background-position: 4px 10px;
}

.theme-default .nivo-directionNav a.nivo-prevNav:active {
	background-position: -50px 10px;
}

.theme-default .nivo-directionNav a.nivo-nextNav:hover {
	background-position: -79px 10px;
}

.theme-default .nivo-directionNav a.nivo-nextNav:active {
	background-position: -23px 10px;
}

.theme-default .nivo-caption a {
    border-bottom: 1px dotted transparent;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/* IE link fix */
a.nivo-imageLink  {
	background-color: #fff;
	filter: alpha(opacity=0);
	opacity: 0;
}

/* Overwrite margins */
.presentation-page #forbottom {
	margin: 0;
	padding: 0;
}

.presentation-page #container {
	width: auto;
	margin-top: 2em;
}

#pp-afterslider {
	margin: 0 40px;
	padding-top: 15px;
}

/* fix interference from slider plugins */
#frontpage #slider a#slider-stopper {
    display: none;
}


/* Presentation Page */
.slider-wrapper {
	display: block;
	float: none;
	clear: both;
	margin: 0 auto 40px;
}

#slider {
	display: block;
	float: none;
	margin: 0 auto;
}

.slider-navhover .nivo-directionNav a.nivo-prevNav {
	left: -100px;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.slider-navhover:hover .nivo-directionNav  a.nivo-prevNav{
	left: 0;
}

.slider-navhover .nivo-directionNav a.nivo-nextNav {
	right: -100px;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.slider-navhover:hover .nivo-directionNav  a.nivo-nextNav{
	right: 0;
}


/* Front page columns */
#front-columns {
	display: block;
	width: auto;
	float: none;
	overflow: hidden;
	margin: 40px 0;
}

#front-columns > li {
	float: left;
    list-style: none;
    margin-right: 5%;
    padding: 0;
}

.column-image {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative; /* support columns outside PP */
}

.column-image:hover .column-image-inside,
.column-image:hover .column-text {
	left: 0;
}

.column-image:hover .columnmore {
	bottom: 30px;
}

.column-image-inside {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.7);
	z-index: 250;
	left: -100%;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.column-text {
	position: absolute;
	top: 50%;
	left: 100%;
	overflow: hidden;
	color: #DDD;
	font-size: .85em;
	line-height: 1.5;
	text-align: justify;
	padding: 10px 20px;
	width: 100%;
	z-index: 251;
	-webkit-transform: translate(0,-65%);
	-ms-transform: translate(0,-65%);
	transform: translate(0,-65%);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.column-image img {
	width: 100%;
}

.columnmore {
	display: block;
	position: absolute;
	bottom: -50px;
	margin: 0 auto;
	clear: both;
	width: 100%;
	font-size: .85em;
	text-align: center;
	z-index: 251;
	background: none;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.columnmore a {
	background: #F00;
	border-radius: 2px;
	padding: 8px 22px;
	background: #fff;
	-webkit-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}

.coldisplay1 .column-text,
.coldisplay1 .column-image-inside {
	left: 0;
}

.coldisplay1 .columnmore {
	bottom: 20px;
}

.coldisplay1 .column-image:hover .column-image-inside {
	background: rgba(0,0,0,0.9);
}

.coldisplay2 .column-image {
	overflow: visible;
}

.coldisplay2 .column-image-inside {
	display: none;
}

.coldisplay2 .column-text {
	position: relative;
	top: 0;
	left: 0;
	color: inherit;
	padding: 10px 5px 5px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.coldisplay2 .columnmore,
.coldisplay2 .column-image:hover .columnmore {
	position: relative;
	bottom: 0;
}

#front-columns > div {
	display: block;
	float: left;
	height: auto;
	margin-right: 5%;
	margin-bottom: 30px;
}

.column1 {
	clear: both;
}

.column-image {
	position: relative;
}

.column-image img {
	display: block;
	margin: 0 auto;
}

.column-header-image,
.column-header-noimage {
	font-size: 1.4em;
	margin-bottom: 10px;
	line-height: 1.5;
}

/* Front Page Texts */
#front-text1 h2,
#front-text2 h2 {
	display: block;
	float: none;
	margin: 0 auto;
	text-align: center;
	font-size: 2.2em;
	line-height: 1.4em;
	clear: both;
	font-weight: bold;
}

#front-text1,
#front-text2 {
	display: block;
	float: none;
	padding: 0 100px 30px;
}

#front-text3,
#front-text4 {
	padding: 15px 0;
	width: inherit;
    margin-bottom: 3em;
	font-size: 1.1em;
	text-align: justify;
}

/* Style HTML5 tags for IE8 and lower */
header
,nav
,section
,article
,aside
,footer
,hgroup {
	display: block;
}

.tinynav {
	display: block;
	float: none;
	margin: 8px auto;
	display: none;
	min-width: 200px;
	width: 100%;
	padding: 10px;
}

.tinynav  option {
}

/* Magazine layout */
.magazine-layout #content article.post,
.magazine-layout.search #content article {
	float: left;
	width: 48%;
	padding: 0 0 10px;
}

.magazine-layout #content article.sticky {}
.magazine-layout #content article:nth-of-type(2n+1) {
	clear: both;
	margin-right: 4%;
}

.magazine-layout .comments-link {
	float: left;
}

.magazine-layout .entry-header .entry-meta {
	margin-top: 5px;
}

.magazine-layout span.edit-link {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

.magazine-layout .entry-header {
	clear: both;
}

/* Ajax load more posts button */

#cryout_ajax_more_trigger{
	display: table;
	float: none;
	clear: both;
	min-width: 200px;
	background: url(http://bveklub.hu/hu/wp-content/themes/tempera/images/loading.gif) no-repeat -100px center ;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

#cryout_ajax_more_trigger:hover {
	opacity: 0.8;
}

#content .cryout_click_loading {
	background: url(http://bveklub.hu/hu/wp-content/themes/tempera/images/loading.gif) transparent no-repeat center center;
	text-indent: -9999px;
}


/* shareaddy fix */ .sharedaddy ul > li { background: none !important; text-indent: 0 !important; }

/*woocommerce  fix*/ .woocommerce .product .entry-summary {clear:none;}

/* video fix */ #content embed, #content iframe { max-width: 100%; }

/* WooCommerce compatibility styling */
body.woocommerce #forbottom { padding-top: 20px; }
body.woocommerce .page-title { display: inherit; margin-bottom: 20px; padding: 10px; }
body.woocommerce-page .entry-content .checkout ul > li { list-style: none outside none; }
body.woocommerce-cart .entry-content fieldset, body.woocommerce-cart #content tr td,
body.woocommerce-cart #content tr th, body.woocommerce-cart #content thead th { border: 0; }

/* FIN! */

/*
     FILE ARCHIVED ON 16:24:19 Mar 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:30:30 Mar 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.741
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.01
  esindex: 0.013
  cdx.remote: 45.701
  LoadShardBlock: 259.022 (3)
  PetaboxLoader3.datanode: 79.839 (4)
  PetaboxLoader3.resolve: 275.033 (2)
  load_resource: 148.16
*/


	/* =Responsive Structure
	----------------------------------------------- */

@media (max-width: 1920px) {

	body.temobile {
		-webkit-text-size-adjust: 100%; /* Iphone browser fix*/
	}

	body.temobile #forbottom {
		min-height: 0;
	}

	/* Column text and Readmore button visible on mobile devices */
	body.temobile .column-image {
		overflow: visible;
	}

	body.temobile .column-image-inside {
		display: none;
	}

	body.temobile .column-text {
		position: relative;
		top: 0;
		left: 0;
		display: table;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
		color: inherit;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
	}

	body.temobile .columnmore {
		position: relative;
		bottom: 0;
	}

	body.temobile .column-image:hover .columnmore {
		bottom: 0;
	}

}

@media (max-width: 800px) {

	body {
		-webkit-text-size-adjust: 100%;
	} /* Iphone browser fix*/

	/* Column text and Readmore button visible on mobile devices */
	.column-image {
		overflow: visible;
	}

	.column-image-inside {
		display: none;
	}

	.column-text {
		position: static;
		display: inline-block;
		margin: 0 auto;
		padding: 10px 0;
		color: inherit;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
	}

	.columnmore {
		position: static;
		margin-bottom: 10px;
	}

	#header,
	#access,
	#branding,
	#topbar-inner,
	#footer-widget-area {
		width: 100%;
	}

	.topmenu {
		float: left;
	}

	#header-full,
	#footer {
		min-width: 100%;
	}

	#wrapper,
	#colophon,
	#main,
	article.post,
	#container,
	#linky {
		width: auto;
	}

	#branding,
	#bg_image {
		min-height: 100px;
	}

	/* Header widget mobile fix */
	#branding {
		height: auto;
		overflow: hidden;
	}

	#header-widget-area {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}

	#header-widget-area .yoyo > li {
		margin-bottom: 2px;
	}

	#footer2 {
		margin-bottom: 0;
	}

	#footer {
		margin-top: 0;
	}

	#forbottom,
	#colophon {
		margin: 0 20px;
	}

	.presentation-page .slider-wrapper {
		margin: 0 auto;
	}

	.presentation-page #forbottom {
		margin: 0;
	}

	.presentation-page #pp-afterslider {
		margin: 0 20px;
	}

	#front-text1,
	#front-text2 {
		font-size: .8em;
		padding: 20px 0;
	}

	.nivo-caption {
		left: 0;
		right: 0;
		margin: auto;
		width: 90%;
	}

	#bg_image {
		width: 100%;
	}

	a#logo {
		height: 100%;
		display: block;
	}

	a#logo img {
		width: auto;
		max-width: 90%;
		height: 80%;
	}

	#site-title span a {
		font-size:.9em;
	}

	.safari a#logo img {
		max-height: 80px;
		height: auto;
	}

	.nivo-caption h2 {
		margin-bottom: 5px;
	}

	#slefts,
	#srights {
		display: none;
	}

	#access .menu-header,
	div.menu {
		margin: 0 5px;
	}

	#container[class*='column'] #primary,
	#container[class*='column'] #secondary,
	#container[class*='column'] #content {
		width: 100%;
		float: none;
		margin: 0;
		clear: both;
	}

	#container[class*='column'] #content {
		margin-bottom: 25px;
	}

	.slider-wrapper {
		width: 100%;
	}

	#slider {
		width: auto;
		height: auto;
	}

	#forbottom #front-columns:not(.pp-columns1) > div {
		width: 47%;
		margin-bottom: 20px;
	}

	#forbottom #front-columns div.column1 {
		clear: none;
	}

	#forbottom #front-columns > div.column3 {
		margin-right: 5%;
	}

	#forbottom #front-columns > div:nth-child(2n+2) {
		margin-right: 0;
	}

	.column-image img {
		height: auto;
	}

	#forbottom #front-columns .column-header-image {
		text-align: center;
		margin-bottom: 10px;
	}

	#content img,
	#content article.post img,
	#content article .wp-caption,
	article embed {
		max-width: 100%;
	}

	#site-title,
	#site-description {
		margin-left: 5px;
	}

	article.post,
	article.page {
		padding: 20px 10px 10px;
	}

	article.sticky {
		padding: 20px 5px 5px;
		border-width: 5px;
	}

	.footertwo .widget-area,
	.footerthree .widget-area,
	.footerfour .widget-area {
		width: 100%;
	}

	#header-container > div {
		height: 100%;
		margin: 0;
	}

}

@media (max-width: 780px) {

	body.tempera-topbarfixed.admin-bar #topbar {
		top: 46px;
	}

}

@media (max-width: 650px) {
	body {
		font-size: .9em;
	}

	#forbottom,
	#colophon {
		margin: 0 10px;
	}

	.presentation-page #forbottom {
		margin: 0;
	}

	.presentation-page #pp-afterslider {
		margin: 0 10px;
	}

	.nivo-caption h2 {
		border-bottom: 0;
	}

	.nivo-caption h2,
	.nivo-caption .slide-text {
		text-align: inherit;
	}

	#branding {
		height: auto;
	}

	a#logo img {
		max-height: 75%;
		max-width: 90%;
		width: auto;
		height: auto;
	}

	#front-text2 h1 {
		margin-bottom: 0;
	}

	.nivo-directionNav {
		display: none;
	}

	#header .socials a {
		width: 20px;
		height: 20px;
	}

	#header .socials a img {
		width: 20px;
		height: 20px;
	}

	#site-title span a {
		font-size: .8em;
	}

	#slider {
		border: 0;
	}

	.theme-default .nivoSlider {
		background-image: none;
	}

	.nivo-caption {
		position: relative;
		padding: 15px 5px 10px;
		background: transparent;
		color: inherit;
		top: 0;
	}

	.theme-default .nivo-controlNav {
		position: static;
		box-shadow: none;
		background-color: transparent;
	}

	.column-header-image {
		margin-bottom: 0;
	}

	.footermenu {
		display: table;
		margin: 0 auto;
		float: none;
	}

	#main {
		margin-top: 0;
	}

	#nav-toggle {
		display: block;
		float: left;
		margin: 0 auto;
		cursor: pointer;
		width: 100%;
		height: 40px;
		padding: 2px 4%;
	}

	#nav-toggle span::before {
		content: "\e820";
		font-family: "elusive";
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	#access {
		display: none;
		margin-top: 0;
		padding-bottom: 5px;
	}

	#access .menu ul,
	#access .menu ul li {
		width: 100%;
	}

	#access > .menu li ul {
		position: inherit;
		margin-top: 0;
	}

	#access > .menu ul ul ul {
		width: 95%;
		left: 5%;
	}

	#access > .menu > ul > li > a > span {
		border-width: 0 0 1px 0;
		border-style: solid;
		box-shadow: 0 1px 0 rgba(255,255,255,0.5);
	}

	.tempera-menu-center #access > .menu > ul > li > a > span {
		text-align: left;
	}

	#access > .menu ul li > a:not(:only-child) span:after {
	font-family:"Elusive";
	content: '\e80a';
    position: absolute;
	right: 5px;
	top: 10px;
	z-index: 251;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}

	#access > .menu ul li:hover > a:not(:only-child) span:after {
		top: 20px;
		opacity: 0;
	}

	#access > .menu ul li > a:not(:only-child) span {
		padding-right: 18px;
	}

	#access > .menu > ul ul > li a:not(:only-child) span:after {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	#access li.menu-main-search {
		max-width: none;
	}

}

@media (max-width: 600px) {

	body.tempera-topbarfixed #header-full {
		margin-top: 0;
	}

	body.tempera-topbarfixed.admin-bar #topbar,
	body.tempera-topbarfixed #topbar {
		position: relative;
		top: 0;
	}

}


@media (max-width: 480px) {
	body {
		padding: 0;
	}

	.nivo-caption h2 {
		margin-bottom: 0;
	}
	/*
	.nivo-slice {
		z-index: -1;
	} */ /* This would remove slider animations if needed */

	#page {
		margin-top: 0;
	}

	.magazine-layout #content article.post,
	.magazine-layout .search #content article {
		margin: 5px 0;
		width: 100%;
	}

	#forbottom #front-columns > div.pp-column {
		width: auto;
		max-width: 98%;
		float:none;
		margin: 25px auto;
		clear: both;
	}

}

/* used to be 400px */
@media (max-width: 480px) {

}

/*
     FILE ARCHIVED ON 10:20:17 Mar 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:30:30 Mar 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 5.923
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.01
  esindex: 0.011
  cdx.remote: 46.375
  LoadShardBlock: 372.786 (3)
  PetaboxLoader3.datanode: 118.454 (4)
  PetaboxLoader3.resolve: 55.452
  load_resource: 50.536
*/