
.showcase {
  padding-top: 150px; 
  padding-bottom: 150px;
}

.showcase.s2i {
  background-color: #f7f7f7;
}

.docker .showcase-image {
  direction: rtl;
}

.s2i .showcase-image {
  direction: ltr;
}


.devops .showcase-image {
  direction: rtl;
}

.showcase .row > div {
  height: 488px;
}

.showcase .showcase-image img {
  width: 800px !important;
  max-width: none;
  -webkit-box-shadow: 5px 11px 23px -2px rgba(10,10,10,0.3);
  -moz-box-shadow: 5px 11px 23px -2px rgba(10,10,10,0.3);
  box-shadow: 5px 11px 23px -2px rgba(10,10,10,0.3);
}

.showcase h2 {
  margin-top: 90px;
  margin-bottom: 45px;
  font-family: 'Multicolore';
  color: #e2403b;

  font-size: 31px;
  line-height: 35px;
  vertical-align: middle;
}

.showcase  p {
  color: #5b5b5b;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 1.4em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 47px;
}

.showcase p span {
  display: block;
  font-size: 14px;
  clear: both;
  line-height: 18px;
  padding: 15px;
}

.showcase h2 .glyphicon {
  padding-right: 15px;
  vertical-align: middle;
}

.showcase .video {
  background-color: rgba(0,0,0,0.8); 
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #606060;
  width: 300px;
  padding: 5px;
  margin-top: 15px;
  margin-left: 47px;
  color: #aaa;
  position: absolute;
  bottom: 20px;
  left: 5px;
  direction: ltr;
  cursor: pointer;
-webkit-box-shadow: 0px 0px 3px 1px rgba(96,96,96,0.75);
-moz-box-shadow: 0px 0px 3px 1px rgba(96,96,96,0.75);
box-shadow: 0px 0px 3px 1px rgba(96,96,96,0.75);
}

.showcase .video:hover {
  color: #fff;
  background-color: rgba(0,0,0, 0.9);
}
.showcase .video:hover .title {
  color: #fff;
}
.showcase .video:hover .caption {
  color: #fff;
}

.showcase.s2i .showcase-image .video {
  left: initial;
  right: 5px;
}

.showcase .video .glyphicon {
  font-size: 42px;
  margin-right: 10px;
}


.showcase .video p, .showcase .video span {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.showcase .video .title {
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto' sans-serif;
  position: absolute;
  bottom: 10px;
}

.showcase .video .caption {
  margin-top: 4px;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  font-family: 'Multicolore';
}

.showcase .video .caption span {
  vertical-align: top;
  display: inline-block;
  border-left: 1px solid #fff;
  font-weight: 300;
  position: relative;
  padding-left: 10px;
  left: 5px;
}

.showcase .video div {
  display: inline-block;
  vertical-align: top;
  height: 45px;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.showcase .showcase-content p:last-child a {
  display: inline;
  color: #fff;
  padding: 1px 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  .showcase-content {
    text-align: center;
  }

  .showcase .showcase-image img {
    width: 600px !important;
  }

  .showcase .row > div {
    height: 366px;
  }
  
  .showcase .video, .showcase.s2i .showcase-image .video {
    left: 180px;
  }
  
  .showcase .video .title {
    font-size: 12px;
  }

  .showcase {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .showcase .showcase-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.showcase .sub {
  display: inline-block;
  margin-top: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #606060;
  background-color: rgba(0,0,0,0.8);
  color: #ddd;
  padding: 15px;
  margin-left: 47px;
  margin-right: auto;
  width: auto;
}

.showcase .sub a {
  color: #ddd;
  text-decoration: underline;
  font-weight: 500;
}

.showcase .sub a:hover {
  color: #fff;
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  .showcase-content {
    text-align: center;
  }

  .showcase .showcase-image img {
    width: 600px !important;
  }

  .showcase .row > div {
    height: 366px;
  }

  .showcase .video {
    left: 290px;
  }

  .showcase.s2i .showcase-image .video {
    left: 290px;
  }

  .showcase .video .title {
    font-size: 12px;
  }

  .showcase {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .showcase .showcase-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* xs */
@media (max-width: 767px) {

  .showcase h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .showcase p {
    font-size: 17px;
    padding: 10px;
  }

  .pricing-area .section-head h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .pricing-area .single-pricing table, .overview .single-pricing table {
    width: auto;
  }

  .single-pricing .bottom p {
    width: auto;
  }

  .single-pricing .top img {
    display: none;
  }

  .single-pricing .bottom ul {
    width: auto;
  }

  .single-pricing .bottom {
    height: auto;
  }

  .single-pricing .top h4 {
    display: inline;
    padding: 0px;
  }
  .single-pricing .top {
    text-align: center;
  }


  .showcase-content {
    text-align: center;
  }

  .showcase .showcase-image img {
    width: 90% !important;
  }

  .showcase .row > div {
    height: auto;
  }
  
  .showcase .video, .showcase.s2i .showcase-image .video {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    bottom: 90px;
  }
  
  .showcase .video .title {
    font-size: 12px;
  }

  .showcase {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .showcase .showcase-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .showcase .sub {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/*
.showcase .showcase-content p:last-child a:first-child {
  background-color: #fdb902;
  border: 1px solid #fdb902;
  color: #313131;
}
.showcase .showcase-content p:last-child a:first-child:hover {
  background-color: #f0a602;
  border: 1px solid #f0a602;
}

.showcase .showcase-content p:last-child a:last-child {
  background-color: #3db39e;
  border: 1px solid #3db39e;
}
.showcase .showcase-content p:last-child a:last-child:hover {
  background-color: #2eaa91;
  border: 1px solid #2eaa91;
}

.showcase .showcase-content p:last-child {
  margin-top: 20px;
}
.showcase .showcase-content p:last-child, .showcase .showcase-content p:last-child span {
  font-size: 18px;
}
*/

