/*
#------------------------------------------------------------------------
# StoreFront - April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Menu */
#gkTopBar {
	display: none;
}
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box,
#gkBottom5 .box {
	margin-bottom: 20px;	
}
#gkBottom1 .box.double, 
#gkBottom1 .box.double ~ .box, 
#gkBottom2 .box.double, 
#gkBottom2 .box.double ~ .box, 
#gkBottom3 .box.double, 
#gkBottom3 .box.double ~ .box,
#gkBottom4 .box.double, 
#gkBottom4 .box.double ~ .box,
#gkBottom5 .box.double, 
#gkBottom5 .box.double ~ .box {
	width: 100%!important;
}
.gkCols[data-cols="2"] > div,
.gkCols[data-cols="3"] > div,
.gkCols[data-cols="4"] > div,
.gkCols[data-cols="5"] > div {
	padding-bottom: 20px!important;
	width: 100%;
}

/* Fix for the user profile */
.profile dt {
	width: 100% !important;
}

/* Fix for the contact page */
.contact .contact-image {
	float: left !important;
}
.contact .contact-address {
	clear: both !important;
	padding-top: 20px !important;
}
.contact .contact-form input,
.contact .contact-form textarea {
	width: 100% !important;
}
.contact-form dl {
	width: 100%;
}

/* Fix for the search */
fieldset.word #search-searchword,
fieldset.word .inputbox {
	width: 50%;
}
fieldset.phrases .ordering-box,
fieldset.only input[type="checkbox"],
fieldset.phrases input[type="radio"] {
	clear: both;
}

/* Fix for the register */
#member-registration dd {
	clear: both !important;
	display: block !important;
}

/* Fix for tables */
fieldset {
	box-sizing: border-box!important;
	max-width: 100%!important;
	width: 100%!important;
	overflow: hidden;
}
#gkMainbody table:before {
	content: "Σύρτε οριζόντια για να δείτε όλο τον πίνακα";
	height: 14px;
	width: 100%;
	display: block;
	font-size: 10px;
	margin-top: -30px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
}
#gkMainbody .product_details_center table {
	width: 100%!important;
}
#gkMainbody table tbody,
#gkMainbody table thead,
#gkMainbody table tfoot {
	width: 540px!important;
	display: table;
}

@media only screen and (max-width: 480px) {
	/*#gkMainbody table {
		width: 420px!important;
		float: left;
	}*/
	.product_details_left .main-image {
		padding-top: 100%;
	}
	.product_details_center .authortitle, 
	.product_details_center .authorintro, 
	.product_details_center .authorreadmore {
		box-sizing: border-box;
		float: right;
		padding-left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 440px) {
	/*#gkMainbody table {
		width: 380px!important;
		float: left;
	}*/
}

/* top/bottom modules */
.box.gkmod-1,
.box.gkmod-2,
.box.gkmod-3,
.box.gkmod-4,
.box.gkmod-more {
	float: left!important;	
}
.box.gkmod-1,
.box.gkmod-2,
.box.gkmod-3,
.box.gkmod-4,
.box.gkmod-more {
	width: 100%!important;
}
.box.gkmod-more.gkmod-last-1:last-child,
.box.gkmod-more.gkmod-last-2:last-child,
.box.gkmod-more.gkmod-last-2:nth-last-child(2),
#gkPageWrap .box.gkmod-more.gkmod-last-3:last-child,
#gkPageWrap .box.gkmod-more.gkmod-last-3:nth-last-child(2),
#gkPageWrap .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 100%!important;
}

/* top/bottom modules */
body #gkPage .box {
	margin-bottom: 20px!important;
}

/* 3-column layout */
.gkCols3 .box.gkmod-more:nth-child(1n) {
	clear: both;
}
.gkCols3 .box.gkmod-1,
.gkCols3 .box.gkmod-2,
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more,
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 100%!important;
}

/* 4-column layout */
body .gkCols4 .box.gkmod-more:nth-child(1n) {
	clear: both;
}
body .gkCols4 .box.gkmod-1,
body .gkCols4 .box.gkmod-2,
body .gkCols4 .box.gkmod-3,
body .gkCols4 .box.gkmod-4,
body .gkCols4 .box.gkmod-more,
body .gkCols4 .box.gkmod-more.gkmod-last-1:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 100%!important;
}

