html,body
{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0px;
	margin-top: 0px;
	font-family: 'futura-medium', Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 1.5px;
	color: #555;
	text-transform: uppercase;
}

body
{
    
	background: #fff;
	background-size: 100%;
}

a
{
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
}	
a:Hover
{
	color: #000;
}

.wrapper
{
	width:100%;
}

.container
{
	margin: 0px auto;
	width: 1240px;
    padding-top: 160px;
}

	.container div.header
	{
		background: #fff url(images/talentsmith/talentsmith-artist-management-logo.png) 38px 45px no-repeat;
		background-size: 400px;
		height: 160px;
		position: fixed;
        width: 1240px;
        top: 0;
        z-index: 5;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		transition: height 0.3s ease, background-size 0.3s ease, background-position-y 0.3s ease;
	}	

	/*
	When user scrolls page down, header and logo get smaller
	*/
	.pageScrolled .container div.header
	{
		background-position-y: 10px;
		background-size: 260px;
		height: 80px;
	}	
	.pageScrolled .container div.header .mainmenu
	{
		top: 48px;
	}

	
		.commtalent {
			position: absolute;
			top: 70px;
			right: 18px;
			font-size: 40px;
			letter-spacing: -1px;
			word-spacing: 7px;
			font-weight: 100;
			color: #aaa;
			font-family: 'Cormorant SC', serif;
		}
	
		img.twentylogo{
			position: absolute;
			top: 24px;
			right: 12px;
			cursor: pointer;
		}

		ul.mainmenu
		{
			margin-top: 0px;
			padding-top: 0px;
			position: absolute;
			top: 126px;
			right: -18px;
			transition: top 0.3s ease;
		}

		.submenu
		{
			margin-top: 0px;
			padding-top: 0px;
			position: absolute;
			top: 150px;
			display: none;
            background: #fff;
            border-bottom: 1px solid #ddd;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
            padding-left: 0;
            width: auto;
			min-width: 100px;
            z-index: 4;
		}
		
		.submenu_gender{
			top: 30px;
			left: -16px;
		}

			ul.mainmenu li
			{
				list-style: none;
				float: left;
				margin-right: 35px;
				position: relative;
			}

			ul.submenu li
			{
				list-style: none;
				padding-bottom: 10px;
				padding-top: 10px;
                padding-left: 15px;
                padding-right: 15px;
			}

				ul.mainmenu li a,
				ul.submenu li a
				{
					color: #999;
				    text-transform: uppercase;
					word-spacing: 5px;
					letter-spacing: -0.1px;
				}
				ul.mainmenu li a:Hover,
				ul.submenu li a:Hover
				{
					color: #666;
				}
				ul.mainmenu li.selected a,
				ul.submenu li.selected a,
				ul.mainmenu li a.selected,
				ul.submenu li a.selected
				{
					color: #000;
				}

	.container div.content
	{
		background: #fff;
		min-height: 300px;
		position: relative;
		padding-left: 35px;
		padding-right: 30px;
		padding-top: 15px;
		padding-bottom: 15px;
	}	

	.container div.footer2
	{
		height: 40px;
		width: 1240px;
		z-index: 2;
		position: fixed;
		bottom: 0;
		background: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 10px;
		padding-bottom: 20px;
		font-size: 12px;
		border-top: 1px solid #ccc;
	}

	.container div.footer
	{
		height: 40px;
		position: relative;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 30px;
		font-size: 12px;
		border-top: 1px solid #ccc;
	}	
	.container div.footer a
	{
		float: right;
		color: #aaa;
		font-size: 12px;
	}
	
	
	

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

