@import url(https://fonts.googleapis.com/css?family=Lora);
/* parallax */

html {
    font-family:'Lora',serif;
}
body {
    font-family:'Lora',serif;
}
p {
    color: #444;;
}
.navbar {
    z-index:10
}
.page-header img {
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
a:hover,
a:visited,
a:link,
a:active {
    text-decoration:none;
}
img {
    display:block;
    width:100%;
    z-index:1;
}
input[type=checkbox] {
    display:none;
}
label {
    display:inline-block;
    margin-right:1e m;
    padding:0.4e m 0;
    cursor:pointer;
}
/*button {
    border:10px solid #00FFAA;
    font-family:monospace;
    position:absolute;
    line-height:60px;
    text-align:right;
    padding:0 1.2em;
    background:#444;
    font-size:24px;
    cursor:pointer;
    display:block;
    outline:none;
    height:80px;
    width:80%;
    top:260px;
    margin:0;
    left:10%;
}
button:hover {
    background:#00FFAA;
}*/
input[type=checkbox] + label:before {
    display:inline-block;
    position:relative;
    background:#444;
    content:"";
    height:16px;
    width:16px;
    top:1px;
}
input[type=checkbox]:checked + label:before {
    background:#00FFAA;
}
.scene {
    padding:0;
    margin:0;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
.fill {
    position:absolute;
    bottom:5%;
    right:5%;
    left:5%;
    top:5%;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
.expand-width {
    width:100%;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
.border {
    border:2px dashed#00 FFAA;
}
.aspect {
    opacity:0.2;
}
.layer:nth-child(1) {
    opacity:0.15;
}
.layer:nth-child(1) button {
    -webkit-transform:rotate(150 deg);
}
.layer:nth-child(2) {
    opacity:0.30;
}
.layer:nth-child(2) button {
    -webkit-transform:rotate(120 deg);
}
.layer:nth-child(3) {
    opacity:0.45;
}
.layer:nth-child(3) button {
    -webkit-transform:rotate(90 deg);
}
.layer:nth-child(4) {
    opacity:0.60;
}
.layer:nth-child(4) button {
    -webkit-transform:rotate(60 deg);
}
.layer:nth-child(5) {
    opacity:0.75;
}
.layer:nth-child(5) button {
    -webkit-transform:rotate(30 deg);
}
.layer:nth-child(6) {
    opacity:0.90;
}
.layer:nth-child(6) button {}
/* NAV */

.navbar-default { 
    background-color: #ed0000;
    border-color: #ed0000;
}
.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
}
.navbar-default .navbar-text {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #ed0000;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #ce0c0c;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
    background-color: #ed0000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #ce0c0c;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #ce0c0c;
}
.navbar-default .navbar-toggle {
    border-color: #ed0000;
    height: 80px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ed0000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
}
.navbar-default .navbar-link {
    color: #ffffff;
}
.navbar-default .navbar-link:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #ce0c0c;
    }
    #facebook-icon {
        width:15px;
    }
}
/* BLOG FIRST ONE */
/*SEARCH*/

#search {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    -webkit-transition:all 0.5 s ease-in -out;
    -moz-transition:all 0.5 s ease-in -out;
    -o-transition:all 0.5 s ease-in -out;
    -ms-transition:all 0.5 s ease-in -out;
    transition:all 0.5 s ease-in-out;
    -webkit-transform:translate(0px,-100%) scale(0,0);
    -moz-transform:translate(0px,-100%) scale(0,0);
    -o-transform:translate(0px,-100%) scale(0,0);
    -ms-transform:translate(0px,-100%) scale(0,0);
    transform:translate(0px,-100%) scale(0,0);
    z-index:99999;
    opacity:0;
}
#search.open {
    -webkit-transform:translate(0px,0px) scale(1,1);
    -moz-transform:translate(0px,0px) scale(1,1);
    -o-transform:translate(0px,0px) scale(1,1);
    -ms-transform:translate(0px,0px) scale(1,1);
    transform:translate(0px,0px) scale(1,1);
    opacity:1;
}
#search input[type="search"] {
    position:absolute;
    top:50%;
    width:100%;
    color:rgb(255,255,255);
    background:rgba(0,0,0,0);
    font-family:'Lora',serif;
    font-size:60px;
    font-weight:300;
    text-align:center;
    border:0px;
    margin:0px auto;
    margin-top:-51px;
    padding-left:30px;
    padding-right:30px;
    outline:none;
}
#searchbtn {
    position:absolute;
    top:50%;
    left:25%;
    right:25%;
    width:50%;
    background-color:#ed0000;
    margin-top:61px;
    z-index:0;

}
#searchbtn2{
    top: 25%;
    left: 25%;
    right: 25%;
    width: 50%;    
    background-color:#ed0000;
    position:absolute;
    z-index:0;
}
#searchbtn3{
    position:absolute;
    left:25%;
    right:25%;
    width:50%;
    background-color:#ed0000;
    z-index:0;
    color:ffff;

}
/* ABOUT HOME */

