@charset "UTF-8";
/*
IruCom WebCMS v9-2021 CSS: Standard article
Created on : 15.07.2021 IruCom systems/This will be used for Preview of the Article on WebCMS
Copyright : Pragash Irudayam - IruCom systems
 Licence only for one Domain. No changes or addons are allowed without prior permisssion from Pragash Irudayam (IruCom systems)
*/

/* 
@ Gold: #D19428; rgb(209,148,40);
@ dark gold #ad6d05
@ Orangebrown: #000000; rgb(197, 75, 22);
@ red #FF0000;
@ dark red #b5001f;
*/ 

/*
font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
font-style: normal;
font-weight: 300; Regular
font-weight: 500; bold

*/

body {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 14px;	
	text-align: left;
	
	
}

.icweb_std_text {
	font-family:  hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 15px;
}
.icweb_std_text a, .icweb_std_text a:link, .icweb_std_text a:visited {
	font-weight: 500;
	color: #000000; 
	text-decoration: none;	
}
.icweb_std_textn a:hover {	
	color: #FF0000;
	text-decoration: none;		
}



/* Heading*/
.icweb_page_title {
	font-family:  hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 36px;
	color: #b5001f; 
	line-height: 140%;
	font-weight: 500;
	text-align: left;
	display: block;
	clear: both;
	padding: 0;
	border: none;	
	margin: 0 0 20px 0;	
    /*background-color: rgba(250, 170, 0, 0.2);*/
}
.icweb_event_page_title {
	font-family:  hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 36px;
	color: #b5001f; 
	line-height: 140%;
	font-weight: 500;
	text-align: center;
	display: block;
	clear: both;
	padding: 8px 0 8px 0;
	border: none;	
	margin: 0 0 20px 0;	   
}

.icweb_page_description {
	font-family:  hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 16px;
	color: #000000;   
	line-height: 140%;
	font-weight: 300;
	text-align: left;
	display: block;
	clear: both;
	padding: 0;
	border: none;
	margin: 0 0 10px 0;
}
.icweb_title_1 {
	font-family:  hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 36px;
	color: #b5001f;  
	line-height: 140%;
	font-weight: 500;
	text-align: left;
	display: block;
	clear: both;
	padding: 0;
	border: none;
	margin: 0 0 20px 0;	
    /*background-color: rgba(250, 170, 0, 0.2);*/
	transition: all 0.5s;
}
.icweb_title_1_with_subtitle {
	font-family:  hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 36px;
	color: #b5001f;  
	line-height: 140%;
	font-weight: 500;
	text-align: left;
	display: block;
	clear: both;
	padding: 0;
	border: none;
	margin: 0 0 10px 0;
   /* background-color: rgba(250, 170, 0, 0.2);*/
	transition: all 0.5s;
}
.icweb_subtitle {
	font-family:  hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 22px;
	color: #b5001f; 
	line-height: 140%;
	font-weight: 500;
	text-align: left;
	display: block;
	clear: both;	
	padding: 0;
	border: none;
	margin: 0 0 10px 0;
	transition: all 0.5s;
}
.icweb_title_2 {
	font-family:  hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 22px;
	color: #b5001f; 
	line-height: 140%;
	font-weight: 500;	
	display: block;
	clear: both;	
	padding: 0;
	border: none;
	margin: 0 0 10px 0;
	transition: all 0.5s;
}
.icweb_title_3 {
	font-family:  hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 20px;
	color: #b5001f; 
	line-height: 140%;
	font-weight: 500;		
	display: block;
	clear: both;	
	padding: 0;
	border: none;
	margin: 0 0 10px 0;
	transition: all 0.5s;
}
.icweb_title_4 {
	font-family:  hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 18px;
	color: #000000;  
	line-height: 140%;
	font-weight: 500;	
	display: block;
	clear: both;	
	padding: 0;
	border: none;
	margin: 0 0 10px 0;
	transition: all 0.5s;
}
.icweb_title_5 {
	font-family:  hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 16px;
	color: #000000;   
	line-height: 140%;
	font-weight: 500;	
	display: block;
	clear: both;	
	padding: 0;
	border: none;
	margin: 0 0 10px 0;
	transition: all 0.5s;
}

