#nav .auto-complete, .profile-block .tag ul, .profile-block .contact-info-list, #sidebar .team-list, #sidebar .streest-list, #sidebar .event-list ul, .side-link, .post-holder .action-list,  .comment-list, .activity-feed ul, .shops-row .tag-list, .shop-nav ul, #twocolumns .tag-list, .picture-box .select-option ul, .modal-content .comment-box .action-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
    font-size:14px;
}
#nav .navbar-form input[type="submit"], .profile-block .contact-info-list li:after, #sidebar .side-box .parking-info:after, .carousel .btn-prev,
.carousel .btn-next, .jcf-checkbox {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
}

.news-post-form .author-box:after, .shops-row .heading:after {
  content: " ";
  display: block;
  clear: both;
}

#sidebar .team-list, .custom-row, .side-link, .nav-tabs, .news-post-form .input-element-holder, .post-holder .action-list, .modal-content .comment-box .action-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
* {
  max-height: 100000px;
}

body {
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=search],
input[type=email],
textarea {
  -webkit-appearance: none;
}

form, fieldset {
  border-style: none;
  margin: 0;
  padding: 0;
}

input, textarea, select {
  font: 100% Helvetica, Arial, sans-serif;
  outline: none;
  vertical-align: middle;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 999;
  min-width: 320px;
}
@media only screen and (max-width: 767px) {
  #header {
    position: absolute;
  }
}

.logo {
  float: left;
  width: 178px;
  height: auto;
  margin: 30px 6px 0 0;
}
.logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .logo {
    width: 160px;
    margin: 34px 0 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .logo {
    width: 108px;
    margin: 21px 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    width: 33px;
    margin: 10px 15px;
  }
}

#nav {
  border: none;
  border-radius: 0;
}
#nav > .container {
  position: relative;
}
#nav li {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  position: static;
}
#nav .navbar-collapse {
  float: left;
  width: 498px;
}
@media only screen and (min-width: 768px) {
  #nav .navbar-collapse {
    padding-right: 0;
  }
}
#nav .navbar-nav > li > a {
  padding: 41px 20px 36px;
}
#nav .navbar-nav > li > a:after {
  content: '';
  position: absolute;
  top: 40px;
  right: -1px;
  width: 1px;
  height: 30px;
  background: #ededed;
}
#nav .navbar-nav > li.hover > a {
  background: #f05723;
  color: #fff;
}
#nav .navbar-nav > li.hover.has-drop-down > a:before {
  content: '';
  position: absolute;
  bottom: -11px;
  z-index: 9;
  left: 50%;
  margin-left: -11px;
  border: 5px solid #f05723;
  border-width: 11px 11px 0;
  border-color: #f05723 transparent transparent;
}
#nav .navbar-form {
  margin: 40px 31px 0 0;
  border: 1px solid #ededed;
  border-radius: 15px;
  padding: 0 12px;
  position: relative;
}
#nav .navbar-form .form-control {
  height: 28px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 18px;
  background: none;
  padding: 5px 10px;
  width: 190px;
}
#nav .navbar-form input[type="submit"] {
  outline: none;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  border: none;
  width: 18px;
  height: 16px;
  padding: 0;
  margin: 0;
}
#nav .login {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  margin: 40px 0 10px 0;
  border-color: transparent;
  padding: 6px;
  width: 158px;
  float: right;
  white-space: normal;
}
#nav .auto-complete {
  position: absolute;
  top: 100%;
  left: 12px;
  right: 12px;
  background: #565f69;
  padding: 5px 10px 0;
  display: none;
  min-width: 200px;
}
#nav .auto-complete li {
  font-size: 16px;
  line-height: 19px;
  border-top: 1px solid #676f78;
  padding: 9px 6px;
}
#nav .auto-complete li:first-child {
  border-top: none;
}
#nav .auto-complete li a {
  color: #fff;
}
#nav .auto-complete li a:hover, #nav .auto-complete li a:active, #nav .auto-complete li a:focus {
  color: #bfbfbf;
  outline: 0;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  #nav li {
    font-size: 16px;
    line-height: 18px;
  }
  #nav .navbar-collapse {
    width: 488px;
  }
  #nav .navbar-form {
    margin: 40px 15px 0 0;
  }
  #nav .navbar-form .form-control {
    width: 100px;
  }
  #nav .login {
    padding: 6px 20px;
    width: auto;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  #nav .navbar-collapse {
    width: 365px;
  }
  #nav .login-box {
    margin-right: 0 !important;
  }
  #nav .navbar-nav > li > a {
    padding: 22px 10px 25px;
  }
  #nav .navbar-nav > li > a:after {
    top: 20px;
    right: auto;
    left: 0;
  }
  #nav .navbar-nav > li.hover > a:after {
    left: -1px;
  }
  #nav .navbar-nav > li:first-child > a:after {
    display: none;
  }
  #nav .navbar-form {
    margin: 20px 0 0;
    padding: 0 11px;
  }
  #nav .navbar-form .form-control {
    width: 63px;
  }
  #nav .login {
    margin: 20px 0 0 15px;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 11px 8px;
  }
}
@media only screen and (max-width: 767px) {
  #nav .login-box {
    display: none;
  }
  #nav .navbar-form {
    position: absolute;
    top: 14px;
    left: 66px;
    right: 71px;
    margin: 0;
    padding: 0 8px;
  }
  #nav .navbar-form .form-group {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 100%;
    margin-right: -23px;
    padding-right: 30px;
  }
  #nav .navbar-form .form-control {
    width: 100%;
  }
  #nav .navbar-collapse {
    float: none;
    border-top: 1px solid #ededed;
    width: auto;
  }
  #nav .navbar-collapse.in {
    overflow: hidden;
  }
  #nav .navbar-nav {
    max-width: none;
  }
  #nav .navbar-nav li {
    position: relative;
    float: none;
  }
  #nav .navbar-nav > li > a {
    display: block;
    padding: 10px;
  }
  #nav .navbar-nav > li.hover.has-drop-down > a:before {
    display: none;
  }
  #nav .navbar-toggle {
    border: none;
    padding: 0;
    margin-top: 16px;
    border-radius: 0;
  }
  #nav .navbar-toggle .icon-bar {
    height: 7px;
    width: 40px;
  }
}

