html  {
	overflow-y: scroll;
	overflow-x: hidden;
    margin: 0 !important;
}

body {
	overflow-y: hidden;
	overflow-x: hidden;
}

body.noscroll {
	overflow-y: scroll !important;
}

@media screen {
	.print {
		display: none;
		visibility: hidden;
	}	
}

@media print {
    #wrapper {
        display: none;
		visibility: hidden;
    }
	
    .print {
		position: absolute !important;
		display: block !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;	
		-ms-transform: translate(-50%, -50%) !important;
		-webkit-transform: translate(-50%, -50%) !important;
		font-size: 16px;
		color: #333;
    } 	
}	

a,
a:hover,
a:focus {
	color: #325ea9;
	text-decoration: none;
    -o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

h1,
h2 {
	font-size: 38px;
    font-weight: 300;
    color: #555;
    line-height: 50px;
    font-style: italic;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
    font-style: italic;
}

img { 
	max-width: 100%; 
}

.heading-md {
	font-family: opensans-regular;	
	color: #333; 
	font-size: 13px;
}

#copyright {
	font-family: opensans-regular;	
	font-size: 12px;
}

#at {
	font-family: opensans-regular;	
	font-size: 10px;	
}

#star-r {
	font-family: opensans-regular;	
	color: #ff0000; 
	font-size: 13px;
}

#star-b {
	font-family: opensans-regular;	
	color: #0000ff; 
	font-size: 13px;
}

#star-w {
	font-family: opensans-regular;	
	color: #fff; 
	font-size: 13px;
	visibility: hidden;
}

#star-bk {
	font-family: opensans-regular;	
	color: #333; 
	font-size: 13px;
}

.bee {
    background-image: url("../image/img/bee.gif");
    background-repeat: no-repeat;
    background-position: right center;
}

@media (max-width: 767px) {
    .bee {
        background-image: none;
    }
}

.navbar-bee {
    background-image: url("../image/img/bee.gif");
    background-repeat: no-repeat;
    background-position: right top;
}

.ebook {
	margin-top:40px; 
}

.medium-paragraph {
	font-size: 17px;
	line-height: 32px;
}

.colored-text { 
	color: #325ea9;
}

::-moz-selection { 
	background: #325ea9;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #325ea9;
	color: #fff;
	text-shadow: none;
}

/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 259px;
	margin: -30px 0 0 -30px;
	width: 80px;
	height: 80px;
	background: url(../image/img/loader.gif) center center no-repeat;
}

#loader {
	position: fixed;	
	left: 50%;
	margin: 25px 0 0 -18.5px;
	width: 37px;
	height: 11px;
	display: none;
	background: url(../image/img/loader.gif) center no-repeat;
	z-index: 1000;
}

@media (max-width:767px) {
	#loader {
		margin: 15px 0 0 -18.5px;
	}
}

/***** Divider *****/

.divider-line {
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

.divider-line-x {
    position: relative;
	padding-top: 20px;	
    text-align: center;	
	font-family: kingthings_trypewriter_2R; 
	font-weight: bold;
    font-size: 22px;	
    color: #333;
    border-bottom: 1px dashed #ccc; /* pozioma linia do która znajdzie się pod tekstem nagłówka */	
}

@media (max-width:767px) {
	.divider-line-x {
		padding-top: 10px;
		font-size: 16px;
	}
}

.divider-line-x span {
    position: relative;	
    top: 20px; /* ten kod odpowiada za podniesienie poziomej linii na odpowiednią wysokość nagłówka */		
    padding: 0 25px;	
    background: #fff; /* tło dla naszego napisu w nagłówku, który przykryje poziomą linię */
}

@media (max-width:767px) {
	.divider-line-x span {
		top: 14px;	
	}
}

/***** General style, all sections *****/

.section-container {
	padding-right: 40px;
	padding-left: 40px;	
}

@media (max-width:480px) {
	.section-container {
		padding-right: 0;
		padding-left: 0;	
	}
}

.section-padding {
	margin-top: 50px;
	margin-bottom: 50px;
}

.section-padding-contact {
	margin-top: 50px;
	margin-bottom: 35px;
}	

.section-gallery {
	margin-top: 25px;
	margin-bottom: 25px;		
}

.section-description {
	padding-top: 40px;
    padding-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
}

@media (max-width:480px) {
	.section-description {
		padding-right: 0;
		padding-left: 0;	
	}
}

.section-description-head {
	font-size: 18px;
}

@media (max-width:767px) {
	.section-description-head {
		font-size: 15px;
	}
}

.section-container-home {
    margin: 0 auto;
    padding-bottom: 0px;
}

.section-container-gray-bg {
	background: #fff;
	color: #444;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #444;
}

.section-container-image-bg {
	border-color: #9797a2;
	opacity: 0.8;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}

.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px 5px 5px 0;
	padding: 16px 25px 0 25px;
	background: #fff;
	border: 0;
	font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    color: #444;
    text-transform: uppercase;
    -moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
	background: #fff;	
	outline: 0;
	opacity: 0.6;
	color: #444;
}

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px 5px 5px 0;
	padding: 16px 25px 0 25px;
	background: #444;
	background: rgba(0, 0, 0, 0.3);
	border: 0;
	font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

