@charset "utf-8";
/* CSS Document */

body {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p,
h1 {
    padding: 0;
    margin: 0;
}

#wrapper {
    width: 920px;
    margin: 0 auto;
}

/*Menu*/

#header {
    width: 100%;
}

#header-logo {
    float: left;
    width: 233px;
    height: 100px;
}

#header-details {
    float: right;
    width: 330px;
    height: 80px;
    padding-top: 20px;
}

.Number {
    padding-left: 62px;
}

/*HEader end*/

/*Menu*/

#menu {
    width: 100%;
    height: 40px;
    background: #e5e8ea; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #e5e8ea),
        color-stop(100%, #cccccc)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #fff 0%,
        #cccccc 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #fff 0%,
        #cccccc 100%
    ); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #cccccc 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#CCCCCC',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #fff 0%, #cccccc 100%); /* W3C */
    border-bottom: solid 3px #d2222a;
}

#menu #menutabs {
    float: right;
    height: 40px;
}

#menu #menutabs .menutab {
    background-color: #fff;
    height: 30px;
    float: left;
    margin: 10px 2px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

#menutabs .menutabactive {
    background-color: #d2222a;
    height: 30px;
    float: left;
    margin: 10px 2px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.menutabactive a {
    text-decoration: none;
    color: #ffffff;
    padding: 8px 20px;
    font-size: 14px;
    display: block;
}

.menutab a {
    text-decoration: none;
    color: #d2222a;
    font-size: 14px;
    padding: 8px 20px;
    display: block;
}

#menu #menutabs .homePage,
#menu #menutabs .ourProfile,
#menu #menutabs .buyingSelling,
#menu #menutabs .renting,
#menu #menutabs .financialServices,
#menu #menutabs .contactUs,
#menu #menutabs .ourOffices {
    background-color: #fff;
    height: 30px;
    float: left;
    margin: 10px 2px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

#homePage #menu #menutabs .homePage,
#ourProfile #menu #menutabs .ourProfile,
#buyingSelling #menu #menutabs .buyingSelling,
#renting #menu #menutabs .renting,
#financialServices #menu #menutabs .financialServices,
#contactUs #menu #menutabs .contactUs,
#ourOffices #menu #menutabs .ourOffices {
    background-color: #d2222a;
}

#homePage #menu #menutabs .homePage a,
#ourProfile #menu #menutabs .ourProfile a,
#buyingSelling #menu #menutabs .buyingSelling a,
#renting #menu #menutabs .renting a,
#financialServices #menu #menutabs .financialServices a,
#contactUs #menu #menutabs .contactUs a,
#ourOffices #menu #menutabs .ourOffices a {
    color: #ffffff;
}

#menu #menutabs .homePage a,
#menu #menutabs .ourProfile a,
#menu #menutabs .buyingSelling a,
#menu #menutabs .renting a,
#menu #menutabs .financialServices a,
#menu #menutabs .contactUs a,
#menu #menutabs .ourOffices a {
    text-decoration: none;
    color: #d2222a;
    font-size: 14px;
    padding: 8px 20px;
    display: block;
}

/*Menu end*/

.clear {
    clear: both;
}

/* index page*/
#maincontent {
    margin: 0 20px;
}

#welcome h1 {
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
    color: #d2202a;
}
#welcome p {
    text-align: center;

    font-size: 14px;
    margin: 10px 0 30px;
    color: #000000;
}

/* =============== */
/* ! Search Styles   */
/* =============== */

#searchbox {
    width: 240px;
    float: left;
    height: 300px;
}
#search {
    height: 307px;
    overflow: hidden;
    margin-bottom: 28px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    [iflteie9]behavior: url(/js/PIE.htc);
}

#search #keyword {
    border: 1px solid #d2202a;
    width: 190px;
    height: 25px;
    padding: 5px;
    margin: 4px 15px;
    color: #aaa;
    font-size: 1em;
    line-height: 25px;
    -webkit-box-shadow: #000 0px 1px 3px;
    -moz-box-shadow: #000 0px 1px 3px;
    box-shadow: #000 0px 1px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    [iflteie9]behavior: url(/js/PIE.htc);
}