/* 6-column layout */
body .gkCols6 .box.gkmod-more:nth-child(1n) { 
	clear: both; 
}
body .gkCols6 .box.gkmod-1,
body .gkCols6 .box.gkmod-2,
body .gkCols6 .box.gkmod-3,
body .gkCols6 .box.gkmod-4,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-5,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-6,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-more.gkmod-last-1:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 100%!important;
}

/* article fix */
#gkContent article > time {
	display: none!important;
}
#gkContent article > time + header {
	padding-left: 0!important;
}
#gkContent article header li.itemDate,
#gkContent article header li.item-date {
	display: block;
}
article header ul {
	margin: 0 0 10px;
}

/* NSP adjustments */
.nspArtPage .nspArt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 99%!important;
}

/* other elements */
article header h1, 
.category header {
	line-height: 32px;
	padding: 18px 0 0px;
}

article header h1, 
.category header, 
article header h2 {
	font-size: 24px;
}

h1 {
	font-size: 28px;
}
#k2Container.itemListView.leksiko .category_description h1,
#k2Container.itemListView.leksiko .category_description h2,
.awDietMainTitle,
#k2Container.itemView .itemFullText h2.awDietMainTitle,
.register-page #gkMainbody > h1,
.register-page #gkMainbody > h2 {
	font-size: 28px;
}

h2, 
.componentheading,
.category header h2 {
	font-size: 28px;
}

article header h2 {
	line-height: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

#gkSocialAPI {
	overflow: hidden;
}

.cols-2 .column-2, 
.cols-3 .column-3 {
	padding: 0!important;
}

.itemBody {
	width: 100%!important;
}
#gkInset {
	padding: 0!important;
	width: 100%!important;
}

.itemComments .itemCommentsList li img {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	position: static;
}

.itemCommentsList li h3 {
	float: none;
	margin-top: 5px;
}

#gkMainbody .registration {
	width: 100%;
}

#gkFooterNav li {
	float: none;
}

/* NSP */
.box.header .nspImageWrapper h4 {
	font-size: 14px!important;
}

.nspArts,
.nspLinksWrap {
	clear: both;
	float: left!important;
	width: 100%!important;
}

.nspArt .nspImageWrapper {
	width: 100%;
}

/* K2 fixes */
.itemBody.containsItemInfo, 
.itemOtherElements.containsItemInfo,
.itemListView .itemBlock.containsItemInfo {
	margin-left: 0!important;
}
#k2Container .itemContainer{width:100%;}
#k2Container .subCategoryContainer{width:100%;}
#k2Container .subCategory{height:auto!important;}

aside.itemAsideInfo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0!important;
	position: static!important;
	width: 100%!important;
}
.itemCommentsList li > div > div > span {
	clear: both;
	display: block;
}
.itemCommentsList li > div {
	margin-left: 0!important;
	padding-left: 0!important;
}
.itemComments h3 {
	font-size: 20px;
	padding: 10px 0 0;
}
.items-row > div {
	margin-bottom: 30px;
	padding: 0!important;
}
article header h1,
article header h2 {
	font-size: 24px!important;
	line-height: 1.2;
}
.genericView .itemView {
	padding: 0!important;
	width: 100%!important;
}
.itemAuthorDetails {
	clear: both;
	margin: 0!important;
	padding: 10px;
}
.itemAuthorData {
	padding: 0;
}
.itemAuthorData img {
	display: block;
	margin: 0 0 20px 0;
}
.itemAuthorBlock > .gkAvatar > img {
	margin: 12px!important;
}
.itemComments h3, 
.itemAuthorContent h3 {
	padding: 0 0 24px;
}
.itemComments p {
	clear: both;
} 
.itemComments .itemCommentsList li span {
	font-size: 12px;
	margin: 0 12px 0 0;
	clear: both;
	float: left;
}
.itemComments .itemCommentsList li > img, 
.k2LatestCommentsBlock img, 
.itemAuthorBlock > .gkAvatar > img {
	margin: 10px 0;
}
.itemComments .itemCommentsList li {
	padding: 24px 0 12px 0;
}
#gkPopupCart,
#gkPopupLogin {
	margin-left: -150px;
	width: 300px;
}
#gkPopupCart .vmGkCartProducts > div > div {
	margin-left: 85px;
}
#gkPopupCart .gkTotal {
	font-size: 40px;
	margin: 0 0 0 85px;
}
span#fb-auth {
	padding: 7px 8px 7px 7px;
}
.gkPopupWrap {
	padding: 15px;
}
.gkPopupWrap h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 10px;
}
.gkPopupWrap h3 a {
	font-size: 14px;
}

