/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: GNU/GPL
/*
/**************************************************************************************/

/**************************************************************************************/
/**************************************************************************************/
/*   Elements
/**************************************************************************************/
/**************************************************************************************/

* {
  padding: 0;
  margin: 0;
  border: 0px;
}

html,
body {
  height: 100%;
}

body {
  margin: 0px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  background-color: #fff;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #bc6385;
}

a p {
  color: #333;
}

a:hover,
a p:hover {
  text-decoration: none;
  color: #cbae3a;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding-bottom: 15px;
}

.page-featured p {
  padding-bottom: 20px;
}

.visually-hidden {
  display: none;
}

/**************************************************************************************/
/*   Forms																			  */

input,
textarea {
  width: 220px;
}

textarea {
  resize: none;
}

textarea.invalid {
  border: 1px solid #333;
}

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;
  border-radius: 0px;
  color: #999999;
}

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 {
  background-color: #eee;
  border: 1px solid #d4d4d4;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #d6610b;
}

select {
  border: 1px solid #bbb;
  background-color: #eee;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
}

.label-info,
.badge-info {
  background-color: #496a8b;
}

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"] {
  line-height: 1 !important;
  padding: 10px !important;
  height: auto !important;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page-login form .control-group {
  margin: 0;
}

.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;
  margin-right: 20px;
}

.page-remind form button,
.page-reset form button {
  display: inline-block;
  margin-left: 10px;
}

.form-vertical label {
  display: inline-block;
}

#form-login-remember label {
  margin-bottom: 20px;
}

legend {
  border-bottom: 1px solid #666;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

legend small {
  color: #777;
}

.well {
  padding: 25px 25px 10px;
}

/**************************************************************************************/
/*   Headings and Titles															  */

h1 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: normal;
}

h1,
h2,
h3,
h4 {
  margin-top: 0px;
  letter-spacing: 0px;
  color: #405069;
  text-transform: uppercase;
  font-weight: 400;
}

h1 {
  margin-bottom: 40px;
  font-size: 42px;
}

h2 {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: normal;
  clear: both;
}

h3 {
  margin-bottom: 0px;
  padding-bottom: 35px;
  font-size: 16px;
  line-height: 1.2em;
  clear: both;
}

.mod-custom h3 {
  padding-bottom: 30px;
}

h3 strong,
h3 b {
  color: #cbae3a;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #999999;
}

.page-featured h3 {
  padding: 0px 0px 10px;
}

h4 {
  color: #586d8c;
}

.item__featured .item_title {
  overflow: hidden;
}

.item__module h2.item_title {
  border-bottom: none;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
}

/**************************************************************************************/
/*   Images																			  */

.item_img,
.category_img,
.item_fulltext img,
.random-image img {
  margin-bottom: 25px;
  display: inline-block;
}

.span9 .row-fluid [class*="span"] .img-intro__none,
.span9 .row-fluid [class*="span"] .img-full__none {
  width: 96.5%;
}

.span6 .row-fluid [class*="span"] .img-intro__none,
.span6 .row-fluid [class*="span"] .img-full__none {
  width: 97%;
}

.img-intro__none img,
.img-full__none img {
  width: 100%;
}

.img-intro__left,
.img-full__left,
img.left {
  float: left;
  margin: 0 30px 40px 0px;
}

.img-intro__right,
.img-full__right,
img.right {
  float: right;
  margin: 0 0 40px 30px;
}

aside .img-intro__left,
aside .img-intro__right {
  margin-top: 3px;
  margin-bottom: 10px;
}

img.noborder {
  border: none !important;
  box-shadow: none !important;
}

.page-blog .items-row.cols-3 .item_img.img-intro {
  margin: 0px 0px 25px 0px;
  width: 96%;
}

.page-blog .items-row.cols-3 .item_img.img-intro img {
  width: 100%;
  overflow: hidden;
}

/**************************************************************************************/
/*   Captions																		  */

.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;
}

/**************************************************************************************/
/*   Lists																			  */

.categories-module li,
.archive-module li {
  padding: 0 0 0 20px;
  list-style: none;
  list-style-image: none;
}

ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}

.categories-module,
.archive-module {
  margin: 0;
}

.categories-module li,
.archive-module li {
  line-height: 30px;
}

.categories-module li a,
.archive-module li a {
  font-size: 14px;
  line-height: 30px;
}

.moduletable ul {
  margin-left: 0px;
}

.moduletable ul.unstyled {
  clear: both;
  padding-top: 25px;
}

.moduletable ul li {
  line-height: 25px;
  list-style-image: url("../images/li.style.png");
  list-style-position: inside;
}

.moduletable ul.item-list li {
  list-style: none;
  list-style-image: none;
  background: url("../images/li.style.png") left 11px no-repeat;
  padding: 0 0 0 25px;
}

/**************************************************************************************/
/*   Buttons																		  */

.readmore {
  text-transform: none;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none;
  border-radius: 0;
}

a.btn,
a.readmore,
.btn_info,
.btn-info,
.btn-group button.btn,
.mod-newsflash a.readmore,
.btn-primary,
.btn_primary,
.contentpane .button {
  background-repeat: repeat-x;
  border: medium none !important;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 10px;
  padding: 10px 30px;
  background-color: #111111;
  background-image: linear-gradient(to bottom, #333333, #111111);
  color: #ffffff;
  float: right;
}

#component form .btn {
  margin: 0px 0px 0px 5px;
  overflow: hidden;
}

