@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: Raleway-Regular;
    src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}



body {font-size: 14px; margin: 0; padding: 0; background: #ece8dd}

.img-responsive {margin:0 auto;}
a {color: black;}
a:hover, a:focus {color: white; text-decoration: none;}
*:focus {outline: none;}

.form-control {border-radius: 0; box-shadow: none;}
.form-control:focus {box-shadow: none;}

#header-body-container {
    background: #c7c1a1;
}
h1, h2, h3, h4, h5, h6 {
    color: white;
}
h1 {
    font-family: Raleway-Regular, serif;
}

.nav > li > a:hover, .nav > li > a:focus{
    background: transparent;
}
textarea {
    resize: none;
}

/*----------------------------------------------HEADER-------------------------------*/
.white-background {
    background: white;
}
.paddingtopbot-15-px {
    padding-top: 15px;
    padding-bottom: 15px;
}
#logo {
    position: relative;
    -moz-box-shadow:    3px 1px 6px 2px black;
    -webkit-box-shadow: 3px 1px 6px 2px black;
    box-shadow:         3px 1px 6px 2px black;
    z-index: 1;
    box-sizing: border-box;
}
#logo::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -29px;
    left: 132px;
    box-sizing: border-box;

    border: 15px solid;
    border-color: transparent transparent white white;

    transform-origin: 0 0;
    transform: rotate(-45deg);

    box-shadow: -3px 3px 3px 0 black;
}
@media (max-width: 1199px) {
    #logo::after {
        left: 104px;
    }
}
@media (max-width: 991px) {
    #logo::after {
        display: none;
    }
}
header h1 {
    font-size: 30px;
}
@media (max-width: 991px) {
    header h1 {
        font-size: 25px;
    }
}
header h2 {
    color: #905e63;
    font-size: 20px;
}
@media (max-width: 991px) {
    header h2 {
        font-size: 16px;
    }
}
.focim {
    padding: 10px 50px 15px;
}
.bordertop-brown {
    border-top: 4px solid #905e63;
}
.boxshadowbottom {
    -moz-box-shadow:    3px 6px 7px 0 #9ba57f;
    -webkit-box-shadow: 3px 6px 7px 0 #9ba57f;
    box-shadow:         3px 6px 7px 0 #9ba57f;
}

/*KOCKA SZAR*/
div.jkcubeslideshow{ /* main container */
    background: white;
    display: block;
     /* default width of main container */
    height: 290px; /* default height of main container */
    position: relative;
    -webkit-perspective: 1000px; /* Greater the value, less pronounced the 3D effect */
    perspective: 1000px; /* Greater the value, less pronounced the 3D effect */;
}

div.side1, div.side2 { /* two panels that make up cube effect */
    width: 100%;
    height: 100%;
    position: absolute;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    backface-visibility: hidden; /* hide backface of DIVs */
    transition: all 1s ease-in-out; /* CSS transition. Actual duration set by script */;
}

div.side1 img, div.side2 img { /* how should slideshow images be sized inside panels? */
    width: 100%;
    height: auto;

}



/*-------------------------------------------------HEADER VÉGE---------------------*/
/*--------------------------------------------------LEFT SIDE---------------------*/

@media (min-width: 768px) {
    .navbar-collapse-main {
        height: auto;
        border-top: 0;
        box-shadow: none;
        max-height: none;
        padding-left:0;
        padding-right:0;
    }
    .navbar-collapse-main.collapse {
        display: block !important;
        width: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse-main.in {
        overflow-x: visible;
    }

    .navbar-main
    {
        max-width:300px;
        margin-right: 0;
        margin-left: 0;
        margin-top: 30px;
    }

    .navbar-nav-main,
    .navbar-nav-main > li,
    .navbar-left,
    .navbar-right,
    .navbar-header-main
    {float:none !important;}

    .navbar-right .dropdown-menu {left:0;right:auto;}
    .navbar-collapse-main .navbar-nav-main.navbar-right:last-child {
        margin-right: 0;
    }
}
#main_menu .navbar-nav > li > a {
    border-bottom: 2px solid #936065;
    margin-left: 5px;
    margin-right: 5px;
}

