@font-face {
	font-family: 'GothamRounded-Book';
	src: url('fonts/GothamRounded-Book.eot?') format('eot'),
	     url('fonts/GothamRounded-Book.otf')  format('opentype'),
	     url('fonts/GothamRounded-Book.woff') format('woff'),
	     url('fonts/GothamRounded-Book.ttf')  format('truetype'),
	     url('fonts/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
}


html, body {
	font-family: 'GothamRounded-Book';
	height:100%;
	width: 100%;
	color:#454545;
	font-size:12px;
}

a, a:hover {
	color:#454545;
	text-decoration: none;
}

#page {
	min-height: 100%;
	position:relative;
	padding-bottom:294px;
}
.home #page {
	padding-bottom:80px;
}
#main {
	height: 100%;
}

.home #page {
	height:100%;
	padding-bottom: 0;
}

.home #main {
	height:100%;
}

#secondary {
	background: url(images/transp.png);
	float:left;
	width:225px;
	padding-left:30px;
	position:absolute;


	transition: top 0.5s;
	-webkit-transition: top 0.5s;
}

.home #secondary {
	top:0 !important;
	bottom:0;
	z-index:2;
	position:absolute;
	left:0;
}

.home #secondary {
	background:none;
}
.home-link {
	margin-top:50px;
	margin-bottom:50px;
	display:block;
}
.menu {
	list-style:none;
	padding:0;
}

.menu li a {
	text-transform: uppercase;
	font-size:1.2em;
	font-family: 'GothamRounded-Book';
	display: inline-block;
	margin:0 0 5px 0;
}
.menu .sub-menu {
	list-style: none;
	display:none;
	padding-left:24px;
}

.menu .sub-menu li a {
	text-transform: none;
}
.current-menu-item > a, .current-menu-parent > a {
	color:#a5a5a5;
}

.home .current-menu-item > a, .home .current-menu-parent > a {
	color:#a5a5a5;
}

.menu-item-type-post_type.menu-item-object-post.current-menu-item {
	position:relative;
}

.menu-item-type-post_type.menu-item-object-post.current-menu-item span {
	position:absolute;
	left:-25px;
	width:20px;
	text-align:right;
}

#primary {
	position:relative;
	z-index: 1;
	height:100%;
}

#primary {
	/*min-height:400px;*/
}
.home #primary {
	margin-left:0;
}

#content {
	height:100%;
	overflow:hidden;
	padding-left:225px;
}

.home #content {
	padding-left:0;
}

.home .bx-wrapper, .home .bx-viewport, .home .bx-viewport ul, .home .bx-viewport ul li {
	height:100%;
}

.home .bx-wrapper .bx-viewport {
	height:100% !important;
}

.frontpage_slider {
	padding:0;
}

.frontpage_slider li .information {
	padding:30px;
	width:100%;
	height:100%;
	position:absolute;
	display:;
	left:0;
	top:0;
}

.frontpage_slider li .information h1 {
	margin:0 0 20px;
	font-family: 'GothamRounded-Book';
	font-weight: normal;
	text-transform: uppercase;
	font-size:1.85em;
}

.frontpage_slider p {
	margin:0;
	font-family: 'GothamRounded-Book';
}

.frontpage_slider .more-text {
	text-align:right;
	margin-top:20px;
	display:block;
	font-size:1.1em;
}

.bx-slider li img {
	max-width:none;
}

footer#colophon {
	height:50px;
	background: url(images/transp.png) left top repeat;
	width:100%;
	margin-top:-50px;
	position:absolute;
	bottom:0;
	padding:0 30px;
	line-height: 50px;
	z-index: 3;
	font-size:1em;
}

#twitter-widget-0 {
	width:87px !important;
}

footer#colophon .site-info {
	/*padding:0 10px 0 40px;*/
	color:#bdbdbd;
}

.home .bx-wrapper .bx-pager {
	position: absolute;
	right: 40px;
	bottom: 110px;
	z-index: 100;
	width: 5px;
}

