/*
Theme Name: The Core Child
Description: Child theme for the Exposure. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Version: 1.0
Author URI: http://themefuse.com/
Template: the-core-parent
Text Domain: fw
Tags: translation-ready
*/

@import url("../the-core-parent/style.css");

/* Fade Slider */
/* -------------------------------------------------- */
.fw-wrap-fade-slider {
  z-index: 15;
  position: relative;
}
.fw-fade-slider {
  position: relative;
}
.fw-fade-slider .item .fw-fade-slide-text-wrap .fw-fade-slider-title-after {
  font-family: 'Raleway';
  font-weight: 800;
  font-style: normal;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
}
.fw-fade-slider .fw-fade-slider-title,
.fw-fade-slider .fw-fade-slider-title-after {
  margin-top: 10px;
  margin-bottom: 10px;
}
.fw-fade-slider .carousel-indicators {
  left: 2%;
  top: 50%;
  bottom: auto;
  margin: 0;
  width: auto;
  z-index: 21;
}
.fw-fade-slider .carousel-indicators li {
  display: block;
  margin-bottom: 5px;
  width: 12px;
  height: 12px;
  border-color: rgba(255, 255, 255, 0.5);
}
.fw-fade-slider .carousel-indicators li.active {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  margin: 1px 1px 5px;
}
.fw-fade-slider .carousel-control {
  width: 30px;
  height: 30px;
  box-shadow: none;
  background: transparent;
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.fw-fade-slider .item {
  height: 700px;
  padding: 30px 15px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  z-index: 10;
}
.fw-fade-slider .item .fw-container {
  display: block;
  padding: 0;
  height: 100%;
}
.fw-fade-slider .item.fw-fade-slider-content-align-left {
  text-align: left;
}
.fw-fade-slider .item.fw-fade-slider-content-align-left .fw-slide-slider-button {
  float: left;
}
.fw-fade-slider .item.fw-fade-slider-content-align-center {
  text-align: center;
}
.fw-fade-slider .item.fw-fade-slider-content-align-center .fw-slide-slider-button {
  margin: 0 auto;
}
.fw-fade-slider .item.fw-fade-slider-content-align-right {
  text-align: right;
}
.fw-fade-slider .item.fw-fade-slider-content-align-right .fw-slide-slider-button {
  float: right;
}
.fw-fade-slider .item .fw-fade-slide-text-wrap {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.fw-fade-slider .item .fw-fade-slide-text-wrap .animated {
  margin-bottom: 45px;
}
.fw-fade-slider .item .fw-fade-slide-text-wrap .animated:last-child {
  margin-bottom: 0;
}
/* button */
.fw-fade-slider .fw-slide-slider-button {
  border-color: #106b89;
  color: #106b89;
  background: transparent;
}
.fw-fade-slider .fw-slide-slider-button:hover {
  color: #a70e13;
}

/* No fluid */
.fw-container .fw-fade-slider .carousel-indicators {
  top: auto;
  left: 50%;
  bottom: 10%;
}
.fw-container .fw-fade-slider .carousel-indicators li{
  display: inline-block;
  margin-bottom: 1px;
}
.fw-container .fw-fade-slider .carousel-control.left {
  left: 10px;
  right: initial;
}
.fw-container .fw-fade-slider .carousel-control.right {
  right: 10px;
  left: initial;
}
.fw-container .fw-fade-slider .fw-fade-slide-text-wrap {
  padding: 0 5em;
}

/* Responsive */
/* Screen 568px */
@media(max-width:767px){
  .fw-fade-slider .item{
    height: auto;
  }
}/* Image Video Slider */
/* -------------------------------------------------- */
.fw-wrap-image-slider{
  z-index: 15;
  position: relative;
}
.fw-wrap-image-slider .carousel-inner{
  overflow: visible;
}
.fw-image-video-slider {
  position: relative;
}
.fw-image-video-slider .carousel-control {
  width: 30px;
  height: 30px;
}
.fw-image-video-slider .carousel-indicators {
  left: 2%;
  top: 50%;
  margin: 0;
  width: auto;
  z-index: 21;
}
.fw-image-video-slider .carousel-indicators li {
  display: block;
  margin-bottom: 5px;
  width: 12px;
  height: 12px;
  border-color: rgba(255, 255, 255, 0.5);
}
.fw-image-video-slider .carousel-indicators li.active {
  margin: 1px 1px 5px;
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
.fw-image-video-slider .item {
  height: 700px;
  overflow: hidden;
  z-index: 10;
  background-size: cover;
}
.fw-image-video-slider .item .fw-container {
  display: block;
  padding: 0 !important;
  height: 100%;
  background: transparent;
  z-index: 5;
}
.fw-image-video-slider .item .fw-text-wrap .fw-image-video-slider-text {
  font-size: 21px;
}
.fw-image-video-slider .item .fw-text-wrap .animated {
  margin-bottom: 30px;
}
.fw-image-video-slider .item .fw-text-wrap .fw-image-video-slider-title {
  margin: 0;
}
.fw-image-video-slider .item .fw-text-wrap .fw-image-video-slider-title-after {
  font-family: 'Raleway';
  font-weight: 800;
  font-style: normal;
  font-size: 21px;
  line-height: 30px;
  color: #ffffff;
  letter-spacing: 1px;
  margin: 0 0 30px;
}
.fw-image-video-slider .item .fw-text-wrap .animated:last-child {
  margin-bottom: 0;
}

/* No fluid */
.fw-container .fw-image-video-slider .carousel-indicators {
  top: 35%;
  left: 18px;
}
.fw-image-video-slider .fw-text-wrap,
.fw-image-video-slider .fw-media-wrap {
  padding: 0 3em;
  display: inline-block;
  width: 48%;
  vertical-align: middle;
}
.fw-image-video-slider .fw-media-wrap{
  text-align: center;
}
.fw-image-video-slider .fw-media-wrap iframe {
  border: 1px solid transparent;
}
.fw-image-video-slider .border-media {
  display: inline-block;
}

/* Responsive */
/* Screen 1024px */
@media(max-width:1199px){
  .fw-image-video-slider .item .fw-text-wrap .fw-image-video-slider-text{
    margin-bottom: 30px;
  }
  .fw-image-video-slider .item.fw-image-video-slider-text-left .fw-text-wrap{
    padding-right: 2em;
  }
  .fw-image-video-slider .item.fw-image-video-slider-text-right .fw-text-wrap{
    padding-left: 2em;
  }
  .fw-image-video-slider .fw-media-wrap{
    padding: 0 2em;
  }
  .fw-image-video-slider .item .fw-text-wrap{
    word-wrap: break-word;
  }
  .fw-image-video-slider .item .fw-media-wrap .border-media{
    max-width: 100%;
  }
  .fw-image-video-slider .item .fw-media-wrap .border-media iframe{
    height: 360px;
  }
}

/* Screen 768px */
@media(max-width:991px){
  .fw-image-video-slider .fw-text-wrap,
  .fw-image-video-slider .fw-media-wrap{
    padding: 0 2em;
  }
  .fw-image-video-slider .item.fw-image-video-slider-text-left .fw-text-wrap{
    padding-right: 1em;
  }
  .fw-image-video-slider .item.fw-image-video-slider-text-right .fw-text-wrap{
    padding-left: 1em;
  }
  .fw-image-video-slider .fw-image-video-slider-text-left .fw-media-wrap{
    padding-right: 20px;
  }
  .fw-image-video-slider .fw-image-video-slider-text-right .fw-text-wrap{
    padding-right: 0;
  }
  .fw-image-video-slider .item .fw-media-wrap .border-media iframe{
    height: 290px;
  }
}

/* Screen 568px */
@media(max-width:767px){
  .fw-image-video-slider .item.fw-image-video-slider-text-left .fw-media-wrap,
  .fw-image-video-slider .item.fw-image-video-slider-text-right .fw-media-wrap {
    margin-bottom: 30px;
    padding: 0 2em !important;
  }
  .fw-image-video-slider .item.fw-image-video-slider-text-left .fw-text-wrap,
  .fw-image-video-slider .item.fw-image-video-slider-text-right .fw-text-wrap{
    margin-bottom: 0;
    padding: 0 2em !important;
  }
  .fw-container .fw-image-video-slider .fw-media-wrap,
  .fw-container .fw-image-video-slider .fw-text-wrap {
    padding: 0 50px;
  }
  .fw-image-video-slider .item{
    padding: 30px 15px;
    height: auto;
  }
  .fw-image-video-slider .fw-text-wrap,
  .fw-image-video-slider .fw-media-wrap{
    width: 100%;
  }
  .fw-image-video-slider .item .fw-media-wrap .border-media iframe{
    width: 100%;
    height: 400px !important;
  }
  .fw-image-video-slider .item .fw-media-wrap .border-media{
    width: 100% !important;
  }
	
	
   .tf-sh-c37d31dc2c087431665a63301ce49856 .fw-col-inner {
    padding: 30px !important;
}
}
/* Screen 320px */
@media(max-width:479px){
  .fw-image-video-slider .item .fw-itable,
  .fw-image-video-slider .item .fw-icell{
    display: block;
  }
  .fw-image-video-slider .item .fw-media-wrap .border-media iframe{
    height: 220px !important;
  }
}/* Easy Slider */
/* -------------------------------------------------- */
.fw-container-fluid .fw-easy-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.fw-easy-slider {
  position: relative;
  margin-bottom: -1px;
}
.fw-easy-slider .fw-easy-slider-container {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* slider item */
.fw-easy-slider .fw-easy-slider-container .fw-easy-slider-item {
  float: left;
  position: relative;
  max-width: 100%;
}
.fw-easy-slider .fw-easy-slider-container .fw-easy-slider-item img {
  width: 100%;
  height: 100%;
}
.fw-easy-slider .fw-easy-slider-container .fw-easy-slider-item .fw-easy-slider-title {
  visibility: hidden;
  position: absolute;
}
.fw-easy-slider .fw-easy-slider-container .fw-easy-slider-item .fw-block-image-parent {
  margin-bottom: 1px;
}
/* slider caption */
.fw-easy-slider .fw-easy-slider-caption {
  position: absolute;
  left: -3%;
  bottom: 13%;
  z-index: 2;
  width: 57%;
  color: #fff;
}
.fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-caption-inner {
  position: relative;
  width: 100%;
  padding: 40px 80px;
  background-color: rgba(17,17,17,0.9);
}
.fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-title-clone a {
  display: inline-block;
}
.fw-easy-slider .fw-easy-slider-prev,
.fw-easy-slider .fw-easy-slider-next {
  color: #000;
  font-size: 48px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fw-easy-slider .fw-easy-slider-prev:hover,
.fw-easy-slider .fw-easy-slider-next:hover {
  color: #fff;
}
.fw-easy-slider .fw-easy-slider-prev:active,
.fw-easy-slider .fw-easy-slider-next:active {
  margin-top: -23px;
}
.fw-easy-slider .fw-easy-slider-prev i,
.fw-easy-slider .fw-easy-slider-next i {
  font-style: normal;
}
.fw-easy-slider .fw-easy-slider-prev i:before,
.fw-easy-slider .fw-easy-slider-next i:before {
  font-family: 'FontAwesome';
}
.fw-easy-slider .fw-easy-slider-prev .fw-easy-slider-icon-left:before,
.fw-easy-slider .fw-easy-slider-next .fw-easy-slider-icon-left:before {
  content: '\f104';
}
.fw-easy-slider .fw-easy-slider-prev .fw-easy-slider-icon-right:before,
.fw-easy-slider .fw-easy-slider-next .fw-easy-slider-icon-right:before {
  content: '\f105';
}
.fw-easy-slider .fw-easy-slider-prev {
  left: 30px;
}
.fw-easy-slider .fw-easy-slider-next {
  right: 30px;
}
.fw-easy-slider .fw-easy-slider-pagination {
  position: absolute;
  bottom: 5%;
  left: 4%;
  z-index: 3;
}
.fw-easy-slider .fw-easy-slider-pagination a {
  width: 12px;
  height: 12px;
  font-size: 0;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
}
.fw-easy-slider .fw-easy-slider-pagination a:hover,
.fw-easy-slider .fw-easy-slider-pagination a.selected {
  background-color: rgba(255, 255, 255, 0.7);
}
.fw-easy-slider .fw-easy-slider-progress {
  width: 80%;
  left: 10%;
  position: absolute;
  bottom: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}
.fw-easy-slider .fw-easy-slider-timer {
  background-color: rgba(255, 255, 255, 0.6);
  height: 6px;
}

/* fluid */
.fw-container-fluid .fw-easy-slider .fw-easy-slider-caption {
  left: 0;
}

@media (max-width: 1199px) {
  .fw-easy-slider .fw-easy-slider-caption {
    width: 62%;
  }
  .fw-easy-slider .caption-inner {
    padding: 30px 60px;
  }
}
@media (max-width: 991px) {
  .fw-easy-slider .fw-easy-slider-caption {
    width: 62%;
  }
  .fw-easy-slider .caption-inner {
    padding: 20px 60px;
  }
  .fw-easy-slider .fw-easy-slider-prev {
    left: 4%;
  }
  .fw-easy-slider .fw-easy-slider-next {
    right: 4%;
  }
}

/* Responsive */
/* Screen 768px */
@media(max-width:991px){
  .fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-caption-inner {
    padding: 20px 60px;
  }
}
/* Screen 568px */
@media(max-width:767px){
  .fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-title-clone a {
    font-size: 19px !important;
    letter-spacing: 0 !important;
    line-height: 24px !important;
  }
}
/* Screen 320px */
@media(max-width:479px){
  .fw-easy-slider .fw-easy-slider-caption {
    bottom: 18%;
  }
  .fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-caption-inner {
    padding: 5px 10px;
  }
  .fw-easy-slider .fw-easy-slider-prev,
  .fw-easy-slider .fw-easy-slider-next {
    display: none !important;
  }
}/* Reload Slider */
/* -------------------------------------------------- */
.fw-reload-slider ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fw-reload-slider ul li {
  width: 1170px;
  display: table;
}
.fw-reload-slider ul li .fw-reload-slider-image-wrap {
  width: 42%;
  height: 100%;
  padding-left: 90px;
  background-size: cover;
  background-position: top center;
}
.fw-reload-slider-image-wrap .fw-reload-slider-image{
  margin-right: -60px;
}
.fw-reload-slider ul li .fw-reload-slider-content {
  width: 58%;
  padding-right: 60px;
  padding-left: 135px;
}
.fw-reload-slider ul li .fw-reload-slider-image-wrap,
.fw-reload-slider ul li .fw-reload-slider-content {
  display: table-cell;
  vertical-align: middle;
  padding-top: 80px;
  padding-bottom: 80px;
}
.fw-reload-slider ul li .fw-reload-slider-content .fw-reload-slider-title {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: normal;
}
.fw-reload-slider ul li .fw-reload-slider-content .fw-reload-slider-subtitle {
  font-family: 'Raleway';
  font-weight: 800;
  font-style: normal;
  font-size: 21px;
  line-height: 30px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 35px;
}
.fw-reload-slider ul li .fw-reload-slider-content .fw-reload-slider-subtitle span {
  font-style: italic;
}
.fw-reload-slider-content .fw-btn {
  margin-top: 25px;
}
/* Reload Slider Control */
.fw-reload-slider .fw-reload-slider-controls {
  position: absolute;
  bottom: 5%;
  left: 50%;
  line-height: normal;
}
.fw-reload-slider .fw-reload-slider-controls a {
  width: 12px;
  height: 12px;
  background-color: #666666;
  opacity: 0.1;
  display: inline-block;
  margin-right: 12px;
  border-radius: 50%;
  vertical-align: middle;
}
.fw-reload-slider .fw-reload-slider-controls a.selected,
.fw-reload-slider .fw-reload-slider-controls a:hover {
  width: 12px;
  height: 12px;
  background-color: #666666;
  opacity: 0.3;
  border-color: transparent;
  margin-right: 12px;
}
.fw-reload-slider .fw-reload-slider-controls a span {
  display: none;
}

/* Responsive */
/* Screen 1199px */
@media(max-width:1199px){
  .fw-reload-slider ul{
    left: 0 !important;
  }
  .fw-reload-slider ul li {
    width: 940px;
  }
}
/* Screen 768px tablet portret */
@media(max-width:991px){
  .fw-reload-slider{
    margin-left: auto;
  }
  .fw-reload-slider ul li {
    width: 768px;
  }
  .fw-reload-slider ul li .fw-reload-slider-image-wrap {
    padding-left: 55px;
  }
  .fw-reload-slider ul li .fw-reload-slider-content {
    padding-right: 55px;
    padding-left: 80px;
  }
  .fw-reload-slider ul li .fw-reload-slider-image-wrap,
  .fw-reload-slider ul li .fw-reload-slider-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .fw-reload-slider-image-wrap .fw-reload-slider-image{
    margin-right: -35px;
  }
  .fw-reload-slider ul li .fw-reload-slider-content .fw-reload-slider-subtitle{
    margin-bottom: 20px;
  }
}

/* Screen 568px */
@media(max-width:767px){
  .fw-reload-slider ul li {
    width: 568px;
  }
  .fw-reload-slider ul li .fw-reload-slider-image-wrap {
    padding-left: 30px;
  }
  .fw-reload-slider ul li .fw-reload-slider-content {
    padding-right: 30px;
    padding-left: 60px;
  }
  .fw-reload-slider ul li .fw-reload-slider-image-wrap,
  .fw-reload-slider ul li .fw-reload-slider-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .fw-reload-slider-image-wrap .fw-reload-slider-image {
    margin-right: -25px;
  }
}

/* Screen 320px */
@media(max-width:479px){
  .fw-reload-slider ul li {
    width: 320px;
    padding-bottom: 50px;
  }
  .fw-reload-slider ul li .fw-reload-slider-image-wrap {
    padding: 40px;
    height: auto;
    display: block;
    width: 100%;
  }
  .fw-reload-slider ul li .fw-reload-slider-content {
    padding: 40px;
    display: block;
    width: 100%;
  }
  .fw-reload-slider-image-wrap .fw-reload-slider-image{
    margin-right: 0;
  }
}/* Easy Carousel */
/* -------------------------------------------------- */
.fw-easy-carousel {
  position: relative;
  margin: 0;
}
.fw-easy-carousel .caroufredsel_wrapper {
  margin: 0 !important;
}
.fw-easy-carousel ul {
  padding-left: 0;
  list-style: none;
}
.fw-easy-carousel ul li {
  width: 292px;
  display: block;
  float: left;
  text-align: center;
  position: relative;
  margin: 0;
}
.fw-easy-carousel ul li .fw-ratio-container {
  position: static;
}
.fw-easy-carousel .fw-block-image-parent {
  margin-bottom: 0;
}
.fw-easy-carousel .fw-easy-carousel-view-details {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(17,17,17,0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fw-easy-carousel li:hover .fw-easy-carousel-view-details {
  opacity: 1;
  z-index: 10;
}
.fw-easy-carousel .prev,
.fw-easy-carousel .next {
  position: absolute;
  width: 55px;
  height: 70px;
  line-height: 70px;
  top: 50%;
  margin-top: -35px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  z-index: 11;
  background: rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fw-easy-carousel .prev:hover,
.fw-easy-carousel .next:hover {
  color: #111111;
  background: rgba(0, 0, 0, 0.5);
}
.fw-easy-carousel .prev .fw-easy-carousel-icon-left:before,
.fw-easy-carousel .next .fw-easy-carousel-icon-left:before,
.fw-easy-carousel .prev .fw-easy-carousel-icon-right:before,
.fw-easy-carousel .next .fw-easy-carousel-icon-right:before {
  font-family: 'FontAwesome';
  font-style: normal;
}
.fw-easy-carousel .prev {
  left: 1px;
}
.fw-easy-carousel .prev .fw-easy-carousel-icon-left:before {
  content: '\f104';
}
.fw-easy-carousel .next .fw-easy-carousel-icon-right:before {
  content: '\f105';
}/* Themefuse Carousel */
/* -------------------------------------------------- */
.fw-themefuse-carousel-wrapper {
  padding: 30px 0;
  margin: auto -15px 19px -15px;
  position: relative;
}
.fw-themefuse-carousel-wrapper ul {
  padding-left: 0;
}
.fw-themefuse-carousel-wrapper ul li {
  margin: 0;
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel li {
  width: 292px;
  height: 519px;
  display: block;
  float: left;
  text-align: center;
  position: relative;
  background-size: cover;
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel li .fw-themefuse-carousel-content-wrap {
  display: block;
  height: 100%;
  position: relative !important;
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel li .fw-themefuse-carousel-content-wrap .fw-themefuse-carousel-content {
  background: #fff;
  height: 150px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 50px;
  overflow: hidden;
  z-index: 2;
  -webkit-box-shadow: 1px 8px 8px -4px rgba(185, 169, 143, 0.1);
  box-shadow: 1px 8px 8px -4px rgba(185, 169, 143, 0.1);
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel li .fw-themefuse-carousel-content-wrap .fw-themefuse-carousel-content .item-title {
  position: relative;
  margin-top: 0;
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel li .fw-themefuse-carousel-content-wrap .fw-themefuse-carousel-content .item-divider {
  width: 50%;
  height: 1px;
  margin: 15px auto;
  display: block;
  background: rgba(16,107,137,0.1);
}

/* Carousel control */
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control {
  width: 294px;
  height: 584px;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 292px;
  text-align: center;
  z-index: 3;
  -webkit-box-shadow: 0 0 24px 0 rgba(158, 113, 113, 0.17);
  box-shadow: 0 0 24px 0 rgba(158, 113, 113, 0.17);
}

/* Control Title Wrap */
.fw-themefuse-carousel-wrapper .number-project,
.fw-themefuse-carousel-wrapper .fw-control-title-before {
  font-family: 'Raleway';
  font-weight: 800;
  font-style: normal;
  font-size: 21px;
  line-height: 30px;
  color: #ffffff;
  letter-spacing: 1px;
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-title-wrap {
  height: 182px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: rgba(17,17,17,0.9);
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-title-wrap .fw-control-title-before {
  font-family: 'Raleway';
  font-weight: 800;
  font-style: normal;
  font-size: 21px;
  line-height: 30px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: .6em;
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-title-wrap .fw-control-title-after {
  margin: 0;
}

/* Control Title Description */
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-description {
  font-size: 13px;
  padding: 0 40px;
  margin-top: 30px;
  font-weight: 400;
  max-height: 39%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-description p {
  text-overflow: ellipsis;
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-description p:last-child {
  margin-bottom: 0;
}

/* Navigation */
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-nav {
  color: #363636;
  font-family: 'Raleway';
  font-weight: 800;
  font-style: normal;
  line-height: 16px;
  padding: 0 30px;
  font-size: 12px;
  margin-top: 37px;
  letter-spacing: 3px;
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-nav i {
  font-family: "FontAwesome";
  font-size: 24px;
  font-style: normal;
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-nav .prev {
  float: left;
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-nav .prev .fw-nav-icon:before {
  content: '\f104';
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-nav .next {
  float: right;
}
.fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-nav .next .fw-nav-icon:before {
  content: '\f105';
}

/* Responsive */
/* Screen 568px */
@media(max-width:767px){
  .fw-themefuse-carousel-wrapper .fw-themefuse-carousel li {
    width: 260px;
  }
  .fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control {
    width: 260px;
    height: 640px;
    top: -10px;
  }
}
/* Screen 320px */
@media(max-width: 479px){
  .fw-themefuse-carousel-wrapper {
    padding-top: 565px;
  }
  .fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control {
    top: 0;
    left: 50% !important;
    margin-left: -130px;
    height: 584px;
  }
  .fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-nav .next,
  .fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-nav .prev {
    position: absolute;
    float: none;
    top: 972px;
  }
  .fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-nav .next {
    right: 10px;
  }
  .fw-themefuse-carousel-wrapper .fw-themefuse-carousel .fw-themefuse-carousel-control .fw-control-nav .prev {
    left: 10px;
  }
}/* Special Heading */
/* -------------------------------------------------- */
.fw-heading {
  margin-bottom: 1em;
  position: relative;
  z-index: 50;
}
.fw-heading .fw-special-title {
  margin: 0;
}
.fw-heading .fw-special-title span {
  font-weight: normal;
}
.fw-heading .fw-special-subtitle {
  font-family: 'Raleway';
  font-weight: 800;
  font-style: normal;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 5px;
}
.fw-heading.fw-heading-h5 .fw-special-subtitle,
.fw-heading.fw-heading-h6 .fw-special-subtitle {
  font-size: 100%;
}
.fw-heading.fw-heading-left {
  text-align: left;
}
.fw-heading.fw-heading-center {
  text-align: center;
}
.fw-heading.fw-heading-right {
  text-align: right;
}
/* Accordion */
/* -------------------------------------------------- */
.fw-accordion .panel-title {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #111111;
  position: relative;
}
.fw-accordion .panel-title a {
  display: block;
}
.fw-accordion .panel-title a:before {
  font-family: FontAwesome;
  content: "\f068";
  display: inline-block;
  font-size: 14px;
  margin-top: -8.5px;
  width: 17px;
  height: 17px;
  line-height: 19px;
  margin-left: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: normal;
  text-align: center;
}
.fw-accordion .panel-title a.collapsed:before {
  content: "\f067";
}
.fw-accordion .panel-title i,
.fw-accordion .panel-title img {
  margin-right: 5px;
}
.fw-accordion .panel-title img {
  position: relative;
  top: -0.1em;
}
.panel-body * {
  color: #666666;
}
.panel-body {
  padding: 15px 20px;
}

.panel-body *:last-child {
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: #bfbfbf;
}
.panel-group .panel {
  border-radius: 0;
  border-color: #bfbfbf;
}
/* Countdown */
/* -------------------------------------------------- */
.fw-countdown .fw-countdown-child {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}
.fw-countdown .fw-countdown-child span {
	font-family: 'Raleway';
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0px;
	color: #666666;
}
.fw-countdown.fw-countdown-style-1 .fw-countdown-child {
	padding: 3px 9px;
	min-height: 25px;
	min-width: 35px;
	background-color: #000;
	border-radius: 3px;
	color: #fff;
}
.fw-countdown.fw-countdown-style-1 .fw-countdown-child:first-child {
	margin-left: 0;
}
.fw-countdown.fw-countdown-style-1 .fw-countdown-child:last-child {
	margin-right: 0;
}
.fw-countdown.fw-countdown-style-1 .fw-countdown-child span {
	display: block;
	width: 100%;
	text-align: center;
}
.fw-countdown.fw-countdown-style-2 .fw-countdown-child span {
	font-size: 12px;
}
.fw-countdown.fw-countdown-style-2 .fw-countdown-child span[class$='-nr'] {
	display: inline-block;
	padding: 0 5px;
	font-size: 19px;
}
.fw-countdown.fw-countdown-style-3 .fw-countdown-child {
	margin: 0;
}
.fw-countdown.fw-countdown-style-3 .fw-countdown-child span.days {
	padding-right: 0.1em;
}
/*--- Responsive ---*/
/* Screen 568px */
@media(max-width:767px) {
	.fw-countdown-container .fw-countdown.fw-countdown-style-1 div.fw-countdown-child {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.fw-countdown-container .fw-countdown.fw-countdown-style-1 div.fw-countdown-child span.numbers {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: normal;
	}
	.fw-countdown-container .fw-countdown.fw-countdown-style-1 div.fw-countdown-child span.letters {
		font-size: 15px;
		line-height: 25px;
		letter-spacing: normal;
	}
	.fw-countdown-container .fw-countdown.fw-countdown-style-2 div.fw-countdown-child span.numbers {
		font-size: 30px;
		line-height: 35px;
		letter-spacing: normal;
	}
	.fw-countdown-container .fw-countdown.fw-countdown-style-2 div.fw-countdown-child span.letters {
		line-height: 33px;
		font-size: 23px;
		letter-spacing: normal;
	}
	.fw-countdown-container .fw-countdown.fw-countdown-style-3 div.fw-countdown-child span.numbers {
		font-size: 30px;
		line-height: 35px;
		letter-spacing: normal;
	}
}
/* Screen 320px */
@media(max-width:479px) {
	.fw-countdown-container .fw-countdown.fw-countdown-style-1 div.fw-countdown-child {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.fw-countdown-container .fw-countdown.fw-countdown-style-1 div.fw-countdown-child span.numbers {
		font-size: 15px;
		line-height: 20px;
	}
	.fw-countdown-container .fw-countdown.fw-countdown-style-1 div.fw-countdown-child span.letters {
		font-size: 10px;
		line-height: 20px;
	}
	.fw-countdown-container .fw-countdown.fw-countdown-style-2 div.fw-countdown-child span.numbers {
		font-size: 25px;
		line-height: 30px;
	}
	.fw-countdown-container .fw-countdown.fw-countdown-style-2 div.fw-countdown-child span.letters {
		line-height: 28px;
		font-size: 18px;
	}
	.fw-countdown-container .fw-countdown.fw-countdown-style-3 div.fw-countdown-child span.numbers {
		font-size: 25px;
		line-height: 30px;
	}
}
/* Dividers & Space */
/* -------------------------------------------------- */

/* Divider space (empty) */
.fw-divider-space {
  clear: both;
  width: 100%;
}
.fw-divider-space.space-sm {
  height: 30px;
}
.fw-divider-space.space-md {
  height: 60px;
}
.fw-divider-space.space-lg {
  height: 100px;
}
/* Positionate the divider */
.fw-divider.fw-divider-align-left{
  margin-left: 0;
  margin-right: auto;
}
.fw-divider.fw-divider-align-center{
  margin-left: auto;
  margin-right: auto;
}
.fw-divider.fw-divider-align-right{
  margin-left: auto;
  margin-right: 0;
}
/* Divider only Line */
.fw-divider-line {
  clear: both;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.fw-divider-line.space-sm {
  margin-bottom: 15px;
  padding-top: 15px;
}
.fw-divider-line.space-md {
  margin-bottom: 30px;
  padding-top: 30px;
}
.fw-divider-line.space-lg {
  margin-bottom: 50px;
  padding-top: 50px;
}
/* Divider line styles */
.fw-divider-line.fw-line-solid {
  border-bottom: 2px solid #666;
}
.fw-divider-line.fw-line-dashed {
  border-bottom: 2px dashed #666;
}
.fw-divider-line.fw-line-dotted {
  border-bottom: 2px dotted #666;
}
.fw-divider-line.fw-line-double {
  border-bottom: 3px double #666;
}
.fw-divider-line.fw-line-thick {
  border-bottom: 4px solid #666;
}
/* Divider Special (text or icon) */
.fw-divider-special {
  clear: both;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.fw-divider-special .fw-divider-title{
  color: #666;
}
.fw-divider-special.space-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
.fw-divider-special.space-md {
  margin-top: 30px;
  margin-bottom: 30px;
}
.fw-divider-special.space-lg {
  margin-top: 50px;
  margin-bottom: 50px;
}
.fw-divider-special .fw-divider-inner {
  color: #111111;
  font-family: 'Raleway';
}
/* Title / Icon alignment */
.fw-divider-special.title-right {
  clear: both;
}
.fw-divider-special.title-left {
  text-align: left;
}
.fw-divider-special.title-left .fw-divider-title {
  padding-left: 0;
}
.fw-divider-special.title-right {
  text-align: right;
}
.fw-divider-special.title-right .fw-divider-title {
  padding-right: 0;
}
/* line holder styles */
.fw-divider-special .fw-divider-holder {
  border-color: #666;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  width: 3000px;
}
.fw-divider-special .fw-divider-left {
  margin-right: 10px;
  right: 100%;
}
.fw-divider-special .fw-divider-right {
  left: 100%;
  margin-left: 10px;
}
.fw-divider-special.fw-line-solid .fw-divider-holder {
  border-top-style: solid;
  border-top-width: 1px;
}
.fw-divider-special.fw-line-dashed .fw-divider-holder {
  border-top-style: dashed;
  border-top-width: 1px;
}
.fw-divider-special.fw-line-dotted .fw-divider-holder {
  border-top-style: dotted;
  border-top-width: 1px;
}
.fw-divider-special.fw-line-double .fw-divider-holder {
  border-top-style: double;
  border-top-width: 3px;
}
.fw-divider-special.fw-line-thick .fw-divider-holder {
  border-top-style: solid;
  border-top-width: 4px;
}
.fw-divider-special.fw-line-none .fw-divider-holder {
  display: none;
}
/* divider space top & bottom */
.fw-divider-special .fw-divider-inner {
  display: inline-block;
  position: relative;
  top: 50%;
}

/* divider icon & title size */
.fw-divider-special.fw-divider-size-sm .fw-divider-inner{
  font-size: 16px;
}
.fw-divider-special.fw-divider-size-md .fw-divider-inner{
  font-size: 22px;
}
.fw-divider-special.fw-divider-size-lg .fw-divider-inner{
  font-size: 36px;
}

/* Icon as Title */
.fw-divider-special.fw-divider-icon-upload .fw-divider-inner,
.fw-divider-special.fw-divider-icon .fw-divider-inner{
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.fw-divider-icon.divider-bg-on .fw-divider-title,
.fw-divider-icon-upload.divider-bg-on .fw-divider-title{
  position: relative;
  top: 1px;
}
.fw-divider-special.fw-divider-icon .fw-divider-inner .fw-divider-title i{
  position: relative;
  font-size: 18px;
}
.fw-divider-special.fw-divider-icon-upload .fw-divider-inner{
  font-size: 12px !important;
  line-height: 30px;
}
.fw-divider-special.fw-divider-icon-upload .fw-divider-inner .fw-divider-title{
  vertical-align: middle;
  top: 0;
}
.fw-divider-special.fw-divider-icon-upload .fw-divider-inner .fw-divider-title img{
  width: 18px;
}
/* Style with background color */
.divider-bg-on .fw-divider-inner{
  padding: 0.5em 1em;
  background-color: #666;
  border-radius: 3px;
  color: #fff;
}
.divider-bg-on .fw-divider-title{
  color: #fff;
}

/*----> Responsive <---- */
/* Screen 568px */
@media(max-width:767px){
  .fw-divider-space.space-lg {
    max-height: 70px;
  }
  .fw-divider-space.fw-custom-space {
    max-height: 60px;
  }
}/* Icon Title */
/* -------------------------------------------------- */
/* Icon with Title */
.fw-icon-title {
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.fw-icon-title.fw-icon-title-border-on .fw-icon-title-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.fw-icon-title .fw-icon-title-icon,
.fw-icon-title .fw-icon-title-name {
  display: inline-block;
}
.fw-icon-title .fw-icon-title-icon {
  color: #111111;
  font-size: 0;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fw-icon-title.fw-icon-title-left .fw-icon-title-icon,
.fw-icon-title.fw-icon-title-right .fw-icon-title-icon {
  top: -1px;
}
.fw-icon-title .fw-icon-title-text {
  margin: 0;
}
.fw-icon-title h1.fw-icon-title-text a {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-size: 80px;
  line-height: 85px;
  letter-spacing: -1px;
  color: #ffffff;
}
.fw-icon-title h2.fw-icon-title-text a {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
  color: #111111;
}
.fw-icon-title h3.fw-icon-title-text a {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -1px;
  color: #111111;
}
.fw-icon-title h4.fw-icon-title-text a {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #111111;
}
.fw-icon-title h5.fw-icon-title-text a {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #111111;
}
.fw-icon-title h6.fw-icon-title-text a {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #111111;
}
.fw-icon-title img {
  width: 100%;
  height: 100%;
  line-height: normal;
}
.fw-icon-title .fw-icon-title-name {
  color: #111111;
  display: inline-block;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.fw-icon-title .fw-icon-title-name a {
  color: #111111;
}
/* Content align left */
.fw-icon-title.fw-content-align-left {
  text-align: left;
}
/* Icon align left */
.fw-icon-title.fw-content-align-left.fw-icon-title-left .fw-icon-title-icon {
  margin-right: 12px;
  float: left;
}
.fw-icon-title.fw-content-align-left.fw-icon-title-left .fw-icon-title-text {
  float: right;
}
/* Icon align right */
.fw-icon-title.fw-content-align-left.fw-icon-title-right .fw-icon-title-icon {
  margin-left: 12px;
  float: right;
}
.fw-icon-title.fw-content-align-left.fw-icon-title-right .fw-icon-title-text {
  float: right;
}
/* Content align right */
.fw-icon-title.fw-content-align-right {
  text-align: right;
}
/* Icon align left */
.fw-icon-title.fw-content-align-right.fw-icon-title-left .fw-icon-title-icon {
  margin-right: 12px;
}
.fw-icon-title.fw-content-align-right.fw-icon-title-left .fw-icon-title-text {
  float: right;
}
/* Icon align right */
.fw-icon-title.fw-content-align-right.fw-icon-title-right .fw-icon-title-icon {
  margin-left: 12px;
  float: right;
}
.fw-icon-title.fw-content-align-right.fw-icon-title-right .fw-icon-title-text {
  float: right;
}
/* Content align center */
.fw-icon-title.fw-content-align-center {
  text-align: center;
}
/* Icon align left */
.fw-icon-title.fw-content-align-center.fw-icon-title-left .fw-icon-title-icon {
  float: left;
  margin-right: 12px;
}
.fw-icon-title.fw-content-align-center.fw-icon-title-left .fw-icon-title-text {
  float: right;
}
/* Icon align right */
.fw-icon-title.fw-content-align-center.fw-icon-title-right .fw-icon-title-icon {
  float: right;
  margin-left: 12px;
}
.fw-icon-title.fw-content-align-center.fw-icon-title-right .fw-icon-title-text {
  float: left;
}
/* Icon Top & Bottom align */
/* Icon Top & Bottom */
.fw-icon-title.fw-content-align-center.fw-icon-title-top .fw-icon-title-name,
.fw-icon-title.fw-content-align-center.fw-icon-title-bottom .fw-icon-title-name {
  display: block;
  width: 100%;
}
.fw-icon-title.fw-icon-title-top .fw-icon-title-name,
.fw-icon-title.fw-icon-title-bottom .fw-icon-title-name {
  line-height: normal;
  text-align: center;
}
.fw-icon-title.fw-icon-title-top .fw-icon-title-name .fw-icon-title-icon,
.fw-icon-title.fw-icon-title-bottom .fw-icon-title-name .fw-icon-title-icon {
  display: block;
  margin: 0 auto;
}
.fw-icon-title .fw-custom-icon-image {
  overflow: hidden;
}
/* Icons Box */
/* -------------------------------------------------- */
.fw-iconbox .fw-iconbox-text {
  padding-bottom: 22px;
}
.fw-iconbox .fw-iconbox-text p:last-child {
  margin-bottom: 0;
}
.fw-iconbox .fw-iconbox-image {
  text-align: center;
}
.fw-iconbox .fw-iconbox-image img {
  height: 100%;
}
/* Icon box style 1 */
.fw-iconbox-1 {
  text-align: center;
}
.fw-iconbox-1 .fw-iconbox-image {
  width: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #111111;
  border-radius: 3px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.4em;
}
.fw-iconbox-1 .fw-iconbox-image img {
  border-radius: 3px;
}
.fw-iconbox-1.bg-on .fw-iconbox-image {
  color: #fff;
  width: 50px;
  height: 50px;
  background-color: #111111;
  font-size: 28px;
}
.fw-iconbox-1.fw-iconbox-image-type .fw-iconbox-image {
  width: 80px;
  height: 80px;
  line-height: 0;
}
.fw-iconbox-1.icon-circle .fw-iconbox-image {
  border-radius: 50%;
}
.fw-iconbox-1.icon-circle .fw-iconbox-image img {
  border-radius: 50%;
}
/* Icon box style 2 */
.fw-iconbox-2 {
  text-align: left;
}
.fw-iconbox-2 .fw-iconbox-image {
  float: left;
  width: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #111111;
  text-align: center;
  border-radius: 3px;
  position: relative;
}
.fw-iconbox-2 .fw-iconbox-image img {
  border-radius: 3px;
}
.fw-iconbox-2 .fw-iconbox-aside {
  margin-left: 55px;
}
.fw-iconbox-2.fw-icon-right .fw-iconbox-image {
  float: right;
}
.fw-iconbox-2.fw-icon-right .fw-iconbox-aside {
  margin-left: auto;
  margin-right: 95px;
}
.fw-iconbox-2.bg-on .fw-iconbox-image {
  color: #fff;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  font-size: 28px;
  background-color: #111111;
}
.fw-iconbox-2.icon-circle .fw-iconbox-image {
  border-radius: 50%;
}
.fw-iconbox-2.icon-circle .fw-iconbox-image img {
  border-radius: 50%;
}
.fw-iconbox-2.fw-iconbox-image-type .fw-iconbox-image {
  width: 40px;
  height: 40px;
  line-height: 0;
}
/* Icon box style 3 */
.fw-iconbox-3 {
  text-align: left;
}
.fw-iconbox-3 .fw-iconbox-image {
  float: left;
  width: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #111111;
  border-radius: 3px;
  margin-right: 20px;
  position: relative;
}
.fw-iconbox-3 .fw-iconbox-image img {
  border-radius: 3px;
}
.fw-iconbox-3 .fw-iconbox-aside {
  display: inline;
}
.fw-iconbox-3.fw-iconbox-image-type .fw-iconbox-image {
  width: 50px;
  height: 50px;
  line-height: 0;
  margin-right: 20px;
}
.fw-iconbox-3.bg-on .fw-iconbox-text,
.fw-iconbox-3.fw-iconbox-image-type .fw-iconbox-text {
  padding-top: 0.6em;
}
.fw-iconbox-3.bg-on .fw-iconbox-image {
  width: 50px;
  height: 50px;
  line-height: 52px;
  font-size: 28px;
  background-color: #111111;
  color: #fff;
  margin-right: 10px;
}
.fw-iconbox-3.fw-icon-right .fw-iconbox-image {
  float: right;
  margin-right: 15px;
}
.fw-iconbox-3.icon-circle .fw-iconbox-image {
  border-radius: 50%;
}
.fw-iconbox-3.icon-circle .fw-iconbox-image img {
  border-radius: 50%;
}
/* Icon box style 4 */
.fw-iconbox-4.fw-iconbox {
  position: relative;
}
.fw-iconbox-4 .fw-iconbox-image {
  width: auto;
  font-size: 50px;
  line-height: 50px;
  color: #111111;
  border-radius: 3px;
  margin: 0;
  position: absolute;
}
.fw-iconbox-4 .fw-iconbox-image img {
  border-radius: 3px;
}
.fw-iconbox-4.bg-on .fw-iconbox-image {
  width: 50px;
  height: 50px;
  background-color: #111111;
  font-size: 35px;
  color: #fff;
}
.fw-iconbox-4.fw-iconbox-image-type .fw-iconbox-image {
  width: 50px;
  height: 50px;
  line-height: 0;
}
.fw-iconbox-4.icon-circle .fw-iconbox-image {
  border-radius: 50%;
}
.fw-iconbox-4.icon-circle .fw-iconbox-image img {
  border-radius: 50%;
}
.fw-iconbox-4 .fw-iconbox-aside {
  padding: 30px;
}
.fw-iconbox-4 .fw-iconbox-aside .fw-iconbox-title h1,
.fw-iconbox-4 .fw-iconbox-aside .fw-iconbox-title h2,
.fw-iconbox-4 .fw-iconbox-aside .fw-iconbox-title h3,
.fw-iconbox-4 .fw-iconbox-aside .fw-iconbox-title h4,
.fw-iconbox-4 .fw-iconbox-aside .fw-iconbox-title h5,
.fw-iconbox-4 .fw-iconbox-aside .fw-iconbox-title h6 {
  margin-top: 0;
}
.fw-iconbox-4.fw-iconbox .fw-iconbox-text {
  padding-bottom: 0;
}
.fw-iconbox-4.fw-iconbox .fw-iconbox-aside div[class*="text-"]{
  margin-top: 22px;
}
/*-> Icon Position */
/* Top & Bottom */
.fw-iconbox-4.fw-icon-top .fw-iconbox-image,
.fw-iconbox-4.fw-icon-bottom .fw-iconbox-image {
  left: 50%;
  margin-left: -25px;
}
.fw-iconbox-4.fw-icon-top,
.fw-iconbox-4.fw-icon-bottom {
  text-align: center;
}
.fw-iconbox-4.fw-icon-top .fw-iconbox-image {
  top: 0;
}
.fw-iconbox-4.fw-icon-top .fw-iconbox-image {
  margin-top: -25px;
}
.fw-iconbox-4.fw-icon-top .fw-iconbox-aside {
  padding-top: 50px;
}
.fw-iconbox-4.fw-icon-bottom .fw-iconbox-image {
  bottom: 0;
}
.fw-iconbox-4.fw-icon-bottom .fw-iconbox-image {
  margin-bottom: -25px;
}
.fw-iconbox-4.fw-icon-bottom .fw-iconbox-aside {
  padding-bottom: 50px;
}
/* Left & Right */
.fw-iconbox-4.fw-icon-left .fw-iconbox-image,
.fw-iconbox-4.fw-icon-right .fw-iconbox-image {
  top: 50%;
  margin-top: -25px;
}
.fw-iconbox-4.fw-icon-left,
.fw-iconbox-4.fw-icon-right {
  text-align: left;
}
.fw-iconbox-4.fw-icon-left .fw-iconbox-image {
  left: 0;
}
.fw-iconbox-4.fw-icon-left .fw-iconbox-image {
  margin-left: -25px;
}
.fw-iconbox-4.fw-icon-left .fw-iconbox-aside {
  padding-left: 50px;
}
.fw-iconbox-4.fw-icon-right .fw-iconbox-image {
  right: 0;
}
.fw-iconbox-4.fw-icon-right .fw-iconbox-image {
  margin-right: -25px;
}
.fw-iconbox-4.fw-icon-right .fw-iconbox-aside {
  padding-right: 50px;
}
/* Single Image */
/* -------------------------------------------------- */
.fw-single-image.fw-single-image-left {
  float: left;
  margin-right: 30px;
}
.fw-single-image.fw-single-image-right {
  float: right;
  margin-left: 30px;
}
.fw-single-image.fw-single-image-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* Image Box */
/* -------------------------------------------------- */
.fw-imagebox {
  position: relative;
}
/* Overlay styling */
.fw-imagebox .fw-block-image-parent {
  font-style: normal;
  margin-bottom: 0;
  z-index: 3;
}
.fw-imagebox .fw-block-image-parent .fw-block-image-child:hover {
  cursor: default;
}
.fw-imagebox .fw-block-image-parent .fw-block-image-child.fw-imagebox-image:hover {
  cursor: pointer !important;
}
.fw-imagebox.bg-on {
  background-color: #e2e2e2;
}
.fw-imagebox.bg-on .fw-imagebox-aside {
  position: relative;
  padding: 20px 15px;
  z-index: 3;
}
.fw-imagebox.bg-on .fw-imagebox-title {
  margin-top: 0;
}
.fw-imagebox.text-center .fw-imagebox-title:after {
  margin: 10px auto 0 auto;
}
.fw-imagebox .fw-imagebox-image {
  position: relative;
  display: block;
}
.fw-imagebox .fw-imagebox-image.fw-block-image-child:hover {
  cursor: pointer;
}
.fw-imagebox.imagebox-boxed {
  padding: 20px;
  border: 1px solid #ccc;
}
.fw-imagebox.imagebox-boxed.bg-on .fw-imagebox-aside {
  padding-bottom: 0;
}
.fw-imagebox.no-divider .fw-imagebox-title:after {
  display: none;
}
/* Image position "Left, Right" (Other option for position image in map image-styling/image) */
.fw-imagebox .fw-block-image-left,
.fw-imagebox .fw-block-image-right {
  margin: 0;
}
.fw-imagebox-title-wrap{
  margin-bottom: 15px;
}
.fw-imagebox-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.fw-imagebox-title strong {
  font-style: normal;
}
.fw-imagebox-subtitle {
  font-family: 'Raleway';
  font-style: normal;
  font-size: 21px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0;
}
.fw-imagebox-text {
  padding: 0 0 10px 0;
}
.fw-imagebox-text p:last-child {
  margin-bottom: 0;
}
.fw-imagebox-btn {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* Style 1 */
.fw-imagebox-1 .fw-imagebox-aside {
  display: block;
  overflow: hidden;
  width: 100%;
}
.fw-imagebox-1 .fw-block-image-parent{
  margin-bottom: 1em;
}
/* Style 2 */
.fw-imagebox-2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.fw-imagebox-2 .fw-imagebox-aside {
  margin: 20px;
  padding: 20px;
  display: block;
}
.fw-imagebox-2 .fw-imagebox-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.fw-imagebox-2 .fw-imagebox-text a {
  text-decoration: underline;
}
.fw-imagebox-2 .fw-imagebox-btn {
  padding-bottom: 0;
}
.fw-imagebox-2 .fw-main-row-overlay {
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  z-index: 1;
}
.fw-imagebox-2 .fw-imagebox-aside {
  z-index: 2;
  position: relative;
}
/* List */
/* -------------------------------------------------- */
.fw-list ul,
.fw-list ol {
  margin: 0;
  padding: 10px 0 0 0;
}
.fw-list li {
  color: #111111;
  margin: 0 0 10px 0;
  list-style: inside;
  position: relative;
}
.fw-list.list-accent i {
  color: #111111;
}
.fw-list li img {
  position: relative;
  /*top: -0.1em;*/
}
.fw-list li ul,
.fw-list li ol {
  margin: 0 0 0 30px;
}
.fw-list.list-numbers li {
  list-style: decimal inside;
}
.fw-list.list-bordered ul,
.fw-list.list-bordered ol {
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.fw-list.list-bordered li {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-left: 10px;
}
.fw-list.list-bordered li ul,
.fw-list.list-bordered li ol {
  margin: 0 0 0 10px;
  border-bottom: none;
}
.fw-list.list-icon li {
  list-style: none;
}
.fw-list.list-icon li i {
  font-size: 14px;
  line-height: inherit;
  vertical-align: bottom;
}
.fw-list.list-icon.list-bordered li {
  position: relative;
}
.fw-list.upload-icon ul li {
  list-style: none;
}
.fw-list.upload-icon li a{
  vertical-align: middle;
}
/* Quote */
/* -------------------------------------------------- */
.fw-quote {
  color: #666666;
  margin: 0;
}
.fw-quote:after {
  display: none;
}
.fw-quote .fw-quote-text *:last-child {
  margin-bottom: 0;
}
.fw-quote small.fw-quote-author {
  font-family: 'Raleway';
  font-weight: 800;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  display: block;
}
.fw-quote small.fw-quote-author span {
  display: block;
}
.fw-quote small.fw-quote-author .fw-quote-author-line {
  display: inline-block;
  max-width: 100%;
  width: 33%;
  height: 1px;
  margin: 0.5em auto 0.5em auto;
  background-color: #dee0e1;
  overflow: hidden;
}
.fw-quote small.fw-quote-author:before {
  display: none;
}
/* quote text align */
.fw-quote.fw-quote-left small:before {
  margin-left: 0;
  margin-bottom: 1em;
}
.fw-quote.fw-quote-left:before {
  text-align: left;
}
.fw-quote.fw-quote-left p:first-child:before {
  text-align: left;
}
.fw-quote.fw-quote-right {
  text-align: right;
}
.fw-quote.fw-quote-right small:before {
  float: none;
  margin-right: 0;
  margin-bottom: 1em;
}
.fw-quote.fw-quote-right:before {
  text-align: right;
}
.fw-quote.fw-quote-right p:first-child:before {
  text-align: right;
}
.fw-quote.fw-quote-center {
  text-align: center;
}
.fw-quote.fw-quote-center small:before {
  margin: 5px auto 10px auto;
}
.fw-quote.fw-quote-center:before {
  text-align: center;
}
/* Tables */
/* -------------------------------------------------- */
/*  Default tables */
table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 2px 0 0 2px;
  width: 100%;
}
table td, table th {
  border-width: 0 2px 2px 0;
  padding: 7px 10px;
}

/* Baseline styles */
.fw-table table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  color: #000;
}
.fw-table table table {
  background-color: #ffffff;
}
.fw-table table caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #bfbfbf;
  text-align: left;
}
.fw-table table th {
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  text-align: left;
}
/* Cells */
.fw-table table > thead > tr > th,
.fw-table table > tbody > tr > th,
.fw-table table > tfoot > tr > th,
.fw-table table > thead > tr > td,
.fw-table table > tbody > tr > td,
.fw-table table > tfoot > tr > td {
  padding: 8px 10px;
  vertical-align: top;
}
/* Bottom align for column headings */
.fw-table table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  font-weight: normal;
}
/* Account for multiple tbody instances */
.fw-table table > tbody + tbody {
  border-top: 1px solid #ddd;
}
/* Condensed table w/ half padding */
.fw-table-condensed table > thead > tr > th,
.fw-table-condensed table > tbody > tr > th,
.fw-table-condensed table > tfoot > tr > th,
.fw-table-condensed table > thead > tr > td,
.fw-table-condensed table > tbody > tr > td,
.fw-table-condensed table > tfoot > tr > td {
  padding: 5px;
}

/* Bordered version */
/* Add borders all around the table and between all the columns. */
.fw-table-bordered table {
  border: none;
}
.fw-table-bordered table > thead > tr > th,
.fw-table-bordered table > tbody > tr > th,
.fw-table-bordered table > tfoot > tr > th,
.fw-table-bordered table > thead > tr > td,
.fw-table-bordered table > tbody > tr > td,
.fw-table-bordered table > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* Zebra-striping */
/* Default zebra-stripe styles (alternating gray and transparent backgrounds) */
.fw-table-striped table > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* Hover effect */
/* Placed here since it has to come after the potential zebra striping */
.fw-table-hover table > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* Table cell sizing */
/* Reset default table behavior */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}


/* Responsive tables */
.fw-table {
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 0.01%;
}
.fw-table .table-col-desc {
  color: #4d4d4d;
  text-align: right;
}
.fw-table .heading-row .table-col-desc {
  background-color: #ddd;
  color: #000;
}
.fw-table .heading-row th {
  background-color: #000;
  color: #fff;
}

/*----> Responsive <---- */
/* Screen 568px */
@media screen and (max-width: 767px) {
  .fw-table {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    margin-bottom: 11.25px;
  }
  /* Tighten up spacing */
  .fw-table > table {
    margin-bottom: 0;
  }
  /* Ensure the content doesn't wrap */
  .fw-table > table > thead > tr > th,
  .fw-table > table > tbody > tr > th,
  .fw-table > table > tfoot > tr > th,
  .fw-table > table > thead > tr > td,
  .fw-table > table > tbody > tr > td,
  .fw-table > table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* Special overrides for the bordered tables */
  .fw-table > .table-bordered {
    border: 0;
  }
  /* Nuke the appropriate borders so that the parent can handle them */
  .fw-table > .table-bordered > thead > tr > th:first-child,
  .fw-table > .table-bordered > tbody > tr > th:first-child,
  .fw-table > .table-bordered > tfoot > tr > th:first-child,
  .fw-table > .table-bordered > thead > tr > td:first-child,
  .fw-table > .table-bordered > tbody > tr > td:first-child,
  .fw-table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .fw-table > .table-bordered > thead > tr > th:last-child,
  .fw-table > .table-bordered > tbody > tr > th:last-child,
  .fw-table > .table-bordered > tfoot > tr > th:last-child,
  .fw-table > .table-bordered > thead > tr > td:last-child,
  .fw-table > .table-bordered > tbody > tr > td:last-child,
  .fw-table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* Only nuke the last row's bottom-border in `tbody` and `tfoot` since */
  /* chances are there will be only one `tr` in a `thead` and that would */
  /* remove the border altogether. */
  .fw-table > .table-bordered > tbody > tr:last-child > th,
  .fw-table > .table-bordered > tfoot > tr:last-child > th,
  .fw-table > .table-bordered > tbody > tr:last-child > td,
  .fw-table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* Price Table Style 1 */
/* -------------------------------------------------- */
.fw-price-1 {
  margin-left: auto;
  margin-right: auto;
}
/* default column */
.fw-price-1 .fw-price-col {
  width: 228px;
  margin-bottom: 20px;
  color: #000;
}
.fw-price-1 .fw-price-col .fw-price-inner {
  border-right: 1px solid #e8eced;
}
.fw-price-1 .fw-price-col:first-child .fw-price-row,
.fw-price-1 .fw-price-col:first-child.fw-switch-row,
.fw-price-1 .fw-price-col:first-child .fw-price-foot {
  border-left: 1px solid #e8eced;
}
/* Caption column */
.fw-price-1 .fw-price-caption .fw-price-head,
.fw-price-1 .fw-price-caption .fw-price-head .fw-price-title,
.fw-price-1 .fw-price-caption .fw-price-amount {
  background-color: #fff;
  color: #000;
  border-left: 1px solid #e8eced;
}
.fw-price-1 .fw-price-caption .fw-price-row,
.fw-price-1 .fw-price-caption .fw-switch-row,
.fw-price-1 .fw-price-caption .fw-price-middle {
  font-family: 'Raleway';
  font-style: normal;
  font-size: 10px;
  color: #4d4d4d;
}
.fw-price-1 .fw-price-caption .fw-price-head .fw-price-title {
  padding: 0 10px;
}
.fw-price-1 .fw-price-head,
.fw-price-1 .fw-price-caption .fw-heading-description {
  border-top: 1px solid #e8eced;
}
.fw-price-1 .fw-price-caption .fw-price-head,
.fw-price-1 .fw-price-caption .fw-price-amount .fw-price-middle,
.fw-price-1 .fw-price-caption .fw-price-row,
.fw-price-1 .fw-price-caption .fw-switch-row {
  font-weight: normal;
  text-align: right;
}
.fw-price-1 .fw-price-caption .fw-price-caption-title {
  font-size: 29px;
  line-height: 39px;
  font-weight: normal;
  font-style: italic;
  margin: 0;
}
.fw-price-1 .fw-price-caption .fw-price-caption-title strong {
  display: block;
  font-style: normal;
  font-weight: normal;
}
.fw-price-1 .fw-price-caption .fw-price-inner {
  border-bottom: 1px solid transparent;
}
.fw-price-1 .fw-price-caption:first-child .fw-price-foot {
  border-left: none;
}
/* columns head, price and description */
.fw-price-1 .fw-price-amount {
  background-color: #e8eced;
  color: #000;
  border-bottom: 1px solid #ddd;
}
.fw-price-1 .fw-price-head {
  background-color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #e8eced;
}
.fw-price-1 .fw-price-title {
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.fw-price-1 .fw-price-amount {
  height: 80px;
  padding: 10px 0;
  display: block;
}
.fw-price-1 .fw-price-amount .fw-price-middle {
  display: block;
  height: 100%;
}
.fw-price-1 .fw-price-package div:last-child{
  border-left: 1px solid #e8eced;
  margin-left: -1px;
}
.fw-price-1 .fw-price-caption .fw-price-amount.fw-heading-description {
  height: auto;
}
.fw-price-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fw-price-1 .fw-price-value {
  display: block;
  font-size: 26px;
  line-height: 1em;
}
.fw-price-1 .fw-price-caption .fw-price-middle {
  display: block;
  padding: 0 10px;
}
.fw-price-1 .fw-price-value span {
  margin-right: 2px;
}
.fw-price-1 .fw-price-desc {
  font-size: 15px;
  display: block;
  font-style: italic;
}
.fw-price-1 .fw-price-foot {
  min-height: 80px;
  background-color: #fff;
}
.fw-price-1 .fw-price-foot .fw-btn {
  margin: 17px 0;
}
/* row with data in each package column */
.fw-price-1 .fw-price-row,
.fw-price-1 .fw-switch-row {
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.fw-price-1 .fw-price-row small,
.fw-price-1 .fw-switch-row small {
  color: #888;
}
.fw-price-1 .fw-price-row i,
.fw-price-1 .fw-switch-row i {
  font-size: 18px;
}
/* Icons in price table */
.fw-price-1 .fw-price-icon-no:before {
  content: "\f00d";
  color: #e11313;
}
.fw-price-1 .fw-price-icon-yes:before {
  content: "\f00c";
  color: #47a920;
}
/* Style with gap between Packages */
.fw-price-1.fw-price-gaps .fw-price-col {
  padding: 0 10px;
}
.fw-price-1.fw-price-gaps .fw-price-row,
.fw-price-1.fw-price-gaps .fw-switch-row,
.fw-price-1.fw-price-gaps .fw-price-foot {
  border-left: 1px solid #ddd;
}
/* active column */
.fw-price-1 .fw-price-active .fw-price-inner {
  left: 0;
  top: 0;
  z-index: 50;
  box-shadow: 0 9px 40px rgba(0, 0, 0, 0.3);
}
.fw-price-1 .fw-price-active .fw-price-amount {
  background-color: #abb0b4;
}


@media (max-width: 991px) {
  .fw-price-1 .fw-price-col {
    width: 100% !important;
    margin-bottom: 30px;
    border-left: 1px solid #ddd;
  }
  .fw-price-1 .fw-price-col:first-child {
    border-bottom: 1px solid #ddd;
  }
}

/* Default Style */
/* -------------------------------------------------- */
/* Price Table */
.fw-price-table .fw-price-col {
  display: inline-block;
  float: left;
  position: relative;
  text-align: center;
}
.fw-price-table .fw-price-inner {
  position: relative;
  transition: all 0.15s ease 0s;
}
.fw-price-table .fw-price-title {
  margin: 0;
}
.fw-price-table .fw-price-inner > div {
  box-sizing: content-box;
}

@media (max-width: 991px) {
  .fw-price-table {
    width: 100% !important;
  }
}
/* Tabs */
/* -------------------------------------------------- */
.fw-tabs .nav-tabs li i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.fw-tabs .nav-tabs li img {
  max-width: 18px;
}
.fw-tabs .nav-tabs {
  font-family: 'Raleway';
  font-weight: 800;
  font-style: normal;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 1px;
}

/* Framed Tabs */
.fw-tabs-framed .nav-tabs {
  border-bottom: 2px solid #ddd;
}
.fw-tabs-framed .nav-tabs > li {
  padding-top: 0;
  margin-bottom: -2px;
}
.fw-tabs-framed .nav-tabs > li > a {
  border: 2px solid #ddd;
  background-color: #ededed;
  padding: 8px 20px;
  color: #666;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.fw-tabs-framed .nav-tabs > li > a:hover {
  color: #111111;
}
.fw-tabs-framed .nav-tabs > li > a:before {
  content: '';
  height: 2px;
  background: #ddd;
  position: absolute;
  bottom: -2px;
  left: -2px;
  right: -2px;
}
.fw-tabs-framed .nav-tabs > li.active {
  padding-top: 0;
}
.fw-tabs-framed .nav-tabs > li.active a:before {
  background: #fff;
  border-right: 2px solid #ddd;
  border-left: 2px solid #ddd;
}
.fw-tabs-framed .nav-tabs > li.active > a,
.fw-tabs-framed .nav-tabs > li.active > a:hover,
.fw-tabs-framed .nav-tabs > li.active > a:focus {
  color: #111111;
  background-color: #fff;
  padding: 8px 20px;
  border: 2px solid #ddd;
  border-bottom: none;
}
.fw-tabs-framed .tab-content {
  background-color: #fff;
  border: 2px solid #ddd;
  border-top: none;
  padding: 20px;
  border-radius: 0 0 4px 4px;
}
.fw-tabs-framed .tab-content p:last-child {
  margin-bottom: 0;
}
.fw-tabs-framed .nav-justified > li {
  padding-top: 0;
  bottom: -2px;
  margin-bottom: -2px;
  padding-right: 2px;
}
.fw-tabs-framed .nav-justified > li:first-child {
  border-left: none;
}
.fw-tabs-framed .nav-justified > li:last-child {
  padding-right: 0;
}
.fw-tabs-framed .nav-justified > li a {
  padding: 8px 20px;
  border-bottom: 2px solid #ddd;
  position: relative;
}


/* Minimalistic Tabs */
.fw-tabs-minimal .nav-tabs {
  border-bottom: 6px solid #ddd;
}
.fw-tabs-minimal .nav-tabs > li {
  margin-bottom: 0;
}
.fw-tabs-minimal .nav-tabs > li > a {
  background-color: transparent;
  border: none;
  padding: 8px 20px;
  color: #666;
  margin-bottom: -6px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.fw-tabs-minimal .nav-tabs > li > a:hover {
  color: #111111;
}
.fw-tabs-minimal .nav-tabs > li.active > a,
.fw-tabs-minimal .nav-tabs > li.active > a:hover,
.fw-tabs-minimal .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border: none;
  border-bottom: 6px solid #111111;
  color: #111111;
}
.fw-tabs-minimal .tab-content {
  padding: 20px 0;
}
.fw-tabs-minimal .tab-content .tab-content-title {
  display: block;
}
.fw-tabs-minimal .tab-content p:last-child {
  margin-bottom: 0;
}

/*----> Responsive <---- */
@media (min-width: 768px) {
  .fw-tabs-left .nav-tabs {
    border-bottom: 0;
    float: left;
    border-right: 2px solid #ddd;
  }
  .fw-tabs-left .nav-tabs > li {
    float: none;
    padding-top: 0;
    position: relative;
    width: 150px;
  }
  .fw-tabs-left .nav-tabs > li > a {
    margin-bottom: 3px;
    border-radius: 4px 0 0 4px;
    padding: 8px 10px;
    border-right-color: transparent;
    margin-right: 0;
    white-space: normal;
    border-right: none;
  }
  .fw-tabs-left .nav-tabs > li > a:before {
    display: none;
  }
  .fw-tabs-left .nav-tabs > li.active a,
  .fw-tabs-left .nav-tabs > li.active a:hover,
  .fw-tabs-left .nav-tabs > li.active a:focus {
    padding: 8px 10px;
    margin-right: -2px;
    border-right: transparent;
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #fff;
    border: 2px solid #ddd;
    border-right: transparent;
  }
  .fw-tabs-left .tab-content {
    margin-left: 150px;
  }
  .fw-tabs-left.fw-tabs-framed .tab-content {
    border-top: 2px solid #ddd;
    border-radius: 0 4px 4px 0;
  }
  /* Tabs Left in Minimal tabs */
  .fw-tabs-left.fw-tabs-minimal .nav-tabs > li.active > a,
  .fw-tabs-left.fw-tabs-minimal .nav-tabs > li.active > a:hover,
  .fw-tabs-left.fw-tabs-minimal .nav-tabs > li.active > a:focus {
    border: none;
    border-right: 6px solid #111111;
    margin-right: -6px;
  }
  .fw-tabs-left.fw-tabs-minimal .tab-content {
    padding: 0 0 0 20px;
    border-left: 6px solid #ddd;
  }
}

/* Screen 320px */
@media(max-width:479px){
  .nav-tabs > li {
    float: none;
  }
}
/* Tabs Slider */
/* -------------------------------------------------- */

.fw-tabs-slider .fw-tabs-slider-content-wrap .owl-item {
    background-color: #cccccc;
    position: relative;
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-media,
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content {
    display: block;
    width: 50%;
    float: left;
    height: 100%;
    max-height: 100%;
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-media-right .fw-tabs-slider-media {
    float: right
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content {
    padding: 0 50px;
    position: absolute;
    overflow-y: auto;
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content .fw-tabs-slider-content-inner-wrap,
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content .fw-tabs-slider-content-inner {
    display: block;
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-media-right .fw-tabs-slider-content {
    left: 0;
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-media-left .fw-tabs-slider-content {
    right: 0
}
/* Content Horizontal Align */
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content.fw-tabs-slider-content-align .fw-tabs-slider-content-inner-wrap {
    display: table;
    height: 100%;
    width: 100%;
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content.fw-tabs-slider-content-align .fw-tabs-slider-content-inner {
    display: table-cell;
    vertical-align: middle;
}
/* Content Align */
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content.fw-tabs-slider-content-align-left {
    text-align: left;
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content.fw-tabs-slider-content-align-center {
    text-align: center;
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content.fw-tabs-slider-content-align-right {
    text-align: right;
}
/* Divide Align & Color */
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content .fw-divider {
    border-color: #111111;
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content.fw-tabs-slider-content-align-left .fw-divider {
    margin-left: 0;
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content.fw-tabs-slider-content-align-center .fw-divider {
    margin-left: auto;
    margin-right: auto;
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content.fw-tabs-slider-content-align-right .fw-divider {
    margin-right: 0;
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content .fw-btn {
    margin-top: 20px;
}
/* Title */
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content .fw-tabs-slider-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

/* Tabs Slider Social */
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-social {
    position: absolute;
    bottom: 50px;
    right: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-social li {
    display: inline-block;
    margin-left: 10px;
}
.fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-social li:first-child {
    margin-left: 0;
}

/* Tabs Slider Nav */
.fw-tabs-slider .fw-tabs-slider-nav {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 auto 30px;
    width: 100%;
    padding: 0;
}
.fw-tabs-slider .fw-tabs-slider-nav li {
    font-size: 19.5px;
    width: auto;
    height: auto;
    border: none;
    text-indent: 0;
    background-color: transparent;
    border-radius: 0;
    margin: 0 10px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.fw-tabs-slider .fw-tabs-slider-nav li.owl-dot span {
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
    background-color: transparent;
}
.fw-tabs-slider.owl-carousel .owl-dots.fw-tabs-slider-nav li.active span,
.fw-tabs-slider.owl-carousel .owl-dots.fw-tabs-slider-nav li:hover span {
    background-color: transparent;
}

.fw-tabs-slider .fw-tabs-slider-nav li.active,
.fw-tabs-slider .fw-tabs-slider-nav li:hover {
    color: #111111;
}
.fw-tabs-slider .fw-tabs-slider-nav li i {
    margin-right: 5px;
    font-size: 19.5px;
}
.fw-tabs-slider .fw-tabs-slider-nav li img {
    width: 19.5px;
    height: 19.5px;
}
/*-> Tabs Slider Nav Align  */
.fw-tabs-slider .fw-tabs-slider-nav {
    padding: 0 15px;
}
.fw-tabs-slider .fw-tabs-slider-nav.fw-tabs-slider-nav-left {
    text-align: left;
}
.fw-tabs-slider .fw-tabs-slider-nav.fw-tabs-slider-nav-center {
    text-align: center;
}
.fw-tabs-slider .fw-tabs-slider-nav.fw-tabs-slider-nav-right {
    text-align: right;
}
/*----> Responsive <---- */
/* Screen 740px */
@media(max-width:767px){
    .fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content {
        padding: 25px !important;
    }
}
/* Screen 568px */
@media(max-width:600px){
    .fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-media,
    .fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content {
        width: 100%;
    }
    .fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content {
        position: relative;
    }
}
/* Screen 320px */
@media(max-width:479px){
    .fw-tabs-slider .fw-tabs-slider-content-wrap .fw-tabs-slider-content {

    }
}/* Team Member */
/* -------------------------------------------------- */
.fw-team {
  text-align: center;
}
/* Team Member Content Align */
.fw-team.fw-content-align-left {
  text-align: left;
}
.fw-team.fw-content-align-left .fw-team-image {
  margin-right: auto;
}
.fw-team.fw-content-align-center {
  text-align: center;
}
.fw-team.fw-content-align-center .fw-team-image {
  margin-left: auto;
  margin-right: auto;
}
.fw-team.fw-content-align-right {
  text-align: right;
}
.fw-team.fw-content-align-right .fw-team-image {
  margin-left: auto;
}
.fw-team .fw-team-text {
  margin-top: 15px;
}
.fw-team .fw-team-name h1,
.fw-team .fw-team-name h2,
.fw-team .fw-team-name h3,
.fw-team .fw-team-name h4,
.fw-team .fw-team-name h5,
.fw-team .fw-team-name h6 {
  margin: 0;
}
.fw-team .fw-team-name h1 strong,
.fw-team .fw-team-name h2 strong,
.fw-team .fw-team-name h3 strong,
.fw-team .fw-team-name h4 strong,
.fw-team .fw-team-name h5 strong,
.fw-team .fw-team-name h6 strong {
  font-style: normal;
}
.fw-team .fw-team-name > span {
  font-family: 'Raleway';
  font-weight: 800;
  font-style: normal;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 1px;
  display: block;
  margin-top: 5px;
}
.fw-team .fw-team-image {
  margin-bottom: 1em;
}
.fw-team .fw-team-image .fw-image-link {
  display: inline-block;
  max-width: 100%;
}
.fw-team .fw-team-socials {
  margin-top: 15px;
}
.fw-team .fw-team-socials a {
  display: inline-block;
  margin: 0 2px;
  font-size: 20px;
  color: #b7b8ba;
  opacity: 1;
}
.fw-team .fw-team-socials a:hover {
  color: #111111;
  opacity: 0.7;
}

/* Team Member Type 2 */
.fw-team.fw-team-member-type-2.fw-content-align-left .fw-block-image-overlay {
  text-align: left;
}
.fw-team.fw-team-member-type-2.fw-content-align-center .fw-block-image-overlay {
  text-align: center;
}
.fw-team.fw-team-member-type-2.fw-content-align-right .fw-block-image-overlay {
  text-align: right;
}
.fw-team.fw-team-member-type-2 .fw-team-image {
  margin-bottom: 0;
}
.fw-team.fw-team-member-type-2 .fw-block-image-child {
  box-shadow: inset 0 0 0 1px #edf1f2;
}
.fw-team.fw-team-member-type-2.fw-overlay-1 .fw-block-image-child:hover {
  cursor: default;
}
.fw-team.fw-team-member-type-2 .fw-team-socials {
  line-height: 0;
}
.fw-team.fw-team-member-type-2 .fw-block-image-overlay .fw-icell {
  padding-top: 20px;
}
/* Slideshow Slider */
/* -------------------------------------------------- */
.fw-container-fluid .fw-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.fw-slider-item {
  display: block;
  float: left;
  position: relative;
  max-width: 100%;
  text-align: center;
}
.fw-slider-item img {
  width: 100%;
  height: 100%;
}
.fw-slider-item > a {
  display: block;
  position: relative;
}
.fw-slider-caption {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 1em 20px;
  font-size: 16px;
  text-align: left;
}
.fw-slider {
  position: relative;
}
.fw-slider .fw-slider-prev,
.fw-slider .fw-slider-next {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
.fw-slider .fw-slider-prev:hover,
.fw-slider .fw-slider-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.fw-slider .fw-slider-prev {
  left: 10px;
}
.fw-slider .fw-slider-prev span:before {
  content: "\f104";
  margin-right: 0.1em;
}
.fw-slider .fw-slider-next {
  right: 10px;
}
.fw-slider .fw-slider-next span:before {
  content: "\f105";
  margin-left: 0.1em;
}
.fw-slider .fw-slider-pagination {
  position: absolute;
  z-index: 11;
  right: 15px;
  bottom: 15px;
  text-align: right;
}
.fw-slider .fw-slider-pagination a {
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 3px;
}
.fw-slider .fw-slider-pagination a span {
  display: block;
  text-indent: 400px;
}
.fw-slider .fw-slider-pagination a.selected {
  background-color: #fff;
}
.fw-slider.hide-elements {
  height: 1px;
  overflow: hidden;
}
.fw-slider.hide-elements .fw-slider-item img {
  visibility: hidden;
}
.fw-slider.hide-elements .fw-slider-prev,
.fw-slider.hide-elements .fw-slider-next,
.fw-slider.hide-elements .fw-slider-pagination,
.fw-slider.hide-elements .fw-slider-caption {
  display: none !important;
}
.fw-slider .fw-slider-prev:active,
.fw-slider .fw-slider-next:active {
  margin-top: -19px;
}
.fw-slider .fw-slider-pagination a {
  width: 10px;
  height: 10px;
}

/* Custom Sliders */
/* -------------------------------------------------- */
/* Slider With Caption */


.fw-container-fluid .slider-main {
  margin-left: -15px;
  margin-right: -15px;
}
.slider-main {
  position: relative;
}
/* slider item */
.slider-main .slider-item {
  float: left;
  position: relative;
  max-width: 100%;
}
.slider-main .slider-item img {
  width: 100%;
  height: 100%;
}
.slider-main .slider-item .slide-title {
  visibility: hidden;
  position: absolute;
}
.slider-main .slider-main-caption {
  position: absolute;
  left: -3%;
  bottom: 13%;
  z-index: 2;
  width: 57%;
  color: #fff;
}
.slider-main .caption-inner {
  background-color: rgba(17,17,17,0.9);
  position: relative;
  width: 100%;
  padding: 40px 80px;
}
.slider-main .slider-main-title a {
  color: #fff;
  display: inline-block;
  font-size: 38px;
  line-height: 1em;
}
.slider-main .slider-prev,
.slider-main .slider-next {
  color: #000;
  font-size: 48px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  margin-top: -24px;
}
.slider-main .slider-prev:hover,
.slider-main .slider-next:hover {
  color: #fff;
}
.slider-main .slider-prev:active,
.slider-main .slider-next:active {
  margin-top: -23px;
}
.slider-main .slider-prev {
  left: 30px;
}
.slider-main .slider-next {
  right: 30px;
}
.slider-main .slider-pagination {
  position: absolute;
  bottom: 5%;
  left: 4%;
  z-index: 3;
}
.slider-main .slider-pagination a {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 0;
}
.slider-main .slider-pagination a:hover,
.slider-main .slider-pagination a.selected {
  background-color: rgba(255, 255, 255, 0.7);
}
.slider-main .slider-progress {
  width: 80%;
  left: 10%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.slider-main .timer {
  height: 6px;
  background-color: rgba(255, 255, 255, 0.6);
}

/* Responsive */
@media (max-width: 1199px) {
  .slider-main .slider-main-title a {
    font-size: 30px;
  }
  .slider-main .slider-main-caption {
    width: 62%;
  }
  .slider-main .caption-inner {
    padding: 30px 60px;
  }
}
@media (max-width: 991px) {
  .slider-main .slider-main-title a {
    font-size: 22px;
  }
  .slider-main .slider-main-caption {
    width: 62%;
  }
  .slider-main .caption-inner {
    padding: 20px 60px;
  }
  .slider-main .slider-prev {
    left: 4%;
  }
  .slider-main .slider-next {
    right: 4%;
  }
}
/* Screen 568px */
@media(max-width:767px){
  .fw-slider .fw-slider-caption{
    font-size: 95% !important;
    line-height: normal !important;
  }
}/* Testimonails */
/* -------------------------------------------------- */
.fw-testimonials {
  position: relative;
  opacity: 1;
  width: 100%;
  min-width: 320px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fw-testimonials.hide-slider {
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.fw-testimonials.hide-slider .fw-slider-item img {
  visibility: hidden;
}
.fw-testimonials.hide-slider .fw-slider-prev,
.fw-testimonials.hide-slider .fw-slider-next,
.fw-testimonials.hide-slider .fw-slider-pagination,
.fw-testimonials.hide-slider .fw-slider-caption {
  opacity: 0 !important;
}
.fw-testimonials .fw-testimonials-item {
  position: relative;
}
.fw-testimonials .fw-testimonials-text {
  font-size: 15px;
  font-family: 'Raleway';
  font-weight: 400;
  color: #666666;
  font-style: italic;
}
.fw-testimonials .fw-testimonials-text p {
  margin-bottom: 1.4em;
}
.fw-testimonials .fw-testimonials-text p:last-child {
  margin-bottom: 0;
}
.fw-testimonials .prev,
.fw-testimonials .next {
  color: #666666;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  opacity: 0.3;
}
.fw-testimonials .prev:hover,
.fw-testimonials .next:hover {
  opacity: 0.4
}
.fw-testimonials .prev:active,
.fw-testimonials .next:active {
  margin-top: 1px;
  opacity: 0.4
}
.fw-testimonials .prev i:before {
  content: "\f104";
}
.fw-testimonials .next i:before {
  content: "\f105";
}
.fw-testimonials .fw-testimonials-pagination a {
  width: 10px;
  height: 10px;
  background-color: #666666;
  display: inline-block;
  margin: 3px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.1;
}
.fw-testimonials .fw-testimonials-pagination a.selected,
.fw-testimonials .fw-testimonials-pagination a:hover {
  opacity: 0.3;
}
.fw-testimonials .fw-testimonials-pagination a span {
  display: block;
  text-indent: -300px;
}

/* Testimonials Type 1 */
.fw-testimonials-1 {
  text-align: center;
}
.fw-testimonials-1 .fw-testimonials-item {
  text-align: center;
}
.fw-testimonials-1 .fw-testimonials-avatar {
  margin: 22.5px 0;
}
.fw-testimonials-1 .fw-testimonials-avatar .fw-testimonials-avatar-img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
}
.fw-testimonials-1 .fw-testimonials-avatar img {
  display: inline-block;
  border-radius: 50%;
}
.fw-testimonials-1 .fw-testimonials-text {
  text-align: center;
  padding: 10px 10% 0;
}
.fw-testimonials-1 .fw-testimonials-author {
  color: #106b89;
  padding: 0 10px 0;
}
.fw-testimonials-1 .fw-testimonials-author .author-name {
  font-family: 'Raleway';
  font-weight: 800;
  font-style: normal;
  font-size: 21px;
  letter-spacing: 1px;
  display: block;
}
.fw-testimonials-1 .fw-testimonials-author .author-name strong {
  font-style: normal;
}
.fw-testimonials-1 .fw-testimonials-author em {
  font-size: 14px;
}
.fw-testimonials-1 .fw-testimonials-author .fw-testimonials-url:before {
  content: " | ";
  margin-left: 2px;
}
.fw-testimonials-1 .fw-testimonials-author em,
.fw-testimonials-1 .fw-testimonials-author .fw-testimonials-url {
  font-family: 'Raleway';
}
.fw-testimonials-1 .prev,
.fw-testimonials-1 .next {
  position: absolute;
  z-index: 2;
  top: 42%;
  font-size: 40px;
}
.fw-testimonials-1 .prev i,
.fw-testimonials-1 .next i {
  position: relative;
  top: -1px;
}
.fw-testimonials-1 .prev:hover,
.fw-testimonials-1 .next:hover {
  color: #a70e13;
}
.fw-testimonials-1 .prev:active,
.fw-testimonials-1 .next:active {
  margin-top: 1px;
}
.fw-testimonials-1 .prev {
  left: 1px;
}
.fw-testimonials-1 .prev i {
  left: -2px;
}
.fw-testimonials-1 .prev i:before {
  content: "\f104";
}
.fw-testimonials-1 .next {
  right: 1px;
}
.fw-testimonials-1 .next i {
  right: -2px;
}
.fw-testimonials-1 .next i:before {
  content: "\f105";
}
.fw-testimonials-1 .fw-testimonials-pagination {
  text-align: center;
  margin-top: 10px;
}

/* Testimonials Type 2 */
.fw-testimonials-2 .fw-testimonials-item {
  margin-top: 1px;
}
.fw-testimonials-2 .fw-testimonials-text {
  position: relative;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #666666;
}
.fw-testimonials-2 .fw-testimonials-text:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  left: 37px;
  border-color: #666666 transparent transparent transparent;
}
.fw-testimonials-2 .fw-testimonials-text:before {
  bottom: -15px;
  margin-left: -1px;
  border-width: 15px 15px 0 15px;
}
.fw-testimonials-2 .fw-testimonials-meta {
  display: table;
}
.fw-testimonials-2 .fw-testimonials-meta > div {
  display: table-cell;
  vertical-align: middle;
}
.fw-testimonials-2 .fw-testimonials-avatar {
  margin-right: 10px;
}
.fw-testimonials-2 .fw-testimonials-avatar .fw-testimonials-avatar-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.fw-testimonials-2 .fw-testimonials-avatar img {
  border-radius: 50%;
}
.fw-testimonials-2 .fw-testimonials-author {
  color: #106b89;
  padding: 0 0 0 20px;
}
.fw-testimonials-2 .fw-testimonials-author .author-name {
  font-family: 'Raleway';
  font-weight: 800;
  font-style: normal;
  font-size: 21px;
  letter-spacing: 1px;
  display: block;
}
.fw-testimonials-2 .fw-testimonials-author .author-name strong {
  font-style: normal;
}
.fw-testimonials-2 .fw-testimonials-author em {
  font-style: normal;
  font-size: 14px;
}
.fw-testimonials-2 .fw-testimonials-author .fw-testimonials-url {
  display: block;
  font-size: 95%;
}
.fw-testimonials-2 .fw-testimonials-author em,
.fw-testimonials-2 .fw-testimonials-author .fw-testimonials-url {
  font-family: 'Raleway';
}
.fw-testimonials-2 .fw-testimonials-arrows {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 2;
}
.fw-testimonials-2 .fw-testimonials-arrows a {
  margin: 0 5px;
}
.fw-testimonials-2 .fw-testimonials-pagination {
  position: absolute;
  display: inline-block;
  bottom: 20px;
  right: 70px;
  z-index: 2;
}
.fw-testimonials.fw-testimonials-2 .fw-testimonials-pagination a.selected,
.fw-testimonials.fw-testimonials-2 .fw-testimonials-pagination a:hover {
  opacity: 0.5;
}
.fw-testimonials.fw-testimonials-2 .prev,
.fw-testimonials.fw-testimonials-2 .next{
  opacity: 0.5;
}

/*----> Responsive <---- */
/* Screen 568px */
@media(max-width:767px){
  .fw-col-no-padding .fw-testimonials-1 .prev {
    left: 10px;
  }
  .fw-col-no-padding .fw-testimonials-1 .prev i {
    left: 0;
  }
  .fw-col-no-padding .fw-testimonials-1 .next {
    right: 10px;
  }
  .fw-col-no-padding .fw-testimonials-1 .next i {
    right: 0;
  }
}
/* Screen 320px */
@media(max-width:479px){
  .fw-testimonials-2 .fw-testimonials-pagination {
    bottom: -5px;
    right: 15px;
  }
  .fw-testimonials-2 .fw-testimonials-arrows {
    display: none;
  }
  .fw-col-no-padding .fw-testimonials-2 .fw-testimonials-pagination {
    right: 0;
  }
  .fw-testimonials-1,
  .fw-testimonials-2 {
    left: -15px;
  }
  .fw-testimonials-1 .prev {
    left: 10px;
  }
  .fw-testimonials-1 .next {
    right: 10px;
  }
  .fw-col-no-padding .fw-testimonials-1,
  .fw-col-no-padding .fw-testimonials-2 {
    left: auto;
  }
  .fw-testimonials-2 .fw-testimonials-item {
    padding: 0 15px;
  }
  .fw-col-no-padding .fw-testimonials-2 .fw-testimonials-item {
    padding: 0;
  }
}
/* Events */
.fw-shortcode-calendar-wrapper.wrapp_calendar {
  padding: 0;
  margin: 0;
}
.fw-shortcode-calendar-wrapper.wrapp_calendar .page-header {
  padding: 0;
  margin: 40px 0 0;
  border: none;
}
.calendar{
  margin: 0 auto;
}
.fw-shortcode-calendar-wrapper .cal-month-day {
  height: 100%;
}
.fw-shortcode-calendar-wrapper .cal-month-day span[data-cal-date] {
  font-weight: normal;
  opacity: 1;
  float: left !important;
  margin-top: 14px;
  margin-left: 20px;
}
.fw-shortcode-calendar-wrapper .cal-month-day.event-day span[data-cal-date] {
  color: #fff !important;
}
.fw-shortcode-calendar-wrapper .cal-month-day:hover {
  cursor: pointer;
}
.fw-shortcode-calendar-wrapper .cal-month-day:hover span[data-cal-date] {
  color: #fff;
}
.fw-shortcode-calendar-wrapper .cal-month-day.cal-day-today {
  color: #fff !important;
}
.fw-shortcode-calendar-wrapper .cal-month-day.cal-day-inmonth.cal-day-today:hover span[data-cal-date],
.fw-shortcode-calendar-wrapper .cal-month-day:hover span[data-cal-date]{
  color: #fff !important;
}
.fw-shortcode-calendar-wrapper .cal-month-day .text-today {
  position: absolute;
  top: 13px;
  right: 20px;
  color: #fff;
  text-transform: uppercase;
}
.fw-shortcode-calendar-wrapper .cal-month-box .cal-day-today span[data-cal-date]{
  color: #fff !important;
}
.fw-shortcode-calendar-wrapper .cal-row-fluid .cal-cell1{
  height: 133px;
}
.fw-shortcode-calendar-wrapper .cal-day-outmonth {
  cursor: default;
  background: #e9eef0;
}
.fw-shortcode-calendar-wrapper .cal-day-outmonth span[data-cal-date] {
  color: #a7b4b9;
  opacity: 1;
}
.fw-shortcode-calendar-wrapper .cal-day-outmonth:hover {
  cursor: default;
}
.fw-shortcode-calendar-wrapper .cal-day-outmonth:hover span[data-cal-date] {
  color: #fff;
}
.fw-shortcode-calendar-wrapper .cal-month-day.cal-day-outmonth.event-day:hover {
  cursor: pointer;
}
.fw-shortcode-calendar-wrapper .cal-month-day.cal-day-outmonth.event-day:hover span[data-cal-date] {
  color: #fff;
}
.fw-shortcode-calendar-wrapper #cal-day-tick{
  display: none !important;
}
.fw-shortcode-calendar-wrapper .cal-event-list .event.pull-left{
  margin-top: 5px;
  display: none;
}
.fw-shortcode-calendar-wrapper .cal-week-box .cal-row-head [class*="cal-cell"].cal-day-today {
  color: #fff;
}
.fw-shortcode-calendar-wrapper .cal-week-box .cal-row-head [class*="cal-cell"].cal-day-today span[data-cal-date] {
  color: #fff;
  opacity: 1;
}
.fw-shortcode-calendar-wrapper .cal-week-box .cal-cell1.day-highlight {
  min-height: 30px;
  height: auto;
  line-height: normal;
  padding: 0.5em 0 0.5em 10px;
}
.fw-shortcode-calendar-wrapper #cal-week-box {
  display: none !important;
}
.fw-shortcode-calendar-wrapper .cal-row-fluid.cal-row-head:hover,
.fw-shortcode-calendar-wrapper .cal-row-fluid.cal-row-head .cal-cell1:hover{
  background: none;
}
.fw-shortcode-calendar-wrapper .cal-row-head [class*="cal-cell"]:first-child,
.fw-shortcode-calendar-wrapper .cal-row-head [class*="cal-cell"]{
  height: auto;
  padding-top: 22px;
  text-transform: uppercase;
}
.fw-shortcode-calendar-wrapper .cal-year-box .row-fluid, .cal-month-box .cal-row-fluid{
  border-bottom: 3px solid #fff;
}
.fw-shortcode-calendar-wrapper .cal-year-box [class*="span"], .cal-month-box [class*="cal-cell"]{
  border-right: 3px solid #fff;
}
.fw-shortcode-calendar-wrapper .cal-month-box, .cal-year-box, .cal-week-box{
  border: none;
  border-radius: 0;
}
.fw-shortcode-calendar-wrapper .cal-month-day {
  background: rgba(167,14,19,0.05);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.fw-shortcode-calendar-wrapper .cal-month-day span[data-cal-date] {
  font-size: 13.5px;
  color: #666666;
}
.fw-shortcode-calendar-wrapper .cal-month-day:hover {
  background: #111111;
}
.fw-shortcode-calendar-wrapper .cal-month-day .text-today {
  font-size: 12px;
}
.fw-shortcode-calendar-wrapper .cal-day-today span[data-cal-date]{
  color: #111111;
}
.fw-shortcode-calendar-wrapper .cal-month-box .cal-day-today span[data-cal-date]{
  font-size: 13.5px;
}
.fw-shortcode-calendar-wrapper .cal-day-outmonth:hover {
  background: #131313;
}
.fw-shortcode-calendar-wrapper .event-day {
  background-color: #a70e13;
}
.fw-shortcode-calendar-wrapper .cal-month-day.cal-day-outmonth.event-day {
  background-color: #a70e13;
}
.fw-shortcode-calendar-wrapper .cal-month-day.cal-day-outmonth.event-day:hover {
  background: #111111;
}
.fw-shortcode-calendar-wrapper .cal-day-today {
  background-color: #111111;
}
.fw-shortcode-calendar-wrapper .cal-week-box .cal-row-fluid.cal-row-head .cal-cell1.cal-day-today:hover{
  background: #111111;
}
/* content of events */
.fw-shortcode-calendar-wrapper #cal-slide-content {
  font-family: 'Raleway';
  font-weight: 400;
  font-style: normal;
  box-shadow: none;
  background-image: none;
  background-color: #fff;
  margin-bottom: 3px;
}
.fw-shortcode-calendar-wrapper #cal-slide-content a.event-item {
  color: #a70e13;
}
.fw-shortcode-calendar-wrapper #cal-slide-content a.event-item:hover {
  color: #111111;
}
.fw-shortcode-calendar-wrapper .fw-shortcode-calendar .cal-month-box #cal-slide-content:hover{
  background-color: #fff;
}
.fw-shortcode-calendar-wrapper #cal-slide-content li {
  margin-bottom: 5px;
}
.fw-shortcode-calendar-wrapper #cal-slide-content li:last-child {
  margin-bottom: 0;
}
.fw-shortcode-calendar-wrapper #cal-slide-content a.event-item:before {
  font-family: 'FontAwesome';
  content: "\f133";
  font-size: 14px;
  margin-right: 5px;
}
.fw-shortcode-calendar-wrapper #cal-slide-content:hover {
  background-color: #fff;
}
/* Calendar Navigation */
.fw-shortcode-calendar-wrapper .calendar-navigation {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 7px 0;
  text-align: center;
  line-height: 15px;
}
.fw-shortcode-calendar-wrapper .calendar-navigation h3 {
  display: inline-block;
  margin-top: 0;
  min-width: 270px;
}
.fw-shortcode-calendar-wrapper .calendar-navigation .prev,
.fw-shortcode-calendar-wrapper .calendar-navigation .next {
  font-size: 30px;
  line-height: 30px;
  color: #a70e13;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  width: 20px;
  text-align: center;
  background: none;
  border: none;
  outline: none;
}
.fw-shortcode-calendar-wrapper .calendar-navigation .prev:hover,
.fw-shortcode-calendar-wrapper .calendar-navigation .next:hover {
  color: #111111;
}
.fw-shortcode-calendar-wrapper .calendar-navigation .prev {
  margin-right: 5px;
}
.fw-shortcode-calendar-wrapper .calendar-navigation .next {
  margin-left: 5px;
}
.fw-shortcode-calendar-wrapper .events-list {
  visibility: hidden;
}
.fw-shortcode-calendar-wrapper .list-events {
  position: absolute;
  bottom: 7px;
  left: 19px;
  font-weight: normal;
  font-size: 14px;
  text-transform: lowercase;
}
.fw-shortcode-calendar-wrapper .list-events span {
  font-size: 14px;
}
.fw-shortcode-calendar-wrapper .cal-day-today .list-events {
  color: #fff;
}
/* Details Event Button */
.details-event-button {
  margin-top: 20px;
}
.details-event-button button {
  color: #fff !important;
}
.details-event-button button:hover {
  color: #fff !important;
}
.fw-shortcode-calendar-wrapper .list-events {
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive Events Calendar */
@media(max-width: 767px){
  .fw-shortcode-calendar-wrapper .calendar-navigation .next,
  .fw-shortcode-calendar-wrapper .calendar-navigation .prev {
    line-height: 20px;
  }
}

.fw-shortcode-calendar-wrapper #cal-day-box .cal-day-hour .events-col .dh-event-inverse {
  background: rgba(167,14,19,0.5);
}
.fw-shortcode-calendar-wrapper #cal-day-box .day-highlight,
.fw-shortcode-calendar-wrapper #cal-day-box .day-highlight:hover {
  background: rgba(167,14,19,0.5);
}
.fw-shortcode-calendar-wrapper .cal-week-box .cal-row-head {
  background: rgba(167,14,19,0.5) !important;
}
.fw-shortcode-calendar-wrapper .cal-week-box .cal-row-head:hover {
  background: rgba(167,14,19,0.5) !important;
}
.fw-shortcode-calendar-wrapper a.cal-event-week {
  color: #a70e13;
}
.fw-shortcode-calendar-wrapper a.cal-event-week:hover {
  color: #111111;
}
/* Event Single */
.single-fw-event .wrap-map {
  margin-bottom: 22.5px;
}
.single-fw-event .fw-event-offers {
  text-align: right;
  margin-bottom: 21px;
}
.single-fw-event .fw-event-offers .fw-event-tickets-available {
  margin-right: 15px;
}
.single-fw-event .fw-event-offers .fw-event-price {
  margin-right: 10px;
}
.single-fw-event .fw-event-offers a.fw-btn {
  color: #fff !important;
}
.single-fw-event .fw-event-offers a.fw-btn:hover {
  color: #fff !important;
}

/* PopUp Events */
.modal-footer{
  padding: 0 10px;
}
.modal-footer .btn{
  font-size: 35px;
  padding: 0;
}
.modal-dialog{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -290px;
}
.modal-body{
  padding: 45px 20px 0;
}
.modal-dialog .btn{
  position: absolute;
  padding: 0;
  top: 0;
  right: 10px;
  font-size: 30px;
}
.modal-dialog {
  width: 930px;
}
.modal-dialog .modal-body {
  height: 590px !important;
}

/* Responsive Events Calendar */
.fw-col-sm-8 .fw-shortcode-calendar-wrapper .cal-row-fluid .cal-cell1,
.fw-col-sm-6 .fw-shortcode-calendar-wrapper .cal-row-fluid .cal-cell1,
.fw-col-sm-8 .fw-shortcode-calendar-wrapper .cal-year-box [class*="span"],
.fw-col-sm-6 .fw-shortcode-calendar-wrapper .cal-year-box [class*="span"],
.fw-col-sm-8 .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"],
.fw-col-sm-6 .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"],
.fw-col-md-8 .fw-shortcode-calendar-wrapper .cal-row-fluid .cal-cell1,
.fw-col-md-6 .fw-shortcode-calendar-wrapper .cal-row-fluid .cal-cell1,
.fw-col-md-8 .fw-shortcode-calendar-wrapper .cal-year-box [class*="span"],
.fw-col-md-6 .fw-shortcode-calendar-wrapper .cal-year-box [class*="span"],
.fw-col-md-8 .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"],
.fw-col-md-6 .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"] {
  height: 4em;
  min-height: 4em;
}
.fw-col-sm-8 .fw-shortcode-calendar-wrapper .cal-row-head [class*="cal-cell"]:first-child,
.fw-col-sm-6 .fw-shortcode-calendar-wrapper .cal-row-head [class*="cal-cell"]:first-child,
.fw-col-sm-8 .fw-shortcode-calendar-wrapper .cal-row-head [class*="cal-cell"],
.fw-col-sm-6 .fw-shortcode-calendar-wrapper .cal-row-head [class*="cal-cell"],
.fw-col-md-8 .fw-shortcode-calendar-wrapper .cal-row-head [class*="cal-cell"]:first-child,
.fw-col-md-6 .fw-shortcode-calendar-wrapper .cal-row-head [class*="cal-cell"]:first-child,
.fw-col-md-8 .fw-shortcode-calendar-wrapper .cal-row-head [class*="cal-cell"],
.fw-col-md-6 .fw-shortcode-calendar-wrapper .cal-row-head [class*="cal-cell"] {
  height: 3em;
}
.fw-col-sm-8 .fw-shortcode-calendar-wrapper .cal-month-day .text-today,
.fw-col-sm-6 .fw-shortcode-calendar-wrapper .cal-month-day .text-today,
.fw-col-md-8 .fw-shortcode-calendar-wrapper .cal-month-day .text-today,
.fw-col-md-6 .fw-shortcode-calendar-wrapper .cal-month-day .text-today {
  display: none;
}
@media(max-width: 1199px){
  .modal-dialog{
    margin-top: -300px;
  }
}
@media(max-width: 991px){
  .fw-shortcode-calendar-wrapper.wrapp_calendar{
    margin-bottom: 0;
  }
  .fw-shortcode-calendar-wrapper .cal-month-day span[data-cal-date]{
    margin-top: 12px;
    margin-left: 12px;
  }
  .fw-shortcode-calendar-wrapper .cal-month-day .text-today {
    top: 45px;
    right: 10px;
  }
  .modal-dialog {
    width: 625px;
    margin-top: -360px;
  }
  .modal-dialog .modal-body{
    height: 500px !important;
  }
}

@media(max-width: 767px){
  .fw-shortcode-calendar-wrapper .cal-row-head [class*="cal-cell"]:first-child,
  .fw-shortcode-calendar-wrapper .cal-row-head [class*="cal-cell"]{
    font-size: 80%!important;
    padding-top: 0;
  }
  .fw-shortcode-calendar-wrapper .list-events{
    display: none;
  }
  .fw-shortcode-calendar-wrapper .cal-month-box .cal-day-today span[data-cal-date]{
    font-size: 80%;
  }
  .fw-shortcode-calendar-wrapper .cal-month-day span[data-cal-date]{
    font-size: 80%;
  }
  .fw-shortcode-calendar-wrapper .cal-month-day .text-today {
    display: none;
  }
  .fw-shortcode-calendar-wrapper .cal-row-fluid .cal-cell1,
  .fw-shortcode-calendar-wrapper .cal-year-box [class*="span"],
  .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"]{
    min-height: 1em;
  }
  .fw-shortcode-calendar-wrapper #cal-day-tick {
    display: none !important;
  }
  .fw-shortcode-calendar-wrapper #cal-slide-content{
    padding: 10px 10px 10px 5px;
  }
  .fw-shortcode-calendar-wrapper #cal-slide-content a.event-item{
    font-size: 80%;
  }
  .fw-shortcode-calendar-wrapper .calendar-navigation h3{
    font-size: 80%;
    min-width: auto;
  }
}

/* remove hover */
.fw-shortcode-calendar-wrapper .cal-year-box .row-fluid:hover,
.fw-shortcode-calendar-wrapper .cal-row-fluid:hover {
  background-color: transparent !important;
}
.fw-shortcode-calendar-wrapper .cal-day-panel-hour-class .cal-day-hour .time-col b {
  font-weight: normal;
}
.fw-shortcode-calendar-wrapper #cal-day-box .cal-row-head [class*="cal-cell"]:first-child,
.fw-shortcode-calendar-wrapper #cal-day-box .cal-row-head [class*="cal-cell"] {
  height: 50px;
}
.fw-shortcode-calendar-wrapper #cal-day-box .cal-row-head .events-col {
  display: none;
}
.fw-shortcode-calendar-wrapper #cal-day-box .cal-day-panel-class .cal-day-hour {
  margin-bottom: 0;
}
.fw-shortcode-calendar-wrapper #cal-day-box .cal-day-hour {
  margin-bottom: 30px;
}
.fw-shortcode-calendar-wrapper #cal-day-box .cal-day-hour .time-col {
  height: auto!important;
}
.fw-shortcode-calendar-wrapper #cal-day-box .day-highlight {
  position: relative;
  z-index: 10;
  border: none !important;
}
.fw-shortcode-calendar-wrapper #cal-day-box .day-event {
  width: 220px !important;
}
.fw-shortcode-calendar-wrapper #cal-day-box .day-event .cal-hours {
  font-weight: normal;
}
.fw-shortcode-calendar-wrapper #cal-day-box .day-event .event-item {
  display: block;
}
.fw-shortcode-calendar-wrapper .cal-week-box .cal-row-head [class*=cal-cell],
.fw-shortcode-calendar-wrapper .cal-week-box .cal-row-head [class*=cal-cell]:first-child {
  height: 70px;
  padding-top: 6px;
}
.fw-shortcode-calendar-wrapper .cal-week-box hr {
  border: none;
  margin: 0 0 10px;
}
.fw-shortcode-calendar-wrapper a.cal-event-week {
  font-size: 17px;
}
.fw-more-events-content {
  display: none;
}
/* Responsive */
/* Screen 568px */
@media (max-width:767px)  {
  .fw-shortcode-calendar-wrapper .cal-row-fluid .cal-row-head [class*="cal-cell"]:first-child,
  .fw-shortcode-calendar-wrapper .cal-row-fluid .cal-row-head [class*="cal-cell"]{
    height: 41px;
  }
  .fw-shortcode-calendar-wrapper .cal-year-box [class*="span"],
  .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"]{
    height: 71px;
    min-height: 71px!important;
  }
  .fw-shortcode-calendar-wrapper .cal-week-box span[data-cal-date] {
    margin-right: 0;
  }
  .fw-shortcode-calendar-wrapper .cal-week-box.cal-week-box [data-event-class] {
    height: 27px;
    line-height: 27px;
  }
  .fw-shortcode-calendar a.cal-event-week {
    font-size: 18px!important;
    line-height: normal!important;
  }
  .fw-shortcode-calendar #cal-slide-content a.event-item {
    font-size: 18px!important;
    line-height: normal!important;
  }
  .fw-shortcode-calendar #cal-slide-content a.event-item:before {
    font-size: 18px!important;
  }
}
/* Screen 320px */
@media(max-width:479px){
  .fw-shortcode-calendar-wrapper .calendar-navigation {
    position: relative;
    padding-bottom: 18px;
  }
  .fw-shortcode-calendar-wrapper .calendar-navigation .next,
  .fw-shortcode-calendar-wrapper .calendar-navigation .prev {
    position: absolute;
    bottom: -7px;
  }
  .fw-shortcode-calendar-wrapper .calendar-navigation .next {
    left: 50%;
    margin-right: -10px;
  }
  .fw-shortcode-calendar-wrapper .calendar-navigation .prev {
    right: 50%;
    margin-left: -10px;
  }
  .fw-shortcode-calendar-wrapper .cal-row-head [class*=cal-cell],
  .fw-shortcode-calendar-wrapper .cal-row-head [class*=cal-cell]:first-child {
    height: 40px!important;
  }
  .fw-shortcode-calendar-wrapper .cal-year-box [class*="span"],
  .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"]{
    height: 41px!important;
    min-height: 41px!important;
  }
  .fw-shortcode-calendar-wrapper .cal-month-day span[data-cal-date] {
    margin-top: 5px;
    margin-left: 5px;
  }
}
/* Gallery */
/* -------------------------------------------------- */
.fw-gallery {
  max-width: 1540px;
  margin: 0 auto;
}
.fw-gallery * {
  -webkit-backface-visibility: hidden!important;
}
.fw-gallery .fw-gallery-col.fw-gallery-col {
  float: left;
}
.fw-gallery .fw-gallery-col .fw-height-sm,
.fw-gallery .fw-gallery-col .fw-height-md,
.fw-gallery .fw-gallery-col .fw-height-lg {
  overflow: hidden;
}
.fw-gallery .fw-gallery-col .fw-block-image-parent .fw-block-image-overlay .fw-overlay-title {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #111111;
  padding-bottom: 0;
}
.fw-gallery .fw-gallery-col .fw-block-image-parent .fw-block-image-overlay .fw-overlay-description {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: normal;
  color: #666666;
}

/* Gallery Type 1 */
/* Gallery Width Col Size */
.fw-gallery.fw-gallery-type1 .fw-col-width1 {
  width: 412px;
}
.fw-gallery.fw-gallery-type1 .fw-col-width2 {
  width: 316px;
}
/* Gallery Height Size */
.fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-sm {
  height: 178px;
}
.fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-md {
  height: 232px;
}
.fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-lg {
  height: 410px;
}
.fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-block-image-parent .fw-icell {
  vertical-align: bottom;
}
.fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-block-image-parent .fw-overlay-title,
.fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-block-image-parent .fw-overlay-description {
  margin: 0;
  padding: 0;
  text-align: left;
}
.fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-block-image-parent .fw-overlay-title {
  font-size: 30px;
  padding-bottom: 0;
}
.fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-block-image-parent i[class*='fw-icon-'] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
}
.fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-block-image-parent .fw-block-image-child {
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Gallery Type 2 */
/* Gallery Width Col Size */
.fw-gallery.fw-gallery-type2 .fw-col-width1 {
  width: 570px;
}
.fw-gallery.fw-gallery-type2 .fw-col-width2 {
  width: 285px;
}
.fw-gallery.fw-gallery-type2 .fw-gallery-image {
  width: 100%;
}
/* Gallery Height Size */
.fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-sm {
  height: 285px;
}
.fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-md {
  height: 380px;
}
.fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-block-image-parent .fw-overlay-title {
  font-size: 30px;
  padding-bottom: 5px;
}
.fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-block-image-parent i[class*='fw-icon-'] {
  display: none;
}
.fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-block-image-parent .fw-block-image-child {
  max-height: 100%;
}

/* Gallery Type 3 */
/* Gallery Width Col Size */
.fw-gallery.fw-gallery-type3 .fw-col-width1 {
  width: 850px;
}
.fw-gallery.fw-gallery-type3 .fw-col-width2 {
  width: 290px;
}
.fw-gallery.fw-gallery-type3 .fw-inner-col-width1 {
  width: 290px;
}
.fw-gallery.fw-gallery-type3 .fw-inner-col-width2 {
  width: 560px;
}
.fw-gallery.fw-gallery-type3 .fw-gallery-image {
  width: 100%;
}
/* Gallery Height Size */
.fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-sm {
  height: 282px;
}
.fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-md {
  height: 564px;
}
.fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-block-image-parent .fw-overlay-title {
  font-size: 25px;
}
.fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-block-image-parent .fw-block-image-child {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-block-image-parent i[class*='fw-icon-'] {
  display: none;
}
.fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-block-image-parent .fw-block-image-child {
  max-height: 100%;
}

/* Gallery Type 4 */
/* Gallery Width Col Size */
.fw-gallery.fw-gallery-type4 .fw-col-width1 {
  width: 760px;
}
.fw-gallery.fw-gallery-type4 .fw-col-width2 {
  width: 380px;
}
.fw-gallery.fw-gallery-type4 .fw-col-width2 .fw-inner-col {
  width: 100%;
}
.fw-gallery.fw-gallery-type4 .fw-gallery-image {
  width: 100%;
}
/* Gallery Height Size */
.fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-sm {
  height: 230px;
}
.fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-md {
  height: 460px;
}
.fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-block-image-parent .fw-icell {
  vertical-align: top;
}
.fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-block-image-parent .fw-block-image-child {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-block-image-parent .fw-overlay-title,
.fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-block-image-parent .fw-overlay-description {
  text-align: left;
}
.fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-block-image-parent .fw-overlay-title {
  padding: 20px 0 10px;
  margin-bottom: 0;
}
.fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-block-image-parent i[class*='fw-icon-'] {
  display: none;
}
.fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-block-image-parent .fw-block-image-child {
  max-height: 100%;
}

/* Column no Padding */
.fw-col-no-padding .fw-gallery.fw-gallery-type1 .fw-col-width1 {
  width: 422px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type1 .fw-col-width2 {
  width: 324px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-sm {
  height: 182.68674px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-md {
  height: 238.10856px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-lg {
  height: 420.7953px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type2 .fw-col-width1 {
  width: 585px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type2 .fw-col-width2 {
  width: 292px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-sm {
  height: 292.50405px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-md {
  height: 390.0092px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-col-width1 {
  width: 871px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-col-width2 {
  width: 297px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-inner-col-width1 {
  width: 297px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-inner-col-width2 {
  width: 574px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-sm {
  height: 289.42506px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-md {
  height: 578.85012px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type4 .fw-col-width1 {
  width: 780px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type4 .fw-col-width2 {
  width: 390px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-sm {
  height: 236.0559px;
}
.fw-col-no-padding .fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-md {
  height: 472.1118px;
}

/* Responsive */
/* Screen for Laptop screen size 1440px */
@media only screen and (min-width: 1370px) and (max-width: 1441px) {
  /*=> Gallery Width Col Size if Header 6 is activate */
  .header-6 .fw-gallery.fw-gallery-type1 .fw-col-width1 {
    width: 405px;
  }
  .header-6 .fw-gallery.fw-gallery-type1 .fw-col-width2 {
    width: 298px;
  }
  .header-6 .fw-gallery.fw-gallery-type2 .fw-col-width1 {
    width: 554px;
  }
  .header-6 .fw-gallery.fw-gallery-type2 .fw-col-width2 {
    width: 277px;
  }
  .header-6 .fw-gallery.fw-gallery-type3 .fw-col-width1 {
    width: 810px;
  }
  .header-6 .fw-gallery.fw-gallery-type3 .fw-col-width2 {
    width: 298px;
  }
  .header-6 .fw-gallery.fw-gallery-type3 .fw-inner-col-width1 {
    width: 270px;
  }
  .header-6 .fw-gallery.fw-gallery-type3 .fw-inner-col-width2 {
    width: 540px;
  }
  .header-6 .fw-gallery.fw-gallery-type4 .fw-col-width1 {
    width: 744px;
  }
  .header-6 .fw-gallery.fw-gallery-type4 .fw-col-width2 {
    width: 364px;
  }
  /* Column no Padding */
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type1 .fw-col-width1 {
    width: 415px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type1 .fw-col-width2 {
    width: 308px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type2 .fw-col-width1 {
    width: 569px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type2 .fw-col-width2 {
    width: 284px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-col-width1 {
    width: 825px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-col-width2 {
    width: 313px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-inner-col-width1 {
    width: 277px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-inner-col-width2 {
    width: 548px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type4 .fw-col-width1 {
    width: 759px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type4 .fw-col-width2 {
    width: 379px;
  }
}

/* Screen for Laptop screen size 1366px */
@media only screen and (min-width: 1199px) and (max-width: 1370px) {
  /*=> Gallery Width Col Size if Header 6 is activate */
  .header-6 .fw-gallery.fw-gallery-type1 .fw-col-width1 {
    width: 379px;
  }
  .header-6 .fw-gallery.fw-gallery-type1 .fw-col-width2 {
    width: 290px;
  }
  .header-6 .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-sm {
    height: 163.76px;
  }
  .header-6 .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-md {
    height: 213.44px;
  }
  .header-6 .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-lg {
    height: 377.2px;
  }
  .header-6 .fw-gallery.fw-gallery-type2 .fw-col-width1 {
    width: 524px;
  }
  .header-6 .fw-gallery.fw-gallery-type2 .fw-col-width2 {
    width: 262px;
  }
  .header-6 .fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-sm {
    height: 262px;
  }
  .header-6 .fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-md {
    height: 349px;
  }
  .header-6 .fw-gallery.fw-gallery-type3 .fw-col-width1 {
    width: 781px;
  }
  .header-6 .fw-gallery.fw-gallery-type3 .fw-col-width2 {
    width: 267px;
  }
  .header-6 .fw-gallery.fw-gallery-type3 .fw-inner-col-width1 {
    width: 266px;
  }
  .header-6 .fw-gallery.fw-gallery-type3 .fw-inner-col-width2 {
    width: 515px;
  }
  .header-6 .fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-sm {
    height: 259.44px;
  }
  .header-6 .fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-md {
    height: 518.88px;
  }
  .header-6 .fw-gallery.fw-gallery-type4 .fw-col-width1 {
    width: 699px;
  }
  .header-6 .fw-gallery.fw-gallery-type4 .fw-col-width2 {
    width: 349px;
  }
  .header-6 .fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-sm {
    height: 211.6px;
  }
  .header-6 .fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-md {
    height: 423.2px;
  }
  /* Column no Padding */
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type1 .fw-col-width1 {
    width: 390px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type1 .fw-col-width2 {
    width: 299px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-sm {
    height: 168.922px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-md {
    height: 220.168px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-lg {
    height: 389.09px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type2 .fw-col-width1 {
    width: 539px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type2 .fw-col-width2 {
    width: 269px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-sm {
    height: 269px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-md {
    height: 359px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-col-width1 {
    width: 804px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-col-width2 {
    width: 275px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-inner-col-width1 {
    width: 274px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-inner-col-width2 {
    width: 530px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-sm {
    height: 267.054px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-md {
    height: 534.108px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type4 .fw-col-width1 {
    width: 719px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type4 .fw-col-width2 {
    width: 359px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-sm {
    height: 217.81px;
  }
  .header-6 .fw-col-no-padding .fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-md {
    height: 435.62px;
  }
}

/* Screen 1400px */
@media (min-width: 767px) {
  .fw-gallery.fw-gallery-type1 .fw-gallery-col:not:first-child .fw-gallery-image.fw-block-image-parent {
    border-left: none;
  }
  .fw-gallery.fw-gallery-type1 .fw-gallery-col:not:first-child .fw-gallery-image.fw-block-image-parent:not:last-child {
    border-bottom: none;
  }
  .fw-gallery.fw-gallery-type1 .fw-gallery-col:first-child .fw-gallery-image.fw-block-image-parent:not:last-child {
    border-bottom: none;
  }
  .fw-gallery.fw-gallery-type2 .fw-gallery-col:not:first-child .fw-gallery-col .fw-gallery-image.fw-block-image-parent {
    border-left: none;
  }
  .fw-gallery.fw-gallery-type2 .fw-gallery-col:not:first-child .fw-gallery-col .fw-gallery-image.fw-block-image-parent:not:last-child {
    border-bottom: none;
  }
  .fw-gallery.fw-gallery-type2 .fw-gallery-col:not:first-child .fw-gallery-image:not:last-child.fw-height-md {
    border-top: none;
    border-bottom: none;
    border-left: none;
  }
  .fw-gallery.fw-gallery-type2 .fw-gallery-col:not:first-child .fw-gallery-image:last-child.fw-height-md {
    border-top: none;
    border-left: none;
  }
  .fw-gallery.fw-gallery-type2 .fw-gallery-col:first-child .fw-gallery-image.fw-block-image-parent:not:last-child {
    border-bottom: none;
  }
  .fw-gallery.fw-gallery-type3 .fw-col-width1 .fw-gallery-col:not:nth-child(odd) .fw-gallery-image.fw-block-image-parent {
    border-left: none;
  }
  .fw-gallery.fw-gallery-type3 .fw-col-width1 .fw-gallery-col:not:nth-child(1):not:nth-child(2) .fw-gallery-image.fw-block-image-parent {
    border-top: none;
  }
  .fw-gallery.fw-gallery-type3 .fw-col-width2 .fw-gallery-image.fw-block-image-parent {
    border-left: none;
  }
  .fw-gallery.fw-gallery-type3 .fw-col-width2 .fw-gallery-image.fw-block-image-parent:last-child:not:first-child {
    border-top: none;
  }
  .fw-gallery.fw-gallery-type4 .fw-gallery-col:nth-child(2n):not(.fw-inner-col) .fw-gallery-image.fw-block-image-parent {
    border-left: none;
  }
  .fw-gallery.fw-gallery-type4 .fw-gallery-col:not:nth-child(1):not:nth-child(2) .fw-gallery-image.fw-block-image-parent {
    border-top: none;
  }
}

/* Screen 1024px */
@media(max-width:1199px){
  .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-col-width1 {
    width: 339px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-col-width2 {
    width: 260px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-sm {
    height: 146.7076px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-md {
    height: 191.2144px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-lg {
    height: 337.922px;
  }
  .fw-gallery.fw-gallery-type2 .fw-gallery-image {
    width: 100%;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-col-width1 {
    width: 469px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-col-width2 {
    width: 234px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-sm {
    height: 234px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-md {
    height: 313px;
  }
  .fw-gallery.fw-gallery-type3 .fw-gallery-image {
    width: 100%;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-col-width1 {
    width: 700px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-col-width2 {
    width: 239px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-inner-col-width1 {
    width: 239px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-inner-col-width2 {
    width: 461px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-sm {
    height: 232.4244px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-md {
    height: 464.8488px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-col-width1 {
    width: 626px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-col-width2 {
    width: 313px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-sm {
    height: 189.566px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-md {
    height: 379.132px;
  }
  .fw-gallery.fw-gallery-type4 .fw-col-width2 .fw-inner-col {
    width: 100%;
  }
  .fw-gallery.fw-gallery-type4 .fw-gallery-image {
    width: 100%;
  }

  /* Column no Padding */
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-col-width1 {
    width: 350px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-col-width2 {
    width: 268px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-sm {
    height: 151.44730746px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-md {
    height: 197.39199624px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-lg {
    height: 348.8393037px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-col-width1 {
    width: 484px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-col-width2 {
    width: 242px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-sm {
    height: 242.48585745px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-md {
    height: 323.3144766px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-col-width1 {
    width: 722px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-col-width2 {
    width: 246px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-inner-col-width1 {
    width: 246px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-inner-col-width2 {
    width: 476px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-sm {
    height: 239.93337474px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-md {
    height: 479.86674948px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-col-width1 {
    width: 646px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-col-width2 {
    width: 323px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-sm {
    height: 195.6903411px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-md {
    height: 391.3806822px;
  }
}
/* Screen 768px */
@media(max-width:991px){
  .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-col-width1 {
    width: 260px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-col-width2 {
    width: 199px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-sm {
    height: 112.3536px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-md {
    height: 146.4384px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-lg {
    height: 258.792px;
  }
  .fw-gallery.fw-gallery-type2 .fw-gallery-image {
    width: 100%;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-col-width1 {
    width: 359px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-col-width2 {
    width: 179px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-sm {
    height: 179.892px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-md {
    height: 239.856px;
  }
  .fw-gallery.fw-gallery-type3 .fw-gallery-image {
    width: 100%;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-col-width1 {
    width: 536px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-col-width2 {
    width: 183px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-inner-col-width1 {
    width: 183px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-inner-col-width2 {
    width: 353px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-sm {
    height: 177.9984px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-md {
    height: 355.9968px;
  }
  .fw-gallery.fw-gallery-type4 .fw-col-width2 .fw-inner-col {
    width: 100%;
  }
  .fw-gallery.fw-gallery-type4 .fw-gallery-image {
    width: 100%;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-col-width1 {
    width: 479px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-col-width2 {
    width: 239px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-sm {
    height: 145.176px;
  }
  .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-md {
    height: 290.352px;
  }
  /* Column no Padding */
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-col-width1 {
    width: 270px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-col-width2 {
    width: 207px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-sm {
    height: 117.04556745px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-md {
    height: 152.55377331px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-height-lg {
    height: 269.59934076px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-col-width1 {
    width: 374px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-col-width2 {
    width: 187px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-sm {
    height: 187.40441979px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-height-md {
    height: 249.87255973px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-col-width1 {
    width: 558px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-col-width2 {
    width: 190px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-inner-col-width1 {
    width: 190px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-inner-col-width2 {
    width: 368px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-sm {
    height: 185.43174169px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type3 .fw-gallery-image.fw-height-md {
    height: 370.86348338px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-col-width1 {
    width: 499px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-col-width2 {
    width: 249px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-sm {
    height: 151.23865457px;
  }
  .fw-col-no-padding .fw-col-inner .fw-gallery.fw-gallery-type4 .fw-gallery-image.fw-height-md {
    height: 302.47730914px;
  }
}

/* Screen 568px */
@media(max-width:767px){
  .fw-gallery .fw-gallery-col {
    float: none !important;
    margin: 0 auto !important;
  }
  .fw-gallery .fw-gallery-col {
    width: 70% !important;
  }
  .fw-gallery .fw-gallery-col *.fw-gallery-col{
    width: 100% !important;
  }
  .fw-gallery .fw-gallery-image.fw-height-sm,
  .fw-gallery .fw-gallery-image.fw-height-md,
  .fw-gallery .fw-gallery-image.fw-height-lg {
    height: auto !important;
  }
  .fw-gallery .fw-gallery-image.fw-block-image-parent .fw-block-image-child {
    position: relative !important;
  }
  .fw-gallery .fw-gallery-col .fw-block-image-parent .fw-block-image-overlay .fw-overlay-title {
    font-size: 15px !important;
  }
  .fw-gallery .fw-gallery-col .fw-block-image-parent .fw-block-image-overlay .fw-overlay-description {
    font-size: 12px !important;
  }
  .fw-gallery .fw-gallery-col:not(:last-child) .fw-block-image-parent {
    border-bottom: none !important;
  }
  .fw-gallery .fw-gallery-col:last-child .fw-block-image-parent:not:last-child {
    border-bottom: none !important;
  }
  .fw-gallery.fw-gallery-type2 .fw-gallery-image {
    width: 100%;
  }
  /* Gallery Width Col Size */
  .fw-gallery.fw-gallery-type3 .fw-gallery-image {
    width: 100%;
  }
  /* Gallery Width Col Size */
  .fw-gallery.fw-gallery-type4 .fw-col-width2 .fw-inner-col {
    width: 100%;
  }
  .fw-gallery.fw-gallery-type4 .fw-gallery-image {
    width: 100%;
  }
}

/* Screen 320px */
@media(max-width:479px){
  .fw-gallery .fw-gallery-col {
    width: 100% !important;
  }
  .fw-gallery.fw-gallery-type3 .fw-gallery-image {
    width: 100%;
  }
  .fw-gallery.fw-gallery-type4 .fw-gallery-image {
    width: 100%;
  }
}
/* Map Style */
/* -------------------------------------------------- */
.site .fw-map-canvas .infowindow-title a {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: normal;
  color: #a70e13;
  text-decoration: underline;
}
.site .fw-map-canvas .infowindow-title a:hover {
  color: #111111;
}
.site .fw-map-canvas .infowindow-description {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: normal;
  color: #666666;
  text-decoration: underline;
}

/*----> Responsive <---- */
/* Screen 568px */
@media(max-width:767px){
  .single-fw-event .wrap-map.fw-map .fw-map-canvas.map,
  .wrap-map.fw-map .fw-map-canvas.map {
    max-height: 250px !important;
  }
}
/* Breadcrumbs */
/* -------------------------------------------------- */
.breadcrumbs {
  position: relative;
  margin-top: 0;
  margin-bottom: 26px;
  line-height: 40px;
  font-size: 0;
}
.breadcrumbs >* {
  font-size:  12px;
}
.breadcrumbs span {
  background-color: #ffffff;
}
.breadcrumbs span:last-child {
  background-color: #ffffff;
  display: inline-block;
  padding-right: 10px;
}
.breadcrumbs span:last-child:after {
  border-bottom: 1px solid #dee0e1;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2.5px;
  z-index: -1;
}
.breadcrumbs span.separator {
  padding: 0 5px;
}
.fw-side-boxed .breadcrumbs span,
.fw-side-boxed .breadcrumbs span:last-child {
  background-color: #ffffff;
}
/* Page Animation */
/* -------------------------------------------------- */

.fw-page-transition {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition-timing-function: linear;
    -o-animation-timing-function: linear;
    transition-timing-function: linear;
    -webkit-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: initial;
    -o-animation-name: initial;
    animation-name: initial;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    z-index: 10;
}
.fw-page-transition.pageTransitionEnd {
    opacity: 1;
}
.fw-page-transition.fadeInDown,
.fw-page-transition.fadeInUp {

}
.fw-page-transition .fw-col-no-padding .fullwidthbanner-container {
    left: 0 !important;
}
.fw-page-transition .fullwidthbanner-container {
    left: -15px !important
}
/* Page Animation Spinners */
.fw-page-transition-spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9;
}
/* Spinners 1 Rotate Plane */
.fw-page-transition-spinner.fw-spinner-rotate-plane {
    width: 40px;
    height: 40px;
    background-color: #d12a5c;
    margin: -20px 0 0 -20px;
    -webkit-animation: fw-spinner-rotate-plane 1.2s infinite ease-in-out;
    animation: fw-spinner-rotate-plane 1.2s infinite ease-in-out;
}
@-webkit-keyframes fw-spinner-rotate-plane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes fw-spinner-rotate-plane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    } 100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/* Spinners 2 Double Bounce */
.fw-page-transition-spinner.fw-spinner-double-bounce {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}
.fw-page-transition-spinner.fw-spinner-double-bounce .fw-spinner-double-bounce1,
.fw-page-transition-spinner.fw-spinner-double-bounce .fw-spinner-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #d12a5c;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: fw-spinner-double-bounce 2.0s infinite ease-in-out;
    animation: fw-spinner-double-bounce 2.0s infinite ease-in-out;
}
.fw-page-transition-spinner.fw-spinner-double-bounce .fw-spinner-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes fw-spinner-double-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes fw-spinner-double-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* Spinners 3 Rect */
.fw-page-transition-spinner.fw-spinner-rect {
    width: 50px;
    height: 40px;
    margin: -20px 0 0 -25px;
    text-align: center;
    font-size: 10px;
}
.fw-page-transition-spinner.fw-spinner-rect > div {
    background-color: #d12a5c;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: fw-spinner-rect 1.2s infinite ease-in-out;
    animation: fw-spinner-rect 1.2s infinite ease-in-out;
}
.fw-page-transition-spinner.fw-spinner-rect .fw-spinner-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.fw-page-transition-spinner.fw-spinner-rect .fw-spinner-rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.fw-page-transition-spinner.fw-spinner-rect .fw-spinner-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.fw-page-transition-spinner.fw-spinner-rect .fw-spinner-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes fw-spinner-rect {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}
@keyframes fw-spinner-rect {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
/* Spinners 4 Cube Move */
.fw-page-transition-spinner.fw-spinner-cube-move {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}
.fw-page-transition-spinner.fw-spinner-cube-move .fw-spinner-cube-move1,
.fw-page-transition-spinner.fw-spinner-cube-move .fw-spinner-cube-move2 {
    background-color: #d12a5c;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: fw-spinner-cube-move 1.8s infinite ease-in-out;
    animation: fw-spinner-cube-move 1.8s infinite ease-in-out;
}
.fw-page-transition-spinner.fw-spinner-cube-move .fw-spinner-cube-move2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
@-webkit-keyframes fw-spinner-cube-move {
    25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
    50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
    75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
    100% { -webkit-transform: rotate(-360deg) }
}
@keyframes fw-spinner-cube-move {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    } 50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    } 50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    } 75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    } 100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}
/* Spinners 5 Scale Out */
.fw-page-transition-spinner.fw-spinner-scale-out {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-color: #d12a5c;
    border-radius: 100%;
    -webkit-animation: fw-spinner-scale-out 1.0s infinite ease-in-out;
    animation: fw-spinner-scale-out 1.0s infinite ease-in-out;
}
@-webkit-keyframes fw-spinner-scale-out {
    0% { -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes fw-spinner-scale-out {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}
/* Spinners 6 Dot Rotate */
.fw-page-transition-spinner.fw-spinner-dot-rotate {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    -webkit-animation: fw-spinner-dot-rotate2 2.0s infinite linear;
    animation: fw-spinner-dot-rotate2 2.0s infinite linear;
}
.fw-page-transition-spinner.fw-spinner-dot-rotate .fw-spinner-dot-rotate1,
.fw-page-transition-spinner.fw-spinner-dot-rotate .fw-spinner-dot-rotate2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #d12a5c;
    border-radius: 100%;
    -webkit-animation: fw-spinner-dot-rotate1 2.0s infinite ease-in-out;
    animation: fw-spinner-dot-rotate1 2.0s infinite ease-in-out;
}
.fw-page-transition-spinner.fw-spinner-dot-rotate .fw-spinner-dot-rotate2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes fw-spinner-dot-rotate2 { 100% { -webkit-transform: rotate(360deg) }}
@keyframes fw-spinner-dot-rotate2 { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
@-webkit-keyframes fw-spinner-dot-rotate1 {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}
@keyframes fw-spinner-dot-rotate1 {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* Spinners 7 Bounce Delay */
.fw-page-transition-spinner.fw-spinner-bounce-delay {
    width: 70px;
    margin: -9px 0 0 -35px;
    text-align: center;
}
.fw-page-transition-spinner.fw-spinner-bounce-delay > div {
    width: 18px;
    height: 18px;
    background-color: #d12a5c;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: fw-spinner-bounce-delay 1.4s infinite ease-in-out both;
    animation: fw-spinner-bounce-delay 1.4s infinite ease-in-out both;
}
.fw-page-transition-spinner.fw-spinner-bounce-delay .fw-spinner-bounce-delay1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.fw-page-transition-spinner.fw-spinner-bounce-delay .fw-spinner-bounce-delay2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes fw-spinner-bounce-delay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes fw-spinner-bounce-delay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/* Spinners 8 Circle */
.fw-page-transition-spinner.fw-spinner-circle {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}
.fw-page-transition-spinner.fw-spinner-circle > div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.fw-page-transition-spinner.fw-spinner-circle > div:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #d12a5c;
    border-radius: 100%;
    -webkit-animation: fw-spinner-circle 1.2s infinite ease-in-out both;
    animation: fw-spinner-circle 1.2s infinite ease-in-out both;
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.fw-page-transition-spinner.fw-spinner-circle .fw-spinner-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes fw-spinner-circle {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes fw-spinner-circle {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* Spinners 9 Cube Grid */
.fw-page-transition-spinner.fw-spinner-cube-grid {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}
.fw-page-transition-spinner.fw-spinner-cube-grid > div {
    width: 33%;
    height: 33%;
    background-color: #d12a5c;
    float: left;
    -webkit-animation: fw-spinner-cube-grid 1.3s infinite ease-in-out;
    animation: fw-spinner-cube-grid 1.3s infinite ease-in-out;
}
.fw-page-transition-spinner.fw-spinner-cube-grid .fw-spinner-cube-grid1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.fw-page-transition-spinner.fw-spinner-cube-grid .fw-spinner-cube-grid2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.fw-page-transition-spinner.fw-spinner-cube-grid .fw-spinner-cube-grid3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.fw-page-transition-spinner.fw-spinner-cube-grid .fw-spinner-cube-grid4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.fw-page-transition-spinner.fw-spinner-cube-grid .fw-spinner-cube-grid5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.fw-page-transition-spinner.fw-spinner-cube-grid .fw-spinner-cube-grid6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.fw-page-transition-spinner.fw-spinner-cube-grid .fw-spinner-cube-grid7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.fw-page-transition-spinner.fw-spinner-cube-grid .fw-spinner-cube-grid8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.fw-page-transition-spinner.fw-spinner-cube-grid .fw-spinner-cube-grid9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@-webkit-keyframes fw-spinner-cube-grid {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@keyframes fw-spinner-cube-grid {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
/* Spinners 10 Cube */
.fw-page-transition-spinner.fw-spinner-cube {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.fw-page-transition-spinner.fw-spinner-cube > div {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.fw-page-transition-spinner.fw-spinner-cube > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d12a5c;
    -webkit-animation: fw-spinner-foldCubeAngle 2.4s infinite linear both;
    animation: fw-spinner-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.fw-page-transition-spinner.fw-spinner-cube .fw-spinner-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.fw-page-transition-spinner.fw-spinner-cube .fw-spinner-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.fw-page-transition-spinner.fw-spinner-cube .fw-spinner-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.fw-page-transition-spinner.fw-spinner-cube .fw-spinner-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.fw-page-transition-spinner.fw-spinner-cube .fw-spinner-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.fw-page-transition-spinner.fw-spinner-cube .fw-spinner-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes fw-spinner-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    } 90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes fw-spinner-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    } 90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/*----> Responsive <---- */
/* Screen 1024px */
@media(max-width:1199px){
    .fw-page-transition {
        opacity: 1;
    }
    .fw-page-transition-spinner {
        display: none;
    }
}/* Learning */
/* -------------------------------------------------- */
.fw_form_learning-quiz-quiz-form .submit input {
  /* fw-btn */
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  line-height: 14px !important;
  letter-spacing: 0px;
  color: #fff !important;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
  /* fw-btn-1 */
  background-color: #a70e13;
  border-color: transparent;
  border-width: 0;
  border-radius: 0;
  /* fw-btn-md */
  padding: 12px 25px;
  font-size: 14px;
  line-height: 14px ;
}
.fw_form_learning-quiz-quiz-form .submit input:hover,
.fw_form_learning-quiz-quiz-form .submit input:focus {
  text-decoration: none;
  outline: none;
}
.fw_form_learning-quiz-quiz-form .submit input i,
.fw_form_learning-quiz-quiz-form .submit input img {
  margin-right: 13px;
}
.fw_form_learning-quiz-quiz-form .submit input i.pull-right,
.fw_form_learning-quiz-quiz-form .submit input img.pull-right,
.fw_form_learning-quiz-quiz-form .submit input i.pull-right-icon,
.fw_form_learning-quiz-quiz-form .submit input img.pull-right-icon {
  margin-right: 0;
  margin-left: 13px;
  position: relative;
}
.fw_form_learning-quiz-quiz-form .submit input i.pull-right,
.fw_form_learning-quiz-quiz-form .submit input img.pull-right {
  top: 0.3em;
}
.fw_form_learning-quiz-quiz-form .submit input img {
  position: relative;
  top: -0.1em;
}
.fw_form_learning-quiz-quiz-form .submit input i {
  top: -1px;
  vertical-align: middle;
}
.fw_form_learning-quiz-quiz-form .submit input.fw-btn-side-by-side {
  margin-right: 10px;
}
.fw_form_learning-quiz-quiz-form .submit input.fw-btn-side-by-side:last-child {
  margin-right: 0;
}
.fw_form_learning-quiz-quiz-form .submit input:focus {
  background-color: #a70e13;
  border-color: transparent;
  color: #a70e13;
}
.fw_form_learning-quiz-quiz-form .submit input:hover {
  background-color: #111111;
  color: #fff !important;
}
.fw_form_learning-quiz-quiz-form .submit input:active {
  box-shadow: none;
}
.fw_form_learning-quiz-quiz-form .submit input {
  width: auto;
}/* Woocommerce Style */
/* -------------------------------------------------- */
p.demo_store {
  background-color: #fff;
  color: #fff;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}
/* Woocommerce Error, Info, Message style */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: #f7f6f7;
  border-top: 3px solid #fff;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  color: #666666;
}
/* => Error */
.woocommerce .woocommerce-error {
  border-top-color: red;
}
.woocommerce .woocommerce-error {
  color: red;
}
.woocommerce .woocommerce-error:before {
  content: "\e016";
  color: red;
}
/* => Info */
.woocommerce .woocommerce-info {
  border-top-color: #fff;
}
.woocommerce .woocommerce-info:before {
  color: #666666;
}
/* => Message */
.woocommerce .woocommerce-message {
  border-top-color: #fff;
}
.woocommerce .woocommerce-message:before {
  color: #fff;
}
.woocommerce.woocommerce-page .woocommerce-message:before{
  color: #8fae1b;
}
/* Woocommerce Breadcrumb */
.woocommerce .woocommerce-breadcrumb a {
  color: #a70e13;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #111111;
}
/* Woocommerce Titles */
.woocommerce .page-title,
.woocommerce div.product .product_title {
  font-family: 'Raleway';
  font-size: 50px;
  font-weight: 100;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -1px;
  color: #111111;
}
.woocommerce .comment-reply-title {
  font-size: 34px;
}
.woocommerce .product h2,
.woocommerce .addresses h3,
.woocommerce h3 {
  font-size: 26px;
}
.woocommerce .cart-collaterals h2 {
  font-size: 22px;
}
/* Woocommerce Pagination note: styling for woocommerce pagination find in file pagination.css */

/* Woocommerce LogIn form */
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .addresses .address {
  padding: 20px;
  background-color: #f2f2f2;
}
/* Woocommerce Shop Table */
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce table.shop_table tbody td {
  color: #666666;
  font-size: 100%;
}
.woocommerce table.shop_table tbody td small {
  font-weight: 400;
}
.woocommerce table.shop_table tbody td.actions {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: none;
}
.woocommerce table.shop_table tbody td.actions .coupon .input-text {
  padding: 0 6px;
  width: 130px;
  line-height: 36px;
}
.woocommerce table.shop_table thead tr th,
.woocommerce table.shop_table tbody tr td {
  font-weight: 400;
  border: none;
}
.woocommerce table.shop_table thead tr th {
  color: #666666;
}
.woocommerce table.shop_table tbody td .amount {
  color: #666666;
}
.woocommerce table.shop_table thead tr th,
.woocommerce table.shop_table tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* Woocommerce Entry Content Titles */
.entry-content .woocommerce h2 {
  font-size: 26px;
}

/* Woocommerce Other Style */
.woocommerce form .form-row input.input-text {
  line-height: 30px;
}/* Woocommerce Cart */
/* -------------------------------------------------- */
.shop_table.cart .coupon input[type="text"].input-text,
.woocommerce-page .quantity .qty {
  height: 38px;
}
.shop_table.cart .cart_item .quantity .qty {
  height: auto;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  padding: .5em 0;
}
.woocommerce div.product form.cart .variations td label,
.woocommerce div.product form.cart .variations th label {
  line-height: 30px;
  display: inline-block;
}
.woocommerce div.product form.cart .variations td td.label,
.woocommerce div.product form.cart .variations th td.label {
  display: table-cell;
  color: inherit;
  font-size: 100%;
  text-align: left;
  padding: .5em 1em .5em 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding-top: 0.5em;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li a.remove,
.woocommerce ul.product_list_widget li a.remove {
  top: 0.3em;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 50px;
  background-color: #fff;
  padding: 5px;
}
/* Remove products icon */
.woocommerce-cart .woocommerce a.remove {
  color: #111111 !important;
}
.woocommerce-cart .woocommerce a.remove:hover {
  color: #a70e13 !important;
  background: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  background-color: rgba(102,102,102,0.1);
  padding: 15px 2%;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator{
  background-color: transparent;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td {
  color: #666666;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr th {
  font-weight: bold;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td,
.woocommerce-cart .cart-collaterals .cart_totals table tr th {
  border-bottom-width: 1px;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td {
  color: #111111;
}
.woocommerce-cart .cart-collaterals .cart_totals .amount {
  font-weight: bold;
  font-size: 120%;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-weight: bold;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
  width: 48%;
}

/*----> Responsive <---- */
/* Screen 320px */
@media(max-width:479px){
  .woocommerce table.shop_table thead tr th.product-thumbnail,
  .woocommerce table.shop_table thead tr th.product-subtotal,
  .woocommerce table.shop_table tbody tr.cart_item td.product-thumbnail,
  .woocommerce table.shop_table tbody tr.cart_item td.product-subtotal {
    display: none;
  }
  .woocommerce table.shop_table thead tr td.product-remove,
  .woocommerce table.shop_table tbody tr.cart_item td.product-remove {
    padding-left: 2px;
  }
  .woocommerce table.shop_table thead tr td,
  .woocommerce table.shop_table tbody tr.cart_item td {
    padding-right: 0;
  }
}
/* Woocommerce Checkout */
/* -------------------------------------------------- */
.woocommerce-checkout .checkout h3 {
  margin-top: 1em;
}
.checkout_coupon {
  background-color: rgba(102,102,102,0.1);
  padding: 30px !important;
  border-radius: 0 !important;
}
.checkout_coupon p {
  margin-bottom: 0 !important;
}
.woocommerce-checkout form.checkout_coupon {
  border: none;
  padding: 0;
}
.woocommerce-checkout-review-order .order-total .amount {
  background-color: #fff8cf;
  padding: 0 2px;
}
.woocommerce-checkout-review-order table.shop_table {
  border-radius: 0;
}
.woocommerce-checkout-review-order table.shop_table thead tr th {
  font-weight: 700;
}
.woocommerce-checkout-review-order table.shop_table tbody td {
  font-size: 100%;
  font-weight: 400;
}
.woocommerce-checkout-review-order table.shop_table tfoot {
  color: #a70e13;
}
.woocommerce-checkout-review-order table.shop_table tfoot td {
  border-right: none;
}
.woocommerce-checkout-review-order table.shop_table tfoot tr.order-total .amount {
  color: #fff;
  padding: 2px 5px;
  background-color: #111111;
}
.woocommerce-checkout-review-order #payment {
  background: #f2f2f2;
  border-radius: 0;
}
.woocommerce-checkout-review-order #payment div.payment_box:after {
  top: 1px;
}
.woocommerce-checkout-review-order #payment .about_paypal {
  margin-left: 5px;
  float: none !important;
}
.woocommerce label {
  font-weight: bold;
}
.woocommerce-checkout .select2-container,
.woocommerce-checkout .select2-drop {
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
}
.woocommerce .form-row .select2-container .select2-choice {
  border-radius: 0;
  border: none;
}
#ship-to-different-address {
  position: relative;
}
#ship-to-different-address-checkbox {
  position: absolute;
  top: 20px;
  left: 0;
}
.woocommerce-page form.woocommerce-checkout,
.woocommerce-page .woocommerce form {
  background-color: rgba(168, 168, 168, 0.2);
  padding: 30px;
}
.woocommerce-page form.woocommerce-checkout fieldset,
.woocommerce-page .woocommerce form fieldset {
  margin-top: 30px;
}
.woocommerce-page form.woocommerce-checkout fieldset legend,
.woocommerce-page .woocommerce form fieldset legend {
  color: #666666;
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  letter-spacing: 2px;
  border-bottom-color: #666666;
}
.woocommerce-page form.woocommerce-checkout .selectize-input,
.woocommerce-page .woocommerce form .selectize-input {
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.woocommerce-page .select2-container {
  display: none !important;
}
.woocommerce form .form-row label {
  line-height: 30px;
}
.woocommerce label {
  font-weight: 100;
}
.woocommerce form .form-row.woocommerce-invalid .selectize-input {
  border-color: #a00;
}
.country_select .selectize-input > input[type="text"] {
  display: inline-block !important;
}

/*----> Responsive <---- */
/* Screen 1024px */
@media(max-width:1199px){
  .country_select .selectize-input > input[type="text"] {
    display: none !important;
  }
}/* Woocommerce Widget Layout */
/* -------------------------------------------------- */
.woocommerce.widget .star-rating {
  color: #106b89;
}

/* Woocommerce Widget Product Categories */
/* -------------------------------------------------- */
/* style for this widget find in file widget-categories.css */

/* Woocommerce Widget Tag Cloud */
/* -------------------------------------------------- */
/* style for this widget find in file widget-tagcloud.css */
/* Woocommerce Widget Cart */
/* -------------------------------------------------- */
ul.cart_list li,
ul.product_list_widget li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.cart_list li a,
ul.product_list_widget li a {
  font-family: 'Raleway';
  font-weight: 400;
  font-style: normal;
}
.woocommerce.widget_shopping_cart a.button {
  /* fw-btn */
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #fff !important;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
  /* fw-btn-1 */
  background-color: #a70e13;
  border-color: transparent;
  border-width: 0;
  border-radius: 0;
  /* fw-btn-md */
  padding: 12px 25px;
  font-size: 14px;
  line-height: 14px;
}
.woocommerce.widget_shopping_cart a.button span,
.woocommerce.widget_shopping_cart a.button i {
  position: relative;
  top: 1px;
}
.woocommerce.widget_shopping_cart a.button:hover,
.woocommerce.widget_shopping_cart a.button:focus {
  text-decoration: none;
  outline: none;
}
.woocommerce.widget_shopping_cart a.button i,
.woocommerce.widget_shopping_cart a.button img {
  margin-right: 13px;
}
.woocommerce.widget_shopping_cart a.button i.pull-right,
.woocommerce.widget_shopping_cart a.button img.pull-right,
.woocommerce.widget_shopping_cart a.button i.pull-right-icon,
.woocommerce.widget_shopping_cart a.button img.pull-right-icon {
  margin-right: 0;
  margin-left: 13px;
  position: relative;
}
.woocommerce.widget_shopping_cart a.button i.pull-right,
.woocommerce.widget_shopping_cart a.button img.pull-right {
  top: 0.3em;
}
.woocommerce.widget_shopping_cart a.button img {
  position: relative;
  top: -0.1em;
}
.woocommerce.widget_shopping_cart a.button i {
  top: -1px;
  vertical-align: middle;
}
/* Button side by side */
.woocommerce.widget_shopping_cart a.button.fw-btn-side-by-side {
  margin-right: 10px;
}
.woocommerce.widget_shopping_cart a.button.fw-btn-side-by-side:last-child {
  margin-right: 0;
}
.woocommerce.widget_shopping_cart a.button:focus {
  background-color: #a70e13;
  border-color: transparent;
  color: #a70e13;
}
.woocommerce.widget_shopping_cart a.button:hover {
  background-color: #111111;
  color: #fff !important;
}
.woocommerce.widget_shopping_cart a.button:active {
  box-shadow: none;
}
.woocommerce.widget_shopping_cart a {
  font-family: 'Raleway';
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.woocommerce.widget_shopping_cart a:hover {
  color: #a70e13;
}
.woocommerce.widget_shopping_cart a.remove {
  color: #666666 !important;
}
.woocommerce.widget_shopping_cart a.remove:hover {
  color: #a70e13 !important;
  background: none;
}
/* Woocommerce Widget Layered Nav */
/* -------------------------------------------------- */
/* Layered Nav Filters */
.woocommerce.widget_layered_nav_filters ul li {
  margin-right: 15px;
}
.woocommerce.widget_layered_nav_filters ul li a {
  font-family: 'Raleway';
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.woocommerce.widget_layered_nav_filters ul li a:before {
  color: #666666;
}
.woocommerce.widget_layered_nav_filters ul li a:hover {
  color: #a70e13;
}
.woocommerce.widget_layered_nav_filters ul li a:hover:before {
  color: #a70e13;
}

/* Layered Nav */
.woocommerce.widget_layered_nav ul li.chosen a:before {
  color: #fff;
}
.woocommerce.widget_layered_nav ul li a:before {
  color: #fff;
}
/* Woocommerce Widget Price Filter */
/* -------------------------------------------------- */
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #525252;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background-color: #666666;
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #a70e13;
}
.woocommerce.widget_price_filter .price_slider_amount .button {
  font-size: 14px;
}
/* Woocommerce Widget Search */
/* -------------------------------------------------- */
.woocommerce.widget_product_search .woocommerce-product-search {
  position: relative;
  background-color: transparent;
  padding: 0;
}
.woocommerce.widget_product_search .woocommerce-product-search:after {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 10px;
  z-index: 1;
}
.woocommerce.widget_product_search .woocommerce-product-search .search-field {
  width: 100%;
  line-height: 30px;
  border: none;
  color: #666666;
  background-color: rgba(0,0,0,0.07);
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 15px;
  padding: 12px 15px;
}
.woocommerce.widget_product_search .woocommerce-product-search .search-field::-moz-placeholder {
  color: rgba(102,102,102,0.25);
  opacity: 1;
}
.woocommerce.widget_product_search .woocommerce-product-search .search-field:-ms-input-placeholder {
  color: rgba(102,102,102,0.25);
}
.woocommerce.widget_product_search .woocommerce-product-search .search-field::-webkit-input-placeholder {
  color: rgba(102,102,102,0.25);
}
.woocommerce.widget_product_search .woocommerce-product-search input[type="submit"] {
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
  text-indent: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  overflow: hidden;
}
.woocommerce.widget_product_search .woocommerce-product-search .screen-reader-text {
  display: none;
}
/* Woocommerce Widget Top Rated Product */
/* -------------------------------------------------- */
.woocommerce.widget_top_rated_products {
  overflow: hidden;
}
.woocommerce.widget_top_rated_products ul.product_list_widget li a {
  font-family: 'Raleway';
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.woocommerce.widget_top_rated_products ul.product_list_widget li a:hover {
  color: #a70e13;
}
/* Woocommerce Widget Product & Widget Recently Viewed-Reviews Product (in sidebar) */
/* -------------------------------------------------- */
.widget.widget_recently_viewed_products ul.product_list_widget li a,
.widget_products ul.product_list_widget li a,
.widget_recent_reviews ul.product_list_widget li a {
  font-family: 'Raleway';
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.widget.widget_recently_viewed_products ul.product_list_widget li a:hover,
.widget_products ul.product_list_widget li a:hover,
.widget_recent_reviews ul.product_list_widget li a:hover {
  color: #a70e13;
}
.widget_products .product_list_widget del {
  color: #d22e0e;
}
/* Woocommerce Products List */
/* -------------------------------------------------- */
.woocommerce ul.products li.product h3 {
  font-size: 21px;
}
.woocommerce ul.products li.product a:hover h3 {
  color: #111111;
}
.woocommerce ul.products li.product .price {
  color: #111111;
}
.woocommerce ul.products li.product .price del {
  color: #363636;
}
.woocommerce ul.products li.product a.added_to_cart {
  font-size: 13px;
}
.woocommerce .woocommerce-tabs .panel.entry-content h2,
.woocommerce .related.products h2,
.woocommerce #reviews h2,
.woocommerce .comment-respond h3.comment-reply-title {
  font-family: 'Raleway';
  font-size: 30px !important;
  font-style: normal;
  line-height: 35px;
  font-weight: 100;
  letter-spacing: -1px;
  color: #111111 !important;
}
.woocommerce-page ul.products li.product {
  padding-bottom: 25px;
}
.woocommerce-page ul.products li.product a:hover img {
  opacity: 0.8;
}
.woocommerce ul.products li.product .price {
  font-weight: 700;
  font-size: 1.2em;
}
.woocommerce-page ul.products li.product .price del {
  float: right;
  opacity: 1;
}
.woocommerce-page ul.products li.product .price ins {
  text-decoration: none;
}
/* Woocommerce Link Added to Cart, Cart List, Product List Widget  */
.woocommerce-page ul.products li.product a.added_to_cart {
  margin-top: 0;
  line-height: normal;
  padding: 0;
  float: none;
  position: absolute;
  left: 0;
  bottom: 1%;
}
/* Product loading & ok added to cart icon */
.woocommerce-page ul.products li.product a.button.add_to_cart_button.loading:after {
  position: static;
  margin-left: .53em;
}
/* Ordering */
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  line-height: 30px;
}
.woocommerce .woocommerce-ordering .selectize-input.focus {
  border-color: #363636;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.woocommerce-page .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count {
  margin: 0 0 1em;
  color: #bfbfbf;
}
.woocommerce-page .woocommerce-ordering .selectize-input {
  padding: 8px 45px 8px 18px;
}
.woocommerce-page .woocommerce-ordering .selectize-input input[type="text"] {
  width: 0 !important;
}
.woocommerce .product span.onsale {
  background-color: #363636 !important;
  padding: 0 .202em !important;
  z-index: 10 !important;
}
/* Product Rating */
.woocommerce .product .star-rating {
  color: #106b89;
  display: block;
  margin: 0 0 .5em;
  float: none;
}
.woocommerce .product .star-rating:before {
  content: "\73\73\73\73\73";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .product .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .product .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
/* Screen 568px */
@media(max-width:767px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 48% !important;
  }
}
/* Screen 320px */
@media(max-width:479px){
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
  }
}
/* Woocommerce Product Details */
/* -------------------------------------------------- */
.woocommerce div.product p.price {
  color: #111111;
}
.woocommerce div.product p.price del {
  color: #363636;
}
.woocommerce div.product p.price ins {
  color: #111111;
}
/* => Stock */
.woocommerce div.product .stock {
  color: #111111;
}
/* => Woocommerce Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #666666;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #111111;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #111111;
}
/* Woocommerce Product Rating */
.woocommerce .woocommerce-product-rating .star-rating {
  color: #106b89;
}
/* Woocommerce Reviews */
.woocommerce #reviews #comments ol.commentlist {
  margin: 45px 0;
}
.woocommerce #reviews #review_form #respond p.stars a {
  color: #c01016;
}
.woocommerce-page div.product {
  margin-top: 30px;
}
.woocommerce-page div.product p.price {
  font-size: 1.25em;
}
/* => Stock */
.woocommerce-page div.product .out-of-stock {
  color: #fff;
}
/* => Woocommerce Tabs */
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  padding: 0 2em;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  border-bottom-color: #fff;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
  text-shadow: inherit;
}
/* => Woocommerce Tabs Comment Form */
.woocommerce-page div.product .woocommerce-tabs .comment-form {
  position: relative;
  margin-top: 20px;
}
.woocommerce-page div.product .woocommerce-tabs .comment-form p {
  width: 100%;
  float: none;
}
.woocommerce-page div.product .woocommerce-tabs .comment-form .form-submit {
  clear: both;
  padding: 0;
}
/* Woocommerce Product Rating */
.woocommerce-page .woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.woocommerce-page .woocommerce-product-rating:after,
.woocommerce-page .woocommerce-product-rating:before {
  content: " ";
  display: table;
}
.woocommerce-page .woocommerce-product-rating:after {
  clear: both;
}
.woocommerce-page .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left;
}
.woocommerce-page .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
/* Woocommerce Quantity */
.woocommerce-page .quantity .qty {
  width: 68px;
  text-align: center;
  font-size: 19px;
  line-height: 28px;
  margin-right: 0.5em;
  border: 1px solid #ccc;
}
/* Woocommerce Respond (Buttons) */
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  line-height: normal !important;
}
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
  line-height: normal !important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  /* fw-btn */
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  line-height: 14px !important;
  letter-spacing: 0px;
  color: #fff !important;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
  /* fw-btn-1 */
  background-color: #a70e13;
  border-color: transparent;
  border-width: 0;
  border-radius: 0;
  /* fw-btn-md */
  padding: 12px 25px;
  font-size: 14px;
  line-height: 14px ;
}
.woocommerce #respond input#submit span,
.woocommerce a.button span,
.woocommerce button.button span,
.woocommerce input.button span,
.woocommerce #respond input#submit.alt span,
.woocommerce a.button.alt span,
.woocommerce button.button.alt span,
.woocommerce input.button.alt span,
.woocommerce #respond input#submit i,
.woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i,
.woocommerce #respond input#submit.alt i,
.woocommerce a.button.alt i,
.woocommerce button.button.alt i,
.woocommerce input.button.alt i {
  position: relative;
  top: 1px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus {
  text-decoration: none;
  outline: none;
}
.woocommerce #respond input#submit i,
.woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i,
.woocommerce #respond input#submit.alt i,
.woocommerce a.button.alt i,
.woocommerce button.button.alt i,
.woocommerce input.button.alt i,
.woocommerce #respond input#submit img,
.woocommerce a.button img,
.woocommerce button.button img,
.woocommerce input.button img,
.woocommerce #respond input#submit.alt img,
.woocommerce a.button.alt img,
.woocommerce button.button.alt img,
.woocommerce input.button.alt img {
  margin-right: 13px;
}
.woocommerce #respond input#submit i.pull-right,
.woocommerce a.button i.pull-right,
.woocommerce button.button i.pull-right,
.woocommerce input.button i.pull-right,
.woocommerce #respond input#submit.alt i.pull-right,
.woocommerce a.button.alt i.pull-right,
.woocommerce button.button.alt i.pull-right,
.woocommerce input.button.alt i.pull-right,
.woocommerce #respond input#submit img.pull-right,
.woocommerce a.button img.pull-right,
.woocommerce button.button img.pull-right,
.woocommerce input.button img.pull-right,
.woocommerce #respond input#submit.alt img.pull-right,
.woocommerce a.button.alt img.pull-right,
.woocommerce button.button.alt img.pull-right,
.woocommerce input.button.alt img.pull-right,
.woocommerce #respond input#submit i.pull-right-icon,
.woocommerce a.button i.pull-right-icon,
.woocommerce button.button i.pull-right-icon,
.woocommerce input.button i.pull-right-icon,
.woocommerce #respond input#submit.alt i.pull-right-icon,
.woocommerce a.button.alt i.pull-right-icon,
.woocommerce button.button.alt i.pull-right-icon,
.woocommerce input.button.alt i.pull-right-icon,
.woocommerce #respond input#submit img.pull-right-icon,
.woocommerce a.button img.pull-right-icon,
.woocommerce button.button img.pull-right-icon,
.woocommerce input.button img.pull-right-icon,
.woocommerce #respond input#submit.alt img.pull-right-icon,
.woocommerce a.button.alt img.pull-right-icon,
.woocommerce button.button.alt img.pull-right-icon,
.woocommerce input.button.alt img.pull-right-icon {
  margin-right: 0;
  margin-left: 13px;
  position: relative;
}
.woocommerce #respond input#submit i.pull-right,
.woocommerce a.button i.pull-right,
.woocommerce button.button i.pull-right,
.woocommerce input.button i.pull-right,
.woocommerce #respond input#submit.alt i.pull-right,
.woocommerce a.button.alt i.pull-right,
.woocommerce button.button.alt i.pull-right,
.woocommerce input.button.alt i.pull-right,
.woocommerce #respond input#submit img.pull-right,
.woocommerce a.button img.pull-right,
.woocommerce button.button img.pull-right,
.woocommerce input.button img.pull-right,
.woocommerce #respond input#submit.alt img.pull-right,
.woocommerce a.button.alt img.pull-right,
.woocommerce button.button.alt img.pull-right,
.woocommerce input.button.alt img.pull-right {
  top: 0.3em;
}
.woocommerce #respond input#submit img,
.woocommerce a.button img,
.woocommerce button.button img,
.woocommerce input.button img,
.woocommerce #respond input#submit.alt img,
.woocommerce a.button.alt img,
.woocommerce button.button.alt img,
.woocommerce input.button.alt img {
  position: relative;
  top: -0.1em;
}
.woocommerce #respond input#submit i,
.woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i,
.woocommerce #respond input#submit.alt i,
.woocommerce a.button.alt i,
.woocommerce button.button.alt i,
.woocommerce input.button.alt i {
  top: -1px;
  vertical-align: middle;
}
/* Button side by side */
.woocommerce #respond input#submit.fw-btn-side-by-side,
.woocommerce a.button.fw-btn-side-by-side,
.woocommerce button.button.fw-btn-side-by-side,
.woocommerce input.button.fw-btn-side-by-side,
.woocommerce #respond input#submit.alt.fw-btn-side-by-side,
.woocommerce a.button.alt.fw-btn-side-by-side,
.woocommerce button.button.alt.fw-btn-side-by-side,
.woocommerce input.button.alt.fw-btn-side-by-side {
  margin-right: 10px;
}
.woocommerce #respond input#submit.fw-btn-side-by-side:last-child,
.woocommerce a.button.fw-btn-side-by-side:last-child,
.woocommerce button.button.fw-btn-side-by-side:last-child,
.woocommerce input.button.fw-btn-side-by-side:last-child,
.woocommerce #respond input#submit.alt.fw-btn-side-by-side:last-child,
.woocommerce a.button.alt.fw-btn-side-by-side:last-child,
.woocommerce button.button.alt.fw-btn-side-by-side:last-child,
.woocommerce input.button.alt.fw-btn-side-by-side:last-child {
  margin-right: 0;
}
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus {
  background-color: #a70e13;
  border-color: transparent;
  color: #a70e13;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #111111;
  color: #fff !important;
}
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active {
  box-shadow: none;
}




.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #b80f15;
}

/* Woocommerce Reviews */
.woocommerce-page #reviews #comments ol.commentlist li:last-child {
  margin-bottom: 0;
}
.woocommerce-page #reviews #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: 0 0;
  border: 0;
}
.woocommerce-page #reviews #review_form #respond:after,
.woocommerce-page #reviews #review_form #respond:before {
  content: " ";
  display: table;
}
/* Related */
.has-sidebar.woocommerce-page .related ul.products li.product,
.has-sidebar.woocommerce-page .upsells.products ul.products li.product,
.has-sidebar.woocommerce-page .related ul li.product,
.has-sidebar.woocommerce-page .upsells.products ul li.product{
  width: 40%;
}
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .upsells.products ul li.product {
  width: 22%;
}
.woocommerce-page .logged-in .comment-respond .comment-form p {
  width: 100%;
  float: none;
}
.woocommerce-page ul#shipping_method li {
  padding: .25em 0 .25em 0;
  text-indent: 0;
}

/* Screen 320px */
@media(max-width:479px){
  .woocommerce-page .related ul.products li.product,
  .woocommerce-page .related ul li.product {
    width: 100% !important;
  }
}
/* Woocommerce My Account */
/* -------------------------------------------------- */
table.my_account_orders {
  font-size: .85em;
}
table.my_account_orders td,
table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle;
}
table.my_account_orders .button {
  white-space: nowrap;
}
table.my_account_orders .order-actions {
  text-align: right;
}
table.my_account_orders .order-actions .button {
  margin: .125em 0 .125em .25em;
}
/* bbPress Style */
/* -------------------------------------------------- */
.bbpress .post-details{
  margin-bottom: 0;
}
.bbpress .post-details .entry-content {
  border-bottom: none;
  padding-bottom: 0;
}
.bbpress .post-details .entry-content #bbpress-forums {
  overflow: visible;
}
#bbpress-forums {
  font-size: 15px;
}
#bbpress-forums .bbp-forums-list li {
  font-size: 14px;
  display: block;
}
#bbpress-forums .bbp-body .bbp-topic-freshness,
#bbpress-forums .bbp-body .bbp-forum-freshness {
  font-size: 14px;
}
#bbpress-forums ul p.bbp-topic-meta {
  font-size: 14px;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar {
  margin-bottom: auto;
  border: none;
}
#bbpress-forums p.bbp-topic-meta .bbp-author-name {
  vertical-align: middle;
}
#bbpress-forums:last-child,
#bbpress-forums .bbp-forums:last-child {
  margin-bottom: 0;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 15px;
  border-color: #dee0e1;
}
#bbpress-forums .bbp-forums-list {
  border-left-color: #dee0e1;
}
div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
  border-color: #dee0e1;
}
#bbpress-forums ul li.bbp-header .bbp-reply-content #subscription-toggle {
  color: #dee0e1;
}
#bbpress-forums ul li.bbp-body > div:last-child {
  border-bottom: 1px solid #dee0e1;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  background: none;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  padding: 8px 15px;
  border-top: none;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  font-size: 15px;
  border: none;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd,
#bbpress-forums div.even,
#bbpress-forums ul.even {
  background-color: transparent;
}
#bbpress-forums ul .bbp-forum-info .bbp-forum-title,
#bbpress-forums ul .bbp-topic-title .bbp-topic-permalink {
  font-weight: bold;
}
div.bbp-template-notice,
div.indicator-hint {
  border: none !important;
  background-color: transparent !important;
  padding-left: 0;
}
div.bbp-template-notice p {
  padding-left: 0;
  font-size: 13px;
}
#bbpress-forums li.bbp-footer .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-content {
  display: none;
}
#bbpress-forums span.bbp-admin-links a {
  font-size: 11px;
}
#bbpress-forums .bbp-meta .bbp-reply-post-date {
  font-size: 15px;
}
#bbpress-forums .bbp-body div.bbp-reply-header {
  padding-left: 15px;
  padding-right: 15px;
}
#bbpress-forums .forums.bbp-replies .bbp-header {
  padding-left: 5px;
}
#bbpress-forums ul .bbp-forum-info .bbp-forum-content {
  font-size: 15px;
}
#bbpress-forums ul .bbp-forum-info .bbp-forum-title {
  font-size: 25px;
}
#bbpress-forums ul .bbp-topic-title .bbp-topic-permalink {
  font-size: 25px;
}
#bbpress-forums ul .bbp-header .forum-titles {
  color: #111111;
}
#bbpress-forums ul li.bbp-header .bbp-reply-author,
#bbpress-forums ul li.bbp-header .bbp-reply-content {
  color: #111111;
}

/* bbPress Breadcrumbs Style */
div.bbp-breadcrumb,
div.bbp-topic-tags {
  font-size: 14px;
}
div.bbp-breadcrumb .bbp-breadcrumb-sep {
  font-size: 18px;
  line-height: normal;
}

/* bbPress Widget Layout */
/* -------------------------------------------------- */
/* Widget bbPress Forum List */
.widget_display_forums ul li a.bbp-forum-title {
  font-family: 'Raleway';
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.widget_display_forums ul li a.bbp-forum-title:hover {
  color: #a70e13;
}
/* bbPress Widget Search */
.widget_display_search form {
  position: relative;
}
.widget_display_search form:after {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 10px;
  z-index: 1;
}
.widget_display_search form input[name="bbp_search"] {
  width: 100%;
  line-height: 30px;
  border: none;
  color: #666666;
  background-color: rgba(0,0,0,0.07);
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 15px;
  padding: 12px 15px;
}
.widget_display_search form input[name="bbp_search"]::-moz-placeholder {
  color: rgba(102,102,102,0.25);
  opacity: 1;
}
.widget_display_search form input[name="bbp_search"]:-ms-input-placeholder {
  color: rgba(102,102,102,0.25);
}
.widget_display_search form input[name="bbp_search"]::-webkit-input-placeholder {
  color: rgba(102,102,102,0.25);
}
.widget_display_search form input[type="submit"] {
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
  text-indent: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  overflow: hidden;
}
/* bbPress Widget Recent Topics */
.widget_display_topics li {
  margin-bottom: 1.3em;
}
.widget_display_topics li:last-child {
  margin-bottom: 0;
}
.widget_display_topics li .bbp-forum-title {
  font-family: 'Raleway';
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.widget_display_topics li .bbp-forum-title:hover {
  color: #a70e13;
}
.widget_display_topics .bbp-forum-title {
  display: block;
}
.widget_display_topics .topic-author {
  line-height: normal;
}
.widget_display_topics .topic-author .bbp-author-name {
  vertical-align: middle;
}
/* bbPress Widget Recent Topics */
.widget_display_views .bbp-view-title {
  font-family: 'Raleway';
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.widget_display_views .bbp-view-title:hover {
  color: #a70e13;
}
/* Widget bbPress Recent Replies */
.widget_display_replies li {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 1.3em;
}
.widget_display_replies li .bbp-reply-topic-title {
  font-family: 'Raleway';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #666666;
}
.widget_display_replies li .bbp-reply-topic-title:hover {
  color: #a70e13;
}
.widget_display_replies li div:last-child {
  margin-bottom: 0 !important;
}
/* Widget bbPress Statistics */
.widget_display_stats dl[role="main"] {
  margin-bottom: 0;
}
.widget_display_stats dl[role="main"] dt {
  font-family: 'Raleway';
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  float: left;
  margin-right: 7px;
}
.widget_display_stats dl[role="main"] dd strong {
  color: #a70e13;
  font-style: italic;
  position: relative;
  top: 3px;
}
.widget_display_stats dl[role="main"] dt,
.widget_display_stats dl[role="main"] dd {
  height: 24px;
  display: block;
}
/* Widget bbPress LogIn */
.bbp_widget_login .bbp-login-form .bbp-username input,
.bbp_widget_login .bbp-login-form .bbp-password input {
  width: 100%;
  line-height: 30px;
  border: none;
  color: #666666;
  background-color: rgba(0,0,0,0.07);
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 15px;
  padding: 12px 15px;
}
.bbp_widget_login .bbp-login-form .bbp-username input::-moz-placeholder,
.bbp_widget_login .bbp-login-form .bbp-password input::-moz-placeholder {
  color: rgba(102,102,102,0.25);
  opacity: 1;
}
.bbp_widget_login .bbp-login-form .bbp-username input:-ms-input-placeholder,
.bbp_widget_login .bbp-login-form .bbp-password input:-ms-input-placeholder {
  color: rgba(102,102,102,0.25);
}
.bbp_widget_login .bbp-login-form .bbp-username input::-webkit-input-placeholder,
.bbp_widget_login .bbp-login-form .bbp-password input::-webkit-input-placeholder {
  color: rgba(102,102,102,0.25);
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit {
/* fw-btn */
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #a70e13;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
  /* fw-btn-1 */
  background-color: #a70e13;
  border-color: transparent;
  border-width: 0;
  color: #a70e13;
  border-radius: 0;
  /* fw-btn-md */
  padding: 12px 25px;
  font-size: 14px;
  line-height: 14px;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit span,
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit i {
  position: relative;
  top: 1px;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit:hover,
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit:focus {
  text-decoration: none;
  outline: none;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit i,
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit img {
  margin-right: 13px;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit i.pull-right,
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit img.pull-right,
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit i.pull-right-icon,
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit img.pull-right-icon {
  margin-right: 0;
  margin-left: 13px;
  position: relative;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit i.pull-right,
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit img.pull-right {
  top: 0.3em;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit img {
  position: relative;
  top: -0.1em;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit i {
  top: -1px;
  vertical-align: middle;
}
/* Button side by side */
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit.fw-btn-side-by-side {
  margin-right: 10px;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit.fw-btn-side-by-side:last-child {
  margin-right: 0;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit:focus {
  background-color: #a70e13;
  border-color: transparent;
  color: #a70e13;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit:hover {
  background-color: #111111;
  color: #ffffff;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .user-submit:active {
  box-shadow: none;
}
.bbp-logged-in h4 {
  font-weight: 100;
}

/*-> Log In */
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper {
  clear: both;
  margin-bottom: 0;
  width: 100%;
  margin-top: 0;
  float: none;
  text-align: left;
}

/*-> Log Out */
.bbp_widget_login,
.bbp_widget_login .bbp-logged-in {
  overflow: hidden;
}
.bbp_widget_login .bbp-logged-in h4 {
  display: inline-block;
  margin: 0;
}

.bbp_widget_login .bbp-logged-in h4 a {
  display: block;
}

.bbp_widget_login .bbp-logged-in .button.logout-link{
  float: right;
  margin-top: 3px;
}
/* bbPress Search */
#bbpress-forums div.bbp-search-form {
  margin-bottom: 15px;
}
.bbp-search-form form input[name="bbp_search"] {
  width: 100%;
  line-height: 30px;
  border: none;
  color: #666666;
  background-color: rgba(0,0,0,0.07);
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 15px;
  padding: 12px 15px;
}
.bbp-search-form form input[name="bbp_search"]::-moz-placeholder {
  color: rgba(102,102,102,0.25);
  opacity: 1;
}
.bbp-search-form form input[name="bbp_search"]:-ms-input-placeholder {
  color: rgba(102,102,102,0.25);
}
.bbp-search-form form input[name="bbp_search"]::-webkit-input-placeholder {
  color: rgba(102,102,102,0.25);
}
.bbp-search-form form input[type="submit"].button {
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
  text-indent: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  overflow: hidden;
}
.bbp-search-form form > div {
  position: relative;
}
.bbp-search-form form > div:after {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 10px;
  z-index: 1;
}
.bbp-search-form form input[name="bbp_search"] {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
/* bbPress Reply/Topic Forms */
#bbpress-forums fieldset.bbp-form {
  position: relative;
  padding: 30px;
  margin-bottom: 0;
  border: none;
  background-color: rgba(102,102,102,0.1);
}
#bbpress-forums fieldset.bbp-form:before,
#bbpress-forums fieldset.bbp-form:after {
  content: " ";
  display: table;
}
#bbpress-forums fieldset.bbp-form:after {
  clear: both;
}
#bbpress-forums fieldset.bbp-form legend {
  position: relative;
  top: 43px;
  padding: 0;
  border-bottom: none;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  min-height: 234px;
  max-height: 320px;
}
#bbpress-forums div.bbp-the-content-wrapper .quicktags-toolbar {
  border-bottom: none;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper {
  display: block;
  width: 50%;
  margin-top: 0;
  padding: 0;
  float: none;
  overflow: hidden;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit {
  width: 100%;
}
#bbpress-forums fieldset.bbp-form input:focus,
#bbpress-forums fieldset.bbp-form textarea:focus {
  border-color: #b8b8b8;
}
/* Rating */
#bbpress-forums fieldset.bbp-form .wrap-rating.in-post .rating-title {
  font-family: 'Raleway';
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 2px;
  color: #111111;
}
#bbpress-forums fieldset.bbp-form .wrap-rating.in-post .rating span {
  color: #1380a4;
}
#bbpress-forums fieldset.bbp-form .wrap-rating.in-post .rating .fa.fa-star.voted {
  color: #106b89;
}
#bbpress-forums fieldset.bbp-form .wrap-rating.in-post .rating:hover .fa.fa-star {
  color: #1380a4 !important;
}
#bbpress-forums fieldset.bbp-form .wrap-rating.in-post .rating:hover .fa.fa-star.over,
#bbpress-forums fieldset.bbp-form .wrap-rating.in-post .rating:hover .fa.fa-star.voted {
  color: #106b89 !important;
}
#bbpress-forums fieldset.bbp-form div.bbp-the-content-wrapper textarea.bbp-the-content {
  background: #fff;
  color: #666666;
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 30px;
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
#bbpress-forums fieldset.bbp-form div.bbp-the-content-wrapper textarea.bbp-the-content:focus {
  border-color: #b8b8b8;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit {
  /* fw-btn */
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
  /* fw-btn-1 */
  background-color: #a70e13;
  border-color: transparent;
  border-width: 0;
  color: #a70e13;
  border-radius: 0;
  /* fw-btn-md */
  padding: 12px 25px;
  font-size: 14px;
  line-height: 14px;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit span,
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit i {
  position: relative;
  top: 1px;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit:hover,
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit:focus {
  text-decoration: none;
  outline: none;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit i,
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit img {
  margin-right: 13px;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit i.pull-right,
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit img.pull-right,
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit i.pull-right-icon,
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit img.pull-right-icon {
  margin-right: 0;
  margin-left: 13px;
  position: relative;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit i.pull-right,
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit img.pull-right {
  top: 0.3em;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit img {
  position: relative;
  top: -0.1em;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit i {
  top: -1px;
  vertical-align: middle;
}
/* Button side by side */
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit.fw-btn-side-by-side {
  margin-right: 10px;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit.fw-btn-side-by-side:last-child {
  margin-right: 0;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit:focus {
  background-color: #a70e13;
  border-color: transparent;
  color: #a70e13;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit:hover{
  background-color: #111111;
  color: #ffffff;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button.button.submit:active {
  box-shadow: none;
}
/* bbpress Replay Form Link PopUp */
.bbpress #wp-link-wrap #link-options input[type="text"],
.bbpress #wp-link-wrap .link-search-wrapper input[type="text"] {
  background: #fff;
  color: #666666;
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 30px;
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.bbpress #wp-link-wrap #link-options input[type="text"]:focus,
.bbpress #wp-link-wrap .link-search-wrapper input[type="text"]:focus {
  border-color: #b8b8b8;
}
/* bbpress Replay Form Link PopUp */
.bbpress #wp-link-wrap #link-modal-title {
  padding: 0 16px;
}
.bbpress #wp-link-wrap #wp-link-close {
  width: auto;
  right: 16px;
}
/* bbPress User Edit */

/*-> bbpress User Edit Form */
#bbp-user-wrapper #bbp-your-profile fieldset {
  background-color: rgba(102,102,102,0.1);
}
#bbp-user-wrapper #bbp-your-profile fieldset input[type="text"],
#bbp-user-wrapper #bbp-your-profile fieldset input[type="password"],
#bbp-user-wrapper #bbp-your-profile fieldset textarea {
  background: #fff;
  color: #666666;
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 30px;
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
#bbp-user-wrapper #bbp-your-profile fieldset input[type="text"]:focus,
#bbp-user-wrapper #bbp-your-profile fieldset input[type="password"]:focus,
#bbp-user-wrapper #bbp-your-profile fieldset textarea:focus {
  border-color: #b8b8b8;
  box-shadow: none;
}
#bbp-user-wrapper #bbp-your-profile fieldset.submit button {
  /* fw-btn */
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
  /* fw-btn-1 */
  background-color: #a70e13;
  border-color: transparent;
  border-width: 0;
  color: #a70e13;
  border-radius: 0;
  /* fw-btn-md */
  padding: 12px 25px;
  font-size: 14px;
  line-height: 14px;
}
#bbp-user-wrapper #bbp-your-profile fieldset.submit button span,
#bbp-user-wrapper #bbp-your-profile fieldset.submit button i {
  position: relative;
  top: 1px;
}
#bbp-user-wrapper #bbp-your-profile fieldset.submit button:hover,
#bbp-user-wrapper #bbp-your-profile fieldset.submit button:focus {
  text-decoration: none;
  outline: none;
}
#bbp-user-wrapper #bbp-your-profile fieldset.submit button i,
#bbp-user-wrapper #bbp-your-profile fieldset.submit button img {
  margin-right: 13px;
}
#bbp-user-wrapper #bbp-your-profile fieldset.submit button i.pull-right,
#bbp-user-wrapper #bbp-your-profile fieldset.submit button img.pull-right,
#bbp-user-wrapper #bbp-your-profile fieldset.submit button i.pull-right-icon,
#bbp-user-wrapper #bbp-your-profile fieldset.submit button img.pull-right-icon {
  margin-right: 0;
  margin-left: 13px;
  position: relative;
}
#bbp-user-wrapper #bbp-your-profile fieldset.submit button i.pull-right,
#bbp-user-wrapper #bbp-your-profile fieldset.submit button img.pull-right {
  top: 0.3em;
}
#bbp-user-wrapper #bbp-your-profile fieldset.submit button img {
  position: relative;
  top: -0.1em;
}
#bbp-user-wrapper #bbp-your-profile fieldset.submit button i {
  top: -1px;
  vertical-align: middle;
}
#bbp-user-wrapper #bbp-your-profile fieldset.submit button.fw-btn-side-by-side {
  margin-right: 10px;
}
#bbp-user-wrapper #bbp-your-profile fieldset.submit button.fw-btn-side-by-side:last-child {
  margin-right: 0;
}
#bbp-user-wrapper #bbp-your-profile fieldset.submit button:focus {
  background-color: #a70e13;
  border-color: transparent;
  color: #a70e13;
}
#bbp-user-wrapper #bbp-your-profile fieldset.submit button:hover {
  background-color: #111111;
  color: #ffffff;
}
#bbp-user-wrapper #bbp-your-profile fieldset.submit button:active {
  box-shadow: none;
}

#bbpress-forums .bbp-user-subscriptions h2.entry-title:first-child,
#bbpress-forums .bbp-user-profile h2.entry-title:first-child,
#bbpress-forums .bbp-user-topics-started h2.entry-title:first-child,
#bbpress-forums .bbp-user-replies-created h2.entry-title:first-child,
#bbpress-forums .bbp-user-favorites h2.entry-title:first-child,
#bbpress-forums form#bbp-your-profile h2.entry-title:first-child {
  line-height: 1em;
  margin-top: -2px !important;
  margin-bottom: 15px;
}
#bbpress-forums #bbp-your-profile fieldset {
  padding: 30px;
}
#bbpress-forums #bbp-your-profile fieldset .selectize-control {
  width: 60%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-bottom: 0;
}
#bbpress-forums #bbp-your-profile fieldset label[for="display_name"] {
  display: inline-block;
  float: none;
  vertical-align: top;
}
#bbpress-forums #bbp-your-profile fieldset .selectize-control .selectize-input,
#bbpress-forums #bbp-your-profile fieldset .selectize-control .selectize-input input,
#bbpress-forums #bbp-your-profile fieldset div:last-child input,
#bbpress-forums #bbp-your-profile fieldset div:last-child textarea {
  margin-bottom: 0;
}
#bbpress-forums #bbp-your-profile fieldset .selectize-control .selectize-input .item {
  margin-bottom: 0;
  float: none;
  width: auto;
}
#bbpress-forums fieldset.bbp-form #password .bbp-form.password {
  background-color: transparent;
  margin-bottom: 0;
}
#bbpress-forums form#bbp-your-profile .bbp-form {
  margin-bottom: 30px;
}
#bbpress-forums #bbp-your-profile fieldset div input,
#bbpress-forums #bbp-your-profile fieldset div textarea {
  margin-bottom: 20px;
}
#bbpress-forums #bbp-your-profile fieldset div {
  margin-bottom: 0;
}
#bbp-user-wrapper #bbp-your-profile fieldset.submit {
  margin-top: -30px;
}
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies {
  clear: left;
}
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
  clear: none;
}
.bbp-row-actions #favorite-toggle span.is-favorite a,
.bbp-row-actions #subscription-toggle span.is-subscribed a {
  color: #ff0000;
  border: none;
  background-color: transparent;
}
.bbp-row-actions #favorite-toggle span.is-favorite a:hover,
.bbp-row-actions #subscription-toggle span.is-subscribed a:hover{
  color: #ff0000;
  opacity: 0.7;
  border: none;
  background-color: transparent;
}
.bbp-row-actions #favorite-toggle a,
.bbp-row-actions #subscription-toggle a {
  font-size: 26px;
}
/* buddyPress Style */
/* -------------------------------------------------- */
#buddypress div.item-list-tabs#subnav {
  margin-bottom: 35px;
}
#buddypress div.pagination,
#buddypress div.pagination .pagination-links a,
#buddypress div.pagination .pagination-links span {
  font-size: inherit;
}
#buddypress div.pagination .pagination-links {
  margin-right: 0;
}
#buddypress div.pagination .pag-count {
  margin-left: 0;
}
#buddypress .item-list-tabs ul li.last {
  width: 221px;
}
#buddypress div.item-list-tabs#subnav {
  overflow: visible;
}
#buddypress #profile-edit-form ul.button-nav:before,
#buddypress #profile-edit-form ul.button-nav:after,
#buddypress div.item-list-tabs#subnav:before,
#buddypress div.item-list-tabs#subnav:after {
  content: '';
  display: table;
}
#buddypress #profile-edit-form ul.button-nav:after,
#buddypress div.item-list-tabs#subnav:after {
  clear: both;
}
.buddypress #buddypress .item-list-tabs ul li.current a,
.buddypress #buddypress .item-list-tabs ul li.selected a {
  opacity: 1;
}
#buddypress div.item-list-tabs ul li a span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0;
}
#buddypress form#whats-new-form textarea {
  overflow: hidden;
}
#buddypress #reply-title small a span,
#buddypress a.bp-primary-action span {
  background: none;
  font-size: inherit;
  top: auto !important;
  vertical-align: middle;
}
#buddypress #reply-title small a:hover span,
#buddypress a.bp-primary-action:hover span {
  background: none;
}
#buddypress div.activity-comments form .ac-textarea {
  background: none;
  border: none;
  padding: 0;
}
#buddypress div.activity-comments form .ac-textarea textarea {
  padding: 5px 10px !important;
}
#buddypress div#item-header div#item-meta {
  font-size: 100%;
}
.buddypress #buddypress .comment-reply-link,
.buddypress #buddypress .generic-button a,
.buddypress #buddypress a.button,
.buddypress #buddypress .bp-uploader-window input.button,
.buddypress #buddypress input[type="reset"],
.buddypress #buddypress input[type="submit"],
.buddypress #buddypress ul.button-nav li a,
.buddypress a.bp-title-button {
  /* fw-btn */
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
  /*  fw-btn-1*/
  background-color: #a70e13;
  border-color: transparent;
  border-width: 0;
  color: #a70e13;
  border-radius: 0;
  /* fw-btn-sm */
  padding: 6px 15px;
  font-size: 12px;
  line-height: 12px;
}
.buddypress #buddypress .comment-reply-link span,
.buddypress #buddypress .generic-button a span,
.buddypress #buddypress a.button span,
.buddypress #buddypress .bp-uploader-window input.button span,
.buddypress #buddypress input[type="reset"] span,
.buddypress #buddypress input[type="submit"] span,
.buddypress #buddypress ul.button-nav li a span,
.buddypress a.bp-title-button span,
.buddypress #buddypress .comment-reply-link i,
.buddypress #buddypress .generic-button a i,
.buddypress #buddypress a.button i,
.buddypress #buddypress .bp-uploader-window input.button i,
.buddypress #buddypress input[type="reset"] i,
.buddypress #buddypress input[type="submit"] i,
.buddypress #buddypress ul.button-nav li a i,
.buddypress a.bp-title-button i {
  position: relative;
  top: 1px;
}
.buddypress #buddypress .comment-reply-link:hover,
.buddypress #buddypress .generic-button a:hover,
.buddypress #buddypress a.button:hover,
.buddypress #buddypress .bp-uploader-window input.button:hover,
.buddypress #buddypress input[type="reset"]:hover,
.buddypress #buddypress input[type="submit"]:hover,
.buddypress #buddypress ul.button-nav li a:hover,
.buddypress a.bp-title-button:hover,
.buddypress #buddypress .comment-reply-link:focus,
.buddypress #buddypress .generic-button a:focus,
.buddypress #buddypress a.button:focus,
.buddypress #buddypress .bp-uploader-window input.button:focus,
.buddypress #buddypress input[type="reset"]:focus,
.buddypress #buddypress input[type="submit"]:focus,
.buddypress #buddypress ul.button-nav li a:focus,
.buddypress a.bp-title-button:focus {
  text-decoration: none;
  outline: none;
}
.buddypress #buddypress .comment-reply-link i,
.buddypress #buddypress .generic-button a i,
.buddypress #buddypress a.button i,
.buddypress #buddypress .bp-uploader-window input.button i,
.buddypress #buddypress input[type="reset"] i,
.buddypress #buddypress input[type="submit"] i,
.buddypress #buddypress ul.button-nav li a i,
.buddypress a.bp-title-button i,
.buddypress #buddypress .comment-reply-link img,
.buddypress #buddypress .generic-button a img,
.buddypress #buddypress a.button img,
.buddypress #buddypress .bp-uploader-window input.button img,
.buddypress #buddypress input[type="reset"] img,
.buddypress #buddypress input[type="submit"] img,
.buddypress #buddypress ul.button-nav li a img,
.buddypress a.bp-title-button img {
  margin-right: 13px;
}
.buddypress #buddypress .comment-reply-link i.pull-right,
.buddypress #buddypress .generic-button a i.pull-right,
.buddypress #buddypress a.button i.pull-right,
.buddypress #buddypress .bp-uploader-window input.button i.pull-right,
.buddypress #buddypress input[type="reset"] i.pull-right,
.buddypress #buddypress input[type="submit"] i.pull-right,
.buddypress #buddypress ul.button-nav li a i.pull-right,
.buddypress a.bp-title-button i.pull-right,
.buddypress #buddypress .comment-reply-link img.pull-right,
.buddypress #buddypress .generic-button a img.pull-right,
.buddypress #buddypress a.button img.pull-right,
.buddypress #buddypress .bp-uploader-window input.button img.pull-right,
.buddypress #buddypress input[type="reset"] img.pull-right,
.buddypress #buddypress input[type="submit"] img.pull-right,
.buddypress #buddypress ul.button-nav li a img.pull-right,
.buddypress a.bp-title-button img.pull-right,
.buddypress #buddypress .comment-reply-link i.pull-right-icon,
.buddypress #buddypress .generic-button a i.pull-right-icon,
.buddypress #buddypress a.button i.pull-right-icon,
.buddypress #buddypress .bp-uploader-window input.button i.pull-right-icon,
.buddypress #buddypress input[type="reset"] i.pull-right-icon,
.buddypress #buddypress input[type="submit"] i.pull-right-icon,
.buddypress #buddypress ul.button-nav li a i.pull-right-icon,
.buddypress a.bp-title-button i.pull-right-icon,
.buddypress #buddypress .comment-reply-link img.pull-right-icon,
.buddypress #buddypress .generic-button a img.pull-right-icon,
.buddypress #buddypress a.button img.pull-right-icon,
.buddypress #buddypress .bp-uploader-window input.button img.pull-right-icon,
.buddypress #buddypress input[type="reset"] img.pull-right-icon,
.buddypress #buddypress input[type="submit"] img.pull-right-icon,
.buddypress #buddypress ul.button-nav li a img.pull-right-icon,
.buddypress a.bp-title-button img.pull-right-icon {
  margin-right: 0;
  margin-left: 13px;
  position: relative;
}
.buddypress #buddypress .comment-reply-link i.pull-right,
.buddypress #buddypress .generic-button a i.pull-right,
.buddypress #buddypress a.button i.pull-right,
.buddypress #buddypress .bp-uploader-window input.button i.pull-right,
.buddypress #buddypress input[type="reset"] i.pull-right,
.buddypress #buddypress input[type="submit"] i.pull-right,
.buddypress #buddypress ul.button-nav li a i.pull-right,
.buddypress a.bp-title-button i.pull-right,
.buddypress #buddypress .comment-reply-link img.pull-right,
.buddypress #buddypress .generic-button a img.pull-right,
.buddypress #buddypress a.button img.pull-right,
.buddypress #buddypress .bp-uploader-window input.button img.pull-right,
.buddypress #buddypress input[type="reset"] img.pull-right,
.buddypress #buddypress input[type="submit"] img.pull-right,
.buddypress #buddypress ul.button-nav li a img.pull-right,
.buddypress a.bp-title-button img.pull-right {
  top: 0.3em;
}
.buddypress #buddypress .comment-reply-link img,
.buddypress #buddypress .generic-button a img,
.buddypress #buddypress a.button img,
.buddypress #buddypress .bp-uploader-window input.button img,
.buddypress #buddypress input[type="reset"] img,
.buddypress #buddypress input[type="submit"] img,
.buddypress #buddypress ul.button-nav li a img,
.buddypress a.bp-title-button img {
  position: relative;
  top: -0.1em;
}
.buddypress #buddypress .comment-reply-link i,
.buddypress #buddypress .generic-button a i,
.buddypress #buddypress a.button i,
.buddypress #buddypress .bp-uploader-window input.button i,
.buddypress #buddypress input[type="reset"] i,
.buddypress #buddypress input[type="submit"] i,
.buddypress #buddypress ul.button-nav li a i,
.buddypress a.bp-title-button i {
  top: -1px;
  vertical-align: middle;
}
.buddypress #buddypress .comment-reply-link.fw-btn-side-by-side,
.buddypress #buddypress .generic-button a.fw-btn-side-by-side,
.buddypress #buddypress a.button.fw-btn-side-by-side,
.buddypress #buddypress .bp-uploader-window input.button.fw-btn-side-by-side,
.buddypress #buddypress input[type="reset"].fw-btn-side-by-side,
.buddypress #buddypress input[type="submit"].fw-btn-side-by-side,
.buddypress #buddypress ul.button-nav li a.fw-btn-side-by-side,
.buddypress a.bp-title-button.fw-btn-side-by-side {
  margin-right: 10px;
}
.buddypress #buddypress .comment-reply-link.fw-btn-side-by-side:last-child,
.buddypress #buddypress .generic-button a.fw-btn-side-by-side:last-child,
.buddypress #buddypress a.button.fw-btn-side-by-side:last-child,
.buddypress #buddypress .bp-uploader-window input.button.fw-btn-side-by-side:last-child,
.buddypress #buddypress input[type="reset"].fw-btn-side-by-side:last-child,
.buddypress #buddypress input[type="submit"].fw-btn-side-by-side:last-child,
.buddypress #buddypress ul.button-nav li a.fw-btn-side-by-side:last-child,
.buddypress a.bp-title-button.fw-btn-side-by-side:last-child {
  margin-right: 0;
}
.buddypress #buddypress .comment-reply-link:focus,
.buddypress #buddypress .generic-button a:focus,
.buddypress #buddypress a.button:focus,
.buddypress #buddypress .bp-uploader-window input.button:focus,
.buddypress #buddypress input[type="reset"]:focus,
.buddypress #buddypress input[type="submit"]:focus,
.buddypress #buddypress ul.button-nav li a:focus,
.buddypress a.bp-title-button:focus {
  background-color: #a70e13;
  border-color: transparent;
  color: #a70e13;
}
.buddypress #buddypress .comment-reply-link:hover,
.buddypress #buddypress .generic-button a:hover,
.buddypress #buddypress a.button:hover,
.buddypress #buddypress .bp-uploader-window input.button:hover,
.buddypress #buddypress input[type="reset"]:hover,
.buddypress #buddypress input[type="submit"]:hover,
.buddypress #buddypress ul.button-nav li a:hover,
.buddypress a.bp-title-button:hover {
  background-color: #111111;
  color: #ffffff;
  border: none;
}
.buddypress #buddypress .comment-reply-link:active,
.buddypress #buddypress .generic-button a:active,
.buddypress #buddypress a.button:active,
.buddypress #buddypress .bp-uploader-window input.button:active,
.buddypress #buddypress input[type="reset"]:active,
.buddypress #buddypress input[type="submit"]:active,
.buddypress #buddypress ul.button-nav li a:active,
.buddypress a.bp-title-button:active {
  box-shadow: none;
}
.buddypress .post,
.buddypress .post-details {
  margin-bottom: 0;
}
.buddypress .post-details .entry-content {
  padding-bottom: 0;
  border: none;
}
.buddypress #buddypress .item-list-tabs ul li .selectize-control .selectize-input {
  background-color: rgba(0,0,0,0.07);
}
.buddypress #buddypress .item-list-tabs ul li.current a,
.buddypress #buddypress .item-list-tabs ul li.selected a {
  background-color: rgba(0,0,0,0.07);
  color: #666666;
}
.buddypress #buddypress .standard-form input[type="text"],
.buddypress #buddypress .standard-form input[type="email"],
.buddypress #buddypress .standard-form input[type="password"],
.buddypress #buddypress .standard-form input[type="number"],
.buddypress #buddypress .standard-form textarea {
  background-color: rgba(0,0,0,0.07);
  color: #666666;
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 30px;
  padding: 12px 15px;
  border: 1px solid transparent;
}
.buddypress #buddypress .standard-form input[type="text"]:focus,
.buddypress #buddypress .standard-form input[type="email"]:focus,
.buddypress #buddypress .standard-form input[type="password"]:focus,
.buddypress #buddypress .standard-form input[type="number"]:focus,
.buddypress #buddypress .standard-form textarea:focus {
  border-color: #b8b8b8;
}
.buddypress #buddypress .standard-form .selectize-control .selectize-input {
  background-color: rgba(0,0,0,0.07);
}
.buddypress #buddypress form#whats-new-form textarea,
.buddypress #buddypress div.activity-comments form textarea {
  background: #fff;
  color: #666666;
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 6px;
  background: none;
}
.buddypress #buddypress form#whats-new-form textarea:focus,
.buddypress #buddypress div.activity-comments form textarea:focus {
  border-color: #b8b8b8 !important;
}
.buddypress #buddypress form#whats-new-form .selectize-control,
.buddypress #buddypress div.activity-comments form .selectize-control {
  margin-top: 40px;
}
.buddypress #buddypress form#whats-new-form .selectize-control .selectize-input,
.buddypress #buddypress div.activity-comments form .selectize-control .selectize-input {
  background-color: rgba(0,0,0,0.07);
}
.buddypress #buddypress .checkbox,
.buddypress #buddypress .radio {
  padding-left: 0;
  margin-top: 0;
}
.buddypress #buddypress .checkbox .custom-radio label,
.buddypress #buddypress .radio .custom-radio label,
.buddypress #buddypress .checkbox .custom-checkbox label,
.buddypress #buddypress .radio .custom-checkbox label {
  font-size: 14px !important;
}

/* bbPress Widget Style */
/* Widget buddyPress LogIn */
.widget_bp_core_login_widget .standard-form input.input {
  width: 100%;
  line-height: 30px;
  border: none;
  color: #666666;
  background-color: rgba(0,0,0,0.7);
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 15px;
  padding: 12px 15px;
}
.widget_bp_core_login_widget .standard-form input.input::-moz-placeholder {
  color: rgba(102,102,102,0.25);
  opacity: 1;
}
.widget_bp_core_login_widget .standard-form input.input:-ms-input-placeholder {
  color: rgba(102,102,102,0.25);
}
.widget_bp_core_login_widget .standard-form input.input::-webkit-input-placeholder {
  color: rgba(102,102,102,0.25);
}
.widget_bp_core_login_widget .standard-form input[type="submit"] {
  /* fw-btn */
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
  /* fw-btn-1 */
  background-color: #a70e13;
  border-color: transparent;
  border-width: 0;
  color: #fff !important;
  border-radius: 0;
  /* fw-btn-md */
  padding: 12px 25px;
  font-size: 14px;
  line-height: 14px;
}
.widget_bp_core_login_widget .standard-form input[type="submit"] span,
.widget_bp_core_login_widget .standard-form input[type="submit"] i {
  position: relative;
  top: 1px;
}
.widget_bp_core_login_widget .standard-form input[type="submit"]:hover,
.widget_bp_core_login_widget .standard-form input[type="submit"]:focus {
  text-decoration: none;
  outline: none;
}
.widget_bp_core_login_widget .standard-form input[type="submit"] i,
.widget_bp_core_login_widget .standard-form input[type="submit"] img {
  margin-right: 13px;
}
.widget_bp_core_login_widget .standard-form input[type="submit"] i.pull-right,
.widget_bp_core_login_widget .standard-form input[type="submit"] img.pull-right,
.widget_bp_core_login_widget .standard-form input[type="submit"] i.pull-right-icon,
.widget_bp_core_login_widget .standard-form input[type="submit"] img.pull-right-icon {
  margin-right: 0;
  margin-left: 13px;
  position: relative;
}
.widget_bp_core_login_widget .standard-form input[type="submit"] i.pull-right,
.widget_bp_core_login_widget .standard-form input[type="submit"] img.pull-right {
  top: 0.3em;
}
.widget_bp_core_login_widget .standard-form input[type="submit"] img {
  position: relative;
  top: -0.1em;
}
.widget_bp_core_login_widget .standard-form input[type="submit"] i {
  top: -1px;
  vertical-align: middle;
}
.widget_bp_core_login_widget .standard-form input[type="submit"].fw-btn-side-by-side {
  margin-right: 10px;
}
.widget_bp_core_login_widget .standard-form input[type="submit"].fw-btn-side-by-side:last-child {
  margin-right: 0;
}
.widget_bp_core_login_widget .standard-form input[type="submit"]:focus {
  background-color: #a70e13;
  border-color: transparent;
  color: #a70e13;
}
.widget_bp_core_login_widget .standard-form input[type="submit"]:hover {
  background-color: #111111;
  color: #fff !important;
}
.widget_bp_core_login_widget .standard-form input[type="submit"]:active {
  box-shadow: none;
}

/*-> Log In */
.widget_bp_core_login_widget .standard-form .forgetmenot {
  margin-bottom: 1.2em;
}

/*-> Log Out */
.widget_bp_core_login_widget {
  overflow: hidden;
}
.widget.buddypress .bp-login-widget-user-links>div {
  margin-bottom: auto;
  padding-left: 16px;
}
.widget_bp_core_login_widget .bp-login-widget-user-link {
  display: inline-block;
}
.widget_bp_core_login_widget .bp-login-widget-user-logout {
  float: right;
  padding-left: 5px !important;
}
/* Widget buddyPress Members */
.widget_bp_core_members_widget .item-list .item .item-title a {
  font-family: 'Raleway';
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.widget_bp_core_members_widget .item-list .item .item-title a:hover {
  color: #a70e13;
}
.widget_bp_core_members_widget .item-options a {
  color: #a70e13;
}
.widget_bp_core_members_widget .item-options a:hover {
  color: #666666;
}
.widget_bp_core_members_widget .item-options .bp-separator {
  margin: 0 5px;
}
/* buddyPress Search */
.dir-search form,
.dir-search form label,
#search-members-form,
#search-message-form {
  position: relative;
}
#search-message-form label.bp-screen-reader-text {
  width: 100%;
  height: 100%;
  clip: auto;
  color: transparent;
}
#buddypress div.dir-search input[type="submit"],
#buddypress li.groups-members-search input[type="submit"],
#buddypress #search-message-form input[type="submit"] {
  padding: 0;
}
#buddypress div.dir-search input[type="submit"]:hover,
#buddypress div.dir-search input[type="submit"]:active,
#buddypress div.dir-search input[type="submit"]:focus,
#buddypress li.groups-members-search input[type="submit"]:hover,
#buddypress li.groups-members-search input[type="submit"]:active,
#buddypress li.groups-members-search input[type="submit"]:focus,
#buddypress #search-message-form input[type="submit"]:hover,
#buddypress #search-message-form input[type="submit"]:active,
#buddypress #search-message-form input[type="submit"]:focus {
  background-color: transparent;
  box-shadow: none;
}
#buddypress div.dir-search,
#buddypress li.groups-members-search,
#buddypress #search-message-form {
  position: relative;
}
#buddypress div.dir-search label:after,
#buddypress li.groups-members-search label:after,
#buddypress #search-message-form label:after {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 10px;
  z-index: 1;
}
#buddypress div.dir-search input[type="text"],
#buddypress div.dir-search input[type="search"],
#buddypress li.groups-members-search input[type="text"],
#buddypress li.groups-members-search input[type="search"],
#buddypress #search-message-form input[type="text"],
#buddypress #search-message-form input[type="search"] {
  padding-top: 5px;
  padding-bottom: 5px;
}
#buddypress div.dir-search input[type="text"],
#buddypress li.groups-members-search input[type="text"],
#buddypress #search-message-form input[type="text"],
#buddypress div.dir-search input[type="search"],
#buddypress li.groups-members-search input[type="search"],
#buddypress #search-message-form input[type="search"] {
  width: 100%;
  line-height: 30px;
  border: none;
  color: #666666;
  background-color: rgba(0,0,0,0.07);
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 15px;
  padding: 12px 15px;
}
#buddypress div.dir-search input[type="text"]::-moz-placeholder,
#buddypress li.groups-members-search input[type="text"]::-moz-placeholder,
#buddypress #search-message-form input[type="text"]::-moz-placeholder,
#buddypress div.dir-search input[type="search"]::-moz-placeholder,
#buddypress li.groups-members-search input[type="search"]::-moz-placeholder,
#buddypress #search-message-form input[type="search"]::-moz-placeholder {
  color: rgba(102,102,102,0.25);
  opacity: 1;
}
#buddypress div.dir-search input[type="text"]:-ms-input-placeholder,
#buddypress li.groups-members-search input[type="text"]:-ms-input-placeholder,
#buddypress #search-message-form input[type="text"]:-ms-input-placeholder,
#buddypress div.dir-search input[type="search"]:-ms-input-placeholder,
#buddypress li.groups-members-search input[type="search"]:-ms-input-placeholder,
#buddypress #search-message-form input[type="search"]:-ms-input-placeholder {
  color: rgba(102,102,102,0.25);
}
#buddypress div.dir-search input[type="text"]::-webkit-input-placeholder,
#buddypress li.groups-members-search input[type="text"]::-webkit-input-placeholder,
#buddypress #search-message-form input[type="text"]::-webkit-input-placeholder,
#buddypress div.dir-search input[type="search"]::-webkit-input-placeholder,
#buddypress li.groups-members-search input[type="search"]::-webkit-input-placeholder,
#buddypress #search-message-form input[type="search"]::-webkit-input-placeholder {
  color: rgba(102,102,102,0.25);
}
#buddypress div.dir-search input[type="submit"],
#buddypress li.groups-members-search input[type="submit"],
#buddypress #search-message-form input[type="submit"] {
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
  text-indent: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  overflow: hidden;
}
/* buddyPress Members */
#buddypress ul.item-list li div.item-title span {
  display: none;
}
#buddypress span.activity {
  font-size: inherit;
}
#buddypress ul.item-list li div.action {
  position: relative;
  top: auto;
  text-align: left;
  margin-top: 5px;
  margin-left: 0 !important;
}
#buddypress .dir-form .dir-list .item-list li {
  width: 33.33%;
  display: block;
  float: left;
  box-sizing: border-box;
}
#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h4 {
  font-size: 25px;
}
#buddypress .dir-form .dir-list #members-list.item-list li.is-current-user {
  height: 130px;
}

/*----> Responsive <---- */
/* Screen 768px */
@media(max-width:991px){
  #buddypress .dir-form .dir-list .item-list li {
    width: 50%;
  }
}
/* Screen 568px */
@media(max-width:767px){
  #buddypress .dir-form .dir-list .item-list li {
    width: 100%;
  }
  #buddypress .dir-form .dir-list #members-list.item-list li.is-current-user {
    height: auto;
  }
}
/* buddyPress Profile */
#buddypress table.forum tr td.label,
#buddypress table.messages-notices tr td.label,
#buddypress table.notifications tr td.label,
#buddypress table.notifications-settings tr td.label,
#buddypress table.profile-fields tr td.label,
#buddypress table.wp-profile-fields tr td.label {
  color: #666666;
  font-size: 12px;
  display: table-cell;
  border-radius: 0;
}
#buddypress table.forum tr td,
#buddypress table.messages-notices tr td,
#buddypress table.notifications tr td,
#buddypress table.notifications-settings tr td,
#buddypress table.profile-fields tr td,
#buddypress table.wp-profile-fields tr td{
  border-width: 0 1px 1px 0;
}
#buddypress table,
#buddypress table,
#buddypress table,
#buddypress table,
#buddypress table,
#buddypress table {
  border-width: 1px 0 0 1px;
}
#buddypress div.profile h4 {
  margin-bottom: 10px;
  margin-top: 20px;
}
#buddypress .wp-editor-wrap .wp-editor-tools button {
  padding: 8px 15px;
}
#buddypress .profile .single-fields .datebox .selectize-control {
  width: auto;
  display: inline-block;
}
#buddypress .profile .single-fields .datebox .selectize-control .selectize-input input[type="text"]{
  padding-left: 20px !important;
}
#buddypress .standard-form .wp-editor-container textarea {
  border: none;
  background: none;
}
#buddypress #profile-edit-form .field-visibility-settings .radio li {
  margin-bottom: 5px;
}
#buddypress #profile-edit-form .field_multiselectbox .selectize-control .selectize-input .item {
  background: #fff;
  border-color: #fff;
  margin: 0 5px 0 0;
}
#buddypress #profile-edit-form .field_multiselectbox .selectize-control .selectize-input .item:last-child {
  margin-right: 0;
}
#buddypress #profile-edit-form .field_multiselectbox .selectize-control .selectize-input {
  padding: 12px 15px;
}
#buddypress #profile-edit-form .datebox .selectize-control .selectize-input,
#buddypress #profile-edit-form .field_selectbox .selectize-control .selectize-input,
#buddypress #profile-edit-form .field_multiselectbox .selectize-control .selectize-input {
  background-color: rgba(0,0,0,0.07);
}
#buddypress #profile-edit-form ul.button-nav,
#buddypress .field-visibility-settings .radio {
  padding-left: 0;
}
#buddypress .field-visibility-settings .radio {
  margin-top: 0;
}
/* buddyPress Settings Page */
#buddypress #pass-strength-result.short {
  color: #fff;
}
#buddypress table.notification-settings th,
#buddypress table.notification-settings td,
#buddypress table.profile-settings#xprofile-settings-base th,
#buddypress table.profile-settings#xprofile-settings-base td,
#buddypress table.profile-settings#xprofile-settings-single-fields th,
#buddypress table.profile-settings#xprofile-settings-single-fields td,
#buddypress table.profile-settings#xprofile-settings-multi-fields th,
#buddypress table.profile-settings#xprofile-settings-multi-fields td {
  border-width: 0 1px 1px 0;
}
#buddypress .standard-form table.notification-settings label,
#buddypress .standard-form table.notification-settings span.label {
  margin: 10px 0;
}
#buddypress .standard-form table.notification-settings .custom-checkbox label,
#buddypress .standard-form table.notification-settings .custom-radio label {
  padding-left: 15px;
}
#buddypress table.profile-settings#xprofile-settings-base,
#buddypress table.profile-settings#xprofile-settings-single-fields {
  margin-bottom: 30px;
}
#buddypress table.profile-settings#xprofile-settings-multi-fields {
  margin-bottom: 20px;
}
#buddypress .standard-form#settings-form label {
  font-family: 'Raleway';
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 2px;
  color: #111111;
  text-transform: uppercase;
}
#buddypress .standard-form#settings-form table.profile-settings .selectize-control .selectize-input {
  background-color: rgba(0,0,0,0.07);
}
/* buddyPress Registered Form & Create Group Form */
#buddypress .standard-form#signup_form input[type=text],
#buddypress .standard-form#signup_form input[type=email],
#buddypress .standard-form#signup_form input[type=password],
#buddypress .standard-form#signup_form textarea {
  width: 100%;
}
#buddypress #create-group-form.standard-form .bp-avatar-nav {
  margin-top: 90px;
}
.group-members.members #buddypress #item-body div.item-list-tabs {
  margin-top: 30px;
}
#buddypress ul.acfb-holder li.friend-tab {
  margin-right: 50%;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 0;
  float: none;
}
#buddypress li.friend-tab img.avatar {
  margin-right: 10px;
}
#buddypress ul.item-list li div.item-desc {
  width: 65%;
  font-size: 85%;
  margin-top: 0;
}
#buddypress ul.item-list li div.item-desc p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous {
  /* fw-btn */
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
  /* fw-btn-1 */
  background-color: #a70e13;
  border-color: transparent;
  border-width: 0;
  color: #a70e13;
  border-radius: 0;
  /* fw-btn-sm */
  padding: 6px 15px;
  font-size: 12px;
  line-height: 12px;
}
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous span,
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous i {
  position: relative;
  top: 1px;
}
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous:hover,
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous:focus {
  text-decoration: none;
  outline: none;
}
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous i,
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous img {
  margin-right: 13px;
}
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous i.pull-right,
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous img.pull-right,
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous i.pull-right-icon,
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous img.pull-right-icon {
  margin-right: 0;
  margin-left: 13px;
  position: relative;
}
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous i.pull-right,
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous img.pull-right {
  top: 0.3em;
}
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous img {
  position: relative;
  top: -0.1em;
}
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous i {
  top: -1px;
  vertical-align: middle;
}
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous.fw-btn-side-by-side {
  margin-right: 10px;
}
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous.fw-btn-side-by-side:last-child {
  margin-right: 0;
}
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous:focus {
  background-color: #a70e13;
  border-color: transparent;
  color: #a70e13;
}
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous:hover {
  background-color: #111111;
  color: #ffffff;
  border: none;
}
#buddypress #create-group-form.standard-form .submit#previous-next input[type="button"]#group-creation-previous:active {
  box-shadow: none;
}
/* Give Donation Plugin Style */
/* -------------------------------------------------- */
.give-page .post-details {
  margin-bottom: 0;
}
.give-page .post-details .entry-content {
  padding-bottom: 0;
  border-bottom: none;
}
.give-progress-bar {
  background-color: rgba(204, 204, 204, 0.4);
  height: 8px;
}
.give-goal-progress .income {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  background-color: #fff;
}
form.give-form legend,
form[id*=give-form] legend,
[id*=give-form] .give-form-title,
form.give-form .give-form-title{
  color: #1f1f1f;
}
form.give-form #give_checkout_login_register #give_register_account_fields,
form[id*=give-form] #give_checkout_login_register #give_register_account_fields {
  margin-top: 10px;
}
form.give-form #give_checkout_login_register #give_register_account_fields .sub-text,
form[id*=give-form] #give_checkout_login_register #give_register_account_fields .sub-text {
  font-size: 15px;
}
form.give-form #give_checkout_login_register #give_register_account_fields label[for="password"],
form[id*=give-form] #give_checkout_login_register #give_register_account_fields label[for="password"],
form.give-form #give_checkout_login_register #give_register_account_fields label[for="password_again"],
form[id*=give-form] #give_checkout_login_register #give_register_account_fields label[for="password_again"] {
  display: none;
}
form.give-form #give_checkout_login_register #give_register_account_fields > legend,
form[id*=give-form] #give_checkout_login_register #give_register_account_fields > legend {
  padding-bottom: 0;
}
.give-page form.give-form .form-row input[type="text"],
.give-page form[id*=give-form] .form-row input[type="text"],
.give-page form.give-form.floated-labels .form-row input[type="text"],
.give-page form[id*=give-form].floated-labels .form-row input[type="text"],
.give-page form.give-form .form-row input[type="email"],
.give-page form[id*=give-form] .form-row input[type="email"],
.give-page form.give-form.floated-labels .form-row input[type="email"],
.give-page form[id*=give-form].floated-labels .form-row input[type="email"],
.give-page form.give-form .form-row input[type="password"],
.give-page form[id*=give-form] .form-row input[type="password"],
.give-page form.give-form.floated-labels .form-row input[type="password"],
.give-page form[id*=give-form].floated-labels .form-row input[type="password"],
.give-page form.give-form .form-row input[type="tel"],
.give-page form[id*=give-form] .form-row input[type="tel"],
.give-page form.give-form.floated-labels .form-row input[type="tel"],
.give-page form[id*=give-form].floated-labels .form-row input[type="tel"],
.give-page form.give-form .form-row input[type="url"],
.give-page form[id*=give-form] .form-row input[type="url"],
.give-page form.give-form.floated-labels .form-row input[type="url"],
.give-page form[id*=give-form].floated-labels .form-row input[type="url"],
.give-page form.give-form .form-row textarea,
.give-page form[id*=give-form] .form-row textarea,
.give-page form.give-form.floated-labels .form-row textarea,
.give-page form[id*=give-form].floated-labels .form-row textarea {
  background: #fff;
  color: #666666;
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 30px;
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.give-page form.give-form .give-currency-symbol,
.give-page form[id*=give-form] .give-currency-symbol,
.give-page form.give-form.floated-labels .give-currency-symbol,
.give-page form[id*=give-form].floated-labels .give-currency-symbol,
.give-page form.give-form #give-final-total-wrap .give-donation-total-label,
.give-page form[id*=give-form] #give-final-total-wrap .give-donation-total-label,
.give-page form.give-form.floated-labels #give-final-total-wrap .give-donation-total-label,
.give-page form[id*=give-form].floated-labels #give-final-total-wrap .give-donation-total-label {
  border-color: rgba(0, 0, 0, 0.13);
  color: #666666;
}
.give-page form.give-form #give-final-total-wrap .give-final-total-amount,
.give-page form[id*=give-form] #give-final-total-wrap .give-final-total-amount,
.give-page form.give-form.floated-labels #give-final-total-wrap .give-final-total-amount,
.give-page form[id*=give-form].floated-labels #give-final-total-wrap .give-final-total-amount {
  color: #666666;
}
.give-page form.give-form .selectize-input,
.give-page form[id*=give-form] .selectize-input,
.give-page form.give-form.floated-labels .selectize-input,
.give-page form[id*=give-form].floated-labels .selectize-input {
  border: 1px solid rgba(0, 0, 0, 0.13);
  line-height: 30px;
}
.give-page form.give-form.floated-labels .floatlabel.is-focused label.floatlabel-label,
.give-page form[id*=give-form].floated-labels .floatlabel.is-focused label.floatlabel-label,
.give-page form.give-form.floated-labels.floated-labels .floatlabel.is-focused label.floatlabel-label,
.give-page form[id*=give-form].floated-labels.floated-labels .floatlabel.is-focused label.floatlabel-label {
  color: #111111;
}
.give-btn,
.give_submit,
input.button[name="give_register_submit"] {
  /* fw-btn */
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
  /* fw-btn-1 */
  background-color: #a70e13;
  border-color: transparent;
  border-width: 0;
  color: #a70e13;
  border-radius: 0;
  /* fw-btn-sm */
  padding: 6px 15px;
  font-size: 12px;
  line-height: 12px;
}
.give-btn span,
.give_submit span,
input.button[name="give_register_submit"] span,
.give-btn i,
.give_submit i,
input.button[name="give_register_submit"] i {
  position: relative;
  top: 1px;
}
.give-btn:hover,
.give_submit:hover,
input.button[name="give_register_submit"]:hover,
.give-btn:focus,
.give_submit:focus,
input.button[name="give_register_submit"]:focus {
  text-decoration: none;
  outline: none;
}
.give-btn i,
.give_submit i,
input.button[name="give_register_submit"] i,
.give-btn img,
.give_submit img,
input.button[name="give_register_submit"] img {
  margin-right: 13px;
}
.give-btn i.pull-right,
.give_submit i.pull-right,
input.button[name="give_register_submit"] i.pull-right,
.give-btn img.pull-right,
.give_submit img.pull-right,
input.button[name="give_register_submit"] img.pull-right,
.give-btn i.pull-right-icon,
.give_submit i.pull-right-icon,
input.button[name="give_register_submit"] i.pull-right-icon,
.give-btn img.pull-right-icon,
.give_submit img.pull-right-icon,
input.button[name="give_register_submit"] img.pull-right-icon {
  margin-right: 0;
  margin-left: 13px;
  position: relative;
}
.give-btn i.pull-right,
.give_submit i.pull-right,
input.button[name="give_register_submit"] i.pull-right,
.give-btn img.pull-right,
.give_submit img.pull-right,
input.button[name="give_register_submit"] img.pull-right {
  top: 0.3em;
}
.give-btn img,
.give_submit img,
input.button[name="give_register_submit"] img {
  position: relative;
  top: -0.1em;
}
.give-btn i,
.give_submit i,
input.button[name="give_register_submit"] i {
  top: -1px;
  vertical-align: middle;
}
.give-btn.fw-btn-side-by-side,
.give_submit.fw-btn-side-by-side,
input.button[name="give_register_submit"].fw-btn-side-by-side {
  margin-right: 10px;
}
.give-btn.fw-btn-side-by-side:last-child,
.give_submit.fw-btn-side-by-side:last-child,
input.button[name="give_register_submit"].fw-btn-side-by-side:last-child {
  margin-right: 0;
}
.give-btn:focus,
.give_submit:focus,
input.button[name="give_register_submit"]:focus {
  background-color: #a70e13;
  border-color: transparent;
  color: #a70e13;
}
.give-btn:hover,
.give_submit:hover,
input.button[name="give_register_submit"]:hover {
  background-color: #111111;
  color: #ffffff;
}
.give-btn:active,
.give_submit:active,
input.button[name="give_register_submit"]:active {
  box-shadow: none;
}
table.give-table {
  color: #666666;
  text-shadow: none;
}

/* Give Other Style */
/* Give Widget */
/* -------------------------------------------------- */
.widget_give_forms_widget .give-form-wrap form.give-form,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] {
  color: #666666;
}
.widget_give_forms_widget .give-form-wrap form.give-form input.give-input,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] input.give-input {
  width: 100%;
  line-height: 30px;
  border: none;
  color: #666666;
  background-color: rgba(0,0,0,0.07);
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 15px;
  padding: 12px 15px;
}
.widget_give_forms_widget .give-form-wrap form.give-form input.give-input::-moz-placeholder,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] input.give-input::-moz-placeholder {
  color: rgba(102,102,102,0.25);
  opacity: 1;
}
.widget_give_forms_widget .give-form-wrap form.give-form input.give-input:-ms-input-placeholder,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] input.give-input:-ms-input-placeholder {
  color: rgba(102,102,102,0.25);
}
.widget_give_forms_widget .give-form-wrap form.give-form input.give-input::-webkit-input-placeholder,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] input.give-input::-webkit-input-placeholder {
  color: rgba(102,102,102,0.25);
}
.widget_give_forms_widget .give-form-wrap form.give-form .give-currency-symbol,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] .give-currency-symbol,
.widget_give_forms_widget .give-form-wrap form.give-form #give-final-total-wrap .give-donation-total-label,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  background-color: rgba(0,0,0,0.07);
  border-color: rgba(0,0,0,0.2);
}
.widget_give_forms_widget .give-form-wrap form.give-form .give-currency-symbol,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] .give-currency-symbol,
.widget_give_forms_widget .give-form-wrap form.give-form #give-final-total-wrap .give-donation-total-label,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] #give-final-total-wrap .give-donation-total-label,
.widget_give_forms_widget .give-form-wrap form.give-form #give-final-total-wrap .give-final-total-amount,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  color: rgba(102,102,102,0.5);
}
.widget_give_forms_widget .give-form-wrap form.give-form #give-final-total-wrap .give-final-total-amount,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] #give-final-total-wrap .give-final-total-amount,
.widget_give_forms_widget .give-form-wrap form.give-form .give-donation-amount #give-amount,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] .give-donation-amount #give-amount,
.widget_give_forms_widget .give-form-wrap form.give-form .give-donation-amount #give-amount-text,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] .give-donation-amount #give-amount-text {
  border-color: rgba(0,0,0,0.2);
}
.widget_give_forms_widget .give-form-wrap form.give-form .custom-checkbox label,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] .custom-checkbox label,
.widget_give_forms_widget .give-form-wrap form.give-form .custom-radio label,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] .custom-radio label {
  color: #666666;
}
.widget_give_forms_widget .give-form-wrap form.give-form legend,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] legend {
  color: #666666;
  border-bottom-color: #dee0e1;
}
.widget_give_forms_widget .give-form-wrap form.give-form .selectize-input,
.widget_give_forms_widget .give-form-wrap form[id*=give-form] .selectize-input {
  background-color: rgba(0,0,0,0.07);
  border: none;
}
.widget_give_forms_widget .give-form-wrap .give-goal-progress .income {
  color: #666666;
}
.widget_give_forms_widget form.floated-labels .floatlabel.is-active label.floatlabel-label,
.widget_give_forms_widget form.floated-labels .floatlabel.is-focused label.floatlabel-label {
  color: #111111;
}
/* Contact Form 7 Layout */
/* -------------------------------------------------- */
/* Other Style for checkbox & radio box you can find in the file custom-checkbox-radio.css */
.wpcf7 .wpcf7-form div.wpcf7-validation-errors {
  border-color: #d12a5c;
  color: #d12a5c;
}
.wpcf7 .wpcf7-form  span.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-form .wpcf7-list-item-label {
  margin-top: -2em;
}
.wpcf7 .wpcf7-form .wpcf7-list-item-label.acceptance-check {
  margin-top: 0;
  float: left;
  top: 6px;
}
.wpcf7 .wpcf7-form  span.wpcf7-list-item label .wpcf7-list-item-label {
  margin-top: -1em;
}
.wpcf7 .wpcf7-form  span.wpcf7-list-item label {
  padding-left: 0;
}
.wpcf7 .wpcf7-form  span.wpcf7-list-item label:before,
.wpcf7 .wpcf7-form  span.wpcf7-list-item label:after {
  display: none;
}
.wpcf7 .wpcf7-form input.wpcf7-submit {
  /* fw-btn */
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
  /* fw-btn-1 */
  background-color: #a70e13;
  border-color: transparent;
  border-width: 0;
  color: #a70e13;
  border-radius: 0;
  /* fw-btn-md */
  padding:  12px 25px;
  font-size: 14px;
  line-height: 14px;
}
.wpcf7 .wpcf7-form input.wpcf7-submit:hover,
.wpcf7 .wpcf7-form input.wpcf7-submit:focus {
  text-decoration: none;
  outline: none;
}
.wpcf7 .wpcf7-form input.wpcf7-submit:focus {
  background-color: #a70e13;
  border-color: transparent;
  color: #a70e13;
}
.wpcf7 .wpcf7-form input.wpcf7-submit:hover {
  background-color: #111111;
  color: #ffffff;
}
.wpcf7 .wpcf7-form input.wpcf7-submit:active {
  box-shadow: none;
}
/* LifterLMS */
/* -------------------------------------------------- */

