@import url('reset.css');
body{
	color:#000;
	font-family:'Georgia', 'Trebuchet MS', serif;
	font-size:12px;
}


.clr{
	clear:both;
}
a{
	color:#B50F29;
	text-decoration:underline;
}
a.more_link{
	color:#EF1010;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	font-family:'Droid Sans', Tahoma, Areal, Helvetica, sans-serif;
	font-style:normal;
}
a.more_link:hover{
	border-bottom:1px dotted #ddd;
}
.clr{
	clear:both;
}
.container-top {
	position:relative;
	width: 85%;
	min-width:330px;
	max-width:1024px;
	margin-top: 74px;
	margin-left: 4%;
	text-align: left;
	margin-right: 11%;
	padding: 0px;
}
.container {
	position:relative;
	width: 85%;
	min-width:330px;
	max-width:1024px;
	margin-top: 7px;
	margin-left: 4%;
	text-align: left;
	margin-right: 11%;
	padding: 0px;
}
.links {

}
.links a{
	font-family: 'bebas_neueregular', Tahoma, Areal, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	background:#444;
	border-radius:0px;
	margin-bottom:4px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	float: right;
	padding-right: 7px;
	margin-right: 0px;
	background-color: #B50F29;
	margin-left: 7px;
}

.links a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

.links-s {

}
.links-s a{
	font-family: 'bebas_neueregular', Tahoma, Areal, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	background:#444;
	border-radius:0px;
	margin-bottom:4px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	float: right;
	padding-right: 7px;
	margin-right: 0px;
	background-color: #B50F29;
	margin-left: 7px;
}

.links-s a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.links-s-grey {
	font-family: 'bebas_neueregular', Tahoma, Areal, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	background:#444;
	border-radius:0px;
	margin-bottom:4px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	float: right;
	padding-right: 7px;
	margin-right: 0px;
	background-color: #CCCCCC;
	margin-left: 7px;
}
.box {
	border-radius:opx;
	margin-bottom:2px;
	margin-left: 3px;
	margin-right: 13px;
	padding-top: 33px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 33px;
	background-image: url(../images/transp.png);
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B50F29;
}

