/* ALL PAGES  */
html,
body {
	overflow-x:hidden;
}

#gkPageTop {
    background-color: #fff;
    position: fixed;
}
	
#gkLogo {
	float: left;
	width: auto;
}

#gkPageTop {
    border-bottom: medium none;
    box-shadow: 0 0 5px #aaa;
    z-index: 999;
}

#gkPageTop #gkLogo {
    background-image: url("../images/bglogo.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
    height: 55px;
    margin: 0;
    padding: 5px 0 15px;
    position: fixed;
    text-align: left;
    width: 250px;
	transition:all 0.3s ease 0s;
}

#gkPageTop #gkLogo:hover {
	padding: 20px 0 15px 0;
	transition:all 0.3s ease 0s;
}

#gkLogo.text > span {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
	padding-left:20px;
}

#gkLogo.text .gkLogoSlogan {
    color: #fff;
    float: left;
    font-family: open sans;
    font-size: 17px;
    font-weight: 400;
	padding:8px 0 7px 20px;
}

#gkExtraMenu .gkmenu li a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

#gkExtraMenu .gkmenu li.active > a,
#gkExtraMenu .gkmenu li:hover > a {
    color: #2FA5EA;
}

#gkExtraMenu .childcontent .gkcol {
    width: 224px;
}

#gkExtraMenu.gkMenu > ul div.childcontent li {
    border-top: medium none;
    margin: 0;
    padding: 0 24px;
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}

#gkExtraMenu.gkMenu > ul div.childcontent li a {
    color: #fff;
    float: left;
    font-weight: 400;
    line-height: 46px;
    text-transform: none;
    width: 100%;
}

.gkMenu > ul > li > a {
    color: #333;
    height: 62px;
    line-height: 62px;
}

.gkMenu > ul div.childcontent-inner {
    background: #2fa5ea none repeat scroll 0 0;
}

#gkPageTop + section,
#gkPageTop + div {
    padding-top: 62px;
}

.left-title {
    display:flex;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

#gkBottom3 {
	padding:0;
}

#gkBottom3 > .gkPage {
    max-width: unset;
}

#gkBottom3 .header {
    display: block;
    float: left;
    font-size: 45px;
    font-weight: 100;
    margin: 0;
    position: relative;
	text-transform: none;
}

#gkBottom3 .box.contact-us {
	width:100%;
	padding:0;
	float:left;
	position:absolute;
	z-index:15;
}

#gkBottom3 .flex {
    align-items: center;
	-webkit-align-items: center;
    display: flex;
	display: -webkit-flex;
    height: 100%;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    width: 100%;
}

#gkBottom3 .box.contact-us .open{
	background-color: rgba(15, 155, 233, 0.85);
	padding: 100px 0;
	height:auto;
	transition:opacity 0.3s ease 0s, height 0s ease 0s,padding 0s ease 0s;
	overflow:hidden;
	opacity:1;
}

#gkBottom3 .box.contact-us .open.hidden {
	height:0;
	padding:0;
	transition:opacity 0.3s ease 0s, height 0s ease 0.5s,padding 0s ease 0.5s;
	opacity:0;
}

#gkBottom3 .box.contact-us .open .header {
	color:#fff;
	width: 350px;
	padding-top: 19px;
}

#gkBottom3 .box.contact-us .open .other {
    color: #fff;
    width: calc(100% - 500px);
}

#gkBottom3 .box.contact-map {
	width:100%;
	padding:0;
	float:left;
}


#gkBottom3 .custom.contact-us {
    line-height: 1.6;
    padding-top: 0;
}

#gkBottom3 .custom.contact-us .blue {
    color: #fff;
    float: left;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
    width: 100%;
}

#gkBottom3 .custom.contact-us a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

#gkBottom3 .custom.contact-us a:hover {
	color: #000;
}

.close:before {
    color: #3eabe9;
    content: "";
    font-family: FontAwesome;
    font-size: 35px;
    height: 20px;
    width: 20px;
}

.close {
	line-height:1;
    position: absolute;
    right: 25px;
    top: -58px;
    z-index: 30;
	transition: all 0.3s ease 0s;
	opacity:0;
	cursor:default;
}

.close.visible {
    opacity:1;
	transition: all 0.3s ease 0s;
	cursor:pointer;
}

#gkBottom3 #map {
    max-width: 100%;
    width: 100%;
}

