/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

*, *:before, *:after{ 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
}
nav {background: linear-gradient(#f7fff4 0%, #f8f8f8 100%) !important; opacity: 0.8; filter: alpha(opacity=80);} 
.navbar-brand a {
    display: block;
    height: 145px; 
    width: 106px;
    margin: -15px 0 0 0;
    text-indent: -9999px;
    border-radius: 150px; 
    background: #f8f8f8 url(/i/logo.png) no-repeat center center;
}


.lead {
    font-size: 17px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
	background-size: cover;
	background-attachment: fixed;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
    .navbar-brand a {height: 115px; width: 88px; background-size: cover}
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background: linear-gradient(#f7fff4 0%, #f8f8f8 100%) 
}

.content-section-b {
    padding: 50px 0;
    background: -webkit-linear-gradient(#ffffff 0%, #f3f2ea 100%)
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url() no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.map {height: 300px}

p.copyright {
    margin: 15px 0 0;
}


.timeline-image {
   display: block;
    width: 240px;
    height: 239px;
    margin: -30px 0 0 0;
    border: 12px solid #e8e2d7;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #c6dc9e;}
    
    
.galleries-image {
   display: block;
   border: 12px solid #e8e2d7;
   border-radius: 100%;
   text-align: center;
   color: #fff;
   background-color: #c6dc9e;
   margin: 0 0 20px 0}    
    
.phone-display {text-decoration: none; color: #f3f3f3}
    
    
    
    
    
.rotate:hover {-webkit-transform:rotate(360deg); -webkit-transition-duration: 30s; }
.rotate {-webkit-transform:rotate(0deg); -webkit-transition-duration: 4s; -webkit-transition-property: -webkit-transform;}
.icon-refresh-animate {
  animation-name: rotateThis;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes "rotateThis" {
  from { transform: scale( 1 ) rotate( 0deg );   }
  to   { transform: scale( 1 ) rotate( 360deg ); }
}

/* .parallax-1 {background-image: url(/i/in/zima.jpg);} */
.parallax-2 {}
.parallax-3 {background-image: url("../img/demo/_small/3.jpg");}

#b_editDates h3 {display: none}
.b_availFormInner {background-color: #38be5a !important;}
#b_availFrm {border:none !important; -webkit-border-radius: inherit !important}
.b_availDatesInner h4 {color: #fff !important; padding: 0 0 7px 0; font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;}