.home .bx-wrapper .bx-pager.bx-default-pager a {
	width:5px;
	height:30px;
	border:none;
	display:inline-block;
	margin:5px 0 0 0;
	padding:0;
	border-radius:0;
	background:url(images/passive.png) right bottom no-repeat;
	right:0;
	position: absolute;
}
.home .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background:url(images/active.png) right top no-repeat;
	width:5px;
	height:30px;
}
.home .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:url(images/active.png) right top no-repeat;
	width:5px;
	height:30px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	right:50px;
	height:35px;
	width:5px;
	float:right;
}

.plus_symbol {
	background:url(images/active.png) left top no-repeat;
	width:30px;
	height:30px;
	display: block;
	position:absolute;
	right:49px;
	bottom:110px;
	z-index: 100;
	transition: top 0.2s;
    -webkit-transition: top 0.2s;
}

.block.square {
	width:225px;
	height:225px;
	position:relative;
	float:left;
	overflow:hidden;
}

.press_content {
	background-color:#fff;
}

.block.press {
	height:315px;
	width:225px;
	position:relative;
	float:left;
	overflow:hidden;
}

.block.press img {

}

.block.press:hover {
	background-color:#f5f5f5;
}

.block.info {
	position:absolute;
	height:100%;
	width:100%;
	display:none;
	opacity:1;
	vertical-align: middle;
	top:0;
	background-color:#FFF;
}

.block.square:hover .block.info {
	display:table;
}
.block.press:hover .block.info {
	display:table;
}

.block .vertcent {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.block.press:hover .press.info {
	display:block;
}

.press.info {
	color:#939393;
	width:225px;
	height:315px;
	background: url(images/transp.png) left top repeat;
	position:absolute;
	top:0;
	display:none;
}
.press.info a {
	line-height:315px;
	font-size:1.25em;
	width:225px;
	display:inline-block;
	text-align:center;
	font-family: 'GothamRounded-Book';
}

.block.info h1 {
	text-transform: uppercase;
	color:#454545;
	font-size:1.85em;
	margin:0 0 20px;
	padding:0 10px;
	font-family: 'GothamRounded-Book';
}

.block.square .block.info .category {
	font-size:1.15em;
}


.contacts {
	width:100%;
	position:absolute;
	bottom:50px;
	z-index:10;
	clear:both;
	color:#cacaca;
	text-transform: uppercase;
	font-size:1.5em;
	height:244px;
	padding:50px 30px;
	background-color:#f5f5f5;
}

.logo_contacts {
	position:absolute;
	right:30px;
	bottom:50px;
}

.contacts p {
	margin:0 0 15px;
	padding:0;
	line-height: 1.1;
	font-size:0.8em;
}

.contacts p:last-child {
	margin-bottom:0;
}

.contacts a {
	color:#cacaca;
}

h1.page-title, h2, h3, h4, h5 {
	font-family: 'GothamRounded-Book';
}

.entry-thumbnail {
	height:500px;
	overflow:hidden;
}

.entry-thumbnail > img {
	display:none;
	width:100%;
	height:auto;
}

h1.entry-title {
	font-family: 'GothamRounded-Book';
	font-size:1.35em;
	margin:0 0 25px 0;
	line-height: 1;
	text-transform: uppercase;
}

.wrap-it {
	padding:50px 30px 0 0;
}
.date-stripe_wrap {
	padding:0 0 0 30px;
}

.date-stripe {
	border-bottom:1px solid #d1d4d8;
	width:100%;
	color:#d1d4d8;
	text-align: right;
	margin-top:50px;
	margin-bottom:50px;
	padding-bottom: 10px;
}

.paging-navigation {
	text-align:center;
	margin-bottom:50px;
}

.paging-navigation a {
	margin:0 30px;
	font-size:1.5em;
}

.gallery {
	margin-top:30px;
}

.gallery .image {
	height:600px;
	width:100%;
}

.share-it {
	width:100%;
	padding:40px;
	text-align: center;
}
.share-it .share-title {
	margin-bottom:40px;
	color:#c9c9c9;
	text-transform: uppercase;
	text-align:center;
	font-size:1.5em;
}

.share-it .facebook {
	width:101px;
	height:101px;
	display:inline-block;
	background:url(images/facebook.png) left top no-repeat;
	margin:0 20px;
}

.share-it .twitter {
	width:101px;
	height:101px;
	display:inline-block;
	background:url(images/twitter.png) left top no-repeat;
	margin:0 20px;
}

.share-it .stripe {
	height:1px;
	width:100%;
	border-bottom:1px solid #d1d4d8;
	padding-top:40px;
	clear:both;
}

.related {
	overflow:hidden;
}

.related .title {
	text-align: center;
		margin-bottom:40px;
	color:#c9c9c9;
	text-transform: uppercase;
	font-size:1.5em;
}

.social {
	display:inline-block;
	line-height:0px;
	padding-top:16px;
	float:right;
	height:37px;
	overflow: hidden;
}

.bx-wrapper {
	height:500px;
}

.news_slider, .news_slider li {
	height:500px;
	padding:0;
}

.gallery .bimage {
	height:600px;
}

#secondary_menu {
	display:none;
}

