@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 ======================================================== */


body, html {height:100%;}

body{ background:#FFFFFF;  border:0; font: 14px 'JuraMedium'; color:#acacac ; 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:visible;
	position:relative;
	z-index:10;
}

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

.hl1{ position:absolute; left:100px; right:100px; top:0; height:2px; background:#FFFFFF; z-index:50;}


.main2{ width:30%; height:768px; background:#FFFFFF; position:absolute; left:0; top:50%; margin-top:-250px; z-index:10;}

header{ position:absolute; left:100px; top:25%; margin-top:-165px; z-index:15;}
.logo { display:inline-block;text-decoration:none; position:relative;}
.logo .txt1{
	font-family:'ralewaythin';
	font-size:35px;
	line-height:40px;
	color:#666;
	
	position:left;
	left:0px;
	top:-2px;
	white-space:nowrap;
	font-weight: bold;
	text-align: left;
}
.logo .txt2{
	font-family:'JuraMedium';
	font-size:18px;
	line-height:18px;
	color:#454545;
	
	position:absolute;
	left:-2px;
	top:55px;
	white-space:nowrap;
}

footer{ height:44px; position:fixed; padding-top:60px; left:75px; top:86%; z-index:20;}
.tola{ width:44px; height:44px; padding-top:100px;float:left;}
.copyright{color:#CCC; line-height:14px;padding-left:20px; float:left; font-family:'JuraMedium'; text-decoration:inherit; font-size:16px;}
.copyright a { color:#ccccc;}



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

/* Main Styles */	
	
#wrapper{
	width:100px;
	height:100px;
	margin:0 auto;
	margin-top:200px;
	z-index:10000;
}

#nav {
	display:block;
	height:36px;
	position:absolute;
	right:450px;
	top:25%;
	margin-top:-100px;
	z-index:16;
	text-align:left;
	white-space:nowrap;
	width:100px;
	
}

#navigation ul { display: none; }
#navigation li:hover ul { display: block; }

ul#navigation {
	margin:0px auto;
	position:relative;
	float:left;
	z-index:10000;
	width:550px;
	
}

ul#navigation li {
	display:inline;
	font-size:16px;
	height:25px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	z-index:10000;
	
	
}

ul#navigation li a {
	padding:10px 25px;
	color:none;
	
	
	text-decoration:none;
	display:inline-block;
	font-size:18px;
	
	
	background: #transparent;
	
	-webkit-transition:color 0.4s linear, background 0.4s linear;	
	-moz-transition:color 0.4s linear, background 0.4s linear;	
	-o-transition:color 0.4s linear, background 0.4s linear;	
	transition:color 0.4s linear, background 0.4s linear;	
}

ul#navigation li a:hover {
	background:#transparent;
	color:#666;
}

ul#navigation li:hover > a {
	background:#transparent;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
	width:100px;
	height:100px;
	
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	
	background:#ffffff;
	font-size:11px;
	
	opacity:0;
	-webkit-transition:opacity 0.4s linear, visibility 0.4s linear; 
	-moz-transition:opacity 0.4s linear, visibility 0.4s linear; 
	-o-transition:opacity 0.4s linear, visibility 0.4s linear; 
	transition:opacity 0.4s linear, visibility 0.4s linear; 	
}

ul#navigation ul {
    top: 32px;
    left: 15px;
}

ul#navigation ul li ul {
    top: 0;
    left: 150px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	
}

ul#navigation ul li a {
	background:none;
	padding:7px 15px;
	color:#616161;
	font-size:13px;
	
	text-decoration:none;
	
	border:0 none;
	float:left;
	clear:both;
	
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}


.menu {
	display:block;
	height:30px;
	position:absolute;
	right:98px;
	top:28%;
	margin-top:-100px;
	z-index:16;
	text-align:left;
	white-space:nowrap;
}
#menu { }
#menu > li { display: inline-block;height:36px; position:relative; float:left; margin:0 0px; white-space:nowrap;}
#menu > li > a{display: inline-block; height:100%; text-decoration:none; position:relative; padding-left:0px; padding-right:30px; overflow:hidden; }
#menu > li > a .over{display:block;position: absolute;width:100%; height:100%; left:0px; top:0px; z-index:10; background:transparent; }
#menu > li > a .txt1{ display:block; position: relative; width:100%; height:100%; left:0px; top:0px; z-index:5;font-family:'JuraMedium';font-size:18px; line-height:36px; color:#454545; text-decoration:none; }
#menu > li > a .txt2{ display:block; position: absolute; width:100%; height:100%; left:0px; top:0px; z-index:20;font-family:'JuraMedium';font-size:18px; line-height:36px; color:#939393; text-decoration:none;  }

