/* CSS */

.tx-slider.tx-el-slider .tx-slider-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dialog-type-lightbox {
	z-index: 300010;
}


/* portfolio Shortcode css Starts */


.tx-col-1-2 {
	width: 50%;
	display: block;
	float: left;
}
.tx-col-1-3 {
	width: 33.3%;
}
.tx-col-2-3 {
	width: 66.6%;
}
.tx-col-1-4 {
	width: 25%;
}

.tx-post-row {
	display: block;
	position: relative;
	clear: both;
	width : 100%;
	width: calc(100% + 32px);
	margin-left: -16px;
	margin-right: -16px;
}

.tx-post-row.folio-style-gallery {
	width : 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.tx-post-row:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;
}

.tx-post-col-1 {
	display: block;
	float: none;
	padding-right: 16px;
	padding-left: 16px;
	width: 100%;
}
.tx-post-col-2 {
	display: block;
	float: left;
	padding-left: 16px;
	padding-right: 16px;	
	width: 50%;
}
.tx-post-col-3 {
	display: block;
	float: left;
	padding-left: 16px;
	padding-right: 16px;	
	width: 33.33%;
}
.tx-post-col-4 {
	display: block;
	float: left;
	padding-left: 16px;
	padding-right: 16px;	
	width: 25%;
}

.tx-post-row.folio-style-gallery .tx-portfolio-item {
	padding: 0px;
	/* overflow: hidden; */
}

.tx-carousel .tx-post-col-1,
.tx-carousel .tx-post-col-2,
.tx-carousel .tx-post-col-3,
.tx-carousel .tx-post-col-4 {
	width: auto;
}

.tx-post-row .tx-portfolio-item .tx-border-box {
	padding-bottom: 32px;
}

.folio-style-gallery.tx-post-row .tx-portfolio-item .tx-border-box {
	padding-bottom: 0px;
}

.tx-post-row .tx-folio-title {
	font-size: 24px;
	font-weight: 500;
	margin: 12px 0px;
	margin-bottom: 2px;
}

.tx-post-row .tx-folio-title a,
.tx-post-row .tx-folio-title a:visited {
	color: #565656;
	text-decoration: none;
}

.tx-folio-category {
	display: block;
	color: #999;
	font-size: 12px;
	margin-bottom: 16px;
}

.folio-style-gallery.tx-post-row .tx-folio-title {
	position: absolute;
	left: 12px;
	bottom: -20px;
	margin-bottom: 0px;
	opacity: 0;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.4s;	
}

.folio-style-gallery.tx-post-row .tx-folio-title a,
.folio-style-gallery.tx-post-row .tx-folio-title a:visited {
	color: #FFFFFF;
}

.folio-style-gallery.tx-post-row .tx-folio-category {
	color: #ddd;
	position: absolute;
	left: 12px;
	bottom: -32px;
	margin-bottom: 0px;
	opacity: 0;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.6s;		
}

.folio-style-gallery.tx-post-row .tx-portfolio-item:hover .tx-folio-title {
	bottom: 32px;
	opacity: 1;
}

.folio-style-gallery.tx-post-row .tx-portfolio-item:hover .tx-folio-category {
	bottom: 12px;
	opacity: 1;
}

.tx-post-row a.moretag,
.tx-post-row a.moretag:visited {
	display: block;
	clear: both;
	text-align: right;
	text-decoration: none;
	padding-top: 6px;
	font-size: 12px;
}

.tx-post-row a.moretag:hover {
	text-decoration: underline;
}

.tx-post-row .tx-border-box .tx-folio-img {
	overflow: hidden;
}

.tx-post-row .tx-portfolio-item img.folio-img {
	width: 100%;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.0s;	
}

.tx-post-row .tx-portfolio-item:hover img.folio-img {
	transform: scale(1.1);
}

.tx-folio-img,
.tx-folio-img-wrap {
	position: relative;
}

