﻿body {
    width: 100%;
    height: 100%;
    font-family: Lato, Arial, sans-serif;
    color: #3e4b55;
	background-color: #fff;
    webkit-tap-highlight-color: rgba(255,255,255,.2);
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: .06em;
    padding: 65px 0 0 0 !important;
}

@media only screen and (min-width: 768px) {
    body {
        padding: 105px 0 0 0 !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 20px 0;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #3e4b55;
    text-transform: uppercase;
}

h1,
.row [class*="col-"] h2:first-child,
.row [class*="col-"] h3:first-child,
.row [class*="col-"] h4:first-child,
.row [class*="col-"] h5:first-child,
.row [class*="col-"] h6:first-child,
.row [class*="col-"] p:first-child {
    margin-top: 0 !important; /* stop adding top margin of first heading in a block to the padding of the container */
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.1em;
}

p {
    margin: 20px 0;
}

@media only screen and (min-width: 1200px) {
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 1.75em;
    }
    h3 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.2em;
    }
}

ul {
    margin: 20px 0;
}

a {
    font-weight: 500;
    text-decoration: none !important;
    color: #c2cf37;
}

a:hover,
a:focus {
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out !important;
    outline: none !important;
    color: #3e4b55;
}

/* standard responsive layout */

.container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.content-container {
    padding: 25px 0;
}

.home .content-container {
    padding: 50px 0;
}

.row {
    margin: 0;
    padding: 0;
}

.row.margin {
    margin-bottom: 20px;
}

[class*="col-"] {
    margin: 0;
    padding: 20px;
}

.no-padding {
    padding: 0 !important;
}

[class*="col-"].no-top-padding {
    padding-top: 0 !important;
}

[class*="col-"].no-bottom-padding {
    padding-bottom: 0 !important;
}

/* nested rows - no padding on cols */
.row .row [class*="col-"] {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .content-container {
        padding: 25px 0 50px 0;
    }
    /* nested rows DESKTOP - add col padding 10px right/first / left/last for 20px separation */
    .row .row [class*="col-sm-6"]:first-child {
        margin: 0;
        padding: 0 10px 0 0;
    }
    .row .row [class*="col-sm-6"]:last-child {
        margin: 0;
        padding: 0 0 0 10px;
    }
}

/* fixed width content */

@media (min-width: 1200px) {
    .fixed-width {
        /* maximum container width */
        width: 1200px !important;
        margin: 0 auto;
    }
}

/* navigation */

.navbar-custom {
    font-size: 1em;
    background-color: rgba(60,70,79,.9);
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    border-top: 10px solid #fff;
    border-bottom: 2px solid #c2cf37;
}

.navbar-brand {
    display: none;
}

.navbar-custom .navbar-toggle {
    background-color: transparent;
    border: 2px solid #fff;
    margin: 9px 30px 0 0;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 8px;
}

.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
    background-color: transparent;
    border: 2px solid #c2cf37;
    color: #fff;
}

.navbar-custom li { /* no margins or padding */
    margin: 0;
    padding: 0;
}

.navbar-custom li .caret {
    margin: 0 0 0 10px;
}

.navbar-custom li.social span {
    display: none;
}

.navbar-custom li a {
    color: #fff;
    letter-spacing: 0; /* compress text */
}
 
.navbar-custom li a:hover, .navbar-custom li a:focus, .navbar-custom li a:active,
.navbar-custom .navbar-nav .open a, .navbar-custom .navbar-nav .open a:hover, .navbar-custom .navbar-nav .open a:focus {
    /* top level clicked / selected showing drop-down */
    outline: 0;
    color: #c2cf37;
    background-color: transparent;
}

.navbar-custom li.active a {
    /* highlighted link */
    color: #c2cf37 !important;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
    margin: 0;
    /*background-color: rgba(60,70,79,.9);*/
    background-color: rgba(255,255,255,1);
}

#navbar .dropdown-menu li {
    padding: 0;
    margin: 0;
}

#navbar .dropdown-menu li a {
    color: #fff;
    margin: 0;
}

#navbar .dropdown-menu li a:hover, .dropdown-menu li a:focus {
    color: #c2cf37;
}