@media only screen and (max-width: 800px) {
	.icweb_page_title {
		font-size: 26px;
	}
	.icweb_title_1 {		
		font-size: 26px;
		line-height: 130%;
	}
	.icweb_title_1_with_subtitle {
		font-size: 26px;
		line-height: 130%;
	}
	.icweb_subtitle {		
		font-size: 20px;	
	}
	.icweb_title_2 {		
		font-size: 20px;
		line-height: 120%;
	}
	.icweb_title_3 {		
		font-size: 18px;
		line-height: 120%;
	}
	.icweb_title_4 {		
		font-size: 16px;
		line-height: 120%;
	}
	.icweb_title_5 {		
		font-size: 14px;		
	}
	
}
.icweb_image_description {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 11px;
	font-weight: 300;
	color: #ffffff; 	
	line-height: 120%;
	text-align: left;
	vertical-align: top;	
	display: block;
	clear: both;	
	padding: 0;
	border: none;
	margin: 0;
}
.icweb_teasertext {
	font-family:  hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 14px;
	color: #333333;  
	line-height: 150%;
	font-weight: 300;
	text-align: left;
	vertical-align: top;	
	display: block;
	clear: both;	
	padding: 0;
	border: none;
	margin: 0;
    transition: all 0.5s ease;
}

.icweb_teasertext_adv_event {
	font-family:  hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 14px;
	color: #333333;  
	line-height: 150%;
	font-weight: 300;
	text-align: left;
	vertical-align: top;	
	display: block;
	clear: both;	
	padding: 0;
	border: none;
	margin: 0;
    transition: all 0.5s ease;
}
.icweb_description {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 14px;
	font-weight: 300;
	color: #333333;  	
	line-height: 150%;
	text-align: left;
	vertical-align: top;	
	display: block;
	clear: both;	
	padding: 0;
	border: none;
	margin: 0;
    transition: all 0.5s ease;
}
.icweb_description a, .icweb_description a:link, .icweb_description a:visited {
	font-weight: 600;
	color: #000000; 
	text-decoration: none;	
}
.icweb_description a:hover {	
	color: #FF0000;
	text-decoration: none;		
}
.icweb_description:hover {
    color: #000000;
}


p, ul, ol, .icweb_paragraph, .icweb_paragraph_after_list { 
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 14px;
	font-weight: 300;
	color: #333333;  
	line-height: 160%;
	vertical-align: top;
	text-align: left;		
	display: block;
	padding: 0;
	border: none;
	margin: 0 0 10px 0;
}
@media only screen and (max-width: 800px) {
	.icweb_teasertext {
		font-size: 14px;
		font-weight: 300;
		line-height: 130%;
	}
	.icweb_description {		
		font-size: 14px;
		line-height: 130%;
	}
	p, ul, ol, .icweb_paragraph, .icweb_paragraph_after_list {
		font-size: 14px;
		line-height: 130%;
	}
	.icweb_description a, .icweb_description a:link, .icweb_description a:visited {
		font-size: 14px;
		line-height: 130%;
	}
}
p b, ol b,  ul b, .icweb_paragraph b {
	color: #000000; font-weight: 600;
	letter-spacing: 1px;		
}
p a:link, p a:visited, ul a:link, ul a:visited, ol a:link, ol a:visited, .icweb_paragraph a:link, .icweb_paragraph a:visited, .icweb_paragraph_after_list a:link {
	font-size: 14px;
	font-weight: 600;
	color: #000000; 
	text-decoration: none;
}
p a:hover, ul a:hover, ol a:hover, .icweb_paragraph a:hover, .icweb_paragraph_after_list a:hover {
	color: #FF0000;
	text-decoration: none;	
}

/* used in UL */
ul {
	list-style-type: disc;
	line-height: 180%;
	margin: 2% 0 2% 3%;	
}

ol {
	line-height: 180%;
	margin: 2% 0 2% 3%;	
}
select, optgroup, option {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 14px;
	color: #000000; }
.icweb_article_footnote{
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 12px;
	color: #999;
	line-height: 130%;
	vertical-align: top;
	text-align: left;	
	padding: 0;
	border: none;
	margin: 0;
}
