/* Content Block */



#content {
    width: 100%;
    padding: 0px;
    float: left;
    clear: both;
    background-color: #fff;
}

#content1,
#content2,
#content3,
#content4,
#content5 {
    padding: 0;
}

#content1 #lblcontentarea1 [id*=contentarea],
#content2 #lblcontentarea2 [id*=contentarea],
#content3 #lblcontentarea3 [id*=contentarea],
#content4 #lblcontentarea4 [id*=contentarea],
#content5 #lblcontentarea5 [id*=contentarea] {
    padding: 0;
}

#wrapper {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/* Header */

header {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    background-color: rgb(77, 76, 76, 1);
}

.login {
    position: absolute;
    top: 16px;
    right: 32px;
}

.login a:hover {
    color: #fff;
}

@media screen and (max-width: 750px) {
    .login {
        left: 50%;
        transform: translateX(-50%);
        top: 5px;
    }
}

.header-left {
    position: absolute;
    top: 16px;
    left: 2%;
    z-index: 1;
}

.header-right {
    position: absolute;
    top: 16px;
    right: 2%;
    text-align: right;
}

.header-search {
    width: 200px;
    position: absolute;
    height: 32px;
    top: 50%;
    left: 89px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

input[type=text].header-search-input {
    padding: 6.4px 0 6.4px 0;
    margin-left: 4px;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    width: 26px;
    background: #f1f1f1;
    max-width: 300px;
    outline: none;
    position: absolute;
    left: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text].header-search-input.active {
    width: 100%;
    padding: 6.4px 6.4px 6.4px 38.4px;
    margin: 0px;
}

.header-search-button {
    width: 32px;
    height: 32px;
    padding: 8px;
    background-color: var(--first-color);
    color: var(--second-color);
    font-size: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    z-index: 2;
    left: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

@media only screen and (max-width:992px) {
    .header-search {
        top: auto;
        transform: translateY(-7px);
        z-index: 2;
    }

    header.active .header-search {
        transform: translateY(2px);
    }
}

@media only screen and (max-width:768px) {
    .header-search {
        margin: auto !important;
        transform: translateY(-7px) !important;
    }

    input[type=text].header-search-input {
        width: 100%;
        padding: 6.4px 6.4px 6.4px 38.4px;
        margin: 0px;
    }

    .header-search-button {
        background: var(--first-color);
        color: #fff;
    }
}

/* Image widths - do not edit class names */

.image-full-width {
    width: 100%;
}

.image-left {
    float: left;
    width: 50%;
    margin: 0px 10px 10px 0px;
}

.image-right {
    float: right;
    width: 50%;
    margin: 0px 0px 10px 10px;
}

@media only screen and (max-width:667px) {

    .image-left,
    .image-right {
        float: none;
        width: 100%;
        margin: 0px;
    }
}

.resultswrapper {
    font-size: 0px;
}


/* Important - Stops additional gaps between repeaters */

.resultswrapper {
    font-size: 0px;
    max-width: 1200px;
    margin: auto;
}

.resultholder {
    width: 23.5%;
    margin: 0px 1.5% 10px 0px;
    border: 2px solid #CCC;
    box-sizing: border-box;
    padding: 10px;
    height: 350px;
    overflow: hidden;
    display: inline-block;
}

.resultholder:hover {
    background-color: #efefef;
}

.discountholder p {
    color: white;
    font-size: 90%;
    margin-bottom: 0px;
    text-align: center;
    background-color: black;
    padding: 5px;
    color: white;
    border-bottom: 1px solid #ccc;
}

/*START OF EVENTS MODULE STYLES*/
.eventlistdate {
    text-align: center;
    margin-top: 10px;
}

.eventholder {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 10px 0px
}

.eventdescription {
    border-top: 1px;
    width: 85%
}

.event-side-label {
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc
}

.eventlabel {
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
    color: #2E3192
}

.eventlistdiv {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.eventposter {
    float: right;
    max-height: 100%;
    max-width: 100%
}

.eventpassed {
    color: white;
    font-size: 11px;
    width: 100%;
    display: block;
    padding: 1px 0px;
    background-color: red
}

.eventtitle {
    width: 60%;
    display: inline-block
}

.shortdescription {
    width: 60%;
    display: inline-block
}

.leftdate {
    margin-right: 3%;
    display: inline;
    text-align: center;
    border: 1px solid #ccc
}

.eventday {
    font-size: 11px;
    text-transform: uppercase;
    display: inline
}

.eventdate {
    font-size: 35px;
    line-height: 30px;
    font-weight: bold;
    color: red;
    display: inline
}

.eventmonth {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: red;
    display: inline
}

.eventyear {
    font-size: 16px;
    display: inline
}

.eventcalanderbutton {
    background-color: #2E3192;
    color: #fff
}

#eventleft {
    width: 38%;
    float: left;
    color: #2E3192
}

#eventheader {
    margin-top: -10px;
    background: #efefef;
}

.event-banner-img {
    width: 100%;
    height: 100%;
    max-height: 444px;
}

.startdatemonth {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.startdateday {
    font-size: 37px
}

.eventname {
    font-size: 23px
}





.eventtoppanel {
    padding: 1.5% 1.5% 1.5% 0.5%;
    box-sizing: border-box;
}



.speakerimg {
    width: 70px;
    float: right;
    margin: 0 0 10px 10px;
}

/*END EVENTS MODULE STYLES*/
/*Content area*/
.sidebarhead {
    display: block;
    font-family: inherit;
    font-size: 120%;
    padding: 10px 5%;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    background-color: #efefef;
    box-sizing: border-box
}

.sidebarhead a {}

.sidebarhead a:hover {
    text-decoration: none;
}

.author-wrap {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 5%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.author-image-holder {
    /*width:25%;*/
    height: 120px;
    overflow: hidden;
    margin: 0px 0px 10px 10px;
    float: right;
}

.author-wrap2 {
    display: table;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    top: 7px;
    position: relative;
}

/*end*/


/*SANAULLAH ADDED */
/* POPUP */
#popupcalanderbackground {
    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: 100
}

#popupcalanderwindow {
    background-color: #fff;
    border-radius: 10px;
    float: left;
    left: 50%;
    margin: -20px 0 0 -42%;
    padding: 2%;
    position: absolute;
    top: 40px;
    width: 100%
}

.contactcalanderpopup {
    max-width: 60%
}

#popupbackground {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
}