/* Footer */
#gkFooter {
    margin: 25px 0;
    float: left;
    width: 100%;
}
#gkFooter .copyright {
    float: left;
}
#gkFooter .development {
    float: right;
}

.view-map {
    border: 2px solid #fff;
    color: #fff;
    float: right;
    text-align: center;
    width: 150px;
	cursor:pointer;
	transition:all 0.3s ease 0s;
	border-radius: 5px;
}

.view-map:hover {
	 border: 2px solid #000;
    color: #000;
	transition:all 0.3s ease 0s;
}

.view-map > span {
    float: left;
    width: 100%;
}

.mark:before {
    font-family: fontawesome;
	content:"\f041";
	font-size:61px;
}


/* HOMEPAGE */

.home-page .parallax {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/eksoplismoiekdiloseon.jpg");
    background-attachment: fixed;
   background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
	float: left;
    width: 100%;
}

.home-page .parallax .gkPage {
    padding: 120px 0;
}


.home-page .parallax .gkPage > span {
    display: table;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 auto;
}

.home-page .parallax .gkPage > span:nth-child(2),
.home-page .parallax .gkPage > span:nth-child(3) {
	font-weight: 400;
	font-size: 30px;
	padding-top:10px;
}

.home-page .parallax .gkPage > span:nth-child(2):before,
 .home-page .parallax .gkPage > span:nth-child(3):before{
	font-family: FontAwesome;
    font-size: 35px;
	content: "\f00c";
	color:#3eabe9;
	padding-right:8px
}

.home-page #gkMainbody,
.home-page #gkBottom1,
.home-page #gkBottom2 {
    padding: 10% 0;
}

.home-page #gkMainbody .left-title .header,
.home-page #gkBottom1 .left-title .header,
.home-page #gkBottom2 .left-title .header {
    display: block;
    float: left;
    font-size: 45px;
    font-weight: 100;
    margin: 0;
    position: relative;
    width: 280px;
	text-transform: none;
	padding-right: 20px;
    box-sizing: border-box;
}

.home-page #gkMainbody .left-title .content,
.home-page #gkBottom1 .left-title .content,
.home-page #gkBottom2 .left-title .content {
    display: block;
    float: left;
    position: relative;
    width: calc(100% - 280px);
}

.home-page #gkBottom1 .box,
.home-page #gkBottom2 .box {
	padding:0;
	display:flex;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.home-page .gkFeatures a {
    font-weight: 400;
    margin: 0 1%;
    padding: 25px;
    text-align: center;
    width: 31.33%;
}

.home-page #gkBottom2 .nspPagination li:hover, 
.home-page #gkBottom2 .nspPagination li.active {
    background-color: #3eabe9;
}

.home-page #gkBottom2 .nspArt h4.nspHeader {
    font-size: 21px;
    margin: 0;
    padding: 0 0 15px;
	font-weight:400;
}

.home-page #gkBottom2 .nspArtPage .nspArt:first-child {
    border-right: 1px solid #3eabe9;
}

/* K2 Category */
.itemsCategory > h2:after {
    border-bottom: 1px solid #3eabe9;
    content: "";
    float: left;
    padding-top: 8px;
    width: 100%;
}
.itemsCategory > h2 {
    border-bottom: 2px solid #3eabe9;
    line-height: 1.2;
    padding-bottom: 5px;
    text-align: left;
	text-transform:none;
}

#k2Container .itemList,
#k2Container #itemListLeading {
    float: left;
    position: relative;
    width: 100%;
}

.itemContainer.itemContainerLast {
    border-bottom: 1px solid #bbb;
}

#itemListLeading article {
    margin: 0;
    padding: 50px 0;
	float: left;
}

.itemImageBlock {
    float: left;
    margin-bottom: 0;
    width: 200px;
}

.itemContainer:nth-child(2n) .itemImageBlock {
    float: right;
}

.itemBlock {
    float: right;
    width: calc(100% - 280px);
}

#k2Container.itemListView {
    float: left;
    padding: 30px 0 60px;
    width: 100%;
}

.itemContainer:nth-child(2n) .itemBlock {
	float: left;
}

.itemList article header h2 {
    margin: 0 0 16px;
    text-transform: none;
	font-size: 30px;
    font-weight: 400;
}

.leftarea {
    float: left;
    width: 280px;
}

.leftarea span {
    float: left;
    width: 100%;
	clear:both;
}

.leftarea .slogan {
    font-size: 18px;
    font-weight: 500;
	line-height:1;
}

