@charset "UTF-8";
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* DOUBLE BORDERS */
/* BOX SIZING */
/* FLEX */
/* FLIP */
/* OUTLINE RADIUS */
/* RESIZE */
/*
@mixin rotate ($deg) {
    -moz-transform      : rotate($deg);
    -ms-transform       : rotate($deg);
    -o-transform        : rotate($deg);
    -webkit-transform   : rotate($deg);
}
*/
/* ROTATE*/
/* TEXT SHADOW */
/* TRIPLE BORDERS */
/** Generated by FG **/
@font-face {
  font-family: 'Conv_TrajanPro-Regular';
  src: url("/cms4/fonts/TrajanPro-Regular.eot");
  src: local("☺"), url("/cms4/fonts/TrajanPro-Regular.woff") format("woff"), url("/cms4/fonts/TrajanPro-Regular.ttf") format("truetype"), url("/cms4/fonts/TrajanPro-Regular.svg") format("svg");
}

@font-face {
  font-family: 'gandhi_sansregular';
  src: url("/cms4/fonts/GandhiSans-Regular-webfont.eot");
  src: url("/cms4/fonts/GandhiSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/cms4/fonts/GandhiSans-Regular-webfont.woff") format("woff"), url("/cms4/fonts/GandhiSans-Regular-webfont.ttf") format("truetype"), url("/cms4/fonts/GandhiSans-Regular-webfont.svg#gandhi_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Conv_TrajanPro-Regular', sans-serif !important;
  font-weight: normal;
  font-style: normal;
  color: #444;
  text-shadow: 0 1px 1px #fff;
}

#header {
  font-family: 'Conv_TrajanPro-Regular', sans-serif !important;
  font-weight: normal;
  color: #444;
  text-shadow: 0 1px 0 #fff;
}

body {
  font-family: 'gandhi_sansregular', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.4;
}

.navbar-brand {
  font-family: 'Conv_TrajanPro-Regular', sans-serif !important;
  padding: 4px 15px;
  font-size: 18px;
  line-height: 40px;
  height: 50px;
}

/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* DOUBLE BORDERS */
/* BOX SIZING */
/* FLEX */
/* FLIP */
/* OUTLINE RADIUS */
/* RESIZE */
/*
@mixin rotate ($deg) {
    -moz-transform      : rotate($deg);
    -ms-transform       : rotate($deg);
    -o-transform        : rotate($deg);
    -webkit-transform   : rotate($deg);
}
*/
/* ROTATE*/
/* TEXT SHADOW */
/* TRIPLE BORDERS */
.navbar-default {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar {
  min-height: 32px;
  margin-bottom: 0;
  border: none;
  background: #f7f7f7;
  /* Fallback solid color for old browsers */
  background: linear-gradient(to bottom, #f7f7f7 0%, #bdbdbd 100%);
  /* W3C */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #bdbdbd 100%);
  /* FF 3.6+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, #bdbdbd 100%);
  /* IE 10+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, #bdbdbd 100%);
  /* Opera 11.10+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #bdbdbd 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #bdbdbd));
  /* Chrome, Safari 4+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#f7f7f7', endColorstr= '#bdbdbd', GradientType=0);
  /* IE 6-9 */
  -webkit-box-shadow: 0px 2px 20px 0px rgba(78, 78, 78, 0.84);
  -moz-box-shadow: 0px 2px 20px 0px rgba(78, 78, 78, 0.84);
  box-shadow: 0px 2px 20px 0px rgba(78, 78, 78, 0.84);
}

/*    
#navmenu .container {
    padding: 0;
}
*/
.navbar .container {
  width: 100%;
}

.navbar-nav > li > a,
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: #728688;
  background-color: rgba(63, 62, 62, 0.33);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #333;
  background-color: #728688;
  background-color: rgba(63, 62, 62, 0.33);
}

/*
.navbar-default .navbar-nav > .active {
    background-color: #dcdcdc;
    @include gradient-vertical( #bdbdbd,#f7f7f7) ;
}
*/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333;
  background-color: transparent;
  background: #bdbdbd;
  /* Fallback solid color for old browsers */
  background: linear-gradient(to bottom, #bdbdbd 0%, #f7f7f7 100%);
  /* W3C */
  background: -moz-linear-gradient(top, #bdbdbd 0%, #f7f7f7 100%);
  /* FF 3.6+ */
  background: -ms-linear-gradient(top, #bdbdbd 0%, #f7f7f7 100%);
  /* IE 10+ */
  background: -o-linear-gradient(top, #bdbdbd 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -webkit-linear-gradient(top, #bdbdbd 0%, #f7f7f7 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdbdbd), color-stop(100%, #f7f7f7));
  /* Chrome, Safari 4+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#bdbdbd', endColorstr= '#f7f7f7', GradientType=0);
  /* IE 6-9 */
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  /*color: #dedede;*/
}

.dropdown-menu {
  font-size: 12px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu .pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

#outer-background-container {
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: -2;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url(/images/system/shutteredwindow.jpg);
}

.background-image-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/images/system/background-image-overlay.png) repeat;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #333;
  /*
    font-family:Verdana, sans-serif;
    @include gradient-vertical(#777b77, #aeb0ab);
    background-attachment: fixed;
    */
}

#head .container {
  padding: 30px 30px 15px;
  background-color: #ccc;
  background: rgba(204, 204, 204, 0.9);
  /* Fallback solid color for old browsers */
  background: linear-gradient(to bottom, rgba(204, 204, 204, 0.9) 0%, rgba(234, 234, 234, 0.9) 100%);
  /* W3C */
  background: -moz-linear-gradient(top, rgba(204, 204, 204, 0.9) 0%, rgba(234, 234, 234, 0.9) 100%);
  /* FF 3.6+ */
  background: -ms-linear-gradient(top, rgba(204, 204, 204, 0.9) 0%, rgba(234, 234, 234, 0.9) 100%);
  /* IE 10+ */
  background: -o-linear-gradient(top, rgba(204, 204, 204, 0.9) 0%, rgba(234, 234, 234, 0.9) 100%);
  /* Opera 11.10+ */
  background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0.9) 0%, rgba(234, 234, 234, 0.9) 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(204, 204, 204, 0.9)), color-stop(100%, rgba(234, 234, 234, 0.9)));
  /* Chrome, Safari 4+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= 'rgba(204, 204, 204, 0.9)', endColorstr= 'rgba(234, 234, 234, 0.9)', GradientType=0);
  /* IE 6-9 */
}