#search .divider {
    background: #4b9ea7;
    width: 220px;
    margin: 5px 8px;
}

#search table {
    color: #333;
    width: 220px;
    margin: 0 auto;
}

#search table td {
    padding: 3px 0;
}

#search select {
    width: 115px;
}

#search .btnStyle {
    border: 0;
    width: 90px;
    height: 32px;
    margin: 8px 8px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    line-height: 30px;
    cursor: pointer;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #dd3139; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #dd3139),
        color-stop(100%, #9a181f)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #dd3139 0%, #9a181f 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD3139', endColorstr='#9A181F',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #dd3139 0%, #9a181f 100%); /* W3C */
}

ul.tabsSwitcher {
    margin: 0 0 5px 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 30px; /*--Set height of tabs--*/
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

ul.tabsSwitcher li {
    float: left;
    margin: 0;
    padding: 0;
    height: 30px; /*--Subtract 1px from the height of the unordered list--*/
    width: 120px;
    line-height: 30px; /*--Vertically aligns the text within the tab--*/
    position: relative;
}

ul.tabsSwitcher .leftTab.active a {
    display: block;
    background: url(../images/searchTabs.png) no-repeat;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

ul.tabsSwitcher .rightTab.active a {
    display: block;
    background: url(../images/searchTabs.png) -120px bottom no-repeat;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.leftTab a {
    display: block;
    background: url(../images/searchTabs.png) left bottom no-repeat;
    color: #d2202a;
    font-size: 16px;
    text-decoration: none;
}

.rightTab a {
    display: block;
    background: url(../images/searchTabs.png) -120px top no-repeat;
    color: #d2202a;
    font-size: 16pxem;
    text-decoration: none;
}

.leftTab a:hover {
    color: #000;
}

.rightTab a:hover {
    color: #000;
}

.tab_content {
    border: solid 3px #d2202a;
    margin: 27px 0 0;
    padding-top: 5px;
    height: 228px;
}

.popup,
.popup:visited {
    font-family: verdana;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #781063;
}

/* =============== */
/* ! Search Styles   */
/* =============== */

#mainimage {
    float: right;
    width: 590px;
    height: 260px;
    border: 3px solid #d2202a;
}

#recentProperties {
    width: 875px;
    height: 187px;
    border: 3px solid #d2202a;
}

#recProHeader {
    color: #ffffff;
    text-align: center;
    display: block;
    background-color: #d2202a;
    width: 200px;
    font-weight: bold;
    line-height: 28px;
    height: 30px;
    font-size: 18px;
}

.recPropDetails {
    height: 181px;
    width: 23%;
    margin: 5px 1%;
    text-align: center;
    float: left;
}

.recPropAvail {
    font-size: 16px;
    font-weight: bold;
}

.recPropImage {
    height: 97px;
    width: 130px;
    margin: 2px auto;
}

.recPropImage img {
    -webkit-box-shadow: #000 0px 1px 3px;
    -moz-box-shadow: #000 0px 1px 3px;
    box-shadow: #000 0px 1px 3px;
    height: 97px;
}

.recPropAddress {
    text-align: center;
    color: #000000;
    font-weight: bold;
}

#linkLogos {
    height: 50px;
    width: 875px;
    margin: 20px 0;
}
/* =============== */
/*    Thumbnails   */
/* =============== */
#leftSideThumbs {
    width: 240px;
    float: left;
    padding-top: 50px;
}

#rightSideThumbs {
    float: right;
    width: 620px;
    padding-top: 50px;
}

