@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0 0 10px 0; }
.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-initialized .slick-slide { display: block; }

/* Icons */
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.1.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }

.slick-prev:before, .slick-next:before { font-family:"FontAwesome"; font-size: 20px; line-height: 1; color: #005f8d; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "\f053"; }
[dir="rtl"] .slick-prev:before { content: "\f054"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "\f054"; }
[dir="rtl"] .slick-next:before { content: "\f053"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/*# sourceMappingURL=slick.css.map */





.content{margin:auto;padding:20px;width:900px;}

.slick-slider{margin:0px auto 50px;}


#directors_wrp{ width:270px !important; border:solid 1px #33687f;/* height:220px;*/ position:; text-align:center; margin-right:16px}
#directors_wrp .dir-pic{ width:175px;}
#directors_wrp h3{ font-size:18px; color:#000 ; padding:10px 0; text-transform:capitalize; font-family:Arial, Helvetica, sans-serif;}
#directors_wrp:hover > img a{ background-color:red;}


.item {
	width:270px !important;
	height:319px;	
	border:1px solid #4a829f;	
		margin-right:16px;

	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
}

.item .caption {
	width:270px;
	height:319px;
	background:#4a829f;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	left:0;
	padding:15px;

	/* hide it by default */
	display:none;
	text-align:center;

	/* opacity setting */
	filter:alpha(opacity=80);    /* ie  */
	-moz-opacity:0.8;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.8;    /* for really really old safari */  
	opacity: 0.8;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.item .caption a {
	text-decoration:none;
	color:#fff;
	font-size:17px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
	text-align:left;
	border-bottom:dashed 1px #FFFFFF
}

.item .caption ul {
	padding:5px;	
	margin:0;
	font-size:10px;
	list-style-type:disc;
	
}

.item .caption ul li{ margin:0; padding:0; font-size:13px; color:#FFFFFF;text-align:left; font-weight:bold; padding-bottom:10px}

.item img {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
	width:270px;
	height:319px;
	margin:0;
	padding:0;
}

.clear {
	clear:both;	
}