.drop-slide-wrapper {
  top: 100% !important;
  width: auto !important;
  right: -15px !important;
}
@media only screen and (max-width: 767px) {
  .drop-slide-wrapper {
    position: static !important;
    width: auto !important;
    height: auto !important;
  }
}

.drop-holder {
  position: absolute;
  top: 100%;
  left: -15px;
  right: -15px;
  padding: 21px 0 37px;
  background: #444c55;
  z-index: 999;
}
.drop-holder .main-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  display: block;
  margin: 0 0 32px;
}
.drop-holder .main-title span {
  color: #f15722;
}
.drop-holder .dropdown-menu {
  position: static;
  display: block;
  border-radius: 0;
  background: none;
  border: none;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.drop-holder .dropdown-menu li a {
  font-weight: 300;
}
.drop-holder .dropdown-menu .divider {
  margin: 1px 0 0;
}
.drop-holder .dropdown-menu a {
  padding: 10px 0;
  display: inline-block;
  white-space: normal;
}
.drop-holder .logo-text {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin: 0 0 7px;
}
.drop-holder .logo-text span {
  color: #f15722;
}
.drop-holder .suggestion-box {
  background: #fff;
}
.drop-holder .suggestion-box img {
  width: 100%;
  height: auto;
}
.drop-holder .suggestion-box .img-holder {
  margin: 0 0 9px;
}
.drop-holder .suggestion-box .text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  font-style: italic;
  overflow: hidden;
  padding: 7px 19px;
}
.drop-holder .suggestion-box .text .title {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .drop-holder {
    position: static;
    padding: 10px 0;
  }
  .drop-holder .main-title {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
  }
}

.login-box {
  margin-right: -15px;
}
.login-box .logeed {
  display: none;
  padding: 30px 0 0 15px;
  width: 158px;
}
.login-box .img-holder {
  float: left;
  width: 50px;
}
.login-box .img-holder img {
  width: 100%;
  height: auto;
}
.login-box .user-info {
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  padding: 0 9px;
}
.login-box .user-info a {
  color: #565f69;
}
.login-box .user-info a:hover, .login-box .user-info a:active, .login-box .user-info a:focus {
  color: #969fa9;
  outline: 0;
  text-decoration: none;
}
.login-box .user-info a.name {
  color: #f05723;
}
.login-box .user-info a.name:hover, .login-box .user-info a.name:active, .login-box .user-info a.name:focus {
  color: #f8b29a;
  outline: 0;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .login-box .logeed {
    padding-left: 0;
    width: 143px;
  }
}
@media only screen and (max-width: 991px) {
  .login-box {
    float: right !important;
  }
  .login-box .img-holder {
    width: 40px;
    margin: 2px 0;
  }
  .login-box .logeed {
    padding-top: 15px;
    width: 112px;
  }
  .login-box .user-info {
    font-size: 12px;
    line-height: 14px;
    padding: 0 0 0 5px;
  }
}

.logged-in .logeed {
  display: block;
}
.logged-in .login {
  display: none;
}

#main {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  #main {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #main {
    padding-top: 59px;
  }
}

.banner {
  background: #ededed;
  position: relative;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner .container {
  position: relative;
}
.banner .img-holder {
  margin: 0 -30px;
}
.banner .banner-text {
  position: absolute;
  bottom: 17px;
  left: 16.6667%;
  color: #fff;
  font: 600 20px/22px 'Open Sans', Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  padding: 0 35px;
  z-index: 8;
}
.banner.inner .banner-text {
  left: 0;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  .banner .img-holder {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .banner-text {
    font-size: 18px;
    line-height: 22px;
    padding: 0;
    bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner-text {
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 0 79px;
    bottom: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .banner .banner-text {
    padding: 0 0 0 100px;
    bottom: 14px;
  }
}

.profile-block {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #ededed;
  margin: 0 0 29px;
  color: #5e6670;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  padding: 22px 0 24px;
}
.profile-block .img-box {
  border: 8px solid #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: -83px 0 0;
}
.profile-block .img-box img {
  width: 100%;
  height: auto;
}
.profile-block p {
  margin-bottom: 6px;
}
.profile-block h1 {
  font-size: 32px;
  line-height: 36px;
  color: #f05723;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.profile-block h1 > * {
  display: inline-block;
  vertical-align: top;
}
.profile-block h1 span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-transform: none;
  max-width: 200px;
  vertical-align: bottom;
}
.profile-block .tag {
  color: #f05723;
  font-size: 14px;
  line-height: 16px;
}
.profile-block .tag ul {
  overflow: hidden;
}
.profile-block .tag ul li {
  float: left;
  padding-right: 5px;
}
.profile-block .contact-info-list address {
  margin: 0;
  line-height: 21px;
}
.profile-block .contact-info-list li {
  position: relative;
  padding: 6px 0 0 30px;
  margin: 0 0 7px;
}
.profile-block .contact-info-list li:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 20px;
  background-position: -19px 0;
}
.profile-block .contact-info-list li.phone:after {
  width: 20px;
  background-position: -40px 0;
  top: 6px;
}
.profile-block .contact-info-list li .tel {
  color: #5e6670;
}
.profile-block .contact-info-list li .tel:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .profile-block {
    font-size: 16px;
    line-height: 19px;
    padding: 8px 0 20px;
    margin: 0 0 19px;
  }
  .profile-block .img-box {
    margin: -57px 0 0;
    border-width: 6px;
  }
  .profile-block h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 3px;
  }
  .profile-block h1 span {
    display: none;
  }
  .profile-block p {
    margin-bottom: 1px;
  }
  .profile-block .tag {
    font-size: 12px;
    line-height: 14px;
  }
  .profile-block .contact-info-list address {
    line-height: 19px;
  }
  .profile-block .contact-info-list li {
    padding: 15px 0 0 30px;
    margin-bottom: 4px;
  }
  .profile-block .contact-info-list li:after {
    top: 17px;
  }
  .profile-block .contact-info-list li.phone:after {
    top: 15px;
  }
  .profile-block .contact-info-list li .tel {
    color: #5e6670;
  }
  .profile-block .contact-info-list li .tel:hover, .profile-block .contact-info-list li .tel:active, .profile-block .contact-info-list li .tel:focus {
    color: #9fa6ae;
    outline: 0;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .profile-block {
    padding: 5px 0 9px;
  }
  .profile-block .img-box {
    margin: -56px 0 0;
    border-width: 8px;
    float: left;
    width: 130px;
  }
  .profile-block h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 3px;
  }
  .profile-block .row > div {
    padding-left: 158px;
  }
  .profile-block .row > div:first-child {
    padding-left: 15px;
  }
  .profile-block .tag {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 6px;
  }
  .profile-block .contact-info-list li {
    padding-left: 22px;
  }
  .profile-block .contact-info-list li:after {
    top: 14px;
    left: -2px;
  }
}
@media only screen and (max-width: 479px) {
  .profile-block .img-box {
    margin: -56px 0 15px;
    float: none;
  }
  .profile-block .row > div {
    padding-left: 15px;
  }
  .profile-block .row > div:first-child {
    padding-left: 15px;
  }
}