#component form#searchForm .btn {
  text-transform: none;
  margin-top: 0px;
  padding: 7px 30px !important;
}

.page-login button {
  margin-top: 20px;
}

.btn_info.active,
.btn-info.active,
.btn_info:active,
.btn-info:active,
.btn-primary.active,
.btn_primary.active,
.btn-primary:active,
.btn_primary:active {
  box-shadow: none;
}

.btn,
.mod-newsflash a.readmore {
  text-shadow: none !important;
  text-transform: uppercase;
}

.contentpane .button {
  margin-top: 20px;
}

/**************************************************************************************/
/*   Pagination																		  */

.pagination {
  height: auto;
  margin: 0;
  padding: 0px;
  display: inline;
}

.pagination [class^="icon-"]:before,
.pagination [class*=" icon-"]:before {
  font-family: FontAwesome;
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.pagination a,
.pagination span {
  height: 38px;
}

.pagination a span,
.pagination .disabled > span {
  padding: 0px;
}

.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: block;
}

.pagination ul li {
  display: inline-block;
}

.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;
  border: none;
  box-shadow: none;
}

.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #555555;
}

.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #8aaa22;
}

.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #85b1d8;
}

.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #85b1d8;
}

/**************************************************************************************/
/*   BlockNumbers																	  */

p.blocknumber {
  min-height: 40px;
  padding: 5px 20px 18px 65px !important;
  position: relative;
}

span.blocknumber {
  background-color: #586d8c;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  height: 44px;
  left: 0;
  line-height: 44px;
  position: absolute;
  text-align: center;
  width: 44px;
  margin-top: 2px;
}

span.blocktitle {
  font-size: 18px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #496a8b;
}

/**************************************************************************************/
/*   Toggling																		  */

.toggle {
  min-height: 30px;
  font-size: 13px;
  font-weight: normal;
  background-image: url("../images/bg.toggle.open.png");
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0px 0px 0px 20px;
  padding: 5px 0 8px 60px;
  clear: both;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.toggle:hover {
  background-image: url("../images/bg.toggle.open.hover.png");
}

.toggle.opened {
  background-image: url("../images/bg.toggle.close.png");
  background-position: left top;
  background-repeat: no-repeat;
}

.toggle.opened:hover {
  background-image: url("../images/bg.toggle.close.hover.png");
}

.toggle_content {
  display: none;
  margin: 15px 0px 20px 20px;
  padding: 25px;
  font-size: 12px;
  font-weight: normal;
  border-radius: 0px;
}

/**************************************************************************************/
/*   Searching																		  */

#top .search {
  float: right;
  text-align: right;
}

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;
}

dl.search-results {
  margin-bottom: 30px;
}

dl.search-results dt {
  margin-top: 20px;
}

.navbar-form .btn,
.navbar-form .btn-group {
  margin-top: 5px;
}

#mod-finder-searchword {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 4px;
  border: 1px solid #ebebeb;
  box-shadow: none;
}

/**************************************************************************************/
/*   Modal																			  */

.modalClose {
  margin: 14px;
}

div.modal.fade.in.loginPopup {
  width: 260px;
  margin: -130px 0 0 -130px;
  top: 50%;
  left: 50%;
}

.login-greeting {
  margin: 0 0 9px 0;
}

.input-modal {
  width: 146px;
}

div.modal.fade {
  z-index: -500;
}

div.modal.fade.in {
  z-index: 1100;
}

/**************************************************************************************/
/*   Social																			  */

.social p {
  margin: 0px;
  padding: 0px;
  line-height: 34px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}

.social ul.nav {
  margin: 0px;
  padding: 0px;
}

.social ul li-title {
  display: inline;
  font-weight: bold;
  line-height: 34px !important;
  list-style: none !important;
  text-align: left;
}

.social li a {
  border-radius: 50%;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  margin-left: 5px;
  padding-left: 2px;
  text-align: center;
  width: 32px;
  background-color: #586d8c;
}

.social li a:hover {
  color: #ffffff;
  transition: background 0.5s ease 0.1s;
  background-color: #000 !important;
}

/**************************************************************************************/
/*   Newsflash																		  */

.mod-newsflash-adv__links .item_content {
  border-radius: 5px;
  padding-bottom: 24px;
}

.mod-newsflash-adv__links .item_content ul {
  margin-bottom: 0;
}

.mod-newsflash-adv__links .item_content ul li {
  line-height: 28px;
}

.mod-newsflash-adv__links .item_content ul li a {
  font-size: 14px;
  line-height: 30px;
  text-decoration: underline;
}

.mod-newsflash-adv__links .item_content h2 {
  text-transform: none;
  padding-bottom: 0;
  line-height: 68px;
  margin-bottom: 20px;
}

.mod-newsflash-adv__links a.readmore {
  background: none;
  padding: 4px 0;
  margin: 0 0 0 45px;
  box-shadow: none;
  border: none;
  font-size: 14px;
}

.mod-newsflash-adv__links .shadow span {
  bottom: 21px;
  width: 92%;
  left: 4%;
}

.mod-newsflash-adv__links.support .item_content {
  padding-bottom: 12px;
}

.mod-newsflash-adv__links.support .item_introtext {
  padding: 0 24px;
  font-size: 14px;
  line-height: 22px;
}

.mod-newsflash-adv__links.support a.readmore {
  margin: 0 0 0 24px;
}

