* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Raleway', sans-serif;
    overflow-y: visible;
    overflow-x: visible;
}
p {   
    font-size: 14px;
}

/* ============= Generic CSS ============== */

.section-title {
    padding-top: 50px;
    padding-bottom: 50px;  
}
.section-title h2 {
    position: relative;
    text-align: center;
    color: #333;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.section-title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: #129CF3;
    margin-left: -30px;
}
.section-title p {
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    margin-top: 45px;
}
/* =========== Navigation ============ */
.navbar-default {
    background-color: darkgray;
    border-color: #444;
    z-index: 110;
    transition: all 1s;
    -moz-transition: all 5s;
    -o-transition: all 5s;
    -webkit-transition: all 5s;
}
.navbar-default .navbar-nav > li > a {
    color: #B5B5B5;
    font-family: "Raleway", sans-serif;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;   
}
.navbar-default .navbar-nav > li > a:hover {
    color: #129CF3;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #B5B5B5;
}
.navbar-brand {
    padding: 9px 15px;
}
.navbar-brand img  {
     transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.navbar-default .navbar-nav > .active>a, 
.navbar-default .navbar-nav > .active>a:hover,
.navbar-default .navbar-nav > .active>a:focus {
    background-color: transparent;
    color: #129CF3;
} 
.navbar-title{
    font-size: 12px;
    color: black;
    text-decoration: none;
}
.navbar-title a{
    text-decoration: none;
    font-size: 12px;
}
.navbar-rightItems{
     font-size: 20px;
}

/* =========== Header ============ */
.header {
    background-image: url("../images/panorama.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover; 
}

.logo {
    padding-bottom: 50px;
}
.header-text h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    padding-top: 30px;
    text-transform: uppercase;
    text-align: center;
}
.header-text p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
}
.scroll-down {
    text-align: center;
   
}
.scroll-down a {
    background-color: transparent;
    padding: 25px;
}
.scroll-down a i {
    color: #fff;
    font-size: 25px;
}


/* ========= About Us ============= */

.welcome {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    line-height: 37px;
    padding-bottom: 40px;
    font-family: inherit;
}
.welcome-title-center p{
    text-align: center;
    font-family: inherit;
    font-size: 20px;
    font-weight: lighter;
}
.price{
    text-align: center;
    background-color: azure;
}
.price-title{
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    font-family: inherit;
}

/* ========= Rooms ============= */

.roomBlue{
    background-color: lightblue;
    border-bottom: 20px;
    border-bottom-color: white;
    border-bottom-style: solid
}
.roomLimon{
    background-color: lightgreen;
    border-bottom: 20px;
    border-bottom-color: white;
    border-bottom-style: solid
}
.roomSafari{
    background-color: burlywood;
    border-bottom: 20px;
    border-bottom-color: white;
    border-bottom-style: solid
}

.roomRed{
    background-color: firebrick;
    border-bottom: 20px;
    border-bottom-color: white;
    border-bottom-style: solid
}
.room_tittle{
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px;
}
.room_desc{
    font-size: 20px;
    font-weight: lighter;
    text-align: justify;
    align-content: center;  
    font-family: sans-serif;
}

.counter {
    background-image: url("../images/tlo.JPG");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
}
.counter-overlay {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgba(0, 0, 0, .4);
}
.counter-item i {
    color: #129CF3;
    font-size: 60px;
}
.counter-item h2 {
    font-family: "Source Sans Pro", sans-serif;
    color: #D7DADB;
    font-weight: 700;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 1px;
}
.counter-item p {
    color: #D7DADB;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
}
/* ========= Features ============= */
.features-inner-wrapper {
    
    padding-top: 30px;
    padding-bottom: 70px;
}
.left-feature-item {
    position: relative;
    padding-right: 90px;
    margin-bottom: 65px;
    text-align: right;
    margin-top: 35px;
}
.left-feature-item-icon {
    position: absolute;
    right: 0;
    top: -8px;
    font-size: 40px;
    color: #129CF3;
    width: 90px;
    height: 90px;
    text-align: center;
    
}
.left-feature-item h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333;
}
.left-feature-item p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.feature-iphone img {
    width: 100%;
}
.right-feature-item {
    position: relative;
    padding-left: 90px;
    margin-bottom: 65px;
    margin-top: 35px;
    text-align: left;
}
.right-feature-item-icon {
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 40px;
    color: #129CF3;
    width: 90px;
    height: 90px;
    text-align: center;   
}
.right-feature-item h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333; 
}
.right-feature-item p {
 
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

/* ========= GOOGLE MAP ============= */
.googleMap{
    background-image: url("../images/karpacz-2.jpg");
     background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
}
#map{
    max-width: 1600px;
    height: 700px;
    background-color: grey;
}

/* ========= Contact Us ============= */
.contact-header{
   font-size: 16px;
    font-weight: bold; 
    font-family: inherit;
    padding-bottom:  15px;
    padding-top: 15px;
}
.contact-content{
    font-family: sans-serif;
    font-size: 16px; 
    padding-bottom: 2px; 
}
.contact-warring{
    text-align: center;
    font-size: 18px;
    color: red;
    padding-bottom: 20px;
}
.contact-us-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 21px;
    color: #555;
    background-color: transparent;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
    outline: 0px !important;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s; 
}

/* ========= Footer ============= */
.footer {
    background-color: #1a1a1a;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 3px solid #129CF3;
}
#copyright {
    width: 50%;
}
#copyright p {
    color: #8C8B8A;
    font-weight: 600;
    font-size: 15px;
}
#copyright p a {
    text-decoration: none;
    color: #129CF3;
    text-align: left;
}
.scroll-top {
    text-align: right;
    margin-top: 5px;
}
.scroll-top a {
    background-color: #129CF3;
    padding: 15px;
}
.scroll-top a i {
    color: #fff;
    font-size: 25px;
}