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

@font-face {
    font-family: 'HeydingsIconsRegular';
    src: url('webfontkit/heydings_icons-webfont.eot');
    src: url('webfontkit/heydings_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit/heydings_icons-webfont.woff') format('woff'),
         url('webfontkit/heydings_icons-webfont.ttf') format('truetype'),
         url('webfontkit/heydings_icons-webfont.svg#HeydingsIconsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('webfontkit_ITC/itcavantgardestd-bk-webfont.eot');
    src: url('webfontkit_ITC/itcavantgardestd-bk-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit_ITC/itcavantgardestd-bk-webfont.woff') format('woff'),
         url('webfontkit_ITC/itcavantgardestd-bk-webfont.ttf') format('truetype'),
         url('webfontkit_ITC/itcavantgardestd-bk-webfont.svg#ITCAvantGardeStdBkRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCAvantGardeStdXLt';
    src: url('webfontkit_ITC/itcavantgardestd-xlt-webfont.eot');
    src: url('webfontkit_ITC/itcavantgardestd-xlt-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit_ITC/itcavantgardestd-xlt-webfont.woff') format('woff'),
         url('webfontkit_ITC/itcavantgardestd-xlt-webfont.ttf') format('truetype'),
         url('webfontkit_ITC/itcavantgardestd-xlt-webfont.svg#ITCAvantGardeStdXLtRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.ff-container{
	width: 630px;
	margin: 80px auto 30px auto;
	text-align: center;
	
        -webkit-transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
        
}
.ff-container label{
	font-family: ITC Avant Garde Gothic Std, Helvetica, Arial, sans-serif;
	width: 23%;
	height: 36px;
	margin-left: 10px;
	cursor: pointer;
	color: #3d3d3d;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 38px;
	font-size: 19px;
	background: #ffffff;
	font-size: larger;
	float:left;
        -webkit-transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
        
}
.ff-container label:hover {
color:#ff0055;
}

.ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all,
.ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1,
.ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2,
.ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3{
	background: #A0A0A0;
	color: #CFCFCF;
	font-size: larger;
	text-shadow: none;
}
.ff-container input{
	display: none;
}
.ff-items{
	/*position: relative;*/
	margin: 0px auto;
	padding-top: 40px;
	font-size:17px;
}
ul.ff-items{
    width: 850px;
	margin-left:-112px;
    height: 860px;
}
/*
.ff-items a{
	display: block;
	position: relative;
	padding: 10px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin: 4px;
	width: 160px;
	height: 120px;
}
.ff-items a span{
	display: block;
	background: rgba(113,123,161, 0.9);
	font-style: italic;
	color: #fff;
	font-weight: bold;
	padding: 20px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 120px;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #303857;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ff-items a:hover span{
	height: 80px;
	opacity: 1;
}
.ff-items li img{
	display: block;
}
*/

.ff-items li{
	margin: 0px;
	float: left;
	width: 210px;
	height: 160px;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
.ff-container input.ff-selector-type-all:checked ~ .ff-items li,
.ff-container input.ff-selector-type-1:checked ~ .ff-items .ff-item-type-1,
.ff-container input.ff-selector-type-2:checked ~ .ff-items .ff-item-type-2,
.ff-container input.ff-selector-type-3:checked ~ .ff-items .ff-item-type-3{
	opacity: 1;
}

.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1),
.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2),
.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3){
	opacity: 0.1;
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1) span,
.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2) span,
.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3) span{
	display:none;
}


/*___________
LightBox
-------------

*/
.ff-items{
	width: 1000px;
	margin: 0 auto;
}
.ff-items li > a,
.ff-items li > a img{
	display: block;
}
.ff-items li > a{
	width: 200px;
	height: 150px;
	position: relative;
	padding: 10px;
	background: #FFFFFF;
}
.ff-items li > a span{
	position: absolute;
	width: 200px;
	height: 150px;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 150px;
	color: #265570;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	
	background: -moz-linear-gradient(left,  rgba(252,252,252,0.9) 0%, rgba(255,255,255,0.9) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(252,252,252,0.9)), color-stop(100%,rgba(255,255,255,0.9))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(252,252,252,0.9) 0%,rgba(255,255,255,0.9) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(252,252,252,0.9) 0%,rgba(255,255,255,0.9) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(252,252,252,0.9) 0%,rgba(255,255,255,0.9) 100%); /* IE10+ */
background: linear-gradient(left,  rgba(252,252,252,0.9) 0%,rgba(255,255,255,0.9) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcfcfc', endColorstr='#e6ffffff',GradientType=1 ); /* IE6-9 */

	
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	-ms-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
.ff-items li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}



.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiZmJmYmYiIHN0b3Atb3BhY2l0eT0iMC43NyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  rgba(191,191,191,0.77) 0%, rgba(51,51,51,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(191,191,191,0.77)), color-stop(100%,rgba(51,51,51,1)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(191,191,191,0.77) 0%,rgba(51,51,51,1) 100%);
background: -o-radial-gradient(center, ellipse cover,  rgba(191,191,191,0.77) 0%,rgba(51,51,51,1) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(191,191,191,0.77) 0%,rgba(51,51,51,1) 100%);
background: radial-gradient(center, ellipse cover,  rgba(191,191,191,0.77) 0%,rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4bfbfbf', endColorstr='#333333',GradientType=1 );

}
.lb-overlay > div{
	position: relative;
	color: white;
	width: 550px;
	height: 80px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.61);
	margin: 20px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(10, 10, 10, 0.6);
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}
.lb-overlay div h3{
	font-size: 25px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 a{
	color:#F4005D;
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-family: 'ITC Avant Garde Gothic Std';
}
.lb-overlay div h3 span{
	display: block;
	line-height: 16px;
	color:#A8A8A8;
}
.lb-overlay div p{
	font-size: 14px;
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay div p span{
	font-size: 15px;
	color:#4CA7CE;
	line-height:26px;
}
.lb-overlay a.lb-close{
	background: rgba(50,50,50,0.8);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 48%;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	width: 80px;
	height: 30px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.lb-overlay a.lb-close:hover{
	color:#F4005D;
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	max-width: 100%;

	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;
	top: -32px;
	width: 24px;
	height: 25px;
	left: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-prev{
	margin-left: -30px;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.lb-next{
	margin-left: 6px;
	background: transparent url(../images/arrows.png) no-repeat top right;
}
.lb-overlay:target {
	width:auto;
	height:auto;
	bottom: 0px;
	right: 0px;
	padding: 10%;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}

@media (max-width: 480px) {
.ff-container label {width:14%;}
}