#foot {
  color: #fff;
}

#foot .container {
  background-color: #ccc;
  text-align: right;
  padding: 30px 20px;
  background-color: #ccc;
  background: rgba(119, 123, 119, 0.9);
  /* Fallback solid color for old browsers */
  background: linear-gradient(to bottom, rgba(119, 123, 119, 0.9) 0%, rgba(174, 176, 171, 0.9) 100%);
  /* W3C */
  background: -moz-linear-gradient(top, rgba(119, 123, 119, 0.9) 0%, rgba(174, 176, 171, 0.9) 100%);
  /* FF 3.6+ */
  background: -ms-linear-gradient(top, rgba(119, 123, 119, 0.9) 0%, rgba(174, 176, 171, 0.9) 100%);
  /* IE 10+ */
  background: -o-linear-gradient(top, rgba(119, 123, 119, 0.9) 0%, rgba(174, 176, 171, 0.9) 100%);
  /* Opera 11.10+ */
  background: -webkit-linear-gradient(top, rgba(119, 123, 119, 0.9) 0%, rgba(174, 176, 171, 0.9) 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(119, 123, 119, 0.9)), color-stop(100%, rgba(174, 176, 171, 0.9)));
  /* Chrome, Safari 4+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= 'rgba(119, 123, 119, 0.9)', endColorstr= 'rgba(174, 176, 171, 0.9)', GradientType=0);
  /* IE 6-9 */
}

#foot a {
  color: #fff;
}

#content .container {
  background-color: #fefefe;
  background-color: rgba(254, 254, 254, 0.9);
}

.well {
  background-color: rgba(58, 58, 58, 0.1);
  border: 1px solid #D2D2D2;
  border-radius: 6px;
}

.img-thumbnail {
  box-shadow: 0px 1px 6px #333;
}

.img-circle {
  box-shadow: 0px 1px 6px #333;
  padding: 1px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
}

