html, body {
    height: 100%;
}

body {
    font-family: 'Titillium Web', sans-serif;
}

.section {
    padding-top: 50px;
}

.hideme {
    opacity: 0;
}

.visible {
    opacity: 1;
}

#backtotop {
    position: fixed;
    bottom: 0;
    z-index: 10;
}

#backtotop.affix-top {
    position: absolute;
    bottom: -82px; 
    right: 10px; 
}

#backtotop.affix {
    position: fixed; 
    bottom: 18px; 
    right: 10px; 
}

.masthead {
    /*background-image: url('../images/dreamstime.jpg?v=21');*/
    background-image: url('../images/EZ_Web_1920x1280_300dpi.jpg?v=1');
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 920px) {
    .masthead {
        background-position: 50% 0;
    }
}

.masthead .visual {
    /*background-image: url('../images/overlay.png');*/
    background-repeat: repeat;
    background-size: 2px;
    height: 100%;
}

#portfolio {
    background-image: url('../images/justicia.jpg');
    background-attachment: fixed;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
    padding-bottom: 40px;
}

#portfolio .content {
    background-color: rgba(66, 51, 44, 0.8);
    border-radius: 14px;
}

#ingatlanjog {
    background-image: url('../images/dreamstime_xxl_84066484.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-bottom: 40px;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 140px;
}

#ingatlanjog .content {
    background-color: rgba(66, 51, 44, 0.5);
    border-radius: 14px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#munkajog1 {
    background-image: url('../images/dreamstime_xxl_96297818.jpg');
    background-size: cover;
    background-position: center;
    padding-bottom: 40px;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 80px;
    height: 100%;
    position: relative;
}

#munkajog1 .content {
    background-color: rgba(66, 51, 44, 0.5);
    border-radius: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

#munkajog2 {
    padding-bottom: 80px;
}

#egyebszakteruletek {
    background-image: url('../images/dreamstime_xxl_86193310.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-bottom: 40px;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 80px;
}

#egyebszakteruletek .content {
    background-color: rgba(66, 51, 44, 0.5);
    border-radius: 14px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.masthead .container {
    color: #ffffff;
    text-shadow: #ffffff 1px 1px 1px
}

.masthead .vl {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 7px;
    line-height: 8em; 
}

#mainnav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

#mainnav.affix-top {
    position: fixed;
      top: 0;		/* ez a 3 sor nem kell ha főoldalon nem kell menu */ 
    width: 100%;
    z-index:10;
}

.decorator {
    text-align: center;
    font-size: 140px;
    color: #004a76;
}

.decorator span {
    text-shadow: #888888 2px 1px 3px;
}

.navbar-nav-orig {
    width: 100%;
    text-align: center;
}

.navbar-nav-orig > li {
    float: none;
    display: inline-block;
}

#guidance {
    position: relative;
}

.parallax02 {
    background-image: url('../images/parallax02.jpg');
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    position: relative;
}

.parallax02 .visual {
    background-image: url('../images/overlay.png');
    background-repeat: repeat;
    background-size: 4px;
    height: 200px;
}

.section .container h3 {
    text-align: center;
    font-size: 36px;
}

.footer {
    padding-top: 10px;
}

.footer table thead td {
    font-size: 13px;
    font-weight: bold;
}

.footer table tbody td {
    font-size: 11px;
    border-top: none;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
}

.navbar-brand {
    padding: 5px 15px;
}

.navbar-brand .logo {
    height: 40px;
}

.masthead-logo {
    text-align: center;
    padding: 50px 0 10px 0;
}

.masthead-logo .logo {
    width: 250px;
}

.custom_pers img {
    max-height: 300px;
    margin: auto;
}

.custom_pers_spacer {
    padding-bottom: 20px;
}

.moduletable p {
    font-size: 14pt;
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #1f6a8f;
}

#contact h3 {
    text-align: center;
    font-size: 36px;
}

.moduletablekapcsform {
    width: 100%;
}

.moduletablekapcsform h1 {
    display: none;
}

.moduletablekapcsform .form-horizontal .control-label {
    width: 33%;
}

.moduletablekapcsform .form-horizontal .controls {
    float: left;
    width: 67%;
    text-align: left;
    margin-left: 0;
}

.moduletablekapcsform .form-horizontal .controls input,
.moduletablekapcsform .form-horizontal .controls textarea {
    margin-left: 20px;
    width: 50%;
    height: auto;
}

.moduletablekapcsform .form-horizontal .controls .data-agree-label {
    margin-left: 20px;
}

.moduletablekapcsform .form-horizontal .controls .data-agree {
    margin-left: -20px;
    width: auto;
}

.moduletablekapcsform .form-horizontal .controls .visCustomText {
    margin-left: 54%;
    width: auto;
    text-decoration: underline;
}

.moduletablekapcsform .form-horizontal .controls .g-recaptcha {
    margin-left: 20px;    
}

.moduletablekapcsform .form-horizontal .form-actions {
    background-color: transparent;
    border-top: 0 none;
    padding-left: 0;
    text-align: center;
}

#system-message-container {
    padding-top: 60px;
}

.alert.alert-message {
    text-align: center;
    color: red;
    font-weight: bold;
    background-color: wheat;
    margin: 10px;
}

.clearfix {
    clear: both;
}

#redim-cookiehint {
    background-color: #000000;
    padding: 10px 20px;
}

#redim-cookiehint .cookiecontent a {
    color: white;
    text-decoration: underline;
}