.swipe_for_next {
	display:none;
}


.hello {
	margin-top:40px;
	border-top:1px solid #d1d4d8;
	padding-top:50px;
	text-align: center;
	padding-bottom:10px;
}

.hello h4 {
	text-align: center;
	margin: 0 0 35px;
	color:#c9c9c9;
	text-transform: uppercase;
	font-size:1.5em;
}

.hello .twitter {
	width:101px;
	height:101px;
	display:inline-block;
	background:url(images/twitter.png) left top no-repeat;
	margin:0 00px 40px 20px;
}

.hello .facebook {
	width:101px;
	height:101px;
	display:inline-block;
	background:url(images/facebook.png) left top no-repeat;
	margin:0 20px 40px 0px;
}

.hello .linkedin {
	width:101px;
	height:101px;
	display:inline-block;
	background:url(images/linkedin.png) left top no-repeat;
	margin:0 20px 40px 0;
}

.hello .email {
	width:101px;
	height:101px;
	display:inline-block;
	background:url(images/email.png) left top no-repeat;
	margin:0 0px 40px 20px;
}

.fancybox-lock .fancybox-overlay {
	margin-left:225px;
	background:url(images/transp98.png) left top repeat;
}

.fancybox-close {
	background:url(images/close.png) left top no-repeat;
	width:40px;
	height:40px;
	position:fixed;
	top:50px;
	right:50px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 40px;
	margin-top: -20px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-next span {
	background:url(images/arrows.png) right top no-repeat;
	right:-50px;
	visibility: visible;
}

.fancybox-prev span {
	background:url(images/arrows.png) left top no-repeat;
	left:-50px;
	visibility: visible;
}

.mobile {
	display:none;
}

.slide_footer {
	display:none;
}

.studio_row {
	padding:0 20px;
	display:inline-block;
}

.home-link {
	background:url(images/dynamic_logo.png) left top no-repeat;
	width:160px;
	height:19px;
	display:inline-block;
}

.home-link.hovered {
	background:url(images/superb.png) left top no-repeat;
	height:152px;
		/*transition: top 0.2s;
    -webkit-transition: top 0.2s;*/
}

.superb {
	width:160px;
	height:0;
	display:inline-block;
	background:url(images/superb.png) left top no-repeat;
	margin-top:-50px;
	opacity:0;
}








/*RESPONSIVE*/

@media screen and (max-width: 768px) {
  #secondary_menu {
	display: block;
	height:80px;
	padding-top:80px;
	position:fixed;
	top:0;
	overflow:hidden;
	z-index:80;
	background-color: #FFF;
	width:100%;
	text-align: center;
  }

  #content {
  	padding-left: 0;
  }

  .work-entry {
  	display:none;
  }

  #secondary_menu.open {
	max-height: 100%;
	height:100%;
	overflow-y: scroll;
  }

  #secondary {
  	display:none;
  }

  .wrap-it {
  	padding-left:30px;
  }

  .fancybox-lock .fancybox-overlay {
  	margin-left: 0;
  	margin-top:80px;
  }




	#menu-main {
		margin:0;
	}

	#menu-main > li {
		border-top:1px solid #f3f3f3;
	}

	#menu-main .sub-menu {
		padding:0;
	}

	#menu-main .sub-menu li a {
		text-transform: uppercase;
	}

	#menu-main li a {
		margin:5px 0;
	}

	#menu-main > li.parent > a, .menu-item-17 > a {
		background:url(images/drop.png) right center no-repeat;
		padding-right:20px;
	}

	#trigger {
		height:80px;
		width:100%;
		position:absolute;
		top:0;
	}

	#trigger .home-link {
		margin:0;
		left:20px;
		top:30px;
		position:absolute;
		margin:0;
	}

	.entry-thumbnail {
		height:380px;
	}

	.stripes {
		width:28px;
		height:23px;
		background:url(images/stripes.png) left top no-repeat;
		position:absolute;
		right:20px;
		top:28px;
		z-index:100;
	}

	.open .stripes, .stripes:hover {
		background:url(images/stripes.png) left bottom no-repeat;
	}

	article {
		position:relative;
	}

	.bx-wrapper, .news_slider, .news_slider li {
		height:380px;
	}

	.swipe_for_next {
		height:74px;
		text-align: center;
		width:320px;
		position:absolute;
		line-height: 74px;
		top:153px;
		left:50%;
		margin-left:-160px;
		color:#454545;
		z-index:100;
		font-size:1.6em;
		background: url(images/transp.png);
		display:block;
	}

	#page {
		padding-top:80px;
	}

	.home #page {
		padding-bottom:80px;
	}

	.plus_symbol {
		display:none;
	}
}

