.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none !important;
}
a:focus {
  outline: none;
}
a.selected {
  color: #d65d17;
}
a:hover {
  text-decoration: none;
}
html,
body {
  height: 100%;
}
#push,
#footer-wrapper {
  position: relative;
}
.offline_container {
  height: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.offline_container:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  overflow: hidden;
  vertical-align: middle;
}
.offline_container .container {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.offline_container #system-message {
  font-size: 13px;
  line-height: 24px;
  max-width: 100%;
  display: inline-block;
}
.offline_container .well {
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  text-align: left;
  font-size: 13px;
  line-height: 24px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: none;
  margin: -2px 0 0;
}
.radio input[type="radio"] {
  margin: -2px 3px 0 0;
}
.radio,
.checkbox {
  padding-left: 0;
}
.mod-menu .nav.menu.nav-pills > li > a {
  display: block;
}
.mod-menu .nav.menu.nav-pills > li.active > a {
  background: #2b3039;
}
/*=================================================================*/
/*======================= MODULE STYLES ===========================*/
/*=================================================================*/
/*== Search ==*/
.mod-search__aside .mod-search_searchword {
  width: 100%;
}
#error .mod-search__aside .mod-search_searchword {
  width: 220px;
}
#error .mod-search__aside br {
  display: none;
}
/*== Login ==*/
.mod-login__aside .mod-login_username,
.mod-login__aside .mod-login_passwd {
  width: 100%;
}
.mod-login_submit {
  margin: 9px 0;
}
#form-login-remember label {
  margin-bottom: 20px;
}
/*Finder*/
#mod-finder-searchword {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 4px;
  border: 1px solid #ebebeb;
  box-shadow: none;
}
/*======================= MODULE ITEM WIDTH =======================*/
.row-fluid [class*="itemSpan"] {
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.76678445229682%;
  min-height: 30px;
  width: 100%;
}
.row-fluid [class*="itemSpan"]:first-child {
  margin-left: 0;
}
.row-fluid .itemSpan1 {
  width: 100%;
}
.row-fluid .itemSpan2 {
  width: 49.11660777385159%;
}
.row-fluid .itemSpan3 {
  width: 32.15547703180212%;
}
.row-fluid .itemSpan4 {
  width: 23.674911660777386%;
}
.row-fluid .itemSpan5 {
  width: 18.586572438162545%;
}
.row-fluid .itemSpan6 {
  width: 15.19434628975265%;
}
.row-fluid .itemSpan7 {
  width: 12.77132761231701%;
}
.row-fluid .itemSpan8 {
  width: 10.954063604240282%;
}
.row-fluid .itemSpan9 {
  width: 9.540636042402827%;
}
.row-fluid .itemSpan10 {
  width: 8.409893992932862%;
}
.row-fluid .itemSpan11 {
  width: 7.4847414070028915%;
}
.row-fluid .itemSpan12 {
  width: 6.713780918727916%;
}
/*======================= MAILTO WINDOW =======================*/
#mailto-window {
  padding-top: 1em;
}
.mailto-close {
  margin-bottom: 1em;
  overflow: hidden;
}
.mailto-close a {
  float: right;
}
/*======================= MODAL WINDOW =======================*/
div.modal.fade.loginPopup {
  width: 260px;
  margin: 0;
  top: 0;
  left: 50%;
  background: #1d1d1d;
  position: absolute;
  z-index: 99000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
div.modal.fade.loginPopup.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.modal.fade {
  top: -200%;
}
.modalClose {
  margin: 14px;
}
.login-greeting {
  margin: 0 0 9px 0;
}
.input-modal {
  width: 146px;
}
div.modal.fade {
  z-index: 0;
}
div.modal.fade.in {
  z-index: 1100;
}
/*======================= SOCIAL MEDIA =======================*/
.mod-menu__social .menu {
  text-align: right;
}
.mod-menu__social .menu li {
  display: inline;
}
.mod-menu__social .menu li a {
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
}
.mod-menu__social .menu li a:hover {
  background-color: none;
}
.twitter {
  background: url(../images/social/twitter.png);
}
.facebook {
  background: url(../images/social/facebook.png);
}
.feed {
  background: url(../images/social/feed.png);
}
.youtube {
  background: url(../images/social/youtube.png);
}
.vimeo {
  background: url(../images/social/vimeo.png);
}
/*=================================================================*/
/*======================= COMPONENT STYLES ========================*/
/*=================================================================*/
/*Forms*/
input,
textarea {
  width: 220px;
}
textarea {
  resize: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  color: #6a6a6a;
}
.checkbox-radio-wrap__inline {
  display: inline-block;
  margin-left: 6px;
  vertical-align: top;
}
.checkbox-radio-wrap__inline input[type="radio"],
.checkbox-radio-wrap__inline input[type="checkbox"] {
  margin: -2px 0 0 0;
}
.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label {
  display: inline-block;
}
textarea.invalid {
  border: 1px solid #9D261D;
}
.form-vertical label {
  display: inline-block;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #6a6a6a;
  opacity: 1;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #6a6a6a;
  opacity: 1;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #6a6a6a;
  opacity: 1;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #6a6a6a;
  opacity: 1;
}
.category_desc {
  padding-bottom: 2em;
}
/*======================= Search & Smart Search ========================*/
ul#finder-filter-select-dates li.filter-date {
  margin-bottom: 4px;
  margin-right: 4px;
}
ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
  margin-bottom: 9px;
}
#searchForm fieldset {
  margin-bottom: 20px;
}
#searchForm fieldset label {
  display: inline-block;
  margin-right: 1em;
}
#searchForm .form-limit label {
  float: left;
}
#searchForm .form-limit select {
  float: right;
  position: relative;
  top: -4px;
}
#searchForm .form-limit p {
  overflow: hidden;
  clear: both;
}
#searchForm .phrases-box {
  padding-bottom: 1em;
}
#searchForm .phrases-box label {
  min-width: 90px;
}
dl.search-results {
  margin-bottom: 30px;
}
dl.search-results dt {
  margin-top: 20px;
}
.navbar-form .btn,
.navbar-form .btn-group {
  margin-top: 5px;
}
/*======================= Gallery Page ========================*/
.page-gallery a.zoom,
.page-item__gallery a.zoom {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.page-gallery a.zoom span.zoom-bg,
.page-item__gallery a.zoom span.zoom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-gallery a.zoom span.zoom-icon,
.page-item__gallery a.zoom span.zoom-icon {
  background: url(../images/zoom.png) left top no-repeat;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  z-index: 4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-gallery a.zoom:hover span.zoom-bg,
.page-item__gallery a.zoom:hover span.zoom-bg {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.page-gallery a.zoom:hover span.zoom-icon,
.page-item__gallery a.zoom:hover span.zoom-icon {
  top: 50%;
}
.page-gallery a.zoom img,
.page-item__gallery a.zoom img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 2;
}
.page-gallery a.zoom.active img,
.page-item__gallery a.zoom.active img {
  z-index: 2;
}
.page-gallery .item_icons,
.page-item__gallery .item_icons {
  margin-bottom: 9px;
}
.view-article #prevArrow,
.view-article #nextArrow {
  display: none;
}
.gallery-grid {
  margin-bottom: 24px;
}
.gallery-grid .view {
  position: relative;
  overflow: hidden;
}
.gallery-grid .view .mask,
.gallery-grid .view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
}
.gallery-grid .view .mask .mask_wrap,
.gallery-grid .view .content .mask_wrap {
  text-align: center;
  width: 100%;
  height: 100%;
}
.gallery-grid .view .mask .mask_wrap:before,
.gallery-grid .view .content .mask_wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.gallery-grid .view .mask .mask_wrap .mask_cont,
.gallery-grid .view .content .mask_wrap .mask_cont {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5%;
}
.gallery-grid .view .item_img {
  margin: 0;
}
.gallery-grid .view img {
  display: block;
  position: relative;
  z-index: 1;
}
.gallery-grid .view h2,
.gallery-grid .view p {
  position: relative;
}
.gallery-grid .view .item_more a {
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  padding: 2%;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
.filters b,
.sorting b,
.layout-mode b {
  display: block;
  margin: 0 0 15px;
}
.layout-mode {
  float: right;
}
ul#filters {
  margin: 0 0 15px;
}
ul#filters li {
  display: inline-block;
  vertical-align: top;
}
ul#filters li a {
  cursor: pointer;
}
ul#sort {
  margin: 0 0 15px;
}
ul#sort li {
  display: inline-block;
  vertical-align: top;
}
ul#sort li a {
  cursor: pointer;
}
ul#grid-list {
  margin: 0 0 15px;
}
ul#grid-list li {
  display: inline-block;
}
.gallery-grid .item_img {
  margin-right: 0;
}
.page-gallery_img {
  margin-left: 0;
}
.category_children .category_child {
  margin-bottom: 20px;
}
/*======================= Archives Page ========================*/
.page-archive_filters .filter-search {
  padding-bottom: 21px;
  overflow: hidden;
}
.page-archive_filters select {
  margin-bottom: 8px;
  display: inline-block;
}
.page-archive_filters button {
  display: inline-block;
  margin-bottom: 8px;
}
/*======================= Contacts Page ========================*/
#jform_contact_message {
  resize: none;
  width: 100%;
  height: 149px;
}
#contact-form label {
  display: inline-block;
  margin-bottom: 5px;
}
.phone-num {
  display: inline-block;
}
#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
  width: 100%;
}
.contact_email-copy,
.contact_vcard {
  margin: 0 23px;
  font-size: 14px;
  height: 1.2em;
  display: inline-block;
}
.contact_email-copy label,
.contact_vcard label,
.contact_email-copy input,
.contact_vcard input,
.contact_email-copy button,
.contact_vcard button,
.contact_email-copy select,
.contact_vcard select,
.contact_email-copy textarea,
.contact_vcard textarea {
  line-height: 1.2em;
}
.contact_vcard {
  margin: 0;
}
.contact_details .icons-marker {
  display: block;
  width: 16px;
  margin-right: 12px;
  float: left;
}
.contact_address {
  overflow: hidden;
}
#contact_map {
  margin-bottom: 24px;
  border: 1px solid #000000;
  height: 358px;
}
#contact_map > div {
  height: 100%;
}
.contact_details_item {
  margin-bottom: 20px;
}
/*======================= User Pages ========================*/
.page-login form .control-group {
  margin: 0;
}
/*======================= ADDTHIS STYLES =======================*/
.page-item_addThis {
  padding-top: 12px;
}
/*======================= SITEMAP STYLES =======================*/
.page-xmap ul {
  margin-left: 3em;
}
.page-xmap ul li a {
  z-index: 2;
}
.page-xmap #xmap {
  overflow: hidden;
  width: 100%;
}
.page-xmap #xmap ul.level_0 {
  margin: 0;
}
.page-xmap #xmap ul.level_0 > li {
  margin-bottom: 1em;
  list-style: none;
}
.page-xmap #xmap ul.level_0 > li > a {
  font-weight: bold;
}
.page-xmap #xmap ul.level_0 > li:before,
.page-xmap #xmap ul.level_0 > li:after {
  display: none;
}
/*======================= CAPTION FIXES =======================*/
.img_caption {
  text-align: center!important;
}
.img_caption.left {
  float: left;
  margin-right: 1em;
}
.img_caption.left p {
  clear: left;
  text-align: center;
}
.img_caption.right {
  float: right;
  margin-left: 1em;
}
.img_caption.right p {
  clear: right;
  text-align: center;
}
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}
/*======================= 404 PAGE =======================*/
.errorBox {
  background: none;
  text-align: left;
}
/*======================= OFFLINE PAGE =======================*/
/*======================= DOCUMENTATION =======================*/
#mod_table .module {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
#mod_table .module:nth-child(even) {
  background: #eeeeee;
}
#mod_table ul li {
  list-style: none;
}
/*======================= SCROLL TO TOP =======================*/
#back-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 99;
}
#back-top a {
  width: 51px;
  height: 51px;
  display: block;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #2b3039;
  -webkit-border-radius: 51px;
  -moz-border-radius: 51px;
  border-radius: 51px;
  /* transition */

  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #2b3039;
}
#back-top a:before {
  content: "\f062";
  font: 24px fontAwesome;
  line-height: 44px;
}
#back-top a:hover {
  color: #d65d17;
  border-color: #d65d17;
}
/* arrow icon (span tag) */
#to-desktop {
  display: none;
}
#to-desktop a span.to_mobile {
  display: none;
}
#contact_map img {
  max-width: none !important;
}
.dropdown-toggle .fa-cog {
  margin-right: 4px;
}
label[for=mod-login_remember] {
  display: inline-block;
}
.btn-group {
  max-width: 100%;
  white-space: normal;
}
.tooltip {
  position: absolute !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #d65d17;
}
h1,
h2,
h3 {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #2b3039;
  border-top: 2px solid #d65d17;
  padding: 7px 0 18px 0;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  padding: 0 0 7px 0;
  color: #2b3039;
}
body.all {
  background: url(../images/bg.jpg) center 0 repeat #1d1d1d;
  font-weight: 300;
}
#wrapper,
#navigation-row {
  width: 100%;
  max-width: 1252px;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