#sidebar {
  margin-bottom: 20px;
}
#sidebar .side-box {
  padding: 14px 18px 18px;
  border: 1px solid #ededed;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  margin: 0 0 29px;
}
#sidebar .side-box h2 {
  margin: 0 0 13px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #f05723;
  font-weight: 300;
}
#sidebar .side-box dl {
  overflow: hidden;
  color: #5e6670;
  margin: 0;
}
#sidebar .side-box dt {
  float: left;
  text-align: right;
  font-weight: 600;
  padding: 0 17px;
  width: 108px;
  line-height: 16px;
}
#sidebar .side-box dd {
  display: block;
  overflow: hidden;
  line-height: 16px;
  margin: 0 0 18px;
}
#sidebar .side-box dd.last-item {
  margin-bottom: 13px;
}
#sidebar .side-box .link-edit {
  float: right;
  margin: 0 9px;
}
#sidebar .side-box .parking-info {
  display: block;
  position: relative;
  padding: 2px 0 4px 30px;
}
#sidebar .side-box .parking-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 20px;
  background-position: -19px 0;
}
#sidebar .side-box.team {
  padding-top: 12px;
  margin-bottom: 27px;
}
#sidebar .side-box.team h2 {
  margin-bottom: 15px;
}
#sidebar .team-list {
  margin: 0 -10px 6px;
}
#sidebar .team-list li {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  width: 33.33%;
  font-size: 14px;
  line-height: 17px;
  color: #5e6670;
  padding: 0 10px;
  text-align: center;
  margin: 0 0 17px;
}
#sidebar .team-list .img-holder {
  display: block;
  margin: 0 0 7px;
}
#sidebar .team-list .img-holder img {
  width: 100%;
  height: auto;
}
#sidebar .team-list a {
  color: #5e6670;
}
#sidebar .team-list a:hover, #sidebar .team-list a:active, #sidebar .team-list a:focus {
  color: #9fa6ae;
  outline: 0;
  text-decoration: none;
}
#sidebar .bottom-text-box {
  text-align: right;
  padding: 0;
}
#sidebar .bottom-text-box p {
  margin-bottom: 16px;
}
#sidebar .side-link li {
  padding: 0 0 0 15px;
}
#sidebar .side-link li:after {
  left: 7px;
}
#sidebar.inner {
  padding-top: 11px;
}
#sidebar.inner .side-box {
  padding: 14px 17px 18px;
}
#sidebar.inner .side-box h2 {
  margin: 0 0 18px;
}
#sidebar.inner .side-box.agenda {
  margin-bottom: 26px;
}
#sidebar.inner .side-box.agenda h2 {
  margin-bottom: 15px;
}
#sidebar.inner .parking-info {
  padding-bottom: 8px;
}
#sidebar.inner .bottom-text-box {
  text-align: left;
}
#sidebar.inner .side-link li {
  padding: 0 15px 0 0;
}
#sidebar.inner .side-link li:after {
  left: -7px;
}
#sidebar .streest-list {
  padding-top: 1px;
}
#sidebar .streest-list li {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 30px;
}
#sidebar .streest-list li a {
  display: block;
  background-color: #f05723;
  color: #fff;
  padding: 6px 28px 6px 18px;
  position: relative;
  outline: none;
  text-decoration: none;
}
#sidebar .streest-list li a:hover {
  background-color: #d2400e;
  text-decoration: none;
}
#sidebar .streest-list li a:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 11px;
  border: 7px solid #fff;
  border-width: 7px 7px 0;
  border-color: #fff transparent transparent;
}
#sidebar .event-list > .title {
  display: block;
  font-size: 10px;
  line-height: 14px;
  color: #444c55;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  background: #ededed;
  padding: 3px;
  margin: 0 0 10px;
}
#sidebar .event-list ul {
  margin-bottom: 8px;
}
#sidebar .event-list ul li:last-child {
  padding-top: 3px;
}
#sidebar .event-list .date-holder {
  width: 40px;
  height: 40px;
  background: #f05723;
  color: #fff;
  float: left;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 11px;
  font-weight: 600;
  text-align: center;
  padding: 6px 3px;
  margin: 0 9px 0 0;
}
#sidebar .event-list .date-holder strong {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
#sidebar .event-list .date-holder.un-published {
  background: #444c55;
}
#sidebar .event-list .desc-text {
  overflow: hidden;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  color: #5e6670;
  padding: 5px 0;
}
#sidebar .event-list .desc-text .title {
  display: block;
  font-weight: 600;
  padding: 0 5px 0 0;
}
#sidebar .event-list .desc-text .title a {
  color: #5e6670;
}
#sidebar .event-list .desc-text .title a:hover, #sidebar .event-list .desc-text .title a:active, #sidebar .event-list .desc-text .title a:focus {
  color: #24272b;
  outline: 0;
  text-decoration: none;
}
#sidebar .event-list .desc-text p {
  margin: 0;
}
#sidebar .event-list .link-more {
  float: right;
  clear: both;
  margin: 0 0 3px;
}
@media only screen and (max-width: 991px) {
  #sidebar .side-box {
    padding: 15px 7px 2px;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 19px;
  }
  #sidebar .side-box h2 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px;
    padding: 0 0 0 6px;
  }
  #sidebar .side-box dt,
  #sidebar .side-box dd {
    line-height: 14px;
  }
  #sidebar .side-box dd {
    margin-bottom: 15px;
  }
  #sidebar .side-box dt {
    width: 79px;
    padding: 0 18px 0 0;
  }
  #sidebar .side-box .link-edit {
    display: none;
  }
  #sidebar .side-box.parking {
    display: none;
  }
  #sidebar .side-box.team {
    padding: 13px 8px 0 10px;
    margin-bottom: 22px;
  }
  #sidebar .side-box.team h2 {
    margin-bottom: 19px;
  }
  #sidebar .team-list {
    margin-bottom: -1px;
  }
  #sidebar .team-list li {
    width: 50%;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 20px;
  }
  #sidebar .bottom-text-box {
    font-size: 12px;
    line-height: 14px;
  }
  #sidebar .side-link li {
    font-size: 12px;
    line-height: 14px;
    padding: 0 0 0 13px;
  }
  #sidebar .side-link li:after {
    top: 2px;
    height: 12px;
  }
  #sidebar.inner .side-link li {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #sidebar {
    float: none !important;
    margin-bottom: 19px;
  }
  #sidebar .side-box {
    padding: 14px 11px 8px;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 20px;
  }
  #sidebar .side-box h2 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 13px;
  }
  #sidebar .side-box dt,
  #sidebar .side-box dd {
    line-height: 17px;
  }
  #sidebar .side-box dd {
    margin-bottom: 16px;
  }
  #sidebar .side-box dt {
    width: 115px;
    padding: 0 18px 0 0;
  }
  #sidebar .side-box .parking-info {
    margin: 0 0 0 5px;
  }
  #sidebar .side-box.parking {
    display: block;
    padding-bottom: 17px;
  }
  #sidebar .side-box.team {
    padding: 13px 8px 0 10px;
    margin-bottom: 19px;
  }
  #sidebar .side-box.team h2 {
    margin-bottom: 16px;
  }
  #sidebar .team-list {
    margin: 0 -35px;
    padding: 0 10px 1px;
  }
  #sidebar .team-list li {
    padding: 0 35px;
    width: 33.33%;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 16px;
  }
  #sidebar .bottom-text-box {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #sidebar .side-box {
    padding: 14px 10px 8px;
  }
  #sidebar .side-box dt {
    width: 90px;
    padding: 0 10px 0 0;
  }
  #sidebar .team-list {
    margin: 0 -10px;
    padding: 0 6px;
  }
  #sidebar .team-list li {
    padding: 0 10px;
    width: 33.33%;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 16px;
  }
}

