/*
=====================================
Portfolio page
=====================================
*/
/* FONT FAMILY */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6Hkvalrub46L59M.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6HkvalqKbI6L59M.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXGc1nY6HkvalIhTp4.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6Hkvalr-ao6L59M.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6Hkvalqaa46L59M.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6HkvalqiaY6L59M.ttf) format('truetype');
}
/*--PREDEFINED COLOURS--*/
/*--RESPONSIVE BREAKPOINTS--*/
/* PHONE MEDIA QUERY */
/* TABLET MEDIA QUERY */
/* DESKTOP MEDIA QUERY */
/*----------------------- MIXINS -----------------------*/
/*
.animation(@animation, @duration, @timing-function, @count) {
  -o-animation: @animation;
  -moz-animation: @animation;
  -webkit-animation: @animation;
  animation: @animation;
  animation-duration: @duration;
  animation-timing-function: @timing-function;
  animation-iteration-count: @count;
}*/
/*----------------------- ANIMATION -----------------------*/
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}
@keyframes bouncing {
  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0, 0, 1);
  }
}
@-webkit-keyframes bouncing {
  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0, 0, 1);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes up-and-down {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.portfolio-page .portfolio-content {
  background-color: #F8FAFC;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin-top: -4px;
  padding: 20px 20px 15px;
  text-align: left;
}
.portfolio-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.portfolio-middle {
  position: relative;
}
.portfolio-middle.pm1 {
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio-image {
  overflow: hidden;
}
.portfolio-image img {
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
}
.portfolio-icon {
  display: block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-size: 17px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(180deg) scale(1) skew(0) translate(0);
  -moz-transform: rotate(180deg) scale(1) skew(0) translate(0);
  -o-transform: rotate(180deg) scale(1) skew(0) translate(0);
  -ms-transform: rotate(180deg) scale(1) skew(0) translate(0);
  transform: rotate(180deg) scale(1) skew(0) translate(0);
  text-align: center;
}
.portfolio-title {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}
.portfolio-title a {
  color: #666;
}
.portfolio-title.pt1 {
  position: relative;
}
.portfolio-title.pt1 a {
  color: #fff;
}
.portfolio-description {
  color: #ccc;
  font-size: 12px;
  font-style: italic;
  line-height: 19px;
}
/*
=========================
Portfolio hover style
=========================
*/
.portfolio-style:hover .portfolio-icon,
.portfolio-style02:hover .portfolio-icon {
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.portfolio-style:hover .portfolio-image img,
.portfolio-style02:hover .portfolio-image img {
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/*
=====================
Portfolio single
=====================
*/
.portfolio-stats .dexp-stats {
  padding: 10px 0px 10px 0px !important;
}
.portfolio-stats .dexp-stats .stat-count {
  font-size: 20px !important;
}
.portfolio-stats .dexp-stats .stat-title {
  font-size: 10px !important;
}
.headline1 h3 {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  padding: 0px 0px 15px;
  margin: 0px 0px 20px !important;
}
.headline1 h3:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 3px;
  bottom: 0;
  background: #eceef0;
}
.headline2 h3 {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  padding: 0px 0px 15px;
  margin: 0px 0px 24px !important;
}
.headline2 h3:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 3px;
  bottom: 0;
  background: #eceef0;
}
.block-title-related .block-title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  padding: 0px 0px 15px;
  margin-bottom: 25px !important;
}
.block-title-related .block-title:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 3px;
  bottom: 0;
  background: #eceef0;
}
.headline,
.comment-form__title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  padding: 0px 0px 15px;
}
.headline:before,
.comment-form__title:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 3px;
  bottom: 0;
}
.node--type-portfolio.node--view-mode-full .field--name-field-portfolio-categories .field__item,
.node--type-portfolio.node--view-mode-project-single-wide .field--name-field-portfolio-categories .field__item {
  position: relative;
  margin: 7px 0px;
  line-height: 20px;
}
.node--type-portfolio.node--view-mode-full .field--name-field-portfolio-categories .field__item:before,
.node--type-portfolio.node--view-mode-project-single-wide .field--name-field-portfolio-categories .field__item:before {
  font-family: "FontAwesome";
  margin: 0 8px 0 0;
  position: relative;
  color: #009fda;
  content: "\f105";
}
.node--type-portfolio.node--view-mode-full .field--name-field-portfolio-categories .field__item a,
.node--type-portfolio.node--view-mode-project-single-wide .field--name-field-portfolio-categories .field__item a {
  color: inherit;
}
.node--type-portfolio.node--view-mode-full .field--name-field-portfolio-url,
.node--type-portfolio.node--view-mode-project-single-wide .field--name-field-portfolio-url {
  margin-top: 25px;
}
.node--type-portfolio.node--view-mode-full .field--name-field-portfolio-url a,
.node--type-portfolio.node--view-mode-project-single-wide .field--name-field-portfolio-url a {
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
  border: 1px solid #009fda;
  background: #fff;
}
.node--type-portfolio.node--view-mode-full .field--name-field-portfolio-url a:hover,
.node--type-portfolio.node--view-mode-project-single-wide .field--name-field-portfolio-url a:hover {
  background: #009fda;
  border: 1px solid #5F8CB4;
  color: #FFFFFF;
}
.node--type-portfolio.node--view-mode-full .field--name-field-portfolio-url a:hover:after,
.node--type-portfolio.node--view-mode-project-single-wide .field--name-field-portfolio-url a:hover:after {
  color: #fff;
}
.node--type-portfolio.node--view-mode-full .field--name-field-portfolio-url a:after,
.node--type-portfolio.node--view-mode-project-single-wide .field--name-field-portfolio-url a:after {
  content: "\f061";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  color: #009fda;
  margin-left: 5px;
}
.node--type-portfolio.node--view-mode-full .max-image img,
.node--type-portfolio.node--view-mode-project-single-wide .max-image img {
  width: 100% !important;
  height: auto;
}
.node--type-portfolio.node--view-mode-project-single-wide .group-header {
  margin-bottom: 40px;
}
/*
====================================
Portfolio-grid-filter
====================================
*/
.grid-filter {
  text-align: center;
  margin-bottom: 20px;
}
.grid-filter ul.dexp-grid-filter {
  padding-left: 0;
}
.grid-filter ul.dexp-grid-filter li {
  display: inline-block;
  line-height: 24px;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
}
.grid-filter ul.dexp-grid-filter li a {
  text-decoration: none;
  border: 1px solid #F2F4F6;
  border-radius: 3px;
  color: #B9BEC3;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0px 0px 5px;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.grid-filter ul.dexp-grid-filter li a:hover {
  background-color: #009fda;
  color: #fff;
}
.grid-filter ul.dexp-grid-filter li a:focus {
  background-color: #009fda;
  color: #fff;
}
.grid-filter ul.dexp-grid-filter li a.active {
  background-color: #009fda;
  color: #fff;
}
div.carousel .carousel-control {
  text-shadow: white;
  z-index: 99;
}
div.carousel .carousel-control span {
  top: 50%;
  position: absolute;
  margin-top: -21px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
div.carousel .carousel-control.right {
  background: none;
}
div.carousel .carousel-control.right span:before {
  font-size: 20px;
  font-weight: 200;
}
div.carousel .carousel-control.right span {
  right: 0;
}
div.carousel .carousel-control.right:hover span {
  opacity: 1;
  right: 20px;
}
div.carousel .carousel-control.left {
  background: none;
}
div.carousel .carousel-control.left span:before {
  font-size: 20px;
  font-weight: 200;
}
div.carousel .carousel-control.left span {
  left: 0;
}
div.carousel .carousel-control.left:hover span {
  opacity: 1;
  left: 20px;
}
div.carousel:hover .right span {
  opacity: 1;
  right: 20px;
}
div.carousel:hover .left span {
  opacity: 1;
  left: 20px;
}
.control-bottom .dexp-slick-carousel .slick-slider {
  overflow: visible;
}
.control-bottom .dexp-slick-carousel .slick-arrow {
  top: auto;
  bottom: -75px;
  opacity: 1;
  border: 1px solid #D7DCE1;
  color: #D7DCE1;
  border-radius: 2px;
  font-size: 24px;
  height: 34px;
  width: 64px;
  line-height: 32px;
  text-indent: -9999;
  text-align: center;
  font-size: 0px;
}
.control-bottom .dexp-slick-carousel .slick-arrow:before {
  display: inline-block;
  font-family: FontAwesome;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 30px;
  color: #D7DCE1;
}
.control-bottom .dexp-slick-carousel .slick-arrow:hover {
  background-color: #009fda;
  border-color: #009fda;
  color: #fff;
}
.control-bottom .dexp-slick-carousel .slick-arrow.slick-next {
  right: 50%;
  margin-right: -68px;
}
.control-bottom .dexp-slick-carousel .slick-arrow.slick-next:before {
  content: "\f105";
}
.control-bottom .dexp-slick-carousel .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -68px;
}
.control-bottom .dexp-slick-carousel .slick-arrow.slick-prev:before {
  content: "\f104";
}
.block-portfolio-title .block-title {
  font-size: 26px !important;
  font-weight: 300 !important;
  margin: 80px 0px 0px !important;
}
.block-portfolio-title .block-subtitle {
  color: #B9BEC3;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 40px;
}
.node-dexp-portfolio img,
.view-latest-projects img {
  max-width: 100%;
  height: auto;
}
.shuffle .node-dexp-portfolio {
  margin-bottom: 30px;
}
.view-portfolio .node-dexp-portfolio .portfolio-title,
.view-latest-projects .node-dexp-portfolio .portfolio-title {
  color: #FFF;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.view-portfolio .node-dexp-portfolio .portfolio-title:before,
.view-latest-projects .node-dexp-portfolio .portfolio-title:before {
  border: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 10px;
  content: "";
  display: block;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.view-portfolio .node-dexp-portfolio .portfolio-title span,
.view-latest-projects .node-dexp-portfolio .portfolio-title span {
  text-align: center;
  width: 100%;
  top: 50%;
  position: absolute;
  margin-top: -10px;
  color: #fff;
  padding: 0 20px;
}
.view-portfolio .node-dexp-portfolio .portfolio-image,
.view-latest-projects .node-dexp-portfolio .portfolio-image {
  position: relative;
  overflow: hidden;
}
.view-portfolio .node-dexp-portfolio img,
.view-latest-projects .node-dexp-portfolio img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
}
.view-portfolio .node-dexp-portfolio .mediaholder,
.view-latest-projects .node-dexp-portfolio .mediaholder {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.view-portfolio .node-dexp-portfolio .portfolio-image-zoom,
.view-latest-projects .node-dexp-portfolio .portfolio-image-zoom {
  opacity: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.view-portfolio .node-dexp-portfolio .portfolio-image-zoom a,
.view-latest-projects .node-dexp-portfolio .portfolio-image-zoom a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -31px;
  margin-left: -31px;
  display: block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-size: 17px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(180deg) scale(1) skew(0) translate(0);
  -moz-transform: rotate(180deg) scale(1) skew(0) translate(0);
  -o-transform: rotate(180deg) scale(1) skew(0) translate(0);
  -ms-transform: rotate(180deg) scale(1) skew(0) translate(0);
  transform: rotate(180deg) scale(1) skew(0) translate(0);
  text-align: center;
}
.view-portfolio .node-dexp-portfolio:hover .portfolio-title,
.view-latest-projects .node-dexp-portfolio:hover .portfolio-title,
.view-portfolio .node-dexp-portfolio:hover .mediaholder,
.view-latest-projects .node-dexp-portfolio:hover .mediaholder {
  opacity: 1;
}
.view-portfolio .node-dexp-portfolio:hover .portfolio-image-zoom,
.view-latest-projects .node-dexp-portfolio:hover .portfolio-image-zoom {
  top: 0;
  opacity: 1;
}
.view-portfolio .node-dexp-portfolio:hover .portfolio-image-zoom a,
.view-latest-projects .node-dexp-portfolio:hover .portfolio-image-zoom a {
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.view-portfolio .node-dexp-portfolio:hover img,
.view-latest-projects .node-dexp-portfolio:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
}
.view-portfolio .view-header,
.view-latest-projects .view-header {
  margin: 80px 0 40px 0;
}
.view-portfolio .view-header h3,
.view-latest-projects .view-header h3 {
  color: #2D3237;
  font-family: "Raleway";
  font-size: 26px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
.view-portfolio .view-header p,
.view-latest-projects .view-header p {
  color: #B9BEC3;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
.view-portfolio img,
.view-latest-projects img {
  max-width: 100%;
  height: auto;
}
.view-portfolio .item-description,
.view-latest-projects .item-description {
  background-color: #F8FAFC;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin-top: -4px;
  padding: 20px 20px 5px;
  text-align: left;
}
.view-portfolio .item-description h5,
.view-latest-projects .item-description h5 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}
.view-portfolio .item-description h5 a,
.view-latest-projects .item-description h5 a {
  color: black;
}
.view-portfolio .item-description .description,
.view-latest-projects .item-description .description {
  color: #CCCCCC;
  font-size: 12px !important;
  font-style: italic;
  line-height: 19px;
}
.portfolio-filters {
  text-align: center;
  margin-bottom: 20px;
}
.portfolio-filters ul li {
  background: none repeat scroll 0 0 #FFFFFF;
  display: inline-block;
  line-height: 24px;
  overflow: hidden;
}
.portfolio-filters ul li a {
  border: 1px solid #F2F4F6;
  border-radius: 3px;
  color: #B9BEC3;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 5px 10px;
  transition: background-color 200ms ease-in-out 0s, color 200ms ease-in-out 0s;
}
.portfolio-filters ul li a.active,
.portfolio-filters ul li a:hover {
  background-color: #009fda;
  color: #fff;
}
div.dexp_carousel .carousel-control {
  text-shadow: white;
  z-index: 99;
}
div.dexp_carousel .carousel-control span {
  top: 50%;
  position: absolute;
  margin-top: -21px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
div.dexp_carousel .carousel-control.right {
  background: none;
}
div.dexp_carousel .carousel-control.right span {
  right: 0;
}
div.dexp_carousel .carousel-control.right:hover span {
  opacity: 1;
  right: 20px;
}
div.dexp_carousel .carousel-control.left {
  background: none;
}
div.dexp_carousel .carousel-control.left span {
  left: 0;
}
div.dexp_carousel .carousel-control.left:hover span {
  opacity: 1;
  left: 20px;
}
div.dexp_carousel:hover .right span {
  opacity: 1;
  right: 20px;
}
div.dexp_carousel:hover .left span {
  opacity: 1;
  left: 20px;
}
.home-featured .item-description {
  background: #FFF !important;
}
