/*
 * Custom CSS Styles
 */


 /*.......media screen.....*/
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1310px;
    }
    .green-box p {
        min-height: 60px;
    }
    .navigation-second .col-md-4, .navigation-second .col-md-7, .navigation-second .col-md-1 {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width : 1199px) and (min-width :1025px){ 
    p {
        font-size: 18px;
    }
    .block-right h1 {
        font-size: 30px;
    }
    .block-left {
        padding-right: 0;
    }
    .side-navigation ul li {
        font-size: 20px;
    }
    .search-results p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .search-results .details {
        font-size: 14px;
        margin-top: 26px;
        float: right;
    }
    .munggen-image-box p {
        font-size: 18px;
    }
    .munggen-image-box h2 {
        font-size:16px;
        padding-top: 108px;
    }
    .object-names p {
        font-size: 20px;
    }
}
@media only screen and (max-width : 1199px) and (min-width :992px){ 
    .adress-block p {
        font-size: 14px;
        margin-left: 18px;
    }
    .footer-holder p {
        font-size: 15px !important;
    }
    .search {
        width: 66%;
    }
}
@media only screen and (max-width : 991px) and (min-width :768px){ 
    .adress-block p {
        font-size: 10px;
        margin-left: 18px;
        line-height: 13px;
    }
    .image-box-text p {
        font-size: 17px;
        line-height: 22px;
    }
    .footer-holder p {
        font-size: 12px !important;
    }
    .container {
        max-width: 789px;
    }
    .munggen-image {
        left: -36px;
    }
}
/* iPad Portrait */
@media only screen and (max-width: 993px) and (min-width: 768px) {
    h2 {
        font-size: 17px;
    }
    p {
        font-size: 12px;
    }
    .green-box p {
        font-size: 18px;
    }
    .image-box-text p, .image-box-text a {
        font-size: 16px;
        line-height: 16px;
    }
    .block-left {
        padding-right: 0;
    }
    .side-navigation ul li {
        font-size: 15px;
    }
    .block-right h1 {
        font-size: 19px;
        line-height: 24px;
        padding-top: 29px;
    }
    .munggen-image-box.news img {
        margin-top: 40px;
    }
    .munggen-image-box p {
        font-size: 10px;
        line-height: 14px;
    }
    .munggen-image-box h2 {
        font-size: 11px;
        padding-top: 108px;
    }
    .radio-btn-block label {
        font-size: 13px;
    }
    .search {
        width: 59%;
        font-size: 12px;
        top: -44px;
    }
    .image-label p {
        font-size: 15px !important;
    }
    select.custom-select, input#city-search {
        height: calc(1.50rem + 2px);
        font-size: 9px;
        padding-top: 4px;
    }
    .search-results p {
        font-size: 10px;
        margin-bottom: 8px;
    }
    .search-results .details {
        font-size: 10px;
        margin-top: 23px;
    }
    .details {
        font-size: 12px;
    }
    .object-names p {
        font-size: 12px;
    }
    .sub-navigation {
        padding-left: 25px;
    }
    .tx-powermail label {
        display: inline-block;
        margin-bottom: .5rem;
        font-size: 12px;
    }
    .munggen-image-box.news {
        margin-top: -138px;
        margin-bottom: 69px;
    }
}
/* iPad Landscape */
@media only screen and (max-width: 1024px) and (min-width: 993px) {
    p {
        font-size: 12px;
    }
    .search {
        font-size: 16px;
        top: -47px;
    }
    .block-left {
        padding-right: 0;
    }
    .side-navigation ul li {
        font-size: 18px;
    }
    .munggen-image-box.news {
        margin-top: -146px;
    }
    .search-results p {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .search-results .details {
        font-size: 14px;
        margin-top: 23px;
    }
    .footer-holder p {
        font-size: 14px !important;
    }
    .object-names p {
        font-size: 20px;
    }
    .sub-navigation {
        padding-left: 27px;
    }
    .munggen-image-box h2 {
        font-size: 17px;
    }
    .block-right h1 {
        font-size: 28px;
        padding-top: 24px;
    }
}

@media screen and (min-width: 768px) {
    .responsive-header {
        display: none;
    }

    .zoom {
        pointer-events: none;
    }
}
@media screen and (max-width: 767px) {
    p {
        font-size: 16px;
    }
    h2 {
        font-size: 21px;
    }
    .section-content {
        padding-top: 8pc;
    }
    .responsive-header {
        display: block;
    }
    .no-responsive {
        display: none;
    }
    .container {
        max-width: 730px;
    }
    .social-icons {
        margin-bottom: 0;
        float: right;
    }
    .adress-block p {
        font-size: 8px;
        margin-left: 0;
        line-height: 18px;
    }
    .navbar {
        padding: .5rem 0;
    }
    .block-left {
        display: none;
    }
    .form-section.inner-form-section {
        width: 100%;
    }
    .block-right {
        padding: 30px 30px;
    }
    .slider-wrapper {
        min-height: 13pc;
    }
    .munggen-image {
        bottom: -35px;
        left: -30px !important;
        width: 112px;
    }
    .dropdown-item.active, .dropdown-item:active {
        color: #00A175;
        text-decoration: none;
        background-color: transparent;
    }
    .slider-wrapper h1 {
        font-size: 13px;
        margin-left: 50px;
        padding-top: 0;
    }
    .green-box {
        margin-bottom: 20px;
    }
    .details {
        margin-bottom: 33px;
         margin-top: 0;
    }
    .image-box {
        margin-bottom: 10px;
    }
    .image-box-text p, .image-box-text a {
        padding-top: 0;
    }
    .object-names p {
        font-size: 15px;
    }
    .munggen-image-box h2 {
        font-size: 19px;
        padding-top: 146px;
    }
    .munggen-image-box p {
        font-size: 17px;
        line-height: 20px;
    }
    .radio-btn-block .custom-control {
        display: inline-block;
        margin-right: 21px;
    }
    .search {
        font-size: 19px;
        width: 60%;
        margin-top: 0;
        top: 0;
        width: 100%;
    }
    .logo-right {
        padding: 0px 16px;
    }
    .image-label p {
        font-size: 15px !important;
    }
    .yellow-bar-wrapper {
        background-color: #F4E481;
        padding-bottom: 20px;
        padding-top: 8px;
    }
    .grey-wrapper {
        padding-top: 0;
    }
    .current-offers .image-box {
        margin-bottom: 0;
    }
    .munggen-image-box img {
        float: left;
        margin-left: -39px !important;
        position: relative;
        margin-top: 8px;
    }
    .box-slider {
        padding-top: 15px;
    }
    .munggen-image-box  {
        margin-top: -95px;
    }
    .box-slider .carousel {
        padding-left: 36px;
    }
    .navbar-collapse {
        background-color: #fff;
        position: relative;
        max-height: 80vh;
        overflow: scroll;
       /* padding-bottom: 7pc;*/
        padding-top: 20px;
    }
    .navigation-one .navbar {
        padding-top: 18px;
    }
    .navbar-collapse ul.navbar-nav li {
        padding: 5px 0;
    }
    button.navbar-toggler:focus {
        outline: none;
    }
    .navigation-one .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
    .block-right h1 {
        font-size: 25px;
        padding-top: 0;
    }

    .section-content {
        padding-top: 5pc;
    }

    .responsive-header .navbar-brand img {
        max-width: 200px;
    }

    .responsive-header .menu-wrap {
        width: 100%;
    }

    .slider-wrapper {
        padding-top: 0;
    }

    .zoom {
        pointer-events: all;
    }
}
@media only screen and (max-width : 767px) and (min-width :576px){ 
    .image-box-text p, .image-box-text a {
        font-size: 13px;
        line-height: 16px;
    }
    .footer-holder p {
        font-size: 8px;
    }
    .green-box p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .green-box {
       min-height: 47px;
    }
    .munggen-image-box.news {
        margin-top: -139px;
        margin-bottom: 68px;

    }

/* Revision 022019 */

.content-bg {
    margin-top: -40px !important;
}


.navigation-one {
    height: 55px !important;
}


.responsive-header .navbar-brand img {
    max-width: 180px !important;
    margin-left: 30px !important;
    margin-top: -2px !important;
}

.container-fluid {
  margin-top: -15px !important;
}




}
@media only screen and (max-width : 575px) {
    .footer-holder p {
        margin-bottom: 18px;
    }
    .navigation-one ul li {
        float: unset;
    }
    .section-content {
        padding-top: 5pc;
    }

    .list-inline-item:not(:last-child) {
        margin-right: 0;
    }


/* Revision 022019 */

.content-bg {
    margin-top: -40px !important;
}


.navigation-one {
    height: 65px !important;
}


.responsive-header .navbar-brand img {
    margin-left: 0px !important;
    margin-top: 2px !important;
}

.container-fluid {
  margin-top: -10px !important;
}

.block-right h1 {
    font-size: 23px;
    padding-top: 0;
}

/* Revision 022019 */



} 
@media only screen and (max-width : 575px) and (min-width :320px){ 
    .slider-wrapper {
        min-height: 9pc;
    }
}

@media only screen and (max-width : 480px) {
    .section-content {
        padding-top: 5pc;
    }

    .responsive-header .navbar-brand img {
        max-width: 150px;
    }
}
/* @media screen and (min-width: 321px){
    .logo-right {
        padding: 5px;
    }
} */
@media only screen and (max-width : 767px) and (orientation:landscape) { 
    .logo-right {
        padding: 0;
        width: 35px;
        margin-top: 20px;
        margin-left: -15px !important;
    }
    .munggen-image-box.news {
        margin-top: -168px;
    }
    .munggen-image-box h2 {
        padding-top: 197px;
    }
    .slider-wrapper h1 {
        font-size: 23px;
    }
    .logo-right img {
        margin-top: -11px;
    }
    .navbar-collapse {
        padding-bottom: 12pc;
        height: 80vh;
    }
}

@media screen and (max-width: 359px) {
    .list-inline-item:not(:last-child) {
        margin-right: 0;
    }

    .responsive-header .list-inline-item img {
        max-width: 23px;
    }
}    



















@media (min-width: 10px) and (max-width: 480px) {
.search-results .price {
text-align: left; 
}

.col-md-6 .col-sm-6 {
margin-top: 20px;

}

.image-label p{
font-size: 18px !important;
}



}














@media (min-width: 769px) and (max-width: 1180px) {

.adress-block p{
/*  border:1px red solid;  */
	font-size: 14px !important;
	line-height: 19px !important;
    margin-top: 14px !important;

}

p {
    font-size: 14px !important;
}


h2 {
    font-size: 16px !important;
}


li {
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-size: 14px !important;
    list-style-type: square;
}


.sub-navigation {
    padding-left: 18px;
    background-color: #D0D0D0;
    display: none;
}

.sub-navigation li {
font-size: 15px !important;
}

.side-navigation  li {
font-size: 15px !important;
}

.munggen-image-box h2 {
    color: #00A67A;
    font-style: italic;
    font-family: Times, Times New Roman, Georgia, serif;
    font-size: 20px;
    line-height: 28px;
    padding-top: 108px;
}

.munggen-image-box p{
    font-family: Times, Times New Roman, Georgia, serif;
    font-size: 18px !important;
    line-height: 20px;
}


.munggen-image-box img {
    margin-top: 15px;
}

.box-slider {
    padding-top: 0px;
}


.radio-btn-block label {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    position: relative;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    text-align: left;
    padding-left: 28px;
}

.current-offers {
    border-top: 1px solid #000;
    margin-top: 0px;
    padding-top: 0px;
}

select.custom-select, input#city-search {
    min-height: 0px;
    color: #B5B5B5;
    font-style: italic;
    position: relative;
    border-width: 1px;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    padding: 6px;
    border-color: #B5B5B5;
    border-style: solid;
    background-color: #F4F4F4;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    background-image: none;
    font-size: 18px;
    padding-top: 0;
}


.search {
    font-size: 18px;
    color: #ECE985;
    font-family: Verdana,Tahoma,Geneva,sans-serif;
    padding-top: 5px;
    font-weight: 700;
    text-align: center;
    padding: 6PX;
    width: 55%;
    position: relative;
    top: -58px;
}

.image-label p{
font-size: 18px !important;
}




}










