/*
Theme Name: ASSEMBLY THEME (responsive)
Theme URI: http://zalabit.hu
Description: Developer Theme
Author: Assembly
Author URI: http://assembly.hu
Version: 2016.01
*/

/* Cookie Policy */
#cookie-policy {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 75, 147, .85);
    color: #FFFFFF;
    z-index: 9999;
}

#cookie-policy .wrapper {
    padding: 8px 15px;
}

#cookie-policy .cookie-policy-content {
    display: table;
    width: 100%;
}

#cookie-policy .cookie-policy-content .cookie-policy-buttons, #cookie-policy .cookie-policy-content .cookie-policy-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#cookie-policy .cookie-policy-content .cookie-policy-read {
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}

#cookie-policy .cookie-policy-content .cookie-policy-read a {
    display: inline-block;
    line-height: 16px;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    transition: 0.1s linear border-color;
    text-decoration: none;
}

#cookie-policy .cookie-policy-content .cookie-policy-read a:hover {
    border-bottom: 1px solid transparent;
}

#cookie-policy .cookie-policy-content .cookie-policy-buttons {
    text-align: right;
    padding-left: 30px;
    vertical-align: middle;
}

#cookie-policy .cookie-policy-content .cookie-policy-buttons .button {
    background: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 18px;
    padding: 2px 25px;
    margin: 0;
    transition: background 0.5s ease, color 0.5s ease;
    text-align: center;
}

#cookie-policy .cookie-policy-content .cookie-policy-buttons .button:hover {
    background: #FFFFFF;
    color: #004b93;
}

.color {
color:coral;
}

.backcolor {
background-color:coral;
}

.bordercolor {
border-color:coral;
}

.hide{
    display: none;
}

.error{
    background-color: lightcoral;
}


li.jatekos.error {
    background-color: rgba(255,100,100,0.5);
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 2px red inset;
    -webkit-box-shadow: 0 0 0 2px red inset;
    -moz-box-shadow: 0 0 0 2px red inset;
    -ms-box-shadow: 0 0 0 2px red inset;
    -o-box-shadow: 0 0 0 2px red inset;
}

.inline{
    display: inline-block !important;
}

.half{
    width: 50%;
}

.quarter{
    width: 25% !important;
}

.playerfield {
width: calc(50% - 110px) !important;
margin-bottom:3px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.gombok {
display: inline-block;
    position: relative;
}

.gombok .transparent {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: not-allowed;
}

body{
    color: #222;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color:#fff;
}

a:link, a:visited{
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.breadcrumb {
    font-size: 13px;
    margin: 0;
    position: absolute;
    top: -10px;
}

.breadcrumb ul {
    margin: 0;
    padding: 25px 0 0 20px;
}

.breadcrumb li {
    display: inline-block;
    color: #fff;
    padding-left: 10px;
}

.breadcrumb a {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}

.breadcrumb a:hover {
opacity:1;
}

.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 0 0 10px;
}

article a {
	color: #444;
}

article a:hover{
	color: #000;
}


h1,h2,h3,h4,h5,h6 {
letter-spacing: 0em;
}

h1 {
font-size: 36px;
font-weight:300;
}

h1 a {
color:#111;
}

#blueback {
 background-image: url('images/blueback.png');
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-color: #024d95;
    background-position: left center;
}

#blueback h1 {
    color: white;
    padding: 30px;
    margin: 0;
}

h2 {
    font-size: 25px;
    font-weight: 300;
    border-left: 5px solid #e9510e;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 7px 20px;
    border-right: 1px solid #ccc;
    background-color: #004b93;
    color: white;
    margin-top: 0;
}

h3 {
font-size: 24px;
}

.grayback {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 1000;
    display:none;
}

#x {
    position: absolute;
    color: white;
    right: -13px;
    top: -14px;
    font-size: 34px;
    cursor: pointer;
    line-height: 0;
    background-color: #014b96;
    border-radius: 50%;
}

