body {
    font-family: 'Droid Sans', sans-serif;/*66B5F8*/
    font-size: 16px;
    overflow-y:scroll;
    text-align: center;
    color:#333;
}


main {
    background-color:#fff;
    text-align: left;
    padding:20px 15px 50px 15px;
    max-width:780px;
    margin:0 auto 25px auto;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    -webkit-box-shadow: 0 3px 5px -2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 5px -2px rgba(0,0,0,0.15);
    box-shadow: 0 3px 5px -2px rgba(0,0,0,0.15);
}

h1 {
    font-family: 'Open Sans', sans-serif, arial, helvetica;
    font-size:26px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

h2 {
    font-family: 'Open Sans', sans-serif, arial, helvetica;
    font-size:24px;
    font-weight: normal;
}

h3 {
    font-family: 'Open Sans', sans-serif, arial, helvetica;
    font-size:18px;
    font-weight: normal;
}

header {
    margin:20px 0;
}

header a {
    text-decoration: none;
}

input, select {
    font-family: 'Droid Sans', sans-serif;
    min-height:30px;
    padding-left:5px;
    border:1px solid #C3C3C3;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    margin:0;
    font-size:15px;
}

select {
    cursor:pointer;
    min-width: 185px;
    max-width: 290px;
}
optgroup {
    font-weight: normal !important;
    color:#A3D0F6;
} 
select option {
    color:#333;
}

#mainSelect {
    font-size:17px;
}

.calendar_header {
    text-align: center;
}
/*
label {
    display: inline-block;
}*/


form .formField {
   display:block; 
}

.radioField {
    margin-left:7px;
}
.checkboxField {
    margin-left:4px;
    margin-top:12px;
}

p {
    line-height: 1.2;
    margin: 15px 0;
}

a:link {
    color:gray;
    text-decoration: none;
}
a:active {
    color:gray;
    text-decoration: none;
}
a:visited {
    color:gray;
    text-decoration: none;
}
a:hover {
    color: #3399ff;
}


a.corange2:link {
    color:#ff6600;
    text-decoration: none;
}
a.corange2:active {
    color:#ff6600;
    text-decoration: none;
}
a.corange2:visited {
    color:#ff6600;
    text-decoration: none;
}
a.corange2:hover {
    color: #2191ed;
    cursor:pointer;
}

a.noJs_link {
    margin-right: 20px;
    padding: 5px;
    display: inline-block;
}

a.noJs_link:link {
    color:#ee921b;
    text-decoration: none;
}
a.noJs_link:active {
    color:#ee921b;
    text-decoration: none;
}
a.noJs_link:visited {
    color:#ee921b;
    text-decoration: none;
}
a.noJs_link:hover {
    color: #2191ed;
    cursor:pointer;
}

.cwhite {
  color: #fff;
}

.hoverClass:hover {
  color: #2191ed;
  cursor:pointer;
}

.req_symbol {
    color:#d14d4d;
    display:inline;
}

.t1 {
    margin-top:26px;
    font-weight:bold;
    color: #333;
    cursor: default;
    display: inline-block;
    margin-bottom: 8px;
}

.checkboxFieldSet {
    display: block;
    margin-bottom: -12px;
    width:85%;
}

.radioFieldSet {
    display: block;
    width:85%;
}

.placeholder { 
    color: #aaa; 
}

/* FORM */


#selectedForm {
    border: 1px solid #ee921b; 
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    border-radius: 8px; 
    padding:14px 15px 40px 15px;
    margin-left:-15px;
    margin-right:-15px;
    margin-top:40px;
    background-color: #FBFBFB;
    background-clip: padding-box;  
    -webkit-transition: border 1.5s linear;
    -moz-transition: border 1.5s linear;
    -o-transition: border 1.5s linear;
    transition: border 1.5s linear;
}

.selectedName {
    color: #ee921b;
    font-weight: bold;
    padding: 0 1px;
    margin-left: -1px;
    display: block; 
    position: relative;
    background:#fff; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    -webkit-box-shadow: 0px 1px 5px 1px rgba(255,255,255,1);
-moz-box-shadow: 0px 1px 5px 1px rgba(255,255,255,1);
box-shadow: 0px 1px 5px 1px rgba(255,255,255,1);
    float:left;
    margin-top:-23px;
    font-size: 17px;
}