/* Access Plan */
.llms-access-plan-title,
.llms-access-plan.featured .llms-access-plan-featured {
    background: #111111;
}
.llms-access-plan .llms-access-plan-restrictions .stamp {
    background: #111111;
    padding: 2px 7px;
}
.llms-access-plan .llms-access-plan-restrictions ul {
    padding: 0;
}
.llms-access-plan .llms-access-plan-restrictions a {
    color: #a70e13;
}
.llms-access-plan .llms-access-plan-restrictions a:hover {
    color: #363636;
}
.llms-lesson-preview .llms-lesson-link {
    padding:38px;
}
.llms-lesson-preview .llms-lesson-title {
    line-height: 1.3em;
}
.llms-syllabus-wrapper .llms-section-title {
    margin-bottom:50px;
}
.llms-loop-item-footer {
    padding:5px;
}
.llms-syllabus-wrapper .llms-section-title {
    margin-top:50px;
}
.llms-lesson-preview {
    display: inline-table;
}
.llms_review {
    padding:40px !important;
}
.llms-lesson-button-wrapper, .llms-button-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}
.llms-error a {
    color: #099e6b;
}
.llms-access-plan-restrictions ul li {
    font-size: 14px;
    line-height: 18px;
    list-style-type: none;
}
.course .llms-meta-info .llms-meta-title {
    margin-bottom: 15px;
}
.llms-access-plan-footer .llms-button-action .llms-tooltip {
    min-width: 435px;
}
.course .llms-meta-info {
    margin-top: 35px;
}
.course #old_reviews h3 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.course #thank_you_box h2 {
    font-size: 32px;
    line-height: 38px;
}
.course .post.post-details .entry-content {
    padding-bottom: 80px;
}
.llms-loop-item-content .llms-loop-title {
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.llms-student-dashboard .llms-sd-section {
    margin-bottom: 45px;
}
.llms-my-memberships ul.listing-memberships {
    width: 40%;
    margin: 0px;
    margin-top: 20px;
    padding-left: 0px;
}
.llms-sd-tab dashboard .course-item .course-link {
    margin-bottom: 10px;
}
.llms-student-dashboard .llms-person-information-form h3 {
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
}
.llms-video-wrapper {
    margin-bottom: 30px;
}
.llms-video-wrapper .center-video iframe {
    width: 727px;
    height: 405px;
    max-width: 100%;
}
.llms-my-achievements ul.listing-achievements {
    padding-left: 0px;
}
.course .llms-meta-info {
    margin: -5px 0;
}
.course .llms-meta-info .llms-meta-title {
    margin-top: 30px;
}
.llms-access-plan.featured .llms-access-plan-content,
.llms-access-plan.featured .llms-access-plan-footer {
    border-left: 3px solid #111111;
    border-right: 3px solid #111111;
}
.llms-access-plan.featured .llms-access-plan-footer {
    border-bottom-color: #111111;
}
.llms-access-plan .llms-access-plan-footer {
    padding-bottom: 30px;
}
.llms-access-plan-footer .llms-button-action,
.llms-checkout .llms-button-action,
.llms-button-primary,
.llms-person-information-form .button,
.llms-student-dashboard button[type*="submit"],
.review_box input.button,
.llms-lesson-button-wrapper input[type="submit"],
.llms-button-action,
#llms-quiz-question-wrapper input[type="submit"] {
    /* fw-btn */
    font-family: 'Raleway';
    font-weight: 100;
    font-style: normal;
    font-size: 14px;
    line-height: 14px !important;
    letter-spacing: 0px;
    color: #fff !important;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 100%;
    /* fw-btn-1 */
    background-color: #a70e13;
    border-color: transparent;
    border-width: 0;
    border-radius: 0;
    /* fw-btn-md */
    padding: 12px 25px;
    font-size: 14px;
    line-height: 14px ;
}
.llms-access-plan-footer .llms-button-action:focus,
.llms-checkout .llms-button-action:focus,
.llms-button-primary:focus,
.llms-person-information-form .button:focus,
.llms-student-dashboard button[type*="submit"]:focus,
.review_box input.button:focus,
.llms-lesson-button-wrapper input[type="submit"]:focus,
.llms-button-action:focus,
#llms-quiz-question-wrapper input[type="submit"]:focus {
    background-color: #a70e13;
    border-color: transparent;
    color: #a70e13;
}
.llms-access-plan-footer .llms-button-action:hover,
.llms-checkout .llms-button-action:hover,
.llms-button-primary:hover,
.llms-person-information-form .button:hover,
.llms-student-dashboard button[type*="submit"]:hover,
.review_box input.button:hover,
.llms-lesson-button-wrapper input[type="submit"]:hover,
.llms-button-action:hover,
#llms-quiz-question-wrapper input[type="submit"]:hover {
    background-color: #111111;
    color: #fff !important;
}
.llms-access-plan-footer .llms-button-action:active,
.llms-checkout .llms-button-action:active,
.llms-button-primary:active,
.llms-person-information-form .button:active,
.llms-student-dashboard button[type*="submit"]:active,
.review_box input.button:active,
.llms-lesson-button-wrapper input[type="submit"]:active,
.llms-button-action:active,
#llms-quiz-question-wrapper input[type="submit"]:active {
    box-shadow: none;
}
.llms-access-plan-price .lifterlms-price {
    color: #a70e13;
}