.tx-folio-img .folio-links {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	overflow: hidden;
	
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.0s;
	
	bottom: -64px;
	z-index: 101;
	visibility: hidden;
}

.folio-style-gallery .tx-folio-img .folio-links {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	bottom: 0px;
	background-color: rgba(0,0,0,0.0);	
	
	-webkit-box-shadow: inset 0px 0px 126px 2px rgba(0,0,0,0.0);
	-moz-box-shadow: inset 0px 0px 126px 2px rgba(0,0,0,0.0);
	box-shadow: inset 0px 0px 126px 2px rgba(0,0,0,0.0);
	
}

.tx-folio-img:hover .folio-links {
	bottom: 0px;
	visibility: visible;
}

.folio-style-gallery .tx-portfolio-item:hover .tx-folio-img .folio-links {
	background-color: rgba(0,0,0,0.0);
	bottom: 0px;
	visibility: visible;
	
	-webkit-box-shadow: inset 0px 0px 72px 2px rgba(0,0,0,0.32);
	-moz-box-shadow: inset 0px 0px 72px 2px rgba(0,0,0,0.32);
	box-shadow: inset 0px 0px 72px 2px rgba(0,0,0,0.32);	
}

.tx-folio-img .folio-links .folio-linkico,
.tx-folio-img .folio-links .folio-zoomico {
	display: inline-block;
	height: 32px;
	width: 32px;
	background-color: #666;
	color: #FFF;
	text-align: center;
	line-height: 32px;
	margin: auto 2px;
	border-radius: 3px;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.3s;
}

.folio-style-gallery .tx-folio-img .folio-links span,
.folio-style-gallery .tx-folio-img .folio-links span {
	display: block;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -22px;
}

.folio-style-gallery .folio-head {
	display: block;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 0px 12px;
	z-index: 102;
}

.folio-style-gallery .tx-border-box .folio-head {
	background-color: #676767;
	height: 0px;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.0s;	
}

.folio-style-gallery .tx-border-box:hover .folio-head {
	background-color: #676767;
	height: 72px;
}

.folio-style-gallery .tx-post-row .tx-folio-title a, 
.folio-style-gallery .tx-post-row .tx-folio-title a:visited {}

.folio-style-gallery .tx-folio-category {}

.tx-folio-img .folio-links .folio-linkico {
	margin-right: 64px;
	opacity: 0;
}
.tx-folio-img .folio-links .folio-zoomico {
	margin-left: 64px;
	opacity: 0;
}

.tx-folio-img:hover .folio-links .folio-linkico,
.folio-style-gallery .tx-portfolio-item:hover .tx-folio-img .folio-links .folio-linkico {
	margin-right: 2px;
	opacity: 1;
}
.tx-folio-img:hover .folio-links .folio-zoomico,
.folio-style-gallery .tx-portfolio-item:hover .tx-folio-img .folio-links .folio-zoomico {
	margin-left: 2px;
	opacity: 1;
}

.tx-folio-img .folio-links .folio-linkico {}
.tx-folio-img .folio-links .folio-zoomico {
	transition-delay: 0.5s;			
}

.tx-subtitle {
	font-size: 20px;
	font-weight: 500;
}

.tx-blog-img {
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
}

.tx-blog-imgpad {
	height: 16px;
}

.tx-blog .tx-blog-item {
	margin-bottom: 32px;
}

.tx-blog-item .blog-image {
	width: 100%;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.0s;		
}

.tx-blog-item .blog-image:hover {
	transform:scale(1.04);
}

.tx-blog-item .tx-blog-img::after {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	content: " ";
	z-index: 103;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.0s;			
	-webkit-box-shadow: inset 0px 0px 126px 2px rgba(0,0,0,0.0);
	-moz-box-shadow: inset 0px 0px 126px 2px rgba(0,0,0,0.0);
	box-shadow: inset 0px 0px 126px 2px rgba(0,0,0,0.0);
	
}