.leftarea .big {
    border-bottom: 5px double;
    clear: both;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-bottom: 5px;
    width: auto;
}

.rightarea {
    float: left;
    width: calc(100% - 280px);
}



#gkBottom3 .box {
    padding: 0;
}

#details a:hover {
    color: #363636;
}

#details a {
    color: #fff;
    font-weight: 600;
}

#viewmap,
#sendmail a {
    border: 2px solid #fff;
    cursor: pointer;
    font-weight: 400;
    line-height: 1.3;
    max-width: 100px;
    padding: 9px 20px;
    text-align: center;
	transition:0.3s ease 0s;
	float:right;
	margin-left:20px;
}

#viewmap:hover,
#sendmail a:hover {
	border: 2px solid #363636;
	color:#363636;
	transition:0.3s ease 0s;
}

#details .rightarea .content {
    padding-bottom: 30px;
	text-align: right;
}

.itemContainer {
    border-bottom: 1px solid #999;
}

.itemContainer:last-child {
    border-bottom: none;
}

.itemImageBlock img {
    height: auto !important;
    max-height: 250px;
    max-width: 100% !important;
}

.itemContainer:nth-child(2n+1) .itemImageBlock img{
	float: left;
}

.contact > h1::after {
    border-bottom: 1px solid #3eabe9;
    content: "";
    float: left;
    padding-top: 8px;
    width: 100%;
}
.contact > h1 {
    border-bottom: 2px solid #3eabe9;
    line-height: 1.2;
    padding-bottom: 5px;
    text-align: left;
    text-transform: none;
	font-size:42px;
}

.required_label {
    float: left;
    margin: 15px 0;
    text-align: center;
    width: 100%;
}

.tooltip {
	display:none!important;
}

.field.subject {
    position: absolute;
    visibility: hidden;
}


.contact .left {
    float: left;
    width: 50%;
	padding-right: 50px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.field.message {
    float: right;
    width: 50%;
	padding-left: 50px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.contact .field label {
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
}


.contact .field input,
.contact .field textarea {
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.contact .field textarea {
	height:260px;
	resize:vertical;
	line-height:1.3; 
	padding:10px 20px;
}

.field.captcha {
    float: left;
    width: 50%;
}

.g-recaptcha.required {
    float: left;
    width: auto;
}

.rc-anchor-light {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #999;
    color: #000;
}

.contact .button {
    background-color: #2fa5ea;
    background-image: none;
    border: 2px solid #2fa5ea;
    border-radius: 0;
    box-shadow: none;
    float: right;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 40px;
    margin: 20px 0 0;
    padding: 0 30px;
	transition:all 0.3s ease 0s;
	clear:both;
}

.contact .button:hover {
	background-color: #fff;
	color: #2fa5ea;
	background-image: none;
	box-shadow: none;
}


.contact {
    float: left;
    padding-bottom: 65px;
    width: 100%;
}


.message.message li {
    background-color: #eee;
    text-align: center;
}

#gkPageTop #gkMobileMenu {
	margin: 10px 0 0;
}

#gkPageTop #mobile-menu-toggler,
#gkPageTop #mobile-menu-toggler:before,
#gkPageTop #mobile-menu-toggler:after {
	background-color: #2fa5ea
}

.menu_open #gkPageTop #mobile-menu-toggler {
    background-color: rgba(255, 255, 255, 0);
}

.menu_open #gkPageTop #mobile-menu-toggler:before,
.menu_open #gkPageTop #mobile-menu-toggler:after {
	background-color: #fff
}

#gkPageTop + section, #gkPageTop + div {
    padding-top: 60px;
}
#gkPageTop #MobileMenu {
	width:100%;
	background: #2fa5ea;
}

#gkPageTop #MobileMenu .mobile_menu {
    border-top: 0 none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

#gkPageTop #MobileMenu .nav.menu {
    padding: 0;
}

#gkPageTop #MobileMenu .nav.menu li > a {
    display: table;
    float: none;
    margin: 0 auto;
}

#MobileMenu .nav.menu li {
	border-bottom:none;
}

#MobileMenu .nav.menu li:after {
	background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
}

#MobileMenu .nav.menu li:last-child:after {
	display:none;
}

#gkBottom3 {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

.popover {
    display: none !important;
}

#Chairs,
#Stage {
    float: left;
    width: 100%;
    background-color: #eee;
}

