@charset "utf-8";
/* CSS Document */


@font-face {font-family: 'Museo-300';
	font-weight: normal;
	font-style: normal;
	src: url('../_assets/Museo/Museo300.eot');
	src: url('../_assets/Museo/Museo300.eot?#iefix') format('embedded-opentype'),url('../_assets/Museo/Museo300.woff') format('woff'),url('../_assets/Museo/Museo300.ttf') format('truetype');}
		
ul, ol {
	list-style: none;}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Museo-300';
	font-weight: normal;}
	
.clear {
	clear: both;}
	
.hidden {
	display: none;}
	
/*STYLE DLA HEDERA*/

#header {
	background: #fff;
	border-top: 5px solid #867056;
	height: 105px;}
	
#header .pos-center {
	overflow: hidden;}

#header h2{
	float: left;
	color: #000;}

#header h2,
#header h2 a {
	display: block;}
	
#header h2 {
	width: 27%;
	margin: 20px auto;}
	
#header h2 a {
	background: url(../_img/mj-logo.jpg) no-repeat;
	text-indent: -999em;
	width: 166px;
	height: 64px;
	margin: 0 auto;}
	
/*STYLE DLA MAIN MENU*/

#header nav {
	float: left;
	width: 70%;}

#header nav ul,
#header nav ul.visible{
    display: table;
	text-align: center;
    width: 100%;}
	
#header nav ul li {
	display: table-cell;}
	
#header nav ul li a {
	display: block;
	font-family: "Museo-300";
	font-size: 0.9375em;
	text-decoration: none;
	color: #352929;
	text-transform: uppercase;}
	
#main-nav .short {
		display: none;}
	
header nav ul > li > a{
    height: 105px;
    line-height: 105px;}

#header nav .menu-toggler{
    display: none;
	padding: 6px;
	border-radius: 5px;
	background: #c7b6a5;
    width: 40px;
    height: 32px;
    position: absolute;
	z-index: 10;
    right: 25px;}

#header nav .menu-toggler .bar{
    display: block;
    height: 4px;
    width: 100%;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 5px;}

/*STYLE DLA PSEUDO CLASS MAIN MENU*/
	
#header nav ul.menu li.current-menu {
	font-weight: bold;
	background: url(../_img/pointer.png) top center no-repeat;}

#header nav ul.menu li.current-menu a {
	color: #d70101;}

#header nav ul.menu li a:hover {
	color: #d70101;}
	
/* STYLE DLA HOME SLIDER*/
	
#top {
background: url(../_img/bgr-white.jpg) top repeat-x;}
	
#top .contener-slider {
	width: 98%;
	height: auto;
	overflow: hidden;
	position: relative;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	background: #FFF;}
	
#top .logo-o2t, 
#slider {
	float: left;}
	
#top .logo-o2t {
	width: 25%;
	padding: 1% 1% 0 1%;}

#top .logo-o2t img {	
	width: 100%;}
	
#top .logo-o2t-mobile {
	display: none;}

#slider {
	width: 73%;
	height: auto;}
	
#slider .slider img {
	width: 731px;
	height: 340px;}
	
#top .gradient {	
background: url('../_img/shadow.png') center top no-repeat;
background-size: 100% 10px;
height: 15px;}
	
/*STYLE DLA PAGINACJI HOME SLIDER*/

#top.home-slider .pagination {
	position: absolute;
	left: 55%;
	bottom: 15px;
	width: 162px;
	height: 30px;}


#top.home-slider .pagination ul {
	width:157px;
	text-align: center;
	margin-top: 9px;
	margin-left: 5px;}

#top.home-slider .pagination ul li {
	display: inline;
	margin-right: 5px;}

#top.home-slider .pagination ul li a {
	display: inline-block;
	width: 10px;
	height:10px;
	background: #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-indent: -999em;}

#top .pagination ul li.selected a,
#top .pagination ul li:hover a {
	background: #F00;}
	
/*STYLE DLA CYTATU*/

#top .home-quote {
	background: url(../_img/gradient.png) center bottom no-repeat;
	background-size: contain;}

#top .home-quote blockquote p {
	font-size: 1.2em;
	text-shadow: 2px 1px 1px #000000;
	font-style:italic;
	text-align: justify;
    line-height: 1.6em;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
    width: 90%;
    margin: 0 auto;
	padding-top: 2%;
    padding-bottom: 3%;}

#top .home-quote blockquote p span {
	display: block;
	margin-top: 15px;
	text-align: right;}
	
/* STYLE DLA MENU SMARTFON */

#fon-minimenu {
	background: url(../_img/gradient.png) center bottom no-repeat;
	background-size: cover;}

#fon-minimenu ul.fon-minimenu {
	display: none;
	overflow: hidden;
	padding: 20px 0;}

#fon-minimenu ul.fon-minimenu li {
	float: left;
	text-align: center;
	width: 28%;
	padding: 0 2%;}
	
#fon-minimenu ul.fon-minimenu li img {
	margin-top: 5px;}

#fon-minimenu ul.fon-minimenu li a {
	display: block;
	width: 100%;
	background: rgba(255,255,255,.4);
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 3px;
	font-size: .8em;
	font-family: "Museo-300";
	font-weight: bold;
	text-decoration: none;
	color: #5b4127;}
	
#fon-minimenu ul.fon-minimenu li > div {
	height: 5px;
	background: url(../_img/shadow-ico.png);}