/* float clear */
.clear_box:before,
.clear_box:after {
    content:"";
    display:table;
}
.clear_box:after {
    clear:both;
}
.clear_box {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.hidden {
    position:absolute;
    left:-9999px;
}

/*.preloader {
  background-image:url('../images/loader_big.gif');
  background-position:30px 20px;
  background-repeat:no-repeat;
  
}
*/
.preloader {
  background-image:url('../images/loader2.gif');
  background-position:0 0;
  background-repeat:no-repeat;
  background-size:32px 32px; 
  
}

.preloader1 {
    min-width: 60px;
    min-height: 60px;
    background-position:30px 20px;
}


/* CHECKBOX */
.checkboxes {
    display: block;
    margin-top:12px;
}
.cust_checkbox {
    display:inline-block;
    background-image: url(../images/checkbox_checked.png);
    background-repeat:no-repeat;
    background-position: 1px 1px;
    background-color: #fff;
    height:16px;
    width:16px;
    border:1px solid #C3C3C3;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px; 
    vertical-align: bottom;
    margin-left:4px;
    cursor:pointer;
}

.policy > .checkboxLabel > .cust_checkbox {
    border:1px solid #b4b4b4;
}


.checkboxLabel {
    display:inline-block;
    margin-right:15px;
    max-width:280px;
    font-weight: bold;
    font-size:15px;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
    margin-bottom: 16px;
}

.checkboxLabel:hover {
    color: #2191ed;
    cursor:pointer;
}

.checkboxLabel span {
    vertical-align: bottom;
    line-height: 16px;
    
}

.checkboxOption {
    font-weight: normal;
    padding-left:8px;
}

.c_checked {    
    background-color: #3388CC;
    border:1px solid #3388CC;
}

.checkboxLabel:hover .c_unchecked {
    border: 1px solid #6bb4ee;
}

/* RADIO E0E0E0 */
.cust_radio {
    display:inline-block;
    background-color: #fff;
    height:16px;
    width:16px;
    border:1px solid #C3C3C3;
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%; 
    vertical-align: bottom;
    margin-right:5px;
}

.r_checked {
    background-image:url('../images/radio_checked.png');
    background-color: #3388CC;
    border:1px solid #3388CC;
}

.radioLabel:hover .r_unchecked {
    border: 1px solid #6bb4ee;
}

.radioLabel {
    display: inline-block;
    margin-right:18px;
    margin-top:15px;
    cursor:pointer;
    font-weight: normal;
}

.radioLabel span {
    display: inline-block;
}

.radioLabel:hover {
    color: #2191ed;
}

/* Button */
a.timeSquare {
    /*display: inline-block;
    background: #b6cb00;
    padding: 4px 6px;
    margin: 3px 5px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #92a205;
    text-shadow: 0 0 2px rgba(0,0,0,.55);*/

    display: none;
    background: #acc427;
    padding: 4px 6px;
    margin: 4px 5px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #97ac22;
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    user-select: none;
}

a.timeSquare:hover {
    cursor: pointer;
    background: #ee921b;
    border: 1px solid #ee921b;
    /*color: #fff;*/
}

a.timeSquare:focus {
    outline: none; 
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(174, 105, 17);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(174, 105, 17);
    box-shadow: inset 0px 0px 3px 0px rgb(174, 105, 17);
}

a.timeSquareSelected {
    cursor: default;
    background: #ee921b;
    border: 1px solid #ee921b;
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(174, 105, 17);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(174, 105, 17);
    box-shadow: inset 0px 0px 3px 0px rgb(174, 105, 17);
}

a.timeSquareSelected:hover {
    cursor: default;
    border: 1px solid #ee921b;
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(174, 105, 17);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(174, 105, 17);
    box-shadow: inset 0px 0px 3px 0px rgb(174, 105, 17);
}
.button_bg {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0 );
    /*padding:8px 13px;*/
    padding:6px 10px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    
}

