

body, html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #222;
  background-color:#fff;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none !important;
}

header {
	box-shadow: 0 2px 18px 2px rgb(0 0 0 / 8%);
}

.text-black {color:#000 !important;}

#wrapper {
  background: #fff;
}

.template-layout-boxed #wrapper {
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,.2);
  -o-box-shadow: 0 0 15px rgba(0,0,0,.2);
  box-shadow: 0 0 15px rgba(0,0,0,.2);
} 

.popover {
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  padding: 0;
}

.table {
  margin: 0 0 25px 0;
}

dl {
  margin: 0 0 25px 0;
}

img.thumbnail,
a.thumbnail {
  margin: 0 0 25px 0;
}

img.thumbnail,
a.thumbnail img {
  width: 100%;
}

.blog-item {
  margin: 0 0 50px 0;
}

p.readmore a {
  color: #333;
  font-size: 16px;
}


/* ----------------------- PAGINATION ----------------------- */

div.pagination {
  margin: 0;
}

div.pagination .counter {
  display: none !important;
}

div.pagination ul.pagination {
  margin: 25px 0;
}

/* ----------------------- PRELOADER ----------------------- */


#preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 88888;
  background: #fff;
}

.preloader-circle {
  margin: -35px 0 0 -35px;
  top: 50%;
  left: 50%;
  font-size: 10px;
  position: absolute;
  overflow: hidden;
  z-index: 99999;
  text-indent: -9999em;
  border-top: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  border-left: 2px solid #333;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.preloader-circle,
.preloader-circle:after {
  border-radius: 50%;
  width: 70px ;
  height: 70px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ----------------------- XMAP ----------------------- */

#xmap ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

#xmap ul > li > a {
  padding-left: 0;
}

#xmap ul > li > ul > li > a {
  padding-left: 30px;
}

#xmap ul > li > ul > li > ul > li > a {
  padding-left: 60px;
}

#xmap ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

#xmap ul > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 120px;
}

#xmap a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #e3e3e3;
}

#xmap ul.level_0 > li:first-child a {
  border-top: 1px solid #e3e3e3;
}

#xmap ul.level_0 {
  margin: 0 0 25px 0;
}


/* ----------------------- TEAM CARD STYLE 1 ----------------------- */

.team-card.style1 {
  margin: 0 0 25px 0;
  display: block;
}

.team-card.style1 .team-image {
  margin: 0 0 25px 0;
  overflow: hidden;
}

.team-card.style1 .team-image img {
  -webkit-transition: all .5s linear 0s;
  -moz-transition: all .5s linear 0s;
  -ms-transition: all .5s linear 0s;
  -o-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
}

.team-card.style1:hover .team-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.team-card.style1 .team-details {
  position: relative;
  padding-right: 0;
}

.team-card.style1 .team-details.links-1 {
  padding-right: 37px
}

.team-card.style1 .team-details.links-2 {
  padding-right: 74px
}

.team-card.style1 .team-details.links-3 {
  padding-right: 111px
}

.team-card.style1 .team-details.links-4 {
  padding-right: 148px
}

.team-card.style1 .team-details.links-5 {
  padding-right: 185px
}

.team-card.style1 ul.team-social {
  position: absolute;
  right: 0;
  top: 2px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.team-card.style1 ul.team-social li {
  float: left;
  margin-left: 7px;
}

.team-card.style1 ul.team-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  background: #e8e8e8;
  color: #bebebe;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.team-card.style1 ul.team-social li a:hover {
  background: #ccc;
  color: #aaa;
}

.team-card.style1 .team-details h3 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #333;
}

.team-card.style1 .team-details p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.team-card.style1 .team-description {
  margin-top: 25px;
}

.team-card.style1 .team-description *:last-child {
  margin-bottom: 0;
}


/* ----------------------- TEAM CARD STYLE 2 ----------------------- */

.team-card.style2 {
  margin: 0 0 25px 0;
  display: block;
  background: #f5f5f5;
  border-bottom: 3px solid #e3e3e3;
  padding: 25px;
}

.team-card.style2 .team-image {
  margin: -25px -25px 25px -25px;
  overflow: hidden;
}

.team-card.style2 .team-image img {
  -webkit-transition: all .5s linear 0s;
  -moz-transition: all .5s linear 0s;
  -ms-transition: all .5s linear 0s;
  -o-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
}

.team-card.style2:hover .team-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.team-card.style2 ul.team-social {
  list-style: none outside none;
  margin: 25px 0 0 0;
  padding: 0;
}

.team-card.style2 ul.team-social li {
  float: left;
  margin-right: 7px;
}

.team-card.style2 ul.team-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  background: #333;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.team-card.style2 .team-details h3 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #333;
}

.team-card.style2 .team-details p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.team-card.style2 .team-description {
  margin-top: 25px;
}

.team-card.style2 .team-description *:last-child {
  margin-bottom: 0;
}


/* ----------------------- TEAM CARD STYLE 3 ----------------------- */

.team-card.style3 {
  margin: 0 0 25px 0;
  display: block;
  background: #fff;
  border-width: 1px 1px 3px 1px;
  border-style: solid;
  border-color: #e3e3e3;
  padding: 25px;
}

.team-card.style3 .team-image {
  margin: -25px -25px 25px -25px;
  overflow: hidden;
  position: relative;
}

.team-card.style3 .team-image img {
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -ms-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.team-card.style3:hover .team-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.team-card.style3 ul.team-social {
  list-style: none outside none;
  margin: 0;
  padding: 0 15px;
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  -webkit-transition: bottom .3s linear 0s;
  -moz-transition: bottom .3s linear 0s;
  -ms-transition: bottom .3s linear 0s;
  -o-transition: bottom .3s linear 0s;
  transition: bottom .3s linear 0s;
}

.team-card.style3:hover ul.team-social {
  bottom: 0;
}

.team-card.style3 ul.team-social li {
  float: left;
  margin-right: 7px;
}

.team-card.style3 ul.team-social li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  display: block;
  color: #fff;
}

.team-card.style3 .team-details h3 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #333;
}

.team-card.style3 .team-details p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.team-card.style3 .team-description {
  margin-top: 25px;
}

.team-card.style3 .team-description *:last-child {
  margin-bottom: 0;
}




/*========== White Space ==========*/
.white-space {display: block; width: 100%;}
.white-space.space-mini { padding:5px 0;}
.white-space.space-xsmall { padding:10px 0;}
.white-space.space-small { padding:15px 0;}
.white-space.space-medium { padding:30px 0;}
.white-space.space-big { padding:60px 0;}
.white-space.space-xbig { padding:90px 0;}

