@import url('//fonts.googleapis.com/css?family=Montserrat:300,400,600,800,900');
body {
  color: #2b0606;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

a img, a.link {
  outline: none !important;
}

.system-alert .fade {
  opacity: 1;
}

.system-alert .holder {
  position: relative;
}

.system-alert .alert {
  margin-bottom: 0;
  padding: 7px 30px 15px 15px;
}

#system-message {
  margin: 0;
}

.edit.button {
  position: absolute !important;
  z-index: 2;
  right: 0;
  background: #FFAE00;
  color: #fff;
  padding: 2px 5px !important;
}

.pagebody {
  padding: 30px 15px;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.overlay.show {
  visibility: visible;
  opacity: 1;
}

.top-header {
  height: 150px;
}

.header {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 0;
  text-align: right;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.header .quicklinks-container {
  float: right;
  margin: 23px 0 0 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
  font-family: 'Montserrat';
}

.quick-search-container {}

.header .quicklinks {
  font-size: 10px;
  text-align: right;
  color: rgba(118, 118, 118, 1.00);
  margin: 10px 0;
}

.header .quicklinks li {
  margin-left: 0px;
  display: inline-block;
}

.header .quicklinks a {
  font-size: 13px;
  color: #621e1d;
  padding: 7px 5px 6px 5px;
  margin: 0px 0 0 15px;
}

.header .quicklinks a.show-login {
  background: #621e1d;
  color: #fff;
  border-radius: 15px;
  padding: 3px 12px 5px;
}

.header .quicklinks a .glyphicon {
  font-size: 12px;
  display: inline-block;
  margin-right: 3px;
}

.header .mainnav {
  background: #f9f9f9;
  margin: 5px 0px 0;
  height: 80px;
}

.header .mainnav .menu {
  font-size: 12px;
  font-weight: 600;
  background: #f2f2f2 none repeat scroll 0% 0%;
  border-left: 1px solid #e4e4e4;
}

.search_generic button.btn {
  outline-width: 0;
  box-shadow: unset;
  margin-top: 1px;
  height: 45px;
  background: none;
  width: 60px;
  border-radius: 0px 40px 40px 0px;
  border: 1px solid #d0bbbb;
  border-left: none;
}

.menu {
  padding: 0;
  margin: 0;
  position: relative;
}

.menu .submenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  background: #FFF;
  text-align: left;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.menu .open {
  z-index: 999;
}

.menu .open .submenu {
  display: block;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
}

.menu .submenu .menu-head {
  overflow: hidden;
  background: #555;
  padding: 75px 25% 45px 60px;
  color: #fff;
  position: relative;
}

.menu .submenu .menu-head::after {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  height: 100%;
  width: 4px;
  background: #fff;
  top: -30px;
  opacity: 0.8;
}

.menu .submenu .menu-head h3 {
  margin: 0 0 15px 0;
  font-size: 28px;
  letter-spacing: 1px;
}

.menu .submenu .menuitem {
  padding: 30px 30px 0px 30px;
}

.menu>li {
  list-style: none;
  display: block;
}

.menu li a {
  font-size: 15px;
  display: block;
  padding: 0px 15px 0px 15px;
}

.mainnav .container>.menu>li {
  display: table;
  float: left;
  width: 14.285%;
  border-right: 1px solid #e4e4e4;
}

.mainnav .container>.menu>li.open {
  border: none;
}

.mainnav .container>.menu>li>a {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: 'Montserrat';
}

.mainnav .container>.menu>li>a>span {
  display: inline-block;
}

.menu li a.parent {
  padding: 0px 15px 0px 15px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.menu li a.parent .caret {
  margin: 0;
}

.menu li a:hover {
  color: #000;
}

.menu .menuitem a {
  position: relative;
  padding: 0;
  margin: 0px 0px 30px 0px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.home-slider-wrapper {
  background: #260100;
}

#homeslider.flexslider {
  background: #260100;
  height: 400px;
  margin-bottom: 60px;
}

#homeslider.flexslider .caption {
  margin: 0;
  position: absolute;
  top: 90px;
  left: 20px;
  color: #fff;
}

#homeslider.flexslider .caption::after {
  content: '';
  display: block;
  height: 45px;
  width: 45px;
  position: absolute;
  transform: rotate(45deg);
  right: -36px;
  z-index: 9;
  background: #260100;
  top: -45px;
}

#homeslider.flexslider .caption h4 {
  margin: 0 0 10px 0;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.2;
}