#popup {
    width: 80%;
    max-height: 95%;
    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%);
    box-shadow: 20px 20px 50px rgba(0,0,0,0.3);
    font-size: 0;
    max-width: 640px;
}

#popup img {
    width: 100%;
    height: auto;
}


.wrapper{
	margin: 0 auto;
	max-width:1400px;
  position:relative;
padding:0;
}

.gomb {
padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #e9510e;
    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;
    text-decoration: none;
    margin: 0 1px 5px 0;
    display:inline-block;
    vertical-align: top;
}

#bannercsere {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0.1;
    background-color: #e9510e;
}

#sidefix:hover > #bannercsere {
opacity:1;
}

.button {
    padding: 8px 20px 9px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #004b93;
    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-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    text-decoration: none;
    margin: 0 1px 5px 0;
    display:inline-block;
vertical-align: top;
}

.button:hover, .gomb:hover {
    background-color: #e9510e !important;
    color: white;
    box-shadow: 0 0 0 4px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 0 0 4px rgba(0,0,0,0.2) inset;
    -ms-box-shadow: 0 0 0 4px rgba(0,0,0,0.2) inset;
    -o-box-shadow: 0 0 0 4px rgba(0,0,0,0.2) inset;
}

.button[disabled], .button[disabled]:hover{
    background-color: #aaaaaa !important;
    cursor: inherit;
    opacity: 0.5;
}

.cancel, .del {
background-color:#DE716E;
}

.bezar {
    position: absolute;
    top: -40px;
    right: 0;
    background-color: #E91E63;
    color: white;
    line-height: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.bezar i {
    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%);
    	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
    font-size: 16px;
}

.bezar:hover > i {
    transform: translateX(-50%) translateY(-50%) scale(1.2) rotateZ(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2) rotateZ(90deg);
}

#contactform {
    background-color: #efefef;
    padding: 20px 20px 20px 30px;
}

#contactform textarea {
height:150px;
width: calc(100% - 30px);
}

#contactleft {
    width: 50%;
    float: left;
}

#contactleft h4 {
    margin-top: -16px;
    font-size: 18px;
    letter-spacing: -0.02em;
}

#map {
    float: right;
    width: 47%;
    margin-bottom: 30px;
}

.formbox {
width: calc(33% - 1px);
    display: inline-block;
}

.formbox input {
width: calc(100% - 30px);
}

.formline label {
    display: block;
    font-weight: bold;
}

.formline input[type="file"]{
  display: none;
}

#csapatKep {
margin-bottom:40px;
}

.formline {
margin-bottom: 10px;
}

.cim input {
font-size: 23px;
    font-weight: bold;
}

label {
    padding: 7px 10px 7px 0;
    font-size: 13px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.labelinfo {
    font-weight: normal;
    text-transform: none;
    font-size: 12px;
}

.field {
    width: calc(100% - 29px);
    padding: 7px 12px;
    font-size: 17px;
    display: block;
    border: 1px solid #BBB;
    margin-bottom:20px;
    -webkit-appearance: none;
}

span.error{
    display: block;
    padding: 8px 20px 9px;
}

/*.field.ng-invalid-required, .error .field.ng-valid-required, .field.ng-invalid-email{*/
.field.empty{
    box-shadow: 0 0 0 2px rgba(255,100,100,0.9) !important;
    -webkit-box-shadow: 0 0 0 2px rgba(255,100,100,0.9) !important;
    -moz-box-shadow: 0 0 0 2px rgba(255,100,100,0.9) !important;
    -ms-box-shadow: 0 0 0 2px rgba(255,100,100,0.9) !important;
    -o-box-shadow: 0 0 0 2px rgba(255,100,100,0.9) !important;
}

/*.field.ng-valid-required{*/
.field.ok{
    box-shadow: 0 0 0 2px rgba(101,214,65,0.9);
    -webkit-box-shadow: 0 0 0 2px rgba(101,214,65,0.9);
    -moz-box-shadow: 0 0 0 2px rgba(101,214,65,0.9);
    -ms-box-shadow: 0 0 0 2px rgba(101,214,65,0.9);
    -o-box-shadow: 0 0 0 2px rgba(101,214,65,0.9);
}

.inopt {
padding:6px;
vertical-align:top;
}

.infield {
padding: 5px 12px;
    font-size: 17px;
    border: 1px solid #BBB;
    margin-bottom: 6px;
    display: inline-block;
    vertical-align:top;
}

.wp-editor-container {
    border: 1px solid #ccc;
}

.wp-editor-wrap {
    margin-bottom:20px;
}

#forditas {
    position: absolute;
    right: 30px;
    top: 15px;
    border: 1px solid #fff;
}

