* { 
	margin: 0
}
html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 100%
}
body {
	background: #ffffff;
	color: #212121;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	height: 100%;
}
.page-wrap {
	min-height: 100%;
	margin-bottom: -66px
}
.page-wrap:after {
	content: "";
	display: block;
	height: 66px
}
a:link, a:visited {
	color: #fba900;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover, a:active, a:focus {
	color: #003767;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

h1, .componentheading {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding-bottom: 0;
	color: #212121;
	font-size: 34px;
	font-weight: lighter;
	line-height: 84px;
	display: inline-block;
	margin: 0 0 50px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
}
h1:after {
	content:'';
    position:absolute;
    left:0;
	right:0;
    top:100%;
    margin: 0 auto;
    width:60px;
    height:1px;
    background:#fba900;
}
h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fba900;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 51px;
	letter-spacing: 0.02em;
}
h2 span {
	border-bottom: 2px solid #eaeaea;
	display: block;
	width: 40px;
	margin: 0 0 -2px 0;
}
h2 a {
	text-decoration: none;
	display: block;
	margin: 0 0 15px 0
}
h2 a:hover {
	color: #101010
}
h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding-bottom: 0;
	color: #212121;
	font-size: 34px;
	font-weight: lighter;
	line-height: 84px;
	display: inline-block;
	margin: 0 0 50px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
}
h3:after {
	content:'';
    position:absolute;
    left:0;
	right:0;
    top:100%;
    margin: 0 auto;
    width:60px;
    height:1px;
    background:#fba900;
}
h3 span {
	background: #fff;
	padding-right: 20px
}
h3 .line {
	height: 2px;
	background: #f3eaf0;
	margin-top: -28px
}
.cat-children h3 {
	visibility: hidden;
	display: none;
	height: 0
}
h4, h4 a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-size: 13px;
	color: #333333 !important;
	font-weight: bold;
	padding: 0;
	margin: 19px 0 0 0;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out
}
input, textarea, select {
	border: 1px solid #f4f4f4;
	padding: 0 18px;
	line-height: 28px;
	height: 30px;
	font-size: 13px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	transition: border 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out;
	-webkit-transition: border 0.3s ease-in-out;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-appearance: none
}
select { -webkit-appearance: menulist; }
input:hover, textarea:hover, select:hover, 
input:focus, textarea:focus, select:focus {
	border: 1px solid #fba900;
	transition: border 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out;
	-webkit-transition: border 0.3s ease-in-out;
	outline: none;
}
input[type=checkbox] { -webkit-appearance:checkbox; }
input[type=radio] { -webkit-appearance: radio; }
button {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border: 0;
	background: #fba900;
	color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 13px;
	letter-spacing: normal;
	line-height: 28px;
	height: 30px;
	padding: 0 25px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
}
button:hover {
	color: #FFFFFF;
	background: #ffae00;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out
}
button:focus {
	outline: none
}
hr {
	background: none;
	border: 0;
	border-top: 1px dotted #e5e5e5;
	margin: 20px 0
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
th, td {
	padding: 0
}
ul {
	padding: 0;
	margin: 0;
	list-style: none
}
p {
	padding: 0;
	margin: 0
}
iframe {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0
}
img {
	display: block;
	outline: none;
	max-width: 100%;
}
b, strong {
	font-weight: 600;
}
.container {
	padding: 0 12%;
	margin: 0 auto;
	overflow: auto;
}
.block {
	padding: 0;
	width: 100%;
	display: block;
	overflow: auto
}
.contentbox {
	line-height: 20px;
}
.contentbox ul {
	margin: 10px 0;
}
.contentbox ul li {
	text-indent: 7px;
	line-height: 28px;
}
.contentbox ul li:before {
	color: #fba900;
	content: "\f105";
	float: left;
	font-family: "FontAwesome";
	line-height: 28px;
	width: 20px;
	text-align: center;
	list-style: outside none none;
	margin: 0;
	overflow: auto
}
fieldset { border: none; }
/*HEADER-START*/
#head {
	background: #ffffff;
	display: block;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 55, 104, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 55, 104, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 55, 104, 0.1);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
	padding: 21px 0;
	margin: 0;	
}
#responsivemenu-btn {
	visibility: visible;
	display: block;
	float: left;
	width: 91px;
	height: 58px;
	overflow: hidden;
	line-height: 58px;
	text-align: left;
	font-size: 13px;
	text-transform: uppercase;
	color: #212121;
	margin: 0 17px 0 0;
	border-right: 1px solid #f4f4f4;
	letter-spacing: 0.02em;
}
#responsivemenu-btn:hover {
	color: #fba900;
}
#responsivemenu-btn .bars-icon {
	display: block;
	overflow: auto;
	width: 15px;
	height: 15px;
	float: left;
	padding: 0;
	margin: 20px 14px 21px 0;
}
#responsivemenu-btn .bars-icon .line-one {
	display: block;
	overflow: auto;
	margin: 1px 6px 0 0;
	background: #212121;
	width: 9px;
	height: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#responsivemenu-btn .bars-icon .line-two {
	display: block;
	overflow: auto;
	margin: 2px 0 2px 0;
	background: #212121;
	width: 15px;
	height: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#responsivemenu-btn .bars-icon .line-three {
	display: block;
	overflow: auto;
	margin: 0 3px 1px 0;
	background: #212121;
	width: 12px;
	height: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#responsivemenu-btn:hover .bars-icon .line-one, 