.tx-blog-item:hover .tx-blog-img::after {
	-webkit-box-shadow: inset 0px 0px 72px 2px rgba(0,0,0,0.32);
	-moz-box-shadow: inset 0px 0px 72px 2px rgba(0,0,0,0.32);
	box-shadow: inset 0px 0px 72px 2px rgba(0,0,0,0.32);	
}

.tx-blog-item .tx-blog-img .txpost-links {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 105;	
}

.tx-blog-item .tx-blog-img .txpost-links span {
	display: block;
	position: absolute;
	top: 50%;
	top: calc( 50% - 16px );
	left: 0px;
	width: 100%;
	height: 32px;
	text-align: center;
}

.tx-blog-item .tx-blog-img .txpost-links span .txpoxt-linkico,
.tx-blog-item .tx-blog-img .txpost-links span .txpoxt-zoomico {
	display: inline-block;
	margin: 1px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	position: relative;
	
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.0s;		
		
}


.tx-blog-item .tx-blog-img .txpost-links span .txpoxt-linkico {
	margin-right: 48px;
	margin-left: auto;
	opacity: 0;
}
.tx-blog-item .tx-blog-img .txpost-links span .txpoxt-zoomico {
	margin-left: 48px;
	margin-right: auto;
	opacity: 0;	
}
.tx-blog-item .tx-blog-img:hover .txpost-links span .txpoxt-linkico {
	margin-left: 1px;
	margin-right: 1px;
	opacity: 1;
}
.tx-blog-item .tx-blog-img:hover .txpost-links span .txpoxt-zoomico {
	margin-right: 1px;
	margin-left: 1px;
	opacity: 1;
}

.tx-blog-item .tx-blog-img .txpost-links span .txpoxt-linkico i,
.tx-blog-item .tx-blog-img .txpost-links span .txpoxt-zoomico i {}


.tx-blog .tx-blog-item .tx-post-title {
	padding: 0px;
	margin: 0px;
	padding-bottom: 4px;
}

.tx-blog .tx-blog-item  h3.tx-post-title a {
	color: #565656;
	font-weight: 500;
	text-decoration: none;
}
.tx-category {
	margin-bottom: 16px;
	font-size: 12px;	
	color: #999;	
}

.tx-category a {
	text-decoration: none;
}

.tx-category a:not(:hover) {
	color: #999;
}

.tx-blog .read-more {
	display: block;
	padding: 12px 0px 6px 0px;
}

.tx-blog .read-more a.more-link {
	font-weight: 600;
}

.tx-blog .read-more a.more-link:hover {
	font-weight: 600;
	color: #333;
}

.tx-meta {
	padding-top: 8px;
	font-size: 11px;
	color: #999;
}

.tx-post-content {
	padding: 0px 32px 32px 32px;
}

.tx-blog .tx-blog-item .tx-border-box {
	border: 1px solid #e7e7e7;
}

.tx-post-comm {
	display: inline-block;
	position: relative;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	color: #FFFFFF;
	padding-left: 4px;
	margin-left: 12px;	
}

.tx-post-comm span {
	display: block;
	position: relative;
	height: 24px;
	width: 24px;
	text-align: center;
	z-index: 107;
}

.tx-post-comm:after { 
   content: '\f075';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px;
   text-decoration:none;
   height: 24px;
   line-height: 24px;
   font-size: 24px;
   position: absolute;
   left: 0px;
   top: 0px;
   color: #999;
   z-index: 106;
   width: 32px;
   text-align: center;
}

/* testimonials */
.entry-content .owl-theme .owl-controls .owl-page span {
	background-color: rgba(0,0,0,0.5);
}

.tx-testimonials {
	display: block;
	padding: 32px;
	background-color: #CCC;
}

.tx-testimonials {
	display: block;
	padding: 32px;
	padding-top: 56px;
	background-color: #f7f7f7;
}

