/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


/* IE FIX FOR SCALING IMAGES */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
    box-sizing: border-box;
}

tr {
    vertical-align: top;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}


/* Content Area Padding */

#content1,
#content2,
#content3,
#content4,
#content5 {
    min-height: 1px;
    padding: 16px;
}

div#content {
    position: relative;
}


/*
#content2 #lblcontentarea2 [id*="contentarea"],
#content3 #lblcontentarea3 [id*="contentarea"],
#content4 #lblcontentarea4 [id*="contentarea"],
#content5 #lblcontentarea5 [id*="contentarea"] {

}*/

@media only screen and (max-width: 667px) {
    #content1,
    #content2,
    #content3,
    #content4,
    #content5 {
        padding: 8px;
    }
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
}

.image-full-width {
    width: 100%;
    height: auto;
}

.image-left {
    float: left;
    width: 50%;
    padding: 0 1em 1em 0;
    height: auto;
}

.image-right {
    float: right;
    width: 50%;
    padding: 0 0 1em 1em;
    height: auto;
}

@media (max-width: 667px) {
    .image-left,
    .image-right {
        float: left;
        clear: both;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px
    }
}


/* Admin Table */

.admin-container {
    max-width: 1366px;
    margin: auto;
    padding: 16px;
}

.admin-table {
    border: 1px solid #bcbcbc;
    display: table;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.admin-table .table-header,
.admin-table .table-row {
    padding: 8px;
    border-collapse: collapse;
}

.admin-table .table-header {
    background-color: var(--first-color);
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}

.admin-table .table-row {
    background-color: #fff;
    overflow: auto;
}

.admin-table .table-row:nth-child(odd) {
    background-color: #efefef;
}

.admin-table-item {
    display: inline-block;
}

.admin-table .table-header .row-action,
.admin-table .table-row .row-action {
    width: 25%;
    float: right;
}

.admin-table .table-row .row-area,
.admin-table .table-row .row-action {
    line-height: 28px;
    font-size: 16px;
}

.admin-table .table-header .row-action .action-button,
.admin-table .table-row .row-action .action-button {
    margin-right: 8px;
}

.admin-table .table-row .table-cell {
    padding: 5px;
}

.admin-table .table-row .row-action .adminbutton {
    display: inline-block;
    font-size: 12px;
    padding: 4px 8px;
    background-color: #808080;
    color: #fff;
    cursor: pointer;
    text-decoration: none !important;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.admin-table .table-row .row-action .adminbutton:hover {
    background-color: #333 !Important;
    color: #fff !Important;
}


.row.catitems:nth-child(even) {
    background: #efefef;
}

/* Admin Table End */


/* Fix for ASP buttons in iOS */

.inputtxtsml {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    width: 230px;
}

.inputdate {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    min-width: 80px;
}

.xs-padding {
    padding: 10px
}

.centertext {
    text-align: center;
}

.righttext {
    text-align: right;
}

.lefttext {
    text-align: left;
}


/* DXP Overrides - Table Header */

.dxgvHeader_Mulberry {
    background-color: var(--first-color);
    color: #fff;
    padding: 8px;
    border: 0;
}

.dxgvHeader_Mulberry td {
    text-align: left;
    font-weight: bold;
    color: var(--text-color);
}


/* DXP Overrides - Table Row */

div>.dxgvTable_Mulberry {
    border-right: Solid 1px #cbcbcb;
    border-left: Solid 1px #cbcbcb;
}

tr.dxgvDataRow_Mulberry td {
    border-right: 1px solid #cbcbcb!Important;
}

tr.dxgvDataRow_Mulberry td:last-child {
    border-right: 0px solid #cbcbcb;
}

.dxgvDataRow_Mulberry {
    line-height: 32px;
    font-size: 16px;
}

.dxgvDataRow_Mulberry td.dxgv,
.dxgvEditFormDisplayRow_Mulberry td.dxgv {
    border-bottom: 0;
    border-right: 0;
    padding: 5px 6px;
    line-height: 1.3;
    color: initial;
    text-align: left;
}

.dxgvCommandColumn_Mulberry {
    text-align: left;
}

.dxbButton_Mulberry {
    font: inherit;
    color: white;
    padding: 2px 2px;
    border: none;
    background: none;
    background-color: var(--fourth-color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    font-size: 13px;
    /* match smallcta button */
}


/* Fix for ASP buttons in iOS */

input,
textarea,
input[type="text"],
input[type="password"],
.dxeTextBoxSys,
.dxeEditAreaSys {
    border: 1px solid #b2b2b2;
    color: inherit;
    font-size: inherit;
    padding: 6px 10px;
    box-sizing: border-box;
    font-family: inherit;
}

select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    padding: 6px 35px 6px 10px;
    background-color: #FFF;
    background-image: url(../Administration/images/dropdown-arrow.gif);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    min-width: 180px;
    font-family: inherit;
    border: 1px solid #b2b2b2;
    font-size: inherit;
}

select::-ms-expand {
    display: none;
}


/* [class*="button"]{border-radius: 3px}
[class*="cta"]{border-radius: 3px;text-decoration: none;} */

.modal-button {
    border-radius: 0px;
}


/* Dropdown Menu in DXP Popups */

.dxeButtonEditButton_iPortTheme1 {
    display: none;
}

.dxeButtonEdit_iPortTheme1 {
    border: 1px solid #b2b2b2;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    padding-right: 35px;
    background-color: transparent;
    background-image: url(../Administration/images/dropdown-arrow.gif);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: inherit;
    padding: 5px;
    position: relative;
    z-index: 20;
}

.dxeButtonEdit_iPortTheme1 td.dxic {
    background: none;
}

td.dxic {
    padding-right: 30px!Important;
}

input[type="text"].dxeEditArea_iPortTheme1 {
    background-color: transparent;
}

.dxeListBoxItem_iPortTheme1 {
    padding: 5px
}


/* Dropdown Menu in DXP Popups */

.inputgroup {
    vertical-align: bottom;
    margin: 10px 0px 10px 0px;
}

.inputlabel {
    display: inline-block;
    width: 120px;
    margin-bottom: 3px;
}


/*see mobile style*/

.inputlabelwide {
    display: inline-block;
    width: 180px;
    margin-bottom: 3px;
}

.inputtextbox {
    display: inline-block;
    font-size: 10pt;
}

.welcome-container {
    max-width: 960px;
    margin: 0 auto
}

.account-detail-row {
    display: flex;
    flex-direction: row;
}

.account-detail-row i {
    width: 18px;
}

.account-contact {
    padding: 12px 20px 20px 20px;
    background-color: #efefef;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .account-contact:first-child {
        border-right: none;
        margin-bottom: 20px
    }
}

.account-image-holder {
    width: 120px;
    height: 120px;
    margin-right: 12px
}

.account-image-holder img {
    width: 100%;
    object-fit: cover;
    position: relative;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*DEV EXPRESS RESETS*/

.dxizControl .dxiz-wrapper {
    background-color: #fff;
    border: 1px solid #b2b2b2;
    overflow: hidden;
}

.dxigControl .dxig-thumbnailTextArea {
    background-color: rgba(70, 70, 70, 0.75);
}

#cart-btn {
    position: relative;
}

.divnotification {
    background-color: var(--second-color);
    color: #ffffff;
    padding: 15px;
    position: absolute;
    right: 6%;
    text-align: center;
    z-index: 300;
    -moz-box-shadow: 5px 5px 5px 0 #b2b2b2;
    -webkit-box-shadow: 5px 5px 5px 0 #b2b2b2;
    box-shadow: 5px 5px 5px 0 #b2b2b2;
}

.divnotificationadmin {
    margin-top: 35px;
    background-color: var(--first-color);
    color: #ffffff;
    padding: 15px;
    position: absolute;
    right: 6%;
    text-align: center;
    z-index: 300;
    -moz-box-shadow: 5px 5px 5px 0 #b2b2b2;
    -webkit-box-shadow: 5px 5px 5px 0 #b2b2b2;
    box-shadow: 5px 5px 5px 0 #b2b2b2;
}

#divallowanceexceeded {
    color: red;
    padding: 10px 0px;
}

