@import "reset.css";
@import "prettyPhoto.css";
@import "supersized.css";
@import "supersized.shutter.css";
@import "jplayer.css";
@import "http://fonts.googleapis.com/css?family=Oswald";

/* 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: #3b3b3b;
}
::-moz-selection{
  color: #fff;
  background: #3b3b3b;
}

body, html {height:100%;}

body{ background:#fff; border:0; font: 12px Arial, Helvetica, sans-serif; color:#3b3b3b ; line-height:18px; min-width:960px; min-height: 500px;}

#spinner { position:fixed; z-index:99; background:url(../images/loader.gif) 50% 50% no-repeat #fff; width:100%; height:100%; top:0; left:0;}
#pageLoader { position: fixed; width: 72px; height: 72px; top: 50%; left: 50%; margin: -36px 0 0 -36px; background:#fff; z-index: 1000; padding: 0px; display: none; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}
#pageLoader > div { background: url(../images/page_loader.gif) 0 0 no-repeat; width: 64px; height: 64px; margin: 4px;}

.close{display: inline-block;width: 46px; height: 46px; text-decoration: none; position: absolute; right: 10px; top: 10px; z-index: 50;}
.close span{display: block;width: 100%; height: 100%; background: url(../images/close.gif) 0 0 no-repeat;}

header{display: block; width: 980px; position: absolute; z-index: 31; left: 50%; margin-left: -490px; top: 380px;}
.logo { display:inline-block;text-decoration:none; white-space: nowrap; position: absolute; left: 0; top: 0;}
.logo .txt1{font-size: 130px; line-height: 110px; font-family: 'BebasNeueRegular'; color: #3b3b3b; text-decoration: none; text-transform: uppercase; text-shadow:5px 5px rgba(0, 0, 0, 0.15);}
.logo .txt2{font-size: 30px; line-height: 30px; font-family: 'BebasNeueRegular'; color: #3b3b3b; text-decoration: none; text-transform: uppercase; text-shadow:3px 4px rgba(0, 0, 0, 0.15);}




footer{width: 980px; height: 52px; background: #3b3b3b; position: absolute; left: 50%; margin-left: -490px; bottom: 0; z-index: 30;}
.copyright{color:#a5a5a5; padding-left:20px; float: left; line-height: 52px; }
.marker1{float: left;background: url(../images/marker1.png) center center no-repeat; width: 25px; height: 52px; line-height: 52px;}
.privacy{ display: inline-block; float: left; height: 32px; line-height: 32px; color: #d8d8d8; text-decoration: none; padding: 0 10px; margin-top: 10px; margin-left: 0px;
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{background: #fff; color: #7a7a7a;}
.tola{float: left;}

.icons { float: right; padding-top: 10px; padding-right: 10px;}
.icons > li { display:inline-block;margin-left: 1px; position:relative; float: left;background: #666666;}
.icons > li > a{display:block; width:32px; height:32px; 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;
}
.icons > li.nav1 > a:hover{background: #00abe3;}
.icons > li.nav2 > a:hover{background: #3a546d;}
.icons > li.nav3 > a:hover{background: #c91e25;}
.icons > li.nav4 > a:hover{background: #004088;}
.icons > li.nav5 > a:hover{background: #01669c;}
.icons > li.nav6 > a:hover{background: #f14724;}

.icons_txt{ line-height:52px; color:#a5a5a5; float:right; padding-right:10px;}











/* ============================= main menu ====================== */

.menu { display:block; width: 980px; position: absolute; left: 50%; margin-left: -490px; top: 0; z-index: 20; white-space:nowrap; }
#menu { }
#menu > li { display: block;width: 230px; height:230px; position:absolute;}
#menu > li > a{display: block; width: 230px; height:230px; 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:#fff;}
#menu > li > a .img{display:block;position: absolute;left:0px; top:0px; z-index:20; }
#menu > li > a .txt1{ display:block; position: relative; width:100%; z-index:5;font-family:'BebasNeueRegular';font-size:30px; line-height:30px; color:#888888; text-decoration:none;text-transform:uppercase; text-align: center;text-shadow:3px 3px rgba(175, 175, 175, 0.5); padding-top: 100px;}

#menu > li.nav1{left: 500px; top: 205px; z-index: 4;}
#menu > li.nav2{left: 500px; top: 455px; z-index: 3;}
#menu > li.nav3{left: 750px; top: 205px; z-index: 2;}
#menu > li.nav4{left: 750px; top: 455px; z-index: 1;}

