﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #0070bb
}

nav.navbar {
    box-shadow: 0px 3px 5px rgba(0,0,0,0.35);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s;
}

nav.navbar.fixed-top {
    position: relative;
}

nav.navbar .dropdown-toggle::after {
    content: none;
}

nav.navbar .navbar-collapse {
    padding-top: 10px;
}

nav.navbar .navbar-toggler {
    font-size: 14px;
}

nav.navbar .navbar-nav .dropdown-menu {
    display: block;
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.65);
}

nav.navbar .navbar-nav .dropdown-menu .dropdown-item {
    color: rgba(0,0,0,.65);
    padding-left: 4px;
    padding-right: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

nav.navbar .navbar-nav .dropdown-menu .dropdown-item:before {
    content: '- ';
}

.close-outer {
    position: absolute;
    right: 46px;
    top: 2px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    color: #aaa;
    font-size: 22px;
    transition: 0.4s;
}

.close-outer .fa {
    height: 20px;
}

.close-outer:hover, .close-outer:focus {
    color: #888;
}

nav.navbar .navbar-nav .dropdown-item.active, nav.navbar .navbar-nav .dropdown-item:active {
    background-color: #f8f9fa
}

nav.navbar .navbar-nav .nav-link {
    text-transform: uppercase;
}

nav.navbar.navbar-light .navbar-toggler {
    padding-right: 6px;
    padding-left: 6px;
}

nav.navbar.navbar-light {
    background-color: #fff !important;
}
/* nav.navbar.navbar-light { background: rgba(248,249,250, .95) !important;  } */
.navbar-brand img {
    max-width: 120px;
    max-height: 40px;
    transition: 0.4s;
}

.btn-wavereview {
    color: #fff;
    background-color: #0070bb;
    border-color: #0070bb;
}

.btn-wavereview:hover, .btn-wavereview:focus {
    color: #fff;
    background-color: #0c549b;
    border-color: #0070bb;
}

.btn-outline-wavereview {
    color: #0070bb;
    border-color: #0070bb;
    border-radius: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.btn-outline-wavereview:hover {
    color: #fff;
    background-color: #0070bb;
    border-color: #0070bb;
}

.btn-darklight {
    color: #fff;
    background-color: #b6babd;
    border-color: #b6babd;
}

.btn-darklight:hover, .btn-darklight:focus {
    color: #fff;
    background-color: #ccced0;
    border-color: #b6babd;
}

.btn-bg-light-gray {
    background: #ececef !important;
}

.btn-bg-light-gray:hover, .btn-bg-light-gray:focus {
    background: #eef5fa !important;
}

.btn-lg.btn-responsive {
    transition: 0.4s;
}

.btn-outline-light-bg {
    background: rgba(255,255,255,0.3)
}

.btn-outline-light-bg:hover, .btn-outline-light-bg:focus {
    background: #fff;
}


.btn-outline-dark-bg {
    background: rgba(255,255,255,0.8)
}

.btn-outline-dark-bg:hover, .btn-outline-light-bg:focus {
    background: #333333;
}

.btn-outline-blue-bg {
    background: rgba(0,41,87,0.7)
}

.btn-outline-blue-bg:hover, .btn-outline-blue-bg:focus {
    background: #fff;
}

.btn-write-review {
    color: #fff;
    text-shadow: none;
    background-color: #0070bb;
}

.btn-view-policy {
    padding: .25rem .3rem;
    font-size: .75rem;
    line-height: 1.0;
    border-radius: .2rem;
}

footer {
    background: #0070bb;
    color: #fff;
    padding: 26px 10px;
    font-size: 16px;
    font-weight: 300;
}

footer .subtitle {
    font-size: 110%;
    color: #eee;
    font-weight: bold;
}

footer a {
    color: #fff;
    transition: 0.4s;
    text-decoration: none;
}

footer a:hover, footer a:focus {
    color: #eee;
}


footer .footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    padding-left: 0;
    text-transform: uppercase;
}

footer .footer-nav .dropdown-toggle::after {
    content: none;
}

footer .footer-nav > li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 2px;
    padding-top: 2px;
}

footer .footer-nav > li.event-sm {
    display: block;
}

footer .footer-nav > li.event-lg {
    display: none;
}

footer .footer-nav .footer-subnav {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-top: 2px;
    margin-bottom: -2px;
    background: #0070bb;
    color: #fff;
    border: none;
}

footer .footer-nav .footer-subnav > li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    padding-bottom: 2px;
    padding-top: 2px;
}

footer .footer-nav .footer-subnav > li a:before {
    content: '- '
}

.container-view {
}

.color-wavereviews {
    color: #0070bb;
}

.policy-container {
    font-size: 13px;
}

.policy-container li {
    margin-bottom: 14px;
}

.policy-container li ol, .policy-container li ul {
    margin-top: 14px;
}

.policy-container h5 {
    color: #0070bb;
    font-size: 14px;
}

.policy-container h6 {
    font-size: 13px;
}

.policy-container li ol {
    padding-left: 10px;
}

.bannertitle {
    font-size: 22px;
}