/* VM */
.productDetails > div {
	margin: 0 0 20px 0;
	width: 100%!important;
}
.width50,
.width40,
.width33,
.width25,
.width20 {
    clear: both;
    float: none!important;
    margin: 0 auto;
    max-width: 240px;
    width: 100%!important;
}
.productDetails .floatright,
.productDetails .floatleft {
    clear: both;
    float: none!important;
    margin: 20px 0;
    width: 100%;
}
#product-tabs li {
	margin-top: 0;
}
#product-tabs-content dl {
	margin: 0 0 24px 0%;
	width: 100%;
}
.productDetails .additional-images .floatleft {
    clear: none;
    float: left!important;
    width: auto;
}
.product-related-products > div, 
.product-related-categories > div {
	margin: 32px 0 0!important;
	padding: 0;
	width: 100%;
}
.row > div {
    float: none!important;
}
.width50 .spacer img,
.width40 .spacer img,
.width33 .spacer img,
.width25 .spacer img,
.width20 .spacer img {
    display: block;
    margin: 0 auto;
}
.product-related-products, 
.product-related-categories {
    text-align: center;
}
.product-related-products > div, 
.product-related-categories > div {
    border-right: none!important;
    margin: 0 auto;
    float: none!important;
    clear: both!important;
}
.orderby-displaynumber:after {
    clear: both;
    content: "";
    display: table;
}
.orderby-displaynumber .display-number {
    clear: both;
    float: left;
    margin-top: 10px;
    min-width: 150px!important;
    text-align: left;
}
.vertical-separator {
    padding: 0!important;
}
.row .product,
.row .category {
    margin-bottom: 20px!important;
}
.width20:nth-child(odd),
.width25:nth-child(odd) {
    clear: both!important;
    padding-left: 0!important;
    padding-right: 0px!important;        
}
.width20:nth-child(even),
.width25:nth-child(even) {
    padding-left: 0px!important;
    padding-right: 0!important;        
}

#product-tabs,
.gkTabsWrap ol,
#ui-tabs ul#tabs {
    border: 1px solid #e5e5e5;
    margin: 20px 0 -1px;
    overflow: hidden;
}

#product-tabs li,
.gkTabsWrap ol li,
#ui-tabs ul#tabs li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none!important;
    border-top: 1px solid #e5e5e5!important;
    text-align: center;
    width: 100%;
}

#product-tabs li:first-child,
.gkTabsWrap ol li:first-child,
#ui-tabs ul#tabs li:first-child {
    border-top: none!important;
}

#product-tabs li.active,
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover,
#ui-tabs ul#tabs li.current {
    border: none!important;
    border-top: 1px solid #e5e5e5!important;
}
#facebox {
    max-width: 300px!important;
}
#facebox .popup > div > div > h4 {
    min-width: 200px!important;
    max-width: 300px!important;
}
.vmBTST .gkleft,
.vmBTST .gkright {
	width: 100%;
}
.gkright.BTdetails {
	margin-top: 75px;
}
.customer-note {
	max-width: 280px;
}

