body {
    overflow-x: hidden;
}

* {
    font-family: 'Segoe UI', 'Barlow', sans-serif;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1040px;
    }
    .container-narrow {
        max-width: 925px;
    }
}

.navbar {
    max-width: 1140px;
    margin: 0 auto;
}

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav .nav-item {
        margin-left: 40px;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: white;
}

.navbar-brand img {
    max-height: 80px;
}

	
	a.ADownloadBtn:hover {
		text-decoration: none !important;
	}
	
	a.ADownloadBtn:visited {
		text-decoration: none !important;
	}

.navbar-nav .nav-item button {
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 0;
    border-color: #066d80;
    background-color: #0f7698;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}

.navbar-nav .nav-item button:hover {
    background-color: #0b627e;
}

.navbar-nav .nav-item button img {
    max-height: 16px;
    padding-right: 8px;
    border-right: 1px solid rgba(255,255,255,0.5);
    margin-right: 2px;
    margin-top: -4px;
    transform: translateX(-2px);
}

.nav-selected {
	color: #0b627e;
}

.its-free {
    position: absolute;
    max-height: 35px;
    bottom: -25px;
    left: 25px;
}

.footer-links a:hover {
	text-decoration: underline;
	color: white;
}

.top-background {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 50%;
    width: 2560px;
    transform: translateX(-50%);
}

.screencapture {
    max-width: 1140px;
    margin: 85px auto 0;
    display: block;
	background-color: #3B5B70;
    border-left: 1px solid #3B5B70;
    border-right: 1px solid #3B5B70;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 40%)
}

.nav-link:hover {
	    text-shadow: none;
}

.nav-link:active {
	    text-shadow: none;
}
.nav-link:focus {
	    text-shadow: none;
}

.modal-content {
	background-color: black;
}

.modal-body {
    padding: 5px 5px;
}

.hero h1 {
    font-size: 36px;
    color: white;
    font-weight: bold;
    margin-bottom: 25px;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.hero h3 {
    font-size: 18px;
    color: white;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.btn-download {
    line-height: 1.2;
    text-align: left;
    border-color: #317057;
    background-color: #3ba056;
    border-radius: 0;
    padding: 5px 28px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}

.btn-download img {
    vertical-align: middle;
    margin-top: 2px;
    transform: translateX(-21px);
    margin-right: -8px;
    padding-right: 6px;
    border-right: 1px solid rgba(255,255,255,0.5);
}

.btn-download span {
    font-size: 18px;
    font-weight: 700;
}

.btn-download span:not(.btn-download-small-text) {
    transform: translateX(-5px);
}

.btn-download span.btn-download-small-text {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.hero-know {
    color: white;
    font-size: 12px;
}

.hero-know a {
    color: white;
}

.hero h5 {
    color: white;
    font-size: 15px;
    text-align: center;
    margin-top: -5px;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.hero .video-image {
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.4), 0px 0px 2px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.4), 0px 0px 2px 0px rgba(0,0,0,0.8);
    box-shadow: 1px 1px 8px 0px rgb(0 0 0 / 40%), 0px 0px 2px 0px rgb(0 0 0 / 80%);
    transition: all ease .2s;
	margin-top: 12px;
}

.hero .video-image:hover {
    -webkit-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.4), 0px 0px 2px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.4), 0px 0px 2px 0px rgba(0,0,0,0.8);
    box-shadow: 4px 4px 12px 0px rgb(0 0 0 / 40%), 0px 0px 2px 0px rgb(0 0 0 / 80%);
    //filter: contrast(110%) saturate(90%);
	transform: scale(1.01);
    cursor: pointer;
}

.features {
    padding: 75px 0 85px;
}

.features-title {
    margin-bottom: 65px;
}

.features h1 {
    font-size: 34px;
    font-weight: bold;
    color: #447595;
    margin-bottom: 20px;
}

.features-title p {
    color: #363636;
    font-size: 16px;
}

.features-section {
    padding: 30px 0;
}

.features-section h2 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
}

.features-section p {
    font-size: 16px;
}

.features-section img {
    margin-top: -15px;
}

.features-break {
    padding: 55px 0;
    margin-bottom: 35px;
    position: relative;
}

.middle-background {
    position: absolute;
    top: 38%;
    z-index: -1;
    left: 50%;
    width: 2560px;
    transform: translate(-50%, -50%);
}

.features-break h1 {
    color: white;
    font-weight: bold;
    width: 76%;
    margin: 0 auto;
    text-indent: -290px;
    padding-left: 290px;
    font-size: 34px;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.newsletter {
    padding: 45px 0;
}

.newsletter h1 {
    font-size: 36px;
    font-weight: bold;
    color: #447595;
    margin-bottom: 30px;
}

.newsletter p {
    font-size: 16px;
    margin-bottom: 30px;
}

.newsletter form {
    max-width: 435px;
    margin: 0 auto;
}

.newsletter-input input {
    min-width: 280px;
    margin-right: 10px;
    border-radius: 0;
    border: 1px solid #447595;
}

input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal;
}

