body{
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    font-smooth: always;
}
a, a:focus, a:active{
    outline: none;
}
.menu ul{
    margin-top:120px;
}
.menu ul li{
    text-transform: uppercase;
}
.menu ul li a{
    color:#313131;
    font-size: 13px;
    margin-left:10px;
    margin-right:10px;
}
@media (min-width:768px)
{
.menu nav{
float:right;
}
.navbar-nav>li>a{
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}
.menu .navbar-default {
border:0px;
background:none;
}
}
@media (max-width: 768px)
{
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}

.menu ul{
margin-top:0px;
}
#domek:hover, #domek.active{
background:url('../img/domek_h.png') center right no-repeat !important;
}

}
.menu ul li a:hover,.menu ul li a:active,.menu ul li a:focus{
    color:#E07433;    
    background-color: transparent;
}
#domek{
    display:block;
    background: url('../img/domek.png') center center;
    background-repeat: no-repeat;
    padding:10px;
}
#domek:hover,#domek.active{
    background: url('../img/domek_h.png') center center;
    background-repeat: no-repeat;
}

#top{
    margin-top:25px;
}

h1{
    font-family: 'Myriad Pro Light',Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: lighter;
    text-align: center;
    margin-bottom:20px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 0px;    
}
#carousel-baner{
    margin-top:20px;
}
#carousel-baner .nawigacja {
    position: absolute;
    top: 50%;
    right: 50%;
}
.carousel-caption{
    font-family:'Myriad Pro Semibold',Helvetica, Arial, sans-serif;
    font-size:48px;
    bottom:38%;
    font-weight:bolder;
}
.carousel-caption .small{
    font-family:'Myriad Pro Regular',Helvetica, Arial, sans-serif;
    font-size:18px;
    color:#B3B3B3;
    font-weight:lighter;
}

#ikona_przewin{
    position:absolute;
    z-index:999;
    bottom:0px;
    left:50%;
    height:35%;
}
#ikona_przewin img{
    margin-left:-21px;
}
.kropki_czerwone{
    clear:both;
    margin-top:5px;
}
.tekst{
    font-family: 'Myriad Pro Light';        
    font-size: 14px;
    color:#000;
}
h2{
    font-family: 'Myriad Pro Semibold';
    font-size:24px;
}
.boks{
    margin-top:60px;
}

#zostan_klientem{
    display:block;
    margin-top:80px;
    margin-left:auto;
    margin-right:auto;
    width:200px;
    padding:15px 0px 15px 0px;
    font-weight:bold;
    text-align:center;
    color:#000;
    background:url('../img/naglowek_kreska.png') right #dcdcdc;
    background-repeat: no-repeat;
}
#galeria{
    background-color: #f6f6f6;    
}

#teczki{
    margin-top: 80px;
    margin-left:auto;
    margin-right:auto;
}

#kontakt{
    font-family: 'Myriad Pro Light';
    background:url('../img/kontakt_tlo.jpg') bottom center #000;
    background-repeat: no-repeat;
    min-height:300px;
    color:#a7a7a7;
}

#kontakt h2,#kontakt h1{
    color:#fff;
}

#kontakt a{
    color:#E07433;
}

#kontakt input,#kontakt textarea{
    background-color: transparent;
    border:0px;
    border-bottom:1px solid #E07433;
    border-radius: 0px;
    margin-top:30px;
    color:#a7a7a7;
}
#kontakt input.btn{
    font-family: 'Myriad Pro Regular';
    margin-top:60px;
    border:0px;
    background-color: #ddd;
    background-image: url('../img/naglowek_kreska.png');
    background-position: top right;
    background-repeat: no-repeat;
    color:#000;
    width:200px;
    height:40px;
}

#stopka{
    clear:both;
    margin-top:140px;
    font-size:12px;
    margin-bottom:60px;
    color:#7C7C7C;
}

#stopka a{
    color:#fff;
}

@media(max-width: 800px) 
{
    .carousel-caption,#ikona_przewin{
        display:none;
    }
    
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.menu ul li a{
		font-size:22px;
	}
	
	#kontakt{
		font-family: 'Myriad Pro Light';
		background:url('../img/kontakt_tlo.jpg') top center #000;
		background-repeat: no-repeat;
		min-height:300px;
		color:#a7a7a7;
	}	
	
	#kontakt input, #kontakt textarea{
		font-size:26px;
		height:48px;
	}
	#img_zamknij_galerie{
		width:200%;
	}
}