

.link
{
	float:left;
	width:224px;
	height:142px;
	background-repeat: no-repeat;
	background-position:center center;
}

.link a
{
	display:inline-block;
	width:160px;
	height:80px;
	background-repeat: no-repeat;
	background-position:left bottom;
}

.link p
{
	margin:0;
	padding:0;
	font-size:11px;
	width:160px;
	text-align:center;
}

.link span
{
	display:none;
}

.meta h3
{
	text-transform:uppercase;
	margin-bottom:0;
	padding-bottom:0;
}

.meta p
{
	margin-top:0;
	padding-top:0;
}

.read-more
{
	text-align:right;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

.map
{
	margin-top:100px;
	float:right;
}

html { overflow: -moz-scrollbars-vertical; } html { overflow-x: auto; } 

/* Disable borders around linked images. */
a img
{
	border:0;
}

a
{
	color: #000;
}

ul.selector li a:hover,
ul.selector li.current a,
.archive ul li a:hover,
.archive ul li.current a
{
/*	background-image:url(../contents/images/icon.read-more.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px; */
	color:#000;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

/** {margin:0;padding:0;} */

/*html, body, #container {height: 100%;}
body > #container {height: auto; min-height: 100%;}
#content {padding-bottom: 50px;}

#footer,
#footer p
{
	margin:0;
	padding:0;
}

#footer
{
	font-size:11px;
	color:#999;
	text-align:center;
	position: relative;
	margin-top: -50px;
	height: 50px;
	clear:both;
}

#footer a
{
	color:#999;
}*/

/*
 * Color, Border, and Button Rules
 */
.contentslider {
}
.cs_wrapper, .cs_article {
}
.cs_leftBtn, .cs_rightBtn {
  width:24px; /* Should be as wide as the button graphic being used */
}

/*
 ******************************************************************************
 * These styles may be affected by the plugin, so avoid changing them if 
 * it's not absolutely necessary.
 ******************************************************************************
 */
.contentslider {
  position:relative;
  display:block;
  width:634px;
  height:54px;
  margin:0 auto;
  overflow:hidden;
}
.cs_wrapper {
  position:relative;
  display:block;
  width:582px;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  background-image: url(../contents/images/talent.thumb.grid.png);
}
.cs_slider {
  position:absolute;
  width:10000px;
  height:100%;
  margin:0;
  padding:0;
}
.cs_article {
  float:left;
  position:relative;
  top:0;
  left:0;
  display:block;
  width:634px;
  height:54px;
  margin:0 auto;
  padding:0;
}
/*
.cs_article h2 {
  display:block;
  width:26%;
  margin:10px 26px 5px 67%;
  text-align:left;
}
.cs_article img {
  position:absolute;
  top:0;
  left:0;
  width:66%;
  border:0;
  -ms-interpolation-mode:bicubic;
}
.cs_article p {
  display:block;
  width:26%;
  margin:0 26px 5px 67%;
  padding:0;
  border:0;
}
.cs_article .readmore {
  display:block;
  width:26%;
  margin:0 6% 1% 68%;
  text-align:right;
}*/
.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top:0;
  height:54px;
  padding:0;
  z-index:10000;
  background-repeat: no-repeat;
  background-position:center;
}
.cs_leftBtn span, .cs_rightBtn span {
  display:none;
}
.cs_leftBtn {
  right:24px;
  outline:0;
  background-image: url(../contents/images/arrow-left-active.png);
}
.cs_rightBtn {
  right:0;
  outline:0;
  background-image: url(../contents/images/arrow-right-active.png);
}
.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  position:relative;
  top:200px;
  margin:0;
}

ul.paging
{
	text-align: center;
	margin:0;
	padding:6px;
	list-style:none;
	margin-bottom:20px;
	display:inline-block;
	width:100%;
}

ul.paging li a
{
	color:#665f4b;
}

ul.paging li
{
	display:inline;
}

.paging-nrs span
{
	padding:3px;
	margin-right:3px;
}

ul.paging li.paging-next a,
ul.paging li.paging-back a
{
	background-repeat: no-repeat;
	background-position: center;
	text-decoration:none;
}

/*ul.paging li.paging-next a{background-image: url(../contents/images/button.next.gif);}
ul.paging li.paging-back a{background-image: url(../contents/images/button.prev.gif);}

ul.paging li.paging-next a span,
ul.paging li.paging-back a span
{
	display:none;
}*/

ul.paging li.paging-nrs
{
	text-align: center;
	margin:0;
	padding:0 10px;
	color:#ddd;
}

ul.paging li.paging-nrs a.current
{
	color:#000;
	background-color:#F5F5F2;
}

ul.paging li.paging-next
{

}

ul.paging li.paging-nrs a
{
	margin:0;
	text-decoration: none;
}

