@import url("fonts/adminfont.css");
@import url("messages.css");

@import url("//fast.fonts.net/lt/1.css?apiType=css&c=092c53c0-360b-4d46-996e-9751403cc51a&fontids=675511,675535");

@font-face {
	font-family: "Trade Gothic W02 Bold_2";
	src:url("fonts/675511/65196ee3-28dd-4eca-b4a6-4e2d22efc769.eot?#iefix");
	src:url("fonts/675511/65196ee3-28dd-4eca-b4a6-4e2d22efc769.eot?#iefix") format("eot"),
		url("fonts/675511/53d4211e-103e-4779-9135-a0b00f053841.woff2") format("woff2"),
		url("fonts/675511/0909f879-d4b6-4d64-8bfd-b9990c7bd2ff.woff") format("woff"),
		url("fonts/675511/974cb5f7-6d77-4490-bdb9-7615021b81f6.ttf") format("truetype"),
		url("fonts/675511/5263ddfe-a3e4-4276-b299-753b86ed8c3e.svg#5263ddfe-a3e4-4276-b299-753b86ed8c3e") format("svg");
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: "Trade Gothic W02 Roman";
	src:url("fonts/675535/9988b815-1feb-406c-a883-daa713dde285.eot?#iefix");
	src:url("fonts/675535/9988b815-1feb-406c-a883-daa713dde285.eot?#iefix") format("eot"),
		url("fonts/675535/2994723f-f6a9-4159-a5b9-f43ceaa0b071.woff2") format("woff2"),
		url("fonts/675535/89cdefe7-0e02-4f9b-9b0a-c92845cab3d6.woff") format("woff"),
		url("fonts/675535/6e07ee60-77f5-4906-9488-872597538762.ttf") format("truetype"),
		url("fonts/675535/b4a8da2c-ff35-40ec-8433-c4e4738c488b.svg#b4a8da2c-ff35-40ec-8433-c4e4738c488b") format("svg");
	font-style: normal;
	font-weight: 400;
}

html,
body {
	padding: 0;
	margin: 0;
	font: 14px "Trade Gothic W02 Roman", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25em;
}
body {
	background-image: url('images/bg-site.jpg');
	background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover;
	background-color: #fff;
}
@media all and (max-width: 900px) {
	body {
		background-image: none;
		background-color: #9cc9de;
	}
}
div.clear {
	clear: both;
}

h2 {
	font: 20px "Trade Gothic W02 Bold_2", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #000;
}
h3 {
	font: 17px "Trade Gothic W02 Bold_2", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
}

a {
	color: #639dc4;
	text-decoration: none;
}

main {
	max-width: 980px;
	margin: 0 auto 50px auto;
	padding: 54px 0 0 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	display: block;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

#areatop-logo-shadowbox,
#areatop-logo {
	position: fixed;
	left: 0;
	top: 0;
	width: 110px;
	height: 54px;
	background-color: #fff;
	border-bottom-right-radius: 10px;
}
#areatop-logo {
	z-index: 2003;
	background-image: url('images/logo/itc-logo.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 64px;
}
#areatop-logo-shadowbox {
	z-index: 1999;
    box-shadow: 0 0 10px #636363;
}
#mainnav {
	box-sizing: border-box;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 54px;
	background-color: white;
	z-index: 2003;
    box-shadow: 0 0 10px #636363;
	text-align: center;
	padding: 14px 270px 10px 115px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#mainnav ul#idmainmenu {
	box-sizing: border-box;
	position: absolute;
	left: 120px;
	right: 0;
	top: 0;
	height: 100%;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul#idsecnav, ul#tablist {
    padding: 0;
    margin-top: 0;
}
#mainnav ul#idmainmenu li, ul#idsecnav li, ul#tablist li {
	box-sizing: border-box;
	display: inline-block;
	height: 100%;
}
ul#idsecnav li, ul#tablist li{
    box-shadow: 0 2px 3px #636363;
}
#mainnav ul#idmainmenu li a , ul#idsecnav li a, ul#tablist li a{
	font: 18px "Trade Gothic W02 Roman", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	display: inline-block;
	height: 100%;
	padding: 0 20px;
	margin: 0;
	color: #649dc3;
	background-color: #fff;
}
ul#idsecnav li a, ul#tablist li a{
    cursor: pointer;
}
#mainnav ul#idmainmenu li.selected a , ul#idsecnav li.selected a, ul#tablist li a.selected {
	font-family: "Trade Gothic W02 Bold_2", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
}
#mainnav ul#idmainmenu li a span, ul#idsecnav li a span , ul#tablist li a span{
	padding: 16px 0;
	display: inline-block;
}
#mainnav ul#idmainmenu li.selected a span, ul#idsecnav li.selected a span, ul#tablist li a.selected span {
	background-image: url('images/menu-selected.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	background-size: 200px 10px;
}
#mainnav ul#idmainmenu li a:hover, ul#idsecnav li a:hover, ul#tablist li a:hover {
	background-color: #e3f1fa;
}

