@import 'https://fonts.googleapis.com/css?family=Ubuntu:300,400';

body {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5em;
}

.menu {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 50px;
	background-color: rgba(117,180,50,1);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	line-height: 50px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
	z-index: 101;
}

.menu_text:link {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	padding: 7px 15px 7px 15px;
}

.menu_text:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menu_text:hover {
	color: #75b432;
	background-color: #FFFFFF;
}

.slider_title_wrap {
	position: absolute;
	width: 40%;
	height: auto;
	left: 50%;
	top: 40%;
	margin-left: -20%;
	background-color: rgba(0,0,0,0.40);
	text-align: center;
	border-radius: 10px;
	padding: 20px 0px 20px 0px;
}

.slider_title1 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 5px;
}

.slider_title2 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
}

.page {
	display: table;
	width: 900px;
	top: 0px; bottom: 0px; left:0px; right:0px;
	margin: 0 auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col2_1 {
	float: left;
	width: 50%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col2_2 {
	float: right;
	width: 50%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col3_1 {
	float: left;
	width: 33.3333%;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col3_2 {
	float: left;
	width: 33.3333%;
	padding-left: 7px;
	padding-right: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col3_3 {
	float: right;
	width: 33.3333%;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.title {
	font-size: 22px;
	color: #75b432;
}

.title2 {
	font-size: 16px;
	color: #75b432;
}

a:link {
	color: #75b432;
	text-decoration: none;
}

a:visited {
	color: #75b432;
	text-decoration: none;
}

a:hover {
	color: #75b432;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  color: #000000;
  margin-bottom: -15px;
}

.footer_wrap {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #75b432;
	margin-top: 20px;
}

.footer {
	width: 900px;
	height: 60px;
	line-height: 60px;
	top: 0px; bottom: 0px; left:0px; right:0px;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_left {
	width: 70%;
	text-align: left;
	float: left;
	font-size: 13px;
	color: #FFFFFF;
}

.footer_right {
	width :30%;
	text-align: right;
	float: right;
	font-size: 13px;
	color: #FFFFFF;
}

.form {
	font-size: 16px;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	width: 100%;
	background-color: #fff;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: thin solid #CCC;
	padding: 7px 10px 7px 10px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 0px 100px  #fff inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form:focus {
	outline:none;
    border-color: #75B432;
}

.button {
	background-color:#75B432;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	color:#ffffff;
	font-size: 15px;
	font-weight: 300;
	height: 34px;
	padding: 0px 15px 0px 15px;
	margin-top: 5px;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #75B432;
	cursor: pointer;
	font-weight: 400;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.button:hover {
	background-color:#8bd23f;
	border: 1px solid #8bd23f;
	color:#ffffff;
}

.button:active {
	position:relative;
	top:1px;
}

.photo {
	float: left;
	margin: 5px;
	border: 2px solid #75B432;
	width: 195px;
	height: auto;
	cursor: url(img/zoom.cur),auto;
}

.photo_text {
	float: left;
	margin: 5px 15px 10px 0px;
	border: 1px solid #75B432;
	width: 200px;
	height: auto;
}

.index_box {
	background-color: #F5F5F5;
	padding: 10px;
	text-align: center;
}

.index_photo {
	width: 100%;
	height: auto;
}

/* loader */
.loader_full {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #F5F5F5;
	background: url('img/loader.gif') 50% 50% no-repeat rgb(255,255,255);
	background-size: 150px 150px;
}

@media screen and (max-width: 910px) {
	
.page {
	width: 100%;
}

.footer {
	width: 100%;
}
	
}

@media screen and (max-width: 740px) {
	
.slider_title_wrap {
	width: 100%;
	left: 0;
	margin-left: 0;
	border-radius: 0px;
	padding: 7px 0px 7px 0px;
	background-color: rgba(0,0,0,0.35);
}

.slider_title1 {
	font-size: 20px;
	margin-bottom: 0px;
}

.slider_title2 {
	font-size: 16px;
}

.col2_1, .col2_2 {
	float: none;
	width: 100%;
	padding: 0px;
}

.col2_1 {
	margin-bottom: 30px;
}
	
}

@media screen and (max-width: 480px) {
	.slider_wrap {
		padding-top: 40px;
	}
	
	.menu {
	background-color: #75b432;
	height: 40px;
	line-height: 40px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

	.menu_text:link {
	font-size: 14px;
	font-weight: 300;
	padding-left: 5px;
	padding-right: 5px;
}

.footer {
	height: auto;
	line-height: 40px;
}

.footer_left {
	width: 100%;
	text-align: center;
	float: none;
}

.footer_right {
	width: 100%;
	text-align: center;
	float: none;
}

.photo {
	float: none;
	margin: 0px 0px 10px 0px;
	width: 100%;
	cursor: auto;
}

.photo_text {
	float: none;
	margin: 0px 0px 10px 0px;
	width: 100%;
}

.col3_1, .col3_2, .col3_3 {
	float: none;
	width: 100%;
	padding: 0px;
}

.col3_1, .col3_2 {
	margin-bottom: 30px;
}
	
}
