@charset "UTF-8";
@import url("tabs.css");
@import url("reset.css");
@import url("content.css");
@import url("menu.css");
@import url('calendar.css');
@import url('/media/jui/css/icomoon.css');
/*****************************************
* Color:
* Yellow: #f6bd16
* Blue: #006797
* L/Blue: #5eb5dd;
********************************************/

/* unset bootstrap styles
.btn-success, .btn, .btn:hover, .btn-success{
    background: unset;
    border-color: unset;
    background-image: unset;
    border: unset;
    border-radius: 0;
    border-radius: 0;
    text-shadow: none;
}
*/

.btn-success {
    background: unset;
    border-color: unset;
    background-image: unset;
    border: unset;
}

.nav>li>a:hover,
.nav>li>a:focus {
    /* bootstrap overrides css */
    background-color: unset !important;
}

@media print {
    .item-page {
        padding: 40px;
    }
}

#system-message {}

li.item-374 {
    background: #5eb5dd !important;
}

/****************************************
 * J2 Store Styles
 ****************************************/

/* Product Images for Store Products */

.additional-image-list li {
    background-image: none;
    border-bottom: 1px dotted #eee;
}

ul.additional-image-list {
    margin: 10px;
}

/* Product list layout Store page */

.j2store-product-list .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%;
    float: left;
}

/* Temp for store category blog, hides no items message */

.item-390 .category-desc+p {
    display: none;
}

/* Profile edit buttons */

.j2store-myprofile-address-controls.inline.pull-right li {
    background-image: none;
    width: 50px;
    text-align: center;
    padding: 0 10px;
    margin: 0 5px;
    display: inline-block;
    background: #5eb5dd;
    border-radius: 5px;
}

/* Joomla User Profile Page */

.profile_notice {
    color: #006797;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* btn for profile edit  - ln 1019 for other styles */

.profile ul.btn-toolbar.pull-right li {
    background: none;
    border-bottom: none;
    padding: 5px 10px;
}

.profile ul.btn-toolbar.pull-right li a:hover {
    color: #f6bd16 !important;
}

#profile-container .profile fieldset {
    display: block;
    margin: 20px auto;
}

#profile-container .profile fieldset dl dt {
    float: left;
    margin-right: 20px;
    width: 200px;
}

#profile-container .profile fieldset legend {
    color: #006797;
}

.j2store-myprofile-address-controls.inline.pull-right li a {
    color: #fff;
}

/* dinghy racing page */

.item-387 .j2store-product .product-qty {
    display: none;
}

.item-387 div[id^='option']:not(#option-156) {
    float: left;
    margin-bottom: 20px;
    width: 49%;
}

#option-136,
#option-137,
#option-138,
#option-150,
#option-151,
#option-152,
#option-156 {
    clear: both;
}

.item-387 #option-156 textarea {
    width: 100%;
    height: 150px;
}

/* end DR */

section.page .item-page .product-price-container {
    color: #006797;
    margin-top: 10px;
    margin-bottom: 10px;
}

section.page .item-page .j2store-addtocart-form {
    padding-top: 20px !important;
}

section.page .item-page .j2store-addtocart-form .option select,
.item-387 select,
.simple-product select {
    padding: 10px 5px;
    width: 200px;
}

.option input[type="text"],
.option input[type="phone"],
.option input[type="email"],
.option input[type="text"] {
    width: 200px;
    height: 25px;
}

.option input[type="radio"] {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn.btn-default,
input.btn-primary,
.btn-primary {
    border: none;
    padding: 10px;
    background: #006797;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.btn.btn-default:hover,
input.btn-primary:hover,
btn-primary:hover {
    border: none;
    padding: 10px;
    background: #f6bd16;
    cursor: pointer;
}

.btn.btn-warning {
    border: none;
    padding: 10px;
    background: #5eb5dd;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.btn.btn-warning:hover {
    background: #006797;
}

.bookings-date-picker .ui-datepicker td.bookable a {
    background-color: #f6bd16 !important;
    background-image: none !important;
    border-color: rgba(0, 0, 0, .1) !important;
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

.ui-widget-header {
    background: #5eb5dd;
    color: #ffffff;
    font-weight: bold;
}

.j2store-cart-buttons .buttons-left {
    margin: 10px 0 10px 0;
}

.buttons-right {
    margin: 20px 0;
}

.cart-checkout-button {
    background: #f6bd16;
    padding: 10px;
}

.cart-checkout-button a {
    color: #fff;
}

.cart-checkout-button a:hover {
    color: #000;
}

#j2store-checkout-content .btn.btn-default,
#j2store-checkout-content input.btn-primary {
    padding: 10px;
    text-shadow: none;
    font-size: 14px;
    height: auto;
}

table.table {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Profile Page */

#address-tab h3 {
    margin-top: 20px;
    color: #f6bd16;
    font-size: 1.5em;
}

ul.nav.nav-tabs li {
    display: initial;
    background-image: none;
    background-repeat: unset;
    background-position: unset;
    padding-left: 0;
    line-height: 35px;
    border-bottom: none;
}

/* Login tabs for resets */

#login-container input {
    padding: 5px;
    margin-bottom: 10px;
}

#login-container ul.nav.nav-tabs.nav-stacked {
    margin: 10px 0;
}