#responsivemenu-btn:hover .bars-icon .line-two, 
#responsivemenu-btn:hover .bars-icon .line-three {
	background: #fba900;
	width: 15px;
	height: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#head .topmenu {
	float: left;
	letter-spacing: 0.02em;
}
#head .topmenu li {
	float: left;
	margin: 0;
}
.topmenu li a {
	position: relative;
	display: block;
	overflow: auto;
	text-transform: uppercase;
	color: #212121;
	line-height: 58px;
	padding: 0 8px;
}
#head .topmenu li a:after {
    position: absolute;
    left: 50%;
    content: '';
    height: 1px;
    background: #fcd406;
    transition: all 0.2s linear;
    width: 0;
    bottom: 13px;  
}
#head .topmenu li a:hover:after {
    width: 90%;
    margin-left: -45%;
}
#head .logo {
	display: block;
	width: 178px;
	height: 58px;
	margin: 0 auto;
	opacity: 1;
	transition: all 0.4s ease 0s;
}
#head .logo a {
	background: url(../images/logo-fenca.svg) top center no-repeat;
	background-size: 178px 58px;
	display: block;
	width: 178px;
	height: 58px;
	font-size: 0;
}

#head .searchmodule {
	float: right;
	display: block;
	margin: 14px 0;
}
#head .searchmodule .search, 
.rmenu .searchmodule .search {
	position: relative;
}
#head .searchmodule .button, 
.rmenu .searchmodule .button {
	padding: 0;
	width: 30px;
	line-height: 20px !important;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 3px;
	background: none;
	color: #212121;
}
#head .searchmodule .button i, 
.rmenu .searchmodule .button i {
	line-height: 20px;
}
#head .searchmodule .button:hover, 
.rmenu .searchmodule .button:hover {
	color: #fba900; cursor: pointer;
}
#head .searchmodule #mod-search-searchword, 
.rmenu .searchmodule #mod-search-searchword {
	border: 0;
	background: none;
	width: 0;
	padding: 0;
	color: rgba(33,33,33,0.00);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#head .searchmodule:hover #mod-search-searchword, 
#head .searchmodule #mod-search-searchword:focus, 
.rmenu .searchmodule #mod-search-searchword, 
.rmenu .searchmodule #mod-search-searchword:focus {
	float: left;
	border: 1px solid #f4f4f4;
	background: #ffffff;
	width: 170px;
	padding: 0 8px;
	color: rgba(33,33,33,1.00);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#head .searchmodule #mod-search-searchword:focus, 
