/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
#banner .flexslider { max-height: 670px; overflow: hidden; margin: 0px auto 0px;  position: relative; zoom: 1; z-index: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }



/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav li {margin: 0px; display: inline-block; zoom: 1; display: inline; float: left;}
.flex-control-paging li a { display: block; cursor: pointer; text-indent: -9999px;  }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}



.slides .image {
    overflow: hidden;    
    -webkit-transition: max-width .5s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: max-width .5s ease-out;  /* FF4+ */
    -ms-transition: max-width .5s ease-out;  /* IE10? */
    -o-transition: max-width .5s ease-out;  /* Opera 10.5+ */
    transition: max-width .5s ease-out;
}

#banner {
    min-height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
}


#banner:after {
    content:'';
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #1B1B1B;
    opacity: 0.1;
}



#banner .slides .image{
max-height: 650px;
height: 650px;
min-height: 650px;


}

#banner ul.flex-direction-nav {
  position: absolute;
  right:0;
  bottom: 9%;
  z-index: 9999999999999;
    padding: 10px 5px 10px 2px;
    width: 30px;
}

#banner ul.flex-direction-nav a {
 display:block;
 text-indent: -9999px;
opacity: 0;
}

#banner .flex-direction-nav .flex-nav-prev {
	background: url('/UserFiles/Servers/Server_3037789/Templates/Images/RohnertPark_flex_controls.png') no-repeat 0 0;
	width: 12px;
	height: 21px;
    float:left;
}

#banner .flex-direction-nav .flex-nav-next {
	background: url('/UserFiles/Servers/Server_3037789/Templates/Images/RohnertPark_flex_controls.png') no-repeat -15px 0;
	width: 12px;
	height: 21px;
    float:right;
}




    .slides .image img {
        width: 100%;
        -webkit-transition: margin-top .5s ease-out;  /* Saf3.2+, Chrome */
        -moz-transition: margin-top .5s ease-out;  /* FF4+ */
        -ms-transition: margin-top .5s ease-out;  /* IE10? */
        -o-transition: margin-top .5s ease-out;  /* Opera 10.5+ */
        transition: margin-top .5s ease-out;
    }



@media screen and (min-width: 1800px){
  .carousel-caption { bottom: auto;  }
}

.carousel-caption p {
 color: #fff;
 float: left;
 padding: 12px 16px;
 margin-bottom: 0;
 font-family: 'montserratsemibold';
}

.caption .link-w {
 float: left;
 width: 100%;
 display: block;
 margin-top: 15px;
}

.link-w a {
 background: rgba(255,255,255,0.7);
 color: #292929;
 text-decoration: none;
 font-size: 13px;
 font-family: 'open_sansregular';
 display: inline-block;
}

.link-w a span {
 display: block;
 padding: 6px 10px 6px 10px;
 background: transparent;
}

.carousel-caption p, .carousel-caption h3, .link-w a, .link-w a span {
-webkit-transition: background .4s ease-out;
  -moz-transition: background .4s ease-out;
  -o-transition: background .4s ease-out;
  transition: background .4s ease-out;
}

.inner-slide:hover .link-w a {
 background-color: #ffffff;
}

.link-w a:hover span {
 color: #ffffff;
}

.link-w a:hover {
 color: #292929;
 text-decoration: none;
 font-size: 13px;
 font-family: 'open_sansregular';
}

.flex-control-nav {
 width: 40%;
 box-sizing: border-box;
 position: absolute;
 bottom: 164px;
 text-align: right;
 max-width: 1160px;
 padding: 8px;
 border-radius: 0px 0px 0px 5px;
 right: 0px;
 margin: 0px auto 0px auto;
 z-index: 99;
}

.flex-control-paging li a {
 background: url(/UserFiles/Servers/Server_11091/Templates/slider-bullets.png);
 width: 20px;
 height: 20px;
 text-align: left;
 background-position: 0px 0px;
 transition:all .2s ease-in-out;  
      -o-transition:all .2s ease-in-out;  
      -moz-transition:all .2s ease-in-out;  
      -webkit-transition:all .2s ease-in-out;
}

