/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea
{
	color: #222;
}

::-moz-selection
{
	background: #B3D4FC;
	text-shadow: none;
}

::selection
{
	background: #B3D4FC;
	text-shadow: none;
}

hr
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}

img
{
	vertical-align: middle;
}

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

textarea
{
	resize: vertical;
}

.chromeframe
{
	margin: 0.2em 0;
	background: #CCC;
	color: #000;
	padding: 0.2em 0;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body
{
	font: 1.2rem/1.6rem 'Open Sans', sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Lora', serif;
	font-weight: 700;
	font-style: italic;
}

h2
{
	font-size: 2rem;
	margin: 15px 0;
}

h1
{
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3.subtitle
{
	font-size: 24px;
	margin: 5px 0 25px 0;
}

@media (max-width: 767px)
{
	h1
	{
		font-size: 34px;
	}
}

/* ===================
    ALL: Orange Theme
   =================== */

.footer-container,
.main aside
{
	border-top: 20px solid #E44D26;
}

.header-container,
.footer-container,
.main aside
{
	background: #F16529;
}

.title
{
	color: white;
}

strong
{
	font-weight: 600;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul
{
	margin: 0;
	padding: 0;
}

nav a
{
	display: block;
	margin-bottom: 10px;
	padding: 15px 0;

	text-align: center;
	text-decoration: none;
	font-weight: bold;

	color: white;
	background: #E44D26;
}

nav a:hover,
nav a:visited
{
	color: white;
}

nav a:hover
{
	text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main
{
	padding: 30px 0;
}

.main article h1
{
	font-size: 2em;
}

.main aside
{
	color: white;
	padding: 0px 5% 10px;
}

.footer-container footer
{
	color: white;
	padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title
{
	padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px)
{

	/* ====================
		INTERMEDIATE: Menu
	   ==================== */
	nav a
	{
		float: left;
		width: 27%;
		margin: 0 1.7%;
		padding: 25px 2%;
		margin-bottom: 0;
	}

	nav li:first-child a
	{
		margin-left: 0;
	}

	nav li:last-child a
	{
		margin-right: 0;
	}

	/* ========================
		INTERMEDIATE: IE Fixes
	   ======================== */
	nav ul li
	{
		display: inline;
	}

	.oldie nav a
	{
		margin: 0 0.7%;
	}
}

@media only screen and (min-width: 768px)
{

	/* ============
		WIDE: Menu
	   ============ */
	.title
	{
		float: left;
	}

	nav
	{
		float: right;
		width: 38%;
	}

	/* ============
		WIDE: Main
	   ============ */
	.main article
	{
		float: left;
		width: 57%;
	}

	.main aside
	{
		float: right;
		width: 28%;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir
{
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before
{
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden
{
	display: none !important;
	visibility: hidden;
}

.visuallyhidden
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus
{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible
{
	visibility: hidden;
}

.clearfix:before,
.clearfix:after
{
	content: " ";
	display: table;
}

.clearfix:after
{
	clear: both;
}

.clearfix
{
	*zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print
{
	*
	{
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited
	{
		text-decoration: underline;
	}

	a[href]:after
	{
		content: " (" attr(href) ")";
	}

	abbr[title]:after
	{
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after
	{
		content: "";
	}

	pre,
	blockquote
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead
	{
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img
	{
		page-break-inside: avoid;
	}

	img
	{
		max-width: 100% !important;
	}

	@page
	{
		margin: 0.5cm;
	}

	p,
	h2,
	h3
	{
		orphans: 3;
		widows: 3;
	}

	h2,
	h3
	{
		page-break-after: avoid;
	}
}

/* ==========================================================================
   landings
   ========================================================================== */

header .first-header
{
	position: relative;
}

header .first-header .socials
{
	padding: 6px 0 11px 0;
	position: absolute;
	right: 0;
	top: 30px;
}

header .header-text-container
{
	margin-top: 20%;
}

header .logo
{
	margin: 10px 0;
	width: 150px;
}

.product-img
{
	-webkit-box-shadow: 6px 6px 18px 0px rgba(176, 176, 176, 1);
	-moz-box-shadow: 6px 6px 18px 0px rgba(176, 176, 176, 1);
	box-shadow: 6px 6px 18px 0px rgba(176, 176, 176, 1);
	margin: 35px auto;
}

@media (min-width: 992px)
{
	.product-img
	{
		margin: 35px 0;
	}
}

.action-block
{
	text-align: center;
	padding: 10px 0 15px 0;
}

.action-button
{
	background: #FF6D66;
	color: #FFF;
	padding: 10px 50px;
	border-radius: 5px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}

.action-button:hover, .action-button:focus
{
	text-decoration: none;
	color: #FFF;
	background: #EE5C55;
}

.action-button.small
{
	padding: 5px 15px;
	font-size: 14px;
	margin-bottom: 15px;
}

.intro .intro-list
{
	font-size: 18px;
}

.intro .intro-list li
{
	line-height: 36px;
}

.intro .intro-list .fa-li
{
	top: 10px;
}

.intro .intro-list li i
{
	color: #33A430;
}

.bottom-action
{
	padding: 30px;
	text-align: center;
}

.bottom-action h2
{
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
}

footer
{
	background: #959592;
	position: relative;
}

footer .back-top
{
	padding: 12px 14px;
	background: #D51D65;
	margin-right: 10px;
	font-size: 16px;
	color: #FFF;
	display: inline-block;
}

.landing-section
{
	padding: 60px 0;
}

.landing-section.bg-white
{
	background: #FFF;
}

.landing-section.bg-grey
{
	background: #F1F1F1;
}

.landing-section.bg-custom
{
	background-color: #129CA9;
	color: #FFF;
}

.landing-section .block-title h3
{
	font-size: 26px;
	font-weight: bold;
	margin: 5px 0;
}

.landing-section .book-topics
{
	margin-top: 30px;
	font-size: 18px;
}

.landing-section .book-topics li
{
	line-height: 36px;
}

.landing-section .book-topics .fa
{
	font-size: 14px;
	top: 10px;
}

.landing-section .book-details
{
	margin-top: 50px;
}

.landing-section .book-details p
{
	margin-bottom: 20px;
	font-size: 14px;
	background: url(../img/border-top.jpg) no-repeat;
	padding-top: 10px;
}

.landing-section .book-details .left-block
{
	text-align: right;
}

.landing-section .book-details .left-block p
{
	background-position: top right;
}

@media (max-width: 991px)
{
	.landing-section .book-details .left-block
	{
		text-align: left;
	}

	.landing-section .book-details .left-block p
	{
		background-position: top left;
	}
}

.landing-section .book-details .right-block
{
	text-align: left;
}

.landing-section .book-details .right-block p
{
	background-position: top left;
}

.landing-section .about-author
{
	margin-top: 50px;
}

.landing-section .about-author h3
{
	font-weight: bold;
}

.landing-section .about-author img
{
	border-radius: 2px;
	margin-top: 15px;
}

@media (max-width: 767px)
{
	.landing-section .about-author img
	{
		max-width: 250px;
		display: inline-block;
	}
}

/* ==========================================================================
   lanila landing
   ========================================================================== */

header .header-text-container
{
	padding-bottom: 20%;
}

.action-button
{
	margin-top: 35px;
}

.products-section
{
	background-color: #FF6D66;
	padding-top: 50px;
	padding-bottom: 50px;
	color: white;
}

.three-products-section
{
	background-color: #FF6D66;
	padding-top: 50px;
	color: white;
}

.products-section .container img
{
	display: inline-block;
	border-radius: 50%;
	width: 100%;
	height: auto;
}

.three-products-section .container img
{
	display: inline-block;
	border-radius: 50%;
	width: 100%;
	height: auto;
}

.three-products-section .container h2
{
	color: white;
	text-align: center;
}

.three-products-section .container p
{
	color: white;
	text-align: center;
}

.three-products-section .container
{
	margin-bottom: 0;
}

.details-section
{
	margin: 50px 0px 50px 0px;
}

.details-section .two-images img
{
	padding-bottom: 50px;
}

.details-section .two-images p
{
	padding-bottom: 50px;
}

.details-section .container img
{
	margin: auto;
}

.details-item
{
	border-width: 0;
	padding: 5px 15px;
}

.details-item .description
{
	padding-top: 35px;
}

.details-item img
{
	padding-right: 25px;
}

.details-item .item
{
	padding-bottom: 5px;
}

.details-item .item span
{
	position: absolute;
	font-size: 18px;
	padding-top: 10px;
}

.owl-section
{
	background: #FBFBFB;
	background: linear-gradient(#FBFBFB, white);
}

.owl-section h2
{
	text-align: center;
}

#owl-carousel .item
{
}

#owl-carousel .item img
{
	vertical-align: middle;
}

#owl-carousel .item span
{
	font-style: italic;
}

.shipment-content
{
	margin-top: 50px;
}

.shipment-content img
{
	display: inline;
}

.shipment-content .description
{
	margin-top: 80px;
}

.teddy-footer
{
	position: absolute;
	bottom: 50px;
	right: 25px;
}

.button-bottom-section .container
{
	color: white;
	margin: auto;
	display: block;
}

blockquote
{
	margin: 5px 10px;
	padding: 0.5em 10px;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before
{
	color: #CCC;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote:after
{
	color: #CCC;
	content: close-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-left: 0.25em;
	vertical-align: -0.4em;
}

blockquote p
{
	display: inline;
}

@media (min-width: 992px)
{
	header .header-text-container
	{
		margin-top: 20%;
	}

	header .header-text-container
	{
		padding-bottom: 20%;
	}
}

@media (max-width: 992px)
{
	.details-section .details-items
	{
		margin-left: 25%;
	}

	.details-section .description
	{
		margin-left: 15%;
	}

	.shipment-content
	{
		text-align: center;
	}
}

@media (max-width: 767px)
{
	.products-section .image-block
	{
		text-align: center;
	}

	.products-section .image-block img
	{
		max-width: 300px;
		padding-top: 30px;
	}

	.three-products-section .container img
	{
		padding: 0px 80px 0px 80px;
	}

	.details-section .details-items
	{
		margin-left: 15%;
	}
}

@media (max-width: 1170px)
{
	.teddy-footer
	{
		display: none;
	}
}

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

	header .header-text-container
	{
		text-align: center;
	}

	header .header-text-container, .header-button
	{
		text-align: center;
	}
}

/* ==========================================================================
   landings spiworki
   ========================================================================== */
.header-container .intro
{
	font-weight: 300;
	font-size: 1.3rem;
}

.second-header .socials
{
	position: absolute;
	top: 25px;
	right: 109px;
}

.second-header .background-blur
{
	background: rgba(94, 70, 51, 0.66);
	z-index: -1;
	width: 450px;
	padding: 25px;
}

.default-section
{
	margin: 40px 0;
}

.default-section .two-items img
{
	padding: 5px 0;
}

.default-section .material-image
{
	text-align: center;
}

.default-section .material-image img
{
	margin-bottom: 30px;
	margin-top: 30px;
	max-width: 800px;
	width: 100%;
}

.default-section img
{
	margin: auto;
}

.default-section h2
{
	text-align: center;
}

.details-section .details-bordered
{
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin-top: 10px;
	padding: 10px 0;
}

.details-bordered .fa-li
{
	position: inherit;
	width: 30px;
}

.details-section h2
{
	text-align: center;
	margin-bottom: 50px;
}

.details-section .container img, p
{
	margin-bottom: 10px;
}

.button-section
{
	text-align: center;
	margin-bottom: 100px;
}

.bottom-section
{
	background-color: #EBEBEB;
}

.bottom-section img
{
	filter: grayscale(100%);
	margin: auto;
}

.bottom-section h2
{
	text-align: center;
	color: white;
}

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

.bottom-section .description:last-child
{
	margin-bottom: 50px;
}

.check-list
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.check-list li
{
	margin-bottom: 10px;
}

.check-list li strong
{
	font-weight: 600;
}

.reviews
{
	margin-top: 30px;
}

.owl-nav
{
	text-align: center;
}

.owl-nav .owl-prev,
.owl-nav .owl-next
{
	font-size: 60px;
	display: inline-block;
	margin: 15px;
	cursor: pointer;
	color: #6B6B6B;
	font-weight: 300;
}

.materials-section
{
	margin: 50px 0 50px 0;
}

.materials-section h2
{
	text-align: center;
}

.materials-section img
{
	margin: 0 auto;
}

.materials-section p
{
	padding-top: 30px;
}

.first-header .header-text-container
{
	margin-top: 15%;
	padding-bottom: 15%;
}

.first-header
{
	padding: 10px 15px 15px 10px;
}

.materials-section .material-image img
{
	padding-top: 50px;
}

.short-border-bottom
{
	border-bottom: white solid 2px;
	width: 156px;
	margin-bottom: 30px;
}

.products-text ul
{
	list-style: none;
	padding: 0;
}

.products-text li
{
	padding-left: 1.3em;
}

.products-text li:before
{
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}

@media (max-width: 1170px)
{

	.products-text
	{
		padding-top: 0;
	}
}

@media (max-width: 992px)
{
	.default-section
	{
		text-align: center;
	}

	.materials-section p
	{
		text-align: center;
		padding-top: 0;
		padding-bottom: 50px;
	}

	.materials-section .material-image img
	{
		padding-top: 0;
	}
}

@media (max-width: 768px)
{
	.first-header .header-text-container .text-container-blur
	{
		background: rgba(255, 255, 255, 0.45);
		z-index: -1;
		padding: 15px 10px 15px 10px;
		color: rgb(0, 0, 0);
	}

	.bottom-minky .description
	{
		text-align: center;
	}

	.first-header .logo
	{
		max-width: 100px;
		margin: 0 auto;
		display: block;
	}

	.first-header .header-text-container
	{
		margin-top: 0;
		text-align: center;
	}

	header .first-header .socials
	{
		width: 100%;
		text-align: center;
		position: static;
		padding-top: 15px;
	}

	.second-header .background-blur
	{
		width: 100%;
		padding: 10px 15px 15px 10px;
		text-align: center;
	}

	header .second-header .header-text-container
	{
		margin-top: 20%;
	}

	.second-header .socials
	{
		top: 150px;
		width: 100%;
		text-align: center;
		right: 0;
	}

	.background-blur .logo
	{
		height: 100px;
	}

	.products-text ul li
	{
		list-style-position: inside
	}

	.products-section .product-image-center
	{
		margin-top: 25px;
	}
}

@media (max-width: 480px)
{
	.materials-section .material-image
	{
		display: none;
	}

	.materials-section
	{
		margin: 50px 0 0 0;
	}
}