@charset "utf-8";

.list.reviews-list {
    margin: 0px 0px 0px 0px;
}

.list.reviews-list {
    margin: 0px 0px 0px 0px;
}

.list.services-list {
    margin: 106px 0px 0px 0px;
}

body.no-filters .list.services-list {
    margin-top: 32px;
}

.list.services-list .filter-no-results {
    font-size: 18px;
    font-weight: 600;
    margin: 48px 0px 48px 0px;
    text-transform: uppercase;
}

.list.services-list .filter-more {
    padding: 10px 0px 42px 0px;
}

.list.services-list .filter-more:hover {
    background-color: transparent;
}

.list.services-list .button-more {
    margin: 0px 0px 0px 0px;
}

.list.services-list .service {
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    height: 180px;
    margin: 0px 0px 32px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.list.services-list .service:hover {
    background-color: #f2f2f2;
}

.list.services-list .service .service-rating {
    float: right;
    margin: 16px 10px 0px 0px;
}

.list.services-list .service .service-picture {
    float: left;
    height: 180px;
    margin-right: 24px;
    width: 300px;
}

.list.services-list .service .service-picture img {
    height: 180px;
    width: 300px;
}

.list.services-list .service .service-title {
    font-size: 21px;
    margin: 0px 0px 6px 0px;
    padding-top: 12px;
}

.list.services-list .service .service-title a {
    font-weight: 600;
}

.list.services-list .service .service-location {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 2px;
    text-transform: uppercase;
}

.list.services-list .service .service-description {
    color: #2d2d2d;
    font-size: 13px;
    height: 64px;
    line-height: 22px;
    margin: 8px 0px 8px 0px;
}

.list.services-list .service .service-booking {
    color: #2d2d2d;
    font-size: 12px;
}

.list.services-list .service .service-reviews {
    float: right;
    font-size: 12px;
    margin-right: 10px;
}

.list.services-list .service .service-reviews a {
    font-size: 11px;
    text-transform: uppercase;
}

.list.tag-list {
    margin: 12px 0px 12px 0px;
    overflow: auto;
}

.list.tag-list .tag {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 6px 10px 0px;
    padding: 2px 10px 2px 10px;
    text-transform: uppercase;
}

.list.tag-list .tag:hover {
    border-bottom: none;
}

.list.tag-list.grey .tag {
    background-color: #7f7f7f;
    color: #ffffff;
}

.list.tag-list.grey .tag:hover {
    background-color: #4d4d4d;
}

.list.works {
    margin: 32px auto 32px auto;
    width: 960px;
}

.list.works li {
    background-repeat: no-repeat;
    display: inline-block;
    height: 96px;
    margin: 0px 0px 0px 0px;
    padding: 0px 42px 0px 96px;
    text-align: left;
    width: 180px;
}

.list.works li:last-child {
    padding-right: 0px;
}

.list.works li:hover {
    background-color: transparent;
}

.list.works li.search {
    background-image: url(../images/icon-search.png);
}

.list.works li.select {
    background-image: url(../images/icon-select.png);
}

.list.works li.schedule {
    background-image: url(../images/icon-schedule.png);
}

.list.works h4 {
    font-size: 16px;
    margin: 14px 0px 0px 0px;
    text-transform: uppercase;
}

.list.works p {
    margin: 4px 0px 0px 0px;
}

.bar {
    background-color: #1b75bb;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    height: 48px;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 10;
}

.bar .bar-contents {
    margin: 0px auto 0px auto;
    width: 960px;
}

.bar .bar-contents form {
    display: inline;
    margin: 0px 0px 0px 0px;
    width: inherit;
}

.bar .bar-contents .logo {
    background: transparent url(../images/logo-bar.png) no-repeat;
    display: inline-block;
    height: 48px;
    padding-bottom: 0px;
    width: 120px;
}

.bar .bar-contents .logo.hover,
.bar .bar-contents .logo:hover {
    border-bottom: none;
}

.bar .bar-contents .logo.small {
    background-image: url(../images/logo-bar-small.png);
    height: 48px;
    margin-right: 6px;
    width: 32px;
}

.bar .bar-contents .search-field {
    display: inline-block;
    margin-right: 6px;
    margin-top: 6px;
    vertical-align: top;
}

.bar .bar-contents .search-field > .text-field {
    border-color: #1b75bb;
    border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-width: 2px;
    font-size: 14px;
    height: 32px;
    vertical-align: top;
    width: 280px;
}

.bar .bar-contents .search-field.fixed > .text-field {
    width: 380px;
}

.bar .bar-contents .search-field.focus > .text-field,
.bar .bar-contents .search-field:focus > .text-field {
    border-color: #db8a38;
    width: 380px;
}

.bar .bar-contents .search-field.extended > .text-field {
    width: 380px;
}

.bar .bar-contents .search-field .drop-field-contents {
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    color: #3d3d3d;
    font-weight: bold;
}

.bar .bar-contents .links {
    display: inline-block;
    font-weight: bold;
    line-height: 50px;
    vertical-align: top;
}

.bar .bar-contents .links a {
    color: #ffffff;
}

.bar .bar-contents .links a:hover,
.bar .bar-contents .links a.hover {
    border-bottom: 2px solid #ffffff;
}

.bar .bar-contents .login {
    float: right;
    margin-top: 14px;
}

.bar .bar-contents .login a {
    color: #ffffff;
    font-weight: bold;
}

.bar .bar-contents .login a:hover {
    border-bottom: 2px solid #ffffff;
}

.bar-pad {
    height: 48px;
}

.beta {
    background: transparent url(../images/beta-ribbon.png) no-repeat;
    height: 140px;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 140px;
    z-index: 20;
}

.header-message {
    position: fixed;
    width: 100%;
    z-index: 30;
}

.header-message .message-contents {
    background-color: #cee6c5;
    border: 1px solid #86c795;
    color: #4d4d4d;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 32px auto 32px auto;
    width: 300px;
}

.header-message.error .message-contents {
    background-color: #fcc0c0;
    border-color: #f68f8f;
}

.operations {
    font-weight: bold;
    text-transform: uppercase;
}

.filters-panel {
    position: fixed;
    top: 48px;
    width: 100%;
}

body.no-filters .filters-panel {
    display: none;
}

.filters-panel-content {
    background-color: #f2f2f2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    height: 80px;
    margin: 0px auto 0px auto;
    width: 960px;
}

.filters-panel-content .filter-block {
    float: left;
    height: 32px;
    margin: 16px 0px 0px 16px;
}

.filters-panel-content .filter-block > * {
    float: left;
    margin-right: 4px;
}

.filters-panel-content .filter-block > *:last-child {
    margin-right: 0px;
}

.filters-panel-content .filter-block > span {
    line-height: 36px;
}

.filters-panel-content .filter-block .filter-block-title {
    float: none;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 2px;
    margin-top: 0px;
    text-align: left;
    text-transform: uppercase;
}

.filters-panel-content .filter-block input {
    border-color: #cccccc;
    height: 34px;
    width: 50px;
}

.filters-panel-content .filter-block input.focus,
.filters-panel-content .filter-block input:focus {
    border-color: #aaaaaa;
}

.filters-panel-content .filter-block.filter-sorting {
    float: right;
    text-transform: uppercase;
}

.filters-panel-content .filter-block.filter-sorting a {
    border-color: #2d2d2d;
    color: #2d2d2d;
    cursor: pointer;
    font-weight: bold;
    line-height: 28px;
    margin-right: 16px;
}

.filters-panel-content .filter-block.filter-sorting a.active {
    border-bottom: 1px solid #2d2d2d;
}

.form-panel {
    margin: 46px 0px 46px 0px;
}

.form-panel form {
    margin: 38px auto 46px auto;
}

.form-panel h1 {
    font-size: 40px;
    font-weight: normal;
    margin: 46px 0px 28px 0px;
    text-align: center;
}

.form-panel .button {
    width: 200px;
}

.login-panel {
    background-color: #f9f9f9;
    border: 1px solid #cdcdcd;
    box-shadow: 0px 0px 6px #e8e8e8;
    -o-box-shadow: 0px 0px 6px #e8e8e8;
    -ms-box-shadow: 0px 0px 6px #e8e8e8;
    -moz-box-shadow: 0px 0px 6px #e8e8e8;
    -khtml-box-shadow: 0px 0px 6px #e8e8e8;
    -webkit-box-shadow: 0px 0px 6px #e8e8e8;
    margin: 64px auto 64px auto;
    max-width: 342px;
    padding: 32px 32px 32px 32px;
}

.login-panel form {
    margin: 0px 0px 0px 0px;
    width: 342px;
}

.login-panel h1 {
    font-size: 34px;
    font-weight: normal;
    margin: 0px 0px 16px 0px;
}

.login-panel h3 {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: normal;
    margin: 0px 0px 42px 0px;
}

.login-panel.login-panel-message h3 {
    margin-bottom: 0px;
}

.login-panel .forgot {
    margin: -8px 0px 26px 0px;
    text-align: left;
}

.login-panel .buttons {
    margin: 42px 0px 0px 0px;
}

.login-panel .buttons .button {
    padding-left: 0px;
    padding-right: 0px;
    width: 342px;
}

.login-panel .new {
    margin-top: 12px;
    text-align: left;
}

.provider-header {
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
    height: 160px;
    text-align: left;
}

.provider-header .provider-header-content {
    margin: 0px auto 0px auto;
    padding-top: 20px;
    width: 960px;
}

.provider-header .provider-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 0px 0px 10px 0px;
    text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    -khtml-text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
}

