body {
    font-family: 'Lato', sans-serif;
    background: #ededed;
}

a {
    color: #383838;
    text-decoration: none;
    font-family: 'Lato',arial,sans-serif;
    font-weight: 400;
}

a:hover {
    color: #1bb5ed;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 60px;
    line-height: 45px;
    font-weight: 800;
}

div#wrapper {
    /* padding-top: 52px; */
}

header#nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s;
    z-index: 2;
    /* padding: 18px 0; */
    height: 66px;
}

header#nav a {
    transition: all 0.3s;
    padding: 5px 15px;
    font-size: 16px;
    color: white;
}

header#nav.affix {
    position: fixed;
    background: rgba(255, 255, 255, 0.92);
}

header#nav.affix a {
    color: #333;
}

.main_carousel {
    position: relative;
    height: 420px;
    /* background: #FFF; */
    /* max-width: 743px; */
    /* width: 100%; */
    /* top: 0; */
    transform: translateY(-31%);
    margin: 0 auto;
    /* left: 0; */
    /* right: 0; */
    overflow-y: visible;
}

header#nav.affix-top .logo_dark {
    display: none;
}

header#nav.affix .logo_bright {
    display: none;
}

.header_titles {
    text-align: center;
    padding: 43px 0;
    padding-top: 75px;
}

.brand_color {
    color: #1db5e9;
}

.header_titles h1 {
    margin-top: 30px;
    color: white;
    letter-spacing: 2px;
    font-family: 'Montserrat',sans-serif;
}

.logo {
    margin-top: 4px;
}

ul.nav.navbar-nav {
    margin-top: 10px;
    float: none;
    display: inline-block;
}

header button.navbar-toggle {
    position: absolute;
    top: 5px;
    right: -12px;
}

.navbar-collapse {
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
    margin-top: 7px;
}

.navbar-collapse.collapse {
    background: transparent;
    text-align: center;
}

.navbar-collapse.collapse.in {
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    width: 100%;
}

.footer_menu.navbar .nav {
    margin: 0 auto;
    display: inline-block;
    padding: 30px 0;
}

footer {
    background: white;
}

.btn.fancy-btn {
    padding: 5px 17px;
    border-radius: 2px;
    color: white;
    font-size: 18px;
    min-width: 157px;
    font-weight: 200;
    position: relative;
    font-family: 'Lato',arial,sans-serif;
    transition: all 0.3s;
    background-image: -moz-linear-gradient( 90deg, rgb(0,176,236) 0%, rgb(87,189,224) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,176,236) 0%, rgb(87,189,224) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,176,236) 0%, rgb(87,189,224) 100%);
    box-shadow: 0px 3px 0px 0px rgb(11, 113, 144);
    border: 1px solid #06a4da;
}

.btn.fancy-btn.fancy-btn-orange {
    border-radius: 2px;
    background-image: -moz-linear-gradient( 90deg, rgb(236,172,0) 0%, rgb(224,200,87) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(236,172,0) 0%, rgb(224,200,87) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(236,172,0) 0%, rgb(224,200,87) 100%);
    box-shadow: 0px 3px 0px 0px rgba(179, 136, 13, 1);
    border: 1px solid #e7b824;
}

.btn.fancy-btn::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    transition: all 0.3s;
    background: rgba(255,255,255,0.3);
    top: 0;
    left: 0;
    opacity: 0;
}

.btn.fancy-btn:hover::after {
    opacity: 1;
}

.btn.fancy-btn:hover {
    transform: translateY(3px);
    box-shadow: none;
}

ul.nav.navbar-nav.nav-right {
    float: right;
    display: inline-block;
}

li.btn-with-icon.btn-border a {
    border: 1px solid #fff;
    border-radius: 4px;
}

header#nav.affix li.btn-with-icon.btn-border a {
    border: 1px solid #42bae3;
    border-radius: 4px;
    color: white;
    background: #4abbe2;
}


