@charset "utf-8";
/* CSS Document */

::selection { background:#bc4f27; color:#FFF } 

::-moz-selection { background:#bc4f27; color:#FFF } 
code::selection { background:#bc4f27; color:#FFF } 
code::-moz-selection { background:#bc4f27; color:#FFF } 
pre::selection { background:#bc4f27; color:#FFF } 
pre::-moz-selection { background:#bc4f27; color:#FFF } 
img { border:0 }

h1, h2, h3, h4, h5, h6 {padding:0px;margin:0px;top:0px;}

/* reset */
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,font,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,
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: baseline;
    }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
  
   
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }


body {
	background: url(images/big-bg.jpg) fixed ;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height:auto;

}


/*.background-white {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height:auto;
	background-color:#FFF;
	position:absolute;
}
.background-grey {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height:auto;
	background-color:#E3E3E3;
	position:absolute;
}*/
@font-face {
    font-family:'Segan-Light';
    src: url(fonts/Segan-Light.ttf);
}
@font-face {
    font-family:'OSTRICH-ROUNDED';
    src: url(fonts/OSTRICH-ROUNDED.TTF);
}
h1 {
	font-family:'Segan-Light';
	color:#FFF;
	font-size:30px;
	text-align:left;
}
h2 {
	font-family:'Segan-Light';
	color:#333333;
	font-size:24px;
	text-align:left;
}
h5 {
	font-family:'Segan-Light';
	color:#333333;
	font-size:9px;
	text-align: center;
}
h6 {
	font-family:'Segan-Light';
	color:#000;
	font-size:12px;
	text-align: left;
}
.top-top {
	background-color:#b34620;
	height:246px;
	width:100%;
	
}
.top {
	width:950px;
	height:246px;
	margin-bottom:15px;
	
}
#topNav {
	width:100%;
	z-index: 99;
	bottom:auto;
	background-image:url(images/bg-menu.jpg);
}
#topNav2 {
	width:100%;
	z-index: 99;
	bottom:auto;
	background-color:#FFF;
}
#topNav3 {
	width:100%;
	z-index: 99;
	bottom:auto;
	background-color:#E3E3E3;
}
.top-left {
	float:left;
	width:222px;
	height:246px;
	background-image:url(images/top-left.jpg);
	left:0;
}
.top-right {
	float:right;
	width:222px;
	height:246px;
	background-image:url(images/top-right.jpg);
	right:0;
}
.center {
	height:auto;
}
.logo {
	width:192px;
	height:168px;
	background-image:url(images/logo-blank.jpg) ;
	background-repeat:no-repeat;
	padding-top:35px;
	
}
.title {
	width:700px;
	height:auto;
	margin-left:10px;
	font-family:'Segan-Light';
	text-align: center;
	font-size:16px;
	color:#f0dad2;
	font-weight: normal;
}
.title span {
	font-size:13px;
	color:#f0dad2;
}
.main-menu {
	width:950px;
	height:38px;
	border-top:solid 1px #626262;
	border-bottom:solid 1px #626262;
	
}
ul.menu {list-style:none; margin:0; padding:0; position:absolute; margin-left:28px;}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block; 
	text-decoration:none;
	font-family:'Segan-Light'; 
	font-size:18px;
	font-weight: normal;
	color: #292929;
	list-style:none;
	text-align: center;
	text-decoration:none;
	padding:10px 27px;

}

ul.menu a:hover {
	color:#FFF;
	background-color:#b34620;
	-webkit-transition:all 0.5s ease-in-out;  
	-moz-transition:all 0.5s ease-in-out;  
	-o-transition:all 0.5s ease-in-out;  
	transition:all 0.5s ease-in-out;
	
}

ul.menu a:visited {
	background-color:#b34620;
	display:block;
	
}
ul.menu a:active {
	background-color:#d3cfcb;
	display:block;
	
}

ul.menu li {
	position:relative; 
	float:left;
}

ul.menu ul {
	position:absolute; 
	top:39px; 
	display:none; 
	opacity:5; 
	list-style:none
}
ul.menu2 ul {
	text-align:left;
	top:41px;  
	display:none; 
	opacity:5; 
	list-style:none
}

ul.menu ul li {
	position:relative; 
	
	border-top:none; 
	width:104px; 
	margin:0; 
	height: auto; 
	background-image:none;
}


ul.menu ul li a {
	text-align: center;
	font-size:14px;
	display:block; 
	padding:10px 10px; 
	background-color:#BC4F27; 
	margin-left:0px;
	font-family:'Segan-Light';
	font-weight:normal;
	letter-spacing: normal;
	color:#FFF;
}