.banner-wave-bg {
    background: url(https://fileserver.rwardz.com/verview/default/theme-boat/wave-review-bg-sea.jpg) no-repeat center center;
    background-size: cover;
    min-height: 280px;
    color: #fff;
    -webkit-animation: animatedBackground-sm .3s ease-out 0.2s backwards;
    animation: animatedBackground-sm .5s ease-out 0.2s backwards;
}

.banner-wave-bg > .inner {
    color: #fff;
    padding-top: 0;
    padding-left: 20px;
    font-size: 24px;
}

.banner-toronto-boatshow-bg {
    background: url(/images/banner-contest-review.jpg) no-repeat center center;
    background-size: cover;
    max-height: 300px;
    color: #fff;
    -webkit-animation: animatedBackground-sm .3s ease-out 0.2s backwards;
    animation: animatedBackground-sm .5s ease-out 0.2s backwards;
}

.banner-toronto-boatshow-bg > .inner {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 24px;
    margin-top: -40px;
}

.banner-toronto-boatshow-bg .right {
    min-width: 100px;
    text-align: center;
}

.banner-toronto-boatshow-bg .right img {
    width: 100px;
}

.banner-toronto-boatshow-bg .right img {
    width: 100px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.banner-toronto-boatshow-bg .left .top {
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
}

.banner-toronto-boatshow-bg .left .top .ttext1 {
    color: red;
    font-size: 20px;
}

.banner-toronto-boatshow-bg .left .top .ttext2 {
    color: red;
    font-size: 20px;
}



.banner-toronto-boatshow-bg .left .bottom {
    padding: 10px;
    padding-right: 90px;
    font-weight: 700;
    font-size: 20px;
    color: #0070bb;
    text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
}

.banner-toronto-boatshow-bg .left .bottom .btext1 {
    font-size: 20px;
}

.banner-toronto-boatshow-bg .left .bottom .btext1 .text_win {
    font-weight: 900;
    font-style: italic;
}

.banner-toronto-boatshow-bg .left .bottom .btext2 {
    font-size: 18px;
}

.banner-toronto-boatshow-bg .left .bottom .btext3 {
    font-size: 18px;
}



.banner-partners-bg {
    background: url(/images/banner-partners.jpg) no-repeat center center;
    background-size: cover;
    max-height: 280px;
    color: #fff;
    -webkit-animation: animatedBackground-sm .3s ease-out 0.2s backwards;
    animation: animatedBackground-sm .3s ease-out 0.2s backwards backwards;
}

.banner-partners-bg > .inner {
    color: #fff;
    padding-top: 0;
    padding-left: 20px;
    font-size: 24px;
}

.banner-about-bg {
    background: url(/images/banner-about.jpg) no-repeat center center;
    background-size: cover;
    max-height: 280px;
    color: #fff;
    -webkit-animation: animatedBackground-sm .3s ease-out 0.2s backwards;
    animation: animatedBackground-sm .3s ease-out 0.2s backwards backwards;
}

.banner-about-bg > .inner {
    color: #fff;
    padding-top: 0;
    padding-left: 20px;
    font-size: 24px;
}

.banner-partnership-bg {
    background: url(/images/banner-partnership.jpg) no-repeat center center;
    background-size: cover;
    max-height: 280px;
    color: #fff;
    -webkit-animation: animatedBackground-sm .3s ease-out 0.2s backwards;
    animation: animatedBackground-sm .3s ease-out 0.2s backwards backwards;
}

.banner-partnership-bg > .inner {
    color: #0070bb;
    padding-top: 0;
    padding-left: 20px;
    font-size: 24px;
}

.banner-solution-bg {
    background: url(/images/banner-partnership.jpg) no-repeat center center;
    background-size: cover;
    max-height: 280px;
    color: #fff;
    -webkit-animation: animatedBackground-sm .3s ease-out 0.2s backwards;
    animation: animatedBackground-sm .3s ease-out 0.2s backwards backwards;
}

.banner-solution-bg > .inner {
    color: #0070bb;
    padding-top: 0;
    padding-left: 20px;
    font-size: 24px;
}

.banner-contact-bg {
    background: url(/images/banner-contact.jpg) no-repeat bottom center;
    background-size: cover;
    max-height: 280px;
    color: #fff;
    -webkit-animation: animatedBackgroundBottom-sm .3s ease-out 0.2s backwards;
    animation: animatedBackgroundBottom-sm .3s ease-out 0.2s backwards backwards;
}

.banner-contact-bg > .inner {
    color: #fff;
    padding-top: 0;
    padding-left: 20px;
    font-size: 24px;
}



.banner-contest-review-bg {
    background: url(/images/banner-contest-review.jpg) no-repeat center center;
    background-size: cover;
    max-height: 300px;
    color: #fff;
    -webkit-animation: animatedBackgroundBottom-sm .3s ease-out 0.2s backwards;
    animation: animatedBackgroundBottom-sm .3s ease-out 0.2s backwards backwards;
}

.banner-contest-review-bg > .inner {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 20px;
    margin-top: -40px;
}

.banner-contest-review-bg .right {
    min-width: 100px;
    text-align: center;
}

.banner-contest-review-bg .right img {
    width: 100px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.banner-contest-review-bg .left .top {
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
}

.banner-contest-review-bg .left .top .ttext1 {
    color: red;
    font-size: 24px;
}

.banner-contest-review-bg .left .top .ttext1 .text_win {
    font-weight: 900;
    font-style: italic;
}

.banner-contest-review-bg .left .top .ttext2 {
    color: #0070bb;
    font-size: 18px;
}

.banner-contest-review-bg .left .bottom {
    padding: 10px;
    padding-right: 90px;
    font-weight: 700;
    font-size: 18px;
    color: red;
    text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
}


/* .banner-home-bg{background: url() no-repeat center center;  background-size: cover; max-height: 280px;  color:#fff; -webkit-animation:animatedBackground-sm .3s ease-out 0.2s backwards; animation:animatedBackground-sm .3s ease-out 0.2s backwards;  } */
/* .banner-home-bg > .inner { color: #fff; padding-left: 20px;font-size: 24px;  } */

.banner-home-bg {
    background: url(/images/banner-home.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    -webkit-animation: animatedBackgroundBottom-sm .3s ease-out 0.2s backwards;
    animation: animatedBackgroundBottom-sm .3s ease-out 0.2s backwards backwards;
    padding-top: 60px;
    padding-bottom: 40px;
}

.banner-home-bg > .inner {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 20px;
    margin-top: -40px;
}

.banner-home-bg .right {
    min-width: 100px;
    text-align: center;
}

.banner-home-bg .right img {
    width: 100px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.banner-home-bg .left .top {
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
}

.banner-home-bg .left .top .ttext1 {
    color: red;
    font-size: 24px;
}

.banner-home-bg .left .top .ttext1 .text_win {
    font-weight: 900;
    font-style: italic;
}

.banner-home-bg .left .top .ttext2 {
    color: #0070bb;
    font-size: 18px;
}

.banner-home-bg .left .top .ttext3 {
    color: #0070bb;
    font-size: 16px;
    line-height: 1.5
}

.banner-home-bg .left .bottom {
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
    color: red;
    text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
}



.banner-home-bg .left .bottom .btext4 {
    font-size: 16px;
}

.banner-common-bg > .inner > .text1 {
    font-size: 26px;
    position: relative;
    -webkit-animation: text-top-to-bottom 0.4s ease-out 0.3s backwards;
    animation: text-top-to-bottom 0.8s ease-in 0.3s backwards;
}

.banner-common-bg > .inner > .text2 {
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    -webkit-animation: text-right-to-left 0.4s ease-out 0.5s backwards;
    animation: text-right-to-left 0.8s ease-in 0.5s backwards;
}

.banner-common-bg > .inner > .text3 {
    font-size: 26px;
    position: relative;
    -webkit-animation: text-bottom-to-top 0.4s ease-out 0.8s backwards;
    animation: text-bottom-to-top 0.8s ease-in 0.8s backwards;
}

.banner-shadow-black-1 {
    text-shadow: 0 0 4px #000;
}

.banner-shadow-black-2 {
    text-shadow: 0 0 4px #000, 0 0 4px #000;
}

.banner-shadow-white-1 {
    text-shadow: 0 0 4px #fff;
}

.banner-shadow-white-2 {
    text-shadow: 0 0 4px #fff, 0 0 4px #fff;
}

.banner-shadow-white-sub-1 > * {
    text-shadow: 0 0 4px #fff;
}

.banner-sub-bg {
}

.banner-home-catch-the-wave {
    background: url(/images/home-catch-the-wave.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.banner-home-simple-easy-setup {
    background: url(/images/home-simple-easy-setup.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}


.card-business-dummy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 85%;
    background: #fff;
    transition: 0.4s;
}

.card-business-dummy .card-body {
    padding: 10px;
}

.card-business-dummy .media-img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    flex: 0 0 80px;
    border: solid 1px #eee;
    background: #aaa;
    animation: dummycolorchange 3s infinite;
    -webkit-animation: dummycolorchange 3s infinite;
}

.card-business-dummy .h5, .card-business-dummy h5 {
    font-size: 17px;
    background: #aaa;
    width: 120px;
    max-width: 100%;
    animation: dummycolorchange 3s infinite;
    -webkit-animation: dummycolorchange 3s infinite;
}

.card-business-dummy .review-rate {
    background: #aaa;
    width: 100px;
    max-width: 100%;
    height: 16px;
    margin-bottom: 8px;
    animation: dummycolorchange 3s infinite;
    -webkit-animation: dummycolorchange 3s infinite;
}

.card-business-dummy .address {
    background: #aaa;
    width: 120px;
    max-width: 100%;
    margin-bottom: 2px;
    animation: dummycolorchange 3s infinite;
    -webkit-animation: dummycolorchange 3s infinite;
}

.card-business-dummy .phonewebsite {
    background: #aaa;
    width: 120px;
    max-width: 100%;
    margin-bottom: 2px;
    animation: dummycolorchange 3s infinite;
    -webkit-animation: dummycolorchange 3s infinite;
}

.card-business-dummy .btn-dummy {
    background: #aaa;
    width: 80px;
    max-width: 100%;
    margin-bottom: 2px;
    margin-right: 2px;
    animation: dummycolorchange 3s infinite;
    -webkit-animation: dummycolorchange 3s infinite;
}

.card-business {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 85%;
    background: #fff;
    transition: 0.4s;
}

.card-business:hover {
    background: #fafafa;
}

.card-business .h5, .card-business h5 {
    font-size: 17px;
}

.container-page .container-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-alpha {
}

.btn-alpha-all {
}

.card-business .card-body {
    padding: 16px;
}

.card-business .media-img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    flex: 0 0 80px;
    border: solid 1px #eee;
}

.card-business .media-img img {
    max-width: 100%;
    max-height: 100%;
    flex: 0 0 auto;
    align-self: center;
    -webkit-align-self: center;
    margin: auto;
    object-fit: scale-down;
}

.card-business .bizname {
    color: #333;
}

.card-business .bizname:hover, .card-business .bizname:focus {
    color: #888;
    text-decoration: none;
}

.review-rate {
    padding-bottom: 4px;
}

.review-rate .rate-count {
    color: #888;
    font-size: 12px;
}

.review-rate .star-icon {
    position: relative;
    height: 20px;
    width: 80px !important;
    margin-right: 10px;
}

.review-rate .star-icon .star-empty {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 20px;
    width: 80px;
    background-image: url(//fileserver.rwardz.com/verview/default/star-icons-s-empty.png);
    background-repeat: no-repeat;
}

.review-rate .star-icon .star-filled {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 20px;
    background-image: url(//fileserver.rwardz.com/verview/default/star-icons-s-filled.png);
    background-repeat: no-repeat;
}

/* .star-icon .star-empty { background-image: url(https://fileserver.rwardz.com/verview/sites/250/images/star-icons-m-empty-modern-w.png); } */
/* .star-icon .star-filled { background-image: url(https://fileserver.rwardz.com/verview/sites/250/images/star-icons-m-filled-modern-y.png); } */

.comma-list {
    display: inline;
    list-style: none;
    padding: 0px;
}

.comma-list li {
    display: block !important;
}

.comma-list li.comma {
    display: none !important;
    margin-left: -2px;
    margin-right: 4px;
}
/* .comma-list li::after { content: ", "; }  */
/* .comma-list li:last-child::after { content: ""; } */


.buttons .btn {
    font-size: 13px;
    padding: 5px 8px;
}

.buttons .btn.btn-writereview {
    margin-right: 6px;
    border-radius: 6px;
}

.buttons .btn.btn-writereview .write-icon {
    display: none;
}

.search-bar {
    background: #f4f4f4;
    border-bottom: #ddd 2px solid;
    padding: 8px 0 6px;
}

.page-link, .page-link:hover, .page-link:focus {
    color: #0070bb;
}

.page-item.active .page-link {
    background-color: #0070bb;
    border-color: #0070bb;
}

.pagination.pagination-custom {
    margin-top: 15px;
    margin-bottom: 15px;
}

.alpahorder {
    list-style: none;
    padding: 0px;
    margin: 0;
    padding-bottom: 4px;
}

.alpahorder > li {
    display: inline-block;
    margin-right: 0px;
    color: #fff;
}

.alpahorder > li .badge.badge-wavereviews {
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    padding: 4px 6px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.badge.badge-wavereviews {
    color: #fff;
    background-color: #aaa;
    border-color: #aaa;
}

.badge.badge-wavereviews:hover, .badge.badge-wavereviews:focus {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.badge.badge-wavereviews.active {
    background-color: #0070bb;
    border-color: #0070bb;
}
/* .badge.badge-wavereviews {color: #fff;  background-color: #0071bc; border-color: #0071bc;  } */
/* .badge.badge-wavereviews:hover, .badge.badge-wavereviews:focus { color: #fff; background-color: #0c549b; border-color: #0071bc; } */

.home-searchbox {
    max-width: 600px;
    margin: 0 auto;
}

.home-searchbox .form-control {
}

.container-light-gray {
    background: #ececef;
}

.container-content .header-slogan {
    color: #0070bb;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.container-content h2.title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    color: #0070bb;
    width: 200px;
    margin-left: 0px;
    margin-bottom: 0;
    padding-bottom: 12px;
    background: url(/images/image-wave-sm.png) left bottom no-repeat;
}

.container-content h2.title-nobg {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    width: 200px;
}

.container-content .right-content {
    font-size: 18px;
    font-weight: 300;
    padding-top: 10px;
    color: #444;
    line-height: 1.5;
}

.container-content .right-content > div {
    padding-top: 4px;
    padding-bottom: 4px;
}

.container-content .right-content.color-wavereviews {
    color: #0070bb;
}

.container-content .right-content.text-small {
    font-size: 14px;
}

.container-content .highlight-content {
    font-size: 18px;
    font-weight: 400;
    color: #0070bb;
    line-height: 1.5;
}

.container-content .highlight-content > div {
    padding-top: 2px;
    padding-bottom: 2px;
}


.text-copyright {
    font-size: 13px;
    font-weight: 300;
}

.container-address {
    color: #0070bb;
    font-size: 16px;
    font-weight: 300;
}

.container-form {
    max-width: 800px;
    margin: 0 auto;
}

.container-form .form-group {
    text-align: left;
}

.container-form .form-group input, .container-form .form-group textarea {
    border-radius: 0;
    box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}

.container-form .btn-submit {
    max-width: 160px;
    width: 100%;
    margin-top: 10px;
}

.container-form .g-recaptcha {
    margin: 0 auto;
}

.font-size-lg {
    font-size: 16px;
}

.input-validation-error {
    border-color: red;
    background-color: #fdf8f8;
}

.field-validation-error {
    color: red;
}

/* .container-home .card.card-wavereview-white-shadow {text-align: center;  color: #0070bb; background: #f9f9f9; border-radius: 0; border: none; width: 100%;  box-shadow: 2px 2px 0px rgba(0,0,0,0.2); margin-bottom: 30px;} */
.card.card-wavereview-white {
    text-align: center;
    color: #0070bb;
    border-radius: 0;
    border: 2px solid #0070bb;
    width: 100%;
}

.card.card-wavereview-white .card-body {
    padding: 20px;
    font-size: 16px;
}



.card.card-wavereview-white-shadow {
    text-align: center;
    color: #0070bb;
    border-radius: 0;
    border: none;
    width: 100%;
    box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}

.card.card-wavereview-white-shadow .card-body {
    padding: 10px;
    padding-bottom: 20px;
    font-size: 16px;
}

.card.card-wavereview-white-shadow .card-body .sponsors-logo {
    width: 100%;
    max-width: 240px;
    height: auto;
    min-height: 140px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.card.card-wavereview-white-shadow .card-body .sponsors2-logo {
    width: 100%;
    max-width: 240px;
    height: auto;
    min-height: 100px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.card.card-wavereview-white-shadow .card-body .sponsors-logo img {
    max-height: 200px;
}

.card.card-wavereview-white-shadow .card-body .prize-logo {
    text-align: center;
    max-width: 160px;
    margin: 0 auto;
    padding-top: 10px;
}

.card.card-wavereview-white-shadow .card-body .prize-logo img {
}

.card.card-wavereview-white-shadow .prize-sponsor {
    font-size: 90%;
}

.card.card-wavereview-white-shadow .prize-text.prize-text-1 {
    padding-top: 10px;
}

.content-title-margin {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    color: #333 !important;
    font-weight: 400 !important;
}

.container-margin > .inner {
    margin-left: 20px;
    margin-right: 20px;
}

.btn-wavereview-light-gray {
    text-align: center;
    color: #0070bb;
    border-radius: 0;
    border: 2px solid #0070bb;
    width: 100%;
    padding: 8px 10px;
    font-size: 18px;
    background: #ececef;
    ;
    text-decoration: none;
    transition: 0.4s;
}

.btn-wavereview-light-gray:hover, .btn-wavereview-light-gray:focus {
    background: #eef5fa;
    text-decoration: none;
}

.btn-wavereview-white {
    text-align: center;
    color: #0070bb;
    border-radius: 0;
    border: 2px solid #0070bb;
    width: 100%;
    padding: 8px 10px;
    font-size: 18px;
    background: #fff;
    text-decoration: none;
    transition: 0.4s;
}

.btn-wavereview-white:hover, .btn-wavereview-white:focus {
    background: #eef5fa;
    text-decoration: none;
}

.btn-wavereview-blue {
    text-align: center;
    color: #fff;
    border-radius: 0;
    border: 2px solid #0070bb;
    width: 100%;
    padding: 8px 10px;
    font-size: 18px;
    background: #0070bb;
    text-decoration: none;
    transition: 0.4s;
}

.btn-wavereview-blue:hover, .btn-wavereview-blue:focus {
    color: #fff;
    background: #005995;
    text-decoration: none;
}

.col-title {
    font-size: 18px;
    color: #0070bb;
    font-weight: 400;
}

.col-title.col-title-line {
    border-bottom: 2px solid #0070bb;
    padding-bottom: 2px;
}

body.onscroll .icon-move-top {
    display: flex !important;
    transition: all 0.4s;
}

.icon-move-top {
    display: none !important;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1100;
    width: 40px;
    height: 40px;
    background: #0070bb;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    transition: all 0.4s;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.35);
    font-size: 20px;
}

.icon-move-top > i {
    width: 20px;
    height: 20px;
}

.img-fluid.image-about-boat {
    max-width: 200px;
}

.img-fluid.image-solution-01 {
    height: 280px;
}

#featureBusinessList .card-business {
    border-radius: 0;
    border: 2px solid #0070bb;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: left;
}

#featureBusinessList .card-business .bizname {
    color: #0070bb;
}

#featureBusinessList .card-business .media-img {
    width: 66px;
    height: 66px;
    margin-right: 10px;
    flex: 0 0 66px;
    border: solid 1px #eee;
}

#latestReviewList .reviewer {
    color: #888;
    padding-bottom: 4px;
    padding-right: 16px;
    position: relative;
    margin-top: -6px;
}

#latestReviewList .reviewer img {
    width: 26px;
    height: 26px;
    border-radius: 22px;
    margin-right: 2px;
}

#latestReviewList .reviewer .cusername {
    color: #333;
    font-weight: 600;
    position: relative;
    line-height: 3.2;
}

#latestReviewList .card-business {
    border-radius: 0;
    border: 2px solid #0070bb;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: left;
}

#latestReviewList .card-business .h5, .card-business h5 {
    font-size: 15px;
}

#latestReviewList .detail-outer {
    max-height: 108px;
    overflow: hidden;
    position: relative;
}

#latestReviewList .detail-outer .review-content-overlay {
    position: absolute;
    top: 90px;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 30px;
    background: url(/images/tranparent-review-detail-bg.png) bottom left repeat-x;
    z-index: 1;
}

#latestReviewList .card-business {
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: left;
}

