/*
Theme Name: ASSEMBLY THEME (responsive)
Theme URI: http://zalabit.hu
Description: Developer Theme 
Author: Assembly
Author URI: http://assembly.hu
Version: 2016.01
*/

.color {
color:coral;
}

.backcolor {
background-color:coral;
}

.bordercolor {
border-color:coral;
}

body{
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    letter-spacing: -0.03em;
}

#bg {
position:fixed;
width:100%;
height:100%;
left:0;
top:0;
    background-size: cover;
    background-attachment: fixed;

}

a:link, a:visited{
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.breadcrumb {
padding: 10px 0;
  font-size: 13px;
background-color: #eee;
margin:0;
}

.breadcrumb .wrapper {
padding-left:20px;
}

.breadcrumb li {
  display: inline-block;
  color: #999;
}

.breadcrumb a {
  text-decoration: none;
    color: #000;
}

.parent::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  margin: 0 13px;
}

article a {
	color: #444;
}

article a:hover{
	color: #000;
}


h1,h2,h3,h4,h5,h6 {
letter-spacing: -0.03em;
font-family: 'PT Serif', serif;
}

h1 {
font-size: 34px;
    margin-bottom: 10px;
    font-weight: normal;
    font-style:italic;
    line-height: 1.1em;
}

h1 a {
color:#111;
}

h2 {
	font-size: 28px;
	font-weight:normal;
    font-style:italic;	
}

h3 {
font-size: 24px;
	font-weight:normal;
    font-style:italic;	
}

#qm {
position: absolute;
    font-size: 106px;
    padding: 11px 0px 0px 20px;
    color: #000;
    opacity: 0.1;
    right: 30px;
}

.wrapper{
	margin: 0 auto;
	max-width:1300px;
  position:relative;
padding:0;
}

.button {
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    color: #FFF;
    border: none;
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;    
}

.button:hover {
background-color:#444;
color:white;
}

.cancel {
background-color:#DE716E;
}

#feltoltes-form input[type="file"]{
  display: none;
}

.formline {
margin-bottom: 10px;
}

.grayback {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
        display:none;
}

#szavazform {

}

.popbox {
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    padding: 20px 20px 20px 20px;
    box-shadow: 10px 10px 40px rgba(0,0,0,0.3);
    min-width: 300px;
    border-top: 40px solid #eee;
    text-align: center;
    width: 30%;
    min-height: 150px;
}

#popbox h3 {
font-size:20px;
margin-top:0;
}

#szavaz {
display:inline-block;
}

#szavaz i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 11px;
}

.bezar {
    position: absolute;
    top: -40px;
    right: 0;
    background-color: #ce3a50;
    color: white;
    line-height: 0;
    cursor: pointer;
    height: 40px;
    display: block;
    width: 40px;
}

.bezar i {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.megse {
    position: absolute;
    color: #3b5998;
    text-decoration: underline;
    cursor: pointer;
    right: 20px;
    bottom: 30px;
    font-style: italic;
    font-size: 16px;
}

#votes {
margin:0px 0;
}

.voteline {
    position: relative;
    font-size: 0;
}

.voteline .vote {
    background-color: #efefef;
    margin-bottom: 5px;
}

.vote {
    display: inline-block;
    position: relative;
    width: 660px;
    max-width: 100%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
}

.voteline input {
display:none;
}

.vote:hover {
background-color: #FFEB3B;
}

.voteline label:hover {
padding-left:25px;
}

.on {
background-color:#FB8C00 !important;
color:white;
}

.szavazat {
    background-color: #a5d1ff;
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.5;
    z-index: 0;
    transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000 ease;
    -o-transition: all 1000ms ease;
}

.stop {
    width:0px !important;
}

.sorszam {
    position: absolute;
    left: 0;
    margin-top: -35px;
    width: 35px;
    text-align: right;
    font-size: 14px;
}

.szam {
position: absolute;
    right: 10px;
    font-size: 21px;
    top: 10px;
    opacity: 0.3;
    color: #000;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    z-index: 20;
    
}

.vote:hover > .szam {
right:10px;
}

.vote label {
display: inline-block;
    width: calc(100% - 20px);
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 19px;
    vertical-align: middle;
    position: relative;
    z-index: 10;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;

}

.voteline input {
position:relative;
top:5px;
z-index:20;
}

.newline {
    position: relative;
    font-size: 0;
}

.newline .vote {
margin-bottom: 3px;
}

.newline i {
font-size:16px;
}

.uj {
padding: 10px 0px 10px 8px;
    font-size: 16px;
    width: calc(100% - 38px);
    border: 1px solid #777;
    margin-bottom: 0px;
    border-radius: 0;
    box-shadow: none;
    vertical-align: top;
}

.delete {
    background-color: #ff5858;
    right: 0px;
    position: absolute;
    color: white;
    top: 0;
    padding: 13px 11px;
    height: 14px;
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;    
}