div.thumb
{
	position: relative;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
    background-size: cover;
	filter: none; /* IE6-9 */
	filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	box-sizing: border-box;
}
div.thumb > .thumbName{
	width: 100%;
	height: 70px;
	padding: 14px;
	text-align: center;
	background: rgba(0,0,0,0.75);
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	transition: background 500ms ease;
}
.thumbBlock:hover div.thumb
{
	
}
.thumbBlock
{
	width: 16.66667%;
	height: 410px;
	-webkit-transition: width 500ms ease, height 500ms ease, transform 500ms ease;
	-moz-transition: width 500ms ease, height 500ms ease, transform 500ms ease;
	-o-transition: width 500ms ease, height 500ms ease, transform 500ms ease;
	-ms-transition: width 500ms ease, height 500ms ease, transform 500ms ease;
	transition: width 500ms ease, height 500ms ease, transform 500ms ease;
	position: relative;
	box-sizing: border-box;
	margin: 0 0 0 0;
	display: inline-block;
	z-index: 1;
}
.content .thumbBlock ,
.content-large-grid .thumbBlock {
	width: 20%;
    height: 0;
    padding-bottom: 28%;
}
.thumbBlock:hover{
	transform: scale(1.05);
	z-index: 2;
}
.thumbBlock:hover .thumbName{
	background: #cf2d22;
}
.thumbBlock > .loader
{
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0.5;
	z-index: 1;
	top: 0;
	left: 0;
	padding-top: 40%;
	box-sizing: border-box;
	display: none;
}
.thumbBlock a{
	color: #000;
	font-size: 20px;
	font-weight: normal;
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.subheading1
{
	height: 24px;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-weight: bold;
}
.subheading2
{
	background-color: #fff;
	height: 24px;
}
.subheading3
{
	background-color: #fff;
	height: 24px;
}

.big{
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
	cursor: pointer;
	width: 50%;
	height: 710px;
	object-fit: cover;
	object-position: 50% 0;
}

.big-landscape{
	width: 100% !important;
	height: auto !important;
}
	
.mobile-menu{
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'><rect width='20' height='2'/><rect y='14' width='20' height='2'/><rect y='7' width='20' height='2'/></svg>");
    background-size: contain;
}

.bannerThumb{
	width: 16.6%;
	height: 300px;
	display: inline-block;
	background: no-repeat top center;
	background-size: cover;
	margin: 0;
	padding: 0;
	font-size: 0;
	letter-spacing: 0;
}
.bannerThumb:last-child{
	width: 17%;
}

.bannerThumbFull {
	opacity: 1;
	position: absolute;
	width: 100%;
	height: 700px;
	background-size: cover;
	background-position: top center;
}

.bannerThumbFullCurrent {
	opacity: 1;
}

.mobile-fullwidth > iframe{
	width: 100%;
}

@media only screen and (max-width: 1440px) {
	
	.thumbBlock
	{
		width: 20%;
		height: 360px;
	}
	div.thumb > .thumbName{
		height: 65px;
		font-size: 26px;
	}
	
}
@media only screen and (max-width: 1240px) {

	.header{
		width: 100% !important;
		background-size: 50% !important;
	}
	
	.container{
		width: 100%;
	}
	
	ul.mainmenu{
		right: -5px;
	}
	
	.big{
		height: 550px;
	}
	
}
@media only screen and (max-width: 1134px) {


	.mobile-nodisplay{
		display: none;
	}
	
	.mobile-fullwidth{
		width: 100% !important;
		float: none !important;
		height: auto !important;
		margin-bottom: 20px;
	}
	
	.mobile-autoheight{
		height: auto !important;
	}

	.mobile-menu{
		display: block;
	}
	
	.submenu_search{
		left: 180px;
		top: 390px;
		right: auto !important;
		border: none !important
	}

	ul.mainmenu{
		display: none;
		background: #fff;
		left: 0;
		right: auto;
		top: 160px;
		margin-left: 0;
		padding-left: 22px;
		width: 100%;
		padding-bottom: 20px;
	}
		ul.mainmenu li{
			margin-right: 0;
			float: none;
			margin-bottom: 10px;
			font-weight: 300;
		}
		ul.mainmenu li a{
			padding: 10px;
			font-size: 20px;
		}
		
	.submenu_gender{
		position: relative;
		top: 0;
		right: auto;
		width: auto;
		margin-top: 10px;
		margin-left: 28px;
		border: none;
		margin-bottom: 20px;
	}
	.submenu_gender li {
		margin: 0;
		padding: 2px !important;
	}
}
@media only screen and (max-width: 1024px) {

	.bannerThumb{
		height: 150px;
	}

	.bannerThumbFull{
		height: 350px;
	}
	
	.thumbBlock
	{
		width: 25%;
		height: 300px;
	}
	div.thumb > .thumbName{
		height: 50px;
		font-size: 20px;
		padding: 10px;
	}
	
	.big{
		height: 500px;
	}

	.header{
		background-size: 70% !important;
	}
	
}
@media only screen and (max-width: 890px) {
	
	.commtalent {
		display: none;
	}

	.bannerThumb{
		height: 120px;
	}
	
	.thumbBlock
	{
		width: 33.33337%;
		height: 240px;
	}
	div.thumb > .thumbName{
		height: 45px;
		font-size: 18px;
		padding: 8px;
	}
	
	.big{
		height: 450px;
	}
	
	.content .thumbBlock ,
	.content-large-grid .thumbBlock {
		width: 33.33337%;
		padding-bottom: 42%;
	}
	
}
@media only screen and (max-width: 500px) {

	.bannerThumb{
		height: 75px;
	}
	
	.thumbBlock
	{
		width: 50%;
		height: 210px;
	}
	div.thumb > .thumbName{
		height: 40px;
		font-size: 15px;
		padding: 8px;
	}
	
	.big{
		height: 250px;
	}
	
	.content .thumbBlock ,
	.content-large-grid .thumbBlock {
		width: 50%;
		padding-bottom: 72%;
	}
	
}	