/**************************************************************************************/
/*   Acymailing																		  */

.acymailing_form,
.acymailing_form .acysubbuttons {
  text-align: right;
}

.acymailing_form .acysubbuttons .button {
  margin-top: 5px;
  line-height: 14px;
  padding: 9px 40px 9px 25px;
  display: block;
}

.acymailing_module_form span.acymailing_finaltext {
  display: block;
  padding-top: 0px;
  text-align: right;
}

.acymailing_module .acymailing_finaltext {
  clear: both;
  text-align: right;
  padding-top: 16px !important;
  display: block;
}

.acym_module_form .onefield.fieldacy1 {
  margin: 0px;
}

.acym_module_form .acysubbuttons {
  overflow: hidden;
}

/**************************************************************************************/
/*   Back to Top																	  */

#back-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 60;
}

#back-top a {
  width: 46px;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top span {
  width: 46px;
  height: 46px;
  display: block;
  margin-bottom: 7px;
  background: url("../images/up.arrow.png") no-repeat center center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

/**************************************************************************************/
/*   Gallery																		  */

.page-gallery {
  padding: 0 0 20px 0px;
}

.page-gallery h1 {
  padding: 0;
}

.page-gallery .well {
  padding: 7px 20px;
}

.page-gallery .sorting {
  display: flex;
  padding: 0 0 5px 35px;
}

.page-gallery .sorting b {
  line-height: 20px;
}

.page-gallery .sorting ul.btn-group {
  list-style: none;
}

.page-gallery .sorting ul.btn-group li {
  display: inline-block;
  padding-right: 20px;
}

.page-gallery .sorting a.btn {
  padding: 0px;
  color: #666666;
  background: transparent;
  font-size: 13px !important;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: 500;
}

.page-gallery .item_img,
.page-gallery .item-image {
  margin-bottom: 0;
  display: block;
}

.page-gallery .item_title {
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.page-gallery .item_title .item_title_part0 {
  color: #ffdc63;
  font-size: 22px;
}

.page-gallery .list .item_title,
.page-gallery .list .item_title a {
  color: #999;
  font-size: 18px;
}

.page-gallery .item_title a {
  text-align: centre !important;
  color: #fff;
}

.page-gallery .item_title a:hover {
  color: #ffdc63;
}

.page-gallery .list .item_introtext p {
  color: #999;
  text-align: center;
}

.page-gallery .list .item_more a {
  color: #999;
  font-size: 13px;
  padding: 3px 0 0px 30px;
  margin-top: 20px;
  font-weight: bold;
  line-height: 20px;
}

.page-gallery .list .item_more a.hover_more {
  background-color: transparent;
  background-image: none !important;
  padding-right: 10px;
  color: #ff5c0f;
  font-size: 11px;
}

#component .page-gallery .list .item_more a.hover_more:hover {
  color: #666666;
  background-color: transparent;
}

.page-gallery ul#filters li {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 15px;
  margin: 10px 15px 10px 0;
}

.page-gallery li.item {
  margin-bottom: 30px;
}

.page-gallery p {
  padding-bottom: 10px;
  line-height: 16px;
}

.page-gallery .grid .item_introtext p {
  font-size: 14px;
  color: #fff;
  padding: 5px;
  text-align: center;
}

.page-gallery .list .item_introtext p {
  font-size: 12px;
}

.category_child .category_title a {
  display: inline-block;
  margin-right: 12px;
}

.page-gallery .category_desc {
  margin-bottom: 20px;
}

.page-gallery ul.singleColumn li {
  margin-left: 0;
}

.page-gallery .item_img.img-intro .touchGalleryLink img {
  width: 100%;
}

.page-gallery #filters {
  margin: 0px;
}

.page-gallery a.btn.btn-info.filter {
  font-size: 12px !important;
  font-weight: 500;
  padding: 3px 0;
  background-color: transparent !important;
  background-image: none !important;
  margin: 0 20px 0 0;
  text-transform: uppercase;
}

.page-gallery a.btn.btn-info.filter.active,
.page-gallery a.btn.btn-info.filter:hover {
  color: #cbae3a !important;
}

.page-gallery a.btn.btn-info.filter:not(.active) {
  color: #bc6385;
}

.page-gallery a.zoom,
.page-item__gallery a.zoom {
  position: relative;
}

.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;
  opacity: 0;
  filter: alpha(opacity=0);
}

.page-gallery .item_more {
  text-align: center;
}

.page-gallery .grid .item_more {
  padding-top: 5%;
}

.page-gallery .grid .item_more .btn-info {
  margin-top: 0px;
}

.page-gallery .item_more a {
  display: inline-block;
  padding: 2%;
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
}

.page-gallery .item_more a:hover {
  color: #909090;
}

.page-gallery .item_icons,
.page-item__gallery .item_icons {
  margin-bottom: 9px;
}

ul.singleColumn {
  margin: 0;
}

ul.singleColumn > .item {
  list-style: none;
  width: 100%;
}

.view-article #prevArrow,
.view-article #nextArrow {
  display: none;
}

ul#filters li {
  display: inline-block;
  vertical-align: top;
  margin: 9px 9px 0 0;
}

#isotopeContainer {
  padding-top: 8px;
}

.page-gallery_img {
  margin-left: 0;
}

.category_children .category_child {
  margin-bottom: 20px;
}

#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  overflow: hidden;
  display: none;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background-image: url(../images/bg.gallery.png);
}