.clear {
	clear: both;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




h1 {
	font-family: 'bebas_neueregular', Tahoma, Areal, Helvetica, sans-serif;
	font-size: 60px;
	color: #C0D1E6;
	margin: 0px;
	padding: 0px;
	line-height: 36px;
	display: inline;
}
h2 {
	font-family: 'bebas_neueregular', Tahoma, Areal, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: 'bebas_neueregular', Tahoma, Areal, Helvetica, sans-serif;
	font-size: 21px;
	color: #000000;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: 'bebas_neueregular', Tahoma, Areal, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	background:#444;
	border-radius:0px;
	margin-bottom:4px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 0px;
	background-color: #B50F29;
	margin-left: -6px;
	float: left;
	clear: right;
	margin-top: 3px;
	letter-spacing: 0.1em;
}

.overlay{
	background-color:#000;
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
	display:none;
}
.bg-img{
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
	z-index:100;
}
.full-view-elements{
	display:none;
}
.full-view{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
}
.small-font{
	position:relative;
	padding:20px 30px;
	background:#222;
	float:left;
	color:#fff;
	margin:5px;
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	box-shadow:1px 1px 3px rgba(0,0,0,0.3);
}
.fancy{
	font-family:'Ovo', 'Georgia', Baskerville, "Hoefler Text", Garamond, serif;
}
.header .fancy{
	font-size:30px;
}
.block .fancy{
	font-size:18px;
}
.header h1 span{
	line-height:60px;
	float: left;
	color:#ef1010;
}
.header h2{
	font-size:30px;
	text-transform:uppercase;
	width:400px;
}
p.subline{
	font-family:'Droid Sans', Arial, sans-serif;
	line-height:20px;
	font-size:11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 7px;
}

.mainfont {
	font-family: "Lucida Grande", Tahoma, Geneva, Verdana, Helvetica, sans-serif;
	font-weight:			normal;
	color:						#000000;
	font-size: 				12px;
	line-height: 			18px;
	text-decoration:	none;
	margin-top: 0px;
}
.mainfont a {
	color: #B50F29;
	text-decoration: underline;
}
.mainfont a:hover {
	color: #493E33;
	text-decoration: underline;
}
.mainfont a:visited {
	color: #B50F29;
	text-decoration: underline;
}
.mainfont li {
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}
.mainfont ul {
	margin-bottom: 0px;
	margin-top: 0px;
}

.block-lg{
	float:left;
	margin:5px;
	padding:33px;
	width:260px;
	background-image: url(../images/transp.png);
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B50F29;
}
.block-small{
	float:left;
	margin:5px;
	padding:33px;
	width:174px;
	background-image: url(../images/transp.png);
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B50F29;
} 
.block-medium{
	float:left;
	margin:5px;
	padding:0mm;
	width:420px;
	max-width:100%;
	background-image: url(../images/transp.png);
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B50F29;
}
.block-lg-medium {
	float:left;
	margin:5px;
	padding:o;
	width:380px;
	max-width:100%;
	background-image: url(../images/transp.png);
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B50F29;
}
.block {
	float:left;
	margin:5px;
	padding:0px;
	width:670px;
	max-width:100%;
	background-image: url(../images/transp.png);
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B50F29;
}
.block p{
	line-height:20px;
	padding-bottom:6px;
	margin-bottom: 5px;
}
.pad {
	padding: 33px;
}
.block h2{
}
.block-lg p{
	line-height:20px;
	padding-bottom:6px;
	margin-bottom: 5px;
}
.block p.subline{
	font-style:normal;
}

.block-lg-medium p{
	line-height:20px;
	padding-bottom:6px;
	margin-bottom: 5px;
}
.block-medium p{
	line-height:20px;
	padding-bottom:6px;
	margin-bottom: 5px;
}
.block-small p{
	line-height:20px;
	padding-bottom:6px;
	margin-bottom: 5px;
}
.block-lg p.subline{
	font-style:normal;
}
.block-lg-medium p.subline{
	font-style:normal;
}
.block-medium p.subline{
	font-style:normal;
}
.block-small p.subline{
	font-style:normal;
}

	
.project-descr{
	display:none;
}
.project-descr-full{
	background:#fff;
	height:186px;
	padding:0;
	position:fixed;
	top:50%;
	width:100%;
	opacity:0.9;
	left:0px;
	margin:-93px 0 0 0;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.project-descr-full-wrapper{
	margin:20px;
	height:146px;
	overflow:hidden;
}
.project-descr-full-content p{
	line-height: 34px;
	padding-bottom: 5px;
	font-size: 20px;
	font-style: italic;
}
.full-view .thumbs-wrapper{
	margin:5px 5px 5px 20px;
	float:right;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 2px 3px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.thumbs-wrapper{
	overflow:hidden;
	position:relative;
}

.thumbs-nav span{
	position:absolute;
	width:22px;
	height:40px;
	background:transparent url(../images/nav.png) no-repeat top left;
	top:50%;
	left:5px;
	margin-top:-20px;
	cursor:pointer;
	text-indent:-9000px;
	display:none;
}
.thumbs-nav span.thumbs-nav-next{
	left:auto;
	right:5px;
	background-position:top right;
}
.thumbs-nav span.thumbs-nav-prev:hover{
	background-position:bottom left;
}
.thumbs-nav span.thumbs-nav-next:hover{
	background-position:bottom right;
}
.full-view-exit{
	background:#222 url(../images/cross.png) no-repeat 10px 50%;
	position:absolute;
	top:5px;
	right:0px;
	cursor:pointer;
	width:50px;
	height:46px;
	text-indent:-9000px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 2px 3px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: width 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	-ms-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}
.full-view-exit:hover{
	width:60px;
}
.full-nav{
	float:right;
	padding-top:5px;
}
.full-nav-prev,
.full-nav-next{
	float:left;
	width:22px;
	height:40px;
	background:transparent url(../images/nav.png) no-repeat bottom left;
	cursor:pointer;
	text-indent:-9000px;
}
.full-nav-next{
	background-position:bottom right;
}
.full-nav-pages{
	float:left;
	line-height:40px;
	font-size:12px;
	padding:0 10px;
	font-style:italic;
	color:#fff;
}
.intro-loading{
	background: transparent url(../images/loading.gif) no-repeat center center;
	opacity:0.6;
}
.loading-small{
	position:absolute;
	top:20px;
	right:20px;
	width:16px;
	height:16px;
	background: transparent url(../images/loading-small.gif) no-repeat center center;
	display:none;
}
/* Footer Style */
.reference{
	position:relative;
	width:100%;
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	z-index:4;
}
.reference a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.reference a:hover{
	color:#fff;
}
.reference a span{
	font-weight:bold;
}
.reference span.right_ab{
	position:absolute;
	right:4px;
}
.intro {
	margin-top: 7px;
}
.img100 {
	max-width: 100%;
	height: auto;
}
.nav-box {
	float: right;
	width: 66%;
	min-width: 270px;
	height: auto;
	margin-right: 13px;
	margin-top: 11px;
	text-align: right;
}
.video100 {
	width: 100%;
	
}
.logo {
	float: left;
	height: 140px;
	width: 300px;
	margin-top: 33px;
	margin-left: 33px;
	padding-top: 16px;
}
.social {
	float: right;
	width: 30px;
	margin-left: 7px;
	margin-bottom: 24px;
}
.print_thumb {
	margin: 0px;
}

hr {
	margin-top:20px;
	margin-bottom:20px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-top-color: #000000;
}

#form-div {
	padding: 0px;
}
#form-div input,
#form-div textarea							{
	color: #333333;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 2px;
	clear: right;
	float: left;
}
#form-div #contactForm 					{
	float: left;
	width: 95%;
	margin-top: 4px;
}
                      