.btn-link-2:hover,
.btn-link-2:focus, 
.btn-link-2:active { 
	outline: 0;
	opacity: 0.6;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}

.btn-link-2 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

/***** Top content *****/

.inner-bg {
   	margin-top: 170px;
	height: 550px;
}

@media (max-width:1080px) {
	.inner-bg {
		height: 315px!important;
	}
}

@media (max-width:767px) {
	.inner-bg {
		margin-top: 50px;
		height: 224px!important;
	}
}

@media (max-width:480px) {
	.inner-bg {
		margin-top: 50px;
		height: 137px!important;
	}
}

.top-content .ebook img {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

.top-content .text {
	padding-top: 20px;
	left: 20px;
	color: #fff;
	text-align: left;
}

.top-content .text h1 {
	margin-top: 25px;
	color: #fff;
}

.top-content .description {
	margin: 30px 0 10px 0;
}

.top-content .description p { 
	opacity: 0.8; 
}

.top-content .top-big-link {
	margin-top: 40px;
}

/***** Chapters *****/

.chapters-box {
	margin-top: 30px;
	text-align: left;
}

.chapters-box .chapters-box-icon {
    font-size: 60px;
    color: #325ea9;
    line-height: 60px;
    text-align: center;
}

.chapters-box h3 {
	margin-top: 0;
	padding: 0 0 10px 0;
}

/***** Highlighted chapter *****/

.h-chapter-box-text {
	margin-top: 0px;
	text-align: center;
}

.h-chapter-box-text-x {
	margin-top: 60px;
	text-align: center;
}

.h-chapter-box-text h3 {
	margin-top: 0;
}

.h-chapter-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}

.h-chapter-box-ebook img {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

/***** Subscription form *****/

.subscribe-container {
	padding-bottom: 70px;
}

.subscribe form {
    padding-top: 30px;
    padding-bottom: 20px;
}

.subscribe form input.subscribe-email {
    width: 360px;
}

.success-message {
	margin: 20px 0 10px 0;
}

.error-message {
	margin: 10px 0;
	color: #325ea9;
}

/***** Video review *****/

.v-review-box-text {
	text-align: left;
}

.v-review-box-text h3 {
	margin-top: 0;
}

.v-review-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}

/***** Call to action *****/

.call-to-action-container {
	padding-bottom: 65px;
}

.call-to-action-container .section-bottom-button {
	padding-top: 15px;
}

.call-to-action-container .section-bottom-button a.btn {
	margin: 15px;
}

/***** About the author *****/

.about-box-text {
	margin-top: 20px;
	text-align: left;
}

.about-box-text h3 {
	margin-top: 0;
}

.about-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}