#login-container ul.nav.nav-tabs.nav-stacked li {
    padding-right: 15px;
}

/* Events Blog layout */

.hide-qty .j2store-add-to-cart .product-qty {
    display: none;
    /* hide when nessesary */
}

.item-113 #category-container .j2store-product_without_options {
    /* hide the price on blog */
    display: none;
}

.item-113 #article-container,
.item-113 #category-container {
    background: #fff;
    padding: 0px;
    border: unset;
}

.item-113 .pull-none.item-image {
    margin-bottom: 10px;
}

.item-113 .pull-none.item-image img,
.item-113 #article-container .item-page img {
    max-width: unset;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.item-113 #category-container img {
    border: unset;
}

.item-113 #category-container .readmore a.btn {
    background: #006797;
    color: #fff;
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    text-shadow: none;
}

.readmore a.btn .icon-chevron-right {
    display: none;
}

.item-113 #category-container .readmore a:hover {
    background: #f6bd16;
    color: #004a77;
}

/* end J2Store styles */

dt.message,
dt.error,
dt.notice,
dt.warning {
    background-color: #ffffe6;
    border: 1px solid #cccccc;
    padding: 10px;
    color: #333333;
    margin-bottom: 20px;
    font-size: 12pt;
    font-weight: bold;
}

dd.message {}

dd.message ul {
    list-style: none;
    margin-top: 10px;
}

dd.message ul li {
    margin: 0;
    padding: 0;
}

.spacer {
    width: 100%;
    height: 20px;
}

.toggle {
    display: none;
}

.separator {
    cursor: pointer;
}

#topBar {
    background: none repeat scroll 0 0 #006797;
    height: 45px;
    width: 100%;
    font-family: 'franklin_gothic_mediumregular';
    color: #fff;
}

.max-width {
    margin: auto;
    max-width: 960px;
    /* max-width: 1200px; **/
}

#search {
    float: left;
    margin: 10px 0 0;
}

#search input {
    border: medium none;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    letter-spacing: 1.1px;
    padding: 5px 0 5px 10px;
    width: 160px;
}

#shop {
    float: right;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    padding-right: 10px;
}

#shop a {
    color: #f6bd16;
}

#cart {
    float: right;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    padding-right: 20px;
}

/* LS */

#cart .fa {
    color: #f6bd16;
}

.cart-item-count {
    background: #5eb5dd none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}

#phone {
    background: url('../img/icon-phone.png') no-repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
}

#phone a,
#phone p {
    color: #fff;
}

header {
    padding: 20px 0;
}

#logo {
    float: left;
}

#banner {
    height: 425px;
    overflow: hidden;
    position: relative;
    z-index: 0 !important;
    border-bottom: 1px solid #ccc;
}

#banner img {
    min-width: 100% !important;
    height: auto !important;
    min-height: 425px;
}

/* LS */

section.home,
aside {
    margin-top: 30px;
}

#homeFeature {
    float: left;
    height: 220px;
    left: -480px;
    /*  left: -600px; **/
    margin-left: 50%;
    position: relative;
    top: -140px;
    width: 960px;
    /* width: 1200px;**/
    z-index: 1;
}

.homeFeature {
    background: none repeat scroll 0 0 #f6bd16;
    width: 300px;
    /* width: 380px; **/
    font-size: 13px;
    text-align: center;
}

.homeFeature img {
    margin-bottom: 10px;
    width: 100%;
}

.homeFeature p {
    margin: 0;
}

.homeFeature h1 {
    background: #EEEEEE;
    font-family: 'franklin_gothic_mediumregular';
    color: #006797;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
}

