/* CSS Document */
body {
	/* background: url(../images/RICH_background.jpg) center top no-repeat; */
	font-family: 'Open Sans', sans-serif;
}
.wrap {
	width:100%;
	height:100%;
	position:relative;
}
.clear {
	clear: both;
}
.header {
	background: url(../images/header_bg.png) center top no-repeat;
}

.header .header-inner {
	padding: 26px 0 10px 20px;
}
.header .header-inner .logo {
	margin-left:-1px;
}
#cssmenu {
	float:right;
	margin-top: 53px;
	background: none;
	/* font-family: 'Oswald', sans-serif; */
}
#cssmenu > ul > li {
	margin: 0 8px;
    /* border-right: 1px solid #ffca38;
    padding: 0 10px 0 0; */
}
/* #cssmenu > ul > li:last-child {
	margin:0 0 0 10px;
} */
#cssmenu > ul > li > a {
	color: #353488;
	font-weight: normal;
	font-size: 15px;
	padding: 0 0 4px;
	text-align:center;
	background:none;
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover {
  	color: #161537;
	/* border-bottom: thin solid; */
	background:none;
}
#cssmenu > ul > li.has-sub:hover > a, #cssmenu > ul > li.has-sub > a:hover {
	border:none;
}
#cssmenu > ul > li.has-sub > a {
  	padding-right: 4px;
	padding-bottom: 8px;
	/* background: url(../images/menu_lvl1_more.png) right bottom no-repeat; */
}
#cssmenu > ul > li.has-sub:hover > a, #cssmenu > ul > li.has-sub > a:hover {
	background:none;
}
#cssmenu > ul > li.has-sub > a::after {
	display:none;
}
#cssmenu > ul > li > ul, #cssmenu > ul > li:hover > ul {
  	top: 18px;
	border-right: thin solid #383691;
  	border-bottom: thin solid #383691;
	padding-bottom:0;
}
#cssmenu > ul > li > ul {
	background: #FFF;
	text-align: left;
	
}
#cssmenu > ul > li > ul:after {
	content: "";
	background: url(../images/menu_lvl1_ul.png) right bottom no-repeat;
	background-size: auto 100%;
	width: 181px;
	height: 7px;
}
#cssmenu > ul > li > ul > li > a {
	color:black;
	padding-left: 12px;
	font-weight: 300;
	font-size: 15px;
	border-bottom: thin solid #EFEFEF;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#cssmenu > ul > li > ul > li:last-child > a {
	border-color:transparent;
}
#cssmenu ul ul li.has-sub > a::after {
	border: 5px solid rgba(0, 0, 0, 0);
	border-left-color: #383691;
	right: 9px;
	top: 50%;
	margin-top: -4px;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #FFF;
	background: #32308E;
}
#cssmenu ul ul li.has-sub:hover > a::after {
	border-left-color: #fff;
}
#cssmenu ul ul > li:hover > ul {
  	left: 181px;
}
#cssmenu ul ul > li > ul {
	top:0;
}
#cssmenu ul ul ul {
	padding: 0;
	background: #32308E;
}
#cssmenu ul ul ul > li > a {
	color:white;
	padding-left: 12px;
	font-weight: 300;
	font-size: 15px;
	border-bottom: thin solid #44486F;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#cssmenu ul ul ul > li > a:hover, #cssmenu ul ul ul > li:hover > a {
	background:#FFCA38;
	color:#32308E;
}
.hero {
	height: 520px;
	overflow:hidden;
	background:url(../images/RICH-preloader.gif) center center no-repeat;
}
.hero .pauser {
	width:10px;
	height:10px;
	float:left;
	position:relative;
	display:none;
	
}
.hero .pauser:before {
	left:0;
	right:initial;
}
.hero .pauser:after, .hero .pauser:before {
	content:'';
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:4px;
	background-color: white;
}
.hero .pauser:before {
	left:0;
	right:initial;
}
.hero .navigator {
	position:absolute;
	bottom:10px;
	left:10px;
}
.hero .nav-item {
	width:10px;
	height:10px;
	border-radius:5px;
	background:white;
	float:left;
	cursor:pointer;
	margin-left: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hero .nav-item.active {
	background: #FFCA38;
}
.hero-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:-100%;
}
.hero-image {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	/* width:100%; */
	width: 50%;
	float: right;
	height:100%;
}
.hero-title {
	font-size: 24px;
	/* color: #34318A; */
	/* background: url(../images/hero-tr.png) 29px bottom no-repeat, url(../images/hero-indicator.png) left bottom no-repeat; */
	color: #29292a;
	background-size: auto, 100% auto;
	margin-left: -55px;
	padding-left: 55px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	line-height: 26px;
}
.hero-item.dark .hero-title {
	color: #D1E3FF;
}
.hero-item.dark .hero-title span {
	font-size: 17px;
	line-height: 21px;
    display: block;
}
.hero-item .hero-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-item.dark .hero-mask {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+40,000000+100&amp;1+40,0+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */

}
.hero-item .hero-mask {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+40,ffffff+100&amp;1+40,0+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */

}
.hero-body {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
}
.hero-body a {
    color: #34318A;
    text-decoration: none;
    line-height: inherit;
}
.hero-body p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}
.hero-item.dark .hero-body {
	color: #FFF;
    font-size: 12px;
    text-shadow: 0px 0px #000;
}
.hero-details {
	width: 50%;
    height: 100%;
    padding: 50px 25px;
    background: #1f93d1;
	position: absolute;
	color: #fff;
	/* left: 55px;
	width: 37%; */
	bottom: -100%;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.hero-shadow {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	/* background:url(../images/top-shadow.png) right top no-repeat; */
	/* background: #1f93d1; */
}
.hero-vh {
	position: absolute;
	height: 100%;
	width: 1px;
	/* background: #34318A; */
	top: 0;
	left: -1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a.hero-link {
	color: #34318A;
	font-size: 50px;
	line-height: 50px;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 2px;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
a.hero-link:hover {
	color: #FFCA38;
}
.col2 {
	padding-right:0
}
.col2 > div:first-child > h1 {
	margin-top: -52px;
}
.ncp-box {
	/* border-left: 1px solid #32308E;
	border-bottom: 1px solid #32308E; */
	background: #ffcb3b;
	padding-bottom: 12px;
	height: 300px;
}
.ncp-box h1 {
	background: #ffcb3b;
	color: #29292a;
	font-size: 22px;
	font-weight: 900;
	padding: 25px 25px 0 25px;
	line-height: 26px;
	margin-bottom: 14px;
	margin-top: -52px;
}
.ncp-box p {
	font-size: 14px;
	padding-left: 12px;
	margin-bottom: 11px;
}
.ncp-box ul {
	padding-left: 14px;
	font-size: 14px;
	/* font-weight: 600; */
}
.ncp-box ul li {
	margin-bottom: 9px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 6px;
	line-height: 23px;
	background: none;
	padding-left: 30px;
}

.ncp-box a {
	color: #29292a;
}
.ncp-box a:hover, .ncp-box a:focus {
    color: #353488;
}
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-weight: 300;
	color: #1E1C79;
	font-size: 32px;
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 35px;
}
.col1 h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 16px;
}
.col1 h3 {
	color: #32308E;
	font-weight: 300;
	margin-top: 20px;
	font-size: 25px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}
.col1 ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.col1 ul li {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 19px;
	background:url(../images/bullet.jpg) left 3px no-repeat;
	padding-left:20px;
}
.col1 ul.quick-links li {
	padding-left:0px;
	background:none;
}
.quick-links {
	margin-bottom:100px;
	margin-top: 16px;
}
.quick-link {
	text-align: center;
	display: block;
	padding: 164px 7px 0;
	font-size: 20px;
	font-weight: 600;
	/* border-right: thin solid #A4A8A9;
	border-bottom: thin solid #A4A8A9;
	border-top: thin solid #D2D8DE;
	border-left: thin solid #D2D8DE;
	border-radius: 10px; */
	/* color: #1E1C79; */
	color: #29292a;
	line-height: 19px;
	/* min-height: 166px; */
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.quick-link:hover {
	/* background-size: 110% auto!important; */
	color: #333;
	/* border-right: 2px solid #A4A8A9;
	border-bottom: 2px solid #A4A8A9;
	border-top: 2px solid #D2D8DE;
	border-left: 2px solid #D2D8DE;
	background-color: #50566F!important; */
}
.fronth3 {
	font-size: 22px;
	color: #1f93d1;
	text-align: center;
}
.services-box {
	background: #1f93d1;
	height: 250px;
	margin-top: -25px;
	/* border-left: 1px solid #32308E;
	border-bottom: 1px solid #32308E; */
	padding-bottom: 12px;
}
.login-box
{
	position:absolute;
	top:0;
	right:0;
}
.services-box h1 {
	/* background: #FFCA38; */
	color: #29292a;
	font-size: 22px;
	/* font-weight: 900; */
	padding: 14px 11px 0 11px;
	line-height: 26px;
	margin-bottom: 0;
	text-align: center;
}
.services-box a {
	color: #29292a;
}
.services-box a:hover, .services-box a:focus {
    color: #353488;
}
.login-box a {
	/* background: #FFCA38; */
	color: #fff;
	font-size: 17px;
	/* font-weight: 900; */
	padding: 5px 10px;
	/* line-height: 26px;
	margin-bottom: 14px; */
}
.region-right-sidebar > .block-block:first-child h1 {
	margin-top:-52px;
}
.services-box ul {
	list-style: none;
	margin-top: 18px;
	margin-bottom: 0;
}
.services-box ul li {
	font-size: 20px;
    font-weight: normal;
    margin-bottom: 6px;
    line-height: 23px;
    background: url(../images/bullet.jpg) left 3px no-repeat;
    padding-left: 40px;
}
a.side-button {
	border: thin solid #808080;
	display: block;
	margin-bottom: 5px;
	padding: 4px 7px;
	background: #D2D8DE;
	color: #1E1C79;
	font-size: 14px;
	font-weight: 600;
	position:relative;
	-webkit-transition: all 0.42s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a.side-button::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid rgba(0, 0, 0, 0);
	border-left-color: #8F8EE2;
	right: 6px;
	top: 50%;
	margin-top: -4px;
}
a.side-button:hover {
	color:white;
	background:#1E1C79;
}
a.side-button::after {
	border-left-color: white;
}
.header-2 {
	/* height:180px;
	background:url(../images/header-bar1.jpg) center center no-repeat;
	background-size:cover; */
	display: none;
}
.zoupas {
	border: thin solid;
	margin-bottom: 100px;
}
.footer-div {
	padding-top: 25px;
	/* background: url(../images/footer.png) left top repeat-x; */
	background-size:auto 150%;
}
.footer {
	height:120px;
}
.footer .ec_logo {
	height: 57px;
	  margin-top: 16px;
	  border-right: 2px solid #d2d8d3;
	  padding: 0 20px 0 0;
}
.footer h2 {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 900;
	border-right: thin solid #1E1C79;
	height: 83px;
	padding-right: 10px;
	margin-right: 13px;
}
img.ekt_logo {
	height: 51px;
	margin-top: 23px;
	margin-left: 13px;
}
img.footer_eu_logo {
	margin-top: 23px;
	margin-left: 15px;
}
img.footer_ekt_logo {
	/* margin-top: 23px; */
	margin-left: 15px;
}
.wrapper {
	min-height: 100%;
	margin-bottom: -145px;
	padding-bottom: 190px; 
}
.wrapper:after {
	content: "";
	display: block;
}
.page-wrap:after {
	height: 145px; 
}
.ri-call {
	border-top: thin solid #C3C3C3;
	margin-top: 14px;
	padding-top: 12px;
	padding-bottom: 7px;
}
.ri-call p {
	margin-bottom: 1px;
}
.ri-call h2 {
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 16px;
}
.map-quick-link {
	border-left: 1px solid #32308E;
	border-bottom: 1px solid #32308E;
	color: #1E1C79;
	font-size: 14px;
	font-weight: 600;
	background-color: #FFCA38;
	background-image: url(../images/europe_button.png);
	background-position: right 80%;
	background-repeat: no-repeat;
	background-size: auto 170%;
	margin-top: 17px;
	padding: 20px 120px 20px 20px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.map-quick-link:hover {
	background-size: auto 200%;
	border-left: 10px solid #32308E;
}
.faq-group {
	margin-top: 15px;
}
.faq-group h2 {
	color: #1E1C79;
}
.faq-group h2 span {
	font-weight: 400;
	padding-left: 7px;
}
.faq-group dl {
	font-size: 14px;
}
.faq-group dl dt {
	margin-top:12px;
	line-height:19px;
	padding-left:30px;
	position:relative;
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.faq-group dl dt:hover {
	color: #1E1C79;
}
.faq-group dl dt:before {
	content: '+';
	border: thin solid #808080;
	padding: 0 5px;
	color: #808080;
	position:absolute;
	top:0;
	left:0;
	width:19px;
	text-align:center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.faq-group dl dt.expanded:before {
	content: '-';
}
.faq-group dl dt.expanded {
	color: #1E1C79;
}
.faq-group dl dt:hover:before {
	color:#1E1C79;
}
.faq-group dl dd {
	color: #545454;
	max-height:0;
	overflow:hidden;
	margin-bottom:0;
	margin-left: 30px;
  	margin-top: 0px;
  	margin-bottom: 0px;
  	border-left:2px solid #FFCA38;
  	padding-left: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.faq-group dl dt.expanded + dd {
	max-height:1400px;
	margin-top: 11px;
	margin-bottom: 30px;
}
.faq-search-box {
	padding:10px 32px 10px 10px;
	border: thin solid #808080;
	margin-bottom: 15px;
	margin-top: 15px;
	background: #D2D8DE;
	position:relative;
}
input[type="text"].faq-search-box-input {
	font-family: 'Open Sans', sans-serif;
	margin-bottom:0;
	margin-top:5px;
	margin-right:100px;
	font-size: 14px;
  	color: #000;
}
.faq-actions {
	position:absolute;
	top:40px;
	right:0;
}
.faq-action {
	display:block;
	float:left;
	width:27px;
	height:27px;
	margin-right:3px;
	cursor:pointer;
	background-image:url(../images/faq.png);
	background-size:auto 200%;
	background-position-y: top;
}
.faq-action:hover, .faq-action.current {
	background-position-y: bottom;
}
.faq-action.byclear {
	background-position-x: left;
}
.faq-action.bygroup {
	background-position-x: -100%;
	display:none;
}
.faq-action.bypost {
	background-position-x: -200%;
	display:none;
}
.faq-action.bypop {
	background-position-x: -300%;
	display:none;
}
button, .button {
	  background-color: #003F99;
}
button:hover, button:focus, .button:hover, .button:focus {
  	background-color: #001043;
}
div.questionaire {
	padding-bottom: 50px;
	margin-top: 45px;
	height: 600px;
}
div.questionaire div.headtitle {
	position: absolute;
	top: 0;
	left: 0;
}
div.questionaire .indicator {
	display: inline-block;
	background-color: #CFCFCF;
	padding: 4px 30px;
	font-weight: 600;
	font-size: 14px;
}
div.questionaire .indicator.active {
	background-color: #32308E;
	color: #FFF;
}
div.questionaire div.questions {
	position: absolute;
	top: 60px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
div.questionaire div.questions .question {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
div.questionaire div.questions .question.right {
	left: 100%;
}
div.questionaire div.questions .question.left {
	left: -100%;
}
div.questionaire div.questions > .wrap {
	overflow:hidden;
}
div.questionaire div.questions .question > .title {
	font-weight: 800;
	color: #32308E;
	border-bottom: thin solid;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
div.questionaire div.questions .question > .qoption {
	font-size: 15px;
	position:relative;
	padding-left:23px;
	margin-bottom:9px;
	cursor:pointer;
}
div.questionaire div.questions .question > .qoption:hover {
	font-weight:600;
}
div.questionaire div.questions .question > .qoption input {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-left: 8px;
	padding: 2px 6px;
	width: 56%;
	display:none;
}
div.questionaire div.questions .question > .qoption::before {
	content: '';
	border: thin solid #A6A6A6;
	width: 12px;
	height: 12px;
	left: 0;
	top: 6px;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
div.questionaire div.questions .question > .qoption:hover:before {
	background: #FFCA38;
}
div.questionaire div.questions .question > .qoption.active::before {
	background: #32308E;
}
div.questionaire div.questions .question > .qoption.active input {
	display:inline-block;
}
div.questionaire div.questions .question .button {
	margin-top: 19px;
	padding: 12px 30px;
}
div.questionaire div.questions .question table {
	margin-bottom: 20px;
}
div.questionaire div.questions .question table th {
	font-size: 14px;
	border-bottom: thin solid #CACACA;
	vertical-align: middle;
	height: 35px;
}
div.questionaire div.questions .question table td {
	font-size: 14px;
	border-bottom: thin solid #CACACA;
	vertical-align: middle;
	height: 35px;
}
div.questionaire div.questions .question table td .selector {
	width: 12px;
	height: 12px;
	border: thin solid #A6A6A6;
	margin: 0 auto;
  	cursor: pointer;
}
div.questionaire div.questions .question table td .selector:hover {
	background: #FFCA38;
}
div.questionaire div.questions .question table td .selector.active {
	background: #32308E;
}
.news-date {
	float: left;
	background-color: #FFCA38;
	text-align: left;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	padding: 10px 34px 70px 10px;
	width: 150px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.news-description {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 7px;
}
.news-description a {
	display: block;
	font-weight: 400;
	margin-top: 3px;
}
.news-src {
	font-size: 15px;
	color: #32308E;
}
a.richlink {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	background-color: #D2D8DE;
	padding: 15px 30px 15px 20px;
	display: block;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a.richlink:hover {
	background: #FFCA38;
  	color: #1E1C79;
}
a.richlink::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 7px solid rgba(0, 0, 0, 0);
	border-left-color: #8F8EE2;
	right: 6px;
	top: 50%;
	margin-top: -6px;
}
a.richlink:hover:after {
	border-left-color: white;
}
.services-box p {
	padding-left: 14px;
  	font-weight: 600;
}
.services-box p a.mlink {
	color: #0051AE;
	background-image:url(../images/mlink.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	background-size:15px auto;
	padding-left:20px;
}
.services-box p a.mlink:hover {
	background-position: left -19px;
	color: #00246A;
}
.zoupas-design {
	font-size: 11px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.zoupas-design a {
	color: #000;
	font-weight: 600;
}
.zoupas-design a:hover {
	text-decoration:underline;
}
.ri-call > .h2020-result {
	border-top:thin solid #ccc;
	margin-top:5px;
	padding-top:5px;
	padding-left:30px;
	position:relative;
}
.ri-call > .h2020-result strong {
	color: #1E1C79;
	font-size:15px;
}
.ri-call > a > h2 {
	margin-bottom: 0;
  	font-size: 14px;
}
.ri-call > a > h2:hover {
	color: #1E1C79;
}
.news-list > a {
	color: #000;
	display: block;
	margin-bottom: 10px;
	position: relative;
	border-bottom: thin solid #B8B8B8;
	border-right: thin solid #B8B8B8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.news-list > a > p:nth-child(2) {
	position:relative;
}
.news-list > a > p:nth-child(2)::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid rgba(0, 0, 0, 0);
	border-left-color: #8F8EE2;
	right: 6px;
	top: 50%;
	margin-top: -4px;
}
.news-list > a:hover {
	background: #D2D8DE;
}
.news-list > a:hover > p:nth-child(2)::after {
	border-left-color: white;
}
.news-list > a:hover > p:first-child {
	background-color: #101035;
}
.news-list > a > p:first-child {
	background-color: #32308E;
	color: #FFF;
	padding: 6px 12px;
	border: thin solid #32308E;
}
.news-list > a > p:last-child {
	position: absolute;
	top: 7px;
	right: 13px;
	text-align: right;
	color: #FFCA38;
}
#list-of-contacts {
	
}
#list-of-contacts .list-block {
	
}
#list-of-contacts .list-block .country-name {
	border-bottom: thin solid #32308E;
	margin-bottom: 15px;
	color: #32308E;
	padding-bottom: 3px;
}
#list-of-contacts .list-block .contacts {
}
#list-of-contacts .list-block .contacts .point {
	border-right: thin solid #DBDBDB;
	padding-bottom: 5px;
}
#list-of-contacts .list-block .contacts .point .ncp-name {
	font-size: 14px;
  	font-weight: 700;
}
#list-of-contacts .list-block .contacts .point .ncp-org {
	font-size: 13px;
}
#list-of-contacts .list-block .contacts .point .ncp-buttons {
	text-align:right;
	margin-top: 3px;
}
#list-of-contacts .list-block .contacts .point .contact-button.email {
	width: 24px;
	height: 24px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	display: inline-block;
	cursor: pointer;
	background-position: left 0px;
}
#list-of-contacts .list-block .contacts .point .contact-button.web {
	width: 24px;
	height: 24px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	display: inline-block;
	cursor: pointer;
	background-position: left -46px;
}
.calls-results-container .add-calls-result,  .calls-results-container .add-calls-proposal, .calls-results-container .remove-calls-proposal, .calls-results-container .remove-call, .calls-results-container .edit-call-title {
	color: #FFF;
	background: #1E1C79;
	padding: 5px 10px;
	margin-top: 12px;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
	margin-right: 5px;
}
.calls-results-container .remove-call {
	background:red;
}
.calls-results-container form {
	background: #EFEFEF;
	padding: 20px;
	margin-top: 12px;
	border: thin solid #808080;
}
.calls-results-container .remove-result {
	position:absolute;
	top:0;
	right:0;
	color: #FFF;
	background: #1E1C79;
	padding: 5px 10px;
	font-size: 10px;
	cursor: pointer;
}
.calls-results-container .add-new-call {
	background: #FFCA38;
	color: #1E1C79;
	padding: 5px 10px;
	margin-top: 12px;
	display: block;
	font-size: 12px;
	cursor: pointer;
	margin-right: 5px;
}
.proposal-item {
  border-bottom: thin solid #808080;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.proposal-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}
.proposal-title.red {
    color: red;
}
.proposal-opening-date, .proposal-closing-date , .proposal-budget, .proposal-link {
  font-size: 14px;
}
.proposal-opening-date::before {
	content:'Opening Date: ';
	margin-right:5px;
}
.proposal-closing-date::before {
	content:'Closing Date: ';
	margin-right:5px;
}
.proposal-budget::before {
	content:'Budget: ';
	margin-right:5px;
}
body.front #block-block-4 + h1, body.front #block-block-4 + h1 + h1, body.front #block-block-4 + h1 + h1 + h1, body.front #block-block-4 + h1 + h1 + h1 + h1 {
	display: none;
}
a.intranet {
    display: block;
    position: relative;
    padding-left: 12px;
}
a.intranet::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid rgba(0, 0, 0, 0);
    border-left-color: #8F8EE2;
    left: 0px;
    top: 50%;
    margin-top: -4px;
}
#block-menu-menu-quick-links {
    
}
#block-menu-menu-quick-links h2 {
    font-weight: 300;
    color: #1E1C79;
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 35px;
}
#block-menu-menu-quick-links ul {
    margin-top: 16px;
}
#block-menu-menu-quick-links ul li {
    padding-left: 0px;
    background: none;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 19px;
    width: 23%;
    float: left;
    margin-right: 2%;
}
#block-menu-menu-quick-links ul li a {
    background: url(../images/RICH-btn1.png) center center no-repeat;
    background-size: 100% auto;
    text-align: center;
    display: block;
    padding: 114px 7px 0;
    font-size: 14px;
    font-weight: 600;
    border-right: thin solid #A4A8A9;
    border-bottom: thin solid #A4A8A9;
    border-top: thin solid #D2D8DE;
    border-left: thin solid #D2D8DE;
    border-radius: 10px;
    color: #1E1C79;
    line-height: 19px;
    min-height: 166px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#block-menu-menu-quick-links ul li:nth-child(1) a {
	background:url(../images/RICH-btn1.png) center center no-repeat;
	background-size:100% auto;
}
#block-menu-menu-quick-links ul li:nth-child(4) a {
	background:url(../images/RICH-btn2.png) center center no-repeat;
	background-size:100% auto;
}
#block-menu-menu-quick-links ul li:nth-child(2) a {
	background:url(../images/RICH-btn3.png) center center no-repeat;
	background-size:100% auto;
}
#block-menu-menu-quick-links ul li:nth-child(3) a {
	background:url(../images/RICH-btn4.png) center center no-repeat;
	background-size:100% auto;
}
#block-menu-menu-quick-links ul li a:hover {
	background-size: 110% auto!important;
	color: #FFF;
	border-right: 2px solid #A4A8A9;
	border-bottom: 2px solid #A4A8A9;
	border-top: 2px solid #D2D8DE;
	border-left: 2px solid #D2D8DE;
	background-color: #50566F!important;
}
#block-menu-menu-quick-links + h1, #block-menu-menu-quick-links + h1+h1, #block-menu-menu-quick-links + h1+h1+h1, #block-menu-menu-quick-links + h1+h1+h1+h1 {
    display: none;
}
.form-intro > h2 {
    font-weight: 300;
    color: #1E1C79; 
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 35px;
}
h2.footer-title {
    display: none;
}
.webform-submit.button-primary.form-submit {
    background-color: #003F99;
    display: inline-block;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    border-color: #2285a2;
    color: #fff;
    transition: background-color 300ms ease-out;
}
.webform-submit.button-primary.form-submit:hover {
    background-color: #001043;
}