.hometable {
    border-collapse: collapse;
    background-color: #2f6795;
    width: 100%;
}

.hometable td {
    padding: 10px 5px 0;
    text-align: center;
    border: 5px solid #FFF;
    width: 33.333%
}

.hometable td p {
    color: #fff;
}

.needhelp {
    display: inline-table;
    vertical-align: middle;
    margin: 0px 5px 5px 5px
}

.help-logo {
    display: inline-table;
    vertical-align: middle;
}

.description-table {
    width: 100%
}

.description-table td {
    border: 1px solid black;
    padding: 7px 5px;
}

.homeslideside {
    background-color: #636363;
    color: #999;
    margin-bottom: 20px;
    /*margin-left: -21px;*/
    min-height: 276px;
    overflow: hidden;
    padding: 20px 10px 10px 20px;
}

.homeslideside ul li {
    padding: 0 0 0 8px;
    list-style-type: none;
    margin-right: 10px;
    line-height: 55px;
    border-top: 1px solid #999;
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    font-size: 16px;
}

.homeslideside ul li:first-child {
    border-top: none;
}

.homeslideside ul li:hover {
    background-color: #777;
    cursor: pointer;
    color: #fff!Important;
}

.homeslideside ul li a {
    color: #b2b2b2!Important;
}

.homeslideside ul li a:hover {
    color: var(--fourth-color);
    text-decoration: none;
}


/*CALENDAR PICKER CORRECTIONS*/

.ajax__calendar_body {
    text-shadow: none!Important;
}

.ajax__calendar_title {
    text-shadow: none!Important;
}

.ajax__calendar_footer {
    text-shadow: none!Important;
}

.nofloat {
    float: none
}

.droplist {
    width: 96%;
    padding: 2%;
    overflow: hidden;
    background: url(arrow_xs.png) no-repeat 225px #FFF;
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.droplist select {
    background: transparent;
    width: 309px;
    padding-right: 4px;
    padding-bottom: 7px;
    padding-left: 4px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 1;
    border: none;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}

#calextxbdate1_popupDiv td {
    padding: 0px;
}

#calextxbdate2_popupDiv td {
    padding: 0px;
}

#calextxbdate3_popupDiv td {
    padding: 0px;
}

#calextxbdate4_popupDiv td {
    padding: 0px;
}

#calextxbdate5_popupDiv td {
    padding: 0px;
}


/*BOOKINGS*/

#bookingwrap {
    min-height: 500px;
}

.bookingspan {
    display: inline-block;
    margin-right: 15px;
}

.bookingstageholder {
    padding-bottom: 40px;
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #666;
    color: #fff;
    text-shadow: none;
}

.contact-icon {
    cursor: pointer;
    position: relative;
    top: 4px;
}

#step1 {
    display: block
}

#step2 {
    display: none
}

#step3 {
    display: none
}

#step4 {
    display: none
}

a {
    color: var(--second-color);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: underline;
}

a:hover {
    color: var(--fourth-color);
    text-decoration: none;
}

a:visited {
    color: var(--second-color);
}

a.currentpagebutton {
    color: #666
}

a.pagebuttonouter {
    color: #000
}

a.pagebuttonouter:hover {
    color: var(--first-color)!Important
}

.bookingstageholder table {
    margin-bottom: 15px;
}

.bookingstageholder table th {
    background-color: #000;
    color: #fff;
    vertical-align: middle;
    line-height: 15px;
    padding: 4px;
}

.bookingstageholder .oddrow {
    background-color: #efefef;
}

.bookingstageholder .evenrow {
    background-color: #EEF1FA;
}

.bookingstageholder table td {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 4px;
}

.bookingstageholder table td a {
    color: #000;
}

.bookingstageholder table td a:hover {
    color: #666;
    text-decoration: underline;
}

.bookingcrumbs {
    margin-bottom: 15px;
    text-align: left;
}

.bookingcrumbs .current {
    color: #000
}

.bookingcrumbs .notcurrent {
    color: #bbb
}

.bookingcrumbs a {
    cursor: pointer
}

#wrapper {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

.detailholder tr td p {
    margin-bottom: 5px;
    margin-top: 3px;
}

.detailitem {
    margin-bottom: 5px;
    margin-top: 3px;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 5px;
    display: block;
    width: 100%;
}

