@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i|Open+Sans:300,300i,400,400i,700,700i&subset=latin-ext');
/* main */

body {
    font-family: 'Open Sans', sans-serif;
    color: #5b5b5b;
    font-weight: 300;
    background-color: #ffffff;
    padding-top: 80px;
    font-size: 15px;
    line-height: 22px;
}
a {
    color: #BF9A6E;
}
a:hover {
    color: #ffffff;
}
section {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
strong {
    font-weight: 700;
}
h2 {
    font-family: 'Merriweather', serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0 auto 30px auto;
    font-style: italic;
    letter-spacing: -1px;
}
h3 {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 20px;
}
h4 {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 16px;
}
h5 {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 14px;
}
.container {
    padding: 0 20px;
}
.red {
    color: #d60000;
}
.grey {
    color: #D1D1D1;
}
.row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}


/* menu */

#menu {
    margin: 0;
    height: 100px;
    background-color: #303030;
}
.info-top h3 {
    float: right;
    font-size: 13px;
    font-weight: 300;  
    color: #bfbfbf;
    text-align: right;
    transition: all 0.3s ease;  
}
.info-top strong {
    font-size: 16px;
    color: #d8bf8b;
    transition: all 0.3s ease;
    margin: 0 0 0 0;
}
.info-top span {
    margin: 0 12px 0 0;
}
.info-top {
	transition: all 0.3s ease;
    margin: -5px 0 0 0;
    padding: 0;
}
.info-top-shrink {
    margin: -10px 0 0 0;
}
.info-top-shrink h3 {
    font-size: 12px;  
}
.info-top-shrink strong {
    font-size: 15px;
}
.info-top a {
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
	color: #303030;
	text-decoration: none;
    text-align: center;
    line-height: 26px;
    letter-spacing: -0.6px;
	width: 26px;
    background-color: #d8bf8b;
    border-radius: 50%;
	display: inline-block;
    margin: 0 0 0 6px;
    transition: all 0.7s ease;
} 
.info-top a:hover {
	color: #303030;
	background-color: #ffffff;
	transition: all 0.7s ease;
}
.navbar-outer {
    width: 1200px;
}
.navbar {
    background-color: transparent;
    font-size: 14px;
    border: none;
    margin: 0;
    height: 100px;
    padding: 0 20px 0 0;
    transition: all 0.3s ease;
}
.navbar-shrink {
    height: 80px;
}
.navbar-nav {
    margin: 0 -20px 0 0;
    transition: all 0.3s ease;
}
.menu-shrink {
    margin: -10px -20px 0 0;
}
.navbar-default .navbar-toggle {
    border: none;
    margin: -4px 12px 10px 0;
}
.navbar-default .navbar-collapse {
    border-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}
.navbar-default .navbar-toggle:link, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-nav > ul {
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav > li > a {
    font-family: 'Merriweather', serif;
    font-weight: 300;
	color: #dddddd;
	letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 5px 20px 10px 0;
}
.navbar-default .navbar-shrink > li > a {
    color: #b1b1b1;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #d8bf8b;
    background-color: transparent;
    transition: all 0.7s ease;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #d8bf8b;
    background-color: transparent;
    transition: all 0.7s ease;
}
.logo img {
    display: block;
    float: none;
    margin: 0;
    width: 280px;
    margin: 0 0 0 -16px;
    transition: all 0.3s ease;
}
.logoSm img {
    margin: -6px 0 0 -16px;
	width: 240px;
}
.shrink-nav {
    height: 80px !important;
    background-color: #303030;
    position: fixed;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease;
    -webkit-animation: fadeInTop 0.5s;
    animation: fadeInTop 0.5s;
}
/* jumbotron */

.jumbotron {
    position: relative;
    background: #000 url("../gfx/jumbotron.jpg") center center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 500px 0;
    text-align: center;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.jumbotron h1 {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 43px;
    color: #ffffff;
    text-shadow: 0 0 7px #000000;
    margin: 0;
}
.jumbotron h2 {
    font-family: 'Cinzel', serif;
    font-size: 35px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 0 7px #000000;
    margin: 10px 0 0 0;
}
.slogan-big {
    font-size: 68px;
    text-transform: uppercase;
}
/* witamy */

#welcome {
    background-image: url("../gfx/bg-welcome.png");
    background-color: #4e4e4e;
    border-top: #727272 1px solid;
    border-bottom: #727272 1px solid;
}
#welcome h2 {
    color: #d8bf8b;
}
#welcome h3 {
    color: #ffffff;
}
#welcome p {
    color: #e1e1e1;
    padding: 0 30px;
}
#welcome img {
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

