/*
Theme Name: 	Starkers
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	The totally nude Wordpress theme!
Version: 		4.0
Author: 		Elliot Jay Stocks & Keir Whitaker
Author URI: 	http://viewportindustries.com
Tags: 			starkers, naked, clean, basic
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries
===========================
*/

/* ----------------------------------------------------------------------------------------------------------
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav,
li					{ *position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* ----------------------------------------------------------------------------------------------------------
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }



h1,
h2,
h3,
h4,
h5,
h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption {
	font-family: Playfair Display, serif;

}

/* ----------------------------------------------------------------------------------------------------------
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 400 and up */
@media screen and (min-width:400px) {

					{ /* Place your styles here for all widths greater than 400px */ }

}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}

body {background-repeat: repeat !important;}

.menu_sticky{
  padding: 0px;
  margin:0px;
  display: inline-block;
}
.menu_sticky li{
  float:left;
  list-style:none;
}
.menu_sticky li a{

}
.menu_sticky li:hover a{

}
.menu_sticky li ul{
   margin: 0;
   padding: 0;
}

.menu_sticky li ul{
   margin: 46px 0;
   padding: 8px ​15px;
   position: absolute;
   z-index: 100;
  display:none;
	background: #fff;
	width: 270px;
	border-width: 0px;
	border-style: solid;
	border-color: #e1eedc;
		border-radius: 2px;
		-webkit-box-shadow: 0px 6px 10px -2px #a2aaa0;
		box-shadow: 0px 6px 10px -2px #a2aaa0;

}
.menu_sticky li:hover ul{
  display:block;
}
.menu_sticky li ul li{
  display:block;
  width: 100%;
}
.menu_sticky li ul li a{
  width: 100%;
}

#wrapper-mobile{
	width:100%;
	margin: 0 auto;
position: relative;
}
body.strona-glowna-mobile{
	min-width:100%;
}

body.strona-glowna-mobile #main .visual {
		position: relative;
    height: 750px;
    background: url(/images/bg-visual.png) no-repeat 100% 123px;
    margin: -202px 0 0;
}