.about-home {
    text-align:center;
}
.about-home h1{
    font-family:'Lora',serif;
    color:#ed0000;
    margin-top:2.5%;
    margin-bottom:2.5%;
}
.about-home h3{
    font-family:'Lora',serif;
    color:#444;
    font-size:13pt;
    line-height:150%;
    margin-top:2.5%;
    margin-bottom:2.5%;
}
.banner {
    min-height:1px;
    margin-top:1%;
    margin-bottom:1%;
}
.banner img{
    width:97%;
    margin-left:1.5%;
    margin-right:1.5%;
    border: 0px outset #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
.small-blog-content {
    padding-top:0;
    margin-top:5%;
    margin-left:5%;
    margin-right:5%;
    margin-bottom:5%;  
    border: 0px outset #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
#small-blog-head {
    margin-top:2%;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
    margin-right:5%;
    margin-left:5%;
    text-align:left;
    word-break: break-word;
}
#small-blog-head h2{
    font-family:'Lora',serif;
    font-size:15pt;
    margin-top:5%;
    margin-bottom:2.5%;
    color:#ed0000;
}
#small-blog-head h2:hover{
    font-family:'Lora',serif;
    font-size:15pt;
    margin-top:5%;
    margin-bottom:2.5%;
    color:#ce0c0c;
}
#small-blog-author {
    margin-right:5%;
    margin-left:5%;
    text-align:left;
    margin-bottom:5%;
}
#small-blog-author-hr-vertical {
    height:12px;
    border-right:2px solid #7e7e7e;
    width:1px;
    display:inline-block;
    vertical-align:center;
    margin-left:5px;
    margin-right:5px;
}
#small-blog-author  h3{
    display:inline-block;
    font-size:12pt;
    margin-top:2.5%;
    margin-bottom:0;
}
#datum {
    color:#7e7e7e;
}
#category {
    color:#ff0000;
}
#small-blog-description {
    margin-right:5%;
    margin-left:5%;
    padding-top:0;
    color:#444;

}
#small-blog-button{
    text-align:right;
    padding-bottom:0.5%;
}
#small-blog-button a {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    font-family:'Lora',serif;
    color:#fcfcfc;
    font-size:15px;
    background:#ed0000;
    padding:4px 20px 4px 20px;
    text-decoration:none;
}
#small-blog-button a:hover {
    background:#ce0c0c;
    text-decoration:none;
}
#small-blog-image {
    overflow:hidden;
    min-height:10px;
    width:100%;
}
#small-blog-image img {
    position:relative;
    background-color:transparent;
    min-height:10px;
    -webkit-transition:-webkit-transform 0.8s ease;
    -moz-transition:-moz-transform 0.8s ease;
    -o-transition:-o-transform 0.8s ease;
    transition:transform 0.8s ease;
    max-height: 400px;
}
#small-blog-image img:hover {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
#footer {
    padding: 25px;
    margin-top: 20px;
    min-height:20px;
    background-color:#ed0000;
    border-color:#ce0c0c;
    margin-bottom:0;
    text-align: center;
}

