/*****vendor-prefix ****/
@media (min-width: 38em) {
  .flexParent {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }

  .flexChild {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1; } }
/***shadows animations transitions etc***/
.borderBottom {
  border-bottom: 2px solid #666666; }

.border-right {
  border-right: 1px solid #c8ced4;
  padding-right: 50px; }

body {
  font-size: 14px;
  color: #5a5a5a;
  background-color: #efefef;
  background-image: url(../../images/bg_stripe.jpg);
  background-repeat: repeat; }

.fa-icon {
  background: none;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 20px;
  line-height: 25px; }
  .fa-icon:hover {
    background: none; }

header#main-header {
  height: auto;
  background: #666;
  width: 100%;
  position: relative;
  z-index: 10; }
  header#main-header .nav > li.home > a:hover {
    background: none; }
  header#main-header.no-background {
    background: none !important; }
  header#main-header.slider-above .logo-holder, header#main-header.slider-above .contact-holder {
    display: none; }
  header#main-header .tagline {
    padding-top: 30px; }
    header#main-header .tagline h3 {
      text-transform: uppercase;
      margin-bottom: 0; }
  header#main-header .contact {
    padding-top: 20px; }
    header#main-header .contact p {
      font-size: 15px; }
      header#main-header .contact p .fa-icon {
        top: 2px;
        margin-right: 3px; }
      header#main-header .contact p.applinks {
        font-size: 14px; }
        header#main-header .contact p.applinks .fa-icon {
          font-size: 25px; }
          header#main-header .contact p.applinks .fa-icon:hover {
            opacity: 0.7; }
header .logo-holder, header .menu-holder {
  padding: 15px 0; }
header .logo-holder img {
  max-width: 130px;
  max-height: 130px;
  width: auto;
  height: auto; }

.search-holder {
  width: 100%;
  margin-top: 30px; }
  .search-holder fieldset {
    position: relative; }
  .search-holder div.field {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0; }
  .search-holder input[type="text"] {
    padding: 0 8px;
    line-height: 35px;
    border-color: #dddddd; }
  .search-holder button {
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0; }
    .search-holder button .fa-icon {
      background: none;
      color: #5a5a5a !important;
      width: 25px;
      height: 25px;
      font-size: 20px;
      line-height: 35px; }

.HomePage .search-holder {
  max-width: 260px; }

#navbar li .fa-icon {
  background: none !important;
  color: #fff;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 13px;
  top: -1px;
  float: right; }
  #navbar li .fa-icon:hover {
    cursor: pointer;
    background: none; }
#navbar li:hover > .submenu {
  display: block; }
#navbar li.parent:hover > a {
  background: #000; }
#navbar .submenu {
  position: absolute;
  width: 260px;
  background: rgba(35, 36, 36, 0.8);
  left: 0;
  display: none;
  transition: opacity 0.3s ease-in;
  padding-left: 0; }
  #navbar .submenu li {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 13.5px;
    font-size: 1.2rem;
    margin-left: 0;
    line-height: 1.1;
    text-transform: none;
    padding: 0px 15px; }
    #navbar .submenu li a {
      color: #fff;
      display: block;
      padding: 12px 0; }
    #navbar .submenu li:first-child {
      margin-top: 0; }
    #navbar .submenu li:before {
      content: "";
      margin: 0; }
    #navbar .submenu li:hover a {
      color: #fff; }
    #navbar .submenu li .fa-icon {
      background: none !important;
      color: #fff;
      font-size: 20px;
      width: 20px;
      height: 20px;
      line-height: 13px;
      top: -1px;
      float: right; }
      #navbar .submenu li .fa-icon:hover {
        cursor: pointer;
        background: none; }

#content .container {
  background: #fff; }

#page-content .container {
  box-shadow: 0px 0px 8px 2px #ccc; }

#appembed {
  padding: 0;
  margin: 0;
  text-align: left; }
  #appembed iframe {
    margin-left: -15px; }

.page-text {
  padding: 20px 60px 40px; }
  .page-text li {
    margin-bottom: 6px; }
  .page-text img.right, .page-text img.left, .page-text img.bordered-image-right, .page-text img.bordered-image-left {
    max-width: 40%; }

aside {
  margin-top: 20px;
  margin-bottom: 20px; }

.translator {
  margin: 30px 0;
  max-width: 260px; }

.gallery {
  margin-bottom: 30px; }
  .gallery:nth-of-type(3n + 1) {
    margin-left: 0; }

.contact {
  margin-bottom: 30px; }

#quicklinks .container {
  padding: 30px;
  min-height: 280px; }
#quicklinks p {
  margin-bottom: 0; }
#quicklinks .social-media {
  margin-top: 30px; }

.margin-top {
  margin-top: 50px; }

.map iframe {
  width: 100%; }

.footer-menu ul {
  padding: 0; }
  .footer-menu ul li {
    list-style: none;
    padding: 0; }

footer {
  height: 102px;
  overflow: hidden; }
  footer .container {
    background: #fff; }
  footer .left-panel {
    padding: 40px 0 0 30px; }
  footer .right-panel {
    text-align: right; }
    footer .right-panel img {
      width: 100%;
      height: auto;
      max-width: 345px; }

/****overwrite flexslider styles*****/
#home-banner {
  margin-left: 0;
  margin-right: 0; }
  #home-banner .container {
    padding: 0; }

.flexslider {
  border: none;
  margin: 0;
  border-radius: 0;
  overflow: hidden; }
  .flexslider .logo-holder {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    left: 20px;
    width: 150px; }
    .flexslider .logo-holder img {
      width: auto;
      height: auto;
      max-width: 150px;
      max-height: 150px; }

.flex-control-nav {
  bottom: 10px; }
  .flex-control-nav li {
    color: #fff;
    margin: 0 4px; }
    .flex-control-nav li a {
      background: transparent;
      border: 1px solid #fff; }
      .flex-control-nav li a.flex-active {
        background: #fff; }

.flex-control-paging li a:hover {
  background: rgba(255, 255, 255, 0.7); }

.flex-direction-nav a {
  height: 100%;
  top: 0;
  margin-top: 0; }
.flex-direction-nav a.flex-next {
  width: 150px;
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }
  .flex-direction-nav a.flex-next:before {
    content: " "; }
.flex-direction-nav a.flex-prev {
  width: 150px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }
  .flex-direction-nav a.flex-prev:before {
    content: " "; }

.flexslider:hover .flex-direction-nav .flex-next {
  right: 0; }

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0; }

/*# sourceMappingURL=styles.css.map */