#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -moz-transition: left 0.4s ease;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

#gallerySlider .placeholder {
  background: url("../images/system/preloader.gif") no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#gallerySlider .placeholder img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

#gallerySlider.rightSpring {
  animation: rightSpring 0.3s;
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
  animation: rightSpring 0.3s;
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

.layout-mode {
  float: right;
  position: relative;
  z-index: 999;
  margin-top: 0px;
}

.layout-mode #grid-list {
  margin: 0px;
}

.layout-mode ul.btn-group {
  display: inline-block;
}

.layout-mode ul.btn-group li {
  display: inline-block;
}

.layout-mode ul.btn-group a.btn-info {
  background-image: none !important;
  background-color: transparent !important;
  padding: 3px;
  height: 18px;
  width: 18px;
  margin-left: 10px;
}

.layout-mode ul.btn-group a.btn-info .fa {
  font-size: 22px;
  color: #cbae3a;
}

.layout-mode ul.btn-group a.btn-info.active {
  pointer-events: none;
}

.layout-mode ul.btn-group a.btn-info:not(.active):hover .fa {
  color: #ffdc63;
}

.layout-mode ul.btn-group a.btn-info:not(.active) .fa {
  color: #666666;
}

ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}

ul.gallery.list {
  opacity: 0;
  animation: fadeIn 0.2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

ul.gallery:after {
  content: "";
  display: inline-block;
  width: 100%;
}

ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 17px;
  line-height: 25px;
  overflow: hidden;
  margin-top: 1px;
  margin-bottom: 20px;
}

ul.gallery .gallery-item .mask {
  display: block;
}

ul.gallery.list .gallery-item .mask {
  width: 60%;
}

ul.gallery .gallery-item .view .content * {
  color: inherit;
}

ul.gallery .gap {
  list-style: none;
}

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 25px 25px 0 !important;
}

ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
  max-width: none;
  width: auto;
  height: auto;
  margin-left: 0px;
}

ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}

ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}

ul.gallery .gallery-grid .view a {
  color: inherit;
  float: none;
}

ul.gallery .gallery-grid .view a:hover {
  color: #999;
}

ul.gallery .gap {
  display: inline-block;
}

ul.gallery .gallery-list {
  margin: 0 0 30px;
}

ul.gallery .gallery-list .item_img {
  border: none;
  max-width: 40%;
  width: 40%;
  pointer-events: none;
  float: left;
}

ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}

ul.gallery .gallery-list .galleryZoom {
  display: none;
}

ul.gallery .item_more a {
  vertical-align: top;
}

ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}

ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}

ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
}

ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 24%;
}

.body-gallery .page-header {
  display: none;
}

/* Firefox Keyframe Animations */

@keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}

#prevArrow,
#nextArrow {
  border: none;
  text-decoration: none;
  background: url("../images/gallery/arrows.png") no-repeat;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#prevArrow:hover,
#nextArrow:hover {
  opacity: 1;
}

#prevArrow {
  background-position: left top;
  left: 40px;
}

#nextArrow {
  background-position: right top;
  right: 40px;
}

.page-gallery .view {
  overflow: hidden;
  position: relative;
  display: flex;
  width: 100%;
}

.page-gallery .view:hover .mask {
  opacity: 1;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

.page-gallery .list .view:hover .mask {
  background: transparent;
}

.page-gallery .grid .mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  color: #fff;
}

.page-gallery .grid .mask .hide-intro {
  display: none;
}

.page-gallery .list .zoom-icon,
.page-gallery .list .zoom-bg {
  display: none !important;
}

.page-gallery .mask_cont {
  padding: 25px;
}

.page-gallery .list .mask_cont {
  padding: 10px 25px 25px 25px;
}

/**************************************************************************************/
/*	 Magnific Popup for Gallery page                                                  */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=(0.8 * 100));
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: #ffffff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #85b1d8;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: 0px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-title h3 {
  margin-bottom: 10px;
  color: #fff;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**************************************************************************************/
/*   Testimonials																	  */

blockquote p {
  font-size: 12px;
  line-height: 17px;
}

blockquote a {
  display: block;
  margin: 4px 5px 0px 0px;
}

.blockquote {
  float: left;
  width: 45px;
  height: 35px;
  margin: 0px 13px 10px 0px;
  background-repeat: no-repeat;
}

.mod_as_contact_form_placeholder {
  text-transform: uppercase;
}

/**************************************************************************************/
/*   AS Contact Form																  */

.mod_as_contact_form {
  margin: 0;
}

.mod_as_contact_form .control-group-input input,
.mod_as_contact_form .control-group-input .controls {
  width: 100%;
}

.mod_as_contact_form .control-group .controls {
  margin-bottom: 30px;
}

.mod_as_contact_form .control-group-button {
  text-align: center;
}

.mod_as_contact_form .control-group-button .controls {
  display: block;
  font-size: 0;
}

.mod_as_contact_form .control-group-button .btn-primary {
  margin: 0 0 0 20px;
}

.mod_as_contact_form input.error,
.mod_as_contact_form select.error,
.mod_as_contact_form textarea.error {
  border-color: #ec7b7b !important;
}

.mod_as_contact_form .pretext {
  text-align: left !important;
}

.mod_as_contact_form .row-fluid {
  margin-left: -30px;
  width: auto;
}

.mod_as_contact_form .row-fluid [class*="span"] {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 0;
  min-height: 1px;
  padding-left: 30px;
}