.rippleria-ink {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 10;
}
.rippleria-dark .rippleria-ink {
  background: rgba(0, 0, 0, 0.2);
}
@keyframes rippleria {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-webkit-keyframes rippleria {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}




ul.article-info {
  list-style: none outside none;
  padding: 0;
  margin: -15px 0 20px 0;
  font-size: 11px;
}

ul.article-info li {
  float: left;
  margin-right: 5px;
}

ul.article-info li a {
  color: #747474;
}

ul.article-info li a:hover,
ul.article-info li a:active,
ul.article-info li a:focus {
  color: #333;
  text-decoration: underline;
}

ul.article-info li:after {
  content: "/";
  padding-left: 3px;
}

ul.article-info li:last-child:after {
  content: "";
  padding: 0;
}





ul.icons-print-envelope-edit {
  list-style: none outside none;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 11px;
}

ul.icons-print-envelope-edit li {
  float: left;
  margin-right: 5px;
}

ul.icons-print-envelope-edit li a {
  color: #747474;
}

ul.icons-print-envelope-edit li a span {
  opacity: .6;
  margin-right: 7px;
}

ul.icons-print-envelope-edit li a:hover,
ul.icons-print-envelope-edit li a:active,
ul.icons-print-envelope-edit li a:focus {
  color: #333;
  text-decoration: underline;
}

ul.icons-print-envelope-edit li:after {
  content: "/";
  padding-left: 3px;
}

ul.icons-print-envelope-edit li:last-child:after {
  content: "";
  padding: 0;
}







/* ----------------------- PRICING TABLES ----------------------- */

.pricing-table {
  border: 0 none;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
  border: 10px solid #f8f8f8;
  background: #fff;
}

.pricing-table .pricing-table-title {
  background: #fff;
  color: #333;
  padding: 15px;
  border: 1px solid #e3e3e3;
  margin: 0;
  font-size: 17px;
  line-height: 24px;
}

.pricing-table .pricing-table-price-box {
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  padding: 15px;
  position: relative;
  margin-top: -1px;
}

.pricing-table .pricing-table-price-box .pricing-table-price {
  font-size: 50px;
  line-height: 50px;
  margin: 0 0 10px 0;
}

.pricing-table .pricing-table-price-box .pricing-table-price .currency {
  font-size: 25px;
  line-height: 25px;
}

.pricing-table .pricing-table-price-box .pricing-table-duration {
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  opacity: .75;
}

.pricing-table .pricing-table-price-box .pricing-table-duration .color-default {
  color: #747474;
}

.pricing-table .pricing-table-list ul {
  list-style: none outside none;
  margin: -1px 0 0 0;
  position: relative;
  padding: 0;
}

.pricing-table .pricing-table-list ul li {
  border: 1px solid #e3e3e3;
  display: block;
  padding: 15px;
  color: #747474;
}

.pricing-table .pricing-table-list ul li + li {
  margin-top: -1px;
}

.pricing-table .pricing-table-footer {
  padding: 15px;
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  position: relative;
  margin-top: -1px;
}

/* ----------------------- IMAGE OVERLAY ----------------------- */

a.image-overlay {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 25px 0;
}

a.image-overlay.image-overlay-form-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

a.image-overlay.image-overlay-form-rounded .image-overlay-overlay {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

a.image-overlay.image-overlay-form-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

a.image-overlay.image-overlay-form-circle .image-overlay-overlay {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

a.image-overlay .image-overlay-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

a.image-overlay .image-overlay-container {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin: 5px 0;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  transform: translateY(-60%);
}

a.image-overlay .image-overlay-icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background: #333;
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}


a.image-overlay:hover .image-overlay-overlay,
a.image-overlay:active .image-overlay-overlay {
  opacity: 0.9;
}

a.image-overlay:hover .image-overlay-icon,
a.image-overlay:active .image-overlay-icon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}


a.image-overlay .image-overlay-caption {
  text-align: center;
  color: #333;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 15px 0 0 0;
  padding: 0 10px;
  position: relative;
  bottom: -50px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}


a.image-overlay:hover .image-overlay-caption,
a.image-overlay:active .image-overlay-caption {
  opacity: 1;
  bottom: 0;
}

a.image-overlay.image-overlay-zoom-on .image-overlay-image {
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

a.image-overlay.image-overlay-zoom-on:hover .image-overlay-image,
a.image-overlay.image-overlay-zoom-on:active .image-overlay-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

a.image-overlay.image-overlay-color-white .image-overlay-icon {
  background: #fff;
  color: #333;
}

a.image-overlay.image-overlay-color-white .image-overlay-caption {
  color: #fff;
}

/* ----------------------- ICON BOX DEFAULT ----------------------- */


a.iconbox-default,
a.iconbox-default:hover,
a.iconbox-default:active,
a.iconbox-default:focus {
  position: relative;
  padding-left: 60px;
  margin: 0 0 25px 0;
  display: block;
  color: #747474;
}

a.iconbox-default h1,
a.iconbox-default h2,
a.iconbox-default h3,
a.iconbox-default h4,
a.iconbox-default h5,
a.iconbox-default h6 {
  margin: 0 0 10px 0;
}

a.iconbox-default .iconbox-content p {
  margin-bottom: 10px;
}

a.iconbox-default .more {
  font-size: 11px;
  display: inline-block;
  border-bottom: 1px dashed transparent;
}

a.iconbox-default:hover .more {
  border-bottom: 1px dashed #999;
}

a.iconbox-default .iconbox-content > *:last-child {
  margin-bottom: 0;
}

a.iconbox-default .iconbox-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: #1c1c1c;
  color: #fff;
  text-align: center;
  font-size: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #1c1c1c;
  z-index: 2;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

a.iconbox-default .iconbox-icon.icon-back {
  background: transparent;
  z-index: 1;
  border: 1px solid #1c1c1c;
  opacity: 0;
}

a.iconbox-default:hover .iconbox-icon.icon-back {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  opacity: 1;
}

a.iconbox-default.iconbox-form-square .iconbox-icon {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.iconbox-default.iconbox-align-right {
  padding-left: 0;
  padding-right: 60px;
  text-align: right;
}

a.iconbox-default.iconbox-align-right .iconbox-icon {
  right: 0;
  left: auto;
}




/* ----------------------- ICON BOX VERTICAL ----------------------- */

a.iconbox-vertical,
a.iconbox-vertical:hover,
a.iconbox-vertical:active,
a.iconbox-vertical:focus {
  position: relative;
  padding: 90px 0 0 0;
  margin: 0 0 25px 0;
  display: block;
  color: #747474;
  text-align: center;
}

a.iconbox-vertical h1,
a.iconbox-vertical h2,
a.iconbox-vertical h3,
a.iconbox-vertical h4,
a.iconbox-vertical h5,
a.iconbox-vertical h6 {
  margin: 0 0 15px 0;
}

a.iconbox-vertical .iconbox-content p {
  margin-bottom: 10px;
}

a.iconbox-vertical .more {
  font-size: 11px;
  display: inline-block;
  border-bottom: 1px dashed transparent;
}

a.iconbox-vertical:hover .more {
  border-bottom: 1px dashed #999;
}

a.iconbox-vertical .iconbox-content > *:last-child {
  margin-bottom: 0;
}

a.iconbox-vertical .iconbox-icon {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  width: 70px;
  height: 70px;
  background: #1c1c1c;
  color: #fff;
  line-height: 68px;
  text-align: center;
  font-size: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  border: 1px solid #1c1c1c;
  margin-left: -35px;
  z-index: 2;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

a.iconbox-vertical .iconbox-icon.icon-back {
  background: transparent;
  z-index: 1;
  border: 1px solid #1c1c1c;
  opacity: 0;
}
/*
a.iconbox-vertical:hover .iconbox-icon {
  margin-left: -30px;
}
*/

a.iconbox-vertical:hover .iconbox-icon.icon-back {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 1;
}

a.iconbox-vertical.iconbox-form-square .iconbox-icon {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.iconbox-vertical.iconbox-align-left {
  text-align: left;
}

a.iconbox-vertical.iconbox-align-left .iconbox-icon {
  left: 0;
  margin-left: 0;
}

a.iconbox-vertical.iconbox-align-right {
  text-align: right;
}

a.iconbox-vertical.iconbox-align-right .iconbox-icon {
  left: auto;
  right: 0;
  margin-left: 0;
}


/* ----------------------- ICON BOX BOX ----------------------- */

a.iconbox-box,
a.iconbox-box:hover,
a.iconbox-box:active,
a.iconbox-box:focus {
  position: relative;
  margin: 20px 0 25px 0;
  display: inline-block;
  color: #747474;
  text-align: center;
  padding: 35px 20px 20px 20px;
  background: #f6f6f6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
}

a.iconbox-box h1,
a.iconbox-box h2,
a.iconbox-box h3,
a.iconbox-box h4,
a.iconbox-box h5,
a.iconbox-box h6 {
  margin: 0 0 15px 0;
}

a.iconbox-box .iconbox-content p {
  margin-bottom: 10px;
}

a.iconbox-box .more {
  font-size: 11px;
  display: inline-block;
  border-bottom: 1px dashed transparent;
}

a.iconbox-box:hover .more {
  border-bottom: 1px dashed #999;
}

a.iconbox-box .iconbox-content > *:last-child {
  margin-bottom: 0;
}

a.iconbox-box .iconbox-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background: #1c1c1c;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #1c1c1c;
  z-index: 2;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

a.iconbox-box .iconbox-icon.icon-back {
  background: #fff;
  z-index: 1;
  border: 1px solid #1c1c1c;
  opacity: 0;
}

a.iconbox-box:hover .iconbox-icon.icon-back {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  opacity: 1;
}

a.iconbox-box.iconbox-form-square .iconbox-icon {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.iconbox-box.iconbox-align-left {
  text-align: left;
}

a.iconbox-box.iconbox-align-left .iconbox-icon {
  left: 40px;
}

a.iconbox-box.iconbox-align-right {
  text-align: right;
}

a.iconbox-box.iconbox-align-right .iconbox-icon {
  left: auto;
  right: 20px;
}

/* ----------------------- ICON BOX PANEL ----------------------- */

a.iconbox-panel,
a.iconbox-panel:hover,
a.iconbox-panel:active,
a.iconbox-panel:focus {
  position: relative;
  margin: 0 0 25px 0;
  display: block;
  color: #747474;
  text-align: center;
  padding: 114px 20px 20px 20px;
  background: #f6f6f6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.iconbox-panel h1,
a.iconbox-panel h2,
a.iconbox-panel h3,
a.iconbox-panel h4,
a.iconbox-panel h5,
a.iconbox-panel h6 {
  margin: 0 0 15px 0;
}

a.iconbox-panel .more {
  font-size: 11px;
  display: inline-block;
  border-bottom: 1px dashed transparent;
}

a.iconbox-panel:hover .more {
  border-bottom: 1px dashed #999;
}

a.iconbox-panel .iconbox-content p {
  margin-bottom: 10px;
}

a.iconbox-panel .iconbox-content > *:last-child {
  margin-bottom: 0;
}

a.iconbox-panel .iconbox-icon {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 74px;
  height: 74px;
  display: inline-block;
  background: #1c1c1c;
  color: #fff;
  line-height: 72px;
  text-align: center;
  font-size: 35px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  border-radius: 37px;
  border: 1px solid #1c1c1c;
  margin-left: -37px;
  z-index: 2;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

a.iconbox-panel .iconbox-icon.icon-back {
  background: #fff;
  z-index: 1;
  border: 1px solid #1c1c1c;
  opacity: 0;
}

a.iconbox-panel:hover .iconbox-icon.icon-back {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 1;
}

a.iconbox-panel.iconbox-form-square .iconbox-icon {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.iconbox-panel.iconbox-align-left {
  text-align: left;
}

a.iconbox-panel.iconbox-align-left .iconbox-icon {
  margin-left: 0;
  left: 20px;
}

a.iconbox-panel.iconbox-align-right {
  text-align: right;
}

a.iconbox-panel.iconbox-align-right .iconbox-icon {
  margin-left: 0;
  left: auto;
  right: 20px;
}



/* ----------------------- TESTIMONIAL DEFAULT ----------------------- */

.testimonial {
  display: block;
  margin: 0 0 25px 0;
}

/* ----------------------- TESTIMONIAL BLOCKED ----------------------- */

.testimonial.blocked {
  border: 0 none;
  padding: 25px;
  font-size: 14px;
  background: #f5f5f5;
  margin: 0 0 70px 0;
  position: relative;
}

.testimonial.blocked:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #f5f5f5 transparent transparent transparent;
  top: 100%;
  left: 30px;
}

.testimonial.blocked .testimonial-image {
  position: absolute;
  left:0;
  top: 100%;
  margin: 15px 0 0 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.testimonial.blocked .testimonial-icon {
  position: absolute;
  left:0;
  top: 100%;
  margin: 15px 0 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 25px;
  text-align: center;
}

.testimonial.blocked .testimonial-text {
  margin: 0;
}

.testimonial.blocked .testimonial-footer {
  position: absolute;
  left:56px;
  top: 100%;
  margin: 20px 0 0 0;
  font-size: 13px;
  line-height: 20px;
}

.testimonial.blocked .testimonial-footer:before {
  content: "";
}

/* ----------------------- TESTIMONIAL CENTERED ----------------------- */

.testimonial.centered {
  text-align: center;
  border: 0 none;
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 22px;
  line-height: 30px;
}

.testimonial.centered .testimonial-image {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 0 auto 25px auto;
}

.testimonial.centered .testimonial-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
  margin: 0 auto 25px auto;
}

.testimonial.centered .testimonial-footer {
  font-size: 13px;
  line-height: 20px;
}

.testimonial.centered .testimonial-footer:before {
  content: "";
}



/* ----------------------- RESPONSIVE TABLES ----------------------- */

.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

/* ----------------------- COUNTERS ----------------------- */

.counter-default .counter-default-text {
  display: none;
}

.counter-box {
  border: 1px dashed #ccc;
  display: block;
  padding: 20px;
  text-align: center;
  margin: 0 0 25px 0;
}

.counter-box .countto {
  font-size: 40px;
  line-height: 40px;
  display: block;
  margin: 0 0 15px 0;
  font-weight: 700;
}

.counter-box.border-style-solid {
  border-style: solid;
}

.counter-box.border-style-dotted {
  border-style: dotted;
}

.counter-box .counter-box-text {
  color: #747474 !important;
}

/* ----------------------- LISTS TWITTER ----------------------- */

.list-twitter {
  list-style: none outside none;
  padding: 0;
  margin: 0 0 25px 0;
}

.list-twitter > li {
  line-height: 24px;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}

.list-twitter > li:last-child {
  border-bottom: 0 none;
}

.list-twitter > li:hover a.head span.fa {
  color: #55acee;
}

.list-twitter > li a.head {
  color: #747474;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 7px 0;
  padding: 0 25px 0 0;
}

.list-twitter > li a.head span.fa {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 16px;
  line-height: 20px;
  color: #ddd;
}

.list-twitter > li .text {
  display: block;
  margin: 0 0 7px 0;
}

.list-twitter > li .text a {
  color: #747474;
}

.list-twitter > li .text a:hover {
  color: #aaa;
}

.list-twitter > li .link {
  display: block;
  position: relative;
  padding: 0 50px 0 0;
  font-size: 12px;
}

.list-twitter > li .link a {
  color: #747474;
}

.list-twitter > li .link .retweet {
  position: absolute;
  right: 0;
  top: 0;
  color: #ddd;
}


/* ----------------------- LISTS DEFAULT ----------------------- */

.list-default {
  list-style: none outside none;
  padding: 0;
  margin: 0 0 25px 0;
}

.list-default > li {
  line-height: 24px;
  padding: 10px 0;
  position: relative;
}

.list-default > li a {
  color: #747474;
}

.list-default > li:first-child {
  padding-top: 0;
}

.list-default > li:last-child {
  padding-bottom: 0;
}

/* ----------------------- LISTS DEFAULT DIVIDER ----------------------- */

.list-default.divider-yes > li {
  border-bottom: 1px solid #e3e3e3;
}

.list-default.divider-yes > li:first-child {
  padding-top: 0;
}

.list-default.divider-yes > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* ----------------------- LISTS DEFAULT ICONS ----------------------- */

.list-default.icon-yes {
  list-style: none outside none;
  padding: 0 0 0 34px;
  margin: 0 0 25px 0;
}

.list-default.icon-yes > li > i {
  line-height: 24px;
  position: absolute;
  left: -34px;
  top: 10px;
}

.list-default.icon-yes > li:first-child > i {
  top: 0;
}

/* ----------------------- LISTS DEFAULT ICONS ROUND ----------------------- */

.list-default.icon-yes.icon-form-round > li > i {
  line-height: 22px;
  height: 24px;
  width: 24px;
  border: 1px solid;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  font-size: 11px;
}

/* ----------------------- LISTS DEFAULT ICONS SQUARE ----------------------- */

.list-default.icon-yes.icon-form-square > li > i {
  line-height: 22px;
  height: 24px;
  width: 24px;
  border: 1px solid;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 11px;
}

/* ----------------------- LISTS DEFAULT BIG ----------------------- */

.list-default.list-big {
  list-style: none outside none;
  padding: 0;
  margin: 0 0 25px 0;
}

.list-default.list-big > li {
  line-height: 34px;
  font-size: 18px;
  padding: 16px 0;
  position: relative;
}

.list-default.list-big > li:first-child {
  padding-top: 0;
}

.list-default.list-big > li:last-child {
  padding-bottom: 0;
}

/* ----------------------- LISTS DEFAULT BIG DIVIDER ----------------------- */

.list-default.list-big.divider-yes > li {
  border-bottom: 1px solid #e3e3e3;
}

.list-default.list-big.divider-yes > li:first-child {
  padding-top: 0;
}

.list-default.list-big.divider-yes > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* ----------------------- LISTS DEFAULT BIG ICONS ----------------------- */

.list-default.list-big.icon-yes {
  list-style: none outside none;
  padding: 0 0 0 50px;
  margin: 0 0 25px 0;
}

.list-default.list-big.icon-yes > li > i {
  line-height: 34px;
  position: absolute;
  left: -50px;
  top: 16px;
  font-size: 18px;
}

.list-default.list-big.icon-yes > li:first-child > i {
  top: 0;
}

/* ----------------------- LISTS DEFAULT BIG ICONS ROUND ----------------------- */

.list-default.list-big.icon-yes.icon-form-round > li > i {
  line-height: 32px;
  height: 34px;
  width: 34px;
  text-align: center;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
}

/* ----------------------- LISTS DEFAULT BIG ICONS ROUND ----------------------- */

.list-default.list-big.icon-yes.icon-form-square > li > i {
  line-height: 32px;
  height: 34px;
  width: 34px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}













/* ----------------------- ACCORDION, TOGGLES, PANELS ----------------------- */

.panel-group {
  margin: 0 0 25px 0;
}

.panel,
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 0 25px 0;
  overflow: hidden;
}

.panel-default > .panel-heading,
.panel-default > .panel-heading *,
.panel-default > .panel-heading h1,
.panel-default > .panel-heading h2,
.panel-default > .panel-heading h3,
.panel-default > .panel-heading h4,
.panel-default > .panel-heading h5,
.panel-default > .panel-heading h6 {
  color: #747474;
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  font-weight: normal;
}

.panel.panel-default > .panel-heading,
.panel.panel-default > .panel-heading h1,
.panel.panel-default > .panel-heading h2,
.panel.panel-default > .panel-heading h3,
.panel.panel-default > .panel-heading h4,
.panel.panel-default > .panel-heading h5,
.panel.panel-default > .panel-heading h6 {
  color: #747474;
}

.panel > .panel-heading,
.panel > .panel-heading h1,
.panel > .panel-heading h2,
.panel > .panel-heading h3,
.panel > .panel-heading h4,
.panel > .panel-heading h5,
.panel > .panel-heading h6 {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  font-weight: normal;
}



.panel-success {
  border-color: #5cb85c;
}

.panel-success > .panel-heading {
  background: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5cb85c;
}

.panel-info {
  border-color: #5bc0de;
}

.panel-info > .panel-heading {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5bc0de;
}

.panel-warning {
  border-color: #f0ad4e;
}

.panel-warning > .panel-heading {
  background: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f0ad4e;
}

.panel-danger {
  border-color: #d9534f;
}

.panel-danger > .panel-heading {
  background: #d9534f;
  border-color: #d9534f;
  color: #fff;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d9534f;
}

.panel-group .panel + .panel {
  margin-top: 15px;
}

.panel-body > *:last-child {
  margin-bottom: 0;
}

.panel-accordion .panel-heading {
  padding: 0;
}

.panel-accordion .panel-heading a {
  padding: 10px 55px 10px 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.panel-accordion .panel-heading a.collapsed:hover:after {
  opacity: 1;
}

.panel-accordion .panel-heading a:after {
  position: absolute;
  content: "\e622";
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 1;
	-webkit-transition: all .1s ease-in-out 0s;
  -moz-transition: all .1s ease-in-out 0s;
  -ms-transition: all .1s ease-in-out 0s;
  -o-transition: all .1s ease-in-out 0s;
  transition: all .1s ease-in-out 0s;
}

.panel-accordion .panel-heading a.collapsed:after {
  right: -40px;
}


.panel-accordion .panel-heading a:hover:after {
  right: 0;
}

.panel-accordion .panel-heading a.collapsed:after {
  content: "\e61a";
  opacity: .5;
}

.panel-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.panel-title > a,
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  color: #333;
}

.panel-primary .panel-title > a,
.panel-primary .panel-title > a:hover,
.panel-primary .panel-title > a:active,
.panel-primary .panel-title > a:focus,
.panel-success .panel-title > a,
.panel-success .panel-title > a:hover,
.panel-success .panel-title > a:active,
.panel-success .panel-title > a:focus,
.panel-info .panel-title > a,
.panel-info .panel-title > a:hover,
.panel-info .panel-title > a:active,
.panel-info .panel-title > a:focus,
.panel-warning .panel-title > a,
.panel-warning .panel-title > a:hover,
.panel-warning .panel-title > a:active,
.panel-warning .panel-title > a:focus,
.panel-danger .panel-title > a,
.panel-danger .panel-title > a:hover,
.panel-danger .panel-title > a:active,
.panel-danger .panel-title > a:focus,
.panel-secondary .panel-title > a,
.panel-secondary .panel-title > a:hover,
.panel-secondary .panel-title > a:active,
.panel-secondary .panel-title > a:focus,
.panel-tertiary .panel-title > a,
.panel-tertiary .panel-title > a:hover,
.panel-tertiary .panel-title > a:active,
.panel-tertiary .panel-title > a:focus {
  color: #fff;
}


.panel-accordion.alternative .panel {
  border: 0 none;
  background: transparent;
}

.panel-accordion.alternative .panel .panel-heading {
  border: 0 none;
  background: transparent;
}

.panel-accordion.alternative .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0 none;
}

.panel-accordion.alternative .panel-heading a {
  padding: 15px 15px 15px 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.panel-accordion.alternative .panel-heading a:after {
  position: absolute;
  content: "\e622";
  left: 0;
  right: auto;
  top: 12px;
  height: 25px;
  width: 25px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 1;
	-webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}

.panel-accordion.alternative .panel-heading a.collapsed:after {
  content: "\e61a";
  background: #111;
}

.panel-accordion.alternative .panel-body {
  padding: 15px 0 25px 0;
}

.panel-accordion.alternative.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #e3e3e3;
}

/* ----------------------- HR STYLES ----------------------- */

hr {
  margin: 0 0 25px 0;
  height: 0px;
  border-top: 1px solid #e3e3e3;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
}

hr.double {
  height: 4px;
  border-top: 1px solid #e3e3e3;
  border-right: 0;
  border-bottom: 1px solid #e3e3e3;;
  border-left: 0;
  background: transparent;
}

hr.shadow {
  height: 15px;
  border: 0;
  background: #fdfdfd;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.15) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.15) inset;
  -ms-box-shadow: 1px 1px 3px rgba(0,0,0,.15) inset;
  -o-box-shadow: 1px 1px 3px rgba(0,0,0,.15) inset;
  box-shadow: 1px 1px 3px rgba(0,0,0,.15) inset;
}

hr.fade {
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(227,227,227,1) 25%, rgba(227,227,227,1) 75%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(227,227,227,1) 25%,rgba(227,227,227,1) 75%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(227,227,227,1) 25%,rgba(227,227,227,1) 75%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  height: 1px;
  border: 0;
  opacity: 1;
}

hr.dotted {
  border-style: dotted;
  border-color: #999;
}

hr.dashed {
  border-style: dashed;
  border-color: #999;
}


/* ----------------------- PIE CHARTS ----------------------- */

.pie-chart {
  position: relative;
  margin: 0 0 25px 0;
  display: inline-block;
}

.pie-chart .pie-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  text-align: center;
  color: #333;
}

.pie-chart.pie-small .pie-content {
  font-size: 12px;
}

.pie-chart.pie-large .pie-content {
  font-size: 40px;
}

/* ----------------------- WELL ----------------------- */

.well,
.well-sm,
.well-lg {
  margin: 0 0 25px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.well > *:last-child {
  margin-bottom: 0;
}

/* ----------------------- LIST GROUP ----------------------- */

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fff;
  opacity: .5;
}

/* ----------------------- PROGRESS BARS ----------------------- */

.progress {
  margin: 0 0 25px 0;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.bg-color-light .progress {
  background-color: #fff;
}

.progress-bar-dark {
  background-color: #111;
}

.progress-bar {
  line-height: 38px;
  text-align: left;
  position: relative;
  -webkit-transition: left 1.5s ease-in-out 0s;
  -moz-transition: left 1.5s ease-in-out 0s;
  -ms-transition: left 1.5s ease-in-out 0s;
  -o-transition: left 1.5s ease-in-out 0s;
  transition: left 1.5s ease-in-out 0s;
  text-indent: 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.progress-bar.progress-bar-info {
  background-color: #5bc0de;
}

.progress-bar.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-bar.progress-bar-danger {
  background-color: #d9534f;
}

.progress-bar.progress-bar-success {
  background-color: #5cb85c;
}

.progress-bar.progress-bar-dark {
  background-color: #222;
}

.progress-with-text-no .progress-bar-text {
  display: none;
}

.progress-visible .progress-bar {
  left: 0 !important;
}

.progress-striped-yes .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress-striped-yes.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress.progress-slim {
  height: 7px;
}

.progress.progress-slim span.progress-bar-text {
  display: none;
}

/* ----------------------- BUTTONS ----------------------- */

.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #eee;
  color: #333;
  border: 1px solid #eee;
}

/* ----------------------- BUTTON DEFAULT ----------------------- */

.btn.btn-default {
  background: #eee;
  border-color: #eee;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn.btn-default:active:hover,
.btn.btn-default.active:hover,
.open > .dropdown-toggle.btn.btn-default:hover,
.btn.btn-default:active:focus,
.btn.btn-default.active:focus,
.open > .dropdown-toggle.btn.btn-default:focus,
.btn.btn-default.focus:active,
.btn.btn-default.active.focus,
.open > .dropdown-toggle.btn.btn-default.focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn.btn-default.disabled:hover,
.btn.btn-default[disabled]:hover,
fieldset[disabled] .btn.btn-default:hover,
.btn.btn-default.disabled:focus,
.btn.btn-default[disabled]:focus,
fieldset[disabled] .btn.btn-default:focus,
.btn.btn-default.disabled.focus,
.btn.btn-default.focus[disabled],
fieldset[disabled] .btn.btn-default.focus {
  border-color: #e6e6e6;
  background: #e6e6e6;
}

.btn.btn-default:active,
.btn.btn-default.active,
.open > .dropdown-toggle.btn.btn-default {
  border-color: #e6e6e6;
  background: #e6e6e6;
}

/* ----------------------- BUTTON SUCCESS ----------------------- */

.btn.btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}

.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus {
  background-color: #449d44;
  border-color: #449d44;
}

.btn.btn-success:active:hover,
.btn.btn-success.active:hover,
.open > .dropdown-toggle.btn.btn-success:hover,
.btn.btn-success:active:focus,
.btn.btn-success.active:focus,
.open > .dropdown-toggle.btn.btn-success:focus,
.btn.btn-success.focus:active,
.btn.btn-success.active.focus,
.open > .dropdown-toggle.btn.btn-success.focus {
  background-color: #449d44;
  border-color: #449d44;
}

.btn.btn-success.disabled:hover,
.btn.btn-success[disabled]:hover,
fieldset[disabled] .btn.btn-success:hover,
.btn.btn-success.disabled:focus,
.btn.btn-success[disabled]:focus,
fieldset[disabled] .btn.btn-success:focus,
.btn.btn-success.disabled.focus,
.btn.btn-success.focus[disabled],
fieldset[disabled] .btn.btn-success.focus {
  border-color: #449d44;
  background: #449d44;
}

.btn.btn-success:active,
.btn.btn-success.active,
.open > .dropdown-toggle.btn.btn-success {
  border-color: #449d44;
  background: #449d44;
}

/* ----------------------- BUTTON INFO ----------------------- */

.btn.btn-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}

.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus {
  background-color: #31b0d5;
  border-color: #31b0d5;
}

.btn.btn-info:active:hover,
.btn.btn-info.active:hover,
.open > .dropdown-toggle.btn.btn-info:hover,
.btn.btn-info:active:focus,
.btn.btn-info.active:focus,
.open > .dropdown-toggle.btn.btn-info:focus,
.btn.btn-info.focus:active,
.btn.btn-info.active.focus,
.open > .dropdown-toggle.btn.btn-info.focus {
  background-color: #31b0d5;
  border-color: #31b0d5;
}

.btn.btn-info.disabled:hover,
.btn.btn-info[disabled]:hover,
fieldset[disabled] .btn.btn-info:hover,
.btn.btn-info.disabled:focus,
.btn.btn-info[disabled]:focus,
fieldset[disabled] .btn.btn-info:focus,
.btn.btn-info.disabled.focus,
.btn.btn-info.focus[disabled],
fieldset[disabled] .btn.btn-info.focus {
  border-color: #31b0d5;
  background: #31b0d5;
}

.btn.btn-info:active,
.btn.btn-info.active,
.open > .dropdown-toggle.btn.btn-info {
  border-color: #31b0d5;
  background: #31b0d5;
}

/* ----------------------- BUTTON WARNING ----------------------- */

.btn.btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}

.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning:focus {
  background-color: #ec971f;
  border-color: #ec971f;
}

.btn.btn-warning:active:hover,
.btn.btn-warning.active:hover,
.open > .dropdown-toggle.btn.btn-warning:hover,
.btn.btn-warning:active:focus,
.btn.btn-warning.active:focus,
.open > .dropdown-toggle.btn.btn-warning:focus,
.btn.btn-warning.focus:active,
.btn.btn-warning.active.focus,
.open > .dropdown-toggle.btn.btn-warning.focus {
  background-color: #ec971f;
  border-color: #ec971f;
}

.btn.btn-warning.disabled:hover,
.btn.btn-warning[disabled]:hover,
fieldset[disabled] .btn.btn-warning:hover,
.btn.btn-warning.disabled:focus,
.btn.btn-warning[disabled]:focus,
fieldset[disabled] .btn.btn-warning:focus,
.btn.btn-warning.disabled.focus,
.btn.btn-warning.focus[disabled],
fieldset[disabled] .btn.btn-warning.focus {
  border-color: #ec971f;
  background: #ec971f;
}

.btn.btn-warning:active,
.btn.btn-warning.active,
.open > .dropdown-toggle.btn.btn-warning {
  border-color: #ec971f;
  background: #ec971f;
}

/* ----------------------- BUTTON DANGER ----------------------- */

.btn.btn-danger {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff;
}

.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger:focus {
  background-color: #c9302c;
  border-color: #c9302c;
}

.btn.btn-danger:active:hover,
.btn.btn-danger.active:hover,
.open > .dropdown-toggle.btn.btn-danger:hover,
.btn.btn-danger:active:focus,
.btn.btn-danger.active:focus,
.open > .dropdown-toggle.btn.btn-danger:focus,
.btn.btn-danger.focus:active,
.btn.btn-danger.active.focus,
.open > .dropdown-toggle.btn.btn-danger.focus {
  background-color: #c9302c;
  border-color: #c9302c;
}

.btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled]:hover,
fieldset[disabled] .btn.btn-danger:hover,
.btn.btn-danger.disabled:focus,
.btn.btn-danger[disabled]:focus,
fieldset[disabled] .btn.btn-danger:focus,
.btn.btn-danger.disabled.focus,
.btn.btn-danger.focus[disabled],
fieldset[disabled] .btn.btn-danger.focus {
  border-color: #c9302c;
  background: #c9302c;
}

.btn.btn-danger:active,
.btn.btn-danger.active,
.open > .dropdown-toggle.btn.btn-danger {
  border-color: #c9302c;
  background: #c9302c;
}

/* ----------------------- BUTTON WHITE ----------------------- */

.btn.btn-white {
  border-color: #e3e3e3;
  background: #fff;
  color: #333;
}

/* ----------------------- BUTTON BLACK ----------------------- */

.btn.btn-black {
  border-color: #111;
  background: #222;
  color: #fff;
}

.btn.btn-black:hover,
.btn.btn-black:active,
.btn.btn-black:focus {
  background: #111;
  border-color: #000;
}

/* ----------------------- BUTTON ALT ----------------------- */

.btn.btn-alt {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* ----------------------- BUTTON ALT DEFAULT ----------------------- */

.btn.btn-alt.btn-default {
  border-color: #e6e6e6;
  color: #333;
}

.btn.btn-alt.btn-default:hover,
.btn.btn-alt.btn-default:active,
.btn.btn-alt.btn-default:focus {
  border-color: #e6e6e6;
  background: #e6e6e6;
  color: #333;
}

/* ----------------------- BUTTON ALT SUCCESS ----------------------- */

.btn-alt.btn-success {
  border-color: #5cb85c;
  color: #5cb85c;
}

.btn-alt.btn-success:hover,
.btn-alt.btn-success:active,
.btn-alt.btn-success:focus {
  border-color: #5cb85c;
  background: #5cb85c;
  color: #fff;
}

/* ----------------------- BUTTON ALT INFO ----------------------- */

.btn-alt.btn-info {
  border-color: #5bc0de;
  color: #5bc0de;
}

.btn-alt.btn-info:hover,
.btn-alt.btn-info:active,
.btn-alt.btn-info:focus {
  border-color: #5bc0de;
  background: #5bc0de;
  color: #fff;
}

/* ----------------------- BUTTON ALT WARNING ----------------------- */

.btn-alt.btn-warning {
  border-color: #f0ad4e;
  color: #f0ad4e;
}

.btn-alt.btn-warning:hover,
.btn-alt.btn-warning:active,
.btn-alt.btn-warning:focus {
  border-color: #f0ad4e;
  background: #f0ad4e;
  color: #fff;
}

/* ----------------------- BUTTON ALT DANGER ----------------------- */

.btn-alt.btn-danger {
  border-color: #d9534f;
  color: #d9534f;
}

.btn-alt.btn-danger:hover,
.btn-alt.btn-danger:active,
.btn-alt.btn-danger:focus {
  border-color: #d9534f;
  background: #d9534f;
  color: #fff;
}

/* ----------------------- BUTTON ALT WHITE ----------------------- */

.btn-alt.btn-white {
  border-color: #fff;
  color: #fff;
}

.btn-alt.btn-white:hover,
.btn-alt.btn-white:active,
.btn-alt.btn-white:focus {
  border-color: #fff;
  background: rgba(255,255,255,.2);
  color: #fff;
}

/* ----------------------- BUTTON ALT BLACK ----------------------- */

.btn-alt.btn-black {
  border-color: #111;
  color: #111;
}

.btn-alt.btn-black:hover,
.btn-alt.btn-black:active,
.btn-alt.btn-black:focus {
  border-color: #000;
  background: #000;
  color: #fff;
}

/* ----------------------- BUTTON LINK ----------------------- */

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* ----------------------- PAGINATION ----------------------- */

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #444;
}

.pagination > li > a,
.pagination > li > span {
  color: #666;
}

/* ----------------------- TABS ----------------------- */

.nav > li > a {
  display: block !important;
}

.nav-tabs > li > a {
  color: #aaa;
}

.nav-tabs.tabs-alt {
  background: #ebeaea;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.nav-tabs.tabs-alt > li {
  border-right: 1px solid #ddd;
}

.nav-tabs.tabs-alt > li:last-child {
  border-right: 0 none;
}

.nav-tabs.tabs-alt > li > a {
  border: 0 none;
  border-top: 3px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 35px;
  padding: 0 15px 3px 15px;
}

.nav-tabs.tabs-alt > li.active > a,
.nav-tabs.tabs-alt > li.active > a:hover,
.nav-tabs.tabs-alt > li.active > a:focus {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.tab-content {
  border: 0;
  padding: 25px 0 0 0;
  margin: 0 0 25px 0;
}

.nav-tabs.nav-justified.tabs-alt > li > a {
  border: 0 none;
  border-top: 3px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 5px 3px 5px;
}

.nav-tabs.nav-justified.tabs-alt > .active > a,
.nav-tabs.nav-justified.tabs-alt > .active > a:hover,
.nav-tabs.nav-justified.tabs-alt > .active > a:focus {
  border: 0 none;
}

.nav-pills.nav-stacked > li {
  margin-right: 0;
}

.nav-stacked > li + li {
  margin-top: 5px;
}

.nav-pills > li {
  margin-right: 7px;
}

.nav-pills > li:last-child {
  margin-right: 0;
}

.nav-pills.nav-justified > li {
  margin-right: 0;
}

.nav-pills > li > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #999;
  padding: 5px 15px;
  background: #f5f5f5;
}

.nav-pills > li + li {
  margin-left: 0;
}

.nav-pills.nav-justified {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.nav-pills.nav-pills-large {
  margin-bottom: 25px;
}

.nav-pills.nav-pills-large > li > a {
  padding: 20px 5px;
  background: transparent;
  border: 1px solid #e3e3e3;
}

.nav-pills.nav-pills-large > li > a > i {
  font-size: 80px;
  line-height: 80px;
  display: block;
  margin: 0 0 15px 0;
  opacity: .3;
}

.tabs-xxl {
  margin-left: -15px;
  margin-right: -15px
}

.tabs-xxl .nav-justified > li {
  padding: 0 15px;
}

/* ----------------------- PANEL ----------------------- */

body.panel-active #panel {
  right: 0;
}

#panel {
  position: fixed;
  top: 0;
  width: 300px;
  height: 100%;
  padding: 0 25px;
  background-color: #333;
  color: #fff;
  border: 0 none;
  right: -300px;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  z-index: 9999;
  overflow-y: auto;
}

#panel h1,
#panel h2,
#panel h3,
#panel h4,
#panel h5,
#panel h6 {
  margin: 0 -25px 25px -25px;
  padding: 20px;
  line-height: 20px;
  font-size: 18px;
  background: #222;
  color: #fff;
}

#panel .btn-panel-close {
  position: absolute;
  height: 60px;
  width: 40px;
  line-height: 60px;
  text-align: center;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #fff;
}