/* standard mobile navigation */

@media (max-width:767px) {
    .navbar-nav {
        display: flex;
        flex-direction: column-reverse;
    }
    .navbar-custom {
        min-height: 65px;
    }
    .navbar-custom li {
        border-bottom: 1px solid #fff;
    }
    .navbar-custom li:first-child {
        border-bottom: none;
    }
    .navbar-custom li.logo {
        display: none;
    }
    .navbar-custom li a  {
        padding: 10px 25px;
    }
    .navbar-custom li a:hover, .navbar-custom li a:focus, .navbar-custom li a:active,
    .navbar-custom .navbar-nav .open a, .navbar-custom .navbar-nav .open a:hover, .navbar-custom .navbar-nav .open a:focus {
        background-color: #c2cf37;
        color: #fff !important;
    }
    #navbar .dropdown-menu li a  {
        padding: 10px 25px 10px 35px;
        display: block;
    }
    #navbar .dropdown-menu li a:hover, #navbar .dropdown-menu li a:focus {
        background-color: #fff;
        color: #3e4b55;
    }
    #navbar .dropdown-menu .pull-right,
    #navbar .dropdown-menu p {
        display: none;
    }
    #navbar .dropdown-menu .row .col-sm-6,
    #navbar .dropdown-menu .yamm-content {
        padding: 0;
    }
    #navbar .dropdown-menu .yamm-content h4,
    #navbar .dropdown-menu .yamm-content p {
        font-size: 1em;
    }
}

/* standard desktop navigation */

@media (min-width:768px) {
    .left {
        float: left !important;
    }
    .right {
        float: right !important;
    }
    .navbar-nav {
        width: 100%;
        float: none;
        margin: 0 auto;
        display: table;
        padding: 0 10px;
    }
    .navbar-custom {
        margin: 0;
        padding: 30px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
        border-bottom: 5px solid #c2cf37;
    }
    .navbar-custom.top-nav-collapse {
        padding: 15px 0;
    }
    .navbar-custom li {
        margin: 0;
        padding: 5px 0;
    }
    .navbar-custom  li.logo {
        display: none;
        margin: 0;
        padding: 2px 0;
    }
    .navbar-custom li.home {
        padding: 0;
    }
    .navbar-custom .nav li a {
        padding: 0;
        margin: 0 15px;
    }
    .navbar-custom li.home a {
        background-color: #c2cf37;
        padding: 5px 15px;
        border-radius: 3px;
    }
    .navbar-custom li.home a:hover,.navbar-custom li.home a:focus {
        color: #3e4b55;
    }
    #navbar .dropdown-menu {
        margin-top: 32px; 
        padding: 10px 0 0 0;
    }
    .top-nav-collapse .dropdown-menu {
        margin-top: 17px !important;
    }
    #navbar .dropdown-menu .row .col-sm-6 {
        padding: 10px;
    }
    #navbar .dropdown-menu a {
        padding: 0 !important;
        color: #3e4b55 !important;
    }
    #navbar .dropdown-menu a:hover, #navbar .dropdown-menu a:focus {
        color: #c2cf37 !important;
    }
    #navbar .dropdown-menu .yamm-content .pull-right {
        margin-left: 10px;
    }
    #navbar .dropdown-menu .yamm-content h4 {
        margin-bottom: 0;
        color: inherit;
    }
    #navbar .dropdown-menu .yamm-content p {
        margin-top: 10px;
    }
}

@media (min-width: 991px) {
    .navbar-custom .nav li.logo {
        display: block;
    }
}

/* yamm */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .yamm-content {
  padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
    .yamm .yamm-content h4 {
        font-weight: 500;
    }
}

@media (max-width: 992px) and (max-height: 600px) {
    /* this fixes the yamm menu being cut off at smartphone / ipad landscape size */
    .yamm .dropdown.yamm-fw .dropdown-menu {
        max-height: 400px!important;
        overflow-y:scroll!important;
        overflow-x:hidden!important;
    }
}

/* slider */

.carousel,
.carousel .item {
    height: 250px;
}