.rmenu .searchmodule #mod-search-searchword:focus { border: 1px solid #fba900; }
.rmenu .searchmodule {
	visibility: hidden;
	display: none;
}
.rmenu .searchmodule { margin-top: 15px; }
.rmenu .searchmodule #mod-search-searchword { width: 100% !important;}
/*HEADER-END*/

/*SLIDER-START*/
#noslider { height: 100px; }
#slider {
	margin-top: -100px;
	padding-top: 200px;
	margin-bottom: 46px;
	display: block;
	overflow: hidden;
}
.TEXT .readmore, .TEXT-WHITE .readmore {
	display: inline-block;
	background: #fba900;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	line-height: 38px;
	padding: 0 38px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	position: relative;
}
.TEXT .readmore:hover, .TEXT-WHITE .readmore:hover {
	background: #ffae00;
	color: #FFFFFF;
}
#slider .CONGRESS2019-1 b { color: #fba900; }
#slider .CONGRESS2019-2 b { font-weight: lighter; color: #fba900; }



/*SLIDER-END*/

/*LATESTNEWS-START*/


#aboutfenca {
	margin-top: -100px;
	padding-top: 100px;
	display: block;
	overflow: auto;
	box-sizing: border-box;
}
.aboutfencahome {
	margin-bottom: 80px
}

#latestnews {
	margin-top: -100px;
	padding-top: 100px;
	display: block;
	overflow: auto;
	box-sizing: border-box;
}
#latestnews #latestnews {
	margin-bottom: 17px;
}
#latestnews li {
	float: left;
	display: inine-block;
	overflow: auto;
	width: 66.6666%;
	box-sizing: border-box;
	padding-right: 30px;
	padding-bottom: 30px;
}
#latestnews li .contentbox { 
	display: inine-block;
	overflow: auto;
	background: #fcfcfc;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#latestnews li .contentbox:hover { 
	background: #fff;
	border: 1px solid #f1f1f1;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#latestnews li .contentbox:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	height: 2px;
	width: 0;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
#latestnews li .contentbox:hover::before {
	width: 100%;
	background: orange;
}

#latestnews li .newsimage {
	float: left;
	max-width: 335px;
	max-height: 335px;
	overflow: hidden;
}
#latestnews li .contents {
	display: block;
	overflow: auto;
	padding: 0 32px;
}
#latestnews li .contents .categoryname {
	background: #fba900;
	line-height: 20px;
	margin: 56px 0 0 0;
	padding: 0 12px;
	font-size: 11px;
	color: #FFFFFF;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#latestnews li .contents .title {
	display: block;
	overflow: auto;
	font-size: 16px;
	color: #212121;
	line-height: 26px;
	font-weight: 600;
	margin: 19px 0 14px 0;
}
#latestnews li .contents .title:hover {
	color: #fba900;
}
#latestnews li .contents .date {
	color: #5b5b5b;
	line-height: 18px;
}
#latestnews li .contents .introtext {
	color: #5b5b5b;
	line-height: 24px;
	margin: 21px 0;
}
#latestnews li .contents  .more {
	display: block;
	line-height: 21px;
	margin-bottom: 30px;
}
#latestnews li .contents  .more:hover {
	color: #fba900;
	text-decoration: underline;
}
#latestnews li:nth-child(2) {
	float: right;
	width: 33.3333%;
	padding-right: 0;
}
#latestnews li:nth-child(2) .newsimage {
	float: none;
	max-width: 100%;
	max-height: 335px;
	overflow: hidden;
}
#latestnews li:nth-child(3) .newsimage {
	float: right;
	max-width: 335px;
	max-height: 335px;
	overflow: hidden;
}
/*LATESTNEWS-END*/

