/* **************** */
/* Orsol Image Box */
/**************** */
.wpb_wrapper > div.orsol_image_box {
  margin-bottom: 0;
}

.orsol_image_box {
  position: relative;
  line-height: 0;
}
.orsol_image_box a {
  display: block;
}
.orsol_image_box a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  background: rgba(0, 0, 0, .15);
}
.orsol_image_box:hover a:after {
  filter: alpha(opacity=100);
  opacity: 100;
}
.orsol_image_box .title_wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2D2D2D;
}
.orsol_image_box .title_wrapper h2 {
  margin: 0;
  padding: 5px 10px;
  position: relative;
  bottom: 0;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: bold;
}

.orsol_image_box a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.orsol_image_box .ribbon {
  position: absolute;
  top: 0;
  padding: 15px;
  z-index: 2;
}

.orsol_image_box .ribbon.new {
  background: rgba(38,166,91,0.7);
  left: 0;
}

.orsol_image_box .ribbon.sale {
  background: rgba(255,0,0,0.5);
  right: 0;
}

.orsol_image_box .ribbon span {
  color: white;
  font-weight: bold;
}


/* ******************* */
/* Idewan breadcrumbs */
/******************* */
.wpb_wrapper > div.idw_breadcrumbs {
  margin-bottom: 0;
}

.idw_breadcrumbs ul.breadcrumbs {
  display: block;
  width: 30%;
  margin: 1px 0 0;
  font-size: 1em !important;
  float: right;
  text-align: right;
  width: 100%;
}

.idw_breadcrumbs ul.breadcrumbs li {
  display: inline-block;
}

.idw_breadcrumbs ul.breadcrumbs li,
.idw_breadcrumbs ul.breadcrumbs li a {
  color: rgba(0, 0, 0, .3);
}

.idw_breadcrumbs ul.breadcrumbs li a:hover {
  color: rgba(0, 0, 0, .6);
}

.idw_breadcrumbs ul.breadcrumbs li a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.idw_breadcrumbs ul.breadcrumbs li span {
  margin: 0 10px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.idw_breadcrumbs.align-left .breadcrumbs {
  text-align: left;
}

.idw_breadcrumbs.align-right .breadcrumbs {
  text-align: right;
}

.idw_breadcrumbs.align-center .breadcrumbs {
  text-align: center;
}

/* ************ */
/* Orsol Modal */
/************ */
.wpb_wrapper > div.orsol_modal_trigger {
  margin-bottom: 0;
}

/* Trigger */
.orsol_modal_trigger {
  position: relative;
  line-height: 0;
}
.orsol_modal_trigger > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  background: rgba(0, 0, 0, .15);
}
.orsol_modal_trigger:hover > a:after {
  filter: alpha(opacity=100);
  opacity: 100;
}
.orsol_modal_trigger:hover > a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.orsol_modal_trigger .title_wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2D2D2D;
}
.orsol_modal_trigger .title_wrapper h2 {
  margin: 0;
  padding: 5px 10px;
  position: relative;
  bottom: 0;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: bold;
}

/* Backdrop - Overlay */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #2D2D2D;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* Modal */
.orsol_modal.modal-open {
  overflow: hidden;
}
.orsol_modal.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  margin: 0;
  padding: 0;
}
.orsol_modal.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.orsol_modal.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.orsol_modal.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.orsol_modal .modal-dialog {
  position: relative;
  width: 66%;
  margin: 30px auto;
}
.orsol_modal .modal-content {
  position: relative;
  color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}

.orsol_modal .modal-header {
  text-align: center;
}
.orsol_modal .modal-header img {
  border: 3px solid #ffffff;
}
.orsol_modal .modal-body {
  position: relative;
  padding: 15px 40px;
}
.orsol_modal .modal-body * {
  color: #ffffff;
}
.orsol_modal .modal-footer {

}
.orsol_modal .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.orsol_modal .close {
  float: right;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  top: 20px;
  right: 20px;
}
.orsol_modal .close:hover,
.orsol_modal .close:focus {
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.orsol_modal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}



/* ************************* */
/* Orsol Modal (Références) */
/************************* */
.orsol_modal_ref .desc_ref {
  margin: 10px 0;
  padding: 0;
}
.orsol_modal_ref .desc_ref li {
  margin: 0;
  padding: 0;
}

.orsol_modal_ref .flexslider {
  background: none;
  border: none;
}
.orsol_modal_ref .flexslider .slides img {
  width: auto;
  display: inline-block;
}
.orsol_modal_ref .flex-direction-nav a {
  padding: 20px;
  font-size: 0px;
}

.orsol_modal_trigger .desc_wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2D2D2D;
}
.orsol_modal_trigger .desc_wrapper ul {
  margin: 10px 0;
  padding: 0;
}
.orsol_modal_trigger .desc_wrapper ul li {
  margin: 0;
  padding: 0 20px;
  position: relative;
  bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: bold;
}