.provider-header .provider-subtitle {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600px;
    height: 42px;
    line-height: 20px;
    margin: 10px 0px 10px 0px;
    text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    -khtml-text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
}

.provider-header .provider-sections-list li {
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
}

.provider-header .provider-sections-list li:hover {
    background-color: #999999;
    border-bottom: none;
}

.provider-header .provider-sections-list li.active,
.provider-header .provider-sections-list li.active:hover {
    background-color: #ffffff;
    color: #333333;
    cursor: default;
}

.service-rating {
    background: transparent url(../images/star-blue.png) repeat-x right center;
    height: 16px;
    width: 0px;
}

.service-rating.rate-1 {
    width: 22px;
}

.service-rating.rate-2 {
    width: 44px;
}

.service-rating.rate-3 {
    width: 66px;
}

.service-rating.rate-4 {
    width: 88px;
}

.service-rating.rate-5 {
    width: 110px;
}

.section {
    display: none;
    text-align: left;
}

.section.active {
    display: block;
}

.section h2 {
    font-size: 14px;
    margin: 0px 0px 12px 0px;
    text-transform: uppercase;
}

.section h3 {
    font-size: 14px;
    margin: 0px 0px 6px 0px;
}

.section form {
    margin: 28px 0px 28px 0px;
    width: 100%;
}

