/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
@import url(../fonts/stylesheet.css);



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

body {
    font-size: 1em;
    line-height: 1.4;
}

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


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

body{
	background: black url(../img/background.jpg) fixed top center no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	}
	
/* =typografia
------------------------------------------------------------------------------------*/
h1{
	font-family: 'familiar_probold', sans-serif;
	font-weight:normal;
	color:#fff;
	}
h2{
	font-family: 'open_sanscondensed_light', sans-serif;
	font-weight:normal;
	font-size:24px;
	color:#fff;
	text-shadow:1px 1px #000;
	}
p{
	font-family: 'open_sanscondensed_light', sans-serif;
	color:#c2c2c2;
	font-size:18px;
	text-shadow:1px 1px #000;
	}

/* =nawigacja
------------------------------------------------------------------------------------*/
nav{
	font-family: 'open_sanscondensed_light', sans-serif;
	}
	
/* =header
------------------------------------------------------------------------------------*/
header#naglowek{
	width: 980px;
	height:100px;
	background-color:black;
	opacity:0.9;
	margin:0 auto 20px auto;
	border-radius:3px;
	box-shadow: 0px 0px 5px #4a4a4a;
	}

/* =up
------------------------------------------------------------------------------------*/
div#up{
	width:980px;
	height:60px;
	margin:10px auto 0 auto;
	}
div#up p{
	color:#fff;
	text-shadow:1px 1px 0px #3d3d3d;
	padding:0 0 0 20px;
	font-size:20px;
	line-height:14px;
	}
div#up .left{
	background:url(../img/mail.png) no-repeat;
	float:left;

	}
div#up .right{
	background:url(../img/phone.png) no-repeat;
	float:right;
	}

/* =logo
------------------------------------------------------------------------------------*/
div#logo{
	height:100px;
	width:350px;
	float:left;
	}
div#logo:hover{
	margin:1px 0;
	}
div#logo a{
	text-decoration:none;
	}
div#logo a div.logo{
	display:inline-block;
	margin:0 10px;
	float:left;
	}
div#logo a h1{
	font-weight:bold;
	color:#616161;
	display:inline;
	float:left;
	margin:17px 0 0 0;
	text-shadow:1px 1px 0px #7e7e7e;
	font-size:32px;
	}
div#logo a h1 span{
	color:#e8e5e5;
	}
div#logo a h2{
	font-size:14px;
	color:#6a6a6a;
	float:left;
	margin:0;
	text-shadow:1px 1px 0px #161616;
	font-family: 'robotothin', sans-serif;
	}

/* =nawigacja
------------------------------------------------------------------------------------*/
nav{
	float:right;
	width:460px;
	margin:16px 0;
	font-size:20px;
	}	
nav ul li a{
	float:left;
	text-decoration:none;
	color:#fff;
	padding:0 15px;
	text-shadow:1px 1px 2px #c0c0c0;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	}
nav ul li a:hover{
	color:yellow;
	text-shadow:0px 0px 25px yellow;
	text-decoration:underline;
	}
.active a{	
	color:yellow;
	text-shadow:0px 0px 25px yellow;
	text-decoration:underline;
	}
/* =slider
------------------------------------------------------------------------------------*/
div#slider{
	height:400px;
	width:980px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	margin:0 auto;
	overflow:hidden;
	}


/* =section
------------------------------------------------------------------------------------*/
section#wrapper{
	width:980px;
	background:#000;
	opacity:0.9;
	margin:-20px auto 0 auto;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top: 1px solid #333;
	box-shadow: 0px 0px 5px#4a4a4a;
	padding-bottom:10px;
	}
#columns{
	width:940px;
	margin:0 auto;
	border-bottom:1px solid #333;
	}
#columns article{
	float:left;
	width:210px;
	margin:20px 0 0 20px;
	}
#columns h1{
	text-shadow:1px 1px 0 #000;
	font-size:24px;
	text-align:center;
	}
#columns p{
	text-shadow:1px 1px 0 #000;
	text-align:justify;
	}
#content{
	width:920px;
	margin: 20px auto 0 auto;
	}
#content article p{
	text-align: justify;
	text-indent:30px;
	}
	
	/* =tresc
------------------------------------------------------------------------------------*/
section#tresc{
	margin-top:20px;
	width:940px;
	padding:20px;
	background:#000;
	opacity:0.9;
	margin: 0 auto;
	border-radius:3px;
	box-shadow: 0px 0px 5px#4a4a4a;
	text-indent:30px;
	}
#tresc ul{
	color:#c2c2c2;
	text-shadow:1px 1px #000;
	font-family: 'open_sanscondensed_light', sans-serif;
	font-size:18px;
	line-height:22px;
	letter-spacing:2px;
	list-style-image: url(../img/pin8.png);
	margin-left:30px;
	}
#lista{
	float:left;
	}
#reklama{
	float:right;
	margin:40px 60px 0 0;
	}

	/* =o nas
------------------------------------------------------------------------------------*/
.deejay{
	margin:0 auto;
	display:block;
	}
	
	
	/* =kontakt
------------------------------------------------------------------------------------*/
#tresc iframe{
	width:930px;
	height:400px;
	border:5px solid #FFF;
	box-shadow: 0px 0px 5px #4a4a4a;
	margin:0 auto;
	margin-bottom:20px;
	}
#dane{
	width:700px;
	margin:0 auto;
	}
#adres{
	width:400px;
	float:left;
	}	
#formularz{
	width:300px;
	float:right;
	}