.thumbHeader {
    width: 100%;
    height: 40px;
    background: #cccccc; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #cccccc 0%,
        #ffffff 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #cccccc),
        color-stop(100%, #ffffff)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #cccccc 0%,
        #ffffff 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #cccccc 0%,
        #ffffff 100%
    ); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #cccccc 0%, #ffffff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #cccccc 0%, #ffffff 100%); /* W3C */
    border-top: solid 3px #d2222a;
    margin-bottom: 20px;
}

.thumbsOrderby {
    width: 350px;
    float: left;
}

.thumbsOrderby .btnStyle {
    border: 0;
    width: 90px;
    height: 26px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    line-height: 30px;
    cursor: pointer;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #dd3139; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #dd3139),
        color-stop(100%, #9a181f)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #dd3139 0%, #9a181f 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD3139', endColorstr='#9A181F',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #dd3139 0%, #9a181f 100%); /* W3C */
}

.orderby {
    color: #d2202a;
}

.thumbsPageCont {
    width: 230px;
    float: right;
    padding-right: 5px;
}

.thumbsPageCont p {
    line-height: 30px;
    color: #d2202a;
}
.thumbsPageCont p .pagecontrollink {
    color: #d2202a;
    text-decoration: none;
}
.bracket {
    display: none;
}

.thumbImg img {
    -webkit-box-shadow: #000 0px 1px 3px;
    -moz-box-shadow: #000 0px 1px 3px;
    box-shadow: #ccc 2px 2px 4px;
}

.thumbPrice,
.thumbAddress {
    vertical-align: top;
    line-height: 30px;
}

.thumbPrice {
    width: 200px;
}
.thumbAddress {
    width: 100px;
}
.thumbPrice a,
.thumbAddress a {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
}

.thumbDesc {
    height: 120px;
    vertical-align: top;
}

.thumbBtn {
    border: 0;
    width: 240px;
    height: 22px;
    margin: 8px auto;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #dd3139; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #dd3139),
        color-stop(100%, #9a181f)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #dd3139 0%, #9a181f 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD3139', endColorstr='#9A181F',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #dd3139 0%, #9a181f 100%); /* W3C */
}

.thumbBottom {
    width: 100%;
    height: 40px;
    background: #cccccc; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #ffffff 0%,
        #cccccc 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #cccccc)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #ffffff 0%,
        #cccccc 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #ffffff 0%,
        #cccccc 100%
    ); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#CCCCCC',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%, #cccccc 100%); /* W3C */
    border-bottom: solid 3px #d2222a;
    margin: 20px 0;
}

ul.tabsSwitcher2 {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 30px; /*--Set height of tabs--*/
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

ul.tabsSwitcher2 li {
    float: left;
    margin: 0;
    padding: 0;
    height: 30px; /*--Subtract 1px from the height of the unordered list--*/
    width: 50%;
    line-height: 30px; /*--Vertically aligns the text within the tab--*/
    position: relative;
}

ul.tabsSwitcher2 .leftTab2.active a {
    display: block;
    background: url(../images/searchTabs2.jpg) no-repeat;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

ul.tabsSwitcher2 .rightTab2.active a {
    display: block;
    background: url(../images/searchTabs2.jpg) -310px bottom no-repeat;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.leftTab2 a {
    display: block;
    background: url(../images/searchTabs2.jpg) left bottom no-repeat;
    color: #d2202a;
    font-size: 16px;
    text-decoration: none;
}

.rightTab2 a {
    display: block;
    background: url(../images/searchTabs2.jpg) -310px top no-repeat;
    color: #d2202a;
    font-size: 16px;
    text-decoration: none;
}

.leftTab2 a:hover {
    color: #000;
}

.rightTab2 a:hover {
    color: #000;
}

.tab_content2 {
    padding-top: 5px;

    clear: both;
}
/* =============== */
/*  Thumbnails end */
/* =============== */

/* =============== */
/*    Contact Us   */
/* =============== */

#leftSide {
    width: 240px;
    float: left;
    padding-top: 50px;
}

#rightSide {
    float: right;
    width: 620px;
    padding-top: 50px;
    padding-bottom: 40px;
}

#contactLeft {
    width: 300px;
    padding-right: 10px;
    float: left;
}

#contactRight {
    width: 300px;
    padding-left: 10px;
    float: right;
}