.section input {
    width: 562px;
}

.section .separator {
    height: 18px;
}

.section.info .column {
    float: left;
}

.section.info .column.column-left {
    width: 580px;
}

.section.info p {
    color: #2d2d2d;
    font-size: 13px;
    line-height: 24px;
    margin: 0px 0px 0px 0px;
}

.section.info p.error {
    color: #c31f30;
    font-weight: bold;
}

.section.info .tab.about {
    display: none;
}

.section.info .tab.about.active {
    display: block;
}

.section.info .tab.about p {
    margin-bottom: 24px;
}

.section.info .tab.about p.images {
    font-size: 0px;
    text-align: center;
}

.section.info .tab.about p.images img {
    border: 1px solid #888888;
    margin: 4px 4px 4px 4px;
}

.section.info .tab.reviews {
    display: none;
}

.section.info .tab.reviews.active {
    display: block;
}

.section.info .tab.reviews .review {
    border: 1px solid transparent;
    cursor: pointer;
    margin: 0px 0px 48px 0px;
    padding: 12px 12px 12px 12px;
}

.section.info .tab.reviews .review:hover {
    border-color: #cdcdcd;
}

.section.info .tab.reviews .review .service-rating {
    float: right;
}

.section.info .column.column-right {
    margin-bottom: 48px;
    margin-left: 30px;
    width: 350px;
}

.section.info .column.column-right .block {
    margin-bottom: 32px;
    padding: 0px 0px 0px 0px;
}

.section.info .column.column-right .block.stats .service-rating {
    margin: 10px 0px 10px -6px;
}

.section.info .column.column-right .block.stats a {
    font-size: 12px;
    text-transform: uppercase;
}

.section.info .column.column-right .block.stats span {
    color: #2d2d2d;
    font-size: 12px;
}

.section.info .column.column-right .book-button{
    margin-bottom: 48px;
}

.services {
    padding: 32px 0px 0px 0px;
}

.services .header {
    border-bottom: 1px solid #f4f4f4;
    margin: 0px auto 0px auto;
    margin-bottom: 32px;
    padding-bottom: 24px;
    width: 960px;
}