#panel-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  background: rgba(0,0,0,.66);
  display: none;
  z-index: 8888;
}


/* ----------------------- LIST PANEL MENU ----------------------- */

ul.panel {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border: 0 none;
  background: transparent;
}

ul.panel li {
  border-top: 1px solid #444;
  position: relative;
}

ul.panel li a.panel-toggle {
  position: absolute;
  right:8px;
  top: 8px;
  width: 34px;
  height: 34px;
  line-height: 31px;
  text-align: center;
  font-size: 22px;
  background: #444;
  color: #999;
  cursor: pointer;
  padding: 0 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

ul.panel li a.panel-toggle:before {
  content: "+";
}

ul.panel li.panel-toggle-active > a.panel-toggle:before {
  content: "-";
}

ul.panel > li.item-hidden {
  display: none;
}

ul.panel li a {
  line-height: 34px;
  padding: 8px 40px 8px 20px;
  font-size: 15px;
  color: #fff;
  display: block;
}

ul.panel ul li a {
  padding-left: 45px;
}

ul.panel ul li ul li a {
  padding-left: 70px;
}

ul.panel ul li ul li ul li a {
  padding-left: 95px;
}

ul.panel ul li ul li ul li ul li a {
  padding-left: 120px;
}

ul.panel.child {
  display: none;
}

/*
ul.panel li.active > ul.panel.child {
  display: block;
}
*/

ul.panel.toplevel {
  margin: 0 -25px 25px -25px;
}

ul.panel > li.active > a.panel-toggle,
ul.panel > li.current > a.panel-toggle {
  color: #999;
}

ul.panel > li.active > ul > li.active > a.panel-toggle {
  color: #999;
}

ul.panel.toplevel > li:first-child a {
  padding-top: 0;
}

ul.panel.toplevel > li:first-child {
  border-top: 0 none;
}

ul.panel.toplevel > li:last-child a {
  padding-bottom: 0;
}



/* ----------------------- TOOLBAR ----------------------- */

#toolbar {
    font-size: 12px;
    background: #f0f0f0;
    border-bottom: 1px solid #eee;
}

