body{

    background: #2e3234;

    width: 100%!important;

    height:auto;

    margin-top:0px!important;

    margin-left:0px!important;

    margin-right: 0px!important;

    padding-left: 0px!important;

    padding-right: 0px!important;

    padding-bottom: 0px!important;

    font-family: 'Exo', sans-serif!important;

}





header {

    border-bottom:0px solid black;

    box-shadow: 0px 5px 5px rgba(0,0,0, 0.2);

    background:rgba(0,0,0,0.8);

    width:100%;

    height:60px;

    position:fixed;

    top:0px;

    z-index: 300;

}



.content {

    border: 0px red solid;

    background:rgba(255,255,255,1);

    min-height: 580px!important;

    width: 90%!important;

    margin-left:5%!important;

    margin-right:5%!important;

    float: left!important;

    margin-top:0px!important;

    overflow: auto!important;

    box-shadow: 5px 5px 5px rgba(0,0,0, 0.2);
    padding-bottom:100px;
}



.contentBackground {

    background: url("../img/bg.jpg");

    background-attachment: fixed;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    width:100%;

    height:230px;

    margin-top:0px;

}



.contentListingDatas{

    width:95%!important;;

    height:auto;

    z-index:1;

    margin-top:-150px!important;;

    margin-left:2.5%!important;;

    margin-right:2.5%!important;;

}



.logo{

    border:0px solid black;

    height:50px;

    width: 123px;

    float:left;

    margin-left: 4.6%;

    margin-top:2px;

    background-image: url("../img/nador_logo_canvas_mini.png");

    background-repeat: no-repeat;

}



nav{

    border:0px solid black;

    height:40px;

    font-size: 16px!important;

    text-align:right;

    float:right;

    position: relative;

    margin-top:10px;

    margin-right:20px;

}



nav li{

    list-style:none;

    display:inline;

    padding:0;

    margin-right:25px;

}



nav a{

    text-decoration: none;

    color:white;

    font-weight: bold;

}


nav a:visited{

    transition: 200ms;

}



nav a:hover{

    text-decoration: none;

    color:#B22222;

}



hr {

    display: block;

    -webkit-margin-before: 0.5em;

    -webkit-margin-after: 0.5em;

    -webkit-margin-start: auto;

    -webkit-margin-end: auto;

    border-style: inset;

    border-top-style: inset;

    border-right-style: inset;

    border-bottom-style: inset;

    border-left-style: inset;

    border-width: 1px;

    width:85%;

    float:left;
    margin-bottom:0px!important;
    margin-top:10px!important;
}





/* Property list styles */



.propertyList table{

    border-spacing: 0px;

    margin-top:30px;

    margin-left:auto;

    margin-right:auto;

    font-weight: bold;

    font-size:14px;

    width:95%;

    margin-bottom:50px;

    table-layout:auto!important;

}



.propertyList th{

    color:white;

    border-left: 1px solid grey;

    border-right: 1px solid grey;

    border-top: 1px solid grey;

    height:30px;

    font-weight: bold;

    font-size:14px;

    text-align: left;

    padding-left:8px;

    padding-right:8px;

    padding-top:3px;

    padding-bottom:3px;

}



.propertyList tr:nth-child(1){

    background: #2e3234;

}



.propertyList tr:nth-child(2){

     background:rgba(46,50,52,0.7);

 }



.propertyList tr:nth-child(1):hover, .propertyList tr:nth-child(2):hover{

    text-decoration: none!important;



}





.propertyList td{

    border:1px solid grey;

    margin-left:0px;

    margin-right: 0px;

    text-align: left;

    padding-left:8px;

    line-height: 26px;

    font-size:18px;

    padding-top:4px;

    padding-bottom:4px;

}



.propertyList tr:hover.green, .propertyList tr:hover.red, .propertyList tr:hover.yellow{
    background: #B0C4DE;
    text-decoration:underline;
    cursor:pointer;
}

.notFirst:hover {
    background: #2e3234!important;
    text-decoration:none!important;

}



.notSecond:hover{
    background:rgba(46,50,52,0.7)!important;
    text-decoration:none!important;
}



/* Colors on propertylist */
.red{
    background: #FF4945;
    color:white;
}



