body {
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	padding: 80px 0 70px 0;
	color: #030404;
}

.white {
	color: #fff !important;
}

.text-content {
	margin: 0 auto;
	max-width: 800px;
	padding: 3em 1em;
}

nav.navbar {
	padding: 1em 1.75em;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	font-family: 'Oswald', sans-serif;
	background-color: #fff;
}

nav.navbar {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	font-family: 'Oswald', sans-serif;
}

nav.navbar .nav-link {
	display: inline-block;
	padding: 0.75em 1em;
	margin: 0 0.5em;
	line-height: 1;
	font-size: 0.813em;
	font-weight: 500;
	color: #0080ff;
	text-transform: uppercase;
	border-top: 3px #fff solid;
	border-bottom: 3px #fff solid;
}

nav.navbar .nav-link:hover, nav.navbar .nav-link:active, nav.navbar .nav-link:focus {
	color: #000;
}

nav.navbar .nav-link.button {
	padding: 0.65em 1.5em;
	border-width: 2px;
	border-style: solid;
	color: #fff;
	border: 2px #ffa900 solid;
	position: relative;
	top: 3px;
}

nav.navbar .nav-link.button:hover {
	background-color: #fff;
	color: #000;
}

nav.navbar .nav-link.active {
	color: #000;
	border-bottom-color: #0080ff;
}

nav.navbar .navbar-brand {
	padding: 0;
}

nav.navbar .navbar-brand img {
	height: 48px;
}

blockquote {
	font-size: 1.5em !important;
	font-family: 'Oswald', sans-serif !important;
	line-height: 1.5em;
}

blockquote:before {
	display: inline-block;
	content: "“";
}

blockquote:after {
	display: inline-block;
	content: "”";
}

@media (min-width: 1200px)
{
	.container {
	    max-width: 1140px;
	}
}

@media (min-width: 1400px)
{
	.container {
	    max-width: 1240px;
	}
}

.text-content {
	max-width: 680px;
}

ol li {
	margin-bottom: 1em;
}

.video-wrapper {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 1024px;
	max-height: 700px;
}

.video-border {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
}

.video-border .video-wrapper {
	border: 10px #fff solid;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	z-index: 2;
}

.video-border:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 3px #0080ff solid;
	transform: rotate(3deg);
	content: ' ';
	z-index: 1;
}

.stamp {
	width: 120px;
	height: 120px;
	border-radius: 600px;
	border: 2px #ffa900 solid;
	position: absolute;
	right: -60px;
	top: 60px;
	z-index: 3;
}

.stamp .inner {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	background-color: #0080ff;
	color: #fff;
	font-size: 0.875em;
	line-height: 1.43;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	display: flex;
	text-transform: uppercase;
	justify-content: center;
	flex-direction: column;
	position: relative;
	top: -5px;
	left: -5px;
}

/*--UNIVERSAL------------------------------------------*/

.oswald {
	font-family: 'Oswald', sans-serif;
}

.mw {
	max-width: 600px;
	margin: 0 auto;
}

.mw-bigger {
	max-width: 780px;
	margin: 0 auto;
}

.bt {
	border-top: 1px #e5e5e5 solid;
}

.content {
	padding-top: 5em;
	padding-bottom: 5em;
}

.container-fluid.questions {
	border-top: 1px #e5e5e5 solid;
	text-align: center;
}

.container-fluid.questions .container {
	position: relative;
}

.container-fluid.questions .container:before {
	position: absolute;
	content: ' ';
	width: 88px;
	height: 153px;
	left: 10%;
	top: 0;
	display: block;
	background: url('../images/otaznik-levy.png') 0 0 no-repeat;
}

.container-fluid.questions .container:after {
	position: absolute;
	content: ' ';
	width: 120px;
	height: 167px;
	right: 10%;
	bottom: 0;
	display: block;
	background: url('../images/otaznik-pravy.png') 0 0 no-repeat;
}

.main-title {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 3.5em;
	line-height: 1.25em;
	margin: 0 0 0.65em 0;
}

.main-title .dotted {
	color: #0080ff;
	position: relative;
	display: inline-block;
}

.main-title .dotted:after {
	border-bottom: 3px #0080ff dotted;
	content: ' ';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
}

.claim {
	font-size: 1.750em;
	line-height: 1.3;
}