form .custom-checkbox {
    display: inline-block;
    margin-right: 24px;
}

form .custom-checkbox label {
    display: block;
    max-width: 130px;
    font-weight: normal;
    color: #424242;
    opacity: 1;
    margin-top: 3px;
    margin-bottom: 15px;
    line-height: 17px;
    right: inherit;
    white-space: unset;
    text-align: unset;
    margin-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    form .custom-checkbox label {
        font-size: 12px;
    }
}

[type=checkbox]:not(:checked), [type=checkbox]:checked {
    position: absolute;
    left: -9999px;
}

[type=checkbox]:not(:checked)+label, [type=checkbox]:checked+label {
    position: relative;
    padding-left: 1.5em;
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=checkbox]:not(:checked)+label:before, [type=checkbox]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background: white;
    border-radius: 1px;
    border: 1px solid #447595;
}

[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

[type=checkbox]:not(:checked)+label:after, [type=checkbox]:checked+label:after {
    content: '✔';
    position: absolute;
    top: -3px;
    left: .1em;
    font-size: 1.25em;
    line-height: .9;
    color: #589e5d;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.btn-notify {
    border-color: #317057;
    background-color: #3ba056;
    border-radius: 0;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}

.btn-notify img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    padding-right: 9px;
    border-right: 1px solid rgba(255,255,255,0.5);
    max-height: 16px;
    transform: translateX(-2px);
}

.contact {
    padding: 70px 0 30px;
}

.contact h4 {
    font-weight: bold;
    font-size: 20px;
}

.contact-left {
    border-right: 1px solid #eaeef1;
}

.contact-left h4 {
    color: #447595;
    margin-bottom: 40px;
}

.contact-left p {
    font-size: 18px;
    margin-bottom: 25px;
}

.contact form label {
    color: #447595;
}

.contact form input, .contact form textarea {
    border-radius: 0;
    border: 1px solid #c7ced2;
    background-color: #dbe6eb;
}

.contact .btn-notify img {
    transform: translateX(-15px);
    padding-right: 10px;
    margin-right: -4px;
}

.contact-message {
    margin-bottom: 30px;
    font-size: 13px;
}

footer {
    padding: 17px 0;
}

.footer-content {
    max-width: 1145px;
    margin: 0 auto;
}

.footer-content img {
    max-height: 33px;
}

footer {
    position: relative;
}

.bottom-background {
    position: absolute;
    top: -8px;
    z-index: -1;
    left: 50%;
    width: 2560px;
    transform: translateX(-50%);
}

