* {
	margin: 0;
20;0;0; 	padding: 0;
	outline: 0;
}

body, html { height: 100%; }

body {
	font-size: 13px;
	line-height: normal;
	font-family: 'Noto Sans', sans-serif;
	color: #828282;
	background: url(images/body.png) repeat 0 0;
	min-width: 100%;
}

/*font-family: 'Ubuntu', sans-serif;*/
/*font-family: 'PT Sans Narrow', sans-serif;*/

a {
	color: #2d5900;
	text-decoration: none;
	cursor: pointer;
}
a:hover { text-decoration: none; }
a img { border: 0; }
a.more { color: #2b9208; text-decoration: underline; padding-left: 11px; background: url(images/arr-ico.png) no-repeat 0 5px; }
a.more:hover { text-decoration: none;  }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.cll { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; border-top:1px solid #e2d8c0; padding-bottom:20px; }
.clll { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; border-top:1px solid #e2d8c0; margin:10px 10px 10px 10px; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.underline { text-decoration:underline; }

article, aside, details, footer, header, menu, nav, section { display: block; }

.shell { width: 990px; margin: 0 auto; }
.container { background: #fff; box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -o-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ;  }
#header {
	height: 80px;
	padding-top: 21px;
	padding-left: 33px;
	padding-right: 17px;
}
#logo { width: 145px; float: left; font-size: 0; line-height: 0;}
#logo a { height: 63px; display: block; background: url(../images/logo.png) no-repeat 0 0;  text-indent: -4000px; }


.contact-info {
	word-wrap: break-word;
	line-height: 22px;
}

#header .contact-info {
	float: right;	
	margin-top: 11px;
}

#header .contact-info p {
	float: right;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 20px;
	margin-bottom: 0;
}

#header .contact-info .email {
	background-image: url(../images/contact/mail.png);
	padding-left: 21px;
	font-size:13px;
}

#header .contact-info .phone {
	background-image: url(../images/contact/phone.png);
	padding-left: 22px;
}
#header .contact-info .flag {
	float:right;
	margin-left: 20px;
	margin-right:10px;
}

.search { float: right; }
.search input.field { border: 1px solid #d6d6d6; background: #ededed; width: 166px; height: 24px; line-height: 22px;  padding: 0px 10px; float: left; font-size: 11px; font-family: verdana, arial, helvetica, serif;  color: #bebebe;  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;}
.search input.search-btn { width: 22px; height: 26px; margin-left: 3px;  border: 0; cursor: pointer; background: url(images/search-btn.png) no-repeat 0 0; float: left; font-size: 0; line-height: 0; text-indent: -4000px;  }

#navigation { 
	height: 42px; padding-top: 4px; 
	font-family: 'Noto Sans', sans-serif; 
	font-weight: 700; 
	background: url(images/navigation.png) repeat-x 0 0; 
	box-shadow: 0px -1px 2px rgba(0,0,0,0.1); 
	-moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.1); 
	-o-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);  
}
#navigation ul { list-style: none; list-style-position: outside; }
#navigation ul li { float: left; padding-right: 2px; line-height: 42px; background: url(images/nav-border.png) no-repeat right 0;  font-size: 14px; text-transform: uppercase; }
#navigation ul li a { display: block; padding: 0 42px 0 42px; color: #878787;  }
#navigation ul li a:hover,
#navigation ul li.active a  { text-decoration: none; color: #2b9208; }
#navigation ul li.first a { padding-left: 42px; }
#navigation ul li.last { background:none; }
#navigation a.nav-btn { display: none; }

/*Dropdown menu*/

#navi { 
	height: 42px; padding-top: 4px; 
	font-family: 'Noto Sans', sans-serif; 
	font-weight: 700; 
	background: url(images/navigation.png) repeat-x 0 0; 
	box-shadow: 0px -1px 2px rgba(0,0,0,0.1); 
	-moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.1); 
	-o-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);  
}
		
#navi ul ul {
	display: none;
}

#navi ul li:hover > ul {
	display: block;
}


#navi ul {
	padding: 0; 
	list-style: none;
	position: relative;
	display: inline-table;
	text-transform:uppercase; 
}
#navi ul:after {
	content: ""; clear: both; display: block;
}