ul.paging li a:hover
{
	text-decoration: underline;	
}

ul.paging li.paging-back a,
ul.paging li.paging-next a,
ul.paging li.paging-nrs a
{
	padding:4px;
	border:1px dotted #DFDED8;
}

ul.social
{
	margin:0;
	padding:0;
}

#page-talent ul.social,
#page-about ul.social
{
	float:right;
}

ul.social li
{
	margin:0;
	padding: 0;
	list-style:none;
}

#page-talent ul.social li,
#page-about ul.social li
{
	display:inline;
}

#page-about ul.social li a
{
	float:left;
}

ul.social li.discipline
{
	margin-right:2px;
}


ul.social li span
{
	display:none;
}

ul.social li a
{
	display:block;
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	background-position:left center;
	margin-right:10px;
}

#page-contact ul.social li a
{
	padding:6px 0;
}

#page-talent ul.social li a
{
	float:right;
}

ul.social li.social-facebook a
{
	width:66px;
	background-image: url(../contents/images/social-facebook.png);
}

ul.social li.social-twitter a
{
	width:55px;
	background-image: url(../contents/images/social-twitter.png);
}

ul.social li.social-youtube a
{
	width:49px;
	background-image: url(../contents/images/social-youtube.png);
}

ul.social li.social-linkedin a
{
	width:21px;
	background-image: url(../contents/images/social-linkedin.png);
}



body
{
	font-family:arial;
	font-size:80%;
}

#container
{
	/*height:100px;
	margin:0 auto;*/
	margin-left:40px;
	position:relative;
	width:1070px;
}

#header
{
	position:absolute;
	left:0;
	top:0;
	width:300px;
}

#navigation-1
{
	border-bottom:1px solid #000;
	position:absolute;
	right:0;
	top:15px; /*50px*/
	width:704px;
	padding-bottom:4px;
}

#sidebar
{
	position:absolute;
	left:72px;
	top:160px;
	width:300px;
}

#main-column
{
	position:absolute;
	right:0;
	top:36px;
	width:704px; /* 674px */
	padding-top:10px;
}

#main-column h2
{
	margin-top: 0;
	padding-top: 0;
	font-size:18px;
	margin-bottom:7px;
/*	padding-bottom:10px;
	border-bottom:1px solid #000000; */
}

.small-column
{
	width:570px;
	margin-top:100px;
}

.branding
{
	position:relative;
}

.site-title
{
	background-image: url(../contents/images/logo.small.png);
	background-repeat: no-repeat;
	width:284px;
	height:144px;
	display: inline-block;
}

.site-title span
{
	display:none;
}

.site-description
{
	position:absolute;
	top:130px;
	left:70px;
	font-size:11px;
}

/*
 * Navigation
 */

.menu,
.menu li
{
	display:inline;
	margin:0 20px 0 0;
	padding:0;
}

.menu li.last
{
	margin-right:0;
}

.menu li a
{
	font-size:15px;
	text-decoration: none;
}

li.current a,
a.current,
a:hover
{
	color:#695d5d;
}

ul.talent-list,
ul.talent-list ul
{
	list-style:none;
}

ul.talent-list ul
{
	padding: 0 0 0 20px;
	margin:0;
	line-height:16px;
}

ul.talent-list ul li a
{
	font-size:12px;
}

ul.talent-list
{
	line-height:26px;
	margin:0;
	padding:0;
}

ul.talent-list a
{
	font-size:15px;
	text-decoration:none;
}

.thumbnails
{
}

.thumbnail
{
	display:inline-block;
	float:left;
	margin-right:5px;
	background-color:#ccc;
}

.thumbnail-1
{
	/*margin-left:97px;*/
}

.last-thumb
{
	margin-right:0;
}

.thumbnail a
{
	height:54px;
	display:inline-block;
	text-decoration:none;
}

.thumbnail a.current
{
	/*	border-color: #695d5d; */
}

.thumbnail a img
{
	clear:both;
}

.thumbnail a .caption
{
	display:inline-block;
	clear:both;
	width:92px;
	height:18px;
	color:#fff;
	vertical-align:bottom;
	background-color:#695d5d;
	font-size:11px;
}

/*.thumbnail a.current .caption
{
	background-color:#000;
}*/

.thumbnail a .caption span
{
	display:inline-block;
	padding:2px 0 2px 2px;
}

.thumb-type
{
	position:relative;
	background-color:#695d5d;
	color:#fff;
	width:92px;
	height:54px;
	vertical-align:top;
}

.thumb-type p
{
	font-weight:bold;
	font-size:12px;
	position:absolute;
	left:0;
	bottom:0;
	padding:4px;
	margin:0;
}

.thumbs
{
	display: inline-block;
	width:577px;
	margin-bottom:5px;
	/*background-image: url(../contents/images/talent.thumb.grid.png);*/
}