.mod_as_contact_form .row-fluid .span1 {
  width: 8.333325%;
}

.mod_as_contact_form .row-fluid .span2 {
  width: 16.66665%;
}

.mod_as_contact_form .row-fluid .span3 {
  width: 24.999975%;
}

.mod_as_contact_form .row-fluid .span4 {
  width: 33.3%;
}

.mod_as_contact_form .row-fluid .span5 {
  width: 41.666625%;
}

.mod_as_contact_form .row-fluid .span6 {
  width: 49.99995%;
}

/**************************************************************************************/
/*   General
/**************************************************************************************/
/**************************************************************************************/

.wrapper {
  height: auto !important;
  height: 100%;
  margin: 0px auto;
}

#header-top-row .wrapper {
  padding-bottom: 0px;
}

#push {
  height: 180px;
}

.item-separator {
  clear: both;
  height: 25px;
}

.menudesc {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}

.row-fluid:last-child .menudesc {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

p .price {
  text-align: right;
  margin: 20px 6px 0px;
  display: block;
}

.all-right {
  text-align: right;
}

/**************************************************************************************/

.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;
}

.left {
  float: left;
}

.text-right {
  text-align: right;
}

.right {
  float: right;
}

/**************************************************************************************/
/*   Header
/**************************************************************************************/
/**************************************************************************************/

.wshadow {
  position: relative;
  z-index: 10;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow span {
  bottom: 0px;
  display: block;
  height: 0px;
  left: 1%;
  position: absolute;
  width: 98%;
}

/**************************************************************************************/
/*   Header Row		  																  */

#header-top-wrapper {
  background-color: #1e1e1e;
  background-image: url(../images/bg.header.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: 10000;
  padding-bottom: 30px;
}

#header-top-row {
  padding-top: 60px;
}

#header-row {
  padding: 0px;
  margin-top: 50px;
}

#header-row .container {
  opacity: 0;
  transition: opacity 0.7s ease-in-out 0.2s;
}

#header-row .container.visible {
  opacity: 1;
}

#header-row .main-navigation {
  background-color: #7589a6;
  background-image: linear-gradient(to bottom, #7589a6, #90a1ba);
  background-repeat: repeat-x;
}

#header-row.scroll-to-fixed-fixed {
  background-color: #7589a6;
  background-image: linear-gradient(to bottom, #7589a6, #90a1ba);
  margin-top: 0px;
}

#header-row .container {
  padding: 0px;
  margin-bottom: 30px;
}

#header-row.scroll-to-fixed-fixed .container {
  margin-bottom: 0px;
}

#header-row .search,
#header-row .search-query {
  position: relative;
  margin-top: 17px;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  margin-right: 20px;
}

#header-row .search form {
  margin-bottom: 0px;
}

#header-row .search #mod-search-searchword,
#header-row .search-query {
  width: 75%;
  background-color: #000;
  color: #fff;
  border: none;
  margin: 4px 0px 4px 5px;
  padding: 7px 0px 6px 15px !important;
}

#header-row .moduletable.call-now {
  letter-spacing: 0px;
  font-size: 18px;
  text-align: right;
  font-weight: normal;
}

#header-row .moduletable.call-now div {
  padding: 50px 0px 0px 0px;
  font-size: 24px;
  font-weight: bold;
}

#header-row .moduletable.call-now span {
  padding-left: 5px;
}

.social {
  margin-top: 30px;
  float: right;
  text-align: right;
}

.social ul li {
  list-style-image: none;
  display: inline-block;
}

#logo a {
  display: inline-block;
  margin: 0px;
}

.logo a {
  text-align: center;
  line-height: 35px;
}

#header-top-row .logo {
  min-height: 200px;
  min-width: 200px !important;
  width: 200px;
}

#header-top-row .logo a {
  width: 180px;
  padding: 30px 0 0 10px;
}

.logo span.slogan {
  padding: 0 0 0 20px;
}

#logo span.slogan {
  font-size: 12px;
  margin: 0px;
  display: inline-block;
  position: relative;
  top: 13px;
  left: -33px;
}

/**************************************************************************************/
/*   Slider Row		  																  */

#slider-row .container {
  padding: 0;
  margin-bottom: 0px;
  position: relative;
  opacity: 0;
  transition: opacity 0.7s ease-in-out 0.2s;
}

#slider-row .container.visible {
  opacity: 1;
}

#slider-row .shadow {
  top: -1px;
}

.moduletable.slider {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

#camera-slideshow {
  margin: 0 !important;
  min-height: 374px;
}

/**************************************************************************************/
/*   Breadcrumb Row		  															  */

#breadcrumbs-row .moduletable .breadcrumb {
  position: relative;
  border-radius: 0px;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #f2f2f2, #dddddd);
  background-repeat: repeat-x;
  border-bottom: medium none;
  color: #333;
  font-weight: normal;
  margin: 50px 0 0;
  padding: 20px 40px;
  text-transform: uppercase;
}

#breadcrumbs-row .moduletable h2 {
  margin: 0px;
  padding: 10px 40px;
  text-align: right;
}

/**************************************************************************************/
/*   Featured Row		  															  */

#featured-row {
  padding-bottom: 10px;
  position: relative;
  margin-top: 20px;
}

.body-home-page #featured-row .position-top {
  margin-top: -256px;
}