.detailgroup {
    background-color: #EFEFEF;
    display: block;
    width: 96%;
    padding: 3px 2%;
    font-weight: bold;
}

.bookinginforight {
    float: right;
    width: 50%
}

.bookinginfoleft {
    float: left;
    width: 49%
}

.head-left {
    float: left;
    width: 33%;
    text-align: left;
}

.head-middle {
    width: 34%;
    float: left;
    text-align: center;
    min-height: 85px;
    position: relative;
}

.head-middle img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: 250px;
    max-height: 85px;
}

header {
    float: left;
    width: 100%;
    display: block;
    padding: 20px 1%;
    background-color: var(--banner-color);
}

@media (max-width: 667px) {
    header {
        padding: 8px 1%;
    }
}

footer {
    width: 100%;
    clear: both;
    text-align: center;
    margin: 0px;
    padding-top: 10px;
    display: block;
}

footer p {
    font-size: 14px;
}

#credit p {
    font-size: 10px;
}

#contact {
    display: inline-block;
    text-align: right;
    background-color: #b2b2b2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    clear: both;
    width: 50%;
    height: 40px;
    color: #fff;
    border-top: var(--first-color) solid 3px;
    border-bottom: 1px solid #999;
}

.contactwrap {
    width: 70%;
    text-align: right;
    display: inline-block;
    margin-top: 21px;
}

.contacttel {
    bottom: 0px;
    position: absolute;
}

.callpanel {
    display: inline;
    width: 100%;
    line-height: 40px;
    font-size: 20px;
}

.sitesearch {
    display: inline;
}

.search-holder {
    float: right;
    margin-top: 5px;
    /* background: #efefef none repeat scroll 0 0; border-radius: 5px; padding: 7px 7px 5px;*/
}

.txbsitesearch {
    background-color: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #b2b2b2;
    padding: 5px 25px 5px 8px;
    display: inline;
    float: left;
    font-size: 12px;
    color: #000000;
    width: 210px;
}

.searchglass {
    margin: 0px 0px 0px -20px;
    position: relative;
    top: 10px;
    left: -5px;
    cursor: pointer;
    background: none;
    float: left;
}

.searchglassprod {
    margin: 0px 0px 0px -20px;
    position: relative;
    top: 4px;
    left: -5px;
    cursor: pointer;
    background: none;
}

.txbsitesearchprod {
    background-color: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #b2b2b2;
    display: inline;
    height: 21px;
    margin-top: 1px;
    padding: 1% 15% 1% 4%;
    width: 80%;
    font-size: 12px;
    color: #000000;
    height: 21px;
}

#contact2 {
    width: 100%;
    display: none;
    text-align: center;
    margin-bottom: 15px;
}

#ctl00_contact2 {
    display: none;
}


/*Content Areas

#content {
    width: 100%;
    padding: 0px;
    margin: 15px auto 0px auto;
    padding-bottom: 10px;
}

@media (max-width: 1560px) {
    #content {
        width: 96%;
        padding: 0px;
        padding-bottom: 10px;
        margin: 15px auto 0px auto;
    }
}
*/

.maincolm {
    width: 66%;
    float: left;
    background-color: White;
    padding: 10px;
    margin-bottom: 10px;
}

.full {
    width: 100%;
    background-color: yellow;
}


/*SOCIAL SPRITES*/

ul.socialicons {
    list-style-type: none;
    height: 40px;
}

ul.socialicons li {
    list-style-type: none;
    display: inline;
    float: right;
    padding: 1px 5px 0 0;
}

ul.color li a {
    background: url('/images/supermassivecsspriteicons2.png') no-repeat 0 0;
}

ul.bw li a {
    background: url('/images/supermassivecsspriteicons.png') no-repeat 0 0;
}

ul.socialicons li a {
    text-indent: 9999px;
    width: 33px;
    height: 33px;
    display: block;
    overflow: hidden;
    margin: 2px;
    cursor: pointer;
}


/* Each icon's sprite coordinates */

ul.socialicons li a.stumbleupon {
    background-position: 0 0;
}

ul.socialsprite {
    height: 25px;
    list-style-type: none;
    display: inline;
}

ul.socialsprite li {
    list-style-type: none;
    display: inline;
    float: right;
    padding: 1px 1px 0 0;
}

ul.socialsprite li a {
    background-image: url(../images/social-sprite.png);
    text-indent: 9999px;
    width: 26px;
    height: 25px;
    display: block;
    overflow: hidden;
    margin: 2px;
    cursor: pointer;
}

ul.socialsprite li a.facebook {
    background-position: 0px 0px;
}

ul.socialsprite li a.facebook:hover {
    background-position: 0px -25px;
}

ul.socialsprite li a.twitter {
    background-position: -26px 0px;
}

ul.socialsprite li a.twitter:hover {
    background-position: -26px -25px;
}

ul.socialsprite li a.googleplus {
    background-position: -52px 0px;
}

ul.socialsprite li a.googleplus:hover {
    background-position: -52px -25px;
}

ul.socialsprite li a.youtube {
    background-position: -78px 0px;
}

ul.socialsprite li a.youtube:hover {
    background-position: -78px -25px;
}

ul.socialsprite li a.youtube {
    background-position: -78px 0px;
}

ul.socialsprite li a.youtube:hover {
    background-position: -78px -25px;
}

#sidebaright {
    width: 30%;
    float: right;
    margin-top: 20px;
}

.sidebarhead {
    background-color: var(--first-color) !important;
    color: White !important;
    display: block;
    font-size: 21px;
    padding: 10px 5%;
}

a.sidebarhead:hover {
    text-decoration: none;
    color: white!Important;
}

#sidebarleft {
    width: 30%;
    float: left;
    padding-right: 19px;
}

#sidebarleft h3 {
    background-color: #000;
    border-bottom: 2px solid #ff6600;
    box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 5px 10px;
    text-shadow: 1px 1px #000;
    border-radius: 3px 3px 0 0;
}

.detailholder {
    border-bottom: 1px solid #636363;
    border-right: 1px solid #636363;
    border-left: 1px solid #636363;
    margin-bottom: 20px;
}

.greybox-odd {
    background-color: #fff;
    padding: 10px;
}

.greybox-even {
    background-color: #f8fbf0;
    padding: 10px;
}

