/* ==========================================================================
   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;
	margin: 0 auto;
}

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

textarea
{
	resize: vertical;
}

section {
	padding: 30px 0 15px 0;
}

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

@media (max-width: 991px)
{
	section.top-section {
		padding-top: 30px;
	}
}

section.border-top {
	border-top: 1px solid #ccc;
}

.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.1rem/1.5rem '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-top: 20px;
	margin-bottom: 10px;
}

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

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

b, strong {
	font-weight: 600;
}

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

header .first-header
{
	position: relative;
}

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

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

.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;
	}
}

span.img-description {
	display: block;
	text-align: center;
	font-style: italic;
	margin: 10px 0;
	font-weight: 400;
}

p.content-intro {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 20px;
	font-style: italic;
	line-height: 26px;
}

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

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

.action-button.btn-inverse {
	border: 1px solid #000;
	color: #000;
}

.action-button:hover, .action-button:focus
{
	text-decoration: none;
	color: #FFF;
	background: rgb(200, 200, 200);
	border: 1px solid transparent;
}

.footer-action-button {
	background-color: #fff;
	display: inline-block;
	color: #959592;
	border-bottom: 3px solid #606060;
	padding: 10px 50px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}

.footer-action-button:hover, .footer-action-button:focus {
	text-decoration: none;
	border-bottom: transparent; }

.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;
}


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


.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;
}

.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 (max-width: 480px)
{

	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;
}

.header-container .intro h3
{
	font-weight: 400;
	font-size: 2rem;
}

.header-box .socials
{
	margin: 10px 0;
}

.header-box .background-blur
{
	background: rgba(48, 48, 48, 0.7);
	max-width: 600px;
	padding: 25px;
	margin: 0 auto;
	text-align: center;
}

.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;
}

.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;
	}

	p
	{
		padding-top: 0;
		padding-bottom: 15px;
	}

}

@media (max-width: 768px)
{

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

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

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

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

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