#popupwindow {
    background-color: #fff;
    border-radius: 10px;
    float: left;
    left: 50%;
    margin: -20px 0 0 -42%;
    padding: 2%;
    position: absolute;
    top: 40px;
    width: 50%
}

.popupeventbackground {
    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: 100;
}

.popupeventwindow {
    background-color: #fff;
    border-radius: 10px;
    float: left;
    left: 50%;
    margin: -20px 0 0 -42%;
    padding: 2%;
    position: absolute;
    top: 40px;
    width: 50%
}

.eventpopup {
    width: auto;
    min-width: 500px;
}

.sharepopup {
    width: auto;
    min-width: 300px;
}

.popupeventcontent {
    text-align: left
}

.shareeventbtn {
    font-size: 30px !Important;
    color: #ccc;
}

.shareeventbtn:hover {
    color: #2E3192
}

.popupheadingholder {
    height: 50px;
    padding: 0px 0px 5px 0px;
    display: block;
    width: 100%
}

.popupclose {
    float: right;
    cursor: pointer;
}

.popupheading {
    float: left
}

#popupcontent {
    text-align: left
}

.contactpopup {
    max-width: 500px;
    min-width: 280px
}

.popupboatimage {
    width: 50%;
    float: left;
    padding-right: 10px
}

.popupdetailsthird {
    width: 33%;
    float: left;
    display: block
}

#popupmaindetails {
    display: block;
    min-height: 165px
}

.promptlabel {
    float: left;
    width: 30%;
    display: block;
    font-weight: bold;
    min-width: 150px
}

/*BOOKINGS*/
#bookingwrap {
    min-height: 500px;
    cursor: move
}

.modalpopup {
    background-color: #ADADAD;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}

membershippopup {
    border-radius: 5px;
    overflow: hidden;
    width: 90%;
    max-width: 800px
}

.memberspic {
    padding: 3%;
    background-color: #efefef;
}

.memberspic img {
    width: 100%
}

.membericon {
    font-size: 30px !important;
    color: #2E3192;
}

.membercompaylogo {
    width: 120px;
    float: right;
    padding: 0 0 20px 20px;
}

.close {
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: Arial, Arial, Helvetica, sans-serif;
    margin-top: -2px;
}

.close:hover {
    color: #ccc;
}

.regwrapper {
    width: 100%;
    min-width: 360px;
    padding: 20px;
    box-sizing: border-box;
    max-width: 900px;
}

#divmemberscroll {
    max-height: 600px;
    overflow: auto;
}