/* Easy Slider */
/*
.thumb-slider ul,
.thumb-slider li
{
	margin:0;
	padding:0;
	list-style:none;
}

.thumb-slider,
.thumb-slider li
{
	width:573px;
	height:59px;
	overflow:hidden; 
	}

span#prevBtn
{
}

span#nextBtn
{
}*/

/* // Easy Slider */

.meta
{
	margin: 1em 0 0 0;
	padding: 0;
	list-style:none;
}

.meta .type
{
	color:#695d5d;
}

.meta dd
{
	float: left;
	width: 300px;
	margin: 0;
	padding: 0px;
}

.portfolio-link
{
	float:right;
}

.portfolio-link a
{
	text-decoration:none;
	background-image: url(../contents/images/pdf-icon.png);
	background-repeat:no-repeat;
	padding-left:20px;
}

#media-container
{
	background-image: url("../contents/images/loader.gif");
	text-align:center;
	background-color:#fff; /*fcfcfc*/
	background-repeat: no-repeat;
	background-position:center;
	height:418px;
	margin-bottom:10px;
	border-color:#ccc;
	border-width:1px 0 1px 0;
	border-style:solid;
	/*overflow:hidden;*/
}

.loading
{
	background-image: url("../contents/images/loader.gif");
	background-repeat: no-repeat;
	background-position:center;
	height:428px;
}

.serie-slide-controls a
{
	display:inline-block;
	width:9px;
	height:9px;
	position:absolute;
	text-decoration:none;
	font-size:20px;
}

.serie-slide-controls-prev a
{
	top:220px;
	left:-20px;
}

.serie-slide-controls-next a
{
	top:220px;
	right:-20px;
}

/*.quickFlip
{
	background-color:#900;
	width:200px;
	float:left;
	margin:10px;
}*/

body.fliptalent
{
	background-repeat: no-repeat;
	background-image: url(../contents/images/inktvlek.jpg);
	background-position:0 -232px;
}

.quickflip-wrapper {
    width: 150px;
    height: 183px;
    position: relative;
    float: left;
    margin-right:34px;
	margin-top:26px;
}

.quickflip-wrapper h4 {
    padding-top: 0;
	margin-top: 0;
	font-size:11px;
}

.quickflip-wrapper a {
    text-decoration:none;
}

.quickflip-wrapper p {
    padding: 0;
	margin: 0;
}

.quickflip-wrapper p
{
	font-size:11px;
	font-style:italic;
}

.item-4
{
    margin-right:0;
}

.quickflip-wrapper .front-panel, .quickflip-wrapper .back-panel {
    width: 150px;
    height: 189px;
    position: absolute;
    top: 0;
    left: 0;
	background-repeat: no-repeat;
}

.quickflip-wrapper .front-panel {
    z-index: 10;
}

.quickflip-wrapper .back-panel {

	background: url(../contents/images/polaroid-back.png) no-repeat 0 0 #fff;
}

.quickflip-wrapper .inner-panel {
    padding: 15px;
}

div#content .quickflip-wrapper h3 {
    font-size: 24px;
    text-align: left;
}

.quickflip-wrapper .panel-content {
    text-align: left;
}

.quickflip-wrapper .quickFlipCta {
    cursor: pointer;
}

.quickflip-wrapper a.quickFlipCta {
/*	bottom:11px;
	display:block;
	left:6px;
	position:absolute;
	background-color:#900; */
	display:block;
	height:136px;
}

.flipback
{
	bottom:11px;
	height:16px !important;
	display:block;
	left:6px;
	position:absolute;
}

.quickflip-wrapper a.quickFlipCta span
{
	display:block;
	padding-top:138px;
	text-align:center;
}

.quickflip-wrapper .front-panel a.quickFlipCta {
    color: #000; /*9c2f23*/
}

.quickflip-wrapper .back-panel a.quickFlipCta {
    color: #FFF;
}

#content .quickflip-wrapper a.quickFlipCta:hover {
    text-decoration: underline;
}

.quickflip-wrapper ul.social {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
}

.quickflip-wrapper ul.social li a {
margin-right:2px;
width:16px;
}

.quickflip-wrapper ul.social li.social-blog a{background-image: url(../contents/images/feed.png) !important;}
.quickflip-wrapper ul.social li.social-site a{background-image: url(../contents/images/feed.png) !important;}
.quickflip-wrapper ul.social li.social-facebook a{background-image: url(../contents/images/facebook.png) !important;}
.quickflip-wrapper ul.social li.social-twitter a{background-image: url(../contents/images/twitter.png) !important;}
.quickflip-wrapper ul.social li.social-youtube a{background-image: url(../contents/images/youtube.png) !important;}
.quickflip-wrapper ul.social li.social-linkedin a{background-image: url(../contents/images/linkedin.png) !important;}