.homeFeature .description {
    margin: 0 auto 20px;
    width: 275px;
    /*  width: 300px;**/
}

.homeFeature .readmore {
    background: url("../img/arrow.png") no-repeat scroll 95% center #eeeeee;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 40px 10px 0;
    text-align: right;
    text-transform: uppercase;
}

.homeFeature .readmore:hover {
    color: #F6BD16;
}

.homeFeature>div {
    border: 1px solid #ccc;
    overflow: hidden;
}

#homeFeature #left {
    float: left;
}

#homeFeature #middle {
    margin: auto;
}

#homeFeature #right {
    float: right;
}

#mainWrapper.page aside {
    margin-top: 20px;
}

section {
    overflow: hidden;
}

section.home {
    display: inline-block;
    width: 630px !important;
    /*   width: 790px; !important;**/
}

section.page {
    margin-top: 20px;
}

#article-container,
#category-container {
    background: #f7f7f7;
    padding: 40px;
    border: 1px solid #ccc;
}

#category-container img {
    border: 2px solid #79bdc5;
}

#category-container .readmore a {
    background: url("../img/arrow.png") no-repeat scroll 98% center #eeeeee;
    color: #004a77;
    display: block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 50px 10px 0;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#category-container .readmore a:hover {
    background-color: #f6bd14;
}

#article-container .item-page img {
    max-width: 548px;
    /*  max-width: 700px; **/
}

/* Member News LS */

.item-379 #category-container .readmore a {
    padding: 10px 25px 10px 10px;
    display: inline-block;
}

.pull-none.item-image img {
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

aside {
    width: 300px;
    /*width: 380px; **/
    float: right;
    position: relative;
    padding-left: 30px;
}

.newsitems {
    margin-left: 30px !important;
    padding-left: 40px !important;
    border-left: #F6BD16 dotted 2px;
}

.newsitem {
    position: relative;
    width: 227px !important;
    overflow: visible !important;
    margin-bottom: 20px !important;
}

.newsitem:last-child {
    margin: 0 !important;
}

.latestnewsenhanced_102 .newsinfo {
    float: left;
    overflow: visible;
}

.latestnewsenhanced_102 .newsintro {
    line-height: 25px;
}

aside h4 a {
    text-transform: uppercase;
    font-size: 16px;
    color: #79BDC5 !important;
    display: inline-block;
    width: 100%;
    margin: 5px 0 3px;
}

.latestnewsenhanced_102 .newshead .picture {
    padding: 0;
    border: #79BDC5 2px solid;
}

.latestnewsenhanced_102 .news {
    overflow: visible !important;
}

.newsdate {
    background: none repeat scroll 0 0 #f6bd16;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #fff;
    height: 45px;
    left: -70px;
    line-height: 13px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 45px;
    top: 0;
}

.mod-articles-category-introtext {
    margin: 0;
    padding-bottom: 40px;
}

.mod-articles-category-readmore {
    margin: 0;
}

.mod-articles-category-readmore a {
    background: url("../img/arrow-white.png") no-repeat scroll 90% center #7abdc5;
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 5px 30px 5px 10px;
    text-align: left;
    text-transform: lowercase;
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.mod-articles-category-readmore a:hover {
    background: url('../img/arrow-white.png') #f6bd16 90% no-repeat;
}

#sponsorsTitleWrapper {
    width: 100%;
    background: #006797;
    height: 35px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 50px;
}

.sponsors {
    display: block;
    line-height: 35px;
    margin: auto;
    max-width: 960px;
}

#sponsorLogos ul {
    width: 100%;
    margin-top: 20px;
}

#bottom {
    height: auto !important;
    min-height: 235px;
    height: 235px;
    background: #006797;
    width: 100%;
    color: #fff;
}

#bottom>div {
    overflow: hidden;
}

#bottom h1 {
    color: #F6BD14;
    font-family: 'franklin_gothic_mediumregular';
    margin-bottom: 14px;
}

.bottomBlock {
    width: 320px;
    /* width: 400px;**/
    float: left;
    height: auto !important;
    min-height: 220px;
    height: 220px;
    margin-top: 15px;
}

#bottom3 {
    background: none repeat scroll 0 0 #fff;
    height: 205px;
    margin: 15px 0;
}

#bottom3 h1 {
    background: url("../img/weather.png") no-repeat scroll 10px center #f6bd14;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1.1px;
    line-height: 25px;
    margin: 0 0 7px;
    padding: 7px 0 5px 80px;
    text-transform: uppercase;
    width: 240px;
}