@media (min-width: 1181px) and (max-width: 1440px) {


.adress-block p{
/*  border:1px red solid;  */
	font-size: 14px !important;
	line-height: 19px !important;
    margin-top: 14px !important;

}

p {
    font-size: 16px !important;
}

li {
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-size: 16px !important;
    list-style-type: square;
}

.munggen-image-box h2 {
    color: #00A67A;
    font-style: italic;
    font-family: Times, Times New Roman, Georgia, serif;
    font-size: 20px;
    line-height: 28px;
    padding-top: 108px;
}

.munggen-image-box p{
    font-family: Times, Times New Roman, Georgia, serif;
    font-size: 18px !important;
    line-height: 20	px;
}


.munggen-image-box img {
    margin-top: 15px;
}

.box-slider {
    padding-top: 0px;
}


.radio-btn-block label {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    position: relative;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    text-align: left;
    padding-left: 28px;
}

.current-offers {
    border-top: 1px solid #000;
    margin-top: 0px;
    padding-top: 0px;
}

select.custom-select, input#city-search {
    min-height: 0px;
    color: #B5B5B5;
    font-style: italic;
    position: relative;
    border-width: 1px;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    padding: 6px;
    border-color: #B5B5B5;
    border-style: solid;
    background-color: #F4F4F4;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    background-image: none;
    font-size: 18px;
    padding-top: 0;
}