/* Frontpage elements */
#gkPopupCart .gkPopupWrap {
	width: 250px;
}
#gkPopupCart .gkTotal {
	font-size: 32px;
}
.gkIsWrapper-gk_storefront figcaption h3 {
	font-size: 16px;
	line-height: 40px;
	padding: 0 20px;
}
.gkIsWrapper-gk_storefront figcaption h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.gkIsWrapper-gk_storefront figcaption p {
	font-size: 12px;
	line-height: 32px;
}
.gk-banners li div strong {
	top: 42%;
	width: 70%;
}
.gkTabsWrap ol li.active {
	margin: 0;
}
.box.bigtitle .header {
	font-size: 24px;
}
.box.bigtitle .header span {
	padding: 0 15px;
}
.products .nspArt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.products .nspArt .nspImageWrapper {
	margin: 0!important;
}
#gkSidebar .box.parallax, 
#gkBottom1 .box.parallax, 
#gkBottom2 .box.parallax, 
#gkBottom3 .box.parallax,
#gkBottom4 .box.parallax {
	margin: 0!important;
	max-width: 1000px;
	width: auto!important;
}
.gk-features[data-cols="2"] li { width: 100%; }
.gk-features[data-cols="3"] li { width: 100%; }
.gk-features[data-cols="4"] li { width: 100%; }
.box.parallax .header {
	font-size: 20px;
	padding: 0 0 20px 0;
}
blockquote {
	font-size: 14px;
	padding: 0 0 0 45px;
}
.box.separator {
	overflow: hidden;
}

/* Overlay menu */
.gkMenuOverlay + #gkMobileMenu {
	display: block!important;
}
#gkMainMenu.gkMenuOverlay {
	display: none!important;
}
#gkMenuOverlayWrap {
    margin: -20px 0 0 -150px!important;
    max-width: 300px!important;
}

#gkMenuOverlayWrap.open {
    margin-top: 0!important;
}

#gkMenuOverlayContent .gkcol li {
    font-size: 15px;
}

#gkMenuOverlayContent .gkcol li,
#gkMenuOverlayContent .gkcol li a {
    line-height: 38px;
}

#gkMenuOverlayHeader {
    font-size: 36px;
    line-height: 72px;
}

#gkMenuOverlayClose {
    font-size: 20px;
    line-height: 72px;        
}

/* ARTIFIEDWEB CODE */

#gkHeader .AW_Social {
    display:none;
}

#gkMobileMenu {
    height: 30px;
    margin-top: 16px !important;
}

#gkLogo {
    margin: 19px 30px 10px 10px;
}

#gkSearch {
    float: right;
    margin-top: 20px;
    position: absolute;
    right: 10px;
}

.k2SearchBlock, .k2SearchBlock form {
    position: relative;
}

#gkSearch .k2SearchBlockForm:hover .inputbox, #gkSearch .k2SearchBlockForm .inputbox:focus {
    width: calc(100% - 35px);
}

.medNutritionMiddle .moduleItemImage {
    padding-right: 10px;
    width: 55%;
}

.medNutritionMiddle .topItem {
	width: 100%;
}

.medNutritionMiddle .moduleItemExtraFields {
    clear: none;
    float: right;
    position: relative;
    width: 45%;
}


.medNutritionMiddle .moduleCategoryReadMore {
    width: 82%;
}


.sintages .medNutritionMiddle .moduleCustomLink::after {
    top: 35px;
}


#gkTop1 .moduleItemExtra {
    float: left;
    margin: 0;
    padding: 15px 0 10px;
    position: relative;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.medNutritionMiddle.sintages .moduleCustomLink {
    width: calc(100% - 20px);
}

#k2Container.itemView .itemFullText .quotes {
    float: left;
    font-size: 17px;
}

.bmi_categories {
    display: block;
}

.category.overweight {
    clear: left;
}

.bmi_categories .category {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    display: table;
    float: left;
    margin: 0;
    padding: 0 15px;
    width: 50%;
}

.bmi_categories .category .container {
    float: left;
    margin-bottom: 20px;
}

.avVideo .avPlayerContainer .avPlayerBlock iframe, .avVideo .avPlayerContainer .avPlayerBlock object, .avVideo .avPlayerContainer .avPlayerBlock embed, .avVideo .avPlayerContainer .avPlayerBlock video, .avVideo .avPlayerContainer .avPlayerBlock > div {
    min-width: 300px !important;
}

#k2Container.itemListView.authors .itemContainer .catItemBody {
    border-bottom: none;
    border-top: medium none;
    float: left;
    padding-bottom: 0;
}

.contact #gkMainbodyTop .box.contact_details .left, .contact #gkMainbodyTop .box.contact_details .right {
    float: left;
    width: 100%;
}

.awDietMainImage {
	margin: 0 0 -30px;
}

#gkMainbody table.adminForm.user-details,
#gkMainbody table.adminForm.user-details tbody {
	width: 100% !important;
}