ul.nav.navbar-nav:not(.nav-right) a::after {
    content: '';
    display: block;
    width: 50%;
    background: #fff;
    height: 2px;
    border-radius: 8px;
    position: absolute;
    bottom: -2px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: all 0.3s;
    opacity: 0;
}

#nav.affix ul.nav.navbar-nav:not(.nav-right) a::after {
    background: #333;
}

ul.nav.navbar-nav:not(.nav-right) a:hover::after {
    bottom: 0px;
    opacity: 1;
}

ul.nav.navbar-nav a:hover,ul.nav.navbar-nav a:focus,ul.nav.navbar-nav a:active {
    background: none;
}

section.header_cover {
    height: 65px;
    background-size: cover;
    /* background-attachment: fixed; */
    /* background-position: center 65%; */
    background-color: var(--color-darkblue);
    background-color: var(--color-darkblue);
    background-repeat: no-repeat;
    background-position: center top;
    --slider-overflow: 172px;
    --header-height: 66px;
    --content-max-width: 800px;
    --slider-max-width: 1000px;
    --font-family: 'Lato', sans-serif;
    --color-dark: #333333;
    --color-orange: #ECAE06;
    --color-blue: #06A4DA;
    --color-darkblue: #1D386D;
    --transition: .25s;
    --button-blue-border-color: var(--color-blue);
    --button-blue-bg-gradient: linear-gradient(180deg, #57BDE1 0%, #00B0EC 100%);
    --button-orange-border-color: var(--color-orange);
    --button-orange-bg-gradient: linear-gradient(180deg, #ECAE06 0%, #ECAE04 100%);
}
section.home_page_cover{
	min-height: 12vh;
	height: inherit;
}

p.call-to-action{
	background: white;
    padding: 20px;
    text-align: center;
    border: 2px solid #d8d8d8;
    margin: 15px;
}

a.call-to-action{
	margin: 23px auto 0 auto;
    padding: 9px 50px;
	text-decoration: none !important;
}

.header_titles h2 {
    color: white;
    letter-spacing: 2px;
    font-family: 'Montserrat',sans-serif;
}

.header_titles p {
    color: white;
    font-size: 24px;
    font-family: 'Lato',arial,sans-serif;
    font-weight: 300;
    margin-bottom: 35px;
}

h2 {
    font-size: 42px;
}

section.main_carousel_wrapper {
    background: url(../images/back-cubes.png) repeat;
    height: 200px;
    position: relative;
}

.feature_wrapper {
    position: relative;
}

.feature_title {
    position: absolute;
    bottom: -7px;
    text-align: center;
    color: white;
    background: rgba(56, 56, 56, 0.82);
    width: 100%;
    padding: 7px 0;
}

.feature_title h3 {
    margin: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 20px;
}

p {
    font-weight: 200;
    font-family: "Lato",arial,sans-serif;
    font-size: 16px;
}

img {
    max-width: 100%;
}

.main_carousel img {
    width: 100%;
}

.header_buttons {
    padding-bottom: 135px;
}

section.report_wrapper {
    padding-top: 134px;
    min-height: 338px;
    text-align: center;
    background: url(../images/background_watch.jpg) repeat;
    background-attachment: fixed;
}

.btn.fancy-btn.fancy-btn-big {
    padding: 15px 40px;
}

input#website {
    width: 100%;
    max-width: 446px;
    height: 39px;
    padding-left: 8px;
}

.report_wrapper button.btn.fancy-btn.fancy-btn-orange {
    margin-top: -8px;
}

.report_wrapper p {
    font-size: 18px;
    font-weight: 400;
    color: #5a5a5a;
}

h3.brand_color {
    font-size: 30px;
}

section.features_section h3 {
    text-align: center;
}

.jTip img{
    margin-top:-2px;
}

section.features_section {
    background: white;
    padding-top: 52px;
    padding-bottom: 83px;
}

h3 {
    font-size: 30px;
}

ul.fancy-list.list-unstyled li {
    margin: 13px 0;
    font-size: 18px;
    font-weight: 200;
    padding-left: 14px;
    position: relative;
}

ul.fancy-list.list-unstyled li::before {
    content: '';
    background: url(../images/li.png) no-repeat;
    background-size: cover;
    display: block;
    height: 23px;
    width: 23px;
    margin-right: 6px;
    position: absolute;
    left: -15px;
    top: 1px;
}

section.color_row {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

section.color_row h3 {
    text-align: center;
    margin-bottom: 51px;
}

h4 {
    font-size: 24px;
}

.fancy-icon {
    height: 90px;
    width: 90px;
    background: white;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
}

.fancy-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 41px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

section.color_row.deep_blue {
    background: #0c5d75;
    color: white;
}

.deep_blue i.fa.fa-share {
    color: #0c5d75;
}

ul.fancy-icons li {
    padding-left: 109px;
    padding-bottom: 26px;
}

section.color_row.bright_blue {
    background: #04adeb;
    color: white;
}

.bright_blue .fancy-icon i {
    color: #04adeb;
}

.box-content {
    z-index: 1;
}

section.color_row.deep_blue::before {
    content: '';
    display: block;
    width: 800px;
    height: 800px;
    background: url(../images/fa-coffee.png) no-repeat;
    position: absolute;
    top: -144px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.color_row.bright_blue::before {
    content: '';
    display: block;
    width: 800px;
    height: 800px;
    background: url(../images/fa-bank.png) no-repeat;
    position: absolute;
    top: -144px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

hr {
    height: 1px;
    border: none;
    max-width: 500px;
    background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(0,0,0) 55%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(0,0,0) 55%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(0,0,0) 55%, rgb(255,255,255) 100%);
}

section.sep-block {
    background: #f3f3f3;
    text-align: center;
    padding: 25px 0;
}

section.sep-block a {
    color: #229ac2;
    text-decoration: underline;
}

section.reviews {
    background: white;
    padding: 30px;
}

.reviews h3 {
    text-align: center;
}

header#nav.affix li.btn-with-icon.btn-border a:hover {
    background: #333;
    border: 1px solid #333;
}

.header_buttons .btn.fancy-btn.fancy-btn-orange.fancy-btn-big {
    margin-left: 7px;
}

.text-big {
    font-size: 40px;
    text-align: center;
    margin-bottom: 23px;
}

.user_counter {
    background: url(../images/office-336368.png) no-repeat;
    /* background-attachment: fixed; */
    color: white;
    padding: 50px 0px;
    text-align: center;
    background-size: cover;
    background-position: center center;
}

.reviewer_img {
    /* float: left; */
    /* margin-right: 20px; */
    /* width: 25%; */
    display: inline-block;
    float: left;
}

ul.reviews_list::after,ul.reviews_list li::after {
    clear: both;
    display: block;
    content: '';
}

.reviews_list li {
    position: relative;
    clear: both;
    margin-bottom: 19px;
}

.review p {
}

.review {
    display: inline-block;
    width: 75%;
    float: right;
    padding-left: 15px;
    min-height: 300px;
}

.review_details {
    padding: 10px 10px;
    background: #ececec;
    margin: 16px 0;
}

footer ul.nav.navbar-nav {
    padding: 20px auto;
}

footer ul.nav.navbar-nav a {
    color: #333;
    padding: 5px 20px;
    transition: all 0.3s;
}

footer ul.nav.navbar-nav a:hover::after {
    display: none !important;
}

footer ul.nav.navbar-nav a:hover {
    background: #4abbe2;
    color: white;
}

.footer-row {
    text-align: center;
    color: white;
    background: #333;
    padding: 11px 0px;
    font-size: 11px;
}

.footer_menu.navbar {
    margin-bottom: 0;
}

.deep_blue .fancy-icon {
    color: #0c5d75;
}
.text-white{
    color:white
}
header#nav.affix .navbar-toggle .icon-bar {
    background: black;
}
header#nav.affix-top .navbar-toggle .icon-bar {
    background: white;
}

