/*
Theme Name: klikk
Theme URI: http://underscores.me/
Author: Simon Czentnár
Author URI: http://www.czentnar.hu
Description: Theme for Klikk.info.hu
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: klikk
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 klikk is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

@font-face{
	font-family: o_regular;
	src: url('/wp-content/themes/klikk/font/OpenSans-Regular.ttf') format('truetype');
}

@font-face{
	font-family: o_italic;
	src: url('/wp-content/themes/klikk/font/OpenSans-Italic.ttf') format('truetype');
}

@font-face{
	font-family: o_bold;
	src: url('/wp-content/themes/klikk/font/OpenSans-Bold.ttf') format('truetype');
}

@font-face{
	font-family: webfont;
	src: url('/wp-content/themes/klikk/font/FontAwesome.otf') format('truetype'),
	     url('/wp-content/themes/klikk/font/fontawesome-webfont.ttf') format('truetype'),
         url('/wp-content/themes/klikk/font/fontawesome-webfont.eot') format('truetype');
}

@font-face{
	font-family: webfont2;
	src: url('/wp-content/themes/klikk/font/Entypo.ttf') format('truetype');
}


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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: o_regular, Helvetica Neue, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: url('/wp-content/themes/klikk/img/back.jpg');
}

.site{
	background: url('/wp-content/themes/klikk/img/shadow.png') no-repeat top center;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

.parent-pageid-35839 #secondary{
display: none;
}

.parent-pageid-35839 #primary{
width: 940px;
}

.parent-pageid-35839 .comment-form-comment textarea{
width: 700px;
max-width: 700px;
min-width: 700px;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 10px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a, a:link {
	color: #c91d21;
	text-decoration: none;
}
a:visited {
	color: #c91d21;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #821417;
	text-decoration: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.site-header{
width: 100%;
min-width: 1014px;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(0.2, #FFFFFF),
	color-stop(0.5, #ddd),
	color-stop(0.8, #FFFFFF),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #FFFFFF 20%, #ddd 50%, #FFFFFF 80%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #FFFFFF 20%, #ddd 50%, #FFFFFF 80%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #FFFFFF 20%, #ddd 50%, #FFFFFF 80%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #FFFFFF 20%, #ddd 50%, #FFFFFF 80%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 20%, #ddd 50%, #FFFFFF 80%, #FFFFFF 100%);
height: 166px;
}

.site-branding{
height: 90px;
width: 959px;
margin: 0 auto;
padding: 12px 28px;
position: relative;
}

.site-footer{
width: 975px;
background: #2f3239;
padding: 20px;
margin: 0 auto;
font-size: 10px;
letter-spacing: 0.05em;
position: relative;
}

.minifig{
position: absolute;
right: 5px;
top: -234px;
width: 312px;
height: 234px;
background: url('/wp-content/themes/klikk/img/figure.png');
}

.site-info{
color: #c0c0c0;
width: 100%;
text-align: center;
}

.site-info p{
padding: 1px;
margin: 2px;
}

.site-info a, .site-info a:link, .site-info a:active, .site-info a:visited{
color: #fff;
}

.site-info a:hover{
text-decoration: underline;
}

.site-title{
clear: none;
width: 50%;

}

.site-title a{
width: 345px;
height: 82px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url('/wp-content/themes/klikk/img/logo.png') no-repeat 0 0;
}

.site-description{
display: none;
}

.klikk_user_box{
width: 370px;
position: absolute;
top: 0;
right: 0;
padding-top: 28px;
}

.klikk_user_box img{
float: left;
margin-right: 8px;
}

.klikk_user_box .welcome{
font-family: o_bold;
font-size: 16px;
margin: 4px;
}

.klikk_button{
font-family: webfont;
}

.user-links .klikk_button{
font-size: 24px;
margin: 0 4px;
}

.klikk_user_box .klikk_button a,
.klikk_user_box .klikk_button a:link,
.klikk_user_box .klikk_button a:visited, 
.klikk_user_box .klikk_button a:active{
font-size: 20px;
margin-right: 8px;
font-family: webfont;
display: inline-block;
color: #555;
}

.klikk_user_box .klikk_button a:hover{
color: #999;
}

.klikk_user_box p{
margin: 0;
}

.klikk_notif_yes a, .klikk_notif_yes a:link, .klikk_notif_yes a:visited, .klikk_notif_yes a:active{
background: #C92F24;
color: #fff;
padding: 2px 7px;
border-radius: 10px;
font-size: 12px;
margin: 1px 6px 6px 0px;
font-family: o_bold;
vertical-align: middle;
display: inline-block;
}

.klikk_notif_yes a:hover{
background: #999;
color: #ccc;
}

.klikk_notif_no a, .klikk_notif_no a:link, .klikk_notif_no a:visited, .klikk_notif_no a:active{
background: #555;
color: #ccc;
padding: 2px 7px;
border-radius: 10px;
font-size: 12px;
margin: 1px 6px 6px 0px;
font-family: o_bold;
vertical-align: middle;
display: inline-block;
}

.klikk_notif_no a:hover{
background: #999;
color: #ddd;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #c91d21;
	height: 52px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

.f-nav{
z-index: 1000;
position: fixed;
left: 0;
top: 0;
width: 100%;
}

.klikk-nav{
	width: 1005px;
	margin: 0 auto;
}

.menu li a, .menu li a:link, .menu li a:visited {
height: 52px;
padding: 0 16px;
text-transform: uppercase;
color: #fff;
line-height: 52px;
font-size: 14px;
background: #c91d21;
}

.menu li a:active, .menu li a:hover{
background: #821417;
color: #fff;
}

.menu-kozossegi-oldalak-container{

}

.menu-kozossegi-oldalak-container .menu li a, .menu-kozossegi-oldalak-container .menu li a:link, .menu-kozossegi-oldalak-container .menu li a:visited  {
font-family: webfont;
text-transform: none;
font-size: 18px;
font-weight: normal;
/*padding: 0 10px;*/
padding: 0;
width: 40px;
text-align: center;
}


