/* 
 * 	Core Vision Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.singleBlog .full-width {
    width: 100%;
}
.columnHero {
	  max-width: 300px;
	/*height: 465px;*/
  	color: #222;
	padding:0px 1%;
	display: inline-block;
	vertical-align: top;
	text-align:center;
}
.TwoColBlog .columnHero {
    max-width: 435px;
}
.twoCasestudy .columnHero{max-width: 419px;width: 98%;}

.columnHero  .blogdescpost{ height:110px; overflow:hidden;}

.columnHeroImage {
	position: relative;
	line-height: 0;
}
.columnHeroImage img {
	max-height:241px;
	max-width:100%;

}

.twoCasestudy .columnHeroImage img {
	max-height:none;
	max-width:none;
	 width:100%;
	margin: 25px 0 0 0px;
}

.columnHeroImage>div {
 
  width: 100%;
}
.columnHero h2 {
	margin:30px 0px 15px;
	font-size:24px;
	line-height: 28px;
	font-family: "BentonSansRegular", Calibri, Franklin Gothic Book;
	font-weight:normal;
	color:#008fd3;
}
.columnHero h2 a {
    color: #008fd3;
}
.columnHeroCopy {
	position: relative;/*height: 220px;*/
}
.columnHeroCopy p {
	font-size: 14px;
	margin:0px;
	line-height: 22px;
	color:#444444;
	font-family: "BentonSansRegular", Calibri, Franklin Gothic Book;
}
 
.columnHeroCopy img {
	float: left;
	margin-right: 10px;
}

 
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	color: #FFF;
	zoom: 1;
	margin: 5px;
	padding: 20px 0 20px 0px;
	font-size: 12px;
	width:40px;
	height:60px;
	text-indent: -9999px;
	background: url(/etc/designs/sep1dx/images/social-arrow_left.png) no-repeat center center;
	background-size: 35px;
	float: left;
	left: -62px;
	position: relative;
	z-index:99;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	color: #FFF;
	zoom: 1;
	margin: 5px;
	padding: 20px 0 20px 0px;
	font-size: 12px;
	width:40px;
	height:60px;
	text-indent: -9999px;
	background:  url(/etc/designs/sep1dx/images/social-arrow_right.png) no-repeat center center;
	background-size: 35px;
	float: right;
	display: block;
	right: -62px;
	position: relative;
	z-index:99;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	padding:40px 0px;
    float: left;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index:1;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
	text-align:center;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
 
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/*
* 	Vision Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	margin: 20px 0 0;
	text-align: center;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
 

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ccc;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background:#666666;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
}
.owl-buttons {
	position: absolute;
	top:30%;
	width: 100%;
}
 
 .full-width{
	max-width:80%;
	float:left;
	padding:70px 7% 70px 13%;
}
.full-width-contant .blogdescpost{
	height:auto;
}
.full-width p{
	/*float:left;*/
	text-align:left;
}
.full-width-contant{
	float:right; width:58%; text-align:left; padding-top:5px;
}

.full-width .columnHeroImage{
	float:left;
	max-width:241px;
}
.full-width-contant .LinkBtn{
	float:left;
	text-align:left;
}
.full-width-contant ul {
    padding-left: 10%;
    width: 90%;
}

.full-width-contant ul li {
    float: left;
    width: 100%;
    padding: 5px 0px;
    font-size: 14px;
    color: #444444;
}
 @media only screen and (max-width:1100px) {
	 

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	color: #FFF;
	zoom: 1;
	margin: 5px;
	padding: 20px 0 20px 0px;
	font-size: 12px;
	width:40px;
	height:60px;
	text-indent: -9999px;
	background: url(/etc/designs/sep1dx/images/social-arrow_left.png) no-repeat center center;
	background-size: 25px;
	float: left;
	left: -28px;
	position: relative;
	z-index:99;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	color: #FFF;
	zoom: 1;
	margin: 5px;
	padding: 20px 0 20px 0px;
	font-size: 12px;
	width:40px;
	height:60px;
	text-indent: -9999px;
	background:  url(/etc/designs/sep1dx/images/social-arrow_right.png) no-repeat center center;
	background-size: 25px;
	float: right;
	display: block;
	right: -28px;
	position: relative;
	z-index:99;
}
	 
 }

 @media only screen and (max-width:767px) {

.singleBlog .full-width {
    max-width: 100%;
    float: left;
    padding: 70px 0;
}

.singleBlog .full-width .columnHeroImage {
    float: none;
    width: 100%;
    max-width: 100%;
}

.singleBlog .full-width-contant {
    float: right;
    width: 100%;
    text-align: left;
    padding-top: 5px;
}

.singleBlog .full-width-contant .LinkBtn {
    float: left;
    text-align: center;
}

.full-width p {
    text-align: center;
}
.owl-theme .owl-controls .owl-page span {

    width: 10px;
    height: 10px;
    margin: 5px 3px;

}

}

 @media only screen and (max-width:500px) {

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background-size: 20px;
 left: -35px; 
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
   background-size:20px;
  right: -35px; 
}
}