.about-box-img img {
	width: 100%;
	max-width: 170px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

.about-social {
	margin-top: 30px;
	font-size: 32px;
    color: #ddd;
}

.about-social a {
	margin-right: 15px; 
	color: #ddd;
}

.about-social a:hover,
.about-social a:focus {
	color: #325ea9;
}

/***** Testimonials *****/

.testimonials-container {
	padding-bottom: 70px;
}

.testimonial-list {
    margin-top: 30px;
    text-align: center;
}

.testimonial-list .testimonial-image img {
	max-width: 160px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

.testimonial-list .testimonial-text {
	margin-top: 30px;
}

.testimonial-list .testimonial-text p { 
	opacity: 0.8;
}

.testimonial-list .testimonial-text a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.testimonial-list .testimonial-text a:hover, 
.testimonial-list .testimonial-text a:focus { 
	color: #fff;
	border: 0;
}

.testimonial-list .nav-tabs {
	margin-top: 30px;
    border: 0;
}

.testimonial-list .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 10px;
    margin-right: 10px;
}

.testimonial-list .nav-tabs li a {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: none;
    border: 1px dashed #fff;
    border-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
}

.testimonial-list .nav-tabs li a:hover {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
    border: 1px dashed #fff;
    border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list .nav-tabs li.active a,
.testimonial-list .nav-tabs li.active a:focus {
	background: #325ea9;	
	border: 0;
}

/***** Footer *****/

footer {
	padding: 0 0 0 0; 
}

.footer-social {
	padding-top: 30px;
}

.footer-social a {
	margin: 8px;
    font-size: 36px;
    color: #888;
}

.footer-social a:hover,
.footer-social a:focus { 
	color: #325ea9; 
}

.footer-copyright {
	padding-bottom: 20px;
	margin-top: 18px;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.footer-copyright a { 
	color: #333; 
}

.footer-copyright a:hover,
a:focus {
	color: #333;	
	border-bottom: 1px dashed #333;
	text-decoration: none;
}

.footer-copyright a:visited,
a:active { 
	text-decoration: none; 
}

.page-counter {
	margin-top: 18px;
	margin-right: 0;
	float: right;
    font-family: 'kingthings_trypewriter_2R';
    font-weight: normal;
    color: #333;
    background: transparent;
    font-size: 10px;	
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);	
}

/***** Audio *****/

.animate,
.audio-toggle > a:before {
	visibility: hidden;
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate.infinite,
.audio-toggle > a.infinite:before {
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.audio-toggle {
	position: absolute; 
	top: 170px; 
	left: 30px;
	overflow: hidden;
	color: #444;	
}

@media (max-width:767px) {
	.audio-toggle {
		top: 15px;
	}
}

li.audio-toggle {
	list-style: none;
}

.audio-toggle > a:before {
	display: inline-block;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: jello;
	-o-animation-name: jello;
	animation-name: jello;
	visibility: visible;
	font-family: 'themify';
	speak: none;
	font-size:13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.audio-playing .audio-toggle > a:before {
	content: "\e689";
}

.audio-paused .audio-toggle > a:before {
	-webkit-animation: none;
	-o-animation: none;
	animation: none;
	content: "\e6ad";
}

.logo-main {
	display: block;
	margin: 25px auto;
	padding-top: 15px;
}

@media (max-width:767px) {
	.logo-main {
		margin: 0;
	}
}

@media (max-width:240px) {
	.logo-main {
		width: 160px;
		height: 22px;
	}
}

/***** Basic jQuery Slider essential styles *****/

#banner-fade {
	margin-top: 155px;
}

@media (max-width:767px) {
	#banner-fade {
		margin-top: 50px;
	}
}

#slider {
	position: relative;
	top: 0;
	left: 0;
	width: 1140px;
	height: 400px;
	overflow: hidden;
}

.slider {
	position: absolute;
	top: 0;	
	left: 0;
	width: 1140px;
	height: 400px;
	overflow: hidden;
}

/***** nav-toogle @site https://jonsuh.com/hamburgers @link https://github.com/jonsuh/hamburgers *****/

.nav-toogle {
    display: none;
}

@media (max-width: 767px) {
    .nav-toogle {
        position: relative;
        float: right;
        padding: 7px 0 7px 0;
        margin: 0;
        display: inline-block;
        border: 0;
        background-color: transparent!important;
        font: inherit;
        color: inherit;
        text-transform: none;
        cursor: pointer;
        overflow: visible;
        transition-property: opacity, filter;
        -webkit-transition-property: opacity, filter;
        -o-transition-property: opacity, filter;
        transition-duration: 1ms;
        -webkit-transition-duration: 1ms;
        -o-transition-duration: 1ms;
        transition-timing-function: linear;
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
    }

    .nav-toogle:hover {
        background: transparent!important;
    }

    .nav-toogle:focus {
        outline: 0!important;
    }

    .nav-toogle-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }

    .nav-toogle-inner {
        display: block;
        top: 50%;
        margin-top: 5px;
    }

    .nav-toogle-inner,
	.nav-toogle-inner::before,
	.nav-toogle-inner::after {
        width: 24px;
        height: 3px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        -webkit-transition-property: transform;
        -o-transition-property: transform;
        transition-duration: 1ms;
        -webkit-transition-duration: 1ms;
        -o-transition-duration: 1ms;
        transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
    }

    .nav-toogle-inner::before,
	.nav-toogle-inner::after {
        content: "";
        display: block;
    }

    .nav-toogle-inner::before {
        top: -7px;
    }

    .nav-toogle-inner::after {
        bottom: -7px;
    }

    .nav-toogle-x .nav-toogle-inner,
	.nav-toogle-x .nav-toogle-inner::before,
	.nav-toogle-x .nav-toogle-inner::after {
        transition-property: none;
    }

    .nav-toogle-x.is-active .nav-toogle-inner {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav-toogle-x.is-active .nav-toogle-inner::before {
        top: 0;
        opacity: 0;
    }

    .nav-toogle-x.is-active .nav-toogle-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    }
}

input[type=button], button {
    outline: none!important;
    box-shadow: none!important
}

.error .form-control {
	border-color: #f44336;
}

.error .form-control:focus {
	border: 1px solid #f44336;
	outline: 0;
}	

.success .form-control {
	border: 1px dashed #008000;
}

.success .form-control:focus {
	border: 1px solid #008000;
	outline: 0;
}

.successfully .form-control {
	border: 1px dashed #ccc;
}	

.successfully .form-control:focus {
	border: 1px solid #3366ff;
	outline: 0;
}	

.successfully .error .form-control {
	border: 1px dashed #f44336;
}

.successfully .error .form-control:focus {
	border: 1px solid #f44336;
	outline: 0;
}

.successfully .success .form-control {
	border: 1px dashed #008000;
}

.successfully .success .form-control:focus {
	border: 1px solid #008000;
	outline: 0;
}

.form-text-error {
    font-family: 'kingthings_trypewriter_2R';
    font-size: 13px;
	font-style: normal;
    font-weight: normal;
    text-align: left;
	color: #ff0000;
	line-height: 1.1;
}

.form-text-success {
    font-family: 'kingthings_trypewriter_2R';
    font-size: 13px;
	font-style: normal;
    font-weight: normal;
    text-align: left;
	color: #008000;
	line-height: 1.1;
}

.form-icon-success, 
.form-icon-error, 
.form-icon-failure {
	font-family: 'FontAwesome';
    font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	line-height: 1.1;
	text-transform: none;
	letter-spacing: 0;
	speak: none;
	margin-right: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.form-icon-success {
	color: #008000;
}

.form-icon-success:before {
	content: "\f00c";
}

.form-icon-error {
	color: #ff0000;
}

.form-icon-error:before {
	content: "\f00d";
}

.form-icon-failure {
	color: #ff0000;
}

.form-icon-failure:before {
	content: "\f12a";
}

textarea {
	resize: none;
}

.snow-flakes {
    display: none!important;
}

.snow-flake {
    font-family: "FontAwesome";
    font-size: 25px;
    color: rgba(255,255,255,1);
    position: absolute;
    top: -50px;
    -webkit-animation: spin-clockwise 6s linear infinite;
    -moz-animation: spin-clockwise 6s linear infinite;
    animation: spin-clockwise 6s linear infinite;
}

.snow-flake:before {
    content: "\f2dc";
}

@-moz-keyframes spin-clockwise {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin-clockwise {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin-clockwise {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin-counterclockwise {
	100% {
		-moz-transform: rotate(-360deg);
	}	
}

@-webkit-keyframes spin-counterclockwise {
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes spin-counterclockwise {
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}