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

/* 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: #e73f3f;
}
::-moz-selection{
  color: #fff;
  background: #e73f3f;
}

body, html {height:100%;}

body{ background:#fff; border:0; font: 12px Arial, Helvetica, sans-serif; color:#0c0c0c ; 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 #fff; width:100%; height:100%; top:0; left:0}

.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:800px; position:relative; z-index:1;}


.main2{ width:999px; height:599px; position:absolute; left:50%; margin-left:-500px; top:50%; margin-top:-300px; z-index:2;}

.bg1{width: 1199px; height: 799px; background: #f0f0f0; position: absolute;left: -100px; top: -100px; z-index: -1;}

.vl{width: 1px; height: 799px; background: #fff; position: absolute; top: -100px; z-index: 10;}
.vl1{left: -1px;}
.vl2{left: 199px;}
.vl3{left: 399px;}
.vl4{left: 599px;}
.vl5{left: 799px;}
.vl6{left: 999px;}

.hl{width: 1199px; height: 1px; background: #fff; position: absolute; left: -100px; z-index: 10;}
.hl1{top: -1px;}
.hl2{top: 199px;}
.hl3{top: 399px;}
.hl4{top: 599px;}

header{width: 199px; height: 199px; position: absolute; left: 200px; top: 200px; z-index: 25; overflow: hidden;}
.logo { display:block;width: 100%; height: 100%; text-decoration:none; background: #e73f3f; text-align: center; }
.logo img{
}
.logo .txt1{ font-size: 28px; line-height: 28px; font-family: 'copprplgoth_bd_btbold'; text-transform: uppercase; color: #fff; letter-spacing: 1px; padding-top: 15px;}
.logo .txt2{ font-size: 16px; line-height: 20px; font-family: 'copprplgoth_bd_btbold'; text-transform: uppercase; color: #fff; letter-spacing: 0px; padding-top: 0px;}

footer{width: 999px; height: 100px; position: absolute; left:0; bottom: -100px; z-index: 20; text-align: center;}
.icons { padding-top:37px;}
.icons > li { display:inline-block; width: 29px; height: 29px;position:relative;}
.icons > li > a{display:block; width:100%; height:100%;}
.icons > li > a .img{position: relative; z-index: 2;}
.icons > li > a .over{position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; background: #fff;}
.copyright{color:#717171; line-height:16px; position: absolute; left: 20px; top: 35px; z-index: 2; text-align: left;}
.copyright a { color:#e73f3f;}
.tola { position: absolute; right: 20px; top: 25px; z-index: 2;}

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

.menu { display:block; width: 1000px; height:99px; position:absolute; left:0; top:-100px; z-index:30; text-align:center; white-space:nowrap; }
#menu {}
#menu > li { display:inline-block;width: 199px; height:99px; margin-right: 1px; position:relative; float:left;}
#menu > li > a{display:block; width: 199px; height:99px; text-decoration:none; position:relative; overflow:hidden; }
#menu > li > a .over1{display:block;position: absolute;width:100%; height:100%; left:0px; top:0px; z-index:1; background:#e73f3f;
transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; -webkit-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out;
}
#menu > li > a .over2{display:block;position: absolute;width:100%; height:100%; left:0px; top:0px; z-index:2; background:#e73f3f;
transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; -webkit-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out;
}
#menu > li > a .over3{display:block;position: absolute;width:100%; height:100%; left:0px; top:0px; z-index:3; background:#e73f3f;
transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; -webkit-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out;
}
#menu > li > a .over4{display:block;position: absolute;width:100%; height:100%; left:0px; top:0px; z-index:4; background:#e73f3f;
transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; -webkit-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out;
}
#menu > li.active > a .over1{background: #dedede;}
#menu > li.active > a .over2{background: #dedede;}
#menu > li.active > a .over3{background: #dedede;}
#menu > li.active > a .over4{background: #dedede;}
#menu > li > a .txt1{
	display:block;
	position: relative;
	width:100%;
	left:0px;
	top:0px;
	z-index:5;
	font-family:copprplgoth_bd_btbold;
	font-size:18px;
	line-height:99px;
	color:#aeaeae;
	text-decoration:none;
	text-transform:uppercase;
}


.submenu{ position:absolute; width: 100%; z-index:1; top:100px; left:0px;}
.submenu > ul{ padding:10px 0; background: #2a2a2a;  }
.submenu ul > li{ display:block; width:100%; height:23px; position:relative; text-align:left;}
.submenu ul > li > a{ display:block;height:100%;line-height:23px; text-decoration:none; position: relative; font-family:'copprplgoth_bd_btbold';font-size:15px; color:#c0c0c0; white-space:nowrap; padding:0 15px; text-transform:uppercase; background:none;
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 { color:#fff; text-decoration:none; background:#e73f3f; }


.menu_splash { position:absolute; left:0; top:0; z-index:1;}
#menu_splash { }
#menu_splash > li { width:199px; height:199px; position:absolute; overflow:hidden;}
#menu_splash > li > a{display:block; width:100%; height:100%; text-decoration:none; position:relative; overflow:hidden;  }
#menu_splash > li > a img{ position: absolute; left:0px; top:0px; z-index:1;}
#menu_splash > li > a .over1{ display:block; position: absolute; width:100%; height:100%; left:0; top:0; z-index:2; background:#fff;}
#menu_splash > li > a .txt1{width: 100%; text-align: center; position: absolute;  left:0; top: 85px; z-index:10; font-family:'BebasNeueRegular';font-size:35px; line-height:35px; color:#e73f3f; text-decoration:none;  text-transform:uppercase;}
#menu_splash > li > a .txt2{width: 100%; text-align: center; position: absolute;  left:0; top: 145px; z-index:10; font-family:'oswaldlight';font-size:12px; line-height:20px; color:#676767; text-decoration:none;  text-transform:uppercase; letter-spacing: 1px;}

#menu_splash > li.nav1{ left:0px; top:0px; z-index:1;}
#menu_splash > li.nav2{ left:200px; top:0px; z-index:1;}
#menu_splash > li.nav3{ left:0px; top:200px; z-index:1;}
#menu_splash > li.nav4{ left:0px; top:400px; z-index:1;}
#menu_splash > li.nav5{ left:200px; top:400px; z-index:1;}






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



#content{ position:absolute; left:0px; top:0px; z-index:21;}
#content > ul{ }
#content > ul > li{ position:absolute; }

.box_wrapper{width:799px;height:599px; position: absolute; left: 200px; top: 0; z-index: 1; overflow: hidden;}
.box{ width:700px;height:550px; padding: 49px 49px 0 50px; background: #dedede; position:absolute; left:0; top:0;}

.box2_wrapper{width:199px;height:399px; position: absolute; left: 0; top: 200px; z-index: 2; overflow: hidden;}
.box2{ width:199px;height:399px; position:absolute; left:0; top:0;}
.box2 .img{position: absolute; left: 0; top: 0; z-index: 1;}
.box2 .txt1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 280px;
	z-index: 2;
	text-align: center;
	font-family: 'BebasNeueRegular';
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	color: #fff;
}

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

.col0 { width:1px; background:#131314; margin-left:29px; margin-right:30px; margin-top:20px;}

.col1{ width:310px;}







.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:#e73f3f; text-decoration: underline; outline:none}
a:hover{ text-decoration: none}

h2{ font-family:'BebasNeueRegular';font-weight:normal; font-size:30px; color:#2b2b2b; line-height:30px; padding:5px 0 15px 0;  }



.upper { text-transform:uppercase;}

.color1{ color:#e73f3f;}


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

.line1 { height:1px; background:#4a4a4a; margin:15px 0;}

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

.border1 { border:1px solid #b4b4b4;}
.border2{padding: 4px; background: #fff;}



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

.video1 {
	width:231px;
	height:167px;
	margin-bottom:10px;
	margin-right:20px;
	float:left;
}
.video1 a img {border:1px solid #b4b4b4;padding: 4px; background: #fff;
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;
}
.video1 a:hover img{background: #e73f3f;}

.button1{ display:inline-block; height:40px; line-height:40px; text-decoration: none; margin-top:10px; margin-bottom:10px; font-size:16px; font-family:'copprplgoth_bd_btbold'; color:#868686; text-transform:uppercase; white-space:nowrap; letter-spacing:0px; background:#f0f0f0; 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;
 }
.button1:hover { color:#fff; background: #e73f3f;}

.ul1{ margin-bottom:0px;}
.ul1 > li { line-height:24px; }
.ul1 > li a{ display:block; height:100%; text-decoration:none; color:#000; padding-left:20px; background: url(../images/li_st1.png) 0 6px 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:#e73f3f; background-position: 10px 6px;}

.gal1 { width:194px; padding-bottom:15px; float:left; margin-right:35px; }
.gal1.last { margin-right:0px; }
.gal1 .txt{text-transform: uppercase;}

.photo1 {width:194px; height:167px; margin-bottom:10px;}
.photo1 a img {border:1px solid #b4b4b4;padding: 4px; background: #fff; 
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{background: #e73f3f;}

.products1 { width:194px; padding-bottom:15px; float:left; margin-right:35px; }
.products1.last { margin-right:0px; }
.products1 .txt{text-transform: uppercase;}
.products1 .img {border:1px solid #b4b4b4;padding: 4px; background: #fff; margin-bottom: 15px;}

.google_map{

    width: 370px;
    height: 160px;
    border-radius:0px;
    background: #fff;
    position:relative;
    overflow:hidden; margin-bottom:20px; border:1px solid #b4b4b4; padding: 4px; margin-right: 20px; float: left;
}





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

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


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

#note{ width:320px; position: absolute; left: 0; top: 120px;}
.notification_error{ color:#f00; margin-bottom:5px }
.notification_ok{ text-align: center;} 

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

#ajax-contact-form input{  width:320px; height:29px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000; background: #fff; border: 1px solid #bdbdbd; margin-bottom:5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;  padding-left: 5px;}
#ajax-contact-form input:focus{border-color:#000; }

#ajax-contact-form textarea{ width:320px; height:102px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000; background: #fff; border: 1px solid #bdbdbd; margin-bottom:5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding-left: 5px; padding-top: 5px;}
#ajax-contact-form textarea:focus{border-color:#000; }

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

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

#ajax-contact-form input.submit{ width:130px; height:40px; 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: 'BebasNeueRegular';
    src: url('bebasneue-webfont.eot');
    src: url('bebasneue-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}
.copyright img {
	margin-left: 50px;
}