#wrapper {
  border-top: 12px solid #d65d17;
}
.alert-heading {
  color: inherit;
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-width: 100%;
}
p {
  margin: 0;
  padding-bottom: 24px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 24px;
}
/*Buttons*/
.btn {
  padding: 0;
  display: inline-block;
  font-size: 14px;
  font-family: 'Sorts Mill Goudy', serif;
  line-height: 1.2em;
  background: none;
  color: #2b3039;
  border: none;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-style: italic;
  margin-top: -29px;
}
.btn:hover,
.btn:active,
.btn.active,
.btn:focus {
  text-decoration: none;
  background: none;
  box-shadow: 0 0 0;
  color: #d65d17;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.disabled {
  cursor: default !important;
  background: none;
  color: #2b3039;
  border: none;
  text-shadow: none;
}
.btn-primary {
  outline: none !important;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  pointer-events: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  outline: none !important;
}
.kmt-form-submit .btn,
.controls .btn {
  margin-top: 0;
}
.dropdown-toggle {
  margin-top: 0;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #bcbcbc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.dropdown-toggle:hover {
  background: #fff;
}
.fa {
  font-size: 15px;
}
.btn-group .btn,
.btn-toolbar .btn,
.input-prepend .btn,
.input-append .btn {
  margin-top: 0;
  margin-right: 10px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #fff;
  color: #d65d17;
}
.input-append .add-on,
.input-prepend .add-on {
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-prepend .btn,
.input-append .btn {
  margin-left: 10px;
  line-height: 46px;
}
#searchForm .btn.btn-primary {
  height: 46px;
  margin-left: 10px;
}
/*Lists*/
.list1 li {
  padding-bottom: 6px;
  padding-left: 15px;
  background: url(../images/marker1.gif) 0 8px no-repeat;
}
.list1 li a {
  font-style: italic;
  color: #a4a4a4;
}
.list1 li a:hover {
  color: #d65d17;
}
ul,
ol {
  margin: 0;
}
li {
  list-style-type: none;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 2px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #555555;
  border: 1px solid #dddddd;
  background: #ffffff;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #2b3039;
  border: 1px solid #dddddd;
  background: #ffffff;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  color: #d65d17;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #d65d17;
  border: 1px solid #dddddd;
  background: #f5f5f5;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  box-shadow: 0 0 0 !important;
  padding: 15px 14px;
}
select {
  height: 30px;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 24px;
  position: relative;
  float: left;
  margin-right: 20px;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  color: #2b3039;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 18px 9px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 9px 18px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  border-top: 14px solid #2b2b2b;
  padding: 10px 0 11px 0;
}
#header-row .advertisement a {
  float: right;
  margin-right: 1px;
}
#logo a {
  margin-top: 2px;
  margin-left: 1px;
  display: inline-block;
}
.advertisement a:hover,
.advertisement-2 a:hover,
.advertisement-3 a:hover {
  opacity: 0.5;
}
/*======================= NAVIGATION =======================*/
#navigation-row-sticky-wrapper {
  padding-bottom: 23px;
}
#navigation-row {
  background: #fbac14;
}
.navigation ul.sf-menu {
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0px 0 0;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  background: #2b2b2b;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
/*  font-size: 14px; */
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 11px 24px 13px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #2b2b2b;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu li > ul {
  top: 41px;
}
.navigation ul.sf-menu ul {
  width: 185px;
}
.navigation ul.sf-menu li li ul {
  top: -12px;
  left: 187px;
}
.navigation ul.sf-menu li li li ul {
  top: -12px;
  left: 187px;
}
.navigation ul.sf-menu ul {
  background: #2b2b2b;
  padding: 12px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
/*  font-size: 14px; */
/*  line-height: 30px; */
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  font-weight: 600;
  padding: 0px 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #fbac14;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: #fbac14;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 185px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 185px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 187px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 1.2em;
  padding-bottom: 1.2em;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 3.2em;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 185px;
  top: 1.2em;
}
.is-sticky > * {
  z-index: 10;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding-bottom: 32px;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
.imgs .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 0;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding: 25px 0 3px 0;
  background: #2b2b2b;
  margin-bottom: 30px;
}
.events .mod-newsflash-adv {
  margin: 0 -10px;
  overflow: hidden;
}
.events .item {
  width: 16.66%;
  float: left;
  padding: 0 10px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.events .item_img {
  margin-right: 0;
  margin-bottom: 0;
  float: none;
  display: inline-block;
  max-width: 100%;
}
.events .item_img a {
  display: block;
  position: relative;
}
.events .item_img a:hover .item_title {
  color: #fff;
  background: #2b3039;
}
.events .item_img a:hover .item_published {
  background: #2b3039;
}
.events .item_title {
  font-weight: bold;
  padding: 10px 0 14px 10px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.events .item_published {
  position: absolute;
  top: 17px;
  left: 0;
  width: 62px;
  height: 62px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font: 30px 'Open Sans', sans-serif;
  font-style: normal;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #fbac14;
  padding-top: 9px;
  z-index: 9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.events .item_published span {
  display: block;
  font-size: 18px;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.cont .moduletable {
  padding-bottom: 39px;
}
.mod-search__aside {
  position: relative;
  display: inline-block;
}
.mod-search__aside #searchword {
  margin-top: 0;
  padding: 10px 60px 10px 10px;
  width: 100%;
}
.mod-search__aside .btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  width: 50px;
  height: 46px;
  margin-top: 0;
  border: none;
  padding: 0;
  color: #2b3039;
}
.mod-search__aside .btn:before {
  font: 16px fontAwesome;
  line-height: 46px;
  text-align: center;
  content: "\f002";
}
.mod-search__aside .btn:hover {
  color: #d65d17;
}
#error .mod-search__aside {
  position: relative;
  display: inline-block;
  padding-right: 50px;
}
.item_published {
  font: 16px 'Sorts Mill Goudy', serif;
  font-style: italic;
  color: #8c8c8c;
  display: inline-block;
  margin-right: 22px;
  line-height: 29px;
}
.item_createdby {
  display: inline-block;
  font: 14px 'Sorts Mill Goudy', serif;
  font-style: italic;
  line-height: 27px;
  color: #2b3039;
  background: #fbac14;
  padding: 0 14px;
  padding-top: 2px;
}
.new .item_img {
  float: none;
  display: inline-block;
  margin-right: 0;
  max-width: 100%;
}
.news.moduletable {
  padding-bottom: 17px;
}
.news .item_img {
  margin-right: 0;
  float: none;
}
.news .descr {
  padding-bottom: 11px;
}
.news .lastItem .descr {
  display: none;
}
.news .lastItem .item_title__news {
  display: none;
}
.news .lastItem .news-blocks.moduletable {
  padding-bottom: 0;
}
.news .lastItem .news-blocks .item_img {
  margin-right: 20px;
  float: left;
}
.news .lastItem .news-blocks .descr {
  display: block;
  padding-bottom: 0px;
  margin-bottom: -10px;
}
.news .lastItem .news-blocks .descr .item_published {
  position: relative;
  top: -10px;
}
.news .lastItem .news-blocks .item {
  padding-bottom: 14px;
}
.komento {
  float: right;
  margin-right: 12px;
  width: 30px;
  height: 30px;
  position: relative;
  font: 16px 'Sorts Mill Goudy', serif;
  font-style: italic;
  color: #2b3039;
  text-align: center;
  line-height: 30px;
  z-index: 2;
}
.komento .kmt-readon {
  position: relative;
  z-index: 2;
}
.komento a {
  display: block;
  position: relative;
  z-index: 2;
}
.komento:before {
  content: "\f075";
  position: absolute;
  top: 0;
  left: 0;
  font: 30px fontAwesome;
  color: #e7e7e7;
  z-index: 1;
  line-height: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.komento:hover:before {
  color: #fbac14;
}
.kmt-readon span.kmt-comment {
  background: none !important;
  float: none !important;
  margin-right: 0 !important;
}
.commented p {
  display: inline;
}
.commented .descr {
  padding-bottom: 10px;
}
.commented .item {
  padding-bottom: 24px;
}
.commented.moduletable {
  padding-bottom: 12px;
}
.recent .descr {
  margin-top: -5px;
}
.recent.moduletable {
  padding-bottom: 0;
}
.popular.moduletable {
  padding-bottom: 0;
}
.popular .item_img {
  margin-bottom: 10px;
}
.popular .item {
  padding-bottom: 14px;
}
.popular .descr {
  position: relative;
  top: -10px;
  padding-bottom: 0;
  margin-bottom: -5px;
}
.popular .lastItem {
  padding-bottom: 10px;
}
.popular .lastItem .item_title__popular {
  display: none;
}
.popular .lastItem .descr {
  display: none;
}
.popular .popular-blocks .item_img {
  float: none;
  margin-right: 0;
  margin-bottom: 12px;
}
.popular .popular-blocks .item {
  padding-bottom: 0;
}
.popular .popular-blocks.moduletable {
  padding-bottom: 0;
}
.recent-articles.moduletable {
  padding-bottom: 16px;
}
.recent-articles h4 {
  padding-bottom: 12px;
}
.photos.moduletable {
  padding-bottom: 42px;
}
.newsletter.moduletable {
  padding-bottom: 0;
}
.newsletter .acymailing_form {
  margin: 0;
}
.newsletter .acymailing_form input[type="text"] {
  font-style: italic;
  margin-bottom: 28px;
  padding: 5px 10px;
}
.newsletter .acymailing_form,
.newsletter .acymailing_module_form td,
.newsletter .acymailing_module_form tr {
  padding: 0;
  width: 100%;
  float: left;
}
.newsletter .acysubbuttons {
  text-align: left;
}
.newsletter .btn {
  margin-right: 10px;
}
.newsletter .acymailing_module_form {
  overflow: hidden;
}
.stories.moduletable {
  padding-bottom: 10px;
}
.about_us.moduletable {
  padding-bottom: 15px;
}
.dropcap.moduletable {
  padding-bottom: 10px;
}
.dropcap .item {
  position: relative;
  padding-left: 65px;
}
.dropcap span.dropcap {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 46px;
  color: #fff;
  background: #fbac14;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  border-radius: 46px;
}
.models .item_img {
  float: none;
  margin-right: 0;
}
.page-blog .item_createdby,
.page-item__blog .item_createdby {
  margin-right: 12px;
}
.page-blog .item_category-name,
.page-item__blog .item_category-name {
  font: 16px 'Sorts Mill Goudy', serif;
  font-style: italic;
  margin-right: 12px;
}
.items-row {
  padding-bottom: 30px;
}
.page-item,
#contact-form {
  padding-bottom: 50px;
}
.img-full {
  max-width: 50%;
}
.mod-login form {
  margin-bottom: 0;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 24px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
  padding: 0;
  float: none;
}
/*===== Gallery Page ======*/
ul#filters li,
ul#sort li,
#grid-list li {
  margin-right: 10px;
}
#grid-list li i:before {
  font-size: 20px;
}
ul.gallery {
  margin: 0;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 13px;
  line-height: 15px;
  overflow: hidden;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .item_more .btn {
  margin-top: 0;
}
ul.gallery {
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: "";
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-grid {
  width: 32%;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 24px 24px 0 !important;
}
ul.gallery .gap {
  display: inline-block;
  width: 32%;
  max-width: 32%;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
.gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gallery-grid .view a {
  color: #fff;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: 15px;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery .gallery-list .view a.hover_more {
  line-height: 15px !important;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
  line-height: 15px;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row {
  background: #2b2b2b;
  padding: 10px 0 11px 0;
}
#copyright {
  color: #fff;
  font-size: 14px;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
  color: #d65d17;
}
#copyright .all_rights:after {
  content: '|';
  padding: 0 6px 0 10px;
}
/*===== Social Media ======*/
