body {
    background-color: #FFF;
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: 'Trebuchet MS';
}
#top-line-wrapper {
    background-color: #f5f5f5;
    width:100%;
    height:44px;
    top:0;
}
#top-line-block {
    width: 1200px;
    height: 44px;
    margin: 0 auto;
    display: block;
}
.top-line-item {
    height: 32px;
    float: right;
    padding: 12px 15px 0 15px;
    color: #3C3D3F;
    cursor: pointer;
    display: inline-block;
    width:auto;
}
.top-line-item-selected {
    background-color: #87D3F3;
    height: 32px;
    float: right;
    padding: 12px 15px 0 15px;
    color: #3C3D3F;
    cursor: pointer;
    display: inline-block;
}

.header-social {
    display: inline-block;
    float: right;
    width: 16px;
    height: 13px;
}

.spacer {
    width: 50px;
    display: inline-block;
    float:right;
    height:10px;
}

#top-header-links-wrapper {
    background-color: #FFF;
    width: 100%;
    height: 88px;
    top: 0;
}
#top-header-links {
    /*background-color: #Fc0;*/
    width: 1200px;
    height: 88px;
    margin: 0 auto;
    display: block;
}

#logo {
    display: inline-block;
    float: left;
    width: 2px;
    height: 88px;
}

.top-header-link {
    display: inline-block;
    float: right;
    width: auto;
    height: 53px;
    padding: 35px 25px 0 0;
}

    .top-header-link a:link {
        color: #393D40;
        text-decoration: none;
    }
    .top-header-link a:visited {
        color: #393D40;
        text-decoration: none;
    }
    .top-header-link a:hover {
        color: #C00;
        text-decoration: none;
    }


.top-header-link-99 {
    display: inline-block;
    float: right;
    width: auto;
    height: 73px;
    padding: 15px 10px 0 0;
}
.top-header-link-online {
    display: inline-block;
    float: right;
    width: auto;
    height: 63px;
    padding: 25px 10px 0 15px;
}

#top-header-divider {
    background: url('https://www.zimmeril.com/images/a19_DividerBG.png'); 
    width: 100%;
    height: 8px;
    display: block;
}


#top-header-breadcrumbs-wrapper {
    background-color: #FFF;
    width: 100%;
    height: 40px;
}

#top-header-breadcrumbs {
    background-color: #FFF;
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    display: block;
    color: #393D40;
    padding-top:10px;
}


#top-header-image-wrapper {
    width: 100%;
    height: 477px;
    display: block;
    overflow:hidden;
    position:relative;
}
    #top-header-image-wrapper img {
        width: 100%;
        height: 477px;
        z-index: 90;
    }


#search-box-wrapper {
    width: 100%;
    height: 100px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: -100px;
}

#search-box {
    background-color: #FFF;
    width: 1185px;
    height: 85px;
    margin: 0 auto;
    display: block;
    color: #393D40;
    padding: 15px 0 0 15px;
    z-index:100;
}


#main-content-wrapper {
    width: 100%;
    height: auto;
    display: block;
    background-color:#FFF;
}

#main-content {
    background-color: #Fc0;
    width: 1200px;
    margin: 0 auto;
    display: block;
    color: #393D40;
    padding: 50px 0 0 0;
    vertical-align:top;
}

#top-5-wrapper {
    width: 100%;
    height: auto;
    display: block;
    background-color: #FFF;
}
#top-results {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    height: 250px;
    background-color: #FFF;
}
.top-result-item {
    text-align: left;
    width: 222px;
    height: 250px;
    float: left;
    direction: rtl;
    color: #474747;
}

    .top-result-item img {
        width: 222px;
        height: 150px;
        border: 0;
    }

.margin22 {
    margin-left: 22px;
}

.top-result-zimmer-name {
    height: 18px;
    overflow: hidden;
}

    .top-result-zimmer-name a:link, a:visited {
        text-decoration: none;
        color: #47484A;
    }
    .top-result-zimmer-name a:hover {
        text-decoration: none;
        color: #111;
    }