#form-div #contactForm input 			{
	border: 0px solid #333333;
	height: 16px;
	width: 95%;
	background-color: #E6E6E6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#form-div #contactForm input:outline	{ border: 0px; }
#form-div #contactForm input#submit	{
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-weight: bold;
	height: 24px;
	vertical-align: top;
	text-align: center;
	width: 66px;
	background-color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}  
#form-div #contactForm p 					{
	color: #344b00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}
#form-div #contactForm label{
	width: 140px;
	float: left;
	margin-bottom: 4px;
	text-align: left;
	clear: left;
	margin-right: 5px;
}
#form-div #contactForm form p			{ margin: 0px; }
#form-div #contactForm textarea			{
	height: 174px;
	border: 0px solid #333333;
	width: 95%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	background-color: #E6E6E6;
}
.Surname {
	visibility: hidden;
	margin-bottom: -7px;
}
#form-div2 {
	padding: 0px;
}
#form-div2 input,
#form-div2 textarea							{
	color: #333333;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 2px;
	clear: right;
	float: left;
}
#form-div2 #contactForm 					{
	float: left;
	width: 600px;
	margin-top: 4px;
}
                      
#form-div2 #contactForm input 			{
	border: 0px solid #333333;
	height: 16px;
	width: 174px;
	background-color: #E6E6E6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	clear: right;
	float: left;
}
#form-div2 #contactForm input:outline	{ border: 0px; }
#form-div2 #contactForm input#submit	{
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-weight: bold;
	height: 24px;
	vertical-align: top;
	text-align: center;
	width: 66px;
	background-color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}  
#form-div2 #contactForm p 					{
	color: #344b00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}
#form-div2 #contactForm label{
	width: 140px;
	float: left;
	margin-bottom: 4px;
	text-align: left;
	clear: left;
	margin-right: 5px;
}
#form-div2 #contactForm form p			{ margin: 0px; }
#form-div2 #contactForm textarea			{
	height: 174px;
	border: 0px solid #333333;
	width: 298px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	background-color: #E6E6E6;
}
.artists {
	float: left;
	margin-right: 18px;
	margin-bottom: 7px;
	width: 174px;
	margin-top: -4px;
}
.footer {
	position:relative;
	width: 80%;
	min-width:330px;
	max-width:1024px;
	margin-top: 11px;
	margin-left: 5%;
	text-align: left;
	margin-right: 15%;
	margin-bottom: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.float{
	float: left;
	width: 64%;
	min-width: 266px;
}
.float-right {
	float: right;
	width: 24%;
	min-width: 124px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 7px;
}
.sections {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sections-last {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