.home .carousel,
.home .carousel .item {
    height: 500px;
}

.fill {
    height: 250px;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.home .fill {
    height: 500px;
}

@media (min-width: 768px) {
    .carousel,
    .carousel .item,
    .fill {
        height: 500px;
    }
}

@media (min-width: 768px) {
    .home .carousel,
    .home .carousel .item,
    .home .fill {
        height: 750px;
    }
}

/* controls */

.carousel-control {
    background: none !important;
    text-shadow: none !important;
    z-index: 999;
}

.icon-prev, .icon-next {
    border: 2px solid #fff;
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
    color: transparent !important;
}

.icon-prev .fa, .icon-next .fa {
    color: #fff !important;
    margin: 2px 5px 0 0;
}

.icon-prev .fa {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .icon-prev, .icon-next {
        top: 85% !Important;
        border: 2px solid #fff;
        width: 30px !important;
        height: 30px !important;
        border-radius: 15px !important;
        color: transparent !important;
        padding: 0;
    }
}

/* overlays */

 a.pull-left {
    position: absolute;
    bottom: 175px;
    left: 0;
    margin: 0 25px;
    display: none;
}

.clsOverlay {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: none;
}

.clsOverlay .img-responsive {
    width: 100%;
}

.clsCaption, .clsSlogan {
    position: absolute;
    display: block;
    background-image: url(../Images/CSS/bgclsCaption.png);
    background-repeat: no-repeat;
    background-position: center left;
    color: #fff;
    letter-spacing: 0.1em;
    bottom: 300px;
    font-weight: 700;
    right: 0;
    padding: 20px 40px;
    font-size: .9em;
}

.clsCaption {
    max-width: 50%;
    right: 25px;
    bottom: 150px;
    display: none;
}

.clsCaption strong {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #c2cf37;
}

.clsSlogan {
    background-image: url(../Images/CSS/bgclsSlogan.png);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    bottom: 105px;
    font-weight: 700;
}

@media (min-width:500px) {
    .clsSlogan {
        font-size: 1.25em;
    }
}

.home a.pull-left, .home .clsOverlay {
    display: block;
}

@media (min-width:768px) and (max-width: 1200px) {
    a.pull-left .img-responsive {
        width: 75%;
    }
}

@media (min-width:768px) {
    a.pull-left {
        bottom: 60px;
        left: 25px;
        margin-right: 25px;
    }
    .clsCaption {
        display: block;
    }
    .clsSlogan {
        right: 25px;
        bottom: 70px;
    }
}

@media (min-width:991px) {
    .clsCaption {
        padding: 20px 200px 20px 40px;
    }
    .clsSlogan {
        font-size: 1.5em;
        padding: 20px 200px 20px 40px;
    }
}

#carousel a.page-scroll {
    position: absolute;
    bottom: 0;
    height: 33px;
    width: 100%;
    display: block;
    z-index: 999;
    background-image: url(../Images/CSS/bgclsCarousel.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

/* google map */

@media (max-width:991px) {
    .contact header {
        display: none;
    }
}

@media (min-width:992px) {
    #idMap2 {
        display: none;
    }
}

/* Breadcrumb */

ul.clsBreadcrumb {
    margin: 0 0 50px 0;
    padding: 0;
    list-style-type: none;
    font-size: .85em;
    text-transform: uppercase;
}

ul.clsBreadcrumb li {
    margin: 0 2px 2px 0;
    padding: 0;
    float: left;
}

ul.clsBreadcrumb li i {
    font-size: 1.1em;
    margin-right: 5px;
}

ul.clsBreadcrumb li a, ul.clsBreadcrumb li span {
    background-color: #c2cf37;
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
}

ul.clsBreadcrumb li span {
    background-color: #434d56 !important;
}

ul.clsBreadcrumb li a:hover, ul.clsBreadcrumb li a:focus,
ul.clsBreadcrumb li span {
    background-color: #8bbce8;
    color: #fff;
}

@media only screen and (min-width: 992px) {
    ul.clsBreadcrumb {
        font-size: 1em;
    }
    ul.clsBreadcrumb li {
        margin: 0 4px 0 0;
    }
    ul.clsBreadcrumb li i {
        font-size: 1.25em;
    }
    ul.clsBreadcrumb li a, ul.clsBreadcrumb li span {
        padding: 4px 8px 2px 8px;
    }
}

/* content */

.content-container .row .col-sm-12 > p:first-of-type {
    font-size: 1.2em;
}

/* home page */

#idHomeBoxes {
    display: none;
}