.flex-control-paging li a:hover { background-position: 0px -20px; }
.flex-control-paging li a.flex-active { background-position: 0px -20px; }


.flexslider.loading {
 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
-webkit-animation-delay: 5s;
-moz-animation-delay: 5s;
animation-delay: 5s;
 opacity: 0;
}

.flexslider {
 opacity: 1;
}


/* Added Styles */


a#welcome-text.btn {
    color: #FFF;
    background-color: #AB553A;
    padding: 10px;
    border-radius: 5px;
}


a#welcome-text.btn:hover {
    background-color: #B7704F;
    -webkit-transition: background .4s ease-out;
  -moz-transition: background .4s ease-out;
  -o-transition: background .4s ease-out;
  transition: background .4s ease-out;
opacity: 1;
}



/*.inside a h2, h4, p, span {
    color: #FFF;
   text-decoration: none;
}*/


h4#welcome {
    color: #fffeec;
    font-size: 37px;
    margin-bottom: 0px;
    font-family: 'Vast Shadow', cursive;
   font-weight: 100;
text-shadow: 2px 2px #440909;
background: transparent;
}

h2#cityname {
    color: #FFF;
    font-size: 101px;
    border-top: .5px solid #FFF;
    border-bottom: .5px solid #FFF;
    font-family: 'Grand Hotel', cursive;
font-weight: 100;
    text-shadow: 2px 2px #440909;

}


p#motto {
     font-family: 'Roboto Slab', serif;
     font-size: 25px;
     color: #fffbef;
    margin-bottom: 40px;
   background: transparent;
}


.info a {
    text-decoration: none;
}



.box {
 padding: 0px;
 border: none;
 margin: 0px;
}

.flexslider .box {
 color: #394944;
 position: absolute;
 top: 10%;
 /* right: 0px; */
 /* margin-left: 120px; */
 /* margin: 0 auto; */
 left: 0%;
 right: 0%;
 z-index: 40;
}

.flexslider .box .inside {
 padding: 30px;
 display: table;
 max-width: 1200px;
 margin: 0 auto;
}


.flexslider .info {
 display: table-cell;
 vertical-align: middle;
 width: 101%;
}







.banner .image:after {

    content:'';
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #1B1B1B;
    opacity: 0.6;
    
}



.flexslider h1 {
    margin: 0;
    color: #fff;
    font-family: 'montserratregular';
    font-size: 60px;
    position: absolute;
    z-index: 10;
    width: 85%;
    border-radius: 0px 25px 25px 0px;
    padding: 12px 0px 12px 80px;
    bottom: 40px;
    left: 0;
    box-sizing: border-box;
}

.flexslider h1 a,
.flexslider h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#banner .flexslider h1 a > span {
    font-family: 'montserratsemibold';
    margin-right: 10px;
}

#banner .flexslider h1 a > span span {
    font-family: 'cksd-icon-font';
    font-size: 70%;
}

@media screen and (max-width: 900px){
    .flexslider h1 {
        position: relative;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        padding: 12px;
        text-align: center;
    }

    .carousel-caption {
        position: relative;
        bottom: 0;
        width: 100%;
        border-radius: 0;
    }

    .flex-control-nav {
        position: relative;
        bottom: 0;
        width: 100%;
        border-radius: 0;
display: none;
    }
    
    .flex-control-nav:after {
        content: '';
        display: table;
        clear: both;
    }
}

body .flexslider {
    text-align: center;
}

.banner-indicator { display: none; }

.banner-indicator span { display: none; }

@media screen and (min-width: 1800px){
    .banner-indicator { display: block; }
}

.flex-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.flex-logo img {
    margin-top: 7%;
    width: 60%;
    max-width: 800px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none; 
   display: none;
}

@media screen and (max-width: 640px){
    .flex-logo img {
        width: 85%;
    }

#banner {
    min-height: 350px;
}

#banner .slides .image{
min-height: 350px;
}


}

@media screen and (max-width: 970px){ 
#banner .slides .image{
height: 350px;
}

}

@media screen and (min-width: 1920px) and (max-width: 9999px){
    .flexslider {
        max-height: 670px;
    }
}