#side_menu .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
#side_menu .navbar .navbar-collapse {
    text-align: center;
}
@media (max-width: 767px) {
    #side_menu .navbar-main {
        float: right;
    }
}
.progress {
    border-radius: 0;
    background-image: -webkit-linear-gradient(top,#c7c1a1 0,#c7c1a1 100%);
    background-image: -o-linear-gradient(top,#c7c1a1 0,#c7c1a1 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#c7c1a1),to(#c7c1a1));
    background-image: linear-gradient(to bottom,#c7c1a1 0,#c7c1a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c1a1', endColorstr='#c7c1a1', GradientType=0);
    background-repeat: repeat-x;
}
.progress-bar {
    background-image: -webkit-linear-gradient(top,#b71f23 0,#84171a 100%);
    background-image: -o-linear-gradient(top,#b71f23 0,#84171a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b71f23),to(#84171a));
    background-image: linear-gradient(to bottom,#b71f23 0,#84171a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b71f23', endColorstr='#84171a', GradientType=0);
    background-repeat: repeat-x;
}
input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
.cursor-pointer:hover {
    cursor: pointer;
}
#side_menu a {
    color: #936065;
}
#side_menu a:hover {
    color: white;
}
/* Underline From Center */
#side_menu a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
#side_menu a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #936065;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#side_menu a:hover:before, #side_menu a:focus:before, #side_menu a:active:before {
    left: 0;
    right: 0;
}
.h2-red-cim {
    background: #84171a;
}

#leftSide h2, #rightSide h2 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.bordoszin {
    color: #84171a;
}
.whitebgredborder {
    padding-top: 10px;
    background: white;
    border-top: 10px solid #84171a;
    border-bottom: 10px solid #84171a;
}
.p-kissebben {
    font-size: 12px;
}
.barnapirosszin {
    color: #936065;
}
.marginbot-15-px {
    margin-bottom: 15px;
}
/*------------------------------------------------RIGHT SIDE----------------*/
#rightSide {
    background: white;
}
.h2-redred-cim {
    background: #ed1c24;
}
.btn-teszteles {
    color: #ffffff;
    background-color: #ED1C24;
    border-color: #ED1C24;
    border-radius: 0;
}

.btn-teszteles:hover,
.btn-teszteles:focus,
.btn-teszteles:active,
.btn-teszteles.active,
.open .dropdown-toggle.btn-teszteles {
    color: #ffffff;
    background-color: #84171A;
    border-color: #ED1C24;
}

.btn-teszteles:active,
.btn-teszteles.active,
.open .dropdown-toggle.btn-teszteles {
    background-image: none;
}

.btn-teszteles.disabled,
.btn-teszteles[disabled],
fieldset[disabled] .btn-teszteles,
.btn-teszteles.disabled:hover,
.btn-teszteles[disabled]:hover,
fieldset[disabled] .btn-teszteles:hover,
.btn-teszteles.disabled:focus,
.btn-teszteles[disabled]:focus,
fieldset[disabled] .btn-teszteles:focus,
.btn-teszteles.disabled:active,
.btn-teszteles[disabled]:active,
fieldset[disabled] .btn-teszteles:active,
.btn-teszteles.disabled.active,
.btn-teszteles[disabled].active,
fieldset[disabled] .btn-teszteles.active {
    background-color: #ED1C24;
    border-color: #ED1C24;
}
.btn-teszteles .badge {
    color: #ED1C24;
    background-color: #ffffff;
}

#rightSide hr {
    border-top: 2px solid #c7c1a1;
    margin-bottom: 5px;
}
.right-partner-logok a {
    color: #84171a;
}
@-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Firefox */
@-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Webkit */
@-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* IE */
@keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Opera */
.vibri {
    background-color: white;
    padding: 15px 15px 15px 15px;
    text-align:center;
    margin-bottom: 4px;
    font-size: 24px;
    border-radius: 5px;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-animation:blink normal 1.5s infinite ease-in-out; /* Firefox */
    -webkit-animation:blink normal 1.5s infinite ease-in-out; /* Webkit */
    -ms-animation:blink normal 1.5s infinite ease-in-out; /* IE */
    animation:blink normal 1.5s infinite ease-in-out; /* Opera */
}

