﻿@charset "utf-8";
/* CSS Document */


.contact-container {
  float: left;
  padding: 20px;
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  background: #777;
  color: white;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}

.formField {
    position: relative;
    overflow: hidden;
    margin-bottom:10px;
}

.contact-container label.big-labels {
    width: 14%;
    padding-right: 8px;
    text-align: right;
    font-weight: 800;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    line-height: 36px;
    margin-left: 0;
}

.contact-container label {
    margin-left:14%;
    padding-left:2px;
}

.contact-container select,
.contact-container input,
.contact-container textarea {
    padding: 5px 10px;
    width: 72%;
    border: 1px solid #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #ccc;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    margin: auto;
    display: block;
}

.contact-container textarea {
    height: 200px;
    font-family: 'Courier New';
    background: #ccc;
    color: black;
    font-size: 14px;
}

.b-card {
    width: 72%;
    margin: auto;
    border: 10px solid white;
    color: black;
    height: 180px;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
    background: url(images/SABLE.png) no-repeat white right top;
    background-size: 80px;
    position: relative;
    min-width: 350px;
    margin-bottom: 20px;
}

.b-card:after {
    position: absolute;
    content: "SA:Regent Square, Block B1, Doncaster Road, Kenilworth, 7708 \A UK:Castlewood House, 77/91 New Oxford St, London, WC1A 1DG \A www.sable-group.com";
    white-space: pre;
    left: 0;
    bottom: 10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 300;
    width: 100%;
    height: 40px;
    border-top: 1px solid #B4975A;
    padding-top: 5px;
}

.b-card label#Name {
    display: block;
    font-size: 16px;
    font-weight: 800;
    margin: 10px 0;
    width: 250px;
    padding-right: 8px;
    padding-left: 0;
}

.b-card label#Email,
.b-card label.PhoneNumber {
    display: block;
    font-size: 14px;
    font-weight: 100;
    margin: 0;
    width: 250px;
    padding-right: 8px;
    padding-left: 0;
}

label.please-call-me {
    width: 72%;
    background: #444;
    border-radius: 4px;
    display: block;
    padding: 5px 10px;
    line-height: 24px;
    margin-top: 14px;
}

.contact-container input[type="submit"] {
    background: #444;
    color: white;
    text-transform: uppercase;
}









.fields-wrapper label {
    float: left;
    font-size: 14px;
    clear: both;
    font-weight: 300;
}

  .fields-wrapper label.please-call-me {
    float: right;
    margin-right: 90px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    width: 160px;
    line-height: 20px;
    margin-top: -38px;
    color: #333;
    font-style: italic;
  }

.please-call-me input {
    float: left;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 5px;
    margin-right: 8px;
}

.phoneOptional:after {
    content:' (optional)';
    font-weight:700;
    font-style:italic;
}

.phoneRequired:after {
    content:''
}

.dropdown {
  float: left;
  width: 380px;
  height: 65px;
  background: #999;
}

.error-msg {
    float: left;
    margin-top: -10px;
    color: maroon;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.thank-you {
    margin-left: 120px;
    width: 380px;
}

.thanks-bru {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

.contact-you-soon {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display:block;
}

.loading {
    float: left;
    font-size: 16px;
    width: 370px;
    text-align: center;
}

#ResultPanel {
    float: left;
}



@media screen and (max-width: 850px) {
    .contact-container label.big-labels {
        font-size: 14px;
    }
}

@media screen and (max-width: 720px) {
    .contact-container label.big-labels {
        font-size: 20px;
    }
}

@media screen and (max-width: 520px) {
    .contact-container label.big-labels {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {

    .contact-container {
        padding:8px;
    }

    .contact-container label.big-labels {
        font-size: 20px;
        width: 100%;
        text-align: left;
        position: initial;
        display: block;
    }

    .contact-container select, 
    .contact-container input, 
    .contact-container textarea {
        width: 100%;
    }

    .contact-container label {
        margin-left: 0;
    }

    label.please-call-me {
        width: 100%;
    }

    .please-call-me input {
        width: initial;
    }

    .b-card {
        width: 100%;
        min-width:100%;
        background-size: 50px;
    }

    .b-card:after {
        white-space: initial;
        display: block;
        width: 100%;
    }
}
      