/*MEMBERS-START*/
#members {
	display: block;
	overflow: auto;
	padding-top: 100px;
	margin-top: -100px;
}
#members .container { background: #fcfcfc; padding-bottom: 90px; height: 210px; display: block; overflow: hidden; }
#members h3 {
	color: #fba900;
	font-size: 22px;
	font-weight: normal;
	line-height: 104px;
	margin: 0;
	padding: 0;
	border: none;
}
#members h3:after {
    width:0;
    height:0;
    background: none;
}
.logoslider-wrap { position: relative; }
.logoslider {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 0;
}
.logoslider-arrow {
	position: absolute;
	top: 44px;
	width: 20px;
	height: 24px;
	font-size: 24px;
	line-height: 22px;
	color: #ffd300 !important;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out
}
.logoslider-arrow:hover {
	color: #fba900 !important;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out
}
.sa-left { left: -18px; }
.sa-right { right: -18px; }
.logoslider li {
	width: 20%;
	box-sizing: border-box;
	padding: 0 13px;
}
.logoslider li a {
	display: block;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
}
.logoslider li a:hover {}
.logoslider li img {
	transform: scale(0.8);
	transition: all .3s ease-in-out;
}
.logoslider li a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.logoslider li a:hover:after {
	 width: 100%;
	background: orange;
}
/*MEMBERS-END*/

/*NEWSLETTER-START*/
#newsletter {
	background: #FFF url(../images/newsletter-bg.png) center center no-repeat;
	background-size: 100% auto;
	padding: 86px 0;
}
#newsletter .texts {
	float: left;
	width: 35%;
	height: 60px;
	padding: 9px 0 !important;
}
#newsletter .texts .acymailing_introtext {
	font-size: 22px;
	font-weight: 600;
	color: #fba900;
	line-height: 32px;
}
#newsletter .texts .acymailing_finaltext {
	font-size: 13px;
	font-weight: normal;
	color: #5b5b5b;
	line-height: 28px;
}
#newsletter .acymailing_form {
	float: left;
	width: 65%;
	position: relative;
}
#newsletter .acymailing_form .button {
	line-height: 38px;
	height: 38px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	border: none;
	font-size: 14px;
	background: #fba900;
	color: #FFFFFF;
	padding: 0 34px;
	font-weight: lighter;
	position: absolute;
	top: 19px;
	right: 11px;
}
#newsletter .acymailing_form .button:hover {
	background: #ffae00;
}
#newsletter .acymailing_form .inputbox {
	line-height: 60px;
	height: 60px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-weight: lighter;
	font-size: 14px;
	padding: 0 30px;
	margin: 8px 0;
}
#newsletter .acymailing_form .inputbox:hover, 
#newsletter .acymailing_form .inputbox:focus {
	border: 1px solid #fba900;
}

/*.recaptchap {
	width: 40%;
	float: left;
}
.acymailing_module div { overflow: hidden; }*/

/*NEWSLETTER-END*/

/*FOOTER-START*/
#contacts {
	display: block;
	overflow: auto;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	line-height: 24px;
	font-size: 13px;
}
#contacts .footer1, 
#contacts .footer2, 
#contacts .footer3, 
#contacts .footer4 {
	float: left;
	width: 25%;
	padding: 56px 0;
	display: block;
	overflow: auto;
	box-sizing: border-box;
	border-right: 1px solid #f2f2f2;
	position: relative;
}
#contacts .footer2, #contacts .footer3 { padding-left: 30px; }
#contacts .footer4 { padding-left: 10px; }
#contacts .footer1:after, 
#contacts .footer2:after, 
#contacts .footer3:after {
    position: absolute;
    right: 0;
    content: '';
    width: 2px;
    height: 40px;
    background: #fba900;
    bottom: 50%;
	margin-bottom: -20px;
}
#contacts .footer4 { border: none; }
#contacts h4 {
	font-size: 18px;
	color: #fba900 !important;
	padding: 0;
	margin: 0;
	font-weight: 600;
	text-transform: none;
	line-height: 28px;
}
.customphone, .customaddress, .customemail { position: relative; padding-left: 90px; }
.customphone:before, .customaddress:before, .customemail:before {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 48px;
	height: 48px;
	border: 1px solid #f2f2f2;
	content: "";
	display: block;
	overflow: auto;
    -webkit-transform: rotate(45deg) ;
    -moz-transform: rotate(45deg) ;
    -o-transform: rotate(45deg) ;
    -ms-transform: rotate(45deg) ;
    transform: rotate(45deg) ;
	text-decoration: none;
}
.customphone:after, .customaddress:after, .customemail:after {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -24px !important;
	width: 50px;
	height: 50px;
	color: #fba900;
	font-family: "FontAwesome";
	line-height: 48px;
	font-size: 24px;
	text-align: center;
	margin: 0;
	overflow: auto;
	text-decoration: none;
}