.ok {
background-color: #68c568;
    width: 100%;
    text-align: center;
    color: white;
    padding: 13px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.ok:hover {
background-color:#000 !important;
}

#ujtetel {
position: relative;
}

#ujtetel .mehet {
    position: absolute;
    color: white;
    top: 0;
    padding: 9px 11px;
    height: calc(100% - 12px);
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease; 
    font-size: 18px;
    background-color: #3b5998;
padding: 14px 16px 0 16px;
    text-align: center;
    right: -120px;
}

#ujtetel .johet {
right:0px;
}

#new {
    padding: 15px 0 15px 20px;
    background-color: #eee;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    border: 0px;
    display: inline-block;
    width: calc(100% - 20px);
    max-width: 100%;
    border-radius: 0;
    font-size: 16px;
    box-shadow: 5px 5px 10px -10px inset;
}

.field {
  width: calc(100% - 132px);
  padding: 7px 10px;
  font-size: 17px;
  display: inline-block;
  border: 1px solid #BBB;
  height: 18px;
}

.dropdown {
width: calc(100% - 110px);
  padding: 5px;
  border-radius: 0px;
  border: 1px solid #BBB;
}

textarea {
  width: calc(100% - 132px);
  padding: 5px 10px;
  font-size: 17px;
  min-height: 100px;
  display: inline-block;
  border: 1px solid #BBB;
  max-width: calc(100% - 132px);
}

.infotext {
  font-size: 12px;
  text-align: right;
  opacity: 0.7;
}

#statusbar {
position: relative;
  background-color: #eee;
  padding: 10px 20px;
}

header{
position: fixed;
    background-color: #68c568;
    height: 42px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    z-index: 1000;
    width: 100%;
    border-bottom: 34px solid #59a959; 
    font-size:15px;  
}

header a, h3 a {
text-decoration:none;
}

#logo {
position: relative;
    padding: 13px 20px;
    display: inline-block;
    line-height: 0;

}

#logo img {
    width: auto;
    height: 16px;
}

#user {
position: absolute;
    right: 10px;
    top: 10px;
    color: white;
cursor:pointer;
    font-size: 15px;
}

.aktivtext {
color: #fffa24;
}

#topmenu {
	position:absolute;
top: calc(50% - 1.5em);
right:30px;
}

#fullmenu {
  position: relative;
  background-color: #FF7F50;
}

#fullmenu .nav {
  display: inline-block;
  border-left:1px solid rgba(0,0,0,0.1);
  border-right: 1px solid rgba(255,255,255,0.3);
}

#fullmenu .nav li {
border-right: 1px solid rgba(0,0,0,0.1);
border-left: 1px solid rgba(255,255,255,0.3);
}

#fullmenu .nav li a {
color:white;
}

#hamburger {
  display: none;
}

#hambi div {
  background-color: #444;
  width: 40%;
  height: 2px;
  margin: 4px auto;
  border-radius: 1px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.hambitox #x1 {
  transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -webkit-transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -moz-transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -ms-transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -o-transform: rotateZ(45deg) translateY(4px) translateX(4px);
}

.hambitox #x2 {
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
}

.hambitox #x3 {
  transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -webkit-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -moz-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -ms-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -o-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
}

.nav {
	list-style:none;
  padding:0;
  margin:0;
  font-size:0;
}

.nav li{
	display:inline-block;
	position:relative;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
border-right: 1px solid #ccc;
}

.nav li:last-child {
border-right: none;
}

.nav li a{
display: block;
text-decoration: none;
color: #111;
padding: 15px 20px;
font-size: 13px;
letter-spacing: -0.03em;
text-transform: uppercase;
}

.nav ul {
background-color: #fff;
position: absolute;
top: 100%;
left: 0;
float: left;
z-index: 99999;
padding: 0;
box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.5);
visibility:hidden;
opacity:0;
transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}

.nav li:hover > ul{
  visibility:visible;
  opacity:1;
  transition-delay:0s;
}

.nav ul ul{
	top: 30%;
	left:100%;
	background: #343434;
}

.nav ul li {
border-top:1px solid;
width: 100%;
border-color:inherit;
}

.nav ul a{
height: auto;
line-height: 1em;
padding: 15px 20px;
border-left: none;
border-right: none;
display: inline-block;
width: initial;
white-space: nowrap;
}

.nav li:hover > a {
	color: white;
}

.nav li:hover{
	background-color:#2196F3;
}

#space {
height:38px;
}

#slider {
}

.owl-buttons {
position: absolute;
top: 0;
width: 100%;
height: 100%;
overflow:hidden;
font-weight:300;
}

.owl-prev, .owl-next {
position: absolute;
top: 0;
color: #FFF;
font-size: 140px;
line-height: 350px;
width: 45%;
height: 100%;
opacity: 0;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
vertical-align: middle;
}

