@charset "UTF-8";


/* ******************** ------------------------- IMPORTS ------------------------- ******************** */
/*@import url("fonts.css");*/
@import url("font-awesome.min.css");
@import url("jquery.bxslider.css");




/* ******************** ------------------------- ELEMENT RESET ------------------------- ******************** */
/* reset */
/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	line-height: 18px;
	
   -webkit-user-select:none;  
  -moz-user-select:none; 
      -ms-user-select:none;  
  -o-user-select:none;
      user-select:none;  	
	
	
	}
table {	border-collapse: collapse;	border-spacing: 0;}
fieldset, img {	border: 0;}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {	font-style: inherit;	font-weight: inherit;}
del, ins {	text-decoration: none;}
caption, th {	text-align: left;}
h1, h2, h3, h4, h5, h6 {	font-size: 100%;	font-weight: normal;}
q:before, q:after {	content: '';}
abbr, acronym {	border: 0;	font-variant: normal;}
sup {	vertical-align: baseline;}
sub {	vertical-align: baseline;}
legend {	color: #000;}
input, button, textarea, select, optgroup, option {font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;}
input, button, textarea, select {font-size:100%;}
/* end reset */

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #f0f0f0;
}
body {
	color: #000;
	font-family:'ITCFranklinGothicW01-Bk 812647';

	font-size: 14px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #f0f0f0;
	
}
p {	margin-bottom: 14px;}
ul, ol {	margin-bottom: 14px;	padding-left: 22px;}
ol {	padding-left: 28px;}
ul li, ol li {	padding-bottom: 5px;}
ul li ul, ol li ul {	margin-bottom: 0px;	padding-top: 14px;}
button, img {	border: none;}
a {	color: #000;	text-decoration: underline;}
a:hover {	text-decoration: none;}
a:focus {	outline: 0;}
div:focus {	outline: 0;}
*:focus {	outline: 0;	-moz-outline: none;}
em {	font-style: italic;}
strong {	font-weight: bold;}
.clear { clear: both; }
.vertical_center{
	
display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;

display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;

display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;

display:box;
box-pack:center;
box-align:center;
	
	
}

.offstage{display:none;}

.container{
	background-color:#f0f0f0;
	margin: 0 auto;
	position: relative;
	width: 100%;
	margin-left:0%;
	margin-right:0%;
	overflow-x: hidden;
}



#futurismlogo{
	width:90%;
	max-width:637px;
	height:122px;
	display:block;
	position:relative;
	margin-left: 4%;
	margin-top:55px;
	background:url(../images/futurism_logo.png) no-repeat;
	background-size: contain;
}

h1{	
	   display: block;
    font-family: 'ITCFranklinGothicW01-Dm 812668';
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 50px;
}




/*   --------- SHARE BTNS ------------*/
.shareblock{
	position:absolute;
	top:15px;
	display:block;
	z-Index:100;
	width:80px;
	right:240px;
	
}
.shareblock .sbitem{
	width:24px;
	height:23px;
	float:left;
	display:block;
	margin-left:5px;
	cursor:pointer;
	
}
.shareblock #fb_share{background:url(../images/share_fb.png) no-repeat;}
.shareblock #tw_share{background:url(../images/share_tw.png) no-repeat;}
.shareblock.hide{z-Index:98;}
/*   --------- SHARE BTNS ------------*/



/*   --------- MENU ------------*/

.menucontainer{
	position:fixed;
	display:block;
	overflow-x: hidden;
	height:60px;
	width:100%;
	z-index: 99;
	background-color:rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
			
}
.menucontainer.on{
	height:60px;
}
.menucontainer.sub{
	height:300px;
}



.menucontainer .mobilemenubase{
	position:absolute;
	
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	overflow:hidden;
	background-color: #61b0bc;
	display:none;
	-moz-transform: translateX(0px) translateY(-200%);
	-webkit-transform: translateX(0px) translateY(-200%);
	-o-transform: translateX(0px) translateY(-200%);
	-ms-transform: translateX(0px) translateY(-200%);
	transform: translateX(0px) translateY(-200%);
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	
}
.menucontainer.on .mobilemenubase{
	-moz-transform: translateX(0px) translateY(0%);
	-webkit-transform: translateX(0px) translateY(0%);
	-o-transform: translateX(0px) translateY(0%);
	-ms-transform: translateX(0px) translateY(0%);
	transform: translateX(0px) translateY(0%);

}


.menucontainer .mobilemenubase .mmlogo{
	background-color:#fff;
	width:100%;
	
}
.menucontainer .mobilemenubase .mmlogo img {margin:0 auto; max-width:320px;}

.menucontainer .mobilemenubase ul{
	list-style: none;
	font-family:'ITCFranklinGothicW01-Dm 812677';
	
	font-size:17px;
	line-height:17px;
	color:#fff;
	margin:0;
	margin-left:0px;
}

.menucontainer .mobilemenubase .mobilesubmenuitem{
	padding-left:20px;
	margin-left: 10px;
	margin-top:5px!important;
	cursor:pointer;
	display:block;
	font-size:15px;
	line-height:17px;
	position:relative;
	
}


.menucontainer .mobilemenubase .mobilesubmenuitem:after{
	content:'\2192';
	display:block;
	position:absolute;
	top:2px;
	left:-10px;
	
	
}

.menucontainer .mobilemenubase .mobilesubmenuitem:last-child{margin-bottom:10px;}