#contactRight p,
#contactLeft p {
    font-size: 14px;
}
#contactRight img,
#contactLeft img {
    margin: 20px 0;
}
#contactRight a,
#contactLeft a {
    text-decoration: none;
    color: #d2202a;
}
#contactRight a:hover,
#contactLeft a:hover {
    color: #000;
}

#rightSide h1 {
    color: #d2202a;
    font-size: 24px;
}

#rightSide h2 {
    color: #000000;
    font-size: 14px;
}

/* =============== */
/*  Contact us end */
/* =============== */

/* =============== */
/*    Our Profile  */
/* =============== */

.subheading {
    font-size: 14px;
    font-weight: bold;
}

#ourProfile p {
    margin: 5px 0;
}
/* =============== */
/*  Our Profile end */
/* =============== */

/* =============== */
/*   Results page  */
/* =============== */

p#image img {
    height: 411px;
}

#resTopLeft {
    width: 300px;
    margin: 20px 20px 0 0;
    float: left;
}

#resAddress {
    height: 70px;
}

#resAddress h1 {
    color: #d2202a;
    font-size: 16px;
}
#resAddress h2 {
    color: #000000;
    font-size: 18px;
}
#resShortDesc {
    height: 290px;
}

#resGMap {
}

#resTopRight {
    width: 560px;
    float: right;
    margin: 20px 0 0;
}

.imagechangermain {
    margin: 0 auto 5px;
    border: 3px solid #d2202a;
}

.imagechangerthumb {
    margin: 3px 2px;
}

#imagechangerthumb0 {
    margin: 3px 3px 3px 0;
}

#resButCont {
    width: 300px;
}

.resButton {
    height: 40px;
    width: 300px;

    float: right;
    margin: 2px;
}

.resButton a {
    display: block;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 2px 2px 2px #0a0a0a;
    filter: dropshadow(color=#0a0a0a, offx=2, offy=2);
    background: #dd3139; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #dd3139),
        color-stop(100%, #9a181f)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #dd3139 0%, #9a181f 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD3139', endColorstr='#9A181F',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #dd3139 0%, #9a181f 100%);
}

.resButton a:hover {
    color: #fff;
    text-shadow: 0px 0px 0px #0a0a0a;
    filter: dropshadow(color=#0a0a0a;, offx=0, offy=0);
    background: #9a181f; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #9a181f 0%,
        #dd3139 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #9a181f),
        color-stop(100%, #dd3139)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #9a181f 0%,
        #dd3139 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #9a181f 0%,
        #dd3139 100%
    ); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #9a181f 0%, #dd3139 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9A181F', endColorstr='#DD3139',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #9a181f 0%, #dd3139 100%);
}

#resDesc {
    width: 100%;
    margin-top: 30px;
}

#resDis {
    width: 100%;
    margin: 10px 0;
}

#infoDrawWrapper {
    position: relative;
    display: none;
}

#infoToggle {
    position: absolute;
    left: 144px;
    top: 0;
    width: 26px;
    height: 31px;
    z-index: 1000;
}

#infoDraw {
    background: #f5f5eb;
    border-top: 1px solid #e3e3cf;
    border-bottom: 1px solid #e3e3cf;
    border-left: 1px solid #e3e3cf;
    width: 170px;
    float: left;
    height: 418px;
    clear: both;
    overflow: hidden;
}

#infoDraw h3 {
    background: #e3e3cf;
    padding: 5px 10px;
}

#infoDraw ul {
    margin: 0;
    padding: 0;
    height: 388px;
    overflow: auto;
}

#infoDraw li {
    list-style: none;
    padding: 4px 10px;
    margin: 0 !important;
    color: #666;
    cursor: pointer;
}

#infoDraw li:hover {
    background: #e3e3cf;
}