#bottom3 .perth {
    font-size: 25px;
}

#bottom3 img {
    height: 130px;
    width: auto;
    margin-left: 10% !important;
}

footer {
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

footer li {
    float: left;
    padding: 0 14px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    background: none;
}

#copyright {
    float: left;
}

#siteBy {
    float: right;
}

#footerMenu {
    left: 50%;
    margin-left: -175px;
    margin-top: 7px;
    position: absolute;
    width: 350px;
}

#newsletter {
    width: 235px;
    float: left;
    background: #006797;
    padding: 15px;
    color: #fff;
    text-align: center;
    height: 290px;
}

#newsletterForm {
    position: relative;
    height: 40px;
}

#newsletter img {
    float: left;
    margin-top: -15px;
    margin-left: -15px;
}

#newsletter h3,
#club h3 {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
    text-transform: uppercase;
}

#newsletter .formControlLabel {
    display: none;
}

#newsletter input {
    width: 30%;
    float: left;
    margin-left: 0;
}

#newsletter .formResponsive .formHorizontal .formControls {
    margin-left: 0;
    width: 80%;
    float: left;
    padding: 0;
}

#newsletter #Send {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    color: #000;
    font-family: 'franklin_gothic_mediumregular';
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    line-height: 14px;
    position: absolute;
    right: 0;
    text-shadow: none;
    text-transform: uppercase;
    top: 0;
    width: 25%;
}

#newsletter #Send:hover {
    background: #F6BD16;
    color: #fff;
}

#club {
    width: 235px;
    float: right;
    background: #F6BD16;
    padding: 15px;
    color: #313140;
    text-align: center;
    height: 290px;
    position: relative;
}

#club a {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000;
    font-size: 12px;
    padding: 7px 11px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

#club a:hover {
    background: #006797;
    color: #fff;
}

#club h3 {
    color: #313140;
    margin: 0 0 10px;
}

#club img {
    position: absolute;
    bottom: 0;
    left: 0;
}

#contactForm {
    width: 40%;
    float: right;
}

#contactForm .formResponsive .formHorizontal .formControlLabel {
    width: 100px !important;
}

#contactForm .formResponsive .formHorizontal .formControls {
    margin-left: 120px;
}

#contactForm .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
}

#contactForm .formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"],
textarea {
    border: #006797 1px solid !important;
}

.formResponsive fieldset {
    width: 620px;
}

#contactForm #captcha32 {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

#contactForm #captchaTxt32 {
    margin-top: 10px;
}

.article-info-term {
    display: none;
}

.create {
    background: #79bdc5;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-top: -10px;
}

#jaquery-overlay {
    z-index: 9998;
}

#jquery-lightbox {
    z-index: 9999;
}

.event-photos {
    max-height: 250px;
    overflow: hidden;
}

.event-photos>img {
    width: 100%;
}

hr {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px dotted #ccc;
    margin: 0;
}

#ohanah-module-calendar-date-9980 a.ui-state-hover,
#ohanah-module-calendar-date-9980 .markedDay a.ui-state-default {
    background: #f6bd16 !important;
}

#textToSearch {
    margin-top: 15px;
    width: 285px !important;
}

.ohanah-filter-button .button {
    cursor: pointer;
    height: 40px;
    margin-top: 15px;
    width: 260px;
}

.button input {
    border: 0;
    background: none;
    cursor: pointer;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
}

.ohanah.module .dropdown.size4 select {
    width: 300px;
}

.ohanah.module .dropdown.size4 {
    width: 300px;
}

.hasDatepicker {
    margin-bottom: 20px;
}

.ohanah .event_detail_title h2 {
    margin-bottom: 15px;
}

.moduletablecalendar {
    margin-top: -20px;
}

.button,
.profile ul.btn-toolbar.pull-right li a.btn {
    -moz-box-shadow: inset 0px 1px 3px 0px #bee2f9;
    -webkit-box-shadow: inset 0px 1px 3px 0px #bee2f9;
    box-shadow: inset 0px 1px 3px 0px #bee2f9;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
    background: -moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
    background-color: #63b8ee;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #3866a3;
    display: inline-block;
    color: #14396a;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #7cacde;
    color: #14396a;
    margin-top: -10px;
    cursor: pointer;
}

.button:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
    background: -moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
    background-color: #468ccf;
}

.event-photos {
    border: 1px solid #f6bd16 !important;
}

.fancybox-opened .fancybox-title {
    display: none;
}