.large-title {
	font-family: 'Oswald', sans-serif;
	color: #0080ff;
	font-weight: normal;
	font-size: 2.625em;
	line-height: 1.24em;
	margin: 0 0 0.5em 0;
}

.medium-title {
	font-family: 'Oswald', sans-serif;
	color: #0080ff;
	font-weight: normal;
	font-size: 1.750em;
	line-height: 1.25em;
	margin: 0 0 1em 0;
}

.smallest-title {
	font-size: 1em !important;
	font-weight: bold;
	margin: 0 0 1em 0;
}

.absolute-top {
	position: absolute;
	top: -2em;
}

.check i {
	font-size: 1.5em;
	position: relative;
	top: 0.1em;
	margin-right: 0.25em;
}

.check-2 {
	color: #030404;
	font-size: 1.250em;
	position: relative;
	padding: 0 0 0 1.85em;
	line-height: 1.3em;
	font-family: 'Oswald', sans-serif;
}

.check-2:before {
	position: absolute;
	left: 0;
	top: 1px;
	font-family: 'exfitt';
	content: '\e81d';
	color: #0080ff;
	font-size: 1.15em;
}

.bigger {
	font-size: 1.250em;
	line-height: 1.5em;
}

.container-fluid.highlighted {
	background: #f1f6f8;
}

.icons {
	display: flex;
	padding: 3em 0;
}

.blue-icons {
	font-size: 2.25em;
	color: #0080ff;
	font-weight: bold;
	padding-top: 0.5em;
}

.blue-icons i {
	margin-right: 0.25em;
}

.watch-video {
	float: right;
	margin-top: -10em;
	margin-right: -20em;
}

p.icon {
	color: #030404;
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;
	line-height: 1.2em;
	padding-left: 3.5em;
	position: relative;
	margin: 1em 0 0 0;
}

p.icon i {
	color: #0080ff;
	font-size: 2.15em;
	position: absolute;
	left: 0;
	top: -0.2em;
}

.icons .icon {
	margin: 0 0.5em;
}

/*--HALF-BOX-------------------------------------------*/

.half-box {
	position: relative;
}


.half-box .half {
	max-width: 50%;
}

.half-box .image {
	max-width: 50%;
}

.half-box .image img {
	max-width: 100%;
}

/*--WEEKS---------------------------------------------*/

.weeks {
	display: flex;
}

.weeks p {
	margin: 2.5em 1em 2em 1em;
}


.weeks .image {
	position: relative;
	margin: 0 0.25em;
}