.customphone:after { content: "\f095"; }
.customaddress:after { content: "\f041"; }
.customemail:after { content: "\f003"; }

.customsocials {
	font-size: 16px;
	margin: 8px 0;
}
.customsocials i {
	position: relative;
	float: left;
	display: block;
	overflow: auto;
	line-height: 56px;
	width: 56px;
	margin: 0 4px;
	text-align: center;
}
.customsocials i:after {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 38px;
	height: 38px;
	border: 1px solid #f2f2f2;
	content: "";
	display: block;
	overflow: auto;
    -webkit-transform: rotate(45deg) ;
    -moz-transform: rotate(45deg) ;
    -o-transform: rotate(45deg) ;
    -ms-transform: rotate(45deg) ;
    transform: rotate(45deg) ;
	text-decoration: none;
	z-index: -1;
}
.customsocials a:hover {
	color: #fff;
}

.customsocials i:hover::after {
	border: 1px solid #fba900;
	background: #fba900;
}
#footerline {
	line-height: 66px;
	background: #212121;
	font-size: 12px;
	color: #FFFFFF;
}
#footerline .copyright { float: left; }
#footerline .copyright .short { visibility: hidden; display: none; }
#footerline .links { float: right; color: #707070; }
#footerline .links a { color: #fff; }
#footerline .links a:hover { text-decoration: underline; }
/*FOOTER-END*/

#xmap { padding: 30px 0; }
.xmapexcloff { visibility: hidden; display: none; }
#xmap ul ul li { margin-left: 15px; }
.item-page, .blog{ padding: 30px 0; display: block; overflow: auto; }
.item-page .icons { visibility: hidden; display: none; }
.contentbox .search {
	padding: 30px 0;
}
#searchForm .btn-toolbar {
	display: block;
	overflow: auto;
}
#searchForm .btn-toolbar input { margin-right: 10px; }
#searchForm .phrases, #searchForm .only, #searchForm .form-limit, .search-results .result-category, .search-results .result-created { visibility: hidden; display: none; }

#searchForm .searchintro {
	display: block;
	overflow: auto;
	line-height: 32px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	margin: 15px 0;
}
.result-text {
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#userForm {
	float: left;
	display: block;
	overflow: auto;
	width: 50%;
}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
	background-color: #ffffff;
	border: 1px solid #f4f4f4;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: none;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
	box-sizing: border-box;
	color: #212121;
	display: inline-block;
	font-size: 13px;
	height: 34px;
	line-height: 34px;
	margin-bottom: 20px;
	padding: 0 20px;
	width: 300px;
}
.formResponsive textarea {
	width: 90%;
	height: 110px;
	margin-bottom: 20px !important;
	resize: vertical;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 20px;
}
.formResponsive textarea:focus, .formResponsive input[type="text"]:focus, .formResponsive input[type="number"]:focus, .formResponsive input[type="email"]:focus, .formResponsive input[type="tel"]:focus, .formResponsive input[type="url"]:focus, .formResponsive input[type="password"]:focus, .formResponsive select:focus {
	border-color: #fba900;
	box-shadow: none;
	outline: 0 none;
}
.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
	background: #fba900;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
	color: #ffffff;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 0 38px;
	line-height: 38px;
	height: 38px;
	font-size: 14px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover {
	background: #ffae00;
	text-shadow: none;
}