@media(max-width:768px){

}
#facebook-icon {
    max-width:50%;
}
#simple-blog {
    padding-top:0;
    margin-top:2%;
    margin-bottom:2%;
    margin-right:3%;
    border:0px outset #ffffff;
    -webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow:0px 0px 15px 0px rgba(0,0,0,0.5);
}
#simple-blog-head {
    margin-top:2%;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
    text-align:left;
    text-decoration:none;
}
#simple-blog-head h2{
    font-family:'Lora',serif;
    font-size:20pt;
    padding-top:2%;
    margin-bottom:2.5%;
    color:#ed0000;
}
#simple-blog-author {
    text-align:left;
    margin-bottom:0;
}
#simple-blog-author-hr-vertical {
    height:12px;
    border-right:2px solid #7e7e7e;
    width:1px;
    display:inline-block;
    vertical-align:center;
    margin-left:5px;
    margin-right:5px;
}
#simple-blog-hr-horizontal {
    min-height:1px;
    width:92%;
    border:1px solid #acacac;
    margin-right:5%;
    margin-left:5%;
    margin-top:5%;
    margin-bottom:5%;
}
#hr-horizontal{
    height:0.1px;
    width:90%;
    border:0.9px solid rgba(126,126,126,0.3);
    margin-right:5%;
    margin-left:5%;
    margin-top:2%;
    margin-bottom:2%;
}
#hr-horizontal2{
    height:0.1px;
    width:93.5%;
    border:0.9px solid rgba(126,126,126,0.3);
    margin-top:2%;
    margin-bottom:2%;
    margin-right:3.2%;
    margin-left:3.2%;
}
#hr-horizontal3{
    height:0.1px;
    width:93.5%;
    border:0.9px solid rgba(126,126,126,0.3);
    margin-right:3.2%;
    margin-left:3.2%;
}
#hr-horizontal4{
    height:0.1px;
    width:98%;
    border:0.9px solid rgba(126,126,126,0.3);
    margin-right:1%;
    margin-left:1%;
}

#simple-blog-author h3{
    display:inline-block;
    font-size:12pt;
    margin-top:0;
    margin-bottom:0;
}
#datum {
    color:#7e7e7e;
}
#category {
    color:#ff0000;
}
#simple-blog-text {
    padding-top:0;
    text-align:justify;
    color:#444;
}
#simple-blog-text img {
    min-height:1px;
    width:100%;
    margin-top:3%;
    margin-bottom:3%;
}
#social-share {
    margin-right:5%;
    margin-left:5%;
    margin-bottom:2%;
    margin-top:2%;
}
#social-share h5 {
    padding-right:4%;
}
.small-blog-content-simple {
    padding-top:0;
    margin-top:9%;
    margin-left:5%;
    margin-right:5%;
    margin-bottom:2%;
    border-radius:8px 8px 0px 0px;
    -moz-border-radius:8px 8px 0px 0px;
    -webkit-border-radius:8px 8px 0px 0px;
    border:0px outset #ffffff;
    -webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow:0px 0px 15px 0px rgba(0,0,0,0.5);
}
#arrows,
.carousel-control {
    z-index:5;
    display:inline-block;
}
#arrows {
    width:70%;
    margin:auto;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;

}
@media all and (max-width:768px) {
    #nav .affix {
        position:static;
    }
}
#carousel {
    font-family: 'Lora',serif;
    font-size: 35px;
    color: #ed0000;
    margin-right: 5%;
    margin-left: 5%;
    text-align: center;
}
.carousel {
    margin-right:5%;
    margin-left:5%;
}
/*!
                                                                         *
                                                                         *  Project: GLYPHICONS
                                                                         *  Author:  Jan Kovarik-www.glyphicons.com
                                                                         *  Twitter: @jankovarik
                                                                         *
                                                                         *
                                                                         */