.largecta {
    background-color: #2E3192;
    color: #FFF !Important;
    padding: 12px 0px;
    width: auto;
    border: 0px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 35px;
}

.fullwidthbook {
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.fullwidthfull {
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.largecta:hover {
    cursor: pointer;
    color: #fff !Important;
    background-color: #666;
    background-image: none;
    text-decoration: none
}

.fullwidthfull:hover {
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    cursor: default;
}

.medcta {
    background-color: #2E3192;
    color: #FFF !Important;
    padding: 5px 25px;
    width: auto;
    border: 0px;
    font-size: 15px;
    text-transform: uppercase;
}

.medcta:hover {
    cursor: pointer;
    color: #fff !important;
    background-color: #666;
    background-image: none;
    text-decoration: none
}

.smallcta {
    display: inline-block;
    cursor: pointer;
    color: var(--second-color) !important;
    background-color: var(--first-color);
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
    font-family: var(--second-font);
    border-radius: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.smallcta:hover {
    color: #fff !important;
    -webkit-filter: brightness(0.83);
    filter: brightness(0.83);
}

.blackbg {
    background-color: #000
}

/* booking buttons */
.confirm {
    margin-top: 3px;
    -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
    background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color: #fe1a00;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d83526;
    display: inline-block;
    color: #fff !Important;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #b23e35;
    -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    cursor: pointer
}

.confirm:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
    background: -moz-linear-gradient(center top, #ce0100 5%, #fe1a00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color: #ce0100
}

.confirm:active {
    position: relative;
    top: 1px
}

.nextstage {
    margin-top: 3px;
    -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
    background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color: #fe1a00;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d83526;
    display: inline-block;
    color: #fff !Important;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #b23e35;
    -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    cursor: pointer
}

.nextstage:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
    background: -moz-linear-gradient(center top, #ce0100 5%, #fe1a00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color: #ce0100
}

.nextstage:active {
    position: relative;
    top: 1px
}

.previous {
    margin-top: 3px;
    -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
    background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color: #fe1a00;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d83526;
    display: inline-block;
    color: #fff !Important;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #b23e35;
    -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    cursor: pointer
}

.previous:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
    background: -moz-linear-gradient(center top, #ce0100 5%, #fe1a00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color: #ce0100
}

.previous:active {
    position: relative;
    top: 1px
}

.badge {
    right: 0px;
    position: absolute;
    z-index: 100;
    margin-top: 2px
}

.badgegallery {
    float: right;
    margin: 0px 0px -100% 0px;
    position: relative
}

* RESPONSIVE GRID LAYOUTS */

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0% 0 0% 1%;
}

.col:first-child {
    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: 100%;
}

.span_3_of_4 {
    width: 74.5%;
}

.span_2_of_4 {
    width: 49%;
}

.span_1_of_4 {
    width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.33%;
}

.span_1_of_3 {
    width: 32.66%;
}

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49.5%;
    display: inline-grid;
}



/*  GO FULL WIDTH BELOW 667 PIXELS */
@media only screen and (max-width:667px) {
    .col {
        margin: 1% 0 1% 0%
    }

    .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
        width: 100%;
    }

    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 100%
    }

    .span_2_of_2, .span_1_of_2 {
        width: 100%
    }
}

/* END RESPONSIVE GRID LAYOUTS */

/* 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
}

.searchresultslist {
    min-height: 140px;
    border-bottom: 1px solid black
}

.searchresultsgrid {
    height: 250px;
    border: 1px solid #CCC;
    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
}

.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
}

.groupnameevent {
    font-size: 11px;
    padding: 3px 5px;
    background-color: #fff;
    float: left;
    /*width:100%;*/
    text-align: right
}

/*EVENTS*/
.eventholder {
    padding: 10px 0px 0px 0px
}

.eventpassed {
    color: white;
    text-align: center;
    display: inline;
    padding: 3px 0px;
    background-color: red
}

.eventtitle a {
    display: inline;
    font-size: 80%
}

.shortdescription {
    display: inline;
    display: none
}

