
.contact .panel {
  padding: 0;
  box-shadow: none;
  margin: 0 0 2px 0;
  background: rgba(0, 0, 0, 0.02);
}
.contact [class^="icon-"],
.contact [class*=" icon-"] {
  float: left;
  font-size: 16px;
  line-height: inherit;
}
.contact .title {
  font-size: 1.1em;
  margin: 0;
  line-height: normal;
}
.contact .title a {
  display: block;
  padding: 10px 10px 10px 18px;
  text-decoration: none;
}
.contact .title a span:before {
  font-family: FontAwesome;
  content: "\f055";
  margin: 0 5px 0 0;
  font-size: 15px;
  display: inline;
}
.contact .pane-toggler-down a {
  text-decoration: none;
}
.contact .pane-toggler-down a span:before {
  content: "\f056";
}
.contact .pane-down {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.contact .pane-slider .contact-position,
.contact .tabs .contact-position,
.contact .pane-slider .contact-address,
.contact .tabs .contact-address,
.contact .pane-slider .contact-contactinfo,
.contact .tabs .contact-contactinfo {
  padding-left: 40px;
  margin-top: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.contact legend {
  font-size: 1.1em;
  border-bottom: 1px solid #E5E5E5 !important;
}
.contact .contact-address address {
  margin-left: 25px;
}
.contact .contact-address address span {
  display: block;
}
.contact .contact-contactinfo p [class^="contact-"] {
  margin-left: 10px;
}
.contact .form-actions {
  background: none;
}
.contact .contact-miscinfo .contact-misc {
  padding: 35px;
}
.contact .contact-miscinfo .contact-misc p {
  margin-bottom: 0;
}
.contact .contact-position {
  margin: 15px;
  font-size: 16px;
  font-weight: bold;
}
.contact .contact-image {
  margin: 10px;
  display: inline-block;
  float: right;
}
.contact .contact-image img {
  width: 100%;
}
.contact .required {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.contact input[type="text"],
.contact input[type="email"] {
  height: 40px !important;
}
.contact .contact_email_copy input {
  float: left;
}
.contact .row-fluid {
  width: 100%;
}
.contact .row-fluid .span12 {
  width: 100%;
}
.contact .contact-form {
  padding: 15px 35px;
}
.contact .contact-form textarea {
  height: 200px;
}
.contact .contact-form .control-group {
  margin: 15px 0;
}
.contact #contact-slider {
  margin: 0;
}
.contact .tabs span h3 {
  font-size: 1.3em;
  margin: 0;
}
.contact .tabs dt {
  background: rgba(255, 255, 255, 0.05) !important;
}
.contact .tabs .open {
  background: rgba(255, 255, 255, 0.1) !important;
}
.contact.plain-form .current .tabs {
  overflow: hidden;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"],
.contact .contact-form textarea {
  width: 100%;
  box-sizing: border-box !important;
}
.contact .contact-form input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.contact dl.tabs dt {
  float: left;
  padding: 10px;
  border-color: rgba(0, 0, 0, 0.05) !important;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  margin-right: 3px;
}
.contact dl.tabs dt a {
  text-decoration: none;
}
.contact .current {
  clear: both;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.05);
}

.latest-blog-post a:hover {
  text-decoration: none;
}
.latest-blog-post.k2ItemsBlock ul li a.moduleItemImage {
  float: left;
}
.latest-blog-post.k2ItemsBlock ul li a.moduleItemImage div {
  width: 64px;
  height: 64px;
  margin: 0 15px 0px 0;
  background-size: cover;
  background-position: center;
}

.latest-blog-post.k2ItemsBlock ul li .item-meta {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.8;
}
.latest-blog-post.k2ItemsBlock ul li .item-meta span {
  margin-right: 5px;
}
.latest-blog-post.k2ItemsBlock ul li .moduleItemDateCreated i,
.latest-blog-post.k2ItemsBlock ul li .moduleItemAuthor i {
  margin-right: 5px;
}
.latest-blog-post.k2ItemsBlock ul li a.moduleItemComments {
  border-right: none;
  padding: 4px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  opacity: 0;
}
.latest-blog-post.k2ItemsBlock ul li:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.29);
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.latest-blog-post.k2ItemsBlock ul li:hover::after {
  width: 100%;
}
.latest-blog-post.k2ItemsBlock ul li:hover .moduleItemComments {
  opacity: 0.6;
}
.latest-blog-post.k2ItemsBlock ul li:hover .moduleItemComments:hover {
  opacity: 1;
}
.latest-blog-post.k2ItemsBlock ul li div.moduleItemIntrotext {
  margin: 5px 0 0 0;
  padding: 0px 0 10px;
  display: block;
  float: left;
}

/*module position page  design*/
.table {
  margin-bottom: 20px !important;
}
.table.table-bordered th {
  padding: 15px 0;
  background-color: #F2F2F2;
  text-align: center;
}
.table.table-bordered th h4 {
  margin-bottom: 0;
}
.table.table-bordered td {
  padding: 10px 0;
  text-align: center;
}
.table-bordered thead:first-child tr:first-child > th:first-child {
  border-left: none;
  width: 50%;
}

.uk-breadcrumb li:first-child {
    position: relative;
    padding-left: 20px;
}
.uk-breadcrumb li:first-child:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    content: "\f015";
}
.uk-breadcrumb li:before {
    color: #999;
}