#homeslider .caption p {
  font-size: 13px;
  min-height: 100px;
  margin-bottom: 20px;
}

#homeslider .flex-control-nav {
  top: 40px;
  bottom: auto;
  position: absolute;
  text-align: center;
  width: auto;
  z-index: 9;
  left: 0px;
  white-space: nowrap;
}

#homeslider .flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
  width: auto;
  zoom: 1;
  *display: inline;
}

#homeslider .flex-control-paging li a {
  background: none repeat scroll 0 0 #eed8e4;
  cursor: pointer;
  display: block;
  height: 12px;
  opacity: 1;
  text-indent: -9999px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  width: 12px;
  border-radius: 10px;
}

#homeslider .flex-control-paging li a.flex-active {
  background: none repeat scroll 0 0 #a65381;
  cursor: default;
}

#homeslider .flex-direction-nav {
  display: none;
}

#homeslider .readmore {
  color: #fff;
  background: #a65381;
  text-transform: none;
  padding: 0px 15px 3px;
  border-radius: 20px;
  font-weight: 300;
  font-style: italic;
}

.hms-banner {
  background: #a65381;
  height: 400;
}

.hms-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.hms-caption {
  height: 200px;
  overflow: hidden;
  padding: 24px 40px;
}

.hms-caption h5 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: 900;
}

.btn-hms-caption {
  color: #a65381;
  background: #eed8e4;
  text-transform: none;
  padding: 3px 15px 5px;
  border-radius: 20px;
  font-weight: 600;
  font-style: italic;
  position: absolute;
  right: 30px;
  bottom: 40px;
}

.hms-image::after {
  content: '';
  display: block;
  height: 45px;
  width: 45px;
  position: absolute;
  transform: rotate(45deg);
  left: 64px;
  z-index: 9;
  background: #a65381;
  bottom: -20px;
}

a.thumblink {
  display: block;
  position: relative;
}

a.thumblink img {
  width: 100%;
  height: auto;
}

a.thumblink h5 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 10px 10px 20px;
  margin: 0px;
  background: #621e1d;
  color: #fff;
  font-size: 11px;
  opacity: 0.9;
  font-weight: 600;
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}

a.thumblink:hover h5 {
  padding: 10px 10px 13px 20px;
}

a.thumblink h5 span {
  margin-left: -12px;
}

