@charset "UTF-8";
/* CSS Document */


@font-face {
	font-family: Oswald;
	src: url("../images/fonts/Oswald-Light.ttf");
} 

@font-face {
	font-family: Custom;
	src: url("/images/fonts/Poppins-Regular.ttf");
} 
@font-face {
	font-family: CustomB;
	src: url("/images/fonts/Poppins-Medium.ttf");
} 
@font-face {
	font-family: CustomBB;
	src: url("/images/fonts/Poppins-SemiBold.ttf");
} 

.container-index {
	position: relative;
	width: 916px;
	padding-right: 1px; /* Hack for IE */
	min-height: 670px;
	margin: 0 auto 0 auto;
	z-index: 0;
}

.container-news {	
	width: 916px;
	padding-right: 1px; /* Hack for IE */	
	margin: 0 auto 0 auto;
}


/** SLIDESHOW 2016 **/

#index-slideshow {
	float: left;
	padding: 0px;
	height: 453px;
	width: 916px;
	margin-top: 32px;
	position: relative;
	z-index: 1;
	background-color:#000;
	box-shadow: 0px 0px 6px #707070;
}
#index-slideshow-image img {
	height: 453px;
	width: 916px;
	position: absolute;
	background-color: #000;
}
#index-slideshow-static {
	float: left;
	padding: 0px;
	height: 453px;
	width: 916px;
	margin-top: 32px;
	position: relative;
	z-index: 1;
	background-color:#000;
	box-shadow: 0px 0px 6px #707070;
}
#index-slideshow-static img {
	height: 453px;
	width: 916px;
	position: absolute;
	background-color: #000;
}
#index-slideshow .dots {
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	text-align:center;
	padding-top: 10px;
}
#index-slideshow .bg { 
	background: #000;
	opacity: 0.25; /* CSS3 */
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 9;
	padding-top: 10px;
	display: none;
}
#index-slideshow:hover .bg{
	display: block;}

/** Touch HOVER FIX**/

@media only screen 
and (min-device-width : 240px) 
and (max-device-width : 1024px)  { 
	#index-slideshow:hover .bg{
	display: none;
	}}



/** INDEX INSTRUMENTS 2016**/


#index-lower-container {
    float: left;
    width: 916px;
    margin-top: 32px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 54px;
}

#index-instruments {
    padding: 0px;
    margin-right: 32px;
    height: auto;
    width: 100%;
    float: none;
}
/*
#index-instruments .header{
    padding: 4px 0px 4px 14px;
    background-color: #f1f1f1;
	background-image: linear-gradient(#f2f2f2, #eaeaea);
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    font-size: 17px;
    font-family: "Oswald", Arial, Verdana, sans-serif;
	color: #444444;
}
*/
#index-instruments .header{
    padding: 4px 0px 4px 14px;
    background-color: #DBEDFE;
    background-image: linear-gradient(60deg, #dcedfd, #e2f2fc);
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #D9E7F7;
    font-size: 16px;
    font-family: "Oswald", Arial, Verdana, sans-serif;
    color: #4e4e4e;
}
#index-instruments a {
	float: left;
	width: auto;	
	display: block;
	margin: 30px 22px 0 0;
}
#index-instruments .right{
	float: left;
	width: auto;	
	display: block;
	margin: 30px 0px 0 0;
}
#index-instruments a img{	
	width: 290px;
	height: 188px;
}




/** INDEX RSS 2020**/

#index-rss {
    padding: 0px;
    height: 345px;
    width: 100%;
    float: none;
    background-color: #f5f5f5;
    position: relative;
    /*border: solid 1px #fff;*/
	/*box-shadow: 0px 0px 2px #c0c0c0;*/
    border-radius: 2px 2px 4px 4px;
    margin-top: 38px;
}
#index-rss .header{
    padding: 4px 0px 4px 14px;
    background-color: #ececec;
	/*background-image: linear-gradient(#f1f1f1, #eaeaea);*/
    display: block;
    color: #a00000;
    text-transform: uppercase;
    border-bottom: 1px solid #dbd9d9;
    font-size: 16px;
    font-family: "Oswald", Arial, Verdana, sans-serif;
}
#index-rss .social {
	position: absolute;
	top: 8px;
	right: 18px;
	width:250px;
	text-align:right;
}
#index-rss .social a{
	color: #2F8FC9;
	margin-left:8px;
}
#index-rss .social a img{
	width: 22px;
	height: 22px;
}
#index-rss a {
	text-decoration: none;
	font-weight: normal;
	color: #4a4a4a;
}
#index-rss a:hover  {
	text-decoration: underline;
}