.tx-testimonials:after {
	position: absolute;
	left: calc(50% - 15px);
	top: 16px;
	content: "\f10d";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 32px;
	width: 32px;
	text-align: center;
	color: #999;	
}

.tx-testimonials .tx-testi-item {
	text-align: center;
}

.tx-testimonials .tx-testi-name {
	display: block;
	font-weight: 700;
	color: #666;
	padding-top: 16px;
}
.tx-testimonials .tx-testi-desig {
	display: inline-block;
	font-size: 12px;
	color: #999;
	padding-right: 6px;
}
.tx-testimonials .tx-testi-org {
	display: inline-block;
	font-size: 12px;
	color: #999;	
}

@media (min-width: 1200px) {
	.tx-fullwidthrow .tx-fw-content .tx-testi-item {
		margin-left: 64px;
	}	
}



/* tx Button */
.tx-carousel .owl-controls .owl-buttons .owl-prev,
.tx-carousel .owl-controls .owl-buttons .owl-next  {
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.0s;
}


/* owl carousel */
.tx-carousel .owl-controls .owl-buttons .owl-prev {}

.tx-carousel .owl-controls .owl-buttons {
	position: absolute;
	width: 100%;
	top: 50%;
	top: calc(50% - 40px);
	left: 0px;
}
.tx-carousel .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: 48px;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;	
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	border-radius: 0px 3px 3px 0px;
	opacity: 0;
}
.tx-carousel .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 48px;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	border-radius: 3px 0px 0px 3px;
	opacity: 0;
}


.tx-carousel:hover .owl-controls .owl-buttons .owl-prev {
	left: 16px;
	opacity: 1;
}
.tx-carousel:hover .owl-controls .owl-buttons .owl-next {
	right: 16px;
	opacity: 1;
}


.tx-carousel .owl-controls .owl-buttons .owl-prev span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;	
	color: #fff;
}
.tx-carousel .owl-controls .owl-buttons .owl-next span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

/**/
.nx-paging {
	display: block;
	clear: both;
	text-align: center;
	margin: 16px 0px;
}

.nx-paging .nx-paging-inner {
	display: inline-block;
	margin: 0px auto;
}

.nx-paging > div.nx-paging-inner > a,
.nx-paging > div.nx-paging-inner > a:visited,
.nx-paging > div.nx-paging-inner > span {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0px 10px;
	border: 1px solid #d7d7d7;
	text-decoration: none;
	color: #999999;
}

.nx-paging > div.nx-paging-inner > span {
	color: #CCC;
	border: 1px solid #e7e7e7;
}

.nx-paging > div.nx-paging-inner > a:hover {
	background-color: #e7e7e7;
	color: #373737;
}


/*
* Slider
*/

.tx-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.tx-slider img {
	width: 100%;
	max-width: 100%;
}

.tx-slider .owl-controls {
}

.tx-slider-item {
	background-color: #E6E6E6;
}

.tx-slider .owl-controls .owl-buttons {
	position: absolute;
	top: 45%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	z-index: 102;
}


.tx-slider .owl-controls .owl-buttons .owl-next,
.tx-slider .owl-controls .owl-buttons .owl-prev {
	display: block;
	height: 56px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
	background-color: rgba(0,0,0,0.36);
	position: absolute;
	left: 0px;
	top: 0px;

	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.0s;	
}


.tx-slider .owl-controls .owl-buttons .owl-next {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-left: -100px;		
}

.tx-slider .owl-controls .owl-buttons .owl-prev {
	left: auto;
	right: 0px;
	top: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-right: -100px;
}


.tx-slider .owl-controls .owl-buttons .owl-next span,
.tx-slider .owl-controls .owl-buttons .owl-prev span {
	line-height: 56px;
}

.tx-slider:hover .owl-controls .owl-buttons .owl-next {
	margin-left: 0px;
}

.tx-slider:hover .owl-controls .owl-buttons .owl-prev {
	margin-right: 0px;
}

.tx-slider .owl-wrapper .tx-slider-box {
	position: relative;
}