.button_bg:hover {
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8', GradientType=0 );
    border:1px solid #d7d7d7;
}

.button_bg:active {
    background: #d6d6d6;
    background: -moz-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d0d0d0), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #d0d0d0 0%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#dfdfdf', GradientType=0 );
    border:1px solid #bbb;
}

/* Special formfields */
.firstNameField {
    width:80%;
}
.lastNameField {
    margin-top:15px;
    display:block;
    width:80%;
}
.standardField {
    width:80%;
}
.numberField {
    width:60%;
}
.postCodeField {
    width:100px;
    margin-right:20px;
}
.stateField {
    width: 200px;
}

/* Buttons */
/*
background: #acc427;
background: -moz-linear-gradient(top, #acc427 0%, #c1d164 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #acc427), color-stop(100%, #c1d164));
background: -webkit-linear-gradient(top, #acc427 0%, #c1d164 100%);
background: -o-linear-gradient(top, #acc427 0%, #c1d164 100%);
background: -ms-linear-gradient(top, #acc427 0%, #c1d164 100%);
background: linear-gradient(to bottom, #acc427 0%, #c1d164 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acc427', endColorstr='#c1d164', GradientType=0 );
*/  
.submitBtn {
    font-family: 'Droid Sans', sans-serif;
    display:block;
    cursor:pointer;
    margin: 15px auto 0 auto;
    background: #acc427;
    background: -moz-linear-gradient(top, #C3D463 0%, #97ac22 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #C3D463), color-stop(100%, #97ac22));
    background: -webkit-linear-gradient(top, #C3D463 0%, #97ac22 100%);
    background: -o-linear-gradient(top, #C3D463 0%, #97ac22 100%);
    background: -ms-linear-gradient(top, #C3D463 0%, #97ac22 100%);
    background: linear-gradient(to bottom, #C3D463 0%, #97ac22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C3D463', endColorstr='#97ac22', GradientType=0 );
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
    border:1px solid #A4BA28;
    -webkit-border-radius: 13px; 
    -moz-border-radius: 13px; 
    border-radius: 13px; 
    color: #fff;
    width:70%;
    max-width: 207px;
    font-size:17px;
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
    box-shadow: 0px 1px 4px rgba(0,0,0,.2);
    padding: 7px 17px 7px 11px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,.15);
    background-size:100% 70px; 
    -webkit-transition: background .2s ease-out;  
    -moz-transition: background .2s ease-out;  
    -o-transition: background .2s ease-out;  
    transition: background .2s ease-out;  
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
     
}
.submitBtn:hover {
    background-position:35px; 
}
.submitBtn:active {
    background: #8ba018;
    background: -moz-linear-gradient(top, #a2b533 0%, #9aae2d 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #a2b533), color-stop(100%, #9aae2d));
    background: -webkit-linear-gradient(top, #a2b533 0%, #9aae2d 100%);
    background: -o-linear-gradient(top, #a2b533 0%, #9aae2d 100%);
    background: -ms-linear-gradient(top, #a2b533 0%, #9aae2d 100%);
    background: linear-gradient(to bottom, #a2b533 0%, #9aae2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2b533', endColorstr='#9aae2d', GradientType=0 );
}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-o-keyframes spin { 100% { -o-transform: rotate(360deg); } }
@keyframes spin { 100% { transform:rotate(360deg); } }

.spinning {
    -webkit-animation:spin 1.5s linear infinite;
    -moz-animation:spin 1.5s linear infinite;
    -o-animation:spin 1.5s linear infinite;
    animation:spin 1.5s linear infinite;
}
.spin_holder {
    margin: -34px auto 0 auto;
    /*height: 22px;*/
    margin-top: 25px;
    height: 34px;
}
.spin_loader {
    vertical-align: middle;
    margin: 0 auto 0 auto; 
    display: inline-block;
    border-radius:15px; 
    background: #C3D463;
    
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
    /*border:1px solid #A4BA28;*/
    -webkit-border-radius: 13px; 
    -moz-border-radius: 13px; 
    border-radius: 13px; 
    -webkit-transition: background 700ms linear;
    -moz-transition: background 700ms linear;
    -o-transition: background 700ms linear;
    -ms-transition: background 700ms linear;
    transition: background 700ms linear;
}

.letter {
    -webkit-transition: background 700ms linear;
    -moz-transition: background 700ms linear;
    -o-transition: background 700ms linear;
    -ms-transition: background 700ms linear;
    transition: background 700ms linear;
    background: #ffe88c;
}

.letter_detail {
    color: #acc427;
    font-size: 30px;
    margin: -4px 0 0 -6px;
    display: block;
}

.spinner {
  width: 30px;
  height: 23px;
  -webkit-animation: rotatemail 3.6s infinite ease-in-out;
  -moz-animation: rotatemail 3.6s infinite ease-in-out;
  -ms-animation: rotatemail 3.6s infinite ease-in-out;
  -o-animation: rotatemail 3.6s infinite ease-in-out;
  animation: rotatemail 3.6s infinite ease-in-out;
}

@-webkit-keyframes rotatemail {
  0% { 
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);     
  } 20% { 
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);     
  } 40% { 
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  } 60% { 
    -webkit-transform: perspective(120px) rotateX(0) rotateY(-180.1deg);    
  } 80% { 
    opacity: 1;
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);    
  } 100% { 
    opacity: 0;
    -webkit-transform: translate(400px, 0px) rotate(65deg);
  }
}
@-moz-keyframes rotatemail {
  0% { 
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);     
  } 20% { 
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);     
  } 40% { 
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  } 60% { 
    -moz-transform: perspective(120px) rotateX(0) rotateY(-180.1deg);    
  } 80% { 
    opacity: 1;
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);    
  } 100% { 
    opacity: 0;
    -moz-transform: translate(400px, 0px) rotate(65deg);
  }
}
@-o-keyframes rotatemail {
  0% { 
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);     
  } 20% { 
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);     
  } 40% { 
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  } 60% { 
    -o-transform: perspective(120px) rotateX(0) rotateY(-180.1deg);    
  } 80% { 
    opacity: 1;
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);    
  } 100% { 
    opacity: 0;
    -o-transform: translate(400px, 0px) rotate(65deg);
  }
}
@keyframes rotatemail {
  0% { 
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);    
  } 20% { 
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);     
  } 40% { 
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  } 60% { 
    -webkit-transform: perspective(120px) rotateX(0) rotateY(-180.1deg);
    -moz-transform: perspective(120px) rotateX(0) rotateY(-180.1deg);
    -ms-transform: perspective(120px) rotateX(0) rotateY(-180.1deg);
    -o-transform: perspective(120px) rotateX(0) rotateY(-180.1deg);
    transform: perspective(120px) rotateX(0) rotateY(-180.1deg);   
  } 80% { 
    opacity: 1;
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);    
  } 100% { 
    opacity: 0;
    -webkit-transform: translate(400px, 0px) rotate(65deg);
    -moz-transform: translate(400px, 0px) rotate(65deg);
    -ms-transform: translate(400px, 0px) rotate(65deg);
    -o-transform: translate(400px, 0px) rotate(65deg);
    transform: translate(400px, 0px) rotate(65deg);
  }
}