.services h1 {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    padding: 14px 0px 4px 0px;
    text-transform: uppercase;
}

.services h3 {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.services a:hover,
.services a.hover {
    border-bottom: none;
}

.services .blocks {
    font-family: "Georgia", "Open Sans", "Oxygen", sans-serif;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
    width: 960px;
}

.services .block {
    box-shadow: 2px 2px 4px #cccccc;
    -o-box-shadow: 2px 2px 4px #cccccc;
    -ms-box-shadow: 2px 2px 4px #cccccc;
    -moz-box-shadow: 2px 2px 4px #cccccc;
    -khtml-box-shadow: 2px 2px 4px #cccccc;
    -webkit-box-shadow: 2px 2px 4px #cccccc;
    color: #ffffff;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    height: 180px;
    line-height: 180px;
    margin: 0px 12px 12px 0px;
    padding-bottom: 0px;
    text-shadow: 0px 1px 0px #000000;
    -o-text-shadow: 0px 1px 0px #000000;
    -ms-text-shadow: 0px 1px 0px #000000;
    -moz-text-shadow: 0px 1px 0px #000000;
    -khtml-text-shadow: 0px 1px 0px #000000;
    -webkit-text-shadow: 0px 1px 0px #000000;
    text-transform: none;
    width: 300px;
}

.services .block:hover {
    border-bottom: none;
}

.services .block-contents {
    background: rgba(0, 0, 0, 0.35);
    height: 180px;
    transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -khtml-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    width: 300px;
}

.services .block-contents:hover {
    background: rgba(0, 0, 0, 0.0);
}

.services .more {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 8px 0px;
    text-transform: uppercase;
}

.show-panel {
    color: #3d3d3d;
}

.show-panel .header .image {
    border: 1px solid #cccccc;
    border-radius: 48px 48px 48px 48px;
    -o-border-radius: 48px 48px 48px 48px;
    -ms-border-radius: 48px 48px 48px 48px;
    -moz-border-radius: 48px 48px 48px 48px;
    -khtml-border-radius: 48px 48px 48px 48px;
    -webkit-border-radius: 48px 48px 48px 48px;
    height: 96px;
    width: 96px;
}

.show-panel .header .details {
    display: inline-block;
    height: 86px;
    margin-left: 24px;
    padding-top: 12px;
    vertical-align: top;
}

.show-panel .header .details h2 {
    margin: 0px 0px 12px 0px;
}

.show-panel .header .details h3 {
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}

.show-panel .contents {
    border-top: 1px solid #ebebeb;
    margin-top: 18px;
}

.show-panel .contents dl dt {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 4px 0px;
    text-transform: uppercase;
}

.show-panel .contents dl dd {
    font-size: 16px;
    line-height: 30px;
    margin: 0px 0px 18px 0px;
}

.static {
    margin: 42px auto 42px auto;
    text-align: left;
    width: 960px;
}

.static h1 {
    font-size: 34px;
    font-weight: normal;
    margin: 42px 0px 42px 0px;
    text-align: center;
}

.static p {
    line-height: 24px;
}

.static .block {
    margin: 32px 0px 32px 0px;
}

.static .block.inline {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    min-width: 300px;
    vertical-align: top;
}

.static .block.container {
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.static .question {
    color: #1b75bb;
    font-size: 18px;
}

.static .response {
    font-size: 14px;
    line-height: 24px;
}

.content {
    border-bottom: 1px solid #ebebeb;
    min-width: 960px;
}

.content-header.home {
    background: transparent url(../images/home-background.jpg) no-repeat center center;
    height: 547px;
}

.content-header.home .login {
    background: rgba(0, 0, 0, 0.4);
    padding: 14px 0px 14px 0px;
}

.content-header.home .login .contents {
    color: #ffffff;
    margin: 0px auto 0px auto;
    text-align: right;
    width: 960px;
}

.content-header.home .login a {
    color: #ffffff;
    font-weight: bold;
}

.content-header.home .login a:hover {
    border-bottom: 2px solid #ffffff;
}

.content-header.home .container {
    padding-top: 82px;
}

.content-header.home .container .logo {
    background: transparent url(../images/logo-home.png) no-repeat;
    height: 104px;
    margin: 0px auto 22px auto;
    width: 350px;
}

.content-header.home .container h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: normal;
    line-height: 41px;
    margin: 0px 0px 22px 0px;
}

.content-header.home .container form {
    margin: 0px auto 0px auto;
    width: 552px;
}

.content-header.home .container input {
    border-color: #2d2d2d;
    border-width: 2px;
    font-size: 22px;
    height: 48px;
    padding: 0px 12px 0px 12px;
}

.content-header.home .container input:focus {
    border-color: #db8a38;
}

.content-header.home .container input.submit-button {
    display: none;
}

.content-header.home .container .drop-field > .drop-field-contents {
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    font-weight: bold;
}

.content-header.home .promo {
    background: rgba(0, 0, 0, 0.4);
    height: 38px;
    margin-top: 115px;
    padding: 12px 0px 12px 0px;
}

body.no-promo .content-header.home .promo {
    display: none;
}

.content-header.home .promo .contents {
    color: #ffffff;
    margin: 0px auto 0px auto;
    text-align: right;
    width: 960px;
}

.content-header.home .promo .header {
    color: #ffffff;
    font-weight: bold;
}

.content-header.profile {
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    height: 160px;
    padding-top: 354px;
}

.content-header.profile.no-photo {
    background-color: #2d2d2d;
    padding-top: 0px;
}

.content-body {
    margin: 0px auto 0px auto;
    width: 960px;
}

.content-body.profile {
    padding: 48px 0px 0px 0px;
}

.footer-container {
    margin: 0px auto 0px auto;
    width: 960px;
}

.footer-column {
    float: left;
    text-align: left;
    width: 160px;
}

.footer-column h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}