.menucontainer .mobilemenubase .mmitem{  cursor:pointer;margin-top:10px; padding-bottom:0px;}
.menucontainer .mobilemenubase .mmitem.on{color:#0b3c56;}

.menucontainer .mobilemenubase .msharebox{
	position:absolute;
	bottom:20px;
	margin-left:40%;
	margin-right:40%;
	width:90px;
	
}


.menucontainer .mobilemenubase .msharebox .mbitem{
	width:40px;
	height:40px;
	display:block;
	cursor:pointer;
	float:left;
}
.menucontainer .mobilemenubase .msharebox .mbitem:first-child{margin-right:10px;}


.menucontainer .mobilemenubase .msharebox #fb_mob{background:url(../images/share_fb.jpg) no-repeat; background-size: 100% auto;}
.menucontainer .mobilemenubase .msharebox #tw_mob{background:url(../images/share_tw.jpg) no-repeat;background-size: 100% auto;}


.menucontainer .menubase{
	height:55px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-color: #fff;
	overflow:hidden;
	
	-moz-transform: translateX(0px) translateY(-60px);
	-webkit-transform: translateX(0px) translateY(-60px);
	-o-transform: translateX(0px) translateY(-60px);
	-ms-transform: translateX(0px) translateY(-60px);
	transform: translateX(0px) translateY(-60px);
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
			
}
.menucontainer.on .menubase{
	-moz-transform: translateX(0px) translateY(0px);
	-webkit-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}
.menucontainer .menubase #gugglogo{
	width:204px;
	height:54px;
	display:block;
	position:absolute;
	right:44px;
	cursor:pointer;
	top:0px;
	background:url(../images/gugglogo.png) no-repeat;
	background-size: contain;
}
.menucontainer .menubase ul{
	list-style: none;
	margin-left: 5%;
	
}
.menucontainer .menubase .menuitem{
	float:left;
	height:55px;
	padding-left:10px;
	padding-right: 10px;

	font-family:"ITCFranklinGothicW01-Md 812698";
	font-size:18px;
	line-height: 16px;
	color:#b4b4b6;
	display: table;
	cursor:pointer;
	
}
.menucontainer .menubase .menuitem:first-child{
	margin-left:-20px;
}
.menucontainer .menubase .menuitem.on{
   background-color:#901c3b;
   color:#fff;
}
.menucontainer .menubase .menuitem:hover{
   background-color:#901c3b;
   color:#fff;
}

.menucontainer .menubase .menuitem span { 
  display: table-cell; 
  vertical-align: middle; 
  text-align: center;
   }
   
   
   
.menucontainer .menubase #themes_btn:before{

	display:block;
	position: absolute;
	content:'';
	background:url(../images/tarrow.png)  no-repeat;
	background-position: 0px -5px;
	width:9px;
	height:5px;
	bottom:8px;
	margin-left:22px;

}
.menucontainer .menubase #themes_btn:hover,
.menucontainer .menubase #themes_btn.on:before{
	background-position: 0px 0px !important;
}

.menucontainer .submenu {
	margin-left: 5%;	
	position:absolute;
	top:55px;
	left:0px;
	width:100%;
	
	-moz-transform: translateX(0px) translateY(-135%);
	-webkit-transform: translateX(0px) translateY(-135%);
	-o-transform: translateX(0px) translateY(-135%);
	-ms-transform: translateX(0px) translateY(-135%);
	transform: translateX(0px) translateY(-135%);
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
	
}
.menucontainer.sub .submenu {
	-moz-transform: translateX(0px) translateY(0%);
	-webkit-transform: translateX(0px) translateY(0%);
	-o-transform: translateX(0px) translateY(0%);
	-ms-transform: translateX(0px) translateY(0%);
	transform: translateX(0px) translateY(0%);
}
.menucontainer .submenu .subspacer{
	float:left;
	height:55px;
	padding-left:10px;
	padding-right: 12px;
	font-family:"ITCFranklinGothicW01-Md 812698";
	font-size:18px;
	line-height: 16px;
	color:rgba(0,0,0,0);
	display: block;
	visibility:hidden;
	
}
.menucontainer .submenu ul{
	list-style: none;
	float:left;
	width:auto;
	display:table;
	margin:0px;
	 background-color:#fff;
	

	padding:0px;
	-webkit-box-shadow: 0 2px 5px -2px rgba(0,0,0,.6);
	box-shadow: 0 2px 5px -2px rgba(0,0,0,.6);
}    
.menucontainer .submenu ul li{
   margin:0px;
   background-color:#fff;
	font-family:"ITCFranklinGothicW01-Md 812698";
	font-size:18px;
	color:#000;
	padding:10px;
   padding-bottom:0px;
   cursor:pointer;
   padding-top:8px;
 }     
.menucontainer .submenu li:first-child{
 	padding-top:20px;
 }
.menucontainer .submenu li:last-child{
 	padding-bottom:20px;
 }

.menucontainer .submenu .submenuitem:hover, 
.menucontainer .submenu .submenuitem.on{
	  text-decoration:underline;
	  color:#901c3b;
	  
  }
.menucontainer .menuarrow{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 60px 60px 0 60px;
	border-color: transparent transparent transparent; 
	position: absolute;
	display:block;
	right:20px;
	cursor:pointer;
	top:0px;
	-moz-transform: translateX(0px) translateY(0px);
	-webkit-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	
}
.menucontainer.on .menuarrow{
	-moz-transform: translateX(0px) translateY(-60px);
	-webkit-transform: translateX(0px) translateY(-60px);
	-o-transform: translateX(0px) translateY(-60px);
	-ms-transform: translateX(0px) translateY(-60px);
	transform: translateX(0px) translateY(-60px);	
	
}
.menucontainer .menuarrow:before{
	content:'';

	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: #62b1bd transparent transparent; 
	position: absolute;
	top:-60px;
	left:-50px;
	
}
.menucontainer .menuarrow:after{
	content:"MENU";
	display: block;
	font-family:'ITCFranklinGothicW01-Dm 812668';
	color:#fff;
	font-size:14px;
	text-align: center;
	position:absolute;
	width:100px;
	top:-50px;
	left:-50px;
}
/*   --------- MENU ------------*/