.custom-row section {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  float: none;
}
@media only screen and (max-width: 767px) {
  .custom-row section {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .custom-row section {
    width: 100%;
  }
}

.bottom-text-box {
  font-size: 14px;
  line-height: 17px;
  color: #5e6670;
  font-weight: 300;
  padding: 29px 0;
}
.bottom-text-box .logo-name {
  font-weight: 600;
  color: #5e6670;
}
.bottom-text-box .logo-name span {
  color: #f05723;
}
.bottom-text-box p {
  margin-bottom: 0;
}

.side-link {
  overflow: hidden;
}
.side-link li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  padding: 0 15px 0 0;
  margin: 0 0 10px;
}
.side-link li:after {
  content: '';
  position: absolute;
  top: 2px;
  left: -7px;
  width: 1px;
  height: 14px;
  background: #5e6670;
}
.side-link li:first-child:after {
  display: none;
}
.side-link li a {
  color: #5e6670;
}
.side-link li a:hover, .side-link li a:active, .side-link li a:focus {
  color: #9fa6ae;
  outline: 0;
  text-decoration: none;
}

.nav-tabs {
  border: 1px solid #ededed;
  text-align: center;
  padding: 9px;
  margin: 0 0 29px;
}
.nav-tabs li {
  margin: 0;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 4px 24px;
}
.nav-tabs li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 30px;
  background: #ededed;
}
.nav-tabs li:first-child:after {
  display: none;
}
.nav-tabs li a {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #555f6a;
  line-height: 21px;
  outline: none;
}
.nav-tabs li a:focus {
  border: none;
}
.nav-tabs li a:hover {
  background: none;
  color: #f05723;
}
.nav-tabs li.active a, .nav-tabs li:hover a {
  border: none;
}
.nav-tabs li.active a:focus, .nav-tabs li.active a:hover, .nav-tabs li:hover a:focus, .nav-tabs li:hover a:hover {
  border: none;
}
@media only screen and (max-width: 1199px) {
  .nav-tabs {
    margin-bottom: 21px;
  }
  .nav-tabs li {
    font-size: 16px;
    padding: 6px 10px;
  }
  .nav-tabs li a {
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-tabs li {
    padding: 6px 8px;
  }
}
@media only screen and (max-width: 479px) {
  .nav-tabs li {
    float: none;
    display: block;
  }
  .nav-tabs li:after {
    display: none;
  }
}

.news-post-form {
  margin: 0 0 31px;
}
.news-post-form .author-box {
  border: 1px solid #ededed;
  margin: 0 0 9px;
}
.news-post-form .author-box .img-holder {
  float: left;
  width: 90px;
  margin: 20px 0 20px 19px;
}
.news-post-form .author-box .img-holder img {
  width: 100%;
  height: auto;
}
.news-post-form .news-info {
  overflow: hidden;
  padding: 15px 19px 15px 5px;
}
.news-post-form .news-info .form-group {
  border-top: 1px solid #ededed;
  padding: 7px 0 0;
  margin: 0 0 6px;
}
.news-post-form .news-info .form-group:first-child {
  border: none;
  padding-top: 0;
}
.news-post-form .news-info .form-control {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font: 300 18px/22px 'Open Sans', Arial, Helvetica, sans-serif;
  height: 30px;
  padding: 4px 5px;
}
.news-post-form .news-info .form-control:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.news-post-form .input-element-holder {
  margin: 0 -5px;
  text-align: right;
}
.news-post-form .input-element-holder .col {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0;
}
.news-post-form .input-element-holder .btn-primary {
  border: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .news-post-form .input-element-holder .col {
    width: 155px;
  }
  .news-post-form .input-element-holder .jcf-file .jcf-upload-button {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .news-post-form .input-element-holder .col {
    width: 50%;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .news-post-form .input-element-holder .col {
    width: 100%;
    margin: 0 0 10px;
  }
}

.img-block {
  margin: -1px -1px 0;
}
.img-block img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .img-block {
    margin: 0;
  }
}

.post-holder {
  border: 1px solid #ededed;
  margin: 0 0 29px;
  padding: 0 0 10px;
}
.post-holder .post-item {
  overflow: hidden;
  font-size: 18px;
  line-height: 21px;
  color: #555f6a;
  font-weight: 300;
  margin: 0 0 29px;
  padding: 25px 34px 0 29px;
}
.post-holder .post-item .img-holder {
  width: 90px;
  float: right;
  text-align: center;
  line-height: 14px;
  margin: 6px 0 0 30px;
}
.post-holder .post-item .img-holder img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 6px;
}
.post-holder .post-item .img-holder a {
  font-size: 14px;
  line-height: 14px;
  color: #5e6670;
  font-weight: 300;
}
.post-holder .post-item .img-holder a:hover, .post-holder .post-item .img-holder a:active, .post-holder .post-item .img-holder a:focus {
  color: #9fa6ae;
  outline: 0;
  text-decoration: none;
}
.post-holder .post-item h2 {
  margin: 0 0 9px;
  text-transform: uppercase;
  font-weight: 700;
  color: #f05723;
  font-size: 24px;
  line-height: 28px;
  overflow: hidden;
}
.post-holder .post-item .meta {
  font-size: 14px;
  line-height: 16px;
  color: #f26738;
  margin: 0 0 12px;
  overflow: hidden;
}
.post-holder .post-item p {
  margin: 0;
}
.post-holder .text-box {
  overflow: hidden;
}
.post-holder .action-list {
  text-align: right;
  padding: 0 27px;
}
.post-holder .action-list li {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  padding: 0 8px;
  position: relative;
}
.post-holder .action-list li:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 1px;
  background: #f9bdb0;
}
.post-holder .action-list li:first-child:after {
  display: none;
}
.post-holder .post-heading {
  overflow: hidden;
  padding: 4px 0 21px;
}
.post-holder .post-heading h2 {
  padding-top: 9px;
}
.post-holder .count-holder {
  width: 70px;
  height: 70px;
  background: #f05723;
  color: #fff;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  text-align: center;
  padding: 14px 5px;
  margin: 0 14px 0 0;
}
.post-holder .count-holder strong {
  display: block;
  font-weight: 600;
  font-size: 28px;
  line-height: 29px;
}
@media only screen and (max-width: 991px) {
  .post-holder {
    padding: 0 0 14px;
  }
  .post-holder .post-item {
    font-size: 16px;
    line-height: 19px;
    padding: 11px 14px 6px 15px;
  }
  .post-holder .post-item h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .post-holder .post-item .action-list {
    display: none;
  }
  .post-holder .post-item .meta {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
  }
  .post-holder .count-holder {
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 14px;
    padding: 11px 5px;
    margin: 8px 14px 0 0;
  }
  .post-holder .count-holder strong {
    font-size: 24px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .post-holder {
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
  .post-holder .post-item {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 10px 0 9px;
    margin: 0 0 15px;
  }
  .post-holder .post-item h2 {
    font-size: 24px;
    line-height: 27px;
  }
  .post-holder .post-item .action-list {
    display: none;
  }
  .post-holder .post-item .meta {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 9px;
  }
  .post-holder .post-item .img-holder {
    margin: 0 0 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  .post-holder .post-item h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .post-holder .post-item .img-holder {
    float: none;
    margin: 0 auto 15px;
  }
  .post-holder .count-holder {
    margin-top: 14px;
  }
}

.comment-box {
  font-size: 16px;
  line-height: 19px;
  color: #555f6a;
  font-weight: 300;
  max-width: 583px;
  padding: 0 34px 0 29px;
}
.comment-box h3 {
  margin: 0 0 12px;
  color: #f15722;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
 .comment-list {
  overflow: hidden;
}
 .comment-list li {
  overflow: hidden;
  margin: 16px 0 0;
}
 .comment-list li:first-child {
  margin: 0;
}
 .comment-list .img-holder {
  float: left;
  width: 60px;
  margin: 4px 0 0;
}
 .comment-list .img-holder img {
  width: 100%;
  text-justify: auto;
}
.comment-box .comment-form {
  overflow: hidden;
  padding: 14px 10px 9px;
}
.comment-box .comment-form ::-webkit-input-placeholder {
  color: #8392a3;
}
.comment-box .comment-form ::-moz-placeholder {
  opacity: 1;
  color: #8392a3;
}
.comment-box .comment-form :-moz-placeholder {
  color: #8392a3;
}
.comment-box .comment-form :-ms-input-placeholder {
  color: #8392a3;
}
.comment-box .comment-form .placeholder {
  color: #8392a3;
}
.comment-box .comment-form .form-control {
  font: 300 18px/22px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #8392a3;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 18px;
}
.comment-box .comment-form .form-control:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.comment-box .desc-text {
  overflow: hidden;
  padding: 0 9px;
}
.comment-box .desc-text .name {
  font-weight: 600;
  color: #555f6a;
}
.comment-box .desc-text .name:hover, .comment-box .desc-text .name:active, .comment-box .desc-text .name:focus {
  color: #959faa;
  outline: 0;
  text-decoration: none;
}
.comment-box .desc-text p {
  margin: 0;
}
.comment-box .desc-text .action-list {
  padding: 0;
  text-align: left;
}
.comment-box .desc-text .action-list li {
  padding: 0 15px 0 0;
  overflow: visible;
  margin: 0;
}
.comment-box .desc-text .action-list li:after {
  left: -7px;
}
@media only screen and (max-width: 1199px) {
  .comment-box {
    font-size: 14px;
    line-height: 17px;
    padding: 0 24px 0 14px;
  }
  .comment-box h3 {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 15px;
  }
  .comment-box .comment-form .form-control {
    font-size: 16px;
  }
  .comment-box .desc-text {
    padding: 0 9px 12px;
  }
  .comment-box .desc-text .action-list li {
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-box {
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 0 9px;
  }
  .comment-box h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 2px;
  }
  .comment-box .comment-form .form-control {
    font-size: 18px;
  }
   .comment-list li {
    margin-top: 15px;
  }
   .comment-list .img-holder {
    margin: 4px 0 0 5px;
  }
  .comment-box .desc-text {
    padding: 0 9px;
  }
  .comment-box .desc-text .action-list li {
    font-size: 14px;
    line-height: 17px;
  }
}

.video-wrap img {
  width: 100%;
  height: auto;
}

#videos {
  padding-top: 2px;
}
#videos .post-item .meta {
  margin-bottom: 8px;
}
#videos .post-item {
  margin-bottom: 1px;
}
#videos .post-holder {
  padding-bottom: 27px;
}