#accordion>h3 {
    color: #f6bd14;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 1px #999 dotted;
    padding-bottom: 5px;
}

#accordion>h3:hover {
    color: #004a77;
}

#accordion div {
    margin-top: -10px;
}

.form-validate .button {
    height: 40px;
}

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 10px;
}

.formResponsive input.rsform-calendar-button {
    color: #fff;
    margin-bottom: 3px;
    margin-left: 5px;
    background-color: #f6bd16;
    background-image: none;
}

.formResponsive,
#membershipForm #rsform_11_page_0,
#rackingForm fieldset {
    margin: 0 0 18px;
    width: 95%;
}

.hasTooltip {
    display: none;
}

#search-searchword {
    border: 1px solid #006797;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 5px 10px;
}

#searchForm select {
    border: 1px solid #006797;
    border-radius: 5px;
    margin: 5px;
    overflow: hidden;
    padding: 5px;
}

legend {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    color: #313140;
}

.result-category {
    display: none;
}

.result-created {
    color: #f6bd16;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}

.result-title {
    border-bottom: 1px dashed #313140;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.phrases-box {
    margin: 10px 0 15px;
}

#membershipForm hr {
    margin: -10px 0;
}

#membershipForm .formResponsive .formHorizontal .formControlLabel {
    padding-top: 0;
}

.pagination.pagination-centered li {
    background-image: none;
    border: 0 none;
    display: inline-block;
}

#pg-icons {
    display: none;
}

.counter.pull-right {
    margin-top: 10px;
}

.pagination .inputbox {
    border: 1px solid #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px;
    margin: 0 5px;
}

.pg-field {
    border-bottom: 1px dashed #ccc;
    box-shadow: none;
}

#phocagallery .page-header h1 {
    line-height: 1em;
}

/* Custom Form */

.blog .j2store-addtocart-form {
    margin-top: 10px;
    margin-bottom: 25px;
}

.j2store-categories-module {
    list-style-type: none;
}

/* Row fluid */

.row-fluid {
    width: 100%;
    *zoom: 1
}

.row-fluid:before,
.row-fluid:after {
    display: table;
    line-height: 0;
    content: ""
}

.row-fluid:after {
    clear: both
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 32px;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0
}

.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.127659574468085%
}

.row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%
}

.row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%
}

.row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%
}

.row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%
}

.row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%
}

.row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%
}

.row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%
}

.row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%
}

.row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%
}

.row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%
}

.row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%
}

.row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%
}

@media(min-width:1200px) {
    .row {
        margin-left: -30px;
        *zoom: 1
    }
    .row:before,
    .row:after {
        display: table;
        line-height: 0;
        content: ""
    }
    .row:after {
        clear: both
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px
    }
    .span12 {
        width: 1170px
    }
    .span11 {
        width: 1070px
    }
    .span10 {
        width: 970px
    }
    .span9 {
        width: 870px
    }
    .span8 {
        width: 770px
    }
    .span7 {
        width: 670px
    }
    .span6 {
        width: 570px
    }
    .span5 {
        width: 470px
    }
    .span4 {
        width: 370px
    }
    .span3 {
        width: 270px
    }
    .span2 {
        width: 170px
    }
    .span1 {
        width: 70px
    }
}

@media(min-width:768px) and (max-width:979px) {
    .row {
        margin-left: -20px;
        *zoom: 1
    }
    .row:before,
    .row:after {
        display: table;
        line-height: 0;
        content: ""
    }
    .row:after {
        clear: both
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .span12 {
        width: 724px
    }
    .span11 {
        width: 662px
    }
    .span10 {
        width: 600px
    }
    .span9 {
        width: 538px
    }
    .span8 {
        width: 476px
    }
    .span7 {
        width: 414px
    }
    .span6 {
        width: 352px
    }
    .span5 {
        width: 290px
    }
    .span4 {
        width: 228px
    }
    .span3 {
        width: 166px
    }
    .span2 {
        width: 104px
    }
    .span1 {
        width: 42px
    }
}

@media(max-width:767px) {
    .row-fluid {
        width: 100%
    }
    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .span12,
    .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .row-fluid [class*="offset"]:first-child {
        margin-left: 0
    }
}

div#jomclassifieds .categories ul li {
    line-height: 2.8em;
}
div#jomclassifieds .categories ul li h3 {
    margin-left: 25px;
}
div#jomclassifieds .jomcl-detailview .jomcl-desc ul li{
    line-height: 2.5em;
    padding-left: 20px;
}