.top-result-zimmer-place {
    background: url(https://www.zimmeril.com/images/a19_IconMap.png) no-repeat;
    background-position-x: left;
    background-size:13px;
    padding: 2px 0 0 18px;
    font-size: 12px;
}
.top-result-zimmer-price {
    clear: both;
    float: left;
    color: #F42828;
}
.top-result-price-sum {
    font-size: 22px;
    display: inline-block;
    font-weight: 100;
}

.top-result-divider {
    clear: both;
    float: left;
    background-color: #B5B1B2;
    width: 101px;
    height: 1px;
    margin: 4px 0;
}


#main-stage-wrapper {
    width: 100%;
    display: block;
    background-color: #FFF;
    display: flex;
}

#main-stage {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    height: auto;
    background-color: #FFF;
    display:block;
}

#articles-wrapper {
    width: 100%;
    display: block;
    background-color: #F5F5F5;
    clear: both;
    margin-top: 50px;
}

#articles {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    height: 220px;
    display: block;
}

    #articles h2 {
        color: #497CBD !important;
        text-align:left !important;
        font: 400 24px Arial;
        margin-bottom:6px;
    }

.article-block {
    width: 554px;
    height: 104px;
    font: 100 #56575B Arial;
    background-color: #FFF;
    padding: 16px 11px 11px 11px;
    display: inline-block;
    float: left;
    position: relative;
}

    .article-block img {
        position: absolute;
        width: 26px;
        height: 13px;
        border: 0;
        margin-top: 90px;
        left: 537px;
    }

.margin38 {
    margin-right: 48px;
}


#transitSearch:hover {
    background: #1A60BC;
}

#transitSearch {
    transition: background 0.2s ease-in-out;
    background: #4A7BBE;
    color: #fff;
}

.headerLink:hover {
    color: #c00;
}

.headerLink {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    color: #555;
}

.footerLink:hover {
    color: #C00 !important;
}

.footerLink {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    color: #7D7E82 !important;
}
.noresults:hover {
    color: #C00 !important;
}

.noresults {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    color: #4A7BBE !important;
    font-size: 16px !important;
}

.adminLink:hover {
    background: #FDAE15 !important;
}

.adminLink {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    background: #FCB714 !important;
}
#footer-bottom {
    width: 100%;
    background-color: #404548;
    clear: both;
    height: 30px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    direction: rtl;
}

    #footer-bottom div {
        display: inline-block
    }

#footer-links {
    width: 100%;
    margin: 0 auto;
    background-color: #F3F3F3;
    clear: both;
    height: auto;
    padding-top: 17px;
    text-align: right;
}
#link-include {
    width: 1200px;
    margin: 0 auto;
    height: 300px;
}
#main-nav-links {
    direction: rtl;
    padding-top: 2px;
    margin-right: 220px;
    width: 100%;
    text-align: left;
}

    #main-nav-links a:link {
        color: #fff;
        padding-left: 55px;
        text-decoration: none;
    }
    #main-nav-links a:visited {
        color: #fff;
        padding-left: 55px;
        text-decoration: none;
    }
.adminLink {
    position: absolute;
    color: #fff;
    width: 110px;
    height: 29px;
    padding: 6px 45px 4px 0;
    margin: -9px 0 0 1044px;
}

    .adminLink img {
        width: 38px;
        height: 39px;
        border: 0;
        position: absolute;
        margin: -6px 0 0 8px;
    }

    .adminLink a:link {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
    }
    .adminLink a:visited {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
    }
#nav-items {
    width: 1200px;
    margin: 0 auto;
    direction: ltr
}
#bottom-navigation {
    width: 100%;
    margin: 0 auto;
    background-color: #4A7BBE;
    clear: both;
    height: 39px;
    padding-top: 17px;
    text-align: right;
}
#footer-strip {
    width: 100%;
}
.checkbox {
    width: 13px;
    height: 12px;
    border: 1px solid #ccc;
    display: inline-block;
    float: left;
    padding-top: 2px;
    margin-top: 2px;
}
.checkboxText {
    height: 13px;
    color: #7D8184;
    display: inline-block;
    float: left;
    padding-left: 10px;
}
#left-side-stage {
    display: inline-block;
    width: 258px;
    float: left;
    vertical-align: top;
}
#map-and-links {
    border: 1px solid #E5E5E5;
    padding: 10px 0;
    text-align: center;
}
.search-title {
    color: #3C3D41;
    font-weight: 600;
    text-align: left;
    padding: 10px 0 6px 25px;
}
#articles-divider {
    width: 100%;
    height: 15px;
    display: block;
    clear:both;
}

