/* === Common tags ================================================================================================== */
html, body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
a {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #546e7b;
    outline: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}

/* === Common classes =============================================================================================== */
.widget {
    background: #8799a2;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

/* === Header ======================================================================================================= */
.header {
    border-bottom: solid 1px #707f86;
    height: 161px;
    visibility: hidden;
}
.header-menu {
    height: 47px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    /*visibility: hidden;*/
}
.header-menu li {
    display: inline-block;
    margin-top: 9px;
    padding: 5px 10px;
}
.header-menu .active {
    background: #798991;
    border-radius: 10px;
}
.header-menu .active a,
.header-menu .active a:hover
{
    border: none;
    cursor: default;
}
.header-menu a {
    border-bottom: dashed 1px #fff;
}
.header-menu a:hover {
    border-bottom: solid 1px #fff;
}
.full-screen a {
    background: url(../images/icon-full-screen.png) no-repeat center center;
    display: block;
    height: 47px;
    margin-top: -47px;
    opacity: 0.5;
    width: 60px;
}
.home-button a {
    background: url(../images/home.png) no-repeat center center;
    display: block;
    height: 47px;
    margin-top: -47px;
    opacity: 0.85;
    width: 60px;
}
.full-screen a:hover {
    opacity: 1;
}
.header-items {
    background: #76868e url(../images/header-bg.png);
    border-bottom: solid 1px #a5bbc6;
    height: 97px;
    overflow: hidden;
    position: relative;
}
.header-items ul {
    background: url(../images/header-shadow.png) no-repeat center top;
    border-bottom: solid 1px #707f86;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header-items ul.active {
    display: block;
}
.header-items li {
    cursor: pointer;
    display: inline-block;
    line-height: 8px;
    margin: 18px 5px 0 5px;
    overflow: hidden;
    vertical-align: top;
    width: 55px;
}
.header-items li:hover {
    opacity: 0.7;
}
.header-items li.active img,
.header-items li.active:hover img{
    border: solid 2px #fff;
    opacity:1;
}
.header-items img {
    border-radius: 8px;
    height: 55px;
    width: 55px;
}
.header-items span {
    color: #fff;
    font-size: 9px;
}

/* === Image ======================================================================================================== */
.image {
    border: solid 1px #8799a2;
    border-top-color: #a5bbc6;
    border-bottom-color: #707f86;
    height: 630px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.image img {
    height: 100%;
    position: absolute;
}
.button {
    background: no-repeat center center;
    background-color: rgba(0,0,0,0.3);
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 85px;
    z-index: 50;
}
.button-prev {
    background-image: url(../images/image-prev.png);
    left: 0;
}
.button-next {
    background-image: url(../images/image-next.png);
    right: 0;
}
.button:hover {
    background-color: rgba(0,0,0,0.5);
}
.houses, .house {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.house {
    left: 0;
    position: absolute;
    top: 0;
}

/* === Loader ======================================================================================================= */
.loader {
    background: rgba(0,0,0,0.4);
    display: block;
    height: 100%;
    left: 0;
    margin-top: 0;
    opacity: 1;
    padding-top: 175px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}
.loader-bar {
    background: #8799a2;
    border: solid 1px #798388;
    border-bottom: solid 1px #a5bbc6;
    border-radius: 10px;
    height: 10px;
    margin: 10px auto 0 auto;
    overflow: hidden;
    width: 300px;
}
.loader-status {
    background: #4B5458;
    border-radius: 5px;
    height: 100%;
}

/* === Footer ======================================================================================================= */
.footer {
    border-top: solid 1px #a5bbc6;
    height: 79px;
    overflow: hidden;
    visibility: hidden;
}
.footer .line {
    background: #707f86;
    height: 1px;
    margin-top: 16px;
}
.footer-menu {
    border-top: solid 1px #a5bbc6;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu a {
    background: url(../images/footer-item.png) no-repeat 15px center;
    display: block;
    height: 59px;
    padding: 19px 15px 0 30px;
}
.footer-menu a:hover {
    text-decoration: underline;
}
.footer-menu .active a {
    background: #798991 url(../images/footer-item-active.png) no-repeat 15px center;
    cursor: default;
    text-decoration: none;
}
