﻿@import url(reset.css);

@font-face {
    font-family: 'DINProBold';
    src: url('../fonts/dinpro-bold-webfont.eot');
    src: url('../fonts/dinpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro-bold-webfont.woff') format('woff'),
         url('../fonts/dinpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/dinpro-bold-webfont.svg#DINProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

@font-face {
    font-family: 'DINProMedium';
    src: url('../fonts/dinpro-medium-webfont.eot');
    src: url('../fonts/dinpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro-medium-webfont.woff') format('woff'),
         url('../fonts/dinpro-medium-webfont.ttf') format('truetype'),
         url('../fonts/dinpro-medium-webfont.svg#DINProMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =Minimal base styles
*******************************************************************************/
html {
    height: 100%;
}
body {
    font: 13px/1.7 Arial, sans-serif;
    background: #e8e8e8 url(../images/bg/body.png) repeat-x 0 0;
    color: #555;
    height: 100%;
    width: 100%;
}
.page-home {
    background-image: url(../images/bg/body-home.png);
}
select, input, textarea {
    color: #555;
    font: 12px Arial, sans-serif;
}
::-webkit-input-placeholder { color: #555; }
:-moz-placeholder           { color: #555; }

a       { color: #2174d2; }
a:hover { color: #3e99ff; }

/* Minimal base styles */

/* =Useful classes
*******************************************************************************/

.debug    { border: 1px dotted red !important; }
.hidden   { display: none; visibility: hidden; }
.no-marg  { margin: 0 !important; }
.no-pad   { padding: 0 !important; }
.no-bg    { background: none !important; }
.no-bd    { border: none !important; }
.fl-l     { float: left !important; }
.fl-r     { float: right !important; }
.a-center { text-align: center; }
.a-left   { text-align: left; }
.a-right  { text-align: right; }
.clear    { clear: both; }
.hr {
    height: 1px;
    font: 0/0 Arial;
    border-bottom: 1px dotted #888;
    margin: 15px 0;
}
.btn {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
}
.btn span {
    display: none;
}
.wrapper {
    width: 980px;
    margin: 0 auto;
}

/* Useful classes */

/* =Header
*******************************************************************************/

.header {
    padding: 17px 0 0;
    height: 133px;
}
.logo {
    float: left;
    height: 64px;
    margin: 0 0 18px;
}
.logo a {
    background: url("../images/logo.png") no-repeat;
    display: block;
    height: 64px;
    width: 175px;
}
.logo img, .logo span {
    display: none;
}
.header-nav {
    float: right;
    text-align: right;
    width: 500px;
}
.hn-links {
    float: right;
    padding-top: 11px;
}
.hn-links li {
    display: inline-block;
    vertical-align: top;
}
.ie7 .hn-links li {
    display: inline;
}
.hn-links .phone { padding: 4px 28px 0 0;}
.hn-links .phone > span {
    background: url(../images/sprite-main.png) no-repeat -280px -91px;
    padding: 5px 0 5px 25px;
    display: inline-block;
    color: #603623;
    font: 17px "DINProBold";
}
.btn-register {
    background: url(../images/sprite-main.png) no-repeat 0 -185px;
    width: 201px;
    height: 40px;
    vertical-align: top;
}
.btn-register:hover {
    background-position: 0 -225px;
}

/* =Main Navigation */
.nav {
    clear: both;
    height: 50px;
    text-align: left;
    background: url(../images/bg/splitter.gif) 0 50% no-repeat;
}
.nav > li {
    padding: 0 2px 0 0;
    background: url(../images/bg/splitter.gif) 100% 50% no-repeat;
    float: left;
}
.nav > li > a {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font: 14px/51px DINProRegular;
    height: 51px;
    padding: 0 49px;
}
.nav .sf-with-ul {
    padding-left: 38px;
    padding-right: 58px;
}
.nav > li.sfHover > a,
.nav > li > a:hover,
.nav > li.active > a {
    color: #ffab00;
    background: url(../images/bg/nav-hover.gif) no-repeat 50% 100%;
    /*-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;*/
}
.nav .current { color: #ffab00; }
.nav .sf-with-ul,
.nav .sf-with-ul.active {
    background-image: none !important;
}
.nav li ul {
    display: none;
    padding: 0 20px 0 28px;
    top: 50px !important;
    width: 217px;
    background: #1a0800;
    zoom:1;
}
.nav li ul a {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 12px;
}
.nav li ul a:hover {
    color: #ffab00;
}
.nav li ul li {
    border-top: 1px solid #341300;
    padding-left: 10px;
}
.nav .sf-sub-indicator {
    background: url(../images/sprite-main.png) no-repeat -256px -99px;
    position: absolute;
    top: 23px;
    right: 25px;
    display: inline-block;
    text-indent: -9999px;
    width: 11px;
    height: 6px;
}
.nav li.sfHover .sf-sub-indicator,
.nav > li.active .sf-sub-indicator {
    background-position: -256px -105px;
}
.nav li ul .last {
    background: url("../images/bg/drop.png") no-repeat scroll 0 100% transparent;
    border: medium none;
    bottom: -12px;
    display: block;
    height: 12px;
    left: -13px;
    position: relative;
    width: 232px;
}
/* Main Navigation */

/* Header */

/* =Footer
*******************************************************************************/

.footer {
    padding: 14px 0 30px;
}
.f-menu {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 28px;
    margin-bottom: 19px;
    border-bottom: 1px solid #d7d7d7;
}
.f-menu a { color: #603623; }
.f-menu .active,
.footer .bfm:hover,
.studio a:hover {
    color: #2174d2;
}
.f-menu a:hover {
    text-decoration: underline;
}

.f-menu li {
    display: inline;
    padding: 0 5px 0 10px;
    border-left: 1px solid #ccc;
}
.f-menu li:first-child {
    border: none;
    padding-left: 0;
}
.studio { float: right; }
.copyright { float: left;}

.studio, .copyright, .studio a {
    font-size: 12px;
    color: #505050;
}
.footer .bfm {
    font-weight: bold;
    color: #603623;
}

/* =Banner Holder
*******************************************************************************/
.banner-holder {
    height: 170px;
    padding: 35px 27px 0 27px;
    color: #dbb4a2;
    font-family: "DINProBold";
}
.page-home .banner-holder {
    height: 272px;
    padding: 63px 0 0 28px;
    background: url(../images/photo/banner-home.png) no-repeat 455px 0;
}
.home-banner-links {
    color: #dbb4a2;
    font-size: 20px;
    text-shadow: 0 -2px 0 #000;
    font-family: "DINProMedium";
    margin-bottom: 21px;
}
.home-banner-links a {
    font-family: "DINProBold";
    color: #dbb4a2;
    padding: 0 12px;
}
.home-banner-links a:hover {
    color: #fff;
}
.home-banner-links a:first-child {
    padding-left: 0;
}
.home-banner-btn {
    margin-bottom: -5px;
    position: relative;
}
.btn-learnmore {
    background: url(../images/sprite-main.png) no-repeat 0 -98px;
    width: 171px;
    height: 40px;
}
.btn-learnmore:hover {
    background-position: 0 -138px;
}
.banner-title {
    color: #fefefe;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 11px;
    text-shadow: 0 -3px 0 #000;
}
.banner-license {
    font-size: 14px;
    font-family: DINProMedium;
    line-height: 18px;
}
.page-home .banner-license {
    height: 80px;
    margin-top: -41px;
    padding: 28px 115px 0 265px;
    width: 203px;
    background: url(../images/sprite-main.png) no-repeat 479px -331px;
}
.license {
    display: block;
    background: url(../images/sprite-main.png) no-repeat 0 -331px;
    margin: 0 auto;
    width: 108px;
    height: 111px;
}
.page-home .license {
    float: right;
}
.banner-left {
    width: 670px;
    line-height: 55px;
    float: left;
}
.overtexted {
    font-size: 32px;
    line-height: 38px;
}
.banner-right {
    float: right;
    width: 200px;
}


/* Banner Holder */

/* =Content
*******************************************************************************/
.container {
    padding: 25px 25px 45px 30px;
    background: #fff url(../images/bg/container.png) no-repeat 50% 100%;
}
.article {
    float: left;
    width: 664px;
    padding-right: 30px;
}
.page-home .article {
    float: none;
    width: 100%;
}
.page-contact .container {
    min-height: 552px;
}
.page-contact .article {
    width: 515px;
    padding-right: 40px;
    padding-left: 5px;
}
.title-main, .mu-title {
    color: #2b558e;
    font-family: "DINProBold", "Trebuchet MS", sans-serif;
    font-weight: normal;
}
.title-main a,
.mu-title a { color: #2b558e; }

.title-main a:hover,
.mu-title a:hover { color: #3e99ff; }

.mu-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 11px;
}
.title-main {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.article .title-sub {
    color: #542d1b;
    font: bold 17px Arial, sans-serif;
    margin-bottom: 10px;
}
.article .title-sub a {
    color: #542d1b;
}
.article .title-sub a:hover {
    color: #2174d2;
}
.container  p  { margin-bottom: 10px;}
.container  ul { margin-bottom: 15px; }

.list-blue li {
    background: url("../images/sprite-main.png") no-repeat scroll -288px 2px transparent;
    padding-left: 18px;
    color: #2174d2;
    margin-bottom: 3px;
}
.list-blue a:hover {
    text-decoration: underline;
}
.article-bottom {
    text-align: center;
    border-top: 1px solid #e8e8e8;
    padding: 40px 0 20px;
    margin-top: 40px;
}
.article .hr {
    border-bottom: 1px solid #e8e8e8;
    margin: 25px 0;
}

.tbl {
    width: 100%;
}
.tbl td {
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #5E3421;
}

/* Content */

/* =Sidebar
*******************************************************************************/

.aside {
    background: url(../images/bg/page.gif) repeat-y 0 0;
    width: 201px;
    padding-left: 30px;
    float: right;
    min-height: 300px;
    position: relative;
}
.page-contact .aside {
    padding: 16px 0 0 55px;
    width: 301px;
}
.bg-top, .bg-bot {
    position: absolute;
    width: 15px; height: 170px;
    left: 0;
    background-image: url(../images/sprite-main.png);
}
.bg-top { background-position: -215px -98px; top: 0;}
.bg-bot { background-position: -232px -98px; bottom: 0; }

.aside .title-sub {
    color: #2b558e;
    font: bold 17px Arial, sans-serif;
    margin-bottom: 10px;
}
.aside img {
    margin-bottom: 5px;
}
.aside-map {
    text-align: center;
    padding: 10px 0;
}
.aside-links {
    border-top: 1px solid #e8e8e8;
    padding-top: 8px;
}
.aside-links.gap {
    margin-bottom: 40px;
}

.link-arrow {
    background: url(../images/sprite-main.png) no-repeat 100% -400px;
    padding-right: 12px;
    height: 20px;
    display: inline-block;
}
.link-arrow:hover {
    background-position: 100% -422px;
}
.empty-holder { height: 270px; }

/* Sidebar */

/* =Home Page */
.home-page .article {
    width: 100%;
    float: none;
    background: none;
}

/* =Multi Unit */
.multi-unit {
    background: url(../images/bg/mu-unit.png) no-repeat 310px 50%;
    min-height: 329px;
    font-size: 0;
}
.mu-item {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    padding-bottom: 10px;
}
.ie7 .mu-item { display: inline; }
.mu-under {
    display: -moz-inline-box;
    display: inline-block;
    width: 100%;
}
.mu-item p, .mu-item ul {
    margin-bottom: 8px;
}
.mu-item li {
    margin-bottom: 5px;
    padding-left: 18px;
    background: url(../images/sprite-main.png) no-repeat -288px 2px;
}
.mu-item li span {
    color: #2b558e;
    font-weight: bold;
}
.mu-col-1 {
    width: 280px;
    padding-right: 30px;
}
.mu-col-2 {
    width: 270px;
    padding: 0 15px 10px 35px;
}
.mu-col-3 {
    padding-left: 27px;
    width: 267px;
}

/* Multi Unit */

/* Home Page */

/* =Sub-page */

.article .btn-holder {
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 0 32px;
    margin-bottom: 32px;
    clear: both;
}
.service-img {
    float: right;
    background: #fff;
    padding: 3px;
    border: 1px solid #d6d5d5;
    margin-left: 20px;
}
.service-img:hover {
    border: 1px solid #000;
}
.contact-map {
    float: right;
    width: 240px;
    margin: -10px 0 60px 30px;
}
.contact-map img {
    margin-bottom: 37px;
}
.contact-map .btn-flex {
    margin-left: 78px;
}

.contacts {
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}
.contacts dt {
    font-weight: bold;
    float: left;
    width: 55px;
    clear: both;
    margin-right: 5px;
    margin-bottom: 15px;
}
.contacts dd {
    margin-bottom: 7px;
}
.btn-pdf-block {
    float: right;
    width: 200px;
}
.btn-pdf {
    display: inline-block;
    background: url('../images/sprite-main.png') no-repeat 0 -558px;
    width: 163px;
    height: 29px;
    padding: 0 0 0 25px;
    margin: 0 0 8px;
    text-align: center;
    color: #fff;
    font: bold 12px/29px Arial;
    text-decoration: none;
}
.btn-pdf:hover {
    background-position: 0 -587px;
    color: #fff;
}
/* Sub-page */

/* =Form
*******************************************************************************/

.f-row { margin: 0 0 15px; }
.f-row label {
    display: block;
    font-size: 15px;
    margin-bottom: 2px;
}
.form input[type=text],
.form textarea {
    background: #fff url(../images/bg/inputs.gif) no-repeat 0 0;
    width: 172px;
    border: 1px solid #ababab;
    padding: 9px 10px;
    height: 18px;
    border-radius: 1px;
    font-size: 15px;
}
.form textarea {
    height: 86px;
    resize: vertical;
    width: 222px;
}
.form input[type="text"]:focus,
.form textarea:focus {
    background: #f7f6f6;
}
.form .f-button {
    padding-top: 5px;
}

.btn-flex {
    background: url(../images/sprite-main.png) no-repeat 0 -271px;
    height: 29px;
    color: #fff;
    font: bold 12px/29px Arial;
    padding-left: 42px;
    display: inline-block;
}
.btn-flex span {
    background: url(../images/sprite-main.png) no-repeat 100% -271px;
    padding-right: 15px;
    height: 29px;
    display: inline-block;
    cursor: pointer;
}
.btn-flex:hover {
    color: #fff;
    background-position: 0 -300px;
}
.btn-flex:hover span {
    background-position: 100% -300px;
}
.btn-flex-alt {
    background-position: 0 -444px;
}
.btn-flex-alt span {
    background-position: 100% -444px;
}
.btn-flex-alt:hover {
    background-position: 0 -473px;
}
.btn-flex-alt:hover span {
    background-position: 100% -473px;
}

.btn-submit {
    background: url(../images/sprite-main.png) no-repeat 0 -511px;
    width: 150px; height: 39px;
}
.btn-submit:hover {
    background-position: -150px -511px;
}
.btn-submit:focus {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/* =Additional Styles
*******************************************************************************/

.logo:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/* Additional Styles */

/* =Mobile Orientation
*******************************************************************************/

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */
}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome) */
@media screen and (max-device-width: 480px) {}

/* Mobile Orientation */

/* =Print styles
*******************************************************************************/
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    .header .frame *, .footer, .pagenavigator, .nav, .banner {
        display: none !important;
    }
    .header .logo, .header .logo * {
        display: block !important;
        padding: 0;
    }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote  {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}
/* Print styles */