/* LifterLMS Checkout */
.llms-checkout-wrapper .llms-form-heading {
    background: #111111;
}
.llms-checkout-section,
.llms-notice {
    border-color: #111111;
}
.llms-notice {
    background: transparent;
}
.llms-form-field.type-radio input[type=radio]:checked+label:before {
    background-image: -webkit-radial-gradient(center,ellipse,#111111 0,#111111 40%,#fafafa 45%);
    background-image: radial-gradient(ellipse at center,#111111 0,#111111 40%,#fafafa 45%);
}
.llms-form-field .selectize-input {
    border: 1px solid rgba(0,0,0,0.13);
}
.llms-student-dashboard .llms-sd-link {
    color: #a70e13;
}
.llms-student-dashboard .llms-sd-link:hover,
.llms-loop-item-content .llms-loop-title:hover {
    color: #111111;
}
.llms-progress .progress-bar-complete {
    background-color:#38d43f;
}
.llms-sd-section .llms-sd-section-title,
.llms-quiz-results h3 {
    background-color: transparent;
}
.llms-person-information-form .button {
    margin-top: 2em;
}
.llms-lesson-preview.is-complete .llms-lesson-complete,
.llms-lesson-preview.is-free .llms-lesson-complete {
    color: #111111;
}
.llms-error {
    color: #d8000c;
}
.llms-progress-circle-count {
    position: relative;
    top: 36%;
}
svg .llms-animated-circle {
    stroke: #111111;
}.widget_course_syllabus .llms-lesson-complete.done {
    color: #111111;
}
.llms-widget-syllabus .section-title {
    color: #666666;
}/* MailChimp */
/* -------------------------------------------------- */
.mc4wp-form .selectize-input {
    border: 1px solid rgba(0, 0, 0, 0.13);
}
.mc4wp-form input[type="submit"] {
    /* fw-btn */
    font-family: 'Raleway';
    font-weight: 100;
    font-style: normal;
    font-size: 14px;
    line-height: 14px !important;
    letter-spacing: 0px;
    color: #fff !important;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 100%;
    /* fw-btn-1 */
    background-color: #a70e13;
    border-color: transparent;
    border-width: 0;
    border-radius: 0;
    /* fw-btn-md */
    padding: 12px 25px;
    font-size: 14px;
    line-height: 14px ;
}
.mc4wp-form input[type="submit"]:focus {
    background-color: #a70e13;
    border-color: transparent;
    color: #a70e13;
}
.mc4wp-form input[type="submit"]:hover {
    background-color: #111111;
    color: #fff !important;
}
.mc4wp-form input[type="submit"]:active {
    box-shadow: none;
}/* Footer Layout */
/* -------------------------------------------------- */

.fw-footer-middle {
  background-color: transparent;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
}
.fw-footer-middle {
  position: relative;
}
.fw-footer-middle .fw-container {
  position: relative;
  z-index: 10;
}
/* Footer Widget */
.fw-footer-widgets {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #252525;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
}
.fw-footer-widgets .widget,
.fw-footer-widgets .widget li {
  color: #959595;
}
.fw-footer-widgets .widget a,
.fw-footer-widgets .widget .comment-author-link a {
  color: #959595;
}
.fw-footer-widgets .widget a:hover,
.fw-footer-widgets .widget .comment-author-link a:hover {
  color: #868686;
}
.fw-footer-widgets .widget-title {
  font-family: 'Raleway';
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  font-size: 23px;
  text-transform: none;
}
.fw-footer-widgets .widget-title span {
  color: #ffffff;
  background-color: transparent !important;
}
.fw-footer-widgets .widget-title span:after {
  display: none;
}
.fw-footer-widgets .widget_text .textwidget {
  font-size: 13.5px;
}


/* Responsive */
/* Screen 768px */
@media(max-width:991px){
  .fw-footer-widgets.footer-cols-4 .fw-col-sm-6:nth-child(1),
  .fw-footer-widgets.footer-cols-4 .fw-col-sm-6:nth-child(2) {
    margin-bottom: 40px;
  }
  .fw-footer-widgets .widget .widget-title {
    margin-bottom: 15px;
  }
}
/* Screen 568px */
@media (max-width: 767px) {
  .fw-footer-widgets {
    padding-top: 50px;
    padding-bottom: 50px;
  }
	

}
/* copyright and social area background & space */
.fw-footer-bar {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #111111;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #1f1f1f;
}

/* -------------------------------------------------------- */
/* Calculate positioning the footer copyright & social icon */
/* -------------------------------------------------------- */

  .fw-footer-social {
    top: 7px;
  }

/* footer copyright */
.fw-copyright {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  font-family: 'Raleway';
  line-height: 30px;
  letter-spacing: 0px;
  color: #838383;
  position: relative;
}
.fw-copyright a {
  color: #838383;
  text-decoration: underline;
}
.fw-copyright a:hover {
  color: #838383;
  text-decoration: none;
}
.fw-copyright-left .fw-copyright {
  float: left;
}
.fw-copyright-left .fw-footer-social {
  float: right;
}
.fw-copyright-right .fw-copyright {
  float: right;
}
.fw-copyright-right .fw-footer-social {
  float: left;
}
.fw-copyright-center {
  text-align: center;
}
.fw-copyright-center .fw-copyright,
.fw-copyright-center .fw-footer-social {
  top: inherit;
}

/* footer social */
.fw-footer-social {
  position: relative;
  line-height: 12.8px;
}
.fw-footer-social a {
  font-size: 16px;
  width: 16px;
  height: 15px;
  color: #1f1f1f;
  display: inline-block;
  margin: 0 2px;
}
.fw-footer-social a:hover {
  color: #d12a5c;
}

/*----> Responsive <---- */
/* Screen 568px */
@media(max-width:767px) {
  .fw-copyright-left .fw-copyright,
  .fw-copyright-left .fw-footer-social,
  .fw-copyright-right .fw-copyright,
  .fw-copyright-right .fw-footer-social {
    float: none;
    text-align: center;
  }
  .fw-footer-social {
    top: auto !important;
    margin-bottom: 10px;
  }
  .fw-footer-social a {
    margin: 0 5px;
  }
}
/* Screen 320px */
@media(max-width:479px) {
  .fw-footer-social {
    margin-bottom: 20px;
  }
}
/* Footer Menu */
.fw-footer-menu {
  text-align: center;
}
.fw-footer-menu ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  line-height: normal;
}
.fw-footer-menu ul li {
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  font-size: 17px;
  position: relative;
  display: inline-block;
}
.fw-footer-menu ul li a {
  display: inline-block;
  float: left;
  position: relative;
}
.fw-footer-menu ul li:first-child a {
  margin-left: 17.5px;
}
.fw-footer-menu ul li:last-child a {
  margin-right: 17.5px;
}
.fw-footer-menu ul li a i{
  margin-right: 10px;
  position: relative;
}
/* current menu item */
.fw-footer-menu ul li.current-menu-item > a:after,
.fw-footer-menu ul li.current-menu-ancestor > a:after {
  width: 100%;
  margin-left: -50%;
}
.fw-footer-menu ul li.current-menu-item a {
  color: #111111;
}
.fw-footer-menu ul li a {
  color: #ffffff;
  margin: 0 0 0 35px;
  line-height: 80px;
  letter-spacing: 0px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
/* current menu line */
.fw-footer-menu ul li a:after {
  content: "";
  left: 50%;
  position: absolute;
  width: 0;
  background: #111111;
  top: 14px;
  height: 1px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.fw-footer-menu ul li a:hover {
  color: #111111;
}
.fw-footer-menu ul li.menu-separator a:after {
  display: none;
}
.fw-footer-menu ul li.menu-separator a:hover {
  color: #ffffff;
  cursor: default;
}
.fw-footer-menu ul li a:hover:after {
  width: 100%;
  margin-left: -50%;
}


/* ----------------------------------------------- */
/* Calculate positioning the menu & logo in footer */
/* ----------------------------------------------- */
/* logo retina */
/* --------------------------------------------------- */
/* End Calculate positioning the menu & logo in footer */
/* --------------------------------------------------- */

/* Footer menu positions */
.fw-footer-menu-right,
.fw-footer-menu-left {
  padding-top: 18px;
  padding-bottom: 18px;
}
.fw-footer-menu-right .fw-footer-menu li a,
.fw-footer-menu-left .fw-footer-menu li a {
  line-height: 80px;
}
.fw-footer-menu-right .fw-footer-menu li:first-child a {
  margin-left: 35px;
}
.fw-footer-menu-left .fw-footer-menu li:last-child a {
  margin-right: 35px;
}
.fw-footer-menu-right .fw-container,
.fw-footer-menu-left .fw-container {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fw-footer-menu-right .fw-footer-menu,
.fw-footer-menu-left .fw-footer-menu {
  position: relative;
}
.fw-footer-menu-right .fw-footer-menu li,
.fw-footer-menu-left .fw-footer-menu li {
  border-top: none;
}
.fw-footer-menu-right .fw-footer-menu li a,
.fw-footer-menu-left .fw-footer-menu li a {
  padding: 0;
}
.fw-footer-menu-right .fw-footer-menu li:last-child a,
.fw-footer-menu-left .fw-footer-menu li:last-child a {
  margin-right: 0;
}
.fw-footer-menu-right .fw-footer-menu {
  text-align: right;
  float: right;
}
.fw-footer-menu-right .fw-footer-menu li:last-child a {
  margin-right: 0;
}
.fw-footer-menu-right .fw-footer-logo {
  float: left;
}
.fw-footer-menu-left .fw-footer-menu {
  text-align: left;
  float: left;
}
.fw-footer-menu-left .fw-footer-menu li:first-child a {
  margin-left: 0;
}
.fw-footer-menu-left .fw-footer-logo {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.fw-footer-menu-disable .fw-footer-logo {
  top: 0 !important;
}


/* Responsive */
/* Screen 768px */
@media (max-width: 991px) {
  .fw-footer-menu ul li.menu-separator {
    display: none;
  }
  .fw-footer-menu-right .fw-footer-menu,
  .fw-footer-menu-left .fw-footer-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .fw-footer-menu-left .fw-footer-logo,
  .fw-footer-menu-right .fw-footer-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  .fw-footer-menu-left .fw-footer-menu,
  .fw-footer-menu-right .fw-footer-menu{
    float: none;
    text-align: center;
    top: 0 !important;
    margin-top: 20px;
  }
}
/* Screen 320px */
@media(max-width:479px){
  .fw-footer-menu ul li{
    width: 100%;
  }
  .fw-footer-menu ul li a{
    float: none;
    margin: 0 !important;
  }
}
/* Footer Logo */
.fw-footer-logo {
  position: relative;
  float: left;
  margin-right: 20px;
}
/* Logo Retina & No-Retina */
.fw-footer-logo-retina .fw-footer-logo {
  max-width: 250px;
}
.fw-footer-logo-retina .fw-footer-logo a img {
  width: 50px;
}
.fw-footer-logo-no-retina .fw-footer-logo {
  max-width: 250px;
}

.postlist .fw-btn-post-read-more-blog.fw-btn-1 span {font-family:PT Sans;font-style: normal;font-weight:700;line-height:14px;font-size:14px;letter-spacing:1px;color:#ffffff;}.postlist .fw-btn-post-read-more-blog.fw-btn-1:hover span{ color: #ffffff !important }.postlist .fw-btn-post-read-more-blog.fw-btn-1{ border-radius: 1px; }
.post h3.entry-title, .post h3.entry-title a {font-family:Playfair Display;font-style: normal;font-weight:400;line-height:47px;font-size:35px;letter-spacing:-1px;}@media(max-width:767px){.post h3.entry-title, .post h3.entry-title a{font-size: 25px ; line-height: 33px ;}}
@media(max-width:767px){
h1, .h1{font-size: 40px ; line-height: 43px ;}
h2, .h2, .woocommerce .page-title, .woocommerce div.product .product_title{font-size: 30px ; line-height: 36px ;}
h3, .h3{font-size: 24px ; line-height: 28px ;}
h4, .h4{font-size: 24px ; line-height: 28px ;}
h5, .h5{font-size: 23px ; line-height: 23px ;}
h6, .h6{font-size: 18px ; line-height: 18px ;}
.fw-special-subtitle, .fw-heading .fw-special-subtitle{font-size: 19px ; line-height: 27px ;}
.woocommerce .woocommerce-tabs .panel.entry-content h2, .woocommerce .related.products h2, .woocommerce #reviews h2, .woocommerce .comment-respond h3.comment-reply-title, .woocommerce ul.products li.product h3, .woocommerce .comment-reply-title{font-size: 24px  !important; line-height: 28px  !important;}
.entry-content .woocommerce h2, .woocommerce .product h2, .woocommerce .addresses h3, .woocommerce h3{font-size: 24px ; line-height: 28px ;}
}
.archive .fw-portfolio-1 .fw-portfolio-image .fw-block-image-overlay .fw-overlay-title:before {display:none; }.archive .fw-portfolio-1 .fw-portfolio-image .fw-block-image-overlay .fw-overlay-title{ margin-bottom: 15px; }.archive .fw-portfolio-1 .fw-portfolio-list li{border: none}.archive .fw-portfolio-1 .fw-portfolio-list li{padding: 0px;}.archive .fw-portfolio-1 .fw-portfolio-list li{box-shadow: none;}
/* Icon shortcode custom class */
.faculties {
  padding: 1px 0;
}

/* Gallery shortcode img opacity */
.fw-gallery.fw-gallery-type1 .fw-gallery-image.fw-block-image-parent:hover img{ opacity: 0.07 }

.fw-btn-1, .fw-btn-1:focus {
    color: #ffffff;
}

@media only screen and (max-width: 767px){
.tf-sh-815ad7ac9da7229f55157deb1e0d7f21 .fw-wrap-col-inner {
    margin-bottom: 20px!important;
	}
	.fw-section-space-md .fw-main-row .fw-container, .fw-section-space-md .fw-main-row .fw-container-fluid, .fw-section-space-md .fw-main-row-custom .fw-container, .fw-section-space-md .fw-main-row-custom .fw-container-fluid {
    padding: 30px!important;
   }
	
}
@media only screen and (max-width: 767px){
.tf-sh-fdc343e08eda4911d8c52bbf91059ceb .fw-col-inner {
   margin-top: 0px;
    margin-right: 30px!important;
    margin-bottom: 0px;
    margin-left: 30px!important;
}
}