@import "reset.css";
@import "jquery.fancybox-1.3.4.css";
@import "grid.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;
}
/*global*/
body {
position:absolute;
font:12px/20px Arial, sans-serif;
color:#8a8183;
min-width: 1050px;
min-height: 1000px;
width:100%;
height:100%;
overflow:hidden;
z-index:1;
}
body p a {
text-decoration:none;
}
body p a:hover {
text-decoration:underline;
}
a {
text-decoration:none;
}
h1 {
position: relative;
padding: 37px 0 32px;
}
h1>a{
position:relative;
display:inline-block;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
width: 172px;
height: 61px;
background: url(../images/logo.png) center no-repeat;
}
h2 {
font: 400 25px/1.2em 'Oswald', sans-serif;
color: #fff;
padding-bottom: 15px;
word-spacing: 2px;
}
h3 {
font-size: 11px;
color: #fff;
text-transform: uppercase;
font-weight: 700;
padding-bottom: 20px;
}
p {
padding-bottom: 10px;
}
figure{
display: inline-block;
border: 5px solid #fff;
}
#glob {
position:absolute;
width:100%;
height:100%;
overflow:hidden;
z-index:2;
}
.spinner {
position:fixed;
left:0px;
top:0px;
width:100%;
height:100%;
z-index:9999;
background:url( "../images/ajax-loader.gif") 50% 50% no-repeat #363033;
}
/*---------gallery bg--------*/
#galleryHolder{
position: absolute;
width: 100%;
height: 100%;
}
#galleryHolder img{
background: none;
}
.imageHolder{
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
}
.topImg{
position: absolute;
z-index: 10;
}
.bottomImg{
position: absolute;
z-index: 1;
}
/*end gallery*/
#slideshow{
text-align: center;
margin: 68px 0 0 -10px;
}
#slideshow>li{
display: block;
width: 100%;
}
#slideshow>li{
display: inline-block;
}
#next, #prev{
position: absolute;
display: inline-block;
top: 195px;
z-index: 50;
width: 103px;
height: 127px;
}
#prev{
left: -56px;
background: url(../images/arrowL.png) left center no-repeat;
}
#next{
right: -57px;
background: url(../images/arrowR.png) right center no-repeat;
}
header, footer{
position:absolute;
width:100%;
z-index:100;
text-align: center;
}
/*header*/
header{
top:0px;
height: 228px;
background: url(../images/header_bg.png) center bottom repeat-x;
}
/*end header*/
/*footer*/
footer{
bottom:0px;
height: 36px;
}
footer p {
position: relative;
font: 11px/1.2em Arial, sans-serif;
color: #8a8183;
text-transform: uppercase;
white-space: pre;
}
footer p a{
color: #8a8183;
}
/*end footer*/
/*menu*/
.menu {
position: relative;
display: inline-block;
}
#menu{
height: 105px;
}
#menu>li {
display: inline-block;
position: relative;
height: 100%;
margin: 0;
float: left;
}
#menu>li:first-child {
display: none;
}
#menu>li>a {
position: relative;
display: inline-block;
font: 14px/95px 'Oswald', sans-serif;
color: #fff;
text-transform: uppercase;
padding: 0 21px;
z-index: 10;
}
#menu>li>strong{
display: inline-block;
position:absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 6;
background: url(../images/menu_bg.png) center top repeat-x;
opacity: 0;
}
#menu>li>strong>span{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 7px;
background: url(../images/menu_bg_arrow.png) center no-repeat;
}
.submenu_1, .submenu_2 {
position:absolute;
z-index: 5;
width: 171px;
left: 0px;
top: 98px;
text-align: left;
display: none;
text-shadow: rgba(30,28,30,0.67) 0 20px 35px;
background: #5a5257;
background: -moz-linear-gradient(top, #5a5257, #363033);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a5257), color-stop(100%,#363033));
background: -webkit-linear-gradient(top, #5a5257, #363033);
background: -o-linear-gradient(top, #5a5257, #363033);
background: -ms-linear-gradient(top, #5a5257, #363033);
background: linear-gradient(top, #5a5257, #363033);
}
.submenu_1 li {
position:relative;
display: block;
}
.submenu_1 li:first-child{
padding-top: 22px;
}
.submenu_1 li.last{
padding-bottom: 24px;
}
.submenu_1 a {
position:relative;
display: block;
font: 11px/20px Arial, sans-serif;
color: #fff;
text-transform: uppercase;
padding: 5px 0 5px 22px;
}
.submenu_1 li>a:hover,.submenu_1 li.sfHover>a{
background: #f96a5a;
background: -moz-linear-gradient(top, #f96a5a, #f86052);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f96a5a), color-stop(100%,#f86052));
background: -webkit-linear-gradient(top, #f96a5a, #f86052);
background: -o-linear-gradient(top, #f96a5a, #f86052);
background: -ms-linear-gradient(top, #f96a5a, #f86052);
background: linear-gradient(top, #f96a5a, #f86052);
}
.submenu_2 {
position:absolute;
z-index:9100;
width: 100%;
left: 100%;
top: -22px;
}
.submenu_2 li:first-child{
padding-top: 24px;
}
.submenu_2 li.last{
padding-bottom: 24px;
}
.submenu_2 li>a:hover,.submenu_2 li.sfHover>a{
background: #746c70;
background: -moz-linear-gradient(top, #746c70, #655d61);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#746c70), color-stop(100%,#655d61));
background: -webkit-linear-gradient(top, #746c70, #655d61);
background: -o-linear-gradient(top, #746c70, #655d61);
background: -ms-linear-gradient(top, #746c70, #655d61);
background: linear-gradient(top, #746c70, #655d61);
}
/*end menu*/
/*pages*/
#content {
position:relative;
width: 1050px;
height:630px;
margin: 250px auto 0;
z-index: 50;
left: 0px;
}
#content>ul {
width:100%;
}
#content>ul>li:first-child{
background: none;
width: 100%;
margin-left: 0;
}
#content>ul>li {
position:absolute;
width: 950px;
overflow: hidden;
background: #1b191a;
margin-left: 50px;
}
.readMore {
font-size: 11px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
padding-top: 10px;
position: relative;
display: inline-block;
}
.readMore:hover{
text-decoration: none;
}
hr{
width: 100%;
height: 1px;
background: url(../images/hline.png) repeat-x;
}
.list1>li{
display: inline-block;
margin-right: 10px;
float: left;
}
.list1>li.last{
margin-right: 0;
}
.list1>li>figure>a{
display: block;
position: relative;
width: 140px;
height: 132px;
}
.list2{
margin: 1px 0 24px;
}
.list2>li{
background: url(../images/list_icon.png) 1px 6px no-repeat;
margin-bottom: 10px;
}
.list2>li>*{
padding-left: 22px;
}
.list2>li>p>strong{
color: #fff;
font-size: 11px;
text-transform: uppercase;
display: inline-block;
}
.list2>li>h3{
padding-bottom: 0;
}
.list2>li>h3>a{
color: #fff;
}
.list2>li>h3>a:hover{
text-decoration: underline;
}
.list3>li{
display: inline-block;
width: 256px;
margin-right: 19px;
}
.list3>li.last{
margin-right: 0;
}
.list3>li>figure{
float: left;
margin-right: 20px;
}
.list3>li>div{
overflow: hidden;
}
.list3>li>div>h3{
margin-top: -6px;
padding-bottom: 0px;
}
.list4{
margin-top: 4px;
}
.list4>li{
position: relative;
display: inline-block;
width: 271px;
text-align: center;
margin: 0 4px 17px 0;
}
.list4>li.right{
margin-right: 0;
}
.list4>li>img{
display: inline-block;
width: 129px;
margin-bottom: 18px;
}
.list4>li>h3{
padding-bottom: 0;
}
.list4>li>h3>a{
color: #fff;
}
.list4>li>h3>a:hover{
text-decoration: underline;
}
.list5>li{
display: inline-block;
margin: 0 7px 10px 0;
}
.list5>li.right{
margin-right: 0;
}
.list5>li>figure>a{
display: block;
position: relative;
width: 180px;
height: 178px;
}
.slider{
width: 470px;
height: 142px;
margin: 27px 0 51px;
position: relative;
}
#slider2{
margin-top: 21px;
}
#slider2 .btnsHolder{
top: -69px;
}
#slider3,#slider4{
width: 100%;
margin-bottom: 0;
}
#slider4{
height: 400px;
margin-bottom: 36px;
}
.btnsHolder{
display: inline-block;
position: absolute;
top: -76px;
right: 0px;
z-index: 10;
}
.btnsHolder>a{
display: inline-block;
position: relative;
width: 29px;
height: 29px;
background: #5b5257;
background: -moz-linear-gradient(top, #5b5257, #363134);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5257), color-stop(100%,#363134));
background: -webkit-linear-gradient(top, #5b5257, #363134);
background: -o-linear-gradient(top, #5b5257, #363134);
background: -ms-linear-gradient(top, #5b5257, #363134);
background: linear-gradient(top, #5b5257, #363134);
box-shadow: 0 20px 35px rgba(0,0,0,0.6);
-moz-box-shadow: 0 20px 35px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 20px 35px rgba(0,0,0,0.6);
float: left;
margin-left: 1px;
}
.prevBtn>span, .nextBtn>span{
display: inline-block;
position: relative;
width: 100%;
height: 100%;
}
.prevBtn>span{
background: url(../images/arrowL_nav.png) left center no-repeat;
}
.nextBtn>span{
background: url(../images/arrowR_nav.png) right center no-repeat;
}
.sitem_over {
position:absolute;
background:url( '../images/pic_bg_over.png');
z-index:2;
width:100%;
height:100%;
display:none;
overflow: hidden;
}
.sitem_over>strong {
position:relative;
background:url( '../images/icon_zoom.png') center no-repeat;
width: 100%;
height: 100%;
display: block;
}
/*PADDINGS*/
.pad1 {
padding-top: 71px;
}
.pad2 {
padding:71px 0 30px;
}
.mar1{
margin: 6px 0 26px;
}
.mar2{
margin-top: 21px;
}
.mar3{
margin: 6px 19px 0px 0px;
}
.mar4{
margin: -9px 0 6px;
}
.mar5{
margin: 6px 0 26px;
}
.color1{
color: #fff;
}
.color2{
color: #ff7069;
}
.width1{
display: inline-block;
width: 68px;
}
.width2{
display: inline-block;
padding: 0 16px;
color: #8a8183;
}
/*additional classes*/
.fleft {
float:left;
}
.wrapper {
width:100%;
overflow:hidden;
}
.box{
overflow:hidden;
}
a.nound,.nound a {
text-decoration:none;
}
a.nound:hover,.nound a:hover {
text-decoration:underline;
}
a.und,.und a {
text-decoration:underline;
}
a.und:hover,.und a:hover {
text-decoration:none;
}
.nopad {
padding:0;
}
.clear {
clear:both;
line-height:0;
}
/*google map*/
.google_map{
position:  relative;
overflow: hidden;
border-radius: 0px;
width: 420px;
height: 318px;
border: none;
box-shadow: none;
background-color: #363033;
background-image: url(../images/ajax-loader.gif);
background-repeat: no-repeat;  
background-position: 50%;
}
/*end google map*/
/* Forms*/
#form1 {
position: relative;
margin-top: 4px;
height: 510px;
}
#form1 input,
#form1 textarea {
position: relative;
background: #141314;
border: 1px solid #3e383c;
color:#8a8183;
padding: 9px 11px;
width: 246px;
outline:none;
box-shadow:none;
}
#form1 textarea {
width: 366px;
height: 225px;
overflow:auto;
resize: none;
margin-top: 2px;
}
#form1 label {
display:inline-block;
min-height: 50px;
position: relative;
width: 270px;
}
#form1 .success{
position: relative;
padding-bottom: 3px;
}
#form1 .error, #form1 .empty {
text-align: left;
display:none;
font-size:10px;
color:#fff;
margin-left: 3px;
top: -3px;
position: relative;
}
fieldset{
height: 210px;
}
.btns{
padding: 9px 0 0;
position: relative;
float: right;
}
.btns a{
display:inline-block;
margin-left: 26px;
}
/* Form defaults */
input, select, textarea {
font: normal 12px/14px Arial, sans-serif;
vertical-align:middle;
}
/*end forms*/