.slider_container {
    margin: auto;
    clear: both;
    /*background: url(images/shadow_top.png) no-repeat top center;*/
    padding: 30px 0 0 0;
}

.flex-caption {
    position: absolute;
    left: 5%;
    top: 20%;
}

.caption_title_line {
    /*width: 450px;*/
    /*height: 75px;
    padding: 5px 15px 10px 15px;
    background: url(../images/404_background.jpg) repeat;
    color: #303030;*/
    padding: 15px 30px;
    /*background-color: rgba(210,210,210, 0.8);*/
    border-radius: 5px;
}

.flex-caption h2 {
    /*color: #3c9a08;*/
    color:#fff;
    text-shadow: -2px 1px 2px rgb(90, 90, 90);
    font-size: 42px;
    padding: 5px 0 5px 0;
    margin: 0px;
    font-weight: bold;
    /*font-family: hughs;*/
}

.flex-container a:active,

.flexslider a:active {
    outline: none;
}

.slides,

.flex-control-nav,

.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
13
*********************************/

.flexslider {
    width: 100%;
    margin: 0;
    /*padding: 0 0 30px 0;*/
    /*background: url(images/shadow_bottom.png) no-repeat center bottom;*/
}

.flexslider .slides>li {
    display: none;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    max-width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.flexslider img.logo{
    position: absolute;
    right: 0;
    bottom:0;
    z-index: 50;
    width: 550px;
    /*background-color: rgba(210,210,210, 0.8);*/
    border-radius: 5px;
    padding: 15px;
}

.flexslider .blurred{
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 185px;
    z-index: 9;
    filter: blur(4px);
    -webkit-filter: blur(12px);
    background: linear-gradient(45deg, transparent, black);
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.flexslider {
    position: relative;
    zoom: 1;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides>li {
    position: relative;
    max-height: 650px;
    overflow: hidden;
}

.flex-container {
    zoom: 1;
    position: relative;
}



/* Direction Nav */

.flex-direction-nav li a {
    width: 45px;
    height: 42px;
    margin: 0;
    display: block;
    position: absolute;
    right: 11px;
    cursor: pointer;
    text-indent: -9999px;
}

.flex-direction-nav li a.flex-next {
    background: url(../images/next.png) no-repeat center;
    bottom: 184px;
}

.flex-direction-nav li a.flex-prev {
    background: url(../images/prev.png) no-repeat center;
    bottom: 141px;
}

/*.flex-direction-nav li a.flex-next:hover {
    background: url(images/next_a.png) no-repeat center;
}

.flex-direction-nav li a.flex-prev:hover {
    background: url(images/prev_a.png) no-repeat center;
}*/

.flex-direction-nav li a.disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
}



/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -30px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-nav li:first-child {
    margin: 0;
}

.flex-control-nav li a {
    width: 13px;
    height: 13px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
}

.flex-control-nav li a:hover {
    background-position: 0 -13px;
}

.flex-control-nav li a.active {
    background-position: 0 -26px;
    cursor: default;
}


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

    .flexslider img.logo{
        display: none;
    }

    .slider_container {
        /*width: dth: 90%;*/
        /*margin: 0 0 0 2%;*/
        clear: both;
        background: none;
        padding: 30px 0 0 0;
    }

    .flexslider {
        width: 100%;
        margin: 0;
        padding: 0 0 30px 0;
        background: none;
    }

    .flex-direction-nav li a {
        width: 45px;
        height: 42px;
        margin: 0;
        display: block;
        position: absolute;
        right: -10px;
        cursor: pointer;
        text-indent: -9999px;
    }

    .flex-direction-nav li a.flex-next {
        background: url(../images/next.png) no-repeat center;
        bottom: 85px;
    }

    .flex-direction-nav li a.flex-prev {
        background: url(../images/prev.png) no-repeat center;
        bottom: 40px;
    }

    .flexslider .slides img{
        margin: 0;
    }
}

@font-face {
    font-family: hughs;
    src: url(../fonts/hughs-webfont.woff);
}

h1 {
    font-family:hughs;
    color: #3c9a08;
}

.b-dark {
  border-color: #3c9a08;
}

.rounded {
    color: #3c9a08;
}

@font-face {
    font-family: audrey;
    src: url('../fonts/audrey/audrey-normal-webfont.woff2') format('woff2'),
         url('../fonts/audrey/audrey-normal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: "audrey";
  font-size: 20px;
}

.navbar-brand img {
  display: inline;
  max-height: 52px;
  /*margin-top: -10px;*/
  vertical-align: middle;
}

h4{
    font-size: 22px;
}

footer {
    font-size:14px;
}

a{
    color: #8c8a8a;
}

.fancybox-content{
    max-width: 960px;
}

.fancybox-content h2{
    text-align: center;
    font-weight: bold;
}

.icon-check{
    padding-top:4px;
}

.faq li{
    padding-top: 10px;
}

.green {
    color: #3c9a08;
}

.bold{
    font-weight: bold;
}