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

header.layout-logo-right .logo {
	padding-left: 5px;
	padding-right: 0;
}

header.layout-logo-right .wrapper {
    display: table;
    min-height: 60px;
    float: right;
}

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


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

header.layout-fluid-logo-right .menu > ul > .menu-item:first-child {
	padding-left: 0;	
}

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


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

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

header.layout-fluid-logo-left .menu > ul > .menu-item:last-child {
	padding-right: 0;	
}


header.layout-logo-center > .container > .inner {
	display: block;
    width: 100%;
}

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

header.layout-logo-center .logo {
	margin-bottom: 32px;
}

header.layout-logo-center .logo-text {
	height: auto;
}

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

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




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: 0px;
	height: 100%;
    margin-right: 80px;
}
.scroll-top-btn {
	width: 25px;
	height: 15px;
	position: fixed;
	background: inherit !important;
	bottom: 30px;
	right: 55px;
	cursor: pointer;
	display: none;
	z-index: 900;
	text-align: center;
}

.ico-open-svg:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 1000px) {
	.right-panel {
		visibility: hidden;
	}
}



/*  #gphw-fb. Design widget.
=================================================*/
#gphw-fd {
    position: fixed !important;
}