.kiemelt-hir:hover {
    background: #f2e7e8;
    cursor: pointer;
}
.kiemelt-hir:hover p {
    color: #84171a;
}
.kiemelt-hir p {
    font-family: Raleway-Bold, serif;
    color: grey;
}
.right-partner-logok:hover .rightsidepartner-text {
    color: #ed1c24;
}

/*--------------------------------------------------FŐOLDAL---------------*/
.cikkszoveg {
    background: #313131;
    color: white;
}
.cikkszoveg:hover {
    cursor: pointer;
}
.cikkszoveg:nth-child(odd) .fooldal-img {
    float: right;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #84171a;
}
.feliratkozas-input {
    border: 1px solid #84171a;
    width: 100%;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

.dropbtn {
    background: #905e63;
    border: none;
    width: 100px;
}
.languages {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: white;
}
.pull-right > .dropdown-menu {
    min-width: 100px;
    width: 100px;
    border: none;
    border-radius: 0;
    background: #905e63;
}
.pull-right > .dropdown-menu a {
    color: white;
}
.pull-right > .dropdown-menu a:hover {
    background: #313131;
    color: white;
}
.dropdown_pic {
    padding-left: 2px;
}
/*---------------------------------------------------------CIKK------------------*/
#cikk {
    color: white;
}
.breadcrumb {
    background: none;
}
#cikk hr {
    border-top: 2px solid #84171a;
}
.oldaltipusmenu-hr hr {
    border-top: 2px solid #84171a;
}

@media (max-width: 767px) {
    #cikk h1 {
        font-size: 22px;
    }
    #cikk h2 {
        font-size: 16px;
    }
}
/*---------------------------------------------------LINKEK----------------------*/
.partnerek {
    margin-bottom: 15px;
}
#linkek a {
    color: white;
    font-size: 10px;
}
#linkek a:hover {
    color: #84171a;
}
#linkek hr {
    border-top: 2px solid #84171a;
}
/*--------------------------------------------------KAPCSOLAT----------------*/
.white-text {
    color: white;
}
/*google map*/
.google-maps {
    padding-bottom: 340px;
    height: 0;
    overflow: hidden;

}
#google-map-overlay {
    width  : 100%;
    height : 100%;
    background: white;
    position: absolute;
    opacity: 0.1;
    top: 0;
    left: 0;
    z-index: 99;
}
#google-map-overlay:hover {background: black;  cursor: pointer;}
#google_map{position: relative; width: 100%; height: 340px;}

/* Landscape phones and down */
@media (max-width: 480px) {
    #banner{padding-left: 15%; padding-right: 15%;}
    #google_map {height: 240px;}
    .google-maps {
        padding-bottom: 240px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {

    #google_map {height: 240px;}
    .google-maps {
        padding-bottom: 240px;
    }

}
#kapcs_form {
    background: white;
}
#kapcs_form .input-group-addon {
    border-radius: 0;
    border-top: 1px solid #84171a;
    border-bottom: 1px solid #84171a;
    border-left: 1px solid #84171a;
    background: white;
    padding: 6px;
    vertical-align: top;
}
#kapcs_form .input-group {
    margin-bottom: 15px;
}
#kapcs_form h4 {
    color: #84171a;
}
#kapcs_form #nev, #kapcs_form #email, #kapcs_form #telefon, #kapcs_form #uzenet {
    border-color: #84171a;
    border-top: 1px solid #84171a;
    border-bottom: 1px solid #84171a;
    border-left: none;
    border-right: 1px solid #84171a;
}