.register-page td {
	width: 100% !important;
	display: block;
}

@media (max-width: 570px) {
	.catProducts .product.vm-col {
		width: calc(100% - 30px);
		display:table;
		margin:0 auto;
		max-width:400px;
		float:none;
	}
}

@media (max-width: 550px) {
	
	.shop.category-view .browse-view h1 {
		float:none;
		margin:0 auto;
		display:table;
	}
	
	#k2Container.itemListView.e-vivliothiki .itemContainer {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.awDietMainImage {
		float: left;
		margin: 0 0 30px;
	}
}

@media (max-width: 470px) {
	.resultsTableItemValueContainer {
		-webkit-flex-direction: row;
		flex-direction: row;
        -webkit-justify-content: center;
        justify-content: center;
		width: 100%;
	}
    .resultsTableItemValueSeparator {
        display: block;
    }
    span.jwts_toggleControlContainer a.jwts_toggleControl {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
	
	.medNutritionMiddle .moduleItemImage {
		height: 200px;
		padding-right: 0;
		width: 100%;
	}
	.medNutritionMiddle .moduleItemExtra {
		float: right;
		width: 100%;
	}
	
	.medNutritionMiddle .moduleItemExtraFields {
		clear: none;
		float: right;
		position: relative;
		width: 100%;
	}
	#gkBottom2 .box.gkmod-1 .top3Item {
		width: 100%;
	}
	.box {
		padding: 0 10px;
		position: relative;
	}
	.awBanners.sidebar1 {
		padding: 0
	}
	.medNutritionMiddle .moduleCategoryReadMore {
		width: 80%;
	}
	.moduleAuthorImage > img {
		width: 60px;
	}
	.medNutritionMiddle .moduleCategoryName {
		margin-left: 5px;
	}
	.medNutritionMiddle .moduleCategoryReadMore {
		padding-left: 5px;
	}
	.medNutritionRelated .topItems {
		padding: 0;
	}
	#gkFooterNavLeft .custom.copyright > p {
		text-align:left;
	}
	#gkFooterNavLeft .custom.design-development {
			width:100%;
	}
	#gkFooterNavLeft .custom.design-development p {
		text-align: left;
		width: auto;
		clear:both;
	}
	#gkFooterNavLeft .credits.development {
		box-sizing: border-box;
		padding-left: 0;
	}
	#gkFooterNavLeft .AW_Social {
		clear: left;
		float: left;
		margin: 0 0 15px;
		width: auto;
		padding: 0;
	}
	#k2Container.itemView .itemTitle {
		font-size: 20px;
		line-height: 27px;
	}
	#k2Container.itemView .itemFullText .thumbView .sigProThumb {
		min-width: calc(50% - 10px);
	}
	#k2Container.itemView .itemHeader,
	#k2Container.itemView .itemImage,
	#k2Container.itemView .itemFullText {
		padding: 22px 10px 0;
	}
	#k2Container.itemView .authorimage,
	.aw_authors .author .authorimage {
		float: left;
		height: auto;
		padding-right: 0;
		width: 100%;
	}
	#k2Container.itemView .authorimage img,
	.aw_authors .author .authorimage img {
		display: block;
		float: left;
		margin: 0;
		width: auto;
		max-width: 120px !important;
	}
	
	#k2Container.itemView .authortitle,
	.aw_authors .author .authortitle {
		width: 100%;
	}
	#k2Container.itemView .authorintro,
	#k2Container.itemView .authorreadmore,
	.aw_authors .author .authorintro,
	.aw_authors .author .authorreadmore {
		width: 100%;
	}
	.box.application {
		padding: 0 10px 40px;
	}
	
	#k2Container.itemView.application .itemFullText > h1 {
		font-size: 20px;
	}
	#k2Container.itemView.application .itemHeader,
	#k2Container.itemView.application .itemFullText > h1,
	#k2Container.itemView.application .itemFullText p,
	.aw_bmi .fields,
	#k2Container.itemView.application .video,
	#k2Container.itemView .servings,
	#k2Container.itemView .ingredients,
	#k2Container.itemView .itemIntroTextContent,
	.contact #gkMainbodyTop .box.contact_details,
	.contact #gkMainbody,
	#k2Container.itemView.grafia .itemHeader,
	.itemView.grafia .office_details,
	#k2Container.itemView.grafia .itemAuthors li:last-child,
	.catProducts,
	.shop.category-view .browse-view,
	.product_details_right, .product_details_left,
	.eshop-front-page #gkMainbodyBottom,
	#k2Container.itemView.grafia .itemDateCreated-itemAuthor {
		padding-left:10px;
		padding-right:10px;
	}
	.itemView.grafia .office_social {
		float: left;
		margin-top: 15px;
		padding-left: 10px;
		padding-right: 0;
	}
	
	#k2Container.itemView .itemHeader .authorimage > img {
		display: table;
		float: none;
		margin: 0 auto;
	}
	#k2Container.itemView .itemTags {
		padding-left: 0;
		padding-top: 15px;
		width: 100%;
	}
	#k2Container.itemView .gda div:nth-child(5) {
		clear:none;
	}
	#k2Container.itemView .gda div:nth-child(4),
	#k2Container.itemView .gda div:nth-child(6) {
		clear:left;
	}
	#k2Container.itemListView.authors .itemContainer {
		width: 90%;
	}
	
	.itemView.author .office_social {
		float: left;
		margin-top: 17px;
		padding-left: 20px;
		padding-right: 0;
	}
	#gkCart {
		float: left;
		padding-top: 10px;
		width: auto;
		clear:left;
	}
	#gkCartCounter {
		padding-left: 0;
	}
	.catProducts .product.vm-col {
		width: 100%;
	}
	form#billToForm > ul > li, form#shipToForm > ul > li {
		width: 100%;
	}
	.rstboxes .rstbox.rstbox_center .acymailing_module_form {
		padding: 0 5%;
	}
	.rstboxes .rstbox.rstbox_center .acymailing_finaltext {
		font-size: 18px;
		font-weight: 500;
		padding: 15px 0 5px;
	}
	.newsletter-popup .rstbox-container::after{
		display:none;
	}

	#jform_captcha {
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		transform: scale(0.75);
		transform-origin: 0 center;
	}
	#gkMainbody table.adminForm.user-details,
	#gkMainbody table.adminForm.user-details tbody {
		width: auto !important;
	}
	.rsform .greyBox {
		padding: 15px 0px;
	}
}