.leftdate {
    float: none;
    width: 100%;
    margin-right: 0%;
    display: block;
    border: none;
    text-align: left
}

.eventday {
    font-size: inherit;
    line-height: inherit;
    display: inline;
    text-transform: none
}

.eventdate {
    font-size: inherit;
    line-height: inherit;
    display: inline;
    font-weight: bold;
    color: red
}

.eventmonth {
    font-size: inherit;
    text-transform: none;
    display: inline;
    line-height: inherit;
    font-weight: bold;
    color: red
}

.eventyear {
    font-size: inherit;
    line-height: inherit
}

.stick {
    max-width: none;
    width: 100% !Important;
    left: 0px
}

.shareeventbtn {
    display: none !Important;
}




/*end*/
@media only screen and (max-width:768px) {
    header {
        text-align: center;
    }

    .header-search {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        margin: 8px 0;
    }
}

#logo {
    width: auto;
    text-align: center;
    position: relative;
    top: 0;
}

#logo img {
    /* height: 75px;
    margin: 16px; */
    transition: 0.3s;
}

#logo img.active {
    height: 50px;
}

.contactwrap {
    text-align: right;
    position: absolute;
    top: 16px;
    right: 16px;
}

.media-icons {
    font-size: 30px;
    line-height: 40px
}

.media-icons a {
    cursor: pointer
}

.tel-no {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px
}

@media only screen and (max-width:667px) {
    .contactwrap {
        width: 100%;
        text-align: center;
        position: relative;
        right: 0;
        top: 0;
    }
}


/* Footer */

footer {
    width: 100%;
    float: left;
    height: auto;
    clear: both;
    margin: 10px 0px 10px 0px;
    background-color: var(--second-color);
}

footer p {
    color: #fff;
}

footer a {
    color: var(--first-color);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

footer a:hover {
    color: #fff;
}

footer a i {
    font-size: 25px;
    margin: 0 8px;
}

.bottomtitle {
    margin: 0 0 16px;
    color: #fff;
}

footer ul {
    margin-left: 0px;
    padding-left: 0px;
}

.bottomlistitem {
    list-style-type: none;
    margin-bottom: 8px;
}

.bottomnewstitle {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px
}

.bottomnewstext {
    color: #ccc;
    font-size: 13px;
    line-height: 1.5em;
    padding: 0
}

.bottomnewslink {
    color: #018FE3 !important;
    font-size: 13px;
    margin-left: 5px
}

.bottomnewslink:hover {
    color: #fff !Important
}

.footernewsitem {
    float: left;
    margin: 5px 0px;
    border-top: 1px solid #ccc;
    width: 100%
}

.footernewstitle {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    color: #fff
}

.footernewsitem p {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    color: #ccc !Important;
    margin-right: 55px
}


/* Credit */

#credit {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 5px
}

#credit p {
    color: #000;
    font-size: 10px;
    line-height: 14px;
}


/* Contact Popup */

.contact .modal-content {
    max-width: 480px;
}


/* Accordion */

[class*="accordion-"] {
    position: relative;
    cursor: pointer;
    -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;
}


/*---------------------------------------------------------  Still to Sort -------------------------------------------------------------------*/


/*.detailholder{border-bottom:1px solid #636363;border-right:1px solid #636363;border-left:1px solid #636363;margin-bottom:20px}
.detailholder{border-bottom:1px solid #000;border-right:1px solid #000;border-left:1px solid #000;margin-bottom:20px}*/

.greybox-odd {
    background-color: #fff;
    padding: 10px
}

.greybox-even {
    background-color: #efefef;
    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 #ccc
}

.contacttxt a:hover {
    color: #f60;
    text-decoration: none
}

.news-summary-holder {
    display: inline
}

.news-image-holder {
    width: 25%;
    height: 60px;
    margin: 5px 10px 5px 0px;
    float: left
}

.news-image {
    max-width: 100%;
    max-height: 100%;
    text-align: left
}

.news-title a {
    color: var(--first-color);
    display: block;
    font-size: 16px
}

.news-title a:hover {
    color: #51a222 !Important;
    text-decoration: underline
}

.news-date {
    font-size: 0.8em;
    line-height: 1.3em;
    margin: 0px;
    display: block;
    text-align: left
}

.news-summary {
    font-size: 14px;
    line-height: 120%;
    margin: 0px
}

.read-blog {
    text-align: right;
    display: block
}