#featured-row .container {
  top: -200px;
  opacity: 0;
  transition: opacity 0.7s ease-in-out 0.1s;
}

#featured-row .moduletable {
  padding-bottom: 20px;
  border-bottom: 1px solid #2c2c2c;
  overflow: hidden;
}

#featured-row .moduletable.position-top {
  padding-bottom: 0px;
  border-bottom: 0px;
}

#featured-row .container.visible {
  opacity: 1;
}

#featured-row .mod-newsflash .item {
  border-radius: 0;
  padding: 25px 0px 30px;
  margin: 0px;
  text-align: left;
  background-color: #98aed3;
  overflow: hidden;
  color: #fff;
}

#featured-row .mod-newsflash.item-0 .item {
  background-color: #98aed3;
}

#featured-row .mod-newsflash.item-1 .item {
  background-color: #d5bd62;
}

#featured-row .mod-newsflash.item-2 .item {
  background-color: #63cbac;
}

#featured-row .mod-newsflash.item-3 .item {
  background-color: #c87d99;
}

#featured-row .mod-newsflash .newsflash-title {
  display: table-caption;
  float: none;
  overflow: visible;
  margin: 0px;
  padding: 0px 25px 20px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.2em;
  color: #fff;
}

#featured-row .mod-newsflash .newsflash-title::first-line {
  color: #fff;
  font-weight: 300;
}

#featured-row .mod-newsflash .intro-content {
  padding: 25px 25px 0px;
}

#featured-row .mod-newsflash-adv .item {
  padding: 0px 0px 45px 0px;
}

#featured-row .mod-newsflash-adv .item_title {
  display: table-caption;
}

#featured-row .mod-newsflash-adv .item_title::first-line {
  color: #cbae3a;
  font-weight: bold;
  font-size: 0.8em;
}

#featured-row .mod-custom {
  text-align: left;
}

#featured-row .module_title,
#featured-row .moduleTitle {
  border-radius: 0px;
  padding: 0px;
  margin: 20px 0px;
  line-height: 68px;
}

#featured-row .mod-newsflash .item ul {
  margin-bottom: 0;
}

#featured-row .mod-newsflash .item ul li {
  line-height: 28px;
}

#featured-row .mod-newsflash .item ul li a {
  font-size: 14px;
  line-height: 30px;
  text-decoration: underline;
}

#featured-row .mod-newsflash .item #system-readmore img {
  text-align: center;
  display: block;
  margin: 0px auto 20px;
}

#featured-row .mod-newsflash .item a.readmore {
  margin-top: 10px;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #ffffff, #dddddd);
  color: #333;
}

#featured-row .mod-newsflash .item a.readmore:hover {
  background-color: #333;
  background-image: none;
  color: #fff;
}

/**************************************************************************************/
/*   Header Bottom Row		  														  */

#header-bottom-row {
  padding-top: 30px;
  padding-bottom: 0px;
  color: #f7f7f7;
}

.body-home-page #header-bottom-row {
  padding-bottom: 205px;
}

#header-bottom-row .container {
  opacity: 0;
  transition: opacity 0.7s ease-in-out 0.2s;
}

#header-bottom-row .container.visible {
  opacity: 1;
}

#header-bottom-row .moduletable {
  background: #405069 none repeat scroll 0 0;
  margin-bottom: 30px;
}

#header-bottom-row .module_title,
#header-bottom-row .moduleTitle {
  color: #333;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #ffffff, #dddddd);
  background-repeat: repeat-x;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 20px 40px;
  border-bottom: none;
  font-weight: normal;
  text-transform: uppercase;
}

#header-bottom-row .mod_caroufredsel {
  padding: 40px;
}

/**************************************************************************************/
/*   Content
/**************************************************************************************/
/**************************************************************************************/

#custom-content-wrapper {
  background-image: url(../images/bg.content.jpg);
  background-size: cover;
}

#component {
  min-height: 250px;
}

.com_contact #content-row {
  padding-bottom: 50px;
}

#content-row .container {
  padding-top: 55px;
  padding-bottom: 40px;
}

#content-row .container .row {
  opacity: 0;
  transition: opacity 1s ease-in-out 0s;
}

#content-row .container.visible .row {
  opacity: 1;
}

.page-header {
  border: none;
  padding: 0;
  margin: 0;
}

.page-item,
.page-featured {
  padding-bottom: 46px;
}

.page-item ul {
  margin: 20px 0px;
}

.page-item ul li {
  background: rgba(0, 0, 0, 0) url("../images/li.style.png") no-repeat scroll 0 2px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  list-style: inside none none;
  margin-bottom: 0px;
  margin-left: 25px;
  padding: 0 0 9px 35px;
}

.page-featured .items-row .item__featured {
  margin-bottom: 35px;
  padding-bottom: 10px;
}

.page-featured .items-leading .item__featured,
.page-category .category_desc p,
.page-blog .category_desc p {
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  padding-bottom: 15px;
}