#press {
  padding-top: 2px;
}
#press .post-holder {
  padding-bottom: 28px;
}

#agenda {
  padding-top: 2px;
}
#agenda .post-item {
  margin-bottom: 25px;
}
#agenda .post-holder {
  padding-bottom: 32px;
}

.hover .open-light {
  display: block;
}

.album-box {
  margin: 0 0 30px;
}
.album-box img {
  width: 100%;
  height: auto;
}
.album-box .img-holder {
  position: relative;
}
.album-box .album-caption {
  display: block;
  text-align: center;
  background: #f05723;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #fff;
  padding: 4px;
}
.album-box.not-published .album-caption {
  background: #000;
}
.album-box.not-published .album-caption a {
  color: #fff;
}
.album-box.not-published .album-caption a:hover, .album-box.not-published .album-caption a:active, .album-box.not-published .album-caption a:focus {
  color: #bfbfbf;
  outline: 0;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .album-box .album-caption {
    font-size: 16px;
    line-height: 19px;
  }
}

.sous-menu-holder {
  padding: 20px 0 0;
  border-bottom: 1px solid #ededed;
  margin: 0 0 20px;
  position: relative;
  z-index: 9;
}
.sous-menu-holder h1 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 3px;
  text-transform: uppercase;
  color: #f05723;
  font-weight: 700;
}