.block {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

p a {
  color: #337ab7;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

p a:hover, p a:focus {
  color: #23527c;
  text-decoration: underline;
}

.container {}

.mainview {
  background: #FFFFFF url(../images/mainbg.jpg) 50% 0 no-repeat;
}

.maincontainer {
  background: #fff;
  box-shadow: 0 0 8px rgba(113, 113, 113, 0.1);
}

.header .logo {
  float: left;
  margin-top: 20px;
}

.header .logo img {
  width: 100%;
  height: auto;
}

.header::after {
  content: '';
  clear: both;
  display: block;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search_generic .form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

.btn-default {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}

.flexslider .caption {
  margin: 0;
}

.carousel {
  background: #f2f2f2;
  padding: 0 30px 15px;
  overflow: visible;
}

.carousel .slides {
  background: #f2f2f2;
  padding: 2px;
}

.carousel .slides>li {}

.carousel .item h5 {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.carousel .item .text {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
  width: 100%;
  color: rgb(255, 255, 255);
  padding: 10px;
}

.carousel .item a {
  display: block;
}

.carousel .item img {
  opacity: 1;
  width: 100%;
  height: auto;
}

.carousel .item .item-container {
  position: relative;
}

.flex-viewport {
  margin-top: -50px;
  z-index: 2;
}

.carousel .flex-direction-nav a::before, .carousel .flex-direction-nav a.flex-next::before {
  content: '';
}

.flex-direction-nav a {
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 18px;
  color: #777777;
  top: 60%;
}

.flex-direction-nav .flex-prev {
  left: 0 !important;
}

.flex-direction-nav .flex-next {
  right: 0 !important;
}

.ticker {
  background: #eed8e4;
  height: 43px;
}

.ticker h3 {
  background: #a55380;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0px 20px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  line-height: 43px;
  float: left;
}

.ticker ul {
  padding: 0;
  overflow: hidden;
}

.ticker ul li {
  line-height: 43px;
  list-style: none;
}

.ticker .nav {
  text-align: right;
  margin: 10px 0px 0;
}

.slidebox {
  min-height: 340px;
  font-size: 13px;
  background-color: #fff;
  background-image: url(../images/verticalShadow.png);
  background-repeat: no-repeat;
  background-size: 27px 100%;
  overflow: hidden;
}

.slidebox:nth-child(1) {
  background-image: none;
}

.slidebox .head {
  padding: 20px 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
  height: 60px;
}

.slidebox .head .readmore {
  float: right;
}

.slidebox h5 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.slidebox .text {
  margin: 5px 0;
}

.sub {
  font-size: 12px;
  color: #a2a2a2;
  font-weight: 600;
}

.slidebox .sub {
  margin-bottom: 2px;
}

.slidebox .artlist {
  padding: 0 10px;
}

.slidebox h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.submenu .slidebox h4 {
  margin: 0 !important;
}

.slidebox .thumb {
  width: 128px;
  float: left;
  margin: 0px 20px 0px 0px;
  display: block;
}

.slidebox .thumb img {
  width: 100%;
  height: auto;
}

.slidebox .flexslider {
  background: none;
  position: unset;
  margin: 0 15px;
}

.slidebox .flex-control-nav {
  bottom: 5%;
  position: absolute;
  text-align: right;
  width: auto;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 0);
}

.slidebox .flex-control-nav li {
  margin: 0 6px;
  width: 12px;
}

.slidebox .flex-control-paging li a {
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
  display: block;
  height: 12px;
  opacity: 1;
  text-indent: 9999px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border: 1px solid #a65381;
  width: 12px;
  border-radius: 10px;
}

.slidebox .flex-control-paging li .flex-active {
  background: none repeat scroll 0 0 #a65381;
}

.newstabs .nav-tabs {
  border-bottom: 1px solid #c0c0c0;
}

.newstabs .nav-tabs>li {
  float: left;
  margin-bottom: -1px !important;
  width: 33.3333%;
}

.newstabs .nav-tabs>li>a {
  margin-right: 2px;
  border-radius: 0;
  text-align: center;
  color: #a65381;
  transition: all .3s ease;
  padding: 0 15px;
}

.newsitem.row {
  border-bottom: 2px dotted #dcdcdc;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-bottom-color: #c0c0c0;
  border-bottom-color: transparent;
}

.newstabs .nav-tabs>li>a:hover {
  border-color: #fafafa #fafafa #ddd;
}

.newstabs .nav-tabs>li.active>a:hover {
  background-color: #fff;
  border-color: #c0c0c0 #c0c0c0 transparent;
}

.newstabs .nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: #fafafa;
}

.newstabs .nav-tabs>li>a>h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 63px;
}

.newstabs .nav-tabs .slidebox .sub {
  line-height: 32px;
}

.newstabs .slidebox .head {
  padding: 20px 15px;
  border-bottom: none;
  margin-bottom: 20px;
  height: 60px;
}

.readmore {
  color: #a65381;
  font-weight: 600;
  line-height: 21px;
}

a .glyphicon-menu-right, a .glyphicon-menu-down {
  font-size: 80%;
  font-weight: 600;
}

.caption {
  font-size: 14px;
  font-weight: normal;
}

.thumblinks {}

.thumblinks .items {
  text-align: center;
}

.thumblinks .items .item {
  display: inline-block;
  position: relative;
  max-width: 240px;
  margin: 0px 15px 20px 15px;
  vertical-align: top;
}

.thumblinks .items .media-object {
  width: 60px;
  height: auto;
}

.thumblinks .items .media-heading {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.thumblinks .items .media-body {
  width: auto;
  text-align: left;
  line-height: 1.2;
}

#page {
  padding-bottom: 60px;
}

#page h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
}

#page ul {
  padding: 0px 0px 0px 15px;
}

