/* 
    Document   : main
    Created on : 2014-06-03, 23:15:42
    Author     : oem
    Description:
        Purpose of the stylesheet follows.
*/

html
{
    margin: 0;
    padding: 0;
}

body { 
    margin: 0;
    padding: 0;
    background: #f1f2f2;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    color: #454137;
}

a
{
    color: #454137;
    text-decoration: none;
}

.clear
{
    clear: both;
}

#container
{
    width: 100%;
    background: url(../images/bg-renovations.jpg) no-repeat #404140;
    margin-top: 77px;
    background-size: cover;
    float: left;
}

#container.cleaning
{
    background: url(../images/bg-cleaning.jpg) no-repeat #034d51;
}

header
{
    width: 970px;
    margin: 0 auto;
}

#logo
{
    margin: -77px 0 0 0;
    display: block;
    background: url(../images/logo.png) no-repeat;
    width: 203px;
    height: 157px;
    float: left;
}

#lang
{
    float: right;    
    margin: 12px 25px 0 0;
    padding: 0;
    list-style: none;
}

#lang li
{
    display: inline;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

#lang li.separator
{
    color: #ffe901;
    font-size: 14px;
}

#lang li a
{
    color: #f1f2f2;
}

#lang li a.selected
{
    color: #ffe901;
}

#topMenu
{
    float: right;    
    margin: 0;
    padding: 0;
    list-style: none;
}

#topMenu li
{
    display: inline;
}

#topMenu li a
{
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    height: 35px;
    padding: 9px 37px 0;
    background: url(../images/bg-top-menu.png) repeat-x;
    margin: 0;
    float: left;
    color: #134c81;
}

#topMenu li a.selected
{
    background: #f1f2f2;
    border-bottom: 5px solid #7bb718;
    color: #021a5e;
}

#menu
{
    float: left;  
    width: 770px;
    margin: 30px 0 0 17px;
    padding: 0;
    list-style: none;
}

#menu li
{
    display: inline-block;
    float: left;
}

#menu li:before
{
    display: inline-block;
    width: 4px;
    padding: 0;
    height: 38px;
    background: url(../images/bg-menu-left.png) no-repeat;
    margin: 0;
    float: left;
    content: "";
}

#menu li:after
{
    display: inline-block;
    width: 4px;
    padding: 0;
    height: 38px;
    background: url(../images/bg-menu-right.png) no-repeat;
    margin: 0;
    float: left;
    content: "";
}

#menu li.selected:before
{
    background: url(../images/bg-menu-sel-left.png) no-repeat;
}

#menu li.selected:after
{
    background: url(../images/bg-menu-sel-right.png) no-repeat;
}

#menu li a
{
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    height: 29px;
    padding: 9px 22px 0;
    background: url(../images/bg-menu.png) repeat-x;
    margin: 0;
    float: left;
    color: #021a5e;
}

#menu li.selected a
{
    background: url(../images/bg-menu-sel.png) repeat-x;
}

header .address
{
    float: right;
    text-align: right;
    font-size: 12px;
    color: #e2bf09;
    line-height: 20px;
    margin: -10px 0 10px 0;
}

.content
{
    width: 960px;
    background: #fff;
    margin: 0 auto 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 12px 0px rgba(50, 50, 50, 0.73);
    -moz-box-shadow:    0px 10px 12px 0px rgba(50, 50, 50, 0.73);
    box-shadow:         0px 10px 12px 0px rgba(50, 50, 50, 0.73);
}

.scrollable
{
    width: 925px;
    height: 480px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.scrollable .items
{
    position: absolute;
    width: 20000em;
}

.scrollable .items .item
{
    float: left;
    width: 925px;
    height: 480px;
    position: relative;
}

.scrollable .items .item img
{
    z-index: 1;
}

.scrollable .items .item .pane
{
    z-index: 2;
    position: absolute;
    top: 37px;
    right: 19px;
    padding: 36px 35px;
    background: #ffd803;
    opacity: 0.85;
    font-weight: 900;
    font-size: 22px;
    color: #2a2d35;
}

.scrollable .items .item .pane h2
{
    font-size: 26px;
    font-weight: 900;
    margin: 0;
}

.scrollable .items .item .pane ul
{
    margin: 5px 0;
    padding-left: 25px;
}

.scrollable .navi
{
    position: absolute;
    right: 3px;
    bottom: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.scrollable .navi li
{
    display: inline;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 1px;
    
}

.scrollable .navi li a
{
    display: inline-block;
    margin: 0 9px 0 0;
    background: #fff;
    width: 11px;
    height: 11px;
    cursor: pointer;
}

.scrollable .navi li.active a
{
    background: #3c3932;
}

section.center
{
    width: 960px;
    margin: 0 auto;
}

.box
{
    width: 311px;
    float: left;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 0 0 0;
    float: left;
    margin: 0 13px 30px 0;
}

.box:last-child
{
    margin-right: 0;
    float: right;
}

.box .img
{
    display: block;
    width: 311px;
    height: 158px;
    overflow: hidden;
}

.box h2
{
    font-weight: 700;
    font-size: 16px;
    color: #021a5e;
    margin: 7px 0 10px 18px;
}

footer
{
    width: 960px;
    margin: 30px auto 50px;
}

footer .categories
{
    font-weight: 400;
    font-size: 14px;
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
    width: 180px;
    float: left;
}

footer .categories li
{
    margin: 15px 0;
}

footer .categories li a
{
    color: #979ca0;
    text-transform: uppercase;
}

footer .menu
{
    font-weight: 400;
    font-size: 14px;
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
    width: 120px;
    float: left;
}

footer .menu li
{
    margin: 15px 0;
}

footer .menu li a
{
    color: #979ca0;
}

footer .copy
{
    float: right;
    font-size: 12px;
    margin: 0;
    color: #979ca0;
}

h1.title
{
    font-size: 20px;
    font-weight: 700;
    margin: 0px 100px 70px 70px;
    padding-top: 70px;
}

.text
{
    font-size: 16px;
    text-align: justify;
    margin: 0px 100px 0px 70px;
    padding-bottom: 130px;
}

.contactLeft
{
    width: 340px;
    margin: 0 80px 0 70px;
    padding-bottom: 130px;
    float: left;
}

.contactLeft h2
{
    margin: 0;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}

.contactLeft p
{
    font-weight: 700;
}

.contactRight
{
    width: 380px;
    float: left;
    padding-bottom: 130px;
}

.contactRight h2
{
    margin: 0 0 38px 0;
    font-weight: 400;
    font-size: 20px;
}

.contactRight p.ok
{
    color: #029914;
}

.contactRight p.fail
{
    color: #ff0202;
}

.contactRight input[type=text]
{
    width: 360px;
    height: 36px;
    background: #f3f2e4;
    border: 1px solid #ebe9d8;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    margin: 0 0 17px 0;
    padding: 5px 10px;
    color: #454137;
}

.contactRight input[type=text].error
{
    border: 1px solid #ff0000;
}

.contactRight textarea
{
    width: 360px;
    height: 220px;
    background: #f3f2e4;
    border: 1px solid #ebe9d8;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    margin: 0 0 21px 0;
    padding: 5px 10px;
    color: #454137;
}

.contactRight textarea.error
{
    border: 1px solid #ff0000;
}

.contactRight input[type=submit]
{
    float: right;
    height: 42px;
    background: url(../images/bg-button.gif) repeat-x;
    border: 1px solid #fff78e;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 900;
    margin: 0 0 21px 0;
    padding: 10px 64px;
    color: #454137;
    cursor: pointer;
}

h1.title.services
{
    margin-bottom: 20px;
}

.pageMenu
{
    width: 125px;
    float: left;
    margin: 30px 30px 0 70px;
    padding: 0 0 130px 0;
    list-style: none;
}

.pageMenu li
{
    margin: 8px 0;
}

.pageMenu li a
{
    font-weight: 900;
    font-size: 16px;
}

.pageMenu li a.selected
{
    color: #ffa200;
}

.pageMenu li > ul
{
    list-style: none;
    padding-left: 15px;
}

.pageMenu li > ul li
{
    font-size: 12px;
    font-weight: 400;
}

.serviceContent
{
    float: left;
    width: 650px;
    padding-bottom: 130px;
}

.serviceContent h2
{
    font-size: 16px;
    margin: 0 0 12px 0;
}

.serviceContent .description
{
    margin: 10px 0;
    font-size: 13px;
}

.serviceContent .thumbs
{
    width: 650px;
    height: 80px;
    position: relative;
    margin: 15px 0 0 0;
    overflow: hidden;
}

.serviceContent .thumbs .items
{
    position: absolute;
    width: 20000em;
}

.serviceContent .thumbs .items .item
{
    float: left;
    width: 155px;
    height: 80px;
    overflow: hidden;
    margin-right: 9px;
}

.serviceContent .thumbs .items .item a.selected
{
    width: 151px;
    height: 76px;
    border: 2px solid #ffa200;
    display: block;
    overflow: hidden;
}

.serviceContent .prev
{
    float: left;
    font-size: 14px;
    font-weight: 900;
    margin: 20px 0 0 7px;
    cursor: pointer;
}

.serviceContent .next
{
    float: right;
    font-size: 14px;
    font-weight: 900;
    margin: 20px 7px 0 0;
    cursor: pointer;
}

.client
{
    display: inline-block;
    float: left;
    height: 150px;
    margin: 0 0 40px 70px;
}

.client h2
{
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 15px 0;
}