.owl-prev {
left:0;
padding-left:5%;
}

.owl-next {
right:0;
text-align:right;
padding-right:5%;
}

.owl-prev:hover, .owl-next:hover {
opacity:0.5;
}

#slider .slide {
height: 400px;
background-size: cover;
background-position: center center;
}

article {
    min-height: 660px;
    background-color: white;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
    margin-bottom: 30px;
}

.post {
padding:20px 40px;
}

.rek {
    position: relative;
    padding-top: 5%;
}

.entry {
margin-bottom:60px;
}

.entry img {
max-width: 100%;
height: auto;
}

.entry p {
    font-size: 18px;
}

.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.alignleft, .alignright {
    width: calc(100% - 690px);
    font-size: 0;
    max-width: 560px;
}

.alignleft img, .alignright img{
width:100%;
height:auto;
}

.ui-sortable-handle {
float:left;
  width: auto;
  height: 80px;
position:relative;
margin:0 10px 10px 0;
border:1px solid #ccc;
}

.ui-sortable-handle:first-child::after { 
content: "kiemelt kép";
  position: absolute;
  left: 50%;
  background-color: #FFF;
  font-size: 13px;
  bottom: -5px;
  transform: translateX(-50%);
  padding: 0 3px;
  border-radius: 4px;
  opacity: 0.9;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}


.ui-sortable-handle label {
  width: auto;
  padding: 0;
}

.ui-sortable-handle img {
  width: auto;
  height: 80px;
}

.ui-sortable-placeholder {
}

.torles {
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: #FFF;
  border: 3px solid #D64642;
  color: #D64642;
  text-decoration: none;
  width: 15px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.plus {
cursor:pointer;
}

aside {
float: right;
width: 300px;
list-style: none;
padding: 50px 10px;
}

#facebook {
overflow:hidden;
}

footer{
    clear: both;
    text-align: right;
    padding: 30px;
    background-color: #000;
    color: #ccc;
    font-size: 14px;
    z-index: 10;
    position: relative;
}

footer a {
color:#fff;
text-decoration:none;
font-weight:bold;
}

footer a:hover {
color:#fff;
}

#assembly {
    width: 130px;
    margin-top: 5px;
    vertical-align: middle;
    margin-left: 6px;
}

footer span {
display:inline-block;
}

.clear {
clear:both;
}

@media screen and (max-width: 1400px) {
article {
margin-bottom:0;
}
}

@media screen and (max-width: 800px) {

h1 {
text-align:center;
}

#qm {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-right: none;
    padding: 0;
    top: 2%;
    right:inherit;
    display:none;
}

.entry {
text-align:center;
}

.alignright {
display:none;
}

#slider .slide {
height: 300px;
}

.owl-prev, .owl-next {
line-height: 270px;
}

article {
width:100%;}

aside {
width: calc(100% - 20px);
  text-align: center;
}

}

@media screen and (max-width: 600px) {
#hamburger {
display: inline-block;
  position: absolute;
  right: 15px;
  width: 50px;
  bottom: 40px;
  cursor: pointer;
}

.szam {
    right: -100px;
}

nav {
height: auto;
  width: 100%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background-color:#fff;
	z-index:30;
	top:100% !important;
	right:inherit;
	transform:translateX(-100%);
	-webkit-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	-o-transform:translateX(-100%);
	right:0 !important;
	background-color:#eee;
}

.nav ul li {
text-align:center;
background-color:#222;
} 

.menuon {
	transform:translateX(0%) !important;
	-webkit-transform:translateX(0%) !important;
	-moz-transform:translateX(0%) !important;
	-ms-transform:translateX(0%) !important;
	-o-transform:translateX(0%) !important;
}

.nav  {
padding:0;
}

.nav ul {
width:100%;
}

.nav ul li a {
border-top:none;
font-size: 12px;
}

.nav li {
text-align:center;
width:100%;
}

.nav li:last-child, .nav li:first-child {
border-left:none;
border-right:none;
}

.nav li a {
border-left: 0px solid;
border-top: 1px solid;
border-color:rgba(255, 255, 255, 0.4);
}

.nav li:last-child {
border-right: 0px;
}

}

@media screen and (max-width: 500px) {
.post {
padding:20px;
}

.megse {
display:none;
}

.sorszam {
display:none;
}
}

@media screen and (max-width: 400px) {
.admin {
font-size:14px;
}

.voteline input {
display:none !important;
}

.vote label {
    padding: 10px;
}

.voteline label:hover {
padding-left:10px;
}

.post {
padding:10px;
}

.entry {
text-align:center;
}

label {
display:block;
width:auto;
padding-bottom: 0;
}

.field, textarea {
display:block;
width: calc(100% - 20px);
max-width: calc(100% - 20px);
}

.alignright, .alignleft {
  float: none;
  margin: 0;
    width:100%;
}

.alignright img, .alignleft img {
  width:100%;
}


}