.search {
    font-size: 18px;
    color: #ECE985;
    font-family: Verdana,Tahoma,Geneva,sans-serif;
    padding-top: 5px;
    font-weight: 700;
    text-align: center;
    padding: 6PX;
    width: 55%;
    position: relative;
    top: -58px;
}

.image-label p{
font-size: 18px !important;
}

}







@media (min-width: 1441px) and (max-width: 1650px) {


.adress-block p{
/*  border:1px red solid;  */
	font-size: 14px !important;
	line-height: 19px !important;
    margin-top: 14px !important;

}

p {
    font-size: 16px !important;
}

li {
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-size: 16px !important;
    list-style-type: square;
}

.sub-navigation li {
font-size: 18px !important;
}

.side-navigation  li {
font-size: 18px !important;
}


.munggen-image-box h2 {
    color: #00A67A;
    font-style: italic;
    font-family: Times, Times New Roman, Georgia, serif;
    font-size: 20px;
    line-height: 28px;
    padding-top: 108px;
}

.munggen-image-box p{
    font-family: Times, Times New Roman, Georgia, serif;
    font-size: 18px !important;
    line-height: 20	px;
}


.munggen-image-box img {
    margin-top: 15px;
}

.box-slider {
    padding-top: 0px;
}


.radio-btn-block label {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    position: relative;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    text-align: left;
    padding-left: 28px;
}

.current-offers {
    border-top: 1px solid #000;
    margin-top: 0px;
    padding-top: 0px;
}

select.custom-select, input#city-search {
    min-height: 0px;
    color: #B5B5B5;
    font-style: italic;
    position: relative;
    border-width: 1px;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    padding: 6px;
    border-color: #B5B5B5;
    border-style: solid;
    background-color: #F4F4F4;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    background-image: none;
    font-size: 18px;
    padding-top: 0;
}