.checkbox-wrapper {
    display: inline-block;
    text-align: left;
    padding-left: 25px;
    cursor: pointer;
}
#right-side-stage {
    display: inline-block;
    width: 840px;
    float: right;
    vertical-align: top;
    background-color: #FFF;
    margin-left: 100px;
}
#right-shortcuts {
    width: 820px;
    height: 45px;
    text-align: center;
    background-color: #F5F5F5;
    padding: 20px 0 0 20px;
    text-align:center
}

    #right-shortcuts a:link {
        color: #3C3D3F;
        text-decoration: none;
    }
    #right-shortcuts a:visited {
        color: #3C3D3F;
        text-decoration: none;
    }
    #right-shortcuts a:hover {
        color: #C00;
        text-decoration: none;
    }
.link-divider {
    background-color: #E6E6E6;
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 34px;
    overflow: hidden;
    vertical-align: middle;
}

.model-block {
    width: 840px;
    height: 350px;
    text-align: center;
    padding: 30px 0 0 0;
    text-align:center
}
.model-title {
    padding-left: 5px;
    width: 835px;
    height: 39px;
    border-bottom: 2px solid #8BAAD6;
    color: #4A7BC0;
    text-align:left;
    font-size:24px;
    margin-bottom:15px;
    font-weight:600;
}

.model-more {
    position: absolute;
    text-align: right;
    width: 835px;
    color: #3C3D3F;
    font-size: 14px;
    padding: 10px 5px 0 0;
}

.model-more a:link {
    color: #3C3D3F;
    text-decoration: none;
}
.search-result-item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 270px;
    height: 220px;
    float: left;
    direction: rtl;
    color: #474747;
    margin-right:15px;
    margin-bottom: 35px;
}
.last-margin-right {
    margin-right: 0 !important;
}
.fav-image-wrapper {
    position: absolute;
    margin: -198px 225px 0 0;
}

    .fav-image-wrapper img {
        width: 39px;
        height: 30px;
        border: 0;
        cursor: pointer;
    }

.price-green {
    color: #F74447;
    position: absolute;
    height: 20px;
    font-size: 18px;
    font-weight: 400;
    margin: 108px 0 0 0;
    text-align: right;
    float: left;
    display: inline-block;
    width: 260px;
}
.model-zimmer-name {
    height: 18px;
    overflow: hidden;
    direction:ltr;
}
    .model-zimmer-name a:link {
        text-decoration: none;
        color: #3A3E41;
        font-size: 16px;
        font-weight: 600;
        direction: ltr;
    }
    .model-zimmer-name a:visited {
        text-decoration: none;
        color: #3A3E41;
        font-size: 16px;
        font-weight: 600;
        direction:ltr;
    }

.model-zimmer-place {
    background: url(https://www.zimmeril.com/images/newMobileMap.png) no-repeat;
    background-position-x: left;
    padding: 2px 0 0 1px;
    background-size: 13px;
    font-size: 12px;
    margin-top:3px;
    direction:ltr;
}
.model-additions {
    clear: both;
    float: left;
    color: #494949;
    height: 50px;
    width: 205px;
    overflow: hidden;
    font-size: 14px;
    padding-top: 4px;
    direction: ltr;
    border-top: 1px solid #B3B1B4;
    margin-top: 8px;
}
    .model-additions div {
        display: inline-block;
        color: #75BD69;
        font-size: 16px;
        font-weight: 600;
        padding-left: 4px;
    }

.attraction-desc {
    clear: both;
    float: left;
    color: #494949;
    height: 50px;
    width: 393px;
    overflow: hidden;
    font-size: 14px;
    padding-top: 4px;
    direction: ltr;
    margin-top: 12px;
}
.attraction-desc-item {
    clear: both;
    float: left;
    color: #494949;
    height: 45px;
    width: 240px;
    overflow: hidden;
    font-size: 12px;
    padding-top: 4px;
    direction: ltr;
    margin-bottom:4px;
}


#attractionSelect {
    clear:both;
    display:block;
    padding-top: 3px;
    border: 0;
    width: 81px;
    height: 19px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-weight: 100;
    margin-top:10px;
}

.attractionSelect:hover {
    background: #145DBC;
}

.attractionSelect {
    transition: background 0.5s ease-in-out;
    background: #4A7BBE;
}