.weeks .image:before {
	content: " ";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.weeks .image span {
	position: absolute;
	left: 0;
	top: 45%;
	text-align: center;
	color: #fff;
	width: 100%;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.35em;
	z-index: 2;
}

/*--FAQ------------------------------------------------*/

.faq .panel-title a:after {
	width: 2.5em;
	height: 2.5em;
	line-height: 1.8 !important;
}

/*--STRIPE---------------------------------------------*/

.stripe {
	background-color: #0080ff;
}

.stripe .container {
	min-height: 138px;
}

.stripe .container > * {
	color: #fff;
	align-self: center;
	margin: 0 1em;
}

.stripe .container img {
	margin: 0 -1em;
}

.stripe p {
	font-family: 'Oswald', sans-serif;
	font-size: 1.250em;
}

.stripe i.icon-sipka-vpravo {
	margin-left: 0;
}

/*--BUTTONS--------------------------------------------*/

.button {
	border-radius: 1.5em;
	padding: 0.9em 2.5em;
	line-height: 1em;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	transition: 0.3s;
	border-width: 2px;
	border-style: solid;
	position: relative;
	display: inline-block;
	text-align: center;
}

.button:hover, .button:focus, .button:active {
	text-decoration: none;
	color: #fff;
}

.button.primary {
	background-color: #ffa900;
	border-color: #ffa900;
}

.button.primary:hover {
	background-color: #fff;
	color: #000;
}

.button.secondary {
	background-color: #fff;
	border-color: #ffa900;
	color: #000;
}

.button.secondary:hover {
	background-color: #ffa900;
	color: #fff;
}


.button.transparent {
	background-color: transparent;
	border-color: #ffa900;
	color: #fff;
}

.button.transparent:hover {
	background-color: #ffa900;
	color: #fff;
}

/*--TESTIMONIALS--------------------------------------------*/

.testimonials {
	background-color: #f1f6f8;
	padding: 3em 0 0 0;
}

.testimonials .content {
	text-align: center;
	max-width: 480px;
	margin: 0 auto;
}

.testimonials .content h2 {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #000;
	font-size: 0.875em;
	margin-bottom: 2em;
}

/*--CHECKS--------------------------------------------------*/

ul.checks {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

ul.checks li {
	margin: 0 0 1em 0;
	padding: 0 0 0 2.5em;
	position: relative;
	list-style: none;
}

ul.checks li:before {
	position: absolute;
	left: 0;
	top: 2px;
	font-family: 'exfitt';
	content: '\e81d';
	color: #0080ff;
	font-size: 1.5em;
}

/*--HP-BLOCK-----------------------------------------------*/

.hp-block {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/vizual.jpg') 50% 50% no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.hp-block .content {
	align-self: center;
	text-align: center;
	margin-bottom: 8em;
}

.hp-block .main-title {
	color: #fff;
	margin: 0 0 0.5em 0;
}

.hp-block .claim {
	color: #fff;
	margin: 0;
	font-size: 1.50em;
}


nav.navbar.hp.top {
	background-color: transparent;
	box-shadow: none;
}

nav.navbar.hp.top.solid {
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

nav.navbar.hp.top:not(.solid) .nav-link:not(.button) {
	color: #fff;
	border-top: 3px transparent solid;
	border-bottom: 3px transparent solid;
}

nav.navbar.hp.top:not(.solid) .nav-link:hover, nav.navbar.hp.top:not(.solid) .nav-link:active, nav.navbar.hp.top:not(.solid) .nav-link:focus {
	color: #ffa900;
}

.mt-100p {
	margin-top: 100%;
}

/*--ARROW---------------------------------------------------*/

.arrow-holder {
	position: absolute;
	left: 50%;
	bottom: 3em;
	display: flex;
}

.arrow-holder.relative {
	position: relative;
	left: auto;
	bottom: 0;
	display: inline-block;
	height: 3em;
}

.arrow {
	border: 2px #EAA813 solid;
	border-radius: 50%;
	padding: 0.1em 0.6em;
	font-size: 1em;
	color: #fff;
	position: relative;
	z-index: 10;
	position: relative;
	left: -0.5em;
}

.arrow-holder.relative .arrow {
	padding: 0.27em 0.6em;
}

.arrow i {
	font-size: 0.5em;
	position: relative;
	left: -0.15em;
}

.arrow-holder.relative .arrow i {
	top: -0.2em;
}

.arrow:hover {
	color: #fff;
}

.arrow:after {
	display: flex;
	border: 1px #fff solid;
	background-color: rgba(255,255,255,0.5);
	border-radius: 50%;
	height: 4em;
	width: 4em;
	opacity: 0.0;
	content: "";
	z-index: -1;
	margin: auto;
	position: absolute;
	top: 0;
	left: -1em;
	right: 0;
	bottom: 0;
}

@keyframes pulsate {
	0% {
		transform: scale(0.1, 0.1);
		opacity: 0.0;
	}
	50% {
		opacity: 1.0;
	}
	100% {
		transform: scale(1.2, 1.2);
		opacity: 0.0;
	}
}

.right-photo {
	float: right;
	margin: 1em 0 2em 2em;
	max-width: 50%;
}

.left-photo {
	float: left;
	margin: 1em 2em 2em 0;
	max-width: 50%;
}

/*--FOOTER--------------------------------------------------*/

footer {
	font-size: 0.875em;
	padding: 2em 0;
	box-shadow: inset 0px 1px 0 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	color: #aeadad;
}

footer .developer a {
	color: #aeadad;
}

footer .nav-link {
	padding-top: 0;
	padding-bottom: 0;
}

.footer-nav {
	padding: 2em 0;
	font-size: 1.250em;
}

.footer-nav .nav a.active {
	color: #000;
}

.social-icons {
	padding: 1em 0;
	display: flex;
	justify-content: center;
}

.social-icons a {
	width: 2em;
	text-align: center;
	font-size: 1.2em;
	margin: 0 0.25em;
	display: inline-block;
}

.social-icons a i.icon-yt-ico {
	position: relative;
	left: -0.25em;
}


/*--LIGHTBOX--------------------------------------------*/

.modal-xs {
	max-width: 360px;
}

.lightbox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	overflow: auto;
	background: url("../images/lightbox_bg.png");
}

.lightbox .lightboxContent {
	position: relative;
	margin: 0 !important;
}

.lightbox .close {
	position: absolute;
	right: 0.15em;
	top: 0.5em;
	padding: 0.25em 0.35em;
	line-height: 1em;
	font-size: 1.25em;
	color: #fff;
	opacity: 1;
	z-index: 20000;
}

.lightbox .close.blue {
	color: #0080ff;
}

.modal.image .modal-dialog {
    margin-top: 4rem;
}

.modal.image .modal-content {
	overflow: hidden;
}

.modal.image .row {
	margin: 0;
}

.modal.image .bg {
	background: url("../images/login-obrazek.jpg") 50% 50% no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.modal.image .bg .text {
	color: #fff;
	padding-bottom: 2em;
	text-align: center;
}

.modal.image .bg .text h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	font-weight: normal;
}

.modal.image .bg .text p {
	font-size: 1em;
}

.modal.image .form {
	padding: 2em;
}

.modal.image .form h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	margin-bottom: 1em;
	font-weight: normal;
}

.modal.image form label {
	color: #696969;
	font-size: 0.875em;
	font-weight: normal;
	margin-bottom: 0;
}

.modal.image input[type=text], .modal.image input[type=password], .modal.image input[type=email], .modal.image select {
	width: 100%;
	border: none;
	padding: 0.25em 0;
	border-bottom: 2px rgba(0, 0, 0, 0.1) solid;
	color: #000;
	margin-bottom: 0.75em;
	font-size: 0.875em;
	border-radius: 0;
}

.modal.image input[type=text]:focus, .modal.image input[type=password]:focus, .modal.image input[type=email]:focus {
	border-bottom: 2px #ffa900 solid !important;
	outline: none;
}

.modal.image input[type=checkbox] {
	margin-right: 0.5em;
}

.modal.image form .button {
	width: 100%;
	margin-top: 1em;
}

.hp-images:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: " ";
	width: 335px;
	height: 633px;
	background: url("../images/pohovka.jpg") 0 0 no-repeat;
}