.forditas {
display:none;
    background-color: #f8f8f8;
    border: 2px solid #9e9e9e;
}

.forditas legend {
background-color: #9e9e9e;
    padding: 0px 10px;
    color: white;
}

.dropdown {
width: calc(100% - 110px);
  padding: 5px;
  border-radius: 0px;
  border: 1px solid #BBB;
}

textarea {
  width: calc(100% - 20px);
  padding: 5px 10px;
  font-size: 17px;
  display: inline-block;
  border: 1px solid #BBB;
}

.nevezesek, .galeriak {
    list-style: none;
    padding: 0;
    font-size: 0;
    margin-bottom: 20px;
}

form#nevezesCtrl {
padding: 30px;
    color: white;
    background-image: url('images/blueback.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #024d95;
    margin: 0 0 50px;
}

.ujmappa {
    max-width:450px;
}

.szinek {
 background-color: #eee;
    padding: 20px;
    border: 4px solid #ccc;
    font-size: 0;

}

.szinek.error{
    border: 4px solid rgba(255,100,100,0.9);
}

.szin{
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    text-transform: uppercase;
    background-size: cover;
    background-position: center center;
    position: relative;
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: -3px -3px 10px 0px rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: -3px -3px 10px 0px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: -3px -3px 10px 0px rgba(0,0,0,0.3) inset;
    -ms-box-shadow: -3px -3px 10px 0px rgba(0,0,0,0.3) inset;
    -o-box-shadow: -3px -3px 10px 0px rgba(0,0,0,0.3) inset;
    margin: 1.2% 2.4% 1.2% 0;
}

.szin.aktiv{
    position: relative;
    z-index: 100;
    transform: scaleX(1.4) scaleY(1.4);
}

.szin span{
font-size: 10px;
    text-align: center;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    padding: 0;
    bottom: -20px;
    left: 50%;
    display:none;
}

.szin input{
    display: none;
}

.triko {
    vertical-align: bottom;
}

.csapattext {
width: calc(100% - 320px);
    float: right;
}

.csapattext p {
margin-top:0;
}

#mez {
    border: 18px solid #ffffff;
    font-size: 0;
    background-color: #fff;
    position: relative;
    vertical-align: top;
    opacity: 1;
    box-shadow: 0 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 0 4px #ccc;
    -moz-box-shadow: 0 0 0 4px #ccc;
    -ms-box-shadow: 0 0 0 4px #ccc;
    -o-box-shadow: 0 0 0 4px #ccc;
    margin-bottom: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#mez .trikopic {
    background-color: #ccc;
    width: 50px;
    height: auto;
    font-size: 0;
    margin: 0 auto;
    position: relative;
}

#mez .trikopic img {
    position: relative;
    z-index: 100;
    width: 100%;
    height: auto;
}

#triko {
float: right;
    width: 65px;
    border: 18px solid #ffffff;
    font-size: 0;
    background-color: #fff;
    position: relative;
    height: 58px;
    vertical-align: top;
    opacity: 1;
    box-shadow: 0 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 0 4px #ccc;
    -moz-box-shadow: 0 0 0 4px #ccc;
    -ms-box-shadow: 0 0 0 4px #ccc;
    -o-box-shadow: 0 0 0 4px #ccc;
    margin-top:20px;
}

