
/*
this eliminates the gap between li elements with images
*/
ul.og-grid { font-size:0; }


ul.page-numbers {
	list-style: none;
	margin: -0px 0px 0px 0px;
	text-align: center;
}

.page-numbers li {
	display: inline-block;
	margin:5px;
	width:10px;
	font-size:14px;
}
a.page-numbers{text-decoration:none;color:#444}

select.orderby{font-size:14px;width:250px;height:20px;border:none;margin-bottom:10px;}

div.status-publish .og-grid{padding-left:0px;;margin-top:15px;margin-left:-15px;}

.og-grid {
	list-style: none;
	margin: -0px 0px 0px 0px;
	text-align: left;
	width:100%;
	height:auto;
	padding-left:320px;
}

.og-grid li {
	display: inline-block;
	margin: 15px;
	margin-top:0px;
	margin-bottom:30px;
	vertical-align: top;
	width:210px;
	height: 210px;
	font-size:18px;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li > a{
	width:210px;height:210px;
	border:1px solid rgba(96,96,96,.1);
}

/*------------------------------------*\
   Toplevel
\*------------------------------------*/
body.one .og-grid li > div,
body.one .og-grid li > div img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
body.one .og-grid li > div{
	width:210px;height:210px;
	border:1px solid rgba(96,96,96,.1);
}

/*------------------------------------*\
   CATEGORY THUMB
\*------------------------------------*/
a.cat-thumb{
	position:absolute;top:0px;left:0px;
	width:210px;height:210px;
	padding-top:185px;

	text-transform:uppercase;
	font-size:14px;font-family: 'Exo', sans-serif;font-weight:400;color:#7e7e7e;
	text-decoration:none;

	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	background-repeat:no-repeat;background-size: 100% auto;background-position: 0% 0%;
}

a.cat-thumb:hover{
	position:absolute;left:-45px;right:45px;top:-10px;
	width:300px;
	height:300px;
	padding-top:265px;

	coloro:#000;

	z-index:1000;

	-webkit-box-shadow: 0 1px 11px 1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 11px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 11px 1px rgba(0, 0, 0, 0.12);

	background-color:#fff;

	-webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);

}

.cat-thumb-text{
	position:absolute;bottom:8px;
	width:100%;text-align:center;
	margin-left:10px;margin-right:10px;line-height:18px;
	width:92%;min-height:20px;text-align:center;
}
/*------------------------------------*\
\*------------------------------------*/


.product-thumnail{
	position:absolute;top:0px;left:0px;
	width:210px;height:210px;
	padding-top:184px;
	overflow:hidden;

	-webkit-transition: all 30ms linear;
	-moz-transition: all 30ms linear;
	-ms-transition: all 30ms linear;
	-o-transition: all 30ms linear;
	transition: all 30ms linear;

	z-index:0;
	background-repeat:no-repeat;background-size: 100% auto;background-position: 0% 0%;
}

.xsx{
	background-repeat:no-repeat;background-size: 100% auto;background-position: 0% 0%;
}
.with-hover:hover{
	top:-50px;	left:-50px;
	padding-top:255px;

	width:300px;height:380px;
	z-index:100;

	-webkit-box-shadow: 0 1px 11px 1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 11px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 11px 1px rgba(0, 0, 0, 0.12);

	background-color:#fff;

	-webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);

	background-size: 100% auto;background-position: 0px 0px;
}

.bordertop {border-top:0px solid transparent}

.with-hover:hover .innerthumb{
	position:absolute;bottom:12px;width:100%;/*background-color:rgba(256,256,256,.4);*/
}

.with-hover:hover .bordertop {
	border-top:1px solid #bbb;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.with-hover:hover .product-label2{
	margin-top:7px;
	color:#444;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
input[type="button"].more-button{
	margin-top:0px;
	width:120px;
	height:32px;
	border:1px solid #ccc;
	background:#bbb;
	color:#444;
	font-size:16px;
	font-family: 'Exo', sans-serif;font-weight:400;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);

	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
input[type="button"].more-button:hover{
	background:#ccc;
}
.product-thumnail:hover .more-button{
	margin-top:10px;
}
.more-wrapper{text-align:center;opacity:0.0}
.product-thumnail:hover .more-wrapper{
	opacity:1.0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
product-label3,.product-label2{
	margin-left:10px;margin-right:10px;
	color:#000;width:92%;min-height:20px;text-align:center;
	text-transform:uppercase;backgroundo:rgba(255,255,255,1.4)
}
.product-label2{font-size:14px;font-family: 'Exo', sans-serif;font-weight:400;color:#7e7e7e;}
.product-label3{font-size:14px;font-family: 'Ubuntu', sans-serif;font-weight:700;}

/* Arrow Up*/
.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	margin: -18px 0 0 -15px;
	/* make a greater angle*/
	border-right: 14px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 14px solid transparent;
	z-index:11;
}

.og-expander {
	position: absolute;
	top: auto;
	left: 335px;
	width: 100%;
	margin-top: 8px;
	text-align: left;
	height: 0;
	overflow: hidden;
	background:#fff;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 25px;
	height: 25px;
	top: -4px;
	right: 0px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	background:#fff;
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #fff;
}

.og-fullimg{
	width: 48%;
}

.og-details{
	width:52%;
}

.og-fullimg,
.og-details {
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.og-fullimg{border:1px solid rgba(96,96,96,.1);}

.og-details {
	padding: 0 20px 0 20px;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}


.og-details h3 {
    font-weight: 700;
    font-size: 24px;
    padding: 0px 0px 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Exo",sans-serif;
    color: #000;
}

.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #999;
}

.og-details a {
	font-size:14px;
	font-family: 'Exo', sans-serif;font-weight:400;
	font-family: 'Ubuntu', sans-serif;
	color: #000;
	letter-spacing: 2px;
	display: block;
	margin: 10px 0 0;
	text-decoration:none;
	outline: none;
	background: #d2d2d2;
	text-align:center;
	text-transform:uppercase;
}

.og-grid a.link-to-details{

}

.og-detailso a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 780px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }
	/* neu */
	.og-fullimg{display:none}
	.og-details{width:100%}
	.og-details{width:100%}

	.og-details table{width:100%;border:0px solid transparent}
	.og-details td{width:50%}
	.og-details{padding: 0 0px 0 0px;}
	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
}

@media screen and (max-width: 650px) {





}