header.layout-fluid-logo-right .logo {
    padding-left: 20px;
    padding-right: 0;
    text-align: right;
}

header.layout-fluid-logo-left .logo {
    padding-right: 20px;
    padding-left: 0;
    text-align: left;
}

header.layout-fluid-logo-right nav.menu .menu-item,
header.layout-logo-center > table td:last-child nav.menu .menu-item {
    padding-right: 10px;
}

header.layout-fluid-logo-right nav.menu .menu-item:last-child,
header.layout-logo-center > table td:last-child nav.menu .menu-item:last-child {
    padding-right: 0px;
}

header.layout-fluid-logo-left nav.menu .menu-item,
header.layout-logo-center > table td:first-child nav.menu .menu-item{
    padding-left: 10px;
}

header.layout-fluid-logo-left nav.menu .menu-item:first-child,
header.layout-logo-center > table td:first-child nav.menu .menu-item:first-child {
    padding-left: 0px;
}


header.layout-fluid-logo-right > .container > .inner,
header.layout-fluid-logo-left > .container > .inner {
    width: 100%;
}

header.layout-fluid-logo-left .menu {
    text-align: right;
}

header.layout-logo-center > table td:first-child, header.layout-logo-center > table td:last-child {
    width: 50%;
}
header.layout-logo-center > table td:first-child {
    text-align: right;
}
header.layout-logo-center > table td:last-child {
    text-align: left;
}
header.layout-logo-center > table td:first-child nav.menu {
    display: block;
}


header.layout-logo-top > .container > .inner {
	display: block;
}

header.layout-logo-top .logo {
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
}

header .logo.logo-text {
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
}

header.layout-logo-top .logo.logo-text {
    padding-bottom: 25px;
}
    
header.layout-logo-top .logo img {
	padding-bottom: 10px;
}

header.layout-logo-top > .container {
}

header.layout-logo-top .menu {
	display: block;
	text-align: center;
    margin-bottom: 0px;
    padding-bottom: 10px;
}


body>div:not(.mobile) header.layout-logo-right .container,
body>div:not(.mobile) header.layout-logo-left .container { max-width: 100%; }
body>div:not(.mobile) header.layout-logo-left .menu { margin-left: 47px; text-align: right; }
body>div:not(.mobile) header.layout-logo-right .menu { margin-left: 47px; text-align: left; }

body > .container > .layout-image-left .thumbnail {
    margin: 0px 20px 0px 0px;
    float: left;
}

body > .container > .layout-image-right > .thumbnail {
    margin: 0px 0px 0px 20px;
    float: right;
}

body > .container > div > .thumbnail {
    overflow: hidden;
}

body > .container > div > .thumbnail img {
    width: auto;
    max-width: none;
    position: relative;
}

body > .content.private .thumbnail {
    float: left;
}


.right-panel {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    height: 100%;
}
.scroll-top-btn {
    /*width: 25px;
    height: 25px;
    line-height: 20px;
    position: fixed;
    background: inherit !important;
    bottom: 45px;
    display: none;
    z-index: 900;*/
    cursor: pointer;
    margin-bottom: 30px;
    text-align: center;
}

.scroll-top-btn:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 1000px) {
    .right-panel {
        visibility: hidden;
    }
}
/*  #gphw-fb. Design widget.
=================================================*/
#gphw-fd {
    position: fixed !important;
}