.submenu{ position:absolute; width: 230px; z-index:10; top:230px; left:0px;white-space:nowrap;padding-top: 20px; background: url(../images/submenu_corner.png) center top no-repeat;}
.submenu > ul{ width: 190px; background: #fff; padding: 20px; }
.submenu ul > li{ display:block; height:40px; border-top:1px solid #d6d6d6; position:relative; text-align:center;}
.submenu ul > li:first-child{border-top: none;}
.submenu ul > li > a{ display:block;height:40px;line-height:40px; text-decoration:none; position: relative; font-family:'BebasNeueRegular';font-size:30px; color:#b5b5b5; text-transform: uppercase;
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 { text-decoration:none; color: #3b3b3b; }











/* ============================= main layout ====================== */
#wrapper > section { position: relative; top: 415px;  z-index: 10; /*height: 100%;*/ width: 980px;margin: 0 auto;}
#wrapper > section > div { position: relative; /*height: 100%;*/ overflow: visible;  }

.box{width: 900px; position: relative; padding: 40px 40px 40px 40px; background: url(../images/content_bg.png);}


.dynamicContent { position: absolute; width: 100%; z-index: 2; }
.dynamicContent .content{padding-bottom: 0px;}





.divider{padding-right: 20px; border-right:1px solid #2b2a28; margin-right: 19px;}

.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:560px;}
.col2{ width:300px;}
.col3{ width:580px;}
.col4{ width:280px;}
.col5{ width:450px;}
.col6{ width:410px;}








.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;}
.pad_left7{ padding-left:70px;}




a{ color:#929292; text-decoration: underline; outline:none}
a:hover{ text-decoration: none}

h1{ font-family:'Oswald';font-weight: 400; font-size:30px; color:#3b3b3b; line-height:30px; padding:15px 0 10px 0; text-transform: uppercase; border-bottom: 5px solid #d6d6d6; margin-bottom: 15px;  }

h2{ font-family:'Oswald';font-weight: 400; font-size:22px; color:#3b3b3b; line-height:22px; padding:23px 0 10px 0; text-transform: uppercase; border-bottom: 5px solid #d6d6d6; margin-bottom: 15px;  }

.h3{ font-size:14px; color:#3b3b3b; font-weight: bold; line-height:18px; padding-bottom: 5px;}


.upper { text-transform:uppercase;}

.color1{ color:#fff;}
.color2{ color:#ff0000;}

.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:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}

.border1 { border:5px solid #d6d6d6;}



.img1 {margin-bottom:20px;margin-right:20px;}
.img2 {margin-right:20px; }
.img3 {margin-bottom:20px;}

.button1{ display:inline-block; height:35px; line-height:35px;  position:relative; text-decoration: none; margin-top:10px; margin-bottom:10px; font-family: 'Oswald'; font-weight: 400; font-size:12px; color:#3b3b3b; white-space:nowrap; letter-spacing:0px;background: #d6d6d6; padding: 0 20px; text-transform: uppercase;
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.ml1{margin-left: 10px;}
.button1:hover { color:#fff; background: #3b3b3b;}

.about1{width: 170px; float: left; margin-right: 25px; padding-bottom: 10px;}
.about1.last{margin-right: 0;}

.ul1{ margin-bottom:0px;}
.ul1 > li { line-height:28px; }
.ul1 > li a{ display:block; height:100%;font-family: 'Oswald'; font-weight: 400; font-size:15px; text-decoration:none; color:#3b3b3b; padding-left:20px; background: url(../images/li_st1.png) 0 11px 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:#000; background-position: 10px 11px;}

.about2{padding-bottom: 25px;}
.about2 .img{float: left; margin-right: 20px;border:5px solid #d6d6d6;}

.news1{width: 179px; float: left; margin-right: 21px; padding-bottom: 20px;}
.news1.last{margin-right: 0;}
.news1 .img{margin-bottom: 15px;border:5px solid #d6d6d6;}

.gal1 { width:164px; padding-bottom:20px; float:left; margin-right:20px; }
.gal1.last { margin-right:0px; }

.photo1 {width:164px; height:111px; margin-bottom:15px;}
.photo1 a img {border:5px solid #d6d6d6;
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{border-color: #2d2d2d}

.tips1{padding-bottom: 20px;}
.tips1 .img{margin-bottom: 15px;border:5px solid #d6d6d6;}

.services1{padding-bottom: 20px;}
.services1 .img{float: left; margin-right: 20px;border:5px solid #d6d6d6;}

.services2{padding-bottom: 20px;}
.services2 .img{float: left; margin-right: 20px;border:5px solid #d6d6d6;}

.google_map{
    width: 440px; 
    height: 270px;
    border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;
    background: #fff;
    position:relative;
    overflow:hidden; margin-bottom:20px; border:5px solid #d6d6d6;
}

.google_map iframe { background:#fff url(../images/googleMapLoader.gif) no-repeat center center; border: medium none; display: inline-block; height: 100%; outline: medium none; position: relative; width: 100%; }






/*================= Contacts =========================*/

#note{ width:400px;}
.notification_error{ color:#f00; margin-bottom:5px }
.notification_ok{ text-align: center;} 

#ajax-contact-form label{float:left; width: 100px; line-height:31px; color:#3b3b3b;}
#ajax-contact-form label.c{ margin-top:5px;}

#ajax-contact-form input{ float:left; width:390px; height:33px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color: #3b3b3b; background: #fff; border: 1px solid #d6d6d6; margin-bottom:5px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;  padding-left: 5px; padding-right: 0;-moz-box-shadow: inset 2px 2px 5px #e5e5e5; -webkit-box-shadow: inset 2px 2px  5px #e5e5e5; box-shadow: inset 2px 2px 5px #e5e5e5;}
#ajax-contact-form input:focus{border-color:#a0a0a0; }

#ajax-contact-form textarea{ float:left; width:390px; height:160px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color: #3b3b3b; background: #fff; border: 1px solid #d6d6d6; margin-bottom:5px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; padding-left: 5px; padding-right: 0; padding-top: 5px;-moz-box-shadow: inset 2px 2px 5px #e5e5e5; -webkit-box-shadow: inset 2px 2px  5px #e5e5e5; box-shadow: inset 2px 2px 5px #e5e5e5;}
#ajax-contact-form textarea:focus{border-color:#a0a0a0; }

#ajax-contact-form img{float:left; width:160px; height:45px; margin-top:5px; margin-left:10px;}

#ajax-contact-form input.capthca{ float:left; width:150px; margin-top:5px; margin-right:10px;}

#ajax-contact-form input.submit{ width:100px; height:35px; cursor:pointer; background:url(../images/submit.png) left top no-repeat; border:none; margin:15px 0 0 0px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;  text-indent:-999%;box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; }
#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-webfont.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;

}

