/*
#------------------------------------------------------------------------
# Package - ThemesCreative TCproChow
# Version 1.0
# -----------------------------------------------------------------------
# Author - ThemesCreative http://www.ThemesCreative.com
# Copyright © 2012 - 2013 ThemesCreative.com. All Rights Reserved.
# @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
# Websites: http://www.ThemesCreative.com
#------------------------------------------------------------------------
*/
.tcproshow.layout9 * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.tcproshow.layout9 {
  padding: 20px 0;
  position: relative;
  color: #E5E5E5;
  direction: ltr;
}

.tcproshow.layout9  .slide-item-title{
  color: #FFC92B;
  font-weight: bold;
  margin: 10px 0;
}
.tcproshow.layout9  .slide-item-title a:hover, 
.tcproshow.layout9 span.slide-item-readmore a:hover{
  color: #FE8F0A;
}
.tcproshow.layout9  .slide-item-title a, 
.tcproshow.layout9 span.slide-item-readmore a{
  color: #FFC92B;
  font-size:16px;
}
.tcproshow.layout9 .slide-item-desc {
  font-size:12px;
  padding-bottom:10px;
}
.tcproshow.layout9 .tcproshow-prev,
.tcproshow.layout9 .tcproshow-next{
  cursor: pointer;
  display: block;
  height: 40px;
  overflow: hidden;
  position: absolute;
  text-indent: -99px;
  top: 75px;
  width: 20px;
}
.tcproshow.layout9 .tcproshow-prev{
  background: url("../images/button.png") no-repeat scroll 0 -40px transparent;
}
.tcproshow.layout9 .tcproshow-next{
  background: url("../images/button.png") no-repeat scroll 0 0 transparent;
  right: 0;
}
.tcproshow.layout9 .slide-inner{
  padding:0 !important;
}
.tcproshow.layout9 .slide-inner .padding{
  padding: 0 8px !important
}
.tcproshow.layout9 .bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  *zoom: 1;
}
.tcproshow.layout9 .bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.tcproshow.layout9 .bx-pager ul{
  list-style-type: none !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  float: left;
}
.tcproshow.layout9 .bx-pager ul li {
  float: left;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 0 !important;
}
.tcproshow.layout9 .bx-pager ul li a{
  background: url('../images/interface.png') no-repeat 50% 0;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
}
.tcproshow.layout9 .bx-pager ul li a:hover,
.tcproshow.layout9 .bx-pager ul li a.active {
  background-position: 50% -8px;
}
.tcproshow.layout9 .bx-wrapper .bx-controls-direction{
  display: none;
}
.grid {
	position: relative;
	z-index: 1000;
	overflow: hidden;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	margin: 0px;
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2, .grid figure h2 a  {
	word-spacing: -0.15em;
	color: #fff;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lexi *****/
/*---------------*/

figure.effect-lexi {
	margin: 0px;
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 300px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(0,0,0,0.5);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(10px,0,0);
	transform: translate3d(10px,0,0);
}

figure.effect-lexi h2 {
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
}

figure.effect-lexi p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 1.5em 0;
	width: 140px;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
}
figure.effect-lexi p a {
	color: #fafafa;
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-lexi p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-lexi p:nth-of-type(2) {
	top: 10px !important;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-lexi p:nth-of-type(3) {
	left: 0px !important;
	color: #fafafa;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-lexi:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-lexi:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-lexi:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}