.hp-images:after {
	position: absolute;
	right: 0;
	top: 20px;
	content: " ";
	width: 335px;
	height: 660px;
	background: url("../images/fittness-vybaveni.jpg") 0 0 no-repeat;
}

.p-relative {
	position: relative;
}


/*--TEST----------------------------------------------------------*/

.test-bg {
	background: url('../images/test_bg.png') 50% 100% no-repeat;
	background-size: cover;
}

.gray {
	background-color: #f7f7f7;
}

@media (max-width: 768px) {

	.line {
		display: block;
	}

	.right-photo, .left-photo {
		float: none;
		margin: 1em 0 2em 0;
		max-width: 100%;
	}

}

.logged-user {
	color: #fff;
	padding-top: 0.25em;
}

@media (max-width: 1024px ) {

	.mobile-box {
		text-align: center;
	}

	.mobile-box .btn {
		display: inline-block !important;
		width: auto;
	}

	.mobile-box *:not(div) {
		margin: 0.5em 0;
	}

}

.navbar-toggler {
	border-color: #0080ff;
}

.navbar-toggler-icon {
	font-size: 0.9em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,128,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}



@media (max-width: 768px ) {


	.text-content {
		max-width: 100%;
		font-size: 1.2em;
	}
	
	nav.navbar.fixed-top:not(.solid) .nav-link:not(.button) {
		color: #fff;
		border-top: 3px transparent solid;
		border-bottom: 3px transparent solid;
	}

	nav.navbar.fixed-top:not(.solid) .nav-link:hover, nav.navbar.fixed-top:not(.solid) .nav-link:active, nav.navbar.fixed-top:not(.solid) .nav-link:focus {
		color: #ffa900;
	}

	nav.navbar .nav-link {
		font-size: 1.15em;
	}

	body {
		font-size: 14px;
	}

	.main-title {
		font-size: 2.25em;
	}

	.half-box {
		flex-direction: column;
	}
	
	.half-box .image {
		max-width: 100%;
	}

	.half-box .image img {
		max-width: 100%;
	}

	.absolute-top {
		position: relative;
		top: 0;
	}

	.stripe .d-flex {
		flex-direction: column;
		text-align: center;
	}

	.stripe {
		padding: 1em;
	}

	.stripe .d-flex > * {
		margin: 0.5em 0;
	}

	.stripe img, .stripe i {
		display: none;
	}

	.modal.image .bg {
		min-height: 240px;
	}

	.content {
		padding: 3em 1em;
	}

	.questions .container:before, .questions .container:after {
		z-index: 0;
	}

	.questions .container > * {
		z-index: 1;
		position: relative;
	}

	.testimonials img {
		max-width: 80%;
	}

	.testimonials .content {
		max-width: 100%;
	}

	.hp-images:before, .hp-images:after {
		display: none;
	}

	.icons {
		flex-direction: column;
	}

	.half-icons {
		padding-top: 0 !important;
	}

	.icons p {
		padding: 0 0 2em 0;
	}

	.weeks {
		flex-direction: column;
	}

	.weeks img {
		width: 100%;
	}

	.weeks .check-2 {
		margin-top: 1em;
	}

	.watch-video {
		display: none;
	}

	.navbar:not(.solid) .navbar-collapse {
		background: rgba(0,0,0,0.75);
		padding: 1em;
	}

}

