
/* normalizeeeeeeeee*/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: 'Roboto', sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  color: #1b1b1b;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
}

*, *:before, *:after {
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
  text-decoration: none;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
	.not-ios {
		display: none!important;
	}
	.ios {
		display: block;
	}
	
}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */
	.not-ios {
		display: block;
	}
	.ios {
		display: none!important;
	}
	
}

/* ===== General ===== */


::-moz-selection {
    background-color: #b5b5b5;
    color: #ffffff;
}

::-webkit-selection {
    background-color: #b5b5b5;
    color: #ffffff;
}

::selection {
    background-color: #b5b5b5;
    color: #ffffff;
}

body {
	background: #ffffff;
	height: 100%;
}

html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
}

h1, h3 {
	font-size: 2.4em;
 	margin: 0.6em 0 1em;
	font-weight: 300;
}

h2 {
	font-size: 2.0em;
	font-weight: 300;
}

.sh-three {
	font-size: 1.4em;
	font-weight: 600;
	color: #3361CD;
}
	

p, .cs-list li {
	font-size: 1.4em;
	margin: 0.4em 0;
	font-weight: 300;
	color: #454545;
}

.sh-three {
	font-size: 1.4em;
}

li {
	font-size: 1.4em;
	margin: 0.4em 0;
	color: #454545;
	font-weight: 300;
}

ul, ol {
	margin: 30px 0 30px 30px;
}

ol {
	font-weight: 400!important;
}

ol span {
	font-weight: 300;
}

.par-margin-fix {
	margin-left: -30px;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration:  underline;
}

.sticky-wrap {
	min-height: 100%;
	margin-bottom: -240px; 
}

.sticky-wrap:after {
	content: " ";
	display: block;
}

footer, .sticky-wrap:after {
	height: 280px; 
}

footer {
	background: #c8c8c8;
	position: relative;
}

.responsive-img {
	margin: 0 auto;
    height: auto;
    max-width: 100%;
}

.image-mobile {
	display: none;
}

.linker {
	color: #1f6aa4;
	font-weight: 400;
	text-decoration: underline;
}

.linker:hover {
	color: #388dcf;
}

.white-popup {
	position: relative;
	background: #ffffff;
	width: auto;
	max-width: 1400px;
	margin: 20px auto;
}

.padded-pop {
	padding: 20px;
	background: #ffffff;
	width: auto;
	max-width: 640px;
	margin: 20px auto;
	position: relative;
}

.hidden-button{
	display: none;
	text-align: center;
	padding: 20px;
}