#toolbar .mod-social {
  font-size: 15px;
}

#toolbar .col-left,
#toolbar .col-left > div {
  float: left;
}

#toolbar .col-right,
#toolbar .col-right > div {
  float: right;
}

#toolbar .col-left ul {
  float: left;
}

#toolbar .col-right ul {
  float: right;
}

#toolbar .col-left {
  margin-left: -10px;
}

#toolbar .col-right {
  margin-right: -10px;
}

#toolbar ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#toolbar ul li {
  padding: 0;
  margin: 0;
  float: left;
}

#toolbar a {
  padding: 0;
  margin: 0;
  float: left;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  display: block;
}

#toolbar a[href]:hover {
  color: #aaa;
}

#toolbar .mod-languages img {
  margin: 12px 4px 0 0;
  float: left;
}


/* ----------------------- MENU ----------------------- */

#menu {
  background: #fff;
  background: rgb(250 249 249 / 99%);
  z-index: 900;
  position: relative;
}

#menu.is_stuck {
  z-index: 1600;
}

#menu a.logo-text {
  float: left;
  line-height: 30px;
  font-size: 30px;
  padding: 25px 10px 25px 0;
  color: #333;
  position: relative;
  z-index: 10;
}

#menu a.logo-text:hover,
#menu a.logo-text:active,
#menu a.logo-text:focus {
  color: #111;
}

#menu a.logo-image {
  line-height: 85px;
  height: 80px;
  display: block;
  float: left;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 10;
}

/* 
#menu a.logo-image img {
  max-height: 70px;
}
*/

#menu a.logo-image-text {
  float: left;
  line-height: 30px;
  font-size: 30px;
  padding: 25px 10px 25px 0;
  color: #333;
  position: relative;
  z-index: 10;
}

#menu a.logo-image-text:hover,
#menu a.logo-image-text:active,
#menu a.logo-image-text:focus {
  color: #111;
}

#menu a.logo-image-text {
  line-height: 80px;
  height: 80px;
  display: block;
  float: left;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 10;
}

#menu a.logo-image-text img {
  max-height: 50px;
  margin-right: 10px;
  float: left;
  position: relative;
  top: 15px;
}

/* ----------------------- SLIDER ----------------------- */
.mod-id-95, .mod-id-104 {
	max-width: 500px;
    margin: 0 auto;
}
#slider {
    overflow: hidden;
    max-height: 650px;
    padding: 95px 0 85px;
    background: #027FAB !important;
    background-image: linear-gradient(70deg,#18eaff 0,#027FAB 50%) !important;
	text-align: center;
}


#slider:before {
    border: none;
    background-image: url(../images/background-3.png);
    left: 0;
    top: 123px;
    /* width: 100%; */
    width: 50%;
    height: 600px;
    position: absolute;
    content: "";
    z-index: 0;
    -webkit-transform: none;
    transform: none !important;
    /* z-index: 9999; */
}

#slider h1 {
	color: #fff;
    text-align: center;
    font-size: 41px;
	letter-spacing: -1px
}
#slider h2 {
	color:#fff;
}
#slider p {
	color:#fff;
    text-align: center;
    font-size: 18px;
}
#about {
    padding-top: 160px;
    padding-right: 0px;
    padding-bottom: 160px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: url(../images/servicesbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0;
}

/* ----------------------- SITETITLE + BREADCRUMBS ----------------------- */

#sitetitle {
    background-color: #494949;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    padding: 0;
    position: relative;
    color: #fff;
}

#sitetitle .sitetitle-content {
  position: relative;
  display: inline;
  z-index: 20;
}

#sitetitle h1.sitetitle {
  font-size: 18px;
  line-height: 22px;
}

#sitetitle h1.sitetitle.with-subline {
  margin: 0;
}

#sitetitle p.subline {
  font-size: 11px;
  line-height: 20px;
}

#sitetitle h1,
#sitetitle h2,
#sitetitle h3,
#sitetitle h4,
#sitetitle h5,
#sitetitle h6,
#sitetitle p {
  color: #333;
}

#sitetitle ul.breadcrumbs {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    /* float: right; */
    padding: 20px 0;
}

#sitetitle ul.breadcrumbs li {
  float: left;
  padding: 0;
}

#sitetitle ul.breadcrumbs li + li:before {
  content: "/";
  padding-left: 6px;
  padding-right: 2px;
  opacity: .33;
  
}

#sitetitle ul.breadcrumbs li:first-child {
  padding-left: 0;
}

#sitetitle ul.breadcrumbs li:last-child {
  padding-right: 0;
  color: #1AC6FF;
}

#sitetitle ul.breadcrumbs li a {
  color: #fff;
}

#sitetitle.color-white h1,
#sitetitle.color-white h2,
#sitetitle.color-white h3,
#sitetitle.color-white h4,
#sitetitle.color-white h5,
#sitetitle.color-white h6 {
  color: #fff;
}

#sitetitle.color-white p {
  color: #fff;
}

#sitetitle.color-white {
  color: #fff;
}

#sitetitle.color-white ul.breadcrumbs {
  color: #fff;
}

#sitetitle.color-white ul.breadcrumbs li a {
  color: #fff;
}

#sitetitle.sitetitle-padding-large {
  padding: 50px 0 25px 0;
}


/* ----------------------- MODULES TOP ----------------------- */

#modules-top {
	 background: #f9f9f9;
    padding: 40px 0 0;
   /*  border-bottom: 1px solid #e3e3e3; 
   
    border-bottom: 4px solid #d4d4d4;*/
    /* border-top: 4px solid #ff7b3b; */
}

.st-image-caption {
	margin: 20px 0 0;
}


/* ----------------------- MODULES BOTTOM TOP ----------------------- */

#modules-bottom-top {
  padding: 25px 0 0 0;
  border-top: 1px solid #e3e3e3;
}

#modules-bottom-line {
  border-top: 1px solid #e3e3e3;
}

/* ----------------------- MAIN CONTENT ----------------------- */
.container {
    width: 100%;
    padding: 0;
    max-width: 1420px;
}

#content {
  overflow: hidden;
  background: #f9f9f9;
  min-height: 100vh;
}

#content .col-left,
#content .col-right,
#content .col-main {
  padding: 20px 0 25px 0;
}

#content .content-with-col-left .col-main {
  padding-left: 20px;
}

#content .content-with-col-right .col-main {
  padding-right: 20px;
}

#content .col-left {
  padding-right: 50px;
}

#content .col-left:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20000px;
  background: #e3e3e3;
  top: 0;
  right: 14px;
}

#content .col-right {
  padding-left: 50px;
}