.contacts {
	display: block;
	overflow: auto;
}
.contact-details {
	float: left;
	width: 50%;
}
.contacts ul li {
	border-bottom: 1px solid #f4f4f4;
	padding: 10px 0;
	cursor: default;
	color: #212121;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.contacts ul li:hover {
	color: #fba900;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.contacts ul li:before {
	font-family: FontAwesome;
	display: block;
	float: left;
	width: 30px;
	font-size: 16px;
	color: #212121;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.contacts ul li:nth-child(1):before { content: "\f041"; }
.contacts ul li:nth-child(2):before { content: "\f095"; }
.contacts ul li:nth-child(3):before { content: "\f1ac"; }
.contacts ul li:nth-child(4):before { content: "\f003"; }
.contacts ul li:nth-child(5):before { content: "\f0ac"; height: 30px; }
.contacts ul li:hover::before {
	color: #fba900;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.formResponsive { margin-top: 25px; }
.item-page .item-image {
	float: left;
	width: 335px;
	margin-right: 30px;
	margin-bottom: 24px;
	display: block;
	overflow: auto;
}
.item-page .item-image img {
	display: block;
	overflow: auto;
}

.pagination .counter {
	visibility: hidden;
	display: none;
}
.ui-tooltip {
    font-size: 0;
}
.pagination ul {
    background: none;
    margin: 0;
    padding: 7px 0;
    text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
}
.pagination li {
    background: none;
    display: inline;
    margin: 0;
    padding: 0;
    text-align: left;
    transition: all 0.3s ease-in-out 0s;
}
.pagination ul li:before, 
.news-items li:before {
	content: "" !important;
	float: none;
	line-height: 0;
}
.pagination li a {
	color: #fba900 !important;
	text-align: center;
}
.pagination .pagenav {
    background: none;
    border: 0;
    color: #222;
    margin: 0 4px;
    padding: 0;
}
div.tooltip {
	visibility: hidden !important;
	display: none !important;
}

.news-items {
	box-sizing: border-box;
	display: block;
	overflow: auto;
}
.news-items li {
	box-sizing: border-box;
	float: left;
	display: block;
	overflow: auto;
	width: 100%;
	margin-bottom: 30px;
	text-indent: 0 !important;
}
.news-items li .introcontent {
	background: #fcfcfc;
	border: 1px solid #FFFFFF;
	display: block;
	overflow: auto;
	position: relative;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.news-items li:hover .introcontent {
	background: #fff;
	border: 1px solid #f1f1f1;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.news-items li .introcontent:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	height: 2px;
	width: 0;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.news-items li .introcontent:hover::before {
	width: 100%;
	background: orange;
}
.news-items li .introcontent .news-image {
	display: block;
	max-width: 335px;
	max-height: 335px;
	overflow: hidden;
	float: left;
}
.news-items li .introcontent .news-image img {
	max-width: 100%;
	width: 100%;
}

.news-items li .introcontent.members .news-image { max-width: 99px; line-height: 20px; }

.news-items li .introcontent .contents {
	display: block;
	overflow: auto;
	padding: 0 35px;
}
.news-items li .introcontent.members .contents {
	float: left;
	padding-bottom: 19px;
}
.news-items li .introcontent.members .pull-left {
	margin: 19px 0 19px 19px;
	font-size: 11px;
	text-align: center;
}
.news-items li .introcontent.members .pull-right {
	margin: 19px 35px;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
}
.news-items li .introcontent.members .pull-right.affiliate {
	max-width: 200px;
	background: #FFFFFF;
}
.news-items li .introcontent .contents .categoryname {
	background: #fba900;
	line-height: 20px;
	margin: 50px 0 0 0;
	padding: 0 12px;
	font-size: 11px;
	color: #FFFFFF;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.news-items li .introcontent .contents .companyname {
	background: #fba900;
	line-height: 20px;
	margin: 0;
	padding: 0 12px;
	font-size: 11px;
	color: #FFFFFF;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.news-items li .introcontent .contents h2 a {
	display: block;
	overflow: auto;
	font-size: 16px;
	color: #212121;
	line-height: 26px;
	font-weight: 600;
	margin: 19px 0;
}
.news-items li .introcontent .contents h2:hover a {
	color: #fba900;
}
.news-items li .introcontent.members .contents h2 {
	display: block;
	overflow: auto;
	font-size: 16px;
	color: #212121;
	line-height: 26px;
	font-weight: 600;
	margin: 19px 0;
}
.news-items li .introcontent .contents .date {
	color: #5b5b5b;
	line-height: 18px;
}
.news-items li .introcontent .contents .introtext {
	color: #5b5b5b;
	line-height: 24px;
	margin: 21px 0;
}
.news-items li .introcontent .contents .address {
	color: #5b5b5b;
	line-height: 20px;
	margin: 21px 0 6px 0;
	padding-left: 30px;
	position: relative;
}
.news-items li .introcontent .contents .address.affiliate {margin: 6px 0 6px 0;}
.news-items li .introcontent .contents .address:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
	display: block;
	float: left;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #fba900;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	content: "\f041";
}
.news-items li .introcontent.members .contents {
	line-height: 32px;
	color: #5b5b5b;
}
.news-items li .introcontent.members .contents i {
	float: left;
	display: block;
	overflow: auto;
	width: 30px;
	text-align: center;
	line-height: 32px;
	color: #fba900;
}
.news-items li .introcontent.members a { color: #5b5b5b; }
.news-items li .introcontent.members a:hover { color: #fba900; }







.news-items li .introcontent .contents .readmore a {
	display: block;
	line-height: 21px;
	margin-bottom: 30px;
}
.news-items li .introcontent .contents .readmore:hover a {
	color: #fba900;
	text-decoration: underline;
}

.item-page.directors {}
.item-page.directors ul {
	display: block;
	overflow: auto;
	text-align: center;
	margin: 0;
}
.item-page.directors h1 { margin-bottom: 40px; }
.item-page.directors ul li {
	text-indent: 0;
	line-height: normal;
	float: none;
	width: 29%;
	margin: 0 2% 50px 2%;
	text-align: center;
	color: #5b5b5b;
	text-transform: uppercase;
	font-size: 12px;
	box-sizing: border-box;
	padding: 6px 0 18px 0;
	border: 1px solid #f5f5f5;
	position: relative;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.item-page.directors ul li:before {
	content: "" !important;
	float: none;
	line-height: 0;
}
.item-page.directors ul li:hover { 
	background: #fff;
	border: 1px solid #f1f1f1;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.item-page.directors ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	height: 2px;
	width: 0;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.item-page.directors ul li:hover::before {
	width: 100%;
	background: orange;
}
.item-page.directors ul li img { margin: 16px auto 0 auto; }
.item-page.directors ul li h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 46px;
	display: inline-block;
	margin: 0;
	border-bottom: none;
	color: #fba900;
	text-transform: none;
}
.item-page.directors ul li h3:after { width:0; height:0; }
.item-page.directors ul li a {
	color: #5b5b5b;
	text-transform: none;
	font-size: 13px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.item-page.directors ul li a:before {
	content: "\f003";
	font-family: "FontAwesome";
	line-height: 18px;
	text-align: center;
	list-style: outside none none;
	margin: 0 7px 0 0;
	overflow: auto;
}
.item-page.directors ul li a:hover {
	color: #fba900;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.item-page table {
	border-color: #f2f2f2;
	border-width: 0 0 1px 1px;
	border-style: solid;
	text-align: left;
}
.item-page td {
	border-color: #f2f2f2;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 7px;
	background-color: #fff;
}
#unsubpage {
	display: block;
	overflow: auto;
	margin: 50px 0;
}

.CONGRESS2018-7 .button {
	display: inline-block;
	background: #fba900;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 0.06em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 54px;
	padding: 0 64px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	position: relative;
}
.CONGRESS2018-7 .button:hover {
	background: #fff;
	color: #fba900;
}

#CybotCookiebotDialogBody {
	max-width: 100% !important;
	box-sizing: border-box;
	padding: 0 50px !important;
}
#CybotCookiebotDialog {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10) !important;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10) !important;
	background: rgba(255,255,255,0.95) !important;
}
#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentTitle {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	line-height: 18px !important;
	font-weight: normal !important;
}
#CybotCookiebotDialogPoweredbyLink {
	visibility: hidden;
	display: none;
}
#CybotCookiebotDialogBodyContent {
	padding: 23px 0 13px 0 !important;
}
#CybotCookiebotDialogBodyContentTitle {
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: none !important;
	display: block;
	position: static;
	margin: 0 0 10px 0 !important;
	line-height: 100%;
}
#CybotCookiebotDialogBodyLevelButtonsTable {
	margin: 0 !important;
}