.page-featured .items-leading .item__featured,
.page-featured .items-row:last-child .item__featured {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.page-blog .category_desc p,
.page-category .category_desc p,
.page-category .items-row {
  margin-bottom: 40px;
  padding-bottom: 10px;
}

[class*="testimonials"] .items-row {
  margin-bottom: 29px;
  padding-bottom: 0px;
}

.contentpane,
.contentpane.modal {
  padding: 30px;
}

.item_info_dl {
  margin-top: 0;
  margin-bottom: 12px;
}

.item_info_dl dd {
  display: inline-block;
  line-height: 11px;
  padding-right: 12px;
  margin-right: 12px;
  margin-left: 0;
}

.item_info_dl dd:last-child {
  border: none;
}

.item > .btn-group.pull-right {
  margin-bottom: 12px;
}

/**************************************************************************************/
/*   Blog Pages																		  */

.page-blog p.item_title {
  letter-spacing: 1px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2em;
}

.page-blog .btn.btn-info {
  margin: 10px 0px;
  float: right;
}

.page-blog .items-row.cols-1 .btn.btn-info {
  float: left;
}

.page-blog .item {
  overflow: hidden;
  margin-bottom: 25px;
}

.page-blog .items-leading,
.page-blog .items-row {
  padding-bottom: 15px;
  margin-bottom: 40px;
  padding-bottom: 0px;
}

.page-blog .items-row:last-child {
  border: none;
  margin-bottom: 0px;
}

/**************************************************************************************/
/*   Category Pages																	  */

.page-category__testimonials blockquote {
  overflow: hidden;
}

.page-category__testimonials .img-intro__left {
  margin: 0px 15px 10px 0px;
}

.page-category__testimonials .item_img img {
  width: 103px;
}

.page-category__team .item_introtext {
  overflow: hidden;
}

.page-category [class*="cols-"] h2.item_title {
  border: none;
  padding-bottom: 0;
  font-size: 24px;
  margin-bottom: 20px;
}

.page-category .btn.btn_info {
  margin: 10px 0px 5px;
  float: right;
}

.page-category .items-row:last-child {
  border: none;
  margin-bottom: 0px;
}

.page-category .item {
  overflow: hidden;
  margin-bottom: 25px;
}

/**************************************************************************************/
/*   Archive Page																	  */

#page-archive_items .item_title {
  padding-bottom: 0;
}

.page-archive_filters .filter-search.alert {
  padding-bottom: 0;
  overflow: hidden;
}

.page-archive_filters select {
  margin-bottom: 8px;
  display: inline-block;
}

.page-archive_filters button {
  display: inline-block;
  margin-bottom: 8px;
}

.filter-search.alert {
  padding: 8px 21px;
}

/**************************************************************************************/
/*   Page 404																		  */

.errorBox {
  background: none;
  text-align: left;
}

/**************************************************************************************/
/*   Contacts Page																	  */

#jform_contact_message {
  resize: none;
  width: 100%;
  height: 172px;
}

#contact-form label {
  display: inline-block;
  margin-bottom: 4px;
}

.phone-num {
  display: inline-block;
}

.icons-marker {
  font-size: 14px;
  line-height: 20px;
}

.contact_email-copy,
.contact_vcard {
  margin: 0px 15px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}

.contact_vcard {
  margin: 0;
}

#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
  width: 100%;
  margin-bottom: 10px;
}

#contact-form p {
  text-align: right;
  margin: 25px 0px 0px;
}

.contact_misc p {
  margin: 0px 0px 30px;
}

#contact-form .controls button,
.contact_email-copy {
  margin-top: 10px;
}

.contact_details {
  padding: 20px 0px 10px;
}

.contact_details .icons-marker {
  display: block;
  width: 16px;
  margin-right: 12px;
  float: left;
}

.contact_address {
  overflow: hidden;
}

.map {
  margin-bottom: 20px;
  border: 1px solid #cbcbcb;
}

.muted {
  color: #cbae3a;
}

/**************************************************************************************/
/*   Sidebars
/**************************************************************************************/
/**************************************************************************************/

aside .moduletable {
  margin-bottom: 40px;
  overflow: hidden;
}

#aside-left .moduletable {
  margin-right: 35px;
}

#aside-left #aside-row-1-left .moduletable .module_title,
#aside-left #aside-row-1-left .moduletable .moduleTitle {
  margin-bottom: 35px;
}

#aside-right .moduletable {
  margin-left: 35px;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #f2f2f2, #dddddd);
  padding: 27px 30px;
}

aside .mod-search input.inputbox {
  margin: 0px;
  width: 203px;
}

aside .mod-search button.btn.btn-search {
  margin-top: -1px;
  padding: 5px 10px 4px;
}

.mod-search__aside .mod-search_searchword {
  width: 100%;
}

aside .mod-login input {
  margin-bottom: 10px;
}

.mod-login__aside .mod-login_username,
.mod-login__aside .mod-login_passwd {
  width: 100%;
}

.mod-login_submit {
  margin: 15px 0px 15px;
}

aside .mod-login input.mod-login_username,
aside .mod-login input.mod-login_passwd {
  width: 100%;
}

#aside-row-2-left .btn.btn_info.readmore,
#aside-row-2-right .btn.btn_info.readmore {
  float: right;
  margin-top: 10px;
}

#aside-right .moduletable ul.nav li,
#aside-left .moduletable ul.nav li {
  list-style: none;
  list-style-image: none;
  padding: 0 0 9px 35px;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0px;
  margin-left: 25px;
  letter-spacing: 0px;
  background: rgba(0, 0, 0, 0) url(../images/li.style.png) no-repeat scroll 0 2px;
}

aside .moduletable ul.nav ul {
  margin-top: 15px;
}

aside .moduletable ul.nav ul li:last-child {
  padding-bottom: 0px;
}

/**************************************************************************************/
/*   Content Rows		  															  */