/* TAS CALLS */
div.tas-call {
    margin-bottom: 15px;
    display: none;
    position: relative;
}
div.tas-call.visible {
    display: block;
}
div.tas-call div.tas-header {
    background-color: #1e6fa7;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
}
div.tas-call.confirmed0 div.tas-header {
    background-color: red;
}
div.tas-call div.tas-header a {
    color: white;
}
div.tas-call div.tas-header a:hover {
    text-decoration: underline;
}
div.tas-call div.tas-body {
    padding: 5px 0px;
    font-size: 12px;
}
div.tas-call div.tas-body p {
    font-size: 12px;
    margin-bottom: 7px;
}
div.tas-call div.tas-body li {
    font-size: 12px;
}
div.tas-call div.tas-body a.tas-title {
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 2px;
}
div.tas-call div.tas-body div.tas-info {
    margin-top: 5px;
}
div.tas-call div.tas-body div.tas-info-link {
    margin-top: 5px;
    padding-right: 60px;
}
form.tas-search {
    background: #D2D8DE;
    padding: 10px;
    margin-bottom: 0;
}
form.tas-search input[type="checkbox"]+label {
    -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none; 
}
form.tas-search .button {
    margin-bottom: 0;
}
form.tas-search .clear-form {
    margin-right: 10px
}
div.tas-call a.edit-tas, div.tas-call a.delete-tas {
    position: absolute;
    width: 25px;
    height: 25px;
    background:url(../images/tas-edit.png) left bottom no-repeat;
    bottom: 5px;
    right: 25px;
}
div.tas-call a.edit-tas:hover {
    background:url(../images/tas-edit.png) left top no-repeat;
}
div.tas-call a.delete-tas {
    background:url(../images/tas-edit.png) right bottom no-repeat;
    right: 0px;
}
div.tas-call a.delete-tas:hover {
    background:url(../images/tas-edit.png) right top no-repeat;
}
a.add-tas-call {
    display: block;
    border-top: thin solid grey;
    margin-top: 10px;
    padding-top: 5px;
    text-align: right;
}
.button.tas-sort {
    float: left;
    position: relative;
}
.button.tas-sort:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: white;
    right: 9px;
    top: 13px;
    display: none;
}
.button.tas-sort.asc:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 7px;
}
.button.tas-sort.asc, .button.tas-sort.dec {
    padding-right: 40px;
}
.button.tas-sort.asc:after, .button.tas-sort.dec:after {
    display: block;
}
/* CALL RESULTS */
div.field-name-field-calls-results div.field-collection-view {
    border-top: thin solid #C3C3C3;
    padding: 12px 0 7px 0;
    margin: 14px 0 0 0;
    border-bottom: none;
}
div.field-name-field-calls-results div.field-collection-view div.field-name-field-call-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 16px;
}
div.field-name-field-calls-results div.field-collection-view div.field-name-field-proposals {
    margin-bottom: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
div.field-name-field-calls-results div.field-collection-view div.field-name-field-calls-result .field-label {
    color: #32308E;
    font-weight: 300!important;
    margin-top: 2px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
div.field-name-field-calls-results div.field-collection-view div.field-name-field-calls-result div.field-collection-view {
    margin: 4px 0 0 0;
}
div.field-name-field-calls-results div.field-collection-view div.field-name-field-calls-result div.field-collection-item-field-calls-result {
    padding-left: 30px;
}
div.field-name-field-calls-results div.field-collection-view div.field-name-field-calls-result div.field-collection-item-field-calls-result div.result-title {
    color: #1E1C79;
    font-size: 15px;
    font-weight: bold;
}
div.field-name-field-calls-results div.field-collection-view div.field-name-field-calls-result div.field-collection-item-field-calls-result p {
    margin-bottom: 0;
}

/* NCP LIST */
div.field-name-field-ncp-list div.field-collection-view { 
    margin: 0;
    padding: 0;
}
div.field-name-field-ncp-list div.field-name-field-ncp-link {
    padding-right: 100px;
}
div.field-name-field-ncp-list div.field-name-field-ncp-link a {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 14px;
}
div.field-name-field-ncp-list div.field-name-field-ncp-link a:hover {
    color: rgb(30, 28, 121);
}
    
/* CONTACT */
div.contact-title-field {
    width: 14%; 
    float: left;
    padding-right: 10px;
    margin-bottom: 0;
    margin-top: 0;
}
div.contact-fname-field {
    width: 43%; 
    float: left;
    padding-right: 10px;
    margin-bottom: 0;
    margin-top: 0;
}
div.contact-sname-field {
    width: 43%; 
    float: left;
    margin-bottom: 0;
    margin-top: 0;
}
.node-event-registration-page .field-name-field-form-title {
    font-weight: 300;
    color: #1E1C79;
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 35px;
}
div.results-count {
    font-size: 14px;
    line-height: 32px;
        border-bottom: thin solid #808080;
    margin-bottom: 8px;
}
div.actions {
    text-align: right;
}
div.actions a.edit-item {
    display: inline-block;
    width: 25px;
    height: 25px;
    background:url(../images/tas-edit.png) left bottom no-repeat;
}
div.actions a.edit-item:hover {
    background:url(../images/tas-edit.png) left top no-repeat;
}
div.actions a.delete-item {
    display: inline-block;
    width: 25px;
    height: 25px;
    background:url(../images/tas-edit.png) right bottom no-repeat;
}
div.actions a.delete-item:hover {
    background:url(../images/tas-edit.png) right top no-repeat;
}

/* Navigator */
div.MZnavigator {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
div.MZnavigator .MZnavitem {
    display: inline-block;
    background: grey;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    margin: 0 3px;
    cursor:pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
div.MZnavigator .MZnavitem.disabled {
    background: #E6E6E6;
}
div.MZnavigator .MZnavitem.page.current {
    background: #1E1C79;
}
div.MZnavigator .MZnavitem:hover {
    background: #2ba6cb;
}
div.MZnavigator .MZnavitem.disabled:hover {
    background: #E6E6E6;
}
div.MZpagination {
    
}
div.MZpageguide {
    text-align: right;
}

/* CALLS RESULTS */
div.field-name-field-calls-result div.field-items {
    max-height: 0;
	overflow: hidden;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
div.field-name-field-calls-result div.field-items.active {
    max-height: 2500px;
}
div.field-name-field-calls-result div.field-label {
    cursor: pointer;
}