body.body-signup {
}

body.body-signup .container-signupform {
    padding-top: 120px;
    z-index: 2;
    position: relative;
    font-size: 1.2rem;
}
/* body.body-signup  .signup-overlay { z-index: 1;  opacity: 0.7; background: #fff; position: absolute; top: 0; left: 0; width: 100%; height: 100%;} */

body.body-signup .container-signupform .inner {
    max-width: 800px;
    margin: 0 auto;
}


/* body.body-signup .signup-bg {background: url(/images/banner-contact.jpg) no-repeat bottom center;  background-size: cover;  color:#fff; -webkit-animation:animatedBackgroundBottom-sm .3s ease-out 0.2s backwards; animation:animatedBackgroundBottom-sm .3s ease-out 0.2s backwards backwards; position: relative } */
body.body-signup .signup-bg {
    position: relative;
}

body.body-signup .signup-bg:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    background-image: url('/images/banner-contact.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

body.body-signup .policies {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

body.body-signup .policies li {
    padding-left: 20px;
}

body.body-signup .policies input[type="checkbox"] {
    transform: scale(1.7);
    margin-right: 20px;
}

body.body-signup ::-webkit-input-placeholder { /* Edge */
    color: #bbb;
}

body.body-signup :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbb;
}

body.body-signup ::placeholder {
    color: #bbb;
}

body.body-signup .form-control-lg {
    font-size: 1rem;
    padding: .3rem 0.7rem;
    height: auto;
}

body.body-signup .btn-submit {
    max-width: 160px;
    width: 100%;
}

body.body-signup .form-group label {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #888;
    margin: 0;
    padding: 2px 4px;
    text-transform: uppercase
}

body.body-signup .field-validation-error {
    font-size: 13px;
    line-height: 1.4;
    display: block
}

.swiper-container {
    width: 100%;
    height: 280px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next {
    color: #0070bb !important;
    right: 0px !important;
    transform: scale(0.5);
    opacity: 0.5
}

.swiper-button-prev {
    color: #0070bb !important;
    left: 0px !important;
    transform: scale(0.5);
    opacity: 0.5
}



@media (max-width: 768px) {


    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0
    }

    .btn-lg.btn-responsive {
        padding: 10px 10px;
        font-size: 85%;
        line-height: 1;
        transition: 0.4s;
    }

    /* .banner-wave-bg{ padding-top: 0 !important;  color:#fff; } */


    .phone_website .website {
        word-break: break-all;
    }
}

@media (min-width: 575px) {
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0
    }

    .btn-lg.btn-responsive {
        padding: 10px 10px;
        font-size: 85%;
        line-height: 1;
        transition: 0.4s;
    }

    /* .banner-wave-bg{ padding-top: 0 !important;  color:#fff; } */


    .phone_website .website {
        word-break: break-all;
    }

    .card.card-wavereview-white-shadow {
        height: 440px;
    }

    .card.card-wavereview-white-shadow.card-sponsor-wavereview-white-shadow {
        height: 320px;
    }

    .card.card-wavereview-white-shadow .sponsors-logo {
        display: flex;
        height: 160px !important;
        align-items: center;
        justify-content: center;
    }

    .card.card-wavereview-white-shadow .prize-text {
        display: flex;
        height: 80px;
        align-items: center;
        justify-content: center;
    }

    .card.card-wavereview-white-shadow .sponsors-logo.sponsors-logo-2 {
        display: flex;
        height: 160px !important;
        align-items: center;
        justify-content: center;
    }

    .card.card-wavereview-white-shadow .sponsors-logo2.sponsors-logo-2 {
        display: flex;
        height: 120px !important;
        align-items: center;
        justify-content: center;
    }

    .card.card-wavereview-white-shadow .prize-text.prize-text-1 {
        text-align: center;
        padding-bottom: 14px;
        height: auto;
        padding-top: 0;
    }

    .card.card-wavereview-white-shadow .prize-text.prize-text-2 {
        display: flex;
        height: 90px;
        line-height: 1.3;
        align-items: center;
        justify-content: center;
    }

    .card.card-wavereview-white-shadow .card-body .sponsors-logo.sponsors-logo-2 img {
        max-height: 160px;
    }

    .btn-write-review {
        font-size: 20px;
        font-weight: 500;
        padding: .475rem 1.85rem;
    }
}