ul.menu ul li a:hover {
	background-color:#afa090;  
	background-image:none; 
	color: #000;

}
.concept-pic {
	width:950px;
	height:500px;
	background-image:url(images/conc-pic.jpg);
}
.footer {
	float:left;
	width:100%;
	height:auto;
}
.copyright {
	position:relative;
	width:950px;
	line-height:40px;
	font-size:12px;
	font-family:'Segan-Light';
	color:#666;
	border-top:double #92766b;
	text-align:center;
	margin-top:20px;
}
.concept, .site {
	position: relative;
	width:950px;
	height:auto;
	margin-top:70px;
}
.pic-location {
	float:left;
	width:950px;
	height:747px;
	background-image:url(images/map.jpg);
}
.location-right {
	float:right;
	width:310px;
	padding:5px;
	border: solid 10px #b3b3a8;
	font-size:14px;
	background-color:#FFF;
	font-family:'Segan-Light';
	color:#766e65;
	margin-top:29px;
	line-height:1.2em;
}
.center-location {
	width:310px;
	height: auto;
	background-color:#d9d8ce;
	
}
.left-site, .right-site {
	float:left;
	width:475px;
	height:345px;
	opacity:0.8;
}
.left-site:hover, .right-site:hover {
	opacity:1;
}
.title-page {
	float:left;
	width:930px;
	font-family:'Segan-Light';
	font-size:16px;
	color:#333;
	line-height:20px;
	text-align:left;
	margin-bottom:20px;
	border-left: solid 15px #bc4f27;
}
.botanika {
	width:302px;
	height:589px;
	background-image:url(images/botanika.jpg);
	opacity:2;
	float:left;
}

.dev-center {
	float:left;
	width:950px;
	height:auto;
}
.content-dev {
	float:left;
	width:950px;
	height:auto;
	text-align:center;
	font-family:'Segan-Light';
	font-size:16px;
	color:#333;
	margin-top:20px;
	line-height:1.2em;
}
.pic-pic {
	float:left;
	width:300px;
	margin-bottom:20px;
}
.pic-l {
	float:left;
	width:300px;
	height:auto;
	margin-left:20px;
}
.pic-right{
	float:left;
	width:950px;
	height:auto;
}
.pic-right-l {
	float:left;
	width:302px;
	height:auto;
	background-color: #f0f0f0;

}
.pic1-l {
	float:left;
	width:300px;
	height:200px;
	padding:0;
	margin:0;
	position: relative;
	
}
.p-content {
	float:left;
	position:inherit;
	width:280px;
	padding:10px;
	height:65px;
	background-color: #f0f0f0;
}
.p-content-tr {
	float:left;
	position:inherit;
	width:290px;
	padding:10px;
	background-image:url(images/black.png);
	border-left:solid 5px #bc4f27;
}
.p-content-right-l {
	float:left;
	position:inherit;
	width:280px;
	padding:10px;
	height:65px;
}
.p-content-tr:hover, .p-content:hover, .p-content-tr2:hover {
	
	z-index:200;
}
.t-pic {
	font-family:'Segan-Light';
	font-size:16px;
	color:#000;
	line-height:20px;
	font-weight:bold;
}
	