/*   --------- FOOTER ------------*/
.footer{
	display:block;
	width:90%;
	margin-left: 5%;
	padding-top:40px;
	font-family:'ITCFranklinGothicW01-Bk 812647';
	font-size: 12px;
	line-height: 14px;
	color:#000;
}
.footer p{
		margin-bottom: 10px;
		width:70%;
}
.footer p:last-child{width:100%;}
.footer ul{
	list-style: none;
	width:100%;
	display:table;
	margin:0px;
	padding-left: 0px;
	margin-bottom: 5px;

}
.footer ul li{
	float:left;
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-size: 12px;
	line-height: 14px;
	color:#000;
	margin:0px;
	margin-right:4%;		
}
.footer ul li a{
	text-decoration: none;
}

/*   --------- FOOTER ------------*/


.blogBlock{
	display:block;
	float:left;
	width:30%;
	margin-top:20px;
	margin-right: 5%;
	margin-bottom: 40px;
	background-color: #f8f8f8;	
	padding:5px;

} 

.blogBlock h1{
	font-size: 30px;
	line-height:28px;
	 margin:20px;
	 margin-top:15px;
	 margin-bottom:10px;
	 
	 }
	 
.blogBlock h2{
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-size: 24px;
	line-height:22px;
	margin-left:20px;
	margin-right: 20px;
	margin-top:20px;
	margin-bottom:10px;
	color:#000;
	display:block;

} 
.blogBlock p{
	font-family:'ITCFranklinGothicW01-Bk 812647';
	font-size:14px;
	line-height:16px;
	color:#000;
	margin-left:20px;
	margin-right: 20px;

}	

.blogBlock .blogmore{
	float:right;
	display:block;
	margin-right:20px;
	background-color:#62b1bd;
	font-family:'ITCFranklinGothicW01-Dm 812668';
	color:#fff;
	font-size:18px;
	padding:10px;
	line-height:12px;
	margin-bottom: 20px;
}

.blogBlock img, 
.blogBlock h2, 
.blogBlock .blogmore{
	cursor:pointer;
}


.cblock_mid{
	width:60%;	
	margin-left: 5%;
	display:block;
	position:relative;
	margin-top:20px;
}

.cblock_full{
	width:95%;	
	margin-left: 5%;
	display:block;
	position:relative;
	margin-top:20px;
}

.contentblock_base{
	width:95%;	
	display:block;
	position:relative;
	font-family:'ITCFranklinGothicW01-Bk 812647';
	font-size:14px;
	line-height:18px;
	margin-right: 5%;
	border-left:7px solid #cccccc;
	border-bottom:7px solid #cccccc;
	background-color:#fff;
	padding:20px;
	padding-top:50px;
	padding-bottom:50px;
	margin-top:0px;
	margin-bottom:40px;
    -moz-column-gap: 40px;  
    -webkit-column-gap:40px;
     column-gap:40px;
     
   
    -webkit-user-select:auto!important;  
  -moz-user-select:text!important;  
    -ms-user-select:text!important; 
  -o-user-select:text!important; 
    user-select:text!important; 
   
	}

.contentblock_base p{
    -webkit-user-select:auto!important;  
  -moz-user-select:auto!important;  
    -ms-user-select:auto!important; 
  -o-user-select:auto!important; 
    user-select:auto!important;
}	

.contentblock_base p:first-child{
	margin-top:20px;
}
	
	
.contentblock_base:after{
   content:'';
   background-color:#f0f0f0;
   height:7px;
   position:absolute;
   bottom:-7px;

   right:0px;
   width:10px;

}

.cblock_full .contentblock_base{	
    -moz-column-count: 3;
    -webkit-column-count: 3;	  
     column-count:3;	   
}

.cblock_mid .contentblock_base{	
     -moz-column-count: 2;
     -webkit-column-count: 2;	  
	  column-count:2;
}
 
 .contentblock_base.nocol{	
    -moz-column-count: 1 !important;
    -webkit-column-count: 1 !important;	  
     column-count:1 !important;  
} 
 
.trapezoidlabel{
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-size:30px;
	line-height:26px;
	color:#fff;	
	display: table;
	position:absolute;
	top:-20px;
	left:-20px;
	height:63px;
	}
	