.slick-track {
	display: flex !important;
}

.slick-slide {
	flex: 1;
	display:  flex !important;
	flex-direction: column;
	justify-content: center;
}

/*--BOXES-------------------------------*/

.boxes .box {
	padding: 2em;
	text-align: center;
	background-color: #404040;
	border: 2px #272727 solid;
}

.boxes .labels-header {
	margin-top: 2em;
}

.boxes .labels {
	margin: 0;
	padding: 0;
	border-top: 1px #535353 solid;
}


.boxes .labels li {
	color: #fff;
	margin: 0;
	padding: 0.65em 0;
	list-style: none;
	text-align: left;
	border-bottom: 1px #535353 solid;
}

.boxes .labels li a {
	color: #0080ff;
	cursor: pointer;
}


.boxes .box-header small, .boxes .box-footer small {
	font-size: 1.5em;
	line-height: 1.25;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	display: block;
	text-align: center;
}

.boxes .box-header strong, .boxes .box-footer strong {
	font-size: 2.625em;
	line-height: 1.5;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 0.35em;
}

.boxes .box-footer strong {
	padding-top: 0.35em;
	margin-bottom: 0.35em;
}

.boxes .checks-2 i {
	font-size: 1.5em;
}

.boxes .checks-2 {
	margin: 0;
	padding: 0;
	border-top: 1px #535353 solid;
}

.boxes .box.most-popular {
	border: 2px #ffa900 solid;
}

.boxes .most-popular-label {
	background-color: #ffa900;
	color: #000;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 0.5em 0 0.35em 0;
}

.modal-content {
	color: #000;
}

.boxes .empty-label {
	padding: 0.5em 0 0.35em 0;
}

.boxes .checks-2 li {
	color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border-bottom: 1px #535353 solid;
	display: flex;
    align-items: center;
    justify-content: center;
}


.boxes .checks-2 li span {
	display: none;
}

.boxes .checks-2 li i {
	color: #272727;
	justify-content: center;
	align-self: center;
}

.boxes .checks-2 .green i {
	color: #5bcf73;
}

.black {
	background-color: #272727;
}

.blue {
	background-color: #0080ff;
}

.black h2.upper {
	color: #fff;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}

/*--ICONS------------------------------------------------------*/

.icons h3 {
	margin: 0;
	padding: 0.75em;
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
}

.icons {
	text-align: center;
}

.icons > div {
	padding: 1em;
}

.icons > div img {
	max-width: 100%;
	height: auto;
}


/*--FLOATING-BAR-------------------------------------------------*/

.floating-bar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1em;
	background: #0080ff;
	color: #fff;
	display: flex;
	justify-content: space-between;
	opacity: 0;
}

.floating-bar p {
	font-size: 1.75em;
    line-height: 1.25em;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    margin: 0;
    padding-right: 1em;
}

.floating-bar .button {
	padding: 0.9em 1.5em;
	letter-spacing: 0.5px;
}

.floating-bar div {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#frm-newOrderForm-agree {
	margin-right: 0.5em;
}

#frm-donateForm-agree {
	margin-right: 0.5em;
}