#navi ul li {
	float: left;
	padding-right: 2px;
	line-height:42px;
	background: url(images/nav-border.png) no-repeat right 0;  
	font-size: 14px; 
	text-transform: uppercase; 
}
	
#navi ul li.last { background:none; }

#navi ul li.active a  { text-decoration: none; color: #2b9208; }
	
#navi ul li:hover {
			 
}
#navi ul li:hover a {
	color: #2b9208;
}
		
#navi ul li a {
	display: block; padding: 0px 49px;
	color: #757575; text-decoration: none;
}
			
#navi ul ul {
	background: #efefef; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	z-index:99999;
}

#navi ul ul li {
	float: none; 
	box-shadow: 0px -1px 2px rgba(0,0,0,0.1); 
	text-align:left;
	line-height:20px;
	font-size:14px;
	text-transform:none;
	background:none;
}

#navi ul ul li a {
	padding: 5px 40px;
}

	
#navi ul ul li a:hover {
	color: #2b9208;
}


.slider-holder { position: relative; z-index: 5; }
.slider-holder span.slider-b { background: url(images/slider-bottom.png) no-repeat 0 0;  width: 990px; height: 30px; position: absolute; bottom: 0px; left: 0px; z-index: 100;}
.slider-holder span.slider-shadow { background: url(images/slider-shadow.png) no-repeat 0 0;  width: 990px; height: 13px; position: absolute; top: 0px; left: 0px; z-index: 100; display: block; }
.slider { width: 990px;  height: 310px; position: relative;  background: url(images/slide-imgb.png) no-repeat 0 0;}
.slider-slim { width: 990px;  height: 150px; position: relative;  background: url(images/slide-imgc.png) no-repeat 0 0;}
.slider-slim .slider-text { padding:25px 0 0 34px; }
.slider-slim h2 { font-size: 36px; line-height: 44px; padding-bottom: 16px; color: #fff; text-shadow: rgba(0,0,0,0.4) 0px 1px 2px; font-family: 'Noto Sans', sans-serif; font-weight: 700; }
.slider-slim p { color: #fff; font-size: 14px; padding-bottom: 22px; }
.slider ul.slides { list-style: none; list-style-position: outside; }
.slider ul.slides li { width: 990px; height: 310px; float: left; position: relative; overflow: hidden; }

.slider ul.slides li .img-holder { width: 741px; height: 347px; position: absolute; bottom: 0px; right: 0px; }
.slider ul.slides li .img-holder img { width: 741px; height: 347px; }

.slider ul.slides li .slide-cnt { width: 410px; padding: 15px 0 0 34px; position: absolute; left: 0; top: 15px; }
.slider ul.slides li .slide-cnt h2 { font-size: 44px; line-height: 44px; padding-bottom: 16px; color: #fff; text-shadow: rgba(0,0,0,0.4) 0px 1px 2px; font-family: 'Noto Sans', sans-serif; font-weight: 700; }
.slider ul.slides li .slide-cnt p { color: #fff; font-size: 14px; padding-bottom: 22px; }
.slider ul.slides li .slide-cnt a.grey-btn { background: url(images/grey-btn.png) no-repeat 0 0; width: 186px; height: 45px; text-align: center; line-height: 40px; display: block; font-weight: bold; font-size: 18px;  color: #636363; text-shadow: rgba(255,255,255,0.4) 0px 1px 0px; }
.slider ul.slides li .slide-cnt a.grey-btn:hover { background-position: 0 -47px; text-decoration: none; }
.flex-control-nav { left: 480px; }
.main a.m-btn-grey { display: none; }

.main { padding: 47px 0px 0px;  background: url(images/main.png) repeat-x 0 0; }
.main p { text-align:justify; }
.main h1 { font-size: 18px; color: #2d5900; line-height: 22px; padding-bottom: 8px; font-family: 'Noto Sans', sans-serif; font-weight: 500; }
.main h2 { font-size: 22px; color: #2d5900; line-height: 22px; padding-bottom: 8px; font-family: 'Noto Sans', sans-serif; font-weight: 500; }
.main h3 { font-size: 16px; color: #2d5900; line-height: 22px; padding-bottom: 8px; font-family: 'Noto Sans', sans-serif; font-weight: 500; }
.main h5 { font-size: 13px; color: #828282; line-height: 14px; padding-bottom: 8px; font-family: 'Noto Sans', sans-serif; font-weight: 700;  }
.main h3 a { font-size: 16px; color: #2d5900; text-decoration:none;  }
.main h4 { text-align:center; font-size: 16px; color: #2d5900; line-height: 22px; padding-bottom: 8px; font-family: 'Noto Sans', sans-serif; font-weight: 500;  }
/*.main section { clear: both; background: url(images/section-shadow.png) no-repeat center bottom; padding: 0 20px 60px; }*/
.main ul { list-style: none; list-style-position: outside; }
.main ul li { padding-bottom: 6px; padding-left: 10px; background: url(images/arr-ico.png) no-repeat 0 5px; }
.main ul li a { color: #2b9208; text-decoration: underline; } 
.main ul li a:hover { text-decoration: none; } 

.main .colss { padding-left: 0; padding-right: 0; margin-left:20px; clear: both; background: url(images/section-shadow.png) no-repeat center bottom; padding: 0 0 60px; }
.main .cols { padding-left: 0; padding-right: 0; padding-bottom:40px; margin-left:20px; }
.main .cols .col { width: 314px; float: left; }
.main .cols .col:after { content:''; width: 100%; clear: both; }
.main .cols .col + .col { padding-left: 20px; }
.main .cols .col img { float: left; width: 129px; height: 108px;  }
.main .cols .col-cnt { width: 183px; float: right; }

.main .post  { background: url(images/cols-shadow.png) no-repeat 0 bottom; padding-top: 28px; padding-left: 40px; padding-bottom:40px;  }
.main .post .video-holder { width: 435px; height: 245px; float: left; margin-right: 20px; }
.main .post h2 { padding-bottom: 15px; }
.main .post p { padding-bottom: 8px; }
.main .post p strong { display: block; }
.main .post-cnt { float: right; width: 475px; }

.main .testimonial { padding-top: 20px; padding-bottom: 20px;  text-align: center; background: transparent; }
.main .testimonial strong.quote { font-size: 28px; font-family: georgia ,arial, helvetica, serif; position: relative; top: 10px; left: -6px; }
.testimonial h2 { padding-bottom: 12px; }
.testimonial p { padding-bottom: 6px; }
.testimonial p.author { text-align: right; padding-right:170px; }

.socials { background: url(images/socials-bg.png) repeat-x 0 0;  height: 49px;  }
.socials-inner { background: url(images/socials-inner.png) repeat-x 0 0; padding-left: 158px;}
.socials h3 { float: left; font-size: 18px; line-height: 49px; padding-right: 19px; padding-bottom: 0; font-family: 'Noto Sans', sans-serif; font-weight: 500;  }
.socials ul { list-style: none; list-style-position: outside; line-height: 49px;  }
.socials ul li { font-size: 11px; padding-right: 18px;  color: #7c7c7c; background: transparent; text-transform: uppercase; float: left; }
.socials ul li a { color: #7c7c7c; text-decoration: none; display: block; padding-left: 28px; position: relative;  }
.socials ul li a span { background: url(images/socials.png) no-repeat 0 0; position: absolute; width: 20px; height: 20px; top: 13px; left: 0; }
.socials ul li a:hover { color: #333; }

.socials ul li a.facebook-ico span { background-position: 0 0; }
.socials ul li a.twitter-ico span { background-position: -22px 0; }
.socials ul li a.rss-feed-ico span { background-position: -44px 0; }
.socials ul li a.myspace-ico span { background-position: -67px 0; }
.socials ul li a.john-doe-123-ico span { background-position: -89px 0; }

#footer { background: url(images/footer-cols.png) repeat 0 0; }
#footer h2 { font-size: 23px; color: #fff; font-family: 'Noto Sans', sans-serif; font-weight: 400; padding-bottom: 18px;  }
.footer-cols { padding: 46px 24px; background: url(images/footer-lights.png) no-repeat center 0px; }
.footer-cols .col { float: left; width: 195px; }
.footer-cols .col + .col { padding-left: 54px;  }
.footer-cols .col ul { list-style: none; list-style-position: outside; }
.footer-cols .col ul li { color: #7dc33a; font-size: 16px;  padding-bottom: 4px; background: url(images/arr-footer-col.png) no-repeat 0 8px; padding-left: 9px;  }
.footer-cols .col ul li a { color: #7dc33a; }

.footer-bottom { background: url(images/footer-bottom.png) repeat 0 0; height: 48px; padding-top: 24px; padding: 24px 30px 0 20px; border-top: 1px solid #262c2c;  }
.footer-bottom .footer-nav { float: left; line-height: 11px; padding-top:5px;  }
.footer-bottom .footer-nav ul { list-style: none; list-style-position: outside; }
.footer-bottom .footer-nav ul li { display: inline;  font-size: 11px; color: #9e9e9e; border-left: 1px solid #1a1f20; padding: 0 11px; }
.footer-bottom .footer-nav ul li.first { padding-left: 0; border: 0;  }
.footer-bottom .footer-nav ul li a { color: #5f6261; }
.footer-bottom .footer-nav ul li a:hover,
.footer-bottom .footer-nav ul li.active a { color: #9e9e9e; text-decoration: none; }

.footer-bottom p.copy { float: right; line-height: 11px; font-size: 11px; color: #5f6261; }
.footer-bottom p.copy span { padding: 0  11px;  }
.footer-bottom p.copy a { color: #2b9208; text-decoration: underline; }
.footer-bottom p.copy a:hover { text-decoration: none; }
.footer-bottom p.copy strong { font-weight: normal; }

/* #Media Queries
================================================== */

/* ipad portrait */
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
	body { width: 768px; }
	.shell { width: 748px; }
	#navigation ul li a { padding: 0 22px;  }
	#navigation ul li.first a { padding-left: 26px; }
	
	.slider-holder { position: relative; }
	.slider-holder span.slider-b { background: url(images/t-slider-bottom.png) no-repeat 0 0;  width: 748px; height: 30px; position: absolute; bottom: -13px; left: 0px; z-index: 100;}
	.slider-holder span.slider-shadow { background: transparent; display: none;  }
	.flex-control-nav { left: 346px; }

	.slider { width: 748px; height: 292px; position: relative; background: url(images/t-slide-img.png) no-repeat 0 0;}
	.slider ul.slides { list-style: none; list-style-position: outside; }
	.slider ul.slides li { width: 748px  !important; height: 292px; float: left; position: relative; }

	.slider ul.slides li .img-holder { width: 537px; height: 266px; position: absolute; bottom: 0px; right: 0px; }
	.slider ul.slides li .img-holder img { width: 537px  !important; height: 266px  !important; }

	.slider ul.slides li .slide-cnt { width: 320px; padding: 0px 0 0 34px; }
	.slider ul.slides li .box-cnt { width: 285px; }
	.slider ul.slides li .slide-cnt h2 { font-size: 40px; line-height: 40px; padding-bottom: 16px; color: #fff; text-shadow: rgba(0,0,0,0.4) 0px 1px 2px; font-family: 'Noto Sans', sans-serif; font-weight: 700; }
	
	.main { padding: 47px 0 0 0;  }
	.main section { background: url(images/t-section-shadow.png) no-repeat center bottom; padding-left: 20px; padding-right: 20px;  }
	.main .cols { margin: 0 0 0 0; padding-left: 30px; padding-right: 22px;   }
	.main .cols .col { width: 188px; }
	.main .cols .col img { float: none; display: block; margin: 0 auto;  }
	.main .cols .col + .col { padding-left: 66px; }
	.main .cols .col-cnt {text-align: center; }

	.main .testimonial { background: transparent; }
	.main .post { background: url(images/t-section-post.png) no-repeat center bottom; padding-left: 20px ;  }
	.main .post .video-holder { width: 435px; height: 245px; float: none; display: block;  margin-right: 0px; margin-bottom: 20px;  }
	.main .post-cnt { float: none; display: block;  width: 100%; }

	.socials-inner { padding-left: 70px; }
	.footer-bottom { height: 58px; }
	.footer-cols { padding-left: 40px; }
	.footer-cols .col { width: 150px; }
	.footer-cols .col + .col { padding-left: 28px; }
	.footer-cols .col ul li { font-size: 12px; }

	.footer-bottom .footer-nav { float: none; display: block; text-align: center; padding-bottom: 18px;  }
	.footer-bottom p.copy { float: none; display: block; text-align: center;  }
}

	
@media only screen and ( max-width: 767px) {
	body { width: auto; }
	.shell { width: 320px; margin: 0 auto;  }
	#header { position: relative; z-index: 1000; padding-left: 0; padding-right: 0;  }
	#logo { float: none; display: block; margin: 0 auto; padding: 0 0 0 0;  }
	.search { display: none; }

	#navigation { padding: 0 0 0 0; height: 36px; }
	#navigation a.nav-btn { display: block; font-size: 13px; line-height: 36px;  padding-top: 0px; height: 28px; padding-left: 22px; text-transform: uppercase; color: #2b9208; font-size: 13px; font-family: 'Noto Sans', sans-serif; font-weight: 700; }
	#navigation a.nav-btn:hover { text-decoration: none; }
	#navigation a.nav-btn span.arr { background: url(images/nav-arr.png) no-repeat 0 0; width: 13px; height: 9px; position: absolute; right: 14px; top: 12px; }
	#navigation a.nav-btn span.arr.active { background: url(images/nav-arr.png) no-repeat 0 bottom; }

	#navigation { position: relative; z-index: 1000; }
	#navigation ul { display: none; position: absolute; top: 36px; left: 0;  width: 100%;}
	#navigation ul li { display: block; line-height: 36px !important; float: none; background: url(images/navigation.png) repeat 0 0;  }
	#navigation ul li a { padding: 0 22px; }
	#navigation ul li.first a { padding-left: 26px; display: none; }

	.m-slider { background: #f3f3f3;  }
	.slider-holder { position: relative; margin: 0 auto; width: 310px; }
	.slider-holder span.slider-b { background: url(images/m-slider-bottom.png) no-repeat 0 0; width: 310px; height: 12px; position: absolute; bottom: -3px; left: 0px; z-index: 100;}
	.slider-holder span.slider-shadow { background: transparent; display: none; }
	.flex-control-nav { left: 130px; }

	.slider { width: 310px; height: 181px; overflow: hidden; position: relative; background: url(images/m-slide-img.png) no-repeat 0 0;}
	.slider ul.slides li { width: 310px !important; height: 181px !important; float: none; }

	.slider ul.slides li .img-holder { width: 250px  !important; height: 134px  !important; bottom: -10px !important; left: 50%; margin-left: -145px;  }
	.slider ul.slides li .img-holder img { width: 250px  !important; height: 134px !important; }

	.slider ul.slides li .slide-cnt { width: 300px; margin: 0 auto;  padding: 0px 0 0 0px; }
	.slider ul.slides li .box-cnt { display: none; }
	.slider ul.slides li .slide-cnt h2 {
	font-size: 22px;
	text-align: center;
	line-height: 25px;
	padding-bottom: 16px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.4) 0px 1px 2px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 900;
}
	.slider ul.slides li .slide-cnt a.grey-btn { display: none;  }

	.main { padding: 40px 0 0 0; }
	.main section { background: url(images/m-section-shadow.png) no-repeat center bottom; padding: 0 20px 20px 20px; }
	.main .cols { margin: 0 0 0 0; }
	.main .cols .col { width: 188px; float: none; display: block; padding-bottom: 22px; margin: 0 auto; }
	.main .cols .col img { float: none; display: block; margin: 0 auto; }
	.main .cols .col + .col { padding-left: 0px; }
	.main .cols .col-cnt { text-align: center; float: none; display: block;  }
	.main a.m-btn-grey { display: block; background: url(images/m-btn-grey.png) repeat-x 0 0; margin: 0 10px 14px;  height: 39px; text-align: center; line-height: 39px; border: 1px solid #9e9f9f; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; display: block; font-weight: bold; font-size: 18px;  color: #636363; text-shadow: rgba(255,255,255,0.4) 0px 1px 0px; }
	.main a.m-btn-grey:hover { background-position: 0 bottom; text-decoration: none; }

	.main .post  { background: url(images/m-section-post.png) no-repeat center bottom; padding-top: 28px; padding-left: 20px;   }
	.main .post .video-holder { width: 280px; height: 162px; float: none; display: block;  margin: 0 auto 20px;  }
	.main .post .video-holder img { width: 280px; height: 162px; }
	.main .post-cnt { float: none; display: block;  width: 100%; }
	.main .post-cnt p strong { display: block; padding-bottom: 12px; }

	.testimonial h2 { font-size: 21px; }
	.testimonial p.author { text-align: center; }

	.socials { background: url(images/socials-bg.png) repeat-x 0 0;  padding-bottom: 20px;  height: 100%; }
	.socials-inner { padding-left: 10px; }
	.socials h3 { float: none; display: block; }
	.socials ul li { display: block; float: none; line-height: 30px;  }
	.socials ul li a { display: block; float: none; }
	.socials ul li a span { top: 4px; }

	#footer h2 { padding-bottom: 12px; }
	.footer-cols { padding-left: 10px; padding-right: 0; padding-bottom: 0; }
	.footer-cols .col { width: 150px; float: none; display: block; padding-bottom: 22px; }
	.footer-cols .col + .col { padding-left: 0px; }
	.footer-cols .col ul li { font-size: 12px; }

	.footer-bottom { height: 58px; }
	.footer-bottom { padding: 10px 9px 20px; height: 100%; }

	.footer-bottom .footer-nav { float: none; display: block; text-align: center; padding: 0 0px 18px; }
	.footer-bottom .footer-nav ul li { padding: 0 4px; border: 0; font-size: 10px !important;  }

	.footer-bottom p.copy { float: none; display: block; text-align: center;  }
	.footer-bottom p.copy strong { display: block;  padding-top: 10px; }
	.footer-bottom p.copy span { display: none; }
}

@media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi)  { 

	#navigation a.nav-btn span.arr { background: url(images/nav-arr@2x.png) no-repeat 0 0; -webkit-background-size: 13px 18px; -moz-background-size: 13px 18px; background-size: 13px 18px; }
	#navigation a.nav-btn span.arr.active { background: url(images/nav-arr@2x.png) no-repeat 0 bottom; -webkit-background-size: 13px 18px; -moz-background-size: 13px 18px; background-size: 13px 18px; }

	#logo a { background: url(images/logo@2x.png) no-repeat 0 0; -webkit-background-size: 81px 33px; -moz-background-size: 81px 33px; background-size: 81px 33px;  }
}




#content {
	border-radius: 6px;
	margin: auto;
	margin-top: 3px;
	padding: 0 0 0 13px;
	width: 962px;
	text-align: justify;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

#footer {
	height: 60px;
	background: url(../images/footer_bg.png) repeat-x;
}

#footermenu {
	list-style: none;
	width: 600px;
	margin: auto;
}

#footermenu li {
	float: left;
	width: 100px;
	text-align: center;
	margin-top: 12px;
}

#footermenu li a {
	color: #fff;
	text-decoration: none;
}

#mainContent {
	float: left;
	width: 755px;
	margin-right: 5px;
}

#bannerContent {
	float: left;
	width: 184px;
	padding-top: 13px;
}

/*contentBox*/

.contentBox {
	width: 365px;
	float: left;
	margin-right: 6px;
	padding-bottom: 80px;
	height: 100px;

}

.contentBox img {
	border: 1px solid #fff;
	float: left;
	width: 103px;
	margin: 10px 20px 10px 10px;
	-moz-box-shadow: 0px 0px 4px #787878;
	-webkit-box-shadow: 0px 0px 4px #787878;
	box-shadow: 0px 0px 4px #787878;
}


.contentBox h2 {
	font-size: 15px;
	font-family: arial;
	margin: 6px 3px 0 0;
	padding: 0;
	line-height: 30px;
	color: #4d7f33;
	font-family: "arial_narrowregular";
	font-weight: normal;
	text-transform: uppercase;
}

.allasajanlat{
	font-size: 15px;
	font-family: arial;
	margin: 6px 3px 0 0;
	padding: 0;
	line-height: 28px;
	color: #196735;
	font-family: "arial_narrowregular";
	font-weight: normal;
	text-transform: uppercase;
	display:block;
	background:#fff;
	margin: 10px 20px 10px 10px;
	-moz-box-shadow: 0px 0px 4px #787878;
	-webkit-box-shadow: 0px 0px 4px #787878;
	box-shadow: 0px 0px 4px #787878;
	border-radius: 6px;
	-moz-border-radius: 6px;
	padding-left:10px;
	border:1px solid rgb(206, 225, 199);
	border-bottom: 2px solid rgb(206, 225, 199);
}

.contentBox p {
	margin: 0 3px 10px 0;
	font-size: 12px;
	line-height: 15px;
	font-family: tahoma;
	text-align: justify;
}

.boxContent {
	float: left;
	width: 230px;
}

/*----------*/


.line {
	border-right: 1px solid #fff;
	border-left: 1px solid #99c185;
	height: 100px;
	float: left;
	margin: 0 5px;
}

.h2 {
	font-size: 14px;
	color: #4d7f33;
}

#newBox {
	margin-top: 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #fff;
	border: 1px solid #adda9c;
}


/*
	global contentContent text&image style
*/

#contentContent {
	width: 710px;
	font-size: 12px;
	font-family: tahoma;
	line-height: 18px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 5px 20px 10px 20px;
}

#contentContent img {
	border: 1px solid #cee1c7;
	padding: 3px;
	background-color: #fff;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 20px;
}

#contentContent ul {
	list-style-type: circle;
	text-align: justify;
	width: 660px;
}

#contentContent b {
	font-family: "arial_narrowregular";
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #196735;
	text-shadow: 1px 1px #fff;
}

#contentContent h2 {
	background-color: #fff;
	padding: 5px 10px;
	font-family: "arial_narrowregular";
	color: #196735;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #cee1c7;
	border-bottom: 2px solid #cee1c7;
}

#contentContent h2 span {
	margin-left: 15px;
	font-size: 12px;
	color: #000;
	font-family: tahoma;
	font-weight: normal;
	text-transform: none;
}

/*---------*/
.szolgBox h2 {
	font-weight: normal;
	text-transform: uppercase;
}

.szolgBox img {
	margin-top: 0px;
}

.szolgboxContent {
	width: 520px;
}

.szolgboxContent p {
	padding: 0;
	margin: 0;
}

/*--------*/

.rolunkBox, .box {
	background-color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #adda9c;
	border-bottom: 2px solid #adda9c;
}

.rolunkBox h3 {
	background-color: #fff;
	float: left;
	font-family: "arial_narrowregular";
	color: #196735;
	font-size: 16px;
	width: 42px;
	margin: 10px 10px 0 10px;
}

.rolunkBox img {
	width: 180px;
	float: left;
	margin-top: 10px;
	padding: 0;
	margin-bottom: 10px;
}

.rolunkBox p {
	width: 420px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}

.box {
	width: 144px;
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 240px;
}

.box img {
	margin-left: 13px;
}

.btn_bovebben {
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 2px 6px;
	text-decoration: none;
	color: #fff;
	background-color: #f68121;
}

#videoBox {
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cee1c7;
	border-bottom: 2px solid #cee1c7;
	text-align: right;
	background-color: #fff;
	padding: 10px 10px 7px 0;
	background: #fff url(../images/video.jpg) no-repeat 50px 45px;
}

#videoBox_ {
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cee1c7;
	border-bottom: 2px solid #cee1c7;
	text-align: right;
	background-color: #fff;
	padding: 10px 10px 7px 0;
	background: #fff url(../images/video_.jpg) no-repeat 50px 45px;
}

.banner_ {
	margin-top: 8px;
	margin-left: 5px;
}

.banner {
	margin-bottom: 8px;
}

.dv{
	height: 200px;
	width:200px;
	border: 1px solid #cee1c7;
	padding: 3px;
	background-color: #fff;
	-moz-border-radius: 6px;
	border-radius: 6px;

}

.referenciaBox {
	width: 220px;
	height: 200px;
	float: left;
	margin: 6px;
	text-align: center;
}

.referenciaBox h2 {
	margin-top: 1px;
	width: 195px;
	font-size: 9px;
	line-height: 20px;
}

.referenciaContent{
	width: 700px;
	padding-left: 9px;
}

.linkbox {
	float: right;
}

#idezet {
	margin: 20px 0 0 120px;
	color: white;
	line-height: 18px;
}

.icon_facebook { float:right; width:24px; height:24px; background:url('images/icons_facebook.png')}
.icon_facebook:hover { float:right; background:url('images/icons_facebook_hover.png')}





.ac-container{
	width: 680px;
	margin: 10px auto 40px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'Noto Sans', sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 16px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #fff;
	color: #777;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 16px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 540px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 800px;
}
.ac-container input:checked ~ article.ac-large{
	height: 1060px;
}


/*Referencia*/

.ref-box {
	margin-bottom: 20px;
	margin-top: 20px;	
	text-align: center;
}

.ref-box img{
	margin:20px 10px 20px 10px;
	line-height:165px;
}

.ref-box .header {
	background-color: #f0f0f0;
    border: 1px solid #d9d9d9;
	border-radius: 5px;
	height:220px;
	position:relative;	
}

.header .title {
	font-size:12px;
	line-height:16px;
	width:190px;
	height:35px;
	color:#2d5900;
	font-weight:500;
	padding:5px;
	position:absolute;
	bottom:0;
	text-align:center;
}

.three-box {
	float: left;
	width: 200px;
	margin-left: 20px;
}

/*Kapcsolat*/

.cont-box {
	margin-bottom: 20px;
	margin-top: 20px;	
	text-align: center;
}

.cont-box img{
	margin:20px 10px 10px 10px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.cont-box .header {
	background-color: #f0f0f0;
    border: 1px solid #d9d9d9;
	border-radius: 5px;
	height:280px;
	position:relative;	
}

.header p {
	font-size:12px;
	text-align:center;
}

.four-box {
	float: left;
	width: 155px;
	margin-left: 10px;
	margin-right:10px;
}


/*Szolgáltatás*/


.one-box {
	width:698px;
	height:30px;
	background-color: #f0f0f0;
    border: 1px solid #d9d9d9;
	border-radius: 5px;
	margin:20px 0 20px;
}

.one-box h3{
	padding-top:8px;
	padding-left:10px;
}

.one-box h3 span{
	color:#f68121;
	float:right;
	padding-right:10px;
	font-size:14px;
}

.one-box h3 img{
	float:right;
	padding-right:10px;
	padding-top:-8px;
}

/*Ingatlan*/

.ing-box {
	margin-bottom: 20px;
	margin-top: 20px;	
	text-align: center;
}

.ing-box img{
	margin:10px;
	line-height:165px;
}

.ing-box .header {
    border: 1px solid #d9d9d9;
	border-radius: 2px;
	position:relative;	
}

.three-boxi {
	float: left;
	width: 200px;
	margin-left: 25px;
}

/*Akció*/

.sale-box {
	width:220px;
	margin-left:12px;
	margin-bottom:10px;
	float:left;
}

.sale-box .border {
	width:220px;
	background-color: #f0f0f0;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.sale-box img {
	margin: 10px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.sale-box td {
	line-height:18px;
}

.sale-box .name {
	color:#2d5900;
	font-size:14px;
}

.sale-box .texty {
	vertical-align:top;
	font-size:10px;
	text-align:left;
}

.sale-box .price {
	float:right;
	color:#2d5900;
	font-size:12px;
}

/*Kapcsolat*/

.form{
width:670px;
height:auto;
float:left;
padding:20px 10px 10px 20px;
}
.form_row{
width:485px;
float:left;
clear:both;
padding:7px 0 0 0;
}
label.mian{
width:100px;
float:left;
padding:3px 15px 0 0;
color:#828282;
text-align:left;
font-weight:bold;
}
input.main_input{
background-color:#f0f0f0;
border:1px #d9d9d9 solid;
width:300px;
height:18px;
padding:4px;
float:left;
}
textarea.main_textarea{
background-color:#f0f0f0;
border:1px #d9d9d9 solid;
width:360px;
height:120px;
padding:4px;
float:left;
}
input.submit{
	background-color:#2d5900;
	color:#FFFFFF;
	text-align:center;
	float:right;
	padding:3px 10px 2px 10px;
	margin:0px 0 0 0;
	border:1px #d9d9d9 solid;
	cursor:pointer;
}

