.button {
    background: #0897c3;
    font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
	 outline: none;
}
.g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
#t4-showcase .row{margin:0 0!important;}
.showcase.col-md-12{padding:0px!important;}
#t4-showcase .t4-section-inner.container-fluid {
  max-width: 90%;}
.g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 0.9rem!important;
}
.g-flexslider-showcase-item-image{border:none !important;}
 .g-flexslider {
	 margin: 0;
	 padding: 0;
	 list-style: none;
   font-family:'Muli';
}
 .g-flexslider > .g-flexslider-item-container {
	 margin: 0;
	 padding: 0;
	 float: left;
}
 .g-flexslider-item-container:not(:first-child) {
	 display: none;
}
 .g-flexslider-carousel-item-container {
	 display: none;
}
 .flex-control-nav, .flex-direction-nav {
	 margin: 0;
	 padding: 0;
	 list-style: none;
}
 .flex-pauseplay span {
	 text-transform: capitalize;
}
 .flexslider {
	 margin: 0;
	 padding: 0;
}
 .flexslider .g-flexslider-slideshow-slides > .g-flexslider-item-container {
	 display: none;
	 -webkit-backface-visibility: hidden;
}
 .flexslider .g-flexslider-slideshow-slides img {
	 width: 100%;
	 display: block;
}
 .flexslider .g-flexslider-slideshow-slides:after {
	 content: "\0020";
	 display: block;
	 clear: both;
	 visibility: hidden;
	 line-height: 0;
	 height: 0;
}
 html[xmlns] .flexslider .g-flexslider-slideshow-slides {
	 display: block;
}
 * html .flexslider .g-flexslider-slideshow-slides {
	 height: 1%;
}
 .no-js .flexslider .g-flexslider-slideshow-slides > .g-flexslider-slideshow-item-container:first-child {
	 display: block;
}
 .flexslider {
	 position: relative;
	 zoom: 1;
}
 .flexslider .g-flexslider-slideshow-slides {
	 zoom: 1;
}
 .flexslider .g-flexslider-slideshow-slides img {
	 height: auto;
}
 .flex-viewport {
	 max-height: 2000px;
	 -webkit-transition: all 1s ease;
	 -moz-transition: all 1s ease;
	 transition: all 1s ease;
}
 .loading .flex-viewport {
	 max-height: 300px;
}
 .carousel li {
	 margin-right: 5px;
}
 .flex-direction-nav {
	 *height: 0;
}
 .flex-direction-nav a {
	 text-decoration: none;
	 display: block;
	 margin: -25px 0 0;
	 position: absolute;
	 top: 50%;
	 z-index: 10;
	 overflow: hidden;
	 opacity: 1;
	 cursor: pointer;
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}
 .flex-direction-nav a:before {
	 font-family: FontAwesome;
	 font-size: 40px;
	 display: inline-block;
	 content: "\f104";
}
 .flex-direction-nav a.flex-next:before {
	 content: "\f105";
}
 .flex-direction-nav .flex-prev {
	 left: 1rem;
}
 .flex-direction-nav .flex-next {
	 right: 1rem;
	 text-align: right;
}
 .flexslider:hover .flex-direction-nav .flex-prev {
	 opacity: 0.7;
	 left: 1rem;
}
 .flexslider:hover .flex-direction-nav .flex-prev:hover {
	 opacity: 1;
}
 .flexslider:hover .flex-direction-nav .flex-next {
	 opacity: 0.7;
	 right: 1rem;
}
 .flexslider:hover .flex-direction-nav .flex-next:hover {
	 opacity: 1;
}
 .flex-direction-nav .flex-disabled {
	 opacity: 0 !important;
	 filter: alpha(opacity=0);
	 cursor: default;
}
 .flex-pauseplay a {
	 display: block;
	 width: 20px;
	 height: 20px;
	 position: absolute;
	 bottom: 5px;
	 left: 10px;
	 opacity: 0.8;
	 z-index: 10;
	 overflow: hidden;
	 cursor: pointer;
	 color: #000;
}
 .flex-pauseplay a:before {
	 font-family: "flexslider-icon";
	 font-size: 20px;
	 display: inline-block;
	 content: '\f004';
}
 .flex-pauseplay a:hover {
	 opacity: 1;
}
 .flex-pauseplay a.flex-play:before {
	 content: '\f003';
}
 .flex-control-nav {
	 width: 100%;
	 position: absolute;
	 bottom: 5%;
	 text-align: center;
}
 .flex-control-nav li {
	 margin: 0 6px;
	 display: inline-block;
	 zoom: 1;
	 *display: inline;
	 position: relative;
}
 .flex-control-nav > li a:before, .flex-control-paging > li a:before {
	 content: "";
	 border: 2px solid;
	 border-radius: 100%;
	 width: 16px;
	 height: 16px;
	 display: block;
	 position: absolute;
	 left: -4px;
	 top: -4px;
	 z-index: 1;
}
 .flex-control-paging li a {
	 width: 8px;
	 height: 8px;
	 margin: 2px;
	 display: block;
	 background: transparent;
	 cursor: pointer;
	 text-indent: -9999px;
	 border-radius: 100%;
	 position: relative;
	 z-index: 2;
}
 .flex-control-paging li a:hover {
	 background: #0897c3;
}
 .flex-control-paging li a.flex-active {
	 background: #0897c3;
	 cursor: default;
}
 .flex-control-thumbs {
	 margin: 5px 0 0;
	 position: static;
	 overflow: hidden;
}
 .flex-control-thumbs li {
	 width: 25%;
	 float: left;
	 margin: 0;
}
 .flex-control-thumbs img {
	 width: 100%;
	 height: auto;
	 display: block;
	 opacity: 0.7;
	 cursor: pointer;
	 -webkit-transition: all 1s ease;
	 -moz-transition: all 1s ease;
	 transition: all 1s ease;
}
 .flex-control-thumbs img:hover {
	 opacity: 1;
}
 .flex-control-thumbs .flex-active {
	 opacity: 1;
	 cursor: default;
}
 @media screen and (max-width: 860px) {
	 .flex-direction-nav .flex-prev {
		 opacity: 1;
		 left: 1rem;
	}
	 .flex-direction-nav .flex-next {
		 opacity: 1;
		 right: 1rem;
	}
}
 .g-flexslider-slideshow {
	 position: relative;
}
 .g-flexslider-slideshow .g-flexslider-slideshow-item {
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: top center;
}
 .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
	 text-align: center;
	 margin: auto;
	 padding: 10rem 2rem;
}
 .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
	 font-weight: 900;
	 font-size: 4rem;
	 line-height: 1;
	 text-transform: uppercase;
}
 @media only all and (min-width: 60rem) and (max-width: 74.99rem) {
	 .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
		 font-size: 3.5rem;
	}
}
 @media only all and (min-width: 48rem) and (max-width: 59.99rem) {
	 .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
		 font-size: 3rem;
	}
}
 @media only all and (max-width: 47.99rem) {
	 .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
		 font-size: 2rem;
	}
}
 .g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
	 font-size: 1.5rem;
	 margin-bottom: 1.5rem;
}
 @media only all and (min-width: 60rem) and (max-width: 74.99rem) {
	 .g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
		 font-size: 1.35rem;
	}
}
 @media only all and (min-width: 48rem) and (max-width: 59.99rem) {
	 .g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
		 font-size: 1.25rem;
	}
}
 @media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
	 .g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
		 font-size: 1.1rem;
		 width: 85%;
		 margin: 1rem auto;
		 min-height: 60px;
	}
}
 @media only all and (max-width: 30rem) {
	 .g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
		 font-size: 1.1rem;
		 width: 85%;
		 margin: 1rem auto;
		 min-height: 80px;
	}
}
 @media only all and (max-width: 47.99rem) {
	 .g-flexslider-slideshow .g-flexslider-slideshow-item-overlay {
		 background-position: top center !important;
	}
}
 html.touch .g-flexslider-slideshow .g-flexslider-slideshow-item-overlay {
	 background-position: top center !important;
}
 .g-flexslider-slideshow .flex-direction-nav a {
	 color: #fff;
	 opacity: 0.75;
}
 .g-flexslider-slideshow .flex-direction-nav a:hover {
	 opacity: 1;
}
 .g-flexslider-slideshow .flex-control-paging li a.flex-active {
	 background: #fff;
}
 .g-flexslider-testimonial {
	 position: relative;
}
 .g-flexslider-testimonial .g-flexslider-testimonial-item {
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: top center;
}
 .g-flexslider-testimonial .g-flexslider-testimonial-item-content-container {
	 background: -webkit-linear-gradient(bottom left, rgba(8, 151, 195, 0.75), rgba(8, 151, 195, 0.75));
	 background: linear-gradient(to top right, rgba(8, 151, 195, 0.75), rgba(8, 151, 195, 0.75));
}
 .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
	 text-align: center;
	 width: 60%;
	 margin: auto;
	 padding: 2rem;
}
 @media only all and (min-width: 60rem) and (max-width: 74.99rem) {
	 .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
		 width: 70%;
	}
}
 @media only all and (min-width: 48rem) and (max-width: 59.99rem) {
	 .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
		 width: 80%;
	}
}
 @media only all and (max-width: 47.99rem) {
	 .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
		 width: 90%;
	}
}
 .g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-content {
	 margin: 1rem auto 5rem auto;
}
 .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
	
	 font-weight: 900;
	 font-size: 4rem;
	 line-height: 1;
	 text-transform: uppercase;
}
 @media only all and (min-width: 60rem) and (max-width: 74.99rem) {
	 .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
		 font-size: 3.5rem;
	}
}
 @media only all and (min-width: 48rem) and (max-width: 59.99rem) {
	 .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
		 font-size: 3rem;
	}
}
 @media only all and (max-width: 47.99rem) {
	 .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
		 font-size: 2rem;
	}
}
 .g-flexslider-testimonial .g-flexslider-testimonial-item-desc {
	 font-family: Georgia;
	 font-style: italic;
	 font-size: 1.75rem;
	 margin-bottom: 1.5rem;
}
 @media only all and (min-width: 60rem) and (max-width: 74.99rem) {
	 .g-flexslider-testimonial .g-flexslider-testimonial-item-desc {
		 font-size: 1.65rem;
	}
}
 @media only all and (min-width: 48rem) and (max-width: 59.99rem) {
	 .g-flexslider-testimonial .g-flexslider-testimonial-item-desc {
		 font-size: 1.45rem;
	}
}
 @media only all and (max-width: 47.99rem) {
	 .g-flexslider-testimonial .g-flexslider-testimonial-item-desc {
		 font-size: 1.25rem;
	}
}
 .g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-image img {
	 border-radius: 100%;
	 margin-bottom: 1rem;
}
 .g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-name {
	 font-weight: 700;
}
 .g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-position {
	 font-style: italic;
}
 .g-flexslider-showcase {
	 position: relative;
}
 .g-flexslider-showcase .g-flexslider-showcase-item-content-container {
	 display: -webkit-box;
	 display: -moz-box;
	 display: box;
	 display: -webkit-flex;
	 display: -moz-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-flex-flow: row wrap;
	 -moz-flex-flow: row wrap;
	 flex-flow: row wrap;
	 -webkit-box-lines: multiple;
	 -moz-box-lines: multiple;
	 box-lines: multiple;
	 -webkit-flex-wrap: wrap;
	 -moz-flex-wrap: wrap;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -webkit-box-align: center;
	 -moz-box-align: center;
	 box-align: center;
	 -webkit-align-items: center;
	 -moz-align-items: center;
	 -ms-align-items: center;
	 -o-align-items: center;
	 align-items: center;
	 -ms-flex-align: center;
	 -webkit-box-pack: center;
	 -moz-box-pack: center;
	 box-pack: center;
	 -webkit-justify-content: center;
	 -moz-justify-content: center;
	 -ms-justify-content: center;
	 -o-justify-content: center;
	 justify-content: center;
	 -ms-flex-pack: center;
}
 .g-flexslider-showcase .g-flexslider-showcase-item-image, .g-flexslider-showcase .g-flexslider-showcase-item-content {
	 -webkit-box-flex: 0;
	 -moz-box-flex: 0;
	 box-flex: 0;
	 -webkit-flex: 0 0 auto;
	 -moz-flex: 0 0 auto;
	 -ms-flex: 0 0 auto;
	 flex: 0 0 auto;
	 width: 50%;
	 width: 50%;
}
 @media only all and (max-width: 47.99rem) {
	 .g-flexslider-showcase .g-flexslider-showcase-item-image, .g-flexslider-showcase .g-flexslider-showcase-item-content {
		 width: 100%;
	}
}
 .g-flexslider-showcase .g-flexslider-showcase-item-image {
	 overflow: hidden;
}
 .g-flexslider-showcase .g-flexslider-showcase-item-image img {
	 -webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 -ms-transform: scale(1.1);
	 -o-transform: scale(1.1);
	 transform: scale(1.1);
	 -webkit-transition: -webkit-transform 0.3s;
	 -moz-transition: -moz-transform 0.3s;
	 transition: transform 0.3s;
}
 .g-flexslider-showcase .g-flexslider-showcase-item-image:hover img {
	 -webkit-transform: scale(1);
	 -moz-transform: scale(1);
	 -ms-transform: scale(1);
	 -o-transform: scale(1);
	 transform: scale(1);
}
 .g-flexslider-showcase .g-flexslider-showcase-item-content {
	 padding: 0 5rem;
}
 @media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
	 .g-flexslider-showcase .g-flexslider-showcase-item-content {
		 padding: 2rem 0 1rem 0;
	}
}
 @media only all and (max-width: 30rem) {
	 .g-flexslider-showcase .g-flexslider-showcase-item-content {
		 padding: 2rem 1rem 1rem 1rem;
	}
}
 .g-flexslider-showcase .g-flexslider-showcase-item-title {
	 font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif ;
	 font-weight: 900;
	 font-size: 1rem;
	 line-height: 25px;
	 text-transform: uppercase;
	 position: relative;
	 padding-bottom: 1.5rem;
	 margin-bottom: 1rem;
}
 @media only all and (min-width: 60rem) and (max-width: 74.99rem) {
	 .g-flexslider-showcase .g-flexslider-showcase-item-title {
		 font-size: 2.75rem;
	}
}
 @media only all and (min-width: 48rem) and (max-width: 59.99rem) {
	 .g-flexslider-showcase .g-flexslider-showcase-item-title {
		 font-size: 2.5rem;
	}
}
 @media only all and (max-width: 47.99rem) {
	 .g-flexslider-showcase .g-flexslider-showcase-item-title {
		 font-size: 2rem;
	}
}
 .g-flexslider-showcase .g-flexslider-showcase-item-title:after {
	 position: absolute;
	 content: "";
	 background: #374045;
	 bottom: 0;
	 left: 0;
	 height: 5px;
	 width: 80px;
	 background: inherit;
}
 .dir-rtl .g-flexslider-showcase .g-flexslider-showcase-item-title:after {
	 left: inherit;
	 right: 0;
}
 .g-flexslider-showcase .g-flexslider-showcase-item-desc {
	 font-size: 1.25rem;
	 margin-bottom: 1.5rem;
}
 @media only all and (min-width: 60rem) and (max-width: 74.99rem) {
	 .g-flexslider-showcase .g-flexslider-showcase-item-desc {
		 font-size: 1.2rem;
	}
}
 @media only all and (min-width: 48rem) and (max-width: 59.99rem) {
	 .g-flexslider-showcase .g-flexslider-showcase-item-desc {
		 font-size: 1.15rem;
	}
}
 @media only all and (max-width: 47.99rem) {
	 .g-flexslider-showcase .g-flexslider-showcase-item-desc {
		 font-size: 1.1rem;
	}
}
 .g-flexslider-carousel-container {
	 position: relative;
}
 .g-flexslider-carousel-container .g-flexslider-carousel-item-image {
	 background: #fff;
	 position: relative;
	 cursor: pointer;
	 -webkit-transition: background 0.3s;
	 -moz-transition: background 0.3s;
	 transition: background 0.3s;
}
 .g-flexslider-carousel-container .g-flexslider-carousel-item-image * {
	 -moz-user-select: -moz-none;
	 -khtml-user-select: none;
	 -webkit-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 .g-flexslider-carousel-container .g-flexslider-carousel-item-image img {
	 cursor: pointer;
	 opacity: 0.35;
	 -webkit-transition: opacity 0.3s;
	 -moz-transition: opacity 0.3s;
	 transition: opacity 0.3s;
}
 .g-flexslider-carousel-container .g-flexslider-carousel-item-image:hover {
	 background: #0897c3;
}
 .g-flexslider-carousel-container .g-flexslider-carousel-item-image:hover .g-flexslider-carousel-item-image-preview-icon {
	 opacity: 1;
}
 .g-flexslider-carousel-container .flex-active-slide img {
	 opacity: 1;
}
 .g-flexslider-carousel-container .flex-active-slide .g-flexslider-carousel-item-image {
	 cursor: default;
}
 .g-flexslider-carousel-container .flex-active-slide .g-flexslider-carousel-item-image:hover .g-flexslider-carousel-item-image-preview-icon {
	 display: none;
}
 .g-flexslider-carousel-container .g-flexslider-carousel-item-image-preview-icon {
	 bottom: 0;
	 left: 0;
	 position: absolute;
	 right: 0;
	 top: 0;
	 opacity: 0;
	 z-index: 10;
	 -webkit-transition: opacity 0.3s;
	 -moz-transition: opacity 0.3s;
	 transition: opacity 0.3s;
}
 .g-flexslider-carousel-container .g-flexslider-carousel-item-image-preview-icon span {
	 color: #fff;
	 font-size: 2rem;
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 -webkit-transform: translate3d(-50%, -50%, 0px);
	 -moz-transform: translate3d(-50%, -50%, 0px);
	 -ms-transform: translate3d(-50%, -50%, 0px);
	 -o-transform: translate3d(-50%, -50%, 0px);
	 transform: translate3d(-50%, -50%, 0px);
}
 .dir-rtl .flexslider {
	 direction: rtl;
}
 .dir-rtl .carousel li {
	 margin-right: 0;
	 margin-left: 5px;
}
 .dir-rtl .flex-direction-nav {
	 *height: 0;
}
 .dir-rtl .flex-direction-nav a:before {
	 content: '\f105';
}
 .dir-rtl .flex-direction-nav a.flex-next:before {
	 content: '\f104';
}
 .dir-rtl .flex-direction-nav .flex-prev {
	 left: auto;
	 right: 1rem;
}
 .dir-rtl .flex-direction-nav .flex-next {
	 right: auto;
	 left: 1rem;
	 text-align: left;
}
 .dir-rtl .flexslider:hover .flex-direction-nav .flex-prev {
	 opacity: 0.7;
	 left: auto;
	 right: 1rem;
}
 .dir-rtl .flexslider:hover .flex-direction-nav .flex-next {
	 opacity: 0.7;
	 right: auto;
	 left: 1rem;
}
 .dir-rtl .flex-pauseplay a {
	 left: auto;
	 right: 10px;
}
 .dir-rtl .flex-control-thumbs li {
	 float: right;
}
 @media screen and (max-width: 860px) {
	 .dir-rtl .flex-direction-nav .flex-prev {
		 left: auto;
		 right: 1rem;
	}
	 .dir-rtl .flex-direction-nav .flex-next {
		 right: auto;
		 left: 1rem;
	}
}
 .g-flexslider-slideshow-item-content {
	 text-align: center;
	 margin: auto;
	 padding: 10rem 2rem;
}
 @media only all and (min-width: 60rem) and (max-width: 74.99rem) {
	 .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
		 padding: 9.5rem 2rem;
	}
}
 @media only all and (min-width: 48rem) and (max-width: 59.99rem) {
	 .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
		 padding: 8.5rem 1.5rem;
	}
}
 @media only all and (max-width: 47.99rem) {
	 .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
		 padding: 8rem 1rem;
	}
}
 .splbutton.button-3:hover, .splbutton.button-3:active, .splbutton.button-3:focus {
    border: 2px solid #055e7a;
    color: #055e7a !important;
}
.splbutton.button-3 {
    border-radius: 2rem;
    color: #0897c3 !important;
    border: 2px solid #0897c3;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; background:transparent!important;

}
.splbutton {
    display: inline-block;
   font-weight: 700 !important;
    background: #0897c3;
    color: #fff !important;
    font-size: 1rem;
    text-transform: uppercase;
    border: 2px solid transparent;
    margin: 0 0 0.5rem 0;
    padding: 0.5rem 1.5rem;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}.splbutton {
    background: #0897c3;
    font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
.splbutton.addtocarthhs{   color: #98b656 !important;
    border: 2px solid #98b656!important;}
.splbutton:hover{text-decoration:none!important;}

.g-flexslider-showcase .g-flexslider-showcase-item-image, .g-flexslider-showcase .g-flexslider-showcase-item-content {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 49%;
    color: #222;
    margin-top: 20px;
}
.g-flexslider-showcase .g-flexslider-showcase-item-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    margin-top: 30px;
    width: 40%;
}
.g-flexslider-showcase .g-flexslider-showcase-item-image, .g-flexslider-showcase .g-flexslider-showcase-item-content {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 49%;
    color: #222;
    margin-top: 20px;
}