.yellow{
    background: #EAFF5E;
}

.green{
    background: #95FF70;
    color:black;
}



.propertyList select{
    width:90%;
    height:24px;
    color:black;
    background:white;
}





/* Hamburger menu*/
@media (max-width: 650px) {

    #nav-hamburger {

        display: block!important;

        /*       opacity: 1 !important;*/

    }



    header{
        background: rgba(0,0,0,0.9)!important;
        transition: 200ms;
        box-shadow: none;
    }



    nav{
        margin-top: -4px;
        width: 100%!important;
        margin-left: 0;
        margin-right: 0;
    }



    nav ul{
        width:100%;
        margin-left:0;
        float:left;
        margin-top:-1px;
        background: rgba(0,0,0,0.9)!important;
        height:auto;
        transition: 200ms;
        padding:0px;
    }



    nav li{
        display: block;
        margin-left:20px;
        margin-right:20px;
        text-align: center;
        font-size:16px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-top:12px;
        padding-bottom:12px;

    }



    .propertyList td, .propertyList th, .propertyList tr, .propertyList{

        font-size: 10px;

    }



    .propertyList th{

        padding-left:2px;

        padding-right:2px;

    }

}



ul{

    margin-top:12px!important;

}



#nav-hamburger {

    display: none;

    /*   opacity: 0;*/

    width: 45px;

    height: 40px;

    position: relative;

    margin-right:20px;

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: .5s ease-in-out;

    -moz-transition: .5s ease-in-out;

    -o-transition: .5s ease-in-out;

    transition: .5s ease-in-out;

    cursor: pointer;

    float:right;

    margin-top:-32px;

}



#nav-hamburger span {

    position: absolute;

    height: 6px;

    width: 100%;

    background: white;

    border-radius: 6px;

    opacity: 1;

    left: 0;

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: .25s ease-in-out;

    -moz-transition: .25s ease-in-out;

    -o-transition: .25s ease-in-out;

    transition: .25s ease-in-out;

}



#nav-hamburger span:nth-child(1) {

    top: 0px;



}



#nav-hamburger span:nth-child(2) {

    top: 12px;

}



#nav-hamburger span:nth-child(3) {

    top: 24px;

}



#nav-hamburger.open span:nth-child(1) {

    top: 12px;

    -webkit-transform: rotate(135deg);

    -moz-transform: rotate(135deg);

    -o-transform: rotate(135deg);

    transform: rotate(135deg);

    margin-top:-165px!important;

}



#nav-hamburger.open span:nth-child(2) {

    opacity: 0;

    left: -60px;

    margin-top:-165px!important;

}



#nav-hamburger.open span:nth-child(3) {

    top: 12px;

    -webkit-transform: rotate(-135deg);

    -moz-transform: rotate(-135deg);

    -o-transform: rotate(-135deg);

    transform: rotate(-135deg);

    margin-top:-165px!important;

}



.floorChoose{

    width:62%;

    height:auto;

    margin-top:20px;

    margin-bottom:50px;

    float:left;

    text-align: center;
}

.floor{
    background-size: cover!important;
}

.szintvalaszto{
    background-size: cover!important;
}



.map:hover{

    border:none!important;

    outline:none!important;

}





.modal.in .modal-dialog{
    width:80%!important;
}



.propertyLayout{

    width: 65%;

    height: 100%;

    float:left;

    border: 0px solid black;

    text-align:center;

    margin-top:10px;

}



.propertyInfos{

    width: 35%;

    min-height:500px;

    margin-left: 65%;

    border: 0px solid red;

    margin-top:10px;

}



.modal-footer{

    border:none!important;

}



button {

    height: 40px;

    background: #B22222!important;

    display: inline-block;

    color: #ffffff!important;

    padding: 11px 18px;

    margin-bottom: 7px;

    margin-right: 5px;

    font-size: 15px;

    font-weight: 900;

    letter-spacing: 1px;

    vertical-align: middle;

    white-space: pre-line;

    text-align: center;

    border: none;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    cursor: pointer;

    -webkit-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -ms-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

    outline: none!important;

}



button:hover {

    background: rgba(200, 34, 34, 0.7)!important;

}