#idHomeBoxes .row:first-child {
    margin: 0;
}

#idHomeBoxes .row:last-child {
    margin: 0 0 200px 0;
}

#idHomeBoxes .row .col-sm-3,
#idHomeBoxes .row .col-sm-4 {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 250px;
    max-height: 250px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#idHomeBoxes .row .col-sm-3 a,
#idHomeBoxes .row .col-sm-4 a {
    display: block;
    min-height: 250px;
    max-height: 250px;
    color: #fff;
    text-transform: uppercase;
    padding: 90px 0;
}

#idHomeBoxes .row .col-sm-3 a span,
#idHomeBoxes .row .col-sm-4 a span {
    width: 75%;
    border: 2px solid #fff;
    display: none;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    max-width: 300px;
}

#idHomeBoxes .row:first-child .col-sm-3 a:hover span, #idHomeBoxes .row:first-child .col-sm-3 a:focus span,
#idHomeBoxes .row:last-child .col-sm-3 a:hover span, #idHomeBoxes .row:last-child .col-sm-3 a:focus span,
#idHomeBoxes .row:first-child .col-sm-4 a:hover span, #idHomeBoxes .row:first-child .col-sm-4 a:focus span,
#idHomeBoxes .row:last-child .col-sm-4 a:hover span, #idHomeBoxes .row:last-child .col-sm-4 a:focus span {
    display: block;
}

#idHomeBoxes .row .col-sm-3:nth-child(even) a:hover, #idHomeBoxes .row .col-sm-3:nth-child(even) a:focus,
#idHomeBoxes .row .col-sm-4:nth-child(even) a:hover, #idHomeBoxes .row .col-sm-4:nth-child(even) a:focus {
    background-color: #c3cf37;
    opacity: 0.9;
}

#idHomeBoxes .row .col-sm-3:nth-child(odd) a:hover, #idHomeBoxes .row .col-sm-3:nth-child(odd) a:focus,
#idHomeBoxes .row .col-sm-4:nth-child(odd) a:hover, #idHomeBoxes .row .col-sm-4:nth-child(odd) a:focus {
    background-color: #434d56;
    opacity: 0.9;
}

@media (min-width:768px) {
    #idHomeBoxes {
        display: block;
    }
    .two-column {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
        -moz-column-gap: 40px; /* Firefox */
        column-gap: 40px;
    }
}

/* boats in range */

.clsStrapline {
    font-size: 2em;
    font-weight: 500;
    line-height: 125%;
}

.clsBoat,
.clsBoats {
    background-color: #434d56;
    margin: 20px 0;
    padding: 10px 0;
    color: #fff;
}