#mobilenav {
	display: none;
	position: fixed;
	right: 0;
	top: 54px;
	background-color: white;
	z-index: 100000;
}
#mobilenav ul {
	list-style: outside none none;
	width: 200px;
	margin: 0;
	padding: 0;
	font: 14px "Trade Gothic W02 Roman", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
}
#mobilenav li {
	float: left;
	width: 100%;
}
#mobilenav li a {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
}
#mobilenav li a:hover {
	background-color: #e3f1fa;
}
#mobilenav.showmenu {
	display: none;
}

#idhamburg {
	position: absolute;
	box-sizing: border-box;
	display: none;
	width: 63px;
	height: 100%;
	background-image: url('svg/hamburger-menu.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 20px;
	background-size: 40% auto;
	border: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	top: 0;
	right: 0;
}
#idhamburg:hover {
	background-color: #e3f1fa;
}
@media all and (max-width: 900px) {
	#mainnav ul#idmainmenu {
		display: none;
		right: 0px;
		top: 0px;
		width: 300px;
	}
	#mainnav ul#idmainmenu li {
		float: left;
		width: 100%;
	}
	#idhamburg {
		display: block;
	}
	#mobilenav.showmenu {
		display: block;
	}
	#mainnav ul#idmainmenu li.showmenu {
		display: block;
	}
	.linebutton {
		display: none;
	}
}

#mainnav img {
	vertical-align: middle;
}
#mainnav button {
	position: absolute;
	right: 0;
	top: 0;
	margin: 11px 10px 0 0;
	background-color: #649dc2;
	color: #fff;
	padding: 4px 8px;
	width: auto;
	border-radius: 2px;
	font: 14px "Trade Gothic W02 Roman", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media all and (max-width: 400px) {
	#mainnav {
		padding: 0;
	}
	#mainnav button {
		width: 55%;
		white-space: nowrap;
	}
}


section#intro {
	box-sizing: border-box;
	display: block;
	background-color: #649dc2;
	background-image: url('images/bg-gradient-01.png');
	background-repeat: repeat-x;
	padding: 10px 5%;
}
section#intro h1 {
	font-family: "Trade Gothic W02 Bold_2", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 120%;
	margin-bottom: 0;
	color: #fff;
}
section#intro p {
	font-size: 18px;
	line-height: 120%;
	margin-top: .5em;
	color: #fff;
}
section.partnerdetails,
section#articles {
	box-sizing: border-box;
	display: block;
	background-color: rgba(204, 222, 235, 0.7);
	background-image: url('images/bg-gradient-articles.png');
	background-repeat: repeat-x;
	padding: 25px 5% 1px 5%;
}
section#articles.home {
	box-sizing: border-box;
	display: block;
	background-color: rgba(204, 222, 235, 0.7);
	background-image: url('images/bg-gradient-home.png');
	background-repeat: repeat-x;
	padding: 25px 5% 1px 5%;
	margin-top: -4px;
}
section.partnerdetails {
	display: block;
	box-sizing: border-box;
	background-color: #deeaf2;
	background-image: url('images/bg-details.png');
	background-repeat: repeat-x;
	padding: 10px 5%;
	margin: 0;
}
section#articles article {
	box-sizing: border-box;
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 25px 30px 30px 30px;
	margin: 0 0 25px 0;
	border-radius: 5px;
}
section#articles article#widget00 {
	background-image: url('images/widget00.jpg');
	background-repeat: no-repeat;
	background-size: 716px;
	background-position: center right;
}
section.partnerdetails h2,
section#articles article h2,
div.tablistarea h2 {
	margin: 0 0 20px 0;
	line-height: 140%;
	font-weight: normal;
}
section.partnerdetails h2 span,
section#articles article h2 span {
	font-weight: bold;
}
section.partnerdetails h2 img ,
section#articles article h2 img {
	vertical-align: middle;
}
section#articles p {
	font-size: 13px;
	margin-bottom: 1.25em;
}
section#articles a.bottombutton, span.bottombutton {
	display: inline-block;
	background-color: #649dc3;
	color: #fff;
	padding: 3px 20px 4px 20px;
	border-radius: 2px;
	margin-top: 20px;
}
span.bottombutton{
	margin-top: 55px;
}
section#articles a.bottombutton.two {
	background-color: #ddeef9;
	color: #184d70;
}
section#articles a.bottombutton::after {
	content: ">";
	margin-left: 1em;
}
section#articles a.bottombutton:hover {
	background-color: #ddeef9;
	color: #184d70;
}
section#articles a.bottombutton.two:hover {
	background-color: #649dc3;
	color: #fff;
}

