@charset "utf-8";

/* position and dimensions of the navigator */

.navi {
    margin-left: 328px;
    width: 800px;
    height: 20px;
}

#overflow {
    width: 800px;
}
/*
#overflow {
    width: 677px;
}
*/

/* items inside navigator */

.navi a {
    width: 8px;
    height: 8px;
    float: left;
    margin: 3px;
    display: block;
}

/* mouseover state */

.navi a:hover {
    background-position: 0 -8px;
}

/* active state (current page state) */

.navi a.active {
    background-position: 0 -16px;
}

/* position and dimensions of the navigator */

.navi {
    margin-left: 328px;
    width: 200px;
    height: 0px;
}

/* items inside navigator */

.navi a {
    width: 8px;
    height: 8px;
    float: left;
    margin: 3px;
    display: block;
    font-size: 1px;
}

/* mouseover state */

.navi a:hover {
    background-position: 0 -8px;
}

/* active state (current page state) */

.navi a.active {
    background-position: 0 -16px;
}

/* main vertical scroll */

#main {
    position: relative;
    overflow: hidden;
    height: 810px;
    margin-left: 9px;
    background: #FFF;
    border-radius: 5px;
    margin: 0px;
    width: 820px;
    float: right;
    border: 1px solid #e6e6e6;

}

/* root element for pages */

#pages {
    position: absolute;
    height: 20000em;
}

/* single page */

.page {
    padding: 10px;
    height: 800px;
    width: 830px;
}

/* root element for horizontal scrollables */

.scrollable {
    position: relative;
    overflow: hidden;
    height: 1000px;
}

/* root element for scrollable items */

.scrollable .items {
    width: 20000em;
    position: absolute;
    clear: both;
    top: 0px;
}

/* single scrollable item */

.item {
    float: left;
    width: 800px;
    height: 750px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 11px;
    padding-bottom: 0px;
    overflow: auto;
    color: #000000;
    overflow-x: hidden;
}

/* main navigator */

#main_navi {
    padding: 20px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    background: #f8faff;
    width: 250px;
    float: left;
}

#main_navi li {
    clear: both;
    color: #000000;
    font-size: 16px;
    height: auto;
    list-style-type: none;
    font-weight: 400;
    padding: 10px;
    width: 180px;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    /*
    -moz-box-shadow: 0px 0px 5px #CCCCCC;
    -webkit-box-shadow: 0px 0px 5px #CCCCCC;
    box-shadow: 0px 0px 5px #CCCCCC;
*/
    margin: 12px;
    margin-top: 1px;
}

#main_navi li:hover {
    background-color: #1f2b94;
    color: #FFFFFF;
}

#main_navi li.active {
    background-color: #1f2b94;
    color: #FFFFFF;
}

#main_navi img {
    float: left;
    margin-right: 10px;
}

#main_navi strong {
    display: block;
}

#main div.navi {
    margin-left: 250px;
    cursor: pointer;
}

.page .scrollable .item h3 {
    font-size: 20px;
    font-weight: 500;
    color: #010101;
}

.page .scrollable .item p {
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
}

.page .scrollable .item strong {
    font-size: 16px;
    font-weight: 500;
    color: #010101;
}

.page .scrollable .item span.city-name {
    line-height: 1.8;
        font-weight: 400;
    color: #000000;
}

#gallery {
    top: 0px !important;
    left: -62px !important;
}

.page .navi a.active {
    border-bottom: 2px solid blue;
    display: none;

}