.more {
    background-color: var(--first-color);
    color: #FFF !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
}

.moreleft {
    background-color: var(--first-color);
    color: #FFF !Important;
    padding: 2px 10px;
    width: auto;
    min-height: 20px;
    float: left;
    border: 0px;
    font-size: 12px;
    line-height: 20px
}

.moreleft:hover {
    cursor: pointer;
    background-color: var(--first-color);
    color: #fff
}

.more-info {
    background-color: var(--first-color);
    border: 0 none;
    color: #fff !important;
    float: right;
    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
}

.more-info:after:hover {
    cursor: pointer;
    border-color: transparent transparent transparent var(--first-color)
}

.blockheadingside {
    background-color: var(--first-color);
    padding: 7px;
    text-align: center;
    color: #fff !Important
}

.buttonright {
    background-color: var(--first-color);
    color: #FFF !Important;
    padding: 5px 10px;
    width: auto;
    float: right;
    font-size: 12px;
    border: 0px;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.buttonright:hover {
    cursor: pointer;
    background-color: #666;
    background-image: none;
    color: #fff !Important;
    text-decoration: none
}

.pagingholder {
    width: 100%;
    display: block;
    min-height: 30px;
    margin-top: 10px
}

.nextprev {
    background-color: #000;
    color: #FFF;
    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
}


/*Caption*/

.captionholderhome {
    padding: 10px;
    position: absolute;
    bottom: 25%;
    color: #FFF;
    left: 62%
}

.captionholderhome h3 {
    color: #FFF;
    font-size: 20px;
    z-index: 40
}

.captionholderhome p {
    color: #FFF;
    font-size: 14px;
    z-index: 40
}

a.homeslidelink {
    color: #FFF
}

a.homeslidelink:hover {
    text-decoration: underline
}

.userimage {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    margin-bottom: -5px
}


/*Responsive Navigation CSS*/


/* Clearfix */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.feature-heading {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px
}


/* DOWNLOADABLE FILES */

.downloadholder {}

.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: #CCC;
    cursor: pointer;
}

.filetypelogo {
    margin-right: 10px;
    height: 30px;
    vertical-align: middle;
}

.downloaddescription {
    padding: 10px 0px;
}


/* CONTENT SUB MENU */

.submenuselected {
    background-color: #dddddd !important;
    color: White !important;
}

.contentsubmenu li {
    list-style: none;
}

.submenu1 {
    border-top: 1px solid #CCCCCC;
    display: block;
    width: 100%;
    line-height: 25px;
    padding: 3px 0;
    text-indent: 10px;
}

.submenu1:hover {
    cursor: pointer;
    background-color: rgba(178, 178, 178, 0.6);
    color: #000;
}

.submenu2 {
    display: block;
    line-height: 25px;
    padding: 3px 0 3px 7px;
    border-bottom: 1px solid #fff;
    background-color: #efefef;
    text-indent: 5px;
    font-size: 14px;
}

.submenu2:hover {
    cursor: pointer;
    background-color: rgba(178, 178, 178, 0.6);
    color: #fff !Important;
    text-decoration: none;
}

.submenu2active {
    background-color: rgba(178, 178, 178, 0.6);
    text-decoration: none;
}


/* Do not delete, this works on conjunction with menu-hightlight.js */

.submenu3 {
    border-top: 1px solid #CCCCCC;
    color: #CC3539;
    display: block;
    line-height: 25px;
    padding: 3px 0 3px 5px;
    text-indent: 10px;
}

.submenu3:hover {
    cursor: pointer;
    background-color: rgba(178, 178, 178, 0.6);
    color: #000;
}

.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;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #000
}

.sitesearchwrap {
    width: 40%;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: right
}


/* CTA Buttons used by admin and front-end */

.largecta,
.medcta,
.smallcta {
    border: 0;
    -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;
    cursor: pointer;
    color: #fff;
    background-color: var(--first-color);
    padding: 8px 16px;
}

.largecta:hover,
.medcta:hover,
.smallcta:hover {
    color: #fff;
    background-color: var(--second-color);
}

.largecta {
    padding: 8px 32px;
}

.medcta {
    padding: 8px 15px;
    font-size: 15px;
}

/* .smallcta {
    padding: 4px 12px;
    font-size: 12px;
} */


/* Share Buttons */

.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: #666;
    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")
}