.sous-menu .navbar-nav {
  margin: 0 -18px;
}
.sous-menu .navbar-nav > li:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 1px;
  height: 30px;
  background: #ededed;
}
.sous-menu .navbar-nav > li > a {
  padding: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  color: #565f69;
  padding: 19px;
  position: relative;
  z-index: 9;
}
.sous-menu .navbar-nav > li:first-child:after {
  display: none;
}
.sous-menu .navbar-nav > li .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 9px 10px 6px;
  width: 200px;
  left: 50%;
  margin-left: -103px;
}
.sous-menu .navbar-nav > li .dropdown-menu li {
  font-size: 14px;
  line-height: 17px;
}
.sous-menu .navbar-nav > li .dropdown-menu li a {
  line-height: 17px;
  font-weight: 300;
  padding: 8px 10px;
  white-space: normal;
}
.sous-menu .navbar-nav > li .dropdown-menu .divider {
  margin: 0;
}
.sous-menu .navbar-nav > li.hover > a {
  background: #f05723;
  color: #fff;
  z-index: 9999;
}
.sous-menu .navbar-nav > li.hover > .dropdown-menu {
  display: block;
}
.sous-menu .navbar-nav > li.hover.has-drop-down > a:before {
  content: '';
  position: absolute;
  bottom: -11px;
  z-index: 9;
  left: 50%;
  margin-left: -11px;
  border: 5px solid #f05723;
  border-width: 11px 11px 0;
  border-color: #f05723 transparent transparent;
  z-index: 99999;
}
@media only screen and (max-width: 1199px) {
  .sous-menu .navbar-nav > li > a {
    padding: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .sous-menu .navbar-nav {
    margin: 0 -10px;
  }
  .sous-menu .navbar-nav > li > a {
    padding: 13px 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sous-menu .navbar-nav {
    margin: 0 -15px;
  }
  .sous-menu .navbar-nav > li:after {
    display: none;
  }
  .sous-menu .navbar-nav > li > a {
    padding: 10px 15px;
  }
  .sous-menu .navbar-nav > li > a:before {
    display: none !important;
  }
  .sous-menu .navbar-nav > li .dropdown-menu {
    position: static;
    float: none;
    margin: 0;
    width: 100%;
  }
  .sous-menu .navbar-nav > li .dropdown-menu li a {
    padding: 8px 5px;
  }
}

.eat-in h2 {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 36px;
  color: #444c55;
  font-weight: 300;
}
.eat-in h2 span {
  color: #f05723;
}
@media only screen and (max-width: 991px) {
  .eat-in h2 {
    font-size: 22px;
    line-height: 34px;
  }
}

.shop-box {
  background: #fff;
  border: 1px solid #ededed;
  font-size: 14px;
  line-height: 17px;
  color: #444c55;
  margin: 0 0 29px;
}
.shop-box .img-holder {
  margin: 0 0 16px;
}
.shop-box .img-holder img {
  width: 100%;
  height: auto;
}
.shop-box .text-holder {
  padding: 0 18px 15px;
}
.shop-box .title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 6px;
}
.shop-box .title a {
  color: #444c55;
}
.shop-box .title a:hover, .shop-box .title a:active, .shop-box .title a:focus {
  color: #808c99;
  outline: 0;
  text-decoration: none;
}
.shop-box p {
  margin: 0 0 7px;
}
@media only screen and (max-width: 1199px) {
  .shop-box .img-holder {
    margin-bottom: 15px;
  }
  .shop-box .text-holder {
    padding: 0 15px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .shop-box {
    font-size: 13px;
  }
  .shop-box .title {
    font-size: 14px;
  }
}

.feature-block {
  margin-bottom: 30px;
}

.inner-banner {
  position: relative;
}
.inner-banner .img-holder img {
  width: 100%;
  height: auto;
}
.inner-banner .banner-desc {
  position: absolute;
  padding: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  line-height: 21px;
  color: #fffefe;
  font-weight: 300;
  background: rgba(241, 87, 34, 0.8);
  padding: 14px 18px 0;
}
.inner-banner .banner-desc a {
  color: #000;
  text-decoration: underline;
}
.inner-banner .banner-desc a:hover {
  text-decoration: none;
}
.inner-banner p {
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .inner-banner .banner-desc {
    position: static;
    overflow: hidden;
  }
}

.activity-feed {
  border: 1px solid #ededed;
  padding: 10px 18px 31px;
  margin: 29px 0 0;
}
.activity-feed h2 {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 21px;
  color: #4d545d;
  font-weight: 300;
}
.activity-feed h2 span {
  color: #f05723;
}
.activity-feed li {
  font-size: 14px;
  line-height: 16px;
  color: #4d545d;
  border-top: 1px solid #ededed;
  padding: 8px 0 9px;
}
.activity-feed li:first-child {
  border: none;
}
.activity-feed li a {
  color: #4d545d;
  font-weight: 600;
}
.activity-feed li a:hover, .activity-feed li a:active, .activity-feed li a:focus {
  color: #131517;
  outline: 0;
  text-decoration: none;
}
.activity-feed li a span {
  color: #f05723;
}

.shops-row {
  border-top: 1px solid #ededed;
  padding: 18px 0 0;
}
.shops-row .heading {
  margin: 0 0 13px;
  max-width: 75%;
  padding-right: 6px;
}
.shops-row h2 {
  float: left;
  font-size: 24px;
  line-height: 36px;
  color: #444c55;
  float: left;
  font-weight: 300;
  margin: 0;
  max-width: 32%;
}
.shops-row h2 span {
  color: #f05723;
}
.shops-row .tag-list {
  float: right;
  max-width: 65%;
}
.shops-row .tag-list li {
  float: left;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  padding: 13px 2px;
}
.shops-row .tag-list li a {
  color: #444c55;
}
.shops-row .tag-list li a:hover {
  color: #f05723;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .shops-row .heading {
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shops-row h2,
  .shops-row .tag-list {
    float: none;
    max-width: none;
  }
  .shops-row .aside {
    float: none !important;
    margin: 0 0 15px;
  }
  .shops-row section {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .shops-row section {
    float: none;
    width: auto;
  }
}

.shop-nav {
  margin: -3px 0 0;
}
.shop-nav li {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  margin: 0 0 7px;
}
.shop-nav li a {
  color: #5e6670;
}
.shop-nav li a:hover {
  color: #f05723;
  text-decoration: none;
}
.shop-nav li.active a {
  color: #f05723;
}

#twocolumns {
  padding-top: 21px;
}
#twocolumns .eat-in h2 {
  margin-bottom: 2px;
}
#twocolumns .tag-list {
  overflow: hidden;
  margin-bottom: 25px;
}
#twocolumns .tag-list li {
  float: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding: 0 2px;
}
#twocolumns .tag-list li a {
  color: #444c55;
}
#twocolumns .tag-list li a:hover {
  color: #f05723;
  text-decoration: none;
}
#twocolumns .tag-list li.active a {
  color: #f05723;
}
#twocolumns #sidebar.inner {
  padding-top: 8px;
}
@media only screen and (max-width: 991px) {
  #twocolumns .tag-list {
    margin-bottom: 15px;
  }
  #twocolumns .tag-list li {
    font-size: 16px;
    line-height: 22px;
  }
}