.propertyTable table{

    border-spacing: 0px;

    margin-top:10px;

    font-size:14px;

    width:80%;

    margin-bottom:50px;

    table-layout:auto!important;

}



.propertyTable table th{

    padding-left:10px;

    padding-right:10px;

    padding-top:3px;

    padding-bottom:3px;

}



.propertyTable table td{

    padding-left:10px;

    padding-right:10px;

    padding-top:5px;

    padding-bottom:5px;

}





@media only screen and (max-device-width: 650px) {

    .propertyList td, .propertyList th, .propertyList tr, .propertyList{

        font-size: 10px;

    }

    .propertyList th{

        padding-left:2px;

        padding-right:2px;

    }

}



@media only screen and (max-device-width: 1270px) {

    .propertyLayout img{

        width: 96%!important;

        height: auto!important;

    }

}



@media only screen and (max-device-width: 1015px) {

    .propertyLayout{

        width:100%;

    }



    .propertyLayout img{

        width: 100%!important;

        height: 100%!important;

    }



    .propertyInfos{

        display:inline-block!important;

        min-width:70%;!important;

        min-height:auto!important;

        margin-left:0px;



    ;

    }

}



@media (max-width: 1270px) {

    .propertyLayout img{

        width: 96%!important;

        height: auto!important;

    }

}



@media (max-width: 1015px) {

    .propertyLayout{

        width:100%;

    }



    .propertyLayout img{

        width: 100%!important;

        height: 100%!important;

    }



    .propertyInfos{

        display:inline-block!important;

        min-width:70%;!important;

        min-height:auto!important;

        margin-left:0px;

        ;

    }

}



h1{

    font-weight: bold!important;

    line-height:1.2!important;

}



.floorsContent{

/*    border:2px dashed grey;*/

    width:62%;

    height:auto;

    margin-top:20px;

    margin-bottom:50px;

    float:left;

    text-align: center;



}



.analogFloorChoose, .contactInfos{

    border:0px solid green;

    width:30%;

    height: auto;

    float:right;

    margin-bottom:50px;

    margin-right: 10px;

    margin-left:10px;

}



.analogFloorChoose ul li{

    padding-bottom: 4px;

    padding-top:4px;

}





.analogFloorChoose a{

    text-decoration: none;

    color:black;

    font-weight: bold;

}



.analogFloorChoose a:visited{

    transition: 200ms;

}



.analogFloorChoose a:hover{

    text-decoration: none;

    color:#B22222;

}


.propertyLayout img{
width:64%;
}


.contactInfos {
    margin-top:0px;
    width: 340px;
    height: auto;
    text-align: center;
    float:right;
}

.contactInfos table tr td a {
    color:black;
    text-decoration: none;
}

.contactInfos h3 {
    margin-left: 16px;
    text-transform: uppercase;
}

.contactInfos h4 {
    font-weight: 300;
    line-height: 8px;
    margin-bottom: 2px;
    margin-left: 16px;
    height: 32px;
}

@media (max-width: 991px) {
    .contactInfos {
        position: relative;
        margin-top: 10px;
        margin-left: 0px;
    }

    .contactInfos h3 {
        font-size: 20px;
    }

    .contactInfos h4 {
        font-size: 16px;
    }

    .floorsContent{
        width: 100%;
    }
}

@media (max-width: 1140px) {
    .contactInfos{
        float:left!important;
    }

}


.tt0,.tt1,.tt2,.tt3,.tt4,.tt5,.tt6,.tt7,.tt8,.tt9,.tt10,.tt11,.tt12,.tt13,.tt14,.tt15,.tt16,.tt17,.tt18,.tt19,.tt20,.tt21,.tt22,.tt23,.tt24,.tt25,.tt26,.tt27,.tt28,.tt29,.tt30,.tt31,.tt32,.tt33,.tt34,.tt35,.tt36,.tt37,.tt38,.tt39,.tt40,.tt41,.tt42,.tt43,.tt44,.tt45,.tt46,.tt47,.tt48,.tt49 {
    width:300px;
    height:auto;
    color:white;
    border-radius: 5px;
    background: rgba(0,0,0,0.7);
    padding:10px;
    text-align:left;
}

.tooltip .tooltipText::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.clickHere{
    color:yellow;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}