@media (min-width: 768px) {

    .home-searchbox {
        max-width: 600px;
        margin: 0 auto;
    }

    .home-searchbox .form-control {
        height: calc(1.5em + 1rem + 2px);
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem;
    }

    .home-searchbox .btn {
        font-size: 1.25rem;
    }

    .card.card-wavereview-white {
        height: 100%;
    }

    .card.card-wavereview-white .card-body {
        padding: 26px;
        font-size: 20px;
    }

    .card.card-wavereview-white-shadow .card-body {
        padding: 20px;
        font-size: 18px;
    }

    .card.card-wavereview-white-shadow .card-body .sponsors-logo {
        margin-bottom: 16px;
    }

    .content-title-margin {
        margin-left: 40px;
        margin-right: 40px;
        font-size: 20px;
    }

    .container-margin > .inner {
        margin-left: 40px;
        margin-right: 40px;
    }

    .col-md-padding-extra {
        padding-right: 30px;
        padding-left: 30px;
    }

    .col-title {
        font-size: 20px;
        color: #0070bb;
        font-weight: 400;
    }

    .btn-wavereview-white {
        padding: 10px 10px;
        font-size: 20px;
    }

    .btn-wavereview-blue {
        padding: 10px 10px;
        font-size: 20px;
    }

    .container-content h2.title {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 28px;
        width: 400px;
        margin-left: 40px;
        padding-bottom: 24px;
        background: url(/images/image-wave.png) left bottom no-repeat;
    }

    .container-content h2.title-nobg {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 28px;
        width: 400px;
        margin-left: 40px;
    }

    .container-content .right-content {
        font-size: 22px;
    }

    .container-content .right-content > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container-content .right-content.text-small {
        font-size: 16px;
    }

    .container-content .highlight-content {
        font-size: 24px;
    }


    nav.navbar {
        font-size: 18px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    nav.navbar.fixed-top {
        position: fixed;
    }

    nav.navbar .navbar-nav .dropdown-menu {
        display: none;
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #fff;
        border: solid 1px #aaa;
    }

    nav.navbar .navbar-nav .dropdown-menu.show {
        display: block;
    }

    nav.navbar .navbar-nav .dropdown-menu .dropdown-item {
        color: rgba(0,0,0,.8);
        padding-left: 24px;
        padding-right: 24px;
    }

    nav.navbar .navbar-nav .dropdown-menu .dropdown-item:before {
        content: none;
    }


    nav.navbar .dropdown-toggle::after {
        content: "";
    }
    /* nav.navbar .navbar-nav .dropdown-menu .dropdown-item { */
    /*     color: rgba(0,0,0,.5);  */
    /* } */
    /* nav.navbar .navbar-nav .dropdown-item.active, nav.navbar .navbar-nav .dropdown-item:active { background-color: #f8f9fa} */


    nav.navbar .navbar-collapse {
        padding-top: 0;
    }

    .navbar-brand img {
        max-width: 140px;
        max-height: 60px;
    }

    .navbar .btn-lg.btn-responsive {
        padding: 10px 14px;
        font-size: 95%;
        line-height: 1;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 22px;
        padding-right: 22px;
    }

    /* body.body-page .navbar { padding-top: 4px; padding-bottom: 4px; } */
    /* body.body-page .navbar .navbar-brand img { max-width: 120px; max-height: 50px;  } */
    /* body.body-page .navbar .btn-lg.btn-responsive { */
    /*     padding:10px 14px; */
    /*     font-size:90%; */
    /*     line-height: 1; */
    /* } */

    body.onscroll .navbar {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    body.onscroll nav.navbar {
        font-size: 16px;
    }

    body.onscroll .navbar .navbar-brand img {
        max-width: 120px;
        max-height: 50px;
    }

    body.onscroll .navbar .btn-lg.btn-responsive {
        padding: 10px 14px;
        font-size: 90%;
        line-height: 1;
    }


    footer {
        color: #fff;
        padding: 52px 20px;
    }

    footer .subtitle {
        font-size: 120%;
        color: #eee;
        font-weight: bold;
    }

    footer .footer-nav {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
    }

    footer .footer-nav > li {
        min-width: 100px;
        margin: 0;
        padding: 0;
        padding-right: 40px;
        font-size: 16px;
        font-weight: 300;
    }

    footer .footer-nav > li:last-of-type {
        padding-right: 0;
    }

    footer .footer-nav > li.event-sm {
        display: none;
    }

    footer .footer-nav > li.event-lg {
        display: block;
    }

    footer .footer-nav .footer-subnav {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-top: 10px;
        min-width: 200px;
    }

    footer .footer-nav .footer-subnav > li {
        margin: 0;
        padding: 0;
        font-size: 16px;
    }

    footer .footer-nav .dropdown-toggle::after {
        content: "";
    }

    .container-address {
        color: #0070bb;
        font-size: 20px;
        font-weight: 300;
    }

    .bannertitle {
        font-size: 32px;
    }

    .banner-wave-bg {
        min-height: 340px;
        max-height: 500px;
        -webkit-animation: animatedBackground .3s ease-out 0.2s backwards;
        animation: animatedBackground .3s ease-out 0.2s backwards;
    }

    .banner-wave-bg > .inner {
        padding-top: 80px;
        padding-left: 0px;
        font-size: 52px;
    }

    .banner-toronto-boatshow-bg {
        min-height: 340px;
        max-height: 500px;
        -webkit-animation: animatedBackground .3s ease-out 0.2s backwards;
        animation: animatedBackground .3s ease-out 0.2s backwards;
    }

    .banner-toronto-boatshow-bg > .inner {
        padding-top: 80px;
        padding-left: 0px;
        font-size: 52px;
    }



    .banner-partners-bg {
        min-height: 400px;
        max-height: 680px;
        overflow: hidden;
        -webkit-animation: animatedBackground .3s ease-out 0.2s backwards;
        animation: animatedBackground .3s ease-out 0.2s backwards;
    }

    .banner-partners-bg > .inner {
        padding-top: 100px;
        padding-left: 0px;
        font-size: 52px;
    }

    .banner-about-bg {
        min-height: 400px;
        max-height: 680px;
        overflow: hidden;
        -webkit-animation: animatedBackground .3s ease-out 0.2s backwards;
        animation: animatedBackground .3s ease-out 0.2s backwards;
    }

    .banner-about-bg > .inner {
        padding-top: 100px;
        padding-left: 0px;
        font-size: 52px;
    }

    .banner-partnership-bg {
        min-height: 400px;
        max-height: 680px;
        overflow: hidden;
        -webkit-animation: animatedBackground .3s ease-out 0.2s backwards;
        animation: animatedBackground .3s ease-out 0.2s backwards;
    }

    .banner-partnership-bg > .inner {
        padding-top: 100px;
        padding-left: 0px;
        font-size: 52px;
    }

    .banner-solution-bg {
        min-height: 400px;
        max-height: 680px;
        overflow: hidden;
        -webkit-animation: animatedBackground .3s ease-out 0.2s backwards;
        animation: animatedBackground .3s ease-out 0.2s backwards;
    }

    .banner-solution-bg > .inner {
        padding-top: 100px;
        padding-left: 0px;
        font-size: 52px;
    }


    .banner-contact-bg {
        min-height: 400px;
        max-height: 680px;
        overflow: hidden;
        -webkit-animation: animatedBackgroundBottom .3s ease-out 0.2s backwards;
        animation: animatedBackgroundBottom .3s ease-out 0.2s backwards;
    }

    .banner-contact-bg > .inner {
        padding-top: 100px;
        padding-left: 0px;
        font-size: 52px;
    }

    .banner-contest-review-bg {
        min-height: 400px;
        max-height: 800px;
        overflow: hidden;
        -webkit-animation: animatedBackgroundBottom .3s ease-out 0.2s backwards;
        animation: animatedBackgroundBottom .3s ease-out 0.2s backwards;
    }

    .banner-contest-review-bg > .inner {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 0px;
        font-size: 42px;
        margin-top: 0;
    }

    .banner-contest-review-bg .right {
        min-width: 220px;
        text-align: center;
    }

    .banner-contest-review-bg .right img {
        width: 220px;
        position: static;
    }

    .banner-contest-review-bg .left {
        max-width: 700px;
    }

    .banner-contest-review-bg .left .top {
        padding: 16px;
        margin-bottom: auto !important;
        font-weight: 700;
        text-shadow: 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF;
    }

    .banner-contest-review-bg .left .top .ttext1 {
        font-size: 46px;
    }

    .banner-contest-review-bg .left .top .ttext2 {
        font-size: 32px;
    }


    .banner-contest-review-bg .left .bottom {
        padding: 16px;
        padding-right: 16px;
        font-size: 32px;
        font-weight: 700;
        text-shadow: 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF;
    }

    .banner-contest-review-bg .left .bottom .btext2 {
        padding-left: 40px;
    }

    .banner-contest-review-bg .left .bottom .btext3 {
        padding-left: 20px;
    }

    /* .banner-home-bg {min-height: 400px; max-height: 680px; overflow: hidden; -webkit-animation:animatedBackground .3s ease-out 0.2s backwards; animation:animatedBackground .3s ease-out 0.2s backwards; } */
    /* .banner-home-bg > .inner {  padding-top: 100px; padding-left: 0px;font-size:52px;  } */
    .banner-home-bg {
        overflow: hidden;
        -webkit-animation: animatedBackgroundBottom .3s ease-out 0.2s backwards;
        animation: animatedBackgroundBottom .3s ease-out 0.2s backwards;
        padding-bottom: 0px;
    }

    .banner-home-bg > .inner {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 0px;
        font-size: 42px;
        margin-top: 0;
    }

    .banner-home-bg .right {
        min-width: 220px;
        text-align: center;
    }

    .banner-home-bg .right img {
        width: 220px;
        position: static;
    }

    .banner-home-bg .left {
        max-width: 700px;
    }

    .banner-home-bg .left .top {
        padding: 16px;
        margin-bottom: auto !important;
        font-weight: 700;
        text-shadow: 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF;
    }

    .banner-home-bg .left .top .ttext1 {
        font-size: 46px;
    }

    .banner-home-bg .left .top .ttext2 {
        font-size: 32px;
    }

    .banner-home-bg .left .top .ttext3 {
        font-size: 26px;
    }

    .banner-home-bg .left .bottom {
        padding: 16px;
        padding-right: 16px;
        font-size: 32px;
        font-weight: 700;
        text-shadow: 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF;
    }

    .banner-home-bg .left .bottom .btext2 {
        padding-left: 40px;
    }

    .banner-home-bg .left .bottom .btext3 {
        padding-left: 20px;
    }

    .banner-home-bg .left .bottom .btext4 {
        font-size: 28px;
    }

    .banner-home-bg .left .bottom .image-toronto-boatshow-logo {
        min-width: 170px;
        margin-left: 60px;
    }

    .banner-toronto-boatshow-bg {
        min-height: 400px;
        max-height: 500px;
        overflow: hidden;
        -webkit-animation: animatedBackgroundBottom .3s ease-out 0.2s backwards;
        animation: animatedBackgroundBottom .3s ease-out 0.2s backwards;
    }

    .banner-toronto-boatshow-bg > .inner {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 0px;
        font-size: 32px;
        margin-top: 0;
    }

    .banner-toronto-boatshow-bg .left {
        max-width: 700px;
    }

    .banner-toronto-boatshow-bg .left .top {
        padding: 16px;
        margin-bottom: auto !important;
        font-weight: 700;
        text-shadow: 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF;
    }

    .banner-toronto-boatshow-bg .left .top .ttext1 {
        color: red;
        font-size: 30px;
    }

    .banner-toronto-boatshow-bg .left .top .ttext2 {
        color: red;
        font-size: 30px;
    }

    .banner-toronto-boatshow-bg .left .bottom {
        padding: 16px;
        padding-right: 16px;
        font-size: 22px;
        font-weight: 700;
        text-shadow: 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF;
    }

    .banner-toronto-boatshow-bg .left .bottom .btext1 {
        font-size: 30px;
    }

    .banner-toronto-boatshow-bg .left .bottom .btext1 .text_win {
        font-weight: 900;
        font-style: italic;
    }

    .banner-toronto-boatshow-bg .left .bottom .btext2 {
        font-size: 22px;
    }

    .banner-toronto-boatshow-bg .left .bottom .btext3 {
        font-size: 22px;
    }


    .banner-toronto-boatshow-bg .right {
        min-width: 220px;
        text-align: center;
    }

    .banner-toronto-boatshow-bg .right img {
        width: 220px;
        position: static;
    }

    .banner-common-bg > .inner > .text1 {
        font-size: 52px;
        -webkit-animation: text-top-to-bottom-lg 0.4s 0.3s ease-out backwards;
        animation: text-top-to-bottom-lg 0.4s ease-out 0.3s backwards;
        /* -webkit-animation-name: text-top-to-bottom-lg;  */
        /* -webkit-animation-duration: 0.8s;  */
        /* -webkit-animation-fill-mode: backwards; */
        /* -webkit-animation-timing-function: ease-in; */
        /* animation-name: text-top-to-bottom-lg; */
        /* animation-duration: 0.8s; */
        /* animation-fill-mode: backwards; */
        /* animation-timing-function: ease-in; */
    }

    .banner-common-bg > .inner > .text2 {
        font-size: 30px;
        padding-left: 50px;
        position: relative;
        -webkit-animation: text-right-to-left-lg 1s ease-out 0.4s backwards;
        animation: text-right-to-left-lg 1s ease-out 0.4s backwards;
        /* -webkit-animation-name: text-right-to-left-lg;  */
        /* -webkit-animation-duration: 1s;  */
        /* -webkit-animation-delay: 0.4s; */
        /* -webkit-animation-fill-mode: backwards; */
        /* -webkit-animation-timing-function: ease-in; */
        /* animation-name: text-right-to-left-lg; */
        /* animation-duration: 1s; */
        /* animation-delay: 0.4s; */
        /* animation-fill-mode: backwards; */
        /* animation-timing-function: ease-in; */
    }

    .banner-common-bg > .inner > .text3 {
        font-size: 52px;
        position: relative;
        -webkit-animation: text-bottom-to-top-lg 0.4s ease-out 1.1s backwards;
        animation: text-bottom-to-top-lg 0.4s ease-out 1.1s backwards;
        /* -webkit-animation-name: text-bottom-to-top-lg;  */
        /* -webkit-animation-duration: 0.8s;  */
        /* -webkit-animation-delay: 0.8s; */
        /* -webkit-animation-fill-mode: backwards; */
        /* -webkit-animation-timing-function: ease-in; */
        /* animation-name: text-bottom-to-top-lg; */
        /* animation-duration: 0.8s; */
        /* animation-delay: 0.8s; */
        /* animation-fill-mode: backwards; */
        /* animation-timing-function: ease-in; */
    }



    .card-business {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 100%;
    }

    .card-business .h5, .card-business h5 {
        font-size: 20px;
    }

    .container-page .container-body {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .card-business .card-body {
        padding: 20px 25px;
    }

    .card-business .media-img {
        width: 120px;
        height: 120px;
        margin-right: 20px;
        flex: 0 0 120px;
    }

    .review-rate {
        padding-bottom: 10px;
    }

    .review-rate .rate-count {
        color: #888;
        font-size: 14px;
    }

    .review-rate .star-icon {
        height: 30px;
        width: 150px !important;
        margin-right: 10px;
    }

    .review-rate .star-icon .star-empty {
        height: 30px;
        width: 150px;
        background-image: url(//fileserver.rwardz.com/verview/default/star-icons-m-empty.png);
        background-repeat: no-repeat;
    }

    .review-rate .star-icon .star-filled {
        height: 30px;
        background-image: url(//fileserver.rwardz.com/verview/default/star-icons-m-filled.png);
        background-repeat: no-repeat;
    }


    .buttons .btn.btn-writereview {
        font-size: 18px;
        padding: 8px 26px;
        margin-right: 0;
        margin-bottom: 6px;
        border-radius: 4px;
    }

    .buttons .btn.btn-writereview .write-icon {
        display: inline-block;
        font-size: 22px;
        margin-bottom: -6px;
    }

    .card-business-dummy {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 100%;
    }

    .card-business-dummy .card-body {
        padding: 20px;
    }

    .card-business-dummy .media-img {
        width: 120px;
        height: 120px;
        flex: 0 0 120px;
        border: solid 1px #eee;
    }

    .card-business-dummy .h5, .card-business-dummy h5 {
        font-size: 20px;
        width: 360px;
    }

    .card-business-dummy .review-rate {
        background: #aaa;
        width: 150px;
        max-width: 100%;
        height: 26px;
        margin-bottom: 14px;
    }

    .card-business-dummy .address {
        background: #aaa;
        width: 360px;
        margin-bottom: 10px;
    }

    .card-business-dummy .phonewebsite {
        background: #aaa;
        width: 360px;
        margin-bottom: 10px;
    }

    .card-business-dummy .btn-dummy {
        background: #aaa;
        width: 120px;
        margin-bottom: 4px;
        margin-right: 4px;
    }

    .pagination.pagination-custom {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .pagination.pagination-custom .page-link {
        padding: .6rem 1.2rem;
        font-size: 1rem;
        line-height: 1.3;
    }

    .comma-list li {
        display: inline !important;
    }

    .comma-list li.comma {
        display: inline !important;
    }


    .alpahorder {
        padding-bottom: 10px;
    }

    .alpahorder > li {
        display: inline-block;
        margin-right: 0px;
        color: #fff;
    }

    .alpahorder > li .badge.badge-wavereviews {
        font-size: 16px;
        padding: 6px 8px;
    }


    .text-copyright {
        font-size: 14px;
        font-weight: 300;
    }

    .font-size-lg {
        font-size: 20px;
    }

    .container-form .form-group textarea {
        padding: 10px 18px;
        height: 130px;
    }

    .container-form .form-group input {
        height: 46px;
        padding: 10px 18px;
    }

    .icon-move-top {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 1100;
        width: 44px;
        height: 44px;
        background: #0070bb;
        color: #fff;
        text-align: center;
        border-radius: 30px;
        font-size: 20px;
    }

    .icon-move-top > i {
        width: 20px;
        height: 20px;
    }

    .img-fluid.image-about-boat {
        max-width: 100%;
    }

    .img-fluid.image-solution-01 {
        height: auto;
    }

    #featureBusinessList .card-business {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 85%;
        width: 100%;
        background: #fff;
        text-align: left;
    }

    #featureBusinessList .card-business .media-img {
        width: 80px;
        height: 80px;
    }

    #featureBusinessList .card-business .media-img {
        width: 80px;
        height: 80px;
        margin-right: 14px;
        flex: 0 0 80px;
    }

    #featureBusinessList .buttons .btn.btn-writereview {
        font-size: 14px;
        padding: 4px 14px;
        margin-right: 0;
        margin-bottom: 6px;
        border-radius: 3px;
    }

    #featureBusinessList .buttons .btn.btn-writereview .write-icon {
        display: inline-block;
        font-size: 22px;
        margin-bottom: -6px;
    }

    #featureBusinessList .card-footer {
        border-top: none;
        background: #fff;
    }

    #latestReviewList .card-business {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 85%;
        width: 100%;
        background: #fff;
        text-align: left;
    }

    #latestReviewList .card-business .h5, .card-business h5 {
        font-size: 17px;
    }

    .swiper-button-next {
        color: #0070bb;
        right: 0px !important;
        transform: scale(0.7);
    }

    .swiper-button-prev {
        color: #0070bb;
        left: 0px !important;
        transform: scale(0.7);
    }

    .btn-write-review {
        font-size: 24px;
        font-weight: 500;
        padding: .475rem 2.15rem;
    }

    body.body-signup .policies {
        list-style-type: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    body.body-signup .form-control-lg {
        font-size: 1.25rem;
        padding: .5rem 1rem;
        height: calc(1.5em + 1rem + 2px);
    }
}