.contactbox {
    background-color: #efefef;
    padding: 5px 5px 0px 30px;
    border-right: #666 solid 1px;
    border-left: #666 solid 1px;
    border-bottom: #666 solid 1px;
    color: #fff;
}

.contacttxt,
.contacttxt a {
    font-size: 20px;
    color: #B8CFE9;
    font-weight: 700;
    line-height: 180%;
    margin-left: 5px;
    text-shadow: 1px 1px 0px #b2b2b2;
}

.contacttxt a:hover {
    color: #ff6600;
    text-decoration: none;
}

.news-image-holder {
    width: 60px;
    height: 60px;
    margin: 5px 5px 5px 0px;
    float: left;
}

.news-image {
    max-width: 100%;
    max-height: 100%;
    text-align: left;
}

.news-title {
    color: #B8CFE9;
    display: block;
    font-size: 1.1em;
    width: 80%;
}

.news-title a:hover {
    text-decoration: underline;
}

.news-date {
    font-size: 0.8em;
    line-height: 1.3em;
    margin: 0px;
    display: block;
    text-align: left;
}

.news-summary {
    font-size: 13px;
    line-height: 120%;
    margin: 0px;
    width: 90%;
}

.more {
    background-color: var(--first-color);
    color: #FFFFFF!Important;
    float: right;
    padding: 2px 10px;
    width: auto;
    font-size: 12px;
    min-height: 20px;
    border: 0px;
}

.more:hover {
    cursor: pointer;
    background-color: var(--first-color);
    color: #fff;
}

.more-info {
    background-color: var(--first-color);
    border: 0 none;
    color: #ffffff !important;
    float: right;
    font-family: "PT Sans", sans-serif!Important;
    font-size: 16px !important;
    font-weight: 400;
    min-height: 20px;
    padding: 0px 7px;
    margin-top: 6px !important;
    line-height: 30px !important;
    margin-left: 20px!Important;
    text-shadow: none!Important;
}

.more-info:hover {
    cursor: pointer;
    background-color: var(--first-color);
    color: #fff;
}

.more-info:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent var(--first-color);
    border-image: none;
    border-style: solid;
    border-width: 15px 50px 15px 12px;
    content: "";
    height: 0;
    position: absolute;
    right: -31px;
    width: 0;
}


/* News block */

.news-block-slides.detailholder {
    border: none;
    margin-bottom: 0;
}

.feature-article-holder {
    height: 325px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.feature-article-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
}

.feature-image {
    height: 325px;
    width: 100%;
    object-fit: cover;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
    top: 0;
    left: 50%;
}

.feature-summary-holder {
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5%;
    bottom: 0;
    z-index: 3;
    /*background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5), rgba(0,0,0,1));*/
}

.feature-date {
    color: white;
    font-size: 12px;
}

.feature-title a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.feature-title a:hover {
    color: grey !important;
}

.feature-article-fade {
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(224, 224, 224, 0) 20%, rgba(0, 0, 0, 0.8) 75%);
    background: -webkit-linear-gradient(top, #fff0 50%, #e0e0e000 20%, #000c 75%);
    background: linear-gradient(to bottom, #fff0 50%, #e0e0e000 20%, #000c 75%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000000', GradientType=0);
}

.more-info:after:hover {
    cursor: pointer;
    border-color: transparent transparent transparent var(--first-color);
}

.equipthumb {
    margin-right: 10px;
}

.blockheadingside {
    background-color: var(--first-color);
    padding: 7px;
    text-align: center;
    color: #fff!Important;
}

.moreleft {
    background-color: var(--first-color);
    color: #000!Important;
    padding: 5px 7px;
    width: auto;
    min-height: 20px;
    float: left;
    border: 0px;
    font-size: 12px;
    line-height: 20px;
    -webkit-appearance: none;
    text-decoration: none;
}

.moreleft:hover {
    cursor: pointer;
    background-color: var(--text-color);
    color: #fff;
}

.buttonright {
    background-color: var(--first-color);
    color: #000!Important;
    padding: 3px 10px;
    width: auto;
    float: right;
    font-size: 12px;
    border: 0px;
    -webkit-appearance: none;
    text-decoration: none;
}

.buttonright:hover {
    cursor: pointer;
    background-color: var(--text-color);
    background-image: none;
    color: #fff !Important;
    text-decoration: none;
}

.button {
    background-color: var(--first-color);
    color: #000!Important;
    padding: 5px 10px;
    width: auto;
    border: 0px;
    font-size: 12px;
    -webkit-appearance: none;
    border-radius: 0;
    text-decoration: none;
}

.button:hover {
    cursor: pointer;
    color: #fff !Important;
    background-color: var(--text-color);
    background-image: none;
    text-decoration: none;
}

.largecta {
    background-color: var(--first-color);
    color: #000!Important;
    padding: 12px 25px;
    width: auto;
    border: 0px;
    font-size: 16px;
    -webkit-appearance: none;
    text-decoration: none;
}

.largecta:hover {
    cursor: pointer;
    color: #fff !Important;
    background-color: var(--text-color);
    background-image: none;
    text-decoration: none;
}

.medcta {
    background-color: var(--first-color);
    color: #000!Important;
    padding: 10px 15px;
    width: auto;
    border: 0px;
    -webkit-appearance: none;
    text-decoration: none;
}

.medcta:hover {
    cursor: pointer;
    color: #fff !Important;
    background-color: var(--text-color);
    background-image: none;
    text-decoration: none;
}

.smallcta {
    background-color: var(--first-color);
    color: #000!Important;
    padding: 8px 10px;
    width: auto;
    border: 0px;
    text-decoration: none;
}

.floatcta
{
 position: fixed;
    right: 50px;
    bottom: 50px;
    box-shadow: 0px 0px 3px 2px;
    
}

.right {
    float: right;
}

.smallcta:hover {
    cursor: pointer;
    color: #fff !Important;
    background-color: var(--text-color);
    background-image: none;
    text-decoration: none;
    -webkit-appearance: none;
}

.addtocart {
    background-color: var(--first-color);
    color: #000!Important;
    padding: 5px 15px;
    width: auto;
    border: 0px;
    font-size: 13px;
    float: right;
    height: 25;
    margin-bottom: 10px;
    margin-top: 30px;
    -webkit-appearance: none;
    text-decoration: none;
}

.addtocart:hover {
    cursor: pointer;
    color: #fff !Important;
    background-color: var(--text-color);
    background-image: none;
    text-decoration: none;
}

.nomargin-nofloat {
    margin: 0px;
    float: none
}

.actionbtn {
    background-color: var(--first-color);
    color: #000!Important;
    padding: 5px 15px;
    width: auto;
    border: 0px;
    font-size: 13px;
    height: 25;
    margin-bottom: 10px;
    margin-bottom: 12px;
    text-decoration: none;
}

.actionbtn:hover {
    cursor: pointer;
    color: #fff !Important;
    background-color: var(--text-color);
    background-image: none;
    text-decoration: none;
}

.cancelcart {
    color: #fff!Important;
    background-color: #666;
    padding: 5px 15px;
    width: auto;
    border: 0px;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    height: 25;
    margin-bottom: 10px;
    -webkit-appearance: none;
    text-decoration: none;
}

.cancelcart:hover {
    background-color: var(--text-color);
    color: #FFFFFF!Important;
    cursor: pointer;
    background-image: none;
    text-decoration: none;
}

.updatecart {
    color: #fff!Important;
    background-color: var(--third-color);
    padding: 2px 4px;
    width: auto;
    border: 0px;
    font-size: 13px;
    float: right;
    height: 25;
    -webkit-appearance: none;
    text-decoration: none;
}

.updatecart:hover {
    background-color: var(--text-color);
    ;
    color: #FFFFFF!Important;
    cursor: pointer;
    background-image: none;
    text-decoration: none;
}

.pagingholder {
    width: 100%;
    display: block;
    min-height: 30px;
    margin-top: 10px;
}

.nextprev {
    background-color: #000;
    color: #FFFFFF;
    padding: 4px 5px;
    width: auto;
    border: 0px;
    -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.75);
}