#triko img {
    position: relative;
    z-index: 100;
    max-width: 100%;
    box-shadow: 0px -2px 0 0px white;
    -webkit-box-shadow: 0px -2px 0 0px white;
    -moz-box-shadow: 0px -2px 0 0px white;
    -ms-box-shadow: 0px -2px 0 0px white;
    -o-box-shadow: 0px -2px 0 0px white;
    margin-top: 1px;
}

figure.trikopic{
    background-color: #ccc;
    width: 30px;
    height: auto;
    font-size: 0;
    margin: 0 10px;
    position:relative;
}

figure.trikopic img {
position: relative;
    z-index: 100;
    width: 30px;
    height: 26px;
    overflow: hidden;
}

.szin1, .szin2 {
position:absolute;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.szin1 {
top:0;
left:0;
width:100%;
height:100%;
}

.szin2 {
    width: 30%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
z-index: 5;
}

#nevezesCtrl textarea{
    max-width: none;
    min-height: 200px;
}

#nevezesCtrl .button {
background-color:#e9510e;
}

.infotext {
  font-size: 12px;
  text-align: right;
  opacity: 0.7;
}

header{
position: relative;
    background-image: url('images/parketta.jpg');
    background-size: 100% 100%;
    height: 205px;
    line-height: 0;
}

header .wrapper {
height:100%;
}

header a, h3 a {
text-decoration:none;
}

#evszam {
    position: absolute;
    left: 30px;
    top: 0;
z-index:10;
}

#logo {
    position: absolute;
    max-width: 100%;
    bottom: 20px;
    left: 30px;
z-index:200;
}

#logo img {
  width: 100%;
  height: auto;
}

#intersport-logo {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 100;
}

#labdabox {
    position: absolute;
    left: 50%;
    top: 10px;
    height: 180px;
    width: 180px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 10;
}

#labda {
    background-image: url('images/labda.png');
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -300px;
    z-index: 10;
    background-size: 100% 100%;
}

#labda-arnyek {
background-image: url('images/labda-arnyek.png');
    width: 100px;
    height: 60%;
    position: absolute;
    left: 62%;
    bottom: -25%;
    z-index: 0;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-size: 100% 100%;
}

#social {
position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 20;
}

#social form {
display: inline-block;
    vertical-align: top;
}

#social a, #social button {
    color: white;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    border: 2px solid #fff;
    display: inline-block;
    position: relative;
    margin-right: 3px;
    background-color: transparent;
    padding: 0;
    box-sizing: inherit;
    cursor: pointer;
}

#social a:hover, #social button:hover {
color: #ddbc89;
    background-color: #fff;
}

#social a i, #social button i {
position: absolute;
    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%);
    left: 50%;
    top: 50%;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

#social .divider {
display: inline-block;
    border: 1px solid #fff;
    height: 25px;
    margin-right: 4px;
}

.activelang {
background-color: white !important;
    color: #ddbc89 !important;
    cursor: inherit !important;
}

#felfestes {
background-image: url('images/felfestes.png');
    width: 50%;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 0;
    background-size: 100% 100%;
        min-width: 256px;
}

#topmenu {
	position:absolute;
top: calc(50% - 1.5em);
right:30px;
}

#fullmenu {
    background-color: #000;
    z-index: 1000;
    box-shadow: 0 15px 10px -10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.3);
    -o-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.3);
}

#fullmenu .nav {
  display: inline-block;
}

#fullmenu .nav li a {
color:white;
}

#hamburger {
  display: none;
}

#hambi div {
  background-color: #fff;
  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);
}

