﻿@import "menu.css";


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;

}
body{
	background-color:#c1e09d;
}
.container {
    margin-right: auto;
    margin-left: auto;

}
.green_grad1{
	background: rgba(71,122,43,1);
background: -moz-linear-gradient(top, rgba(71,122,43,1) 0%, rgba(124,173,91,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,122,43,1)), color-stop(100%, rgba(124,173,91,1)));
background: -webkit-linear-gradient(top, rgba(71,122,43,1) 0%, rgba(124,173,91,1) 100%);
background: -o-linear-gradient(top, rgba(71,122,43,1) 0%, rgba(124,173,91,1) 100%);
background: -ms-linear-gradient(top, rgba(71,122,43,1) 0%, rgba(124,173,91,1) 100%);
background: linear-gradient(to bottom, rgba(71,122,43,1) 0%, rgba(124,173,91,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477a2b', endColorstr='#7cad5b', GradientType=0 );
-webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);
box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);
}
.sdw{
	-webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);
box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);

}
.container {
    width: 998px;
}
.marTop1 {
    /* margin-top: 20px; */
    margin-top: 0px;
}
.marTop2 {
    margin-top: 25px;
}
.txt1 {
    font: 12px/20px 'Roboto', Arial, sans-serif;
    margin-top: 1px;
    color: #fff;
    padding: 4px 10px;

    float: right;
}
.wrapper, .wrapper-extra, .extra-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}
img {
    margin-bottom: 0px;
    max-width: 100%;
    height: auto;
}

#img1 {
    float: left;
    width: 200px;
    height: 180px;
    margin-right:15px;
}

#img2 {
    float: left;
    width: 400px;
    height: 280px;
    margin-right:15px;
}

#img3 {
    float: right;
    width: 250px;
    height: 350px;
    margin-right:25px;
}
.txt2 {
    font: bold 22px/30px 'Roboto', Arial, sans-serif;
    margin-top: -16px;
    color: #000;
    letter-spacing: 0px;
}
.fright{
	float:right;
}
p{
	line-height:28px;
	color:#565656;
}
.clear {
    clear: both;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin:0px;
   overflow: auto;

}
.menu_holder {


	min-height: 40px;
	border-top: thin solid #75a655;
}
.bg1 {
    background: #000;
	min-height: 40px;
}
a{
	text-decoration:none;
	color:#477a2b;
}
.grid_1 {
    width: 675px;
}
.grid_2 {
    width: 300px;
	margin-left: 20px;
}
.grid_3 {
    width: 900px;
}
.grid_4 {
    width: 995px;
}
.grid_5 {
    width: 300px;
}

[class*="grid_"] {
    float: left;
    min-height: 1px;

}
.block-1 {
    position: relative;
    /*overflow: hidden;*/
    /*box-shadow: 0 0 7px 0 #bababa;*/
    padding: 10px 10px 10px;
    margin: 25px 0 10px;
	border: thin solid #ddd;
	float:left;
	border-top: 5px solid #477a2b;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.block-2{
    position: relative;
    /*overflow: hidden;*/
	/*box-shadow: 0 0 7px 0 #bababa;*/
	border: thin solid #ddd;
	padding:10px 10px 10px 10px;
    margin: 25px 0 10px;
	float:right;
	border-top: 5px solid #c16622;
	height:400px;
	/*overflow:hidden;*/
	border-top-right-radius:5px;
	border-top-left-radius:5px;

}
.block-3{
    position: relative;
    /*overflow: hidden;*/
	/*box-shadow: 0 0 7px 0 #bababa;*/
	border: thin solid #ddd;
	padding:10px 10px 10px 10px;
    margin: 25px 0 10px;
	float:right;
	width:280px;

	border-top-right-radius:5px;
	border-top-left-radius:5px;

}
h2, h3, h4, h5, h6 {
    display: block;

    color: #ffffff;
    position: relative;
}
table {
	width:100%;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #565656;
	padding:6px;
	line-height:25px;
}
h4 {
    font-size: 18px;
    line-height: 37px;
    display: inline-block;

}
.block-1 h4 {
    margin-bottom: 6px;
}
.line{
	border-bottom:thin solid #bababa;
	border-bottom-style:dotted;
	padding: 5px 0px 5px 0px;
}
.title{
	/*color:#477a2b;*/
	color: #ffffff;
    background: #477a2b;
    padding: 1px 61px;
    border-radius: 5px;
    margin-top: -29px;
    /* top: -31px; */
    position: relative;
    /* float: left; */

}

ul.leaf {
	list-style-type: lower-greek;
list-style-image:url(../img/bullet.png);
padding:10px 10px 10px 30px;
color:#565656;
}
.il{
	padding:5px 5px 5px 5px;
	border-bottom:thin solid #dadada;
	line-height:26px;
}
.topmenu{
	background-color:#3b761a;
	height:107px;
	border-bottom: 1px solid #205900;
	border-top: 1px solid #205900;
}
.search{
	 display: inline-block;
    background: #fff;
    font-family: ProximaNova-Regular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #666;
    border: 0;
    margin-right: 0;
    padding: 2px 30px 2px 15px;
    -webkit-border-radius: 10px;
    border-radius: 20px;
    height: 25px;
    width: 170px;
    opacity: .75;
   outline: none;

}
.search:focus{
	 outline: none !important;
    border:1px solid #1a4900;

}
.btn {

    background: transparent url('../img/search-png-white-white-search-icon-transparent-background.png') center no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    text-indent: -999em;
    border: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    position: relative;
    top: 0;
    right: 30px;

}
.footer{
background-color:#373737;
border-top:thin solid #000;
height:30px;
}
.scrollup {
display:block;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 90px;
    display: none;
    text-indent: -9999px;
      background-size: 100% 100%;
    background:transparent url('../img/top.png') center no-repeat;

}
.quk_link{
	list-style-type:circle;
	padding-left:20px;
	color:#565656;
}
.quk_link  li a:hover{
	background-color:#3e769a;
	color:#fff;

}
.quk_link1{
	list-style-type:circle;
	padding-left:20px;
	color:#565656;
}
.quk_link1 li{
	line-height:25px;
}

.sdow2{
	-webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.75);
box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.75);}
.right_b {
	   /*background:transparent url('img/right.png');*/
	   background:#fff;
	   background-position: right top;
	   background-repeat: repeat-y;
	   overflow: hidden;
	   width:1044px;
	   margin:auto;
	   margin-top:3px;
	}
/*-------- Menu -----------*/


/*-------- Menu End -------*/