#bizotsag {
    text-align:center;
}
#bizotsag h1 {
    color:#ed0000;
    margin-top:2.5%;
    vertical-align:middle;
}
.add-first {
    float:right;
    background-image:url("../images/add.png");
    background-repeat: no-repeat;
    max-width:100%;
    min-width:32px;
    min-height:32px;
    display:inline-block;
    vertical-align:middle;
    margin-left:100%;
    margin-right:2.5%;

}
.add-first2 {
    float:left;
    background-image:url("../images/add.png");
    background-repeat: no-repeat;
    max-width:100%;
    min-width:32px;
    min-height:32px;
    display:inline-block;
    vertical-align:middle;
    margin-right:2.5%;


}
.remove-first {
    float:right;
    background-image:url("../images/remove.png");
    background-repeat: no-repeat;
    max-width:100%;
    min-width:32px;
    min-height:32px;
    display:none;
    margin-bottom:0;
    margin-bottom:2%;
    margin-right:2.5%;

}
.remove-first2 {
    float:left;
    background-image:url("../images/remove.png");
    background-repeat: no-repeat;
    max-width:100%;
    min-width:32px;
    min-height:32px;
    display:none;
    margin-bottom:0;
    margin-bottom:2%;
    margin-right:2.5%;

}
.see{
    display:inline-block;
}
.hide{
    display:none;
}
#bizotsag a,
#bizotsag a:visited {
    text-decoration:none;
    color:#8a8a8a;
}
#bizotsag a:hover,
#bizotsag a:active {
    text-decoration:none;
    color:#ed0000;
}
#tajegyseg {
    display:none;
}
#tajegyseg li {
    list-style-type:none;
}
#telepules {
    display:none;
}
#telepules li {
    list-style-type:none;
}
#telepules a {
    text-decoration:none;
    color:#8a8a8a;
}
#telepules a:link,
#telepules a:visited,
#telepules a:hover,
#telepules a:active {
    text-decoration:none;
    color:#8a8a8a;
}
#tajegyseg-simple-head,
#tajegyseg-simple-members,
#tajegyseg-simple-contact {
    text-align:center;
}
#tajegyseg-simple-head p,
#tajegyseg-simple-members p {
    text-align:justify;
}
#tajegyseg-simple-members p {
    margin-left:5%;
    margin-right:5%;
}
#tajegyseg-simple-head p {
    margin-left:2.5%;
    margin-right:2.5%;
}
#tajegyseg-simple div {
    line-height:180%;
}
#tajegyseg-simple h1 {
    color:#ed0000;
    margin-top:2.5%;
    margin-bottom:2.5%;
    display:inline-block;
}
#tajegyseg-simple h2 {
    color:#ed0000;
    margin-top:2.5%;
    margin-bottom:2.5%;
    display:inline-block;
}
#cimdiv {
    text-align:center;
}
#cim {
    text-align:center;
    color:#ed0000;
    margin-top:2.5%;
    display:inline-block;
    font-family:'Lora',serif;
    font-size:18pt;
}
#bekezdes {
    margin-left:5%;
    margin-right:5%;
    font-family:'Lora',serif;
    font-size:13pt;
    color:#444;
}
#kerdes {
    margin-left:5%;
    margin-right:5%;
}
#cimecske {
    color:#444;
    font-family:'Lora',serif;
    font-size:13pt;
}
#tolsdki {
    color:#444;
    font-family:'Lora',serif;
    font-size:13pt;
}
.kerdes {
    margin-left:5%;
    margin-right:5%;
    font-family:'Lora',serif;
    font-size:13pt;
}
textarea{

    color:#ed0000;
    font-family:'Lora',serif;
    font-size:13pt;
}
.kerdes input[type="text"] {
    height:34px;
    min-width:100%;
    color:#ed0000;
    font-family:'Lora',serif;
    font-size:13pt;
}
.kerdes input[type="text"]:hover,
.kerdes input[type="text"]:focus,
.kerdes input[type="text"]:active{
    min-width:100%;
    color:#ed0000;
    font-family:'Lora',serif;
    font-size:13pt;
    border:2px solid #ed0000;
}
.kerdes textarea {
    min-width:100%;
    height:120px;
    color:#ed0000;
    font-family:'Lora',serif;
    font-size:13pt;
}
.kerdes textarea:hover,
.kerdes textarea:focus 
.kerdes textarea:active{
    min-width:100%;
    color:#ed0000;
    font-family:'Lora',serif;
    font-size:13pt;
    border:2px solid #ed0000;
}
input[ type="checkbox"] {
    color:#ed0000;
    content:"";
    display:inline-block;
    background-color:#ffffff;
    border: none !important;
    margin-left:5%;
    margin-right:5%;
}
input[ type="checkbox"]:focus,
input[ type="checkbox"]:hover,
input[ type="checkbox"]:checked {
    border: none !important;
    outline:3px solid #ed0000;


}

.kerdes> input[ type="text"]:hover,
input[type="text"]:focus {
    min-width:100%;
    margin-right:0;
    display:inline-block;
    color:#ed0000;
    font-family:'Lora',serif;
    font-size:13pt;

}

.file-upload > input {
    display:none;
}

.file-upload img {
    width:36px;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
    margin-left:0;
    margin-top:0;
    margin-bottom:0;

}
@media(min-width:768px){
    #nav.affix {
        position: fixed;
        top: 0;
        width: 100%
    }

}
#nav { position: relative; z-index: 50; }

#inputtext{
    color:#ed0000;
    font-family:'Lora',serif;
    font-size:13pt;
}