.btn-uzenet {
    color: #ffffff;
    background-color: #84171A;
    border-color: #84171A;
    border-radius: 0;
    float: right;
}

.btn-uzenet:hover,
.btn-uzenet:focus,
.btn-uzenet:active,
.btn-uzenet.active,
.open .dropdown-toggle.btn-uzenet {
    color: #ffffff;
    background-color: #ed1c24;
    border-color: #84171A;
}

.btn-uzenet:active,
.btn-uzenet.active,
.open .dropdown-toggle.btn-uzenet {
    background-image: none;
}

.btn-uzenet.disabled,
.btn-uzenet[disabled],
fieldset[disabled] .btn-uzenet,
.btn-uzenet.disabled:hover,
.btn-uzenet[disabled]:hover,
fieldset[disabled] .btn-uzenet:hover,
.btn-uzenet.disabled:focus,
.btn-uzenet[disabled]:focus,
fieldset[disabled] .btn-uzenet:focus,
.btn-uzenet.disabled:active,
.btn-uzenet[disabled]:active,
fieldset[disabled] .btn-uzenet:active,
.btn-uzenet.disabled.active,
.btn-uzenet[disabled].active,
fieldset[disabled] .btn-uzenet.active {
    background-color: #84171A;
    border-color: #84171A;
}

.btn-uzenet .badge {
    color: #84171A;
    background-color: #ffffff;
}

/*-------------------------------------------------FOOTER---------------------*/
.copyright {
    color: #84171a;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-logo {
    padding-top: 30px;
    padding-bottom: 30px;
}
.divider {
    height: 20px;
    width: 2px;
    background: #936065;
    margin-top: 11px;
}
.navbar-nav > li > a {
    line-height: 15px;
}
footer .nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
@media (max-width: 1199px) {
    footer .nav > li > a {
        margin-left: 2px;
        margin-right: 2px;
    }
}
footer .navbar {
    margin-bottom: 15px;
    margin-top: 15px;
}
footer .navbar a {
    color: #936065;
    font-size: 12px;
}

footer .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
footer .navbar .navbar-collapse {
    text-align: center;
}
/* Fade */
footer .navbar a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
footer .navbar a:hover, footer .navbar a:focus, footer .navbar a:active {
    background-color: #c7c1a1;
    color: white;
}
a.alahuzas:hover, a.alahuzas:focus {
    text-decoration: underline;
    color: red !important;
}
/*-------------------------------------------------FOOTER VÉGE---------------------*/
.navbar-toggle .icon-bar {
    background: #84171a;
}
.navbar-toggle {
    border: 2px solid #84171a;
    float: left;
    margin-right: 0;
    margin-left: 15px;
}
@media (max-width: 991px) {
    #side_menu .navbar-toggle {
        margin-left: 0;
        margin-right: 15px;
        float: right;
    }
}
@media (max-width: 500px) {
    .col-xxs-12 {
       float: left;
        width: 100%;
    }
}


@media (max-width: 767px) {

}
@media (min-width: 768px) {

}
@media (max-width: 991px) {

}
@media (min-width: 992px) {

}
@media (max-width: 1999px) {

}
@media (min-width: 1200px) {

}