#banners {
background-color: #103391;
    font-size: 0;
    box-shadow: -500px 0px 0 0px black inset;
    -webkit-box-shadow: -500px 0px 0 0px black inset;
    -moz-box-shadow: -500px 0px 0 0px black inset;
    -ms-box-shadow: -500px 0px 0 0px black inset;
    -o-box-shadow: -500px 0px 0 0px black inset;
}

#banners img {
width:50%;
height:auto;
}

nav {
    position:relative;
}

.nav {
	list-style:none;
  padding:0;
  margin:0;
  font-size:0;
}

.current_page_item {
background-color: #e9510e;
}

.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;
}

.nav li a{
    display: block;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 13px;
    letter-spacing: 0.05vw;
    text-transform: uppercase;
}

.menu-item-has-children a:after {
content: "\f0d7";
font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
margin-left:5px;
opacity:0.4;
}

.menu-item-has-children ul a:after {
display:none;
}

.nav ul {
background-color: #000;
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);
-webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.5);
-o-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: 1.3em;
    padding: 9px 30px;
    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:#004b93;
}

#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;
}

th {
text-align: left;
    padding-right: 5px;
    vertical-align: top;
}

article {
    float: left;
    width: calc(100% - 320px);
    min-height: 630px;
}

#grayback {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    visibility: hidden;
    transition: opacity 0.5s linear;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -moz-transition: visibility 0s, opacity 0.5s linear;
    -ms-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    opacity:0;
}

#grayback.show {
    visibility: visible;
    opacity:1;
}

.whitebox {
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%);
    box-shadow: 10px 10px 40px rgba(0,0,0,0.3);
    -webkit-box-shadow: 10px 10px 40px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 40px rgba(0,0,0,0.3);
    -ms-box-shadow: 10px 10px 40px rgba(0,0,0,0.3);
    -o-box-shadow: 10px 10px 40px rgba(0,0,0,0.3);
    max-width: 500px;
    border-top: 40px solid #eee;
    max-height: 75vh;
    height: 100%;
    width: 100%;
    transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    opacity:0;
}

.uzenet {
    height: auto;
    padding: 10px 20px 20px;
    text-align: center;
}

.show .whitebox {
opacity:1;
}

.whitebox .whitecontent {
overflow-y: auto;
    height: calc(100% - 40px);
    padding: 20px;
}

.whitebox img {
max-height:100px;
}

.csapatline label {
    padding: 5px 15px;
}

#csapatok {
 list-style: none;
    padding: 0;
}

#kepcsere {
padding:20px;
}

#csapatok li, .galeriak li {
display: inline-block;
    width: calc(25% - 20px);
    padding: 10px 10px 10px 0;
    position: relative;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: black;
    cursor: pointer;
    padding-bottom: 15%;
}

.galeria .button {
background-color: transparent;
}

#csapatok li .mask, .galeriak li .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    box-shadow: 0 0 50px black inset;
    -webkit-box-shadow: 0 0 50px black inset;
    -moz-box-shadow: 0 0 50px black inset;
    -ms-box-shadow: 0 0 50px black inset;
    -o-box-shadow: 0 0 50px black inset;
}

.mask:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}

#csapatok li i, .galeriak li i {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 300;
}

#csapatok span, .galeriak span {
    font-size: 16px;
    color: white;
    z-index: 200;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    width: calc(100% - 30px);
    padding: 5px 15px;
}

#csapatok li img, .galeriak li img {
position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    left: 50%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.csapatKep {
    background-image: url(images/nopic.jpg);
    background-size: contain;
}

#new-cup {
    border-bottom: 1px solid #999999;
}

#lista {
    list-style: none;
    padding: 0;
}

#lista li {
    margin: 25px 0;
}

.admin-panel .csoport h3 {
margin-top:20px;
margin-bottom:15px;
}

#csoportok {}

.csoport {
    margin-bottom: 30px;
}

.csoport h3, .nevezesek h3 {
background-color: #004b93;
    color: white;
    margin-bottom: 5px;
    padding: 5px 20px;
    position:relative;
}