#content .col-right:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20000px;
  background: #e3e3e3;
  top: 0;
  left: 14px;
}
.col-main .item-page {
    max-width: 990px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.item-image {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 8px 14px rgb(0 0 0 / 18%);
    margin-bottom: 20px;
    /* max-width: 100%; */
    display: block;
    /* width: 50%; */
    /* max-height: 500px; */
    /* width: 100%; */
    text-align: center;
}
.item-image img {
	max-height: 420px;
}
.page-header h1 {font-size:41px;}
.item-page .page-header {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.item-page div[itemprop="articleBody"] {
    padding: 0;
    cursor: default;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.content-with-col-main .col-md-12 {padding:0;}
.module-inner-top .promo-module {margin-bottom:25px; display:block;}
.module-inner-top .promo-module.item-image{
	padding:15px;
	border-radius: 6px;
    border: 1px solid #efefef;
}

.module-inner-top .promo-module:hover img {
    -webkit-filter: sepia(20%);
    filter: sepia(20%);
}
.module-top-1 h1 {font-size:41px;}
.module-top-1 h2 {color:#333; margin-bottom:0;}
.module-top-1 p {
	font-size: 17px;
    line-height: 24px;

}
@media only screen and (max-width: 992px) {
	#slider {padding:20px;}
	#slider h1 {font-size:33px;}
	#slider p {
    text-align: center;
    font-size: 17px;
	}
	.container {padding:0 15px;}
	.item-page .page-header, .item-page .item-image {
		display: block;
		width: 100%;
	}
	
	.item-page div[itemprop="articleBody"] {
		width:100%;
		display:block;
		padding: 0 15px;
		
	}
	#menu a.logo-image img {
		/* max-width: 42px; */
		padding: 5px 0;
	}
	#menu .container {
		display: flex;
		width: 100%;
	}
	#menu a.logo-image {
		display: flex;
		line-height: unset;
		height: unset;
		float: none;
		padding: 0;
		max-width: 100px;
	}
	ul.sf-menu {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-left: auto !important;
	}
	ul.sf-menu > li.open-menu {
		display:flex;
	}
	ul.panel li {border-top:none;}
}
.ti-menu:before {
    content: "\e68e";
    font-size: 20px;
}

ul.panel > li.active > a, ul.panel > li.current > a {
    color: #309FFF !important
}
/* ----------------------- BOTTOM ----------------------- */

#modules-bottom-bottom {
  padding: 50px 0 25px 0;
  background: #363839;
  color: #8c8c8c;
}

#modules-bottom-bottom h1,
#modules-bottom-bottom h2,
#modules-bottom-bottom h3,
#modules-bottom-bottom h4,
#modules-bottom-bottom h5,
#modules-bottom-bottom h6 {
  color: #fff;
}

#modules-bottom-bottom .list-default.divider-yes > li {
  border-color: #555;
}

#modules-bottom-bottom a:not(.btn) {
  color: #ccc;
}

#modules-bottom-bottom a:not(.btn):hover,
#modules-bottom-bottom a:not(.btn):active,
#modules-bottom-bottom a:not(.btn):focus {
  color: #fff;
}

/* ----------------------- FOOTER ----------------------- */

#footer {
  background: #fff;
  padding: 20px 0 0 0;
  color: #000;
}

#footer p {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 20px;
}

#footer .col-left {
  float: left;
}

#footer .col-right {
  float: right;
  margin-right: -10px;
}

#footer a:not(.btn) {
  color: #000;
  font-weight:bold;
}

#footer a:not(.btn):hover,
#footer a:not(.btn):active,
#footer a:not(.btn):focus {
  color: #fff;
}

#footer .mod-social {
  display: block;
}

#footer .mod-social ul {
  list-style: none outside none;
  margin: 0 0 20px 0;
  padding: 0;
  float: right;
  font-size: 17px;
  line-height: 20px;
}

#footer .mod-social ul li {
  float: left;
}

#footer .mod-social ul li a {
  display: block;
  height: 20px;
  padding: 0 10px;
  color: #555;
}

#footer .mod-social ul li a:hover,
#footer .mod-social ul li a:active,
#footer .mod-social ul li a:focus {
  color: #777;
}


/* ----------------------- LIST SIDEBAR LEFT ----------------------- */

#content .col-left ul.sidebar {
  list-style: none outside none;
  margin: 0 -50px 25px 0;
  padding: 0;
}

#content .col-left ul.sidebar li {
  border-top: 1px solid #e3e3e3;
}

#content .col-left ul.sidebar > li:last-child {
  border-bottom: 1px solid #e3e3e3;
}

#content .col-left ul.sidebar > li.item-hidden {
  display: none;
}

#content .col-left ul.sidebar li a {
  line-height: 24px;
  padding: 8px 50px 8px 0;
  color: #333;
  display: block;
  border-right: 3px solid transparent;
}

#content .col-left ul.sidebar ul li a {
  padding-left: 25px;
}

#content .col-left ul.sidebar ul li ul li a {
  padding-left: 50px;
}

#content .col-left ul.sidebar ul li ul li ul li a {
  padding-left: 75px;
}

#content .col-left ul.sidebar ul li ul li ul li ul li a {
  padding-left: 100px;
}

/* ----------------------- LIST SIDEBAR RIGHT ----------------------- */

#content .col-right ul.sidebar {
  list-style: none outside none;
  margin: 55px 0 25px -50px;
  padding: 0;
}
#content .col-right ul.sidebar > li.active > a, #content .col-right ul.sidebar > li.current > a {
    border-left: 3px solid #521f06 !important;
    color: #521f06 !important;
}

#content .col-right ul.sidebar li {
  border-top: 1px solid #e3e3e3;
}

#content .col-right ul.sidebar > li:last-child {
  border-bottom: 1px solid #e3e3e3;
}

#content .col-right ul.sidebar > li.item-hidden {
  display: none;
}

#content .col-right ul.sidebar li a {
  line-height: 24px;
  padding: 8px 0 8px 50px;
  color: #333;
  display: block;
  border-left: 3px solid transparent;
}

#content .col-right ul.sidebar ul li a {
  padding-left: 75px;
}

#content .col-right ul.sidebar ul li ul li a {
  padding-left: 100px;
}

#content .col-right ul.sidebar ul li ul li ul li a {
  padding-left: 125px;
}

#content .col-right ul.sidebar ul li ul li ul li ul li a {
  padding-left: 150px;
}

/* ----------------------- FULLWIDTH AREAS ----------------------- */

.block {
  background-color: #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  position: relative;
  margin: 25px 0 50px 0;
  padding: 50px 0 25px 0;
  overflow: hidden;
}

.block .block-content {
  position: relative;
  display: block;
  width: 100%;
}