.inputtext{
    height:24px;
    width:100%;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top:4px;
    padding-bottom:4px;
    border: 0.1px solid rgba(0,0,0,0.3);
    font: normal 13pt/normal "lora", Helvetica, sans-serif;
    color: #ed0000;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(256,256,256,0.1);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
#searchbtnli a{
    color:fff;
}
#searchdropdown{
    position:absolute;
    left:25%;
    right:25%;
    width:50%;
    background-color:#ed0000;
    z-index:0;
    color:fff;
}
.search ul{
    color:fff;
}
#piros{
    color:#ed0000;
}
.piros, .piros a{
    color:#ed0000;
}

@media(max-width:768px){
    .affix {
        position: fixed !important;
        top: 0;
        width: 100%
    }
}

.ease-in-out {
    -webkit-transition: width 3s ease-in-out;
    -moz-transition: width 3s ease-in-out;
    -ms-transition: width 3s ease-in-out;
    -o-transition: width 3s ease-in-out;
    transition: width 3s ease-in-out;
}


.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.floatright {
    float: right;
}

.progress 
{
    height: 10px !important;
    background-color: #ED0000 !important;
}
.progress-bar-gray
{
    background-color: #DDE0E7 !important;
}

.valaszDiv {
    display: table;
    background-color: #fff; 
    padding: 20px;
    margin: 5px 0;
    border: 0px outset #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.valaszDivSzurke {
    background-color: #D8D8D8 !important;
}
.valaszDivHelyes {
    color: #fff !important;
    background-color: #619E12 !important;
}
.valaszDivHelytelen {
    color: #fff !important;
    background-color: #ED0000 !important;
}

.valaszDivHelyes > .szamKor, .valaszDivHelytelen > .szamKor {
    background-color: #fff !important;
}

.glyphicon-ok  {
    background-color: #fff !important;
    color: #619E12 !important;
}
.glyphicon-remove {
    background-color: #fff !important;
    color: #ED0000 !important;
}

.valaszDiv > span {
    position: relative;
    font-size: 18px;
    top: 18px;
}

.greenText {
    color: #8DC641 !important;
}

.btn-green, .btn-green:hover {
    font-weight: bold;
    color: #fff;
    background-color: #8DC641;
}

.btn-red, .btn-red:hover {
    font-weight: bold;
    color: #fff;
    background-color: #EE0000;
}

.greyHr {
    margin-top: 0 !important;
    border: 1px solid #ACACAC !important;
}

.linkGrey {
    color: #DDE0E7 !important;
}

.font-weight {
    font-weight: bold;
}

.kviz-button-size {
    width: 200px;
    height: 50px;
}

.kviz_logo_container {
    text-align: center;
}

.kviz_logo_container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

.kviz_logo {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    position: relative;
}

.szamKor {
    background-size: cover;
    background-position-x: 49%;
    background-color: #ED0000;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    float: left;
    margin: 0 30px 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.szamKorSzurke {
    background-color: #B2B2B2 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.padding-15{
    padding-left: 30px;
}

.linkToCity{
    color: #444;
    text-decoration: none;
}

.linkToCity:hover, .linkToCity:active {
    color: #ed0000;
}

#map_canvas{
    width:100%;
    height: 600px;
}

.home-page-video
{
    max-width: 600px;
    width: 100%;
    display: inline-block;
}

.diakertekorbizottsag-leiras p{
    text-align: center !important;
}

.tajhazakM a {
    color: #ed0000 !important;
    background-color: white !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    padding: 8px !important;
    margin: 7px !important;
}

/* vTOUR */
.tajhazak.row {
    display: flex;
    flex-wrap: wrap;
}
.tajhazak.row .small-blog {
    display: flex;
    align-items: stretch;
}
.tajhazak .small-blog,
.ten-padding {
    padding: 10px !important;
}
.tajhazak .small-blog-content.box #small-blog-description {
    text-align: justify;
}
.tajhazak .small-blog-content.box #small-blog-description,
.tajhazak .small-blog-content {
    margin: unset !important;
    padding: unset !important;
}
.tajhazak .small-blog-content.box {
    margin: unset !important;
    padding: 20px !important;
}
.tajhazak .small-blog-content.box h4 {
    margin-top: unset !important;
}


#panorama {
    width: 100%;
    height: 600px;
    display: flex;
    margin: 5%;
}