@charset "utf-8";

body {
    font-family: "Open Sans", sans-serif;
}

a:hover {
    text-decoration: none;
}

.topbar {
    position: relative;
}

#slides-cont {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 1;
}

#site {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.navbar {
    padding: 20px;
    margin-bottom: 0;
}

.navbar-fixed-top {
    border-width: 0;
}

.navbar-inverse {
    border: 0;
    background: rgba(19, 19, 19, 0.9);
    background: -moz-linear-gradient(top, rgba(19, 19, 19, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19, 19, 19, 0.9)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(19, 19, 19, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(19, 19, 19, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#000000', GradientType=0);
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
    transition: all .2s ease;
    font-size: 12px;
    font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a:hover {
    transform: scale(1.15);
}

.navbar-text i {
    color: #FFF;
    margin-right: 5px;
}

.navbar-text a {
    color: #FFF;
    font-weight: bold;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #4563AC;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-toggle {
    border: 0;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, .3);
}

#page {
    padding-top: 100px;
    padding-bottom: 120px;
}

#page .page-header {
    border: 0;
    background:url("../img/bg-page-header.jpg") no-repeat;
    margin: 0;
    color: #000;
    font-size: 26px;
    padding: 30px 20px;
}

#page-inner {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.6);
}

#page-inner-padding {
    background-color: #FFF;
    padding: 20px;
}

#footer {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(19, 19, 19, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#131313', GradientType=0);

    position: fixed;
    left: 0;
    bottom: 0;
    padding: 20px 10px;
    width: 100%;

    color: #FFF;
    z-index:2;

}

.design {
    text-align: right;
}

.design a {
    font-weight: bold;
    color: #FFF;
    font-style: italic;
}

.social a {
    color: #FFF;
    padding: 0 5px;
}

.social {
    border-right: 1px solid rgba(255, 255, 255, .4);
    padding-right: 10px;
    margin-right: 10px;
}

#front {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
}

.fbox {
    background: url("../img/bg-fbox.jpg") repeat;
    transition: all .2s ease;
    z-index: 1;
    box-shadow: 0 0 2px rgba(0,0,0,.6);
}


.fbox:hover {
    transform: scale(1.1);
    z-index: 9;
    box-shadow: 0 30px 60px rgba(0,0,0,.7);
}

.fbox a img {
    border-bottom:5px solid #AE8729;
}

.fbox p {
    margin: 0;
    text-align: center;
    color: #222;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 0;
}


.breadcrumb {
    border-radius: 0;
    margin: 0;
    background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.breadcrumb li a {
    color: #999;
}

.breadcrumb li:last-child a {
    color: #111;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #CCC;
  content: "/\00a0";
}

#map {
    height: 400px;
}

.adp-directions {
    width: 100%;
}

div.sidemenu a.navTitle         { padding:10px; display:block; color: #fff; font-weight:600; background-color:#7eb5dd;}
div.sidemenu ul                 { display:block; margin: 0px; padding:0; list-style: none;}
div.sidemenu ul li              { display:block;}
div.sidemenu ul li a                { display:block; padding:10px;  color: #333;  margin-bottom: 0px; border-radius: 4px;}
div.sidemenu ul li a:hover      { }
div.sidemenu ul.subNav          { display:none;}
div.sidemenu ul.subNav li       { display:block; }
div.sidemenu ul.subNav li a     { display:block;    color: #333; }
div.sidemenu ul.subNav li ul.subNav li a        { display:block;    color: #333; }
a.sub:after                     { content: '+'; float:right;}
div.sidemenu ul li a.navActive                      { background-color: #f1f1f1; color:#222; }


/* Mobile First */

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

/* Non-mobile First */

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .navbar-header {
        margin-bottom: 20px;
    }

    #footer {
        text-align: center;
    }

    .design {
        text-align: center;
    }

    #front a img {
        display: none;
    }

    .fbox {
        margin-bottom: 5px;
        border: 0;
        padding: 5px;
        background: rgba(0, 0, 0, .6) none;
        box-shadow: none;
    }

	.fbox p {
		color:#FFF;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}
.lang a{
padding-left:5px !important;
padding-right:5px !important;
}