/* lokalizacja */

#map {
    padding: 0;
    height: 550px;
}
#googleMap {
    width: 100%;
    height: 550px;
}
#location {
    background-image: url("../gfx/bg-location.png");
    background-color: #dfc895;
}
#location h2 {
    color: #7a602a;
    margin: 0 0 60px 0;
}
#location h3 {
    color: #696969;
}
#location p {
    color: #303030;
}
.distance {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 900;
    margin: 10px 0 0 0;
    color: #303030;
    line-height: 40px;
    letter-spacing: -1px;
}
#location .thumbnail {
    border: none;
    background-color: transparent;
    padding: 0;
}
#location .caption {
    padding: 0;
    margin: 0;
}
#location .caption img {
    width: 110px;
	margin: 0 auto;
    background-color: #303030;
	border-radius: 50%;
	padding: 15px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
#beach {
    background: #000 url("../gfx/beach.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 260px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
}

/* apartamenty */

#apartments {
    background-color: #fff;
}
#apartments a,
#apartments a:hover {
    text-decoration: none;
}
#apartments h2 {
    color: #707070;
}
#apartments h3 {
    font-size: 30px;
    color: #d8bf8b;
    margin: 20px 0;
}
#apartments h4 {
    font-size: 20px;
    color: #303030;
    margin: 40px 0 0 0;
}
#apartments .nav-pills > li {
    float: none;
    padding: 0;
    display: inline-block;
}
#apartments .nav-pills > li > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #303030;
    text-decoration: none;
    text-align: center;
    letter-spacing: -0.6px;
    background-color: #d8bf8b;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 0.7s ease;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
} 
#apartments .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #303030;
    transition: all 0.7s ease;
    text-decoration: none;
}
#apartments .nav-pills > li > a:hover {
    color: #fff;
    background-color: #303030;
    transition: all 0.7s ease;
    text-decoration: none;
}
.apartment-buttons {
    margin: 10px 0 20px 0;
    padding: 20px 0;
    border-top: 1px #ececec solid;
    border-bottom: 1px #ececec solid;
}
.apartment-gallery {
    margin: 10px 0 20px 0;
    padding: 20px 0;
    background-color: #f9e6bf;
}
.apartment-info {
    padding: 0 50px;
}
.price {
    color: #d8bf8b;
    font-size: 20px;
    font-weight: 700;
}
.pricelist {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
    line-height: 1.6;
}

/* galeria */

#gallery {
    background-image: url("../gfx/bg-location.png");
    background-color: #dfc895;
}
#gallery h2 {
    color: #7a602a;
    margin: 0 0 60px 0;
}
.piaskowy-gallery {
    margin: 0;
    padding: 20px 0;
    background-color: #c19f5a;
}

/* kontakt */

#contact {
    padding: 60px 0 30px 0;
    background-color: #303030;
}  
#contact h2 {
    color: #bfbfbf;
    text-align: center;
    margin: 0 0 40px 0;
}
#contact a {
    color: #d8bf8b;
    transition: all 0.3s ease;
}
#contact a:hover {
    color: #fff;
    text-decoration: none;
}
.foot-l img {
    width: 200px;
	margin: 0 0 0 -15px;
}
#contact p {
    font-family: 'Merriweather', serif;
    color: #e4e4e4;
    font-size: 14px;
    line-height: 22px;
}
.foot-l strong {
    font-size: 16px;
    color: #d8bf8b;
    transition: all 0.3s ease;
}
#contact input {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0;
    font-size: 14px;
}
#contact textarea {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0;
    font-size: 14px;
}
#contact textarea:focus, input:focus, .uneditable-input:focus {
    border-color: #000000 !important;
    outline: 0 none !important;
}
.btn-lg {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #303030;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    border-radius: 20px;
    background-color: #d8bf8b;
    padding: 10px 30px;
    transition-duration: 0.3s;
    letter-spacing: -0.6px;
    float: left;
}
.btn-lg:hover, .btn-lg:focus, .btn-lg:active:focus {
    background-color: #fff;
    color: #303030;
}
#blauge {
    padding: 5px 0 10px 0;
    background-color: #202020;
    text-transform: uppercase;
}
#blauge h6 {
    font-size: 10px;
    text-align: center;
    color: #5a5a5a;
}
#blauge a {
    color: #5a5a5a;
    text-decoration: none;
}
#blauge a:hover {
    color: #ffffff;
    transition-duration: 0.3s;
}