.wide-button {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.chatter {
	background: #ffffff;
	min-width: 300px;
	max-width: 300px;
	height: 600px;
	margin: 0 auto;
}


/* =============================== HEADER + MENU  =============================== */

header {
	width: 100%;
	background: #ffffff;
	padding: 16px 20px 10px 20px;
	position: relative;
}
nav {
	position: absolute;
	top: 36px;
	right: 20px;
}
.navlink {
	color: #1b1b1b;
	margin: 0 14px;
	font-size: 1em;
}

.navlink:hover {
	color: #9A9A9A;
}

.navbutton {
	color: #ffffff;
	font-size: 1em;
	padding: 4px 20px;
	background: #75c054;
	border-radius: 8px;
}
.navbutton:hover {
	background: #89cb6c;
}

.lped {
	background-color: #3C8622;
}

.lped:hover {
	background-color: #259A3D;
}


/* =============================== CONTENT  =============================== */

.splash-image {
	width: 100%;
}

.open-popup {
	position: relative;
	display: block;
}

.play-btn {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity: 0.6;
}

.play-btn:hover {
	opacity: 0.8;
}

.blue-back, .green-back, .yellow-back {
	background-attachment: scroll;
	background-size: 100% 100%;
	padding: 0 0 140px 0;
}

.blue-back {
	background-image: url("../images-new/blue-back.png");
}

.green-back {
	background-image: url("../images-new/green-back.png");
}

.yellow-back {
	background-image: url("../images-new/yellow-back.png");
}

.study-break {
	margin: 80px 0;
	height: 8px;
	background: #cccccc;
	border-bottom: 4px solid #a0a0a0;
}

.semi-bold {
	font-weight:400;
}

.video-holder {
	margin: 40px auto;
	max-width: 800px;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.wide-wrapper {
	width: 1600px;
	margin: 0 auto;
}
.top-pad {
	padding-top: 40px;
}

.right-pad {
	padding-right: 40px;
}

.bottom-pad {
	padding-bottom: 40px;
}

.left-pad {
	padding-left: 40px;
}

.clearer {
	clear: both;
}

.three, .seven {
	display: inline-block;
	vertical-align: top;
}

.five {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.three {
	width: 35%;
}

.seven {
	width: 65%;
}

.big-button {
	color: #ffffff;
	font-size: 1.6em;
	padding: 10px 80px;
	background: #75c054;
	border-radius: 8px;
	cursor: pointer;
}

.big-button:hover {
	background: #89cb6c;
}

.separator-blue, .separator-green, .separator-yellow {
	background-attachment: scroll;
	background-size: 100% 300px;
	background-position: center bottom;
	height: 100px;
}

.separator-blue {
	background-image: url("../images-new/blue-back.png");
}

.separator-green {
	background-image: url("../images-new/green-back.png");
}

.separator-yellow {
	background-image: url("../images-new/yellow-back.png");
}

.separator span {
	display: inline-block;
	vertical-align: top;
	height: 4px;
}

.sep-a {
	background: #a1a1a1;
	width: 50%;
}

.sep-b {
	background: #cacaca;
	width: 30%;
}

.sep-c {
	background: #e7e7e7;
	width: 20%;
}

.current {
	border-bottom: 1px solid #cacaca
}


/* =============================== FOOTER  =============================== */

.footer-wrap {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 40px;
	position: relative;
}

.address {
	font-size: 1.1em;
	margin-bottom: 40px;
}

.copyr {
	font-size: 1.1em;
	color: #ffffff;
	text-align: center;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	text-decoration: underline;
}

.scrollup {
	display: block;
	background: url("../images-new/top.png") no-repeat scroll 0 0 rgba(0,0,0,0.3);
	height: 50px;
	width: 50px;
	position: absolute;
	top: 40px;
	right: 30px;
	cursor: pointer;
	opacity: 0.6;
}

.scrollup:hover {
	opacity: 1;
}

/* =============================== ABOUT US  =============================== */

.team {
	border-radius: 50%;
	margin-bottom: 30px
}

.team-separator {
	height: 1px;
	margin: 40px 0;
	background: #cccccc;
}

.feature-separator {
	height: 1px;
	margin: 40px 0;
	border: dashed 1px #cccccc;
}

blockquote {
	font-size: 0.8em;
	font-style: italic;
	padding: 0.35em 0 0 94px;
	line-height: 1.45;
	position: relative;
	color: #999999;
}

blockquote:before {
	font-family: Georgia, serif;
	font-size: 200px!important;
	color: #cbcbcb;
	display: block;
	padding-left: 10px;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -50px;
}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

.caveman {
	margin: 40px 0;
}
 
.green {
	color: #5ca76f;
}

/* =============================== CONTACT  =============================== */

form {
	display: block;
	max-width: 600px;
}

.error[generated=true] {
	background: #de3737;
    color: #ffffff;
    font-size: 16px;
    padding: 2px 10px;
    position: relative;
    text-shadow: none;
    top: -6px;
}

.error[generated=true]:after {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(222, 55, 55, 0);
	border-top-color: #de3737;
	border-width: 10px;
	margin-left: -10px;
}

input, textarea, select {
	border: 0px;
	font: inherit;
	font-size: 1.2em;
	font-weight: 300;
	padding: 10px;
	width: 100%;
	max-width: 100%;			
	background: #f9f9f9;
	border: 1px solid #cccccc;
	margin: 0 0 36px 0;
}

input[type=submit] {
	background: #ffde97;
	color: #000000;
	font: inherit;
	cursor: pointer;
	padding: 10px 60px;
	width: auto;
	letter-spacing: 1px;
	display: block;	
}

input[type=submit]:hover {	
	background: #ffcc5d;
}

input[type="radio"] {
	width: auto;
	margin: 0 10px 0 0;
	display: inline-block;
	font-size: 1em;
	font-weight: 300;
}

.radio-hold {
	display: inline-block;
	margin: 0 10px 36px 0;
}


.response-holder .success, .response-holder .failure {
	display: block;
	margin: 0 0 50px 0;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
    font-size: 24px;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.response-holder .success {
	background: #82AF7B;
}

.response-holder .failure {
	background: #c84b51;
}

label {
	display: inline-block;
	font-size: 1em;
	font-weight: 300;
	margin: 0 0 10px;
}


/* =============================== GIVE AWAY  =============================== */

.giveaway-header {
	background: url("../images-new/giveaway-header.jpg") no-repeat scroll 0 0 transparent;
	background-size: cover;
}

.relativer {
	position: relative;
}

.get-started {
	position: absolute;
	right: 20px;
	top: 10px;
	display: inline-block;
	padding: 8px 20px;
	background: #ffffff ;
    color: #1A8330;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	font-weight: bold;
}

.get-started:hover {
	color: #27D055;
}

.video-holder {

}

.video-holder-small {
	max-width: 800px;
	margin: 40px auto;
}

.center-txt {
	text-align:  center;
}

.white-txt {
	color: #ffffff;
}

.three-real {
	display: inline-block;
	vertical-align:  top;
	width: 33.33%;
}

.feature-box {
	padding: 20px;
	text-align: center;
}

.feature-box h4 {
	font-size: 20px;
}

.feature-box img {
	max-width: 240px;
	margin: 20px auto;
}

.giveaway-separator {
	height: 60px;
}

.giveaway-footer {
	background: #226c1c !important;
}

.start-btn {
	text-align: center;
	display: block;
	margin: 20px auto;
	background: #ff9314;
	color: #ffffff;
	padding: 20px;
	font-size: 1.8em;
	max-width: 400px;
	border-radius: 8px;
}

.start-btn:hover {
	background: #FF8114;
}

.help-section {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 10px;
	text-align: center;
}

.help-section a {
	border: 1px solid #cccccc;
	display: block;
	padding: 20px
}

.help-section a:hover {
	background: #E8E8E8;
}

.help-section h3 {
	font-weight: normal;
	font-size: 1.4em;
	color: #454545;
	margin-bottom: 10px
}

.help-section img {
	max-width: 160px;
	width: 100%;
}

.video-list {
	max-width: 800px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.video-list h4 {
	display: block;
	padding: 10px;
	color: #454545;
	background: #E9E9E9;
	border-bottom: 1px solid #cccccc;
}

.play-vid {
	display: block;
	padding: 10px 10px 10px 40px;
	color: #454545;
	border-bottom: 1px solid #cccccc;
	background: url("../images-new/vid-play.png") no-repeat scroll 8px 8px transparent;
}

.play-vid:hover {
	color: #4BB3A1;
	background: url("../images-new/vid-play.png") no-repeat scroll 8px 8px transparent;
}

.play-pdf {
	display: block;
	padding: 10px 10px 10px 40px;
	color: #454545;
	border-bottom: 1px solid #cccccc;
	background: url("../images-new/pdf-play.png") no-repeat scroll 8px 8px transparent;
}

.play-pdf:hover {
	color: #4BB3A1;
}

.terms-nav {
	list-style: decimal;
}

.terms-nav li, .termser a {
	font-size: 1em;
	color: #1f6aa4;
	text-decoration: underline;
}

.termser a:hover {
	color: #388dcf;
}

.termser li {
	font-size: 1.2em;
	font-weight: 300;
}

.footer-terms {
	color: #454545;
	font-weight: 400;
}

/*=============== LP =====================*/

.logo-link {
	display: inline-block;
}

.modern-lp {
	background: rgb(248,255,254);
    background: linear-gradient(180deg, rgba(255,255,255,1) 12%, rgba(249,255,254,1) 44%, rgba(233,255,253,1) 100%);
	background-attachment: fixed;
}

.white-back {
	background-color: #ffffff;
}

.imager {
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgb(175 175 175 / 30%);
}
.img-fixup {
	padding: 14px;
	background-color: #ffffff;
}

.mobiler {
	display: none!important;
}

.montserrat {
	font-family: 'Montserrat', sans-serif;
}

.montserrat h3 {
	font-weight: 600;
}

.montserrat h2 {
	font-weight: 600;
	margin-bottom: 20px
}

.blue-bar {
	background-color: #3c72c2;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	text-align: center;
	font-size: 1.2em;
	padding: 8px 20px;
}

.center-txt {
	text-align: center;
}

.montserrat h2 {
	font-size: 1.4em;
	font-weight: 300;
	font-style: italic;
	text-align: center;
}

.two {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

.image-col {
	padding: 40px  0;
}

.right-col {
	padding: 40px 0 40px 40px;
}

.left-col {
	padding: 40px 40px 40px 0;
}

.header-p {
	font-weight: 300;
	font-size: 1.3em;
}

.full-padd {
	padding: 40px 0;
}

.blue-cta {
	background-color: #266acf;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
	display: block;
	padding: 8px;
	border-radius: 10px;
	margin-top: 20px;
	cursor: pointer;
}

.blue-cta:hover {
	background-color: #1a5dbf;
}

.grey-banner {
	background-color: #4e4e4e;
}

.grey-b-txt {
	color: #ffffff;
	font-weight: 600;
	font-size: 1.4em;
}

.grey-logos img {
	margin: 20px 20px 0 20px;
}

.top-margin {
	margin-top: 40px;
}

.bottom-margin {
	margin-bottom: 40px;
}

.liner {
	height: 3px;
	width: 100%;
	border-radius: 50%;
	background-color: #b5b5b5;
}

.testiminner {
	padding: 20px 40px;
	background: url("https://visiopt-site.s3.amazonaws.com/lp-images/quote.webp") no-repeat 20px 20px #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgb(175 175 175 / 30%);
}

.testimonial h3 {
	text-align: center;
	font-style: italic;
}

.testim-name {
	font-weight: 600;
	font-style: italic;
}

.testim-logo {
	display: block;
	margin-top: 20px;
	height: auto;
    max-width: 100%;
}

.green-cta {
	background-color: #3C8622;
	color: #ffffff;
	display: inline-block;
	padding: 10px 60px;
	border-radius: 10px;
	font-weight: 600;
	cursor: pointer;
}

.green-cta .top-line {
	font-size: 2em;
}

.green-cta .bottom-line {
	font-size: 1.2em;
}

.green-cta:hover {
	background-color: #49a229;
}

.small-cta {
	display: inline-block;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 1.2em;
	font-weight: 600;
	margin: 10px;
	cursor: pointer;
}
	
.small-green {
	background-color: #3C8622;
}

.small-green:hover {
	background-color: #49a229;
}

.small-blue {
	background-color: #266acf;
}

.small-blue:hover {
	background-color: #1a5dbf;
}

.castud {
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgb(175 175 175 / 40%);
	background-color: #ffffff;
}

.casetud-head {
	text-align: center;
    display: block;
    background-color: #3D7F7F;
    font-size: 2em;
    font-weight: 600;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
}

.case-pad {
	padding: 40px;
}

.cs-chart {
	display: inline-block;
	width: 40%;
	margin: 0 10px;
}

.relativer {
	position: relative;
	height: 200px;
}

.relativer .before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30%;
	background-color: #cb0027;
}


.relativer .after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #3C8622;
}

.before span, .after span {
	position: absolute;
	bottom: 10px;
	color: #ffffff;
	font-weight: 600;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%)
	}

.chart-red {
	font-size: 1.2em;
	font-weight: 600;
	color: #cb0027;
}

.chart-green {
	font-size: 1.2em;
	font-weight: 600;
	color: #3C8622;
}

.case-img {
	height: auto;
    max-width: 100%;
}

.arrow-img {
	padding-top: 10px;
}

.infographics {
	position: relative;
	max-width: 993px;
	margin: 0 auto;
	background-image: url("https://visiopt-site.s3.amazonaws.com/lp-images/infographic-1b.webp");
	background-size: contain;
	background-repeat: no-repeat;	
}

.infograph-img {
	z-index: 2;
	position: relative;
}

.infograph-inner {
	position: absolute;
	z-index: 1;
	width: 100%;
	height:100%;
	bottom: 0;
	left: 0;
	opacity: 0;
	background-image: url("https://visiopt-site.s3.amazonaws.com/lp-images/infographic-1c.webp");
	background-size: contain;
	background-repeat: no-repeat;
    -webkit-animation: reveale-it 6s infinite;
		    animation: reveale-it 6s infinite;
}

.half {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 20px 20px 20px;
}

.procontra {
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgb(175 175 175 / 40%);
	background-color: #ffffff;
	padding: 30px 20px 20px 20px;
}

.procontra h2 {
	font-size: 1.4em;
	text-align: center;
}

.procontra ul {
	margin: 30px 10px 10px 10px;
	list-style: none;
}
.procontra li {
	padding: 0 0 10px 40px;
}

.icon-check li {
	background: url('https://visiopt-site.s3.amazonaws.com/lp-images/icon-check.webp') no-repeat;
}

.icon-minus li {
	background: url('https://visiopt-site.s3.amazonaws.com/lp-images/icon-minus.webp') no-repeat;
}

video {
  	max-width: 100%;
  	height: auto;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.cartlinks a {
	color: #204ABB;
}
.cartlinks a:hover {
	text-decoration: underline;
}

.paymentproc img, .cart-visi img {
	margin-bottom: 20px;
	max-width: 100%;
}

.cart-visi {
	padding: 20px;
	border-radius: 10px;
	background: rgb(248,255,254);
    background: linear-gradient(180deg, rgba(247,247,247,1) 12%, rgba(238,238,238,1) 44%, rgba(231,231,231,1) 100%);
}

.cartlinkholder {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 10px;
	background: rgb(248,255,254);
    background: linear-gradient(180deg, rgba(247,247,247,1) 12%, rgba(238,238,238,1) 44%, rgba(231,231,231,1) 100%);
	font-size: 0.9em;
}

.cartlinkholder p {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.cartlinkholderfixed {
	position: fixed;
	top: 200px;
	left: 40px;
	padding: 10px;
	border-radius: 10px;
	background: rgb(248,255,254);
    background: linear-gradient(180deg, rgba(247,247,247,1) 12%, rgba(238,238,238,1) 44%, rgba(231,231,231,1) 100%);
	font-size: 0.9em;
}


.webh-link:hover {
	color: #388dcf;
}

.webh-link {
	display: block;
	font-size: 2em;
	margin-top: 40px;
	color: #1f6aa4;
	text-decoration: underline;
}


/** affiliate page **/


.affiliate-video {
	max-width: 900px;
	margin: 40px auto;
}

.affiliate-cta {
	max-width: 800px;
	padding: 16px;
	font-size: 1.8em;
	margin: 30px auto 100px auto;
}

.affiliate-pad {
	padding: 40px 60px 60px 60px;
}

.catalyster {
	padding-right: 40px;
}

/** pricing page **/

.slider {
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between;
	
}
.slider label {
    font-size: 1em;
	font-weight: 500;
	
}
.slider input[type="range"] {
	 -webkit-appearance: none;
	margin: 0 0 10px 0;
	padding: 0;
    width: 100%;
    border: none;
	height: 16px;
	border-radius: 8px;  
	background: #d3d3d3;
	outline: none;
}

.slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%; 
    background: #00a39e;
    cursor: pointer;
	margin-top: -5px;
}

/** slider without launchpad **/

.slider-r {
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between;
	
}
.slider-r label {
    font-size: 1em;
	font-weight: 500;
	
}
.slider-r input[type="range"] {
	 -webkit-appearance: none;
	margin: 0 0 10px 0;
	padding: 0;
    width: 100%;
    border: none;
	height: 16px;
	border-radius: 8px;  
	background: #d3d3d3;
	outline: none;
}

.slider-r input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%; 
    background: #00a39e;
    cursor: pointer;
	margin-top: -5px;
}





.pricing-holder {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}

.pricing-box {
	flex: 25%;
	flex-basis: 10%;
	margin: 0 8px;
	padding: 14px;
	box-shadow: 0 0 14px rgb(120 120 120 / 0.23);
	border-radius: 6px;
	border: 2px solid #ffffff;
}

.price-title {
	margin: 40px 0 30px 0;
	text-align: center;
	font-size: 2em;
	font-weight: 600;
}

.selected-price {
	border: 2px solid #00a39e!important;
}

.pricing-box p {
	font-size: 1.2em;
	margin: 0;
	padding: 20px
}

.comparelist {
	margin: 0 0 30px 34px;
	font-size: 0.8em;
	font-weight: 300
}

.comparelist li {
	padding: 1px 4px;
	border-radius: 4px;
}

.comparelist li:hover {
	background-color: #F5F5F5;
}

.desktop-space, .mobil-space {
	list-style: none;
}

.desktop-space:hover, .mobil-space:hover {
	background-color: #ffffff!important;
}

.mobile-space {
	display: none!important;
}

.plan-holder {
	margin: 20px 0 40px 0;
	text-align: center;
}
.plan-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 4em;
	font-weight: 600;
	color: #00a39e;
}

.plan-time {
	display: inline-block;
	vertical-align: middle;
	color: #282828;
	font-size: 1em;
	margin: 20px 0;
}

.price-sub {
	font-weight: 600;
	color: #00a39e;
	padding: 0!important;
	margin-bottom: 10px!important;
}

.pricicle {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 24px);
}
.info {
	background: url('https://visiopt.com/images-new/price-help-3.png') no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: -4px;
	cursor: pointer;
	vertical-align: middle;
}

.breakit {
    display: block!important;
    height: 10px;
}

.pricespace {
	height: 35px;
	width: 16px;
	display: block!important;
}
   
.reded {
	color: #E30003;
}

.pinked {
	color: #E900DA;
}

.purpled {
	color: #6A00BB;
}

.blued {
	color: #058CC4;
}

.greened {
	color: #00B525;
}

.oranged {
	color: #FF6910;
}

summary {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.icon {
	margin: 8px 10px 0 0;
    transition: all 0.35s ease-out;
}
details[open] .icon {
	transform: rotateX(180deg);
}

.pricta {
	font-size: 1.2em;
	color: #ffffff;
	background-color: #00a39e;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline-block;
	float: right;
	margin: 0 0 14px;
}

.pricta:hover {
	background-color: #008985;
}

.inblock {
	display: inline-block;
}

.pricta-a {
	display: block;
	text-align: center;
	font-size: 1.2em;
	border-radius: 5px;
	border: 1px solid #00a39e;
	padding: 10px 20px;
	margin: 20px 0 60px 0;
}

.empty {
	color: #00a39e;
	background-color: #ffffff;
}

.empty:hover {
	color: #ffffff;
	background-color: #00a39e;
}

.full {
	color: #ffffff;
	background-color: #00a39e;
}

.full:hover {
	color: #00a39e;
	background-color: #ffffff;
}

.blues {
	display:block;
	max-width: 400px;
	margin: 10px auto 40px auto;
	color: #ffffff;
	background-color: #266acf;
	cursor: pointer;
}

.blues:hover {
	background-color: #1a5dbf;
}

.price-img {
	display: inline-block;
	vertical-align: middle;
	width: 120px;	
}

.price-p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 120px);
	padding-left: 20px;
}