.clsBoat h2, .clsBoat h3, .clsBoat h4,
.clsBoats h2, .clsBoats h3, .clsBoats h4 {
    color: #fff;
    font-size: 2em;
    font-weight: 500;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

.clsBoat h3, .clsBoat h4,
.clsBoats h4 {
    font-size: 1.5em;
}

.clsBoat:last-child,
.clsBoats:last-child {
    margin: 20px 0 400px 0;
}

.clsBoat .clsStrapline,
.clsBoats .clsStrapline {
    font-size: 1.2em;
}

a.clsRange {
    color: #fff;
}

a.clsRange:hover, a.clsRange:focus {
    color: #c2cf37 !important;
}

a.clsMore {
    background-color: #c2cf37;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 0 0;
}

a.clsMore:hover, a.clsMore:focus {
    background-color: #8bbce8;
}

@media (max-width:767px) {
    .clsBoat .col-sm-4:last-child,
    .clsBoat .col-sm-6:last-child,
    .clsBoats .col-sm-4:last-child,
    .clsBoats .col-sm-6:last-child {
        padding-top: 10px;
    }
}

@media (min-width:768px) {
    .clsBoat, .clsBoats {
        padding: 20px 0;
    }
}

/* boat details */

.clsGallery .col-xs-3 {
    padding: 1px !important;
}

.clsGallery .col-xs-3 a {
    opacity: 0.8;
}

.clsGallery .col-xs-3 a:hover, .clsGallery .col-xs-3 a:focus {
    opacity: 1;
}

.clsGallery table {
    display: table;
    font-size: .9em;
}

.clsGallery table tr th {
    padding: 5px 10px 5px 0;
    border-right: 1px solid #3e4b55;
}

.clsGallery table tr td {
    padding: 5px 0 5px 10px;
}

.clsSpecification {
    background-color: #cad63e;
    margin: 20px 0;
    padding: 50px 0;
    background-image: url(../Images/CSS/bgclsSpecification.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.clsSpecification ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clsSpecification ul li {
    margin: 0 0 20px 0;
}

.clsSpecification ul li strong {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px 0;
}

.clsDisclaimer {
    font-size: .9em;
    margin: 20px 0 200px 0;
}

@media (max-width:767px) {
    .clsSpecification .col-sm-6:first-child {
        padding-bottom: 0 !important;
    }
    .clsSpecification .col-sm-6:last-child {
        padding-top: 0 !important;
    }
}

@media (min-width:768px) {
    .clsSpecification {
        padding: 50px 0 20px 0;
    }
}

#idDownloads {
    margin: 40px 0 20px 0;
}

#idDownloads h4 {
    margin: 20px 0 30px 0;
}

#idDownloads ul {
    list-style-type: none;
    font-size: 1.1em;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: uppercase;
}

#idDownloads ul li {
    margin: 5px 0;
    padding: 0;
}

#idDownloads ul li a {
    color: #fff;
}

#idDownloads ul li a:hover, #idDownloads ul lis a:focus {
    color: #3e4b55;
}

#idDownloads ul li i {
    font-size: 1.75em;
    margin: -5px 10px 0 0;
    float: left;
}

#idDownloads ul li span {
}

/* brokerage list */

.clsBoats .col-sm-4 .clsInner {
    display: block;
    overflow: hidden !important;
    position: relative;
}

.clsAdditional {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    position: absolute;
    top: 25px;
    left: -50px;
    padding: 10px 30px;
    text-align: center;
    width: 200px;
    text-transform: uppercase;
    font-weight: 700;
}

.clsNew .clsAdditional {
    background-color: #c2cf37;
    color: #fff;
}

.clsUsed .clsAdditional {
    background-color: #8bbce8;
    color: #fff;
}

.clsExDemo .clsAdditional {
    background-color: #fff;
    color: #3e4b55;
}

.clsBrokerage .clsAdditional {
    background-color: #3e4b55;
    color: #fff;
}

/* brokerage details */

.clsSpecification ul li strong {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px 0;
}

/* footer */

footer {
    color: #fff;
    background-color: #434d56;
    border-top: 15px solid #c2cf37;
    font-size: .9em;
}

footer .row {
    padding: 40px 0 0 0;
}

footer a {
    color: #fff;
    white-space: nowrap;
}

footer a:hover, footer a:focus {
    color: #c2cf37;
}

footer ul {
    list-style-type: none;
    margin: 0 0 50px 0;
    padding: 0;
}

footer ul li {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px dotted #c2cf37;
}

footer ul li:last-child,
footer ul li ul li {
    border-bottom: none;
}

footer ul li ul {
    margin: 0;
}

footer ul li ul li {
    padding: 0;
}

footer .row .col-sm-8 .img-responsive {
    max-width: 255px;
}

footer .row .col-sm-8 h5 {
    color: #c2cf37;
    text-transform: uppercase;
    font-size: 2em;
    margin: 25px 0 50px 0;
    letter-spacing: 0.1em;
    font-weight: 500;
}

footer .row .col-sm-8 ul {
    margin: 25px 0 0 0;
}

footer .row .col-sm-8 ul:last-of-type {
    margin: 12px 0 25px 0;
}