.tx-slider .owl-wrapper .tx-slide-content {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	z-index: 304;
	text-align: left;
}

.tx-slider .owl-wrapper .tx-slide-content .tx-slide-content-inner {
	display: block;
	position: relative;
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	padding: 0px 36px;
	z-index: 305;
	
	top: 45%;
	transform: translateY(-50%);	
}

.tx-slide-title {
	display: inline-block;
	font-weight: 500;
	font-size: 48px;
	padding: 8px 16px;
	color: #FFF;
	background-color: rgba(0,0,0,0.36);
	margin-bottom: 12px;
	visibility: hidden;
}

.tx-slide-details p {
	display: inline-block;	
	padding: 8px 16px;
	color: #FFF;
	background-color: rgba(0,0,0,0.4);
	max-width: 50%;
	margin-bottom: 12px;
	visibility: hidden;
}

.tx-slide-button {
	visibility: hidden;
}

.tx-slider .tx-slide-button a,
.tx-slider .tx-slide-button a:visited {
	display: inline-table;
	padding: 12px 16px;
	background-color: #575757;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

.tx-slider .tx-slide-button a:hover {
	text-decoration: none;
	background-color: #575757!important;			
}

.owl-item .tx-slide-title {
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.2s;
	opacity: 0;
}

.owl-item .tx-slide-details p {
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.5s;
	opacity: 0;
	margin-left: 120px;
}

.tx-slider .owl-item .tx-slide-button {
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: .3s;
	margin-top: 80px;
	opacity: 0;	
}

.owl-item.active .tx-slide-title {
	visibility: visible;
	opacity: 1;	
}

.owl-item.active .tx-slide-details p {
	visibility: visible;
	opacity: 1;
	margin-left: 0px;
}

.tx-slider .owl-item.active .tx-slide-button {
	visibility: visible;
	margin-top: 0px;
	opacity: 1;	
}

.tx-slider .owl-pagination {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 12px;
	left: 0px;
	text-align: center;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: .0s;	
	opacity: 0;
}

.tx-slider:hover .owl-pagination {
	opacity: 1;
}

.tx-slider .owl-pagination .owl-page {
	display: inline-block;
	margin: 0px 4px;
}

.tx-slider .owl-pagination .owl-page span {
	display: block;
	background-color: rgba(0,0,0,0.4);
	height: 12px;
	width: 12px;
	border-radius: 6px;
}

.tx-slider .owl-pagination .owl-page.active span {
	background-color: rgba(0,0,0,0.8);	
}

.tx-slider .owl-controls {
}

.portfolio .entry-thumbnail.tx-slider .owl-controls {
	top: 45%;
	height: auto;
}

.portfolio .entry-thumbnail.tx-slider .owl-controls .owl-pagination {
	display: none;
}


.tx-slider.shadow .tx-slide-title {
	background: transparent-color: rgba(0, 0, 0, 0.0);;
	background: transparent;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);	
}

.tx-slider.shadow .tx-slide-details p {
	background: transparent-color: rgba(0, 0, 0, 0.0);;
	background: transparent;	
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);	
}

.tx-slider.shadow .tx-slide-button a {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);	
}


/*		Divider
---------------------------------------------------------------*/

.tx-team{}

.tx-team .tx-team-item {
	display: block;
	float: left; 
}

.tx-team.tx-2-column-team .tx-team-item {
	width: 50%;
}
.tx-team.tx-3-column-team .tx-team-item {
	width: 33.33%
}
.tx-team.tx-4-column-team .tx-team-item {
	width: 25%;
}


.tx-team {
	margin-left: -16px;
	margin-right: -16px;
	width: calc( 100% + 32px );
}

.tx-team .tx-team-item .tx-team-box {
	display: block;
	position: relative;
	padding: 16px;
}

.tx-team .tx-team-content .tx-team-content-inner {
	display: block;
	position: relative;
	text-align: center;
	padding-bottom: 6px;
}

