/*/ MAIN - GENERAL/*/ 
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Main';
	font-size: 0.875em;
	color: #47474E;
	background: url("../images/bg.jpg");
	background-attachment: fixed;
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	overflow-y: scroll;
}
.wrapper {
	display: block;
	position: relative;
	max-width: 980px;
	margin: auto;
}
.clr {clear: both;}
img.clr {
	width: 100%;
	max-width: 100%;
}
.flt-l {float: left;}
.flt-r {float: right;}
.dsp-n {display: none;}
.hide-text {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -10;
}
fieldset {border: none;}
ul {list-style: none;}

/*/ MAIN - TITLE /*/
h1,
h2,
h3,
h4 {color: #5CA637;}
h1 {font-size: 2.000em;}
h2 {font-size: 2.250em;}
h3 {font-size: 1.571em;}
h4 {font-size: 1.429em;}

/*/ MAIN - LINKS & BUTTONS /*/ 
a {	
	color:#5ca637;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
	text-decoration: none;
}
a:hover {
	color:#B2D557;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
	text-decoration: none;
}
#back-top {
	position: fixed;
	right: 0;
	bottom: 0 !important;

}
.readmore {
	padding: 1px 10px;
	font-size: 0.786em;
	text-align: center;
	color: #FFF;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 1px;
	background-image: url("../images/gradient.jpg");

}
.readmore:hover {
	color: #F2F2F2;
	text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.15);
	background: #B2D557;
	background-image: none;
}

/*/ MAIN - FORMS /*/ 
textarea,
input[type="text"],
input[type="password"] {
	padding: 5px 4px 3px;
	border: 1px solid #CCC;
	border-radius: 3px;
	background-color: #FFF;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(178, 213, 87, 0.8);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
[type="submit"] {
	padding: 4px 10px 3px;
	font-size: 0.929em;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	background-image: url("../images/gradient.jpg");
	cursor: pointer;
}
[type="submit"]:hover {
	color: #F2F2F2;
	text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.15);
	background: #B2D557;
	background-image: none;
}

/*/ MAIN - HEADER /*/
#header {
	display: block;
	position: relative;
	clear: both;
	margin: 5px auto 0;
}
#header .search {
	display: inline-block;
	float: right;
}
#header .logo {display: inline-block;}
#header .logo img {
	position: absolute;
	top: 0px;
	left: 25px;
	height: 72px;

}
#header .logo h1 {
	display: table-cell;
	height: 55px;
	padding: 0 0 0 95px;
	line-height: 0;
	vertical-align: middle;
	font-family: 'Header';
	color: #47474E;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
	
}
#header .template {
	display: block;
	position: absolute;
	top: -5px;
	right: 0;
}
#header .template a {color: #47474E;}

/*/ MAIN - CONTENT /*/
#content {
	display: block;
	clear: both;
}
#main-block {
	display: table;
	margin: 0 0 10px;
	padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.09);
	border-radius: 5px;
    background-clip: padding-box;
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow:
		0px 1px 0px rgba(255, 255, 255, 0.9) inset,
		0px 0px 0px 1px rgba(255, 255, 255, 0.6) inset;	
}
#main-block .main-block-wrapper {
	padding: 7px 10px 0;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(245, 245, 245, 1);
}
#main-block .main-block-wrapper	#page-height {min-height:450px;}

/*/ MAIN - LEFT /*/ 
#left {
	display: inline-block;
	width: 150px;
	float: left;
	margin: 15px 0 0;
}

/*/ MAIN - FOOTER /*/
#footer {
	display: block;
	position: relative;
	margin: 5px 0 -17px;
	font-size: 0.800em;
}
#footer .design {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
}
#footer .raiting {
	display: block;
	font-size: 1.500em;
	text-align: center;
}
#footer .copyright {
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 0;
}
#footer .copyright a,
#footer .copyright:hover {color:#47474E;}
	