footer .row .col-sm-8 ul li {
    display: inline;
    padding: 0 15px 0 0;
    border-bottom: none;
}

footer .row .col-sm-8:last-child ul li span {
    display: none;
}

footer .row .col-sm-8 ul:last-of-type li i {
    margin-right: 5px;
}

footer .row .col-sm-8 p {
    margin: 0 0 10px 0;
    line-height: 100%;
    font-size: .9em;
}

@media only screen and (max-width: 767px) {
    footer .clearfix {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    footer .row .col-sm-8 {
        text-align: right;
    }
    footer .row .col-sm-8 .img-responsive,
    footer .row .col-sm-8 ul {
        float: right;
    }
    footer .row .col-sm-8 ul li:last-child {
        padding-right: 0 !important;
    }
}

/* forms */

.form-control {
    border-radius: 0;
    outline: none;
    border: 1px solid #a1a6aa !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 5px 10px;
}

label {
   margin: 10px 0 5px 0;
}

.clsError {
	background-color: #c2cf37;
    border: 1px solid #c2cf37 !important;
}

.clsShort {
    width: 100%;
    max-width: 300px;
}

.clsInline {
    display: inline;
}

.btn-default {
    border: 0;
	margin: 20px 0;
    font-weight: 700;
    padding: 8px 16px;
    color: #fff;
    background-color: #c2cf37;
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.2em;
}

.btn-default:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #8bbce8;
    text-decoration: none;
    color: #fff;
}

/* form validation messages */

.clsValidation {
	margin: 0 0 20px 0;
	padding: 20px;
	background-color: #c2cf37;
	overflow: auto;
    display: block;
}

.clsValidation p {
    margin: 0;
}

/* captcha */

.g-recaptcha {
    margin: 20px 0;
}

/* progress modal */

 .modalBackground { 
    background-color: #000; 
    filter: alpha(opacity=60); 
    opacity: 0.6; 
}
.updateProgress { 
    border: none; 
    background-color: #fff; 
    position: absolute; 
    max-height: 250px; 
    max-width: 250px; 
    padding: 50px;
    text-align: center;
    font-size: 1.2em;
    color: #000;
}

.updateProgress i {
    margin: 0 0 20px 0;
}

/* cookie control */

#ccc .ccc-svg-element,
#ccc #ccc-notify-dismiss {
    display: none !important;
}

#ccc a {
    text-decoration: none;
}

#ccc a:hover, #ccc a:active, #ccc a:focus {
    text-decoration: underline !important;
}

#ccc #ccc-recommended-settings {
    font-weight: 700 !important;
}

#ccc .ccc-vendor-reveal {
    opacity: 1;
}

#ccc .optional-vendor-heading,
#ccc .optional-vendor-content {
    padding-left: 0 !important;
    text-align: left;
    color: #fff;
}

#ccc .optional-vendor-heading h4 {
    color: #fff;
}

/* terms etc. */

ol.clsTerms,
ul.clsTerms {
    margin: 0;
    font-size: 1rem !important;
    font-weight: 500 !important;
}

ol.clsTerms li,
ul.clsTerms li {
   margin-bottom: 20px;
}

ol.clsTerms li ol,
ul.clsTerms li ol {
    list-style-type: lower-alpha;
    font-size: 1rem !important;
    font-weight: 500 !important;
}

ol.clsTerms li ol,
ol.clsTerms li ul,
ul.clsTerms li ol,
ul.clsTerms li ul {
   margin-top: 20px;
   margin-bottom: 20px;
    font-size: 1rem !important;
    font-weight: 500 !important;
}

ol.clsTerms li ol li,
ol.clsTerms li ul li,
ul.clsTerms li ol li,
ul.clsTerms li ul li {
    margin-bottom: 0;
}

/* back to top */

.cd-top {
    display: inline-block;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border: 3px solid #fff;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding: 10px 12px;
    margin: 0;
    background: #8bbce8 url(../Images/CSS/bgTopArrow.svg) no-repeat center 50%;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
      /* the button becomes visible */
      visibility: visible;
      opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
