@import "reset.css";
@import "prettyPhoto.css";
@import "supersized.css";
@import "supersized.shutter.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: #343434;
}
::-moz-selection{
  color: #fff;
  background: #343434;
}

body, html {height:100%;}

body{ background:#0c0c0c; border:0; font: 14px Arial, Helvetica, sans-serif; color:#0FF ; 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 #0c0c0c; 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; background: url(../images/bg1.gif) no-repeat fixed center top;
background-size: cover;}


.main1 { width:100%;height:760px; position:relative; z-index:1;}


.main2{ width:1000px; height:530px; position:absolute; left:50%; margin-left:-500px; top:50%; margin-top:-390px; z-index:20;}

.bg1{ width:100%; height:100%; background: #0c0c0c; position:fixed; left:0; top: 0; z-index:1;}

.sh1{ width:1511px; height:95px; background: url(../images/sh1.png) 0 0 no-repeat; position:absolute; left:50%; margin-left:-755px; bottom: 0; z-index:2;}

header{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 3; text-align: center; padding-bottom: 90px;}
.logo { display:inline-block;text-decoration:none; font-family: 'copprplgoth_bd_btbold'; }
.logo .txt1{ font-size: 28px; line-height: 28px; text-transform: uppercase; color: #fff; text-decoration: none; letter-spacing: 1px;}
.logo .txt1 .over1{display: inline-block; width: 17px; height: 28px; background: url(../images/logo_bg1.png) center center no-repeat; padding: 0 15px;}
.logo .txt1 .over2{display: inline-block; width: 17px; height: 28px; background: url(../images/logo_bg2.png) center center no-repeat; padding: 0 15px;}
.logo .txt2{ font-size: 80px; line-height: 70px; text-transform: uppercase; color: #fff; text-decoration: none; letter-spacing: 1px;}
.logo .txt3{ font-size: 18px; line-height: 28px; text-transform: uppercase; color: #0FF; text-decoration: none; letter-spacing: 7px;}

footer{width: 100%; height: 40px; line-height: 40px; position: absolute; left: 0; bottom: 0; z-index: 5; text-align: center;  font-size: 10px; text-transform: uppercase;}
.copyright{color:#0FF; display: inline-block; }
.privacy{ color:#6c6c6c; text-decoration: none; display: inline-block; height: 20px; line-height: 20px; margin-top: 10px; margin-left: 15px; margin-right: 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;
}
.privacy:hover{color: #fff;}
.tola{ display: inline-block; text-align: left;}
.icons { position: absolute; right: 10px; top: 5px; z-index: 2;}
.icons > li { display:inline-block; padding:0 2px;position:relative;}
.icons > li > a{display:block; width:100%; height:30px;}



/* ============================= main menu ====================== */

.menu { display:block; width: 100%; height:40px; position:absolute; left: 0; bottom: 40px; z-index:4; text-align:center; white-space:nowrap; }
#menu { display:inline-block; height:40px; white-space:nowrap;}
#menu > li { display: inline-block;height:40px; position:relative; float:left; white-space:nowrap; padding-left: 5px; background: url(../images/marker1.png) 0 center no-repeat;}
#menu > li:first-child{background: none;}
#menu > li > a{display: inline-block; height:100%; text-decoration:none; position:relative; padding: 0 20px; overflow:hidden;font-family: 'copprplgoth_bd_btbold'; letter-spacing: 1px; }
#menu > li > a .txt1{ display:block; position: relative; width:100%; height:100%; left:0px; top:40px; z-index:5;font-size:14px; line-height:40px; color:#ffffff; text-decoration:none; text-transform:uppercase;  }
#menu > li > a .txt2{ display:block; position: absolute; width:100%; height:100%; left:0px; top:40px; z-index:20;font-size:14px; line-height:40px; color:#fff; text-decoration:none; text-transform:uppercase;  }

.submenu{ position:absolute; z-index:1; bottom:40px; left:15px; background: url(../images/submenu_arr1.png) 15px bottom no-repeat;}
.submenu > ul{ padding:10px 0; background: #161616; margin-bottom: 5px; border-bottom:1px solid #6c6c6c;   }
.submenu ul > li{ display:block; width:100%; height:22px; position:relative; text-align:left; }
.submenu ul > li > a{ display:block;height:100%;line-height:22px; text-decoration:none; position: relative; font-family:'copprplgoth_bd_btbold';font-size:16px;  color:#9f9f9f; white-space:nowrap; padding:0 15px; background:none;letter-spacing: 1px;
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:#383838; }


/* ============================= main layout ====================== */



#content{ width:1000px; height:530px; position:absolute; left:0px; top:0px; z-index:2;}
#content > ul{ width:100%; height:100%; position:relative;}
#content > ul > li{ width:1000px; height:530px; position:absolute; }

.close{ display:block; width:34px; height:34px; position:absolute; right:9px; top:28px; z-index:30;}
.close span{ display:block; width:34px; height:34px; background:url(../images/close.png) center center no-repeat; }

.box{ width:980px;height:520px; position:relative; padding: 10px 10px 0 10px;}

.col0,.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12   { float:left;}

.col0 { width:1px; height: 460px; background:#515151; margin-left:34px; margin-right:35px; margin-top:75px;}

.col1{ width:455px;}
.col2{ width:210px;}







.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:#fff; text-decoration: underline; outline:none}
a:hover{ text-decoration: none}

h2{ font-family:'copprplgoth_bd_btbold';font-weight:normal; font-size:30px; color:#B7E2F0; line-height:30px; padding:20px 0 20px 0; text-transform: uppercase; letter-spacing: 1px;  }
.photogallery h3{ font-family:'copprplgoth_bd_btbold';font-weight:normal; font-size:18px; color:#d1d1d1; line-height:20px; padding:20px 0 5px 0; text-transform: uppercase; letter-spacing: 5px; text-align: center;  }
.photogallery h2{ font-family:'copprplgoth_bd_btbold';font-weight:normal; font-size:30px; color:#d1d1d1; line-height:30px; padding:5px 0 20px 0; text-transform: uppercase; letter-spacing: 1px; text-align: center;  }
.videogallery h3{ font-family:'copprplgoth_bd_btbold';font-weight:normal; font-size:18px; color:#d1d1d1; line-height:20px; padding:20px 0 5px 0; text-transform: uppercase; letter-spacing: 5px; text-align: center;  }
.videogallery h2{ font-family:'copprplgoth_bd_btbold';font-weight:normal; font-size:30px; color:#d1d1d1; line-height:30px; padding:5px 0 20px 0; text-transform: uppercase; letter-spacing: 1px; text-align: center;  }


.upper { text-transform:uppercase;}

.color1{ color:#fff;}

.text { padding:0 0 5px; display: block;}

.line1 { height:1px; background:#333333; margin:20px 0;}

.radius1{border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

.border1 { padding: 2px; background: #0c0c0c;}



.img1 {margin-bottom:20px;margin-right:20px;}
.img2 {margin-right:20px; }
.img3 {margin-bottom:20px;}

.button1{ display:inline-block; height:16px; line-height:16px;  position:relative; text-decoration: none; margin-top:10px; margin-bottom:10px; font-size:14px; font-family:'copprplgoth_bd_btbold'; color:#6c6c6c; text-transform:uppercase; white-space:nowrap; letter-spacing:0px; background:url(../images/button1.png) 0 5px no-repeat; padding-left:20px;
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:url(../images/button1.png) 10px 5px no-repeat;}

.date1{display: inline-block; color: #9d9d9d; background: #343434; height: 31px; line-height: 31px; padding: 0 8px; margin-bottom: 10px;}

.photo{position: relative; height: 400px;}
.photo li{position: relative; display: inline-block; width: 320px; height: 400px; float: left; margin-left: 5px; margin-right: 5px;}
.photo li .txt{color: #6d6d6d; text-transform: uppercase;}
.photo1 {width:320px; height:320px; overflow: hidden; margin-bottom: 15px;}

.video{position: relative; height: 400px;}
.video li{position: relative; display: inline-block; width: 466px; height: 400px; float: left; margin-left: 10px; margin-right: 10px; background: url(../images/video1.png) 420px 338px no-repeat;}
.video li:hover{background-image: url(../images/video1_over.png);}
.video li .txt{color: #6d6d6d; text-transform: uppercase; padding-right: 60px;}
.video1 {width:466px; height:320px; overflow: hidden; margin-bottom: 15px;}

.date2{width: 60px; float: left; font-family:'Georgia'; font-size: 20px; line-height: 20px; color: #8c857d;padding-bottom: 10px;}
.date3{float: left; font-family:"Times New Roman"; font-size: 14px; line-height: 21px; padding-bottom: 10px;}

.ul1{ margin-bottom:0px;}
.ul1 > li { line-height:35px; }
.ul1 > li a{ display:block; height:100%; text-decoration:none; color:#bdbdbd; padding-left:25px; background: url(../images/li_st1.png) 0 13px 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:#fff; background-position: 10px 13px;}

.prices1{padding-bottom: 5px;}
.prices1 .txt1{width: 340px; float: left; }
.prices1 .txt2{width: 70px; float: right;}

.google_map{

  width: 450px;
  height: 220px;
  border-radius:0px;
  background: #fff;
  position:relative;
  overflow:hidden; margin-bottom:20px; border:2px solid #0c0c0c;
}





/*===================== jScrollPane =====================*/

.scroll-pane{width: 100%; height:462px; overflow: auto;}

.horizontal-only {width: 962px; height: 432px; overflow: visible!important;}

.horizontal-only .jspContainer{overflow: visible;}


/*================= Contacts =========================*/

#note{ width:440px;}
.notification_error{ color:#f00; margin-bottom:5px }
.notification_ok{ text-align: center;} 

#ajax-contact-form label{float:left; width: 100px; line-height:34px; color:#b2b2b2;}
#ajax-contact-form label.c{ margin-top:5px;}

#ajax-contact-form input{ float:left; width:320px; height:32px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #fff; background: #000; border: 1px solid #4d4d4d; margin-bottom:5px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
#ajax-contact-form input:focus{border-color:#9c9c9c; }

#ajax-contact-form textarea{ float:left; width:320px; height:140px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #fff; background: #000; border: 1px solid #4d4d4d; margin-bottom:5px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
#ajax-contact-form textarea:focus{border-color:#9c9c9c; }

#ajax-contact-form img{float:left; width:140px; height:53px; margin-top:5px; margin-left:10px;}

#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:25px 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: 'copprplgoth_bd_btbold';
    src: url('copgothb-webfont.eot');
    src: url('copgothb-webfont.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;

}