@import "reset.css";
@import "prettyPhoto.css";
@import "jquery.jscrollpane.css";
@import "jplayer.css";

div.homemidddle{width:515px; margin:auto}
div.homemidddle div{width:250px; position:relative; height:375px; overflow:hidden; font-size:16px; text-align:center}
div.homemidddle div:hover div.divhover{bottom:0px; -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;}
div.homemidddle div.one{float:left; background:#fff url(../images/paper_home.jpg); }
div.homemidddle div.two{float:right; background:#fff url(../images/plastic_home.jpg); }
div.homemidddle div img{position:absolute; bottom:0; left:0}
.divhover{height:300px !important; padding:20px; width:220px !important; background:#333; color:#fff; position:absolute; bottom:-310px; -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease; opacity:.9}
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Left & Right alignment */

.left { float:left;}
.right { float:right;}
.clear {clear:both;}
.table {display:table;}
.wrapper {width:100%; overflow:hidden;}
.relative {position:relative;}
.absolute {position:absolute;}

/* Global properties ======================================================== */
::selection{
  color: #fff;
  background: #86a90c;
}
::-moz-selection{
  color: #fff;
  background: #86a90c;
}

body, html {height:100%;}

body{ background:#000; border:0; font: 12px Arial, Helvetica, sans-serif; color:#4e4e4e ; line-height:18px; min-width:1000px; position:relative; overflow:hidden;min-width:1000px;}

.spinner{ position:absolute; z-index:99; background:url(../images/loader.gif) 50% 50% no-repeat #000; width:100%; height:100%; top:0; left:0}

#bgStretch {overflow:hidden;z-index:-1; position:fixed}

.extra {min-width:1000px;min-height:100%; height:auto !important; height:100%; margin: 0 auto 0px; overflow:hidden; position:relative; z-index:10;}


.main1 { width:100%;height:720px; position:relative; z-index:1;}


.main2{ width:770px; height:512px; position:absolute; left:50%; margin-left:-380px; top:50%; margin-top:-175px; z-index:2;}

footer{width: 100%;height: 30px;position: absolute;left: 0;bottom: 5px;z-index: 30;}
.copyright{color:#717171; line-height:30px;padding-left:20px; float:left; font-family: 'maven_proregular'; font-size: 12px;}
.copyright a { color:#cecece;}
.tola{width: 110px; height: 30px; float: right;}
.icons { float:right; padding-top:7px; padding-right:20px;}
.icons > li { display:inline-block; padding:0 2px;position:relative;}
.icons > li > a{display:block; width:100%; height:40px;}

header{width: 100%; position: absolute; left: 0; top: 22%; margin-top: -90px; z-index: 20; text-align: center;}
.logo { display:inline-block;text-decoration:none; }





/* ============================= main menu ====================== */

.menu { display:block; width: 100%; height:63px; background: url(../images/nav.jpg) 0 0 repeat-x; position:absolute; left:0; top:0; z-index:40; text-align:center; white-space:nowrap; }
#menu { display:inline-block; height:55px; white-space:nowrap; margin-top: 4px; background: url(../images/markers.jpg) right top no-repeat; padding-right: 2px;}
#menu > li { display: inline-block;width: 117px; height:57px; position:relative; float:left;white-space:nowrap; background: url(../images/markers.jpg) 0 0 no-repeat; padding-left: 2px;}
#menu > li > a{display:block; height:100%; text-decoration:none; position:relative;overflow:hidden; background: url(../images/nav1.png) left bottom no-repeat; }
#menu > li > a .over{display:block;position: absolute;width:100%; height:100%; left:0px; top:0px; z-index:10; background:url(../images/nav2.png) 0 0 no-repeat;}
#menu > li > a .txt1{ display:block; position: relative; width:100%; height:100%; left:0px; top:0px; z-index:5;font-family:'oswaldregular';font-size:16px; line-height:57px; color:#3d3d3d; text-decoration:none;  }
#menu > li > a .txt2{ display:block; position: absolute; width:100%; height:100%; left:0px; top:0px; z-index:20;font-family:'oswaldregular';font-size:16px; line-height:57px; color:#577d1f; text-decoration:none;  }

.submenu{ position:absolute; z-index:1; top:57px; left:0px;}
.submenu > ul{ padding:0 0;  }
.submenu ul > li{ display:block; width:100%; height:32px; padding: 1px; position:relative; text-align:left;background: url(../images/submenu.png);}
.submenu ul > li:hover{background: #000;}
.submenu ul > li > a{ display:block;border:1px solid #1e1713; text-decoration:none; position: relative; font-family:'maven_proregular';font-size:14px; line-height:30px; color:#999999; white-space:nowrap; padding:0 15px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.submenu ul > li > a:hover {border-color: #95b32a; color:#000; text-decoration:none; background:#86a90c; }


/* ============================= slider ====================== */

.prevGall{ display:block; width:52px; height:52px; position:absolute; left:10%; margin-left: -100px; top:50%; margin-top: 30px; z-index:11;}
.prevGall span{ display:block; width:52px; height:52px; background:url(../images/prev.png) 0 0 no-repeat;}

.nextGall{ display:block; width:52px; height:52px; position:absolute; right:10%; margin-right: -100px; top:50%; margin-top: 30px; z-index:11;}
.nextGall span{ display:block; width:52px; height:52px; background:url(../images/next.png) 0 0 no-repeat;}


.scrollGall { position: absolute; left: 10px !important; top: 0; z-index:2;}
.scrollGall > ul { position: relative; height:506px;}
.scrollGall > ul > li { display: inline-block; position: relative; width:241px; height:506px; margin-right:4px; }
.scrollGall > ul > li > a { display:block; width:100%; height:100%; overflow:hidden; text-decoration: none; }
.scrollGall > ul > li > a img{ position:absolute; left:0; top:0; z-index:1;}
.scrollGall > ul > li > a .over1{ display:block; width:241px; height:89px; position:absolute; left:0; bottom:0; z-index:2;}
.scrollGall > ul > li > a .over2{ display:block; width:241px; height:423px; background: url(../images/splash_over.png) 0 0 no-repeat; position:absolute; left:0; top:0; z-index:4;}
.scrollGall > ul > li > a .txt1{ display:block; width:100%; line-height:30px; font-size:30px; font-family:'oswaldbold'; color:#fff; text-transform:uppercase;position:absolute; left:0; bottom:20px; z-index:3; text-align:center; white-space:nowrap; text-decoration: none;}
.scrollGall > ul > li > a .txt2{ display:block; line-height:24px; font-size:18px; font-family:'maven_proregular'; color:#fff; position:relative;top: 120px; z-index:5; text-align:center; padding: 0 15px;text-decoration: none;}

.scrollGall li.nav1 .over1 {background: url(../images/splash_nav1.png) 0 0 no-repeat;}
.scrollGall li.nav2 .over1 {background: url(../images/splash_nav2.png) 0 0 no-repeat;}
.scrollGall li.nav3 .over1 {background: url(../images/splash_nav3.png) 0 0 no-repeat;}
.scrollGall li.nav4 .over1 {background: url(../images/splash_nav4.png) 0 0 no-repeat;}
.scrollGall li.nav5 .over1 {background: url(../images/splash_nav5.png) 0 0 no-repeat;}
.scrollGall li.nav6 .over1 {background: url(../images/splash_nav6.png) 0 0 no-repeat;}



/* ============================= main layout ====================== */



#content{position:absolute; left:12px; top:0px; z-index:1;}
#content > ul{ }
#content > ul > li{ width:750px; height:512px; position:absolute;}

.close{ display:block; width:22px; height:22px; position:absolute; right:0; top:-32px; z-index:30;background:url(../images/close.jpg) left top no-repeat;}
.close span{ display:block; width:22px; height:22px; background:url(../images/close.jpg) left bottom no-repeat; }

.box{ width:665px;height:500px; position:relative; padding: 32px 35px 0px 50px; background: url(../images/content_bg.jpg) 0 0 repeat-x;}

.col0,.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12   { float:left;}

.col0 { width:2px; height: 506px; background:url(../images/col0.png) 0 0 repeat-y; margin-left:49px; margin-right:49px; margin-top:-52px;}

.col1{ width:400px;}
.col2{ width:390px;}
.col3{ width:440px;}
.col4{ width:350px;}







.pad_left1{ padding-left:10px;}
.pad_left2{ padding-left:20px;}
.pad_left3{ padding-left:30px;}
.pad_left4{ padding-left:40px;}
.pad_left5{ padding-left:50px;}
.pad_left6{ padding-left:60px;}




a{ color:#2c2f32; text-decoration: underline; outline:none}
a:hover{ text-decoration: none}

h2{ font-family:'oswaldregular';font-weight:normal; font-size:24px; color:#2c2f32; line-height:30px; padding:0px 0 20px 0;  }
h3{ font-family:'oswaldregular';font-weight:normal; font-size:14px; color:#4e4e4e; line-height:20px; padding:0px 0 5px 0; text-transform: uppercase;  }


.upper { text-transform:uppercase;}

.color1{ color:#fff;}
.color2{ color:#ffae00;}

.text { padding:0 0 5px; display:block;}

.line1 { height:3px; background:url(../images/line1_px.png) 0 0 repeat-x; margin:15px 0;}

.radius1{border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

.border1 { border:1px solid #8f8f8f;}


.img0 {margin-right:40px; }
.img1 {margin-bottom:20px;margin-right:20px;}
.img2 {margin-right:20px; }
.img3 {margin-bottom:20px;}

.video1 img{border:1px solid #8f8f8f; margin-bottom: 20px;}

.button1{ display:inline-block; height:29px; line-height:29px; text-decoration:none; margin-top:10px; margin-bottom:10px; font-size:14px; font-family:'oswaldregular'; color:#4e4e4e; text-transform:uppercase; white-space:nowrap; letter-spacing:0px; background:#edeeed; padding:0 15px; border:1px solid #8a8a8a;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.button1:hover { color:#fff; background: #86a90c; border-color: #6d8a0a;}

.ul1{ margin-bottom:0px;}
.ul1 > li { line-height:28px; font-size: 14px; text-transform: uppercase; }
.ul1 > li a{ display:block; height:100%; text-decoration:none; color:#4e4e4e; padding-left:20px; background: url(../images/li_st1.png) 0 10px no-repeat;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.ul1 > li a:hover{ text-decoration:none; color:#86a90c; background-position: 10px 10px;}

.gal1 { width:184px; padding-bottom:20px; float:left; margin-right:40px; }
.gal1.last { margin-right:0px; }

.photo1 {width:184px; height:200px; margin-bottom:15px;}
.photo1 a img {border:1px solid #8f8f8f;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.photo1 a:hover img{border-color: #000;}

.google_map{

    width: 388px;
    height: 258px;
    border-radius:0px;
    background: #fff;
    position:relative;
    overflow:hidden; margin-bottom:20px;border:1px solid #8f8f8f;;

}



/*===================== jScrollPane =====================*/

.scroll-pane{width: 100%; height:368px; overflow: auto;}


/*================= Contacts =========================*/

#note{ width:380px;}
.notification_error{ color:#f00; margin-bottom:5px }
.notification_ok{ text-align: center;} 

#ajax-contact-form label{float:left; width: 100px; line-height:31px; color:#4e4e4e;}
#ajax-contact-form label.c{ margin-top:5px;}

#ajax-contact-form input{ float:left; width:270px; height:29px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000; background: #f6f6f6; border: 1px solid #d3d3d3; margin-bottom:5px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
#ajax-contact-form input:focus{border-color:#7f7f7f; }

#ajax-contact-form textarea{ float:left; width:270px; height:110px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000; background: #f6f6f6; border: 1px solid #d3d3d3; margin-bottom:5px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
#ajax-contact-form textarea:focus{border-color:#7f7f7f; }

#ajax-contact-form img{float:left; width:140px; height:53px; margin-top:5px; margin-left:10px;}

#ajax-contact-form input.capthca{ float:left; width:78px; margin-top:5px; margin-right:10px;}

#ajax-contact-form input.submit{ width:80px; height:31px; cursor:pointer; background:url(../images/submit.png) left top no-repeat; border:none; margin:5px 0 0 0px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;  text-indent:-999%; }
#ajax-contact-form input.submit:hover{ background-position:bottom;}


/* Generated by Font Squirrel (http://www.fontsquirrel.com)  */

@font-face {
    font-family: 'oswaldregular';
    src: url('oswald-regular-webfont.eot');
    src: url('oswald-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('oswald-regular-webfont.woff') format('woff'),
         url('oswald-regular-webfont.ttf') format('truetype'),
         url('oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldbold';
    src: url('oswald-bold-webfont.eot');
    src: url('oswald-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('oswald-bold-webfont.woff') format('woff'),
         url('oswald-bold-webfont.ttf') format('truetype'),
         url('oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'maven_proregular';
    src: url('mavenpro-regular-webfont.eot');
    src: url('mavenpro-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('mavenpro-regular-webfont.woff') format('woff'),
         url('mavenpro-regular-webfont.ttf') format('truetype'),
         url('mavenpro-regular-webfont.svg#maven_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}