.modal {
  display: block !important;
  height: 0 !important;
  z-index: -1;
}
.modal .close {
  position: absolute;
  top: -22px;
  right: 0;
  z-index: 99;
  color: #fff;
}

.modal-open .modal {
  height: auto !important;
  z-index: 1040;
}

.album-form {
  padding-bottom: 200px;
}

.picture-box {
  margin: 0 0 49px;
}
.picture-box img {
  width: 100%;
  height: auto;
}
.picture-box .img-holder {
  position: relative;
}
.picture-box .name {
  display: block;
  text-align: center;
  background: #565f69;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #fff;
  padding: 4px;
}
.picture-box .add-album {
  position: relative;
}
.picture-box .add-album .btn-add {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #565f69;
  display: block;
  background: #ededed;
  padding: 7px 30px 7px 20px;
  position: relative;
}
.picture-box .add-album .btn-add:hover, .picture-box .add-album .btn-add:active, .picture-box .add-album .btn-add:focus {
  color: #1d2023;
  outline: 0;
  text-decoration: none;
}
.picture-box .add-album .btn-add:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid #565f69;
  border-width: 9px 9px 0;
  border-color: #565f69 transparent transparent;
  right: 10px;
  top: 11px;
}
.picture-box .select-option {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ededed;
  border-top: 1px solid #fff;
  padding: 19px 15px 13px;
  display: none;
  z-index: 99;
}
.picture-box .select-option li {
  margin: 0 0 3px;
}
.picture-box .select-option label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #565f69;
}
.picture-box .select-option .label-text {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 19px;
}
.picture-box .add-active .select-option {
  display: block;
}
@media only screen and (max-width: 991px) {
  .picture-box .name {
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .modal-dialog {
    width: auto;
    margin: 20px 15px;
  }
  .modal-dialog .modal-dialog {
    margin: 0;
  }
}
.carousel {
  position: relative;
  width: 100%;
}
.carousel .action-arrow {
  height: 46px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: 0;
  right: 0;
  padding: 0 10px;
  max-width: 635px;
}
.carousel .btn-prev,
.carousel .btn-next {
  float: left;
  width: 27px;
  height: 46px;
  background-position: 0 -23px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -moz-transition: all 1s ease-in-out 0.4s ease;
  -webkit-transition: all 1s ease-in-out 0.4s ease;
  -o-transition: all 1s ease-in-out 0.4s ease;
  transition: all 1s ease-in-out 0.4s ease;
  display: none;
}
.carousel .btn-prev:hover,
.carousel .btn-next:hover {
  opacity: 0.5;
}
.carousel .btn-next {
  float: right;
  background-position: -56px -23px;
}
.carousel:hover .btn-prev,
.carousel:hover .btn-next {
  display: block;
}
@media only screen and (max-width: 991px) {
  .carousel .action-arrow {
    max-width: none;
    margin: 0;
    top: 530px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel .action-arrow {
    top: 340px;
  }
}
@media only screen and (max-width: 479px) {
  .carousel .action-arrow {
    top: 222px;
  }
}
@media only screen and (max-width: 359px) {
  .carousel .action-arrow {
    top: 200px;
  }
}

.carousel .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel .mask .slideset {
  float: left;
}

.carousel .mask .slide {
  float: left;
}

.modal-content {
  border-radius: 0;
  overflow: hidden;
}
.modal-content .img-holder {
  float: left;
  width: 635px;
}
.modal-content .img-holder img {
  width: 100%;
  height: auto;
}
.modal-content .comment-box {
  overflow: hidden;
  padding: 13px 3px 0 20px;
  font-size: 14px;
  line-height: 17px;
}
.modal-content .comment-box .post-box {
  font-size: 14px;
  line-height: 17px;
  color: #5e6670;
  overflow: hidden;
  margin: 0 0 37px;
}
.modal-content .comment-box h2 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
}
.modal-content .comment-box .thumbnail-holder {
  overflow: hidden;
  margin: 0 0 5px;
}
.modal-content .comment-box .thumbnail-holder img {
  float: left;
  width: 90px;
  height: auto;
  margin: 4px 0;
}
.modal-content .comment-box .thumbnail-holder .name {
  overflow: hidden;
  font-size: 14px;
  line-height: 17px;
  padding: 0 50px 0 11px;
}
.modal-content .comment-box .thumbnail-holder .name a {
  color: #5e6670;
}
.modal-content .comment-box .thumbnail-holder .name a:hover, .modal-content .comment-box .thumbnail-holder .name a:active, .modal-content .comment-box .thumbnail-holder .name a:focus {
  color: #9fa6ae;
  outline: 0;
  text-decoration: none;
}
.modal-content .comment-box .comment-form .form-control {
  font-size: 14px;
  padding: 8px 13px;
}
.modal-content .comment-box h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 14px;
}
.modal-content .comment-box .action-list {
  text-align: left;
}
.modal-content .comment-box .action-list li {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  padding: 0 15px 0 0;
  position: relative;
}
.modal-content .comment-box .action-list li:after {
  content: '';
  position: absolute;
  top: 3px;
  left: -7px;
  height: 14px;
  width: 1px;
  background: #f9bdb0;
}
.modal-content .comment-box .action-list li:first-child:after {
  display: none;
}
@media only screen and (max-width: 991px) {
  .modal-content {
    padding-bottom: 30px;
  }
  .modal-content .img-holder {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .modal-content .comment-box {
    max-width: none;
    padding: 15px 20px;
  }
}

.jcf-checkbox {
  vertical-align: top;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  width: 13px;
  height: 14px;
  background-position: -65px 0;
  margin: 0 -13px 0 0;
}

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked {
  background-position: -79px 0;
}

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #ededed;
  margin: 0;
  min-width: 100px;
  width: 100%;
  height: 30px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin: 0 35px 0 20px;
  color: #565f69;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 0;
  height: 0;
  border: 5px solid #565f69;
  border-width: 9px 9px 0;
  border-color: #565f69 transparent transparent;
  right: 10px;
  top: 11px;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 16px;
  font-size: 14px;
  width: 100%;
  color: #565f69;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 7px 9px 7px 20px;
  color: #565f69;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* custom file input styles */
.jcf-file {
  display: block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0;
}

.jcf-file .jcf-fake-input {
  display: none;
}

.jcf-file .jcf-upload-button {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: #565f69;
  font-size: 14px;
  padding: 0 10px 0 20px;
  line-height: 30px;
  height: 30px;
  font-weight: 300;
  background: #ededed;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

@media only screen and (min-width: 1000px) {
  .tel {
    cursor: default;
    pointer-events: none;
  }
}
.tab-content > .tab-pane {
  display: block;
  visibility: visible;
}

.masonry-item {
  width: 50%;
  margin-left: -1px;
  padding: 0 15px;
}

.autocomplete-drop {
  position: absolute;
  top: 100%;
  left: 12px;
  right: 12px;
  background: #565f69;
  padding: 0 10px;
  overflow: hidden;
  min-width: 210px;
}

.autocomplete-drop .drop-box {
  padding: 5px 0 0;
}

.autocomplete-drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block !important;
  min-width: 190px;
  left: 0 !important;
}

.autocomplete-drop li {
  font-size: 16px;
  line-height: 19px;
  border-top: 1px solid #676f78;
  padding: 9px 6px;
  color: #fff;
}

.autocomplete-drop li a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .masonry-item {
    width: 100%;
    margin-left: 0;
  }
}
.hidden-link {
  height: 0;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