@media (min-width: 992px) {
    .banner-contest-review-bg .left {
        max-width: 700px;
    }

    .banner-contest-review-bg .left .top {
        padding: 20px;
    }

    .banner-contest-review-bg .left .top .ttext1 {
        font-size: 52px;
    }

    .banner-contest-review-bg .left .top .ttext2 {
        font-size: 38px;
    }


    .banner-contest-review-bg .left .bottom {
        padding: 20px;
        font-size: 38px;
    }

    .banner-contest-review-bg .left .bottom .btext2 {
        padding-left: 60px;
    }

    .banner-contest-review-bg .left .bottom .btext3 {
        padding-left: 30px;
    }

    .banner-home-bg .left {
        max-width: 700px;
    }

    .banner-home-bg .left .top {
        padding: 20px;
    }

    .banner-home-bg .left .top .ttext1 {
        font-size: 52px;
    }

    .banner-home-bg .left .top .ttext2 {
        font-size: 38px;
    }

    .banner-home-bg .left .top .ttext3 {
        font-size: 28px;
    }

    .banner-home-bg .left .bottom {
        padding: 20px;
        font-size: 38px;
    }

    .banner-home-bg .left .bottom .btext2 {
        padding-left: 60px;
    }

    .banner-home-bg .left .bottom .btext3 {
        padding-left: 30px;
    }

    .banner-home-bg .left .bottom .btext4 {
        font-size: 32px;
    }

    .banner-home-bg .left .bottom .image-toronto-boatshow-logo {
        min-width: 180px;
        width: 180px;
    }



    .banner-toronto-boatshow-bg .left {
        max-width: 700px;
    }

    .banner-toronto-boatshow-bg .left .top {
        padding: 20px;
    }

    .banner-toronto-boatshow-bg .left .top .ttext1 {
        color: red;
        font-size: 34px;
    }

    .banner-toronto-boatshow-bg .left .top .ttext2 {
        color: red;
        font-size: 34px;
    }

    .banner-toronto-boatshow-bg .left .bottom {
        padding: 20px;
    }

    .banner-toronto-boatshow-bg .left .bottom .btext1 {
        font-size: 34px;
    }

    .banner-toronto-boatshow-bg .left .bottom .btext1 .text_win {
        font-weight: 900;
        font-style: italic;
    }

    .banner-toronto-boatshow-bg .left .bottom .btext2 {
        font-size: 28px;
    }

    .banner-toronto-boatshow-bg .left .bottom .btext3 {
        font-size: 28px;
    }

    .container-content .header-slogan {
        font-size: 17px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 80px;
        padding-right: 30px;
        line-height: 1.4
    }

    .container-content h2.title {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 28px;
        width: 400px;
        margin-left: 40px;
        padding-bottom: 24px;
        background: url(/images/image-wave.png) left bottom no-repeat;
        flex: 0 0 400px;
    }

    .container-content h2.title-nobg {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 28px;
        width: 400px;
        margin-left: 40px;
    }
}