.mobiler-p {
	display: none;
}

.mvy {
	margin-top: 20px;
	border-bottom: 1px solid #d3d3d3;
	text-align: center;
}

.mvy div {
	display: inline-block;
	font-size: 0.9em;
	padding: 8px 30px;
	background-color: #e3e3e3;
	border-radius: 8px 8px 0 0;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	cursor: pointer;
}

.mvy div:hover {
	background-color: #f3f3f3;
}

.mvy .activated {
	display: inline-block;
	font-size: 1.2em;
	padding: 14px 60px 6px 60px;
	background-color: #ffffff;
	box-shadow: 0px 2px 0px 0px #ffffff;
}
.mvy .activated:hover {
	background-color: #ffffff;
}

.billann {
	font-size: 0.8em;
}

.sh-red {
	color: #D30B0E;
	font-weight: 500;
}

code {
	font-family: monospace;
	font-style: italic;
}

.shopylinkholderfixed {
	position: fixed;
	max-width: 400px;
	top: 200px;
	left: 40px;
	padding: 10px;
	border-radius: 10px;
	background: rgb(248,255,254);
    background: linear-gradient(180deg, rgba(247,247,247,1) 12%, rgba(238,238,238,1) 44%, rgba(231,231,231,1) 100%);
	font-size: 0.9em;
}