.tpangle{
	width: 20px; 
	display:block;
	height: 50px; 
	border-top: 50px solid #901c3b; 
	border-left: 20px solid transparent;
}
.trapezoidlabel .tpangle{	border-top: 63px solid #62b1bd; }
	
.tdangle{
	width: 20px; 
	display:block;
	height: 50px; 
	border-bottom: 50px solid #901c3b; 
	border-right: 20px solid transparent;
}

.bpangle{
	width: 20px; 
	display:block;
	height: 50px; 
	border-bottom: 50px solid #901c3b; 
	border-left: 20px solid transparent;
}
.bdangle{
	width: 20px; 
	display:block;
	height: 50px; 
	border-top: 50px solid #901c3b; 
	border-right: 20px solid transparent;
}
 
.tplabel{
    display: table-cell;   
	vertical-align: middle;
	padding-left:5px;
	padding-right: 5px;
    background-color: #901c3b;	
 }
.trapezoidlabel .tplabel{
  padding-right:50px;
  padding-left:20px;
    background-color: #62b1bd;	
}

.rightparallelogram { 
	font-family:"ITCFranklinGothicW01-Dm 812677";
	font-size:18px;
	line-height: 16px;
	color:#fff;
	display: table;
	height:50px;
	cursor:pointer;
	position:absolute;
	right:-5px;
    	
	}



.leftparallelogram { 
	font-family:"ITCFranklinGothicW01-Dm 812677";
	font-size:18px;
	line-height: 16px;
	color:#fff;
	display: table;
	height:50px;
	position:absolute;
	left:0px;
	cursor:pointer;
		}

.pl_holders{
	background-color:rgba(0,0,0,0.0);
	display:block;
	position:absolute;
	width:100%;
	bottom:10px;
	
	left:-20px;
	height:20px;

	
}   
   
.pl_holders.small {  left:5%; width:85%; right:5%;} 
.pl_holders.small .leftparallelogram{	}
.pl_holders.small .rightparallelogram{	right:0px;}

  
.pl_holders.small .rightparallelogram:before{
  display:block;
  background-color: #901c3b;	
  color:#fff;
  font-family:"ITCFranklinGothicW01-Dm 812677";
  font-size:20px;
  padding:10px;
  content:'\00A0\00A0\3009';
 
}
 


.pl_holders.small .leftparallelogram:before{
  display:block;
  background-color: #901c3b;	
  color:#fff;
  font-family:"ITCFranklinGothicW01-Dm 812677";
  font-size:20px;
  padding:10px;
  content:'\3008\00A0\00A0';
} 
   
   
   
.artCaptionBox{
	display: block;
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	position:relative;
	background-color:rgba(0,0,0,0.0);
	padding:0;
	overflow:hidden;
}   
  
.artCaptionBox .ac_caption{
	font-family:'ITCFranklinGothicW01-Bk 812647';
	font-size:12px;
	line-height:14px;
	color:#000;
	display:block;
	width:50%;
	padding:10px;
	background-color:#fff;
	position:absolute;
	bottom:0px;
	
	-moz-transform: translateX(0px) translateY(110%);
	-webkit-transform: translateX(0px) translateY(110%);
	-o-transform: translateX(0px) translateY(110%);
	-ms-transform: translateX(0px) translateY(110%);
	transform: translateX(0px) translateY(110%);
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;	
	
}   
.artCaptionBox .ac_caption.show{
	-moz-transform: translateX(0px) translateY(0%);
	-webkit-transform: translateX(0px) translateY(0%);
	-o-transform: translateX(0px) translateY(0%);
	-ms-transform: translateX(0px) translateY(0%);
	transform: translateX(0px) translateY(0%);
 
 }
.artCaptionLabel{
	display:table;
	width:auto;
	font-family:'ITCFranklinGothicW01-Bk 812647';
	font-size:12px;
	line-height:14px;
	color:#000;	
	margin-left: 5%;
	margin-right: 5%;
	margin-top:10px;
	position:relative;
	background-color:rgba(0,0,0,0.0);
	margin-bottom:50px;
	padding:0;
} 

.artCaptionLabel .aclabelforhit{
	display:block;
}
.artCaptionLabel .infoicon{
	display:block;
	float:right;
	margin-top:1px;
	background-color:#f0f0f0;
	width:12px;
	height:12px;
	border: 1px solid #981c3b;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	behavior: url(../js/PIE.htc);
}



.artCaptionLabel .infoicon:before {
	position:absolute;
	font-family:"Times";
	color:#981c3b;
    content:"i";
	width:10px;
	height:12px;
	font-size:9px;
    font-weight:bold;
    font-style:italic;
    line-height:9px;
    text-align:center;
}

.artCaptionLabel .fclabel{ cursor:pointer;color:#901c3b;}
 

 	.introessay{float:left;}
 
.imageblock{
	display:block;
	margin-left:5%;
	margin-right:5%;
	width:90%;
	padding-bottom:40px;

}
.childimageblock{
	position:relative;
	 padding-bottom: 56.25%;
}

 .BrightcoveExperience {
           position: absolute;
           top: 0;
           left: 0;
           width: 100%;
           height: 100%;
   }


#artistcontainer{ 
	display:block;
	width:100%;
	height:200px;
	background-color:rgba(0,0,0,0.0);
}

.creditline{	
	display:inline-block; 
	background-color:rgba(0,0,0,0.0);
	font-family:'ITCFranklinGothicW01-Bk 812656';
	font-size:15px;
	line-height: 20px;
	color:#000;
	
    -webkit-user-select:auto!important;  
  -moz-user-select:auto!important;  
    -ms-user-select:auto!important; 
  -o-user-select:auto!important; 
    user-select:auto!important;	
	
	}
	
.creditline.bigl{
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-size:34px;
	line-height:30px;
	color:#000;
	margin-top:20px;
}
	
.creditcolumn{
  float:left;
  display:block;
  
}

.creditcolumn a, .notice a{
	color:#901c3b;
	
}

.cc_20{width:20%;}
.cc_25{width:25%;}
.cc_33{width:33%;}
.cc_50{width:50%;}
.cc_100{width:100%;}

.artisttxt{ width:65%;}

.creditcolumn:last-child{margin-right:0px;}

.credpad{
display:block;
	
}

.carouselHolder{
	width:100%;
	display:block;
	position:relative;
	margin-top:20px;	
	margin-bottom:40px;
	
}
.carouselHolder .carbox{
	position:relative;
	width:80%;
	margin-left:10%;
	margin-right:10%;
}
.carouselHolder .bxslider{
	position:relative;
	 list-style: none outside none;
}


.carouselHolder .bxslider .th_preview{display:block;}
.carouselHolder .bxslider.big .th_preview{display: none;}

.carouselHolder .bxslider .th_large{display:none;}
.carouselHolder .bxslider.big .th_large{display: block;}


.carouselHolder .bxslider.big .th_large.th_img {
  max-height: 650px;
  margin:0 auto;

}

.carouselHolder .bxslider .th_trigger{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	
}
.carouselHolder .bxslider.big .th_trigger{}


.carouselHolder .bxslider .th_icon{
	float:right;
	display:block;
	cursor:pointer;
	font-size:14px;
	padding:5px;
	margin-top: 15px;
	margin-bottom:-15px;
	color:#981c3b;
}



.carouselHolder .bxslider .imgcaption{
	font-family:'ITCFranklinGothicW01-Bk 812647';
	font-size:12px;
	line-height:14px;
	color:#000;
	margin:10px;
	margin-top:20px;
	margin-bottom: 20px;
	
  -webkit-user-select:auto!important;  
  -moz-user-select:all!important;  
  -ms-user-select:auto!important; 
  -o-user-select:auto!important; 
   user-select:auto!important;
	
	
}

.carouselHolder .bxslider .imgtext{
	font-family:'ITCFranklinGothicW01-Bk 812647';
	font-size:14px;
	line-height:16px;
	color:#3b1919;
    -moz-column-gap:40px;	   
    -webkit-column-gap:40px;
     column-gap:40px;
    -moz-column-count: 2;
    -webkit-column-count: 2;	  
     column-count:2;	     
     margin:10px;
     
  -webkit-user-select:auto!important;  
  -moz-user-select:auto!important;  
  -ms-user-select:auto!important; 
  -o-user-select:auto!important; 
   user-select:auto!important;     
}


.carouselHolder .bxslider .imgtext p{     
  -webkit-user-select:auto!important;  
  -moz-user-select:auto!important;  
  -ms-user-select:auto!important; 
  -o-user-select:auto!important; 
   user-select:auto!important;   
}
.carouselHolder .bxslider .imgtext h1{
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-size:18px;
	line-height:20px;
	margin:0px;
     
  -webkit-user-select:auto!important;  
  -moz-user-select:auto!important;  
  -ms-user-select:auto!important; 
  -o-user-select:auto!important; 
   user-select:auto!important;   	
}

.carouselHolder .prevArrow{
	position:absolute;
	left:0px;
	bottom:40%;
    display: block;   
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-size:30px;
	line-height:30px;
	color:#fff;
	background-color:#62b1bd;
	margin-left:2%;
	padding-top:10px;
	padding-bottom:10px;
}
.carouselHolder .nextArrow{
	position:absolute;
	right:0px;
	bottom:40%;
	display:block;
	background-color:#62b1bd;
	margin-right:2%;
	padding-top:10px;
	padding-bottom:10px;	
}


.carouselHolder .nextArrow .bx-next,.carouselHolder .prevArrow .bx-prev {
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-size:30px;
	line-height:30px;
	color:#fff;
	padding:10px;
    	padding-left: 20px;
	padding-right: 20px;
	text-decoration:none;
}

.manifestoHolder{
	margin-left:5%;
	margin-right:5%;
	width:90%;
	margin-bottom:40px;
}


.maniItem{
	display:block;
	margin-right:20px;
	margin-top:20px;
	cursor:pointer;
	width:320px;
}
	
	
.maniItem h1{
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-size:20px;
	line-height:20px;
	color:#000;
	margin-top:0px;
	margin-bottom:5px;
		
	}

.maniItem.selected h1{margin-bottom:2px;}		
	
	
.maniItem.selected {
	background-color:#fff;
	padding:15px;
	width:60%;
}	

.maniItem .mitranslation{
	font-family:'ITCFranklinGothicW01-Bk 812647';
	font-size:14px;
	line-height:16px;
	color:#000;
	float:right;	
	width:60%;
    -webkit-user-select:auto!important;  
    -moz-user-select:auto!important;  
    -ms-user-select:auto!important; 
    -o-user-select:auto!important; 
    user-select:auto!important;
	
	
}
.maniItem .mitranslation strong{
font-weight:normal;
font-family:"ITCFranklinGothicW01-Dm 812668";
}

.maniItem .mitranslation h3{margin-bottom:25px;}
.maniItem .mitranslation p{margin-bottom:15px;}
.maniItem .mitranslation ol{  margin-bottom:15px;}
.maniItem .mitranslation ol li{margin-bottom:2px; padding-bottom:0px; }
.maniItem .mitranslation .mindent{margin-left:25px;}
.maniItem .mitranslation ol.mindent{margin-left:15px;}
.maniItem .mitranslation .mindent_a{margin-left:40px;}


.maniItem.selected .mi_before{	display:none;}
.maniItem .mi_before{	display:block;}

.maniItem.selected .mi_after{	display:block;}
.maniItem .mi_after{	display:none;}


.maniItem .imgcaption{
	font-family:'ITCFranklinGothicW01-Bk 812647';
	font-size:12px;
	line-height:14px;
	color:#000;
	margin:10px;
	margin-top:20px;
	margin-bottom: 20px;
	
}

.maniItem .mi_before.mi_img{}
.maniItem .mi_after.mi_img{
	float:left;
	width:35%;
	height:auto;
	max-width: 320px;
	margin-right:5px;
}



	
	
.timeline {	
	display: block;
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	position:relative;
	background-color:rgba(0,0,0,0.0);
	padding:0;
	
	margin-top:40px;
	margin-bottom:40px;
} 
  
.timeline:before {
   content:'';
   background-color: #fff;
   width:10px;
   position:absolute;
   height:100%;
   top:0px;
   left:49.5%;
}		
	
	
.timeline a{
	text-decoration: none;
	
}	
	
.timeline .yearblock{
	width:100%;
	padding-top:10px;
	padding-left:5px;
	display:block;
	position:relative;
	overflow: hidden;
	
	background-position: 0% 25%;
	background-attachment:fixed;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
	
}	


.timeline .yearblock:before{
	content:'';
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	height:2px;
	width:49%;
	//border-bottom:3px dashed #cccccc;
	
}
.timeline .yearblock:after{
	content:'';
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	height:2px;
	width:49%;
//	border-bottom:3px dashed #cccccc;
	
	
}



.timeline .yearblock.tA{	background:url(../content/timeline/1910.png) no-repeat; background-size: 45% auto; background-position: 10% 0%;}
.timeline .yearblock.tB{	background:url(../content/timeline/1911.png) no-repeat; background-size: 45% auto; background-position: 90% 0%;}
.timeline .yearblock.tC{	background:url(../content/timeline/1912.png) no-repeat; background-size: 40% auto; background-position: 10%  0%;}
.timeline .yearblock.tL{	background:url(../content/timeline/1913.png) no-repeat; background-size: 40% auto; background-position: 90%  0%;}
.timeline .yearblock.tM{	background:url(../content/timeline/1914.png) no-repeat; background-size: 40% auto; background-position: 10%  0%;}

.timeline .yearblock.tD{	background:url(../content/timeline/1915.png) no-repeat; background-size: 40% auto; background-position: 90% 0%;}
.timeline .yearblock.tE{	background:url(../content/timeline/1917.png) no-repeat; background-size: 40% auto; background-position: 90% 0%;}
.timeline .yearblock.tN{	background:url(../content/timeline/1918.png) no-repeat; background-size: 40% auto; background-position: 10%  0%;}

.timeline .yearblock.tF{	background:url(../content/timeline/1920.png) no-repeat; background-size: 45% auto; background-position: 10% 0%;}
.timeline .yearblock.tG{	background:url(../content/timeline/1923.png) no-repeat; background-size: 45% auto; background-position: 95% 0%;}
.timeline .yearblock.tH{	background:url(../content/timeline/1928.png) no-repeat; background-size: 45% auto; background-position: 5%  0%;}
.timeline .yearblock.tI{	background:url(../content/timeline/1931.png) no-repeat; background-size: 45% auto; background-position: 95% 0%;}
.timeline .yearblock.tJ{	background:url(../content/timeline/1932.png) no-repeat fixed; background-size: 45% auto; background-position: 5%  0%;}
.timeline .yearblock.tK{	background:url(../content/timeline/1934.png) no-repeat fixed; background-size: 40% auto; background-position: 10%  0%;}

.timeline .yearblock.tO{	background:url(../content/timeline/1933.png) no-repeat; background-size: 40% auto; background-position: 90%  0%;}
.timeline .yearblock.tP{	background:url(../content/timeline/1929.png) no-repeat; background-size: 40% auto; background-position: 90%  0%;}
.timeline .yearblock.tQ{	background:url(../content/timeline/1922.png) no-repeat; background-size: 40% auto; background-position: 10%  0%;}
.timeline .yearblock.tR{	background:url(../content/timeline/1930.png) no-repeat; background-size: 40% auto; background-position: 10%  0%;}
.timeline .yearblock.tS{	background:url(../content/timeline/1937.png) no-repeat; background-size: 40% auto; background-position: 90%  0%;}
.timeline .yearblock.tT{	background:url(../content/timeline/1919.png) no-repeat; background-size: 40% auto; background-position: 90%  0%;}
.timeline .yearblock.tU{	background:url(../content/timeline/1924.png) no-repeat; background-size: 40% auto; background-position: 10%  0%;}
.timeline .yearblock.tV{	background:url(../content/timeline/1925.png) no-repeat; background-size: 40% auto; background-position: 90%  0%;}
.timeline .yearblock.tW{	background:url(../content/timeline/1938.png) no-repeat; background-size: 50% auto; background-position: 10%  0%;}
.timeline .yearblock.tX{	background:url(../content/timeline/1939.png) no-repeat; background-size: 40% auto; background-position: 90%  0%;}
.timeline .yearblock.tY{	background:url(../content/timeline/1945.png) no-repeat; background-size: 50% auto; background-position: 90%  0%;}
.timeline .yearblock.tZ{	background:url(../content/timeline/1943.png) no-repeat; background-size: 40% auto; background-position: 90%  0%;}













.timeline .periodblock{
	width:50%;
	z-index: 5;
	display:block;
	position:relative;
	
	
}
.timeline .periodblock.right{margin-left:50%;}
	
.timeline .periodblock.middle{
	margin-left:34%;
	margin-right:34%;
	}	
	
	
.timeline .periodblock.offsetter{margin-top:-80px;}	



.timeline .periodblock .pdot{
	display:block;
	width:30px;
	height:30px;
	background-color:#901c3b;
	border:5px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	behavior: url(../js/PIE.htc);
	position:absolute;
	top:40%;
	right:-13px;
	z-index: 5;

}

.timeline .periodblock.right .pdot{
	left:-17px;
	right:auto;
	
}

.timeline .periodblock.nodot .pdot{
   visibility: hidden;
}


.timeline .periodblock .pmarker{
	display: block;
	position:absolute;
	top:49%;
	background-color: #fff;
	height:5px;
	width:35%;
	margin-left:65%;
	z-index: 4;
	
	opacity:1;
	-webkit-transition: opacity .5s .5s ease;
	-moz-transition: opacity .5s .5s ease;
	-ms-transition: opacity .5s .5s ease;
	-o-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	

}
.timeline .periodblock.right .pmarker{margin-left:0%;}
.timeline .periodblock.middle .pmarker{display:none;}


.timeline .periodblock.off .pmarker{
	opacity:0.0;
	-webkit-transition-delay:0.0s;
	-moz-transition-delay: 0.0s;
	-ms-transition-delay: 0.0s;
	-o-transition-delay: 0.0s;
	transition-delay: 0.0s;
	
	
}
.timeline .periodblock.off.right .pmarker{
	opacity:0.0;
	
}

.timeline .periodblock .pyear{
	display: block;
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-size:48px;
	line-height:40px;
	color:#000;	
	position:absolute;
	bottom:50%;
	right:20px;
	margin-bottom:10px;
	opacity:1;
	-webkit-transition: opacity .5s .5s ease;
	-moz-transition: opacity .5s .5s ease;
	-ms-transition: opacity .5s .5s ease;
	-o-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	
}

.timeline .periodblock.right .pyear{
	right:none;
	left:20px;
}


.timeline .periodblock.off .pyear{
	opacity:0.0;
	-webkit-transition-delay:0.0s;
	-moz-transition-delay: 0.0s;
	-ms-transition-delay: 0.0s;
	-o-transition-delay: 0.0s;
	transition-delay: 0.0s;

}


.timeline .periodblock .pcontent{
	font-family:'ITCFranklinGothicW01-Bk 812647';
	font-size:14px;
	line-height:16px;
	color:#000;
	padding:15px;
	background-color:#f8f8f8;
	border: 5px solid #fff;
	
	-webkit-box-shadow: -7px 7px 0px 0px #cccccc;
	 box-shadow: -7px 7px 0px 0px #cccccc;
	
/*	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
	box-shadow: 0 0 10px 3px rgba(0,0,0,.3);	*/
	width:65%;
	margin-bottom: 20px;
	z-index: 3;
	position:relative;
	
    -webkit-user-select:auto!important;  
  -moz-user-select:auto!important;  
    -ms-user-select:auto!important; 
  -o-user-select:auto!important; 
    user-select:auto!important;	
	
	-moz-transform: translateX(0%) translateY(0%);
	-webkit-transform: translateX(0%) translateY(0%);
	-o-transform: translateX(0%) translateY(0%);
	-ms-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	opacity:1;
	-webkit-transition:all .75s ease;
	-moz-transition:all .75s ease;
	-ms-transition:all .75s ease;
	-o-transition:all .75s ease;
	transition:all .75s ease;		
	
}

.timeline .periodblock.right .pcontent{margin-left:35%;}
.timeline .periodblock.middle .pcontent{background-color:#fff;}

.timeline .periodblock.off .pcontent{
	opacity:0.0;
	-moz-transform: translateX(-50%) translateY(0%);
	-webkit-transform: translateX(-50%) translateY(0%);
	-o-transform: translateX(-50%) translateY(0%);
	-ms-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);	
	
}
.timeline .periodblock.off.right .pcontent{
	opacity:0.0;
	-moz-transform: translateX(50%) translateY(0%);
	-webkit-transform: translateX(50%) translateY(0%);
	-o-transform: translateX(50%) translateY(0%);
	-ms-transform: translateX(50%) translateY(0%);
	transform: translateX(50%) translateY(0%);	
	
}
.timeline .periodblock.off.middle .pcontent{
	opacity:0.0;
	-moz-transform: translateX(0%) translateY(25%);
	-webkit-transform: translateX(0%) translateY(25%);
	-o-transform: translateX(0%) translateY(25%);
	-ms-transform: translateX(0%) translateY(25%);
	transform: translateX(0%) translateY(25%);	
	
}

.timeline .periodblock .pcontent h4{
	font-family:'ITCFranklinGothicW01-Dm 812668';
    -webkit-user-select:auto!important;  
  -moz-user-select:auto!important;  
    -ms-user-select:auto!important; 
  -o-user-select:auto!important; 
    user-select:auto!important;	
	}


.timeline .floatblock{
	width:50%;
	display:none;
	float:right;
	margin-bottom:-40px;
	z-index: 4;
}

.timeline .floatblock.right{float:left;}


.timeline .floatblock .pcontent{
	z-index: 3;
	max-width:400px;
	margin: 0 auto;
	position:relative;
	opacity:1;
	-webkit-transition:all .75s ease;
	-moz-transition:all .75s ease;
	-ms-transition:all .75s ease;
	-o-transition:all .75s ease;
	transition:all .75s ease;
	
	}
//.timeline .floatblock .pcontent img{position:absolute; display: block;}
	
.timeline .floatblock.off .pcontent{opacity:0.0;}
.timeline .floatblock.off.right .pcontent{opacity:0.0;}





.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}


