/*
Credit: http://www.templatemo.com
*/

body {
	margin: 0px;
	padding: 0px;
	color: #8e8e8e;
	Font-family: Calibri, Verdana, Ariel, sans-serif;
	font-size: 50px;
	line-height: 24px;
	
	

}


a, a:link, a:visited { color: #0066AA; text-decoration: none; }
a:hover { color: #C00; text-decoration: underline; }

p { margin: 0px; padding: 0; Font-family: Calibri, Verdana, Ariel, sans-serif;
	font-size: 14px;
	padding-bottom:4px; 
	line-height: 24px;}
img { border: none;
}

h1 { font-size: 20px; font-weight: normal; margin: 0 0 -10px 0; padding: 5px 0; color: #ffffff; }
h2 { font-size: 28px; font-weight: normal; margin: 0 0 30px 0; padding: 0; color: #2d4173; }
h2 span { font-weight: bold; }
h3 {
font-family: Calibri, Verdana, Ariel, sans-serif;
font-size: 15px;
color: #fff;
padding-left: 25px;
margin-top: 36px;
}
h4 { font-size: 18px; margin: 0 0 15px 0; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; color: #333; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0; color: #000; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }


.float_l { float: left; }
.float_r { float: right; }

.image_wrapper { display: inline-block; border: 1px solid #000; padding: 4px; background: #333; }
.image_wrapper img { border: 1px solid #ccc; }
.image_fl { float: left; margin: 3px 20px 3px 0; }
.image_fr { float: right; margin: 3px 0 3px 20px; }

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; color:#000; }
cite span { color: #333; }
em { color: #000; }

.tmo_list { margin: 20px 10px; padding: 0; list-style: none; }
.tmo_list li { background: transparent url(file:///E|/All%20Websites/2014/templatemo_293_liquid/images/templatemo_list.png) no-repeat scroll 0 0px; margin:0 0 20px; padding: 0 0 0 20px; 	line-height: 0.8em; }
.tmo_list li a { color: #fff; }
.tmo_list li a:hover { color: #ff4301; }

.btn_more a { font-size: 14px; font-weight: bold; text-decoration: none; }
.btn_more a span { font-size: 18px; color: #000; }
.btn_more a:hover { color: #000; }

#templatemo_header_wrapper { width: 100%; background: #75114e; padding:0px 0px 0px 0px;  }
#templatemo_header { width: 1000px; margin: 0 auto; background: url(images/header.png); background-repeat:no-repeat; height:154px; padding-bottom:12px;}
#site_title { float: left; width: 600px; padding: 150px 100px 0; } 
#site_title a { margin: 0px; padding: 0px; font-size: 30px; color: #ffffff; font-weight: normal;text-decoration: none; }
#site_title a span { text-align: left; font-size: 16px; color: #fff; font-weight: normal; margin-left: 5px; }

.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none; z-index:100 !important;
}

/* Menu */
.menu-area {	
	height: 56px;
	width: 999px;
	background-image:url(images/menu-bg.png); background-repeat:no-repeat;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 auto;
}
.menu {	
	height: 56px;
	width: 999px;
	padding:10px 0px 0px 0px;

}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
	
}

/* Links */

.menu li a {
	display: block;
	padding: 0px 25px;
	margin: 5px 0;
	line-height: 30px;
	text-decoration: none;
	
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;

	Font-family: Calibri, Verdana, Ariel, sans-serif;
	font-weight: bold;
	font-size: 15px;

	color: #ffffff;
	

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color: #f518a3; 
 }

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 40px;
	left: 0;

	opacity: 0;
	
	background: #f7f7f7;
	border: 1px solid #dfe5e6;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 200px;
	padding: 4px 0 4px 40px;
	margin: 0;
	color:#df299e;

	border: none;
	border-bottom: 1px solid #dfe5e6;
}

.menu ul li:last-child a { border: none; }

/* Icons */
.menu a.home { background: url(img/docs.png) no-repeat 5px center;  }
.menu a.about-us { background: url(img/about.png) no-repeat 5px center;  }
.menu a.registration { background: url(img/registration.png) no-repeat 5px center;  }
.menu a.faculty { background: url(img/faculty.png) no-repeat 5px center;  }
.menu a.committee { background: url(img/committee.png) no-repeat 5px center;  }
.menu a.venue { background: url(img/venue.png) no-repeat 5px center;  }
.menu a.contact { background: url(img/docs.png) no-repeat 5px center;  }
.menu a.visa { background: url(img/visa.png) no-repeat 6px center; }
.menu a.car { background: url(img/car.png) no-repeat 6px center; }
.menu a.weather { background: url(img/weather.png) no-repeat 6px center; }



#templatemo_wrapper { width: 1000px; margin: 0 auto;  background-image:url(images/blue-2.jpg); }
.banner-area{ margin:0 auto; 
width:997px;
height:auto;
background-color:#ffffff;
padding-top:10px;
}

.banner { margin:0 auto;
width:650px;
height:237px;
padding-left:10px;
float:left;
background-color:#FFFFFF;}
.banner-2 { margin:0 auto;
width:998px;

}

.middle_continer
{
width:100%;
height:auto;
background-color:#e7e7e7;
background-image:url(images/grey.jpg); background-repeat:inherit;
	
	
}
 .main_container
{
	width:999px;
	margin:0px auto;
	-moz-border-radius:10px 25px;
	height:auto; !important;
	min-height: 100%;
	background: #FFF;
	box-shadow: 5px 15px 15px 5px #888888;
	}

.details
{
	
	margin:0px auto;
	height:auto; 
}

.left_detail_view{
width:655px;
height:auto;
float:left;
position:relative;}

.right_detail_view{
width:319px;
height:auto;
position:relative;
margin-left:10px;
float:left;}

.details_view
{
	width:319px;
	
	height:213px;
	margin:18px 0px 18px 10px;
	position:relative;
	background-color:#FFFFFF;
	
}

.green-bg{ width:319px;
	height:181px;
	padding-bottom:10px;
	background-image:url(images/green-1.jpg); background-repeat:no-repeat;}
.green-bg p{ color:#FFFFFF;}

.blue-bg{ width:319px;
	height:181px;
	padding-bottom:10px;
	background-image:url(images/blue-1.jpg); background-repeat:no-repeat;}
.blue-bg p{ color:#FFFFFF;}


.orange-bg{ width:319px;
	height:181px;
	padding-bottom:10px;
	background-image:url(images/venue.jpg); background-repeat:no-repeat;}
.orange-bg p{ color:#FFFFFF;}

.faculty_zone
{
	width:317px;
	float:left;
	height:250px;
	margin:18px 0px 18px 10px;
	position:relative;
	background-color:#FFFFFF;
	border:0px solid; color: #CCCCCC; 
	
}
.right_faculty_zone
{
	width:317px;
	float:left;
	height:300px;
	margin:18px 0px 18px 10px;
	position:relative;
	background-color:#FFFFFF;
	border:1px solid; color:#003e71; 
	
	
}
.poster_banner
{
	width:642px;
	float:left;
	height:139px;
	margin:18px 0px 18px 10px;
	position:relative;
	background-color:#FFFFFF;
	 
}

.poster_banner_left
{
	width:315px;
	float:left;
	height:139px;
	margin:18px 0px 18px 10px;
	position:relative;
	background-color:#FFFFFF;
	
	 
}
.poster_banner_right
{
	width:305px;
	float:right;
	height:139px;
	margin:18px 0px 18px 10px;
	position:relative;
	background-color:#FFFFFF;
	border:1px solid; color:#003e71; 
	 
}
.poster_zone
{
	width:317px;
	float:left;
	height:139px;
	margin:18px 0px 18px 10px;
	position:relative;
	background-color:#FFFFFF;
	
	color:#003e71; 
}
.poster_zone-1
{
	width:317px;
	
	height:139px;
	
	position:relative;
	background-color:#FFFFFF;
	
	border:0px solid; color:#003e71; 
}



 .message_container
{
	width:999px;
	margin:0px auto;
	-moz-border-radius:10px 25px;
	height:200px;
	background: #FFF;
	
	padding-bottom:100px;
	}
.invitaion_view
{
	

	display:block;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	padding: 0px 10px 0px 10px;
	box-shadow: 20px 20px 20px -16px #a5aeb6;

	}

	
.news
{
	width:319px;
	height:320px;
	float:right;
	display:block;
	margin:0px 10px 0px 0px;
	position:relative;
	box-shadow: 10px 20px 20px -16px #a5aeb6;
	
	}
	.news_panele {
width: 319px;
float: left;


}

.news_toppaneleindex {
width: 319px;
height: 55px;
background: url(../ICEC.2016/img/news_update-top.jpg);

}

.news_midpanellinksindex {
width: 299px;

background-image:url(img/news_center_bg.jpg); background-repeat:repeat-y;



margin:0 auto;
}

.news_botpanellinksindex {
width: 299px;
height: 32px;
margin:0 auto;
background: url(images/news_footer_bg.jpg) no-repeat;
padding-bottom:4px;

}

.news_content{ width:279px;
height:150px;
color:#db0c7e;
font-weight:bold;

}

.news_content ul{

list-style-type:none;
padding-left:20px;

}

.news_content ul li {
background-image:url(images/li.gif);
background-repeat:no-repeat;
background-position:0px 10px; 
padding-left:15px;
line-height:30px;

}	
	
	
	
.panele {
width: 319px;
float: left;

}

.toppaneleindex {
width: 319px;
height: 78px;
background: url(img/related-link-img-2.jpg) no-repeat;
float: left;
}

.midpanellinksindex {
width: 297px;
background-image:url(img/related-bg.jpg); background-repeat:repeat-y;

margin:0 auto;
}

.midpanellinksindex ul {
padding: 0px 10px 5px 10px;
margin: 5px 0px 0px 0px;
}

.midpanellinksindex ul li {
padding: 4px 2px 4px 15px;
border-bottom: 1px dashed #c1c1c1;
-webkit-transition: background 0.5s ease-in-out;
-moz-transition: background 0.5s ease-in-out;
-o-transition: background 0.5s ease-in-out;
transition: background 0.5s ease-in-out;
font-family: Calibri, Verdana, Ariel, sans-serif;
list-style-type: none;
color: #3a6e85;
font-size: 15px;
text-align: ;
}

.midpanellinksindex ul li:hover{ padding:4px 2px 4px 15px; color:#000000; border-bottom:1px dashed #c1c1c1; background-color:#fff; cursor:pointer; }
.midpanellinksindex ul li.activerb{padding:4px 2px 4px 15px; color:#dab50c; border-bottom:1px dashed #c1c1c1; }
.midpanellinksindex ul li.activerb a{color:#dab50c;}
.midpanellinksindex ul li.activerb a:hover{color:#dab50c;}
.midpanellinksindex ul li:hover a{color:#AE037B; }
.midpanellinksindex ul li a{color:#000; text-decoration:none;}
.midpanellinksindex ul li.last{ padding:4px 2px 4px 15px; color:#a6a6a6; border-bottom:0px dotted #c1c1c1;}
.midpanellinksindex ul li.last:hover{padding:4px 2px 4px 15px; color:#fff; border-bottom:1px dashed #c1c1c1; background-color:#77b800; cursor:pointer;}


.botpanellinksindex {
width: 298px;
height: 35px;
margin:0 auto;
background: url(images/related-bottom-bg.jpg) no-repeat;
padding-bottom:4px;

}

	.page_view
{
	width:670px;
	height:auto;
	margin:0px 15px 0px 10px;
	display:block;
	float:left;
	min-height: 100%;
	position:relative; background-image: url(back.png); background-repeat:no-repeat;
	padding: 0px 10px 0px 10px;
	box-shadow: 20px 20px 20px -16px #a5aeb6;

	}.page_view2
{
	width:670px;
	height:auto;
	margin:0px 15px 0px 10px;
	display:block;
	float:left;
	min-height: 100%;
	position:relative; background-image: url(back.png); background-repeat: inherit;
	padding: 0px 10px 0px 10px;
	box-shadow: 20px 20px 20px -16px #a5aeb6;

	}
	
	
		.full_page_view
{
	width:950px;
	height:auto;
	margin:0px 15px 0px 10px;
	display:block;
	float:left;
	min-height: 100%;
	position:relative;
	background-color:#FFFFFF;
	padding: 0px 10px 0px 10px;
	box-shadow: 20px 20px 20px -16px #a5aeb6;

	}
.panele-2 {
width: 272px;
float:left;
margin-right:10px;
}

.toppaneleindex-2 {
width: 272px;
height: 58px;
background: url(images/related-link-2.jpg) no-repeat;

margin:0 auto;
}

.midpanellinksindex-2 {
width: 256px;
background-image:url(images/nav-bg.jpg); background-repeat:repeat-y;


margin:0 auto;
}

.midpanellinksindex-2 ul {
padding: 0px 10px 5px 10px;
margin: 5px 0px 0px 0px;
}

.midpanellinksindex-2 ul li {
padding: 4px 2px 4px 15px;
border-bottom: 1px dashed #c1c1c1;
-webkit-transition: background 0.5s ease-in-out;
-moz-transition: background 0.5s ease-in-out;
-o-transition: background 0.5s ease-in-out;
transition: background 0.5s ease-in-out;
font-family: Calibri, Verdana, Ariel, sans-serif;
list-style-type: none;
color: #f518a3;
font-size: 15px;
text-align: ;
}

.midpanellinksindex-2 ul li:hover{ padding:4px 2px 4px 15px; color:#000000; border-bottom:1px dashed #c1c1c1; background-color:#f518a3; cursor:pointer; }
.midpanellinksindex-2 ul li.activerb{padding:4px 2px 4px 15px; color:#dab50c; border-bottom:1px dashed #c1c1c1; }
.midpanellinksindex-2 ul li.activerb a{color:#f518a3;}
.midpanellinksindex-2 ul li.activerb a:hover{color:#dab50c;}
.midpanellinksindex-2 ul li:hover a{color:#fff; }
.midpanellinksindex-2 ul li a{color:#f518a3; text-decoration:none;}
.midpanellinksindex-2 ul li.last{ padding:4px 2px 4px 15px; color:#a6a6a6; border-bottom:0px dotted #c1c1c1;}
.midpanellinksindex-2 ul li.last:hover{padding:4px 2px 4px 15px; color:#fff; border-bottom:1px dashed #c1c1c1; background-color:#f518a3; cursor:pointer;}


.botpanellinksindex-2 {
width: 256px;
height: 35px;
margin:0 auto;
background-color:#FFFFFF;
padding-bottom:4px;
background-image:url(images/bottom-bg.jpg); background-repeat:no-repeat;

}


.link-headding{font-family: Calibri, Verdana, Ariel, sans-serif;
font-size: 18px;
color: #fff;
position:absolute;
padding-left: 25px;
margin-top: 17px;}




.message { width:146px; height:31px;
margin:0px 0px 0px 10px;
background-image:url(images/Message.jpg); background-repeat:no-repeat;}

.news-jpg { width:146px; height:31px;
margin:0px 0px 0px 665px;
background-image:url(images/news.jpg); background-repeat:no-repeat;}


.heading{  color:#194783;  padding:10px 0px 0px 0px; margin-bottom:10px; background-image:url(images/headding_line.jpg); background-repeat:no-repeat; }
.heading-txt{ font-size:22px; color:#e51d9b;  font-weight:400  }
.downloads{ padding-left:15px;  text-decoration:underline; font-size:18px; Font-family: Calibri, Verdana, Ariel, sans-serif;}
.downloads a{ color:#ffffff;}
.downloads a:hover{ color:#e51d9b;}

.footer_continer {width:100%;
height:180px;;
background-color:#6b0c46;
margin: 0 auto;

}

.footer_main_container {width:999px;
	margin:0px auto;
	-moz-border-radius:10px 25px;
	height:50px;
	background: #FFF;
	
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 8px;
	}
	
	
.footer_details {margin:0px auto;
padding-top:69px;}

.footer_details_1
{
	width:230px;
	float:left;
	height:100px;
	margin:0px 10px 0px 10px;
	color:#FFFFFF;
	
	}
		.footer_details_1
p{
font-family:
	
	Font-family: Calibri, Verdana, Ariel, sans-serif;
	font-size: 13px;
	line-height: 20px;
	}
	
	.footer_details_2
{
	width:230px;
	float:left;
	height:100px;
	color:#FFFFFF;
	
	
	}
.footer_details_3
{
	width:230px;
	float:left;
	height:100px;
	padding: 0px 10px 0px 10px;
	margin:0px 10px 0px 10px;
	color:#FFFFFF;

	}
		.footer_details_3
p{
font-family:
	
	Font-family: Calibri, Verdana, Ariel, sans-serif;
	font-size: 13px;
	line-height: 20px;
	}
.footer_details_4
{
	width:230px;
	float:left;
	height:100px;
	
	color:#FFFFFF;
	}
	.footer_details_4
p{
font-family:
	
	Font-family: Calibri, Verdana, Ariel, sans-serif;
	font-size: 13px;
	line-height: 20px;
	}
	
	.weather { padding-top:10px;}

.content ul{

list-style-type:none;
padding-left:30px;
margin:0px;
}

.content ul li {
background-image:url(images/li.gif);
background-repeat:no-repeat;
background-position:0px 10px; 
padding-left:14px;
line-height:30px;
}
.content-download ul{

list-style-type:none;
margin-top:5px;

}

.content-download ul li {
background-image:url(images/pdf-icon.png);
background-repeat:no-repeat;
background-position:0px 10px; 
padding-left:30px;

line-height:40px;
}


.news_update{width:319px;
	height:250px;
	float:left;
	display:block;
	margin-left:10px;
	
	position:relative;
	
	background-color:#ffffff;
	
	}


#countdown{
	/*background:url(../images/boy.png) no-repeat;*/
display:block;
	position:relative;
	z-index:85;
	background-image:url(images/countdown_bg.jpg);
	background-repeat:no-repeat;
	width:316px;
	height:136px;
	


}

#dday{

font-size:30px;
font-weight:bold;
color:#AE037B;

}


#dhour{

font-size:30px;
font-weight:bold;

color:#AE037B;
}



#dmin{

font-size:30px;
font-weight:bolder;

color:#AE037B;

}

#dsec{
color:#ffffff;
font-size:30px;
font-weight:bold;
color:#AE037B;
}
