@import "reset.css";
@import "prettyPhoto.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 ======================================================== */
body, html {height:100%;}

body{ background:#c8c8c8; border:0; font-family: 'open_sansregular', Arial, Helvetica, sans-serif; font-size: 13px; color:#3b3b3b ; line-height:18px; min-width:1000px; position:relative; overflow:hidden;}

.spinner{ position:absolute; z-index:99; background:url(../images/loader.gif) 50% 50% no-repeat #c8c8c8; 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:830px; position:relative; z-index:1;}


.main2{ width:100%; height:792px; position:absolute; left:0;top:50%; margin-top:-415px; z-index:2;}

header{width: 100%; height: 82px; position: absolute; left: 0; top: 0; z-index: 20; background: url(../images/header.png) 0 0 no-repeat;}
.top1{width: 100%; height: 82px; position: absolute; left: 1600px; top: 0; z-index: -1; background: url(../images/header_px.png) 0 0 repeat-x;}
.logo { display:inline-block; height: 58px; text-decoration:none; position:absolute; left:20px; top:24px; z-index:1; }
.logo img{padding-top: 14px; padding-right: 15px;}
.logo .txt1{font-family: 'rouge_scriptregular'; font-size: 36px; color: #dfdfdf; line-height: 58px;text-decoration:none;}
header .txt2{font-family: 'open_sansregular'; font-size: 18px; color: #d6d6d6; line-height: 58px;position:absolute; left:370px; top:0; z-index:1; text-transform: uppercase; letter-spacing: 3px;}

.splash_bg{width: 100%; position: absolute; left: 0; top: 58px; z-index: 1;}
.splash_bg li{width: 100%; height: 146px; background: #505050; margin-bottom: 1px;}








footer{width: 100%; height: 38px; background: url(../images/footer.png) 0 0 repeat-x; position: absolute; left: 0; bottom: 0; z-index: 30; font-family: 'open_sansregular'; font-size: 13px;}
.bot1{width: 100%; height: 38px; background: url(../images/bot1.png) 0 0 no-repeat; position: absolute; left: 0; top: 0;z-index:-1;}
.copyright{color:#626262; padding-left:20px; float: left; line-height: 28px; padding-top: 5px;}
.marker1{display: inline-block; width: 10px; height: 28px; background: url(../images/marker1.png) center center no-repeat;}
.privacy{ display: inline-block; height: 28px; line-height: 28px; padding-top: 0px; padding-left: 0px; color: #383737; text-decoration: none;}
.tola{width: 100px; height: 28px; float: left;}
.icons { float:right; padding-top:12px; padding-right:20px;}
.icons > li { display:inline-block; padding:0 2px;position:relative;}
.icons > li > a{display:block; width:100%; height:40px;}



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

.menu {width: 100%;position:absolute; left:0; top:58px; z-index:2; text-align:center; white-space:nowrap; }
#menu {}
#menu > li { display:block;width: 100%; height:146px; position:relative;margin-bottom: 1px; white-space:nowrap;}
#menu > li > a{display:block; width: 100%; height:100%; text-decoration:none; position:relative; overflow:hidden; }
#menu > li > a .over{display:block;position: absolute;width:100%; height:100%; left:0px; top:0px; z-index:1; background:#505050;}
#menu > li > a img{display: block; position: absolute; top: 0; z-index: 10; }
#menu > li > a .txt1{ display:block; position: absolute; top: 0; height:100%; z-index:30;font-family:'ralewaythin';font-size:50px; line-height:146px; color:#68696e; text-decoration:none; text-transform:uppercase;  }

#menu > li.nav1 img{ right: 30%; margin-right: -300px; }
#menu > li.nav2 img{ left: 20%; margin-left: -200px; }
#menu > li.nav3 img{ right: 0; }
#menu > li.nav4 img{ left: 40%; margin-left: -400px; }
#menu > li.nav5 img{ right: 40%; margin-right: -400px; }

#menu > li.nav1 .txt1{ left: 30%; margin-left: -200px; }
#menu > li.nav2 .txt1{ left: 70%; margin-left: -20px; }
#menu > li.nav3 .txt1{ left: 50%; margin-left: -450px; }
#menu > li.nav4 .txt1{ left: 80%; margin-left: -80px; }
#menu > li.nav5 .txt1{ left: 20%; margin-left: -140px; }


.menu2 {width: 100%;position:absolute; left:0; top:58px; z-index:5; text-align:left; white-space:nowrap; }
#menu2 {}
#menu2 > li { display:block;width: 100%; height:146px; position:relative;margin-bottom: 1px; white-space:nowrap;}
#menu2 > li > a{display:block; width: 100%; height:100%; text-decoration:none; position:relative; overflow:hidden; }
#menu2 > li > a .over{display:block;position: absolute;width:100%; height:100%; left:0px; top:0px; z-index:1; background:#505050;}
#menu2 > li > a .txt1{ display:block; position: absolute; top: 0; width: 1000px; left: 50%; margin-left: -480px; height:100%; z-index:30;font-family:'ralewaythin';font-size:50px; line-height:146px; color:#68696e; text-decoration:none; text-transform:uppercase;  }









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



#content{ position:absolute; left:50%; margin-left: -169px; top:58px; z-index:30;}
#content > ul{}
#content > ul > li{ width:669px; height:734px; position:absolute; overflow:hidden;}

.close{ display:block; width:33px; height:33px; position:absolute; right:10px; top:10px; z-index:30;}
.close span{ display:block; width:33px; height:33px; background:url(../images/close.png) center center no-repeat; }

.box{ width:580px;height:694px; position:relative;padding: 40px 33px 0px 56px; background: url(../images/content_bg.jpg) 0 0 no-repeat;}

.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:260px;}







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

h2{ font-family:'ralewaythin';font-weight:normal; font-size:35px; color:#3b3b3b; line-height:40px; padding:10px 0 20px 0;  }
.h3{ display:block; height:20px;font-size:16px; color:#fff; line-height:20px; text-transform:uppercase;}


.upper { text-transform:uppercase;}

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

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

.line1 { height:1px; 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 #fff;}



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

.video1 {width:542px; height:201px; margin-bottom:20px;}
.video1 a img { border:1px solid #fff;}

.button1{ display:inline-block; height:30px;line-height:30px; text-decoration:none; margin-top:10px; margin-bottom:10px; font-size:28px; font-family:'rouge_scriptregular'; color:#3f3f3f; white-space:nowrap; letter-spacing:0px;background:url(../images/button1.png) 0 9px no-repeat; padding-left: 25px; 
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: red;}

.ul1{ margin-bottom:0px;}
.ul1 > li { line-height:27px;font-family:'open_sansregular'; font-size: 18px; margin-bottom: 3px; }
.ul1 > li a{ display:block; height:100%; text-decoration:none; color:#3b3b3b; padding-left:10px;}
.ul1 > li a:hover{ text-decoration:none; color:#fff;background: url(../images/li_line1.png) 0 0 repeat-x; }

.gal1 { width:252px; padding-bottom:30px; float:left; margin-right:45px; }
.gal1.last { margin-right:0px; }


.photo1 {width:252px; height:191px; margin-bottom:20px;}
.photo1 a img {border:1px solid #fff;}

.prices{width: 100%; line-height: 27px; background: url(../images/prices.png) left bottom repeat-x; margin-bottom: 3px;}
.prices .txt1{float: left;}
.prices .txt2{float: right; font-weight: bold;}

.google_map{

    width: 330px;
    height: 220px;
    border-radius:0px;
    background: #fff;
    position:relative;
    overflow:hidden; margin-right:20px;border:1px solid #fff; float: left;
}






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

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


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

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

#ajax-contact-form label{width: 100px; line-height:25px; color:#000; display:block;}
#ajax-contact-form label.c{ margin-top:0px;}

#ajax-contact-form input{width:260px; height:29px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color: #000; background: #dfdfdf; 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:#6f6f6f; }

#ajax-contact-form textarea{width:250px; height:93px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color: #000; background: #dfdfdf; 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:#6f6f6f; }

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

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

#ajax-contact-form input.submit{ width:111px; height:43px; cursor:pointer; background:url(../images/submit.png) left top no-repeat; border:none; margin:0px 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: 'ralewaythin';
    src: url('raleway_thin-webfont.eot');
    src: url('raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway_thin-webfont.woff') format('woff'),
         url('raleway_thin-webfont.ttf') format('truetype'),
         url('raleway_thin-webfont.svg#ralewaythin') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}