.csoport h3 i {
    position: absolute;
    right: 10px;
    top: 7px;
}

.csoport table {
 width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.csoport td {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 20px 5px;
    position:relative;
}

.csoport .triko {
width:50px;
}

.csoport th {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 20px 5px;
    text-align:center;
}

#sorsolasok {

}

#sorsolasok h3 {
    margin-top: 70px;
    margin-bottom: 5px;
    font-size: 24px;
}

.gala i{
    font-size: 36px;
}

.merkozes-sor {
    border-top: 1px solid #ccc;
    position: relative;
    padding: 30px 0;
}

.merkozes-sor div {
display: inline-block;
}

.merkozes-sor .fa-minus {
margin:0 10px;
}

.merkozes-csoport {
    width: 50px;
    height: 42px;
    border: 1px solid #007cba;
    border-radius: 50%;
    text-align: center;
    margin: 10px;
    font-size: 11px;
    padding-top: 8px;
    color: #007cba;
    position: absolute;
    top: 12px;
}

.merkozes-csoport span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 0.7em;
}

.idopont {
margin-left: 100px !important;
}

.csapat-hazai {
    width: calc(50% - 120px);
    text-align: right;
    position: relative;
    padding-right: 10px;
    vertical-align: top;
}

.csapat-hazai img {
right:0;
}

.csapat-vendeg img {
left:0;
}

img.csapat-ikon {
    width: 28px;
    position: absolute;
}

.csapat-vendeg {
    padding-left: 10px;
    position: relative;
    width: calc(50% - 120px);
    vertical-align: top;
}

.eredmeny.hazai, .eredmeny.vendeg {
    font-weight: bold;
    font-size: 19px;
    position:relative;
}

i.fa.fa-sort-asc.modosit {
    position: absolute;
    top: -5px;
    cursor: pointer;
}

i.fa.fa-sort-desc.modosit {
    position: absolute;
    bottom: -8px;
    left: 0;
    cursor: pointer;
}

#jatekosok {
    background-color: #eee;
    padding: 20px 20px;
    font-size: 16px;
    margin-bottom: 20px;
    width: 300px;
    float:left;
}

#jatekosok th {
    font-size: 13px;
    padding-bottom: 3px;
    background-color: #ddd;
    text-align: center;
    vertical-align: middle;
    letter-spacing: -0.03em;
}

#jatekosok td {
font-size:14px;
}

.jatekosok {
padding:0;
    list-style: none;
}

#csapatinfo th {
min-width:130px;
}

table#helyek {
    min-width: 280px;
    margin: 0 auto;
    background-color: #eee;
    padding: 0px;
}

table#helyek th {
text-align:left;
    padding: 10px 20px;
    background-color: #fff;
}

table#helyek td {
    text-align: right;
    padding: 10px 20px;
    background-color: #fff;
}

#aloldalak {
    list-style: none;
    padding: 0;
}

#aloldalak li a {
padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #004b93;
    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-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    text-decoration: none;
    margin: 0 1px 5px 0;
    display: inline-block;
    width: 300px;
    max-width: calc(100% - 40px);
}

#aloldalak li a:hover {
background-color:#222;
color:white;
}

.hir {
background-color: white;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #ccc;
}

.hir h3 {
text-decoration: none;
    margin-top: 0;
}

.hir .date {
    margin-top: -27px;
    margin-bottom: 5px;
    font-size: 12px;
}

.hir p {
    margin:0;
}

.hir .thumb div {
    position: relative;
    width: 100%;
    height: 100%;
}

.hir .thumb {
float: left;
    width: 16%;
    overflow: hidden;
    margin-right: 20px;
    margin-top: 5px;
    height: 117px;
    background-color: #eee;
    min-width: 180px;
}

.thumb img {
    width: auto;
    height: 100%;
    left: 50%;
    display: block;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    position: absolute;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
    -ms-box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
    -o-box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
}