.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.menu-kozossegi-oldalak-container li {
	float: right;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 52px;
	z-index: 5000;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {

}
.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

/*
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
*/

/* =Content
----------------------------------------------- */

.feltetelek-elfogadasa{

position: fixed;
top: 0;
left: 0;
width: 90%;
padding: 30px 5%;
background: #eee;
z-index: 10000;
text-align: center;
border-bottom: 4px solid #c91d21;

}

.feltetelek-elfogadasa .box{
position: relative;
}

#feltetelek_x{
width: 30px;
height: 30px;
position: absolute;
top: 4px;
right: 4px;
font-size: 30px;
color: #eee;
background: #555;
border-radius: 20px;
line-height: 18px;
cursor: pointer;
}

#feltetelek_x:hover{
background: #999;
}

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.site-content{
width: 990px;
margin: 0 auto;
background: #fff;
padding: 12px; 
padding-bottom: 240px;
}

.content-area{
width: 960px;
float: left;
margin: 15px;
}

.error404 .content-area{
width: 936px;
float: left;
margin: 15px;
text-align: center;
}

.error404 .minifig{
display: none;
}

.error404 .site-content{
padding-bottom: 0px;
}

.entry-title, .page-title{
font-family: o_bold;
color: #000;
font-size: 28px;
}


.comments-link, .view-link, .edit-link{
color: #808080;
font-size: 12px;
margin: 2px;
}

.entry-meta, .entry-meta a, .entry-meta a:link, .entry-meta a:active, .entry-meta a:visited{
color: #808080;
font-size: 12px;
}

.entry-meta a:hover{
color: #555;
font-size: 12px;
}

.more-link{
text-transform: uppercase;
font-size: 12px;
font-family: o_bold;
}

.meta-nav{
font-family: webfont;
font-size: 16px;
padding: 0;
line-height: 12px;
vertical-align: middle;
}

.meta-com, .meta-view, .meta-edit{
font-family: webfont;
font-size: 16px;
line-height: 12px;
margin-right: 4px;
}

.brick-meta{
float: right;
width: 100px;
height: 92px;
background: url('/wp-content/themes/klikk/img/kocka.png');
color: #fff;
position: relative;
margin: 0 10px;
}