@media (max-width: 320px) {
  .navbar-nav > li:first-child {
    display: none;
  }
  body {
    font-size: 1.3em;
  }
  h1 {
    font-size: 24px;
    margin: 10px 0 6px;
  }
  h2 {
    font-size: 20px;
    margin: 10px 0 6px;
  }
  h3 {
    font-size: 16px;
    margin: 10px 0 6px;
  }
  h4 {
    font-size: 14px;
    margin: 10px 0 6px;
  }
  #head .container {
    margin-top: 40px;
    -khtml-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -khtml-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  #head .container .head {
    font-size: 26px;
    font-style: normal;
    line-height: 26px;
  }
  #head .container .sub {
    font-size: 16px;
    font-style: normal;
  }
  #head .container .italic {
    font-size: 10px;
    font-style: italic;
  }
  .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #foot {
    font-size: 12px;
    font-style: italic;
  }
  #foot .container {
    -khtml-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown-submenu > .dropdown-menu {
    margin-left: 30px;
  }
  .navbar {
    background-color: #dcdcdc;
  }
  .navbar .container {
    padding: 0;
    font-size: 14px;
  }
}

@media (min-width: 321px) {
  .navbar-nav > li:first-child {
    display: none;
  }
  body {
    font-size: 1.3em;
  }
  h1 {
    font-size: 24px;
    margin: 10px 0 6px;
  }
  h2 {
    font-size: 20px;
    margin: 10px 0 6px;
  }
  h3 {
    font-size: 16px;
    margin: 10px 0 6px;
  }
  h4 {
    font-size: 14px;
    margin: 10px 0 6px;
  }
  #head .container {
    margin-top: 40px;
    -khtml-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -khtml-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  #head .container .head {
    font-size: 26px;
    font-style: normal;
    line-height: 26px;
  }
  #head .container .sub {
    font-size: 16px;
    font-style: normal;
  }
  #head .container .italic {
    font-size: 10px;
    font-style: italic;
  }
  .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #foot {
    font-size: 12px;
    font-style: italic;
  }
  #foot .container {
    -khtml-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown-submenu > .dropdown-menu {
    margin-left: 30px;
  }
  .navbar {
    background-color: #dcdcdc;
  }
  .navbar .container {
    padding: 0;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1.6em;
  }
  h1 {
    font-size: 36px;
    margin: 20px 0 10px;
  }
  h2 {
    font-size: 30px;
    margin: 20px 0 10px;
  }
  h3 {
    font-size: 24px;
    margin: 20px 0 10px;
  }
  h4 {
    font-size: 18px;
    margin: 10px 0 10px;
  }
  #head .container {
    margin-top: 0;
  }
  #head .container .head {
    font-size: 44px;
    font-style: normal;
    line-height: 44px;
  }
  #head .container .sub {
    font-size: 22px;
    font-style: normal;
  }
  #head .container .italic {
    font-size: 12px;
    font-style: italic;
  }
  #foot {
    font-size: 14px;
  }
  .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .dropdown-submenu > .dropdown-menu {
    margin-left: -1px;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-brand {
    display: none;
  }
  .navbar-nav > li:first-child {
    display: block;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: relative;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 1.8em;
  }
  #page-content {
    margin: 20px auto;
    width: 970px;
    box-shadow: 8px 8px 24px -10px #000, -8px 8px 24px -10px #000;
    -khtml-border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
  }
  #head .container {
    -khtml-border-top-left-radius: 16px;
    -webkit-border-top-left-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -ms-border-top-left-radius: 16px;
    border-top-left-radius: 16px;
    -khtml-border-top-right-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topright: 16px;
    -ms-border-top-right-radius: 16px;
    border-top-right-radius: 16px;
  }
  #head .container .head {
    font-size: 48px;
    font-style: normal;
    line-height: 48px;
  }
  #head .container .sub {
    font-size: 24px;
    font-style: normal;
  }
  #head .container .italic {
    font-size: 14px;
    font-style: italic;
  }
  #foot .container {
    -khtml-border-bottom-left-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-bottomleft: 16px;
    -ms-border-bottom-left-radius: 16px;
    border-bottom-left-radius: 16px;
    -khtml-border-bottom-right-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    -moz-border-radius-bottomright: 16px;
    -ms-border-bottom-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .navbar {
    background-color: transparent;
    width: 970px;
    padding: 0 10px;
  }
}

@media (min-width: 1200px) {
  #page-content {
    width: 1170px;
  }
  .navbar {
    width: 1170px;
  }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 0 8px 0;
  padding: 0;
  *zoom: 1;
  overflow: hidden;
}

.bx-wrapper li {
  left: 0;
}