.shopylinkholderfixed a {
	font-size: 1.2em;
	font-weight: 500;
	color: #204ABB;
}

.shopylist {
	margin: 0 0 14px 20px;
}

.shopylist li {
	margin: 0
}

.shopylist li a {
	font-size: 0.8em;
	color: #204ABB;
	font-weight: 400;
}

.play-page {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #454545;
    border-bottom: 1px solid #cccccc;
    background: url(../images-new/page-play.png) no-repeat scroll 8px 8px transparent;
}


.shopylinkholderfixed a:hover, .shopylist li a:hover {
	text-decoration: underline;
}


@keyframes reveale-it {
	0% { background-position: 0 0; opacity: 100; }
	99% {  opacity: 100; }
	100% { background-position: 993px 0; opcaity: 0; }
}

@media only screen and (max-width: 2100px) {
	.shopylinkholderfixed {
		max-width: 300px;
	}
}


@media only screen and (max-width: 1640px) {
	.wide-wrapper {
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1600px) {
	.play-btn {
		width: 160px;
	}
	.cartlinkholderfixed, .shopylinkholderfixed {
		display: none;
	}
}

@media only screen and (max-width: 1280px) {
	body {
		background: #ffffff;
	}
	.wrapper, .slider-wrap, .footer-wrap {
		width: 100%;
		margin: 0;
	}
	h1, h3 {
		font-size: 2.2em;
	}	
	p, li {
		font-size: 1.2em;
		margin: 0.3em 0;
	}
	.sh-three {
		font-size: 1.2em;
	}
	.comparelist {
		margin: 0 0 20px 34px;
		font-size: 1em;
	}
	.blue-back, .green-back, .yellow-back {
		background-size: 1366px 100%;
		background-position: center;
	}
	.play-btn {
		width: 140px;
	}
	.padded {
		padding: 0 20px;
	}
	.full-padd {
		padding: 40px;
	}
	.chart-red, .chart-green {
		font-size: 1em;
	}
	.price-title {
		font-size: 1.6em;
	}
	.pricing-holder {
		margin-top: 20px;
	}
	
}

@media screen and (max-width: 1120px) {
	.desktop-space {
		display: none!important;
	}
	.mobile-space {
		display: block!important;
	}
}

@media screen and (max-width: 1090px) {
	.pricing-box {
		flex-basis: 40%;
		margin-bottom: 40px;
	}
	.icon {
		margin-top: 8px;
	}
	.mobile-space {
		display: none!important;
	}
	.mobiler-p {
		display: block;
	}
	.desktoper-p {
		display: none;
	}
}


@media screen and (max-width: 840px) {
	header {
		padding: 16px 0 10px 0;
	}
	.topnav a {
		display: none;	
	}
	.logo, .logo-link {
		margin-left: 20px;
	}
	.menu-icon {
		position: absolute;
    	top: 30px;
		right: 20px;
	 	width: 32px;
	 	height: 32px;
	  	background: url("../images-new/menu-32.png") no-repeat scroll 0 0;
		cursor: pointer;
  	}
	.menu-icon:hover {
		opacity: 0.7;
	}
	.topnav.responsive {
		position: relative;
		top: 10px;
		left: 0;
		width: 100%;
		background: #eeeeee;
		padding: 20px;
		border-bottom: 8px solid #cccccc;
	}
	.topnav.responsive .icon {
    	position: absolute;
    	right: 0;
    	top: 0;
	}
	.topnav.responsive a {
		display: table;
		font-size: 1.4em;
		text-align: center;
		margin: 0 auto 10px auto;
		max-width: 180px;
	}
	.navbutton {
		margin-bottom: 0!important;
	}
	.play-btn {
		width: 100px;
	}
	.giveaway-separator {
		height: 40px;
	}
	.help-section {
		width: 50%;
	}
	.two {
		width: 100%;
	}
	.image-col, .right-col, .left-col {
		padding: 10px 0;
	}
	.full-padd, .case-pad {
		padding: 30px;
	}
	.desktoper {
		display: none;
	}
	.mobiler {
		display: block!important;
	}
	.chart-red, .chart-green {
		font-size: 1em;
	}	
}



@media only screen and (max-width: 800px) {
	.blue-back, .green-back, .yellow-back {
		background-position: 10%;
		padding: 100px 0;
	}
	.top-pad {
		padding-top: 0;
	}
	.right-pad {
		padding-right: 0;
	}
	.bottom-pad {
		padding-bottom: 0;
	}
	.left-pad {
		padding-left: 0;
	}
	.wrapper, .footer-wrap {
		padding: 20px;
	}
	.scrollup {
		top: 20px;
	}
	.top-pad {
		padding-top: 30px;
	}
	.image-max {
		max-width: 400px;
	}
	.team {
		max-width: 300px;
	}
	.three, .five, .seven, .three-real, .half {
		display: block;
		width: 100%;
	}
	.image-mobile {
		display: block;
	}
	.image-desktop {
		display: none;
	}
	h1, h3 {
		font-size: 2em;
		margin: 0.5em 0;
	}	
	p, li {
		font-size: 1.1em;
		margin: 0.3em 0;
	}
	.sh-three {
		font-size: 1.1em;
	}
	input, textarea {
		font-size: 1em;
	}
	ul, ol {
		margin: 20px 0 20px 20px;
	}
	.par-margin-fix {
		margin-left: -20px;
	}
	.big-button {
		font-size: 1.4em;
		padding: 10px 60px;
	}
	.separator-blue, .separator-green, .separator-yellow {
		background-attachment: scroll;
		background-size: 100% 220px;
		height: 80px;
	}
	.address, .copyr {
	font-size: 1em;
	}
	.sticky-wrap {
		margin-bottom: -200px; 
	}
	footer, .sticky-wrap:after {
		height: 200px; 
	}
	.wide-button {
		width: 98%;
	}
	.get-started {
		top: 30px;
	}
	.blue-bar {
		font-size: 1em;
		padding: 4px 10px;
	}
	.montserrat h2 {
		font-size: 1.2em;
	}
	.header-p {
		font-size: 1.1em;
	}
	.grey-b-txt {
		font-size: 1.2em;
	}
	.green-cta {
		padding: 10px 40px;
		border-radius: 8px;
	}

	.green-cta .top-line {
		font-size: 1.6em;
	}

	.green-cta .bottom-line {
		font-size: 1em;
	}
	.castud {
		text-align: center;
	}
	.procontra br {
		display: none;
	}
	.wide-wrapper {
		padding: 20px;
	}
	.price-title {
		font-size: 1.8em;
	}
	.pricing-holder {
		display: block;
		max-width: 440px;
    	margin: 20px auto 0 auto;
	}
	.pricing-box{
		margin: 0 0 20px 0;
	}
	.center-this {
		text-align: center;
	}
	.pricta {
		float: none;
		margin: 0 0 14px;
	}
	.inblock {
		display: block;
	}
	.price-img {
		width: 80px;	
	}
	.price-p {
		width: calc(100% - 80px);
	}
}



@media only screen and (max-width: 520px) {
	.sticky-wrap {
		margin-bottom: -180px; 
	}
	footer, .sticky-wrap:after {
		height: 180px; 
	}
	nav {
		position: static;
	}
	.navlink{
		display: inline-block;
		margin: 8px 14px 0 14px;
	}
	.navbutton {
		display: inline-block;
		margin: 14px 0 0 0;
	}
	h1, h3 {
		font-size: 1.8em;
		margin: 0.4em 0;
	}
	p, .main-kontakt p, li  {
		font-size: 1em;
		margin: 0.3em 0;
	}
	.sh-three {
		font-size: 1em;
	}
	.big-button {
		font-size: 1.2em;
		padding: 8px 40px;
	}
	blockquote {
		font-size: 0.8em;
		padding: 0.35em 0 0 64px;
	}

	blockquote:before {
		font-size: 140px!important;
		font-size: 80px;
		top: -32px;
	}
	.separator-blue, .separator-green, .separator-yellow {
		background-attachment: scroll;
		background-size: 100% 160px;
		height: 60px;
	}
	.address, .copyr {
		font-size: 0.9em;
	}
	.play-btn {
		width: 80px;
	}
	.help-section {
		width: 100%;
	}
	.full-padd, .case-pad {
		padding: 20px;
	}
	.green-cta {
		padding: 10px 20px;
	}
	.green-cta .top-line {
		font-size: 1.4em;
	}
	.cartlinkholder p {
		width: 150px;
	}
	.price-title {
		font-size: 1.6em;
	}
}

@media only screen and (max-width: 440px) {
	.image-max {
		max-width: 100%!important;
	}
	.address {
		max-width: 260px;
		margin-bottom: 20px;
	}
	.play-btn {
		width: 50px;
	}
}