.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}	
	
	
	
	
	
	
/*   --------- MEDIA QUERY SET ------------*/

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


}
@media all and (max-width:850px) {
	
	#gugglogo{display:none !important;}
}
@media all and (max-width: 768px) {
	.cblock_full .contentblock_base{	
		-moz-column-count: 2;
		-webkit-column-count: 2;	  
		column-count:2;	   
	}
	.cblock_mid .contentblock_base{	
		-moz-column-count: 1;
		-webkit-column-count: 1;	  
		column-count:1;	   
	}	
	.carouselHolder .bxslider .imgtext{
    -moz-column-count: 1;
    -webkit-column-count: 1;	  
     column-count:1;	
       margin-left:20px;
       margin-right:20px;
     }
     
     	.shareblock{display:none !important;}

    
    	
    	
.maniItem.selected{ width:100%;  margin-left:0%; margin-right:0%; padding-left:15px; padding-right:0px;}

.timeline .periodblock .pyear{font-size:38px; line-height:32px !important;}
    
     
}

@media all and (max-width: 550px) {
	#futurismlogo{ margin-bottom:-40px;}
    .footer ul li{float:none;}
    .footer p{width:100%;}
	

	.cblock_full .contentblock_base{	
		-moz-column-count: 2;
		-webkit-column-count: 2;	  
		column-count:2;	   
	}
	.blogBlock{width:90%; margin-left:5%;float:none; position:relative;}
	
	.introessay{float:none;  position:relative; }
	
	.cblock_mid{	width:95%;}
	.cblock_mid .contentblock_base{	
		-moz-column-count: 1;
		-webkit-column-count: 1;	  
		column-count:1;	   
	}
	.carouselHolder .bxslider .imgtext{
    -moz-column-count: 1;
    -webkit-column-count: 1;	  
     column-count:1;	
       margin-left:20px;
       margin-right:20px;
     }
	#gugglogo{display:none !important;}





	.container{
		width: 100%;
		margin-left:0%;
		margin-right:0%;
	}
	.menucontainer{width:100%;}	
	
 	
.maniItem .mitranslation{ width:96%; margin-left:2%; margin-right:2%;margin-top:10px; float:none; position:relative;}
.maniItem .mi_after.mi_img{margin-right:0px;  margin:0 auto; margin-left:0%;float:none; position:relative; width:auto;}
.maniItem.selected{ width:100%;  margin-left:0%; margin-right:0%; padding-left:0px; padding-right:0px;}
.maniItem{	margin-left:0%;	margin-right:0%; }

	
		.timeline .periodblock .pyear{font-size:25px; line-height:20px !important;}
}