@keyframes animatedBackground-sm {
    from {
        background-position: center center;
        margin-top: -30px;
        opacity: 0.7;
    }

    to {
        background-position: center center;
        margin-top: 0;
    }
}

@keyframes animatedBackground {
    from {
        background-position: center center;
        margin-top: -50px;
        opacity: 0.7;
    }

    to {
        background-position: center center;
        margin-top: 0;
    }
}



@keyframes animatedBackgroundBottom-sm {
    from {
        background-position: bottom center;
        margin-top: -30px;
        opacity: 0.7;
    }

    to {
        background-position: bottom center;
        margin-top: 0;
    }
}

@keyframes animatedBackgroundBottom {
    from {
        background-position: bottom center;
        margin-top: -50px;
        opacity: 0.7;
    }

    to {
        background-position: bottom center;
        margin-top: 0;
    }
}

@keyframes dummycolorchange {
    0% {
        background: #eee;
    }

    13% {
        background: #ddd;
    }

    25% {
        background: #ccc;
    }

    38% {
        background: #bbb;
    }

    50% {
        background: #aaa;
    }

    63% {
        background: #bbb;
    }

    75% {
        background: #ccc;
    }

    88% {
        background: #ddd;
    }

    100% {
        background: #eee;
    }
}

@-webkit-keyframes dummycolorchange /* Safari and Chrome - necessary duplicate */
{
    0% {
        background: #eee;
    }

    13% {
        background: #ddd;
    }

    25% {
        background: #ccc;
    }

    38% {
        background: #bbb;
    }

    50% {
        background: #aaa;
    }

    63% {
        background: #bbb;
    }

    75% {
        background: #ccc;
    }

    88% {
        background: #ddd;
    }

    100% {
        background: #eee;
    }
}