.nextprev:hover {
    cursor: pointer;
    background-color: #B8CFE9;
    color: #fff;
}

#clearboth,
.clearboth {
    width: 100%;
    clear: both;
}

.captionholder {
    bottom: 10px;
    right: 0;
    padding: 15px 30px;
    position: absolute;
    z-index: 100;
    background: url(../images/captionholderbg.png) repeat;
    width: 100%;
    text-align: right;
}

.captionholder h3 {
    color: #FFFFFF;
    font-size: 20px;
}

.captionholder p {
    margin-bottom: 0px;
}

.captionholder a {
    color: #f8fbf0;
    font-size: 36px;
    text-shadow: 1px 1px #000000;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 40px;
}

.captionholder a:hover {
    text-decoration: none;
    color: #fff!Important;
}

.captionholderhome {
    padding: 10px;
    position: absolute;
    bottom: 25%;
    color: #FFF;
    left: 62%;
}

.captionholderhome h3 {
    color: #FFFFFF;
    font-size: 20px;
    z-index: 40;
}

.captionholderhome p {
    color: #FFFFFF;
    font-size: 14px;
    z-index: 40;
}

a.homeslidelink {
    color: #FFFFFF;
}

a.homeslidelink:hover {
    text-decoration: underline;
}


/*Responsive Navigation CSS*/


/* Accordion */

[class*="accordion-"] {
    position: relative;
    cursor: pointer;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

[class*="accordion-"]:before,
[class*="accordion-"]:after {
    content: "";
    width: 16px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color 0.3s, transform 0.3s;
    -moz-transition: background-color 0.3s, transform 0.3s;
    -o-transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
}

[class*="accordion-"]:after {
    -webkit-transform: rotate(-90deg) translate(2px, -8px);
    -moz-transform: rotate(-90deg) translate(2px, -8px);
    -ms-transform: rotate(-90deg) translate(2px, -8px);
    -o-transform: rotate(-90deg) translate(2px, -8px);
    transform: rotate(-90deg) translate(2px, -8px);
}

[class*="accordion-"].active:after {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}


/* Clearfix */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* Basic Styles */

.sitesearchbtn {
    background-color: #2f6795;
    border: 1px solid #2f6795;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 5px;
    text-decoration: none;
    width: 28%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.sitesearchbtn:hover {
    background-color: var(--first-color);
    border: 1px solid var(--first-color);
}


/* DOWNLOADABLE FILES */

.downloadheader {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 10px;
}

.downloadlink {
    background-color: transparent;
    display: block;
    padding: 2px;
}

.downloadlink:hover {
    background-color: #b2b2b2;
    cursor: pointer;
}

.filetypelogo {
    margin-right: 10px;
    height: 30px;
    vertical-align: middle;
}

.downloaddescription {
    padding: 10px 0px;
}

.searchinput {
    border: 0;
    height: 21px;
    width: 66%;
    padding-left: 5px;
    background-color: #fff;
    color: var(--first-color);
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #000;
}

.sitesearchwrap {
    width: 40%;
    line-height: 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: right;
}

.badge {
    right: 0px;
    position: absolute;
    z-index: 100;
    margin-top: 2px;
}

.badgegallery {
    float: right;
    margin: 0px 0px -100% 0px;
    position: relative;
}

.socialbuttonholder {
    display: block;
    height: 20px;
    padding: 10px 0 0 8px;
    text-align: center;
}

.socialholder {
    display: block;
    float: left;
    height: 30px;
    margin: 0 10px 0 0;
    text-align: left;
    width: 100px;
}

.socialheader {
    color: #666666;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 100%;
}

.socialemail {
    background-image: url("/images/emailsmall.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 20px;
    text-decoration: none;
    width: 30px;
}

.socialemail:hover {
    background-image: url("/images/emailsmallhover.png");
}

.projectlinks {
    color: Black;
}

.heading {
    color: #FF6600;
    font-weight: bold;
}

.projectselected {
    background-color: #FF6600;
    padding: 5px;
    border-right: #b2b2b2 solid 1px;
    border-left: #b2b2b2 solid 1px;
}

.leftpanelheading {
    background-color: #B8CFE9;
    border-bottom: 2px solid #ff6600;
    box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 5px 6px 5px 10px;
    text-shadow: 1px 1px #000;
    border-radius: 3px 3px 0 0;
}


/* PROJECT PAGE */

.clientimage {
    height: 50px;
    margin: 2px;
    border: 1px solid blue;
}

.projectlinks {
    color: Black;
}

.heading {
    color: #FF6600;
    font-weight: bold;
}

.projectselected {
    background-color: #FF6600;
    padding: 5px;
    border-right: #b2b2b2 solid 1px;
    border-left: #b2b2b2 solid 1px;
}

.leftpanelheading {
    background-color: #B8CFE9;
    border-bottom: 2px solid #ff6600;
    box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 5px 6px 5px 10px;
    text-shadow: 1px 1px #000;
    border-radius: 3px 3px 0 0;
}


/* PROJECT PAGE */

.clientimage {
    height: 50px;
    margin: 2px;
}


/* RESPONSIVE Youtube */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* RESPONSIVE GALLERY */

#maincolm .gallerylargeholder {
    height: 400px;
}

#sidebaright .gallerylargeholder {
    height: 180px;
}

.gallerylargeholder {
    width: 100%;
    margin: 0px 0px 7px 0px;
    text-align: center;
}

.gallerylarge {
    max-width: 100%;
    max-height: 350px
}


/* <----SET MAX HEIGHT OF MAIN GALLERY IMAGE */

.gallerythumblist {
    text-align: center
}


/* <---- Set alignment of thumbnails beneath main pic */

.thumbrowholder {}

.thumbrowleft {
    background-color: #b2b2b2;
    width: 5%;
    height: 90px;
    display: block;
    float: left;
}

.thumbrowright {
    background-color: #b2b2b2;
    width: 5%;
    height: 90px;
    display: block;
    float: left;
}

.gallerythumbholder {
    /*width:21%*/
    width: 16% !important;
    height: 80px;
    display: inline-block;
    padding: 5px 1%;
    margin: 2px 1% 0px 0px;
    vertical-align: top;
    text-align: center;
}

.gallerythumbholder:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}