/* PROJECT MODULE STYLES */

.projectlinks {
    color: Black
}

.projectholder {
    padding: 15px 0px 5px 0px;
    border-top: 1px solid #ccc
}

.projlistdiv {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.projlistdiv li {
    padding: 5px;
    background-color: #efefef
}

.projlistdiv li:nth-child(2n+1) {
    background-color: #fff
}

.projectlogoholder {
    float: right;
    text-align: right
}

.projectlogo {
    max-height: 100%;
    max-width: 100%
}

.projectclientlogoholder {
    max-height: 100%;
    display: inline-block
}

.project-cta-wrap {
    background-color: #efefef;
    border: 1px solid #bbb;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

.project-cta {
    background-color: #efefef;
    border: 3px solid #fff;
    padding: 2%;
    float: left
}

.clientimage {
    height: 50px;
    margin: 2px;
    padding: 5px
}

.heading {
    color: var(--first-color)
}

.custom-image-half-right {
    float: right;
    width: 48%;
    margin: 0 0 2% 2%;
}

@media only screen and (max-width:667px) {
    .projectlogoholder {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }
}


/* END PROJECTS MODULE STYLES */


/*START OF EVENTS MODULE STYLES*/

.eventholder {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 10px 0px
}

.eventdescription {
    border-top: 1px;
    width: 85%
}

.event-side-label {
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc
}

.eventlabel {
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
    color: var(--first-color)
}

.eventlistdiv {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.eventposter {
    float: right;
    max-height: 100%;
    max-width: 100%
}

.eventpassed {
    color: white;
    font-size: 11px;
    width: 100%;
    display: block;
    padding: 1px 0px;
    background-color: red
}

.eventtitle {
    width: 60%;
    display: inline-block
}

.shortdescription {
    width: 60%;
    display: inline-block
}

.leftdate {
    margin-right: 3%;
    display: inline;
    text-align: center;
    border: 1px solid #ccc
}

.eventday {
    font-size: 11px;
    text-transform: uppercase;
    display: inline
}

.eventdate {
    font-size: 35px;
    line-height: 30px;
    font-weight: bold;
    color: red;
    display: inline
}

.eventmonth {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: red;
    display: inline
}

.eventyear {
    font-size: 16px;
    display: inline
}

.eventcalanderbutton {
    background-color: var(--first-color);
    color: #fff
}

#eventleft {
    width: 38%;
    float: left;
    color: var(--first-color)
}


/*END EVENTS MODULE STYLES*/


/* COMMENTS */

.comments {
    display: block;
}

.commentsholder {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #cccccc;
    float: left;
    padding: 2%;
    width: 96%;
}

.commentholder {
    margin-bottom: 10px
}

.commentusername {
    /*background-color:#b1bde5;*/
    border-top: 1px solid var(--first-color);
    display: block;
    font-weight: 400;
    padding: 5px 15px;
    color: var(--first-color);
}

.commentposted {
    color: #999999;
    display: block;
    font-size: 11pt;
    padding: 5px 0px 5px 0px;
}

.commentreplyholder {
    width: 84%;
    margin: 10px 0px 5px 10%;
    background-color: #fff;
    border: 1px solid #999999;
}

.commentusernamereply {
    color: #999999;
    display: block;
    font-size: 11pt;
    padding: 5px 2%;
}

.commentreply {
    color: #000;
    margin: 0px;
    padding: 0px 2% 5px 2%;
    width: 96%;
}

.commentreplyposted {
    color: #666;
    float: right;
}

.commentquote {
    color: #999;
}

.commentbuttonsreply {
    background-color: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    display: block;
    font-weight: 400;
    padding: 5px 2%;
    text-align: right;
    height: 22px;
    width: 96%;
}

.commentbody {
    background-color: #fff;
    display: block;
    font-weight: 400;
    padding: 0px 15px 15px 15px;
}

.commentbuttons {
    background-color: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    display: block;
    font-weight: 400;
    padding: 5px 2%;
    text-align: right;
    height: 25px;
    width: 96%;
}

.btncommentgood {
    margin-top: 3px;
    background-color: transparent;
    border: 0;
    color: Blue;
    display: inline;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background-image: url('/images/thumbs-up-small-up.png');
    background-repeat: no-repeat;
    display: block;
    float: right;
}

.btncommentgood:hover {
    cursor: pointer;
    background-image: url('/images/thumbs-up-small-hover.png');
}

.btncommentbad {
    margin-top: 3px;
    background-color: transparent;
    border: 0;
    color: Blue;
    display: inline;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background-image: url('/images/thumbs-down-small-up.png');
    background-repeat: no-repeat;
    display: block;
    float: right;
    margin-left: 10px;
}

.btncommentbad:hover {
    cursor: pointer;
    background-image: url('/images/thumbs-down-small-hover.png');
}

.btncommentreply,
.btncommentreport {
    margin-right: 5px;
    float: left;
    background-color: var(--first-color);
    border: 0 none;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
    color: #fff !important;
    font-size: 11px;
    padding: 3px 7px;
    width: auto;
    text-decoration: none;
}

.btncommentnew {
    float: left;
    background-color: var(--first-color);
    border: 0 none;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
    color: #fff !important;
    font-size: 11px;
    padding: 3px 7px;
    width: auto;
    text-decoration: none;
}

.btncommentnew:hover {
    cursor: pointer;
    background-color: #000000;
    text-decoration: none;
    color: #fff;
}

.commentgoodcount {
    color: #666;
    float: right;
    margin-top: 2px;
}

.commentbadcount {
    color: #666;
    float: right;
    margin-top: 2px;
}

.commentreported {
    width: 100%;
    padding: 20px;
    background-color: var(--first-color);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    color: #fff !important;
    vertical-align: baseline;
}


/*POPUP NEWS COMMENTS*/

#popupwindowreview {
    position: absolute;
    width: 300px;
    float: left;
    top: 40px;
    left: 50%;
    background-color: White;
    padding: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 2000;
    margin: -20px 0px 0px -150px;
}

#popupbackgroundreport {
    /*border:1px solid lime;*/
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
}