#CybotCookiebotDialogBodyLevelWrapper {
	margin-top: 5px !important;
}
#CybotCookiebotDialogBodyLevelButtonAccept {
	background-color: #fba900 !important;
	border: 0 !important;
	margin: 0 !important;
	font-size: 12px !important;
	color: #fff !important;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
#CybotCookiebotDialogBodyLevelButtonAccept:hover {
	background: #ffae00 !important;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
#CybotCookiebotDialogBodyLevelButtonsSelectPane {
	border: 1px solid #ededf0 !important;
}
#CybotCookiebotDialogBodyLevelDetailsWrapper {
	border-color: #ededf0 !important;
}

#CybotCookiebotDialogDetailFooter {
	visibility: hidden !important;
	display: none !important;
}
#CybotCookiebotDialogDetail {
	background: none !important;
	padding: 21px 0 0 0 !important;
	overflow: hidden !important;
}
#CybotCookiebotDialogDetailBody {
	max-width: 100% !important;
	box-sizing: border-box;
	padding: 0 50px !important;
}

#CybotCookiebotDialogDetailBody ul {
	margin: 7px 0;
}
#CybotCookiebotDialogDetailBody ul li {
	margin-left: 7px;
	text-indent: 7px;
}
#CybotCookiebotDialogDetailBody ul li:before {
	color: #efc17c;
	content: "\f00c";
	float: left;
	font-family: "FontAwesome";
	width: 30px;
	text-align: center;
	list-style: outside none none;
	margin: 0;
	overflow: auto
}

