﻿@import url('https://fonts.googleapis.com/css?family=Bitter');
/**
*** SELECTION OVERRIDE ***
*/
::selection {color:#f2f7f3;background:#7bbf78;}
::-moz-selection {color:#f2f7f3;background:#7bbf78;}

body{
	font-family:"Bitter", sans-serif;
	color: #f2f7f3;
	font-size:14px;
}
.ps-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-transform: uppercase;
	color: #f2f7f3;
	background: #1a2223;
}

.ps-container > div {
	position: absolute;
	width: 50%;
}

.ps-container > div > div,
.ps-slidewrapper > nav,
.ps-slides > div {
	position: absolute;
}

.ps-header {
	top: 0px;
	left: 0px;
	height: 100px;
	z-index: 1001;
	background:#1a2223;
	box-shadow:2px 3px 2px #000000;

}

.ps-header h1 {
	color: #f2f7f3;
	text-shadow:2px 3px 2px #000000;
	line-height: 40px;
	padding: 0 50px;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 10px;
	text-align:center;
}

.ps-contentwrapper {
	top: 90px;
	bottom: 0px;
	overflow: hidden;
	z-index: 1000;

}
.containerquarter{
	width:35%;
}
.ps-content {
	background: #26292E;
	width: 100%;
	height: 100%;
	padding: 20px;
	text-shadow:2px 3px 2px #000000;
}

.ps-content h2 {
	letter-spacing: 4px;
	margin: 0px 0 20px;
	text-align: center;
	font-weight: 700;
	font-size:20px;
	box-shadow:0px 1px 2px #f2f7f3;
	border-bottom:2px #f2f7f3 solid;
}
.headingback{
		background:#1a2223;
	color:#f3f7f2;
	width:auto;
	padding-top:10px;
	padding-bottom:10px;
	text-shadow:2px 3px 2px #000000;
}
.ps-content h3 {
	letter-spacing: 4px;
	margin: 0px 0 20px;
	text-align: left;
	font-weight: 700;
	font-size:16px;
	border-bottom:1px #1a2223 solid
}

.ps-content p {
 
	line-height: 21px;
	font-size: 12px;
	letter-spacing: 2px;
	word-spacing: 10px;
	padding: 10px 15px;
	font-weight: 400;
	text-align: justify;
}

.ps-content span.ps-price {
	float: left;
	margin: 10px;
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	color: #fff;
	background: #f7cfc6;
	background: rgba(247,197,185,0.8);
	font-size: 55px;
	font-weight: 200;
}

.ps-content a:last-child {
	font-size: 14px;
	font-weight: 700;
	color: #555;
	letter-spacing: 4px;
	float: right;
	border: 3px solid #555;
	padding: 3px;
	text-indent: 4px;
}

.no-touch .ps-content a:last-child:hover {
	color: #b2d79d;
	border-color: #b2d79d;
}

.ps-content a:last-child:before {
	content: '\53';
	font-family: 'icon';
	font-style: normal;
	font-weight: normal;
	speak: none;
	padding-right: 5px;
}

.ps-slidewrapper {
	right: 0px;
	top: 0px;
	height: 100%;
	overflow: hidden;
}

.ps-slides {
	top: 0px;
	bottom: 200px;
	width: 100%;
}

.ps-slides > div {
	width: 100%;
	height: 100%;

}

.ps-slidewrapper > nav {
	width: 100%;
	height: 200px;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
}

.ps-slidewrapper > nav > a {
	width: 50%;
	height: 100%;
	position: relative;
	float: right;
	box-shadow: inset 0 0 0 9999px rgba(26,128,23,0.8);
	outline: none;
}

.ps-slidewrapper > nav > a:first-child {
	box-shadow: inset 0 0 0 9999px rgba(67,186,63,0.8);
}

.no-touch .ps-slidewrapper > nav > a {
	-webkit-transition: box-shadow 0.4s ease-in-out;
	-moz-transition: box-shadow 0.4s ease-in-out;
	-ms-transition: box-shadow 0.4s ease-in-out;
	-o-transition: box-shadow 0.4s ease-in-out;
	transition: box-shadow 0.4s ease-in-out;
}

.no-touch .ps-slidewrapper > nav > a:hover {
	box-shadow: inset 0 0 0 9999px rgba(246,224,121,0.1);
}

.no-touch .ps-slidewrapper > nav > a:first-child:hover {
	box-shadow: inset 0 0 0 9999px rgba(67,186,63,0.1);
}

.ps-slidewrapper > nav > a:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -50px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

.ps-slidewrapper > nav > a:first-child:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: -80px 0 0 -50px;
}

.ps-slides > div,
.ps-slidewrapper > nav > a {
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

.ps-move {
	-webkit-transition: top 400ms ease-out;
	-moz-transition: top 400ms ease-out;
	-o-transition: top 400ms ease-out;
	-ms-transition: top 400ms ease-out;
	transition: top 400ms ease-out;
}

@media screen and (max-width: 860px) {

	.js .ps-container > div {
		width: 100%;
	}

	.js .ps-header {
		height: 50px;
	}

	.js .ps-header h1 {
		line-height: 50px;
		padding: 0px 20px;
		letter-spacing: 4px;
	}

	.js .ps-slides {
		bottom: 320px;
		top: 50px;
	}

	.js .ps-slidewrapper > nav {
		height: 100px;
	}

	.js .ps-contentwrapper {
		top: auto;
		height: 220px;
		bottom: 100px;
	}

	.js .ps-content {
		padding: 10px;
	}

	.js .ps-content h2 {
		border-right: none;
		font-size: 18px;
		margin: 10px 0;
		padding-top: 0;
	}

	.js .ps-content span.ps-price {
		font-size: 18px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-weight: 700;
		margin-bottom: 0;
	}

	.js .ps-content p {
		line-height: 20px;
		border: none;
		padding: 5px 10px;
		height: 80px;
		overflow-y: scroll;
	}

	.js .ps-content a:last-child {
		font-size: 13px;
		margin: 10px 20px 0 0;
	}
	
.ps-container h1{
	font-size:14px;
	padding-top:10px;
	margin-top:10px
}
}

#tableme {
    border-collapse: collapse;
    width: 100%;
   margin-left:5px;
   text-wrap:none;
   overflow:auto;
}

#tableme th {
	border-right:1px solid #FCFCFC;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #7BBF78;
    color: white;

}

table { 
  color: #333;
  font-family: 'Bitter', sans-serif;
  width: 660px;
  /* Table reset stuff */
  border-collapse: collapse; 
  border-spacing: 0; 
}
		
td, tr 
{
border-right: 0 none;
height: 30px; 
}
			
		
td 
{
background:#F3F7F2;
text-align: center; 
}

.prodoverflow
{
	overflow:auto
}

.containerhead
{
	height:33px;
	background:#1a2223;
	width:100%;
	float:none;
	color:#f3f7f2;
	text-align:center;
	margin:0 0 10px 0;
}

.btn {
  letter-spacing: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.btn:active{
	background:#40b801;
	color:#1a2223;
}
.btn.btn-primary {
  background: #1a8017;
  color: #f3f7f2;
  border-radius:4px;
  border: 2px solid f3f7f2 !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  color:#1a2223;
  background: #43B03F;
}
.btn:hover, .btn:active, .btn:focus {
  background: #43B03F!important;
  color: #f3f7f2;
  outline: none !important;
}