.block .ytplayer-container {
  position: absolute;
  top: 50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.block.bg-video-greyscale .ytplayer-container {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.block.padding-yes {
  padding-left: 30px;
  padding-right: 30px;
}

.bg-overlay {
  display: block;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.bg-overlay-solid {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  opacity: 1;
}

/* ----------------------- DEFAULT COLORS ----------------------- */

.color-success,
.text-success {
  color: #5cb85c !important;
}

.color-info,
.text-info {
  color: #5bc0de !important;
}

.color-warning,
.text-warning {
  color: #f0ad4e !important;
}

.color-danger,
.text-danger {
  color: #d9534f !important;
}

.color-white,
.text-white {
  color: #ffffff !important;
}

.color-light,
.text-light {
  color: #e3e3e3 !important;
}

.color-dark,
.text-dark {
  color: #1c1c1c !important;
}

.bg-color-success {
  background-color: #5cb85c !important;
}

.bg-color-info {
  background-color: #5bc0de !important;
}

.bg-color-warning {
  background-color: #f0ad4e !important;
}

.bg-color-danger {
  background-color: #d9534f !important;
}

.bg-color-light {
  background-color: #f5f5f5 !important;
}

.bg-color-dark {
  background-color: #1c1c1c !important;
}

.bg-color-white {
  background-color: #ffffff !important;
}

.bg-color-none {
  background-color:transparent !important;
}


.border-color-success {
  border-color: #5cb85c !important;
}

.border-color-info {
  border-color: #5bc0de !important;
}

.border-color-warning {
  border-color: #f0ad4e !important;
}

.border-color-danger {
  border-color: #d9534f !important;
}

.border-color-light {
  border-color: #f9f9f9 !important;
}

.border-color-dark {
  border-color: #1c1c1c !important;
}

.border-color-white {
  border-color: #ffffff !important;
}

.bg-color-none {
  background-color:transparent !important;
}


/* ----------------------- HEADLINES ----------------------- */

/* 
.page-header {
    padding: 0;
    margin: 20px 0;
    border-bottom: 2px solid #222;
}

*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 25px 0;
  font-weight: 700;
  color: #363636;
}

h1.page-header,
h2.page-header,
h3.page-header,
h4.page-header,
h5.page-header,
h6.page-header {
  margin: 0 0 25px 0;  
} 

.headline-with-lines {
  overflow: hidden;
  margin: 0;
  padding-bottom: 20px;
}

.headline-with-lines span {
  display: inline-block;
  position: relative;  
}
/* 
.headline-with-lines span:before,
.headline-with-lines span:after {
  content: "";
  position: absolute;
  height: 6px;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  top: 50%;
  margin-top: -3px;
  width: 2000px;
}
*/
.headline-with-lines span:before {
  right: 100%;
  margin-right: 15px;
}
.headline-with-lines span:after {
  left: 100%;
  margin-left: 15px;
}

.headline-blog a {
  color: #333;
}

.headline-blog a:hover,
.headline-blog a:active,
.headline-blog a:focus {
  color: #111;
}

p,
.lead {
  margin: 0 0 10px 0;
}

ul,
ol {
  margin: 0 0 10px 0;
}

pre {
  margin: 0 0 25px 0;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: .5px;
}

pre .value {
  opacity: .4;
}

/* ----------------------- TOTOP ----------------------- */

a.totop {
  bottom: -36px;
  display: block;
  font-size: 16px;
  right: 30px;
  position: fixed;
  text-align: center;
  width: 50px;
  height: 35px;
  line-height: 35px;
  z-index: 999;
  background: #027FAB;
  opacity: 0.7;
  color: #fff;
  cursor: pointer;
  -webkit-transition: bottom .2s ease-in-out 0s;
  -moz-transition: bottom .2s ease-in-out 0s;
  -ms-transition: bottom .2s ease-in-out 0s;
  -o-transition: bottom .2s ease-in-out 0s;
  transition: bottom .2s ease-in-out 0s;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

a.totop.visible {
  bottom: 0;
}

a.totop:hover, a.totop:active {
    background: #027FAB;
    opacity: 1;
	color: #fff;
}

/* ----------------------- RESPONSIVE EMBED ----------------------- */

.embed-responsive {
  background-color: #f5f5f5;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 33px 33px;
  margin: 0 0 25px 0;
}

/* ----------------------- DROPCAP ----------------------- */

.dropcap {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  margin-right: 15px;
  font-size: 35px;
  top: 6px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

.dropcap.alternative {
  width: auto;
  height: 65px;
  line-height: 65px;
  text-align: center;
  float: left;
  margin-right: 15px;
  font-size: 65px;
  top: -4px;
  color: #333;
  position: relative;
  background: transparent;
  text-transform: uppercase;
}

form.well {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
}


select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  width: 100%;
}

.form-control:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

select[multiple], select[size] {
  height: 34px;
}


select.invalid,
textarea.invalid,
input[type="text"].invalid,
input[type="password"].invalid,
input[type="datetime"].invalid,
input[type="datetime-local"].invalid,
input[type="date"].invalid,
input[type="month"].invalid,
input[type="time"].invalid,
input[type="week"].invalid,
input[type="number"].invalid,
input[type="email"].invalid,
input[type="url"].invalid,
input[type="search"].invalid,
input[type="tel"].invalid,
input[type="color"].invalid {
  border-color: #a94442;
  background: #fbeded;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bold {
  font-weight: 700;
}

iframe {
  border: medium none;
  width: 100%;
}

.flex-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.4%;
  padding-top: 25px;
  position: relative;
}

.flex-video.widescreen {
  padding-bottom: 50%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video.youtube {
  padding-top: 0;
}

.flex-video.html5 {
  padding-top: 0;
}

.flex-video .video-js {
  width: 100%;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}



img {
  max-width: 100%;
  float: none;
}

.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

ul.list-inline {
  margin: 0;
}

ul.list-inline > li:first-child {
  padding-left: 0;
}

ul.list-inline > li:last-child {
  padding-right: 0;
}

.alert {
  padding: 20px;
  border: 0 none;
  color: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #f5f5f5;
  margin: 0 0 25px 8px;
  position: relative;
}

.alert:before {
  content: "";
  width: 3px;
  position: absolute;
  left: -8px;
  top: 0;
  height: 100%;
  display: block;
  background: #999;
}

.alert > div *:last-child {
  margin-bottom: 0;
}

.alert-close-no .close {
  display: none !important;
  visibility: hidden;
}

.alert .close {
  font-size: 21px;
  line-height: 22px;
  right: 0;
  top: 0;
}

.alert.alert-danger:before,
.alert.alert-error:before {
  background: #d9534f;
}

.alert.alert-danger,
.alert.alert-error {
  background: #fbeded;
}

.alert.alert-danger strong,
.alert.alert-danger b,
.alert.alert-error strong,
.alert.alert-error b {
  color: #d9534f;
}

.alert.alert-warning:before {
  background: #f0ad4e;
}

.alert.alert-warning {
  background: #fdf7ed;
}

.alert.alert-warning strong,
.alert.alert-warning b {
  color: #f0ad4e;
}

.alert.alert-info:before,
.alert.alert-notice:before {
  background: #5bc0de;
}

.alert.alert-info,
.alert.alert-notice {
  background: #eef9fc;
}

.alert.alert-info strong,
.alert.alert-info b,
.alert.alert-notice strong,
.alert.alert-notice b {
  color: #5bc0de;
}

.alert.alert-success:before {
  background: #5cb85c;
}

.alert.alert-success {
  border-left-color: #5cb85c;
  background: #eef8ee;
}

.alert.alert-success strong,
.alert.alert-success b {
  color: #5cb85c;
}

.alert.alert-light,
.alert.alert-message {
  border-left-color: #999;
  background-color: #f5f5f5;
}

.alert.alert-light strong,
.alert.alert-light b {
  color: #999;
}

.alert.alert-dark {
  border-left-color: #111;
  background-color: #444;
}

.alert.alert-dark strong,
.alert.alert-dark b {
  color: #111;
}

.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt-1 {
  margin-top: -1px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt-31 {
  margin-top: -31px !important;
}

.mt-32 {
  margin-top: -32px !important;
}

.mt-35 {
  margin-top: -35px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.mt-45 {
  margin-top: -45px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mt-51 {
  margin-top: -51px !important;
}

.mt-55 {
  margin-top: -55px !important;
}

.mt-60 {
  margin-top: -60px !important;
}

.mt-65 {
  margin-top: -65px !important;
}

.mt-70 {
  margin-top: -70px !important;
}

.mt-75 {
  margin-top: -75px !important;
}

.mt-80 {
  margin-top: -80px !important;
}

.mt-85 {
  margin-top: -85px !important;
}

.mt-90 {
  margin-top: -90px !important;
}

.mt-95 {
  margin-top: -95px !important;
}

.mt-100 {
  margin-top: -100px !important;
}

.mb-1 {
  margin-bottom: -1px !important;
}

.mb-5 {
  margin-bottom: -5px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.mb-15 {
  margin-bottom: -15px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.mb-25 {
  margin-bottom: -25px !important;
}

.mb-26 {
  margin-bottom: -26px !important;
}

.mb-30 {
  margin-bottom: -30px !important;
}

.mb-35 {
  margin-bottom: -35px !important;
}

.mb-40 {
  margin-bottom: -40px !important;
}

.mb-45 {
  margin-bottom: -45px !important;
}

.mb-50 {
  margin-bottom: -50px !important;
}

.mb-55 {
  margin-bottom: -55px !important;
}

.mb-60 {
  margin-bottom: -60px !important;
}

.mb-65 {
  margin-bottom: -65px !important;
}

.mb-70 {
  margin-bottom: -70px !important;
}

.mb-75 {
  margin-bottom: -75px !important;
}

.mb-80 {
  margin-bottom: -80px !important;
}

.mb-85 {
  margin-bottom: -85px !important;
}

.mb-90 {
  margin-bottom: -90px !important;
}

.mb-95 {
  margin-bottom: -95px !important;
}

.mb-100 {
  margin-bottom: -100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.spacer {
  width: 100% !important;
  float: none;
  clear: both;
  display: block;
}

.spacer:before, .spacer:after {
  content: "";
  clear: both;
  height: 0;
}

.spacer.height-1 {
  height: 1px;
}

.spacer.height-2 {
  height: 2px;
}

.spacer.height-3 {
  height: 3px;
}

.spacer.height-4 {
  height: 4px;
}

.spacer.height-5 {
  height: 5px;
}

.spacer.height-6 {
  height: 6px;
}

.spacer.height-7 {
  height: 7px;
}

.spacer.height-8 {
  height: 8px;
}

.spacer.height-9 {
  height: 9px;
}

.spacer.height-10 {
  height: 10px;
}

.spacer.height-15 {
  height: 15px;
}

.spacer.height-20 {
  height: 20px;
}

.spacer.height-25 {
  height: 25px;
}

.spacer.height-30 {
  height: 30px;
}

.spacer.height-35 {
  height: 35px;
}

.spacer.height-40 {
  height: 40px;
}

.spacer.height-45 {
  height: 45px;
}

.spacer.height-50 {
  height: 50px;
}

.spacer.height-55 {
  height: 55px;
}

.spacer.height-60 {
  height: 60px;
}

.spacer.height-65 {
  height: 65px;
}

.spacer.height-70 {
  height: 70px;
}

.spacer.height-75 {
  height: 75px;
}

.spacer.height-80 {
  height: 80px;
}

.spacer.height-85 {
  height: 85px;
}

.spacer.height-90 {
  height: 90px;
}

.spacer.height-95 {
  height: 95px;
}

.spacer.height-100 {
  height: 100px;
}

.tooltip-inner {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 11px;
  padding: 6px 12px;
}





/*** ESSENTIAL STYLES ***/



ul.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 25px;
	z-index: 99;
}

ul.sf-menu li:hover > ul,
ul.sf-menu li.hover > ul {
	display: block;
}

ul.sf-menu a {
	display: block;
	position: relative;
}

ul.sf-menu ul ul {
	top: -3px;
	left: 100%;
}

ul.sf-menu {
	margin: 0;
	position: relative;
  float: right;
}

ul.sf-menu li {
	white-space: nowrap;
	*white-space: normal;
}

ul.sf-menu li ul li {
	white-space: nowrap;
	*white-space: normal;
	border-bottom: 1px solid #e3e2e3;
	position: relative;
	display: block;
}

ul.sf-menu > li {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  float: left;
}

ul.sf-menu > li li {
  text-align: left;
}

ul.sf-menu > li.item-megamenu {
  position: static;
}

ul.sf-menu > li:first-child {
  padding-left: 0;
}

ul.sf-menu a {
	padding: 10px 15px;
	color: #6c6c6c;
	text-decoration: none;
	zoom: 1;
}
/* 
ul.sf-menu ul {
	min-width: 12em;
	border-top: 3px solid #027FAB;
	background: #edecec;
	box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
}
*/
ul.sf-menu ul {
    min-width: 15em;
    border-top: 3px solid #027FAB;
    background: #ffffff;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
    padding: 20px;
    border: 3px solid #ccc;
}

ul.sf-menu > li > a {
    padding: 30px 0 27px 0;
    border-top: none;
    line-height: 24px;
    font-size: 19px;
    border-bottom: 6px solid transparent;
    font-weight: 400;
    /* margin-bottom: -6px; */
    letter-spacing: -0.5px;
    margin: 0 0 0 30px;
}

ul.sf-menu > li:hover > a {
  border-color: #027FAB;
}

ul.sf-menu > li ul > li:hover > a {
  background: #f5f5f5;
}

ul.sf-menu > li ul > li ul > li:hover > a {
  background: #f5f5f5;
}

ul.sf-menu > li ul > li ul > li ul > li:hover > a {
  background: #f5f5f5;
}
ul.sf-menu > li.active > a {color:#027FAB;}

ul.sf-menu > li.active > a,
ul.sf-menu > li.active:hover > a {
  border-top: none;
}
 ul.sf-menu > li.active:hover > a {
    border-bottom: 6px solid #027FAB;
}

ul.sf-menu > li ul li.active > a,
ul.sf-menu > li ul li.active:hover > a {
  background: #f5f5f5;
}

ul.sf-menu > li.item-megamenu ul li.item-hidden a.hidden {
  opacity: 0;
  visibility: hidden;
  display: block !important;
}

ul.sf-menu > li.item-megamenu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: auto;
  right: 0;
  z-index: 99;
  width: 100%;
}

ul.sf-menu li:hover > .sf-mega,
ul.sf-menu li.hover > .sf-mega {
  display: block;
}

ul.sf-menu > li.item-megamenu ul a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}




ul.sf-menu .sf-mega {
  width: 100%;
}


/*** mega menu dropdown ***/
.sf-mega {
  width: 100%;
}



ul.sf-menu > li.item-megamenu ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0; 
}

ul.sf-menu > li.item-megamenu.megamenu-lg-5 ul {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  -ms-column-count: 5;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0; 
}

ul.sf-menu > li.item-megamenu.megamenu-lg-4 ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0; 
}

ul.sf-menu > li.item-megamenu.megamenu-lg-3 ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0; 
}

ul.sf-menu > li.item-megamenu.megamenu-lg-2 ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0; 
}

ul.sf-menu > li.item-megamenu.megamenu-lg-1 ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  -ms-column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0; 
}

ul.sf-menu > li.item-megamenu ul li {
  border-right: 1px solid #e3e2e3;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

ul.sf-menu > li.open-menu {
  display: none;
}

ul.sf-menu > li.open-menu > a {
  font-size: 28px;
  line-height: 34px;
  width: 34px;
  height: 34px;
  border: 0 none;
  background: transparent;
  color: #333;
  padding: 0;
  margin: 23px 0;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}


ul.sf-menu > li.open-menu:hover > a {
  color: #333;
}

ul.sf-menu > li.open-menu > a:hover {
  color: #333;
}



/* - - - - - - - - - - - - - - - - - NIVO LIGHTBOX MAIN STYLES - - - - - - - - - - - - - - - - -  */

.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}

.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}

.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}

.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

.nivo-lightbox-nav {
  display: none;
}

.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}

.nivo-lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
}

.nivo-lightbox-image {
  text-align: center;
}

.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  cursor: pointer;
}

.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}

/* - - - - - - - - - - - - - - - - - EFFECTS GENERAL - - - - - - - - - - - - - - - - -  */

.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}



/* - - - - - - - - - - - - - - - - - WS-THEME NIVO THEME - - - - - - - - - - - - - - - - -  */

.nivo-lightbox-theme-wstheme .nivo-lightbox-wrap {
  top: 50px;
  left: 0;
  right: 0;
  bottom: 50px;
}

.nivo-lightbox-theme-wstheme.nivo-lightbox-overlay {
  background: #666;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%);
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#e6000000',GradientType=1 );
}

.nivo-lightbox-theme-wstheme .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(../images/lightbox/loading.gif) no-repeat 50% 50%;
  background-size: 32px 32px;
}

.nivo-lightbox-theme-wstheme .nivo-lightbox-nav {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #111;
  background-color: rgba(0,0,0,.75);
  background-size: 50px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  margin-top: -25px;
}

.nivo-lightbox-theme-wstheme .nivo-lightbox-nav:hover {
  background-color: #000;
}

.nivo-lightbox-theme-wstheme .nivo-lightbox-prev {
  top: 50%;
  left: 0;
  background-image: url(../images/lightbox/lightbox-left.png);
}

.nivo-lightbox-theme-wstheme .nivo-lightbox-next {
  top: 50%;
  right: 0;
  background-image: url(../images/lightbox/lightbox-right.png);
}