.gallerythumbholderselected {
    cursor: pointer;
    border: 2px solid lime;
}

.gallerythumb {
    max-width: 100%;
    max-height: 100%;
}

.galleryselected {
    background-color: #b2b2b2;
}


/* POPUP */

#popupbackground {
    position: fixed;
    height: 1180px;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    padding: 50px 0px 0px 0px;
    margin: 0px auto 0px auto;
    background-image: url('/images/black80.png');
    z-index: 100;
}

#popupwindow,
#popupenquiry {
    background-color: #fff;
    border-radius: 10px;
    float: left;
    left: 50%;
    margin: -20px 0 0 -42%;
    padding: 20px;
    position: absolute;
    top: 40px;
    width: 85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popupheadingholder {
    height: 40px;
    padding: 0px 0px 20px 0px;
    display: block;
    width: 100%
}

.popupclose {
    float: right;
    cursor: pointer;
    /*margin-top:-40px;*/
}

.popupheading {
    float: left;
}

#popupcontent {
    text-align: left;
}

.contactpopup {
    max-width: 500px;
    min-width: 280px
}

#popupenquiry input[type="text"],
#popupenquiry textarea {
    width: 96%;
    padding: 8px;
}

#popupenquiry input[type="checkbox" i] {
    margin-right: 0px;
    margin-top: 4px;
}

#popupenquiry input[type="submit"] {
    margin: 0 auto;
    display: inherit;
}

#popupenquiry p.presented {
    text-align: left;
}

.popupboatimage {
    width: 50%;
    /*max-height:165px;*/
    float: left;
    padding-right: 10px;
}

.popupdetailsthird {
    width: 33%;
    float: left;
    display: block;
}

#popupmaindetails {
    display: block;
    min-height: 165px;
}

.promptlabel {
    float: left;
    /*width:100px;*/
    width: 30%;
    display: block;
    font-weight: bold;
}

.formrow {
    padding: 5px 5px;
    margin: 1px 5% 1px 1px;
    background-color: #efefef;
    width: 94%;
    display: block;
    float: left;
}

.formtoprow {
    background-color: var(--first-color);
    color: #FFFFFF!Important;
    padding: 8px 5px;
    width: 94%;
    border: 0px;
    font-size: 16px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    margin: 1px 5% 1px 1px;
    font-weight: bold;
}


/* .labelinputrow {
    margin-bottom: 7px
} */

#gallerypopupbackground {
    position: absolute;
    height: 1180px;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    padding: 50px 0px 0px 0px;
    margin: 0px auto 0px auto;
    background-image: url('/images/black80.png');
    z-index: 300;
}

#gallerypopupwindow {
    position: absolute;
    width: 80%;
    float: left;
    top: 40;
    left: 50%;
    background-color: White;
    padding: 2%;
    border-radius: 10px;
    z-index: 400;
    margin: -20px 0px 0px -42%;
}


/* FORMS */

.forminputright {
    float: right;
}

.forminputsmall {
    width: 30px;
}

.forminputmedium {
    width: 80px;
}

.forminputlarge {
    width: 150px;
}


/* BLOG ARCHIVE */

#blogarchive {
    background-color: White;
    display: block;
}

#blogarchiveheading {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    line-height: 120%;
    margin: -10px -10px 10px;
    padding: 5px;
    text-shadow: none;
}

#blogarchivebody {
    padding: 0px;
}

.blogarchiveall {
    margin: 0px 0px 5px 0px;
    display: block;
    color: Black !important;
}

.blogarchiveyear {
    width: 96%;
    padding: 3px 2%;
    display: block;
    background-color: #efefef;
    margin: 0px 0px 2px 0px;
}

.blogarchiveyearselected {
    width: 96%;
    padding: 3px 4% 3px 0px;
    display: block;
    background-color: #000;
    color: white !important;
    margin: 0px 0px 2px 0px;
}

.blogarchivemonth {
    width: 92%;
    padding: 3px 2% 3px 6%;
    display: block;
    background-color: #EFEFEF;
    margin: 0px 0px 2px 0px;
    color: Black !important;
}

.blogarchivemonth:hover {
    background-color: #B8CFE9;
    color: White !important;
}

.blogarchivemonthselected {
    width: 92%;
    padding: 3px 2% 3px 6%;
    display: block;
    background-color: #b2b2b2;
    color: black !important;
    margin: 0px 0px 2px 0px;
}