.search {
    font-size: 18px;
    color: #ECE985;
    font-family: Verdana,Tahoma,Geneva,sans-serif;
    padding-top: 5px;
    font-weight: 700;
    text-align: center;
    padding: 6PX;
    width: 55%;
    position: relative;
    top: -58px;
}

.green-box p {
    color: #ECE985;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 22px !important;
    font-weight: 700;
    text-align: center !important;
    padding: 20px 0px 0px !important;
}
}





@media (min-width: 1651px) and (max-width: 2500px) {

.adress-block p{
/*  border:1px red solid;  */
    font-size: 14px !important;
    line-height: 19px !important;
    margin-top: 14px !important;
}



p {
    font-size: 16px !important;
}


li {
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-size: 16px !important;
    list-style-type: square;
}


.sub-navigation li {
font-size: 18px !important;
}

.side-navigation  li {
font-size: 18px !important;
}


.munggen-image-box h2 {
    color: #00A67A;
    font-style: italic;
    font-family: Times, Times New Roman, Georgia, serif;
    font-size: 20px;
    line-height: 28px;
    padding-top: 108px;
}

.munggen-image-box p{
    font-family: Times, Times New Roman, Georgia, serif;
    font-size: 18px !important;
    line-height: 20	px;
}


.munggen-image-box img {
    margin-top: 15px;
}


#C114 .munggen-image-box img {
    margin-top: -25px;
}

.box-slider {
    padding-top: 0px;
}


.radio-btn-block label {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    position: relative;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    text-align: left;
    padding-left: 28px;
}

.current-offers {
    border-top: 1px solid #000;
    margin-top: 0px;
    padding-top: 0px;
}

select.custom-select, input#city-search {
    min-height: 0px;
    color: #B5B5B5;
    font-style: italic;
    position: relative;
    border-width: 1px;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    padding: 6px;
    border-color: #B5B5B5;
    border-style: solid;
    background-color: #F4F4F4;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    background-image: none;
    font-size: 18px;
    padding-top: 0;
}


.search {
    font-size: 18px;
    color: #ECE985;
    font-family: Verdana,Tahoma,Geneva,sans-serif;
    padding-top: 5px;
    font-weight: 700;
    text-align: center;
    padding: 6PX;
    width: 55%;
    position: relative;
    top: -58px;
}


.green-box p {
    color: #ECE985;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    text-align: center;
    font-size: 22px !important;
    font-weight: 700;
    text-align: center;
    padding: 20px 0px 0px !important
    ;
}


a:hover .green-box p {
    color: #ECE985;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    text-align: center;
    font-size: 22px  !important;
    font-weight: 700;
    text-align: center;
    padding: 20px 0px 0px !important;
}

	}


.details {
    font-size: 19px;
    color: #ECE985;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    padding-top: 0px;
    font-weight: 700;
    text-align: center;
    padding: 3px 0px 3px 0px;
    margin-top: 62px;
}

h5 {
font-weight: bold;
border-bottom: 1px #2e2e2e solid;
margin-bottom: 10px;

}



li.nav-item {
list-style-type: none !important;

}



.munggen-image {
    position: absolute;
    bottom: -62px !important;
    left: -74px;
    max-width: 268px;
}