div.tablistarea, div.tablistareasecond {
	display: block;
	margin: 0 0 25px 0;
}
div.tablistarea ul.tablist, div.tablistareasecond ul.tablistsecond {
	box-sizing: border-box;
	float: left;
	width: 100%;
	list-style: outside none none;
	margin: 0;
	padding: 0 2%;
}
div.tablistareasecond ul.tablistsecond{
	padding: 0;
}
div.tablistarea ul.tablist li, div.tablistareasecond ul.tablistsecond li{
	box-sizing: border-box;
	float: left;
	width: 19.5%;
	margin: 0 0.25%;
}
div.tablistarea ul.tablist li button,div.tablistareasecond ul.tablistsecond li button {
	outline: none;	
	border: none;
	cursor: pointer;
	box-sizing: border-box;
	float: left;
	width: 100%;
	height: 40px;
	padding: 5px 5px 5px 5px;
	font: 14px "Trade Gothic W02 Roman", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #767676;
	background-color: #d3dde4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
}
div.home ul.tablist li button {
	height: 55px;
	font-size: 18px;
}
div.tablistarea ul.tablist li button:focus, div.tablistareasecond ul.tablistsecond li button:focus {
	outline: none;
}
div.tablistarea ul.tablist li button.selected, div.tablistareasecond ul.tablistsecond li button.selected {
	color: #000;
	font-family: "Trade Gothic W02 Bold_2";
	font-weight: 500;
	background-color: #fff;
}
div.tablistareasecond ul.tablistsecond li button.selected{
	border: 1px solid #d3dde4;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
@media all and (max-width: 900px) {
	ul.tablist, ul.tablistsecond {
		padding: 0;
	}
	div.tablistarea ul.tablist li button, div.tablistareasecond ul.tablistsecond li button{
		font-size: 12px;
		height: 60px;
		line-height: 120%;
	}
}
div.tablistarea .tablist-content, div.tablistareasecond .tablist-content-second {
	clear: both;
	box-sizing: border-box;
	display: none;
	border-radius: 5px;
	background-color: #fff;
	color: #000;
	padding: 20px 3.5%;
	margin: 0 0 10px 0;
}
div.tablistareasecond .tablist-content-second{
	padding: 0;
}
div.tablistarea .tablist-content:first-of-type, div.tablistareasecond .tablist-content-second:first-of-type {
	display: block;
}
div.tablistarea .tablist-content .graph1, div.tablistareasecond .tablist-content-second .graph1{
	float: right;
	margin: 20px 0 0 20px;
	padding: 0;
}


.partnerList{
	display: table-row-group;
	border: 5px solid #d3dde4;
	background: transparent;
	margin: 5px 0;
	border-collapse: collapse;
	box-sizing: border-box;
	border-left-width: 1px;
	border-right-width: 1px;
}


.table1 {
	display: table;
	border: 1px solid #000;
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid #f0f0f0;
	margin: 5px 0;
}
.table1 > header.tableheader {
	position: relative;
	display: table-row;
    padding-top: 10px;
	border-bottom: 3px solid #e6e6e6;
    color: #184d70;
	font-size: 14px;
	font-weight: normal;
	text-align: left;	
	z-index: 0;
}
.table1 > .table-row ,.partnerList > .table-row-partner{
	display: table-row;
}
.table1 > header.tableheader > .table-cell {
	background-color: #fff;
	display: table-cell;
	padding: 5px;
	border: none;
}
.table1 > .table-row > .table-cell, .partnerList > .table-row-partner > .table-cell {
	display: table-cell;
	padding: 5px;
	color: #333;
	font-size: 13px;	
	border: none;
}
.table1 > .tableheader > .table-cell.alignright,
.table1 > .table-row > .table-cell.alignright, .partnerList > .table-row-partner > .table-cell.alignright {
	text-align: right;
}


.table1 .cellwidth33 {
	width: 33.3%;
}
.table1 .cellwidth66 {
	width: 66.6%;
}


.table1 > .table-row.odd, .partnerList > .table-row-partner:nth-child(odd) {
	background-color: #fff;
}
.table1 > .table-row.even, .partnerList > .table-row-partner:nth-child(even) {
	background-color: #f5f5f5;
}
.table1 > .table-row:hover, .partnerList > .table-row-partner:hover {
	background-color: #ccdeeb;
}
.table1 > .table-row:hover > .table-cell {
	/*color: #fff;*/
}

.table1 > .table-row:hover img {
	opacity: 0.75;
}

.table1 .responsive-infotext {
	display: none;
	font-size: 11px;
}

@media all and (max-width: 700px) {
	.table1 > .table-row > .table-cell, .partnerList > .table-row-partner > .table-cell {
		padding: 0 5px;
	}
	.table1 .responsive-infotext {
		display: inline;
	}
	.table1 .showhere-nonresponsive {
		display: none; 
	}
	.table1 .showhere-responsive {
		display: inline; 
	}
	.table1 {
		display: block;
		float: left;
		width: 100%;
	}
	.table1 > header.tableheader {
		display: none;
	}
	
	.table1 > .table-row, .partnerList > .table-row-partner {
		float: left;
		display: block;
		width: 100%;
	}
	.table1 .table-cell-th,
	.table1 .table-cell {
		float: left;
		display: block;
		padding: 2px 0;
		width: 100%;
		box-sizing:border-box;
		margin-bottom: 1px;
		background: none;
	}
	.table1 .table-cell-th {
		margin-top: 10px;
		text-align: left;
		font-size: 110%;
	}
	.table1 .table-cell {
		color: #3c3c3c;
	}
	.table1 .table-cell-th.edit {
		vertical-align: top;
		padding-top: 2px;
	}
}

.partnerlink {
	display: block;
	box-sizing: border-box;
	background-color: white;
	border-radius: 5px;
	font-size: 15px;
	padding: 10px 30px 8px 10px;
	margin: 0 0 20px 0;
	background-image: url('images/bg-arrow-more.svg');
	background-repeat: no-repeat;
	background-position: right center;
}
.partnerlink span {
	font-size: 12px;
}
.partnerlink:hover {
	background-color: #daf0fd;
}
.partnerlink .flagcontainer {
	display: inline-block;
	float: left;
	width: 92px;
	height: 52px;
	background-repeat: no-repeat;
	background-size: 82px 42px;
	background-position: center center;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.partnerlink .flagcontainer > img {
}

div.datablock {
	box-sizing: border-box;
	float: left; 
	width: 200px;
	margin-left: 15px;
	max-width: 85%;
}

div.projectsvalue {
	display: block;
	font-weight: normal;
	color: #184d70;
	margin: 10px 0 0 0;
	padding: 0 10px;
	text-align: left;
	font-size: 14px;
	font-family: "Trade Gothic W02 Roman", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
}
div.projectsvalue.mainvalue {
	font-family: "Trade Gothic W02 Bold_2", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #000;
}
div.projectsvalue.aligncenter {
	text-align: center;
}

div.textholder {
	display: block;
	height: 5.6px;
	overflow: hidden;
	border-bottom: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
}
div.subinfo {
	display: block;
	height: auto;
	font-size: 10px;
	color: #777;
	padding: 0 10px;
}
.select{
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	width: 25%;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
	color: #333;
	border-radius: 6px;
	height: 25px;
	float: right;
}
.select:focus
 {
	box-shadow: inset 0px 0px 1px #0f255a;
	box-shadow: inset 0px 0px 1px #20a1c4;
	border: 1px solid #0f255a;
	border: 1px solid #20a1c4;
}

#intro img[src*=".svg"] {
	height: 56px\9;
}
@media screen and (min-width:0\0) {
	#intro img[src*=".svg"] {
		height: 56px;
	}
}