@media screen and (max-width: 640px) {
	.copyright {
		display:none;
	}
	.home .social {
		display:none;
	}

	.social {
		float:none;
		padding-left:40px;
		overflow: hidden;
		height:37px;
	}

	.home #colophon {
		display:none;
	}

	footer#colophon .site-info {
		text-align: center;
		padding:14px 0 0;
		height:80px;
	}

	.slide_footer {
		height: 50px;
		background: url(images/transp.png) left top repeat;
		width: 100%;
		margin-top: -50px;
		position: absolute;
		bottom: 0;
		line-height: 50px;
		z-index: 3;
		font-size: 1em;
		display:block;
		left:0;
	}

	.home .bx-wrapper .bx-pager {
		width:100%;
		right:0;
		left:0;
		bottom:10px;
		text-align:center;
	}

	.bx-pager-item {
		float:none !important;
		height:30px !important;
		width:auto !important;
	}

	.bx-wrapper .bx-pager.bx-default-pager a {
		position:static !important;

	}

	.home .bx-wrapper .bx-pager.bx-default-pager a.active, .home .bx-wrapper .bx-pager.bx-default-pager a:hover {
		background:url(images/phone_active.png) center center no-repeat;
		height:30px;
		width:30px;
		margin:0 2.5px;
		display:block;
	}
	.home .bx-wrapper .bx-pager.bx-default-pager a {
		background:url(images/phone_passive.png) center center no-repeat;
		height:30px;
		width:30px;
		margin:0 2.5px;
		display:block;
	}

	.share-it a {
		width:60px !important;
		height:61px  !important;
	}

	.share-it .facebook {
		background:url(images/phone_facebook.png) right top no-repeat;
	}

	.share-it .twitter {
		background:url(images/phone_twitter.png) left top no-repeat;
	}

	.contacts {
		padding:30px 20px 150px;
	}

	.logo_contacts {
		position: absolute;
		right: 20px;
		bottom: 30px;
	}

	.entry-thumbnail {
		height:230px;
	}

	.bx-wrapper, .news_slider, .news_slider li, .gallery .bimage {
		height: 230px;
	}

	h1.entry-title {
		font-size:1.5em;
	}
	.entry-content {
		font-size:1.3em;
	}
	.studio_row {
		padding:0;
		display:inline-block;
	}
}

.entry-content img.size-full {
	max-width:100%;
	height:auto;
}

.home footer#colophon {
	background: none;
}
