#page ul li {
  margin-bottom: 10px;
}

#page blockquote {
  position: relative;
  font-size: 19px;
  line-height: 1;
  font-style: italic;
  font-weight: 600;
  padding: 10px;
  margin: 0 0px 0px 19px;
}

#page blockquote:before {
  content: '\201C';
  position: absolute;
  top: 24px;
  left: -24px;
  color: #eed7e1;
  font-size: 120px;
  z-index: 0;
  line-height: 10px;
  font-family: aria;
  font-weight: 900;
}

#page blockquote span {
  position: relative;
  z-index: 1;
}

.section-header {
  text-align: center;
  padding: 0 0 20px 0;
  margin: auto;
  float: none;
  margin-bottom: 20px;
}

.section-header h3 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: -2px;
}

.section-header h3 span {
  font-weight: 800;
}

.section-header p {
  font-size: 16px;
  margin: auto;
  font-weight: 600;
}

.artlist .row {
  padding: 0px 5px 10px 5px;
  margin: 0px 0px 12px 0px;
  border-bottom: 2px dotted #dcdcdc;
}

.artlist .row:last-child {
  border: none;
}

.tab-content .slidebox.col-md-8 .artlist .row>div {
  display: flex;
  justify-content: space-between;
  align-items: last baseline;
}

.tab-content .slidebox.col-md-8 .artlist .row>div .sub {
  align-self: flex-start;
  line-height: 1;
  padding-left: 30px;
  white-space: nowrap;
}

.download-icon {
  background-image: url('../images/downloadIcon.png');
  height: 33px;
  width: 32px;
  display: block;
  background-repeat: no-repeat;
}

.ensi-search {
  background-color: #ddc8d2;
  background-image: url('../images/searchBg.jpg');
  height: 326px;
  background-size: cover;
  padding: 40px 0px;
  float: none;
}

.ensi-search-form {
  margin: auto;
  background: #fff;
  border-radius: 30px;
  padding: 0;
  float: none;
}

.ensi-search-form .input-group-btn>span {
  display: inline-block;
  position: relative;
}

.ensi-search-form .input-group-btn>span .dropdown-menu-left {
  right: 0;
  left: 0;
}

.input-group ul.dropdown-menu {
  margin: 0;
  padding: 0 !important;
}

.input-group ul.dropdown-menu li {
  margin: 0 !important;
  padding: 0;
}

.input-group ul.dropdown-menu li a {
  padding: 10px;
  margin: 0;
}

.btn.ensi-select-button {
  background-color: #c886aa;
  color: #fff !important;
  height: 54px;
  font-size: 15px;
  padding: 0 36px;
}

input[type="text"].ensi-search-input {
  height: 54px;
  display: block;
  width: 100%;
  padding: 0 36px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  background: none !important;
}

.btn.ensi-submit-button {
  background-color: #a65381;
  color: #fff !important;
  height: 54px;
  font-size: 15px;
  padding: 0 36px;
  border-radius: 0 30px 30px 0 !important;
}

.pagination>li {
  display: inline-block;
  padding: 2px 10px 0 2px;
}

.results .search_page li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px dotted #dcdcdc;
}

.results .search_page a:hover {
  text-decoration: underline;
  outline: none;
}

.results .highlight {
  background: #ffe2e2;
  padding: 2px 5px;
}

.catdesc {
  width: 85%;
}

.pageheader {
  background-color: #260100;
  background-size: cover;
  color: #fff;
  padding: 40px 25px 30px;
}

.pageview .pageheader {
  background-color: #260100;
  background-size: cover;
  color: #fff;
  padding: 55px 25px 20px;
}

.catview .pageheader {}

.pageheader .breadcrumbs {
  Float: left;
  font-size: 11px;
}

.catview .pageheader .breadcrumbs {
  Float: none;
  margin-bottom: 25px;
}

.catview .thumblink {
  margin-bottom: 15px;
  margin-top: 15px;
}

\ .catview.service a.thumblink h5 {
  background: #1f84f6;
}

.catview.history .thumblink h5 {
  background: #78B639;
}

.catview.history .pageheader {
  background-color: #78B639;
  margin-bottom: 0;
}