#index-rss ul {
    text-decoration: none;
    list-style-type: none;
    display: block;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom: 0px;
    margin: 0;
    font-family: "Custom", Arial, Verdana, sans-serif;
    line-height: 1.6em;
    font-size: 12px;
    border-top: solid 1px #FFF;
}
#index-rss li {
	text-decoration: none;
	/*padding-bottom: 19px;*/
	width: 29%;
	height: 120px;
	float: left;
	margin: 10px 25px 10px 13px;
	/*background-color: aqua;*/
}
#index-rss li h1{
	/*text-decoration: bold;*/
	font-size: 14px;
	font-family: "CustomB", Arial, Verdana, sans-serif;
	color: #4f4f4f;
	/*letter-spacing: -0.5px;*/
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        #index-rss li h1 {
            letter-spacing: -0.6px;
}








/* NEWS LIST CELL*/

.news-list-container {
	width: 560px;
	padding-top: 16px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	padding-right: 20px;
	padding-left: 10px;
	font-size: 12px;
	text-align: center;
	padding-bottom: 35px;
}
.news-list-container .thumb{
	padding-bottom: 11px;
}
.news-list-container .title{
	font-size: 13px;
	color: #5a5a5a;
}


a.news-list-link {
	font-size: 13px;
	display: block;
	padding-top: 11px;
	padding-bottom: 4px;
}
a:hover.news-list-link {
	text-decoration: underline;
}

/* NEWS VIDEO CELL */

.news-video-cell .name{
	font-weight: bold;
	color: #444;
	font-size: 12px;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	/*line-height: 1.8em;*/
	padding-top: 8px;
     } 
.news-video-cell{
	line-height: 1.8em;
	padding-bottom: 9px;
	padding-top: 7px;
	text-align: center;
}
.news-video-cell .blue{
	color:#5588BB;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.news-video-cell .sep{
     color: #aaaaaa;
     font-size: 13px;  
     font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
     } 
	 
/*NEWS VERSION 2 STRUCTURE*/


.news_header {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	width: 97%;
	float: left;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
	color: #222;
	margin-top: 20px;
	margin-left: 8px;
	margin-bottom: 0px;
	clear: left;
	letter-spacing: 0.2em;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.news_header a {
	color: #222;
}


.news_l_col {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	width: 212px;
	float: left;
	margin-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	min-height: 400px;
	background-image: url(../sitegraphs/news-shadow-bar.jpg);
	background-repeat: repeat-y;
	background-position: 200px;
	height: auto;
}
.news_l_col a{
	font-weight: normal;
	color: #4a4a4a;
}

.news_l_col a:hover {
	text-decoration: underline;
}


.news_r_col {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	width: 602px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-left: 32px;
	min-height: 300px;
	margin-left: -1px;
	padding-bottom: 16px;
}

.news_r_col .blue2{
	font-weight: normal;
	color: #4091C6;
	font-size:10px
}
.news-categories {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	padding-left: 24px;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.news-categories-act {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	padding-left: 24px;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../support/graphics/arrow-selected.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
.news-title-bar  {
	display: block;
	margin-bottom: 20px;
	height: 25px;
	margin-top: 6px;
}
.news-title-bar .title {
	font-size: 14px;
	font-weight: bold;
	float: left;
	display: inline;
	color: #444;
}
.news-title-bar .type {
	font-size: 9px;
	font-weight: normal;
	float: right;
	text-transform: uppercase;
	color: #999;
	margin-top: 5px;
}
.news-content {
	font-size: 12px;
	line-height: 1.7em;
	color: #505050;
}
.news-content p{
	margin-top: 2.1em;
	margin-bottom: 2.2em;
}
.news-content a{
	font-weight: bold;
	/*color: #808080;*/
}
.news-content a:hover{
    color:#5588BB;
	text-decoration:underline;	
}
.news-content ul{
	padding-left: 14px;
	padding-top: 0px;
	margin-top: 0px;
}
.editor-subheader-13b {
	font-size: 13px;
	font-weight: bold;
	color: #444;
	line-height: 2.1em;
}
.editor-imagetext-11 {
	font-size: 10px;
	color: #777;
	line-height: 2em;
}
.editor-text-11 {
	font-size: 11px;
	line-height: 1.6em;
}
.more_news {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	display: block;
	padding-top: 14px;
	padding-bottom: 36px;
}