#popupwindowreport {
    position: absolute;
    width: 50%;
    float: left;
    top: 40px;
    left: 21%;
    background-color: White;
    padding: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 2000;
    margin: -20px 0px 0px 0%;
}


/* POPUP */

#popupcalanderbackground {
    position: fixed;
    overflow: auto;
    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
}

#popupcalanderwindow {
    background-color: #fff;
    border-radius: 10px;
    float: left;
    left: 50%;
    margin: -20px 0 0 -42%;
    padding: 2%;
    position: absolute;
    top: 40px;
    width: 100%
}

.contactcalanderpopup {
    max-width: 60%
}

.popupheadingholder {
    height: 40px;
    padding: 0px 0px 5px 0px;
    display: block;
    width: 100%
}

.popupclose {
    float: right;
    cursor: pointer;
}

.popupheading {
    float: left
}

#popupcontent {
    text-align: left
}

.contactpopup {
    max-width: 500px;
    min-width: 280px
}

.popupboatimage {
    width: 50%;
    float: left;
    padding-right: 10px
}

.popupdetailsthird {
    width: 33%;
    float: left;
    display: block
}

#popupmaindetails {
    display: block;
    min-height: 165px
}

.promptlabel {
    display: block;
    float: left;
    font-weight: bold;
    min-width: 250px;
    width: 25%;
}

.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: #FFF !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
}

#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%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 400;
    margin: -20px 0px 0px -42%
}


/* Authors */

.author-image-holder {
    width: 25%;
    height: 120px;
    overflow: hidden;
    margin: 0px 0px 10px 10px;
    float: right;
}

.author-image-holder img {
    max-width: 100px;
}

.author-wrap p {
    font-size: 14px;
}

.linkedin-author {
    font-size: 35px !Important;
    color: #0073b1;
}


/* FORMS */

.forminputright {
    float: right
}

.forminputsmall {
    width: 30px
}

.forminputmedium {
    width: 80px
}

.forminputlarge {
    width: 150px
}

#productsearch {
    display: block;
    margin-bottom: 15px
}

#prodcategories {
    display: block;
    margin-bottom: 15px
}

#prodmanufacturers {
    display: block;
    margin-bottom: 15px
}

#prodcolours {
    display: block;
    margin-bottom: 15px
}

#prodsizes {
    display: block;
    margin-bottom: 15px
}


/* CONTENT SEARCH RESULTS */

.contentsearchheading {
    padding: 10px 0px 0px 0px
}

.searchresultslist {
    min-height: 140px;
    border-bottom: 1px solid black
}