.selectedarrow {
    margin: 0px 1% 0px 2%;
    display: block;
    float: left;
}

.bloglistthumbholder {
    float: right;
    vertical-align: middle;
    border: 0;
    height: 60px;
    max-width: 200px;
}

.bloglistthumb {
    max-height: 100%;
    max-width: 100%;
}

#blogarchivesearch {
    margin-top: 10px;
}

.txbarchivesearch {
    width: 65%;
    height: 16px;
}

.btnarchivesearch {}


/* SITE SEARCH */

.sitesearchimage {
    height: 100px;
    max-width: 200px;
    margin-left: 7px;
}

.businesslogoholder {
    max-width: 100%;
    max-height: 100%;
}

.resultnumber {
    float: left;
    margin: 0px 5px 0px 0px;
    color: #666;
}


/* CONTENT SEARCH RESULTS */

.contentsearchheading {
    padding: 10px 0px 0px 0px;
}

.contentsearchbody {}

.searchresultslist {
    min-height: 140px;
    border-bottom: 1px solid black;
}

.searchresultsgrid {
    height: 250px;
    border: 1px solid #b2b2b2;
    width: 29%;
    float: left;
    margin: 0px 1% 10px 0px;
    padding: 5px 1%;
    overflow: hidden;
}

.icabosearchimage {
    height: 100px;
    max-width: 200px;
}

.icabosearchimagegrid {
    height: 100px;
    width: 100%;
    text-align: center;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.categorydetails {
    float: right;
}

.searchextractlist {}

.searchextractgrid {
    color: #000;
    font-size: 10pt;
}

.contentsearchbutton {
    color: black;
    padding: 5px 2%;
    width: 96%;
    background-color: #D4E0E5;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 5px 0px;
    clear: both;
}

.contentsearchbutton:hover {
    background-color: Black;
    color: White;
    cursor: pointer;
    text-decoration: none;
}

.groupnamegrid {
    font-size: 11px;
    padding: 3px 1%;
    background-color: #fff;
    float: right;
    width: 98%;
    text-align: right;
}

.groupname {
    font-size: 11px;
    padding: 3px 5px;
    background-color: #fff;
    float: right;
    /*width:100%; */
    text-align: right;
}


/* PROPERTY LIST */

.propholder {
    width: 96%;
    padding: 10px 2%;
    margin: 10px 0px;
    float: left;
    background-color: #EFEFEF;
}

.propimage {
    width: 38%;
    height: 160px;
    margin-right: 2%;
    float: left;
}

.propdetails {
    width: 60%;
    float: left;
}

.proptitle {}

.propprice {}

.propdesc {}

.propbeds {}

.proppricefrom {
    float: right;
    margin-top: 5px;
}

.proptypeheading {
    width: 96%;
    padding: 15px 2%;
    background-color: var(--first-color);
}

.proptypeheading h1 {
    color: White;
}

.proptypepricefrom {
    float: right;
    font-size: 24pt;
    color: var(--first-color);
    margin-top: 15px;
    color: White !important;
}

.proptypesubheading {
    width: 96%;
    padding: 15px 2%;
    background-color: #CC3539;
    color: White;
    text-align: left;
    font-size: 18pt;
}

.devsubheading {
    width: 96%;
    padding: 15px 2%;
    background-color: #CC3539;
    color: White;
    text-align: left;
    font-size: 12pt;
}

#lblcontent2bottom .proptypesubheading {
    width: 90%;
    padding: 15px 5%;
    background-color: #CC3539;
    color: White;
    text-align: left;
    font-size: 18pt;
}

#lblcontent2bottom p {
    width: 90%;
    padding: 5px 5%;
    color: White;
}

#lblcontent2top p {
    width: 90%;
    padding: 5px 5%;
    color: black;
    background-color: #EFEFEF;
}

#lblcontent2top h3 {
    width: 90%;
    padding: 5px 5%;
    color: White;
    line-height: 120%;
}

.floorplanheading {
    width: 96%;
    padding: 5px 2%;
    background-color: var(--first-color);
    color: White !important;
    margin-top: 5px;
}

.newgallerypreview {
    float: left;
    display: block;
    width: 22%;
    height: 150px;
    margin: 10px 1% 0px 0px;
    padding: 10px 1%;
    border: 0px dashed #b2b2b2;
    background-color: #EFEFEF;
}

.newgallerybutton {
    float: left;
    display: block;
    width: 24%;
    height: 170px;
    margin: 10px 1% 0px 0px;
    padding: 10px 1%;
    border: 0px dashed #b2b2b2;
    background-color: #EFEFEF;
}

.newgallerybutton:hover {
    background-color: #b2b2b2;
    cursor: pointer;
}

.newgalleryimageholder {
    background-color: white;
    display: block;
    height: 115px;
    margin-bottom: 10px;
    width: 100%;
}

.newgalleryimageholder:hover {
    background-color: #b2b2b2;
    cursor: pointer;
}


/* SITE SEARCH */

.imageholder {
    width: 200px;
    height: 130px;
    float: left;
    display: block;
    text-align: left;
    margin-right: 10px;
}

.searchimage {
    max-width: 100%;
    max-height: 100%;
    float: left;
}

.rowheight {
    min-height: 140px;
    /*border-bottom:1px solid black;*/
}

.categoryname {
    font-size: 11px;
    padding: 3px 5px;
    background-color: #fff;
    float: right;
    text-align: right;
}


/*  RESPONSIVE PRODUCT DISPLAY GRID  */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}


/* Display */

.display-mobile {
    display: none;
}

@media (max-width: 667px) {
    .display-mobile {
        display: block;
    }
}


/*  COLUMN SETUP  */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 0;
}

.col:nth-child(4n-9) {
    margin-left: 0;
}


/*  GROUPING  */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF FOUR  */

.span_4_of_4 {
    width: 98%;
}

.span_3_of_4 {
    width: 72.6%;
}

.span_2_of_4 {
    width: 47.2%;
}

.span_1_of_4 {
    width: 21.8%;
}


/* GRID OF 2 */

.span_1_of_2 {
    width: 49.2%;
}

.greypadding {
    background-color: #efefef;
    padding: 8px;
    margin-bottom: 16px;
}


/*Brands*/