.mainmenu .open a.parent {
  background-image: url('../images/menuActiveBg.png');
  background-size: cover;
}

.catview.history .flexslider {
  margin: 0px -15px 0px -15px;
  padding: 0;
}

.catview.history .flexslider .slides {
  display: block;
  margin: 0;
  padding: 0 60px !important;
  background-image: url('../images/historybg.png');
  background-repeat: repeat-x;
  background-position: 0 0;
  font-size: 11px;
}

.catview.history .flexslider .flex-viewport {
  margin: 0 15px 0 15px;
  overflow: visible !important;
  background-image: url('../images/historyshadowbg.jpg');
  background-repeat: repeat-x;
  background-position: 0 0;
}

.catview.history .flexslider .slides>li {
  margin-top: 0px !important;
  display: block;
  height: 450px;
  padding: 110px 0px 0 15px;
  border-left: 4px solid #78B639;
  width: 180px !important;
}

.catview.history .flexslider h2 {
  font-size: 25px;
  font-weight: 700;
  color: #78B639;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.catview.history .flexslider .item {
  position: relative;
  margin-bottom: 30px;
}

.catview.history .flexslider .item .dot {
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  font-size: 18px;
  background: #78B639;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.catview.history .flexslider h5 {
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  margin-bottom: 5px;
}

.catview.history .flex-direction-nav a::before {
  display: none;
}

.catview.history .flex-direction-nav .flex-next {
  right: 15px !important;
  font-size: 24px;
  opacity: .7;
  color: #78B639;
}

.catview.history .flex-direction-nav .flex-prev {
  left: 15px !important;
  font-size: 24px;
  opacity: .7;
  color: #78B639;
}

.pageheader .breadcrumbs .glyphicon {
  display: inline-block;
  font-size: 80%;
  margin: 0 6px;
}

.pageheader .breadcrumbs .glyphicon-home {
  margin-left: 0;
}

.pageheader .buttonheading {
  float: right;
}

.pageheader .buttonheading .bntgrup {
  display: inline-block;
  margin: 0 6px;
}

.pageheader .buttonheading a, .pageheader .buttonheading>span {
  display: inline-block;
}

.pagebanner {}

.pagebanner img {
  width: 100%;
  height: auto;
}

.pl_item {
  padding: 15px 10px;
}

.pl_item .photo {}

.pl_item .head {
  margin-bottom: 15px;
}

.pl_item h3 {
  font-size: 18px;
  margin: 10px 0 5px 0;
}

.pl_item .photo .thumbnail {
  width: 100%;
  height: auto;
  padding: 2px;
}

.pl_item .text {}

.pl_item .jobtitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}

.rightmenu {
  margin-bottom: 30px;
}

.rightmenu ul {
  display: block;
  margin-top: 20px;
}

.rightmenu li {
  display: block;
  float: none;
}

.rightmenu li a {
  display: block;
  border-bottom: 1px solid #dadada;
  font-size: 11px;
  padding: 8px 15px 8px 30px;
}

.rightmenu li a.current {
  font-weight: 700;
}

.rightmenu li a span {
  float: right;
  font-size: 8px;
  line-height: 14px;
}

.rightmenu .menuheader {
  background: #e4e4e4;
  height: 93px;
  position: relative;
  padding-left: 15px;
}

.rightmenu .menuheader h3 {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 22px 15px;
}

.bottom {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  position: relative;
  top: -60px;
  z-index: 2;
  background: #fff;
}

.footer {
  padding: 15px 0;
  background: #260100;
  color: #fff;
}

.footer .emblem {
  width: 210px;
  margin-left: -30px;
}

.footer .copyright {
  font-size: 10px;
}

.footer .emblem img {
  width: 100%;
  height: auto;
}

.footer .social {
  text-align: right;
}

.footer .social a {
  display: inline-block;
  border: 1px solid #000;
  margin-left: 5px;
}

.footer .buttons {
  text-align: right;
  margin-top: -10px;
  padding-right: 15px;
}

.slidedown {
  background: #F4F4F4;
  border-bottom: 1px solid #E4E4E4;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}

.slidedown.open, .slidedown:hover {
  background: #fff;
}

.slidedown .slidedown-content {
  padding: 0px 0px 15px;
  display: none;
}

.slidedown .slidedown-title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  padding: 5px 10px;
}