#content-row-1 .moduletable,
#content-row-2 .moduletable,
#content-row-3 .moduletable {
  padding: 0px 0px 40px;
}

/**************************************************************************************/
/*   Content Row 4		  															  */

#content-row-4 {
  padding: 0px 0px 70px;
}

#content-row-4 .moduletable {
  margin-bottom: 30px;
}

#content-row-4 .mod-newsflash .item,
#content-row-4 .mod-custom {
  border-radius: 0px;
  padding: 25px 0px;
  margin: 0px 0px 15px 0px;
  text-align: center;
}

#content-row-4 .mod-custom {
  text-align: left;
}

#content-row-4 .module_title,
#content-row-4 .moduleTitle {
  border-radius: 0px;
}

#content-row-4 .mod-newsflash .item ul {
  margin-bottom: 0;
}

#content-row-4 .mod-newsflash .item ul li {
  line-height: 28px;
}

#content-row-4 .mod-newsflash .item ul li a {
  font-size: 14px;
  line-height: 30px;
  text-decoration: underline;
}

#content-row-4 .mod-newsflash .item #system-readmore img {
  text-align: center;
  display: block;
  margin: 0px auto 20px;
}

#content-row-4 .mod-newsflash .item a.readmore {
  margin-top: 10px;
}

#content-row-4 .item_num0 .item_title {
  color: #7392c4;
}

#content-row-4 .item_num1 .item_title {
  color: #cbae3a;
}

#content-row-4 .item_num2 .item_title {
  color: #40bf99;
}

#content-row-4 .item_num3 .item_title {
  color: #bc6385;
}

/**************************************************************************************/
/*   Footer
/**************************************************************************************/
/**************************************************************************************/

#footer {
  padding: 0px;
  color: #fff;
}

#footer a {
  display: inline;
  color: #fff;
}

#footer a:hover {
  color: #cbae3a;
}

#footer-row {
  line-height: 17px;
  background-color: #586d8c;
}

#footer-row .container {
  padding-top: 80px;
  padding-bottom: 40px;
}

#footer-row .container .row {
  opacity: 0;
  transition: opacity 1s ease-in-out 0s;
}

#footer-row .container.visible .row {
  opacity: 1;
}

#footer-row h2.footer-phoca {
  margin: 0 0 5px 0;
}

#footer-row h1,
#footer-row h2,
#footer-row h3,
#footer-row h4 {
  border-bottom: none;
  margin: 0px 0px 1px 0px;
  color: #fff;
}

#footer-row .module_title,
#footer-row .moduleTitle {
  border-bottom: none;
  padding-bottom: 40px;
  font-weight: 400;
}

#footer-row .mod-newsflash .item {
  margin-bottom: 8px;
}

#footer-row .footer-row-1 {
  overflow: hidden;
}

#footer-row .footer-row-2 {
  overflow: hidden;
  clear: both;
  margin-bottom: 0px;
}

#footer-row .footer-row-separator {
  clear: both;
  margin: 35px 0px 40px 20px;
}

#footer-row ul.nav li {
  background: rgba(0, 0, 0, 0) url("../images/li.style.png") no-repeat scroll 0 2px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  list-style: outside none none;
  margin-bottom: 0;
  margin-left: 0px;
  padding: 0 0 9px 35px;
}

#footer-row ul li {
  list-style-position: inside;
  line-height: 22px;
}

#footer-row ul.workinghours {
  padding: 0px;
}

#footer-row ul.workinghours li {
  list-style: none;
}

#footer-row ul.workinghours li .weekday {
  width: 85px;
  display: inline-block;
}

#footer-row ul.social {
  position: relative;
  left: 0px;
  top: 0px;
  width: auto;
  text-align: left;
}

#footer-row div.sigplus-gallery ul > li > img,
#footer-row div.sigplus-gallery ul > li > a > img {
  margin: 2px !important;
}

#footer-row .noborder div.sigplus-gallery ul > li > img,
#footer-row .noborder div.sigplus-gallery ul > li > a > img {
  margin: 1px 5px !important;
}

#footer-row .footer-row-separator {
  border-top: 1px dotted #98aed3;
}

#copyright-row {
  background-image: none;
  background-color: #1d2736;
  border-top: 1px solid #222;
}

#copyright-row .container {
  position: relative;
  padding: 20px 0px;
}

#trademark {
  float: left;
  text-transform: uppercase;
}

#copyright-menu {
  float: right;
}

#copyright-menu li {
  display: inline-block;
  line-height: 11px;
  padding-right: 12px;
  margin-right: 12px;
  background: none;
  border-right: 1px solid #b3b3b3;
}

#copyright-menu .nav,
#copyright-menu li.lastItem {
  padding: 0;
  margin: 0;
  border: none;
}

#copyright-menu li a {
  text-transform: uppercase;
  line-height: 11px;
  background: none !important;
}

#copyright-menu li ul {
  display: none;
}

/***************************************************************************
/*
/*   Phoca Gallery 
/*
/**************************************************************************/

#phocagallery-module-ri div.mosaic a img:hover {
  opacity: 0.9;
}

#phocagallery-module-ri .mosaic {
  margin: 0px 7px 7px 0px;
}

#phocagallery-module-ri div.mosaic img {
  box-shadow: 0 0 1px 0 #aaaaaa !important;
}

/****************************************************************************/
/*
/*         Content Wrapper Custom Classes
/*
/****************************************************************************/