/* Presentation */
.presentation {
    float: left;
    width: 100%;
    padding: 10% 0;
}
.presentation .description {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #3eabe9;
    margin-bottom: 0;
    padding-bottom: 50px;
    position: relative;
}
.presentation .description:after {
    border-bottom: 1px solid #3eabe9;
    content: "";
    float: left;
    padding-top: 50px;
    margin-bottom: -4px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.presentation .description .title {
    display: block;
    float: left;
    font-size: 45px;
    font-weight: 100;
    margin: 0;
    position: relative;
    width: 280px;
    text-transform: none;
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 1.2;
}
.presentation .description .text {
    display: block;
    float: left;
    position: relative;
    width: calc(100% - 280px);
}
.presentation .product {
    float: left;
    width: 100%;
    padding: 50px 0;
    border-top: 1px solid #fff;
}
.presentation .product:first-child {
    border-top: none;
}
.presentation .product:nth-child(odd) .image {
    float: left;
    width: 280px;
    padding-right: 50px;
    box-sizing: border-box;
}
.presentation .product:nth-child(even) .image {
    float: right;
    width: 280px;
    padding-left: 50px;
    box-sizing: border-box;
}
.presentation .product .name {
    margin: 0 0 16px;
    text-transform: none;
    font-size: 30px;
    font-weight: 400;
    width: calc(100% - 280px);
    float: right;
}
.presentation .product .text {
    width: calc(100% - 280px);
    float: right;
}
#Tables .presentation .product {
    border-top: 1px solid #ccc;
}
#Tables .presentation .product:first-child {
    border-top: none;
}
#Other .presentation .product {
    border-top: 1px solid #ccc;
}
#Other .presentation .product:first-child {
    border-top: none;
}