.slidedown .slidedown-title span {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
}

#system-message li {
  list-style: none;
  display: block;
}

#system-message ul {
  padding: 0;
  margin: 0;
}

.middle .fade {
  opacity: 1 !important;
}

.middle .alert {
  position: relative;
  margin-left: -15px;
  top: 0px;
  z-index: 1;
  margin-bottom: 0px;
  margin-right: -15px;
  left: 0px;
}

.form-control-feedback {
  line-height: 28px;
}

#roksearch_search_str {
  width: 100%;
  background: none;
  margin: 1px 0px 0px 0px;
  box-shadow: none;
  height: 45px;
  border-radius: 40px 0 0px 40px;
  padding-left: 20px;
  border: 1px solid #d0bbbb;
}

#roksearch_search_str.loading {
  background: url(../images/spinner.gif) 98% 50% no-repeat #fff
}

#roksearch_results {
  z-index: 10000;
  position: absolute;
  width: 400px;
  margin-top: 0px;
  text-align: left;
  display: none;
  right: 0;
  top: 60px;
  bottom: auto !important;
  box-shadow: 0px 1px 1px #0000001a;
}

#roksearch_results ul {
  float: left
}

.jcarousel {
  position: relative;
  overflow: hidden
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0
}

.jcarousel li {
  float: left;
  width: 400px
}

#roksearch_results .item {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 11px
}

#roksearch_results .item p {
  margin-bottom: 8px
}

#roksearch_results .close {
  background: #333;
  color: #fff;
  cursor: pointer;
  font-size: 32px;
  line-height: 20px;
  padding: 3px 6px 6px;
  position: absolute;
  right: 0px;
  z-index: 99;
}

#roksearch_results ul li .item:last-child {
  border: none
}

#roksearch_results h4 a {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
}

#roksearch_results h4 {
  margin: 2px 0px;
}

#roksearch_results .ctrl {
  border-top: 1px solid #ccc;
  padding: 6px 0;
  text-align: right
}

#roksearch_results .ctrl>div {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin: 0 6px 0 0;
  padding: 1px 5px 4px
}

#rokajaxsearch {
  position: relative;
  width: 370px;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}

#contact-us-form {
  border: 1px solid rgb(204, 204, 204);
  padding: 15px 20px 5px;
  margin-left: 12px;
  width: 95%;
}

.tab-content {
  padding: 20px 15px 15px 15px;
}

.tab-pane.fade {
  opacity: 0 !important;
}

.tab-pane.fade.in {
  opacity: 1 !important;
}

#contact-us-form .control-label {
  padding-top: 5px;
  margin-bottom: 5px;
  text-align: right;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px !important;
}

.tab-content .alert {
  margin-bottom: 15px;
  margin-right: 0px;
}

#contact-us-form .help-block {
  margin-bottom: 0px;
}

.contact .pageheader {
  padding: 50px 210px 53px 25px;
}

.aw-item {
  padding: 15px 0;
}

.aw-item .thumbnail {
  position: relative;
  background: #f2f2f2;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #b1a6a5;
  background: #e8e8e8;
}

.aw-item .kotak {
  width: 100%;
  height: 160px;
}

.aw-item .aw-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 85%;
  max-height: 85%;
  height: auto;
}

