body {
    background-color: #F4E481;
}
a {
    color: #00A67A;
}
a:hover, a:focus {
    text-decoration: none;
/*    color: #00A67A; */
    color: #ffffff; !important;
    outline: none;
}
p {
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-size: 24px;
}
h2 {
    color: #00A175;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
}
/*.......navigation.....*/
header.section-header {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.navigation-one {
    background: -webkit-gradient(linear, center top, center bottom, from(#000000),color-stop(26%, #FFFFFF));
    background: -webkit-linear-gradient(top,#000000 ,#FFFFFF 26%);
    background: linear-gradient(to bottom,#000000 ,#f3e481 16%);
}
.navigation-one .navbar {
    padding-right: 0;
}
.navigation-one .nav-link {
    padding-bottom: 3px;
    padding-top: 3px;
}
.navigation-one .no-responsive {
    padding-bottom: 0;
}
.navigation-second {
	background-color: #D0D0D0;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.45);
    position: relative;
    z-index: 9;
}
.logo-right {
    padding: 20px 0;
}
.logo-right img {
    width: 92px;
}
.adress-block {
    width: 20%;
}
.adress-block p{
    /* width: 40%; */
    font-size: 18px;
    line-height: 23px;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-weight: normal;
    margin-left: 65px;
}
.munggen-image {
    position: absolute;
    bottom: -37px;
    left: -74px;
    max-width: 268px;
}
.slider-wrapper h1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 200;
    font-style: italic;
    position: relative;
    font-family: Times,Times New Roman,Georgia,serif;
    text-align: center;
    margin-bottom: 0;
    padding: 19px;
}
.toggler-icon {
    background-color: #000;
    height: 4px;
    width: 31px;
    display: block;
    margin-bottom: 5px;
}
.navbar-collapse {
    background-color: #fff;
}
.navbar-collapse ul li a {
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    color: #333;
}
.dropdown-menu {
    position: static !important;
    float: none;
    transform: unset !important;
    border: none;
}
.navbar-collapse li.dropdown .dropdown-toggle {
    width: 100%;
    background: transparent;
    color: #333;
    border: 0;
    text-align: left;
    padding-left: 0;
    float: right;
}
.navbar-collapse li.dropdown .dropdown-toggle:not(:disabled):not(.disabled).active:focus, .navbar-collapse li.dropdown .dropdown-toggle:not(:disabled):not(.disabled):active:focus, .navbar-collapse li.dropdown .dropdown-toggle:focus {
    box-shadow: none;
    background-color: transparent;
    color: #00A175;
}
.dropdown-toggle.fa-angle-down:before {
    content: "\f107";
    display: none;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: right;
    margin-top: -12px;
}
span.dropdown-toggle {
    float: left;
    text-align: left;
    padding-left: 0;
}
.navigation-second .navbar-dark .navbar-brand {
    color: #fff;
    padding-top: 14px;
}
/*.......content.....*/
.section-content {
    padding-top: 9pc;
}
content {
    background-color: #F4E481;
    min-height: calc(100vh - 223px);
    display: block;
}
.pd-0 {
    padding: 0;
}
.slider-wrapper {
    background-color: #F4E481;
    z-index: 15;
    min-height: 23pc;
    padding-top: 40px;
}
/* .carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.carousel-fade .carousel-item img {
  width: 100%;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel,
.carousel-inner,
.carousel-item {
  width: 100%;
  height: 100%;
} */
.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
.slider-wrapper .embed-responsive-16by9::before {
    padding-top: 40.25% !important;
}
.slider-wrapper .carousel {
    /* position: relative; */
    box-shadow: 6px 6px 8px rgba(0,0,0,0.23);
}
.grey-wrapper {
/*    background-color: #D0D0D0; */
    background-color:F4E481;
    padding-bottom: 50px;
    padding-top: 10px;
}
.green-box {
    min-height: 73px;
    line-height: 29px;
    margin-right: -10000px;
    margin-top: 1px;
    width: 100% !important;
}
.green-btn {
    width: 100%;
    background: -webkit-gradient(linear, center top, center bottom, from(#00A67A),color-stop(100%, #04805F));
    background: -webkit-linear-gradient(top,#00A67A ,#04805F 100%);
    background: linear-gradient(to bottom,#00A67A ,#04805F 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00A67A', endColorstr='#FF04805F', GradientType=0)";
    position: relative;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF00A67A, endColorstr=#FF04805F, GradientType=0);
    border-radius: 8px;
 /*   padding: 6px; */
    box-shadow: -1px 3px 4px rgba(40,48,56,0.2);
}
.green-btn:focus {
    outline: none;
}
.green-btn:hover {
    background: -webkit-gradient(linear, center top, center bottom, from(#04805F),color-stop(100%, #00A67A));
    background: -webkit-linear-gradient(top,#04805F ,#00A67A 100%);
    background: linear-gradient(to bottom,#04805F ,#00A67A 100%);
}
.green-box p {
/*	color: #ECE985; */
	color: #ffffff !important;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0px 0px;
}
.green-btn:hover p {
    padding-top: 1px;
}
.image-box {
	position: relative;
    background-color: transparent;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    z-index: 50;
    width: 99%;
    margin-right: -10000px;
    margin-top: 33px;
}
.image-box img {
    width: 100%
}
.image-box-text p, .image-box-text a {
    font-size: 20px !important;
    line-height: 26px;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    padding-top: 14px;
    color: #212529;
}
.pt-40 {
	padding-top: 40px;
}
.munggen-image-box img {
    float: left;
    margin-left: -23px;
}
.munggen-image-box h2 {
    color: #00A67A;
    font-style: italic;
    font-family: Times, Times New Roman, Georgia, serif;
    font-size: 22px;
    line-height: 29px;
    padding-top: 106px;
}
.munggen-image-box p {
    float: left;
    font-style: italic;
    background-color: transparent;
    font-family: Times, Times New Roman, Georgia, serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
}
.box-slider .carousel {
    position: relative;
}
.box-slider .embed-responsive-16by9::before {
    padding-top: 66.25% !important;
}
.content-bg {
    background-color: #EAE8DF;
    min-height: calc(100vh - 185px);
    display: block;
}
.box-slider-right .carousel {
    position: relative;
    height: 8pc;
}
.box-slider-right.big .carousel {
    position: relative;
    height: 20pc;
}
.munggen-image-box.news img {
    float: left;
    margin-left: -18px;
}
.munggen-image-box.news  {
    position: relative;
    margin-top: -130px;
    margin-bottom: 100px;
}
.sale-form {
    margin-top: 50px;
}
.sale-form h2 {
    margin-bottom: 40px;
}
.radio-btn-block .custom-control-label::after{
    color: transparent;    
    display: inline;
    background: transparent url(../images/radiobuttonunchecked.png) no-repeat center center;
}
.radio-btn-block .custom-radio .custom-control-input:checked~.custom-control-label::after{
    color: transparent;    
    display: inline;
    background: transparent url(../images/radiobuttonchecked.png) no-repeat center center;
}
.radio-btn-block label {
    font-size: 24px;
    line-height: 24px;
    color: #666666;
    position: relative;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    text-align: left;
    padding-left: 28px;
}
.radio-btn-block .custom-control {
    padding-left: 0; 
    margin-bottom: 20px;
}
.current-offers {
    border-top: 1px solid #000;
    margin-top: 32px;
    padding-top: 20px;
}
.current-offers .image-box {
    margin-top: 0;
}
.form-section.inner-form-section {
    width: 70%;
    border: 1px solid #000;
    padding: 20px;
}
.form-section.inner-form-section textarea {
    width: 100%;
}
.search {
    font-size: 22px;
    color: #ECE985;
    font-family: Verdana,Tahoma,Geneva,sans-serif;
    padding-top: 0px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 0;
    width: 55%;
    position: relative;
    top: -58px;
}
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: 22px;
    padding-top: 0;
}
select.custom-select:hover, input#city-search:hover {
    border-color: #000;
    font-style: unset;
    color: #666666;
}
input#city-search:hover::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1; /* Firefox */
}
input#city-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B5B5B5;
    opacity: 1; /* Firefox */
}
input#city-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B5B5B5;
}
input#city-search::-ms-input-placeholder { /* Microsoft Edge */
    color: #B5B5B5;
}
.image-label p {
    font-size: 15px !important;
    line-height: 18px;
    text-align: right;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    padding-top: 15px;
}
.image-label p a,
.image-label p a:focus {
    color: #212529;
}
.details {
    font-size: 22px;
    color: #ECE985;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    padding-top: 0px;
    font-weight: 700;
    text-align: center;
    padding: 3px 0px 0px;
    margin-top: 62px;
}
.link-red {
    color: #D8262F;
}
/*.......block-left.....*/
.side-navigation {
    background-color: #D0D0D0; 
    height: 100%;
    margin-top: 3px;
    min-height: calc(100vh - 180px);
}
.side-navigation ul.navi-group {
    padding-left: 0;
}
.side-navigation ul a {
    padding-left: 10px;
}
.side-navigation ul li {
    color: #00A175;
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    list-style-type: none;
    padding: 10px 0;
    background-color: #EAE8DF;
    margin-bottom: 36px;
    padding-bottom: 0;
}
.side-navigation ul li.active {
    background-color: #F4E481;
    padding-bottom: 0;
}
.side-navigation ul li a {
    color: #00A175;
    padding-bottom: 10px;
    display: block;
}
.side-navigation ul li.active a {
    padding-bottom: 10px;
    display: block;
}
.side-navigation ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.sub-navigation {
    padding-left: 38px;
    background-color: #D0D0D0;
    display: none;
}
.side-navigation ul li.active .sub-navigation {
    display: block;
}
.side-navigation ul.sub-navigation li {
    background-color: #D0D0D0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.side-navigation ul.sub-navigation li.active a {
    color: #fff;
}
.side-navigation ul.sub-navigation li a {
    padding-bottom: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    outline: none;
    box-shadow: none;
}
/*.......block-left.....*/
/* .block-left {
     padding-right: 30px;
}   */
/*.......block-right.....*/
.block-right {
    padding-top: 26px;
    padding-bottom: 50px;
}
.block-right h1 {
    color: #FFFFFF;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    font-size: 34px;
    line-height: 41px;
    font-weight: 700;
    padding-top: 27px;
}
.block-right-second {
    padding-top: 12px;
    margin-left: auto;
}
.search-results {
    margin-bottom: 40px;
}
.search-results p {
    font-size: 18px;
}
.search-results .details {
    font-size: 20px;
    margin-top: 44px;
    float: right;
}
.search-results .price {
    text-align: right;
}
.box-slider {
    padding-top: 34px;
}
.form-section .form-text {
    margin-bottom: 45px;
    color: #00A175;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}   
.send-btn {
    color: #ECE985;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    padding-top: 0px;
    font-weight: 700;
    text-align: center;
    padding: 3px 0px 0px;
    outline: none;
    border: none;
    padding-bottom: 8px;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background: linear-gradient(to bottom,#00A67A ,#04805F 100%);
     color: #ECE985;
}
/* .block-right .frame-default { 
    float: left; 
    width: 100%; 
}    */
.powermail_form ul { 
    padding-left: 0; 
    list-style: none; 
    margin: 0; 
    padding-top: 5px; 
} 
.powermail_form ul li 
{ 
    color: #ff0000;
    list-style-type: none; 
} 
.property-contact .error { 
    padding-top: 5px; 
    color: #ff0000; 
}
.pr-0 {
    padding-right: 0;
}
.block-right h2:first-child {
    margin-top: 30px;
}
.tx-powermail {
    margin-top: 20px;
}
/*.......footer.....*/
.footer-holder {
    background-color: #D0D0D0;
    padding: 10px 0;
}
.footer-holder p {
	font-size: 16px;
    line-height: 19px;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-weight: normal;
    margin-bottom: 0;
}
footer.section-footer-inner {
    border-top: 1px solid #F4E481;
    position: relative;
}
/*.......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;
    }

    h4 {
    font-size: 19px;
}
h4 a:hover {
	color: #ffffff; !important;
    font-size: 19px;
}
}
@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;
    }
    .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;
    }
    .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: 13px !important;
        line-height: 15px !important;
    }
    .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;
    }
    .section-content {
        padding-top: 10pc;
    }
    .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;
    }
    .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;
    }
}
@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;
    }
    .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;
        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;
        line-height: 25px !important;
    }
    .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: 21px;
        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;
    }

    .navigation-one .d-block.d-md-none .navbar-brand {
        margin-right: 0;
    }
}
@media only screen and (max-width : 769px) and (min-width :768px){ 
    .section-content {
        padding-top: 7pc;
    }
}
@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;
    }
    .grey-wrapper .image-box-text p, .grey-wrapper  .image-box-text a {
        font-size: 13px !important;
        line-height: 16px;
    }
    .footer-holder p {
        font-size: 8px;
    }
    .green-box p {
        font-size: 12px !important;
        margin-bottom: 0;
    }
    .yellow-bar-wrapper {
        background-color: transparent !important;
    }
    .green-box {
       min-height: 47px;
       line-height: 14px !important;
    }
    .munggen-image-box.news {
        margin-top: -139px;
        margin-bottom: 68px;

    }
}
@media only screen and (max-width : 575px) {
    .footer-holder p {
        margin-bottom: 18px;
    }
    .navigation-one ul li {
        float: unset;
    }
    .section-content {
        padding-top: 12pc;
    }
}   
@media only screen and (max-width : 575px) and (min-width :320px){ 
    .slider-wrapper {
        min-height: 9pc;
    }
}
@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;
    }
}
.green-box.green-btn {
    display: table;
    overflow: hidden;
}
.green-box.green-btn p {
    padding: 0 !important;
    display: table-cell;
    vertical-align: middle;
}
.yellow-bar-wrapper a:hover .green-box p {
    padding: 0 !important;
}
@media screen and (max-width: 1199px) {
    .green-box.green-btn {
        line-height: 18px;
        padding: 0 10px;
    }
    .image-box-text p, .image-box-text a {
        font-size: 16px !important;
    }
}
/*/ IE / */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .navigation-second .row {
        width: 100%;
    }
    .navigation-second .navbar-brand img {
        width: 100%;
    }
    .image-box-text p, .image-box-text a {
        font-family: Verdana, Tahoma, Geneva, sans-serif;
    }
}
/*/ moz / */
@-moz-document url-prefix() {
    .green-box.green-btn p {
        height: 60px;
        padding: 10px;
    }
}

/* New Landing Page */
.landing-page .grey-wrapper,
.landing-page .footer-holder {
    background-color: #F4E481;
}
.landing-page .slider-wrapper .munggen-image {
    bottom: -85px !important;
}
.landingpage-header .col-sm-4 .green-box {
    margin-left: 115px;
    margin-top: 20px;
    min-height: 40px;
}
.landingpage-header .col-sm-4 .green-box p {
    min-height: 15px !important;
    padding: 7px !important;
    line-height: 24px;
}
.slider-wrapper .landingpage-header h1 {
    text-align: right;
    padding: 30px 0px 8px 19px;
}
.landingpage-header .col-sm-4 .green-box p small {
    font-weight: 700;
    font-size: 16px;
}
.landingpage-header .slider-pdfbtn label.pdfbtn-title {
    margin-bottom: 0;
}
@media screen and (max-width: 1440px) and (min-width: 1181px) {
    .landingpage-header .col-sm-4 .green-box p {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 1180px) and (min-width: 993px) {
    .landingpage-header .col-sm-4 .green-box {
        padding: 0 5px;
    }
    .landingpage-header .col-sm-4 .green-box p {
        padding: 5px 0 !important;
        line-height: 20px;
    }
    .landingpage-header .col-sm-4 .green-box p small {
        font-size: 12px;
    }
    .slider-wrapper .landingpage-header h1 {
        text-align: right;
        padding: 24px 0px 0 19px;
        font-size: 30px;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    .slider-wrapper .landingpage-header h1 {
        font-size: 24px;
    }
    .landingpage-header .col-sm-4 .green-box {
        padding: 0 5px;
    }
    .landingpage-header .col-sm-4 .green-box p {
        padding: 0 !important;
    }
    .slider-wrapper .landingpage-header h1 {
        padding: 20px 0px 0px 19px;
    }
    .landingpage-header .col-sm-4 .green-box p small {
        font-size: 9px;
    }
}

@media screen and (max-width: 767px) {
    .landingpage-header .col-sm-4 .green-box {
        margin-left: 0;
        margin-top: 75px;
        padding: 0;
    }
    .landing-page .slider-wrapper .munggen-image {
        bottom: -58px !important;
    }
    .landingpage-header .col-sm-4 .green-box p small {
        font-size: 12px;
    }
    .slider-wrapper .landingpage-header h1 {
        padding: 0 19px 19px 19px;
        text-align: center;
        margin-left: 0;
        font-size: 17px;
    }
    .landingpage-header .col-sm-4 .green-box p {
        line-height: 20px;
    }
}