.sel {
    padding: 8px 19px 6px 11px;
    font-size: 17px;
    display: inline-block;
    /* border: 1px solid #ccc; */
    margin-bottom: 30px;
    margin-right: 20px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    /* color: white; */
}

.hide {
    display:none;
}

.tovabb {
    margin-left: 8px;
    text-transform: lowercase;
    font-style: italic;
    color: #004b93;
}

.tamogatoink ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-bottom: 50px;
}

.tamogatoink li {
    display: inline-block;
    width: 31%;
    padding-bottom: 29%;
    position: relative;
    margin-right: 2.33%;
    box-shadow: 0 0 70px 0 rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 0 70px 0 rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 0 70px 0 rgba(0,0,0,0.1) inset;
    -ms-box-shadow: 0 0 70px 0 rgba(0,0,0,0.1) inset;
    -o-box-shadow: 0 0 70px 0 rgba(0,0,0,0.1) inset;
}

.tamogatoink li img {
    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%);
    max-height: 54%;
    max-width: 89%;
    width: auto;
    	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.tamogatoink li:hover > a img {
    transform: translateX(-50%) translateY(-50%) scale(1.1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.tamogatoink pre {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    font-family: titillium web;
    white-space: inherit;
}

.post {
padding:30px;
background-color: #fff;
min-height:300px;
}

.entry img {
max-width: 100%;
height: auto;
}

.alignright {
  float: right;
  margin: 0 0 10px 10px;
  text-align:right;
}

.alignleft {
  float: left;
  margin: 0 10px 10px 0;
    text-align:left;
}

.alignleft, .alignright {
width:30%;
  font-size: 0;
}

.ui-sortable-handle {
float:left;
  width: auto;
  height: 80px;
position:relative;
margin:0 10px 10px 0;
border:1px solid #ccc;
}

.ui-sortable-handle label {
  width: auto;
  padding: 0;
  cursor:move;
}

.ui-sortable-handle img {
  width: auto;
  height: 80px;
}

.ui-sortable-placeholder {
}

.torles {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: rgba(155,0,0,0.7);
    color: #fff;
    text-decoration: none;
    width: 15px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.ui-sortable-handle:hover > .torles {
opacity:1;
}

.plus {
cursor:pointer;
}

aside {
position: absolute;
    width: 300px;
    list-style: none;
    background-color: #EEE;
    padding: 10px 10px;
    right: 0;
    vertical-align: top;
    min-height: 100%;
}

#facebook {
overflow:hidden;
}

#sidefix {
width: 100%;
    margin: 0 auto;
    max-width: 300px;
    position:relative;
}

#sidefix img {
    width: 100%;
    height: auto;
}

footer{
clear: both;
    text-align: center;
    padding: 30px 30px 60px;
    background-color: #111;
    color: #ccc;
    font-size: 14px;
    position: relative;
}

footer a {
color:#fff;
text-decoration:none;
font-weight:bold;
}

footer a:hover {
color:#fff;
}

footer span {
display:inline-block;
}

.clear {
clear:both;
}

@media screen and (min-width: 800px) {
.fixed {
position:fixed !important;
top:0;
}

.rescroll {
    position: absolute !important;
    bottom: 30px;
    top:inherit;
}
}

@media screen and (max-width: 1200px) {
#contactleft {
    width: 100%;
    float: none;
    margin-bottom: 50px;
}

#map {
    float: none;
    width: 100%;
}

.merkozes-sor .triko {
display:none;
}
}

@media screen and (max-width: 1000px) {


#labdabox {
top:-100px;
}

#intersport-logo {
    bottom: inherit;
    z-index:50;
}

#csapatok li, .galeriak li {
    width: calc(33% - 20px);
    padding-bottom: 21%;
}

.csapattext .alignright {
    width: auto;
    margin: 0 0 10px 0;
}

.csapattext img {
width:100%;
height:auto;
}

}

