@font-face {
  font-family: 'Gabriola';
  src: url('/assets/font/Gabriola.eot');
  src: url('/assets/font/Gabriola.eot?#iefix') format('embedded-opentype'),
       url('/assets/font/Gabriola.woff') format('woff'),
       url('/assets/font/Gabriola.ttf') format('truetype'),
       url('/assets/font/Gabriola.svg#Gabriola') format('svg');
	font-weight: normal;
}
html {
	font-size: 13px;
	color: #373737;
}
a {
	color: #076300;
}
a:hover, a.curent {
	color: #8FD600;
}
input[type=submit],
input[type=button],
button[type=submit],
button, .button{
    color: #2d2d2d;
    cursor: pointer;
    padding: 10px;
	font-size: 20px;
	color: white;
    text-align: center;
	background: #862723;
	border: none;
	border-bottom: 4px solid #6D1F1B;
}
input[type=submit]:hover,
input[type=button]:hover,
button[type=submit]:hover,
input[type=submit].active,
input[type=button].active,
button[type=submit].active,
button:hover,
button.active,
.button:hover,
.button.active {
	text-decoration: none;
	color: white;
	border-color: #93EF8B;
}
input[type=submit]:disabled,
input[type=button]:disabled,
button[type=submit]:disabled,
button:disabled,
button.disable{
	color: #ccc;
	cursor: default;
}
input[type=submit]:focus,
input[type=button]:focus,
button[type=submit]:focus,
button:focus, .button:focus {
	outline: none;
	-moz-outline: none;
}
input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=range],
input[type=number],
input[type=search],
input[type=file],
textarea,
select {
	border: 1px solid #ccc;
	padding-left: 3px;
    height: 30px;
    line-height: 30px;
box-shadow: 0 1px 5px #ccc inset;
-webkit-box-shadow: 0 1px 5px #ccc inset;
-moz-box-shadow: 0 1px 5px #ccc inset;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=range]:focus,
input[type=number]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
-webkit-box-shadow: 0 0 8px 0 #6ac400;
-moz-box-shadow: 0 0 8px 0 #6ac400;
box-shadow: 0 0 8px 0 #6ac400;	
}
label {
	cursor: pointer;
	line-height: 30px;
}
label.req:before {
    color: red;
    content: "*";
    padding: 0 3px 0 0;
}
textarea {
	height: auto;
	line-height: 17px;
	padding: 5px;
}
p {
	text-indent: 25px;
	margin: 7px 0;
}
article {
	float: right;
    height: 80%;
    margin: 7% 6% 0 0;
    overflow-x: hidden;
    padding: 0 20px 30px 0;
    position: relative;
    text-align: justify;
    width: 65%;
    z-index: 2;
}
section {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
	background-size: cover;
}
section:after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.75);
}
table th {
	text-align: center;
}
.article_title {
	text-align: center;
	font-size: 20px;
}
.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url("/assets/img/core/loader.gif") no-repeat scroll center center rgba(61,61,61,0.8);
	z-index: 1000;
	top: 0;
	left: 0;
	overflow: hidden;
	text-align: center;
}
.modal.done {
	background-image: none;
}
.modal .entry {
	overflow: hidden;
	position: relative;
	display: inline-block;
	text-align: left;
}
.modal .entry .form {
	overflow: hidden;
	padding: 15px;
	width: 370px;
}
.modal .entry .form p {
	float: none;
}
.modal .entry .form input {
	width: 98%;
}
.modal .entry .form textarea {
	width: 96%;
	height: 130px;
}
.modal .entry .form img {
	margin: 5px 0 0;
}
.modal img {
	display: block;
	margin: 5px auto 0;
	position: relative;
	max-height: 100%;
	max-width: 100%;
}
.modal .head {
	background: rgba(61,61,61,0.8);
	width: 100%;
	position: fixed;
	height: 50px;
	line-height: 50px;
	color: white;
	text-align: center;
	font-size: 22px;
	z-index: 1;
}
.modal .head span, .modal .head a {
	color: white;
    display: block;
}
.modal .head a {
	height: 50px;
    width: 50px;
	float: right;
    background-position: center center;
    background-repeat: no-repeat;
}
.modal .head a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.modal .head .next, .modal .head .prev, .modal .head .count {
	float: left;
}
.modal .head .close {
	background-image: url("/assets/img/core/close.png");
}
.modal .head .full {
	background-image: url("/assets/img/core/full.png");
}
.modal .head .small {
	background-image: url("/assets/img/core/small.png");
}
.modal .head .next {
	background-image: url("/assets/img/core/next.png");
}
.modal .head .prev {
	background-image: url("/assets/img/core/prev.png");
}
.modal .head .count {
	width: 100px;
}
a[rel] {
	display: inline-block;
	text-indent: 40px;
	line-height: 32px;
	background-repeat: no-repeat;
	background-position: left center;
}
a[rel=pdf] {
	background-image: url("/assets/img/core/32/pdf.png");
}
a[rel=zip] {
	background-image: url("/assets/img/core/32/zip.png");
}
a[rel=cdr] {
	background-image: url("/assets/img/core/32/cdr.png");
}
.hide {
	display: none !important;
}
.error {
	border-color: red;
}
.form {
	background: #ededed;
    border: 1px solid #862723;
	position: relative;
}
.form p {
	float: left;
	clear: left;
	text-indent: 0;
	margin: 5px 0;
}
.form img {
	cursor: pointer;
	margin-top: 5px;
}
.form textarea {
	resize: none;
}
.form .msg {
	display: none;
	overflow: hidden;
}
.form .msg p {
	line-height: 30px;
	margin: 15px auto;
	text-align: center;
	float: none;
	width: 90%;
	padding: 1%;
}
.form .msg.success p {
	background: rgba(7,99,0,0.2);
	color: #076300;
    font-family: "ImpactFE";
	font-size: 20px;
	border: 1px solid #076300;
}
.form .msg.success p b {
	display: block;
	font-weight: normal;
	font-size: 25px;
}
.form .msg.success .empty {
	display: none;
}
.form .msg.warning, .form .msg .empty {
	color: red;
	border: 1px solid red;
	background: rgba(255,0,0,0.1);
}
.form .close {
	background: url("/assets/img/core/close_b.png") no-repeat center center transparent;
	width: 50px;
	height: 50px;
	float: right;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.cow {
	bottom: 0;
    display: block;
    position: absolute;
    z-index: 1000;
	width: 30%;
}
.blog p {
	font-size: 17px;
}
.price {
	padding: 20px;
	background: white;
}