/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: NYC Design
 * Version: 1.0
 * Date: 04-20-2014
 * URL: 
 */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);


/*::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}
*/
/*::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}*/

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}

.mt {
	margin-top: 80px;
}

.mb {
	margin-bottom: 80px;
}

/* ==========================================================================
   General styles
   ========================================================================== */


body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    color: #4a4a4a;
}


.navbar-brand {
	font-weight: 700;
}

.navbar-default .navbar-brand {
	color: #facc2e;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #facc2e;
	background-color: transparent;
	border-bottom: 2px solid #facc2e
}



.navbar-default .navbar-nav > li > a {
	color: #facc2e;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #CCC;
  background-color: transparent;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(/images/bg_blue.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 750px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 55px;
	font-weight: bold;
}

#headerwrap h4 {
	font-weight: 400;
	color: #ffffff;
	font-size:20px;
}

#social {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
}

#social i {
	font-size: 40px;
	color: #4a4a4a
}

#social i:hover {
	color: #1abc9c
}

#info h2 {
		color:#f2f2f2;

}

#info {
	margin-top:40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #2f2f2f;
	margin-bottom:70px;
	color:#CCC;

}

#info i {
	font-size: 40px;
	color: #f2f2f2
}

#info i:hover {
	color: #f2f2f2
}

#info strong {
	font-weight:700;
	color:#FFF;
}


/*partnerzy*/
#partnerzy h2 {
		color:#f2f2f2;

}

#partnerzy {
	margin-top:40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #2f2f2f;
	margin-bottom:70px;
	color:#CCC;

}

#partnerzy i {
	font-size: 40px;
	color: #f2f2f2
}

#partnerzy i:hover {
	color: #f2f2f2
}

#partnerzy strong {
	font-weight:700;
	color:#FFF;
}


#bilety {
	margin-top:40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f2f2f2;
	margin-bottom:70px;
}

#bilety i {
	font-size: 40px;
	color: #4a4a4a
}

#bilety i:hover {
	color: #1abc9c
}


#footerwrap {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #2f2f2f;
}

#footerwrap p {
	color: #f2f2f2;
	margin-left: 10px;
}

#workwrap {	
	background: url(../img/work.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#workwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 80px;
	font-weight: bold;
}

#workwrap h4 {
	font-weight: 400;
	color: #ffffff
}

#aboutwrap {	
	background: url(../img/about.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}




/* Gallery */
.gallery {
	margin-top: 30px;
}

/*.gallery img:hover {
	opacity: 0.4;
}*/

.gallery img:hover {
  opacity: .99;
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.podpis {
	font-size:14px;
	text-transform: uppercase;
	font-weight: 300;
	color:#fff;
	top:0px;
	position:absolute;
	text-align: left;
	display: block;
	padding:5px;
	background-color: #666;
}