.brick-year{
font-family: o_bold;
font-size: 16px;
text-align: center;
width: 100%;
height: 20px;
line-height: 20px;
display: block;
position: absolute;
top: 16px;
left: 0;
}

.brick-month-day{
font-family: o_bold;
font-size: 28px;
text-align: center;
width: 100%;
height: 34px;
line-height: 34px;
display: block;
position: absolute;
top: 36px;
left: 0;
}

.brick-author{
font-family: o_bold;
font-size: 12px;
text-align: center;
width: 100%;
height: 22px;
line-height: 22px;
display: block;
position: absolute;
top: 70px;
left: 0;
}

.post{
width: 470px;
position: relative;
padding-bottom: 10px;
}

.post:nth-child(even){
float: right;
}

.post:nth-child(odd){
float: left;
}

.entry-header{
position: relative;
overflow: hidden;
text-align: center;  /* align the inline(-block) elements horizontally */
font: 0/0 a;  
}

.entry-header:before {      /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}

.entry-content{
text-align: justify;
min-height:250px;
}

.entry-content h2{
font-size: 24px;
margin: 4px 0;
font-weight: bold;
}

.post .entry-header{
position: relative;
height: 200px;
}



.page .entry-title{
font-family: o_bold;
color: #000;
font-size: 28px;
position: relative;
}

.post .entry-title, .page img + .entry-title{
font-family: o_bold;
color: #000;
font-size: 28px;
/*left: 0;
bottom: 0;
background: #fff;
position: absolute;
padding: 10px 20px;*/
}


.post .entry-title a:link, .post .entry-title a:active, .post .entry-title a:visited{
font-family: o_bold;
color: #000;
font-size: 28px;
position: relative;
}

.post .entry-title, .post .entry-title a:link, .post .entry-title a:active, .post .entry-title a:visited{
font-family: o_bold;
color: #000;
font-size: 20px;
}

.post .entry-title a:hover, .post:first-of-type .entry-title a:hover, .post:last-of-type .entry-title a:hover{
color: #555;
}

.post:first-of-type, .post:last-of-type{
width: 470px;
}

.post .more-link{
position: absolute;
bottom: 0;
right: 0;
}

.post .entry-meta{
position: absolute;
bottom: 0;
left: 0;
}


.form-allowed-tags{
font-size: 10px;
}


.search .post, .search .page{
width: 100%;
float: none;
margin: 10px 0;
padding: 0;
}

.search .entry-meta{
display: none;
}

.search .entry-title{
font-size: 16px;
font-family: o_bold;
}

.search .entry-title a, .search .entry-title a:link, .search .entry-title a:visited, .search .entry-title a:active{
font-size: 16px;
font-family: o_bold;
color: #000;
}

.search .entry-title a:hover{
color: #555;
}

.search .post img{
display: none;
}

/* TAGOK */


.tagok-tag{
float: left;
margin-bottom: 30px;
border: 4px solid #EBF5FA;
border-radius: 10px;
padding: 3%;
}

.tagok-kep{
width: 30%;
float: left;
}

.tagok-kep img {
border-radius: 180px;
height:200px;
width:200px;
overflow:hidden;
webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
}

.tagok-leiras{
width: 68%;
float: left;
padding-left: 2%;
}

.tagok-tag:nth-child(odd) .tagok-kep{
float: right;
width:auto;
}

.tagok-tag:nth-child(odd) .tagok-leiras{
padding-left: 0;
padding-right: 2%;
}

.tagok-nev{
font-size: 20px;
font-family: o_bold;
background: #c91d21;
color: #fff;
padding: 4px 8px;
margin-bottom: 6px;
display: inline-block;
}


/*

.tagok-tag{
width: 94%;
float: left;
margin-bottom: 30px;
border: 4px solid #EBF5FA;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
padding: 3%;
position: relative;
padding-top: 50px;
}

.tagok-kep{
width: 30%;
float: left;
}

.tagok-leiras{
width: 68%;
float: left;
padding-left: 2%;
}

.tagok-tag:nth-child(odd) .tagok-kep{
float: right;
}

.tagok-tag:nth-child(odd) .tagok-leiras{
float: right;
padding-left: 0;
padding-right: 2%;
}

.tagok-nev{
font-size: 20px;
height: 30px;
line-height: 30px;
padding: 1% 3%;
font-family: o_bold;
position: absolute;
top: 0;
left: 0;
background: #c91d21;
width: 94%;
color: #fff;
}

*/