.footer-links * {
    font-size: 16px;
    color: white;
    margin-left: 65px;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.pr-custom {
    padding-right: 30px;
}

.pl-custom {
    padding-left: 30px;
}

.img1 {
    max-width: 416px;
}

.img2 {
    max-width: 393px;
}

.img3 {
    max-width: 416px;
}

.img4 {
    max-width: 393px;
}

.img5 {
    max-width: 415px;
}

.img6 {
    max-width: 418px;
}

.img7 {
    max-width: 415px;
}

.img8 {
    max-width: 417px;
}

.video-container {
    position: relative;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-dialog {
    min-width: 100%;
}

@media (max-width: 991) {
    .modal-dialog {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        min-width: 990px;
    }

    .video-container {
        padding-bottom: 53.1%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .screencapture {
        max-width: calc(100% - 30px);
    }

    .features-break h1 {
        width: 80%;
    }

    .footer-content {
        width: 100%;
        padding: 0 15px;
    }

    .navbar-brand img {
        max-height: 70px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .top-background {
        max-width: 1280px;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-brand img {
        max-height: 60px;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .its-free {
        display: none;
    }

    .sm-no-margin {
        margin-top: 0 !important;
    }

    .sm-how-margin-top {
        margin-top: 40px;
    }

    .screencapture {
        margin: 50px auto 0;
        max-width: calc(100% - 30px);
    }

    .features {
        padding: 50px 0 30px;
    }

    .features-section img {
        max-width: 100%;
    }

    .features-section h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .features-section img {
        margin-top: 10px;
    }

    .footer-content {
        padding: 0 15px;
    }

    .footer-links * {
        margin-left: 40px;
    }

    .bottom-background {
        top: 5px;
        width: 1280px;
    }

    .middle-background {
        width: 1280px;
        top: 42%;
    }

    .features-break h1 {
        font-size: 28px;
        width: 100%;
    }

    .hero h1, .features h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .top-background {
        left: 95%;
        width: 1280px;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-brand img {
        max-height: 60px;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .sm-no-margin {
        margin-top: 0 !important;
    }

    .features-break h1, .newsletter h1 {
        font-size: 28px;
        width: 100%;
    }

    .hero h1, .features h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .xs-block {
        display: block !important;
    }

    .sm-how-margin-top {
        margin-top: 15px;
    }

    .hero h3 {
        font-size: 16px;
    }

    .screencapture {
        margin: 50px auto 0;
        max-width: calc(100% - 30px);
    }

    .features {
        padding: 40px 0;
    }

    .features-section img {
        max-width: 100%;
        margin: 0;
    }

    .pr-custom {
        padding-right: 15px;
    }

    .pl-custom {
        padding-left: 15px;
    }

    .features-break h1 {
        font-size: 26px;
        text-indent: 0;
        padding-left: 0;
    }

    .newsletter-checkboxes {
        flex-wrap: wrap;
    }

    .contact-left {
        margin-bottom: 40px;
        border: none;
    }

    .footer-content {
        padding: 0 15px;
    }

    .footer-links {
        display: block !important;
    }

    .footer-links * {
        display: block !important;
        margin-left: 0;
        text-align: left;
        margin-top: 10px;
		position: relative;
		top: 10px;
    }


    .bottom-background {
        bottom: 0;
        top: unset;
        left: 8%;
        width: 2560px;
    }
}

@media (max-width: 576px) {
    .features-section__image {
        order: 2;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        z-index: 3;
        background: rgba(0,0,0,0.2);
        width: calc(100% - 28px);
        top: 70px;
        backdrop-filter: blur(5px);
        left: 14px;
    }

    .its-free {
        max-height: 27px;
        bottom: -15px;
    }

    .contact-left h4 {
        margin-bottom: 20px;
    }

    .contact-left p {
        font-size: 16px;
    }

    .contact {
        padding: 30px 0;
    }

}




.bigshadow {
    -webkit-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.25);
    background-color: white;
    border-top: 5px solid #447595;
    padding: 50px;
}

@media (max-width: 767px) {
	.bigshadow {
		padding: 10px;
	}
}

h1.bigshadowTitle {
    font-size: 34px;
    font-weight: bold;
    color: #447595;
    margin-bottom: 10px;
    text-shadow: none;
}

a.userManualLink {
    color: inherit;
    position: relative;
    left: 5px;
    top: 5px;
    font-weight: bold;
}

a.userManualLink img {
    position: relative;
    top: -3px;
    left: -3px;
}

    a.userManualLink:hover {
        text-decoration: none;
    }

a.userManualLink:hover p {
    text-decoration: none;
    opacity: 0.8;
}


.faq_question {
    font-weight: bold;
    margin-left: 30px;
    position: relative;
    cursor: pointer;
}
    .faq_question i {
        position: absolute;
        top: 0;
        top: 9px;
        left: -22px;
        color: #cccccc;
        font-size: 27px;

        -moz-transition: transform 0.5s ease;
        -webkit-transition: transform 0.5s ease;
        -o-transition: transform 0.5s ease;
    }

    .faq:first-of-type .faq_question i {
        top: -1px;
    }


.faq:not(:first-of-type) .faq_question {
    border-top: 1px solid #cccccc;
    margin-top: 15px;
    padding-top: 10px;
}

.faq .faq_answer {
    max-height: 0;
    overflow: hidden;
    margin-left: 30px;
    -moz-transition: max-height 0.5s ease;
    -webkit-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
}
.faq.open .faq_answer {
    max-height: 150px;
}
.faq.open i {
    transform: rotate( 90deg );
}


/* Pricing */

.pricingTable {
	width: 100%;
}

.pricingTable th {
	font-size: 28px;
	color: #4A7999;
	font-weight: bold;
	text-align: center;
}

.pricingTable tr {
	font-size: 20px;
	color: #555555;
	font-weight: bold;
	text-align: left;
	height: 80px;
}
.pricingTable tr:last-of-type {
	height: 120px;
}
.pricingTable td {
	border-top: 1px solid #E2E2E2;
}
.pricingTable tr img {
	width: 28px;
	margin: auto;
	display: block;
	
}

.pricingTable .btn {
	line-height: 1.2;
    text-align: left;
    border-color: #317057;
    background-color: #3ba056;
    border-radius: 0;
    padding: 5px 28px;
}

.pricingTable .btn:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}


@media (max-width: 767px) {
	.pricingTable td {
		font-size: 15px;
	}
	.pricingTable tr:last-of-type td {
		padding: 10px;
		padding-right: 0px;
	}
}

@media (min-width: 1000px) {
	.pricingTable .btn {
		width: 170px;
	}
}