.submenu{ display:block; position:absolute; z-index:100; top:32px; left:0px;}
.submenu > ul{display:inline-block; padding:0px 0 0 0;  }
.submenu ul > li{ ; width:100%; height:28px; position:relative; text-align:left; margin-bottom:1px;}
.submenu ul > li > a{ ;
	height:100%;
	line-height:36px;
	text-decoration:none;
	position: relative;
	font-family:'JuraMedium';
	font-size:16px;
	color:none;
	padding:0 10px;
	background:none;
}


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



#content{ width:250%; height:768px; position:absolute; left:50px; top:-100px; z-index:2; overflow:hidden; }
#content > ul{ width:250%; height:768px; position:relative; overflow:hidden;}
#content > ul > li{ width:250%; height:768px; position:absolute; overflow:hidden;}

.box{height:768px; position:absolute; left:50px; right:0; top:-1px;}
.box2{width:1600px;}

}

.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;}









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

h2{ font-family:'ralewaythin';font-weight:normal; font-size:17px; color:#555555; line-height:25px; padding:20px 0 20px 0; letter-spacing:2px;  }
h3{ font-family:'ralewaythin';font-weight:normal; font-size:14px; color:#555555; line-height:18px; padding:0px 0 10px 0;  }


.upper { text-transform:uppercase;}

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

.text { padding:0 0 5px; display:block;}
.textX {
	padding:0 0 5px;
	display:block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	color: #666;
}

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

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

.border1 { border:1px solid #707070;}



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

.button1{
	display:inline-block;
	height:30px;
	line-height:30px;
	text-decoration:none;
	margin-top:10px;
	margin-bottom:10px;
	font-size:13px;
	font-family:'JuraMedium';
	color:#ffffff;
	text-transform:uppercase;
	white-space:nowrap;
	letter-spacing:0px;
	background:#494949;
	padding:0 15px;
}

.gal1 { width:70px; padding-bottom:20px; font-size:11px; color:#000000; float:left; margin-right:13px; }
.gal1.last { margin-right:0px; }
.gal1 .txt{  font-family:'JuraMedium'; color:#000000; padding-top:1px;}

.photo1 {width70px; height:53px; margin-bottom:0px;}
.photo1 a img {border:1px solid #333333;}

.vid1 { width:90px; padding-bottom:10px; float:left; margin-right:20px; }
.vid1.last { margin-right:0px; }
.vid1 .txt{  font-family:'JuraMedium'; color:transparent;}

.video1 {width:90px; height:90px; margin-bottom:20px;}
.video1 a img {border:1px solid #000000;}

.ul1 > li { line-height:50px;}
.ul1 > li a{ display:block;text-decoration:none; font-family:'JuraMedium'; font-size:16px; color:#fff;background:url(../images/li_st1.png) 6px 10px no-repeat; padding-left:25px;}
.ul1 > li a:hover{ text-decoration:none; color:#555555; background:#000000 url(../images/li_st1.png) 6px 10px no-repeat;}

.prices1{background:url(../images/prices1.png) left bottom repeat-x; width:100%; margin-bottom:5px;}
.prices1 .txt1{ float:left;}
.prices1 .txt2{ width:35px; float:right; background:#000; text-align:right;}

.google_map{

	width: 460px;
	height: 130px;
	border-radius:0px;
	background: #fff;
	position:relative;
	overflow:hidden; margin-right:20px; float:left;

}

.splash { 
	width: 100%;
	margin-left:300px; float:left; margin-top:-180px; overflow:hidden;
 }

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

.scroll-pane{width: 100%!important; height:570px; margin-bottom:20px; 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:#acacac;}
#ajax-contact-form label.c{ margin-top:5px;}

input{ float:left; width:220px; height:29px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #787878; background: #FFFFFF; border: 1px solid #555555; margin-bottom:5px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }

textarea{ float:left; width:220px; height:200px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #656565; background: #FFFFFF; border: 1px solid #555555; margin-bottom:20px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}

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

input.capthca{ float:left; width:68px; margin-top:5px; margin-right:10px;}

input.submit{ width:68px; height:30px; cursor:pointer; background:url(../images/submit.png) left top no-repeat; border:none; margin:5px 0 0 1px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;  text-indent:-999%; }
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: 'JuraMedium';
    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#JuraMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@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.otf") format('opentype'),
         url('raleway_thin-webfont.svg#ralewaythin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'JuraMedium';
    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#JuraMedium') format('svg');
    font-weight: normal;
    font-style: normal
	
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 23, 2012 04:04:37 AM America/New_York */



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

}

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

}

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

}

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

}