.tx-team  .tx-team-img {
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.tx-team .tx-team-box .tx-team-img img {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.0s;	
}

.tx-team .tx-team-box:hover .tx-team-img img {
	transform: scale(1.1, 1.1);
}

.tx-team .tx-team-socials {

	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.2s;		
	
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-bottom: -58px;
	width: 100%;
	background-color: rgba(0,0,0,.6);

	z-index: 101;
}

.tx-team .tx-team-box:hover .tx-team-socials {
	margin-bottom: 0px;
}

.tx-team  .tx-team-socials span {
	color: #FFF;
	display: inline-block;
	margin: 12px 4px;
}

.tx-team .tx-team-socials span > a > i {
	display: inline-table;
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 3px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;

	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.2s;		
}

.tx-team .tx-team-content-inner h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 6px auto 2px auto;
	padding: 0px;

	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.2s;		
}

.tx-team .tx-team-content-inner .desig {
	font-size: 15px;
	font-weight: 500;
	color: black;
	line-height: 16px;
	
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.2s;		
}

.tx-team .tx-team-box .tx-team-content{
	padding-top: 6px;	
	margin-top: -4px;

	line-height: 32px;
	font-size: 16px;

	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.2s;	
}

.tx-team .tx-team-box:hover .tx-team-content {
	background-color: #999;
	color: #FFF;
}

.tx-team .tx-team-box:hover .tx-team-content .tx-team-content-inner h3,
.tx-team .tx-team-box:hover .tx-team-content .tx-team-content-inner .desig {
	color: #FFF;
}



.tx-noposts {
	display: block;
	width: 100%;
	padding: 32px;
	background-color: #F60;
	color: #FFF;
}

