/*
Date: 13.08.2012
Author: Marcau Alexandru Cristian
Company: Touch Media
Website: www.touch-media.ro
Project: Fraubath
*/

/* Start CSS Reset */
* { margin:0; padding:0; border:0; zoom:1; }
.clear { height:0px; line-height:0px; display:block; clear:both; }
.clear2 { height:1px; line-height:1px; display:block; clear:both; }
li { list-style-type:none; }
img { border:0; }
.opac { opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }
.opac:hover { opacity:0.9; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); }
/* End css Reset */

@font-face {
    font-family: 'dosisbold';
    src: url('../fonts/dosis-bold-webfont.eot');
    src: url('../fonts/dosis-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-bold-webfont.woff') format('woff'),
         url('../fonts/dosis-bold-webfont.ttf') format('truetype'),
         url('../fonts/dosis-bold-webfont.svg#dosisbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dosisbook';
    src: url('../fonts/dosis-book-webfont.eot');
    src: url('../fonts/dosis-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-book-webfont.woff') format('woff'),
         url('../fonts/dosis-book-webfont.ttf') format('truetype'),
         url('../fonts/dosis-book-webfont.svg#dosisbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dosislight';
    src: url('../fonts/dosis-light-webfont.eot');
    src: url('../fonts/dosis-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-light-webfont.woff') format('woff'),
         url('../fonts/dosis-light-webfont.ttf') format('truetype'),
         url('../fonts/dosis-light-webfont.svg#dosislight') format('svg');
    font-weight: normal;
    font-style: normal;
}
html{
	overflow-x: hidden;
}
body {
	background:url('../images/clouds.png') no-repeat center top, url('../images/bg.jpg') no-repeat center top;
	overflow-x:hidden;
	background-size:auto, cover;
}
.wrap {
	width:960px;
	margin:0 auto;
	position:relative;
}
.wrap2 {
	width:960px;
	margin:0 auto;
	position:relative;
}
@media all and (min-width: 0px) and (max-width: 1000px){

	.wrap {
		width:100%;
	}
	.wrap2 {
		width:100%;
	}
	
}
.clothes {
	width:1157px;
	height:278px;
	background:url('../images/clothes.png') no-repeat right top;
	position:absolute;
	top:0;
	left:303px;
}
.clothes a {
    display: block;
    float: right;
    height: 100%;
    position: relative;
    width: 55%;
    z-index: 3;
}
header {
	position:relative;
}
.content {
	position:relative;
}
#logo{
    display: block;
    height: 200px;
    position: relative;
    text-align: center;
}
.logo {
    display: block;
    height: 163px;
    width: 393px;
}
.logox{
    display: inline-block;
    height: 163px;
    margin-top: 30px;
    width: 400px;
}
@media all and (min-width: 0px) and (max-width: 450px){
	.logo {
		width:90%;
		height:auto;
		margin-top:5%;
	}
}
.nav-container {
	width:740px;
	margin:29px auto 0;
}
.nav {
	display:block;
	width:1000px;
	height:63px;
	background:url('../images/menu-bg.png') no-repeat;
	margin-left:-217px;
}
.small-menu {
	display:inline-block;
	float:left;
	margin-left:250px;
}
.small-menu li {
	float:left;
}
.small-menu a {
	display:inline-block;
	margin-left:18px;
	font:17px/63px dosisbold;
	color:#FFF;
	text-decoration:none;
}
.small-menu a:hover {
	text-decoration:underline;
}
.big-menu {
	display:inline-block;
	float:left;
	margin-left:26px;
	height:27px;
	margin-top:20px;
}
.big-menu li {
	float:left;
	position:relative;
	z-index: 5;
}
.big-menu a {
	display:block;
	height:27px;
	font:16px/27px dosisbold;
	color:#436982;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:23px;
	padding:0 8px;
}
.big-menu a:hover, .big-menu a.active {
	background:#FFF;
}
.big-menu ul li ul li {
	float:none;
	clear:both;
}
.big-menu ul li ul li a {
	font-family:dosislight;
	font-size:17px;
	text-transform:none;
	background:rgba(255,255,255,0.6);
	margin-top:2px;
	white-space:nowrap;
}
.big-menu ul li ul li a:hover {
	font-family:dosisbold;
	font-size:17px;
}
.big-menu .submenu {
	display:none;
	position:absolute;
	left:0;
	top:27px;
}

nav {
	display:none;
}
@media all and (min-width: 0px) and (max-width: 785px){

	.nav-container {
		display:none;
	}
	
	.small-menu2 {
		display: block;
	}
	.small-menu2 a {
		display: inline-block;
		font:17px dosisbold;
		color:#FFF;
		text-decoration:none;
	}
	.small-menu2 a:hover {
		text-decoration:underline;
	}
	.big-menu2 {
		display: block;
  	  height: 27px;
	}
	.big-menu2 li {
		position:relative;
	}
	.big-menu2 a {
		display: inline-block;
		height:27px;
		font:16px/27px dosisbold;
		color:#436982;
		text-transform:uppercase;
		text-decoration:none;
	}
	.big-menu2 a:hover, .big-menu2 a.active {
		background:#FFF;
	}
	.big-menu2 .submenu a:hover, .big-menu2 .submenu a.active{
		background: none;
	}
	.big-menu2 .submenu li:hover{
		background: #fff!important;
	}
	.big-menu2 ul li ul li {
		float:none;
		clear:both;
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
		margin-top:2px;
		padding: 0;
	}
	.big-menu2 ul li ul li a {
		font-family:dosislight;
		font-size:17px;
		text-transform:none;
		white-space:nowrap;
	}
	.big-menu2 ul li ul li a:hover {
		font-family:dosisbold;
		font-size:17px;
	}
	.big-menu2 .submenu {
		display:none;
		position:absolute;
		left:0;
		z-index:10;
		top: 2px;
	}
	.submenu.item01{left:164px;}
	.submenu.item02{left:114px;}
	.submenu.item03{left:226px;}
	.submenu.item04{left:111px;}
	nav {
	    background: url("../images/small-nav1.png") no-repeat scroll 0 0 transparent;
	    display: block;
	    height: 202px;
	    margin: 29px 0 45px;
	    position: relative;
	    width: 100%;
	}
	nav .top-nav {
		font:17px/40px dosisbold;
		color:#FFF;
		padding-left:20px;
		background:#4C8FEC;
		display: none;
	}
	nav .menu-icon {
		display:block;
		width:40px;
		height:40px;
		background:url('../images/menu-icon.png') center #4C8FEC;
		float:right;
		padding:0;
	}
	nav ul { 
		background: none;
		display: block;
	}
	nav li {
		padding: 4px 40px;
	}
	nav li a {
		padding: 0 10px;
	}
	
}
.design-text {
	width:530px;
	background:url('../images/portofolio-top-box.png') repeat-y;
	margin-left:128px;
	margin-top:34px;
	float:left;
	padding-right:20px;
}
.design2 {
	background:url('../images/portofolio-top-box.png') repeat-y;
	margin-left:128px;
	margin-top:35px;
}
.design-text h1 {
	font:30px/23px dosisbold;
	color:#98561d;
	margin-left:35px;
	padding-top:33px;
}
.design-text h2 {
	font:30px/23px dosisbold;
	color:#d77e39;
	margin-left:35px;
}
.design2 h3 {
	font:30px/23px dosislight;
	color:#98561d;
	margin-left:35px;
	padding-top:33px;
}
.design2 h4 {
	font:30px/23px dosisbold;
	color:#98561d;
	margin-left:35px;
}
.design-desc {
	font:15px/21px dosisbook;
	color:#98561d;
	margin-left:35px;
	padding-top:20px;
	padding-bottom:30px;
}
.design-desc a{
	font:15px/21px dosisbook;
	color:#98561d;
	text-decoration: none;
}
.design-clouds {
	width:204px;
	height:203px;
	background:url('../images/design-pdf-clouds.png') no-repeat center top;
	float:right;
	margin-right:60px;
	margin-top:60px;
	font:17px/22px dosisbold;
	color:#436982;
	text-decoration:none;
	text-indent:-9999px;
}
.design-clouds:hover {
	background:url('../images/design-pdf-clouds.png') no-repeat center bottom;
	text-decoration:underline;
}
.back-top {
	display:block;
	width:62px;
	height:37px;
	background:url('../images/back-top.png') no-repeat 5px 3px;
	float:right;
	margin-right:100px;
	margin-top:8px;
}
.back-top:hover {
	width:62px;
	height:37px;
	background-position:left bottom;
}

@media all and (min-width: 785px) and (max-width: 1000px){

	.design-text {
		margin-left:5%;
		width:62%;
	}
	.design-clouds {
		width:22%;
		margin-left:3%;
		margin-right:5%;
	}
	.back-top {
		margin-right:10%;
	}

}
@media all and (min-width: 500px) and (max-width: 800px){
	.illustration-pdf.x2{
		top: -25px!important;
	}
}
@media all and (min-width: 0px) and (max-width: 500px){
	.design-clouds, .illustration-pdf{
		display: none!important;
	}
}
@media all and (min-width: 0px) and (max-width: 785px){
	
	.content {
		margin:0 20px;
	}
	.design-text {
		margin-left:0;
		margin-top:15px;
		float:none;
		clear:both;
		width:auto;
		padding-right:20px;
	}
	
	.design-clouds {
	    display: block;
	    font-size: 0;
	    height: 202px;
	    margin-top: 10px;
	    position: absolute;
	    right: -70px;
	    top: 15px;
	    width: 206px;
	}
	.back-top {
		margin-right:5%;
	}
	
}
.design2 {
	height:352px;
	display:block;
	width:100%;
}
.design-items {
	margin-left:67px;
	position:relative;
	margin-top:10px!important;
	z-index:2;
}
.design-items li {
	float:left;
}
.design-items .item {
	display:block;
	width:122px;
	height:134px;
	background:url('../images/item-bg.png') no-repeat;
	padding-left:24px;
	padding-top:8px;
	float:left;
	margin-right:6px;
	margin-bottom:7px;
	text-align:left;
}
@media all and (min-width: 0px) and (max-width:785px){

	.design2 {
		margin-left:0px;
		margin-top:27px;
		width:100%;
	}
	.design-items {
		text-align:center;
		margin-left:10px;
	}
	.design-items .inner {
		display:inline-block;
	}
	.design-items li {
		display:inline-block;
		float:none;
	}
	.addthis_toolbox, .fb-like{
		bottom: -32px!important;
	    margin-left: 13%!important;
	    right: auto!important;
	    position: absolute!important;
	    width: 155px!important;
	    z-index: 5!important;
	}
}

.x{
	width:730px;
	background:url('../images/portofolio-top-box.png') repeat-y;
	margin: 0 auto 0;
	position:relative;
	z-index:11;
}
footer .copyright {
	font:17px/65px dosislight;
	color:#436982;
	margin-left:35px;
}
footer .print-cloud {
	display:block;
	width:87px;
	height:49px;
	background:url('../images/print-cloud.png') no-repeat left top;
	position:absolute;
	top:-34px;
	left:393px;
}
footer .print-cloud:hover {
	width:104px;
	height:59px;
	background-position:left bottom;
	top:-39px;
	left:384px;
}
@media all and (min-width: 0px) and (max-width:520px){

	footer .print-cloud {
		left:212px;
	}
	
	footer .print-cloud:hover {
		left:212px;
	}

}
@media all and (min-width: 380px) and (max-width:980px){
	.contact-content{
		margin-bottom: 50px!important;
	}

	.contact .follow-back {
	    margin-top: 70px;
	}
}
.follow .content {
	margin:0;
}
.follow.wrap {
	width:100%;
}
.enter-character {
	display:block;
	width:90%;
	height:auto;
	max-width:832px;
	margin:5% auto;
}
.clothesline {
	width:100%;
	height:475px;
	max-width:1920px;
	background:url("../images/clotheslineW.png") no-repeat scroll center top / cover  rgba(0, 0, 0, 0);
}
.clothesline2 {
	width:960px;
	height:475px;
	margin:0 auto;
	position:relative;
	z-index:7;
}
.clothesline21 {
	width:32.5%;
	height:auto;
	display:block;
	float:left;
}
.clothesline22 {
	width:18.5%;
	height:auto;
	display:block;
	float:left;
}
.clothesline23 {
	width:21.5%;
	height:auto;
	display:block;
	float:left;
}
.clothesline24 {
	width:27.5%;
	height:auto;
	display:block;
	float:left;
}

@media all and (min-width: 0px) and (max-width:960px){
	
	.clothesline {
		height:0;
		padding-bottom:50%;
	}
	.clothesline2 {
		width:100%;
		height:100%;
	}
	
}

.follow-back {
	display:block;
	width:62px;
	height:37px;
	background:url('../images/follow-back.png') no-repeat;
	float:right;
	margin-right: -4px;
}
.follow-back:hover {
	background-position:left bottom;
}
.illustration-pdf {
	display:block;
	width:167px;
	height:111px;
	background:url('../images/illustration-pdf.png') no-repeat left top;
	position:absolute;
	top:40px;
	right:60px;
	text-indent:-9999px;
}
.illustration-pdf:hover {
	background:url('../images/illustration-pdf.png') no-repeat left bottom;
}
.another-cloud{
	display: block;
	background: url(../images/about-cloud1.png) no-repeat scroll left top;
	width: 47px;
	height: 27px;
	margin-left: 155px;
    margin-top: 235px;
}
.youtube-cloud {
	display:block;
	width:112px;
	height:62px;
	background:url('../images/youtube-cloud.png') no-repeat left top;
	position:absolute;
	top:55px;
	right:128px;
	text-indent:-9999px;
}
.youtube-cloud:hover {
	background:url('../images/youtube-cloud.png') no-repeat left bottom;
}

@media all and (min-width: 475px) and (max-width:800px){

	.youtube-cloud {
		right:10px;
	}

}

@media all and (min-width: 0px) and (max-width:475px){

	.illustration-pdf {
		width:100%;
		height:auto;
		background:none;
		text-indent:0;
		font:17px/22px dosisbold;
		color:#436982;
		text-decoration:none;
		position:static;
		margin-top:10px;
		margin-bottom:-10px;
	}
	.illustration-pdf:hover {
		text-decoration:underline;
		background:none;
	}
	.youtube-cloud {
		display:none;
	}
	.vjs-duration,
	.vjs-time-divider
	{display: none}
	
}
@media all and (min-width: 0px) and (max-width:360px){
	.vjs-current-time{
		display: none;
	}
}

.item-details {
	position:relative;
}
.item-details.landscape {
	display:block;
	width:754px;
	height:539px;
	background:url('../images/img-big1-container.png') no-repeat;
	background-size:100% 100%;
	margin-left:68px;
	margin-top:28px;
	margin-bottom:20px;
	position:relative;
}
.item-details.landscape img {
	width:95.22%;
	height:94.06%;
	margin-top:1.19%;
	margin-bottom:3.05%;
	margin-left:3.58%;
	margin-right:1.20%;
}
.item-details.landscape iframe {
	width:95.22%;
	height:94.06%;
	margin-top:1.19%;
	margin-bottom:3.05%;
	margin-left:3.58%;
	margin-right:1.20%;
	position:absolute;
	top:0;
	left:0;
}
.documentary1 .item2 {
	height:100%;
	padding-bottom:20px;
	background-size:100% 100% !important;
}
.item-details.portrait {
	display:inline-block;
	width:601px;
	height:831px;
	background:url('../images/img-big2-container.png') no-repeat;
	background-size:100% 100%;
	margin-left:68px;
	margin-top:28px;
	margin-bottom:20px;
}
.item-details.portrait img {
	width:93.34%;
	height:95.78%;
	margin-top:1.66%;
	margin-bottom:4.15%;
	margin-left:5%;
	margin-right:1.66%;
}
.top-img-container {
	position:relative;
}
.item-text.portrait {
    display: inline-block;
    margin-bottom: 50px;
    margin-left: 20px;
    position: relative;
    vertical-align: bottom;
}
.title {
	margin-left:128px;
	margin-top:35px;
}
.title h3 {
	font:30px/23px dosislight;
	color:#98561d;
	margin-left:35px;
	padding-top:33px;
}
.title h4 {
	font:30px/23px dosisbold;
	color:#98561d;
	margin-left:35px;
}
.list .item2 {
	background:url('../images/portofolio-top-box.png') no-repeat 128px top;
	background-size:100% 100%;
}
.list .design-items {
	margin-top:0;
}
.item-text {
	margin-left:162px;
	margin-bottom:20px;
	width:21%;
}
.item-text .name {
	font:17px/20px dosisbold;
	color:#98561d;
}
.item-text .type {
	font:15px/18px dosisbook;
	color:#98561d;
}
.item-text .info {
	font:13px/16px dosisbook;
	color:#98561d;
	margin-top:7px;
}
.item-text .info strong {
	font:13px/16px dosisbold;
	font-weight:normal;
}
@media all and (min-width: 0px) and (max-width:410px){
	.item-text.portrait .type{
		font: 12px/14px dosisbook;
	}
}

@media all and (min-width: 0px) and (max-width:900px){
	
	.item-details.landscape {
		height:0;
		padding-bottom:57%;
		width:80%;
		margin:20px auto;
	}
	.item-details.portrait {
		height:0;
		//padding-bottom:110.50%;
		padding-bottom:90%;
		width:65%;
		margin:20px 0 20px 5%;
		float:left;
	}
	.list .item2 {
		background-position:0px top;
	}
	.title {
		margin-left:0px;
	}
	.item-text.landscape {
		margin-left:34px;
		width:90%;
	}
	
}
.contact-cloud {
	width:121px;
	height:92px;
	background:url('../images/contact-cloud.png') no-repeat center top;
	float:right;
	margin-right:110px;
	margin-top:60px;
	font:17px/22px dosisbold;
	color:#436982;
	text-decoration:none;
	text-indent:-9999px;
}
.contact-cloud:hover {
	background:url('../images/contact-cloud.png') no-repeat center bottom;
	text-decoration:underline;
}
@media all and (min-width: 785px) and (max-width: 1000px){

	.contact-cloud {
		width:26%;
		margin-left:1%;
		margin-right:5%;
	}

}
@media all and (min-width: 0px) and (max-width: 785px){

	.contact-cloud {
		display: none;
	}
	
}
.arrow-left {
	display:block;
	width:44px;
	height:42px;
	background:url('../images/arrow-left.png') no-repeat;
}
.arrow-right {
	display:block;
	width:44px;
	height:42px;
	background:url('../images/arrow-right.png') no-repeat;
}
.portrait .arrow-left, .landscape .arrow-left {
	position:absolute;
	top:50%;
	left:-10%;
}
.portrait .arrow-right, .landscape .arrow-right {
	position:absolute;
	top:50%;
	right:-10%;
}
.hello {
	font:30px/25px dosislight;
	color:#98561d;
	margin-top:35px;
	margin-left:35px;
}
.hello strong {
	font:30px/25px dosisbold;
	color:#98561d;
}
.hello span {
	font:30px/25px dosisbold;
	color:#d77e39;
}
.h11 {
	color:#d77e39 !important;
}
.top10 {
	 margin-top:10px;
}
.titlenews {
	font:30px/25px dosisbold;
	color:#98561d;
	margin-top:35px;
	margin-left:35px;
}
.titlenews span {
	font:30px/25px dosislight;
	color:#98561d;
}
.titlepress {
	font:17px/15px dosislight;
	color:#98561d;
	margin-top:35px;
	margin-left:35px;
}
.titlepress span {
	font:17px/25px dosisbold;
	color:#98561d;
	display: block;
}
.right-clouds {
	width:149px;
	height:235px;
	float:right;
	margin-right:60px;
	margin-top:60px;
}

@media all and (min-width: 0px) and (max-width: 785px){
	.right-clouds {
		display:none;
	}
	.press .follow-back{
		margin-right:0px!important;
	}
}
.press-cloud {
	display:block;
	width:96px;
	height:86px;
	background:url('../images/press-cloud.png') no-repeat left top;
	background-size:cover;
	float:right;
	font:17px/22px dosisbold;
	color:#436982;
	text-decoration:none;
	text-indent:-9999px;
}
.press-cloud:hover {
	background:url('../images/press-cloud.png') no-repeat left bottom;
}
.vita-cloud {
	display:block;
	width:83px;
	height:46px;
	background:url('../images/vita-cloud.png') no-repeat left top;
	background-size:cover;
	float:left;
	font:17px/22px dosisbold;
	color:#436982;
	text-decoration:none;
	text-indent:-9999px;
}
.vita-cloud:hover {
	background:url('../images/vita-cloud.png') no-repeat left bottom;
}
.youtube2-cloud {
	display:block;
	width:112px;
	height:62px;
	background:url('../images/youtube2-cloud.png') no-repeat left top;
	background-size:cover;
	float:right;
	margin-top:40px;
	font:17px/22px dosisbold;
	color:#436982;
	text-decoration:none;
	text-indent:-9999px;
}
.youtube2-cloud:hover {
	background:url('../images/youtube2-cloud.png') no-repeat left bottom;
}
.footer-container {
	width:730px;
	margin: 0 auto 0;
	position:relative;
}
.big-mama {
    background: url(../images/big-mama.png) no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    height: 574px;
    left: -246px;
    position: absolute;
    width: 895px;
    z-index: 10;
}
.contact .footer-container, .contact footer {
	margin-top:0;
}
.contact .wrap2 {
	margin-top:-100px;
	position:relative;
}
.contact-title {
	font:30px/30px dosisbold;
	color:#98561d;
	margin-left:130px;
	padding-top:120px;
}
.contact .col-1 {
	width:240px;
	float:left;
	margin-left:130px;
	margin-top:35px;
	position: relative;
	z-index: 12;
}
.contact .col-1 a{
	text-decoration: none;
	color: #98561D;
}
.contact .col-2 {
	width:240px;
	float:left;
	margin-top:15px;
	position: relative;
	z-index: 12;
}
.contact .name {
	font:15px/15px dosisbook;
	color:#98561d;
	margin-top: 2px;
}
.contact .contact-text {
	font:15px/20px dosisbook;
	color:#98561d;
	margin-top:25px;
}
.contact .contact-text strong {
	font-weight:normal;
	font-family:dosisbold;
}
.contact .contact-text2 {
	font:15px/20px dosisbook;
	color:#98561d;
	margin-top:20px;
}
.contact .contact-text2 strong {
	font-weight:normal;
	font-family:dosisbold;
}
.contact-content {
	background:url('../images/contact-bg.png') repeat-x left bottom;
	position:relative;
	min-height:500px;
	margin-left:200px;
	width:630px;
}
.contact .follow-back {
	position:absolute;
	right:-94px;
	bottom:140px;
	margin-right:0;
}
.press .follow-back{
	margin-right:100px;
}
.contact .print-cloud {
	display:block;
	width:104px;
	height:59px;
	background:url('../images/print-cloud.png') no-repeat left top;
	position:absolute;
	right:-124px;
	bottom:43px;
}
.contact .print-cloud:hover {
	background-position:left bottom;
}
@media all and (min-width: 770px) and (max-width: 999px){
	.contact-title {
	    text-indent: 19%!important;
	}
}

@media all and (min-width: 0px) and (max-width:1000px){
	.big-mama {
		display:none;
	}
	
	.contact-title {
	    margin-bottom: 10px;
	    margin-left: 0;
	    text-align: left;
	    text-indent: 8%;
	}
	.contact-content {
		width:80%;
		margin:0 10%;
		min-height:auto;
		height:auto;
	}
	.contact .print-cloud {
		display:none;
	}
	.contact .follow-back {
		position:static;
	}
}
@media all and (min-width: 380px) and (max-width:770px){
	.contact .col-1 {
		width:35%;
		margin-left:8%;
	}
	.contact .col-2 {
		width:35%;
		margin-left:8%;
	}
}
@media all and (min-width: 0px) and (max-width:380px){
	.contact .col-1 {
		width:80%;
		margin:5% 10%;
	}
	.contact .col-2 {
		width:80%;
		margin:5% 10%;
	}
	.contact-title {
		margin-left:0;
		margin-bottom:10px;
	}
}
.content.crd {
    background: url("../images/credits-header.png") no-repeat scroll left -5px transparent;
    margin-left: 12%;
    overflow: hidden;
    position: relative;
    width: 72%;
}
.credits {
    background: none repeat scroll 0 0 #F7FAFB;
    color: #98561D;
    float: left;
    font-family: dosisbook;
    font-size: 15px;
    margin-top: 195px;
    padding: 32px;
    width: 100%;
}
.credits h3{
	margin-top: -120px;
	font-family: dosisbold;
	font-size: 17px;
}
.credits h4{
	font-size: 17px;
}
.credits a{
	color: #98561D;
	text-decoration: none;
}
.also-container-vid{
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.also-container img{
	cursor: pointer;
}
.top-img-container{
	display: none;
}
.titlepress a{
	text-decoration: none;
	color: #98561D;
}
.addthis_toolbox, .fb-like{
	bottom: 14px;
    position: absolute!important;
    right: -28px;
    width: 155px;
    z-index: 5;
}

.wrap.follow.contact #content{
	padding-bottom: 65px;
}


/* BEGIN keep footer at bottom */
html,body{
	margin:0;
	padding:0;
	height: 100%;
}
#page{
	min-height: 100%;
	position: relative;
}
#content{
	padding-bottom: 140px;
}
footer{
   	width:100%;
   	bottom: 0;
	height: 65px;
	position: absolute;
}
/* END keep footer at bottom */