@keyframes text-top-to-bottom-lg {
    0% {
        top: -200px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes text-top-to-bottom-lg /* Safari and Chrome - necessary duplicate */
{
    0% {
        top: -200px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes text-top-to-bottom {
    0% {
        top: -100px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes text-top-to-bottom /* Safari and Chrome - necessary duplicate */
{
    0% {
        top: -100px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}



@keyframes text-bottom-to-top-lg {
    0% {
        bottom: -200px;
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes text-bottom-to-top-lg /* Safari and Chrome - necessary duplicate */
{
    0% {
        bottom: -200px;
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes text-bottom-to-top {
    0% {
        bottom: -100px;
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes text-bottom-to-top /* Safari and Chrome - necessary duplicate */
{
    0% {
        bottom: -100px;
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}


@keyframes text-left-to-right-lg {
    0% {
        left: -500px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes text-left-to-right-lg /* Safari and Chrome - necessary duplicate */
{
    0% {
        left: -500px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes text-left-to-right {
    0% {
        left: -300px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes text-left-to-right /* Safari and Chrome - necessary duplicate */
{
    0% {
        left: -300px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}


@keyframes text-right-to-left-lg {
    0% {
        right: -500px;
        opacity: 0;
    }

    100% {
        right: 0;
        opacity: 1;
    }
}

@-webkit-keyframes text-right-to-left-lg /* Safari and Chrome - necessary duplicate */
{
    0% {
        right: -500px;
        opacity: 0;
    }

    100% {
        right: 0;
        opacity: 1;
    }
}

@keyframes text-right-to-left {
    0% {
        right: -300px;
        opacity: 0;
    }

    100% {
        right: 0;
        opacity: 1;
    }
}

@-webkit-keyframes text-right-to-left /* Safari and Chrome - necessary duplicate */
{
    0% {
        right: -300px;
        opacity: 0;
    }

    100% {
        right: 0;
        opacity: 1;
    }
}