@media (max-width: 999px) {
	.folio-col-1 {
		display: block;
		float: none;
		padding-right: 0px;
		width: 100%;
	}
	.folio-col-2 {
		display: block;
		float: none;
		padding-left: 0px;
		width: 100%;
	}
	.tx-col-1-2 {
		width: 50%;
		display: block;
		float: left;
	}
	.tx-col-1-3 {
		width: 50%;
	}
	.tx-col-1-4 {
		width: 50%;
	}	
	.tx-posts.tx-posts-col-2.tx-posts-layout-masonry .post {
	}
	
	.tx-posts.tx-posts-col-3.tx-posts-layout-masonry .post {
		width: 50%;
	}
	.tx-posts.tx-posts-col-4.tx-posts-layout-masonry .post {
		width: 33.3%;
	}
	
	.tx-post-col-1 {
		float: none;
		width: 100%;
	}
	.tx-post-col-2 {
		float: none;
		width: 100%;
	}
	.tx-post-col-3 {
		float: none;
		width: 100%;
	}
	.tx-post-col-4 {
		float: none;
		width: 100%;
	}
	
	.tx-row .tx-column {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 32px;
	}
	
	.tx-slider .owl-wrapper .tx-slide-content .tx-slide-content-inner {
		text-align: center;
	}
	
	.owl-item .tx-slide-details p {
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-height: 48px;	
	}
	
	.owl-item .tx-slide-title {
		font-size: 24px;
		font-weight: 500;
		margin-top: 0px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	.tx-slider .tx-slide-button a {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	
}


@media (max-width: 999px) {
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
	.tx-team.tx-2-column-team .tx-team-item {
		width: 100%;
	}
	.tx-team.tx-3-column-team .tx-team-item {
		width: 100%
	}
	.tx-team.tx-4-column-team .tx-team-item {
		width: 100%;
	}
}



/* Mobile devices */
@media (max-width: 359px) {
	.tx-col-1-2 {
		width: 100%;
	}
	.tx-col-1-3 {
		width: 100%;
	}
	.tx-col-1-4 {
		width: 100%;
	}	
}

.tx-imagebg {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 2;
}


.tx-slider.shadow .tx-slider-box .tx-slide-content .tx-slide-details p,
.tx-slider.softvignette .tx-slider-box .tx-slide-content .tx-slide-details p,
.tx-slider.hardvignette .tx-slider-box .tx-slide-content .tx-slide-details p,
.tx-slider.darkoverlay .tx-slider-box .tx-slide-content .tx-slide-details p,
.tx-slider.custombg .tx-slider-box .tx-slide-content .tx-slide-details p,
.tx-slider.pattern .tx-slider-box .tx-slide-content .tx-slide-details p,
.tx-slider.siftvignette .tx-slider-box .tx-slide-content .tx-slide-details p {
	background: transparent;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
}

.tx-slider.shadow .tx-slider-box .tx-slide-content .tx-slide-title,
.tx-slider.softvignette .tx-slider-box .tx-slide-content .tx-slide-title,
.tx-slider.hardvignette .tx-slider-box .tx-slide-content .tx-slide-title,
.tx-slider.darkoverlay .tx-slider-box .tx-slide-content .tx-slide-title,
.tx-slider.custombg .tx-slider-box .tx-slide-content .tx-slide-title,
.tx-slider.pattern .tx-slider-box .tx-slide-content .tx-slide-title {
	background: transparent;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	line-height: 1em;
}


.tx-slider.softvignette .tx-slider-box .tx-slide-content {
	background-image: url(images/vig-24.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.tx-slider.hardvignette .tx-slider-box .tx-slide-content {
	background-image: url(images/vig-32.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.tx-slider.darkoverlay .tx-slider-box .tx-slide-content {
	background-color: rgba(0,0,0,0.4);
}

.tx-slider.pattern .tx-slider-box .tx-slide-content {
	background-image: url(images/homepage-banner-bg3.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}


.tx-slider .owl-pagination .owl-page > span {
	background: transparent;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
}
.tx-slider .owl-pagination .owl-page.active > span { 
	background-color: #FFF; 
}

.tx-slider .owl-buttons div { 
	background-color: #F60; 
}

.tx-folio-img .folio-links .folio-linkico:hover, 
.tx-folio-img .folio-links .folio-zoomico:hover {
	background-color: 373737;
	color: #FFF;
}

@media (max-width: 720px) {
	.tx-slider .tx-slider-box .nx-slider-container {
		padding-top: 32px;
		padding-left: 32px;
		padding-right: 32px;
	}	
	
	.tx-slider,
	.tx-slider .tx-slider-box {
		min-width: 360px;
	}
	.tx-slider .tx-slider-box .tx-slider-img {
		display: block;
		overflow: hidden;
		text-align: center;
		margin: auto;
		position: relative;		
	}
	.tx-slider .tx-slider-box .tx-slider-img a img {
		width: auto;
		min-height: 320px;
		max-width: 883px;
		
		margin: auto;
		display: block;
		
		margin-left: 50%;
		transform: translateX(-50%);	
	}	
}

.tx-folio-filtering {
	display: block;
	clear: both;
	margin-bottom: 16px;
}

.tx-folio-filtering input[type="button"] {
	background: transparent;
	background-color: #FFF;
	color: #373737;
	border: 1px solid rgba(0,0,0,0.12);
	margin: 2px;
}


.tx-folio-filtering input[type="button"]:first-child {
	margin-left: 0px;
}
.tx-folio-filtering input[type="button"]:last-child {
	margin-right: 0px;
}

.tx-folio-filtering input.is-checked,
.tx-folio-filtering input:hover {
	background-color: #646464;
	color: #FFFFFF;
}

.tx-folio-filtering span.tag-divider {
	display: none;
}

.tx-el-folio.navigation span,
.tx-el-folio.navigation span.current,
.tx-el-folio.navigation a.page-numbers {
	line-height: 15px;
	font-size: 15px;
	height: auto;
	padding: 12px 16px;
}

.folio-style-gallery.tx-post-row .tx-folio-title,
.folio-style-gallery.tx-post-row .tx-folio-category {
	width: 90%;
	width: calc(100% - 24px);
}

.tx-team .tx-team-socials span > a:hover > i {
	background-color: #FFF;
}


.tx-testiin2 {
	padding: 16px;
}

.tx-testiin2 .tx-testi2-item span.tx-testi2-text {
	display: block;
	clear: both;
	min-height: 48px;
	padding-bottom: 16px;
}

.cite-wrap {
	display: block;
	clear: both;
}

.cite-wrap-inner {
	display: inline-block;
	position: relative;
	padding-left: 120px;
	min-height: 100px;
	
	text-align: left;
}

.tx-testiin2 .tx-testi2-item span.tx-testi2-photo {
	display: inline-block;
	height: 100px;
	width: 100px;
	border-radius: 50px;
	overflow: hidden;
	
	position: absolute;
	left: 0px;
	top: 0px;
}

.tx-testiin2 .tx-testi2-item span.tx-testi2-photo img {
	height: 100px;
	width: 100px;
}

.tx-testiin2 .tx-testi2-item span.tx-testi2-name {
	display: block;
	clear: both;
	margin-top: 12px;
	font-size: 15px;
	font-weight: 600;
	line-height: 28px;
}

.tx-testiin2 .tx-testi2-item span.tx-testi2-desig {
	display: block;
	clear: both;
	font-size: 12px;
	color: #777;
	padding-right: 6px;
	line-height: 16px;
}

.tx-testiin2 .tx-testi2-item span.tx-testi2-org {
	display: inline-block;
	clear: both;
	font-size: 12px;
	line-height: 16px;
	color: #464646;
	font-weight: 500;	
}

.tx-testiin2 .owl-controls {
	position: relative;
	padding-top: 12px;
}

.tx-testiin2 .owl-controls .owl-buttons {
	display: inline-block;
}

.tx-testiin2 .owl-controls .owl-buttons .owl-prev,
.tx-testiin2 .owl-controls .owl-buttons .owl-next {
	display: inline-block;
	height: 24px;
	width: 24px;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	border: 1px solid #bbb;
	margin: 1px;
	
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;	
}


.tx-testiin2 .owl-controls .owl-buttons .owl-prev span,
.tx-testiin2 .owl-controls .owl-buttons .owl-next span {
	display: block;
	height: 24px;
	width: 24px;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	color: #999;
	
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;	
}

.tx-testiin2 .owl-controls .owl-buttons .owl-prev:hover span,
.tx-testiin2 .owl-controls .owl-buttons .owl-next:hover span {
	color: #FFF;
	background-color: #666;
}

.tx-testiin2 .owl-controls .owl-buttons .owl-prev span:before,
.tx-testiin2 .owl-controls .owl-buttons .owl-next span:before {
	font-size: 14px;
	line-height: 24px;
}

.tx-align-center .owl-controls {
	text-align: center;
}
.tx-align-left .owl-controls {
	text-align: left;
}
.tx-align-right .owl-controls {
	text-align: right;
}

.tx-slider .tx-slide-button a {
	display: inline-block;
}
.tx-slider .tx-slide-button a.button-xs {
    font-size: 13px;
    padding: 4px 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;	
}

.tx-slider .tx-slide-button a.button-sm {
    font-size: 15px;
    padding: 8px 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tx-slider .tx-slide-button a.button-md {
    font-size: 16px;
    padding: 12px 24px;
    -webkit-border-radius: 4px;
    border-radius: 4px; 
}

.tx-slider .tx-slide-button a.button-lg {
    font-size: 18px;
    padding: 14px 32px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

.tx-slider .tx-slide-button a.button-xl {
    font-size: 20px;
    padding: 18px 40px;
    -webkit-border-radius: 6px;
	border-radius: 6px; 
}

.tx-el-foliowrap {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.elementor-widget-tx-team,
.elementor-widget-tx-posts {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}