@media (max-width: 420px) {
	#k2Container.itemListView .itemDateCreated-itemAuthor {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#k2Container.itemListView .catItemDateCreated {
		width: 100%
	}
	#k2Container.itemListView .separators {
		display: none;
	}
	#k2Container.itemListView .HeaderItemAuthors {
		margin: 14px 0 0;
		width: 100%;
	}
	.rsform .greyBox.formResponsive .formHorizontal .rsform-block .formControls .formBody input[type="submit"], .rsform.greyBox .downloadButton {
		font-size: 13px;
	}
}

@media (max-width: 400px) {
	.myMaps #gkMainbodyTop .locationmodule select {
		clear: left;
		margin-top: 10px;
	}
}

@media (max-width: 450px) {
	.item-page .itemAuthors .authorimage {
		float: left;
		height: auto;
		padding-right: 0;
		width: 100%;
	}
	.item-page .itemAuthors .authorimage img {
		display: block;
		float: left;
		margin: 0;
		max-width: 120px !important;
		width: auto;
	}
	.item-page .itemAuthors .authortitle {
		width: 100%;
	}
	.item-page .itemAuthors .authorintro,
	.item-page .itemAuthors .authorreadmore {
		width: 100%;
	}
}
@media (max-width: 420px) {
	.contentCategory .catItemsContainer .catItem .itemDateCreated-itemAuthor {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contentCategory .catItemsContainer .catItem .catItemDateCreated {
		width: 100%
	}
	.contentCategory .catItemsContainer .catItem .separators {
		display: none;
	}
	.contentCategory .catItemsContainer .catItem .HeaderItemAuthors {
		margin: 14px 0 0;
		width: 100%;
	}
	.onepageContentsItemImageInner {
		max-width: 120px;
	}
	.onepageContentsItemTitle {
		font-size: 14px;
	}
	.onepageContentsItemSecondaryTitle {
		font-size: 18px;
	}
}