#map {
    background: #f5f5eb;
    border: 1px solid #e3e3cf;
    float: left;
    width: 698px;
    height: 418px;
}

/* =============== */
/*Results page end */
/* =============== */

/* ================= */
/* Forms             */
/* ================= */

#financialservicesform p label,
#contactForm p label {
    width: 150px;
    display: block;
    float: left;
    color: #666666;
    font-size: 14px;
}

#financialservicesform p .formtext,
#contactForm p .formtext {
    border: 1px solid #d2202a;
    width: 190px;
    height: 25px;
    padding: 5px;
    margin: 4px 15px;
    color: #666;
    font-size: 1em;
    line-height: 25px;
    -webkit-box-shadow: #000 0px 1px 3px;
    -moz-box-shadow: #000 0px 1px 3px;
    box-shadow: #000 0px 1px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#financialservicesform p textarea,
#contactForm p textarea {
    border: 1px solid #d2202a;
    width: 190px;
    padding: 5px;
    margin: 4px 15px;
    color: #666;
    font-size: 1em;
    line-height: 20px;
    -webkit-box-shadow: #000 0px 1px 3px;
    -moz-box-shadow: #000 0px 1px 3px;
    box-shadow: #000 0px 1px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#financialservicesform p #submit,
#financialservicesform p #submitBtn,
#contactForm p #submit,
#contactForm p #submitBtn {
    background: #dd3139; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #dd3139),
        color-stop(100%, #9a181f)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #dd3139 0%,
        #9a181f 100%
    ); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #dd3139 0%, #9a181f 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD3139', endColorstr='#9A181F',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #dd3139 0%, #9a181f 100%); /* W3C */
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    height: 32px;
    line-height: 28px;
    margin: 8px 170px;
    width: 90px;
}

#financialservicesform .gdpr-optins,
#contactForm .gdpr-optins {
    background: #eee;
    border: 1px solid #bbb;
    border-radius: 3px;
    padding: 15px;
}

#financialservicesform label.error,
#contactForm label.error {
    display: block;
    color: #9a181f;
}
form select {
    border: 1px solid #d2202a;
    width: 202px;
    height: 25px;
    padding: 5px;
    margin: 4px 15px;
    color: #666;
    font-size: 1em;
    line-height: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.gdpr-optins p {
    margin: 0 0 10px 0;
}
.gdpr-optins label {
    float: none !important;
    width: 100% !important;
    font-weight: bold;
    color: black !important;
}
/* ================ */
/* Forms             */
/* ================ */

/* =============== */
/*      Footer     */
/* =============== */
#footer {
    width: 100%;
    height: 40px;
    padding:10px;
    background: #cccccc; /* Old browsers */
    background: -moz-linear-gradient(top, #cccccc 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #cccccc),
        color-stop(100%, #fff)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #cccccc 0%,
        #fff 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #cccccc 0%,
        #fff 100%
    ); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #cccccc 0%, #fff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #cccccc 0%, #fff 100%); /* W3C */
    border-top: solid 3px #d2222a;
}

#footer p {
    color: #d2212a;
    font-weight: bold;
    text-align: right;
    margin: 0 5px;
}

#footer p a {
    color: #d2212a;
    text-decoration: none;
}

#footer p a:hover {
    color: #000000;
    text-decoration: none;
}

#header-details p {
    color: #d2212a;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    margin: 0;
}

#gdpr h1,
#gdpr h4 {
    color: #d2212a;
}

#gdpr h1 {
    margin-bottom: 10px;
}

#gdpr p {
    margin-bottom: 11px;
    line-height: 18px;
}

#gdpr a {
    color: #d2212a;
}

#gdpr table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

#gdpr table thead {
    background: #eee;
}

#gdpr table thead th {
    padding: 10px;
}

#gdpr table td {
    border: 1px solid #eee;
    padding: 10px;
}


        /*cookie*/
        .freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb{

            background-color: rgba(0, 0, 0, 0.8) !important;
            max-width: 100% !important;
            
            }