.bx-wrapper img {
  width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 4px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/images/bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/images/bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 2;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/bx-controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/bx-controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*
 * 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)
 *
 * Edited by Dorin Grigoras
 * For use on Epona Template
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.flexslider.carousel {
  background-color: #eee;
  margin-bottom: 60px;
  clear: both;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  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
*********************************/
.flexslider {
  margin: 0;
  background: #131313;
  position: relative;
}

.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.carousel li {
  margin-right: 4px;
}

section .container .flexslider.carousel {
  border: rgba(255, 255, 255, 0.1) 4px solid;
}

.flexslider .slides {
  zoom: 1;
  overflow: hidden;
}

/*
.flexslider .slides.height-150,
.flexslider .slides.height-150 li>div,
.flexslider .slides.height-150 .fullbox {
	height:150px;
}
.flexslider .slides.height-200,
.flexslider .slides.height-200 li>div,
.flexslider .slides.height-200 .fullbox {
	height:200px;
}
.flexslider .slides.height-250,
.flexslider .slides.height-250 li>div,
.flexslider .slides.height-250 .fullbox {
	height:250px;
}
.flexslider .slides.height-300,
.flexslider .slides.height-300 li>div,
.flexslider .slides.height-300 .fullbox {
	height:300px;
}
.flexslider .slides.height-350,
.flexslider .slides.height-350 li>div,
.flexslider .slides.height-350 .fullbox {
	height:350px;
}
.flexslider .slides.height-400,
.flexslider .slides.height-400 li>div,
.flexslider .slides.height-400 .fullbox {
	height:400px;
}
.flexslider .slides.height-450,
.flexslider .slides.height-450 li>div,
.flexslider .slides.height-450 .fullbox {
	height:450px;
}
.flexslider .slides.height-500,
.flexslider .slides.height-500 li>div,
.flexslider .slides.height-500 .fullbox {
	height:500px;
}
.flexslider .slides.height-550,
.flexslider .slides.height-550 li>div,
.flexslider .slides.height-550 .fullbox {
	height:550px;
}
.flexslider .slides.height-600,
.flexslider .slides.height-600 li>div,
.flexslider .slides.height-600 .fullbox {
	height:600px;
}
*/
.flexslider .slides .box {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 400px;
  color: #fff;
  padding: 40px 20px;
  background: url("../images/caption_bg.png");
  display: table;
}

.flexslider .slides .box h3 {
  color: #fff;
  margin: 0 0 15px 0;
  font-weight: 400;
}

.flexslider .slides .box.left {
  left: 15px;
}

.flexslider .slides .box.right {
  right: 15px;
}

.flex-fixed.container .container {
  padding: 0;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* 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:hover {
  opacity: 1;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 100;
}

.flexslider.video {
  overflow: visible;
}

.flexslider.video .flex-control-nav {
  bottom: -30px;
}

.flexslider.video .flex-direction-nav .flex-prev {
  left: 20px;
  display: none;
}

.flexslider.video .flex-direction-nav .flex-next {
  right: 20px;
  display: none;
  text-align: right;
}

.flexslider.video:hover .flex-prev {
  display: block;
}

.flexslider.video:hover .flex-next {
  display: block;
}

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

.flex-control-paging li a {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
  box-shadow: #000 0 0 1px;
}

.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;
}

/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/
.flexslider {
  background-color: transparent;
}

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

.flexslider.flexFull .flex-direction-nav a, .flexslider.flexContent .flex-direction-nav a {
  display: block;
  width: 45px;
  height: 45px;
  margin: -22px 0 0 0;
  background: #333333;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: transparent;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
}

.flex-control-nav {
  bottom: 0;
}

.flexslider.flexFull .flex-direction-nav a:hover,
.flexslider.flexContent .flex-direction-nav a:hover {
  background-color: #A94545;
  color: #fff;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flexslider.flexFull .flex-direction-nav a.flex-prev:after,
.flexslider.flexFull .flex-direction-nav a.flex-next:after,
.flexslider.flexContent .flex-direction-nav a.flex-prev:after,
.flexslider.flexContent .flex-direction-nav a.flex-next:after {
  font: 12px/1em "Glyphicons Halflings";
  left: 16px;
  top: 16px;
  font-style: normal;
  position: absolute;
  display: inline-block;
  color: #fff;
}

.flexslider.flexFull .flex-direction-nav a.flex-prev:after,
.flexslider.flexContent .flex-direction-nav a.flex-prev:after {
  content: "\e079";
}

.flexslider.flexFull .flex-direction-nav a.flex-next:after,
.flexslider.flexContent .flex-direction-nav a.flex-next:after {
  content: "\e080";
}

.flexslider.flexFull a.viewfull,
.flexslider.flexContent a.viewfull {
  display: block;
  height: inherit;
}

/**
 * Lightbox v2.7.1
 * by Lokesh Dhakar - http://lokeshdhakar.com/projects/lightbox2/
 *
 * @license http://creativecommons.org/licenses/by/2.5/
 * - Free for use in both personal and commercial projects
 * - Attribution requires leaving author name, author link, and the license info intact
 */
/* Preload images */
body:after {
  content: url(/cms4/lightbox/close2.png) url(/cms4/lightbox/loading.gif) url(/cms4/lightbox/btn-prev.png) url(/cms4/lightbox/btn-next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: black;
  display: none;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  /* IE 8 */
  filter: alpha(opacity=80);
  /* IE 5-7 */
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -khtml-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -ms-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -ms-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/cms4/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/cms4/lightbox/btn-prev.png) left 48% no-repeat;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE 8 */
  filter: alpha(opacity=100);
  /* IE 5-7 */
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/cms4/lightbox/btn-next.png) right 48% no-repeat;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE 8 */
  filter: alpha(opacity=100);
  /* IE 5-7 */
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  background-color: #fff;
  -khtml-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -ms-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -ms-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-left: 8px;
  padding-bottom: 6px;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  margin-right: 6px;
  width: 12px;
  height: 12px;
  background: url(/cms4/lightbox/close2.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  /* IE 8 */
  filter: alpha(opacity=70);
  /* IE 5-7 */
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE 8 */
  filter: alpha(opacity=100);
  /* IE 5-7 */
}

.lightbox {
  z-index: 9999;
}

.galleri-div {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.galleri-div h3 {
  margin-top: 0;
}

.galleri-div p {
  font-size: 0.8em;
  font-style: italic;
}

.galleri-div .galleri-thumb-wrapper {
  display: inline-block;
  text-align: center;
  margin: 6px 3px 3px 0;
}

.galleri-div .galleri-thumb-wrapper a {
  display: inline-block;
  width: 26px;
  text-decoration: none;
  padding: 4px;
  color: #00193b;
  border: 1px solid #ccc;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.galleri-div .galleri-thumb-wrapper a:hover {
  color: #fff;
  border: 1px solid #ccc;
  background-color: #00193b;
  -webkit-transition: all 0.2s fade-in-out;
  -moz-transition: all 0.2s fade-in-out;
  -o-transition: all 0.2s fade-in-out;
  transition: all 0.2s fade-in-out;
}

.gallery-follow {
  background-color: #700005;
  overflow: hidden;
}

.gallery-follow img {
  margin: 12px auto;
}

@media (max-width: 320px) {
  .flexslider {
    height: 180px;
  }
  .flexslider .slides.height-auto,
  .flexslider .slides.height-auto li > div,
  .flexslider .slides.height-auto .fullbox {
    height: 150px;
  }
}

@media (min-width: 321px) {
  .flexslider {
    height: 180px;
  }
  .flexslider .slides.height-auto,
  .flexslider .slides.height-auto li > div,
  .flexslider .slides.height-auto .fullbox {
    height: 150px;
  }
}

@media (min-width: 768px) {
  .flexslider {
    height: 300px;
  }
  .flexslider .slides.height-auto,
  .flexslider .slides.height-auto li > div,
  .flexslider .slides.height-auto .fullbox {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .flexslider {
    height: 400px;
  }
  .flexslider .slides.height-auto,
  .flexslider .slides.height-auto li > div,
  .flexslider .slides.height-auto .fullbox {
    height: 350px;
  }
}

@media (min-width: 1200px) {
  .flexslider {
    height: 450px;
  }
  .flexslider .slides.height-auto,
  .flexslider .slides.height-auto li > div,
  .flexslider .slides.height-auto .fullbox {
    height: 400px;
  }
}

.table-striped thead td,
.table-striped thead th {
  background-color: rgba(89, 88, 60, 0.13);
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(133, 125, 92, 0.15);
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid rgba(117, 117, 87, 0.21);
}

.table-hover > tbody > tr:hover {
  background-color: rgba(59, 46, 35, 0.11);
}

.verification-img {
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 6px;
}

.required {
  color: red;
  padding: 0 0 0 3px;
}

.form-error {
  background-color: #ffffcc;
}

blockquote {
  font-size: inherit;
}

blockquote ul {
  padding-left: 16px;
}