.display-grid-brand {
    float: left;
    width: 28%;
    background-color: #f8fbf0;
    border: 2px solid #e6ead8;
    margin: 1%;
    padding: 1%;
    min-height: 250px;
}

.display-grid-brand:hover {
    background-color: #efefef;
}

.brand-logo-holder {
    float: right;
    width: 100px;
}

.display-grid-brandimage {
    background-color: white;
    display: block;
    height: 130px;
    margin: 10px auto 0 auto;
    width: 100%;
}

.display-grid-brandlogo {
    height: 130px;
}

.display-grid-brand img {
    width: 100%;
    height: auto;
}

@media (max-width: 667px) {
    ul.grid-nav li {
        display: block;
        margin: 0 0 5px;
    }
    ul.grid-nav li a {
        display: block;
    }
    ul.rig {
        margin-left: 0;
    }
    ul.rig li {
        width: 100% !important;
        /* over-ride all li styles */
        margin: 0 0 20px;
    }
    ul.rig li img {
        height: 50px;
    }
    .col {
        margin: 1% 0 1% 0%;
    }
    .span_1_of_4,
    .span_2_of_4,
    .span_3_of_4,
    .span_4_of_4,
    .span_2_of_2,
    .span_1_of_2 {
        width: 100%;
    }
    .alignright {
        display: block;
        height: inherit;
        margin: 10px 2%;
        width: 96%;
    }
    .alignleft {
        display: block;
        height: inherit;
        margin: 10px 2%;
        width: 96%;
    }
    .search-holder {
        width: 75%;
        margin: 0 10% 10px 10%;
        display: block;
        float: left;
        text-align: center;
    }
    .searchglass {
        float: none;
        top: 4px;
    }
    .txbsitesearch {
        float: none;
    }
    .fromto {
        width: 100%
    }
    .hometable td {
        width: 100%;
        display: block;
        border-right: 0px;
        border-left: 0px;
        border-top: 0px;
    }
    body {}
    .bookingstageholder table {
        font-size: 10px;
    }
    #bottomsectionholder {
        width: 100%;
    }
    #bottomsection {
        width: 90%;
        display: block;
        margin: 0px auto;
    }
    .bottom1 {
        width: 100%;
        display: block;
        float: left;
        padding: 2%;
        margin-bottom: 15px;
        height: auto;
    }
    .bottom2 {
        width: 100%;
        display: block;
        float: left;
        padding: 2%;
        margin-bottom: 15px;
        height: auto;
    }
    .bottom3 {
        width: 100%;
        display: block;
        float: left;
        padding: 2%;
        margin-bottom: 15px;
        height: auto;
    }
    .bottom4 {
        width: 100%;
        display: block;
        float: left;
        padding: 2%;
        margin-bottom: 15px;
        height: auto;
    }
    .captionholderhome {
        bottom: 1%
    }
    .captionholderhome h3 {
        font-size: 8px;
    }
    .captionholderhome p {
        font-size: 12px;
    }
    .homeslideside {
        height: auto;
        margin-left: 0px;
        overflow: hidden;
        padding: 2%;
        width: 96%;
    }
    .homesliderhead {
        display: none
    }
    .head-left {
        margin: 8px auto 0px auto;
        display: block;
        width: 100%;
        text-align: center;
        float: none;
    }
    .head-middle {
        width: 100%;
        float: none;
    }
    #content {
        margin-top: 0px;
        width: 94%;
        margin: 0 3%;
    }
    ul.socialicons {
        display: none;
    }
    ul.socialsprite li {
        list-style-type: none;
        display: inline;
        float: right;
        padding: 1px 0px 0 0;
        height: 25px
    }
    .contactwrap {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .maincolm {
        width: 98%;
        float: left
    }
    .captionholder p {
        font-size: 14px
    }
    .captionholder a {
        font-size: 16px;
        line-height: 15px;
    }
    .sitesearchwrap {
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .sidebaright {
        width: 100%;
        float: right;
    }
    .sidebarleft {
        width: 100%;
        float: left;
    }
    #contact {
        display: none;
    }
    #contact2 {
        width: 100%;
        display: block;
        text-align: center;
    }
    #ctl00_contact2 {
        width: 100%;
        display: block;
    }
    .inputlabelwide {
        width: 100%;
        margin-bottom: 5px;
    }
    .centered-btns_nav {
        display: none;
    }
    ul.socialsprite {
        display: block;
        margin: 0 auto;
        width: 155px;
        height: 25px;
    }
    .imgaccountman {
        max-width: 200px;
    }
    .gallerylarge {
        max-height: 200px
    }
    /* <----SET MAX HEIGHT OF MAIN GALLERY IMAGE */
    .gallerythumbholder {
        height: 30px;
    }
    .bloglistthumbholder {
        display: none;
    }
    .cart-table-half-wrapper-left {
        width: 100%;
        margin-right: none;
    }
    .cart-table-half-wrapper-right {
        width: 100%;
        margin-left: none;
    }
    .divnotification {
        background-color: var(--first-color);
        color: #ffffff;
        text-align: center;
        z-index: 300;
        width: 50%;
        right: 0;
    }
}

.dxgvTable_Office2010Black {
    font-size: 13px;
}

.dxgvDataRow_Office2010Black {
    line-height: 28px;
    padding: 5px;
}

.dxgvDataRow_Office2010Black:nth-child(odd) {
    background-color: #efefef;
}

.dxgvHeader_Office2010Black,
.dxgvHeader_Office2010Black table {
    line-height: 28px;
    background: none;
    background-color: #000;
}

a.dxbButtonSys>span {
    background-color: #666;
    font-family: inherit;
    font-size: inherit;
    padding: 5px;
}

a.dxbButtonSys:hover {
    text-decoration: none!Important;
}

.dxizControl .dxiz-clipPanel>img {
    z-index: 50
}

.dxgvCommandColumn_iPortTheme1 {
    padding: 10px 10px
}

.dxpcLite_iPortTheme1 .dxpc-header,
.dxdpLite_iPortTheme1 .dxpc-header {
    background-image: none;
}

a.dxbButtonSys:hover>span {
    color: #b2b2b2;
}

.dxgvControl_Office2010Black,
.dxgvDisabled_Office2010Black {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}