.footer-column a {
    color: #4d4d4d;
}

.footer-column a:hover {
    border-color: #4d4d4d;
}

.footer-column ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.footer-column ul li {
    font-size: 10px;
    line-height: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
}

.footer-column ul li:hover {
    background-color: transparent;
}

.footer-right {
    color: #4d4d4d;
    float: right;
    font-size: 10px;
    text-align: right;
    text-transform: uppercase;
}

.button.extra-large {
    background-position: left 0px;
    background-repeat: repeat-x;
    border-radius: 6px 6px 6px 6px;
    -o-border-radius: 6px 6px 6px 6px;
    -ms-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    font-size: 32px;
    font-weight: normal;
    line-height: 64px;
    margin: 0px 0px 0px 0px;
    padding-bottom: 0px;
    text-align: center;
    text-transform: inherit;
}

.button.extra-large:hover,
.button.extra-large.hover {
    background-position: left -64px;
    border-bottom: none;
}

.button.extra-large:active,
.button.extra-large.active {
    background-position: left -128px;
}

.button.extra-larger:disabled,
.button.extra-large.disabled {
    background-position: left 0px;
    opacity: 0.6;
    -o-opacity: 0.6;
    -ms-opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
}

.button.dark-grey {
    background-color: #4d4d4d;
    background-image: url(../images/button-large-dark-grey.png);
    color: #ffffff;
}

.button.dark-grey:hover {
    background-color: #000000;
}

.button.button-more {
    color: #2d2d2d;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 32px 0px;
    padding-bottom: 0px;
}

.button.button-more:hover {
    border-bottom: none;
    color: #1b75bb;
}

form .street,
form .zip-code,
form .province {
    margin-bottom: 10px;
}

form .zip-code {
    margin-right: 6px;
    max-width: 224px;
}

form .province {
    max-width: 433px;
}

.window form {
    margin: 0px 0px 0px 0px;
}

.input > .existing > .file {
    line-height: 31px;
}

.line {
    margin-bottom: 8px;
    max-height: 42px;
    width: 200%;
}

.line > * {
    float: left;
    margin-right: 4px;
}

.line > *:last-child {
    margin-right: 0px;
}

.line:after {
    clear: both;
    content: "";
    display: block;
}

.line span {
    line-height: 42px;
}

.message.warning {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: bold;
    margin-top: 118px;
    text-align: center;
}

.rating .rating-item {
    background-image: url(../images/rating.png);
}

.separator {
    border-top: 1px solid #ebebeb;
    margin: 18px 0px 18px 0px;
}

.separator.strong {
    border-color: #cccccc;
    margin: 36px 0px 36px 0px;
}

.window {
    color: #2d2d2d;
}

.window .buttons {
    margin: 24px 0px 24px 0px;
}