.cancelBtn {
    font-family: 'Droid Sans', sans-serif;
    display:block;
    cursor:pointer;
    margin: 25px auto 0 auto;
    background: #f28966;
  background: -moz-linear-gradient(top, #f28966 0%, #d47248 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f28966), color-stop(100%, #d47248));
  background: -webkit-linear-gradient(top, #f28966 0%, #d47248 100%);
  background: -o-linear-gradient(top, #f28966 0%, #d47248 100%);
  background: -ms-linear-gradient(top, #f28966 0%, #d47248 100%);
  background: linear-gradient(to bottom, #f28966 0%, #d47248 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28966', endColorstr='#d47248', GradientType=0 );
  border:1px solid #ca6d33;
  text-shadow: 0 1px 1px #8d501e;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
    -webkit-border-radius: 13px; 
    -moz-border-radius: 13px; 
    border-radius: 13px; 
    color: #fff;
    width:70%;
    max-width: 207px;
    font-size:17px;
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
    box-shadow: 0px 1px 4px rgba(0,0,0,.2);
    padding: 7px 17px 7px 11px;
    font-weight: bold;
    background-size:100% 70px; 
    -webkit-transition: background .2s ease-out;  
    -moz-transition: background .2s ease-out;  
    -o-transition: background .2s ease-out;  
    transition: background .2s ease-out;  
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;   
}
.cancelBtn:hover {
    background-position:35px; 
}
.cancelBtn:active {
    background: #b55028;
    background: -moz-linear-gradient(top, #b55028 0%, #c96338 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #b55028), color-stop(100%, #c96338));
    background: -webkit-linear-gradient(top, #b55028 0%, #c96338 100%);
    background: -o-linear-gradient(top, #b55028 0%, #c96338 100%);
    background: -ms-linear-gradient(top, #b55028 0%, #c96338 100%);
    background: linear-gradient(to bottom, #b55028 0%, #c96338 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b55028', endColorstr='#c96338', GradientType=0 );
}

.neutralBtn {
    font-family: 'Droid Sans', sans-serif;
    display:block;
    cursor:pointer;
    margin: 25px auto 0 auto;
    border: 1px solid #baa323;
text-shadow: 0 1px 1px #8F7725;
background: #F8D163;
  background: -moz-linear-gradient(top, #F8D163 0%, #d9ac30 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #F8D163), color-stop(100%, #d9ac30));
  background: -webkit-linear-gradient(top, #F8D163 0%, #d9ac30 100%);
  background: -o-linear-gradient(top, #F8D163 0%, #d9ac30 100%);
  background: -ms-linear-gradient(top, #F8D163 0%, #d9ac30 100%);
  background: linear-gradient(to bottom, #F8D163 0%, #d9ac30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8D163', endColorstr='#d9ac30', GradientType=0 );
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
    -webkit-border-radius: 13px; 
    -moz-border-radius: 13px; 
    border-radius: 13px; 
    color: #fff;
    width:70%;
    max-width: 207px;
    font-size:17px;
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
    box-shadow: 0px 1px 4px rgba(0,0,0,.2);
    padding: 7px 17px 7px 11px;
    font-weight: bold;
    background-size:100% 70px; 
    -webkit-transition: background .2s ease-out;  
    -moz-transition: background .2s ease-out;  
    -o-transition: background .2s ease-out;  
    transition: background .2s ease-out;  
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;   
}
.neutralBtn:hover {
    background-position:35px; 
}
.neutralBtn:active {
    background: #c79b22;
  background: -moz-linear-gradient(top, #c79b22 0%, #cf9f30 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c79b22), color-stop(100%, #cf9f30));
  background: -webkit-linear-gradient(top, #c79b22 0%, #cf9f30 100%);
  background: -o-linear-gradient(top, #c79b22 0%, #cf9f30 100%);
  background: -ms-linear-gradient(top, #c79b22 0%, #cf9f30 100%);
  background: linear-gradient(to bottom, #c79b22 0%, #cf9f30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c79b22', endColorstr='#cf9f30', GradientType=0 );
}

.btns {
    display: block;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border: 1px solid rgba(127,182,227,0.66);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    -moz-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
}

input[type="checkbox"]:focus + .cust_checkbox {
    border: 1px solid rgba(127,182,227,0.66);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    -moz-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
}

input[type="radio"]:focus + .cust_radio {
    -webkit-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    -moz-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
}

button:focus {
    outline: none; 
    -webkit-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    -moz-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
}

button:focus span {
    position: relative;
    left: 0;
    top: 0;
}

.nextNerror {
    text-align: center;
}

/* text styles */
input.error, select.error, .error + .cust_checkbox, .error + .cust_radio {
    border:1px solid #E47C7C;
}


label.error {
    color: #d14d4d;
    display:block;
    margin-top:4px;
    font-weight: normal;
}
.errorMessage {
    color:#d14d4d; 
}
.green {
    color:#94a332; 
}

.black {
    color:#333; 
}
.black2 {
    color:#565656;
}

.smallGray {
    color:gray; 
    font-size:14px;
    line-height: 1.4;
}

.startText {
    margin-top:30px;
    margin-bottom:150px;
}

.notFound {
   
    margin-bottom:150px;
}

.mainPageFooter {
    margin-top:40px;
    margin-bottom: -40px;
    text-align: center;
    width:100%;
}

.systemProviderFooter {
  
    font-family: 'Open Sans', sans-serif, arial, helvetica;
    font-size:13px; 
    color:#F5FAFE;
    font-weight: normal;
    letter-spacing: 0.038em;
  
    margin-bottom:25px;
    /*
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    text-shadow: 1px 1px 1px rgba(26, 61, 115, 0.31);
    */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
}

/*.bookingizerLink {
    display: inline-block;
    background-image:url('../images/logo_small_x2.png');
    background-size: 100% 200%;
    background-repeat:no-repeat;
    width:29px;
    height:25px;
    vertical-align: middle;
    background-position: 0 0;
}*/

a.systemProviderLink {
    padding: 5px 0 10px 5px;
}

/*a.systemProviderLink:active .bookingizerLink {
    background-position: 0 100%;
}

a.systemProviderLink:hover .bookingizerLink {
    background-position: 0 100%;
}
*/
/*.sysFromText {
    font-size:12px;
    vertical-align: middle;
}
*/
a.systemProviderLink:link {
    color:#F2F2F2;
    text-decoration: none;
}
a.systemProviderLink:active {
    color:#efefef;
    text-decoration: none;
}
a.systemProviderLink:visited {
    color:#F2F2F2;
    text-decoration: none;
}
a.systemProviderLink:hover {
    color: #F2F2F2;
}

#logo {
    cursor: pointer;
    vertical-align: middle;
    margin-top:0;
    margin-left:0;
}

#logo span {
    display:inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-top:-6px;
    margin-left:0;
}

/*#logo path {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}*/

.logo_hover_2  {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.logo_hover_1  {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.logo_hover_3  {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.logo_hover_4  {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

a.systemProviderLink:hover #logo .logo_hover {
    fill: #2191ed !important;
}

a.systemProviderLink:active #logo path {
    fill: #2191ed !important;
}

#logo:active path {
    fill: #2191ed !important;
}

#logo:hover svg .logo_hover {
    fill: #2191ed !important;
}

#logo {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#logo:hover {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(58, 92, 251,0.6));
    filter: drop-shadow(1px 1px 1px rgba(58, 92, 251,0.6));
}

.confirmation_desktop {
    display: none;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#cancelBooking {
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.14902) 3px 3px 5px -2px;
    padding: 5px 10px;
    text-align: center;
}

#cancelBooking p {
    padding: 0 12px;
}

.cancelHeader {
    padding-left: 8px;
    text-align: center;
    padding-top: 6px;
}

a.modal_close {
    padding: 5px;
    color: #6eb2f1;
    float: right;
    margin-right: -15px;
    margin-top: -7px;
}


@media (min-width: 450px) { 
    .confirmation_desktop {
        display: inline;
    }
    .btns {
        display: inline-block;
    }
    .cancelBtn {
        width: auto; 
        margin-right: 25px; 
    }

    #cancelBooking .cancelBtn {
        width: auto; 
        margin-right: 0; 
    }

    .neutralBtn {
        width: auto; 
        margin-right: 25px; 
    }
}

/* 700px and up */
@media (min-width: 700px) { 

    header {
        margin:30px 0;
    }

    h1 {
        font-family: 'Open Sans', sans-serif, arial, helvetica;
        font-size:30px;
        font-weight: normal;
        letter-spacing: 1px;
    }

    h2 {
        font-family: 'Open Sans', sans-serif, arial, helvetica;
        font-size:28px;
        font-weight: normal;
    }

    input, select {
        min-height:26px;
    }

    main {
        padding:40px 60px 30px 60px;
        margin:0 auto 25px auto;
        -webkit-border-radius: 17px; 
        -moz-border-radius: 17px; 
        border-radius: 17px; 
        -moz-box-sizing: border-box; 
        -webkit-box-sizing: border-box; 
        box-sizing: border-box; 
        -webkit-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.15);
        -moz-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.15);
        box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.15);
    }

    .mainPageFooter {
        margin-bottom:-22px;
    }

    #selectedForm {
        border: 1px solid #ee921b;
        padding:14px 15px 40px 15px;
        margin-left:-15px;
        margin-right:-15px;
        margin-top:30px;
        -webkit-border-radius: 8px; 
        -moz-border-radius: 8px; 
        border-radius: 8px; 
    }

    .systemProviderFooter {
        margin-bottom:30px;
    }

    /* fields */
    .firstNameField {
        display:inline;
        width:30%;
        margin-right:10px;
    }
    .lastNameField {
        display:inline;
        margin-top:0;
        width:40%;
    }
    .standardField {
        display:inline;
        width:60%;
    }
    .numberField {
        width:40%;
    }
    .postCodeField {
        width:100px;
        margin-right:20px;
    }
    .stateField {
        width: 200px;
    }

    .addressPart {
        float:left;
    }
    /* Label */
    .t1 {
        margin-top:20px;
        margin-bottom: 4px;
    }

    .checkboxFieldSet {
        margin-bottom: -12px;
        width:auto;
    }

    .radioFieldSet {
        width:auto;
    }


    /* buttons */
    .submitBtn {
        /*width: auto;
        padding: 8px 30px 8px 24px;
        height: 39px;
        font-size: 17px;*/
        width: auto;
        padding: 6px 25px 6px 18px;
        height: 34px;
        font-size: 16px;
    }
    .cancelBtn {
        /*width: auto;
        padding: 8px 30px 8px 24px;
        height: 39px;
        font-size: 17px;*/
        width: auto;
        padding: 6px 25px 6px 18px;
        height: 34px;
        font-size: 16px;
    }
    .neutralBtn {
        width: auto;
        padding: 6px 25px 6px 18px;
        height: 34px;
        font-size: 16px;
    }

    select {
        min-width: 125px;
    }

    /* Button */
    .button_bg {
        background: transparent;
        padding: 0 0;
        border: 0;
        -webkit-border-radius: 0; 
        -moz-border-radius: 0; 
        border-radius: 0; 
        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }

    .button_bg:hover {
        background: transparent;
        border: 0;
    }

    .button_bg:active {
        background: transparent;
        border: 0;
    }



}

/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 120dpi),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (-o-min-device-pixel-ratio: 1.25/1),
  only screen and (min-resolution: 1.25dppx),
  only screen and (min-device-pixel-ratio: 1.25) {

    /*.bookingizerLink {
        background-image:url('../images/logo_small_x3.png');
        background-size: 100% 200%;

    }*/    
}

/* @3x Images (Pixel Ratio of 2+) */
/*
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-resolution: 2dppx),
  only screen and (min-device-pixel-ratio: 2) {

    .bookingizerLink {
        background-image:url('../images/logo_small_x3.png');
        background-size: 30px 50px;
    }
}
*/

/* old internet explorer */
/*.ie6 .bookingizerLink, .ie7 .bookingizerLink, .ie8 .bookingizerLink {
    background-image:none;
    width:3px;
}*/

.ie9 button[type="submit"] {
    border-radius: 0; 
}

.ie6 button[type="submit"]:hover, 
.ie7 button[type="submit"]:hover, 
.ie8 button[type="submit"]:hover, 
.ie9 button[type="submit"]:hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2b533', endColorstr='#97ac22', GradientType=0 );
}


.ie6 main, .ie7 main, .ie8 main {
    padding:40px 28px 30px 28px;
    margin:0 auto 30px auto;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}
.ie6 .mainPageFooter, .ie7 .mainPageFooter, .ie8 .mainPageFooter {
    padding-bottom:20px;
}