.nivo-lightbox-theme-wstheme .nivo-lightbox-close {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-image: url(../images/lightbox/lightbox-close.png);
  background-color: #111;
  background-color: rgba(0,0,0,.75);
  background-size: 50px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

.nivo-lightbox-theme-wstheme .nivo-lightbox-close:hover {
  background-color: #000;
}

.nivo-lightbox-theme-wstheme .nivo-lightbox-title-wrap {
  bottom: -50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

.nivo-lightbox-theme-wstheme .nivo-lightbox-title {
  font-size: 13px;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nivo-lightbox-theme-wstheme .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.nivo-lightbox-theme-wstheme .nivo-lightbox-ajax,
.nivo-lightbox-theme-wstheme .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.nivo-lightbox-theme-wstheme .nivo-lightbox-inline {
  max-width: 500px;
  margin: 0 auto;
}






/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
	text-align: center;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0px;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0px;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}


.tooltipster-sidetip.tooltipster-borderless .tooltipster-box{border:none;background:#1b1b1b;background:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow{height:8px;margin-left:-8px;width:16px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow{height:16px;margin-left:0;margin-top:-8px;width:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border{border:8px solid transparent}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#1b1b1b;border-bottom-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border{border-left-color:#1b1b1b;border-left-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border{border-right-color:#1b1b1b;border-right-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border{border-top-color:#1b1b1b;border-top-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped{top:-8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped{left:-8px}

.row.row-margin-0 {
  margin-left: 0;
  margin-right: 0;
}

.row.row-margin-0 .col-xs-1,
.row.row-margin-0 .col-sm-1,
.row.row-margin-0 .col-md-1,
.row.row-margin-0 .col-lg-1,
.row.row-margin-0 .col-xs-2,
.row.row-margin-0 .col-sm-2,
.row.row-margin-0 .col-md-2,
.row.row-margin-0 .col-lg-2,
.row.row-margin-0 .col-xs-3,
.row.row-margin-0 .col-sm-3,
.row.row-margin-0 .col-md-3,
.row.row-margin-0 .col-lg-3,
.row.row-margin-0 .col-xs-4,
.row.row-margin-0 .col-sm-4,
.row.row-margin-0 .col-md-4,
.row.row-margin-0 .col-lg-4,
.row.row-margin-0 .col-xs-5,
.row.row-margin-0 .col-sm-5,
.row.row-margin-0 .col-md-5,
.row.row-margin-0 .col-lg-5,
.row.row-margin-0 .col-xs-6,
.row.row-margin-0 .col-sm-6,
.row.row-margin-0 .col-md-6,
.row.row-margin-0 .col-lg-6,
.row.row-margin-0 .col-xs-7,
.row.row-margin-0 .col-sm-7,
.row.row-margin-0 .col-md-7,
.row.row-margin-0 .col-lg-7,
.row.row-margin-0 .col-xs-8,
.row.row-margin-0 .col-sm-8,
.row.row-margin-0 .col-md-8,
.row.row-margin-0 .col-lg-8,
.row.row-margin-0 .col-xs-9,
.row.row-margin-0 .col-sm-9,
.row.row-margin-0 .col-md-9,
.row.row-margin-0 .col-lg-9,
.row.row-margin-0 .col-xs-10,
.row.row-margin-0 .col-sm-10,
.row.row-margin-0 .col-md-10,
.row.row-margin-0 .col-lg-10,
.row.row-margin-0 .col-xs-11,
.row.row-margin-0 .col-sm-11,
.row.row-margin-0 .col-md-11,
.row.row-margin-0 .col-lg-11,
.row.row-margin-0 .col-xs-12,
.row.row-margin-0 .col-sm-12,
.row.row-margin-0 .col-md-12,
.row.row-margin-0 .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

.row.row-margin-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row.row-margin-10 .col-xs-1,
.row.row-margin-10 .col-sm-1,
.row.row-margin-10 .col-md-1,
.row.row-margin-10 .col-lg-1,
.row.row-margin-10 .col-xs-2,
.row.row-margin-10 .col-sm-2,
.row.row-margin-10 .col-md-2,
.row.row-margin-10 .col-lg-2,
.row.row-margin-10 .col-xs-3,
.row.row-margin-10 .col-sm-3,
.row.row-margin-10 .col-md-3,
.row.row-margin-10 .col-lg-3,
.row.row-margin-10 .col-xs-4,
.row.row-margin-10 .col-sm-4,
.row.row-margin-10 .col-md-4,
.row.row-margin-10 .col-lg-4,
.row.row-margin-10 .col-xs-5,
.row.row-margin-10 .col-sm-5,
.row.row-margin-10 .col-md-5,
.row.row-margin-10 .col-lg-5,
.row.row-margin-10 .col-xs-6,
.row.row-margin-10 .col-sm-6,
.row.row-margin-10 .col-md-6,
.row.row-margin-10 .col-lg-6,
.row.row-margin-10 .col-xs-7,
.row.row-margin-10 .col-sm-7,
.row.row-margin-10 .col-md-7,
.row.row-margin-10 .col-lg-7,
.row.row-margin-10 .col-xs-8,
.row.row-margin-10 .col-sm-8,
.row.row-margin-10 .col-md-8,
.row.row-margin-10 .col-lg-8,
.row.row-margin-10 .col-xs-9,
.row.row-margin-10 .col-sm-9,
.row.row-margin-10 .col-md-9,
.row.row-margin-10 .col-lg-9,
.row.row-margin-10 .col-xs-10,
.row.row-margin-10 .col-sm-10,
.row.row-margin-10 .col-md-10,
.row.row-margin-10 .col-lg-10,
.row.row-margin-10 .col-xs-11,
.row.row-margin-10 .col-sm-11,
.row.row-margin-10 .col-md-11,
.row.row-margin-10 .col-lg-11,
.row.row-margin-10 .col-xs-12,
.row.row-margin-10 .col-sm-12,
.row.row-margin-10 .col-md-12,
.row.row-margin-10 .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.row-margin-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.row.row-margin-30 .col-xs-1,
.row.row-margin-30 .col-sm-1,
.row.row-margin-30 .col-md-1,
.row.row-margin-30 .col-lg-1,
.row.row-margin-30 .col-xs-2,
.row.row-margin-30 .col-sm-2,
.row.row-margin-30 .col-md-2,
.row.row-margin-30 .col-lg-2,
.row.row-margin-30 .col-xs-3,
.row.row-margin-30 .col-sm-3,
.row.row-margin-30 .col-md-3,
.row.row-margin-30 .col-lg-3,
.row.row-margin-30 .col-xs-4,
.row.row-margin-30 .col-sm-4,
.row.row-margin-30 .col-md-4,
.row.row-margin-30 .col-lg-4,
.row.row-margin-30 .col-xs-5,
.row.row-margin-30 .col-sm-5,
.row.row-margin-30 .col-md-5,
.row.row-margin-30 .col-lg-5,
.row.row-margin-30 .col-xs-6,
.row.row-margin-30 .col-sm-6,
.row.row-margin-30 .col-md-6,
.row.row-margin-30 .col-lg-6,
.row.row-margin-30 .col-xs-7,
.row.row-margin-30 .col-sm-7,
.row.row-margin-30 .col-md-7,
.row.row-margin-30 .col-lg-7,
.row.row-margin-30 .col-xs-8,
.row.row-margin-30 .col-sm-8,
.row.row-margin-30 .col-md-8,
.row.row-margin-30 .col-lg-8,
.row.row-margin-30 .col-xs-9,
.row.row-margin-30 .col-sm-9,
.row.row-margin-30 .col-md-9,
.row.row-margin-30 .col-lg-9,
.row.row-margin-30 .col-xs-10,
.row.row-margin-30 .col-sm-10,
.row.row-margin-30 .col-md-10,
.row.row-margin-30 .col-lg-10,
.row.row-margin-30 .col-xs-11,
.row.row-margin-30 .col-sm-11,
.row.row-margin-30 .col-md-11,
.row.row-margin-30 .col-lg-11,
.row.row-margin-30 .col-xs-12,
.row.row-margin-30 .col-sm-12,
.row.row-margin-30 .col-md-12,
.row.row-margin-30 .col-lg-12 {
  padding-left: 30px;
  padding-right: 30px;
}

.row.row-margin-50 {
  margin-left: -50px;
  margin-right: -50px;
}

.row.row-margin-50 .col-xs-1,
.row.row-margin-50 .col-sm-1,
.row.row-margin-50 .col-md-1,
.row.row-margin-50 .col-lg-1,
.row.row-margin-50 .col-xs-2,
.row.row-margin-50 .col-sm-2,
.row.row-margin-50 .col-md-2,
.row.row-margin-50 .col-lg-2,
.row.row-margin-50 .col-xs-3,
.row.row-margin-50 .col-sm-3,
.row.row-margin-50 .col-md-3,
.row.row-margin-50 .col-lg-3,
.row.row-margin-50 .col-xs-4,
.row.row-margin-50 .col-sm-4,
.row.row-margin-50 .col-md-4,
.row.row-margin-50 .col-lg-4,
.row.row-margin-50 .col-xs-5,
.row.row-margin-50 .col-sm-5,
.row.row-margin-50 .col-md-5,
.row.row-margin-50 .col-lg-5,
.row.row-margin-50 .col-xs-6,
.row.row-margin-50 .col-sm-6,
.row.row-margin-50 .col-md-6,
.row.row-margin-50 .col-lg-6,
.row.row-margin-50 .col-xs-7,
.row.row-margin-50 .col-sm-7,
.row.row-margin-50 .col-md-7,
.row.row-margin-50 .col-lg-7,
.row.row-margin-50 .col-xs-8,
.row.row-margin-50 .col-sm-8,
.row.row-margin-50 .col-md-8,
.row.row-margin-50 .col-lg-8,
.row.row-margin-50 .col-xs-9,
.row.row-margin-50 .col-sm-9,
.row.row-margin-50 .col-md-9,
.row.row-margin-50 .col-lg-9,
.row.row-margin-50 .col-xs-10,
.row.row-margin-50 .col-sm-10,
.row.row-margin-50 .col-md-10,
.row.row-margin-50 .col-lg-10,
.row.row-margin-50 .col-xs-11,
.row.row-margin-50 .col-sm-11,
.row.row-margin-50 .col-md-11,
.row.row-margin-50 .col-lg-11,
.row.row-margin-50 .col-xs-12,
.row.row-margin-50 .col-sm-12,
.row.row-margin-50 .col-md-12,
.row.row-margin-50 .col-lg-12 {
  padding-left: 50px;
  padding-right: 50px;
}





[class^="fa-"], [class*=" fa-"], .icon-edit {
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-edit:before {
  content: "\f040";
}

@font-face {
	font-family: 'themify';
	src:url('../fonts/themify.eot?-fvbane');
	src:url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('../fonts/themify.woff?-fvbane') format('woff'),
		url('../fonts/themify.ttf?-fvbane') format('truetype'),
		url('../fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}

.ti-wand:before {
	content: "\e600";
}
.ti-volume:before {
	content: "\e601";
}
.ti-user:before {
	content: "\e602";
}
.ti-unlock:before {
	content: "\e603";
}
.ti-unlink:before {
	content: "\e604";
}
.ti-trash:before {
	content: "\e605";
}
.ti-thought:before {
	content: "\e606";
}
.ti-target:before {
	content: "\e607";
}
.ti-tag:before {
	content: "\e608";
}
.ti-tablet:before {
	content: "\e609";
}
.ti-star:before {
	content: "\e60a";
}
.ti-spray:before {
	content: "\e60b";
}
.ti-signal:before {
	content: "\e60c";
}
.ti-shopping-cart:before {
	content: "\e60d";
}
.ti-shopping-cart-full:before {
	content: "\e60e";
}
.ti-settings:before {
	content: "\e60f";
}
.ti-search:before {
	content: "\e610";
}
.ti-zoom-in:before {
	content: "\e611";
}
.ti-zoom-out:before {
	content: "\e612";
}
.ti-cut:before {
	content: "\e613";
}
.ti-ruler:before {
	content: "\e614";
}
.ti-ruler-pencil:before {
	content: "\e615";
}
.ti-ruler-alt:before {
	content: "\e616";
}
.ti-bookmark:before {
	content: "\e617";
}
.ti-bookmark-alt:before {
	content: "\e618";
}
.ti-reload:before {
	content: "\e619";
}
.ti-plus:before {
	content: "\e61a";
}
.ti-pin:before {
	content: "\e61b";
}
.ti-pencil:before {
	content: "\e61c";
}
.ti-pencil-alt:before {
	content: "\e61d";
}
.ti-paint-roller:before {
	content: "\e61e";
}
.ti-paint-bucket:before {
	content: "\e61f";
}
.ti-na:before {
	content: "\e620";
}
.ti-mobile:before {
	content: "\e621";
}
.ti-minus:before {
	content: "\e622";
}
.ti-medall:before {
	content: "\e623";
}
.ti-medall-alt:before {
	content: "\e624";
}
.ti-marker:before {
	content: "\e625";
}
.ti-marker-alt:before {
	content: "\e626";
}
.ti-arrow-up:before {
	content: "\e627";
}
.ti-arrow-right:before {
	content: "\e628";
}
.ti-arrow-left:before {
	content: "\e629";
}
.ti-arrow-down:before {
	content: "\e62a";
}
.ti-lock:before {
	content: "\e62b";
}
.ti-location-arrow:before {
	content: "\e62c";
}
.ti-link:before {
	content: "\e62d";
}
.ti-layout:before {
	content: "\e62e";
}
.ti-layers:before {
	content: "\e62f";
}
.ti-layers-alt:before {
	content: "\e630";
}
.ti-key:before {
	content: "\e631";
}
.ti-import:before {
	content: "\e632";
}
.ti-image:before {
	content: "\e633";
}
.ti-heart:before {
	content: "\e634";
}
.ti-heart-broken:before {
	content: "\e635";
}
.ti-hand-stop:before {
	content: "\e636";
}
.ti-hand-open:before {
	content: "\e637";
}
.ti-hand-drag:before {
	content: "\e638";
}
.ti-folder:before {
	content: "\e639";
}
.ti-flag:before {
	content: "\e63a";
}
.ti-flag-alt:before {
	content: "\e63b";
}
.ti-flag-alt-2:before {
	content: "\e63c";
}
.ti-eye:before {
	content: "\e63d";
}
.ti-export:before {
	content: "\e63e";
}
.ti-exchange-vertical:before {
	content: "\e63f";
}
.ti-desktop:before {
	content: "\e640";
}
.ti-cup:before {
	content: "\e641";
}
.ti-crown:before {
	content: "\e642";
}
.ti-comments:before {
	content: "\e643";
}
.ti-comment:before {
	content: "\e644";
}
.ti-comment-alt:before {
	content: "\e645";
}
.ti-close:before {
	content: "\e646";
}
.ti-clip:before {
	content: "\e647";
}
.ti-angle-up:before {
	content: "\e648";
}
.ti-angle-right:before {
	content: "\e649";
}
.ti-angle-left:before {
	content: "\e64a";
}
.ti-angle-down:before {
	content: "\e64b";
}
.ti-check:before {
	content: "\e64c";
}
.ti-check-box:before {
	content: "\e64d";
}
.ti-camera:before {
	content: "\e64e";
}
.ti-announcement:before {
	content: "\e64f";
}
.ti-brush:before {
	content: "\e650";
}
.ti-briefcase:before {
	content: "\e651";
}
.ti-bolt:before {
	content: "\e652";
}
.ti-bolt-alt:before {
	content: "\e653";
}
.ti-blackboard:before {
	content: "\e654";
}
.ti-bag:before {
	content: "\e655";
}
.ti-move:before {
	content: "\e656";
}
.ti-arrows-vertical:before {
	content: "\e657";
}
.ti-arrows-horizontal:before {
	content: "\e658";
}
.ti-fullscreen:before {
	content: "\e659";
}
.ti-arrow-top-right:before {
	content: "\e65a";
}
.ti-arrow-top-left:before {
	content: "\e65b";
}
.ti-arrow-circle-up:before {
	content: "\e65c";
}
.ti-arrow-circle-right:before {
	content: "\e65d";
}
.ti-arrow-circle-left:before {
	content: "\e65e";
}
.ti-arrow-circle-down:before {
	content: "\e65f";
}
.ti-angle-double-up:before {
	content: "\e660";
}
.ti-angle-double-right:before {
	content: "\e661";
}
.ti-angle-double-left:before {
	content: "\e662";
}
.ti-angle-double-down:before {
	content: "\e663";
}
.ti-zip:before {
	content: "\e664";
}
.ti-world:before {
	content: "\e665";
}
.ti-wheelchair:before {
	content: "\e666";
}
.ti-view-list:before {
	content: "\e667";
}
.ti-view-list-alt:before {
	content: "\e668";
}
.ti-view-grid:before {
	content: "\e669";
}
.ti-uppercase:before {
	content: "\e66a";
}
.ti-upload:before {
	content: "\e66b";
}
.ti-underline:before {
	content: "\e66c";
}
.ti-truck:before {
	content: "\e66d";
}
.ti-timer:before {
	content: "\e66e";
}
.ti-ticket:before {
	content: "\e66f";
}
.ti-thumb-up:before {
	content: "\e670";
}
.ti-thumb-down:before {
	content: "\e671";
}
.ti-text:before {
	content: "\e672";
}
.ti-stats-up:before {
	content: "\e673";
}
.ti-stats-down:before {
	content: "\e674";
}
.ti-split-v:before {
	content: "\e675";
}
.ti-split-h:before {
	content: "\e676";
}
.ti-smallcap:before {
	content: "\e677";
}
.ti-shine:before {
	content: "\e678";
}
.ti-shift-right:before {
	content: "\e679";
}
.ti-shift-left:before {
	content: "\e67a";
}
.ti-shield:before {
	content: "\e67b";
}
.ti-notepad:before {
	content: "\e67c";
}
.ti-server:before {
	content: "\e67d";
}
.ti-quote-right:before {
	content: "\e67e";
}
.ti-quote-left:before {
	content: "\e67f";
}
.ti-pulse:before {
	content: "\e680";
}
.ti-printer:before {
	content: "\e681";
}
.ti-power-off:before {
	content: "\e682";
}
.ti-plug:before {
	content: "\e683";
}
.ti-pie-chart:before {
	content: "\e684";
}
.ti-paragraph:before {
	content: "\e685";
}
.ti-panel:before {
	content: "\e686";
}
.ti-package:before {
	content: "\e687";
}
.ti-music:before {
	content: "\e688";
}
.ti-music-alt:before {
	content: "\e689";
}
.ti-mouse:before {
	content: "\e68a";
}
.ti-mouse-alt:before {
	content: "\e68b";
}
.ti-money:before {
	content: "\e68c";
}
.ti-microphone:before {
	content: "\e68d";
}
.ti-menu:before {
	content: "\e68e";
}
.ti-menu-alt:before {
	content: "\e68f";
}
.ti-map:before {
	content: "\e690";
}
.ti-map-alt:before {
	content: "\e691";
}
.ti-loop:before {
	content: "\e692";
}
.ti-location-pin:before {
	content: "\e693";
}
.ti-list:before {
	content: "\e694";
}
.ti-light-bulb:before {
	content: "\e695";
}
.ti-Italic:before {
	content: "\e696";
}
.ti-info:before {
	content: "\e697";
}
.ti-infinite:before {
	content: "\e698";
}
.ti-id-badge:before {
	content: "\e699";
}
.ti-hummer:before {
	content: "\e69a";
}
.ti-home:before {
	content: "\e69b";
}
.ti-help:before {
	content: "\e69c";
}
.ti-headphone:before {
	content: "\e69d";
}
.ti-harddrives:before {
	content: "\e69e";
}
.ti-harddrive:before {
	content: "\e69f";
}
.ti-gift:before {
	content: "\e6a0";
}
.ti-game:before {
	content: "\e6a1";
}
.ti-filter:before {
	content: "\e6a2";
}
.ti-files:before {
	content: "\e6a3";
}
.ti-file:before {
	content: "\e6a4";
}
.ti-eraser:before {
	content: "\e6a5";
}
.ti-envelope:before {
	content: "\e6a6";
}
.ti-download:before {
	content: "\e6a7";
}
.ti-direction:before {
	content: "\e6a8";
}
.ti-direction-alt:before {
	content: "\e6a9";
}
.ti-dashboard:before {
	content: "\e6aa";
}
.ti-control-stop:before {
	content: "\e6ab";
}
.ti-control-shuffle:before {
	content: "\e6ac";
}
.ti-control-play:before {
	content: "\e6ad";
}
.ti-control-pause:before {
	content: "\e6ae";
}
.ti-control-forward:before {
	content: "\e6af";
}
.ti-control-backward:before {
	content: "\e6b0";
}
.ti-cloud:before {
	content: "\e6b1";
}
.ti-cloud-up:before {
	content: "\e6b2";
}
.ti-cloud-down:before {
	content: "\e6b3";
}
.ti-clipboard:before {
	content: "\e6b4";
}
.ti-car:before {
	content: "\e6b5";
}
.ti-calendar:before {
	content: "\e6b6";
}
.ti-book:before {
	content: "\e6b7";
}
.ti-bell:before {
	content: "\e6b8";
}
.ti-basketball:before {
	content: "\e6b9";
}
.ti-bar-chart:before {
	content: "\e6ba";
}
.ti-bar-chart-alt:before {
	content: "\e6bb";
}
.ti-back-right:before {
	content: "\e6bc";
}
.ti-back-left:before {
	content: "\e6bd";
}
.ti-arrows-corner:before {
	content: "\e6be";
}
.ti-archive:before {
	content: "\e6bf";
}
.ti-anchor:before {
	content: "\e6c0";
}
.ti-align-right:before {
	content: "\e6c1";
}
.ti-align-left:before {
	content: "\e6c2";
}
.ti-align-justify:before {
	content: "\e6c3";
}
.ti-align-center:before {
	content: "\e6c4";
}
.ti-alert:before {
	content: "\e6c5";
}
.ti-alarm-clock:before {
	content: "\e6c6";
}
.ti-agenda:before {
	content: "\e6c7";
}
.ti-write:before {
	content: "\e6c8";
}
.ti-window:before {
	content: "\e6c9";
}
.ti-widgetized:before {
	content: "\e6ca";
}
.ti-widget:before {
	content: "\e6cb";
}
.ti-widget-alt:before {
	content: "\e6cc";
}
.ti-wallet:before {
	content: "\e6cd";
}
.ti-video-clapper:before {
	content: "\e6ce";
}
.ti-video-camera:before {
	content: "\e6cf";
}
.ti-vector:before {
	content: "\e6d0";
}
.ti-themify-logo:before {
	content: "\e6d1";
}
.ti-themify-favicon:before {
	content: "\e6d2";
}
.ti-themify-favicon-alt:before {
	content: "\e6d3";
}
.ti-support:before {
	content: "\e6d4";
}
.ti-stamp:before {
	content: "\e6d5";
}
.ti-split-v-alt:before {
	content: "\e6d6";
}
.ti-slice:before {
	content: "\e6d7";
}
.ti-shortcode:before {
	content: "\e6d8";
}
.ti-shift-right-alt:before {
	content: "\e6d9";
}
.ti-shift-left-alt:before {
	content: "\e6da";
}
.ti-ruler-alt-2:before {
	content: "\e6db";
}
.ti-receipt:before {
	content: "\e6dc";
}
.ti-pin2:before {
	content: "\e6dd";
}
.ti-pin-alt:before {
	content: "\e6de";
}
.ti-pencil-alt2:before {
	content: "\e6df";
}
.ti-palette:before {
	content: "\e6e0";
}
.ti-more:before {
	content: "\e6e1";
}
.ti-more-alt:before {
	content: "\e6e2";
}
.ti-microphone-alt:before {
	content: "\e6e3";
}
.ti-magnet:before {
	content: "\e6e4";
}
.ti-line-double:before {
	content: "\e6e5";
}
.ti-line-dotted:before {
	content: "\e6e6";
}
.ti-line-dashed:before {
	content: "\e6e7";
}
.ti-layout-width-full:before {
	content: "\e6e8";
}
.ti-layout-width-default:before {
	content: "\e6e9";
}
.ti-layout-width-default-alt:before {
	content: "\e6ea";
}
.ti-layout-tab:before {
	content: "\e6eb";
}
.ti-layout-tab-window:before {
	content: "\e6ec";
}
.ti-layout-tab-v:before {
	content: "\e6ed";
}
.ti-layout-tab-min:before {
	content: "\e6ee";
}
.ti-layout-slider:before {
	content: "\e6ef";
}
.ti-layout-slider-alt:before {
	content: "\e6f0";
}
.ti-layout-sidebar-right:before {
	content: "\e6f1";
}
.ti-layout-sidebar-none:before {
	content: "\e6f2";
}
.ti-layout-sidebar-left:before {
	content: "\e6f3";
}
.ti-layout-placeholder:before {
	content: "\e6f4";
}
.ti-layout-menu:before {
	content: "\e6f5";
}
.ti-layout-menu-v:before {
	content: "\e6f6";
}
.ti-layout-menu-separated:before {
	content: "\e6f7";
}
.ti-layout-menu-full:before {
	content: "\e6f8";
}
.ti-layout-media-right-alt:before {
	content: "\e6f9";
}
.ti-layout-media-right:before {
	content: "\e6fa";
}
.ti-layout-media-overlay:before {
	content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
	content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
	content: "\e6fd";
}
.ti-layout-media-left-alt:before {
	content: "\e6fe";
}
.ti-layout-media-left:before {
	content: "\e6ff";
}
.ti-layout-media-center-alt:before {
	content: "\e700";
}
.ti-layout-media-center:before {
	content: "\e701";
}
.ti-layout-list-thumb:before {
	content: "\e702";
}
.ti-layout-list-thumb-alt:before {
	content: "\e703";
}
.ti-layout-list-post:before {
	content: "\e704";
}
.ti-layout-list-large-image:before {
	content: "\e705";
}
.ti-layout-line-solid:before {
	content: "\e706";
}
.ti-layout-grid4:before {
	content: "\e707";
}
.ti-layout-grid3:before {
	content: "\e708";
}
.ti-layout-grid2:before {
	content: "\e709";
}
.ti-layout-grid2-thumb:before {
	content: "\e70a";
}
.ti-layout-cta-right:before {
	content: "\e70b";
}
.ti-layout-cta-left:before {
	content: "\e70c";
}
.ti-layout-cta-center:before {
	content: "\e70d";
}
.ti-layout-cta-btn-right:before {
	content: "\e70e";
}
.ti-layout-cta-btn-left:before {
	content: "\e70f";
}
.ti-layout-column4:before {
	content: "\e710";
}
.ti-layout-column3:before {
	content: "\e711";
}
.ti-layout-column2:before {
	content: "\e712";
}
.ti-layout-accordion-separated:before {
	content: "\e713";
}
.ti-layout-accordion-merged:before {
	content: "\e714";
}
.ti-layout-accordion-list:before {
	content: "\e715";
}
.ti-ink-pen:before {
	content: "\e716";
}
.ti-info-alt:before {
	content: "\e717";
}
.ti-help-alt:before {
	content: "\e718";
}
.ti-headphone-alt:before {
	content: "\e719";
}
.ti-hand-point-up:before {
	content: "\e71a";
}
.ti-hand-point-right:before {
	content: "\e71b";
}
.ti-hand-point-left:before {
	content: "\e71c";
}
.ti-hand-point-down:before {
	content: "\e71d";
}
.ti-gallery:before {
	content: "\e71e";
}
.ti-face-smile:before {
	content: "\e71f";
}
.ti-face-sad:before {
	content: "\e720";
}
.ti-credit-card:before {
	content: "\e721";
}
.ti-control-skip-forward:before {
	content: "\e722";
}
.ti-control-skip-backward:before {
	content: "\e723";
}
.ti-control-record:before {
	content: "\e724";
}
.ti-control-eject:before {
	content: "\e725";
}
.ti-comments-smiley:before {
	content: "\e726";
}
.ti-brush-alt:before {
	content: "\e727";
}
.ti-youtube:before {
	content: "\e728";
}
.ti-vimeo:before {
	content: "\e729";
}
.ti-twitter:before {
	content: "\e72a";
}
.ti-time:before {
	content: "\e72b";
}
.ti-tumblr:before {
	content: "\e72c";
}
.ti-skype:before {
	content: "\e72d";
}
.ti-share:before {
	content: "\e72e";
}
.ti-share-alt:before {
	content: "\e72f";
}
.ti-rocket:before {
	content: "\e730";
}
.ti-pinterest:before {
	content: "\e731";
}
.ti-new-window:before {
	content: "\e732";
}
.ti-microsoft:before {
	content: "\e733";
}
.ti-list-ol:before {
	content: "\e734";
}
.ti-linkedin:before {
	content: "\e735";
}
.ti-layout-sidebar-2:before {
	content: "\e736";
}
.ti-layout-grid4-alt:before {
	content: "\e737";
}
.ti-layout-grid3-alt:before {
	content: "\e738";
}
.ti-layout-grid2-alt:before {
	content: "\e739";
}
.ti-layout-column4-alt:before {
	content: "\e73a";
}
.ti-layout-column3-alt:before {
	content: "\e73b";
}
.ti-layout-column2-alt:before {
	content: "\e73c";
}
.ti-instagram:before {
	content: "\e73d";
}
.ti-google:before {
	content: "\e73e";
}
.ti-github:before {
	content: "\e73f";
}
.ti-flickr:before {
	content: "\e740";
}
.ti-facebook:before {
	content: "\e741";
}
.ti-dropbox:before {
	content: "\e742";
}
.ti-dribbble:before {
	content: "\e743";
}
.ti-apple:before {
	content: "\e744";
}
.ti-android:before {
	content: "\e745";
}
.ti-save:before {
	content: "\e746";
}
.ti-save-alt:before {
	content: "\e747";
}
.ti-yahoo:before {
	content: "\e748";
}
.ti-wordpress:before {
	content: "\e749";
}
.ti-vimeo-alt:before {
	content: "\e74a";
}
.ti-twitter-alt:before {
	content: "\e74b";
}
.ti-tumblr-alt:before {
	content: "\e74c";
}
.ti-trello:before {
	content: "\e74d";
}
.ti-stack-overflow:before {
	content: "\e74e";
}
.ti-soundcloud:before {
	content: "\e74f";
}
.ti-sharethis:before {
	content: "\e750";
}
.ti-sharethis-alt:before {
	content: "\e751";
}
.ti-reddit:before {
	content: "\e752";
}
.ti-pinterest-alt:before {
	content: "\e753";
}
.ti-microsoft-alt:before {
	content: "\e754";
}
.ti-linux:before {
	content: "\e755";
}
.ti-jsfiddle:before {
	content: "\e756";
}
.ti-joomla:before {
	content: "\e757";
}
.ti-html5:before {
	content: "\e758";
}
.ti-flickr-alt:before {
	content: "\e759";
}
.ti-email:before {
	content: "\e75a";
}
.ti-drupal:before {
	content: "\e75b";
}
.ti-dropbox-alt:before {
	content: "\e75c";
}
.ti-css3:before {
	content: "\e75d";
}
.ti-rss:before {
	content: "\e75e";
}
.ti-rss-alt:before {
	content: "\e75f";
}