.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}
body {margin: 0;padding:0;}

			/*.dotMaxEgySor, .dotMaxKetSor, .dotMaxHaromSor, .dotMaxHatSor {
				-webkit-line-clamp: 1;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-box-orient: vertical;}
			.dotMaxKetSor {-webkit-line-clamp: 2;}
			.dotMaxHaromSor {-webkit-line-clamp: 3;}
			.dotMaxHatSor {-webkit-line-clamp: 6;}*/


			.dotMaxEgySor, .dotMaxKetSor, .dotMaxHaromSor, .dotMaxHatSor {
				  position: relative;
				  height: 1.4em; /* exactly one lines */
				  overflow: hidden;
			 	  /*margin: 10px;*/
				}
				.dotMaxKetSor {
				height: 2.8em; /* exactly two lines */
				}
				.dotMaxHaromSor {
				height: 4.2em; /* exactly three lines */
				}
				.dotMaxHatSor {
				height: 8.4em; /* exactly six lines */
				}
			.dotMaxEgySor:after, .dotMaxKetSor:after, .dotMaxHaromSor:after, .dotMaxHatSor:after {
				  content: "";
				  text-align: right;
				  position: absolute;
				  bottom: 0;
				  right: 0;
				  width: 70%;
				  height: 1.2em;
			 }

			@supports (-webkit-line-clamp: 1){
				.dotMaxEgySor, .dotMaxKetSor, .dotMaxHaromSor, .dotMaxHatSor {
					display: -webkit-box;
					-webkit-line-clamp: 1;
					-webkit-box-orient: vertical;
					height: auto;
				}
				.dotMaxEgySor:after, .dotMaxKetSor:after, .dotMaxHaromSor:after, .dotMaxHatSor:after {
					display: none;
				}
			}
		@supports (-webkit-line-clamp: 2){
				.dotMaxKetSor {
					-webkit-line-clamp: 2;
				}
			}
			@supports (-webkit-line-clamp: 3){
				.dotMaxHaromSor {
					-webkit-line-clamp: 3;
				}
			}
			@supports (-webkit-line-clamp: 6){
				.dotMaxHatSor {
					-webkit-line-clamp: 6;
				}
			}

			.navbar-brand img {max-height:100%;}

			.dropdown-submenu {position:relative;}
			.dropdown-submenu > .dropdown-menu {
				top:10px;
				left:60%;
				margin-top:-6px;
				margin-left:-1px;
				-webkit-border-radius:0 6px 6px 6px;
				-moz-border-radius:0 6px 6px 6px;
				border-radius:0 6px 6px 6px;}
			.dropdown-submenu:hover > .dropdown-menu{display:block;}
			.dropdown-submenu > a:after {
				display:block;
				content:" ";
				float:right;
				width:0;
				height:0;
				border-color:transparent;
				border-style:solid;
				border-width:5px 0 5px 5px;
				border-left-color:#cccccc;
				margin-top:5px;
				margin-right:-10px;}
			.dropdown-submenu:hover > a:after{border-left-color:#ffffff;}
			.dropdown-submenu .pull-left{float:none;}
			.dropdown-submenu.pull-left > .dropdown-menu {
				left:-100%;
				margin-left:10px;
				-webkit-border-radius:6px 0 6px 6px;
				-moz-border-radius:6px 0 6px 6px;
				border-radius:6px 0 6px 6px;}

			#captchacode {
				position: absolute;
				top: 5px; left: 20px;
				background: none;
				z-index: 3;
				border: none;}
			#ellenorzokod {padding-left: 100px;}

				@media (max-width: 767px) {

					/* Force table to not be like tables anymore */
					#no-more-tables table,
					#no-more-tables thead,
					#no-more-tables tbody,
					#no-more-tables th,
					#no-more-tables td,
					#no-more-tables tr {
						display: block;
					}
					/* Hide table headers (but not display: none;, for accessibility) */
					#no-more-tables thead tr {
						position: absolute;
						top: -9999px;
						left: -9999px;
					}
					#no-more-tables tr {
						border: 1px solid #ccc;
					}
					#no-more-tables td {
						/* Behave  like a "row" */
						border: none;
						border-bottom: 1px solid #eee;
						position: relative;
						padding-left: 50%;
						white-space: normal;
						text-align: left;
					}
					#no-more-tables td:before {
						/* Now like a table header */
						position: absolute;
						/* Top/left values mimic padding */
						top: 6px;
						left: 6px;
						width: 45%;
						padding-right: 10px;
						white-space: nowrap;
						text-align: left;
						font-weight: bold;
					}
					/* Label the data */
					#no-more-tables td:before {
						content: attr(data-title);
					}
				}