@media all and (max-width: 400px) {

	.shareblock{display:none;}

	.menucontainer.on .mobilemenubase{display:block;}
	.menucontainer .submenu {display:none;}
	.menucontainer .menubase {display:none;}
	.menucontainer.on{height:100%;}
	
	.cblock_full .contentblock_base{	
		-moz-column-count: 1;
		-webkit-column-count: 1;	  
		column-count:1;	   
	}
	#gugglogo{display:none !important;}
	.cblock_mid{	width:95%;}
	
	.cblock_mid .contentblock_base{	
		-moz-column-count: 1;
		-webkit-column-count: 1;	  
		column-count:1;	   
	}
	
	
	.artCaptionBox .ac_caption{	width:100%;}	
	.artCaptionLabel .infoicon{margin-top:-13px;}
	
	.carouselHolder .carbox{
		width:96%;
		margin-left:2%;
		margin-right:2%;
	}	
	
	.carouselHolder .bxslider .imgtext{
    -moz-column-count: 1;
    -webkit-column-count: 1;	  
     column-count:1;	
       margin-left:20px;
       margin-right:20px;
     }
		
	 .carouselHolder .bxslider .th_icon{
	 	font-size:34px !important;
		display:none; 
		 
	 }	

	.container{
		width: 100%;
		margin-left:0%;
		margin-right:0%;
	}
		
	.menucontainer{width:100%;}
	.manifestoHolder{
		margin-left:0%;
		margin-right:0%;
		width:100%;
	}




.carouselHolder .prevArrow{visibility:hidden;}
.carouselHolder .nextArrow{visibility:hidden;}

.timeline:before {left:0px;}	
.timeline .periodblock{	width:100%;}
.timeline .periodblock.right{margin-left:0%;}
.timeline .periodblock.middle{margin-left:0%;}

.timeline .periodblock .pcontent{ margin-left:20%;width:80%;}
.timeline .periodblock.right .pcontent{margin-left:20%;}
.timeline .periodblock.middle .pcontent{margin-left:20%;}

.timeline .periodblock .pmarker{width:20%;margin-left:0%;}
.timeline .periodblock.right .pmarker{margin-left:0%;}
.timeline .periodblock.middle .pmarker{display:block; margin-left:0%;}

.timeline .periodblock .pdot{right:none; left:-10px;}
.timeline .periodblock.right .pdot{left:-10px;}	
.timeline .periodblock .pyear{right:auto; left:5px !important; font-size:18px; line-height:32px !important; bottom:auto;}
.timeline .periodblock.offsetter{margin-top:0px;}	


.timeline .periodblock.off .pcontent{
	opacity:0.0;
	-moz-transform: translateX(50%) translateY(0%) !important;
	-webkit-transform: translateX(50%) translateY(0%)!important;
	-o-transform: translateX(50%) translateY(0%)!important;
	-ms-transform: translateX(50%) translateY(0%)!important;
	transform: translateX(50%) translateY(0%)!important;
	
}
.timeline .periodblock.off .pmarker{
	opacity:0.0;

	
}
		
.timeline .floatblock{	
	float:none !important;
	position:relative;
	margin-left:0%;
	width:100%;
	margin-bottom:0px;
	}
.timeline .floatblock.off .pcontent{
	-moz-transform: translateX(25%) translateY(0%) !important;
	-webkit-transform: translateX(25%) translateY(0%) !important;
	-o-transform: translateX(25%) translateY(0%) !important;
	-ms-transform: translateX(25%) translateY(0%) !important;
	transform: translateX(25%) translateY(0%) !important;	
	
}

	
.timeline .floatblock .pcontent{ margin-left:20% !important;width:80%;}	
	
	
	.timeline .yearblock{
		background: none !important;
		
	}
	
}

div.mitranslation ul.mindent{
list-style:none;
}

.notice{
    font-style:italic;
    font-size: 0.9em;
}


/*   --------- MEDIA QUERY SET ------------*/





/*   --------- SITE FONTS FOR REFS ------------*/
/*

font-family:'ITCFranklinGothicW01-Bk 812647';
font-family:'ITCFranklinGothicW01-Bk 812665';
font-family:'ITCFranklinGothicW01-Dm 812668';
font-family:'ITCFranklinGothicW01-Dm 812686';
font-family:'ITCFranklinGothicW01-Bk 812659';
font-family:'ITCFranklinGothicW01-Bk 812656';


font-family:"ITCFranklinGothicW01-Md 812698";
font-family:"ITCFranklinGothicW01-Md 812701";
*/