/* Reset Styles
***********************/
body, div { margin: 0; }

/* General
***********************/

/* --Clearfix */
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}


#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}

.button {
  display: inline-block;
  margin: 0;
  padding: .461em 1.563em .41em;
  color: #fff!important;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  line-height: 1;
  font-size: .9em;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  border: 1px solid #1a4064;
  background: #255a8c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
}
.button:active  {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.button.green  {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #578824;
  background: #71b02f;
}
.button.green:hover  {
  background: #79bc32;
}

/* Loading
***********************/
.loading #container {opacity: 0;}
.loading:before  { content: 'LOADING'; display: block; margin: 100px 0 0; text-align: center; color: #fff; font-weight: bold; font-size: 60px; opacity: 0.3; }
body {opacity: 1; -webkit-transition: opacity 1s ease;}


.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 60px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
   /* color: rgba(0, 0, 0, 0.8);*/
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0px 0px 2 rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
/* line 65, ../sass/partials/_flexslider.scss */

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flexslider-caption {
    position: relative;
    display: block;
    width: 100%;
}
.flexslider-caption span {
    
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    width: 100%;
}

.flexslider-caption h3 {
    width: 100%;
}
.flexslider-caption p {
    font-size: 14px;
    font-weight: normal;
}

.flexslider .slides > li { text-align: center;background-color: black;}


/* Media Queries
***********************/
@media screen and (max-width: 960px) {
  

}
@media screen and (max-width: 768px) {
 
  
}


/*updates to slider text 4.23 SD*/


@media screen and (max-width: 450px) {

    .flexslider-caption h3 {
        font-size: 12px;
        margin-top: 0;
    }

    .flexslider-caption p {
        font-size: 10px;
    }
}
/* Media Queries
***********************/
@media screen and (max-width: 960px) {

.flexslider-caption h3 {
font-size:18px;
}
.flexslider-caption p {
    font-size: 12px;
}
}

@media screen and (max-width: 650px) {

    .flexslider-caption h3 {
        font-size: 14px;
        margin-top: 5px;
    }

    .flexslider-caption p {
        font-size: 10px;
    }
}

@media screen and (max-width: 450px) {

    .flexslider-caption h3 {
        font-size: 12px;
        margin-top: 0;
    }

    .flexslider-caption p {
        font-size: 10px;
    }
}