.t-cont {
	width: auto;
	height:auto;
	text-align:left;
	line-height:0.9em;
}
/*.p-content:hover {
	background-color:#FFF;
	z-index:10;
	background-image:none;
}*/
.pic2-r {
	float:left;
	width:315px;
	height:279px;
	padding:0;
	margin:0;
	position: relative;
}
.pic2-t {
	position: relative;
	float:left;
	width:315px;
	height:186px;
	padding:0;
	margin:0;
}
.pic2-t:hover, .pic1-l:hover, .pic2-r:hover {
	opacity:2;
}
.dev-content-full {
	float:left;
	width:100%;
	height:auto;
	margin-top:50px;
}
/*------------------------news------------------------*/
.news-left {
	float:left;
	width:350px;
	height:auto;
	
}
.recent-news {
	float:left;
	width:350px;
	line-height:30px;
	font-family:'Segan-Light';
	font-size:16px;
	color:#000;
	text-align:left;
	border-bottom:solid 1px #bc4f27;
	margin-bottom:5px;
	
}
.lates-news {
	float:left;
	width:580px;
	line-height:30px;
	font-family:'Segan-Light';
	font-size:16px;
	color:#000;
	text-align:left;
	border-bottom:solid 1px #bc4f27;
	margin-bottom:5px;
	
}
.date-bg {
	float:left;
	width:60px;
	height:50px;
	text-align:center;
	font-family:'Segan-Light';
}
.date-white {
	float:left;
	width:50px;
	height:50px;
	background-color:#bc4f27;
}
.date-arrow {
	float:right;
	height:15px;
	width:10px;
	background-image:url(images/date-arrow.png);
}
.date-tgl {
	font-size:24px;
	color:#FFF;
	line-height:35px;
	font-weight:bold;
}
.date-month-year {
	font-size:13px;
	color:#fdddd1;
}
.news-tab {
	float:left;
	width:350px;
	height:auto;
	font-family:'Segan-Light';
	margin-bottom:10px;
}
.news-left-box {
	float: right;
	width:auto;
	height:auto;
}
.news-content-left {
	float:right;
	width:265px;
	padding:5px 10px;
	background-color:#f4f4f4;
}
.news-t {
	font-size:14px;
	color:#333;
	text-align:left;
}
.big-news {
	float:right;
	width:580px;
}
.pic-big-news {
	float:right;
	width:510px;
}
.read {
	float:right;
	font-family:'Segan-Light';
	line-height:15px;
	text-align:center;
	font-size:12px;
	color:#666;
	background-color:#f4f4f4;
	padding:0 10px;
	margin-top:2px;
}
.read:hover {
	background-color:#bc4f27;
	color:#FFF;
}
.p-news {
	float:left;
	width:510px;
	height:300px;
}
.p-big-content {
	float:left;
	width:480px;
	height:auto;
	padding:15px;
	background-color:#f4f4f4;
	font-family:'Segan-Light';
	font-size:14px;
	color:#000;
	text-align:left;
	line-height:1.2em;
}
.t-bold {
	font-family:'Segan-Light';
	font-size:14px;
	font-weight:bold;
	line-height:1.4em;
	border-bottom:solid 1px #CC3300;
}
.news-detail-tab {
	float:right;
	width:880px;
	height:auto;
	font-family:'Segan-Light';
	font-size:14px;
	color:#333;
	text-align:left;
	line-height:1.2em;
}
.news-detail-p {
	float:left;
	height:auto;
	width:500px;
	margin-right:20px;
	margin-bottom:20px;
}
.news-detail-t {
	float:right;
	width:360px;
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px;
	border-bottom:solid 1px #CC3300;
	line-height:1.5em;
}
.back {
	float:right;
	width:auto;
	height:auto;
	font-family:'Segan-Light';
	font-size:12px;
	text-align:center;
	padding:10px 20px;
	background-color:#333;
	color:#FFF;
	margin-top:30px;
}
.back:hover {
	background-color:#bc4f27;
}



/*-------contact---------*/

#contact-form {
	float:left;
	background-color: #e4e0db;
	width:465px;
	padding:15px;	
	border: 8px solid #fdf6ef;

	
}


#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
	font-size:15px;
	margin-bottom:2px;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea {
	width:450px;
	border: 1px solid #FDF6EF;
	margin-bottom:20px;
	padding:4px;
	background-color:#d1c6bc;
	color:#fff;
}

#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
	border: 1px solid #FDF6EF;
	background-color: #968879;
	color:#fff;
}

#contact-form textarea {
	height:150px;
	resize: none;
}

#contact-form label {
	display:block;
}

#contact-form .required {
	color:#bc4f27;	
}

#contact-form #submit-button {
	width: 100px;
	color:#fff;
	border:none;
	display:block;
	float:right;
	margin-bottom:0px;
	margin-right:6px;
	background-color:#bc4f27;
	-moz-border-radius:8px;
}

#contact-form #submit-button:hover {
	background-color: #333;
	color:#fff;
}

#contact-form #submit-button:active {
	position:relative;
	top:1px;
}

#contact-form #loading {
	width:32px;
	height:32px;
	background-image: url(images/loader.gif);
	display:block;
	position:absolute;
	right:130px;
	bottom:16px;
	display:none;
}

#errors {
	float:left;
	border:solid 1px #ffcc00;
	padding:10px;
	margin:25px 0px;
	margin-top:0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#292929 url(images/cancel_48.png) no-repeat 405px center;
	display:none;
}

#errors li {
	padding:2px;
	list-style:none;	
}

#errors li:before {
	content: ' - ';	
}

#errors #info {
	font-weight:bold;
}

#errors #info:before {
	content: '';	
}
#success {
	float:left;
	border:solid 1px #ffcc00;
	padding:25px 10px;
	margin:25px 0px;
	margin-top:0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#292929 url(images/accepted_48.png) no-repeat 405px center;
	font-weight:bold;
	display:none;
}
#paging {

margin-top: 8px;
font-family: 'Segan-Light';
font-size:12px;
margin-left:10px;
}

#paging .page_nolink {
color:#fff;
text-decoration:none;
background:#580707;
padding:0 4px;
}

#paging a,#paging a:link,#paging a:visited {
color:#fff;
text-decoration:none;
background:#b2b2b2;
padding:0 4px;
}

#paging a:hover,#paging a:focus,#paging a:active {
color:#000;
background-color:#fff;
}