#formularz form input{
	width:200px;
	padding:5px;
	margin:5px 0;
	background: #e7e7e7;
	border:none;
	box-shadow: 0px 0px 5px #4a4a4a;
	border-radius:3px;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	}
#formularz form input:focus{
	box-shadow:0 0 20px yellow
	}
#formularz form textarea{
	padding:5px;
	width:300px;
	height:100px;
	margin:5px 0;
	background: #e7e7e7;
	border:none;
	box-shadow: 0px 0px 5px #4a4a4a;
	border-radius:3px;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	}
#formularz form textarea:focus{
	box-shadow:0 0 20px yellow
	}
#adres address{
	font-style:normal;
	line-height:10px;
	color:#e1e1e1;
	text-shadow:1px 1px #000;
	font-family: 'open_sanscondensed_light', sans-serif;
	}
#formularz form{
	text-indent:0;
	}

	/* =gallery
------------------------------------------------------------------------------------*/
#gallery{
	text-indent:0;
	margin:0 auto;
	width:880px;
	}
#gallery a{
	margin: 5px;
	display:inline-block;
	border:3px solid #fff;
	box-shadow: 0px 0px 5px #4a4a4a;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	}
#gallery a:hover{
	border:3px solid yellow;
	box-shadow: 0px 0px 30px yellow;
	}


	/* =footer
------------------------------------------------------------------------------------*/
footer{
	width: 980px;
	height:280px;
	background:#000;
	opacity:0.9;
	margin:20px auto 20px auto;
	border-radius:3px;
	box-shadow: 0px 0px 5px #4a4a4a;
	}
#end{
	width:920px;
	margin:0 auto;
	border-bottom:1px solid #333;
	}
#end article{
	margin:10px 20px 10px 0;
	float:left;
	width:286px;
	}
#icons a{
	float:left;
	margin:0 10px 0 0;
	transition:All 2.1531s ease;
	-webkit-transition:All 2.1531s ease;
	-moz-transition:All 2.1531s ease;
	-o-transition:All 2.1531s ease;
	transform: rotate(0deg) scale(1) skew(1deg) translate(10px);
	-webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(10px);
	-moz-transform: rotate(0deg) scale(1) skew(1deg) translate(10px);
	-o-transform: rotate(0deg) scale(1) skew(1deg) translate(10px);
	-ms-transform: rotate(0deg) scale(1) skew(1deg) translate(10px);
	}
#icons a:hover{
	transform: rotate(17deg) scale(0.983) skew(1deg) translate(0px);
	-webkit-transform: rotate(17deg) scale(0.983) skew(1deg) translate(0px);
	-moz-transform: rotate(17deg) scale(0.983) skew(1deg) translate(0px);
	-o-transform: rotate(17deg) scale(0.983) skew(1deg) translate(0px);
	-ms-transform: rotate(17deg) scale(0.983) skew(1deg) translate(0px);
	}
#second address{
	font-style:normal;
	line-height:8px;
	font-size:18px;
	color:#e1e1e1;
	text-shadow:1px 1px #000;
	font-family: 'open_sanscondensed_light', sans-serif;
	}
#third form input{
	width:200px;
	padding:5px;
	margin:2px 0;
	background: #e7e7e7;
	border:none;
	box-shadow: 0px 0px 5px #4a4a4a;
	border-radius:3px;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	}
#third form input:focus{
	box-shadow:0 0 20px yellow
	}
#third form textarea{
	padding:5px;
	width:200px;
	height:17px;
	margin:2px 0;
	background: #e7e7e7;
	border:none;
	box-shadow: 0px 0px 5px #4a4a4a;
	border-radius:3px;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	}
#third form textarea:focus{
	box-shadow:0 0 20px yellow
	}
#rights{
	color:#666;
	width:940px;
	margin:10px auto 0 auto;;
	font-family: 'robotothin', sans-serif;
	}
#left{
	float:left;
	}
#right{
	float:right;
	}
#right a{
	color:#666;
	text-decoration:none;
	}
#third form .button{
	margin-right:75px;
	width:70px;
	height:22px;
	margin-top:5px;
	}



.clr{
	clear:both;
	}


/* =SLIDER
------------------------------------------------------------------------------------*/

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a {
	cursor:pointer;
}

/*THEME*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

/* =obrazki sprite
------------------------------------------------------------------------------------*/
.youtube, .facebook, .googleplus, .wesela, .studniowki, .dyskoteki, .eventy, .logo{
	background: url(../img/sprites.png) no-repeat;
}


.facebook{
	background-position: -204px -362px ;
	width: 64px;
	height: 64px;
}

.googleplus{
	background-position: -138px -400px ;
	width: 64px;
	height: 64px;
}

.wesela{
	background-position: -172px -173px ;
	width: 170px;
	height: 170px;
	margin:0 auto;
}

.studniowki{
	background-position: -172px 0;
	width: 170px;
	height: 170px;
	margin:0 auto;
}

.dyskoteki{
	background-position: 0 -172px ;
	width: 170px;
	height: 170px;
	margin:0 auto;
}

.eventy{
	background-position: 0 0;
	width: 170px;
	height: 170px;
	margin:0 auto;
}

.logo{
	background-position: 0 -345px ;
	width: 128px;
	height: 100px;
}

/* =button send
------------------------------------------------------------------------------------*/
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5ce8b), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f5ce8b 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ce8b', endColorstr='#d29105');
	background-color:#f5ce8b;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0px;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-family: 'familiar_probold';
	height:25px;
	line-height:20px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cd8a15;
	float:right;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f5ce8b) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f5ce8b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f5ce8b');
	background-color:#d29105;


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

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   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;
    }
}