.searchresultsgrid {
    height: 250px;
    border: 1px solid #CCC;
    width: 29%;
    float: left;
    margin: 0px 1% 10px 0px;
    padding: 5px 1%;
    overflow: hidden
}

.categorydetails {
    float: right
}

.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
}

.groupnameevent {
    font-size: 11px;
    padding: 3px 5px;
    background-color: #fff;
    float: left;
    /*width:100%;*/
    text-align: right
}

.newgallerypreview {
    float: left;
    display: block;
    width: 22%;
    height: 150px;
    margin: 10px 1% 0px 0px;
    padding: 10px 1%;
    border: 0px dashed #CCC;
    background-color: #EFEFEF
}

.newgallerybutton {
    float: left;
    display: block;
    width: 24%;
    height: 170px;
    margin: 10px 1% 0px 0px;
    padding: 10px 1%;
    border: 0px dashed #CCC;
    background-color: #EFEFEF
}

.newgallerybutton:hover {
    background-color: #CCC;
    cursor: pointer
}

.newgalleryimageholder {
    background-color: white;
    display: block;
    height: 115px;
    margin-bottom: 10px;
    width: 100%
}

.newgalleryimageholder:hover {
    background-color: #CCC;
    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
}


/*---------------------------------------------------------MOBILE CODE-------------------------------------------------------------------
*/


/*Styles for screen 667px and lower*/

@media only screen and (max-width:667px) {
    .alignright {
        display: block;
        height: inherit;
        margin: 10px 2%;
        width: 96%
    }

    .alignleft {
        display: block;
        height: inherit;
        margin: 10px 2%;
        width: 96%
    }

    #logo img {
        margin: 0
    }

    .prod-grid-item {
        float: left;
        width: 90%
    }

    .prod-grid-image {
        height: inherit;
        margin: 0 auto;
        width: 100%
    }

    .product-detail-holder {
        float: left;
        width: 90%;
        padding: 0 5%;
        margin-top: 15px
    }

    .product-long-description-holder {
        width: 90%;
        padding-right: 5%;
        padding-left: 5%;
        margin-top: 5%
    }

    .bookingstageholder table {
        font-size: 10px
    }

    .captionholderhome {
        bottom: 1%
    }

    .captionholderhome h3 {
        font-size: 8px
    }

    .captionholderhome p {
        font-size: 12px
    }

    header {
        background-image: none;
        padding: 0px;
        width: 100%;
    }

    #logo {
        margin: 0px auto 0px auto;
        display: block;
        width: 100%;
        text-align: center
    }

    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: 5px;
        margin-right: 0px;
        position: relative;
        right: 0;
    }

    .captionholder p {
        font-size: 14px
    }

    .captionholder a {
        font-size: 16px;
        line-height: 15px
    }

    .sitesearchwrap {
        float: none;
        width: auto;
        margin: 0 auto
    }

    .sidebarleft {
        width: 100%;
        float: left
    }

    #contact {
        display: none
    }

    #contact2 {
        width: 100%;
        display: block;
        text-align: center
    }

    #ctl00_contact2 {
        width: 100%;
        display: block
    }

    .centered-btns_nav {
        display: none
    }

    ul.socialsprite {
        display: block;
        margin: 0 auto;
        width: 155px;
        height: 25px
    }

    .searchglass {
        display: none
    }

    .gallerylarge {
        max-height: 200px
    }

    /*EVENTS*/
    .eventholder {
        padding: 10px 0px 0px 0px
    }

    .eventpassed {
        color: white;
        text-align: center;
        display: inline;
        padding: 3px 0px;
        background-color: red
    }

    .eventtitle a {
        display: inline;
        font-size: 80%
    }

    .shortdescription {
        display: inline;
        display: none
    }

    .leftdate {
        float: none;
        width: 100%;
        margin-right: 0%;
        display: block;
        border: none;
        text-align: left
    }

    .eventday {
        font-size: inherit;
        line-height: inherit;
        display: inline;
        text-transform: none
    }

    .eventdate {
        font-size: inherit;
        line-height: inherit;
        display: inline;
        font-weight: bold;
        color: red
    }

    .eventmonth {
        font-size: inherit;
        text-transform: none;
        display: inline;
        line-height: inherit;
        font-weight: bold;
        color: red
    }

    .eventyear {
        font-size: inherit;
        line-height: inherit
    }
}