.aw-item .caption {
  font-size: 11px;
  font-weight: normal;
  height: 55px;
  overflow: hidden;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  top: 100%;
  right: 50%;
  margin-top: 15px;
  z-index: 8050;
  text-align: left;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 0 30px 0 0;
  background: transparent;
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 16px;
  font-size: 11px;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

.slidebox .event-list {
  padding: 0 23px;
  margin-top: -10px;
}

.slidebox .event-list .row {
  padding: 10px 0px;
  border-bottom: 2px dotted #dcdcdc;
}

.slidebox .download-list .row {
  border-bottom: 2px dotted #e0e0e0;
  padding: 10px 0;
}

.slidebox .event-list .row:last-child {
  border: none;
}

.slidebox .event-list .row>div {
  padding: 0 5px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite-2x.jpg');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox_loading-2x.jpg');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

@media (max-width: 992px) {
  .menu li a.parent .caret {
    margin: 0;
    display: none;
  }
  .ticker h3::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .header .logo {
    float: left;
    width: 32px;
  }
  .header .mainnav {
    overflow: scroll;
    margin-left: -30px;
    margin-right: -30px;
  }
  .header .mainnav>.menu {
    text-align: left;
    white-space: nowrap;
  }
  .header .mainnav .menu>li {
    float: none;
    display: inline-block;
  }
  .maincontainer {
    overflow: hidden;
  }
  .slidebox {
    height: auto;
    font-size: 11px;
    line-height: 18px;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .slidebox:last-child {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .header .quicklinks-container {
    float: none;
    margin: 0;
  }
  [class*="gutter-"] .main[class*="col-"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .slidebox .artlist {
    padding: 0 10px;
    padding-right: 10px;
    padding-left: 10px;
    white-space: normal;
  }
  .pagination {
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
  }
  .header .quicklinks {
    font-size: 10px;
    text-align: left;
    color: #767676;
    margin: -4px 0 10px;
  }
  .ticker {
    background: #e4e4e4;
    position: relative;
  }
  .ticker .nav {
    text-align: right;
    margin: 5px 0px 0px 0px;
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 18px;
  }
  .footer .buttons {
    text-align: right;
    margin-top: 25px;
    padding-right: 15px;
  }
  .menu .submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 274px;
    width: auto;
    background: #FFF;
    text-align: left;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .menu .submenu .menu-head {
    overflow: hidden;
    background: #555;
    padding: 35px 25px 30px 30px;
    color: #fff;
    position: relative;
    width: 100%;
    white-space: normal;
  }
  .menu .submenu .menu-head::after {
    display: none;
  }
  .menu li a {
    white-space: normal;
  }
  .header .mainnav {
    overflow-y: hidden;
    margin-left: 0px;
    margin-right: 0px;
    overflow-x: auto;
  }
  .header .mainnav .menu>li {
    float: none;
    display: inline-block;
    width: auto;
  }
  .header .mainnav .menu {
    font-size: 12px;
    font-weight: 600;
    background: #f2f2f2 none repeat scroll 0% 0%;
    border-left: 1px solid #e4e4e4;
    white-space: nowrap;
    position: inherit;
  }
  .home-slider-wrapper .container {
    padding: 0;
  }
  .pl_item .photo {
    position: absolute;
    right: 5px;
    margin-top: -10px;
    width: 75px;
  }
  .top-header {
    height: auto;
    margin-bottom: 15px;
  }
  .header .logo {
    float: none;
    width: 350px;
  }
  #homeslider.flexslider {
    background: #260100;
    height: auto;
    margin-bottom: 0;
  }
  #homeslider.flexslider .caption {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    padding: 90px 10px 30px;
    text-align: center;
  }
  #homeslider .caption p {
    font-size: 13px;
    min-height: auto;
    margin-bottom: 20px;
  }
  .slidebox {
    height: auto;
  }
  .hms-image img {
    width: 100%;
  }
  .bottom {
    top: 0;
  }
  .pl_item .text {
    width: auto;
  }
  .newstabs .nav-tabs>li {
    float: left;
    margin-bottom: 0 !important;
    width: auto;
  }
  .ensi-search {
    height: auto;
  }
  .btn.ensi-select-button {
    display: none;
  }
  .rightmenu .menuheader h3 {
    position: relative;
  }
  .rightmenu .menuheader {
    height: auto;
  }
  .pageheader {
    padding: 30px;
  }
  .pageview .pageheader {
    padding: 20px 25px 20px;
  }
  .contact .pageheader {
    padding: 20px 25px 20px;
  }
  .pageheader .buttonheading {
    display: none;
  }
  .aw-item .caption {
    height: 65px;
  }
  .nav-tabs {
    border-bottom: 1px solid #c0c0c0;
    white-space: nowrap;
    overflow: auto;
    margin: 0px -15px;
    padding: 0 15px !important;
  }
  .nav-tabs>li {
    float: none;
    margin-bottom: -1px !important;
    display: inline-block;
  }
  .pageview p img {
    max-width: 100% !important;
  }
}