@media screen and (max-width: 900px) {
.csapattext {
width:100%;
}

.alignleft, .csapattext .alignright {
width:100%;
}

#jatekosok {
width:100%;
}

.tamogatoink pre {
    display: block;
    width: 100%;
}
}
@media screen and (max-width: 800px) {

#slider .slide {
height: 300px;
}

.owl-prev, .owl-next {
line-height: 270px;
}

article {
width:100%;
float:none;
min-height: 10px;
}

aside {
width: calc(100% - 20px);
  text-align: center;
  position:relative;
}

.post {
min-height: 10px;
}

#csapatok li, .galeriak li {
    width: calc(50% - 20px);
    padding-bottom: 32%;
}

}

@media screen and (max-width: 650px) {
#labdabox {
display:none;
}
}

@media screen and (max-width: 600px) {
.csapat-hazai, .csapat-vendeg {width: calc(50% - 60px);}


.merkozes-csoport {
display:none !important;
}

.idopont {
    margin-left: 0px !important;
}

#logo img {
width:280px;
}

#felfestes {
    height: 110px;
    left: initial;
    right: 0;
    min-width: 356px;
}

#social {
top:40px;
}

#hamburger {
display: inline-block;
    position: absolute;
    right: 0px;
    width: 50px;
    bottom: 15px;
    cursor: pointer;
}

#intersport-logo {
    width: 151px;
    right: 2px;
}

nav {
position:absolute;
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;
	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;
}

.playerfield {
    width: calc(100% - 41px) !important;
    margin-bottom: 3px;
}


}

@media screen and (max-width: 500px) {
.csoport .triko {
display:none;
}

.csoport th:first-child {
display:none;
}
}

@media screen and (max-width: 400px) {

header{
    height: 140px;
}

#logo {
bottom: 10px;
left: 10px;
}

#logo img {
width:240px;
}

#evszam {
    left:7px;
}

#evszam img {
    width: 70px;
    height: auto;
}

#labdabox {
width:50px;
height:50px;
top:-5px;
left:42%;
}


#felfestes {
height:55px;
    left: inherit;
    right: 0;
}

#social {
display:none;
}

.hir {
padding:20px 0;
}

.thumb {
    float: none !important;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    height: auto !important;
    display: block;
}

.thumb img {
    float: none !important;
    width: 100% !important;
    position: relative;
}

#csapatok li, .galeriak li {
    width: calc(100% - 10px);
    padding-bottom: 63%;
}

.post {
padding:30px 10px;
}

#blueback h1 {
    padding: 30px 10px 10px;
}

.breadcrumb ul {
    padding: 22px 0 0 0px;
}

#forditas {
    right: 10px;
    top: 10px;
}

label {
display:block;
width:auto;
padding-bottom: 0;
}

.field, textarea {
    display: block;
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
}

.alignright, .alignleft {
  float: none;
  margin: 0;
    width:100%;
}

.alignright img, .alignleft img {
  width:100%;
}

.csoport td {
padding:10px 1px;
}


}

@media print {
header {
height:auto;
}

#logo {
    position: relative;
    bottom: inherit;
    width: 200px;
    display: block;
    margin: 0 auto 20px;
    left:0;
}

#evszam img {
width:50px;
display:none;
}

aside {display:none;
}

#labdabox, #intersport-logo {
display:none;
}

article {
    float: none;
    width: 100%;
    min-height: inherit;
}

#blueback h1 {
padding-bottom:0;
color:black;
}

.breadcrumb {
display:none;
}

.post {
    border-top:1px solid #000;
    margin-top:20px;
}

#social {
display:none;
}

#mez {
display:none;
}

.triko {
display:none !important;
}

#jatekosok {
border:1px solid black;
}

.button {
display:none;
}

#fullmenu {
display:none;
}

footer {
    border-top:1px solid #000;
}

footer p {
display:none;
}

}
