.og-grid .price {
	display: block;
	margin: 15px 0;
}
.or {
	background: none repeat scroll 0 0 #FFFFFF !important;
	border: 7px solid #DDDDDD;
	border-radius: 100px;
	color: #484848 !important;
	font-size: 14px !important;
	height: 22px;
	padding: 12px 9px 8px !important;
	text-align: center;
	text-transform: uppercase !important;
	width: 25px;
	position:relative;
	z-index:200;
	left:-5px;
}
.learn-more {
}
.addtocart {
	background: none repeat scroll 0 0 #FB6E52 !important;
	left: -10px;
	position: relative;
}

.addtocart_peq {
	background: none repeat scroll 0 0 #FB6E52 !important;
	padding: 4px 12px 4px 12px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	color: #fff;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
}
.addtocart_peq:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.addtocart_peq:visited {
	color: #fff;
}

.addtocart_med {
	background: none repeat scroll 0 0 #FB6E52 !important;
	padding: 4px 16px 4px 16px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
}
.addtocart_med:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.addtocart_med:visited {
	color: #fff;
}

.og-grid li:hover .overlay-grid {
	opacity:1;
}
.overlay-grid {
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	background: #999;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.overlay-grid i {
	color: #898989;
	font-size: 59px;
	left: -9px;
	position: relative;
	top: 58px;
}
.og-grid {
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.og-grid li {
	display: inline-block;
	height: 185px;
	margin: 10px 5px 0;
	vertical-align: top;
	max-height:685px;
}
.og-grid li > a, .og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
.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: -20px 0 0 -15px;
}
.og-expander {
	position: absolute;
	background: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
	max-height:490px;
}
.og-expander-inner {
	height: 100%;
	margin: 0 auto;
	padding: 50px 0;
	width: 1160px;
}
.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.og-close::before, .og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.og-close:hover::before, .og-close:hover::after {
	background: #333;
}
.og-fullimg {
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 35%;
}
.og-details {
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 60%;
}
.og-details {
	padding: 0 0 0 20px;
}
.og-fullimg {
	text-align: center;
}
.og-fullimg img {
	display: inline-block;
	/*max-height: 100%; GPJC*/
	max-height: 400px;
	max-width: 100%;
	border:1px solid #dadada;
}
.og-details h3 {
	color: #484848;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0;
	font-family: montserrat;
}
.og-details p {
	color: #898989;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}
.og-details a {
	background: none repeat scroll 0 0 #AC92EC;
	color: #FFFFFF;
	display: inline-block;
	font-family: montserrat;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 30px 0 0;
	outline: medium none;
	padding: 10px 40px;
	text-transform: uppercase;
}
.og-details a:hover {
	opacity:0.9;
}
.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: 830px) {
.og-expander h3 {
	font-size: 32px;
}
.og-expander p {
	font-size: 13px;
}
.og-expander a {
	font-size: 12px;
}
}
 @media screen and (max-width: 650px) {
.og-fullimg {
	display: none;
}
.og-details {
	float: none;
	width: 100%;
}
}