.desktop_image{
    display: block;
}
.mobile_image{
    display: none;
}

table.calcTBL{
    font-size:13px;
    margin:0 auto;
}

@media (max-width: 1024px) {
    .container {
        width:100%
    }

    ul.nav.navbar-nav li a {
        padding: 5px 9px !important;
    }
}





button.flipster__button {
    padding: 25px;
    margin: -34px 0px;
}

button.flipster__button,button.flipster__button:hover,button.flipster__button:focus,button.flipster__button:active {
    outline:none;
}

#pricing{
    margin:10px 0px 0px 0px;
}

.plan-title{float:left;margin:0;padding:0;font-weight:bold;}
.extras{font-size:12px;}
.tiny{font-size:12px;}
.plans{padding-top:45px;padding-bottom:40px;clear:both;}

#pricing a.btn-one span.bigger{font-size:21px;display:block;font-weight:bold;}

#pricing a.btn-one{
    color:#000 !important;
    background-image: -moz-linear-gradient( 90deg, rgb(236,172,0) 0%, rgb(224,200,87) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(236,172,0) 0%, rgb(224,200,87) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(236,172,0) 0%, rgb(224,200,87) 100%);
    border: 1px solid #e7b824;
    padding:12px;
    border-radius:5px;
}

#pricing a.btn-one:hover{
    -webkit-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.3);
}
.pricing-section{
	background-color: white;
	font:lato;font-weight:400;font-size:18px
}
.pricingContent{background-color: white}
.container-fluid>.row{padding-top: 30px;padding-bottom: 30px}
.pricing-section p{font:lato;font-weight:400;font-size:18px;margin:0 0 20px;}
.prices-container{
	background: linear-gradient(135deg, #00B0EC 0%, #0C5D75 100%);
    padding-bottom: 60px;
}
.pricingContainer .btn-primary{
	background-color: #1DB5E9;
    border-color: #ccc;
}
.pricingContainer .btn-primary:hover{
	background-color: #147697;
    border-color: #ccc;
}
.why-us{text-align:left}
.pricing-number{font-family: Lato;font-style: normal;font-weight: 900;font-size: 64px;line-height: 77px;color: #1DB5E9;padding-top: 30px;padding-bottom: 15px;}
.pricing-section-sub-header{font-weight:700;font-size:24px;margin: 10px -15px;}
.pricing-table ul{border-radius: 15px;background-color: white}
.pricing-table ul li.title{border-top-left-radius: 9px;border-top-right-radius: 9px;background-color: #2980B9}
.pricing-table ul li.button{border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;}
#pricing .btn-info
{
	padding: 4px 24px;
	font-size: 16px
}
.standout-wrapper::before{
	    content: 'Popular';
    top: 25px;
    right: auto;
    left: -28px;
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    background: #01ADED;
    color: #fff;
    width: 120px;
    text-align: center;
    line-height: 1;
    padding: 3px 0 3px 4px;
    text-transform: uppercase;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
}
.standout-wrapper{position:relative;overflow: hidden}
.rectangle {
  height: 4px;
  width: 120px;
  background-color: #00B0EC;
  display: inline-block;
  margin: 20px 0px;
}
.how-does-it-work-text{text-align: left;line-height: 28px;}
.pricing-section ul{
  list-style: none; /* Remove default bullets */
}
.pricing-section li{margin-top:5px}
.belize-hole.standout ul {
    border: 5px solid white;
}
.belize-hole.standout .price, .belize-hole.standout .label{background-color: #1DB5E9 !important}
.pricing-table .title{font-size: 24px}
.pricing-table .title p{font-size: 18px;color: white}
.pricing-table p{color: #333333;font-size: 18px;font-weight: 400;line-height: 22px;}
.pricing-table ul li{padding: 20px;text-align: center;}
.pricing-table .price {background-color: #ECECEC}
.pricing-section ul li::before
{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #337AB7; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.talk-to-us{
	background: #ECECEC;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 30px 20px;
	margin-top:5px;
	font-family: Lato;
	font-style: normal;
	font-size: 23px;
	line-height: 29px;
	margin-right: 0px;
    margin-left: 0px;
}
#pricing span.gray{color: rgba(175, 193, 197, 0.62);}

#content{text-align:left;padding-bottom:35px;}

#content h3{font-size:24px;}
.pricing-title{font:lato;weight:700;font-size:48px}

#content a{text-decoration: underline;}
#authenticate .login-modal .form-control {
    font-size: 14px;
}
@media (max-width: 767px) {
    .flipster__item{ max-width:100% } .flipster__item img {max-width: 100%;}
    header#nav ul li {
        clear:both;
        float: none;
    }
    .pricing-table.standout {
	    top: 0px;
	    margin-bottom: 20px;
	}
	.talk-to-us{
		margin-left: 10px;
		margin-right: 10px
	}
    .pricing-table{
        margin:20px 0;
        padding-left: 25px;
        padding-right: 25px
    }

    .btn-one{
        margin:30px 0 0 0;
        width:100%;
    }

    #pricing{margin:20px 0 !important;}

    ul.nav.navbar-nav {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    header#nav ul li a {
        color: black;
        padding: 10px 2px !important;
        float: none;
        clear: both;
        text-align: center;
    }

    ul.nav.navbar-nav.nav-right {
        clear: both;
        float: none;
        display: block;
        /* background: #ffffff; */
        padding: 4px 6px;
    }

    .btn.fancy-btn.fancy-btn {
        margin: 10px auto !important;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .main_carousel:before, .main_carousel:after {
        display: none;
    }

    .main_carousel {
        /* height:164px; */
        transform: inherit;
        height: auto;
        position: relative;

     padding: 25px 15px;
    padding-top: 0;
    }
    section.main_carousel_wrapper{
        height:auto;
        padding:0;
        margin:0;
    }
    section.features_section .btn.fancy-btn.fancy-btn {
        clear: both;
        margin: 20px auto !important;
        float: none !important;
        text-align: center;
        display: block;
    }

    .header_titles h1 {
        font-size: 50px;
        line-height: 48px;
    }

    .review {
        display: block;
        width: 100%;
        float: none;
        clear: both;
        padding: 0;
    }

    .reviewer_img {
        float: none;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .feature_title h3 {
        font-size: 13px;
    }

    .feature_title p {
        font-size: 12px;
    }

    .feature_title {
        text-align: center;
        margin: 0 auto;
        padding: 2px 0;
    }
    section.report_wrapper{
        padding-top: 22px;
        min-height: inherit;
        padding-bottom: 44px;
    }
    ul.fancy-list.list-unstyled{
        padding-left:16px;
    }
    ul.fancy-list.list-unstyled li{
        font-size:16px;
    }
    ul.fancy-icons li{
        padding-left:0;
        text-align:center;
    }
    .fancy-icon{
        position:relative;
        margin:0 auto;
        text-align:center;
        display:block;
    }
    .header_buttons {
        padding-bottom: 10px;
    }

    .desktop_image{
        display: none;
    }
    .mobile_image{
        display: block;
    }
    section.main_carousel_wrapper .container {
        padding:0;
    }
    .feature_wrapper{
        padding-bottom:54px;
    }

    section.header_cover {
    background-position: center 20% !important;
    }
}
H1.pageHeading {
	    padding: 10px;
	    line-height: 40px;
	    color: #404040;
	    font-weight: 400 !important;
	    font-size: 32px;
	    background: transparent !important;
	    font-family: 'Inter', sans-serif;
	}