/* SELECT-GALLERY */

.s-g-box{
width: 98%;
float: left;
padding: 1%;
}

.s-g-list{
list-style-type: none;
padding: 0;
margin: 0;
}

.s-g-list li a, .s-g-list li a:link, .s-g-list li a:active, .s-g-list li a:visited{
position: relative;
display: inline-block;
float: left;
width: 23%;
padding: 0;
margin: 1%;
margin-bottom: 16px;
padding-bottom: 10px;
padding-top: 10px;
min-height:200px;
/*height: 20px;*/
text-align: center;
/*background: url('/wp-content/themes/klikk/img/mappa.png') no-repeat top center;*/
font-size: 12px;
}

.s-g-list li a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 1);
box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 1);
}

.s-g-list li a img{
/*position: absolute;
width: 60px;
left: 42px;
top: 30px;*/
border-radius: 90px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 1);
box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 1);

}
/*
.s-g-list li a:before{
position: absolute;
content: '';
display: block;
left: 32px;
top: 32px;
width: 30px;
height: 6px;
transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform-origin: 50% 50%;
background: #F0E6CC;
z-index: 50;
}

.s-g-list li a:after{
position: absolute;
content: '';
display: block;
left: 82px;
top: 82px;
width: 30px;
height: 6px;
transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform-origin: 50% 50%;
background: #F0E6CC;
z-index: 50;
}
*/

/* GALLERY */

.g-list{
list-style-type: none;
padding: 0;
margin: 0;
}

.g-list li a, .g-list li a:link, .g-list li a:active, .g-list li a:visited{
display: inline-block;
float: left;
width: 23%;
margin: 1%;
margin-bottom: 20px;
/*height: 130px;*/
text-align: center;
font-size: 12px;
}

