/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Audiowide&subset=latin,latin-ext);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff url('../images/bg.jpg') repeat-x;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    overflow: scroll;
    overflow-x: hidden;
}

p {
	font-family: 'Arial';
	font-size:13px;
	color: #333;
	text-align: justify;
}

a {
	color: #555;
	text-decoration: none;
}

h1 {
	font-family: 'Share', cursive;
	font-weight: bold;
	font-size:27px;
	color: #ff7900;
	margin: 10px 0px 25px 0px;
}

h2 {
	font-family: 'Share', cursive;
	font-weight: bold;
	font-size:23px;
	color:/*#fff*/ #ff7900;
	/*background-color: #ff7900;
	padding: 10px;*/
	margin: 10px 0px 15px 0px;
}

h3 {
	font-family: 'Share', cursive;
	font-weight: bold;
	font-size:20px;
	color:/*#fff*/ #ff7900;
	/*background-color: #ff7900;
        padding: 10px;*/
}

.submenu {
	margin: 10px 0px 10px 0px;
	color: #ffae64;
}

.submenu:hover {
	color:#ff7900;
}

.submenu a{
	padding: 0px 5px;
	border-right: #ffae64 1px solid;
	color: #ffae64;
}

.submenu a:hover {
	padding: 0px 7px;
	border-right: #ff7900 1px solid;
	color: #ff7900;
}

.container {
	width: /*100%*/ 900px;
	position: relative;
	margin: 0px auto 0px auto;
}

.container > header {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	padding: 30px;
}

.top-header {
	width:900px;
	float:left;
	height:76px;
	margin:0px;
}

.logo {
	width: 251px;
	height: 46px;
	float:left;
	margin: 20px 0px 0px 50px;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
}

#top-menu {
	width:540px;
	height: 76px; 
	float:right;
	margin-right:50px;
}

#top-menu a{
	display: inline-block;
	margin: 30px 15px 0px 15px;
	list-style-type: none;
	font-family: 'Share', cursive;
	font-weight:700;
	font-size: 18px;
	color: #ff7900;
	padding: 10px 10px;
	float: right;
}

#top-menu a:hover {
	color: #fff;
	background-color: #ff7900;
}



.main {
	width:1000px;
	background-image: url('../images/tlo-slider1.png');
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	margin-top:/*76*/0px;
	min-height:355px;
}

.main-layout {
	width:900px;
	background-image: url('../images/tlo-slider.png');
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	margin-top:/*76*/0px;
	min-height:355px;
	padding: 40px 65px 0px 65px;
}

/*.home-button {
	background: url('../images/home-button.jpg') no-repeat;
	width:40px;
	height:40px;
	float:right;
	position:relative;
	top:-15px;
}

.home-button:hover{
	background: url('../images/home-button-active.jpg') no-repeat;
}*/

.home-button {
	background: url('../images/home-button.png') no-repeat;
	width:74px;
	height:49px;
	float:right;
	position:relative;
	right: -27px;
}

.home-button:hover{
	background: url('../images/home-button-active.png') no-repeat;
}

.item-contact-button {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background-color: #ff7900;
	padding: 10px 10px;
	margin: 30px 10px;
}

.item-contact-button:hover {
	background-color:#ff9739;
}

.home-content-col {
	width:28%;
	margin: 25px 10px;
	float:left;
	font-family: 'Share', cursive;
	font-size:12px;
	color: #333;
	text-align: justify;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 10px;
}

.codrops-demos a {
    display: inline-block;
    margin: 10px;
    color: #666;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #000;
	border-color: #000;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}

/* glowny div z like box'em */
#like-box {
	position: fixed;
	z-index: 99;
	top: 150px;  /* jego polozenie od gory */
	left: -296px; /* szerokosc wygenerowanego boxa + 4px obramowania */
	-webkit-transition: left 0.5s ease-out;
	-moz-transition: left 0.5s ease-out;
	-o-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
}
 
/* wysuniecie like box'a */
#like-box:hover {
	left: 0px;
}
 
/* zewnetrzna ramka boxa */
#like-box .outside {
	position: relative;
	z-index: 1;
	background: #3b5999;
	padding: 2px;
	min-width: 1px;
	float: left;
}
 
/* wewnetrzne tlo boxa */
#like-box .inside {
	position: relative;
	z-index: 2;
	background: #fff;
}
 
/* pasek z logo FB */
#like-box .belt {
	position: relative;
	z-index: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg); 
	-o-transform: rotate(90deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 
	float: left;
	width: 120px; 
	height: 50px;
	padding: 7px 0px 0px 20px;
	margin: 50px 0px 0px -55px;
	background: #3b5999;
	color: #fff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}