@media screen and (max-width: 1050px) {
	.gkPage {
		float:left;
		display:block;
		position:relative;
		width:100%!important;
		padding:0 15px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	.gkPage.flex {
		padding:10% 15px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
}
@media screen and (max-width: 900px) {
	.home-page #gkMainbody .left-title .header,
	.home-page #gkBottom1 .left-title .header,
	.home-page #gkBottom2 .left-title .header {
		border-bottom: 2px solid #3eabe9;
		font-size: 35px;
		margin-bottom: 25px;
		padding: 0 0 5px;
		position: relative;
		width: auto;
	}
	
	.itemsCategory h2,
	.contact > h1 {
		font-size: 35px;
	}
	
	.home-page #gkMainbody .left-title .header:after,
	.home-page #gkBottom1 .left-title .header:after,
	.home-page #gkBottom2 .left-title .header:after {
		border-bottom: 1px solid #3eabe9;
		bottom: -4px;
		content: "";
		float: left;
		left: 0;
		position: absolute;
		width: 100%;
	}
	
	.home-page #gkMainbody .left-title .content,
	.home-page #gkBottom1 .left-title .content,
	.home-page #gkBottom2 .left-title .content {
		width:100%;
	}
	.contact .left {
		padding-right: 15px;
	}
	
	.field.message {
		padding-left: 15px;
	}
    .presentation .description {
        border-bottom: none;
    }
    .presentation .description:after {
        display: none;
    }
    .presentation .description .title {
        border-bottom: 2px solid #3eabe9;
        font-size: 35px;
        margin-bottom: 25px;
        padding: 0 0 5px;
        position: relative;
        width: auto;
    }
    .presentation .description .title:after {
        border-bottom: 1px solid #3eabe9;
        bottom: -4px;
        content: "";
        float: left;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .presentation .description .text {
        width: 100%;
    }
    .presentation .product:first-child {
        border-top: 1px solid #fff;
    }
}
@media screen and (max-width: 850px) {
	#gkMainMenu {
		display:none;
	}
	#gkPageTop #gkMobileMenu {
		display: block;
	}
	section#gkPageTop {
    	height: 60px;
	}
	.home-page .parallax .gkPage > span {
		font-size:30px;
	}
	
	.home-page .parallax .gkPage > span:nth-child(2), 
	.home-page .parallax .gkPage > span:nth-child(3),
	.home-page .parallax .gkPage > span:nth-child(2):before, 
	.home-page .parallax .gkPage > span:nth-child(3):before {
		font-size:25px;
	}
}
@media screen and (max-width: 700px) {
	#gkBottom3 .leftarea {
		float: left;
		margin-bottom: 30px;
		width: 100%;
	}
	#gkBottom3 .rightarea {
		float: left;
		width: 100%;
	}
	
	#details .rightarea .content {
		text-align: left;
	}
	
	#viewmap, #sendmail a {
		float: left;
	}
	
	#viewmap {
		margin-left: 0;
	}
	
	.itemBlock {
		float: right;
		width: calc(100% - 230px);
	}
	.required_label {
		color: #3eabe9;
		font-style: italic;
		text-align: left;
	}
	.contact .left {
		padding-right: 0;
		width: 100%;
	}
	
	.field.message {
		padding-left: 0;
		width: 100%;
	}
	.contact .button {
    	float: left
	}
	
	.field.captcha {
		float: left;
		width: 100%;
	}
    .home-page #gkMainbody .left-title .header {
        margin: 0 auto 25px;
    }
    .home-page #gkMainbody .content .left-title {
        text-align: center;
    }
    .presentation .description .title {
        margin: 0 auto 25px;
    }
    .presentation .description .text {
        text-align: center;
    }
    .presentation .product {
        float: left;
        width: 100%;
        padding: 50px 0;
        border-top: 1px solid #fff;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }
    .presentation .product:nth-child(2n+1) .image,
    .presentation .product:nth-child(2n) .image {
        float: left;
        width: auto;
        padding: 0;
        box-sizing: border-box;
        max-width: 350px;
        margin: 0 0 10px;
    }
    .presentation .product .name {
        text-align: center;
        width: 100%;
    }
    .presentation .product .text {
        text-align: center;
        width: 100%;
    }
    #gkBottom3 .leftarea {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
    }
    #gkBottom3 .leftarea span {
        text-align: center;
    }
    #details .rightarea .content {
        text-align: center;
    }
    #gkBottom3 .rightarea {
        float: left;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }
    #Tables .presentation .product:first-child {
        border-top: 1px solid #eee;
    }
}
@media screen and (max-width: 600px) {
	.gkFeatures > a {
		font-size:18px;
	}
	
	.itemImageBlock,
	.itemContainer:nth-child(2n) .itemImageBlock {
		float: none;
		margin: 0 auto 15px;
		width: 200px;
	}
	
	.itemContainer:nth-child(2n+1) .itemImageBlock img {
		float: none;
		margin: 0 auto;
	}
	
	.itemBlock {
		float: right;
		width: 100%;
	}
    #gkFooter .development {
        float: left;
        clear: left;
    }
}
@media screen and (max-width: 500px) {
	.home-page .parallax .gkPage > span:nth-child(2), 
	.home-page .parallax .gkPage > span:nth-child(3),
	.home-page .parallax .gkPage > span:nth-child(2):before, 
	.home-page .parallax .gkPage > span:nth-child(3):before {
		font-size: 18px;
		text-align: center;
	}
	
	.home-page .parallax .gkPage > span:first-child {
		line-height: 1.2;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.home-page .parallax .gkPage {
		padding: 100px 0; 
	}
	
	.home-page #gkMainbody .left-title .header, 
	.home-page #gkBottom1 .left-title .header, 
	.home-page #gkBottom2 .left-title .header {
		font-size:25px;
	}
	
	.custom.left-title,
	.itemIntroText,
	#details .rightarea .content,
	.contact .field label,
	.required_label {
		font-size: 14px;
	}
	.gkFeatures {
		margin: 0;
	}
	
	.home-page .gkFeatures a {
		display: table;
		float: left;
		font-weight: 400;
		margin: 0 0 30px;
		max-width: 100%;
		padding: 25px;
		text-align: center;
		width: 100%;
	}
	
	.contact .field textarea {
    	height: 140px;
	}
	
	.home-page .gkFeatures a.gkMouse {
		margin-bottom: 0;
	}
	
	.home-page .gkFeatures a > img {
		display: table;
		margin: 0 auto;
		max-width: 160px !important;
	}
	
	.itemsCategory h2, 
	.contact > h1 {
		font-size: 25px;
	}
	
	.itemList article header h2 {
		font-size: 20px;
	}
    .presentation .description .title {
        font-size: 25px;
    }
    .presentation .description .text {
        font-size: 14px;
    }
    .presentation .product .name {
        font-size: 25px;
    }
    .presentation .product .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 340px) {
	#gkPageTop #gkLogo {
		background-size:100%;
		width:235px;
	}
	#gkLogo.text > span {
		padding-left:10px;
	}
	#gkLogo.text .gkLogoSlogan {
		padding:5px 0 6px 10px;
	}
	#viewmap, #sendmail a {
		max-width: 100%;
	}
	
	#sendmail a {
		margin: 15px 0 0;
	}
}