.g-list li a:hover img{
opacity: 0.6;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.g-list li a img{
width: 130px;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.g-pagination{
text-align: center;
clear: both;
padding-top: 10px;
margin-top: 20px;
border-top: 1px solid #eee;
}

.g-pagination a, .g-pagination a:link, .g-pagination a:visited, .g-pagination a:active, .g-current{
margin: 2px;
padding: 2px 8px;
border-radius: 12px;
}

.g-pagination a:hover{
background: #c91d21;
color: #fff;
}

.g-current{
background: #000;
color: #fff;
}




/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 30px 10px;
	/*overflow: hidden;*/
	clear: both;
}

.site-main [class*="navigation"]:after{
content: '';
display: table;
}

[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next{
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

.comments-area{
background: #F7E048;
padding: 10px;
float: left;
width: 100%;
margin-top: 10px;
}

.comment-reply-title, .comments-title{
display: inline-block;
background: #fff;
padding: 10px 20px;
margin: 10px;
margin-left: -10px;
left: 0;
top: 0;
font-family: o_bold;
color: #000;
font-size: 20px;
}

.comment-respond{
float: none;
clear: both;
}

.comments-title span{
font-family: o_bold;
color: #000;
font-size: 20px;
}

.comment-list{
list-style-type: none;
margin: 0;
}

.comment{
padding: 10px 0;
clear: both;
float: left;
}

.comment:not(:last-of-type){
border-bottom: 2px solid #fff;
}

.comment-meta{
float: left;
width: 119px;
border-right: 1px dashed #000;
}

.comment-content{
float: left;
width: 460px;
padding: 0 10px 0 20px;
font-size: 14px;
text-align: justify;
}

.comment-meta .avatar{
display: block;
margin: 0 auto;
border: none;
}

.comment-meta .fn{
clear: both;
display: block;
margin: 2px auto;
font-style: normal;
font-size: 14px;
font-family: o_bold;
text-align: center;
}

.comment-meta .fn a, .comment-meta .fn a:link, .comment-meta .fn a:visited, .comment-meta .fn a:active{
color: #000;
font-family: o_bold;
text-decoration: none;
}

.comment-metadata{
font-size: 12px;
text-align: right;
}

.comment-meta .fn a:hover{
color: #555;
}

.comment .reply, .comment .edit-link{
display: inline;
margin-left: 10px;
}

.meta-comm-date, .meta-comm-edit, .meta-comm-reply{
font-family: webfont;
}

.comment .children{
list-style-type: none;
margin: 0;
}

.comment .children .comment{
margin-top: 4px;
box-shadow: 0px 2px 6px -4px #000 inset;
padding: 10px;
background: #FAED9B;
border: none;
}

.comment .children .comment .comment-content{
width: 440px;
}

.comment-form-comment textarea{
border: none;
width: 586px;
max-width: 586px;
min-width: 586px;
padding: 10px;
min-height: 40px;
}

.comment-form-comment label{
font-family: o_bold;
margin: 4px 0;
padding: 4px 0;
display: inline-block;
}

.comment-form .logged-in-as{
text-align: center;
margin: 4px;
font-size: 14px;
}


/* =Widgets
----------------------------------------------- */

.widget-area{
width: 320px;
float: right;
margin: 5px;
position: relative;
background: rgba(255,255,255,0.9);
z-index: 100;
}

.widget-title{
font-family: o_bold;
color: #c91d21;
font-size: 18px;
text-transform: uppercase;
}

.widget {
	margin: 0 0 1.5em;
	padding: 10px;
}

.widget ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget ul li{
	padding: 10px 14px;
	margin: 0;
	font-size: 14px;
}


/*.widget ul li a:before{
	content: '» ';
}*/

.widget ul li:not(:first-child) {
	border-top: 1px solid #eee;
}

.widget:not(:first-child) {
	border-top: 2px solid #ccc;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.search-field{
padding: 10px 20px !important;
font-style: italic;
color: #080808;
font-size: 12px;
width: 240px;
border-radius: 30px !important;
box-shadow: inset 2px 1px 0 2px #eee;
background: url('/wp-content/themes/klikk/img/search.png') no-repeat 250px center;
margin: 10px 4px;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

.attachment-post-thumbnail{
display: inline-block;
    vertical-align: middle;          /* vertical alignment of the inline element */
    font: 16px/1 Arial, sans-serif;
}

						.flickr-img-responsive {
							width:100% !important;
							height:auto !important;
							display:block !important;
						}
						.LoadingImg img {
							max-width: 45px;
							max-height: 45px;
							box-shadow:  none;
						}
						.img-thumbnail {
						display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857;
background-color: #FFF;
border: 1px solid #DDD;
border-radius: 4px;
transition: all 0.2s ease-in-out 0s;
						}
						

.refimg_left {
	display:inline-block;	
	float:left;
	margin-right:20px;
	border-radius:90px;
	vertical-align:middle;
	box-shadow: 0px 0px 3px 0px #000;
}
.refdesc {
	float:left;
	display:inline-block;
	vertical-align:middle;
}
.referencia_left {
	float:left;
	display:inline-block;
	height:150px;
	width:600px;
}
.referencia_left p {
  position: relative;
  top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.referencia_left a {
  position: relative;
  z-index:999;
}
.referencia_right {
	float:right;
	display:inline-block;
	height:150px;
	width:600px;
}
.referencia_right p {
  position: relative;
  text-align:right;
  width:450px;
  top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.referencia_right a {
  position: relative;
  z-index:999;
}
.refimg_right {
	display:inline-block;	
	float:right;
	margin-left:20px;
	border-radius:90px;
	vertical-align:middle;
	box-shadow: 0px 0px 3px 0px #000;
}
#menu-item-24041 a:hover {
	background-color:#3b5998;
}
#menu-item-24042 a:hover {
	background-color:#55acee;
}
#menu-item-24044 a:hover {
	background-color:#b50000;
}
#menu-item-24045 a:hover {
	background-color:#2c4762;
}

.srr-title a {
  font-family: o_bold;
  color: #000;
  font-size: 18px;
}