#boardmembers {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
#boardmembers li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 20px 40px 20px;
}
#boardmembers li:before { content: ""; }
#boardmembers li .contents {
	position: relative;
	background: #fff;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
	text-align: center;
	-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;
}
#boardmembers li .contents:hover {
	border-top: 1px solid #fff;
	-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;
}
#boardmembers li .contents:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	height: 2px;
	width: 0;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
#boardmembers li .contents:hover::before {
	width: 100%;
	background: orange;
}
#boardmembers li .contents .photo {
	position: relative;
	display: block;
	overflow: auto;
	margin: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#boardmembers li .contents .photo .img2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-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;
}
#boardmembers li .contents:hover .photo .img2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	-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;
}
#boardmembers li .contents h2 {
	color: #003767;
	font-size: 19px;
	font-weight: 600;
	line-height: 36px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	cursor: default;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#boardmembers li .contents:hover h2 {
	color: orange;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#boardmembers li .contents .position {
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 22px;
	cursor: default;
	color: #212121;
	margin-bottom: 30px;
}



ul.industrypartnersp {
    margin: 0;
    display: block;
    overflow: auto;
    width: 100%;
    text-align: center;
    font-size: 0;
}
ul.industrypartnersp li:before { content: ""; line-height: normal; width: 0 }
ul.industrypartnersp li {
    display: inline-block;
    overflow: auto;
    font-size: 0;
    text-indent: 0;
    line-height: normal;
    width: 23%;
    box-sizing: border-box;
    margin: 0 1% 30px 1%;
    padding: 30px 0;
    text-align: center;
    border: 1px solid #f2f2f2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;  
}
ul.industrypartnersp li:hover {
    border: 1px solid #fba900;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;  
}
ul.industrypartnersp li img {
	margin: auto;
	width: 60%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}



